@charset "UTF-8";
body,
html {
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  background: #fff;
}

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

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

body {
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  color: #303438;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.6;
    min-width: inherit;
  }
}
body.fixed {
  overflow: hidden;
}

main {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 75px;
  }
}

section {
  padding: 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 0px;
  }
}
section .section__inner {
  width: 100%;
  margin: 0 auto;
}

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

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

a {
  transition: 0.4s;
}
a img {
  transition: 0.4s;
}
a img:hover {
  opacity: 0.7;
}
a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover {
  opacity: 0.8;
}
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: 767px) {
  .mt_s {
    margin-top: 10px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 768px) {
  .pc-nowrap {
    white-space: nowrap;
  }
}

.box_shadow {
  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: 767px) {
  .txt--fz60 {
    font-size: 3.5rem;
  }
}
.txt--fz50 {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .txt--fz50 {
    font-size: 3.5rem;
  }
}
.txt--fz40 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .txt--fz40 {
    font-size: 2.8rem;
  }
}
.txt--fz48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .txt--fz48 {
    font-size: 3rem;
  }
}
.txt--fz32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz32 {
    font-size: 2.3rem;
  }
}
.txt--fz30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .txt--fz30 {
    font-size: 2.3rem;
  }
}
.txt--fz28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .txt--fz28 {
    font-size: 2.2rem;
  }
}
.txt--fz24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .txt--fz24 {
    font-size: 2.1rem;
  }
}
.txt--fz22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz22 {
    font-size: 2rem;
  }
}
.txt--fz20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz20 {
    font-size: 1.9rem;
  }
}
.txt--fz18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt--fz18 {
    font-size: 1.7rem;
  }
}
.txt--fz16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt--fz16 {
    font-size: 1.5rem;
  }
}
.txt--fz14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .txt--fz14 {
    font-size: 1.3rem;
  }
}
.txt--fz13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .txt--fz13 {
    font-size: 1.2rem;
  }
}
.txt--fz12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz12 {
    font-size: 1.2rem;
  }
}
.txt--lead {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.txt--white {
  color: #fff;
}
.txt--red {
  color: #C01E20;
}
.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: 767px) {
  .sp-w50 {
    width: 50%;
  }
  .sp-w75 {
    width: 75%;
  }
  .sp-w100 {
    width: 100%;
  }
}
/* --------------------------------------------------
 Column
-------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex--nowrap {
  flex-wrap: nowrap;
}
.flex--jc_sb {
  justify-content: space-between;
}
.flex--jc_center {
  justify-content: center;
}
.flex--jc_se {
  justify-content: space-evenly;
}
.flex--ai_center {
  align-items: center;
}

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

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

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

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

.col3 {
  display: flex;
  flex-wrap: wrap;
}
.col3__item {
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .col3__item:nth-child(3n+1), .col3__item:nth-child(3n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .col3__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col3__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.col4 {
  display: flex;
  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: 767px) {
  .col4__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .col4__item {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .col4__item:nth-child(2n+1) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .col4__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col4__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .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: 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: 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: 767px) {
  .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;
}

form .form-item {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
form .form-item .input_ttl {
  font-weight: bold;
  width: 30%;
}
@media screen and (max-width: 767px) {
  form .form-item .input_ttl {
    width: 100%;
  }
}
form .form-item .input_area {
  width: 70%;
}
@media screen and (max-width: 767px) {
  form .form-item .input_area {
    width: 100%;
  }
}
form input[type=text], form input[type=tel], form input[type=email], form textarea {
  border: 1px solid #B8C4D5;
  border-radius: 8px;
  background-color: #F7F7F8;
  padding: 14px;
}
form textarea {
  width: 100%;
}
form ::placeholder {
  color: #BBBBBC;
}

.font-Barlow {
  font-family: "Barlow Semi Condensed", sans-serif;
}

#mv {
  background-image: url(../img/kv_pc.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #mv {
    background-image: url(../img/kv_sp.png);
  }
}
#mv .section__inner {
  width: 100%;
  height: 100%;
}
#mv .section__inner h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-size: 5vw;
  letter-spacing: -0.02em;
  line-height: 1;
  padding-top: 118px;
  margin-left: 8.3%;
}
@media screen and (max-width: 767px) {
  #mv .section__inner h2 {
    padding-top: 20px;
    margin-left: 20px;
    font-size: 12vw;
  }
}
#mv .section__inner .kv_img {
  margin-top: 136px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #mv .section__inner .kv_img {
    margin-top: 20px;
    padding: 0 20px 100px;
  }
}

/*============================
#sec01
============================*/
#sec01 {
  background-color: #303438;
}
#sec01 .section__inner .flex_wrap {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #sec01 .section__inner .flex_wrap {
    padding: 30px 20px;
  }
}
#sec01 .section__inner .flex_wrap .right_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 10px;
  width: 90%;
  max-width: 1540px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #sec01 .section__inner .flex_wrap .right_flex {
    flex-direction: column;
    width: 100%;
  }
}
#sec01 .section__inner .flex_wrap .right_flex .txt_box {
  width: 38%;
}
@media screen and (max-width: 767px) {
  #sec01 .section__inner .flex_wrap .right_flex .txt_box {
    width: 100%;
  }
}
#sec01 .section__inner .flex_wrap .right_flex .txt_box .ttl {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 54px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #sec01 .section__inner .flex_wrap .right_flex .txt_box .ttl {
    font-size: 9vw;
  }
}
#sec01 .section__inner .flex_wrap .right_flex .txt_box .txt {
  font-weight: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #sec01 .section__inner .flex_wrap .right_flex .txt_box .txt {
    margin-bottom: 20px;
  }
}
#sec01 .section__inner .flex_wrap .right_flex .txt_box .red_btn {
  max-width: 457px;
  height: 79px;
  background: #c01e20;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  #sec01 .section__inner .flex_wrap .right_flex .txt_box .red_btn {
    height: 55px;
    font-size: 23px;
    margin-top: 20px;
  }
}
#sec01 .section__inner .flex_wrap .right_flex .img_box {
  width: 56%;
}
@media screen and (max-width: 767px) {
  #sec01 .section__inner .flex_wrap .right_flex .img_box {
    width: 100%;
  }
}
/*============================
#sec02
============================*/
#sec02 {
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  #sec02 {
    margin-top: -80px;
    padding-top: 80px;
  }
}
#sec02 .section__inner {
  max-width: 1310px;
  margin: auto;
  padding: 80px 40px;
}
@media screen and (max-width: 767px) {
  #sec02 .section__inner {
    padding: 40px 20px;
  }
}
#sec02 .section__inner h2 {
  font-family: "Barlow Semi Condensed";
  font-weight: bold;
  font-size: 50px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #sec02 .section__inner h2 {
    font-size: 9vw;
  }
}
#sec02 .section__inner .lead {
  font-family: "Noto Sans";
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#sec02 .section__inner .why_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  gap: 10px;
}
#sec02 .section__inner .why_list .why_box {
  width: calc(50% - 5px);
  border: 1px solid #c01e20;
  background-color: #ffffff;
  padding: 33px 27px;
}
@media screen and (max-width: 767px) {
  #sec02 .section__inner .why_list .why_box {
    width: 100%;
  }
}
#sec02 .section__inner .why_list .why_box p {
  text-align: center;
}

/*============================
#sec03
============================*/
#sec03 .section__inner {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner {
    padding: 50px 0;
  }
}
#sec03 .section__inner .grow_area {
  max-width: 1557px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner .grow_area {
    padding: 0;
  }
}
#sec03 .section__inner .grow_area .sec_ttl {
  font-family: "Barlow Semi Condensed";
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
}
#sec03 .section__inner .grow_area .com_logo {
  width: 80%;
  max-width: 973px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner .grow_area .com_logo {
    width: 100%;
    padding: 0 20px;
  }
}
#sec03 .section__inner .lean_btn {
  width: 235px;
  height: 56px;
  background: #303438;
  margin: 0 0 0 auto;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner .lean_btn {
    padding-top: 15px;
    margin-top: 30px;
    margin-right: 20px;
  }
}
#sec03 .section__inner .school_area {
  margin: 120px 0;
  display: flex;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner .school_area {
    margin: 60px 0;
    flex-direction: column;
  }
}
#sec03 .section__inner .school_area .txt_wrap {
  width: 68%;
  background-color: #f0f0f0;
  padding-right: 120px;
}
@media screen and (max-width: 1460px) {
  #sec03 .section__inner .school_area .txt_wrap {
    width: 68%;
    padding: 0 10px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner .school_area .txt_wrap {
    width: 100%;
    padding: 0 20px;
    margin-left: 20px;
  }
}
#sec03 .section__inner .school_area .txt_wrap .txt_box {
  max-width: 600px;
  margin: 0 auto;
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner .school_area .txt_wrap .txt_box {
    padding: 30px 0;
  }
}
#sec03 .section__inner .school_area .txt_wrap .txt_box .logo {
  width: 140px;
}
#sec03 .section__inner .school_area .txt_wrap .txt_box .lead {
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
  text-align: left;
  color: #c01e20;
  margin: 20px 0;
}
#sec03 .section__inner .school_area .txt_wrap .txt_box .txt {
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}
#sec03 .section__inner .school_area .float_img {
  width: 50%;
  height: auto;
  max-height: 500px;
  margin-left: -100px;
  position: relative;
  z-index: 1;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner .school_area .float_img {
    width: 100%;
    margin-left: 0;
    max-height: none;
  }
}
#sec03 .section__inner .gragh_list {
  max-width: 1413px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 60px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner .gragh_list {
    padding: 0 20px;
    flex-direction: column;
    gap: 40px;
  }
}
#sec03 .section__inner .gragh_list .gragh_box {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner .gragh_list .gragh_box {
    width: 100%;
  }
}
#sec03 .section__inner .gragh_list .gragh_box .ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner .gragh_list .gragh_box .ttl {
    margin-bottom: 20px;
  }
}
#sec03 .section__inner .gragh_ex {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #707070;
  max-width: 1413px;
  padding: 0 40px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #sec03 .section__inner .gragh_ex {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
}
#sec03 .section__inner .gragh_ex span {
  width: calc(100% - 30px);
}
#sec03 .section__inner .gragh_ex .asta {
  width: 30px;
  text-align: right;
}

/*============================
#sec04
============================*/
#sec04 {
  background-image: url(../img/img_05.jpg);
  background-size: cover;
}
#sec04 .section__inner {
  padding: 170px 40px;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #sec04 .section__inner {
    padding: 80px 20px;
  }
}
#sec04 .section__inner .ttl {
  font-family: "Barlow Semi Condensed";
  font-weight: bold;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #sec04 .section__inner .ttl {
    font-size: 9vw;
    line-height: 1.2;
  }
}
#sec04 .section__inner .sub_ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  #sec04 .section__inner .sub_ttl {
    font-size: 17px;
    line-height: 1.2;
  }
}
#sec04 .section__inner .txt {
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  margin: 62px auto 135px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #sec04 .section__inner .txt {
    line-height: 1.8;
    width: 90%;
  }
}
#sec05 .section__inner .flex_wrap {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap {
    padding: 50px 20px;
  }
}
#sec05 .section__inner .flex_wrap.gray {
  background-color: #f0f0f0;
}
#sec05 .section__inner .flex_wrap .lean_btn {
  width: 235px;
  height: 56px;
  background: #303438;
  margin: 0 0 0 auto;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap .lean_btn.sp-show {
    display: block !important;
    padding-top: 15px;
  }
}
#sec05 .section__inner .flex_wrap .flex_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 100px;
  width: 90%;
  max-width: 1283px;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap .flex_box {
    flex-direction: column;
    width: 100%;
    gap: 30px;
  }
}
#sec05 .section__inner .flex_wrap .flex_box.center_flex {
  margin: 0 auto;
  justify-content: center;
}
#sec05 .section__inner .flex_wrap .flex_box.right_flex {
  margin: 0 0 0 auto;
  justify-content: flex-end;
}
#sec05 .section__inner .flex_wrap .flex_box.left_flex {
  margin: 0 auto 0 0;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap .flex_box.left_flex {
    flex-direction: column;
  }
}
#sec05 .section__inner .flex_wrap .flex_box.narrow {
  gap: 30px;
}
#sec05 .section__inner .flex_wrap .flex_box .txt_box {
  width: calc(57% - 100px);
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap .flex_box .txt_box {
    width: 100%;
  }
}
#sec05 .section__inner .flex_wrap .flex_box .txt_box .logo {
  width: auto;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap .flex_box .txt_box .logo.small {
    width: 70%;
  }
}
#sec05 .section__inner .flex_wrap .flex_box .txt_box .ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
  text-align: left;
  margin: 30px 0 20px;
}
#sec05 .section__inner .flex_wrap .flex_box .txt_box .ttl.green {
  color: #03957a;
}
#sec05 .section__inner .flex_wrap .flex_box .txt_box .ttl.blue {
  color: #005c9c;
}
#sec05 .section__inner .flex_wrap .flex_box .txt_box .txt {
  font-weight: normal;
  text-align: left;
  color: #000;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap .flex_box .txt_box .txt {
    margin-bottom: 20px;
  }
}
#sec05 .section__inner .flex_wrap .flex_box .img_box {
  width: 43%;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap .flex_box .img_box {
    width: 100%;
  }
}
#sec05 .section__inner .flex_wrap .flex_box.right_flex .txt_box {
  width: 48%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap .flex_box.right_flex .txt_box {
    width: 100%;
  }
}
#sec05 .section__inner .flex_wrap .flex_box.right_flex .img_box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap .flex_box.right_flex .img_box {
    width: 100%;
  }
}
#sec05 .section__inner .flex_wrap.flex2 .flex_box .txt_box {
  width: 40%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap.flex2 .flex_box .txt_box {
    width: 100%;
  }
}
#sec05 .section__inner .flex_wrap.flex2 .flex_box .img_box {
  width: 53%;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap.flex2 .flex_box .img_box {
    width: 100%;
  }
}
#sec05 .section__inner .flex_wrap.flex3 .flex_box {
  max-width: 1510px;
}
#sec05 .section__inner .flex_wrap.flex3 .flex_box .txt_box {
  width: 40%;
  max-width: 623px;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap.flex3 .flex_box .txt_box {
    width: 100%;
  }
}
#sec05 .section__inner .flex_wrap.flex3 .flex_box .img_box {
  width: 44%;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap.flex3 .flex_box .img_box {
    width: 100%;
  }
}
#sec05 .section__inner .flex_wrap.flex4 .flex_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 10px;
  width: 90%;
  max-width: 1332px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap.flex4 .flex_box {
    flex-direction: column;
    width: 100%;
  }
}
#sec05 .section__inner .flex_wrap.flex4 .flex_box .txt_box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap.flex4 .flex_box .txt_box {
    width: 100%;
  }
}
#sec05 .section__inner .flex_wrap.flex4 .flex_box .txt_box .txt {
  font-weight: normal;
  text-align: left;
  color: #303438;
  margin-bottom: 60px;
}
#sec05 .section__inner .flex_wrap.flex4 .flex_box .img_box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap.flex4 .flex_box .img_box {
    width: 100%;
  }
}
#sec05 .section__inner .flex_wrap .cap {
  font-size: 16px;
  line-height: 1.5;
  color: #626161;
  margin-top: 20px;
  max-width: 583px;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .flex_wrap .cap {
    font-size: 12px;
    margin-top: 10px;
  }
}
#sec05 .section__inner .red_btn {
  max-width: 457px;
  height: 79px;
  background: #c01e20;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 117px auto;
}
@media screen and (max-width: 767px) {
  #sec05 .section__inner .red_btn {
    margin: 50px 20px;
    height: 55px;
    font-size: 23px;
  }
}

/*============================
#sec06
============================*/
#sec06 {
  margin-bottom: 160px;
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #sec06 {
    margin-bottom: 30px;
    margin-top: -120px;
  }
}
#sec06 .section__inner .sec_ttl {
  font-family: "Barlow Semi Condensed";
  font-weight: bold;
  font-size: 50px;
  line-height: 54px;
  text-align: left;
  color: #303438;
  margin: 25px auto 32px;
  max-width: 1480px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #sec06 .section__inner .sec_ttl {
    font-size: 33px;
    line-height: 1;
  }
}
#sec06 .section__inner .position {
  font-weight: bold;
  text-align: right;
  max-width: 1280px;
  margin: 40px auto 20px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #sec06 .section__inner .position {
    margin: 10px auto 40px;
  }
}
#sec06 .section__inner .sub_ttl {
  font-family: "Barlow Semi Condensed";
  font-weight: bold;
  font-size: 40px;
  line-height: 36px;
  max-width: 1280px;
  margin: 0 auto 45px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #sec06 .section__inner .sub_ttl {
    padding: 0 20px;
  }
}
#sec06 .section__inner .philoso_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  #sec06 .section__inner .philoso_wrap {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
#sec06 .section__inner .philoso_wrap .philoso_box {
  width: 36.5%;
  border: 2px solid #c01e20;
  padding: 21px 19px 30px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  #sec06 .section__inner .philoso_wrap .philoso_box {
    width: 100%;
  }
}
#sec06 .section__inner .philoso_wrap .philoso_box .ttl {
  font-family: "Barlow Semi Condensed";
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #c01e20;
  margin-bottom: 17px;
}
#sec06 .section__inner .philoso_wrap .philoso_box .txt {
  text-align: center;
}
#sec06 .section__inner .philoso_wrap .philoso_box.vision {
  width: 61%;
}
@media screen and (max-width: 767px) {
  #sec06 .section__inner .philoso_wrap .philoso_box.vision {
    width: 100%;
  }
}
#sec06 .section__inner table {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto 90px;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec06 .section__inner table {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
#sec06 .section__inner table tbody tr th,
#sec06 .section__inner table tbody tr td {
  text-align: left;
  border-bottom: 1px solid #b2b2b2;
  padding: 30px 0;
  vertical-align: top;
}
#sec06 .section__inner table tbody tr th {
  width: 290px;
}
@media screen and (max-width: 767px) {
  #sec06 .section__inner table tbody tr th {
    width: 140px;
  }
}
#sec06 .section__inner table tbody tr td {
  color: #626161;
}
#sec06 .section__inner table tbody tr td .posi {
  width: 200px;
  display: inline-block;
}
#sec06 .section__inner table tbody tr:last-child th,
#sec06 .section__inner table tbody tr:last-child td {
  border: none;
}

/*============================
#sec07
============================*/
#sec07 {
  background-image: url(../img/img_21.jpg);
  background-size: cover;
  position: relative;
}
#sec07 .section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 40px 150px;
}
@media screen and (max-width: 767px) {
  #sec07 .section__inner {
    padding: 50px 20px;
  }
}
#sec07 .section__inner .txt_box {
  width: 50%;
  max-width: 559px;
}
@media screen and (max-width: 767px) {
  #sec07 .section__inner .txt_box {
    width: 100%;
  }
}
#sec07 .section__inner .txt_box .ttl {
  font-family: "Barlow Semi Condensed";
  font-weight: bold;
  font-size: 50px;
  line-height: 54px;
  color: #fff;
}
#sec07 .section__inner .txt_box .txt {
  font-family: "Noto Sans";
  font-weight: normal;
  text-align: left;
  color: #fff;
  margin: 10px 0 40px;
}
#sec07 .section__inner .txt_box .red_btn {
  max-width: 100%;
  width: 100%;
  height: 79px;
  background: #c01e20;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  #sec07 .section__inner .txt_box .red_btn {
    height: 55px;
    font-size: 23px;
  }
}
#sec07 img {
  position: absolute;
  height: auto;
  width: 45%;
  right: 0;
  top: -88px;
}

#pagetop {
  position: fixed;
  bottom: 40px;
  right: 11%;
  display: none;
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 50px;
    right: 20px;
    bottom: 70px;
  }
}

#fixed_contact {
  display: none;
}
@media screen and (max-width: 767px) {
  #fixed_contact {
    width: 100%;
    background: #c01e20;
    font-weight: bold;
    color: #fff;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 55px;
    font-size: 23px;
    position: fixed;
    bottom: 0;
  }
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #c01e20;
}
header div.header__inner {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 33px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}
@media screen and (max-width: 767px) {
  header div.header__inner {
    max-width: none;
    margin: 0 auto;
    padding: 10px 10px;
    height: 75px;
  }
}
header div.header__inner h1 {
  width: 87px;
}
header div.header__inner h1 a img {
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  header div.header__inner .header__nav-area {
    position: fixed;
    top: 75px;
    left: 0;
    z-index: 9;
    height: calc(100dvh - 75px);
    width: 100%;
    visibility: hidden;
    padding: 80px 0 45px;
    background-color: #fff;
    color: #000;
  }
  header div.header__inner .header__nav-area.-active {
    visibility: visible;
  }
  header div.header__inner .header__nav-area * {
    transition: 0s;
  }
}
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: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
    min-width: 150px;
    margin: 0 auto;
  }
}
header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li {
  list-style: none;
  font-size: 22px;
  font-weight: bold;
  margin: 0 20px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li {
    font-size: 20px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #707070;
    color: #000;
  }
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li.partner {
    border-bottom: 1px solid #707070;
  }
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li:last-child {
    border: none;
    background-color: #c01e20;
    margin-top: 60px;
    color: #fff;
    font-weight: bold;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 26px;
  }
}
header div.header__inner .header__nav-area .privacy_box {
  display: none;
}
@media screen and (max-width: 767px) {
  header div.header__inner .header__nav-area .privacy_box {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
  header div.header__inner .header__nav-area .privacy_box a {
    font-weight: bold;
    color: #303438;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
  }
  header div.header__inner .header__nav-area .privacy_box p {
    font-size: 11px;
    color: #303438;
  }
}
header div.header__inner {
  /*============================
  ハンバーガー
  ============================*/
}
header div.header__inner .hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  header div.header__inner .hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: fixed;
    z-index: 10;
    top: 8px;
    right: 12px;
    width: 60px;
    border: none;
    background-color: transparent;
  }
  header div.header__inner .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  header div.header__inner .hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  header div.header__inner .hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  header div.header__inner .hamburger .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    background-color: #fff;
    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: #fff;
    transition: inherit;
  }
  header div.header__inner .hamburger .hamburger__line:before {
    top: -15px;
  }
  header div.header__inner .hamburger .hamburger__line:after {
    top: 15px;
  }
  header div.header__inner .hamburger .hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

footer div.footer__inner div.footer_bottom {
  background-color: #303438;
  padding: 42px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer div.footer__inner div.footer_bottom {
    padding-bottom: 100px;
  }
}
footer div.footer__inner div.footer_bottom a {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
footer div.footer__inner div.footer_bottom p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer div.footer__inner div.footer_bottom p {
    font-size: 12px;
    line-height: 1.6;
  }
}

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