@charset "UTF-8";
@font-face {
  font-family: "LogoTypeGothic";
  src: url("/font/ロゴたいぷゴシック.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

html[lang=zh-CN], html[lang=zh-CN] body {
  font-family: "PingFang SC", "Arial", "Microsoft YaHei", sans-serif;
  font-weight: normal;
}

.font-logo {
  font-family: "LogoTypeGothic", sans-serif;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #1E1E1E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  body {
    font-size: 12px;
    line-height: 1.5;
    min-width: inherit;
  }
}
body.fixed {
  overflow: hidden;
}

main {
  padding-top: 108px;
}
@media screen and (max-width: 700px) {
  main {
    padding-top: 96px;
  }
}

#top main {
  padding-top: 0;
}

section {
  padding: 120px 40px 150px;
}
@media screen and (max-width: 700px) {
  section {
    padding: 60px 24px 80px;
  }
}
section .section__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  body#projects section {
    padding: 60px 18.75px 80px;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 700px) {
  img {
    max-width: 100%;
  }
}

button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
button:hover {
  opacity: 0.8;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a img:hover {
  opacity: 0.7;
}
a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover {
  opacity: 0.5;
}
strong {
  font-weight: bold !important;
}

/* --------------------------------------------------
 Margin Padding
 -------------------------------------------------- */
.mg0 {
  margin: 0px !important;
}

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

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

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

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

.mg5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mg25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mg30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mg35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mg40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mg45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mg50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mg55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mg60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mg65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mg70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mg75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mg80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mg85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mg90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mg95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mg100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pd0 {
  padding: 0px !important;
}

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

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

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

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

.pd10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pd20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pd30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pd40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pd50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* --------------------------------------------------
 Margin Padding (responsive)
 -------------------------------------------------- */
.mt_s {
  margin-top: 20px !important;
}
@media screen and (max-width: 700px) {
  .mt_s {
    margin-top: 10px !important;
  }
}

.mt_sm {
  margin-top: 30px !important;
}
@media screen and (max-width: 700px) {
  .mt_sm {
    margin-top: 15px !important;
  }
}

.mt_m {
  margin-top: 40px !important;
}
@media screen and (max-width: 700px) {
  .mt_m {
    margin-top: 20px !important;
  }
}

.mt_ml {
  margin-top: 50px !important;
}
@media screen and (max-width: 700px) {
  .mt_ml {
    margin-top: 25px !important;
  }
}

.mt_l {
  margin-top: 60px !important;
}
@media screen and (max-width: 700px) {
  .mt_l {
    margin-top: 30px !important;
  }
}

.mt_ll {
  margin-top: 80px !important;
}
@media screen and (max-width: 700px) {
  .mt_ll {
    margin-top: 40px !important;
  }
}

.mt_xl {
  margin-top: 100px !important;
}
@media screen and (max-width: 700px) {
  .mt_xl {
    margin-top: 50px !important;
  }
}

.mb_s {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  .mb_s {
    margin-bottom: 10px !important;
  }
}

.mb_sm {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 700px) {
  .mb_sm {
    margin-bottom: 15px !important;
  }
}

.mb_m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 700px) {
  .mb_m {
    margin-bottom: 20px !important;
  }
}

.mb_ml {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 700px) {
  .mb_ml {
    margin-bottom: 25px !important;
  }
}

.mb_l {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 700px) {
  .mb_l {
    margin-bottom: 30px !important;
  }
}

.mb_ll {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 700px) {
  .mb_ll {
    margin-bottom: 40px !important;
  }
}

.mb_xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 700px) {
  .mb_xl {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 700px) {
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
}

/* --------------------------------------------------
 Set Style
 -------------------------------------------------- */
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

@media screen and (max-width: 700px) {
  .sp-tac {
    text-align: center !important;
  }
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.italic {
  font-style: italic;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.height_auto {
  height: auto !important;
}

@media screen and (max-width: 700px) {
  .height_auto_sp {
    height: auto !important;
  }
}

.block {
  display: block;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 701px) {
  .pc-nowrap {
    white-space: nowrap;
  }
}

.box_shadow {
  -webkit-box-shadow: 0 0 16px rgba(114, 131, 144, 0.8);
          box-shadow: 0 0 16px rgba(114, 131, 144, 0.8);
}

.m-auto {
  margin: auto !important;
}

.display-table {
  display: table;
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}

.txt--xs {
  font-size: 0.65em !important;
}
.txt--s {
  font-size: 0.875em !important;
}
.txt--ss {
  font-size: 0.8125em !important;
}
.txt--l {
  font-size: 1.125em !important;
}
.txt--ll {
  font-size: 1.25em !important;
}
.txt--1em {
  font-size: 1em !important;
}
.txt--lh1_8 {
  line-height: 1.8;
}
.txt--fz60 {
  font-size: 6rem;
}
@media screen and (max-width: 700px) {
  .txt--fz60 {
    font-size: 3.5rem;
  }
}
.txt--fz50 {
  font-size: 5rem;
}
@media screen and (max-width: 700px) {
  .txt--fz50 {
    font-size: 3.5rem;
  }
}
.txt--fz40 {
  font-size: 4rem;
}
@media screen and (max-width: 700px) {
  .txt--fz40 {
    font-size: 2.8rem;
  }
}
.txt--fz48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 700px) {
  .txt--fz48 {
    font-size: 3rem;
  }
}
.txt--fz32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 700px) {
  .txt--fz32 {
    font-size: 2.3rem;
  }
}
.txt--fz30 {
  font-size: 3rem;
}
@media screen and (max-width: 700px) {
  .txt--fz30 {
    font-size: 2.3rem;
  }
}
.txt--fz28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 700px) {
  .txt--fz28 {
    font-size: 2.2rem;
  }
}
.txt--fz24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 700px) {
  .txt--fz24 {
    font-size: 2.1rem;
  }
}
.txt--fz22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 700px) {
  .txt--fz22 {
    font-size: 2rem;
  }
}
.txt--fz20 {
  font-size: 2rem;
}
@media screen and (max-width: 700px) {
  .txt--fz20 {
    font-size: 1.9rem;
  }
}
.txt--fz18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 700px) {
  .txt--fz18 {
    font-size: 1.7rem;
  }
}
.txt--fz16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  .txt--fz16 {
    font-size: 1.5rem;
  }
}
.txt--fz14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 700px) {
  .txt--fz14 {
    font-size: 1.3rem;
  }
}
.txt--fz13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 700px) {
  .txt--fz13 {
    font-size: 1.2rem;
  }
}
.txt--fz12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
  .txt--fz12 {
    font-size: 1.2rem;
  }
}
.txt--lead {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.txt--white {
  color: #fff;
}
.txt--red {
  color: #e40000;
}
.txt--blue {
  color: #005bac;
}
.txt--blue2 {
  color: #009fe6;
}
.txt--gray {
  color: #666;
}
.txt--purple {
  color: #c8448e;
}
.txt--lh18 {
  line-height: 1.8;
}
.txt--gray2 {
  color: #728390;
}

/* --------------------------------------------------
 background
 -------------------------------------------------- */
.bg--white {
  background: #fff !important;
}
.bg--black {
  background: #000 !important;
}

/* --------------------------------------------------
 border
-------------------------------------------------- */
.bd--gray {
  border: 1px solid #ccc;
}
.bd--gray02 {
  border: 1px solid #b1b1b1;
}
.bd--none {
  border: none !important;
}
.bd--cl_bl {
  border-color: #3a434a !important;
}

/* --------------------------------------------------
 width
-------------------------------------------------- */
.w-auto {
  width: auto !important;
}

.w23_5 {
  width: 23.5%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w32 {
  width: 32%;
}

.w36 {
  width: 36%;
}

.w40 {
  width: 40%;
}

.w42 {
  width: 42%;
}

.w44 {
  width: 44%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w52 {
  width: 52%;
}

.w54 {
  width: 54%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w72 {
  width: 72%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.maw100 {
  max-width: 100px;
}

.maw300 {
  max-width: 300px;
}

.maw400 {
  max-width: 400px;
}

.maw500 {
  max-width: 500px;
}

.maw600 {
  max-width: 600px;
}

.maw700 {
  max-width: 700px;
}

.maw750 {
  max-width: 750px;
}

.maw800 {
  max-width: 800px;
}

.maw900 {
  max-width: 900px;
}

.maw1000 {
  max-width: 1000px;
}

@media screen and (max-width: 700px) {
  .sp-w50 {
    width: 50%;
  }
  .sp-w75 {
    width: 75%;
  }
  .sp-w100 {
    width: 100%;
  }
}
/* --------------------------------------------------
 Column
-------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex--nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.flex--jc_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex--jc_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--jc_se {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex--ai_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 2%;
}
.flex_col2 > .flex_item {
  width: calc((100% - 2% * (2 - 1)) / 2);
}
@media screen and (max-width: 700px) {
  .flex_col2 > .flex_item {
    width: 100%;
  }
}

.flex_col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 2%;
}
.flex_col3 > .flex_item {
  width: calc((100% - 2% * (3 - 1)) / 3);
}
@media screen and (max-width: 700px) {
  .flex_col3 > .flex_item {
    width: 100%;
  }
}

.flex_col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 2%;
}
.flex_col4 > .flex_item {
  width: calc((100% - 2% * (4 - 1)) / 4);
}
@media screen and (max-width: 700px) {
  .flex_col4 > .flex_item {
    width: 100%;
  }
}

.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col2__item {
  width: 48.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .col2__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.col2__item:nth-child(2n+1) {
  margin-right: 3%;
}
@media screen and (max-width: 700px) {
  .col2__item:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (min-width: 701px) {
  .col2__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .col2__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .col2.spCol2__item {
    width: 48.5%;
  }
  .col2.spCol2__item:nth-child(2n+1) {
    margin-right: 3%;
  }
}

.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col3__item {
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .col3__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.col3__item:nth-child(3n+1), .col3__item:nth-child(3n+2) {
  margin-right: 2%;
}
@media screen and (max-width: 700px) {
  .col3__item:nth-child(3n+1), .col3__item:nth-child(3n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 701px) {
  .col3__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .col3__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col4__item {
  width: 23.5%;
  margin-bottom: 30px;
}
.col4__item:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media screen and (max-width: 700px) {
  .col4__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .col4__item {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .col4__item:nth-child(2n+1) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 701px) {
  .col4__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .col4__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .col4.spCol1__item {
    width: 100%;
  }
  .col4.spCol1__item:nth-child(2n+1) {
    margin-right: 0;
  }
}

/* --------------------------------------------------
 Responsive
-------------------------------------------------- */
.pc-show {
  display: inherit !important;
}
.pc-show--flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pc-show--block {
  display: block !important;
}

.tb-show {
  display: none !important;
}

.tb-sp-show {
  display: none !important;
}

.sp-show {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .pc-show {
    display: inherit !important;
  }
  .pc-show--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pc-show--block {
    display: block !important;
  }
  .tb-show {
    display: inherit !important;
  }
  .tb-sp-show {
    display: inherit !important;
  }
  .sp-show {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .pc-show {
    display: none !important;
  }
  .pc-show--flex {
    display: none !important;
  }
  .pc-show--block {
    display: none !important;
  }
  .tb-show {
    display: none !important;
  }
  .tb-sp-show {
    display: inherit !important;
  }
  .sp-show {
    display: inherit !important;
  }
}
/* --------------------------------------------------
 position
-------------------------------------------------- */
.posi_r {
  position: relative !important;
}

.posi_a {
  position: absolute !important;
}

.right_0 {
  right: 0;
}

.right_10 {
  right: 10px;
}

.right_30 {
  right: 30px;
}

.slick-slider .slick-dots {
  bottom: 31px;
}
.slick-slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 8px;
}
.slick-slider .slick-dots li button {
  background-color: #000;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 13px;
  height: 13px;
}
.slick-slider .slick-dots li button::before {
  content: none;
}
.slick-slider .slick-dots li button:hover {
  background-color: #c6c6c6;
}
.slick-slider .slick-dots li button:active {
  background-color: #c6c6c6;
  opacity: 0.5;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.page_ttl {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "LogoTypeGothic", sans-serif;
  line-height: 36px;
}
@media screen and (max-width: 700px) {
  .page_ttl {
    font-size: 24px;
  }
}

.page_main_ttl {
  color: #006DA4;
  border-bottom: 3px solid #3FA3D6;
  padding-bottom: 16px;
  line-height: 1em;
}
@media screen and (min-width: 701px) {
  .page_main_ttl {
    margin: 120px auto 180px;
  }
}
@media screen and (max-width: 700px) {
  .page_main_ttl {
    margin: 36px auto 85px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 701px) {
  section.page_mv {
    margin-bottom: 120px;
  }
}
section.page_mv .section__inner {
  max-width: 100%;
}
section.page_mv .section__inner img {
  margin-top: 60px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
@media screen and (max-width: 700px) {
  section.page_mv .section__inner img {
    margin-top: 40px;
  }
}
section.page_mv .section__inner img.move {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.button_area {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 30px;
}
.button_area .btn_01 {
  width: 200px;
  height: 53px;
  background-color: #fff;
  border: 1px solid #716444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
  font-size: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button_area .btn_01::after {
  content: "";
  background-image: url(/image/common/triangle.png);
  width: 5px;
  height: 5px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}
.button_area .btn_01:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1;
}
.button_area .btn_01:hover::after {
  background-image: url(/image/common/triangle_white.png);
}
.button_area .btn_01:active {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 0.5;
}
.button_area .btn_01:invalid {
  opacity: 0.5;
  pointer-events: none; /* クリックやホバーを無効化 */
  cursor: not-allowed;
}
.button_area .btn_01.disabled {
  opacity: 0.5;
  pointer-events: none; /* クリックやホバーを無効化 */
  cursor: not-allowed;
}

.trigger.fadeUp {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.trigger.fadeUp.move {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#top main {
  height: 100%;
  background-position: right 170px top 0;
  background-repeat: repeat-y;
  position: relative;
}
#top main .bg1,
#top main .bg2,
#top main .bg3,
#top main .bg4 {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
}
#top main .bg1 {
  background-color: rgb(224, 242, 246);
  -webkit-animation: moveIn1 1s ease 1s forwards;
          animation: moveIn1 1s ease 1s forwards;
}
@media screen and (max-width: 700px) {
  #top main .bg1 {
    -webkit-animation: moveInSP1 1s ease 1s forwards;
            animation: moveInSP1 1s ease 1s forwards;
  }
}
@-webkit-keyframes moveIn1 {
  to {
    right: 170px;
  }
}
@keyframes moveIn1 {
  to {
    right: 170px;
  }
}
@-webkit-keyframes moveInSP1 {
  to {
    right: 40px;
  }
}
@keyframes moveInSP1 {
  to {
    right: 40px;
  }
}
#top main .bg2 {
  background-color: rgb(169, 207, 221);
  -webkit-animation: moveIn2 1s ease 1.5s forwards;
          animation: moveIn2 1s ease 1.5s forwards;
}
@media screen and (max-width: 700px) {
  #top main .bg2 {
    -webkit-animation: moveInSP2 1s ease 1.5s forwards;
            animation: moveInSP2 1s ease 1.5s forwards;
  }
}
@-webkit-keyframes moveIn2 {
  to {
    right: 200px;
  }
}
@keyframes moveIn2 {
  to {
    right: 200px;
  }
}
@-webkit-keyframes moveInSP2 {
  to {
    right: 70px;
  }
}
@keyframes moveInSP2 {
  to {
    right: 70px;
  }
}
#top main .bg3 {
  background-color: rgb(112, 174, 202);
  -webkit-animation: moveIn3 1s ease 2s forwards;
          animation: moveIn3 1s ease 2s forwards;
}
@media screen and (max-width: 700px) {
  #top main .bg3 {
    -webkit-animation: moveInSP3 1s ease 2s forwards;
            animation: moveInSP3 1s ease 2s forwards;
  }
}
@-webkit-keyframes moveIn3 {
  to {
    right: 230px;
  }
}
@keyframes moveIn3 {
  to {
    right: 230px;
  }
}
@-webkit-keyframes moveInSP3 {
  to {
    right: 100px;
  }
}
@keyframes moveInSP3 {
  to {
    right: 100px;
  }
}
#top main .bg4 {
  background-color: rgb(8, 98, 150);
  width: calc(100% - 260px);
  -webkit-animation: moveIn4 1s ease 2.5s forwards;
          animation: moveIn4 1s ease 2.5s forwards;
}
@media screen and (max-width: 700px) {
  #top main .bg4 {
    width: calc(100% - 130px);
  }
}
#top main .bg4 .logo {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 250px;
  opacity: 0;
  -webkit-transition: 2s 3.6s;
  transition: 2s 3.6s;
  -webkit-animation: fadeIn 2s ease 3.6s forwards;
          animation: fadeIn 2s ease 3.6s forwards;
}
@media screen and (max-width: 700px) {
  #top main .bg4 .logo {
    width: 120px;
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
  #top main .bg4 {
    -webkit-animation: moveInSP4 1s ease 2.5s forwards;
            animation: moveInSP4 1s ease 2.5s forwards;
  }
}
@-webkit-keyframes moveIn4 {
  to {
    right: 260px;
  }
}
@keyframes moveIn4 {
  to {
    right: 260px;
  }
}
@-webkit-keyframes moveInSP4 {
  to {
    right: 130px;
  }
}
@keyframes moveInSP4 {
  to {
    right: 130px;
  }
}
#top main .lang_link_top {
  font-family: "LogoTypeGothic", sans-serif;
  position: absolute;
  left: 32px;
  bottom: 32px;
  padding: 0px 30px 0px 0px;
  font-size: 20px;
  letter-spacing: 2.4px;
  color: #fff;
}
@media screen and (max-width: 700px) {
  #top main .lang_link_top {
    right: 62px;
    border: none;
  }
}
#top main .lang_link_top .lang_arrow {
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: auto;
  position: relative;
  top: -1px;
}

#about main #company {
  padding-top: 0;
  padding-bottom: 0px;
}
#about main #company .section__inner {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 22px;
}
#about main #company .section__inner .company_table {
  margin-top: 45px;
}
#about main #company .section__inner .company_table th {
  width: 87px;
  text-align: left;
  font-weight: normal;
  padding: 14px 0;
  font-size: 11.63px;
  vertical-align: baseline;
}
@media screen and (max-width: 700px) {
  #about main #company .section__inner .company_table th {
    padding: 10px 0;
  }
}
#about main #company .section__inner .company_table td {
  text-align: left;
  padding: 14px 0;
  font-size: 11.63px;
  line-height: 19.2px;
}
@media screen and (max-width: 700px) {
  #about main #company .section__inner .company_table td {
    padding: 10px 0;
  }
}
#about main #member {
  padding-top: 150px;
}
@media screen and (max-width: 700px) {
  #about main #member {
    padding-top: 100px;
  }
}
#about main #member .section__inner .member_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 80px 4%;
  margin-top: 66px;
  margin-bottom: 105px;
}
@media screen and (max-width: 700px) {
  #about main #member .section__inner .member_list {
    margin-bottom: 60px;
  }
}
#about main #member .section__inner .member_list .member_box {
  width: 29.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
@media screen and (max-width: 700px) {
  #about main #member .section__inner .member_list .member_box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
#about main #member .section__inner .member_list .member_box .txt_box {
  width: 51%;
}
@media screen and (max-width: 700px) {
  #about main #member .section__inner .member_list .member_box .txt_box {
    width: 100%;
  }
}
#about main #member .section__inner .member_list .member_box .txt_box .position {
  font-size: 12.7px;
  color: rgb(150, 150, 150);
}
#about main #member .section__inner .member_list .member_box .txt_box .name {
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0 16px;
}
#about main #member .section__inner .member_list .member_box .txt_box .txt {
  font-size: 11px;
  color: rgb(150, 150, 150);
}
#about main #member .section__inner .member_list .member_box .img_box {
  width: 43%;
}
@media screen and (max-width: 700px) {
  #about main #member .section__inner .member_list .member_box .img_box {
    width: 125px;
  }
}
#about main #member .section__inner .member_list .member_box .img_box img {
  width: 100%;
}

html[lang=zh-CN] #about #member {
  padding-bottom: 0;
}
@media screen and (max-width: 700px) {
  html[lang=zh-CN] #about #member {
    padding-bottom: 0;
  }
}
html[lang=zh-CN] #about #member .section__inner .menber_list {
  margin-bottom: 110px;
}
@media screen and (max-width: 700px) {
  html[lang=zh-CN] #about #member .section__inner .menber_list {
    margin-bottom: 84px;
  }
}

#recruit_info {
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 0px;
}
#recruit_info .section__inner {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 150px;
}
@media screen and (max-width: 700px) {
  #recruit_info .section__inner {
    padding-bottom: 80px;
  }
}
#recruit_info .section__inner .lead {
  border-bottom: 1px solid #808080;
  padding-bottom: 20px;
  font-size: 16px;
  text-align: center;
  margin: 76px auto 40px;
}
#recruit_info .section__inner .lead02 {
  padding: 16px;
  border: 1px solid #808080;
}
#recruit_info .section__inner .lead02 .recruit_info_table {
  margin: 0;
}
#recruit_info .section__inner .recruit_info_table {
  margin-bottom: 30px;
  margin-top: 60px;
}
#recruit_info .section__inner .recruit_info_table th {
  width: 87px;
  text-align: left;
  font-weight: normal;
  padding: 14px 0;
  font-size: 11.63px;
  vertical-align: baseline;
}
@media screen and (max-width: 700px) {
  #recruit_info .section__inner .recruit_info_table th {
    padding: 10px 0;
  }
}
#recruit_info .section__inner .recruit_info_table td {
  text-align: left;
  padding: 14px 0;
  font-size: 11.63px;
  line-height: 19.2px;
}
@media screen and (max-width: 700px) {
  #recruit_info .section__inner .recruit_info_table td {
    padding: 10px 0;
  }
}
#recruit_info .section__inner .button_area {
  margin-top: 120px;
}
@media screen and (max-width: 700px) {
  #recruit_info .section__inner .button_area {
    margin-top: 60px;
  }
}

#contact main {
  min-height: calc(100vh - 72px);
}
#contact main section {
  padding-top: 0;
}
#contact main .page_main_ttl {
  margin-bottom: 104px;
}
@media screen and (max-width: 700px) {
  #contact main .page_main_ttl {
    margin-bottom: 80px;
  }
}
#contact form .form_row {
  margin: 0 0 60px;
}
#contact form .form_row .ttl_area .hissu {
  color: #ff0000;
  padding: 5.5px 8px;
  border: 1px solid #ff0000;
}
#contact form .form_row .ttl_area .option {
  color: #808080;
  padding: 5.5px 8px;
  border: 1px solid #808080;
}
#contact form .form_row .ttl_area .input_ttl {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  margin-left: 6px;
  position: relative;
  top: 1px;
  letter-spacing: 0.91px;
}
#contact form .form_row .input_area {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
}
#contact form .form_row .input_area.input_policy {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 8px;
}
#contact form .form_row .input_area.input_policy label {
  width: calc(100% - 25px);
}
#contact form input[type=text],
#contact form input[type=tel],
#contact form input[type=email] {
  border: none;
  border-bottom: 1px solid rgb(212, 212, 212);
  background-color: #fff;
  padding: 14px 0;
  width: 100%;
}
#contact form textarea {
  width: 100%;
  border: 1px solid rgb(212, 212, 212);
  background-color: #fff;
  padding: 14px;
  height: 84px;
}
#contact form ::-webkit-input-placeholder {
  color: #808080;
  font-size: 16px;
}
#contact form ::-moz-placeholder {
  color: #808080;
  font-size: 16px;
}
#contact form :-ms-input-placeholder {
  color: #808080;
  font-size: 16px;
}
#contact form ::-ms-input-placeholder {
  color: #808080;
  font-size: 16px;
}
#contact form ::placeholder {
  color: #808080;
  font-size: 16px;
}
#contact form input[type=checkbox] {
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* 標準 */
  width: 17px;
  height: 17px;
  border: 1px solid #d9d9d9; /* 枠線の色 */
  outline: none; /* フォーカス時のアウトラインを消す */
  cursor: pointer; /* カーソルをポインターに変更 */
  position: relative; /* チェックマークの位置を調整 */
}
#contact form input[type=checkbox]:checked::before {
  content: ""; /* チェックマークを表示するための空のコンテンツ */
  position: absolute; /* 絶対位置 */
  top: -7px; /* 上からの位置 */
  left: 6px; /* 左からの位置 */
  width: 7px; /* チェックマークの幅 */
  height: 15px; /* チェックマークの高さ */
  border: solid #000; /* チェックマークの色 */
  border-width: 0 2px 2px 0; /* チェックマークのスタイル */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* チェックマークを回転 */
}
#contact form .policy_area {
  border: 1px solid rgb(212, 212, 212);
  height: 100px;
  overflow: auto;
  padding: 16px 24px;
  margin-top: 56px;
}
@media screen and (max-width: 700px) {
  #contact form .policy_area {
    margin-top: 40px;
  }
}
#contact form .policy_area p {
  font-size: 16px;
  line-height: 19.7px;
  letter-spacing: 0.91px;
  margin-bottom: 10px;
}
#contact form .not-valid-tip {
  color: #ff0000;
  font-size: 14px;
}
#contact form .button_wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#contact form .button_wrap .form_triangle {
  width: 5px;
  height: 5px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  background-image: url(/image/common/triangle.png);
}
#contact form .button_wrap:hover {
  cursor: pointer;
}
#contact form .button_wrap:hover .form_triangle {
  background-image: url(/image/common/triangle_white.png);
}
#contact form .button_wrap.fix .form_triangle {
  right: 0;
  left: 14px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#contact form .button_wrap input:hover {
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  #contact form .button_area.confirm .button_wrap {
    width: 48%;
  }
  #contact form .button_area.confirm .button_wrap .btn_01 {
    width: 100%;
  }
}
#contact form #policy {
  position: relative;
  top: 2px;
}
#contact form #policy_label {
  font-size: 16px;
}
#contact form #form_confirm .form_row .input_area {
  padding: 17px 0;
}
#contact form #form_confirm .form_row .input_area p {
  letter-spacing: 0.91px;
  line-height: 19.7px;
}
#contact form #form_confirm .button_area.confirm {
  margin-top: 80px;
}
#contact.thanks .lead1 {
  margin: 116px auto 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.91px;
}
#contact.thanks .lead2 {
  font-size: 16px;
  margin-bottom: 96px;
  letter-spacing: 0.91px;
  line-height: 19.7px;
}
@media screen and (max-width: 700px) {
  #contact.thanks .lead1 {
    margin: 74px auto 40px;
  }
  #contact.thanks .lead2 {
    margin-bottom: 76px;
  }
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  top: 0;
}
header div.header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 16px 40px 16px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 108px;
  position: relative;
  /*============================
  ハンバーガー
  ============================*/
}
@media screen and (max-width: 700px) {
  header div.header__inner {
    max-width: none;
    margin: 0 auto;
    padding: 16px 16px 16px 0;
    height: 72px;
  }
}
header div.header__inner h2 {
  width: 156.25px;
}
@media screen and (max-width: 700px) {
  header div.header__inner h2 {
    width: 104.17px;
  }
}
header div.header__inner h2 a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header div.header__inner .lang_link {
  font-family: "LogoTypeGothic", sans-serif;
  position: absolute;
  right: 446px;
  border-right: 1px solid #cccccc;
  padding: 4px 30px 4px 0px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
header div.header__inner .lang_link.ch {
  right: 326px;
}
@media screen and (max-width: 700px) {
  header div.header__inner .lang_link {
    right: 62px;
    border: none;
  }
  header div.header__inner .lang_link.ch {
    right: 62px;
  }
}
header div.header__inner .lang_link .lang_arrow {
  display: inline-block;
  margin-left: 5px;
  width: auto;
  height: auto;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 700px) {
  header div.header__inner .header__nav-area {
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 9;
    height: calc(100dvh - 72px);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 56px 24px;
    background-color: #006da4;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header div.header__inner .header__nav-area.-active {
    opacity: 1;
    visibility: visible;
  }
}
header div.header__inner .header__nav-area nav#header_nav {
  /*============================
  #menu-main
  ============================*/
}
header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 700px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto;
    display: block;
  }
}
header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li {
  list-style: none;
  font-size: 20px;
  font-weight: normal;
  margin: auto;
  position: relative;
}
header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li a {
  letter-spacing: 0.1em;
  font-family: "LogoTypeGothic", sans-serif;
}
header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li a:hover {
  text-decoration: underline;
  text-underline-offset: 16px;
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (max-width: 700px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 56px;
    line-height: 1;
    font-size: 16px;
  }
}
header div.header__inner .hamburger {
  display: none;
}
@media screen and (max-width: 700px) {
  header div.header__inner .hamburger {
    display: block;
    height: 72px;
    margin-left: auto;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 72px;
    border: none;
    background-color: #fff;
  }
  header div.header__inner .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  header div.header__inner .hamburger.-active .hamburger__line::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header div.header__inner .hamburger.-active .hamburger__line::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header div.header__inner .hamburger .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30px;
    background-color: #006da4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header div.header__inner .hamburger .hamburger__line:before, header div.header__inner .hamburger .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #006da4;
    -webkit-transition: inherit;
    transition: inherit;
  }
  header div.header__inner .hamburger .hamburger__line:before {
    top: -6px;
  }
  header div.header__inner .hamburger .hamburger__line:after {
    top: 6px;
  }
  header div.header__inner .hamburger .hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

#top header {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  background-color: transparent;
}
@media screen and (max-width: 700px) {
  #top header {
    background-color: rgba(255, 255, 255, 0.9019607843);
  }
}
#top header div.header__inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*============================
  ハンバーガー
  ============================*/
}
@media screen and (min-width: 701px) {
  #top header div.header__inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 700px) {
  #top header div.header__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#top header div.header__inner h2 {
  display: none;
}
@media screen and (max-width: 700px) {
  #top header div.header__inner h2 {
    display: block;
  }
}
#top header div.header__inner h2 a img.-active {
  z-index: 10;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 701px) {
  #top header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li.top {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  #top header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li a {
    color: #FFF;
  }
}
@media screen and (max-width: 700px) {
  #top header div.header__inner .hamburger .hamburger__line {
    background-color: #006da4;
  }
  #top header div.header__inner .hamburger .hamburger__line:before, #top header div.header__inner .hamburger .hamburger__line:after {
    background-color: #006da4;
  }
  #top header div.header__inner .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
}
#top header .lang_link {
  display: none;
}
#top.hamburger_open header {
  background-color: rgb(231, 240, 245);
}

footer div.footer__inner div.footer_bottom {
  background-color: #000;
  color: #FFF;
  font-size: 12.7px;
  padding: 30px 0;
  line-height: 1;
}
footer div.footer__inner div.footer_bottom div.flex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 4px;
}
#top footer {
  display: none;
}

body,
html {
  width: 100%;
  overflow-x: clip;
}