@charset "utf-8";

/* header */
.basic-modal {
  padding: 0;
  margin: 30px auto 0;
  max-width: 640px;
  width: 90%;
  border-radius: 8px;
  background: none;
  text-align: right;
}

.basic-modal__inner {
  margin-top: 10px;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
  background: #fff;


}

.basic-modal__inner a:link,
.basic-modal__inner a:visited {
  text-decoration: underline;
}

.basic-modal__inner a:link:hover,
.basic-modal__inner a:visited:hover {
  opacity: 0.7;
}

.basic-modal__title {
  display: flex;
  align-items: center;
  font-size: 2.0rem;
  font-weight: bold;
}

.basic-modal__title-ico {
  width: 25px;
  height: 25px;
  margin-right: 9px;
}

.basic-modal__title-text {
  display: inline-block;
}

.basic-modal__info {
  border-bottom: 1px solid #e2eaf0;
  font-size: 1.6rem;
  padding: 20px 0 20px;
}

.basic-modal__info:last-child {
  padding-bottom: 0;
  border: none;
}

.basic-modal__info.sub-text {
  font-weight: normal;
}

.basic-modal__info.sub-text a:link,
.basic-modal__info.sub-text a:visited {
  text-decoration: underline;
  color: #292929;
}

.basic-modal__info.sub-text a:link:hover,
.basic-modal__info.sub-text a:visited:hover {
  opacity: 0.7;
}


.basic-modal__info .languages .language_item {
  margin-bottom: 20px;

}

.basic-modal__info_detail {
  font-size: 1.4rem;
  font-weight: normal;
}

.basic-modal__info-link {
  color: #292929;
}

.basic-modal.modal_content_access .basic-modal__inner {
  padding: 0;
}

.basic-modal.modal_content_access .basic-modal__title {
  padding: 40px 40px 24px;
}

.basic-modal.modal_content_access .basic-modal__map-src {
  width: 640px;
  height: 280px;
}

.basic-modal.modal_content_access .basic-modal__data {
  padding: 0 40px 40px;
}

.global-header__top {
  padding: 24px 0 15px 0;
  background-color: #fff;
}

.global-header__top-inner {
  display: flex;
  align-items: center;
  max-width: 1240px;
  height: 73px;
  margin: 0 auto;
}

.global-header__logo {
  margin-left: 15px;
}

.global-header__logo-image {
  max-width: 100%;
  max-height: 43px;
  height: auto;
  width: auto;
}

.global-header__trigger {
  display: none;
}

.global-header-nav {
  margin: 0 0 0 auto;
  text-align: center;
}

.global-header-nav__list {
  box-sizing: border-box;
  display: flex;
  margin: 0 0;
  width: 100%;
  padding: 0 20px 0 0;
  justify-content: flex-end;
}

.global-header-nav__item:last-child {
  margin-right: -20px;
}

.global-header-nav__anchor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  padding: 0 20px 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  color: #3d3d3d;
  position: relative;
  transition: background-color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.global-header-nav__anchor .ico-header-nav {
  margin-right: 8px;
}

.global-header-nav__anchor:hover {
  background-color: rgba(#1da1ed, .1);
}

.global-header-nav__sns_item {
  height: 32px;
  margin-right: 36px;
  align-self: center;
}

.global-header-nav__sns_item .global-header-nav__sns_link {
  color: #3d3d3d;
  text-decoration: none;
}

.global-header-nav__sns_item .global-header-nav__sns_link:hover {
  text-decoration: underline;
}

.global-header-nav__sns_item .ico-header-nav {
  display: none;
  padding: 3px 3px 0 0;
  pointer-events: none;
}

.global-header-nav__sns_item.time .ico-header-nav {
  display: inline-block;
}

.global-header-nav__sns_item.language .ico-header-nav {
  display: inline-block;
  width: 0;
  height: 0;
}

.global-header-nav__sns_item.language .__img {
  width: 24px;
  height: 24px;
  margin-top: -3px;
  padding: 3px 4px 0 0;
}

.global-header-nav__sns_item .text-header-nav {
  pointer-events: none;
}

.global-header-nav__sns_item:last-child {
  margin-right: 0;
}

.global-header-kv {
  text-align: center;
  background-color: #fff;
}

.global-header-kv__image {
  max-width: 100%;
  height: auto;
}

.global-nav {
  margin-bottom: 20px;
}

.global-nav__container {
  background-color: #115bac;
  border-bottom: 6px solid #00a0e9;
  border-top: 1px solid #ccc;
}

.global-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1240px;
  margin: 0 auto;
}

.global-nav__item {
  width: calc(100% / 5);
}

.global-nav__item:hover {
  background-color: #00a0e9;
}

.global-nav__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}

.global-nav__anchor.-current {
  background-color: #fff;
  color: #005bac;
  pointer-events: none;
}

.global-nav__anchor.-current .global-nav__icon-wrapper {
  background-color: #1da1ed;
}

.global-nav__anchor.-current .global-nav__icon {
  fill: #fff;
  stroke: #fff;
}

.global-nav__icon {
  width: 36px;
  height: 25px;
  fill: #1da1ed;
  stroke: #1da1ed;
}

.top-banner {
  max-width: 1240px;
  margin: 40px auto;
}

.top-banner__item:not(:first-child) {
  margin-top: 40px;
}

.top-banner__item-image {
  max-width: 100%;
  height: auto;
}

.global-header-hamburger {
  width: 70px;
  height: 70px;
  background-color: #1da1ed;
  padding: 15px 10px 10px;
  box-sizing: border-box;
}

.global-header-hamburger__button {
  display: block;
  width: 100%;
}

.global-header-hamburger__button-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 25px;
  width: 25px;
  margin: 0 auto;
}

.global-header-hamburger__button-bar {
  display: block;
  height: 2px;
  background-color: #fff;
}

.global-header-hamburger__button-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.global-header-hamburger__nav,
.global-header-hamburger__overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
}

.global-header-hamburger__nav {
  width: 295px;
  z-index: 9999;
}

.global-header-hamburger__overlay {
  background-color: rgba(#000, 0.5);
  z-index: 9998;
}

.global-header-hamburger__overlay-enter-active,
.global-header-hamburger__overlay-leave-active {
  transition: opacity 0.7;
}

.global-header-hamburger__overlay-enter,
.global-header-hamburger__overlay-leave-to {
  opacity: 0;
}

.global-header-hamburger__nav-container {
  width: 295px;
  height: 100%;
  overflow-y: auto;
  padding: 15px 20px;
  background-color: #1da1ed;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}

.global-header-hamburger__close {
  width: 30px;
  height: 30px;
  margin: 0 0 25px auto;
}

.global-header-hamburger__close-button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.global-header-hamburger__close-button::before,
.global-header-hamburger__close-button::after {
  display: block;
  width: 40px;
  height: 4px;
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
}

.global-header-hamburger__close-button::before {
  transform-origin: center;
  transform: rotate(45deg);
}

.global-header-hamburger__close-button::after {
  transform-origin: center;
  transform: rotate(-45deg);
}

.global-header-hamburger__item:not(:first-child) {
  margin-top: 25px;
}

.global-header-hamburger__anchor {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.global-header-hamburger__anchor-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.global-header-hamburger__anchor-icon {
  max-width: 100%;
}

.global-header-hamburger__anchor-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.global-header-hamburger__sns_area {
  margin-top: 40px;
  border-top: 1px solid #ffffff;
  padding-top: 30px;
}

.global-header-hamburger__sns_list {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
}

.global-header-hamburger__sns_item {
  width: 45px;
  margin: 11.25px 20px;
}

.global-header-hamburger__sub-list {
  margin-top: 30px;
  border-top: 1px solid #fff;
  padding: 30px 0 100px;
}

.global-header-hamburger__sub-item:not(:first-child) {
  margin-top: 20px;
}

.global-header-hamburger__sub-anchor {
  padding-left: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;

}

.global-header-hamburger__sub-anchor::before {
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 8px;
  transform: rotate(45deg);
}

.global-header-hamburger-enter-active,
.global-header-hamburger-leave-active {
  transition: 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98);
}

.global-header-hamburger-enter,
.global-header-hamburger-leave-to {
  transform: translate3d(100%, 0, 0);
}

.picture-header-nav {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .basic-modal.modal_content_access .basic-modal__map-src {
    width: 100%;
  }

  .global-header__top {
    padding: 0;
  }

  .global-header__top-inner {
    height: 70px;
    justify-content: space-between;
  }

  .global-header__logo-image {
    max-width: 250px;
    max-height: 35px;
  }

  .global-header__trigger {
    display: block;
  }

  .global-header-nav {
    padding-right: 10px;
  }

  .global-header-nav .sns_list {
    height: 40px;
  }

  .global-header-nav .page_list {
    display: none;
  }

  .global-header-nav__list {
    padding: 0;
  }

  .global-header-nav__sns_item {
    margin-right: 7px;
  }

  .global-header-nav__sns_item .ico-header-nav {
    display: block;
    padding: 0;
    height: 30px;
  }

  .global-header-nav__sns_item.time {
    height: 40px;
  }

  .global-header-nav__sns_item.time .ico-header-nav {
    height: 40px;
  }

  .global-header-nav__sns_item.language {
    height: 40px;
  }

  .global-header-nav__sns_item.language .ico-header-nav {
    display: inline-block;
    height: 40px;
  }

  .global-header-nav__sns_item.language .__img {
    margin-top: 0;
    padding: 0;
    width: 52px;
    height: 40px;
  }

  .global-header-nav__sns_item .text-header-nav {
    display: none;
  }

  .global-nav {
    display: none;
    flex-direction: column;
  }

  .global-nav__anchor {
    flex-direction: column;
    height: 102px;
    background-color: #fff;
    color: #1da1ed;
  }

  .global-nav__container {
    order: 2;
  }

  .global-nav__list {
    width: 100%;
    flex-wrap: wrap;
  }

  .global-nav__anchor.-current {
    background-color: #1da1ed;
    color: #fff;
  }

  .global-nav__anchor.-current .global-nav__icon-wrapper {
    background-color: #fff;
  }

  .global-nav__anchor.-current .global-nav__icon {
    fill: #1da1ed;
    stroke: #1da1ed;
  }

  .top-banner {
    order: 1;
    margin: 0;
    padding: 0 20px;
    margin: 20px auto;
  }

  .top-banner__item:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 390px) {
  .global-header__top-inner {
    height: 64px;
  }

  .global-header__logo {
    margin-left: 10px;
  }

  .global-header__logo-image {
    max-width: 136px;
  }

  .global-header-nav__sns_item {
    margin-right: 5px;
  }

  .global-header-nav__sns_item.time .ico-header-nav {
    height: 36px;
  }

  .global-header-nav__sns_item.language .ico-header-nav {
    height: 36px;
  }

  .global-header-nav__sns_item.language .__img {
    width: 47px;
    height: 36px;
  }
}

/* footer */
body.screenshot-mode .fix-nav {
  display: none !important;
}

.footer-img {
  position: relative;
  text-align: center;
  padding-top: 3%;
}

.footer-img__main {
  max-width: 100%;
  width: auto;
  height: auto;
}

.footer-breadcrumb {
  background-color: #e7e7e8;
  padding: 10px 0;
}

.footer-breadcrumb__list {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}

.footer-breadcrumb__list-each {
  color: #1da1ed;
  margin-right: 1em;
}

.footer-breadcrumb__list-link {
  color: #1da1ed;
  text-decoration: none;
}

.footer-breadcrumb__list-link:hover {
  opacity: 0.7;
}

.global-footer-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1024px;
  padding-bottom: 3%;
  margin: 0 auto;
}

.global-footer-nav__list {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.global-footer-nav__list-each {
  width: 32%;
  margin-right: 2%;
  border: 1px solid #3d3d3d;
  border-radius: 10px;
}

.global-footer-nav__list-each:hover {
  opacity: 0.7;
}

.global-footer-nav__list-each:last-child {
  margin-right: 0;
}

.global-footer-nav__list-link {
  display: block;
  color: #3d3d3d;
  text-decoration: none;
  padding: 5px 0;
}

.global-footer-nav__list.sns_list {
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.global-footer-nav__sns_item {
  width: 45px;
  margin-right: 22.5px;
}


.sns-logo-img {
  max-width: 100%;
}

.global-footer {
  padding: 44px 16px 20px;
  background-color: #f2f2f2;
}

.global-footer__inner {
  width: 68.571428571%;
  max-width: 960px;
  margin: 0 auto;
}

.global-footer__nav {
  width: 100%;
}

.global-footer__nav-list {
  display: flex;
}

.global-footer__nav-item {
  position: relative;
  width: calc(100% / 4);
  font-size: 1.2rem;
  line-height: 1;
}

.global-footer__nav-item:not(:first-child) {
  margin-left: 30px;
  position: relative;
}

.global-footer__nav-anchor {
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #292929;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  padding: 0 20px 18px 0;
  border-bottom: 1px solid #b5b5b5;
}

.global-footer__nav-anchor:hover {
  border-bottom: none;
  opacity: 0.7;
}

.global-footer__nav-anchor::after {
  content: "";
  background: url(/sc/common-middle-soyora-v2/img/footer-arrow.svg);
  width: 8px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 10px;
}

.global-footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.global-footer__tree {
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-footer__tree-image {
  max-width: 188px;
  height: auto;
}

.global-footer__copyright-text {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #969696;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer-img__main {
    display: none;
  }

  .footer-breadcrumb__list {
    margin-left: 1em;
  }

  .footer-breadcrumb__list-each {
    margin-right: 0.5em;
  }

  .global-footer-nav {
    width: 100%;
  }

  .global-footer-nav__list {
    display: none;
  }

  .global-footer-nav__list.sns_list {
    width: 100%;
    margin-left: 1em;
  }

  .global-footer-nav__sns_item {
    width: 32px;
    margin-right: 16px;
  }

  .global-footer {
    padding: 43px 20px 30px;
  }

  .global-footer__inner {
    display: block;
    width: 100%;
  }

  .global-footer__nav-list {
    flex-wrap: wrap;
  }

  .global-footer__nav-item {
    width: 47.761194029%;
    margin-bottom: 19px;
  }

  .global-footer__nav-item:not(:first-child) {
    margin-left: 0;
  }

  .global-footer__nav-item:nth-child(2n) {
    margin-left: 4.47761194%;
  }


  .global-footer__nav-anchor {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    position: relative;
  }

  .global-footer__bottom {
    flex-direction: column;
    margin-top: 10px;
  }

  .global-footer__tree {
    margin-bottom: 8px;
    order: 1;
  }

  .global-footer__tree-image {
    width: 230px;
  }

  .global-footer__info {
    border-top: 1px solid #b5b5b5;
    padding-top: 20px;
    width: 100%;
    margin-top: 20px;
    order: 2;
  }
}

/* fix-nav */
.fix-nav {
  display: none;
  box-shadow: 0 -3px 16px rgba(0, 91, 175, 0.12);
}

.fix-nav__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.fix-nav__list {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 0;
}

.fix-nav__item {
  width: calc(100% / 5);
}

.fix-nav__item:not(:last-child) {
  border-right: 1px solid #e2eaf0;
}

.fix-nav__anchor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 12px;
  color: #005bac;
  text-decoration: none;
}

.fix-nav__anchor-icon-area {
  height: 27px;
  pointer-events: none;
}

.fix-nav__anchor-icon {
  pointer-events: none;
  height: 100%;
  margin: 0 auto;
}

.fix-nav__anchor-text {
  pointer-events: none;
  font-weight: 500;
  margin-top: 8%;
}

.fix-nav__page-top {
  flex-shrink: 0;
  width: 70px;
  height: 60px;
  margin: 0 0 0 auto;
}

.fix-nav__fade-in {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in;
}

.fix-nav__fade-out {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}

.pagetop-btn {
  height: 65px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}

.pagetop-btn__fade-in {
  visibility: visible;
  opacity: 1;
  transform: translate(0, -50px);
  transition: all 0.5s ease-in;
}

.pagetop-btn__fade-out {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 0.5s ease-out;
}

@media screen and (max-width: 767px) {
  .fix-nav {
    display: block;
    opacity: 0;
    width: 100%;
    background: #fff;
    position: sticky;
    bottom: 0;
    z-index: 999;
  }

  .fix-nav__fade-in {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-in;
  }

  .pagetop-btn {
    display: none;
  }
}