@charset "UTF-8";
/*------------------------------
    色         
------------------------------*/
/*------------------------------
    blur              
------------------------------*/
/*------------------------------
    テキスト                
------------------------------*/
/*------------------------------
    ブレイクポイント                
------------------------------*/
/*------------------------------
    px → vw 指定                 
------------------------------*/
/*------------------------------
    画像                
------------------------------*/
/*------------------------------
    中央揃え                
------------------------------*/
/*------------------------------
    flex                
------------------------------*/
/*------------------------------
    色         
------------------------------*/
/*------------------------------
    blur              
------------------------------*/
/*------------------------------
    テキスト                
------------------------------*/
/*------------------------------
    ブレイクポイント                
------------------------------*/
/*------------------------------
    px → vw 指定                 
------------------------------*/
/*------------------------------
    画像                
------------------------------*/
/*------------------------------
    中央揃え                
------------------------------*/
/*------------------------------
    flex                
------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@700&display=swap");
/*------------------------------*/
/* reset                        */
/*------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  color: #402500;
}

html {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  line-height: 1.7;
  letter-spacing: 0.5px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  display: inline-block;
  text-decoration: none;
}

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

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

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

* {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

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

/* CLEARFIX(.cf) */
.cf {
  display: inline-block;
}
.cf::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .cf {
  height: 1%;
}

/*------------------------------
    色         
------------------------------*/
/*------------------------------
    blur              
------------------------------*/
/*------------------------------
    テキスト                
------------------------------*/
/*------------------------------
    ブレイクポイント                
------------------------------*/
/*------------------------------
    px → vw 指定                 
------------------------------*/
/*------------------------------
    画像                
------------------------------*/
/*------------------------------
    中央揃え                
------------------------------*/
/*------------------------------
    flex                
------------------------------*/
/*================================================

	header

=================================================*/
.mod-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #FFFAF7;
}

header {
  width: 100vw;
  padding: 15px 20px;
}
header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-inner.open .header-logo {
  opacity: 0;
}
header .header-inner.open .header-nav-btn span:nth-of-type(1) {
  -webkit-animation: active-bar01 0.75s forwards;
          animation: active-bar01 0.75s forwards;
  background: #402500;
}
header .header-inner.open .header-nav-btn span:nth-of-type(2) {
  opacity: 0;
}
header .header-inner.open .header-nav-btn span:nth-of-type(3) {
  -webkit-animation: active-bar03 0.75s forwards;
          animation: active-bar03 0.75s forwards;
  background: #402500;
}
@-webkit-keyframes active-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
@-webkit-keyframes active-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
header .header-inner.open nav {
  right: 0;
  left: 0;
  opacity: 1;
}
header .header-logo {
  width: 53.3333333333vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .header-nav-btn {
  margin-left: auto;
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  z-index: 20;
}
header .header-nav-btn span {
  position: absolute;
  background: #402500;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
}
header .header-nav-btn span:nth-of-type(1) {
  -webkit-animation: bar01 0.75s forwards;
          animation: bar01 0.75s forwards;
  top: 0;
}
header .header-nav-btn span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
  top: 8px;
}
header .header-nav-btn span:nth-of-type(3) {
  -webkit-animation: bar03 0.75s forwards;
          animation: bar03 0.75s forwards;
  bottom: 0;
}
@-webkit-keyframes bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes bar03 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes bar03 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
header nav {
  background: #FFFAF7;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
}
header nav .nav-cnt_info {
  font-size: 12px;
  font-size: 3.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em 0;
}
header nav .nav-cnt_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 1em;
}
header nav .nav-cnt_info dt {
  min-width: 9.6vw;
}
header nav .nav-cnt_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.6vw 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav .nav-cnt_link-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em 0;
  text-align: center;
}
header nav .nav-cnt_link-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 1em;
}
header nav .nav-cnt_link-sns a {
  width: 9.6vw;
  height: 9.6vw;
}
header nav .nav-cnt_link-contact a {
  font-size: 14px;
  font-size: 3.7333333333vw;
  display: block;
  border: 2px solid #402500;
  border-radius: 100px;
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  nav {
    width: 100vw;
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    z-index: 10;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  nav .nav-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80vw;
  }
  nav .nav-logo {
    width: 64vw;
    margin: 0 auto 12.8vw;
  }
  nav .nav-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12.8vw 0;
  }
}
/*   _____   _____ 
    |  __ \ / ____|
    | |__) | |     
    |  ___/| |     
    | |    | |____ 
    |_|     \_____|
*/
@media screen and (min-width: 768px) {
  header {
    padding: 48px 7% 36px;
  }
  header .header-inner {
    max-width: 1440px;
    margin: 0 auto;
  }
  header .header-logo {
    width: 25%;
    max-width: 360px;
  }
  header .header-nav-btn {
    display: none;
  }
  header nav {
    margin-left: auto;
  }
  header nav .nav-logo {
    display: none;
  }
  header nav ul {
    font-size: 1.8rem;
  }
  header nav .nav-cnt_info {
    font-size: 1.4rem;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header nav .nav-cnt_info dl {
    gap: 0 20px;
  }
  header nav .nav-cnt_info dl br {
    display: none;
  }
  header nav .nav-cnt_info dt {
    min-width: auto;
  }
  header nav .nav-cnt_link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 36px;
  }
  header nav .nav-cnt_link-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 36px;
  }
  header nav .nav-cnt_link-main a {
    position: relative;
  }
  header nav .nav-cnt_link-main a::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #402500;
  }
  header nav .nav-cnt_link-main a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  header nav .nav-cnt_link-main .link-about a::before {
    background: #A5CD00;
  }
  header nav .nav-cnt_link-main .link-faq a::before {
    background: #FFD200;
  }
  header nav .nav-cnt_link-sns a {
    width: 30px;
    height: 30px;
  }
  header nav .nav-cnt_link-contact a {
    font-size: 18px;
    padding: 5px 24px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header nav .nav-cnt_link-contact a:hover {
    border: 2px solid #E64B96;
    background: #E64B96;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  header {
    padding: 48px 0 36px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
/*------------------------------
    色         
------------------------------*/
/*------------------------------
    blur              
------------------------------*/
/*------------------------------
    テキスト                
------------------------------*/
/*------------------------------
    ブレイクポイント                
------------------------------*/
/*------------------------------
    px → vw 指定                 
------------------------------*/
/*------------------------------
    画像                
------------------------------*/
/*------------------------------
    中央揃え                
------------------------------*/
/*------------------------------
    flex                
------------------------------*/
.mod-footer {
  background: #FFFAF7;
  margin-top: 16vw;
}

footer {
  padding: 0 4vw 9.6vw;
  color: #8B602E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em 0;
}
footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em 0;
}
footer .footer-main__logo {
  width: 64vw;
  margin: 0 auto;
}
footer .footer-main__info {
  font-size: 12px;
  font-size: 3.2vw;
}
footer .footer-main__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 1em;
}
footer .footer-main__info dt {
  width: 9.6vw;
}
footer .footer-main__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 1em;
}
footer .footer-main__sns a {
  width: 9.6vw;
  height: 9.6vw;
}
footer .footer-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em 0;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
footer .footer-sub__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-sub__rest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em 0;
  text-align: right;
  font-size: 12px;
  font-size: 3.2vw;
}
footer .footer-sub__rest span {
  display: block;
}

/*   _____   _____ 
    |  __ \ / ____|
    | |__) | |     
    |  ___/| |     
    | |    | |____ 
    |_|     \_____|
*/
@media screen and (min-width: 768px) {
  .mod-footer {
    margin-top: 120px;
  }
  footer {
    padding: 60px 7.1428571429vw 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .footer-main {
    gap: 36px 0;
  }
  footer .footer-main__logo {
    width: 21.4285714286vw;
    max-width: 360px;
    margin: 0;
  }
  footer .footer-main__info {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em 0;
  }
  footer .footer-main__info dt {
    width: 3em;
  }
  footer .footer-main__info br {
    display: none;
  }
  footer .footer-main__sns {
    gap: 0 24px;
  }
  footer .footer-main__sns a {
    width: 36px;
    height: 36px;
  }
  footer .footer-sub {
    gap: 60px 0;
    font-size: 14px;
  }
  footer .footer-sub__link {
    gap: 0 48px;
  }
  footer .footer-sub__link a {
    position: relative;
  }
  footer .footer-sub__link a::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #402500;
  }
  footer .footer-sub__link a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  footer .footer-sub__link a::before {
    height: 1px;
    bottom: 0;
  }
  footer .footer-sub__rest {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .mod-footer {
    margin-top: 60px;
  }
  footer {
    padding: 0 0 36px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
/*================================================

	KeyVisual

=================================================*/
.keyVisual {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  background: #fff;
  overflow-y: visible;
  z-index: 2;
}
.keyVisual-inner::before {
  content: "";
  display: block;
  width: 57.3333333333vw;
  height: 40.5333333333vw;
  background: url(../img/kv_bg01.svg) center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: -6.1333333333vw;
}
.keyVisual-inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -9.6vw;
  width: 101.6vw;
  height: 61.8666666667vw;
  background: url(../img/kv_bg02.svg) center center/contain no-repeat;
}
.keyVisual-slider {
  background: #fff;
  border-radius: 8.5333333333vw;
  overflow: hidden;
}
.keyVisual-slider picture {
  border-radius: 8.5333333333vw;
  overflow: hidden;
  background: #fff;
}
.keyVisual-on {
  position: absolute;
  bottom: 24.5333333333vw;
  left: 1.8666666667vw;
}
.keyVisual-on h1 {
  color: #fff;
  font-size: 28px;
  font-size: 7.4666666667vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.keyVisual-on h1 span {
  display: block;
  font-size: 57%;
  color: inherit;
}

/*================================================

	about Us

=================================================*/
.cnt-about {
  position: relative;
  margin-top: 10.9333333333vw;
}
.cnt-about::before {
  content: "";
  display: block;
  width: 100vw;
  height: 10.9333333333vw;
  background: url(../img/bg_wave01.svg) center top/150% auto no-repeat;
  position: absolute;
  top: -10.9333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.cnt-about .about-img {
  margin-bottom: 9.6vw;
}
.cnt-about .contents-bg span {
  top: 80vw;
  right: -6.6666666667vw;
}

/*================================================

	FAQ

=================================================*/
.cnt-faq .faq-list {
  margin-bottom: 12.8vw;
}
.cnt-faq .contents-bg span {
  top: 15vw;
  left: -7.2vw;
  z-index: 0;
}

/*================================================

	RECRUIT

=================================================*/
.cnt-recruit {
  padding: 0 !important;
}
.cnt-recruit .wave {
  display: block;
  line-height: 0;
  width: 100vw;
  height: 12.5333333333vw;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px) brightness(120%);
          backdrop-filter: blur(10px) brightness(120%);
  position: relative;
  z-index: -1;
  -webkit-mask: url(../img/bg_wave02.svg) luminance center center/150% auto no-repeat;
          mask: url(../img/bg_wave02.svg) luminance center center/150% auto no-repeat;
}
.cnt-recruit .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt-recruit .contents-bg span {
  top: -15vw;
  right: -10.4vw;
}

/*================================================

	CONTACT

=================================================*/
.cnt-contact {
  padding: 0 !important;
}
.cnt-contact .contents-wrap {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px) brightness(120%);
          backdrop-filter: blur(10px) brightness(120%);
  position: relative;
  z-index: -1;
  padding: 12.8vw 0;
  z-index: 1;
}
.cnt-contact .contact-list {
  padding: 9.6vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cnt-contact .contact-list .sns-line a {
  width: 9.6vw;
  height: 9.6vw;
}
.cnt-contact .contact-list .btn-p {
  margin: 0;
}
.cnt-contact .contents-bg span {
  top: 32vw;
  left: -11.4666666667vw;
}
.cnt-contact .wave {
  display: block;
  line-height: 0;
  width: 100vw;
  height: 15.4666666667vw;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px) brightness(120%);
          backdrop-filter: blur(10px) brightness(120%);
  position: relative;
  z-index: -1;
  -webkit-mask: url(../img/bg_wave03.svg) luminance center center/150% auto no-repeat;
          mask: url(../img/bg_wave03.svg) luminance center center/150% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .keyVisual-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 152vw;
  }
  .keyVisual-slider {
    width: calc(100vw - 30px);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 25%;
  }
}
/*   _____   _____ 
    |  __ \ / ____|
    | |__) | |     
    |  ___/| |     
    | |    | |____ 
    |_|     \_____|
*/
@media screen and (min-width: 768px) {
  /*================================================

   KeyVisual

  =================================================*/
  .keyVisual {
    padding: 0;
  }
  .keyVisual-wrap {
    max-width: 1440px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .keyVisual-inner {
    max-width: 1440px;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7.1428571429vw;
  }
  .keyVisual-inner::before {
    max-width: 431px;
    max-height: 304px;
    width: 25.6547619048vw;
    height: 18.0952380952vw;
    top: 1.4285714286vw;
    left: 12.7380952381vw;
    z-index: 1;
  }
  .keyVisual-inner::after {
    max-width: 693px;
    max-height: 421px;
    width: 41.25vw;
    height: 25.0595238095vw;
    top: 14.7619047619vw;
    left: 6.8452380952vw;
    z-index: 2;
  }
  .keyVisual-slider {
    max-width: 960px;
    width: 57.1428571429vw;
    border-radius: 32px;
    margin-left: auto;
  }
  .keyVisual-slider picture {
    border-radius: 32px;
  }
  .keyVisual-on {
    top: 21.7261904762vw;
    left: 8.5714285714vw;
    z-index: 3;
  }
  .keyVisual-on h1 {
    font-size: 3.3333333333vw;
  }
  /*================================================

      about Us

  =================================================*/
  .contents.cnt-about {
    margin-top: 7.3214285714vw;
  }
  .contents.cnt-about::before {
    width: 100vw;
    height: 7.3214285714vw;
    background-size: cover;
    top: -7.3214285714vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contents.cnt-about .about-img {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .contents.cnt-about .contents-bg span {
    top: 80vw;
    right: -6.6666666667vw;
  }
  .contents.cnt-about .contents-bg span {
    top: 415px;
    right: -160px;
  }
  .contents.cnt-about .btn-b a:hover {
    border: 2px solid #A5CD00;
    background: #A5CD00;
  }
  /*================================================

      FAQ

  =================================================*/
  .cnt-faq {
    padding: 120px 0 180px !important;
  }
  .cnt-faq .faq-list {
    margin-bottom: 48px;
  }
  .cnt-faq .contents-bg span {
    top: 0;
    left: -109px;
  }
  /*================================================

      RECRUIT

  =================================================*/
  .contents.cnt-recruit .wave {
    height: 8.3333333333vw;
    -webkit-mask: url(../img/bg_wave02.svg) luminance center center/100% auto no-repeat;
            mask: url(../img/bg_wave02.svg) luminance center center/100% auto no-repeat;
  }
  .contents.cnt-recruit .recruit-list {
    padding: 60px 0 120px;
  }
  .contents.cnt-recruit .contents-bg span {
    top: -120px;
    right: -155px;
  }
  /*================================================

      CONTACT

  =================================================*/
  .cnt-contact .contents-wrap {
    padding: 120px 0 60px;
  }
  .cnt-contact .contact-list {
    padding: 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 3em;
  }
  .cnt-contact .contact-list .sns-line a {
    width: 72px;
    height: 72px;
    background-image: url(../img/icon_line_qr.png);
  }
  .cnt-contact .contents-bg span {
    top: 32vw;
    left: -11.4666666667vw;
  }
  .cnt-contact .wave {
    height: 10.3571428571vw;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px) brightness(120%);
            backdrop-filter: blur(10px) brightness(120%);
    position: relative;
    z-index: -1;
    -webkit-mask: url(../img/bg_wave03.svg) luminance center center/100% auto no-repeat;
            mask: url(../img/bg_wave03.svg) luminance center center/100% auto no-repeat;
  }
  .cnt-contact .contents-bg span {
    top: -120px;
    right: -118px;
  }
}
@media screen and (min-width: 1200px) {
  .keyVisual-inner {
    right: 0;
  }
  .keyVisual-inner::before {
    top: 24px;
    left: 94px;
  }
  .keyVisual-inner::after {
    top: 248px;
    left: 0;
  }
  .keyVisual-on {
    top: 365px;
    left: 34px;
  }
  .keyVisual-on h1 {
    font-size: 56px;
  }
}
/*================================================

	mainVisual

=================================================*/
.mainAbout .mainVisual-on {
  width: 66.1333333333vw;
  height: 47.7333333333vw;
}
.mainAbout .mainVisual-on::before {
  background-image: url(../img/bg_i_green.svg);
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
}

/*================================================

    ABOUT

=================================================*/
.contents.sec-about {
  margin: 10.9333333333vw auto 15.4666666667vw;
  padding: 12.8vw 0 0 !important;
  background: #fff;
}
.contents.sec-about::before, .contents.sec-about::after {
  content: "";
  display: block;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center top;
  background-size: 150% auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.contents.sec-about::before {
  height: 10.9333333333vw;
  background-image: url(../img/bg_wave02.svg);
  top: -10.9333333333vw;
}
.contents.sec-about::after {
  height: 15.4666666667vw;
  background-image: url(../img/bg_wave03.svg);
  bottom: -15.4666666667vw;
}
.contents.sec-about .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents.sec-about .about-list {
  padding: 9.6vw 0 6.4vw;
}
.contents.sec-about .about-list dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contents.sec-about .about-list dt {
  min-width: 24vw;
}
.contents.sec-about .about-list .kome {
  display: block;
}
.contents.sec-about .about-list a {
  color: inherit;
}
.contents.sec-about .contents-bg span {
  top: 80vw;
  right: -6.6666666667vw;
}

/*================================================

    TIME TABLE 

=================================================*/
.sec-timetable .timetable-wrap {
  position: relative;
  padding-bottom: 20vw;
}
.sec-timetable .timetable-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em 0;
  padding: 0 5.6vw;
  height: 30vh;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(white));
  -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, white 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(white));
          mask-image: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, white 100%);
}
.sec-timetable .timetable-inner.open {
  height: auto;
  -webkit-mask-image: none;
          mask-image: none;
}
.sec-timetable .timetable {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-timetable .timetable .time-item {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sec-timetable .timetable .time-item::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.sec-timetable .timetable .time-item.item-pink::before {
  background-color: #E64B96;
}
.sec-timetable .timetable .time-item.item-blue::before {
  background-color: #00A5FF;
}
.sec-timetable .timetable .time-item.item-green::before {
  background-color: #A5CD00;
}
.sec-timetable .timetable .time-item.item-yellow::before {
  background-color: #FFD200;
}
.sec-timetable .timetable .time-item.item-orange::before {
  background-color: #FF6900;
}
.sec-timetable .timetable .time-item.item-brown::before {
  background-color: #8B602E;
}
.sec-timetable .timetable .time-item::after {
  content: "";
  display: block;
  width: 2px;
  height: 11.4666666667vw;
  background: #8B602E;
  position: absolute;
  left: 9px;
  top: 20px;
  z-index: 0;
}
.sec-timetable .timetable .time-item:last-child::after {
  content: none;
}
.sec-timetable .timetable .time-item__todo {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8B602E;
  font-size: 14px;
  font-size: 3.7333333333vw;
  margin-right: 1em;
}
.sec-timetable .timetable .time-item__todo::before {
  content: attr(data-time);
  display: inline-block;
  font-size: 16px;
  font-size: 4.2666666667vw;
  min-width: 5em;
}
.sec-timetable .timetable .time-item__todo span {
  display: inline-block;
  margin-left: 0.5em;
  color: inherit;
}
.sec-timetable .timetable-btn {
  position: relative;
  width: 60%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  padding: 10px 30px 10px 15px;
  border: 2px solid #402500;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 3;
}
.sec-timetable .timetable-btn span::before {
  content: "もっと見る";
}
.sec-timetable .timetable-btn span::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url(../img/icon_arrow.svg) center center/contain no-repeat;
}
.sec-timetable .timetable-btn.open span::before {
  content: "閉じる";
}
.sec-timetable .timetable-btn.open span::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.sec-timetable .contents-bg span {
  top: 60vw;
  left: -7.2vw;
}

/*================================================

	PRICE

=================================================*/
.cnt-price .price-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em 0;
}
.cnt-price .price-table h3 span {
  margin-left: 0.5em;
}
.cnt-price .price-table .note {
  margin-top: 0.5em;
}
.cnt-price .note {
  text-align: right;
}
.cnt-price .contents-inner > .note {
  margin: 1.5em 0 9.6vw;
}
.cnt-price .contents-bg span {
  top: 15vw;
  right: -24vw;
}

/*   _____   _____ 
    |  __ \ / ____|
    | |__) | |     
    |  ___/| |     
    | |    | |____ 
    |_|     \_____|
*/
@media screen and (min-width: 768px) {
  /*================================================

   mainVisual

  =================================================*/
  .mainAbout .mainVisual-on {
    width: 29.5833333333vw;
    max-width: 497px;
    height: 21.3095238095vw;
    max-height: 358px;
  }
  /*================================================

      ABOUT

  =================================================*/
  .contents.sec-about {
    margin: 8.3333333333vw auto 10.3571428571vw;
    padding: 0 0 120px !important;
  }
  .contents.sec-about::before, .contents.sec-about::after {
    background-size: 100% auto;
  }
  .contents.sec-about::before {
    height: 8.3333333333vw;
    top: -8.3333333333vw;
  }
  .contents.sec-about::after {
    height: 10.3571428571vw;
    bottom: -10.3571428571vw;
  }
  .contents.sec-about .contents-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contents.sec-about .about-list {
    padding: 0 0 60px;
  }
  .contents.sec-about .about-list dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contents.sec-about .about-list dt {
    min-width: auto;
    width: 120px;
  }
  .contents.sec-about .contents-bg span {
    top: auto;
    bottom: -400px;
    right: -173px;
  }
  /*================================================

      TIME TABLE 

  =================================================*/
  .sec-timetable .contents-inner .box {
    padding: 90px 7.1428571429vw 60px;
  }
  .sec-timetable .timetable-wrap {
    position: relative;
    padding-bottom: 0;
  }
  .sec-timetable .timetable-inner {
    height: auto;
    padding: 0;
    gap: 60px 0;
    -webkit-mask-image: none;
            mask-image: none;
  }
  .sec-timetable .timetable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .sec-timetable .timetable .time-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 36px 0 0;
    width: 6.6666666667%;
  }
  .sec-timetable .timetable .time-item::before {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 32px;
  }
  .sec-timetable .timetable .time-item::after {
    width: 63px;
    height: 2px;
    top: 47px;
    left: 36px;
  }
  .sec-timetable .timetable .time-item.item-empty::before {
    width: 2px;
    height: 18px;
    background: #8B602E;
    border-radius: 1px;
    top: 39px;
  }
  .sec-timetable .timetable .time-item__todo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
    line-height: 1.5;
    padding: 36px 0 0;
    margin-right: 0;
    text-align: center;
  }
  .sec-timetable .timetable .time-item__todo::before {
    font-size: 16px;
    min-width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
  .sec-timetable .timetable .time-item__todo span {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .sec-timetable .timetable.timetable-btm .time-item {
    width: 11.1111111111%;
  }
  .sec-timetable .timetable.timetable-btm .time-item::after {
    width: 130px;
  }
  .sec-timetable .note {
    margin-left: auto;
  }
  .sec-timetable .timetable-btn {
    display: none;
  }
  .sec-timetable .contents-bg span {
    top: auto;
    bottom: 60px;
    left: -93px;
  }
  /*================================================

      PRICE

  =================================================*/
  .cnt-price .contents-inner > .note {
    margin: 30px 0 90px;
  }
  .cnt-price .price-table {
    max-width: 720px;
    margin: 0 auto;
    gap: 60px 0;
  }
  .cnt-price .price-table .table th {
    font-size: 18px;
  }
  .cnt-price .price-table .table td {
    font-size: 16px;
  }
  .cnt-price .price-table .note br {
    display: none;
  }
  .cnt-price .text-wrap {
    text-align: center;
  }
  .cnt-price .contents-bg span {
    top: 30px;
    right: -181px;
  }
}
@media screen and (min-width: 1200px) {
  .sec-timetable .timetable-wrap {
    padding: 0;
  }
  .sec-timetable .contents-inner .box {
    padding: 90px 120px 60px;
  }
  .sec-timetable .timetable .time-item {
    width: 11.1111111111%;
  }
  .sec-timetable .timetable .time-item::after {
    width: 120px;
    left: 40px;
  }
  .sec-timetable .timetable .time-item.item-shift {
    width: 0;
  }
  .sec-timetable .timetable .time-item.item-shift.item-pink {
    margin-right: -20px;
  }
  .sec-timetable .timetable .time-item.item-shift.item-green, .sec-timetable .timetable .time-item.item-shift.item-blue {
    margin-right: 10px;
  }
  .sec-timetable .timetable .time-item.item-shift.item-blue::after {
    width: 0px;
  }
  .sec-timetable .timetable .time-item__todo {
    text-wrap: nowrap;
  }
  .sec-timetable .timetable.timetable-btm {
    margin: 0 -15px;
  }
  .sec-timetable .timetable.timetable-btm .time-item {
    width: 12.5%;
  }
  .sec-timetable .timetable.timetable-btm .time-item::after {
    width: 140px;
    left: 60px;
  }
}
/*================================================

	mainVisual

=================================================*/
.mainFaq .mainVisual-on {
  width: 58.6666666667vw;
  height: 50.4vw;
}
.mainFaq .mainVisual-on::before {
  background-image: url(../img/bg_i_yellow.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mainFaq .mainVisual-on h1 {
  letter-spacing: 0;
}

/*================================================

    FAQ

=================================================*/
.contents.sec-faq .faq-list {
  margin-bottom: 0;
}
.contents.sec-faq .contents-bg span {
  bottom: 80vw;
  right: -26.1333333333vw;
}

/*   _____   _____ 
    |  __ \ / ____|
    | |__) | |     
    |  ___/| |     
    | |    | |____ 
    |_|     \_____|
*/
@media screen and (min-width: 768px) {
  /*================================================

   mainVisual

  =================================================*/
  .mainFaq .mainVisual-on {
    width: 26.1904761905vw;
    max-width: 440px;
    height: 22.4404761905vw;
    max-height: 377px;
  }
  /*================================================

      FAQ

  =================================================*/
  .contents.sec-faq .contents-inner .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contents.sec-faq .contents-bg span {
    bottom: 20vh;
    right: -196px;
  }
}
@media screen and (min-width: 1200px) {
  .contents.sec-faq .contents-bg span {
    z-index: 0 !important;
  }
}
.sec-contact .contents-header, .sec-thanks .contents-header {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.sec-contact .contents-header h1, .sec-thanks .contents-header h1 {
  font-size: 24px;
  font-size: 6.4vw;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 6.4vw;
}
.sec-contact .contents-header h1 span, .sec-thanks .contents-header h1 span {
  display: block;
  font-size: 50%;
  line-height: 2;
}

.contents.sec-contact .form-list {
  padding: 9.6vw 0 6.4vw;
}
.contents.sec-contact .form-list .note {
  color: #8B602E;
}
.contents.sec-contact .form-list dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents.sec-contact .form-list dt {
  margin-bottom: 0.5em;
}
.contents.sec-contact .form-list dt .required {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  font-style: normal;
}
.contents.sec-contact .form-list dt .required::before {
  content: "*";
  position: absolute;
  top: 0.5em;
  left: -0.5em;
}
.contents.sec-contact .form-list dd span {
  font-size: 11px;
  font-size: 2.9333333333vw;
  color: #FF6900;
  display: block;
}
.contents.sec-contact .form-list input[type=text], .contents.sec-contact .form-list input[type=email], .contents.sec-contact .form-list input[type=tel], .contents.sec-contact .form-list textarea {
  background: #fff;
  border: 1px solid #8B602E;
  border-radius: 4px;
  width: 100%;
  padding: 5px;
}
.contents.sec-contact .form-list .error_blank {
  color: #FF6900;
}
.contents.sec-contact .form-btn {
  max-width: 60vw;
  position: relative;
  padding: 10px 30px 10px 15px;
  border-radius: 100px;
}
.contents.sec-contact .form-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.contents.sec-contact .btn-submit {
  background: #E64B96;
  border: 2px solid #E64B96;
}
.contents.sec-contact .btn-submit::after {
  background: url(../img/icon_arrow_w.svg) center center/contain no-repeat;
}
.contents.sec-contact .btn-submit input {
  color: #fff;
}
.contents.sec-contact .btn-back {
  border: 2px solid #402500;
}
.contents.sec-contact .btn-back::after {
  background: url(../img/icon_arrow.svg) center center/contain no-repeat;
}
.contents.sec-contact #confirm_field {
  display: none;
}
.contents.sec-contact #confirm_field .confirm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 1.5em;
}
.contents.sec-contact #confirm_field .confirm-btn .form-btn {
  width: 50%;
}

.sec-thanks .thanks-contact {
  margin: 9.6vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-thanks .thanks-contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 1.5em;
}
.sec-thanks .thanks-contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-thanks .thanks-contact li a::before {
  content: "";
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.sec-thanks .thanks-contact li.contact-line a::before {
  background: url(../img/icon_line.svg) center center/contain no-repeat;
}
.sec-thanks .thanks-contact li.contact-tell a::before {
  background: url(../img/icon_tell.svg) center center/contain no-repeat;
}
.sec-thanks .thanks-totop {
  margin: 24vw auto;
  text-align: center;
}
.sec-thanks .thanks-totop a {
  text-decoration: underline;
}

/*   _____   _____ 
    |  __ \ / ____|
    | |__) | |     
    |  ___/| |     
    | |    | |____ 
    |_|     \_____|
*/
@media screen and (min-width: 768px) {
  .sec-contact .contents-header h1, .sec-thanks .contents-header h1 {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .contents.sec-contact .form-list {
    gap: 48px 0;
    padding: 90px 0;
  }
  .contents.sec-contact .form-list .note {
    display: block;
    width: 100%;
    max-width: 780px;
    font-size: 14px;
  }
  .contents.sec-contact .form-list .note span {
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
  }
  .contents.sec-contact .form-list dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents.sec-contact .form-list dt {
    width: 300px;
    margin-bottom: 0;
    margin-top: -0.5em;
  }
  .contents.sec-contact .form-list dd {
    width: 480px;
  }
  .contents.sec-contact .form-list dd span {
    font-size: 12px;
  }
  .contents.sec-contact .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contents.sec-contact .form-btn {
    max-width: 300px;
    padding: 10px 45px 10px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .contents.sec-contact .form-btn::after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
  .contents.sec-contact .btn-submit {
    border: 3px solid #E64B96;
  }
  .contents.sec-contact .btn-submit:hover {
    background: #FF6900;
    border: 3px solid #FF6900;
  }
  .contents.sec-contact .btn-back {
    border: 3px solid #402500;
  }
  .contents.sec-contact .btn-back:hover {
    background: #FFD200;
    border: 3px solid #FFD200;
  }
  .contents.sec-contact .btn-back:hover::after {
    background: url(../img/icon_arrow_w.svg) center center/contain no-repeat;
  }
  .contents.sec-contact .btn-back:hover input {
    color: #fff;
  }
  .contents.sec-contact .confirm-btn {
    max-width: 480px;
    margin: 60px auto 0;
  }
  .sec-thanks .thanks-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 90px auto;
  }
  .sec-thanks .thanks-contact li a {
    font-size: 18px;
    color: #8B602E;
  }
  .sec-thanks .thanks-contact li a::before {
    width: 60px;
    height: 60px;
  }
  .sec-thanks .thanks-contact li.contact-line a::before {
    background: url(../img/icon_line_qr.png) center center/contain no-repeat;
  }
  .sec-thanks .thanks-contact li.contact-tell a {
    font-size: 14px;
    line-height: 1.2;
  }
  .sec-thanks .thanks-contact li.contact-tell .tell-num {
    font-size: 30px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
  }
  .sec-thanks .thanks-totop {
    font-size: 18px;
    margin: 150px auto 0;
  }
}
.contents.sec-privacy .contents-header {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.contents.sec-privacy .contents-header h1 {
  font-size: 24px;
  font-size: 6.4vw;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 6.4vw;
}
.contents.sec-privacy .contents-header h1 span {
  display: block;
  font-size: 50%;
  line-height: 2;
}
.contents.sec-privacy .privacy-list dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents.sec-privacy .privacy-list dt {
  margin-bottom: 0.5em;
}

/*   _____   _____ 
    |  __ \ / ____|
    | |__) | |     
    |  ___/| |     
    | |    | |____ 
    |_|     \_____|
*/
@media screen and (min-width: 768px) {
  .contents.sec-privacy .contents-header h1 {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .contents.sec-privacy .privacy-list {
    max-width: 960px;
    margin: 0 auto;
    padding: 90px 0 0;
    gap: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .contents.sec-privacy .privacy-list {
    padding: 90px 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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;
}

/*================================================

	Main

=================================================*/
html {
  font-size: 62.5%;
  background: #FFFAF7;
}

body {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

.body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
}

main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/*================================================

	Common

=================================================*/
.pc-only {
  display: none;
}

.contents {
  padding: 12.8vw 0;
  position: relative;
  /*------------------------------
      背景                
  ------------------------------*/
  /*------------------------------
      見出し                
  ------------------------------*/
  /*------------------------------
      色とか                
  ------------------------------*/
  /* PC =======================*/
  /* PC =======================*/
  /*------------------------------
      text                
  ------------------------------*/
  /*------------------------------
      list                
  ------------------------------*/
  /*------------------------------
      table                
  ------------------------------*/
  /*------------------------------
      btn               
  ------------------------------*/
  /*------------------------------
      about slider img               
  ------------------------------*/
}
.contents-wrap {
  position: relative;
}
.contents-inner {
  padding: 0 4vw;
  position: relative;
  z-index: 1;
}
.contents-inner p {
  color: #8B602E;
}
.contents-inner .box {
  padding: 9.6vw 4vw;
  border-radius: 6.4vw;
}
.contents-inner .box-w {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px) brightness(120%);
          backdrop-filter: blur(10px) brightness(120%);
  position: relative;
  z-index: -1;
}
.contents-inner .box-b {
  background: #FFFAF7;
}
.contents .bg-blur {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px) brightness(120%);
          backdrop-filter: blur(10px) brightness(120%);
  position: relative;
  z-index: -1;
}
.contents .cnt-bg {
  position: absolute;
  z-index: -1;
}
.contents-header {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.contents-header h2 {
  font-size: 24px;
  font-size: 6.4vw;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 6.4vw;
}
.contents-header h2 span {
  display: block;
  font-size: 50%;
  line-height: 2;
}
.contents h3 {
  font-size: 18px;
  font-size: 4.8vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.5em;
}
.contents.cnt-pink .contents-header span {
  color: #E64B96;
}
.contents.cnt-pink .contents-bg span {
  position: absolute;
  z-index: -2;
  background: url(../img/bg_i_pink.svg) center center/contain no-repeat;
}
.contents.cnt-blue .contents-header span {
  color: #00A5FF;
}
.contents.cnt-blue .contents-bg span {
  position: absolute;
  z-index: -2;
  background: url(../img/bg_i_blue.svg) center center/contain no-repeat;
}
.contents.cnt-green .contents-header span {
  color: #A5CD00;
}
.contents.cnt-green .contents-bg span {
  position: absolute;
  z-index: -2;
  background: url(../img/bg_i_green.svg) center center/contain no-repeat;
}
.contents.cnt-yellow .contents-header span {
  color: #FFD200;
}
.contents.cnt-yellow .contents-bg span {
  position: absolute;
  z-index: -2;
  background: url(../img/bg_i_yellow.svg) center center/contain no-repeat;
}
.contents.cnt-orange .contents-header span {
  color: #FF6900;
}
.contents.cnt-orange .contents-bg span {
  position: absolute;
  z-index: -2;
  background: url(../img/bg_i_orange.svg) center center/contain no-repeat;
}
.contents.cnt-pink .contents-bg span {
  width: 40.8vw;
  height: 41.6vw;
}
.contents.cnt-blue .contents-bg span {
  width: 41.8666666667vw;
  height: 43.4666666667vw;
}
.contents.cnt-green .contents-bg span {
  width: 40.5333333333vw;
  height: 39.4666666667vw;
}
.contents.cnt-yellow .contents-bg span {
  width: 47.4666666667vw;
  height: 39.2vw;
}
.contents.cnt-orange .contents-bg span {
  width: 42.9333333333vw;
  height: 39.4666666667vw;
}
@media screen and (min-width: 768px) {
  .contents.cnt-pink .contents-bg span {
    width: 36.3095238095vw;
    height: 37.2023809524vw;
  }
  .contents.cnt-blue .contents-bg span {
    width: 37.3214285714vw;
    height: 38.869047619vw;
  }
  .contents.cnt-green .contents-bg span {
    width: 36.3095238095vw;
    height: 35.2976190476vw;
  }
  .contents.cnt-yellow .contents-bg span {
    width: 42.3214285714vw;
    height: 34.7619047619vw;
  }
  .contents.cnt-orange .contents-bg span {
    width: 38.2142857143vw;
    height: 35.119047619vw;
  }
}
@media screen and (min-width: 1200px) {
  .contents.cnt-pink .contents-bg span {
    width: 610px;
    height: 625px;
  }
  .contents.cnt-blue .contents-bg span {
    width: 627px;
    height: 653px;
  }
  .contents.cnt-green .contents-bg span {
    width: 610px;
    height: 593px;
  }
  .contents.cnt-yellow .contents-bg span {
    width: 711px;
    height: 584px;
  }
  .contents.cnt-orange .contents-bg span {
    width: 642px;
    height: 590px;
  }
}
.contents .text-wrap.text-c {
  text-align: center;
}
.contents .text-wrap.text-b p {
  font-weight: 700;
}
.contents .note {
  font-size: 11px;
  font-size: 2.9333333333vw;
  color: inherit;
}
.contents .list-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em 0;
  padding: 9.6vw 0;
}
.contents .list-default dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 1.5em;
}
.contents .list-default dt {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.contents .list-default dd {
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #8B602E;
}
.contents .list-disc {
  padding-left: 1em;
}
.contents .list-disc li {
  color: #8B602E;
  text-indent: -1em;
}
.contents .list-disc li::before {
  content: "・";
  margin-right: 0.5em;
}
.contents .list-disc li span {
  color: inherit;
  font-size: 80%;
  margin-left: 0.5em;
}
.contents .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em 0;
}
.contents .faq-list dt, .contents .faq-list dd {
  padding-left: 2em;
  text-indent: -1.75em;
}
.contents .faq-list dt::before, .contents .faq-list dd::before {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
  margin-right: 0.5em;
}
.contents .faq-list dt {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.contents .faq-list dt::before {
  content: "Q.";
}
.contents .faq-list dd {
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #8B602E;
}
.contents .faq-list dd::before {
  content: "A.";
}
.contents .table {
  width: 100%;
}
.contents .table * {
  color: #8B602E;
  text-align: center;
}
.contents .table thead, .contents .table th {
  background: #FFFAF7;
}
.contents .table td, .contents .table th {
  padding: 5px 0;
  border: 1px solid #402500;
}
.contents .btn {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.contents .btn a {
  position: relative;
  padding: 10px 30px 10px 15px;
  border-radius: 100px;
}
.contents .btn a span::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contents .btn-b a {
  border: 2px solid #402500;
}
.contents .btn-b a span::after {
  background-image: url(../img/icon_arrow.svg);
}
.contents .btn-p a {
  background: #E64B96;
  color: #fff;
}
.contents .btn-p a span::after {
  background-image: url(../img/icon_arrow_w.svg);
}
.contents .about-img {
  margin-top: 9.6vw;
  line-height: 0;
}
.contents .about-img picture {
  border: 6px solid #fff;
  border-radius: 6.4vw;
  overflow: hidden;
}

.body-wrap {
  /*------------------------------
      SNS               
  ------------------------------*/
}
.body-wrap .sns-line a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../img/icon_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.body-wrap .sns-instagram a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../img/icon_instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*================================================

	下層ページ

=================================================*/
.mainVisual {
  background: #FFFAF7;
  padding: 24vw 4vw;
}
.mainVisual-img {
  border-radius: 8.5333333333vw;
  overflow: hidden;
}
.mainVisual-on {
  position: relative;
  margin-top: 13.3333333333vw;
  margin-left: auto;
}
.mainVisual-on::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.mainVisual-on h1 {
  color: #fff;
  font-size: 28px;
  font-size: 7.4666666667vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.5;
}
.mainVisual-on h1 span {
  display: block;
  font-size: 42%;
  color: inherit;
}

/*   _____   _____ 
    |  __ \ / ____|
    | |__) | |     
    |  ___/| |     
    | |    | |____ 
    |_|     \_____|
*/
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  /*------------------------------
      見出し                
  ------------------------------*/
  .contents {
    padding: 120px 0;
    position: relative;
    /*------------------------------
        テキスト                
    ------------------------------*/
    /*------------------------------
        リスト                
    ------------------------------*/
    /*------------------------------
        ボタン               
    ------------------------------*/
    /*------------------------------
        about slider img               
    ------------------------------*/
  }
  .contents-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
  }
  .contents-inner .box {
    padding: 5.3571428571vw 7.1428571429vw;
    border-radius: 40px;
  }
  .contents-header h2 {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .contents h3 {
    font-size: 24px;
  }
  .contents .text-wrap p {
    line-height: 2;
    font-size: 20px;
  }
  .contents .note {
    font-size: 12px;
  }
  .contents .list-default dt {
    font-size: 20px;
  }
  .contents .list-default dd {
    font-size: 16px;
  }
  .contents .faq-list {
    gap: 30px 0;
  }
  .contents .faq-list dt::before, .contents .faq-list dd::before {
    font-size: 20px;
  }
  .contents .faq-list dt {
    font-size: 20px;
  }
  .contents .faq-list dd {
    font-size: 16px;
  }
  .contents .btn {
    font-size: 24px;
  }
  .contents .btn a {
    padding: 10px 45px 10px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .contents .btn a span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .contents .btn a span::after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 15px;
    height: 15px;
    right: 20px;
  }
  .contents .btn-b a {
    border: 3px solid #402500;
    background: transparent;
  }
  .contents .btn-b a:hover {
    background: #FFD200;
    border: 3px solid #FFD200;
  }
  .contents .btn-b a:hover span {
    color: #fff;
  }
  .contents .btn-b a:hover span::after {
    background-image: url(../img/icon_arrow_w.svg);
  }
  .contents .btn-p a:hover {
    background: #FF6900;
  }
  .contents .about-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 60px;
    margin-top: 60px;
  }
  .contents .about-img picture {
    border: 12px solid #fff;
    border-radius: 24px;
  }
  /*------------------------------
      電話番号無効化               
  ------------------------------*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  /*================================================

      下層ページ

  =================================================*/
  .mainVisual {
    padding: 90px 0;
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainVisual-inner {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainVisual-img {
    border-radius: 32px;
    width: 52.9761904762vw;
    max-width: 890px;
    margin-right: 10.7142857143vw;
    margin-left: auto;
  }
  .mainVisual-on {
    position: absolute;
    bottom: 0;
    left: 10.7142857143vw;
  }
  .mainVisual-on h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .mainVisual-img {
    margin-right: 60px;
  }
  .mainVisual-on {
    left: 60px;
  }
  .mainVisual-on h1 {
    font-size: 56px;
  }
  .contents-inner .box {
    padding: 90px 120px;
  }
  .contents .form-list {
    padding: 90px 0;
  }
}