@charset "UTF-8";
/* CSS Document */


#index-mv {
    width: 100%;
    height: 1088px;
    background: url(../img/index/index-mv.gif) top center no-repeat; background-size: 1900px 920px;
    background-position: center 168px;
}

@media only screen and (max-width: 768px) {
#index-mv {
    width: 100%;
    height: auto;
    aspect-ratio: 640 / 695;
    background: url(../img/sp/index/index-mv.gif) top center no-repeat; background-size: 100%;
    background-position: top 107px left 0;
}
}



#index-countdown {
    margin: 0 auto 50px;
    width: 1005px;
    height: 211px;
    background: url(../img/index/index-countdown.gif) top center no-repeat; background-size: 1005px 211px; 
    position: relative;
}
#index-countdown .countdown {
    position: absolute;
    top: 100px;
    right: 80px;
    font-size: 64px;
    color: #3faf68;
    line-height: 1em;
    font-weight: 600;
    width: 4em;
    text-align: center;
}
#index-countdown .countdown span{
    font-size: 88px;
    vertical-align: -5px;
}

@media only screen and (max-width: 768px) {
#index-countdown {
    margin: 0 auto 30px;
    width: 90%;
    height: auto;
    aspect-ratio: 590 / 124;
    background: url(../img/sp/index/index-countdown.gif) top center no-repeat; background-size: 100%;
}
#index-countdown .countdown {
    position: absolute;
    top: 33px;
    right: 4px;
    font-size: 28px;
    color: #3faf68;
    line-height: 1em;
    font-weight: 600;
    width: 4em;
    text-align: center;
}
#index-countdown .countdown span{
    font-size: 40px;
    vertical-align: -2px;
}
}




#index-message {
    margin: 0 auto 100px;
    padding: 30px 0;
    border-radius: 80px;
    width: 100%;
    background: url(../img/index/index-message-pattern.gif) top center repeat; background-size: 100px 100px; 
}
#index-message .inner {
    margin: 0 auto;
    padding: 60px 0 70px;
    border-radius: 80px;
    width: 1100px;
    background: #fff; 
}
#index-message .message-mv {
    margin: 0 auto 54px;
    padding: 0;
    font-size: 0;
    width: 1000px;
    height: 269px;
    background: url(../img/index/index-message-mv.gif) top center repeat; background-size: 1000px 269px; 
}
#index-message .inner p {
    margin: 0 0 55px 0;
    padding: 0;
    font-size: 18px;
    color: #727171;
    line-height: 2.2em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
}
#index-message .message-logo {
    margin: 0 auto 0;
    padding: 0;
    width: 328px;
}
#index-message .message-logo img {
    width: 100%;
}

@media only screen and (min-width: 1600px) {
#index-message {
    margin: 0 auto 100px;
    padding: 30px 0;
    border-radius: 80px;
    width: 80%;
    background: url(../img/index/index-message-pattern.gif) top center repeat; background-size: 100px 100px; 
}
}
@media only screen and (min-width: 2000px) {
#index-message {
    margin: 0 auto 100px;
    padding: 30px 0;
    border-radius: 80px;
    width: 70%;
    background: url(../img/index/index-message-pattern.gif) top center repeat; background-size: 100px 100px; 
}
}

@media only screen and (max-width: 768px) {
#index-message {
    margin: 0 auto 50px;
    padding: 20px 0 30px;
    border-radius: 0;
    width: 100%;
    background: url(../img/index/index-message-pattern.gif) top center repeat; background-size: 60px 60px; 
}
#index-message .inner {
    margin: 0 auto;
    padding: 25px 0 40px;
    border-radius: 0;
    width: 100%;
    background: #fff; 
}
#index-message .message-mv {
    width: 90%;
    height: auto;
    aspect-ratio: 590 / 308;
    margin: 0 auto 30px;
    font-size: 0;
    background: url(../img/sp/index/index-message-mv.gif) top center repeat; background-size: 100%; 
}
#index-message .inner p {
    margin: 0 10px 35px 10px;
    padding: 0;
    font-size: 14px;
    color: #727171;
    line-height: 2em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0em;
}
#index-message .message-logo {
    margin: 0 auto 0;
    padding: 0;
    width: 200px;
}
}




#index-news {
    margin: 0 auto 120px;
    padding: 50px 0 0;
    width: 1270px;
    min-height: 250px;
    border-radius: 80px;
    border: 15px solid #f4f5f2;
    background-color: #fff;
    position: relative;
}
#index-news .kazari {
    position: absolute;
    top: -15px;
    left: 135px;
    width: 56px;
    height: 51px;
    background: url(../img/index/index-news-icon.png) top left no-repeat; background-size: 56px 51px; 
}
#index-news .inner {
    margin: 0 auto;
    padding: 0;
    width: 1110px;
    display: flex;
}
#index-news .title-link {
    margin: 0 100px 0 0;
    padding: 0;
    width: 185px;
    height: 150px;
    text-align: center;
}
#index-news .title-link .title-jp {
    color: #727171;
    margin-bottom: 45px;
}
#index-news .articles {
    margin: 0;
    padding: 10px 0 0 0;
}
#index-news .articles ul {
    margin: 0;
    padding: 0;
    width: 825px;
}
#index-news .articles li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
}
#index-news .articles a:hover li {
    opacity: 0.8;
    transition: 0.3s ease;
}
#index-news .articles a:hover li .txt p {
    text-decoration: underline;
}

#index-news .articles .date {
    margin: 0 35px 40px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #3faf68;
    line-height: 2em;
}
#index-news .articles .date span {
    margin: 0 0 0 -4px;
    padding: 4px 0;
    font-size: 13px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    width: 90px;
    display: block;
    background-color: #3faf68;
}
#index-news .articles .txt {
    margin: 0 0 40px;
    padding: 5px 0 0 0;
    list-style: none;
}
#index-news .articles .txt p {
    font-size: 16px;
    color: #727171;
    line-height: 1.6em;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
#index-news {
    margin: 0 auto 50px;
    padding: 40px 0 0;
    width: 86%;
    min-height: auto;
    border-radius: 40px;
    border: 12px solid #f4f5f2;
    background-color: #fff;
    position: relative;
}
#index-news .kazari {
    position: absolute;
    top: -15px;
    left: 43%;
    width: 46px;
    height: 41px;
    background: url(../img/index/index-news-icon.png) top left no-repeat; background-size: 46px 41px; 
}
#index-news .inner {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    display: block;
}
#index-news .title-link {
    margin: 0 auto -15px;
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#index-news .title-txt {
    margin-right: 20px;
}
#index-news .articles {
    margin: 0;
    padding: 0 0 0 0;
}
#index-news .articles ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
#index-news .articles li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
#index-news .articles .date {
    margin: 0 35px 5px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #3faf68;
    line-height: 2em;
    font-weight: 500;
}
#index-news .articles .date span {
    margin: 0 0 0 20px;
    padding: 4px 0;
    font-size: 13px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    width: 90px;
    display: inline-block;
    background-color: #3faf68;
    font-weight: 500;
}
#index-news .articles .txt {
    margin: 0 0 25px;
    padding: 0 0 0 0;
    list-style: none;
}
#index-news .articles .txt p {
    font-size: 14px;
    color: #727171;
    line-height: 1.6em;
    text-align: justify;
}
}



#index-news .link-index {
    padding: 15px 0;
    width: 192px;
    background-image: 
        url(../img/index/news-link-index.gif),
        url(../img/index/news-link-index.gif);
    background-position: 
        top center,
        bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 192px 6px, 192px 6px;
}

@media only screen and (max-width: 768px) {
#index-news .link-index {
    margin-top: -20px;
    padding: 10px 0;
    width: 100%;
    background-image: 
        url(../img/index/news-link-index.gif),
        url(../img/index/news-link-index.gif);
    background-position: 
        top center,
        bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 6px, 100% 6px;
}
}



#index-news .btn-detail {
    width: 180px;
    font-size: 17px;
    padding: 8px 0;
    margin: 0 auto;
}

#index-news .btn-detail:hover {
    width: 180px;
    font-size: 17px;
    padding: 8px 0;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
#index-news .btn-detail {
    width: 85%;
    font-size: 15px;
    padding: 5px 0 7px 0;
    margin: 0 auto;
}
#index-news .btn-detail:hover {
    width: 85%;
    font-size: 15px;
    padding: 5px 0 7px 0;
    margin: 0 auto;
}
}



#index-memoryphoto {
    margin: 0 auto 100px;
    padding: 50px 0 50px;
    width: 100%;
    background: #3FAF68;
    background: linear-gradient(180deg,rgba(63, 175, 104, 1) 0%, rgba(63, 175, 104, 1) 51%, rgba(108, 181, 61, 1) 100%);
}
#index-memoryphoto .title {
    text-align: center;
}
#index-memoryphoto .title .title-jp {
    color: #fff;
}
#index-memoryphoto .title p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 1.6em;
}

#index-memoryphoto .slide-photo {
  width: 100%;
  overflow: hidden;
  position: relative;
    margin-bottom: 50px;
}

#index-memoryphoto .slide-photo .scroll-content {
  display: flex;
}

#index-memoryphoto .slide-photo .scroll-content img {
  width: 225px;
  height: 225px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 20px;
}
#index-memoryphoto .slide-photo .scroll-content div {
    margin: 0 20px;
    padding: 30px;
  width: 225px;
  height: 225px;
  border-radius: 40px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
#index-memoryphoto {
    margin: 0 auto 50px;
    padding: 40px 0 60px;
    width: 100%;
    background: #3FAF68;
    background: linear-gradient(180deg,rgba(63, 175, 104, 1) 0%, rgba(63, 175, 104, 1) 51%, rgba(108, 181, 61, 1) 100%);
}
#index-memoryphoto .title p {
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 14px;
    color: #fff;
    line-height: 1.6em;
    font-weight: 600;
}
#index-memoryphoto .slide-photo {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#index-memoryphoto .slide-photo .scroll-content {
  display: flex;
}

#index-memoryphoto .slide-photo .scroll-content img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 20px;
}
#index-memoryphoto .slide-photo .scroll-content div {
    margin: 0 15px;
    padding: 20px;
    width: 180px;
    height: 180px;
    border-radius: 40px;
    background-color: #fff;
}
}

#index-memoryphoto .btn-detail {
    border: 1.5px solid #3faf68;
    width: 350px;
    font-size: 22px;
    padding: 17px 0;
    margin: 0 auto;
}

#index-memoryphoto .btn-detail:hover {
    border: 1.5px solid #fff;
    width: 350px;
    font-size: 22px;
    padding: 17px 0;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
#index-memoryphoto .btn-detail {
    width: 70%;
    border: 1px solid #3faf68;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 auto;
}
#index-memoryphoto .btn-detail:hover {
    width: 70%;
    border: 1px solid #fff;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 auto;
}
}


#index-events {
    margin: 0 auto 100px;
    padding: 0 0 0;
    width: 100%;
}
#index-events .title {
    margin: 0 100px 0 0;
    padding: 0;
    text-align: center;
}
#index-events .title .title-jp {
    color: #727171;
    margin-bottom: 80px;
}
#index-events .inner {
    margin: 0 auto;
    padding: 0;
    width: 1250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#index-events .inner li {
    margin: 0 0 40px 0;
    padding: 0;
    width: 574px;
    position: relative;
}

#index-events .inner li:nth-child(even) {
  padding-top: 80px;
}
#index-events .inner li:nth-child(even)  .numb {
  margin-top: 80px;
}

#index-events .inner h6 {
    margin: 0 0 15px 60px;
    font-size: 24px;
    color: #3faf68;
    line-height: 1.2em;
    font-weight: 600;
}
#index-events .inner p {
    margin: 0 0 15px 60px;
    font-size: 16px;
    color: #3faf68;
    line-height: 1.8em;
    text-align: justify;
}
#index-events .inner .eventsphoto {
    width: 574px;
    height: 333px;
    background: url(../img/index/index-events-photobase.png) top left no-repeat; background-size: 574px 333px;
    position: relative;
}

#index-events .inner .eventsphoto a {
    position: absolute;
    top: 100px;
    left: 20px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 10;
}
#index-events .inner .eventsphoto .arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 17px;
}
#index-events .inner .eventsphoto .arrow::before,
#index-events .inner .eventsphoto .arrow::after{
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#index-events .inner .eventsphoto .vect::before{
    left: 2px;
    width: 10px;
    height: 2px;
    background: #fff;
}
#index-events .inner .eventsphoto .vect::after{
    left: 4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#index-events .inner .nmb1 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 95px;
    background: url(../img/index/index-nmb1.png) top left no-repeat; background-size: 50px 95px; 
}
#index-events .inner .nmb1 .icon {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon2.svg) top left no-repeat; background-size: 67px; 
}
#index-events .inner .nmb2 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 95px;
    background: url(../img/index/index-nmb2.png) top left no-repeat; background-size: 50px 95px; 
}
#index-events .inner .nmb2 .icon {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon3.svg) top left no-repeat; background-size: 60px; 
}
#index-events .inner .nmb3 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 95px;
    background: url(../img/index/index-nmb3.png) top left no-repeat; background-size: 50px 95px; 
}
#index-events .inner .nmb3 .icon {
    position: absolute;
    top: 25px;
    left: 40px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon4.svg) top left no-repeat; background-size: 60px; 
}
#index-events .inner .nmb4 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 95px;
    background: url(../img/index/index-nmb4.png) top left no-repeat; background-size: 50px 95px; 
}
#index-events .inner .nmb4 .icon {
    position: absolute;
    top: 25px;
    left: 40px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon5.svg) top left no-repeat; background-size: 60px; 
}
#index-events .inner .nmb5 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 95px;
    background: url(../img/index/index-nmb5.png) top left no-repeat; background-size: 50px 95px; 
}
#index-events .inner .nmb5 .icon {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon6.svg) top left no-repeat; background-size: 60px; 
}
#index-events .inner .nmb6 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 95px;
    background: url(../img/index/index-nmb6.png) top left no-repeat; background-size: 50px 95px; 
}
#index-events .inner .nmb6 .icon {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon1.svg) top left no-repeat; background-size: 60px; 
}

@media only screen and (max-width: 768px) {
#index-events {
    margin: 0 auto 50px;
    padding: 0 0 0;
    width: 100%;
}
#index-events .title {
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
}
#index-events .title .title-jp {
    color: #727171;
    margin-bottom: 55px;
}
#index-events .inner {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    display: block;
}
#index-events .inner li {
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
    position: relative;
}

#index-events .inner li:nth-child(even) {
  padding-top: 0;
}
#index-events .inner li:nth-child(even)  .numb {
  margin-top: 0;
}

#index-events .inner h6 {
    margin: 0 0 15px 40px;
    font-size: 20px;
    color: #3faf68;
    line-height: 1.2em;
    font-weight: 600;
}
#index-events .inner p {
    margin: 0 0 15px 40px;
    font-size: 14px;
    color: #3faf68;
    line-height: 1.6em;
    text-align: justify;
    font-weight: 600;
}
#index-events .inner .eventsphoto {
    margin-left: 2%;
    width: 96%;
    height: 100%;
    aspect-ratio: 574 / 333;
    background: url(../img/index/index-events-photobase.png) top left no-repeat; background-size: cover;
    position: relative;
}

#index-events .inner .eventsphoto a {
    position: absolute;
    top: 53px;
    left: 5px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.02em;
    z-index: 10;
    font-weight: 600;
}
#index-events .inner .eventsphoto .arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
}
#index-events .inner .eventsphoto .arrow::before,
#index-events .inner .eventsphoto .arrow::after{
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#index-events .inner .eventsphoto .vect::before{
    left: 2px;
    width: 8px;
    height: 2px;
    background: #fff;
}
#index-events .inner .eventsphoto .vect::after{
    left: 4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#index-events .inner .nmb1 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 55px;
    background: url(../img/index/index-nmb1.png) top left no-repeat; background-size: 30px 55px; 
}
#index-events .inner .nmb1 .icon {
    position: absolute;
    top: 15px;
    left: 24px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon2.svg) top left no-repeat; background-size: 35px; 
}
#index-events .inner .nmb2 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 55px;
    background: url(../img/index/index-nmb2.png) top left no-repeat; background-size: 30px 55px; 
}
#index-events .inner .nmb2 .icon {
    position: absolute;
    top: 10px;
    left: 24px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon3.svg) top left no-repeat; background-size: 35px; 
}
#index-events .inner .nmb3 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 55px;
    background: url(../img/index/index-nmb3.png) top left no-repeat; background-size: 30px 55px; 
}
#index-events .inner .nmb3 .icon {
    position: absolute;
    top: 10px;
    left: 24px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon4.svg) top left no-repeat; background-size: 35px; 
}
#index-events .inner .nmb4 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 55px;
    background: url(../img/index/index-nmb4.png) top left no-repeat; background-size: 30px 55px; 
}
#index-events .inner .nmb4 .icon {
    position: absolute;
    top: 10px;
    left: 24px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon5.svg) top left no-repeat; background-size: 35px; 
}
#index-events .inner .nmb5 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 55px;
    background: url(../img/index/index-nmb5.png) top left no-repeat; background-size: 30px 55px; 
}
#index-events .inner .nmb5 .icon {
    position: absolute;
    top: 10px;
    left: 24px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon6.svg) top left no-repeat; background-size: 35px; 
}
#index-events .inner .nmb6 .numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 55px;
    background: url(../img/index/index-nmb6.png) top left no-repeat; background-size: 30px 55px; 
}
#index-events .inner .nmb6 .icon {
    position: absolute;
    top: 10px;
    left: 24px;
    width: 100%;
    height: 100%;
    background: url(../img/index/index-events-icon1.svg) top left no-repeat; background-size: 38px; 
}
}




#index-president {
    margin: 0 auto 100px;
    padding: 0 0 0;
    width: 100%;
}
#index-president .title {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 305px;
}
#index-president .title .title-jp {
    color: #727171;
    margin-bottom: 70px;
}
#index-president .inner {
    margin: 0 auto;
    padding: 0;
    width: 1130px;
    display: flex;
    justify-content: space-between;
}
#index-president .inner li.photo {
    margin: -200px 0 0 0;
    padding: 0;
    width: 350px;
}
#index-president .inner li.photo img {
    width: 350px;
}
#index-president .inner li.message-txt {
    margin: 0 0 0 0;
    padding: 0;
    width: 715px;
}
#index-president .inner li.message-txt p {
    margin: 0 0 90px 0;
    font-size: 18px;
    color: #727171;
    line-height: 2.4em;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
#index-president {
    margin: 0 auto;
    padding: 70px 0;
    width: 100%;
    background-color: #fff;
}
#index-president .title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
#index-president .title .title-jp {
    color: #727171;
    margin-bottom: 40px;
}
#index-president .inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
}
#index-president .inner li.photo {
    margin: 0 auto 30px;
    padding: 0;
    width: 70%;
}
#index-president .inner li.photo img {
    width: 100%;
}
#index-president .inner li.message-txt {
    margin: 0 auto;
    padding: 0;
    width: 85%;
}
#index-president .inner li.message-txt p {
    margin: 0 0 40px 0;
    font-size: 15px;
    color: #727171;
    line-height: 2em;
    text-align: justify;
}
}


#index-president .btn-detail {
    border: 1.5px solid #3faf68;
    width: 350px;
    font-size: 22px;
    padding: 17px 0;
    margin: 0;
}

#index-president .btn-detail:hover {
    border: 1.5px solid #3faf68;
    width: 350px;
    font-size: 22px;
    padding: 17px 0;
    margin: 0;
}

@media only screen and (max-width: 768px) {
#index-president .btn-detail {
    width: 90%;
    border: 1px solid #3faf68;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 auto;
}
#index-president .btn-detail:hover {
    width: 90%;
    border: 1px solid #3faf68;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 auto;
}
}





#index-movie {
    margin: 0 auto 120px;
    padding: 0 0 0;
    width: 100%;
}
#index-movie .title {
    text-align: center;
}
#index-movie .title .title-jp {
    color: #727171;
    margin-bottom: 35px;
}
#index-movie iframe {
    margin: 0 auto;
    width:  1098px;
    height: 600px;
}
@media only screen and (max-width: 768px) {
#index-movie {
    margin: 0 auto 70px;
    padding: 0 0 0;
    width: 100%;
}
#index-movie .title {
    text-align: center;
}
#index-movie .title .title-jp {
    color: #727171;
    margin-bottom: 25px;
}
#index-movie iframe {
    margin: 0 auto;
    width:  90%;
    height: 300px;
}
}



#index-history {
    margin: 0 auto 120px;
    padding: 50px 0 90px;
    width: 100%;
    background-color: #f4f5f2;
}
#index-history .inner {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
#index-history .title-txt {
    margin: 0 auto 70px;
    padding: 0;
    width: 1200px;
}
#index-history .title-jp {
    color: #727171;
}

#index-history .title-link {
    margin: 0 0 0 0;
    padding: 0;
    width: 600px;
    text-align: left;
}
#index-history .title-link p {
    margin: 0 0 75px 0;
    padding: 0;
    font-size: 18px;
    color: #727171;
    line-height: 2.2em;
    text-align: justify;
}
#index-history .articles {
    margin: -140px 0 0 0;
    padding: 0 0 0 0;
    width: 523px;
}
#index-history .articles img{
    width: 523px;
}


@media only screen and (max-width: 768px) {
#index-history {
    margin: 0 auto 0;
    padding: 40px 0 60px;
    width: 100%;
    background-color: #f4f5f2;
}
#index-history .inner {
    margin: 0 auto;
    padding: 0;
    width: 85%;
    display: flex;
    flex-direction: column;
}
#index-history .title-txt {
    margin: 0 auto 40px;
    padding: 0;
    width: 90%;
    text-align: center;
}
#index-history .title-jp {
    color: #727171;
}
#index-history .title-link {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    text-align: left;
    order: 2;
}
#index-history .title-link p {
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 15px;
    color: #727171;
    line-height: 2em;
    text-align: justify;
}
#index-history .articles {
    margin: 0 auto 40px;
    padding: 0 0 0 0;
    width: 90%;
    order: 1;
}
#index-history .articles img{
    width: 100%;
}
}


#index-history .btn-detail {
    border: 1.5px solid #3faf68;
    width: 350px;
    font-size: 22px;
    padding: 17px 0;
    margin: 0;
}

#index-history .btn-detail:hover {
    border: 1.5px solid #3faf68;
    width: 350px;
    font-size: 22px;
    padding: 17px 0;
    margin: 0;
}

@media only screen and (max-width: 768px) {
#index-history .btn-detail {
    width: 90%;
    border: 1px solid #3faf68;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 auto;
}
#index-history .btn-detail:hover {
    width: 90%;
    border: 1px solid #3faf68;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 auto;
}
}