@charset "UTF-8";
/*
色 
*/
/*
ブレイクポイント 
*/
/*
共通 
*/
@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translateY(-50%);
  }
  40% {
    opacity: 0;
    transform: translateY(-50%) translateX(20px);
  }
  60% {
    opacity: 0;
    transform: translateY(-50%) translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
トップページ 
*/
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes expandElement {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes shrinkElement {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes changeColorToBlack {
  from {
    color: #fff;
  }
  to {
    color: #333;
  }
}
@keyframes changeColorToAccent {
  from {
    color: #fff;
  }
  to {
    color: #6395B2;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 の要素に display: block を設定 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

body {
  color: #333;
  font-family: "Noto Sans", sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

.neue-haas-display {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1001;
}
@media (min-width: 769px) {
  header {
    padding: 0px 20px;
    height: 80px;
  }
}
@media (max-width: 769px) {
  header {
    padding: 10px 10px;
  }
}
header > div img, header > h1 img {
  height: auto;
}
@media (min-width: 769px) {
  header > div img, header > h1 img {
    width: 170px;
  }
}
@media (max-width: 769px) {
  header > div img, header > h1 img {
    width: 140px;
  }
}
header > div a {
  display: inline-block;
}
header nav {
  display: flex;
  align-items: center;
}
header ul {
  display: flex;
}
@media (min-width: 769px) {
  header ul {
    margin-right: 30px;
  }
}
@media (max-width: 850px) {
  header ul {
    display: none;
  }
}
header li {
  padding-left: 30px;
}
header li a {
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 80px;
  transition: color 0.3s;
}
header li a:hover {
  color: #6395B2;
}
header nav a {
  font-size: 13px;
}
header li.current a {
  color: #6395B2;
}
header li.current a:after {
  content: "";
  width: 100%;
  height: 3px;
  display: inline-block;
  background-color: #6395B2;
  position: absolute;
  left: 0;
  bottom: 0;
}

.header__button-menu {
  color: #6395B2;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #6395B2;
  padding: 6px 30px;
  border-radius: 20px;
  transition: all 0.5s;
}

@media (min-width: 769px) {
  .header__button-menu:hover {
    background-color: #6395B2;
    color: #fff;
  }
}

.header__button-menu.close {
  background-color: #6395B2;
  color: #fff;
}

footer {
  background-color: #fff;
}
@media (min-width: 769px) {
  footer {
    padding: 80px 50px;
  }
}
@media (max-width: 769px) {
  footer {
    padding: 80px 20px;
  }
}

@media (max-width: 769px) {
  .footer__logo {
    text-align: center;
    margin-bottom: 80px;
  }
}

@media (min-width: 769px) {
  .footer__box-first {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .footer__box-first > div {
    padding-left: 20px;
  }
}

.footer__box-second {
  border-top: 1px solid #E5F0F6;
}
@media (min-width: 769px) {
  .footer__box-second {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 80px;
  }
}
@media (max-width: 769px) {
  .footer__box-second {
    text-align: center;
    margin-top: 80px;
    padding-top: 80px;
  }
}
.footer__box-second h2 {
  font-size: 10px;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 4px 10px;
  text-transform: uppercase;
  display: inline-block;
}

@media (min-width: 769px) {
  .footer__service-sites {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 769px) {
  .footer__service-sites {
    margin-bottom: 80px;
  }
}

.footer__service-sites ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .footer__service-sites li {
    margin-left: 30px;
  }
}
@media (max-width: 769px) {
  .footer__service-sites li {
    margin-top: 40px;
    width: 50%;
  }
}

.footer__box-second small {
  font-size: 10px;
}

.mega-menu {
  display: none;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .mega-menu {
    padding: 50px;
  }
}
@media (max-width: 769px) {
  .mega-menu {
    padding: 0px 20px;
  }
}
@media (min-width: 769px) {
  .mega-menu nav {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
  }
}
@media (max-width: 769px) {
  .mega-menu nav {
    padding-top: 50px;
  }
}
.mega-menu nav .site-links-row:last-child {
  padding-bottom: 10px;
}

.site-links-row a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  line-height: 1.3em;
}
.site-links-row a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #333;
}
@media (min-width: 769px) {
  .site-links-row a:hover::after {
    width: 100%;
    transition: width 0.2s ease;
  }
}

.mega-menu.active {
  display: flex;
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .mega-menu.active {
    /* ヘッダーの高さ分下に配置 */
    top: 80px;
    /* ヘッダー分の高さを除く */
    height: calc(100% - 80px);
  }
}
@media (max-width: 769px) {
  .mega-menu.active {
    /* ヘッダーの高さ分下に配置 */
    top: 53px;
    /* ヘッダー分の高さを除く */
    height: calc(100% - 55px);
  }
}

.site-links-row a {
  font-size: 14px;
}
.site-links-row section {
  margin-bottom: 40px;
}
.site-links-row section > ul {
  margin-left: 10px;
  /* @include mixins.respond-to(mobile) {
      display: flex;
      flex-wrap: wrap;
  } */
}
.site-links-row li {
  margin-top: 25px;
  /* @include mixins.respond-to(mobile) {
      width: 50%;
  } */
}
.site-links-row ul ul {
  margin-left: 10px;
}

body {
  background-color: #E5F0F6;
}

.button1 {
  display: inline-block;
}
.button1 span {
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.button1:after {
  content: "";
  background: url("/assets/img/common/arrow-right.svg") no-repeat;
  width: 15px;
  height: 13px;
  display: inline-block;
  margin-left: 10px;
}

/* .button2{

    display: inline-block;
    background-color: #fff;
    border: 2px solid variables.$color-accent;
    color: variables.$color-accent;
    font-weight: bold;
    border-radius: 50px;
    background-image: url('/assets/img/common/arrow-right-circle.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: 0;

    @include mixins.respond-to(desktop) {
        font-size: 18px;
        padding: 25px 30px;
        padding-right: 60px;
    }

    @include mixins.respond-to(mobile) {
        font-size: 16px;
        padding: 23px 25px;
        padding-right: 50px;
        background-position: right 8px center;
    }

} */
/* 
button2
*/
.button2 {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #6395B2;
  color: #6395B2;
  font-weight: bold;
  border-radius: 50px;
  line-height: 0;
  position: relative;
  transition: transform 0.2s ease;
}
@media (min-width: 769px) {
  .button2 {
    font-size: 18px;
    padding: 25px 30px;
    padding-right: 60px;
  }
}
@media (max-width: 769px) {
  .button2 {
    font-size: 16px;
    padding: 23px 25px;
    padding-right: 50px;
  }
}

/* 円の背景部分 */
.button2::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #6395B2;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 769px) {
  .button2::after {
    right: 8px;
    width: 32px;
    height: 32px;
  }
}

/* 矢印SVG部分 */
.button2::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/common/arrow-right-white.svg"); /* 矢印だけのSVG */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  z-index: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 769px) {
  .button2::before {
    right: 16px;
    width: 16px;
    height: 16px;
  }
}

/* ホバー時の上に持ち上がるエフェクト */
@media (min-width: 769px) {
  .button2:hover {
    transform: translateY(-3px);
  }
}

/* ホバー時の矢印アニメーション */
@media (min-width: 769px) {
  .button2:hover::before {
    animation: arrowMove 0.3s ease-in forwards;
  }
}

.nav-local1 {
  margin: auto;
}
.nav-local1 li {
  margin-bottom: 50px;
}
.nav-local1 a {
  display: block;
  border: 1px solid #6395B2;
  padding: 25px;
  padding-right: 50px;
  position: relative; /* 疑似要素配置のため */
  background-color: #fff;
  transition: transform 0.3s ease; /* 上昇効果のトランジション */
  /* 矢印を疑似要素で表現 */
  /* ホバー時の上昇効果 */
  /* ホバー時の矢印アニメーション */
}
.nav-local1 a::after {
  content: "";
  position: absolute;
  width: 20px; /* 矢印サイズを調整 */
  height: 20px; /* 矢印サイズを調整 */
  background-image: url("/assets/img/common/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 25px; /* 位置をcalc(100% - 25px)と同等に */
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 769px) {
  .nav-local1 a:hover {
    transform: translateY(-5px);
  }
}
@media (min-width: 769px) {
  .nav-local1 a:hover::after {
    opacity: 0;
    animation: arrowMove 0.3s ease forwards;
  }
}
.nav-local1__text-en {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  color: #6395B2;
  line-height: 1.3em;
  margin-top: 10px;
}
.nav-local1__text-ja {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3em;
}

.title-page1 {
  background-color: #fff;
  margin: auto;
}
@media (min-width: 769px) {
  .title-page1 {
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 10px 30px;
    justify-content: center;
    margin-bottom: 150px;
  }
}
@media (max-width: 769px) {
  .title-page1 {
    text-align: center;
    width: fit-content;
    padding: 20px 30px;
    margin-bottom: 100px;
  }
}
.title-page1 div {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  color: #6395B2;
}
@media (min-width: 769px) {
  .title-page1 div {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .title-page1 div {
    font-size: 16px;
  }
}
.title-page1 h1, .title-page1 h2 {
  line-height: 1.3em;
}
@media (min-width: 769px) {
  .title-page1 h1, .title-page1 h2 {
    font-size: 50px;
    margin-left: 30px;
  }
}
@media (max-width: 769px) {
  .title-page1 h1, .title-page1 h2 {
    font-size: 40px;
    margin-top: 10px;
  }
}

.title-page1--one-column {
  display: block;
  text-align: center;
  width: fit-content;
  padding: 30px;
  margin-bottom: 100px;
}
.title-page1--one-column h1 {
  margin-top: 15px;
}

.title-sub1 {
  text-align: center;
  margin-bottom: 50px;
}
.title-sub1 span {
  display: inline-block;
  background-color: #fff;
  font-weight: bold;
  padding: 10px;
}
@media (min-width: 769px) {
  .title-sub1 span {
    font-size: 26px;
  }
}
@media (max-width: 769px) {
  .title-sub1 span {
    font-size: 22px;
  }
}

.title-section1 {
  line-height: 1.4em;
}
@media (min-width: 769px) {
  .title-section1 {
    font-size: 34px;
  }
}
@media (max-width: 769px) {
  .title-section1 {
    font-size: 30px;
  }
}
.title-section1 strong {
  color: #6395B2;
}

.title-section2 {
  line-height: 1.4em;
}
@media (min-width: 769px) {
  .title-section2 {
    font-size: 24px;
  }
}
@media (max-width: 769px) {
  .title-section2 {
    font-size: 20px;
  }
}

.title-section3 div {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  color: #6395B2;
  font-size: 14px;
}
.title-section3 h2 {
  line-height: 1.3em;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .title-section3 h2 {
    font-size: 34px;
  }
}
@media (max-width: 769px) {
  .title-section3 h2 {
    font-size: 30px;
  }
}

.title-section4 {
  font-weight: bold;
  line-height: 1.4em;
}
@media (min-width: 769px) {
  .title-section4 {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .title-section4 {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .section1 {
    margin-bottom: 150px;
  }
}
@media (max-width: 769px) {
  .section1 {
    margin-bottom: 100px;
  }
}

.passage1 {
  line-height: 2em;
}
@media (min-width: 769px) {
  .passage1 {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  .passage1 {
    font-size: 14px;
  }
}
.passage1 a {
  text-decoration: underline;
}

.passage1 + .passage1 {
  margin-top: 20px;
}

.caution-note {
  position: relative;
  padding-left: 1.3em;
  display: inline-block;
}

.caution-note::before {
  content: "※ ";
  position: absolute;
  left: 0;
}

.passage2 > span {
  font-weight: bold;
  line-height: 2em;
  z-index: 2;
  position: relative;
  background-color: #fff;
  padding: 0.2em 0em;
}
@media (min-width: 769px) {
  .passage2 > span {
    font-size: 22px;
  }
}
@media (max-width: 769px) {
  .passage2 > span {
    font-size: 18px;
  }
}

.list-disc1 {
  list-style-type: disc;
  margin-left: 20px;
}
.list-disc1 li {
  margin-bottom: 20px;
  line-height: 1.8em;
}
@media (min-width: 769px) {
  .list-disc1 li {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  .list-disc1 li {
    font-size: 14px;
  }
}

.list-disc1--two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-disc1--two-columns li {
  box-sizing: border-box;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .list-disc1--two-columns li {
    width: 50%;
  }
}

.list-defined1 {
  line-height: 1.6em;
  font-size: 16px;
}
@media (min-width: 769px) {
  .list-defined1 {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 30px 10px;
    align-items: start;
    width: fit-content;
    margin: 0 auto;
  }
}
.list-defined1 dt {
  font-weight: bold;
}
@media (max-width: 769px) {
  .list-defined1 dd {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) {
  .list-card1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: stretch;
  }
}
@media (max-width: 769px) {
  .list-card1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.list-card1 a {
  display: inline-block;
  background-color: #fff;
  height: 100%;
}
.list-card1 img {
  width: 100%;
  transition: transform 0.3s ease; /* 画像拡大のトランジション */
}
.list-card1 figcaption {
  padding: 20px;
}
.list-card1 h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.5em;
  transition: color 0.3s ease;
}
.list-card1 div {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 14px;
  color: #6395B2;
  margin-bottom: 15px;
}
.list-card1--no-gap {
  gap: 1px;
}
@media (min-width: 769px) {
  .list-card1--no-gap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.list-card1 li a figure div {
  margin: 0;
  overflow: hidden; /* 画像の拡大時にはみ出さないようにする */
}
@media (min-width: 769px) {
  .list-card1 li a:hover figure img {
    transform: scale(1.08); /* 画像を10%拡大 */
  }
}
@media (min-width: 769px) {
  .list-card1 li a:hover h3 {
    color: #6395B2;
  }
}

@media (min-width: 769px) {
  .list-card2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: stretch;
  }
}
@media (max-width: 769px) {
  .list-card2 li {
    margin-bottom: 50px;
  }
}
.list-card2 img {
  max-width: 100%;
}
.list-card2 figcaption {
  display: block;
  background-color: #fff;
  padding: 20px;
  line-height: 1.5em;
}

.list-link1 {
  /* ホバー時の文字色変更 */
  /* 矢印を疑似要素で表現 */
  /* ホバー時の矢印アニメーション */
}
.list-link1 li {
  border-bottom: 1px dashed #ccc;
}
.list-link1 li:nth-child(1) {
  border-top: 1px dashed #ccc;
}
.list-link1 li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  background-image: none; /* 元の背景画像を削除 */
  position: relative; /* 疑似要素配置のため */
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color 0.3s ease; /* 文字色のトランジション追加 */
}
@media (min-width: 769px) {
  .list-link1 li a:hover {
    color: #6395B2;
  }
}
.list-link1 li a::after {
  content: "";
  position: absolute;
  width: 20px; /* 矢印サイズを調整 */
  height: 20px; /* 矢印サイズを調整 */
  background-image: url(/assets/img/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 15px; /* 位置を調整 */
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 769px) {
  .list-link1 li a:hover::after {
    opacity: 0;
    animation: arrowMove 0.3s ease-in forwards;
  }
}

.list-faq dt,
.list-faq dd {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}
.list-faq dt::before,
.list-faq dd::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
}
.list-faq dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 2em;
}
.list-faq dt::before {
  content: "Q.";
}
.list-faq dd {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 40px;
}
.list-faq dd::before {
  content: "A.";
}

/*
フェードインしながら上昇 
*/
.animate-on-scroll.fade-in {
  opacity: 0;
  transform: translateY(50px);
}
.animate-on-scroll.fade-in.is-visible {
  animation: fadeInTop 0.3s ease-out forwards;
  animation-delay: 0.3s;
}

/*
スライドイン 
*/
.animate-on-scroll.slide-in {
  position: relative;
  transform-origin: left;
  transform: scaleX(0);
}
.animate-on-scroll.slide-in.is-visible {
  animation: expandElement 0.3s ease-out forwards;
  animation-delay: 0.3s;
}
.animate-on-scroll.slide-in:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  transform-origin: right;
}
.animate-on-scroll.slide-in.is-visible:after {
  animation: shrinkElement 0.3s ease-out forwards;
  animation-delay: 0.6s;
}

.m-0 {
  margin: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-x-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.m-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m-1 {
  margin: 10px !important;
}

.m-t-1 {
  margin-top: 10px !important;
}

.m-r-1 {
  margin-right: 10px !important;
}

.m-b-1 {
  margin-bottom: 10px !important;
}

.m-l-1 {
  margin-left: 10px !important;
}

.m-x-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-y-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p-1 {
  padding: 10px !important;
}

.p-t-1 {
  padding-top: 10px !important;
}

.p-r-1 {
  padding-right: 10px !important;
}

.p-b-1 {
  padding-bottom: 10px !important;
}

.p-l-1 {
  padding-left: 10px !important;
}

.p-x-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-y-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-t-2 {
  margin-top: 20px !important;
}

.m-r-2 {
  margin-right: 20px !important;
}

.m-b-2 {
  margin-bottom: 20px !important;
}

.m-l-2 {
  margin-left: 20px !important;
}

.m-x-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-y-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-t-2 {
  padding-top: 20px !important;
}

.p-r-2 {
  padding-right: 20px !important;
}

.p-b-2 {
  padding-bottom: 20px !important;
}

.p-l-2 {
  padding-left: 20px !important;
}

.p-x-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-y-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-t-3 {
  margin-top: 30px !important;
}

.m-r-3 {
  margin-right: 30px !important;
}

.m-b-3 {
  margin-bottom: 30px !important;
}

.m-l-3 {
  margin-left: 30px !important;
}

.m-x-3 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-y-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-t-3 {
  padding-top: 30px !important;
}

.p-r-3 {
  padding-right: 30px !important;
}

.p-b-3 {
  padding-bottom: 30px !important;
}

.p-l-3 {
  padding-left: 30px !important;
}

.p-x-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-y-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-t-4 {
  margin-top: 40px !important;
}

.m-r-4 {
  margin-right: 40px !important;
}

.m-b-4 {
  margin-bottom: 40px !important;
}

.m-l-4 {
  margin-left: 40px !important;
}

.m-x-4 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-y-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-t-4 {
  padding-top: 40px !important;
}

.p-r-4 {
  padding-right: 40px !important;
}

.p-b-4 {
  padding-bottom: 40px !important;
}

.p-l-4 {
  padding-left: 40px !important;
}

.p-x-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-y-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.m-t-5 {
  margin-top: 50px !important;
}

.m-r-5 {
  margin-right: 50px !important;
}

.m-b-5 {
  margin-bottom: 50px !important;
}

.m-l-5 {
  margin-left: 50px !important;
}

.m-x-5 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.m-y-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p-5 {
  padding: 50px !important;
}

.p-t-5 {
  padding-top: 50px !important;
}

.p-r-5 {
  padding-right: 50px !important;
}

.p-b-5 {
  padding-bottom: 50px !important;
}

.p-l-5 {
  padding-left: 50px !important;
}

.p-x-5 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.p-y-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.m-t-6 {
  margin-top: 60px !important;
}

.m-r-6 {
  margin-right: 60px !important;
}

.m-b-6 {
  margin-bottom: 60px !important;
}

.m-l-6 {
  margin-left: 60px !important;
}

.m-x-6 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.m-y-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p-6 {
  padding: 60px !important;
}

.p-t-6 {
  padding-top: 60px !important;
}

.p-r-6 {
  padding-right: 60px !important;
}

.p-b-6 {
  padding-bottom: 60px !important;
}

.p-l-6 {
  padding-left: 60px !important;
}

.p-x-6 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.p-y-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.m-t-7 {
  margin-top: 70px !important;
}

.m-r-7 {
  margin-right: 70px !important;
}

.m-b-7 {
  margin-bottom: 70px !important;
}

.m-l-7 {
  margin-left: 70px !important;
}

.m-x-7 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.m-y-7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.p-7 {
  padding: 70px !important;
}

.p-t-7 {
  padding-top: 70px !important;
}

.p-r-7 {
  padding-right: 70px !important;
}

.p-b-7 {
  padding-bottom: 70px !important;
}

.p-l-7 {
  padding-left: 70px !important;
}

.p-x-7 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.p-y-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.m-t-8 {
  margin-top: 80px !important;
}

.m-r-8 {
  margin-right: 80px !important;
}

.m-b-8 {
  margin-bottom: 80px !important;
}

.m-l-8 {
  margin-left: 80px !important;
}

.m-x-8 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.m-y-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p-8 {
  padding: 80px !important;
}

.p-t-8 {
  padding-top: 80px !important;
}

.p-r-8 {
  padding-right: 80px !important;
}

.p-b-8 {
  padding-bottom: 80px !important;
}

.p-l-8 {
  padding-left: 80px !important;
}

.p-x-8 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.p-y-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.m-t-9 {
  margin-top: 90px !important;
}

.m-r-9 {
  margin-right: 90px !important;
}

.m-b-9 {
  margin-bottom: 90px !important;
}

.m-l-9 {
  margin-left: 90px !important;
}

.m-x-9 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.m-y-9 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.p-9 {
  padding: 90px !important;
}

.p-t-9 {
  padding-top: 90px !important;
}

.p-r-9 {
  padding-right: 90px !important;
}

.p-b-9 {
  padding-bottom: 90px !important;
}

.p-l-9 {
  padding-left: 90px !important;
}

.p-x-9 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.p-y-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.m-t-10 {
  margin-top: 100px !important;
}

.m-r-10 {
  margin-right: 100px !important;
}

.m-b-10 {
  margin-bottom: 100px !important;
}

.m-l-10 {
  margin-left: 100px !important;
}

.m-x-10 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.m-y-10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p-10 {
  padding: 100px !important;
}

.p-t-10 {
  padding-top: 100px !important;
}

.p-r-10 {
  padding-right: 100px !important;
}

.p-b-10 {
  padding-bottom: 100px !important;
}

.p-l-10 {
  padding-left: 100px !important;
}

.p-x-10 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.p-y-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.m-11 {
  margin: 110px !important;
}

.m-t-11 {
  margin-top: 110px !important;
}

.m-r-11 {
  margin-right: 110px !important;
}

.m-b-11 {
  margin-bottom: 110px !important;
}

.m-l-11 {
  margin-left: 110px !important;
}

.m-x-11 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.m-y-11 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.p-11 {
  padding: 110px !important;
}

.p-t-11 {
  padding-top: 110px !important;
}

.p-r-11 {
  padding-right: 110px !important;
}

.p-b-11 {
  padding-bottom: 110px !important;
}

.p-l-11 {
  padding-left: 110px !important;
}

.p-x-11 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.p-y-11 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.m-12 {
  margin: 120px !important;
}

.m-t-12 {
  margin-top: 120px !important;
}

.m-r-12 {
  margin-right: 120px !important;
}

.m-b-12 {
  margin-bottom: 120px !important;
}

.m-l-12 {
  margin-left: 120px !important;
}

.m-x-12 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.m-y-12 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.p-12 {
  padding: 120px !important;
}

.p-t-12 {
  padding-top: 120px !important;
}

.p-r-12 {
  padding-right: 120px !important;
}

.p-b-12 {
  padding-bottom: 120px !important;
}

.p-l-12 {
  padding-left: 120px !important;
}

.p-x-12 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.p-y-12 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.m-13 {
  margin: 130px !important;
}

.m-t-13 {
  margin-top: 130px !important;
}

.m-r-13 {
  margin-right: 130px !important;
}

.m-b-13 {
  margin-bottom: 130px !important;
}

.m-l-13 {
  margin-left: 130px !important;
}

.m-x-13 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.m-y-13 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.p-13 {
  padding: 130px !important;
}

.p-t-13 {
  padding-top: 130px !important;
}

.p-r-13 {
  padding-right: 130px !important;
}

.p-b-13 {
  padding-bottom: 130px !important;
}

.p-l-13 {
  padding-left: 130px !important;
}

.p-x-13 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.p-y-13 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.m-14 {
  margin: 140px !important;
}

.m-t-14 {
  margin-top: 140px !important;
}

.m-r-14 {
  margin-right: 140px !important;
}

.m-b-14 {
  margin-bottom: 140px !important;
}

.m-l-14 {
  margin-left: 140px !important;
}

.m-x-14 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.m-y-14 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.p-14 {
  padding: 140px !important;
}

.p-t-14 {
  padding-top: 140px !important;
}

.p-r-14 {
  padding-right: 140px !important;
}

.p-b-14 {
  padding-bottom: 140px !important;
}

.p-l-14 {
  padding-left: 140px !important;
}

.p-x-14 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.p-y-14 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.m-15 {
  margin: 150px !important;
}

.m-t-15 {
  margin-top: 150px !important;
}

.m-r-15 {
  margin-right: 150px !important;
}

.m-b-15 {
  margin-bottom: 150px !important;
}

.m-l-15 {
  margin-left: 150px !important;
}

.m-x-15 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.m-y-15 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.p-15 {
  padding: 150px !important;
}

.p-t-15 {
  padding-top: 150px !important;
}

.p-r-15 {
  padding-right: 150px !important;
}

.p-b-15 {
  padding-bottom: 150px !important;
}

.p-l-15 {
  padding-left: 150px !important;
}

.p-x-15 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.p-y-15 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.m-16 {
  margin: 160px !important;
}

.m-t-16 {
  margin-top: 160px !important;
}

.m-r-16 {
  margin-right: 160px !important;
}

.m-b-16 {
  margin-bottom: 160px !important;
}

.m-l-16 {
  margin-left: 160px !important;
}

.m-x-16 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.m-y-16 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.p-16 {
  padding: 160px !important;
}

.p-t-16 {
  padding-top: 160px !important;
}

.p-r-16 {
  padding-right: 160px !important;
}

.p-b-16 {
  padding-bottom: 160px !important;
}

.p-l-16 {
  padding-left: 160px !important;
}

.p-x-16 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.p-y-16 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.m-17 {
  margin: 170px !important;
}

.m-t-17 {
  margin-top: 170px !important;
}

.m-r-17 {
  margin-right: 170px !important;
}

.m-b-17 {
  margin-bottom: 170px !important;
}

.m-l-17 {
  margin-left: 170px !important;
}

.m-x-17 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.m-y-17 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.p-17 {
  padding: 170px !important;
}

.p-t-17 {
  padding-top: 170px !important;
}

.p-r-17 {
  padding-right: 170px !important;
}

.p-b-17 {
  padding-bottom: 170px !important;
}

.p-l-17 {
  padding-left: 170px !important;
}

.p-x-17 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.p-y-17 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.m-18 {
  margin: 180px !important;
}

.m-t-18 {
  margin-top: 180px !important;
}

.m-r-18 {
  margin-right: 180px !important;
}

.m-b-18 {
  margin-bottom: 180px !important;
}

.m-l-18 {
  margin-left: 180px !important;
}

.m-x-18 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.m-y-18 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.p-18 {
  padding: 180px !important;
}

.p-t-18 {
  padding-top: 180px !important;
}

.p-r-18 {
  padding-right: 180px !important;
}

.p-b-18 {
  padding-bottom: 180px !important;
}

.p-l-18 {
  padding-left: 180px !important;
}

.p-x-18 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.p-y-18 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.m-19 {
  margin: 190px !important;
}

.m-t-19 {
  margin-top: 190px !important;
}

.m-r-19 {
  margin-right: 190px !important;
}

.m-b-19 {
  margin-bottom: 190px !important;
}

.m-l-19 {
  margin-left: 190px !important;
}

.m-x-19 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

.m-y-19 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.p-19 {
  padding: 190px !important;
}

.p-t-19 {
  padding-top: 190px !important;
}

.p-r-19 {
  padding-right: 190px !important;
}

.p-b-19 {
  padding-bottom: 190px !important;
}

.p-l-19 {
  padding-left: 190px !important;
}

.p-x-19 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.p-y-19 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.m-20 {
  margin: 200px !important;
}

.m-t-20 {
  margin-top: 200px !important;
}

.m-r-20 {
  margin-right: 200px !important;
}

.m-b-20 {
  margin-bottom: 200px !important;
}

.m-l-20 {
  margin-left: 200px !important;
}

.m-x-20 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.m-y-20 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.p-20 {
  padding: 200px !important;
}

.p-t-20 {
  padding-top: 200px !important;
}

.p-r-20 {
  padding-right: 200px !important;
}

.p-b-20 {
  padding-bottom: 200px !important;
}

.p-l-20 {
  padding-left: 200px !important;
}

.p-x-20 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.p-y-20 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

/* 
テキストアライン
*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/* 
*/
@media (max-width: 769px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 769px) {
  .hide-desktop {
    display: none;
  }
}
@media (min-width: 769px) {
  .pc2-sp1-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.pc2-sp1-grid__item {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .pc2-sp1-grid__item {
    width: calc((100% - 50px) / 2);
  }
}
.pc2-sp1-grid__item img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .pc2-sp1-grid-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  .pc2-sp1-grid-2__imgs {
    width: 65%;
    margin-left: -50px;
  }
}
@media (max-width: 769px) {
  .pc2-sp1-grid-2__imgs {
    margin-bottom: 60px;
  }
}
.pc2-sp1-grid-2__imgs img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .pc2-sp1-grid-2__content {
    width: 35%;
  }
}

.image-flex-container {
  display: flex;
}
.image-flex-container > div {
  /* それぞれのdivを均等幅に */
  flex: 1;
}
.image-flex-container > div img {
  /* 親divの幅に合わせる */
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width: 769px) {
  .pc2-sp1-grid-3 {
    position: relative;
    display: flex;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .pc2-sp1-grid-3__imgs {
    width: calc((100% + 80px) / 2);
  }
}
.pc2-sp1-grid-3__imgs img {
  width: 100%;
  height: auto;
}
.pc2-sp1-grid-3__content {
  background-color: #fff;
}
@media (min-width: 769px) {
  .pc2-sp1-grid-3__content {
    width: calc((100% + 80px) / 2);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    transform: translateY(80px);
    right: 0;
    margin-left: -80px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
  }
}
@media (max-width: 769px) {
  .pc2-sp1-grid-3__content {
    padding: 40px;
  }
}

@media (min-width: 769px) {
  .pc2-sp1-grid-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.pc2-sp1-grid-4__imgs {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 769px) {
  .pc2-sp1-grid-4__imgs {
    width: calc((100% - 50px) * 0.3);
  }
}
.pc2-sp1-grid-4__imgs img {
  height: auto;
}
@media (min-width: 769px) {
  .pc2-sp1-grid-4__imgs img {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .pc2-sp1-grid-4__imgs img {
    width: 70%;
  }
}

@media (min-width: 769px) {
  .pc2-sp1-grid-4__content {
    width: calc((100% - 50px) * 0.7);
  }
}

@media (min-width: 769px) {
  .main-container {
    padding: 150px 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 769px) {
  .main-container {
    padding: 100px 20px;
  }
}

.container-bg-white {
  background-color: #fff;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .container-bg-white {
    padding: 50px;
  }
}
@media (max-width: 769px) {
  .container-bg-white {
    padding: 50px 20px;
  }
}

/*
ヒーロー 
*/
.index-hero {
  position: relative;
  /*
  テキスト 
  */
  /*
  アニメーション 
  */
  /*
  画像 
  */
}
@media (min-width: 769px) {
  .index-hero {
    height: 700px;
  }
}
@media (max-width: 769px) {
  .index-hero {
    height: 100vw;
    margin-bottom: 40vw;
  }
}
.index-hero__texts {
  position: absolute;
  z-index: 2;
  font-weight: bold;
}
@media (min-width: 769px) {
  .index-hero__texts {
    left: 50px;
    bottom: 50px;
  }
}
@media (max-width: 769px) {
  .index-hero__texts {
    left: 20px;
    bottom: 0;
    transform: translateY(calc(100% - 8.9vw));
  }
}
.index-hero__texts__en {
  display: flex;
  flex-wrap: wrap;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .index-hero__texts__en {
    font-size: 5vw;
  }
}
@media (max-width: 769px) {
  .index-hero__texts__en {
    font-size: 11.2vw;
  }
}
.index-hero__texts__en div {
  background-color: #fff;
}
@media (min-width: 769px) {
  .index-hero__texts__en div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .index-hero__texts__en div + div {
    padding-left: 15px;
  }
}
@media (min-width: 769px) {
  .index-hero__texts__en div:nth-child(1) {
    padding-left: 30px;
  }
}
@media (max-width: 769px) {
  .index-hero__texts__en div:nth-child(1) {
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.index-hero__texts__en div:nth-child(2) {
  color: #6395B2;
}
@media (max-width: 769px) {
  .index-hero__texts__en div:nth-child(2) {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .index-hero__texts__en div:nth-child(3) {
    padding-right: 30px;
  }
}
@media (max-width: 769px) {
  .index-hero__texts__en div:nth-child(3) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.index-hero__texts__ja {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
}
@media (min-width: 769px) {
  .index-hero__texts__ja {
    font-size: 2.1vw;
  }
}
@media (max-width: 769px) {
  .index-hero__texts__ja {
    font-size: 6.1vw;
  }
}
.index-hero__texts__ja div {
  letter-spacing: 0.2em;
  display: inline-block;
  background-color: #fff;
}
@media (min-width: 769px) {
  .index-hero__texts__ja div {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
@media (min-width: 769px) {
  .index-hero__texts__ja div:nth-child(1) {
    padding-left: 30px;
  }
}
@media (max-width: 769px) {
  .index-hero__texts__ja div:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .index-hero__texts__ja div:nth-child(2) {
    padding-right: 10px;
  }
}
@media (max-width: 769px) {
  .index-hero__texts__ja div:nth-child(2) {
    padding-left: 5px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.index-hero__texts__en, .index-hero__texts__ja {
  transform-origin: left;
  transform: scaleX(0);
  animation: expandElement 0.3s ease-out forwards;
  animation-delay: 1.5s;
}
.index-hero__texts__en div:nth-child(1), .index-hero__texts__en div:nth-child(3), .index-hero__texts__ja div {
  color: #fff;
  animation: changeColorToBlack 0.3s ease-out forwards;
  animation-delay: 2s;
}
.index-hero__texts__en div:nth-child(2) {
  color: #fff;
  animation: changeColorToAccent 0.3s ease-out forwards;
  animation-delay: 2s;
}
.index-hero__imgs {
  width: 100%;
  height: 100%;
  overflow: hidden;
  animation: fadeIn 0.5s ease-in forwards;
  opacity: 0;
}
.index-hero__imgs__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-hero__imgs__inner .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 2s ease;
  transform: scale(1);
}
.index-hero__imgs__inner .hero-img.active {
  opacity: 1;
  animation: zoom 6s linear forwards;
}
.index-hero__imgs__inner .hero-img.fade-out {
  opacity: 0;
  transition: opacity 2s ease;
  transform: scale(1.15);
}

/*
メイン部分 
*/
@media (min-width: 769px) {
  .index-business {
    position: relative;
    display: flex;
  }
}
@media (min-width: 769px) {
  .index-business__imgs {
    width: calc((100% + 50px) / 2);
  }
}
.index-business__imgs img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .index-business__content {
    width: calc((100% + 50px) / 2);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-top: 50px;
    right: 0;
    margin-left: -50px;
  }
}
@media (min-width: 769px) {
  .index-business__logo img {
    width: 200px;
  }
}
@media (max-width: 769px) {
  .index-business__logo img {
    width: 170px;
  }
}
.index-business__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 10px;
  column-gap: 10px;
}

@media (min-width: 769px) {
  .index-vision {
    position: relative;
    display: flex;
    align-items: flex-start;
  }
}
.index-vision__imgs {
  order: 2;
}
@media (min-width: 769px) {
  .index-vision__imgs {
    width: calc((100% + 50px) / 2);
    margin-left: -50px;
  }
}
.index-vision__imgs img {
  width: 100%;
  height: auto;
}
.index-vision__content {
  order: 1;
}
@media (min-width: 769px) {
  .index-vision__content {
    width: calc((100% + 50px) / 2);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-top: 100px;
  }
}

@media (min-width: 769px) {
  .index-recruit {
    position: relative;
    display: flex;
  }
}
@media (min-width: 769px) {
  .index-recruit__imgs {
    width: calc((100% + 150px) / 2);
    margin-left: -50px;
  }
}
@media (max-width: 769px) {
  .index-recruit__imgs {
    margin-left: -20px;
  }
}
.index-recruit__imgs img {
  width: 100%;
  height: auto;
}
.index-recruit__content {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .index-recruit__content {
    padding: 50px;
    width: calc((100% + 150px) / 2);
    box-sizing: border-box;
    margin-top: 100px;
    right: 0;
    margin-left: -100px;
  }
}
@media (max-width: 769px) {
  .index-recruit__content {
    margin-right: -20px;
    margin-top: -20px;
    padding: 40px;
  }
}

@media (min-width: 769px) {
  .index-office {
    position: relative;
    display: flex;
  }
}
@media (min-width: 769px) {
  .index-office__imgs {
    width: calc((100% + 150px) / 2);
    margin-right: -50px;
    right: 0;
    order: 2;
  }
}
@media (max-width: 769px) {
  .index-office__imgs {
    margin-right: -20px;
  }
}
.index-office__imgs img {
  width: 100%;
  height: auto;
}
.index-office__content {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .index-office__content {
    padding: 50px;
    width: calc((100% + 150px) / 2);
    box-sizing: border-box;
    margin-top: 100px;
    margin-right: -100px;
    order: 1;
  }
}
@media (max-width: 769px) {
  .index-office__content {
    margin-left: -20px;
    margin-top: -20px;
    padding: 40px;
  }
}

.business-intro__logos {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 7%;
}
.business-intro__logos li {
  width: 50%;
}
.business-intro__logos li a {
  display: block;
  text-align: center;
  margin: 10%;
}
.business-intro__logos li img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  #google-map {
    height: 600px;
  }
}
@media (max-width: 769px) {
  #google-map {
    height: 400px;
  }
}

.contact-mail {
  font-weight: bold;
  line-height: 1.6em;
}
@media (min-width: 769px) {
  .contact-mail {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .contact-mail {
    font-size: 16px;
  }
}
.contact-mail a {
  text-decoration: underline;
  word-break: break-all;
}