@charset "UTF-8";
/****************************************************************************
****    変数
****************************************************************************/
/****************************************************************************
****    共通
****************************************************************************/
.scroll-top {
  position: fixed;
  bottom: 3%;
  right: 1%;
  z-index: 8000;
}

.page-start {
  margin-top: 120px;
}

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

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

h2.sec-title_head {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(24px, 6vw, 56px);
}

p.sec-title_jp {
  font-size: clamp(16px, 4.5vw, 36px);
  font-weight: bold;
  margin-top: 16px;
}

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

span.text-highlight {
  color: #2A78B3;
}

.readmore-btn {
  width: 260px;
  height: 56px;
  border-radius: 8px;
  line-height: 56px;
  text-align: center;
  transition: 0.7s;
}
.readmore-btn a {
  font-size: 18px;
  font-weight: bold;
}
.readmore-btn.bg-purple:hover {
  background-color: #fff;
  border: solid 1px #2f027c;
  color: #2f027c;
}
.readmore-btn.bg-cyaan:hover {
  background-color: #fff;
  border: solid 1px #4c10ee;
  color: #4c10ee;
}

.text-grad_purple {
  background: linear-gradient(90deg, #2A78B3 0%, #2f027c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-grad_purple {
  background: linear-gradient(90deg, #2A78B3 0%, #2f027c 100%);
  transition: .4s;
  font-weight: bold;
}
.readmore-btn.bg-grad_purple:hover {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  color: #2f027c;
  border: solid 1px #2f027c;
}

/****************************************************************************
****    ヘッダー
****************************************************************************/
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-container {
  width: calc(100% - 80px);
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: 32px;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.main-logo {
  max-width: 180px;
  max-height: 54px;
}
.main-logo img {
  width: 100%;
  padding: 14px 14px;
  border-radius: 45px;
  background-color: #fff;
}

ul.menu-list_area {
  gap: 32px;
  align-items: center;
  border-radius: 45px;
  padding: 0 40px;
}

li.menu-list a {
  font-size: 14px;
  font-weight: bold;
  color: #B3B3B3;
}

ul.header-contact {
  margin-left: 32px;
}

li.menu-list_contact {
  width: 140px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 45px;
}
li.menu-list_contact a {
  font-size: 14px;
  font-weight: bold;
}

li.menu-list a.menu-list_current {
  color: #2A78B3;
}

section.page-header-sec {
  width: 100%;
  height: 100vh;
  max-height: 960px;
}

.page-header_container {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  gap: 60px;
  transform: translateY(-50%);
  align-items: center;
  justify-content: space-between;
}

.page-title_wrap {
  max-width: 680px;
  padding-left: 5%;
}

p.page-title_en {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.page-header_img {
  max-width: 600px;
  width: 100%;
}
.page-header_img img {
  width: 100%;
  border-radius: 100%;
}

p.page-text_en {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: clamp(24px, 12vw, 180px);
  font-weight: bold;
  opacity: 0.3;
}

ul.breadcrumbs {
  width: 90%;
  margin: 40px auto;
  gap: 8px;
}
ul.breadcrumbs li {
  font-size: 12px;
}

/****************************************************************************
****    フッター
****************************************************************************/
#footer {
  background: #0E226A;
  border-radius: 45px 45px 0 0;
  position: relative;
  overflow-y: hidden;
  padding-bottom: 120px;
}

.footer-text_en {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(20px, 5.5vw, 100px);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 4px rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  text-align: center;
  overflow: hidden;
}
.footer-text_en img {
  width: 100%;
}

.footer-container {
  max-width: 1280px;
  width: 90%;
  padding: 60px 0;
  margin: 0 auto;
}

.footer-contact_select {
  gap: 24px;
}

.footer-select {
  width: 48%;
  padding: 32px;
  justify-content: space-around;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 12px;
  transition: .4s;
}
.footer-select:hover {
  background-color: #bbc2ee;
}

p.footer-select_en {
  font-size: 18px;
  font-weight: bold;
}

h3.footer-select_title {
  font-size: 20px;
  font-weight: bold;
}

/* 横長お問い合わせボタン */
.footer-contact_btn {
  display: flex;
  justify-content: center;
}

.footer-contact_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 64px;
  border-radius: 12px;
  text-decoration: none;
  transition: background-color .4s;
}

.footer-contact_link:hover {
  background-color: #bbc2ee;
}

.footer-contact_text {
  font-size: 20px;
  font-weight: bold;
}

.footer-contact_arrow {
  width: 40px;
  height: 40px;
}

.footer-end_contents {
  margin: 40px auto 0;
  justify-content: space-between;
}
.footer-logo {
  max-width: 180px;
}
.footer-logo img {
  width: 100%;
}
p.footer-logo_text {
  font-size: 14px;
}

p.footer-info_text {
  font-size: 12px;
  margin-top: 32px;
}

ul.footer-nav {
  gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 24px;
}

li.footer-nav_link {
  color: #aeaeae;
  font-size: 14px;
}
li.footer-nav_link:hover {
  color: #fff;
}

li.footer-link_current {
  color: #fff;
}

p.copyright {
  font-size: 10px;
}

/****************************************************************************
****    レスポンシブ
****************************************************************************/
@media screen and (min-width: 1201px) {
  .sp_part {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }
  .main-logo {
    max-width: 160px;
    padding: 40px 0 0 14px;
  }
  .menu-icon {
    width: 40px;
    height: 20px;
    position: fixed;
    top: 40px;
    right: 24px;
    z-index: 9999;
  }
  .menu-icon span {
    position: relative;
    width: 40px;
    height: 2px;
    background-color: #7d7d7d;
    transition: 0.4s;
  }
  .menu-icon span:first-child {
    top: 0;
    left: 0;
    position: absolute;
  }
  .menu-icon span:nth-child(2) {
    top: 10px;
    left: 0;
    position: absolute;
  }
  .menu-icon span:last-child {
    top: 20px;
    left: 0;
    position: absolute;
  }
  .menu-icon_open span:first-child {
    top: 10px;
    transform: rotate(225deg);
  }
  .menu-icon_open span:nth-child(2) {
    top: 10px;
    left: 10px;
    opacity: 0;
  }
  .menu-icon_open span:last-child {
    top: 10px;
    transform: rotate(-225deg);
  }
  .nav-menu_list {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #2542aa;
    z-index: 9995;
    transition: 0.4s;
  }
  .menu-list_open {
    right: 0;
  }
  nav {
    width: 100%;
    height: 100%;
    position: relative;
  }
  ul.menu-list_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  li.menu-list {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
  p.sec-common_text {
    font-size: 16px;
    margin-top: 24px;
  }
  section.page-header-sec {
    width: 100%;
    height: 100vh;
    max-height: 680px;
  }
  .page-header_container {
    width: 100%;
    gap: 30px;
    display: block;
  }
  .page-title_wrap {
    max-width: 680px;
    padding-left: 5%;
  }
  p.page-title_en {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .page-header_img {
    max-width: 600px;
    width: 90%;
    margin: 50px auto 0;
  }
  p.page-text_en {
    display: none;
  }
  ul.breadcrumbs {
    width: 90%;
    margin: 40px auto;
    gap: 8px;
  }
  ul.breadcrumbs li {
    font-size: 12px;
  }
  #footer {
    border-radius: 0;
    padding-bottom: 50px;
  }
  .footer-text_en {
    bottom: 0;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.6);
  }
  .footer-text_en img {
    width: 100%;
  }
  .footer-container {
    max-width: 1280px;
    width: 90%;
    padding: 60px 0;
    margin: 0 auto;
  }
  .footer-contact_select {
    gap: 24px;
    display: block;
  }
  .footer-select {
    width: 100%;
    padding: 24px;
    display: block;
    margin-bottom: 24px;
  }
  .footer-select_arrow {
    display: none;
  }
  p.footer-select_en {
    font-size: 16px;
  }
  h3.footer-select_title {
    font-size: 20px;
  }
  .footer-end_contents {
    margin: 40px auto 0;
    display: block;
  }
  p.footer-logo_text {
    font-size: 14px;
  }
  p.footer-info_text {
    font-size: 12px;
    margin-top: 32px;
  }
  ul.footer-nav {
    display: block;
    margin-top: 32px;
  }
  li.footer-nav_link {
    font-size: 14px;
    margin-bottom: 20px;
  }
  li.footer-link_current {
    color: #fff;
  }
  p.copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 24px;
  }
}