@charset "UTF-8";
/**
  + gastrolines202608 LP
  * create 20260220
  * update 20260808
  +
***/
@import url("https://fonts.googleapis.com/css2?family=Dynalight&family=Outfit:wght@100..900&family=Shippori+Mincho+B1&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f-zen400a {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f-zen700a {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f-zen400 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f-zen700 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f-tnr {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f-tnr-i {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f-tnr-b {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f-tnr-bi {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-antique-soft-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 65px;
  }
}

body {
  background-color: #F1F0EE;
  color: #2E2E2E;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding: 0px;
  margin: 0;
  letter-spacing: 0rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* ヒラギノ */
  /* 游ゴシック体 */
  /* 游明朝体 */
}
@media screen and (max-width: 449px) {
  body {
    font-size: min(13px, 3.3333333333vw);
  }
}

a {
  color: #7D6E5A;
  text-decoration: underline;
  transition: all 0.3s;
  letter-spacing: 0.1em;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

input,
button {
  transition: all 0.3s;
  opacity: 1;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p {
  margin: 0;
  transition: all 0.3s;
}

strong,
b {
  font-weight: 700;
}

p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: min(15px, 3.8461538462vw);
  }
}

img {
  width: 100%;
  height: auto;
}

*:focus {
  outline: none !important;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
a:hover,
button:hover {
  cursor: pointer;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

article {
  width: 100%;
  overflow: hidden;
}

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

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

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

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

.col_gold {
  color: #CC2936;
}

.col_red {
  color: #CC2936;
}

.heading {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.highlight-o {
  color: #CC2936;
}

.bg_gray {
  background-color: #F2F2F2 !important;
}

.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

.preload * {
  transition: none !important;
}

.gas__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.gas__inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .gas__inner {
    padding: 0 16px;
  }
}

.gas__news .gas__inner {
  max-width: 900px;
}

.gas__section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

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

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

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

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

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

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

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

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

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

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

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

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

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

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

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

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

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

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

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

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

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

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

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

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

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

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

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

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

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

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

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

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

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

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

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

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

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

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

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

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

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

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

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

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

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

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

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

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

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

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

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

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

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

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

.pt-110 {
  padding-top: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

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

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

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

.mt-110 {
  margin-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

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

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

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

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

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

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

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

.pt-130 {
  padding-top: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

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

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

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

.mt-130 {
  margin-top: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

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

.pt-140 {
  padding-top: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

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

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

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

.mt-140 {
  margin-top: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

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

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

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

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

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

.mt-150 {
  margin-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

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

.pt-160 {
  padding-top: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

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

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

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

.mt-160 {
  margin-top: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

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

.pt-170 {
  padding-top: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

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

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

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

.mt-170 {
  margin-top: 170px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mx-170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

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

.pt-180 {
  padding-top: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

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

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

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

.mt-180 {
  margin-top: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mx-180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

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

.pt-190 {
  padding-top: 190px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

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

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

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

.mt-190 {
  margin-top: 190px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mx-190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

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

.pt-200 {
  padding-top: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

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

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

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

.mt-200 {
  margin-top: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.mx-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

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

.pt-210 {
  padding-top: 210px !important;
}

.pb-210 {
  padding-bottom: 210px !important;
}

.pl-210 {
  padding-left: 210px !important;
}

.pr-210 {
  padding-right: 210px !important;
}

.px-210 {
  padding-left: 210px !important;
  padding-right: 210px !important;
}

.py-210 {
  padding-top: 210px !important;
  padding-bottom: 210px !important;
}

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

.mt-210 {
  margin-top: 210px !important;
}

.mb-210 {
  margin-bottom: 210px !important;
}

.ml-210 {
  margin-left: 210px !important;
}

.mr-210 {
  margin-right: 210px !important;
}

.mx-210 {
  margin-left: 210px !important;
  margin-right: 210px !important;
}

.my-210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important;
}

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

.pt-220 {
  padding-top: 220px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

.pl-220 {
  padding-left: 220px !important;
}

.pr-220 {
  padding-right: 220px !important;
}

.px-220 {
  padding-left: 220px !important;
  padding-right: 220px !important;
}

.py-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}

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

.mt-220 {
  margin-top: 220px !important;
}

.mb-220 {
  margin-bottom: 220px !important;
}

.ml-220 {
  margin-left: 220px !important;
}

.mr-220 {
  margin-right: 220px !important;
}

.mx-220 {
  margin-left: 220px !important;
  margin-right: 220px !important;
}

.my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}

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

.pt-230 {
  padding-top: 230px !important;
}

.pb-230 {
  padding-bottom: 230px !important;
}

.pl-230 {
  padding-left: 230px !important;
}

.pr-230 {
  padding-right: 230px !important;
}

.px-230 {
  padding-left: 230px !important;
  padding-right: 230px !important;
}

.py-230 {
  padding-top: 230px !important;
  padding-bottom: 230px !important;
}

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

.mt-230 {
  margin-top: 230px !important;
}

.mb-230 {
  margin-bottom: 230px !important;
}

.ml-230 {
  margin-left: 230px !important;
}

.mr-230 {
  margin-right: 230px !important;
}

.mx-230 {
  margin-left: 230px !important;
  margin-right: 230px !important;
}

.my-230 {
  margin-top: 230px !important;
  margin-bottom: 230px !important;
}

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

.pt-240 {
  padding-top: 240px !important;
}

.pb-240 {
  padding-bottom: 240px !important;
}

.pl-240 {
  padding-left: 240px !important;
}

.pr-240 {
  padding-right: 240px !important;
}

.px-240 {
  padding-left: 240px !important;
  padding-right: 240px !important;
}

.py-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

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

.mt-240 {
  margin-top: 240px !important;
}

.mb-240 {
  margin-bottom: 240px !important;
}

.ml-240 {
  margin-left: 240px !important;
}

.mr-240 {
  margin-right: 240px !important;
}

.mx-240 {
  margin-left: 240px !important;
  margin-right: 240px !important;
}

.my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

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

.pt-250 {
  padding-top: 250px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.pl-250 {
  padding-left: 250px !important;
}

.pr-250 {
  padding-right: 250px !important;
}

.px-250 {
  padding-left: 250px !important;
  padding-right: 250px !important;
}

.py-250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

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

.mt-250 {
  margin-top: 250px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

.ml-250 {
  margin-left: 250px !important;
}

.mr-250 {
  margin-right: 250px !important;
}

.mx-250 {
  margin-left: 250px !important;
  margin-right: 250px !important;
}

.my-250 {
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}

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

.pt-260 {
  padding-top: 260px !important;
}

.pb-260 {
  padding-bottom: 260px !important;
}

.pl-260 {
  padding-left: 260px !important;
}

.pr-260 {
  padding-right: 260px !important;
}

.px-260 {
  padding-left: 260px !important;
  padding-right: 260px !important;
}

.py-260 {
  padding-top: 260px !important;
  padding-bottom: 260px !important;
}

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

.mt-260 {
  margin-top: 260px !important;
}

.mb-260 {
  margin-bottom: 260px !important;
}

.ml-260 {
  margin-left: 260px !important;
}

.mr-260 {
  margin-right: 260px !important;
}

.mx-260 {
  margin-left: 260px !important;
  margin-right: 260px !important;
}

.my-260 {
  margin-top: 260px !important;
  margin-bottom: 260px !important;
}

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

.pt-270 {
  padding-top: 270px !important;
}

.pb-270 {
  padding-bottom: 270px !important;
}

.pl-270 {
  padding-left: 270px !important;
}

.pr-270 {
  padding-right: 270px !important;
}

.px-270 {
  padding-left: 270px !important;
  padding-right: 270px !important;
}

.py-270 {
  padding-top: 270px !important;
  padding-bottom: 270px !important;
}

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

.mt-270 {
  margin-top: 270px !important;
}

.mb-270 {
  margin-bottom: 270px !important;
}

.ml-270 {
  margin-left: 270px !important;
}

.mr-270 {
  margin-right: 270px !important;
}

.mx-270 {
  margin-left: 270px !important;
  margin-right: 270px !important;
}

.my-270 {
  margin-top: 270px !important;
  margin-bottom: 270px !important;
}

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

.pt-280 {
  padding-top: 280px !important;
}

.pb-280 {
  padding-bottom: 280px !important;
}

.pl-280 {
  padding-left: 280px !important;
}

.pr-280 {
  padding-right: 280px !important;
}

.px-280 {
  padding-left: 280px !important;
  padding-right: 280px !important;
}

.py-280 {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}

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

.mt-280 {
  margin-top: 280px !important;
}

.mb-280 {
  margin-bottom: 280px !important;
}

.ml-280 {
  margin-left: 280px !important;
}

.mr-280 {
  margin-right: 280px !important;
}

.mx-280 {
  margin-left: 280px !important;
  margin-right: 280px !important;
}

.my-280 {
  margin-top: 280px !important;
  margin-bottom: 280px !important;
}

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

.pt-290 {
  padding-top: 290px !important;
}

.pb-290 {
  padding-bottom: 290px !important;
}

.pl-290 {
  padding-left: 290px !important;
}

.pr-290 {
  padding-right: 290px !important;
}

.px-290 {
  padding-left: 290px !important;
  padding-right: 290px !important;
}

.py-290 {
  padding-top: 290px !important;
  padding-bottom: 290px !important;
}

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

.mt-290 {
  margin-top: 290px !important;
}

.mb-290 {
  margin-bottom: 290px !important;
}

.ml-290 {
  margin-left: 290px !important;
}

.mr-290 {
  margin-right: 290px !important;
}

.mx-290 {
  margin-left: 290px !important;
  margin-right: 290px !important;
}

.my-290 {
  margin-top: 290px !important;
  margin-bottom: 290px !important;
}

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

.pt-300 {
  padding-top: 300px !important;
}

.pb-300 {
  padding-bottom: 300px !important;
}

.pl-300 {
  padding-left: 300px !important;
}

.pr-300 {
  padding-right: 300px !important;
}

.px-300 {
  padding-left: 300px !important;
  padding-right: 300px !important;
}

.py-300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}

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

.mt-300 {
  margin-top: 300px !important;
}

.mb-300 {
  margin-bottom: 300px !important;
}

.ml-300 {
  margin-left: 300px !important;
}

.mr-300 {
  margin-right: 300px !important;
}

.mx-300 {
  margin-left: 300px !important;
  margin-right: 300px !important;
}

.my-300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}

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

.pt-310 {
  padding-top: 310px !important;
}

.pb-310 {
  padding-bottom: 310px !important;
}

.pl-310 {
  padding-left: 310px !important;
}

.pr-310 {
  padding-right: 310px !important;
}

.px-310 {
  padding-left: 310px !important;
  padding-right: 310px !important;
}

.py-310 {
  padding-top: 310px !important;
  padding-bottom: 310px !important;
}

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

.mt-310 {
  margin-top: 310px !important;
}

.mb-310 {
  margin-bottom: 310px !important;
}

.ml-310 {
  margin-left: 310px !important;
}

.mr-310 {
  margin-right: 310px !important;
}

.mx-310 {
  margin-left: 310px !important;
  margin-right: 310px !important;
}

.my-310 {
  margin-top: 310px !important;
  margin-bottom: 310px !important;
}

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

.pt-320 {
  padding-top: 320px !important;
}

.pb-320 {
  padding-bottom: 320px !important;
}

.pl-320 {
  padding-left: 320px !important;
}

.pr-320 {
  padding-right: 320px !important;
}

.px-320 {
  padding-left: 320px !important;
  padding-right: 320px !important;
}

.py-320 {
  padding-top: 320px !important;
  padding-bottom: 320px !important;
}

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

.mt-320 {
  margin-top: 320px !important;
}

.mb-320 {
  margin-bottom: 320px !important;
}

.ml-320 {
  margin-left: 320px !important;
}

.mr-320 {
  margin-right: 320px !important;
}

.mx-320 {
  margin-left: 320px !important;
  margin-right: 320px !important;
}

.my-320 {
  margin-top: 320px !important;
  margin-bottom: 320px !important;
}

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

.pt-330 {
  padding-top: 330px !important;
}

.pb-330 {
  padding-bottom: 330px !important;
}

.pl-330 {
  padding-left: 330px !important;
}

.pr-330 {
  padding-right: 330px !important;
}

.px-330 {
  padding-left: 330px !important;
  padding-right: 330px !important;
}

.py-330 {
  padding-top: 330px !important;
  padding-bottom: 330px !important;
}

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

.mt-330 {
  margin-top: 330px !important;
}

.mb-330 {
  margin-bottom: 330px !important;
}

.ml-330 {
  margin-left: 330px !important;
}

.mr-330 {
  margin-right: 330px !important;
}

.mx-330 {
  margin-left: 330px !important;
  margin-right: 330px !important;
}

.my-330 {
  margin-top: 330px !important;
  margin-bottom: 330px !important;
}

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

.pt-340 {
  padding-top: 340px !important;
}

.pb-340 {
  padding-bottom: 340px !important;
}

.pl-340 {
  padding-left: 340px !important;
}

.pr-340 {
  padding-right: 340px !important;
}

.px-340 {
  padding-left: 340px !important;
  padding-right: 340px !important;
}

.py-340 {
  padding-top: 340px !important;
  padding-bottom: 340px !important;
}

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

.mt-340 {
  margin-top: 340px !important;
}

.mb-340 {
  margin-bottom: 340px !important;
}

.ml-340 {
  margin-left: 340px !important;
}

.mr-340 {
  margin-right: 340px !important;
}

.mx-340 {
  margin-left: 340px !important;
  margin-right: 340px !important;
}

.my-340 {
  margin-top: 340px !important;
  margin-bottom: 340px !important;
}

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

.pt-350 {
  padding-top: 350px !important;
}

.pb-350 {
  padding-bottom: 350px !important;
}

.pl-350 {
  padding-left: 350px !important;
}

.pr-350 {
  padding-right: 350px !important;
}

.px-350 {
  padding-left: 350px !important;
  padding-right: 350px !important;
}

.py-350 {
  padding-top: 350px !important;
  padding-bottom: 350px !important;
}

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

.mt-350 {
  margin-top: 350px !important;
}

.mb-350 {
  margin-bottom: 350px !important;
}

.ml-350 {
  margin-left: 350px !important;
}

.mr-350 {
  margin-right: 350px !important;
}

.mx-350 {
  margin-left: 350px !important;
  margin-right: 350px !important;
}

.my-350 {
  margin-top: 350px !important;
  margin-bottom: 350px !important;
}

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

.pt-360 {
  padding-top: 360px !important;
}

.pb-360 {
  padding-bottom: 360px !important;
}

.pl-360 {
  padding-left: 360px !important;
}

.pr-360 {
  padding-right: 360px !important;
}

.px-360 {
  padding-left: 360px !important;
  padding-right: 360px !important;
}

.py-360 {
  padding-top: 360px !important;
  padding-bottom: 360px !important;
}

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

.mt-360 {
  margin-top: 360px !important;
}

.mb-360 {
  margin-bottom: 360px !important;
}

.ml-360 {
  margin-left: 360px !important;
}

.mr-360 {
  margin-right: 360px !important;
}

.mx-360 {
  margin-left: 360px !important;
  margin-right: 360px !important;
}

.my-360 {
  margin-top: 360px !important;
  margin-bottom: 360px !important;
}

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

.pt-370 {
  padding-top: 370px !important;
}

.pb-370 {
  padding-bottom: 370px !important;
}

.pl-370 {
  padding-left: 370px !important;
}

.pr-370 {
  padding-right: 370px !important;
}

.px-370 {
  padding-left: 370px !important;
  padding-right: 370px !important;
}

.py-370 {
  padding-top: 370px !important;
  padding-bottom: 370px !important;
}

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

.mt-370 {
  margin-top: 370px !important;
}

.mb-370 {
  margin-bottom: 370px !important;
}

.ml-370 {
  margin-left: 370px !important;
}

.mr-370 {
  margin-right: 370px !important;
}

.mx-370 {
  margin-left: 370px !important;
  margin-right: 370px !important;
}

.my-370 {
  margin-top: 370px !important;
  margin-bottom: 370px !important;
}

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

.pt-380 {
  padding-top: 380px !important;
}

.pb-380 {
  padding-bottom: 380px !important;
}

.pl-380 {
  padding-left: 380px !important;
}

.pr-380 {
  padding-right: 380px !important;
}

.px-380 {
  padding-left: 380px !important;
  padding-right: 380px !important;
}

.py-380 {
  padding-top: 380px !important;
  padding-bottom: 380px !important;
}

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

.mt-380 {
  margin-top: 380px !important;
}

.mb-380 {
  margin-bottom: 380px !important;
}

.ml-380 {
  margin-left: 380px !important;
}

.mr-380 {
  margin-right: 380px !important;
}

.mx-380 {
  margin-left: 380px !important;
  margin-right: 380px !important;
}

.my-380 {
  margin-top: 380px !important;
  margin-bottom: 380px !important;
}

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

.pt-390 {
  padding-top: 390px !important;
}

.pb-390 {
  padding-bottom: 390px !important;
}

.pl-390 {
  padding-left: 390px !important;
}

.pr-390 {
  padding-right: 390px !important;
}

.px-390 {
  padding-left: 390px !important;
  padding-right: 390px !important;
}

.py-390 {
  padding-top: 390px !important;
  padding-bottom: 390px !important;
}

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

.mt-390 {
  margin-top: 390px !important;
}

.mb-390 {
  margin-bottom: 390px !important;
}

.ml-390 {
  margin-left: 390px !important;
}

.mr-390 {
  margin-right: 390px !important;
}

.mx-390 {
  margin-left: 390px !important;
  margin-right: 390px !important;
}

.my-390 {
  margin-top: 390px !important;
  margin-bottom: 390px !important;
}

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

.pt-400 {
  padding-top: 400px !important;
}

.pb-400 {
  padding-bottom: 400px !important;
}

.pl-400 {
  padding-left: 400px !important;
}

.pr-400 {
  padding-right: 400px !important;
}

.px-400 {
  padding-left: 400px !important;
  padding-right: 400px !important;
}

.py-400 {
  padding-top: 400px !important;
  padding-bottom: 400px !important;
}

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

.mt-400 {
  margin-top: 400px !important;
}

.mb-400 {
  margin-bottom: 400px !important;
}

.ml-400 {
  margin-left: 400px !important;
}

.mr-400 {
  margin-right: 400px !important;
}

.mx-400 {
  margin-left: 400px !important;
  margin-right: 400px !important;
}

.my-400 {
  margin-top: 400px !important;
  margin-bottom: 400px !important;
}

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

.pt-410 {
  padding-top: 410px !important;
}

.pb-410 {
  padding-bottom: 410px !important;
}

.pl-410 {
  padding-left: 410px !important;
}

.pr-410 {
  padding-right: 410px !important;
}

.px-410 {
  padding-left: 410px !important;
  padding-right: 410px !important;
}

.py-410 {
  padding-top: 410px !important;
  padding-bottom: 410px !important;
}

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

.mt-410 {
  margin-top: 410px !important;
}

.mb-410 {
  margin-bottom: 410px !important;
}

.ml-410 {
  margin-left: 410px !important;
}

.mr-410 {
  margin-right: 410px !important;
}

.mx-410 {
  margin-left: 410px !important;
  margin-right: 410px !important;
}

.my-410 {
  margin-top: 410px !important;
  margin-bottom: 410px !important;
}

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

.pt-420 {
  padding-top: 420px !important;
}

.pb-420 {
  padding-bottom: 420px !important;
}

.pl-420 {
  padding-left: 420px !important;
}

.pr-420 {
  padding-right: 420px !important;
}

.px-420 {
  padding-left: 420px !important;
  padding-right: 420px !important;
}

.py-420 {
  padding-top: 420px !important;
  padding-bottom: 420px !important;
}

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

.mt-420 {
  margin-top: 420px !important;
}

.mb-420 {
  margin-bottom: 420px !important;
}

.ml-420 {
  margin-left: 420px !important;
}

.mr-420 {
  margin-right: 420px !important;
}

.mx-420 {
  margin-left: 420px !important;
  margin-right: 420px !important;
}

.my-420 {
  margin-top: 420px !important;
  margin-bottom: 420px !important;
}

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

.pt-430 {
  padding-top: 430px !important;
}

.pb-430 {
  padding-bottom: 430px !important;
}

.pl-430 {
  padding-left: 430px !important;
}

.pr-430 {
  padding-right: 430px !important;
}

.px-430 {
  padding-left: 430px !important;
  padding-right: 430px !important;
}

.py-430 {
  padding-top: 430px !important;
  padding-bottom: 430px !important;
}

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

.mt-430 {
  margin-top: 430px !important;
}

.mb-430 {
  margin-bottom: 430px !important;
}

.ml-430 {
  margin-left: 430px !important;
}

.mr-430 {
  margin-right: 430px !important;
}

.mx-430 {
  margin-left: 430px !important;
  margin-right: 430px !important;
}

.my-430 {
  margin-top: 430px !important;
  margin-bottom: 430px !important;
}

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

.pt-440 {
  padding-top: 440px !important;
}

.pb-440 {
  padding-bottom: 440px !important;
}

.pl-440 {
  padding-left: 440px !important;
}

.pr-440 {
  padding-right: 440px !important;
}

.px-440 {
  padding-left: 440px !important;
  padding-right: 440px !important;
}

.py-440 {
  padding-top: 440px !important;
  padding-bottom: 440px !important;
}

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

.mt-440 {
  margin-top: 440px !important;
}

.mb-440 {
  margin-bottom: 440px !important;
}

.ml-440 {
  margin-left: 440px !important;
}

.mr-440 {
  margin-right: 440px !important;
}

.mx-440 {
  margin-left: 440px !important;
  margin-right: 440px !important;
}

.my-440 {
  margin-top: 440px !important;
  margin-bottom: 440px !important;
}

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

.pt-450 {
  padding-top: 450px !important;
}

.pb-450 {
  padding-bottom: 450px !important;
}

.pl-450 {
  padding-left: 450px !important;
}

.pr-450 {
  padding-right: 450px !important;
}

.px-450 {
  padding-left: 450px !important;
  padding-right: 450px !important;
}

.py-450 {
  padding-top: 450px !important;
  padding-bottom: 450px !important;
}

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

.mt-450 {
  margin-top: 450px !important;
}

.mb-450 {
  margin-bottom: 450px !important;
}

.ml-450 {
  margin-left: 450px !important;
}

.mr-450 {
  margin-right: 450px !important;
}

.mx-450 {
  margin-left: 450px !important;
  margin-right: 450px !important;
}

.my-450 {
  margin-top: 450px !important;
  margin-bottom: 450px !important;
}

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

.pt-460 {
  padding-top: 460px !important;
}

.pb-460 {
  padding-bottom: 460px !important;
}

.pl-460 {
  padding-left: 460px !important;
}

.pr-460 {
  padding-right: 460px !important;
}

.px-460 {
  padding-left: 460px !important;
  padding-right: 460px !important;
}

.py-460 {
  padding-top: 460px !important;
  padding-bottom: 460px !important;
}

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

.mt-460 {
  margin-top: 460px !important;
}

.mb-460 {
  margin-bottom: 460px !important;
}

.ml-460 {
  margin-left: 460px !important;
}

.mr-460 {
  margin-right: 460px !important;
}

.mx-460 {
  margin-left: 460px !important;
  margin-right: 460px !important;
}

.my-460 {
  margin-top: 460px !important;
  margin-bottom: 460px !important;
}

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

.pt-470 {
  padding-top: 470px !important;
}

.pb-470 {
  padding-bottom: 470px !important;
}

.pl-470 {
  padding-left: 470px !important;
}

.pr-470 {
  padding-right: 470px !important;
}

.px-470 {
  padding-left: 470px !important;
  padding-right: 470px !important;
}

.py-470 {
  padding-top: 470px !important;
  padding-bottom: 470px !important;
}

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

.mt-470 {
  margin-top: 470px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.ml-470 {
  margin-left: 470px !important;
}

.mr-470 {
  margin-right: 470px !important;
}

.mx-470 {
  margin-left: 470px !important;
  margin-right: 470px !important;
}

.my-470 {
  margin-top: 470px !important;
  margin-bottom: 470px !important;
}

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

.pt-480 {
  padding-top: 480px !important;
}

.pb-480 {
  padding-bottom: 480px !important;
}

.pl-480 {
  padding-left: 480px !important;
}

.pr-480 {
  padding-right: 480px !important;
}

.px-480 {
  padding-left: 480px !important;
  padding-right: 480px !important;
}

.py-480 {
  padding-top: 480px !important;
  padding-bottom: 480px !important;
}

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

.mt-480 {
  margin-top: 480px !important;
}

.mb-480 {
  margin-bottom: 480px !important;
}

.ml-480 {
  margin-left: 480px !important;
}

.mr-480 {
  margin-right: 480px !important;
}

.mx-480 {
  margin-left: 480px !important;
  margin-right: 480px !important;
}

.my-480 {
  margin-top: 480px !important;
  margin-bottom: 480px !important;
}

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

.pt-490 {
  padding-top: 490px !important;
}

.pb-490 {
  padding-bottom: 490px !important;
}

.pl-490 {
  padding-left: 490px !important;
}

.pr-490 {
  padding-right: 490px !important;
}

.px-490 {
  padding-left: 490px !important;
  padding-right: 490px !important;
}

.py-490 {
  padding-top: 490px !important;
  padding-bottom: 490px !important;
}

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

.mt-490 {
  margin-top: 490px !important;
}

.mb-490 {
  margin-bottom: 490px !important;
}

.ml-490 {
  margin-left: 490px !important;
}

.mr-490 {
  margin-right: 490px !important;
}

.mx-490 {
  margin-left: 490px !important;
  margin-right: 490px !important;
}

.my-490 {
  margin-top: 490px !important;
  margin-bottom: 490px !important;
}

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

.pt-500 {
  padding-top: 500px !important;
}

.pb-500 {
  padding-bottom: 500px !important;
}

.pl-500 {
  padding-left: 500px !important;
}

.pr-500 {
  padding-right: 500px !important;
}

.px-500 {
  padding-left: 500px !important;
  padding-right: 500px !important;
}

.py-500 {
  padding-top: 500px !important;
  padding-bottom: 500px !important;
}

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

.mt-500 {
  margin-top: 500px !important;
}

.mb-500 {
  margin-bottom: 500px !important;
}

.ml-500 {
  margin-left: 500px !important;
}

.mr-500 {
  margin-right: 500px !important;
}

.mx-500 {
  margin-left: 500px !important;
  margin-right: 500px !important;
}

.my-500 {
  margin-top: 500px !important;
  margin-bottom: 500px !important;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: opacity 0.3s;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .btn-pill {
    padding: 16px 32px;
    font-size: min(15px, 3.8461538462vw);
  }
}
.btn-pill:hover {
  opacity: 0.75;
}
.btn-pill--primary {
  background-color: #7D6E5A;
  color: #ffffff;
}
.btn-pill--primary:hover {
  color: #ffffff;
}
.btn-pill--outline {
  background-color: #ffffff;
  border: solid 1px #7D6E5A;
  color: #7D6E5A;
}
.btn-pill--outline:hover {
  color: #7D6E5A;
}

.btn {
  width: 223px;
  padding: 24px 0;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  box-sizing: border-box;
}
.btn-primary {
  background-color: #7D6E5A;
  border: solid 1px #7D6E5A;
  color: #ffffff;
}
.btn-secondary {
  background-color: #ffffff;
  border: solid 1px #7D6E5A;
  color: #7D6E5A;
}
.btn-contact {
  min-width: 280px;
}
.btn-download {
  min-width: 280px;
}
.btn-readmore {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2E2E2E;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
.btn-readmore:before {
  content: "";
  background-image: url("../img/ico_more.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 11px;
  height: 16px;
}
.btn-readmore {
  padding-left: 20px;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 22px;
  width: 14px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 22px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100vw;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #fff;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100vw;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 2px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 13px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    width: 6px;
    height: 6px;
    font-size: 10px;
    line-height: 6px;
  }
}
.slick-dots li button:before {
  text-align: center;
  color: #231815;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #212121;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.gas__header {
  background-color: #ffffff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 80px;
}
.gas__header .gas__inner {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .gas__header {
    position: sticky;
    height: 70px;
    background-color: #ffffff;
  }
  .gas__header .gas__inner {
    padding: 0;
    overflow: hidden;
    height: 100%;
  }
}
.gas__header--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0;
  height: 100%;
  gap: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .gas__header--inner {
    padding: 16px 0px 16px 20px;
    justify-content: flex-start;
  }
}
.gas__header--logo {
  width: 300px;
}
.gas__header--logo a {
  display: flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
.gas__header--logo img {
  width: 294px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gas__header--logo {
    width: 100%;
    z-index: 4;
  }
  .gas__header--logo a {
    justify-content: flex-start;
  }
  .gas__header--logo img {
    width: 220px;
  }
}
.gas__header--menu {
  display: none;
}
.gas__header--menuWrap:before {
  pointer-events: none;
  opacity: 0;
}
.gas__header--menuWrap h6 {
  display: none;
}
.gas__header--menuWrap .close {
  display: none;
}
@media screen and (max-width: 768px) {
  .gas__header--menu {
    display: block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: 72px;
    padding: 20px;
  }
  .gas__header--menuWrap {
    background-color: #F1F0EE;
    height: 100dvh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    z-index: 10;
    padding: 60px 24px;
    box-sizing: border-box;
    transform: translateX(101vw);
    pointer-events: none;
    transition: all 0.3s;
  }
  .gas__header--menuWrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 240px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
  }
  .gas__header--menuWrap.open {
    transform: translateX(0);
    pointer-events: all;
  }
  .gas__header--menuWrap.open:before {
    pointer-events: none;
    opacity: 1;
  }
  .gas__header--menuWrap h6 {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #7D6E5A;
    font-size: 24px;
    margin-bottom: 1em;
  }
  .gas__header--menuWrap .close {
    display: block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
  }
}
.gas__header--list {
  margin: 0;
  padding: 0px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .gas__header--list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .gas__header--listItem {
    display: block;
    width: 100%;
  }
  .gas__header--listItem:nth-last-child(2) a {
    border-bottom: none;
  }
  .gas__header--listItem:nth-last-child(1) a {
    border-bottom: none;
  }
}
.gas__header--listItem a {
  display: block;
  text-decoration: none;
  color: #2E2E2E;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .gas__header--listItem a {
    font-size: min(14px, 3.5897435897vw);
    text-align: left;
    color: #2E2E2E;
    font-weight: 500;
    border-bottom: solid 1px #E5E5E5;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gas__header--listItem a:after {
    content: "";
    display: block;
    width: 11px;
    height: 12px;
    background-image: url("../img/ico_more.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.gas__header--listItem--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .gas__header--listItem--sp {
    display: block;
  }
  .gas__header--listItem--sp a.btn {
    margin-top: 40px;
    color: #ffffff;
    text-align: center;
    justify-content: center;
  }
  .gas__header--listItem--sp a.btn:after {
    content: none;
  }
}
.gas__header--listItem--cta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gas__header--listItem--cta a.btn-pill {
  padding: 8px 20px;
  font-size: 14px;
}
.gas__header--listItem--cta a.btn-pill--primary {
  color: #ffffff;
}
.gas__header--listItem--cta a.btn-pill--primary:hover {
  color: #ffffff;
}
.gas__header--listItem--cta a.btn-pill--outline {
  color: #7D6E5A;
}
.gas__header--listItem--cta a.btn-pill--outline:hover {
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__header--listItem--cta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 24px;
  }
  .gas__header--listItem--cta a.btn-pill {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    border-bottom: none;
    padding: 8px 20px;
  }
  .gas__header--listItem--cta a.btn-pill:after {
    content: none;
  }
  .gas__header--listItem--cta a.btn-pill--outline {
    border-bottom: solid 1px #7D6E5A;
  }
}

body.gas__oldheader .gas__header {
  background-color: #333333;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  body.gas__oldheader .gas__header {
    background-color: #333333;
  }
}
@media screen and (min-width: 768px) {
  body.gas__oldheader .gas__header--list > .gas__header--listItem > a {
    color: #ffffff;
  }
}

.gas__nav {
  background-color: #ffffff;
  position: relative;
  border-bottom: solid 1px #E5E5E5;
}
.gas__nav:first-child {
  border-top: solid 1px #E5E5E5;
}
@media screen and (max-width: 768px) {
  .gas__nav {
    height: auto;
  }
}
.gas__nav--list {
  padding: 0 0px;
  line-height: 64px;
}
@media screen and (max-width: 768px) {
  .gas__nav--list {
    padding: 8px 0;
    margin: 0 -16px;
    line-height: 1.2;
  }
}
.gas__nav--listItem a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .gas__nav--listItem a {
    gap: 24px;
    padding: 32px 0;
  }
}
.gas__nav--listItem a time {
  color: #A9A59F;
}
@media screen and (max-width: 768px) {
  .gas__nav--listItem a time {
    width: 4.5em;
  }
}
.gas__nav--listItem a p {
  color: #2E2E2E;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .gas__nav--listItem a p {
    flex: 1;
    text-overflow: initial;
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 行数 */
    overflow: hidden;
  }
}
.gas__nav--header .gas__nav--listItem a {
  justify-content: center;
}

.gas__main {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  padding: 64px 0 56px;
}
@media screen and (max-width: 768px) {
  .gas__main {
    padding: 40px 0 0;
  }
}
.gas__main--inner {
  position: relative;
  z-index: 1;
}
.gas__main--heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gas__main--heading {
    margin-top: 24px;
  }
}
.gas__main--heading h2 {
  font-weight: 700;
  font-size: clamp(32px, 22.3703703704px + 2.4691358025vw, 52px);
  line-height: 1.35;
  letter-spacing: 0.06em;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__main--heading h2 {
    line-height: 1.5;
  }
}
.gas__main--accent {
  color: #7D6E5A;
}
.gas__main--boxed {
  display: inline-flex;
  border: solid 2px #7D6E5A;
  color: #7D6E5A;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  padding: 4px 12px;
  margin-right: 4px;
}
.gas__main--lead {
  margin-bottom: 32px;
}
.gas__main--lead p {
  font-weight: 500;
  font-size: clamp(15px, 14.5185185185px + 0.1234567901vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #2E2E2E;
}
.gas__main--stats {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__main--stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.gas__main--statsItem {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.gas__main--statsItem img {
  display: block;
  height: clamp(44px, 29.7777777778px + 1.8518518519vw, 52px);
  width: auto;
}
@media screen and (max-width: 768px) {
  .gas__main--statsItem img {
    height: auto;
    width: min(139px, 35.641025641vw);
  }
}
.gas__main--note {
  font-size: 10px;
  line-height: 1.6;
  color: #A9A59F;
}
.gas__main--deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: none;
  background-image: url("../img/top/mv_bg_sp.jpg?v=1");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .gas__main--deco {
    display: block;
  }
}
.gas__main--decoPc {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("../img/top/mv_bg.jpg?v=1");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .gas__main--decoPc {
    display: none;
  }
}

.gas__footer {
  margin-top: auto;
}
.gas__footer--layout-top {
  background-color: #ffffff;
  color: #2E2E2E;
  border-top: solid 1px #E5E5E5;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .gas__footer--layout-top {
    padding: 32px 0;
  }
}
.gas__footer--layout-bottom {
  background-color: #333333;
  color: #ffffff;
  padding: 8px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__footer--layout-bottom {
    padding: 8px 0;
  }
}
.gas__footer--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .gas__footer--inner {
    flex-direction: column;
    padding: 0px 0;
    gap: 16px;
  }
}
.gas__footer--logo {
  line-height: 1;
}
.gas__footer--logo a {
  display: flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
.gas__footer--logo img {
  width: 294px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gas__footer--logo img {
    width: 240px;
  }
}
.gas__footer--copyright p {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .gas__footer--copyright p {
    font-size: min(10px, 2.5641025641vw);
  }
}
.gas__footer--links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 24px;
}
@media screen and (max-width: 768px) {
  .gas__footer--links {
    gap: 12px 20px;
  }
}
.gas__footer--links a {
  display: inline-block;
  color: #2E2E2E;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .gas__footer--links a {
    font-size: min(12px, 3.0769230769vw);
  }
}
body.gas__oldheader .gas__footer--layout-top {
  background-color: #333333;
  color: #ffffff;
  border-top: none;
}
body.gas__oldheader .gas__footer--links a {
  color: #ffffff;
}
.gas__footer--banner {
  position: fixed;
  bottom: 0;
  right: 30px;
  max-width: 360px;
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .gas__footer--banner {
    max-width: calc(100% - 32px);
    right: 16px;
  }
}
.gas__footer--banner a {
  position: relative;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CC2936;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.gas__footer--banner a:before {
  position: absolute;
  z-index: 99;
  content: "";
  top: 10px;
  right: 10px;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  transform: translate(50%, -50%);
  background-color: #ffee00;
}
.gas__footer--banner a:after {
  position: absolute;
  z-index: 99;
  content: "無料";
  top: 10px;
  right: 10px;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}
.gas__footer--banner__thumb {
  width: 100px;
  height: auto;
  line-height: 0;
}
.gas__footer--banner__thumb img {
  width: 100%;
  height: auto;
}

.gas__contactCta {
  background-color: #ffffff;
}
.gas__contactCta.is-top {
  padding-top: 60px;
}
.gas__contactCta--inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__contactCta--inner {
    padding-bottom: 24px;
  }
}
.gas__contactCta--card {
  background-color: #F7F5F3;
  border-radius: 16px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__contactCta--card {
    padding: 32px 16px;
    gap: 24px;
  }
}
.gas__contactCta--title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__contactCta--title {
    font-size: min(20px, 5.1282051282vw);
  }
}
.gas__contactCta--buttons {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 496px;
}
@media screen and (max-width: 768px) {
  .gas__contactCta--buttons {
    flex-direction: column;
    gap: 16px;
  }
}
.gas__contactCta--buttons .btn-pill {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .gas__contactCta--buttons .btn-pill {
    width: 100%;
  }
}

.gas__pageHead {
  background-color: #F7F5F3;
  padding: 170px 0 40px;
}
@media screen and (max-width: 768px) {
  .gas__pageHead {
    padding: 80px 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .gas__pageHead.gas__noheader {
    padding-top: 80px;
  }
}
.gas__pageHead h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__pageHead h1 {
    font-size: min(32px, 8.2051282051vw);
  }
}
.gas__pageHead p {
  font-size: 18px;
  font-weight: 700;
  color: #2E2E2E;
  margin-top: 4px;
}

.gas__pageHead + .gas__archive,
.gas__pageHead + .gas__page {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .gas__pageHead + .gas__archive,
  .gas__pageHead + .gas__page {
    padding-top: 0px;
  }
}

.gas__profile {
  background-color: #ffffff;
  color: #2E2E2E;
  position: relative;
}
.gas__profile--inner {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__profile--inner {
    padding: 60px 0;
  }
}
.gas__profile--heading {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__profile--heading {
    margin-bottom: 24px;
  }
}
.gas__profile--heading h1,
.gas__profile--heading h3 {
  color: #7D6E5A;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gas__profile--heading h1,
  .gas__profile--heading h3 {
    font-size: min(14px, 3.5897435897vw);
    position: relative;
    z-index: 2;
  }
}
.gas__profile--heading p {
  color: #2E2E2E;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__profile--heading p {
    font-size: min(40px, 10.2564102564vw);
    white-space: nowrap;
    letter-spacing: 0;
    line-height: 1;
  }
}
.gas__profile--heading h3 {
  color: #2E2E2E;
}
.gas__profile--flex {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__profile--flex {
    flex-direction: column;
  }
}
.gas__profile--profile {
  width: calc(44% - 20px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .gas__profile--profile {
    width: 100%;
  }
}
.gas__profile--profile dl {
  border-bottom: solid 1px #E5E5E5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  padding: 20px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gas__profile--profile dl {
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
  }
}
.gas__profile--profile dl dt {
  width: 90px;
  padding: 0 30px;
  text-align: justify;
  display: block;
}
@media screen and (max-width: 768px) {
  .gas__profile--profile dl dt {
    text-align: left;
    font-size: min(16px, 4.1025641026vw);
    padding: 0;
    font-weight: 700;
  }
}
.gas__profile--profile dl dd {
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gas__profile--profile dl dd {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__profile--profile dl:first-child {
  padding-top: 0;
}
.gas__profile--map {
  width: calc(56% - 20px);
}
@media screen and (max-width: 768px) {
  .gas__profile--map {
    width: 100%;
  }
}
.gas__profile--map iframe {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .gas__profile--map iframe {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.gas__profile--message {
  margin-top: 80px;
  position: relative;
  padding: 32px;
}
.gas__profile--message p {
  text-align: center;
  font-size: 20px;
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .gas__profile--message p {
    line-height: 2.2;
    font-size: min(18px, 4.6153846154vw);
  }
  .gas__profile--message p br {
    display: none;
  }
}
.gas__profile--message::before, .gas__profile--message::after {
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
}
.gas__profile--message::before {
  border-left: solid 8px #CC2936;
  border-top: solid 8px #CC2936;
  top: 0;
  left: 0;
}
.gas__profile--message::after {
  border-right: solid 8px #CC2936;
  border-bottom: solid 8px #CC2936;
  bottom: 0;
  right: 0;
}

.gas__history {
  background-color: #F1F0EE;
  padding: 60px 0;
}
.gas__history--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__history--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__history--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__history--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__history--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__history--heading {
  margin-bottom: 24px;
}
.gas__history--content {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 60px 72px;
  margin: auto;
  max-width: 1106px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .gas__history--content {
    padding: 60px 16px;
  }
}
.gas__history--dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 30px;
  position: relative;
  margin: 0;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .gas__history--dl {
    gap: 10px;
  }
}
.gas__history--dl:before {
  content: "";
  background-color: #F2F2F2;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 13px;
  left: 4px;
}
.gas__history--dl:last-child:before {
  content: none;
}
.gas__history--dt {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  padding-left: 1em;
  position: relative;
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__history--dt {
    font-size: min(20px, 5.1282051282vw);
  }
}
.gas__history--dt:before {
  content: "";
  position: absolute;
  top: 0.64em;
  left: 0;
  background-color: #7D6E5A;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: block;
}
.gas__history--dd {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .gas__history--dd {
    font-size: min(14px, 3.5897435897vw);
    line-height: 1.4;
  }
}
.gas__history--dd span {
  display: block;
  margin: 0.5em 0;
}
.gas__history--dd span + span {
  margin-top: 0.7em;
}
@media screen and (max-width: 768px) {
  .gas__history--dd {
    font-size: min(14px, 3.5897435897vw);
  }
}

.gas__clients {
  background-color: #ffffff;
  padding: 60px 0;
}
.gas__clients--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__clients--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__clients--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__clients--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__clients--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__clients--heading {
  margin-bottom: 24px;
}
.gas__clients--content {
  margin: 0 auto;
}
.gas__clients--flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .gas__clients--flex {
    flex-direction: column;
    margin-top: 40px;
  }
}
.gas__clients--row {
  flex: 1;
}
.gas__clients--ul {
  padding-left: 2em;
}
.gas__clients--ul li {
  list-style: disc;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .gas__clients--ul li {
    font-size: min(16px, 4.1025641026vw);
  }
}

.gas__message {
  background-color: #ffffff;
  position: relative;
}
.gas__message--inner {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .gas__message--inner {
    padding: 40px 0;
  }
}
.gas__message--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__message--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__message--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__message--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__message--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__message--content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 40px;
  margin-top: 40px;
}
.gas__message--profile__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__message--profile__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.gas__message--profile__picture {
  width: 426px;
}
@media screen and (max-width: 768px) {
  .gas__message--profile__picture {
    width: 100%;
  }
}
.gas__message--profile__description {
  flex: 1;
  text-align: left;
}
.gas__message--profile__description h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  color: #7D6E5A;
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .gas__message--profile__description h4 {
    font-size: min(24px, 6.1538461538vw);
  }
}
.gas__message--profile__description p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .gas__message--profile__description p {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__message--profile__description h5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.gas__message--profile__description h5 small {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .gas__message--profile__description h5 small {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__message--profile__description h5 strong {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .gas__message--profile__description h5 strong {
    font-size: min(24px, 6.1538461538vw);
  }
}

.gas__philosophy {
  background-color: #F1F0EE;
  position: relative;
}
.gas__philosophy--inner {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .gas__philosophy--inner {
    padding: 40px 0;
  }
}
.gas__philosophy--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__philosophy--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__philosophy--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__philosophy--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__philosophy--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__philosophy--content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 40px;
}
.gas__philosophy--list {
  max-width: 1056px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  text-align: left;
  padding-left: 0px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .gas__philosophy--list {
    padding-left: 0;
    gap: 40px;
  }
}
.gas__philosophy--dl {
  position: relative;
  padding-left: 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gas__philosophy--dl {
    padding-left: 0;
    padding-top: 0px;
  }
}
.gas__philosophy--dt {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 10px;
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__philosophy--dt {
    font-size: min(24px, 6.1538461538vw);
    line-height: 1.3;
  }
}
.gas__philosophy--dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .gas__philosophy--dd {
    font-size: min(14px, 3.5897435897vw);
  }
}
.gas__philosophy--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .gas__philosophy--bottom {
    flex-direction: column;
    gap: 0;
    padding: 0 16px;
    margin-bottom: 0;
  }
}
.gas__philosophy--bottom p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
  color: #7D6E5A;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .gas__philosophy--bottom p {
    font-size: min(18px, 4.6153846154vw);
    text-align: left;
  }
}
.gas__philosophy--bottom img {
  display: block;
  width: 189px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gas__philosophy--bottom img {
    width: 50.4vw;
    margin: 0 0 0 auto;
  }
}

.gas__member {
  background-color: #ffffff;
  position: relative;
}
.gas__member--inner {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .gas__member--inner {
    padding: 40px 0;
  }
}
.gas__member--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__member--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__member--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__member--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__member--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .gas__member--content > p {
    font-size: min(14px, 3.5897435897vw);
  }
}
.gas__member--list {
  padding-top: 0px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .gas__member--list {
    padding-top: 0px;
  }
}
.gas__member--list .coaches {
  display: flex;
  gap: 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .gas__member--list .coaches {
    flex-direction: column;
    padding: 20px 0;
    margin: 0;
    gap: 10px;
  }
}
.gas__member--list .coaches__item {
  flex: 1;
  background-color: #ffffff;
  border-radius: 0;
  padding: 40px;
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .gas__member--list .coaches__item {
    padding: 20px 0px;
    flex-direction: column;
  }
}
.gas__member--list .coaches__image {
  width: 282px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .gas__member--list .coaches__image {
    width: 100%;
  }
}
.gas__member--list .coaches__detail {
  text-align: left;
  flex: 1;
}
.gas__member--list .coaches__detail label {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #7D6E5A;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .gas__member--list .coaches__detail label {
    font-size: min(16px, 4.1025641026vw);
    white-space: nowrap;
  }
  .gas__member--list .coaches__detail label.min {
    font-size: min(12px, 3.0769230769vw);
  }
}
.gas__member--list .coaches__detail h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__member--list .coaches__detail h5 {
    font-size: min(24px, 6.1538461538vw);
  }
}
.gas__member--list .coaches__detail h5 small {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  display: inline-block;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .gas__member--list .coaches__detail h5 small {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__member--list .coaches__detail p {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

.gas__instructor {
  background-color: #ffffff;
  position: relative;
}
.gas__instructor--inner {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__instructor--inner {
    padding: 60px 0;
  }
}
.gas__instructor--heading {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--heading {
    margin-bottom: 24px;
  }
}
.gas__instructor--heading h1,
.gas__instructor--heading h3 {
  color: #7D6E5A;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gas__instructor--heading h1,
  .gas__instructor--heading h3 {
    font-size: min(14px, 3.5897435897vw);
    position: relative;
    z-index: 2;
  }
}
.gas__instructor--heading p {
  color: #2E2E2E;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--heading p {
    font-size: min(40px, 10.2564102564vw);
    white-space: nowrap;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .gas__instructor--heading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .gas__instructor--heading h3 {
    line-height: 1;
    margin-bottom: 0.4em;
  }
}
.gas__instructor--content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 60px;
  border-radius: 10px;
  background-color: #fff;
  border: solid 1px #F1F0EE;
  box-shadow: 0 6px 17px rgba(141, 135, 125, 0.15);
}
.gas__instructor--profile {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #2E2E2E;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile {
    padding: 24px 16px;
  }
}
.gas__instructor--profile__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.gas__instructor--profile__name {
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__name {
    display: flex;
    flex-direction: column;
  }
}
.gas__instructor--profile__name label {
  background-color: #333333;
  color: #ffffff;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__name label {
    font-size: min(14px, 3.5897435897vw);
    margin-bottom: 16px;
  }
}
.gas__instructor--profile__name h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__name h5 {
    font-size: min(20px, 5.1282051282vw);
  }
}
.gas__instructor--profile__name p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__name p {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__instructor--profile__name .prof {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__name .prof {
    white-space: normal;
    font-size: min(12px, 3.0769230769vw);
    margin-bottom: 12px;
    order: 1;
  }
}
.gas__instructor--profile__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border-bottom: solid 1px #E5E5E5;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.gas__instructor--profile__heading p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__heading {
    gap: 20px;
    order: 2;
  }
}
.gas__instructor--profile__picture {
  width: 40%;
  line-height: 1;
  flex-basis: 40%;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__picture {
    order: 4;
    margin: 0 -16px;
  }
  .gas__instructor--profile__picture img {
    width: calc(100% + 32px);
  }
}
.gas__instructor--profile__description {
  margin-top: 30px;
  text-align: left;
}
.gas__instructor--profile__description p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__description {
    order: 3;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .gas__instructor--profile__description p {
    font-size: min(14px, 3.5897435897vw);
    line-height: 1.8;
  }
}
.gas__instructor--profile__history {
  text-align: left;
  margin-top: 40px;
  padding: 40px;
  background-color: #F1F0EE;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__history {
    gap: 16px;
    padding: 16px;
  }
}
.gas__instructor--profile__history h5 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__history h5 {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__instructor--profile__history h5:first-child {
  margin-top: 0;
}
.gas__instructor--profile__history ul {
  margin-left: 16px;
}
.gas__instructor--profile__history ul li {
  position: relative;
  margin: 8px 0;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile__history ul li {
    font-size: min(12px, 3.0769230769vw);
  }
}
.gas__instructor--profile__history ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 16px;
  background-color: #7D6E5A;
  display: block;
  position: absolute;
  left: -16px;
  top: 0.65em;
}
.gas__instructor--profile__history ul li a {
  color: #2E2E2E;
  text-decoration: underline;
}
.gas__instructor--profile-main {
  padding: 40px 82px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile-main {
    padding: 24px 16px;
  }
}
.gas__instructor--profile-main .gas__instructor--profile__picture {
  max-width: 40%;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile-main .gas__instructor--profile__picture {
    width: 100%;
    max-width: 100%;
  }
}
.gas__instructor--profile-main .gas__instructor--profile__name label {
  background-color: #CC2936;
}
.gas__instructor--profile-main {
  position: relative;
  overflow: hidden;
}
.gas__instructor--profile-main .circle {
  position: absolute;
  z-index: 1;
}
.gas__instructor--profile-main .circle.c1 {
  top: -140px;
  right: -100px;
  width: 322px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile-main .circle.c1 {
    top: -70px;
    right: -50px;
    width: 174px;
  }
}
.gas__instructor--profile-main .circle.c2 {
  bottom: -50px;
  left: -120px;
  width: 205px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile-main .circle.c2 {
    display: none;
  }
}
.gas__instructor--profile-partner {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile-partner {
    width: 100%;
  }
}
.gas__instructor--profile-partner .gas__instructor--profile__picture {
  max-width: 56%;
  width: 282px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile-partner .gas__instructor--profile__picture {
    width: 100%;
    max-width: 100%;
  }
}
.gas__instructor--profile-partner {
  position: relative;
  overflow: hidden;
}
.gas__instructor--profile-partner .circle {
  position: absolute;
  z-index: 1;
}
.gas__instructor--profile-partner .circle.c3 {
  bottom: -60px;
  right: -40px;
  width: 205px;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile-partner .circle.c3 {
    bottom: auto;
    top: -70px;
    right: -50px;
    width: 174px;
  }
}
.gas__instructor--profile-partner .circle.c4 {
  display: none;
}
@media screen and (max-width: 768px) {
  .gas__instructor--profile-partner .circle.c4 {
    display: block;
    bottom: auto;
    top: -70px;
    right: -50px;
    width: 174px;
  }
}

.gas__result {
  background-color: #F1F0EE;
  background: linear-gradient(to bottom, #F1F0EE 60%, #ffffff 40%);
}
.gas__result--inner {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .gas__result--inner {
    padding: 60px 0 0;
  }
}
.gas__result--flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .gas__result--flex {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.gas__result--heading h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gas__result--heading h4 {
    font-size: min(40px, 10.2564102564vw);
  }
}
.gas__result--heading p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .gas__result--heading p {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__result--message {
  flex: 1;
  position: relative;
}
.gas__result--message .logos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .gas__result--message .logos {
    gap: 16px;
  }
}
.gas__result--message .logos img {
  background-color: #ffffff;
  display: block;
  max-width: 260px;
  width: calc(33.333% - 16px);
  line-height: 1;
  box-shadow: 0 6px 17px rgba(141, 135, 125, 0.15);
}
@media screen and (max-width: 768px) {
  .gas__result--message .logos img {
    width: calc(50% - 12px);
  }
}
.gas__result--document {
  background-color: #7D6E5A;
  color: #ffffff;
  border-radius: 10px;
  padding: 60px 80px;
  max-width: 1120px;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .gas__result--document {
    flex-direction: column;
    padding: 32px;
    gap: 20px;
  }
}
.gas__result--document__thumb {
  flex: 1;
  line-height: 0;
}
.gas__result--document__thumb img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 8px;
}
.gas__result--document__text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .gas__result--document__text {
    text-align: center;
  }
}
.gas__result--document__text h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gas__result--document__text h5 {
    font-size: min(32px, 8.2051282051vw);
  }
}
.gas__result--document__text p {
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gas__result--document__text p {
    text-align: left;
    font-size: min(20px, 5.1282051282vw);
  }
}
.gas__result--document__text .btn {
  width: 280px;
}

.gas__voice {
  background-color: #ffffff;
  position: relative;
  padding: 60px 90px;
}
@media screen and (max-width: 768px) {
  .gas__voice {
    padding: 40px 16px;
  }
}
.gas__voice--inner {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__voice--inner {
    padding: 60px 0;
  }
}
.gas__voice--heading {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__voice--heading {
    margin-bottom: 24px;
  }
}
.gas__voice--heading h1,
.gas__voice--heading h3 {
  color: #7D6E5A;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gas__voice--heading h1,
  .gas__voice--heading h3 {
    font-size: min(14px, 3.5897435897vw);
    position: relative;
    z-index: 2;
  }
}
.gas__voice--heading p {
  color: #2E2E2E;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__voice--heading p {
    font-size: min(40px, 10.2564102564vw);
    white-space: nowrap;
    letter-spacing: 0;
    line-height: 1;
  }
}
.gas__voice--heading {
  margin-bottom: 16px;
}
.gas__voice--list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .gas__voice--list {
    margin-top: 40px;
  }
}
.gas__voice--listItem {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .gas__voice--listItem {
    width: 100%;
  }
}
.gas__voice--listItem__author {
  flex-shrink: 0;
  width: 70px;
  line-height: 0;
}
.gas__voice--listItem__author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gas__voice--listItem__detail {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 10px;
  border: solid 1px #CBC5BD;
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .gas__voice--listItem__detail {
    flex-direction: column;
    align-items: center;
  }
}
.gas__voice--listItem__detail p {
  flex: 1;
  min-width: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .gas__voice--listItem__detail p {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__voice--listItem__detail p strong {
  font-weight: 700;
  color: #7D6E5A;
}

.gas__serviceArchive {
  background-color: #ffffff;
}
.gas__serviceArchive--inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 90px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--inner {
    padding: 40px 16px;
  }
}
.gas__serviceArchive--lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--lead {
    font-size: min(16px, 4.1025641026vw);
    margin-bottom: 40px;
  }
}
.gas__serviceArchive--intro {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--intro {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 40px;
  }
}
.gas__serviceArchive--introHeading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__serviceArchive--introHeading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__serviceArchive--introHeading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__serviceArchive--introHeading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--introHeading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__serviceArchive--introHeading {
  flex-shrink: 0;
  width: 464px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--introHeading {
    width: 100%;
  }
}
.gas__serviceArchive--introHeading p.desc {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--introHeading p.desc {
    margin-top: 24px;
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceArchive--introBody {
  flex: 1;
  min-width: 0;
}
.gas__serviceArchive--introFoot {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--introFoot {
    font-size: min(18px, 4.6153846154vw);
  }
}
.gas__serviceArchive--diagramCard {
  background-color: #F7F5F3;
  border-radius: 16px;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--diagramCard {
    padding: 24px 16px;
    width: 100%;
    box-sizing: border-box;
  }
}
.gas__serviceArchive--diagramTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--diagramTitle {
    font-size: min(20px, 5.1282051282vw);
  }
}
.gas__serviceArchive--diagram {
  position: relative;
  width: 500px;
  max-width: 100%;
  aspect-ratio: 500/169;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--diagram {
    width: 100%;
    max-width: 326px;
  }
}
.gas__serviceArchive--diagramImg {
  position: absolute;
  inset: 0;
  width: calc(100% - 80px);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--diagramImg {
    width: 100%;
  }
}
.gas__serviceArchive--diagramLabel {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.gas__serviceArchive--diagramLabel .en {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.gas__serviceArchive--diagramLabel .en span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
}
.gas__serviceArchive--diagramLabel .ja {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--diagramLabel {
    gap: 8px;
  }
  .gas__serviceArchive--diagramLabel .en {
    font-size: 10px;
  }
  .gas__serviceArchive--diagramLabel .en span {
    font-size: 9px;
  }
  .gas__serviceArchive--diagramLabel .ja {
    font-size: 10px;
  }
}
.gas__serviceArchive--diagramLabel.is-being {
  top: 37.87%;
  right: 7.4%;
  bottom: 36.09%;
  left: 70.2%;
}
.gas__serviceArchive--diagramLabel.is-doing {
  top: 37.28%;
  right: 39.2%;
  bottom: 36.69%;
  left: 38.4%;
}
.gas__serviceArchive--diagramLabel.is-knowing {
  top: 37.28%;
  right: 71%;
  bottom: 36.69%;
  left: 6.6%;
}
.gas__serviceArchive--diagramFoot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.gas__serviceArchive--arrow {
  width: 88px;
  height: auto;
  transform: rotate(180deg);
}
.gas__serviceArchive--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__serviceArchive--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__serviceArchive--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__serviceArchive--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__serviceArchive--heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--heading {
    margin-bottom: 24px;
  }
}
.gas__serviceArchive--list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--list {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
.gas__serviceArchive--card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: #2E2E2E;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 6px 8.5px 0 rgba(141, 135, 125, 0.15);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.gas__serviceArchive--card:not(.is-disabled):hover {
  box-shadow: 0 6px 17px 0 rgba(141, 135, 125, 0.3);
  transform: translateY(-2px);
}
.gas__serviceArchive--card.is-disabled {
  cursor: default;
}
.gas__serviceArchive--cardHead {
  flex-shrink: 0;
  background-color: #7D6E5A;
  padding: 8px 24px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--cardHead {
    padding: 4px 24px;
    font-size: min(18px, 4.6153846154vw);
  }
}
.gas__serviceArchive--cardBody {
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--cardBody {
    padding: 16px;
  }
}
.gas__serviceArchive--cardInfo {
  position: relative;
}
.gas__serviceArchive--cardNum {
  position: absolute;
  right: 0;
  bottom: -26px;
  height: 105px;
  width: auto;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--cardNum {
    height: min(62px, 15.8974358974vw);
  }
}
.gas__serviceArchive--cardTitle {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--cardTitle {
    font-size: min(20px, 5.1282051282vw);
  }
}
.gas__serviceArchive--cardTagline {
  position: relative;
  min-height: 52px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--cardTagline {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceArchive--cardMeta {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gas__serviceArchive--cardMeta .row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gas__serviceArchive--cardMeta dt {
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 8px;
  border: solid 1px #7D6E5A;
  border-radius: 2px;
  color: #7D6E5A;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--cardMeta dt {
    font-size: min(14px, 3.5897435897vw);
  }
}
.gas__serviceArchive--cardMeta dd {
  color: #2E2E2E;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--cardMeta dd {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceArchive--cardTags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
  border-top: solid 1px #7D6E5A;
}
.gas__serviceArchive--cardTags span {
  font-size: 14px;
  color: #7D6E5A;
  background-color: #F7F5F3;
  border-radius: 4px;
  padding: 2px 8px;
}
@media screen and (max-width: 768px) {
  .gas__serviceArchive--cardTags span {
    font-size: min(14px, 3.5897435897vw);
  }
}

.gas__serviceDetail {
  background-color: #ffffff;
}
.gas__serviceDetail--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__serviceDetail--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__serviceDetail--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__serviceDetail--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__serviceDetail--heading {
  max-width: 1100px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--heading {
    margin-bottom: 24px;
  }
}
.gas__serviceDetail--heading.is-white .gas__serviceDetail--heading--label p {
  color: #ffffff;
}
.gas__serviceDetail--heading.is-white .gas__serviceDetail--heading--label span {
  background-color: #ffffff;
}
.gas__serviceDetail--heading.is-white h3 {
  color: #ffffff;
}
.gas__serviceDetail--mv {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 40px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--mv {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 80px 16px 32px;
  }
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--mv.gas__noheader {
    padding-top: 80px;
  }
}
.gas__serviceDetail--mvText {
  flex-shrink: 0;
  color: #7D6E5A;
}
.gas__serviceDetail--mvTitle {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--mvTitle {
    font-size: min(28px, 7.1794871795vw);
  }
}
.gas__serviceDetail--mvEn {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--mvEn {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--mvImage {
  flex: 1;
  min-width: 0;
  width: 100%;
  aspect-ratio: 612/366;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gas__serviceDetail--section {
  padding: 60px 90px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--section {
    padding: 40px 16px;
  }
}
.gas__serviceDetail--section.is-bg {
  background-color: #F7F5F3;
}
.gas__serviceDetail--section.is-brown {
  background-color: #7D6E5A;
}
.gas__serviceDetail--sectionInner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.gas__serviceDetail--lead {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 90px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--lead {
    padding: 40px 16px;
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--usecases {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--usecases {
    flex-direction: column;
    gap: 24px;
  }
}
.gas__serviceDetail--usecasesHead {
  flex-shrink: 0;
  width: 416px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--usecasesHead {
    width: 100%;
  }
}
.gas__serviceDetail--usecasesList {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.gas__serviceDetail--usecasesItem {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 8.5px rgba(141, 135, 125, 0.15);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--usecasesItem {
    padding: 16px;
    gap: 16px;
  }
}
.gas__serviceDetail--usecasesItem img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--usecasesItem img {
    width: 56px;
    height: 56px;
  }
}
.gas__serviceDetail--usecasesBody {
  flex: 1;
  min-width: 0;
}
.gas__serviceDetail--usecasesScene {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #7D6E5A;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--usecasesScene {
    font-size: min(14px, 3.5897435897vw);
    margin-bottom: 8px;
  }
}
.gas__serviceDetail--usecasesText {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--usecasesText {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--chalOut {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gas__serviceDetail--chalHead {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.gas__serviceDetail--chalHead .gas__serviceDetail--heading {
  flex: 1;
  min-width: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--chalHead {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--outcomeHeadPc {
    display: none;
  }
}
.gas__serviceDetail--outcomeHeadSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--outcomeHeadSp {
    display: block;
    text-align: left;
    margin: 0;
  }
}
.gas__serviceDetail--chalDividerSpacer {
  flex-shrink: 0;
  width: 22px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--chalDividerSpacer {
    display: none;
  }
}
.gas__serviceDetail--chalBody {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--chalBody {
    flex-direction: column;
    gap: 40px;
  }
}
.gas__serviceDetail--chalCol {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gas__serviceDetail--chalCard {
  background-color: #ffffff;
  border: solid 1px #CBC5BD;
  border-radius: 8px;
  padding: 30px 16px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--chalCard {
    padding: 16px;
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--chalDivider {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--chalDivider {
    width: 100%;
    height: 22px;
    transform: rotate(180deg);
  }
}
.gas__serviceDetail--chalDivider img {
  width: 46px;
  height: 22px;
}
.gas__serviceDetail--outList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  flex: 1;
}
.gas__serviceDetail--outItem {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gas__serviceDetail--outIcon {
  background-color: #ffffff;
  border: solid 1px rgba(125, 110, 90, 0.4);
  border-radius: 8px;
  width: 246px;
  max-width: 40%;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--outIcon {
    aspect-ratio: 120/74;
    padding: 0;
  }
}
.gas__serviceDetail--outIcon img {
  max-width: 80%;
  max-height: 100px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--outIcon img {
    max-width: 80%;
    max-height: 70px;
  }
}
.gas__serviceDetail--outText {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--outText {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--featuresText {
  max-width: 1100px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--featuresText {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--featuresBanner {
  max-width: 1100px;
  width: 100%;
  height: 256px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--featuresBanner {
    height: 200px;
  }
}
.gas__serviceDetail--program {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--program {
    flex-direction: column;
    align-items: stretch;
  }
}
.gas__serviceDetail--programText {
  flex: 1;
  min-width: 0;
}
.gas__serviceDetail--programLead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--programLead {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--programMeta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gas__serviceDetail--programMeta .row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gas__serviceDetail--programMeta dt {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 88px;
  background-color: #ffffff;
  border: solid 1px #7D6E5A;
  color: #7D6E5A;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 4px 10px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--programMeta dt {
    font-size: min(14px, 3.5897435897vw);
  }
}
.gas__serviceDetail--programMeta dd {
  margin: 0;
  font-size: 16px;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--programMeta dd {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--programDiagram {
  flex-shrink: 0;
  width: 499px;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #E5E5E5;
  border-radius: 6px;
  box-shadow: 0 6px 17px rgba(141, 135, 125, 0.15);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--programDiagram {
    width: 100%;
  }
}
.gas__serviceDetail--programDiagram img {
  width: 100%;
  height: auto;
  display: block;
}
.gas__serviceDetail--clients {
  background-color: #F7F5F3;
  box-shadow: 0 6px 17px rgba(141, 135, 125, 0.15);
}
.gas__serviceDetail--clientsLead {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--clientsLead {
    font-size: min(18px, 4.6153846154vw);
  }
}
.gas__serviceDetail--clientsLogos {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--clientsLogos {
    gap: 16px;
    margin-top: 24px;
  }
}
.gas__serviceDetail--clientsLogo {
  flex: 1;
  min-width: 140px;
  aspect-ratio: 160/90;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--clientsLogo {
    flex: none;
    width: calc(50% - 8px);
    min-width: 0;
    box-shadow: 0 6px 17px rgba(141, 135, 125, 0.15);
  }
}
.gas__serviceDetail--clientsLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gas__serviceDetail--voiceLead {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--voiceLead {
    font-size: min(18px, 4.6153846154vw);
  }
}
.gas__serviceDetail--resultInner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--resultInner {
    padding: 40px 16px;
  }
}
.gas__serviceDetail--resultLead {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  color: #7D6E5A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--resultLead {
    font-size: min(20px, 5.1282051282vw);
  }
}
.gas__serviceDetail--resultCard {
  width: 800px;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #7D6E5A;
  border-radius: 8px;
  box-shadow: 0 6px 8.5px rgba(141, 135, 125, 0.15);
  padding: 24px 60px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--resultCard {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
}
.gas__serviceDetail--resultThumb {
  flex-shrink: 0;
  width: 323px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--resultThumb {
    width: 100%;
    max-width: 240px;
  }
}
.gas__serviceDetail--resultThumb img {
  width: 100%;
  height: auto;
  display: block;
}
.gas__serviceDetail--resultBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.gas__serviceDetail--resultTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--resultTitle {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--resultTitle .line {
  flex-shrink: 0;
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
}
.gas__serviceDetail--resultTitle .line:first-child {
  transform: rotate(-20deg);
}
.gas__serviceDetail--resultTitle .line:last-child {
  transform: rotate(20deg);
}
.gas__serviceDetail--instructor {
  background-color: #F7F5F3;
}
.gas__serviceDetail--instructorInner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 90px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--instructorInner {
    padding: 32px 16px;
  }
}
.gas__serviceDetail--instructorList {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.gas__serviceDetail--instructorItem {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--instructorItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.gas__serviceDetail--instructorPhoto {
  flex-shrink: 0;
  width: 360px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--instructorPhoto {
    width: 100%;
  }
}
.gas__serviceDetail--instructorPhoto img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/263;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
.gas__serviceDetail--instructorBody {
  flex: 1;
  min-width: 0;
}
.gas__serviceDetail--instructorRole {
  font-size: 14px;
  line-height: 1.8;
  color: #2E2E2E;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--instructorRole {
    font-size: min(14px, 3.5897435897vw);
  }
}
.gas__serviceDetail--instructorName {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 16px;
}
.gas__serviceDetail--instructorName .ja {
  font-weight: 700;
  font-size: 20px;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--instructorName .ja {
    font-size: min(20px, 5.1282051282vw);
  }
}
.gas__serviceDetail--instructorName .en {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--instructorName .en {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--instructorBio {
  font-size: 14px;
  line-height: 1.8;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--instructorBio {
    font-size: min(14px, 3.5897435897vw);
  }
}
.gas__serviceDetail--featuresHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.gas__serviceDetail--featuresHead .gas__serviceDetail--heading {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--featuresHead {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--featuresHeadBtn {
    display: none;
  }
}
.gas__serviceDetail--featuresListBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--featuresListBtn {
    display: flex;
    margin: 24px auto 0;
  }
}
.gas__serviceDetail--quickFeatures {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--quickFeatures {
    flex-direction: column;
    gap: 24px;
  }
}
.gas__serviceDetail--quickFeaturesItem {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--quickFeaturesItem {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    text-align: left;
  }
}
.gas__serviceDetail--quickFeaturesIcon {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px rgba(125, 110, 90, 0.4);
  border-radius: 8px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--quickFeaturesIcon {
    flex-shrink: 0;
    width: 100px;
    height: 90px;
    padding: 0;
  }
}
.gas__serviceDetail--quickFeaturesIcon img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--quickFeaturesIcon img {
    width: 100%;
    height: 68%;
  }
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--quickFeaturesBody {
    flex: 1;
    min-width: 0;
  }
}
.gas__serviceDetail--quickFeaturesTitle {
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 17px;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--quickFeaturesTitle {
    font-size: min(17px, 4.358974359vw);
  }
}
.gas__serviceDetail--quickFeaturesDesc {
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.8;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--quickFeaturesDesc {
    font-size: min(15px, 3.8461538462vw);
  }
}
.gas__serviceDetail--faqList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.gas__serviceDetail--faqItem {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
}
.gas__serviceDetail--faqItemHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}
.gas__serviceDetail--faqItemQ {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.gas__serviceDetail--faqItemQ .mark {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #7D6E5A;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--faqItemQ .mark {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__serviceDetail--faqItemQ p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--faqItemQ p {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--faqItemIcon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}
.gas__serviceDetail--faqItemIcon img {
  width: 100%;
  height: 100%;
}
.gas__serviceDetail--faqItemBody {
  display: none;
  align-items: flex-start;
  gap: 16px;
  padding-top: 16px;
  padding-right: 24px;
}
.gas__serviceDetail--faqItemBody .mark {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #CBC5BD;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--faqItemBody .mark {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__serviceDetail--faqItemBody p {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__serviceDetail--faqItemBody p {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__serviceDetail--faqItem.is-open .gas__serviceDetail--faqItemIcon {
  transform: rotate(0deg);
}
.gas__serviceDetail--faqItem.is-open .gas__serviceDetail--faqItemBody {
  display: flex;
}

.gas__logos {
  background-color: #ffffff;
  position: relative;
}
.gas__logos--inner {
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .gas__logos--inner {
    margin-top: 0;
  }
}
.gas__logos--card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 17px rgba(141, 135, 125, 0.15);
  padding: 30px 0px;
}
@media screen and (max-width: 768px) {
  .gas__logos--card {
    padding: 16px 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.gas__logos--track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: logoScroll 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .gas__logos--track {
    animation: logoScroll 30s linear infinite;
  }
}
@keyframes logoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%); /* 5セット中1セット分ずらす */
  }
}
.gas__logos--content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0px 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gas__logos--content {
    gap: 16px;
    margin: 0px 0;
  }
}
.gas__logos--clients {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-right: 30px;
}
.gas__logos--clients p {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.04em;
  position: relative;
  border-right: solid 1px #E5E5E5;
  padding-right: 30px;
}
.gas__logos--clients picture {
  display: block;
  line-height: 1;
}
.gas__logos--clients picture img {
  height: auto;
  width: 120px;
}

.gas__feature {
  background-color: #F1F0EE;
  background-image: url("../img/bg_feature.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gas__feature {
    background-image: url("../img/bg_feature_sp.jpg");
    background-position: bottom center;
  }
}
.gas__feature--inner {
  padding: 106px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__feature--inner {
    padding: 40px 8px 308px;
    text-align: left;
  }
}
.gas__feature h2 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  line-height: 54px;
  color: #7D6E5A;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gas__feature h2 {
    text-align: left;
    font-size: min(24px, 6.1538461538vw);
    line-height: 1.6;
  }
}
.gas__feature p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .gas__feature p {
    text-align: left;
    font-size: min(16px, 4.1025641026vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.gas__partner {
  background-color: #F7F5F3;
  position: relative;
}
.gas__partner--inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__partner--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.gas__partner--flex {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .gas__partner--flex {
    flex-direction: column;
    gap: 24px;
  }
}
.gas__partner--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__partner--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__partner--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__partner--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__partner--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__partner--heading {
  flex-shrink: 0;
  width: 240px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .gas__partner--heading {
    width: 100%;
    margin-right: 0;
  }
}
.gas__partner--heading--humanlink {
  margin-top: 24px;
  display: block;
  background-color: #ffffff;
  padding: 8px 22px;
  box-sizing: border-box;
}
.gas__partner--heading--humanlink img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .gas__partner--heading--humanlink {
    display: none;
  }
}
.gas__partner--cards {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gas__partner--card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .gas__partner--card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gas__partner--card--humanlink {
  display: none;
}
@media screen and (max-width: 768px) {
  .gas__partner--card--humanlink {
    display: flex;
    padding: 16px;
  }
}
.gas__partner--logo {
  flex-shrink: 0;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gas__partner--logo {
    width: 100%;
  }
}
.gas__partner--logo img {
  width: 100%;
  height: auto;
  display: block;
}
.gas__partner--body {
  flex: 1;
  min-width: 0;
}
.gas__partner--tag {
  color: #CC2936;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.gas__partner--name {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__partner--name {
    font-size: min(18px, 4.6153846154vw);
  }
}
.gas__partner--desc {
  font-size: 16px;
  line-height: 1.8;
}
.gas__partner--more {
  display: inline-block;
  margin-top: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #7D6E5A;
  border-bottom: solid 1px #7D6E5A;
  text-decoration: none;
}

.gas__service {
  background-color: #ffffff;
}
.gas__service--inner {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .gas__service--inner {
    padding: 40px 0 0;
  }
}
.gas__service--flex {
  display: flex;
  gap: 60px;
  align-items: center;
  padding-left: max(20px, (100% - 1100px) / 2 + 20px);
}
@media screen and (max-width: 768px) {
  .gas__service--flex {
    flex-direction: column;
    gap: 40px;
    padding-left: 0;
  }
}
.gas__service--body {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .gas__service--body {
    padding: 0 16px 40px;
  }
}
@media screen and (max-width: 768px) {
  .gas__service--body .btn-pill {
    display: flex;
    margin: 0 auto;
  }
}
.gas__service--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__service--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__service--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__service--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__service--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__service--heading {
  margin-bottom: 24px;
}
.gas__service--lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.gas__service--list {
  margin-bottom: 32px;
}
.gas__service--list li {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 20px;
  border-bottom: solid 1px #E5E5E5;
}
.gas__service--list li:first-child {
  border-top: solid 1px #E5E5E5;
}
.gas__service--list li .num {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #7D6E5A;
}
.gas__service--list li .label {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.gas__service--photo {
  flex-shrink: 0;
  width: 45%;
  aspect-ratio: 673/692;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gas__service--photo {
    display: none;
  }
}
.gas__service--photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gas__features {
  background-color: #F7F5F3;
}
.gas__features--inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__features--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.gas__features--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__features--head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.gas__features--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__features--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__features--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__features--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__features--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__features--heading {
  margin-bottom: 0;
}
.gas__features--heading--label {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .gas__features--headBtn {
    display: none;
  }
}
.gas__features--listBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .gas__features--listBtn {
    display: flex;
    margin: 24px auto 0;
  }
}
.gas__features--list {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .gas__features--list {
    flex-direction: column;
    gap: 24px;
  }
}
.gas__features--item {
  flex: 1;
  min-width: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__features--item {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .gas__features--body {
    flex: 1;
    min-width: 0;
  }
}
.gas__features--icon {
  background-color: #ffffff;
  border: solid 1px rgba(125, 110, 90, 0.4);
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 120/110;
}
@media screen and (max-width: 768px) {
  .gas__features--icon {
    flex-shrink: 0;
    width: 100px;
    margin-bottom: 0;
  }
}
.gas__features--icon img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gas__features--icon img {
    max-width: 100%;
    max-height: 68px;
  }
}
.gas__features--title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 4px;
}
.gas__features--desc {
  font-size: 15px;
  line-height: 1.8;
}

.gas__project {
  background-color: #ffffff;
  position: relative;
}
.gas__project--inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__project--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.gas__project--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__project--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__project--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__project--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__project--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__project--content {
  margin-top: 60px;
  background-color: #ffffff;
  border: solid 2px #F1F0EE;
  box-shadow: 4px 4px 44px rgba(219, 219, 219, 0.25);
  padding: 40px 60px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .gas__project--content {
    margin-top: 40px;
    padding: 24px 16px;
  }
}
.gas__project--content__flex {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__project--content__flex {
    flex-direction: column;
    gap: 24px;
  }
}
.gas__project--content__detail {
  flex: 1;
  text-align: left;
}
.gas__project--content__detail h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #7D6E5A;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.gas__project--content__detail p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .gas__project--content__detail p {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__project--content__images {
  width: 552px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .gas__project--content__images {
    width: 100%;
    gap: 11px;
  }
}
.gas__project--content__images img:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.gas__project--content__images img:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.gas__project--content__images img:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2;
}

.gas__concept {
  background-color: #333333;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  color: #ffffff;
  position: relative;
}
.gas__concept--inner {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__concept--inner {
    padding: 40px 0;
  }
}
.gas__concept--heading {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__concept--heading {
    margin-bottom: 24px;
  }
}
.gas__concept--heading h1,
.gas__concept--heading h3 {
  color: #7D6E5A;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gas__concept--heading h1,
  .gas__concept--heading h3 {
    font-size: min(14px, 3.5897435897vw);
    position: relative;
    z-index: 2;
  }
}
.gas__concept--heading p {
  color: #2E2E2E;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__concept--heading p {
    font-size: min(40px, 10.2564102564vw);
    white-space: nowrap;
    letter-spacing: 0;
    line-height: 1;
  }
}
.gas__concept--heading {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .gas__concept--heading {
    text-align: center;
    margin-bottom: 40px;
  }
}
.gas__concept--heading p {
  color: #ffffff;
}
.gas__concept--heading h3 {
  color: #ffffff;
}
.gas__concept--leading {
  position: relative;
  text-align: left;
  padding: 32px 40px;
}
@media screen and (max-width: 768px) {
  .gas__concept--leading {
    text-align: center;
    margin-bottom: 40px;
    padding: 32px 0;
  }
}
.gas__concept--leading h4 {
  font-size: 28px;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .gas__concept--leading h4 {
    font-size: min(20px, 5.1282051282vw);
    padding: 0;
  }
}
.gas__concept--leading:before {
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
  border-left: solid 8px;
  border-top: solid 8px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .gas__concept--leading:before {
    width: 24px;
    height: 24px;
    border-left: solid 6px;
    border-top: solid 6px;
  }
}
.gas__concept--leading:after {
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
  border-right: solid 8px;
  border-bottom: solid 8px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .gas__concept--leading:after {
    width: 24px;
    height: 24px;
    border-right: solid 6px;
    border-bottom: solid 6px;
  }
}
.gas__concept--download {
  text-align: center;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .gas__concept--download {
    margin-top: 40px;
  }
}
.gas__concept--description p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  font-weight: 700;
}
.gas__concept--description p span {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .gas__concept--description p {
    font-size: min(16px, 4.1025641026vw);
  }
}
.gas__concept--grid {
  display: grid;
  grid-template-columns: 46% 54%;
  grid-template-rows: auto auto auto;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__concept--grid {
    margin-top: 40px;
    width: 100%;
    gap: 11px;
    display: block;
  }
}
.gas__concept--grid .title {
  grid-column: 1;
  grid-row: 1;
}
.gas__concept--grid .lead {
  grid-column: 1;
  grid-row: 2;
}
.gas__concept--grid .description {
  grid-column: 2;
  grid-row: 1/4;
  place-self: center;
}
.gas__concept--grid .download {
  grid-column: 1;
  grid-row: 3;
}

.gas__about {
  background-color: #F7F5F3;
}
.gas__about--inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__about--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.gas__about--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gas__about--head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.gas__about--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__about--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__about--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__about--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__about--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__about--heading {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .gas__about--headBtn {
    display: none;
  }
}
.gas__about--listBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .gas__about--listBtn {
    display: flex;
    margin: 40px auto 0;
  }
}
.gas__about--lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__about--lead {
    margin-bottom: 24px;
  }
}
.gas__about--photos {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .gas__about--photos {
    flex-wrap: wrap;
  }
}
.gas__about--photos img {
  flex: 1;
  min-width: 0;
  aspect-ratio: 234/317;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .gas__about--photos img {
    flex: 0 0 calc(50% - 4px);
  }
}

.gas__column {
  background-color: #ffffff;
}
.gas__column--inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__column--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.gas__column--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gas__column--head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.gas__column--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__column--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__column--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__column--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__column--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__column--heading {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .gas__column--headBtn {
    display: none;
  }
}
.gas__column--listBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .gas__column--listBtn {
    display: flex;
    margin: 24px auto 0;
  }
}
.gas__column--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .gas__column--list {
    grid-template-columns: 1fr;
  }
}
.gas__column--item {
  min-width: 0;
  display: block;
  text-decoration: none;
  color: #2E2E2E;
}
.gas__column--thumb {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 280/200;
  background-color: #E2DFDF;
}
.gas__column--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gas__column--meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.gas__column--cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: solid 1px #7D6E5A;
  border-radius: 4px;
  color: #7D6E5A;
  font-size: 14px;
  line-height: 1;
}
.gas__column--date {
  font-size: 16px;
  color: rgba(46, 46, 46, 0.6);
}
.gas__column--title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}

.gas__magicspell {
  background-color: #ffffff;
}
.gas__magicspell--inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__magicspell--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.gas__magicspell--flex {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .gas__magicspell--flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.gas__magicspell--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__magicspell--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__magicspell--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__magicspell--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__magicspell--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__magicspell--heading {
  flex-shrink: 0;
  margin-bottom: 0;
}
.gas__magicspell--q2 {
  flex-shrink: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 140px;
  line-height: 1;
  color: #7D6E5A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__magicspell--q2 {
    width: 100%;
    font-size: 96px;
  }
}
.gas__magicspell--text {
  flex: 1;
  min-width: 0;
}
.gas__magicspell--text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
.gas__magicspell--text p.highlight {
  font-weight: 700;
  color: #7D6E5A;
}

.gas__mission {
  position: relative;
  background-color: #F1F0EE;
}
.gas__mission--bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../img/top/bg_globe.jpg?v=1");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gas__mission--inner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .gas__mission--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.gas__mission--flex {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .gas__mission--flex {
    flex-direction: column;
    gap: 24px;
  }
}
.gas__mission--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__mission--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__mission--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__mission--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__mission--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__mission--heading {
  flex-shrink: 0;
  width: 420px;
  margin-bottom: 0;
}
.gas__mission--heading--label span {
  display: none;
}
@media screen and (max-width: 768px) {
  .gas__mission--heading--label span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .gas__mission--heading {
    width: 100%;
  }
}
.gas__mission--text {
  flex: 1;
  min-width: 0;
}
.gas__mission--text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-wrap: pretty;
}
.gas__mission--text p:last-child {
  margin-bottom: 0;
}

.gas__news {
  background-color: #ffffff;
}
.gas__news--inner {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__news--inner {
    padding: 40px 0;
  }
}
.gas__news--flexwrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .gas__news--flexwrap {
    flex-direction: column;
    gap: 24px;
  }
}
.gas__news--heading {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__news--heading {
    margin-bottom: 24px;
  }
}
.gas__news--heading h1,
.gas__news--heading h3 {
  color: #7D6E5A;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gas__news--heading h1,
  .gas__news--heading h3 {
    font-size: min(14px, 3.5897435897vw);
    position: relative;
    z-index: 2;
  }
}
.gas__news--heading p {
  color: #2E2E2E;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__news--heading p {
    font-size: min(40px, 10.2564102564vw);
    white-space: nowrap;
    letter-spacing: 0;
    line-height: 1;
  }
}
.gas__news--heading h3 {
  display: none;
}
.gas__news--heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gas__news--heading {
    margin-bottom: 0;
  }
}
.gas__news--leading {
  text-align: left;
}
.gas__news--leading p {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gas__news--leading p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .gas__news--leading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.gas__news--content {
  text-align: left;
  flex: 1;
  max-width: 100%;
}
.gas__news--button {
  margin-top: 0px;
}

.gas__featuresConcept {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.gas__featuresConcept--inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__featuresConcept--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.gas__featuresConcept--body {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .gas__featuresConcept--body {
    max-width: none;
  }
}
.gas__featuresConcept--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__featuresConcept--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__featuresConcept--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__featuresConcept--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__featuresConcept--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__featuresConcept--lead {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gas__featuresConcept--lead {
    font-size: min(22px, 5.641025641vw);
  }
}
.gas__featuresConcept--text {
  font-size: 15px;
  line-height: 1.8;
}
.gas__featuresConcept--text p + p {
  margin-top: 1em;
}
.gas__featuresConcept--illust {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .gas__featuresConcept--illust {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
}
.gas__featuresConcept--illust img {
  display: block;
  width: 100%;
  height: auto;
}

.gas__featuresList {
  background-color: #ffffff;
}
.gas__featuresList--inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__featuresList--inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.gas__featuresList--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__featuresList--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__featuresList--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__featuresList--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__featuresList--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__featuresList--heading {
  margin-bottom: 24px;
}
.gas__featuresList--heading--lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .gas__featuresList--heading--lead {
    font-size: min(24px, 6.1538461538vw);
  }
}
.gas__featuresList--list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .gas__featuresList--list {
    gap: 40px;
    padding: 40px 0;
  }
}

.gas__featureBlock--head {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--head {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.gas__featureBlock--num {
  flex-shrink: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--num {
    flex-direction: row;
    align-items: baseline;
  }
}
.gas__featureBlock--num__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 88px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--num__inner {
    flex-direction: row;
    align-items: baseline;
    min-height: 0;
  }
}
.gas__featureBlock--num .label {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1;
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--num .label {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.gas__featureBlock--num .num {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #7D6E5A;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--num .num {
    font-size: 40px;
  }
}
.gas__featureBlock--num .line {
  flex: 1;
  width: 1px;
  background-color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--num .line {
    display: none;
  }
}
.gas__featureBlock--headBody {
  flex: 1;
  min-width: 0;
}
.gas__featureBlock--title {
  min-height: 88px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 16px;
}
.gas__featureBlock--title .em {
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--title {
    display: block;
    min-height: 0;
    font-size: min(20px, 5.1282051282vw);
  }
}
.gas__featureBlock--desc {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.gas__featureBlock--content {
  background-color: #F7F5F3;
  border-radius: 8px;
  padding: 24px 40px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--content {
    padding: 16px;
  }
}
.gas__featureBlock--partner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--partner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gas__featureBlock--partner__logo {
  flex-shrink: 0;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--partner__logo {
    width: 130px;
    align-self: center;
  }
}
.gas__featureBlock--partner__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.gas__featureBlock--partner__body {
  flex: 1;
  min-width: 0;
}
.gas__featureBlock--partner__body h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--partner__body h4 {
    font-size: 17px;
  }
}
.gas__featureBlock--partner__body p {
  font-size: 15px;
  line-height: 1.7;
}
.gas__featureBlock--lecturersTitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
}
.gas__featureBlock--lecturers {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.gas__featureBlock--lecturer {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--lecturer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.gas__featureBlock--lecturer.is-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--lecturer.is-reverse {
    flex-direction: column;
  }
}
.gas__featureBlock--lecturer__photo {
  flex-shrink: 0;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--lecturer__photo {
    width: 100%;
  }
}
.gas__featureBlock--lecturer__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/263;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}
.gas__featureBlock--lecturer__body {
  flex: 1;
  min-width: 0;
}
.gas__featureBlock--lecturer__role {
  font-size: 14px;
  line-height: 1.8;
  color: #7D6E5A;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--lecturer__role {
    font-size: 11px;
    font-weight: 500;
  }
}
.gas__featureBlock--lecturer__name {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
}
.gas__featureBlock--lecturer__name .ja {
  font-weight: 700;
  font-size: 22px;
}
.gas__featureBlock--lecturer__name .en {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #2E2E2E;
}
.gas__featureBlock--lecturer__bio {
  font-size: 14px;
  line-height: 1.8;
}
.gas__featureBlock--diagramTitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
}
.gas__featureBlock--diagramFlex {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--diagramFlex {
    flex-direction: column;
    gap: 24px;
  }
}
.gas__featureBlock--diagramImg {
  flex-shrink: 0;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--diagramImg {
    width: 100%;
  }
}
.gas__featureBlock--diagramImg img {
  width: 100%;
  height: auto;
  display: block;
}
.gas__featureBlock--diagramText {
  flex: 1;
  min-width: 0;
}
.gas__featureBlock--diagramText h4 {
  font-weight: 700;
  font-size: min(18px, 4.6153846154vw);
  margin-bottom: 12px;
}
.gas__featureBlock--diagramText p {
  font-size: 15px;
  line-height: 1.7;
}
.gas__featureBlock--techoFlex {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--techoFlex {
    flex-direction: column;
    gap: 24px;
  }
}
.gas__featureBlock--techoText {
  flex: 1;
  min-width: 0;
}
.gas__featureBlock--techoText h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}
.gas__featureBlock--techoText p {
  font-size: 15px;
  line-height: 1.7;
}
.gas__featureBlock--techoImg {
  flex-shrink: 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--techoImg {
    width: 100%;
  }
}
.gas__featureBlock--techoImg img {
  width: 100%;
  height: auto;
  display: block;
}
.gas__featureBlock--coachFlex {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--coachFlex {
    flex-direction: column;
    gap: 16px;
  }
}
.gas__featureBlock--coachImg {
  flex-shrink: 0;
  width: 268px;
}
@media screen and (max-width: 768px) {
  .gas__featureBlock--coachImg {
    width: 100%;
  }
}
.gas__featureBlock--coachImg img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
.gas__featureBlock--coachText {
  flex: 1;
  min-width: 0;
}
.gas__featureBlock--coachText h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}
.gas__featureBlock--coachText p {
  font-size: 15px;
  line-height: 1.7;
}

.gas__featuresClients {
  background-color: #ffffff;
}
.gas__featuresClients--inner {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .gas__featuresClients--inner {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.gas__featuresClients--heading--label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.gas__featuresClients--heading--label p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7D6E5A;
}
.gas__featuresClients--heading--label span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7D6E5A;
}
.gas__featuresClients--heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__featuresClients--heading h3 {
    font-size: min(26px, 6.6666666667vw);
  }
}
.gas__featuresClients--heading {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__featuresClients--heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
  }
}
.gas__featuresClients--heading--lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .gas__featuresClients--heading--lead {
    font-size: min(24px, 6.1538461538vw);
  }
}
.gas__featuresClients--heading .lead {
  font-weight: 700;
  font-size: 28px;
}
.gas__featuresClients--heading .lead .em {
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__featuresClients--heading .lead {
    font-size: min(18px, 4.6153846154vw);
  }
}
.gas__featuresClients--logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .gas__featuresClients--logos {
    gap: 16px;
    justify-content: flex-start;
  }
}
.gas__featuresClients--logos img {
  display: block;
  height: 94px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .gas__featuresClients--logos img {
    height: auto;
    width: calc(50% - 8px);
    border-radius: 4px;
    box-shadow: 0 6px 17px rgba(141, 135, 125, 0.15);
  }
}

.gas__columnArchive {
  background-color: #ffffff;
}
.gas__columnArchive--inner {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .gas__columnArchive--inner {
    padding-top: 32px;
  }
}
.gas__columnArchive--list {
  border-top: solid 1px #E5E5E5;
}
.gas__columnArchive--item {
  display: flex;
  gap: 40px;
  padding: 30px 0;
  border-bottom: solid 1px #E5E5E5;
  text-decoration: none;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__columnArchive--item {
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
  }
}
.gas__columnArchive--thumb {
  flex-shrink: 0;
  width: 200px;
  aspect-ratio: 200/134;
  border-radius: 4px;
  overflow: hidden;
  background-color: #E2DFDF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A9A59F;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .gas__columnArchive--thumb {
    width: 100%;
    aspect-ratio: 335/200;
  }
}
.gas__columnArchive--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gas__columnArchive--body {
  flex: 1;
  min-width: 0;
}
.gas__columnArchive--meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.gas__columnArchive--date {
  font-size: 15px;
  color: rgba(46, 46, 46, 0.6);
}
.gas__columnArchive--cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: solid 1px #7D6E5A;
  border-radius: 4px;
  color: #7D6E5A;
  font-size: 13px;
  line-height: 1;
}
.gas__columnArchive--title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.gas__columnArchive--excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(46, 46, 46, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gas__columnArchive--foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 32px 0 60px;
}
@media screen and (max-width: 768px) {
  .gas__columnArchive--foot {
    flex-direction: column;
    justify-content: center;
    padding: 24px 0 40px;
    gap: 16px;
  }
}
.gas__columnArchive--count {
  font-size: 14px;
  color: #2E2E2E;
}
.gas__columnArchive--pagination {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gas__columnArchive--pagination .prev.page-numbers,
.gas__columnArchive--pagination .next.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #A9A59F;
}
.gas__columnArchive--pageNumbers {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gas__columnArchive--pageNumbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #757170;
  text-decoration: none;
}
.gas__columnArchive--pageNumbers .page-numbers.current {
  background-color: #F7F5F3;
  border: solid 1px #7D6E5A;
  color: #7D6E5A;
  font-weight: 700;
}
.gas__columnArchive--pageNumbers .page-numbers.dots {
  border: none;
}

.gas__columnSingle--inner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .gas__columnSingle--inner {
    padding: 40px 16px;
  }
}
.gas__columnSingle--card {
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .gas__columnSingle--card {
    padding: 40px 16px;
  }
}
.gas__columnSingle--head {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: solid 1px #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__columnSingle--head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.gas__columnSingle--thumb {
  flex-shrink: 0;
  width: 201px;
  aspect-ratio: 201/134;
  border-radius: 4px;
  overflow: hidden;
  background-color: #E2DFDF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A9A59F;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .gas__columnSingle--thumb {
    width: 100%;
  }
}
.gas__columnSingle--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gas__columnSingle--headBody {
  flex: 1;
  min-width: 0;
}
.gas__columnSingle--headBody time {
  display: block;
  font-size: 15px;
  color: rgba(46, 46, 46, 0.6);
  margin-bottom: 8px;
}
.gas__columnSingle--headBody h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .gas__columnSingle--headBody h1 {
    font-size: min(22px, 5.641025641vw);
  }
}
.gas__columnSingle--promo {
  display: block;
  margin: 60px 0;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.3s;
}
.gas__columnSingle--promo:hover {
  opacity: 0.75;
}
.gas__columnSingle--promo img {
  display: block;
  width: 100%;
  height: auto;
}
.gas__columnSingle--related {
  position: relative;
  margin: 60px 0 60px;
  padding-top: 12px;
}
.gas__columnSingle--related__label {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  padding: 0 8px 0 8px;
  line-height: 1.5;
}
.gas__columnSingle--related__label span {
  font-weight: 700;
  font-size: 16px;
  color: #7D6E5A;
  white-space: nowrap;
}
.gas__columnSingle--related__box {
  background-color: #ffffff;
  border: solid 1px #7D6E5A;
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gas__columnSingle--related__item {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .gas__columnSingle--related__item {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.gas__columnSingle--related__thumb {
  flex-shrink: 0;
  width: 240px;
  aspect-ratio: 3/2;
  border-radius: 8px;
  overflow: hidden;
  background-color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .gas__columnSingle--related__thumb {
    width: 100%;
  }
}
.gas__columnSingle--related__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gas__columnSingle--related__title {
  flex: 1;
  min-width: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #2E2E2E;
}
.gas__columnSingle--author {
  margin: 60px 0;
}
.gas__columnSingle--author__label {
  font-weight: 700;
  font-size: 14px;
  color: #7D6E5A;
  margin-bottom: 16px;
}
.gas__columnSingle--author__card {
  display: flex;
  gap: 24px;
  background-color: #F1F0EE;
  border-radius: 8px;
  padding: 24px 40px;
}
@media screen and (max-width: 768px) {
  .gas__columnSingle--author__card {
    flex-direction: column;
    align-items: center;
    padding: 16px;
  }
}
.gas__columnSingle--author__photo {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.gas__columnSingle--author__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gas__columnSingle--author__body {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .gas__columnSingle--author__body {
    align-self: stretch;
    text-align: left;
  }
}
.gas__columnSingle--author__role {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}
.gas__columnSingle--author__name {
  font-size: 16px;
  color: #333333;
  margin: 0 0 12px;
}
.gas__columnSingle--author__bio {
  font-size: 14px;
  line-height: 1.8;
}
.gas__columnSingle--author__bio p {
  font-size: 14px;
  margin: 0 0 1em;
}
.gas__columnSingle--author__bio p:last-child {
  margin-bottom: 0;
}

.gas__contact {
  background-color: #F1F0EE;
  background-image: url("../img/bg_contact.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.gas__contact--inner {
  padding: 80px 0;
  text-align: center;
  max-width: 972px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .gas__contact--inner {
    padding: 40px 0;
  }
}
.gas__contact--heading {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__contact--heading {
    margin-bottom: 24px;
  }
}
.gas__contact--heading h1,
.gas__contact--heading h3 {
  color: #7D6E5A;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gas__contact--heading h1,
  .gas__contact--heading h3 {
    font-size: min(14px, 3.5897435897vw);
    position: relative;
    z-index: 2;
  }
}
.gas__contact--heading p {
  color: #2E2E2E;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__contact--heading p {
    font-size: min(40px, 10.2564102564vw);
    white-space: nowrap;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .gas__contact--content p {
    text-align: left;
  }
}
.gas__contact--flex {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin: 42px auto;
}
@media screen and (max-width: 768px) {
  .gas__contact--flex {
    flex-direction: column;
    margin: 0;
  }
}
.gas__contact--buttons {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.gas__contact--form {
  max-width: 660px;
  margin: 0 auto 30px;
}
.gas__contact--form form {
  width: 100%;
  text-align: left;
}
.gas__contact--form dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
}
.gas__contact--form dl dt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.gas__contact--form dl dt .req {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  background-color: #CC2936;
  color: #ffffff;
  line-height: 1;
  border-radius: 3px;
  padding: 2px 4px;
}
.gas__contact--form dl dd {
  width: 100%;
  margin: 0;
  padding: 0;
}
.gas__contact--form dl dd textarea,
.gas__contact--form dl dd input[type=text],
.gas__contact--form dl dd input[type=email],
.gas__contact--form dl dd input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border: none;
  padding: 1em;
  border-radius: 2px;
}
.gas__contact--form dl dd textarea {
  min-height: 136px;
}
.gas__contact--form .flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  width: 100%;
}
.gas__contact--form .flex dl {
  flex: 1;
}
.gas__contact--form .btn,
.gas__contact--form input[type=submit].btn {
  display: block;
  border: none;
  outline: none;
  background-color: #7D6E5A;
  color: #ffffff;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
  font-weight: 700;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .gas__contact--form .btn,
  .gas__contact--form input[type=submit].btn {
    margin-top: 25px;
  }
}
.gas__contact--form .btn {
  text-decoration: none;
  min-width: 200px;
}
.gas__contact--form .wpcf7-spinner {
  display: none;
}

.gas__contents--heading {
  position: relative;
}
.gas__contents--heading picture {
  display: block;
  line-height: 0;
}
.gas__contents--heading__inner {
  position: absolute;
  bottom: 120px;
  left: 120px;
}
@media screen and (max-width: 768px) {
  .gas__contents--heading__inner {
    bottom: 40px;
    left: 16px;
  }
}
.gas__contents--heading__inner h1 {
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .gas__contents--heading__inner h1 {
    font-size: min(54px, 13.8461538462vw);
  }
}

.gas__archive,
.gas__page,
.gas__single {
  width: 100%;
  padding: 80px 16px 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gas__archive,
  .gas__page,
  .gas__single {
    padding: 0px 16px;
    margin: 40px 0;
    box-sizing: border-box;
  }
}
.gas__archive--section,
.gas__page--section,
.gas__single--section {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 60px;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .gas__archive--section,
  .gas__page--section,
  .gas__single--section {
    padding: 30px 16px;
  }
}

.gas__archive,
.gas__single {
  max-width: 900px;
  margin-bottom: 60px;
}
.gas__archive--section,
.gas__single--section {
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .gas__single {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .gas__single--section {
    border-radius: 0;
  }
}
.gas__single--heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 30px;
  border-bottom: solid 1px #7D6E5A;
  margin-bottom: 30px;
}
.gas__single--heading time {
  display: block;
  color: #A9A59F;
}
@media screen and (max-width: 768px) {
  .gas__single--heading time {
    font-size: min(14px, 3.5897435897vw);
  }
}
.gas__single--heading h1 {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .gas__single--heading h1 {
    font-size: min(24px, 6.1538461538vw);
  }
}

.gas__page--heading {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gas__page--heading {
    margin-bottom: 24px;
  }
}
.gas__page--heading h1,
.gas__page--heading h3 {
  color: #7D6E5A;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gas__page--heading h1,
  .gas__page--heading h3 {
    font-size: min(14px, 3.5897435897vw);
    position: relative;
    z-index: 2;
  }
}
.gas__page--heading p {
  color: #2E2E2E;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .gas__page--heading p {
    font-size: min(40px, 10.2564102564vw);
    white-space: nowrap;
    letter-spacing: 0;
    line-height: 1;
  }
}
.gas__page--heading {
  border: none;
}
.gas__page--heading p {
  color: #7D6E5A;
}
.gas__page--heading h1,
.gas__page--heading h3.heading {
  color: #2E2E2E;
}
.gas__page--heading--main {
  background-color: #333333;
  text-align: center;
  line-height: 1;
  position: relative;
}
.gas__page--heading--main h1 {
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .gas__page--heading--main h1 {
    font-size: min(40px, 10.2564102564vw);
    position: relative;
    z-index: 2;
  }
  .gas__page--heading--main h1.mini {
    font-size: min(20px, 5.1282051282vw);
    text-align: center;
  }
}
.gas__page--heading--main h1 .highlight-o {
  color: #CC2936;
}
.gas__page--heading--main p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gas__page--heading--main p {
    font-size: min(20px, 5.1282051282vw);
  }
}
.gas__page--heading--main {
  border: none;
  padding: 54px 0;
}
@media screen and (max-width: 768px) {
  .gas__page--heading--main {
    padding: 60px 0;
  }
}
.gas__page--list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gas__page--listItem {
  border-bottom: solid 1px #E5E5E5;
}
.gas__page--listItem a {
  display: block;
  width: 100%;
  color: #2E2E2E;
  text-decoration: none;
  padding: 16px 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .gas__page--listItem a {
    padding: 0 0 20px 0;
    font-size: min(16px, 4.1025641026vw);
    line-height: 1.6;
  }
}
.gas__page--listItemFlex {
  width: 100%;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .gas__page--listItemFlex {
    flex-direction: column;
    gap: 4px;
  }
}
.gas__page--listItem time {
  color: #A9A59F;
  width: 6em;
}
.gas__page--404 {
  padding: 20px 0;
}

.gas__noheader {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .gas__noheader {
    padding-top: 0px;
  }
}

.gas__breadcrumbs {
  width: 100%;
  margin: 0;
  padding: 60px 0 24px 0;
  background-color: #ffffff;
}
.gas__breadcrumbs:has(+ .gas__footer) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .gas__breadcrumbs {
    margin: 0;
    background-color: #ffffff;
  }
}
.gas__breadcrumbs--inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .gas__breadcrumbs--inner {
    padding: 24px 16px;
  }
}
.gas__breadcrumbs ol {
  display: flex;
  overflow: hidden;
  overflow-x: scroll; /* 横スクロールを有効化 */
  -ms-overflow-style: none; /* IE・Edge対応 */
  scrollbar-width: none; /* Firefox対応 */
}
.gas__breadcrumbs ol::-webkit-scrollbar {
  display: none; /* Chrome・Safari対応 */
}
.gas__breadcrumbs ol li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 0 14px 0 8px;
  white-space: nowrap;
  color: #7D6E5A;
}
.gas__breadcrumbs ol li:after {
  content: "";
  background-image: url("../img/ico_arrow-left2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gas__breadcrumbs ol li a {
  color: #2E2E2E;
  text-decoration: none;
  font-weight: 400;
}
.gas__breadcrumbs ol li a:hover {
  text-decoration: underline;
}
.gas__breadcrumbs ol li:last-child:after {
  content: none;
}

.gas__navigation {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gas__navigation {
    display: none;
  }
}

.gas__wysiwyg img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.gas__wysiwyg h1,
.gas__wysiwyg h2,
.gas__wysiwyg h3,
.gas__wysiwyg h4,
.gas__wysiwyg h5,
.gas__wysiwyg h6,
.gas__wysiwyg p,
.gas__wysiwyg ul,
.gas__wysiwyg ol,
.gas__wysiwyg pre {
  margin-bottom: 30px;
  color: #2E2E2E;
}
.gas__wysiwyg figure.wp-block-image {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.gas__wysiwyg figure.wp-block-image img {
  border-radius: 20px;
}
.gas__wysiwyg h2 {
  position: relative;
  padding-left: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #7D6E5A;
}
@media screen and (max-width: 768px) {
  .gas__wysiwyg h2 {
    font-size: min(20px, 5.1282051282vw);
  }
}
.gas__wysiwyg h2:before {
  content: "";
  width: 5px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  background-color: #7D6E5A;
}
.gas__wysiwyg h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #7D6E5A;
  border-bottom: solid 1px #E5E5E5;
  padding-bottom: 10px;
}
.gas__wysiwyg h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #7D6E5A;
}
.gas__wysiwyg pre {
  display: block;
  background-color: #F1F0EE;
  border-radius: 6px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.6;
}
.gas__wysiwyg blockquote {
  background-color: #F1F0EE;
  border-radius: 8px;
  padding: 20px;
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.8;
}
.gas__wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
.gas__wysiwyg strong {
  font-weight: 700;
  color: #7D6E5A;
}
.gas__wysiwyg a {
  color: #7D6E5A;
  text-decoration: underline;
}

.gas__page--download .gas__page--section,
.gas__page--thanks .gas__page--section,
.gas__page--contact .gas__page--section {
  background-color: transparent;
  padding: 0;
}
.gas__page--download .gas__wysiwyg a,
.gas__page--thanks .gas__wysiwyg a,
.gas__page--contact .gas__wysiwyg a {
  color: #7D6E5A;
}
.gas__page--download .gas__wysiwyg dt p,
.gas__page--thanks .gas__wysiwyg dt p,
.gas__page--contact .gas__wysiwyg dt p {
  margin-bottom: 4px;
}
.gas__page--download .gas__wysiwyg .wp-block-columns,
.gas__page--thanks .gas__wysiwyg .wp-block-columns,
.gas__page--contact .gas__wysiwyg .wp-block-columns {
  align-items: flex-start;
}
.gas__page--download .wpcf7-list-item,
.gas__page--thanks .wpcf7-list-item,
.gas__page--contact .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.gas__page--download .wpcf7-list-item label,
.gas__page--thanks .wpcf7-list-item label,
.gas__page--contact .wpcf7-list-item label {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .gas__page--download .download-right,
  .gas__page--thanks .download-right,
  .gas__page--contact .download-right {
    order: 2;
  }
  .gas__page--download .download-left,
  .gas__page--thanks .download-left,
  .gas__page--contact .download-left {
    order: 1;
  }
}

.gas__parent--contact .gas__page--section {
  background-color: #ffffff !important;
  padding: 60px 60px 30px;
}
@media screen and (max-width: 768px) {
  .gas__parent--contact .gas__page--section {
    padding: 24px 24px 16px;
  }
}
.gas__page--download .gas__page--section {
  max-width: 1100px;
  padding: 0;
}
.gas__page--download .wp-block-columns {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .gas__page--download .wp-block-columns {
    gap: 20px;
  }
}
.gas__page--download .download-left .wp-block-image {
  background-color: #ffffff;
  padding: 40px 24px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .gas__page--download .download-left .wp-block-image {
    padding: 32px 16px;
  }
}
.gas__page--download .download-left .wp-block-image .wp-element-caption {
  text-align: left;
  margin-bottom: 0;
}

.gas__page--thanks .gas__wysiwyg figure.wp-block-image {
  margin: 0;
}
.gas__page--thanks .download-block {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 218px;
  max-width: 100%;
  box-sizing: border-box;
  margin: auto;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gas__page--thanks .download-block {
    padding: 32px 16px;
  }
}
.gas__page--thanks .download-block__left {
  line-height: 0;
}
.gas__page--thanks .download-block__right a {
  color: #ffffff;
  background-color: #333333;
  border-radius: 8px;
  padding: 16px 60px;
  line-height: 1;
  text-decoration: none;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .gas__page--thanks .download-block__right a {
    margin: 12px 0;
    text-align: center;
    font-size: 16px;
    display: block;
    padding: 16px;
  }
  .gas__page--thanks .download-block__right a:after {
    content: none;
  }
}/*# sourceMappingURL=app.css.map */