@charset "UTF-8";
/* 基本設定 */
.sp {
  display: none;
}
.sp-header {
    display: none;
}
/* ハンバーガーメニュー非表示 */
.menu-lists{
    display: none;
}
@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
html,
body {
    /* scroll-behavior: smooth; */
    font-family: 'Crimson Text', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 17px;
    text-align: justify;
    position: relative;
    font-feature-settings: "palt";
    color: #231815;
    line-height: 2;
    width: 100%;
}
img {
    width: 100%;
    height: auto;
}
a {
    transition: .3s;
}
a:hover {
    opacity: 0.8;
}
.flx {
    display: flex;
}
.content {
    padding: 0 15px;
    margin: 0 auto;
}
h2 {
    text-align: center;
    margin-bottom: 50px;
}

/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.pc-header {
    height: 100px;
    justify-content: space-between;
    align-items: center;
    padding-left: 4%;
    max-height: 100px;
}
.head-logo {
    max-width: 354px;
    width: 30vw;
}
.head-link {
    height: 100%;
    align-items: center;
}
.head-link li {
    height: 100%;
}
.head-link li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}
.head-link li a img {
    height: 13px;
    width: auto;
}
.head-link li.entry-btn a {
    background: #39ad36;
    color: #003722;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 10px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
    .pc-header {
        height: 80px;
    }
    .head-link li a img {
        height: 11px;
    }
    .head-link li.entry-btn a {
        padding: 0 20px;
        font-size: 17px;
    }
}


/* fv */
#fv {
    background: #040403;
    padding: 180px 0 200px;
}
.fv-content {
    padding: 0 10%;
    position: relative;
}
.fv-copy,
.scroll-img,
.border-img {
    position: absolute;
}

.fv-copy {
    max-width: 232px;
    width: 15%;
    left: 5%;
    top: 5%;
}
.scroll-img {
    width: 13px;
    top: 60%;
    left: 5%;
}
.border-img {
    max-width: 151px;
    width: 10%;
    top: 50%;
    right: 0;
}
.main-content {
    max-width: 570px;
    margin-top: 200px;
}
.main-txt {
    position: relative;
    margin: 40px 0;
}
.main-txt:nth-of-type(3) {
    margin: 85px 0;
}
.tate-txt {
    color: #fff;
}
.yoko-txt {
    position: absolute;
}
.yoko-txt img {
    max-width: 103px;
}
.main-txt:nth-of-type(1) .yoko-txt{
    position: relative;
    bottom: 40px;
    text-align: center;
}
.main-txt:nth-of-type(3) .yoko-txt{
    left: -160px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.main-txt:nth-of-type(5) .yoko-txt{
    right: -160px;
    bottom: 0;
}
.main-img {
    max-width: 570px;
    margin: 0 auto;
}

/* message */
#message {
    padding-top: 140px;
    padding-bottom: 140px;
}
#message .content {
    max-width: 867px;
}
#message .content h2 img {
    max-width: 275px;
}
#message .content p {
    font-size: 19px;
}
.company {
    margin-top: 140px;
}
.company h3 {
    margin-bottom: 40px;
    text-align: center;
}
.company h3 img {
    max-width: 115px;
}
.profile {
    justify-content: space-between;
}
.pro-left {
    max-width: 355px;
}
#message .content p.pro-name {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}
.pro-name span {
    font-size: 16px;
    display: block;
}
.pro-right {
    margin-top: 20px;
}
.pro-right dl {
    color: #727171;
    margin-bottom: 15px;
}
.pro-right dl dt {
    float: left;
}
.pro-right dl dd {
    margin-left: 90px;
}

/* interview */
#interview {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #dae9cd;
}
#interview .content {
    max-width: 1164px;
}
#interview .content h2 img {
    max-width: 347px;
}
.int-link-box {
    justify-content: space-between;
    margin-bottom: 80px;
    padding: 0 30px;
}
.int-link-box a {
    max-width: 328px;
    display: block;
}
#interview .content h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 5px;
    text-align: center;
    color: #898989;
    margin-bottom: 50px;
}
.movie {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.movie iframe {
    width: 100%;
    height: 100%;
}
/* job */
#job {
    padding-top: 140px;
}
#job .content {
    max-width: 1250px;
}
#job .content h2 img {
    max-width: 264px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
    margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
    max-width: 350px;
    width: 30%;
    height: 76px;
    font-size: 28px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    padding-top: 15px;
    border-radius: 20px 20px 0 0;
}
.tab_item small {
    font-size: 75%;
}
.first_tab {
    background: #007747;
    border: 5px solid #007747;
    color: #fff;
    position: relative;
    z-index: 3;
}
.paper_tab {
    background: #dae9cd;
    color: #003722;
    border: 5px solid #dae9cd;
    /* margin-left: -20px; */
    position: relative;
    z-index: 2;
}
.curator_tab {
    background: #fff;
    color: #003722;
    border: 5px solid #003722;
    border-bottom: none;
    position: relative;
    z-index: 1;
}
.curator_tab::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff;
    z-index: 99;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 70px;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
/*選択されているタブのコンテンツのみを表示*/
#first:checked ~ #first_content,
#paper:checked ~ #paper_content,
#curator:checked ~ #curator_content {
display: block;
}
#first_content {
background: #007747;
color: #fff;
border: 5px solid #007747;
}
#paper_content {
background: #dae9cd;
color: #003722;
border: 5px solid #dae9cd;
}
#curator_content {
background: #fff;
color: #003722;
border: 5px solid #003722;
z-index: 0;
}
/*選択されているタブのスタイルを変える*/
/* .tabs input:checked + .tab_item {
background-color: #007747;
}
.tabs input:checked + .paper_tab {
background-color: #dae9cd;
position: relative;
z-index: 3;
}
.tabs input:checked + .curator_tab {
background-color: #fff;
position: relative;
z-index: 4;
} */
.tab_content_description h3 {
font-size: 30px;
font-weight: bold;
}
.tab_content_description h3 span {
display: inline-block;
font-size: 20px;
width: 20%;
border-right: 2.5px solid #c9caca;
margin-right: 15px;
padding-top: 5px;
padding-left: 15px;
}
.tab_content_description table {
border: 1px solid #c9caca;
border-collapse: collapse;
margin-top: 15px;
width: 100%;
font-size: 18px;
font-weight: bold;
color: #c8c9ca;
}
.tab_content_description table td {
border: 1px solid #c9caca;
padding: 15px 15px;
line-height: 1.2;
}
.td-left {
    width: 20%;
    line-height: 100%;
    vertical-align: middle;
}
.td-right {
    width: 80%;
}
.td-right span {
    font-weight: normal;
}
.td-right .mt {
    display: inline-block;
    margin-top: 6px;
}
.kome {
    font-size: 16px;
    color: #c8c9ca;
    margin-top: 20px;
}
#paper_content .tab_content_description h3 span,
#curator_content .tab_content_description h3 span {
    border-right: 2.5px solid #176f1b;
}
#paper_content .tab_content_description table,
#curator_content .tab_content_description table {
    border: 1px solid #176f1b;
    color: #176f1b;
}
#paper_content .tab_content_description table td,
#curator_content .tab_content_description table td {
    border: 1px solid #176f1b;
}
#paper_content .kome,
#curator_content .kome {
    color: #176f1b;
}

.entry-btn2 a {
    display: block;
    background: #39ad36;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    max-width: 482px;
    margin: 50px auto 0;
    border-radius: 40px;
    text-align: center;
    padding: 30px 10px;
    letter-spacing: 3px;
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.3));
}

/* gall */
#gall {
    padding-top: 140px;
}
#gall .content {
    max-width: 1250px;
}
#gall .content h2 img {
    max-width: 274px;
}

.foot-logo {
    max-width: 184px;
    margin: 50px auto 30px;
}
.offical-site {
    font-size: 16px;
    text-align: center;
    color: #9fa0a0;
    margin-bottom: 50px;
}
/* スライド全体 */
.swiper {
    overflow-y: visible;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    transition: transform 0.6s;
  }
  .swiper [class^="swiper-button-"]{
    width: 36vw;
}
.swiper-button-next, .swiper-button-prev {
    color: #39ad36;
}

  /* 左右のスライド */
  .swiper-slide-prev,
  .swiper-slide-next,
  .swiper-slide-duplicate-prev,
  .swiper-slide-duplicate-next {
    transform: scale(0.7)!important;
  }
  .swiper-slide-active {
    transform: scale(1.2)!important;
  }

/* footer */
.footer {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #003722;
    padding: 10px 15px;
}

/* TOPへ戻る */
.toback {
    position: absolute;
    bottom: 100px;
    right: 80px;
    width: 87px;
}

/* interview-single */
#interview.int-single {
    background: none;
    padding-top: 150px;
}
.int-content {
    padding-bottom: 100px;
}
.green-bg {
    background: #dae9cd;
}
.gray-bg {
    background: #efefef;
}
#int-01 .int-name-box,
#int-03 .int-name-box {
    background: #39ad36;
}
#int-02 .int-name-box,
#int-04 .int-name-box {
    background: #007747;
}
#movie {
  padding-top: 100px;
  padding-bottom: 100px;
}
.int-name-box {
    padding: 50px 0 60px;
}
#interview.int-single .int-name-box .content {
    max-width: 1310px;
    justify-content: space-between;
    align-items: flex-end;
}
.int-name-left {
    color: #fff;
}
.int-num img {
    height: 65px;
    width: auto;
    margin-bottom: 20px;
}
.int-name {
    font-size: 48px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1;
}
.int-name span {
    font-size: 32px;
    vertical-align: middle;
}
.int-year {
    font-size: 28px;
}
.int-name-en p {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
#int-01 .int-name-en p,
#int-03 .int-name-en p {
    color: #003722;
}
#int-02 .int-name-en p,
#int-04 .int-name-en p {
    color: #39ad36;
}

#interview .content.int-main-img {
    max-width: 1310px;
    margin-top: -40px;
}
#interview .content.int-main-box {
    max-width: 1110px;
    margin-top: 60px;
}
.int-main-box h4 {
    text-align: center;
    margin-bottom: 60px;
}
.int-main-box h4 img {
    max-width: 471px;
}
#int-02 .int-main-box h4 img {
    max-width: 516.5px;
}
#int-03 .int-main-box h4 img {
    max-width: 801px;
}
.int-txt-box {
    margin-bottom: 100px;
    justify-content: space-between;
}
.int-txt-box figure {
    width: 55%;
}
.int-txt-box p {
    width: 40%;
    font-weight: bold;
    line-height: 2.5;
}
.next {
    max-width: 220px;
    margin: 0 auto;
}

#int-03 .int-main-box {
    /* margin-bottom: 200px; */
}

.int-link-box.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .int-link-box.grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}

/* sp */
@media screen and (max-width: 768px) {
    html,
    body {
        /* scroll-behavior: auto; */
        font-size: 14px;
    }
    .pc-header {
        display: none;
    }
    .sp-header {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        padding-left: 15px;
        position: relative;
    }
    .sp-header .head-logo {
        width: 230px
    }
    .sp-header .head-logo a img {
        vertical-align: middle;
    }
    /* ハンバーガーメニュー */
    .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
        width: 32px;
        cursor: pointer;
        text-align: center;
        z-index: 999;
    }
    .hamburger img {
        vertical-align: middle;
    }
    /* ハンバーガーメニューリスト */
    .menu-lists{
        background-color: rgba(255,255,255,0.9);
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        text-align: center;
        transform: translateX(100%);
        transition: .3s;
        margin: 0;
        display: flex;
        align-items: center;
    }
    .menu-lists ul{
        flex-direction: column;
        /* padding-top: 5%; */
        width: 60%;
        margin: 0 auto;
        position: relative;
    }
    .menu-lists ul li {
        text-align: center;
        /* margin-bottom: 30px; */
        font-weight: bold;
        font-size: 15px;
        position: relative;
        color: #171818;
    }
    .menu-lists ul li a{
        display: block;
        height: 18%;
        color: #171818;
        padding: 15px 15px 15px 0;
        letter-spacing: 2px;
    }
    .menu-lists ul li a img {
        height: 15px;
        width: auto;
    }
    .menu-lists.active {
      transform: translateX(0%);
    }
    #fv {
        padding-top: 180px;
        padding-bottom: 150px;
    }
    .border-img {
        display: none;
    }
    .fv-content {
        padding: 5%;
    }
    .fv-copy {
        width: 28%;
        top: -40%;
        left: 10px;
    }
    .scroll-img {
        width: 10px;
        left: 10px;
        top: 40%;
    }
    .main-txt {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tate-txt {
        width: 81%;
    }
    .yoko-txt {
        position: static;
    }
    .main-txt:first-child .yoko-txt,
    .main-txt:nth-of-type(3) .yoko-txt,
    .main-txt:nth-of-type(5) .yoko-txt {
        position: static;
        transform: none;
        width: 15%;
    }
    .main-txt:nth-of-type(3) {
        margin: 60px 0;
    }
    .main-img {
        margin: 0 calc(50% - 50vw) 0;
        max-width: none;
    }
    .main-content {
        margin-top: 80px;
    }
    h2 {
        margin-bottom: 30px;
    }
    #message .content p {
        font-size: 16px;
    }
    .company {
        margin-top: 100px;
    }
    .profile {
        display: block;
    }
    .pro-left {
        max-width: none;
        width: 100%;
    }
    .pro-right dl {
        margin-bottom: 10px;
    }
    .pro-right dl dd {
        margin-left: 80px;
    }
    #message .content p.pro-name {
        font-size: 25px;
    }
    .int-link-box {
        display: block;
        padding: 0 50px;
    }
    #interview .content h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .tab_item {
        width: 33.33%;
        font-size: 18px;
        border-radius: 15px 15px 0 0;
        height: 60px;
        padding-top: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tab_content {
        padding: 15px;
    }
    .tab_content_description h3 {
        font-size: 20px;
    }
    .tab_content_description h3 span {
        width: 32%;
        font-size: 17px;
    }
    .tab_content_description table {
        font-size: 15px;
    }
    .first_tab,
    .paper_tab,
    .curator_tab {
      font-size: 16px;
      line-height: 1.2;
    }
    /* .paper_tab {
      margin-left: -15px;
    } */
    .td-left {
        width: 32%;
    }
    .entry-btn2 a {
        font-size: 22px;
        border-radius: 30px;
        padding: 20px 10px;
    }
    .toback {
        bottom: 80px;
        right: 20px;
        width: 70px;
    }
    .offical-site {
        margin-bottom: 100px;
    }
    .foot-logo {
        max-width: 120px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 18px;
    }
    .swiper [class^="swiper-button-"] {
        width: 11vw;
    }
    #message .content h2 img {
        width: 225px;
    }
    #interview .content h2 img {
        max-width: 297px;
    }
    #job .content h2 img {
        max-width: 214px;
    }
    #gall .content h2 img {
        max-width: 224px;
    }

   /* interview */
   #interview.int-single .int-name-box .content {
    display: block;
   }
   .int-content {
    padding-bottom: 50px;
   }
   .int-num img {
    height: 45px;
   }
   .int-name span {
    font-size: 18px;
   }
   .int-name {
    font-size: 32px;
   }
   .int-year {
    font-size: 18px;
   }
   .int-name-en p {
    font-size: 15px;
    margin-bottom: 10px;
   }
   #interview .content.int-main-box {
    margin-top: 40px;
   }
   .int-main-box h4 {
    margin-bottom: 40px;
   }
   .int-main-box h4 img {
    width: 75%;
   }
   .int-txt-box {
    display: block;
    margin-bottom: 30px;
   }
   .int-txt-box figure {
    width: 80%;
    margin: 0 auto 15px;
   }
   .int-txt-box p {
    width: 100%;
    line-height: 1.8;
   }
   .next {
    width: 50%;
   }
   #int-02 .int-main-box h4 img {
    width: 100%;
   }
   #int-03 .int-main-box {
    margin-bottom: 100px;
   }
   .entry-btn-sp {
    position: absolute;
    top: 15px;
    right: 60px;
   }
   .entry-btn-sp a {
    background: #39AD37;
    color: #003722;
    font-weight: bold;
    display: block;
    padding: 0 5px;
   }
   .menu-lists ul li.entry-btn-ham a {
    font-size: 20px;
    padding-top: 20px;
    color: #39AD37;
   }

}