@charset "UTF-8";
.c-white {
  color: #fff;
}

.c-blue {
  color: #70B7DB;
}

.c-orange {
  color: #FCB527;
}

.c-pink {
  color: #FF5151;
}

.bg-orange {
  background-color: #FCB527;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #70B7DB;
}

.oooh {
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
}
a.current {
  color: #FCB527;
}
svg.orange-wave {
  height: 201px;
  width: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -5;
}

svg.white-wave {
  height: 201px;
  width: 100%;
  position: absolute;
  top: -260px;
  left: 0;
  z-index: -5;
}
svg.white-wave02 {
  height: 201px;
  width: 100%;
  position: absolute;
  top: -260px;
  left: 0;
  z-index: -5;
}
svg.white-wave03 {
  height: 201px;
  width: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -5;
}

svg.blue-wave {
  height: 201px;
  width: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -5;
}

svg.beige-wave {
  height: 201px;
  width: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -5;
}

svg.beige-wave02 {
  height: 201px;
  width: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -5;
}

svg.green-wave {
  height: 201px;
  width: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -5;
}

svg.footer-wave {
  height: 201px;
  width: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -5;
}

/****************************************************************************
        変数
****************************************************************************/
/****************************************************************************
        共通
****************************************************************************/
.page-start {
  margin-top: 140px;
}

.page-end {
  margin-top: 140px;
}

.contents-wrap {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

h2.sec-title_head {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
}

p.sec-title_en {
  font-size: 14px;
}

p.sec-common_text {
  font-size: 16px;
}

.readmore-btn {
  width: 220px;
  height: 48px;
  border-radius: 45px;
  position: relative;
}
.readmore-btn a {
  font-size: 14px;
  line-height: 48px;
  font-weight: bold;
  padding-left: 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.readmore-btn::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 28px;
  height: 8px;
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.readmore-btn::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.readmore-btn:hover::before {
  right: 20px;
}

.page-header_container {
  margin-top: 100px;
  height: 760px;
  position: relative;
}

.page-header_title {
  position: absolute;
  bottom: 17%;
  left: 0;
  padding: 20px 6%;
}

h1.page-title_jp {
  font-size: 2.2vw;
  font-weight: bold;
  color: #000000;
  margin-top: 12px;
  filter: drop-shadow(2px 2px 2px #c1c1c1);
}

p.page-title_en {
  font-size: 7.6vw;
  font-weight: bold;
  color: #FCB527;
  filter: drop-shadow(2px 2px 2px #c1c1c1);
}

.page-header_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 76%;
  height: 100%;
  z-index: -5;
}
.page-header_img::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header_about::before {
  background-image: url(../images/page-header_about.jpg);
}

.page-header_interview::before {
  background-image: url(../images/page-header_interview.jpg);
}
.page-header_interview01::before {
  background-image: url(../images/page-header_interview01.jpg);
}
.page-header_interview02::before {
  background-image: url(../images/page-header_interview02.jpg);
}
.page-header_interview03::before {
  background-image: url(../images/page-header_interview03.jpg);
}
.page-header_interview04::before {
  background-image: url(../images/page-header_interview04.jpg);
}
.page-header_interview05::before {
  background-image: url(../images/page-header_interview05.jpg);
}

.page-header_staff::before {
  background-image: url(../images/page-header_staff.jpg);
}

.page-header_infographics::before {
  background-image: url(../images/page-header_infographics.jpg);
}

.page-header_contact::before {
  background-image: url(../images/page-header_contact.jpg);
}


.page-nav_area {
  position: absolute;
  bottom: -30px;
  left: 2%;
  border: solid 1px #FCB527;
  background-color: #fff;
  border-radius: 45px;
  padding: 18px 36px;
  align-items: center;
  gap: 24px;
}

.page-nav_link a {
  font-size: 16px;
  font-weight: bold;
}

.page-contact_area {
  position: absolute;
  bottom: 5%;
  right: 3%;
  gap: 20px;
}

.page-contact_btn {
  width: 120px;
  height: 120px;
}
.page-contact_btn img {
  width: 100%;
}

ul.breadcrumbs {
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  padding: 14px 24px 0;
}

li.page-home, li.page-arrow, li.page-current {
  font-size: 12px;
  font-weight: bold;
}

/****************************************************************************
        ヘッダー
****************************************************************************/
#header {
  position: absolute;
  top: 24px;
  left: 20px;
  border-radius: 46px;
  padding: 14px 24px;
  margin: 0 auto;
  z-index: 9999;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.main-logo {
  max-width: 280px;
}
.main-logo img {
  width: 100%;
}

ul.menu-list_area {
  gap: 24px;
  align-items: center;
}

li.menu-list {
  font-size: 14px;
  font-weight: bold;
}

.menu-list_contact {
  width: 140px;
  height: 34px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
  border-radius: 45px;
}

/****************************************************************************
        フッター
****************************************************************************/
#footer {
  position: relative;
  padding-bottom: 80px;
}
#footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.footer-icon01_img {
  position: absolute;
  top: 9%;
  left: 0;
  max-width: 60px;
  z-index: -1;
}
.footer-icon01_img img {
  width: 100%;
}

.footer-icon02_img {
  position: absolute;
  bottom: 5%;
  right: 3%;
  max-width: 110px;
  z-index: -1;
}
.footer-icon02_img img {
  width: 100%;
}

.footer-container {
  justify-content: space-between;
  align-items: baseline;
}

.footer-logo_area {
  max-width: 200px;
}
.footer-logo_area img {
  width: 100%;
}
p.contact-text {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 600;
}
ul.footer-nav_area {
  gap: 24px;
  align-items: center;
  background-color: #fff;
  padding: 10px 24px;
}

li.footer-nav {
  font-size: 14px;
  font-weight: bold;
}

section.contact-sec {
  position: relative;
  padding-bottom: 280px;
}
section.contact-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00B4A9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.contact-text_img {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  z-index: -1;
}
.contact-text_img img {
  width: 100%;
}

.contact-sec_container {
  align-items: center;
  justify-content: space-between;
}

h2.contact-text_area {
  font-size: 3.2vw;
  font-weight: bold;
}

.contact-btn {
  max-width: 360px;
  width: 100%;
  height: 120px;
  background-color: #fff;
  border-radius: 24px;
  position: relative;
  margin-bottom: 16px;
}
.contact-btn a {
  font-size: 24px;
  line-height: 120px;
  font-weight: bold;
  padding-left: 20px;
  display: block;
  width: 360px;
  height: 100px;
}
.contact-btn::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 28px;
  height: 8px;
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  transition: 0.5s;
  background-image: url(../images/arrow-black.png);
}
.contact-btn::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: dotted 1px #000;
}
.contact-btn:hover::before {
  right: 20px;
}

.copyright {
  font-size: 12px;
  margin-top: 30px;
  font-weight: bold;
}

/****************************************************************************
        レスポンシブ
****************************************************************************/
/**      PC　以上      **/
@media screen and (min-width: 1201px) {
  .sp_part {
    display: none;
  }
}
/**      Tab　以上      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
/**      Tab　以下      **/
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }
  svg.orange-wave {
    height: 201px;
    width: 100%;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -5;
  }
  svg.white-wave {
    height: 201px;
    width: 100%;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -5;
  }
  svg.blue-wave {
    height: 201px;
    width: 100%;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -5;
  }
  svg.beige-wave {
    height: 201px;
    width: 100%;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -5;
  }
  svg.green-wave {
    height: 201px;
    width: 100%;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -5;
  }
  svg.footer-wave {
    height: 201px;
    width: 100%;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -5;
  }
  #header {
    top: 10px;
    left: 10px;
    padding: 0;
  }
  .header-container {
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
  .menu-list_contact {
    width: 140px;
    height: 34px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    border-radius: 45px;
  }
  .main-logo {
    padding-top: 10px;
  }
  .menu-icon {
    width: 42px;
    height: 20px;
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 9999;
  }
  .menu-icon span {
    position: relative;
    height: 2px;
    background-color: #000;
    transition: 0.4s;
  }
  .menu-icon span:first-child {
    width: 42px;
    top: 0;
    left: 0;
    position: absolute;
  }
  .menu-icon span:nth-child(2) {
    width: 26px;
    top: 10px;
    left: 0;
    position: absolute;
  }
  .menu-icon span:last-child {
    top: 16px;
    font-size: 12px;
    font-weight: bold;
    background-color: unset;
  }
  .menu-icon_open span:first-child {
    width: 32px;
    top: 6px;
    left: 4px;
    transform: rotate(225deg);
  }
  .menu-icon_open span:nth-child(2) {
    width: 32px;
    top: 6px;
    left: 4px;
    transform: rotate(-225deg);
  }
  .nav-menu_list {
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #ffe3ac;
    z-index: 9995;
    transition: 0.4s;
  }
  .menu-list_open {
    right: 0;
  }
  nav {
    width: 100%;
    height: 100%;
    position: relative;
  }
  ul.menu-list_area {
    position: absolute;
    width: 86%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  li.menu-list {
    margin-right: 0px;
    text-align: left;
    margin-bottom: 36px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
  }
  li.menu-list_contact {
    background-color: unset;
  }
  #footer {
    padding-bottom: 80px;
  }
  .footer-icon01_img {
    display: none;
  }
  .footer-icon02_img {
    max-width: 80px;
  }
  .footer-container {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer-logo_area {
    max-width: 200px;
  }
  .footer-logo_area img {
    width: 100%;
  }
  ul.footer-nav_area {
    display: block;
    padding: 0;
    margin-top: 30px;
  }
  li.footer-nav {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  section.contact-sec {
    padding-bottom: 140px;
  }
  .contact-text_img {
    position: absolute;
    bottom: 15%;
    left: 50%;
  }
  .contact-sec_container {
    justify-content: center;
    flex-wrap: wrap;
  }
  h2.contact-text_area {
    font-size: 7vw;
    text-align: center;
  }
  .contact-btn_area {
    margin-top: 40px;
  }
  .contact-btn {
    max-width: 280px;
    height: 80px;
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .contact-btn a {
    font-size: 20px;
    line-height: 80px;
    width: 280px;
    height: 80px;
  }
  .page-nav_area, .page-contact_area {
    display: none;
  }
  .page-start {
    margin-top: 80px;
  }
  .page-end {
    margin-top: 140px;
  }
  .contents-wrap {
    width: calc(100% - 60px);
  }
  h2.sec-title_head {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
  }
  p.sec-title_en {
    font-size: 14px;
  }
  p.sec-common_text {
    font-size: 16px;
  }
  .readmore-btn {
    width: 220px;
    height: 48px;
    border-radius: 45px;
    position: relative;
  }
  .readmore-btn a {
    font-size: 14px;
    line-height: 48px;
    font-weight: bold;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .page-header_container {
    height: 580px;
  }
  .page-header_title {
    padding: 20px 6%;
    bottom: 30%;
  }
  p.page-title_en {
    font-size: 10.5vw;
  }
  h1.page-title_jp {
    font-size: 18px;
    filter: drop-shadow(2px 2px 2px #c1c1c1);
  }
  .page-header_img {
    width: 84%;
  }
  .page-header01_icon, .page-header02_icon {
    position: absolute;
  }
  .page-header01_icon img, .page-header02_icon img {
    width: 100%;
  }
  .page-header01_icon {
    max-width: 74px;
    top: 30%;
    left: 4%;
  }
  .page-header02_icon {
    max-width: 116px;
    top: 12%;
    left: unset;
    right: 3%;
  }
  ul.breadcrumbs {
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
    padding: 14px 24px 0;
  }
  li.page-home, li.page-arrow, li.page-current {
    font-size: 12px;
    font-weight: bold;
  }
}
/**      SP　以下      **/
@media screen and (max-width: 480px) {
  .contents-wrap {
    width: calc(100% - 60px);
  }
  p.contact-text {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
}

h2.staff-title_en {
  line-height: 1;
}