@charset "UTF-8";
/*====================================================================
base / font
====================================================================*/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-bold {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*====================================================================
Reset
====================================================================*/
html {
  color: #333;
  background: #fff;
}

html, body, div, figure, section, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 17px;
  font-family: "UD Shin Go Regular", "BIZ UDPGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 120%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  font-size: 10px;
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #333;
}

ol, ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 100%;
  box-sizing: border-box;
}

img {
  height: auto;
  vertical-align: bottom;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
* {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #4E5458;
  font-size: 17px;
  letter-spacing: 0.03em;
  transition: 0.6s;
}
body.js-noScroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

/*-----------------------------------------------
PC/SP 出し分け
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
マージン
------------------------------------------------*/
@media screen and (min-width: 769px) {
  .u-mt0 {
    margin-top: 0;
  }
  .u-mt5 {
    margin-top: 0.5rem;
  }
  .u-mt10 {
    margin-top: 1rem;
  }
  .u-mt15 {
    margin-top: 1.5rem;
  }
  .u-mt20 {
    margin-top: 2rem;
  }
  .u-mt25 {
    margin-top: 2.5rem;
  }
  .u-mt30 {
    margin-top: 3rem;
  }
  .u-mt35 {
    margin-top: 3.5rem;
  }
  .u-mt40 {
    margin-top: 4rem;
  }
  .u-mt45 {
    margin-top: 4.5rem;
  }
  .u-mt50 {
    margin-top: 5rem;
  }
  .u-mt55 {
    margin-top: 5.5rem;
  }
  .u-mt60 {
    margin-top: 6rem;
  }
  .u-mt65 {
    margin-top: 6.5rem;
  }
  .u-mt70 {
    margin-top: 7rem;
  }
  .u-mt75 {
    margin-top: 7.5rem;
  }
  .u-mt80 {
    margin-top: 8rem;
  }
  .u-mt85 {
    margin-top: 8.5rem;
  }
  .u-mt90 {
    margin-top: 9rem;
  }
  .u-mt95 {
    margin-top: 9.5rem;
  }
  .u-mt100 {
    margin-top: 10rem;
  }
  .u-mt105 {
    margin-top: 10.5rem;
  }
  .u-mt110 {
    margin-top: 11rem;
  }
  .u-mt115 {
    margin-top: 11.5rem;
  }
  .u-mt120 {
    margin-top: 12rem;
  }
  .u-mt125 {
    margin-top: 12.5rem;
  }
  .u-mt130 {
    margin-top: 13rem;
  }
  .u-mt135 {
    margin-top: 13.5rem;
  }
  .u-mt140 {
    margin-top: 14rem;
  }
  .u-mt145 {
    margin-top: 14.5rem;
  }
  .u-mt150 {
    margin-top: 15rem;
  }
  .u-mt155 {
    margin-top: 15.5rem;
  }
  .u-mt160 {
    margin-top: 16rem;
  }
  .u-mt165 {
    margin-top: 16.5rem;
  }
  .u-mt170 {
    margin-top: 17rem;
  }
  .u-mt175 {
    margin-top: 17.5rem;
  }
  .u-mt180 {
    margin-top: 18rem;
  }
  .u-mt185 {
    margin-top: 18.5rem;
  }
  .u-mt190 {
    margin-top: 19rem;
  }
  .u-mt195 {
    margin-top: 19.5rem;
  }
  .u-mt200 {
    margin-top: 20rem;
  }
  .u-mtm5 {
    margin-top: -0.5rem;
  }
  .u-mtm10 {
    margin-top: -1rem;
  }
  .u-mtm15 {
    margin-top: -1.5rem;
  }
  .u-mtm20 {
    margin-top: -2rem;
  }
  .u-mtm25 {
    margin-top: -2.5rem;
  }
  .u-mtm30 {
    margin-top: -3rem;
  }
  .u-mtm35 {
    margin-top: -3.5rem;
  }
  .u-mtm40 {
    margin-top: -4rem;
  }
  .u-mtm45 {
    margin-top: -4.5rem;
  }
  .u-mtm50 {
    margin-top: -5rem;
  }
  .u-pb0 {
    padding-bottom: 0;
  }
  .u-pb5 {
    padding-bottom: 0.5rem;
  }
  .u-pb10 {
    padding-bottom: 1rem;
  }
  .u-pb15 {
    padding-bottom: 1.5rem;
  }
  .u-pb20 {
    padding-bottom: 2rem;
  }
  .u-pb25 {
    padding-bottom: 2.5rem;
  }
  .u-pb30 {
    padding-bottom: 3rem;
  }
  .u-pb35 {
    padding-bottom: 3.5rem;
  }
  .u-pb40 {
    padding-bottom: 4rem;
  }
  .u-pb45 {
    padding-bottom: 4.5rem;
  }
  .u-pb50 {
    padding-bottom: 5rem;
  }
  .u-pb55 {
    padding-bottom: 5.5rem;
  }
  .u-pb60 {
    padding-bottom: 6rem;
  }
  .u-pb65 {
    padding-bottom: 6.5rem;
  }
  .u-pb70 {
    padding-bottom: 7rem;
  }
  .u-pb75 {
    padding-bottom: 7.5rem;
  }
  .u-pb80 {
    padding-bottom: 8rem;
  }
  .u-pb85 {
    padding-bottom: 8.5rem;
  }
  .u-pb90 {
    padding-bottom: 9rem;
  }
  .u-pb95 {
    padding-bottom: 9.5rem;
  }
  .u-pb100 {
    padding-bottom: 10rem;
  }
  .u-pb105 {
    padding-bottom: 10.5rem;
  }
  .u-pb110 {
    padding-bottom: 11rem;
  }
  .u-pb115 {
    padding-bottom: 11.5rem;
  }
  .u-pb120 {
    padding-bottom: 12rem;
  }
  .u-pb125 {
    padding-bottom: 12.5rem;
  }
  .u-pb130 {
    padding-bottom: 13rem;
  }
  .u-pb135 {
    padding-bottom: 13.5rem;
  }
  .u-pb140 {
    padding-bottom: 14rem;
  }
  .u-pb145 {
    padding-bottom: 14.5rem;
  }
  .u-pb150 {
    padding-bottom: 15rem;
  }
  .u-pb155 {
    padding-bottom: 15.5rem;
  }
  .u-pb160 {
    padding-bottom: 16rem;
  }
  .u-pb165 {
    padding-bottom: 16.5rem;
  }
  .u-pb170 {
    padding-bottom: 17rem;
  }
  .u-pb175 {
    padding-bottom: 17.5rem;
  }
  .u-pb180 {
    padding-bottom: 18rem;
  }
  .u-pb185 {
    padding-bottom: 18.5rem;
  }
  .u-pb190 {
    padding-bottom: 19rem;
  }
  .u-pb195 {
    padding-bottom: 19.5rem;
  }
  .u-pb200 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .u-mt0-sp {
    margin-top: 0 !important;
  }
  .u-mt5-sp {
    margin-top: 0.5rem !important;
  }
  .u-mt10-sp {
    margin-top: 1rem !important;
  }
  .u-mt15-sp {
    margin-top: 1.5rem !important;
  }
  .u-mt20-sp {
    margin-top: 2rem !important;
  }
  .u-mt25-sp {
    margin-top: 2.5rem !important;
  }
  .u-mt30-sp {
    margin-top: 3rem !important;
  }
  .u-mt35-sp {
    margin-top: 3.5rem !important;
  }
  .u-mt40-sp {
    margin-top: 4rem !important;
  }
  .u-mt45-sp {
    margin-top: 4.5rem !important;
  }
  .u-mt50-sp {
    margin-top: 5rem !important;
  }
  .u-mt55-sp {
    margin-top: 5.5rem !important;
  }
  .u-mt60-sp {
    margin-top: 6rem !important;
  }
  .u-mt65-sp {
    margin-top: 6.5rem !important;
  }
  .u-mt70-sp {
    margin-top: 7rem !important;
  }
  .u-mt75-sp {
    margin-top: 7.5rem !important;
  }
  .u-mt80-sp {
    margin-top: 8rem !important;
  }
  .u-mt85-sp {
    margin-top: 8.5rem !important;
  }
  .u-mt90-sp {
    margin-top: 9rem !important;
  }
  .u-mt95-sp {
    margin-top: 9.5rem !important;
  }
  .u-mt100-sp {
    margin-top: 10rem !important;
  }
  .u-mtm5-sp {
    margin-top: -0.5rem !important;
  }
  .u-mtm10-sp {
    margin-top: -1rem !important;
  }
  .u-mtm15-sp {
    margin-top: -1.5rem !important;
  }
  .u-mtm20-sp {
    margin-top: -2rem !important;
  }
  .u-mtm25-sp {
    margin-top: -2.5rem !important;
  }
  .u-mtm30-sp {
    margin-top: -3rem !important;
  }
  .u-mtm35-sp {
    margin-top: -3.5rem !important;
  }
  .u-mtm40-sp {
    margin-top: -4rem !important;
  }
  .u-mtm45-sp {
    margin-top: -4.5rem !important;
  }
  .u-mtm50-sp {
    margin-top: -5rem !important;
  }
  .u-pb0-sp {
    padding-bottom: 0;
  }
  .u-pb5-sp {
    padding-bottom: 0.5rem !important;
  }
  .u-pb10-sp {
    padding-bottom: 1rem !important;
  }
  .u-pb15-sp {
    padding-bottom: 1.5rem !important;
  }
  .u-pb20-sp {
    padding-bottom: 2rem !important;
  }
  .u-pb25-sp {
    padding-bottom: 2.5rem !important;
  }
  .u-pb30-sp {
    padding-bottom: 3rem !important;
  }
  .u-pb35-sp {
    padding-bottom: 3.5rem !important;
  }
  .u-pb40-sp {
    padding-bottom: 4rem !important;
  }
  .u-pb45-sp {
    padding-bottom: 4.5rem !important;
  }
  .u-pb50-sp {
    padding-bottom: 5rem !important;
  }
  .u-pb55-sp {
    padding-bottom: 5.5rem !important;
  }
  .u-pb60-sp {
    padding-bottom: 6rem !important;
  }
  .u-pb65-sp {
    padding-bottom: 6.5rem !important;
  }
  .u-pb70-sp {
    padding-bottom: 7rem !important;
  }
  .u-pb75-sp {
    padding-bottom: 7.5rem !important;
  }
  .u-pb80-sp {
    padding-bottom: 8rem !important;
  }
  .u-pb85-sp {
    padding-bottom: 8.5rem !important;
  }
  .u-pb90-sp {
    padding-bottom: 9rem !important;
  }
  .u-pb95-sp {
    padding-bottom: 9.5rem !important;
  }
  .u-pb100-sp {
    padding-bottom: 10rem !important;
  }
}
.u-lt1em {
  letter-spacing: 1em;
}

/*-----------------------------------------------
サイトコンテンツ
------------------------------------------------*/
/*-----------------------------------------------
文字フェードイン（CSSアニメーション）
------------------------------------------------*/
@keyframes mask_fadeIn {
  0% {
    /* x方向の倍率を0に */
    transform: scaleX(0);
    /* 変換の原点を(0, 0)に指定 */
    transform-origin: 0 0;
  }
  45% {
    /* x方向の倍率を初期値(1倍)に */
    transform: none;
    transform-origin: 0 0;
  }
  50% {
    transform: none;
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.section__head {
  position: relative;
  font-size: 60px;
  letter-spacing: 0.17em;
  margin: 0 0 45px 10px;
  padding: 15px 15px 20px;
  width: -webkit-max-content;
  width: max-content;
  text-align: center;
}
.section__head:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #a6a9ab;
  bottom: 0;
  left: 0;
}
.section__head:after {
  content: "";
  position: absolute;
  width: 146px;
  height: 10px;
  background-color: #68ffff;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .section__head {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section__head {
    font-size: 6.5104166667vw;
  }
}
.section__head.head--w-max {
  width: 100%;
  margin-left: 0;
}
.section__head.head--ta-left {
  text-align: left;
}
.section__head.head--ls-narrow {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .section__head.head--font-small-sp {
    font-size: 4.1666666667vw;
  }
}
.section__head__co {
  margin-left: 10px;
  font-size: 40px;
  font-style: italic;
  color: #68ffff;
}
@media screen and (max-width: 1200px) {
  .section__head__co {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section__head__co {
    font-size: 4.5572916667vw;
  }
}
.section__head--2row {
  margin: 0 auto 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.section__head--2row__row {
  display: inline-block;
  font-size: inherit;
  letter-spacing: inherit;
  position: relative;
}
.section__head--2row__row:nth-of-type(1) {
  padding: 0 10px 20px;
}
.section__head--2row__row:nth-of-type(1):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #a6a9ab;
  bottom: 0;
  left: 0;
}
.section__head--2row__row:nth-of-type(1):after {
  content: "";
  position: absolute;
  width: 146px;
  height: 10px;
  background-color: #68ffff;
  bottom: 0;
  right: 0;
}
.section__head--2row__row:nth-of-type(2) {
  padding: 20px 10px 0;
}
.section__head--2row::before, .section__head--2row:after {
  display: none;
}
.section__head__catch {
  display: block;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 0.22em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .section__head__catch {
    font-size: 2.5833333333vw;
  }
}
.section__title {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.section__title img {
  display: block;
  margin-inline: auto 0;
}
.section__title--reverse {
  right: unset;
  left: 80px;
}
.section__title--reverse img {
  margin-inline: 0 auto;
}
@media screen and (min-width: 1920px) {
  .section__title {
    right: calc((100% - 1920px) / 2 + 80px);
  }
  .section__title--reverse {
    right: unset;
    left: calc((100% - 1920px) / 2 + 80px);
  }
}
@media screen and (max-width: 1700px) {
  .section__title {
    right: 20px;
  }
  .section__title--reverse {
    right: unset;
    left: 20px;
  }
  .section__title img {
    width: 80%;
  }
}
@media screen and (max-width: 1400px) {
  .section__title {
    right: 10px;
  }
  .section__title--reverse {
    right: unset;
    left: 10px;
  }
  .section__title img {
    width: 70%;
  }
}
@media screen and (max-width: 1400px) {
  .section__title {
    right: 10px;
  }
  .section__title--reverse {
    right: unset;
    left: 10px;
  }
  .section__title img {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .section__title {
    right: 5px;
  }
  .section__title--reverse {
    right: unset;
    left: 5px;
  }
  .section__title img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .section__title {
    right: 3px;
  }
  .section__title--reverse {
    right: unset;
    left: 3px;
  }
  .section__title img {
    width: 30px;
  }
}
.section__inner {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

/*====================================================================
Header
====================================================================*/
header {
  background: rgba(255, 255, 255, 0.8666666667);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  height: 134px;
  padding: 10px 80px 40px;
  position: -webkit-sticky;
  position: sticky;
}
@media screen and (max-width: 1700px) {
  header {
    height: 100px;
    padding: 10px 40px 30px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 10px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
    padding: 10px;
  }
}

.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    align-items: center;
  }
}
.header__inner__logo {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 1700px) {
  .header__inner__logo {
    gap: 35px;
  }
}
.header__inner__nav {
  display: flex;
  align-items: flex-end;
  gap: 35px;
}
@media screen and (max-width: 1700px) {
  .header__inner__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner__nav {
    display: none;
  }
}
.header__logo {
  width: 272px;
}
@media screen and (min-width: 769px) {
  .header__logo {
    transition: opacity 0.3s;
  }
  .header__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1700px) {
  .header__logo {
    width: 210px;
  }
}
@media screen and (max-width: 1400px) {
  .header__logo {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 160px;
    margin-left: 20px;
  }
}
.header__logo-catch {
  width: 170px;
}
@media screen and (min-width: 769px) {
  .header__logo-catch {
    transition: opacity 0.3s;
  }
  .header__logo-catch:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1700px) {
  .header__logo-catch {
    width: 125px;
  }
}
@media screen and (max-width: 1400px) {
  .header__logo-catch {
    width: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .header__logo-catch {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__logo-catch {
    display: block;
    width: 90px;
  }
}
.header__hamburger__menu {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 20px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger__menu {
    display: block;
  }
}
.header__hamburger__menu span {
  background-color: #4E5458;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 0;
  transition: all 0.2s;
}
.header__hamburger__menu span:nth-of-type(2) {
  top: 50%;
}
.header__hamburger__menu span:nth-of-type(3) {
  top: unset;
  bottom: 0;
}
.header__hamburger__menu.is-active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 50%;
}
.header__hamburger__menu.is-active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 50%;
}
.header__hamburger__menu.is-active span:nth-of-type(2) {
  opacity: 0;
}

nav {
  display: flex;
  gap: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 1700px) {
  nav {
    gap: 1.3em;
  }
}
@media screen and (max-width: 1400px) {
  nav {
    gap: 1em;
  }
}
nav a {
  min-width: 4.5em;
  text-align: center;
  padding: 0 0.5em 0.4em;
  border-bottom: 1px solid #4E5458;
}
@media screen and (min-width: 769px) {
  nav a {
    transition: opacity 0.3s;
  }
  nav a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1700px) {
  nav a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  nav a {
    font-size: 13px;
  }
}

.nav__contact {
  background-color: #4E5458;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 156px;
  height: 35px;
  color: #fff;
  letter-spacing: 0;
  font-family: sans-serif;
}
@media screen and (max-width: 1700px) {
  .nav__contact {
    width: -webkit-max-content;
    width: max-content;
    padding: 0.3em 1em;
    gap: 0.5em;
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .nav__contact {
    transition: opacity 0.3s;
  }
  .nav__contact:hover {
    opacity: 0.6;
  }
}
.nav__contact img {
  width: 20px;
}
@media screen and (max-width: 1700px) {
  .nav__contact img {
    width: 1em;
  }
}

.navSp__container {
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 150vw;
  width: 100%;
  min-height: 100dvh;
  padding: 90px 17px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease-out;
  overflow-y: auto;
}

body:has(.header__hamburger__menu.is-active) .navSp__container {
  left: 0;
}

.navSp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  margin: 20px auto;
}
.navSp a {
  padding: 1em;
  text-align: center;
  font-size: 19px;
}
.navSp a.nav__contact {
  margin: 20px auto;
}

/*====================================================================
footer
====================================================================*/
.footer__inner {
  margin: 40px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    margin: 40px 20px;
  }
}
@media screen and (min-width: 769px) {
  .footer__inner a {
    transition: opacity 0.3s;
  }
  .footer__inner a:hover {
    opacity: 0.6;
  }
}
.footer__top {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__top__nav {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .footer__top__nav {
    gap: 1.2em 50px;
    margin: auto;
    width: -webkit-max-content;
    width: max-content;
    display: grid;
  }
}
@media screen and (max-width: 768px) {
  .footer__top__nav {
    gap: 1.2em 10vw;
  }
}
.footer__top__nav__group {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
@media screen and (max-width: 1200px) {
  .footer__top__nav__group:nth-of-type(3) {
    grid-area: 1/2/3/3;
  }
}
@media screen and (max-width: 768px) {
  .footer__top__nav__group a {
    font-size: 15px;
  }
}
.footer__top__notice__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 430px;
  margin: auto;
}
.footer__top__notice__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .footer__top__notice__item {
    margin: auto;
  }
  .footer__top__notice__item img {
    max-width: 20%;
  }
}
.footer__top__notice__item.item--font {
  border: 1px solid #4E5458;
  border-radius: 15px;
  padding: 2px 8px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer__top__notice__item.item--font {
    padding-block: 8px;
  }
  .footer__top__notice__item.item--font img {
    max-width: 30%;
  }
}
.footer__top__notice__item.item--font p {
  line-height: 1.2;
}
.footer__top__notice__item p {
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer__top__notice__item p {
    font-size: 13px;
  }
}
.footer__top__notice__item a {
  font: inherit;
  text-decoration: underline;
}
.footer__middle {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .footer__middle {
    flex-direction: column;
    gap: 50px;
  }
}
.footer__middle__info {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .footer__middle__info {
    flex-direction: column;
    gap: 1em;
  }
  .footer__middle__info a {
    display: flex;
    justify-content: center;
  }
}
.footer__middle__text {
  position: relative;
  top: 3px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__middle__text {
    display: inline-block;
    align-self: center;
    font-size: 15px;
  }
}
.footer__middle__text__head {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .footer__middle__text__head {
    display: none;
  }
}
.footer__middle__text__address {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .footer__middle__text__address {
    font-size: 17px;
  }
}
.footer__middle__logo {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .footer__middle__logo {
    max-width: 80%;
    margin: auto;
  }
}
.footer__middle__banner {
  position: relative;
  top: -10px;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .footer__middle__banner {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle__banner {
    margin: auto;
  }
}
.footer__copyright {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 13px;
  }
}
.footer hr {
  border-top: 1px solid #a6a9ab;
  margin: 40px auto;
}

/*====================================================================
top
====================================================================*/
.top {
  /*
    BANNER ETOILE
  */
  /*
    NEWS
  */
  /*
    VALUE
  */
  /*
    NETWORK
  */
  /*
    YOUTUBE
  */
  /*
    INQUIRY
  */
  /*
    SERVICE
  */
}
.top__fv {
  position: relative;
  background: url(../images/bg_main1.png) center center repeat;
  background-attachment: fixed;
  padding: 140px 10px 120px;
}
@media screen and (max-width: 1700px) {
  .top__fv {
    padding: 140px 80px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top__fv {
    padding: 60px 40px;
    max-width: 100%;
  }
}
.top__fv__inner {
  width: -webkit-max-content;
  width: max-content;
  margin: auto;
  display: grid;
  gap: 90px 110px;
  grid-template-columns: 336px auto;
}
@media screen and (max-width: 1400px) {
  .top__fv__inner {
    width: auto;
    grid-template-columns: 25% auto;
    gap: 60px 80px;
  }
}
@media screen and (max-width: 768px) {
  .top__fv__inner {
    gap: 30px;
    width: 100%;
    grid-template-columns: auto;
  }
}
.top__fv__logo {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 1400px) {
  .top__fv__logo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top__fv__logo {
    grid-area: 1/1/2/2;
    display: block;
    margin: auto;
    width: 40%;
  }
}
.top__fv__catch {
  grid-area: 1/2/2/3;
  padding-top: 20px;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .top__fv__catch {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .top__fv__catch {
    grid-area: 2/1/3/2;
    display: block;
    margin: auto;
    width: calc(100% - 40px);
  }
}
.top__fv__text {
  grid-area: 2/2/3/3;
  display: grid;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 1400px) {
  .top__fv__text {
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .top__fv__text {
    margin-top: 30px;
    grid-area: 3/1/4/2;
  }
}
.top__fv__text__group {
  justify-items: flex-end;
}
.top__fv__text__group__inner {
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  align-self: flex-end;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1400px) {
  .top__fv__text__group__inner {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .top__fv__text__group__inner {
    width: auto;
  }
}
.top__fv__text__group__head {
  width: 100%;
  border-bottom: 1px solid #7d87ff;
  padding: 0 5px 7px;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.top__fv__text__group__head::first-letter {
  color: #7d87ff;
}
@media screen and (max-width: 768px) {
  .top__fv__text__group__head {
    font-size: 32px;
  }
}
.top__fv__text__group__body {
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .top__fv__text__group__body {
    line-height: 1.2;
  }
}
.top__fv__text__group__body ul li {
  position: relative;
  padding: 0 0 1em 0.7em;
}
@media screen and (max-width: 768px) {
  .top__fv__text__group__body ul li {
    line-height: 1.2;
  }
}
.top__fv__text__group__body ul li::before {
  position: absolute;
  margin-left: -0.7em;
  content: "・";
}
.top__fv__text__group__body ul li span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .top__fv__text__group__body ul li span {
    margin-top: 0.6em;
    display: inline-block;
    font-size: 11px;
  }
}
.top__banner__etoile.section {
  background-color: #e4e5e6;
  padding-block: 38px;
}
.top__banner__etoile__wrapper {
  max-width: 1153px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 488px;
  grid-template-rows: 1fr 56px;
}
@media screen and (max-width: 768px) {
  .top__banner__etoile__wrapper {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
}
.top__banner__etoile__copy {
  grid-area: 1/1/2/2;
  background: url(../images/banner_bg.png) center center/101% 101% repeat;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top__banner__etoile__copy {
    font-size: 2.3333333333vw;
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .top__banner__etoile__copy {
    grid-area: 2/1/3/2;
    font-size: 20px;
  }
}
.top__banner__etoile__info {
  grid-area: 2/1/3/2;
  background: linear-gradient(to right, #7d87ff, #a4abff);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top__banner__etoile__info {
    display: none;
  }
}
.top__banner__etoile__info::after {
  content: "→";
  position: absolute;
  right: 4em;
}
@media screen and (max-width: 1200px) {
  .top__banner__etoile__info::after {
    right: 2em;
  }
}
@media screen and (max-width: 1000px) {
  .top__banner__etoile__info::after {
    right: 1em;
  }
}
.top__banner__etoile__link {
  grid-area: 1/2/3/3;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .top__banner__etoile__link {
    transition: opacity 0.3s;
  }
  .top__banner__etoile__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .top__banner__etoile__link {
    grid-area: 1/1/2/2;
  }
  .top__banner__etoile__link img {
    width: 100%;
  }
}
.top__news {
  position: relative;
  background: url(../images/bg_main2.png) center center repeat;
  background-attachment: fixed;
  padding: 80px 10px;
}
@media screen and (max-width: 1700px) {
  .top__news {
    padding: 80px 80px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .top__news {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .top__news {
    padding: 60px 20px;
    max-width: 100%;
  }
}
.top__news__inner {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .top__news__inner {
    padding: 50px 20px;
  }
}
.top__news__item {
  padding: 1em;
  border-bottom: 1px solid #bec3ff;
  display: flex;
  align-items: center;
  gap: 100px;
}
.top__news__item__wrapper {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #bec3ff;
}
@media screen and (max-width: 1200px) {
  .top__news__item {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top__news__item {
    flex-direction: column;
    gap: 0.5em;
    padding: 1.5em 0.2em;
  }
}
.top__news__item__date {
  width: 180px;
  color: #7d87ff;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top__news__item__date {
    width: 100%;
    text-align: left;
  }
}
.top__news__item__text {
  width: calc(100% - 280px);
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 1200px) {
  .top__news__item__text {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 768px) {
  .top__news__item__text {
    display: block;
    width: 100%;
    gap: 0.2em;
  }
  .top__news__item__text img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
  }
}
.top__news__item__text__title {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .top__news__item__text__title {
    transition: opacity 0.3s;
  }
  .top__news__item__text__title:hover {
    opacity: 0.6;
  }
}
.top__news__link {
  display: block;
  padding: 0.5em;
  width: -webkit-max-content;
  width: max-content;
  margin: 1em 0 0 auto;
}
@media screen and (min-width: 769px) {
  .top__news__link {
    transition: opacity 0.3s;
  }
  .top__news__link:hover {
    opacity: 0.6;
  }
}
.top__value {
  position: relative;
  background-color: #f2fbff;
  padding: 100px 10px 75px;
}
.top__value__item {
  flex: 0 1 50%;
  display: flex;
  width: 100%;
}
.top__value__item__wrapper {
  width: 100%;
  border-top: 1px solid #4E5458;
  border-left: 1px solid #4E5458;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1250px) {
  .top__value__item__wrapper {
    max-width: 800px;
    margin: auto;
    flex-direction: column;
  }
}
.top__value__item__icon {
  width: 50%;
  flex: 0 1 50%;
  aspect-ratio: 1;
  border-right: 1px solid #4E5458;
  border-bottom: 1px solid #4E5458;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .top__value__item__icon {
    flex: 0 1 80px;
  }
  .top__value__item__icon img {
    width: 70%;
    margin: auto;
  }
}
.top__value__item__text {
  width: 50%;
  flex: 0 1 50%;
  aspect-ratio: 1;
  background-color: #fff;
  border-right: 1px solid #4E5458;
  border-bottom: 1px solid #4E5458;
  padding: 30px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 1250px) {
  .top__value__item__text {
    padding: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top__value__item__text {
    flex: 0 1 calc(100% - 80px);
    padding: 30px 10px 10px;
  }
}
.top__value__item__text p {
  margin-top: 1em;
  letter-spacing: 0em;
  line-height: 1.45;
  text-align: justify;
}
@media screen and (max-width: 1250px) {
  .top__value__item__text p {
    font-size: 19px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .top__value__item__text p {
    font-size: 16px;
    line-height: 1.45;
  }
}
.top__value__item__text ul {
  margin-top: 0.6em;
  padding-left: 1.2em;
}
.top__value__item__text ul li {
  font-size: 14px;
  letter-spacing: 0.11em;
  text-align: justify;
  line-height: 1.2;
}
.top__value__item__text ul li:before {
  content: "※";
  margin-left: -1.2em;
}
.top__value__item__text__head {
  font-size: 25px;
  text-align: justify;
  text-align-last: justify;
  letter-spacing: 0;
  padding: 0 0.2em 0.4em;
  margin-inline: -0.2em;
}
@media screen and (max-width: 1250px) {
  .top__value__item__text__head {
    font-size: 2.72vw;
  }
}
@media screen and (max-width: 768px) {
  .top__value__item__text__head {
    font-size: 4.9479166667vw;
  }
}
.top__value__item:nth-of-type(n+3) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1250px) {
  .top__value__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .top__value__item:nth-of-type(odd) {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .top__value__item:nth-of-type(even) {
    flex-direction: row;
  }
  .top__value__item:nth-of-type(odd) {
    flex-direction: row;
  }
}
.top__value__item.item--01 .top__value__item__icon {
  background-color: #97ffff;
}
.top__value__item.item--02 .top__value__item__icon {
  background-color: #7dd7ff;
}
.top__value__item.item--03 .top__value__item__icon {
  background-color: #b4bcd3;
}
.top__value__item.item--04 .top__value__item__icon {
  background-color: #cbcfff;
}
.top__value__item.item--01 .top__value__item__text .top__value__item__text__head {
  background: linear-gradient(transparent 35%, #97ffff 0%);
}
.top__value__item.item--02 .top__value__item__text .top__value__item__text__head {
  background: linear-gradient(transparent 35%, #7dd7ff 0%);
}
.top__value__item.item--03 .top__value__item__text .top__value__item__text__head {
  font-size: 21px;
  background: linear-gradient(transparent 35%, #b4bcd3 0%);
}
.top__value__item.item--04 .top__value__item__text .top__value__item__text__head {
  font-size: 22px;
  background: linear-gradient(transparent 35%, #cbcfff 0%);
}
@media screen and (max-width: 1250px) {
  .top__value__item.item--03 .top__value__item__text .top__value__item__text__head, .top__value__item.item--04 .top__value__item__text .top__value__item__text__head {
    font-size: 2.24vw;
  }
}
@media screen and (max-width: 1000px) {
  .top__value__item.item--03 .top__value__item__text .top__value__item__text__head, .top__value__item.item--04 .top__value__item__text .top__value__item__text__head {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .top__value__item.item--03 .top__value__item__text .top__value__item__text__head, .top__value__item.item--04 .top__value__item__text .top__value__item__text__head {
    font-size: 4.1666666667vw;
  }
}
.top__value__item.item--01 .top__value__item__text p {
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: left;
}
.top__value__item.item--02 .top__value__item__text p {
  line-height: 1.4;
}
.top__value__item.item--03 .top__value__item__text p {
  line-height: 1.45;
}
@media screen and (max-width: 1250px) {
  .top__value__item.item--02 .top__value__item__text p {
    line-height: 1.5;
  }
  .top__value__item.item--03 .top__value__item__text p {
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .top__value__item.item--02 .top__value__item__text p {
    line-height: 1.4;
  }
  .top__value__item.item--03 .top__value__item__text p {
    line-height: 1.45;
  }
}
.top__value__link {
  flex: 0 1 calc((100% - 75px) / 4);
  background-color: #fff;
  border: 3px solid #4E5458;
  border-radius: 50px;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
}
.top__value__link__wrapper {
  margin: 75px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top__value__link__wrapper {
    flex-wrap: wrap;
    gap: 50px 25px;
  }
}
@media screen and (min-width: 769px) {
  .top__value__link {
    transition: opacity 0.3s;
  }
  .top__value__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .top__value__link {
    flex: 0 1 calc((100% - 25px) / 2);
    padding: 0.8em 0.5em;
  }
}
.top__network {
  position: relative;
  background-color: #e4e5e6;
  padding: 80px 10px 70px;
}
.top__network__text {
  margin-top: -10px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .top__network__text {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .top__network__text {
    font-size: 20px;
  }
}
.top__network__image {
  display: block;
  margin: 40px auto 0;
  max-width: 100%;
}
.top__youtube {
  position: relative;
  background-color: #ebedff;
  padding: 75px 10px 85px;
}
.top__youtube__layout {
  display: grid;
  grid-template-columns: 50px 380px auto 650px 50px;
  grid-template-rows: auto 1fr 50px 50px 80px;
}
@media screen and (max-width: 1400px) {
  .top__youtube__layout {
    grid-template-columns: 35px 33% auto 55% 35px;
    grid-template-rows: auto 1fr 20px auto auto;
  }
}
@media screen and (max-width: 768px) {
  .top__youtube__layout {
    grid-template-columns: 20px 1fr 20px;
    grid-template-rows: auto;
    margin: auto;
  }
}
.top__youtube__logo {
  grid-area: 1/2/3/3;
}
@media screen and (max-width: 1400px) {
  .top__youtube__logo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top__youtube__logo {
    grid-area: 1/2/2/3;
    max-width: 380px;
    margin: auto;
  }
}
.top__youtube__band {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top__youtube__band {
    justify-content: center;
  }
}
.top__youtube__band.band--01 {
  grid-area: 4/1/5/6;
  background-color: #EF7900;
  color: #68ffff;
  font-size: 30px;
  letter-spacing: 0.1em;
  padding-left: 95px;
}
@media screen and (max-width: 1400px) {
  .top__youtube__band.band--01 {
    font-size: 1.7857142857vw;
    padding-block: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .top__youtube__band.band--01 {
    font-size: 20px;
    padding-inline: 0;
  }
}
.top__youtube__band.band--02 {
  grid-area: 5/1/6/6;
  background-color: #7d87ff;
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.1em;
  padding-left: 90px;
}
@media screen and (max-width: 1400px) {
  .top__youtube__band.band--02 {
    font-size: 3.2142857143vw;
    padding-block: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .top__youtube__band.band--02 {
    font-size: 35px;
    padding-inline: 0;
  }
}
.top__youtube__text {
  grid-area: 1/4/2/6;
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1400px) {
  .top__youtube__text {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .top__youtube__text {
    grid-area: 2/2/3/3;
    font-size: 20px;
    margin: 1em auto;
    text-align: center;
    line-height: 1.7;
  }
}
.top__youtube__text a {
  font: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .top__youtube__text a {
    transition: opacity 0.3s;
  }
  .top__youtube__text a:hover {
    opacity: 0.6;
  }
}
.top__youtube__embed {
  grid-area: 2/4/6/5;
  align-self: flex-end;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top__youtube__embed {
    grid-area: 3/2/4/3;
    padding: 0;
  }
}
.top__youtube__embed iframe {
  background-color: #fff;
  width: 100%;
  height: auto;
  aspect-ratio: 1.74;
  border: 10px solid #68ffff;
  border-radius: 10px;
}
.top__inquiry {
  position: relative;
  background: url(../images/bg_main1.png) center center repeat;
  background-attachment: fixed;
  padding: 80px 10px;
}
@media screen and (max-width: 1700px) {
  .top__inquiry {
    padding: 80px 80px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .top__inquiry {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .top__inquiry {
    padding: 60px 20px;
    max-width: 100%;
  }
}
.top__inquiry__inner {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 40px 55px 55px;
}
@media screen and (max-width: 768px) {
  .top__inquiry__inner {
    padding-inline: 20px;
  }
}
.top__inquiry__text {
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .top__inquiry__text {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .top__inquiry__text {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
  .top__inquiry__text br {
    display: none;
  }
  .top__inquiry__text::first-letter {
    margin-left: 1em;
  }
}
.top__inquiry__form {
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 50px;
}
@media screen and (max-width: 768px) {
  .top__inquiry__form {
    margin: 30px auto 0;
  }
}
.top__inquiry__form__group {
  flex: 2 1 calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  .top__inquiry__form__group {
    flex: 1 0 100%;
  }
}
.top__inquiry__form__group.group--w-max {
  flex: 0 1 100%;
}
@media screen and (max-width: 768px) {
  .top__inquiry__form label {
    font-size: 15px;
  }
}
.top__inquiry__form input, .top__inquiry__form textarea {
  width: 100%;
  background-color: #fff;
  border: 3px solid #4E5458;
  border-radius: 10px;
  margin: 5px 0;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .top__inquiry__form input, .top__inquiry__form textarea {
    border-width: 2px;
    border-radius: 5px;
    padding: 0.7em;
  }
}
.top__inquiry__form textarea {
  height: 12em;
}
.top__inquiry__form__button__wrapper {
  margin: 50px auto 0;
  text-align: center;
}
.top__inquiry__form__button__wrapper button {
  background-color: #83878a;
  cursor: pointer;
  max-width: 400px;
  width: 100%;
  padding: 1em;
  border-radius: 100px;
  font-size: 30px;
  letter-spacing: 0.01em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top__inquiry__form__button__wrapper button {
    transition: opacity 0.3s;
  }
  .top__inquiry__form__button__wrapper button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .top__inquiry__form__button__wrapper button {
    max-width: 200px;
    padding: 1.3em;
    font-size: 20px;
  }
}
.top__service {
  position: relative;
  background-color: #f0f5f8;
  min-height: 390px;
  padding-block: 38px;
  display: grid;
  align-items: center;
}
.top__service__button {
  position: relative;
  flex: 0 1 calc((100% - 65px) / 2);
  height: 144px;
  background-color: #fff;
  border-radius: 100px;
  display: grid;
  align-items: center;
  z-index: 0;
}
.top__service__button__wrapper {
  display: flex;
  gap: 65px;
  max-width: 1160px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .top__service__button__wrapper {
    max-width: calc(100% - 40px);
    gap: 45px;
  }
}
@media screen and (max-width: 768px) {
  .top__service__button__wrapper {
    margin: auto;
    flex-direction: column;
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .top__service__button {
    transition: opacity 0.3s;
  }
  .top__service__button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1200px) {
  .top__service__button {
    height: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .top__service__button {
    flex: 100%;
    padding: 50px;
  }
}
.top__service__button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2; /* 一番下に敷く */
  border-radius: 100px;
  background: linear-gradient(to top, #a4abff 0%, #6bffff 100%);
  transition: filter 0.6s;
}
.top__service__button:hover::before {
  filter: hue-rotate(-180deg);
}
.top__service__button::after {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  z-index: -1; /* グラデーションの上に被せる、かつ表示したいテキストより下にする */
  border-radius: 100px;
  background: white;
}
.top__service__button__inner {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 30px;
  letter-spacing: 0.01em;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .top__service__button__inner {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .top__service__button__inner {
    font-size: 18px;
    line-height: 1.2;
  }
}
.top__service__button__bottom {
  position: absolute;
  display: block;
  top: calc(50% + 2em);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .top__service__button__bottom {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top__service__button__bottom {
    margin-top: 5px;
    font-size: 16px;
  }
}
.top__service__button.button--01 .top__service__button__bottom {
  background: linear-gradient(transparent 80%, #EF7900 0%);
}
.top__service__button.button--02 .top__service__button__bottom {
  background: linear-gradient(transparent 80%, #ebff00 0%);
}