@import url("https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Noto+Sans+JP:wght@400;500;600;700;800&family=Noto+Serif+JP:wght@400;600&display=swap");
/*-----------------------------
A (more) Modern CSS Reset
https://piccalil.li/blog/a-more-modern-css-reset/
-----------------------------*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
  /*@include g.sp { 
    font-size: 56.25%;
  }*/
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
  color: #534741;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

[lang=en] {
  font-family: "Fredericka the Great", serif;
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
}

*:focus {
  outline: 0;
}

a {
  color: #534741;
  backface-visibility: hidden;
}

/*a:hover {
  color: lighten( g.$rgb_GRY, 25% );
}*/
figure {
  line-height: 0;
}

figcaption {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

/*@include g.sp {
  .mt-0 {
    margin-top: 0vw !important;
  }
  .mb-0 {
    margin-bottom: 0vw !important;
  }
}*/
.mt-10 {
  margin-top: 1rem !important;
}

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

/*@include g.sp {
  .mt-10 {
    margin-top: 1.3333vw !important;
  }
  .mb-10 {
    margin-bottom: 1.3333vw !important;
  }
}*/
.mt-20 {
  margin-top: 2rem !important;
}

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

/*@include g.sp {
  .mt-20 {
    margin-top: 2.6666vw !important;
  }
  .mb-20 {
    margin-bottom: 2.6666vw !important;
  }
}*/
.mt-30 {
  margin-top: 3rem !important;
}

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

/*@include g.sp {
  .mt-30 {
    margin-top: 3.9999vw !important;
  }
  .mb-30 {
    margin-bottom: 3.9999vw !important;
  }
}*/
.mt-40 {
  margin-top: 4rem !important;
}

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

/*@include g.sp {
  .mt-40 {
    margin-top: 5.3332vw !important;
  }
  .mb-40 {
    margin-bottom: 5.3332vw !important;
  }
}*/
.mt-50 {
  margin-top: 5rem !important;
}

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

/*@include g.sp {
  .mt-50 {
    margin-top: 6.6665vw !important;
  }
  .mb-50 {
    margin-bottom: 6.6665vw !important;
  }
}*/
.mt-60 {
  margin-top: 6rem !important;
}

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

/*@include g.sp {
  .mt-60 {
    margin-top: 7.9998vw !important;
  }
  .mb-60 {
    margin-bottom: 7.9998vw !important;
  }
}*/
.mt-70 {
  margin-top: 7rem !important;
}

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

/*@include g.sp {
  .mt-70 {
    margin-top: 9.3331vw !important;
  }
  .mb-70 {
    margin-bottom: 9.3331vw !important;
  }
}*/
.mt-80 {
  margin-top: 8rem !important;
}

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

/*@include g.sp {
  .mt-80 {
    margin-top: 10.6664vw !important;
  }
  .mb-80 {
    margin-bottom: 10.6664vw !important;
  }
}*/
.mt-90 {
  margin-top: 9rem !important;
}

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

/*@include g.sp {
  .mt-90 {
    margin-top: 11.9997vw !important;
  }
  .mb-90 {
    margin-bottom: 11.9997vw !important;
  }
}*/
.mt-100 {
  margin-top: 10rem !important;
}

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

/*@include g.sp {
  .mt-100 {
    margin-top: 13.333vw !important;
  }
  .mb-100 {
    margin-bottom: 13.333vw !important;
  }
}*/
.mt--7em {
  margin-top: -7em !important;
}

.mb--7em {
  margin-bottom: -7em !important;
}

.mt--6em {
  margin-top: -6em !important;
}

.mb--6em {
  margin-bottom: -6em !important;
}

.mt--5em {
  margin-top: -5em !important;
}

.mb--5em {
  margin-bottom: -5em !important;
}

.mt--4em {
  margin-top: -4em !important;
}

.mb--4em {
  margin-bottom: -4em !important;
}

.mt--3em {
  margin-top: -3em !important;
}

.mb--3em {
  margin-bottom: -3em !important;
}

.mt--2em {
  margin-top: -2em !important;
}

.mb--2em {
  margin-bottom: -2em !important;
}

.mt--1em {
  margin-top: -1em !important;
}

.mb--1em {
  margin-bottom: -1em !important;
}

.mt-0em {
  margin-top: 0em !important;
}

.mb-0em {
  margin-bottom: 0em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

.mt-6em {
  margin-top: 6em !important;
}

.mb-6em {
  margin-bottom: 6em !important;
}

.mt-7em {
  margin-top: 7em !important;
}

.mb-7em {
  margin-bottom: 7em !important;
}

.mt-8em {
  margin-top: 8em !important;
}

.mb-8em {
  margin-bottom: 8em !important;
}

.mt-9em {
  margin-top: 9em !important;
}

.mb-9em {
  margin-bottom: 9em !important;
}

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

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

/* padding -------------*/
.pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-1em {
  padding-top: 1em !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

.pt-2em {
  padding-top: 2em !important;
}

.pb-2em {
  padding-bottom: 2em !important;
}

.pt-3em {
  padding-top: 3em !important;
}

.pb-3em {
  padding-bottom: 3em !important;
}

.pt-4em {
  padding-top: 4em !important;
}

.pb-4em {
  padding-bottom: 4em !important;
}

.pt-5em {
  padding-top: 5em !important;
}

.pb-5em {
  padding-bottom: 5em !important;
}

.pt-6em {
  padding-top: 6em !important;
}

.pb-6em {
  padding-bottom: 6em !important;
}

.pt-7em {
  padding-top: 7em !important;
}

.pb-7em {
  padding-bottom: 7em !important;
}

.pt-8em {
  padding-top: 8em !important;
}

.pb-8em {
  padding-bottom: 8em !important;
}

.pt-9em {
  padding-top: 9em !important;
}

.pb-9em {
  padding-bottom: 9em !important;
}

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

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

.pl-1em {
  padding-left: 1em;
}

.pl-1_5em {
  padding-left: 1.5em;
}

.pl-2em {
  padding-left: 2em;
}

/* br ------------*/
br.br-mb1 {
  display: block;
  content: "";
  height: 1em;
}

@media screen and (max-width: 767px) {
  br.br-mb1.for-pc {
    display: none;
  }
}

br.br-mb1.for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.br-mb1.for-sp {
    display: block;
  }
}

/* text -------------*/
/* ff */
.txt-min {
  font-family: "Noto Serif JP", serif;
}

.txt-en {
  font-family: "Fredericka the Great", serif;
}

/* font color */
.txt-blk {
  color: #000;
}

.txt-red {
  color: #9E2924;
}

/* font size */
.txt-xsmall {
  font-size: 75%;
}

.txt-small {
  font-size: 87.5%;
}

.txt-middle {
  font-size: 93.75%;
}

.txt-large {
  font-size: 112.5%;
}

.txt-xlarge {
  font-size: 137.5%;
}

/* align */
.txt-left {
  text-align: left;
}

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

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

.txt-center_forpc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-center_forpc {
    text-align: left;
  }
}

figure.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  figure.center figcaption {
    text-align: left;
  }
}

/* font weight */
.txt-fwL {
  font-weight: 300 !important;
}

.txt-fwR {
  font-weight: 400 !important;
}

.txt-fwM {
  font-weight: 500 !important;
}

.txt-fwB {
  font-weight: 600 !important;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 1em !important;
}

.ls-_5 {
  letter-spacing: 0.5em !important;
}

/* color  */
.color-red {
  color: #9E2924;
}

/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

.num-indent {
  display: flex;
}
.num-indent .num {
  flex: none;
}

/**/
.txt-asterisk {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 87.5%;
  text-indent: -1em;
}

.txt-lead {
  display: block;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt-lead {
    font-size: 1.6rem;
  }
}

/* list -------------*/
ul.dot li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.5em;
}
ul.dot li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0.5em;
  width: 3px;
  height: 3px;
  background: #534741;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}

.l-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*------------------------------
header
-------------------------------*/
.l-header {
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-header .header-inner {
  position: relative;
}
.l-header .header-logo {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  z-index: 1;
}
.l-header .header-logo p {
  margin: 0;
}
.l-header .header-title {
  position: relative;
  margin: auto;
  text-align: center;
  line-height: 0;
  z-index: 0;
}
.l-header .header-title img {
  width: 100%;
}
.l-header .header_menu {
  position: fixed;
  top: 15px;
  right: 15px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
}
.l-header .header_menu button {
  position: relative;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  outline: 0;
  background: url("../images/menu_btn_1.png") no-repeat center center;
  background-size: contain;
  border-radius: 100px;
  cursor: pointer;
  font-size: 10px;
  text-indent: 500px;
  white-space: nowrap;
  overflow: hidden;
}
.l-header .header_menu button:hover {
  opacity: 0.7;
}
.l-header .header_menu.is_open button {
  background-image: url("../images/menu_btn_2.png");
}
.l-header .header-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  height: 100%;
  padding: 70px 40px;
  background: radial-gradient(circle closest-corner, rgb(219, 200, 171) 0%, rgb(219, 201, 176) 34.02%, rgb(211, 193, 172) 67.76%, rgb(199, 181, 165) 100%);
  transform: translate(110%, 0);
  visibility: hidden;
  z-index: 1;
}
.l-header .header-drawer .gNav {
  position: relative;
  margin-bottom: 50px;
}
.l-header .header-drawer .gNav li {
  font-size: 112%;
  border-bottom: 1px solid #918075;
}
.l-header .header-drawer .gNav li a {
  position: relative;
  display: block;
  padding: 1em 0;
  color: #4C3F3B;
  letter-spacing: 0.08em;
  text-decoration: none;
  font-weight: 600;
}
.l-header .header-drawer .gNav li a:hover, .l-header .header-drawer .gNav li a:focus {
  opacity: 0.7;
}
.l-header .header-drawer .gNav li:last-child {
  border-bottom: 0;
}
.l-header .header-drawer .btn-sns {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin: auto;
}
.l-header .header-drawer .btn-sns a {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.l-header .header-drawer .btn-sns a:hover {
  opacity: 0.8;
}
.l-header .header-drawer.is_open {
  visibility: visible;
  transform: translate(0, 0);
  transition: transform 0.6s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header .header-logo {
    width: 30%;
  }
  .l-header .header_menu button {
    width: 12.2vw;
    max-width: 96px;
    height: 12.2vw;
    max-height: 96px;
  }
  .l-header .header-drawer {
    width: 100%;
  }
  .l-header .header-drawer .gNav li {
    font-size: 106%;
  }
}

/*------------------------------
footer
-------------------------------*/
.l-footer {
  position: relative;
  /*background: url('../images/bg_img.jpg') no-repeat center top;
  background-size: cover;*/
  z-index: 0;
}
.l-footer .footer-inner {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
}
.l-footer .footer-realdgame {
  position: relative;
  margin: 50px auto;
  line-height: 0;
  text-align: center;
}
.l-footer .footer-sns {
  position: relative;
  margin: 50px auto;
  line-height: 0;
  color: #fff;
  text-align: center;
}
.l-footer .footer-sns .btn-sns {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin: auto;
}
.l-footer .footer-sns .btn-sns a {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.l-footer .footer-sns .btn-sns a:hover {
  opacity: 0.8;
}
.l-footer .footer-contact {
  position: relative;
  margin: auto;
}
.l-footer .footer-contact .btn-contact {
  position: relative;
  margin: 0 auto;
}
.l-footer .footer-contact .btn-contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 320px;
  height: 64px;
  background: url("../images/btn_2.png") no-repeat center center;
  background-size: contain;
  color: #4C3F3B;
  font-size: 112.5%;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.l-footer .footer-contact .btn-contact a:hover {
  opacity: 0.8;
}
.l-footer .footer-logo {
  position: relative;
  margin-top: 50px;
}
.l-footer .footer-logo .logo {
  position: relative;
  display: table;
  margin: auto;
}
.l-footer .footer-copyrght {
  position: relative;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-inner {
    padding: 50px 0;
  }
  .l-footer .footer-contact .btn-contact a {
    width: 64vw;
    height: 12.8vw;
  }
  .l-footer .footer-logo {
    margin-top: 50px;
  }
  .l-footer .footer-logo .logo {
    width: 64vw;
  }
}

/*------------------------------
main
-------------------------------*/
.l-main {
  position: relative;
  min-height: 500px;
  z-index: 0;
}

/*-------------------------
 a 
---------------------------*/
a.link-text {
  position: relative;
  word-break: break-all;
  color: #008BD2;
  transition: opacity 0.3s;
}
a.link-text:hover, a.link-text:focus {
  opacity: 0.7;
}
a.link-text:hover, a.link-text:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /*text-underline-offset: 5px;*/
}

a.btn-basic {
  display: flex;
  align-items: center;
  min-height: 4em;
  padding: 10px 15px;
  background: #9E2924;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-decoration: none;
}
a.btn-basic:after {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  background: url("../images/arrow_1.svg") no-repeat right center;
  background-size: 100% auto;
}
a.btn-basic span {
  flex: 1;
}
a.btn-basic:hover, a.btn-basic:focus {
  background: #b15450;
}
@media screen and (max-width: 767px) {
  a.btn-basic {
    letter-spacing: 0;
  }
}

a.btn-basic[href*=".pdf"]:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icon_pdf.png") no-repeat right center;
  background-size: contain;
}

h2, h3, h4, h5 {
  color: #4C3F3B;
  letter-spacing: 0.08em;
}

.h-lv2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  height: 48px;
  margin: auto auto 64px;
  background: url("../images/h_waku_1.png") no-repeat center center;
  background-size: contain;
  color: #fff;
  font-size: 162.5%;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .h-lv2 {
    width: 53.33vw;
    max-width: 400px;
    height: 10.6vw;
    max-height: 80px;
    font-size: min(5vw, 170%);
  }
}

/* common */
input[type=text] {
  margin: 0 5px 0 0;
  padding: 12px;
  border: 1px solid #938075;
}

input[type=text]:focus {
  box-shadow: inset 0 0 0 2px #938075;
}

select {
  height: 3em;
  margin: 0 10px 0 0;
  padding: 12px;
  border: 1px solid #938075;
  border-radius: 0;
  color: #534741;
}

select:focus {
  box-shadow: inset 0 0 0 2px #938075;
}

/*-------------
page main
---------------*/
.w-1100 {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.w-900 {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.w-800 {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w-700 {
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.main-container {
  position: relative;
  width: 80%;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main-container {
    width: auto;
  }
}

.bgimg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 20px);
  background: url("../images/bg_img.jpg") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgimg {
    background-image: url("../images/bg_img_sp.jpg");
  }
}

/*.bgimg.is-fixed {
  position: fixed;
}*/
.note {
  position: relative;
  padding: 20px;
  border: 2px solid #98989a;
}
.note p {
  margin: 0 0 1em;
}
.note p:last-child {
  margin-bottom: 0;
}

.sec-intro {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 170px 0;
  color: #fff;
  font-size: 125%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.2;
}
.sec-intro:before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: -70px;
  width: 251px;
  height: 311px;
  background: url("../images/illust_1.png") no-repeat 0 0;
  background-size: contain;
  pointer-events: none;
}
.sec-intro:after {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  right: -20px;
  width: 220px;
  height: 320px;
  background: url("../images/illust_2.png") no-repeat 0 0;
  background-size: contain;
  pointer-events: none;
}
.sec-intro p {
  margin: 0 0 1.5em;
  text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.7);
}
.sec-intro p:last-child {
  margin-bottom: 0;
}
.sec-intro strong {
  color: #FF0;
  font-size: 135%;
}
@media screen and (max-width: 767px) {
  .sec-intro {
    width: 90%;
    padding: min(19vw, 140px) 0;
    font-size: min(3.8vw, 32px);
  }
  .sec-intro:before {
    display: none;
  }
  .sec-intro:after {
    position: relative;
    top: 0;
    right: 0;
    width: 64vw;
    height: 42.6vw;
    margin: auto;
    background-image: url("../images/illust_3.png");
  }
}

.sec-step {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 160px;
}
.sec-step .h-lv2 {
  margin-bottom: 64px;
}
.sec-step .step-container {
  position: relative;
}
.sec-step .step-box {
  position: relative;
  display: flex;
  margin: 0 auto 40px;
  background: url("../images/bg_paper.jpg") no-repeat center center;
}
.sec-step .step-box .step-box-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12%;
  max-width: 118px;
  padding: 10px;
  background: linear-gradient(135deg, rgb(0, 20, 86) 0%, rgb(0, 141, 216) 99.62%);
}
.sec-step .step-box .step-box-header h3 {
  margin: auto;
  width: 54px;
  line-height: 0;
}
.sec-step .step-box .step-box-header h3 img {
  width: 100%;
}
.sec-step .step-box .step-box-main {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 40px;
}
.sec-step .step-box .step-box-img {
  position: relative;
  width: 25%;
  max-width: 204px;
  line-height: 0;
}
.sec-step .step-box .step-box-img img {
  border-radius: 10px;
}
.sec-step .step-box .step-box-text {
  position: relative;
  width: 69%;
}
.sec-step .step-box .step-box-text h4 {
  margin: 0 0 1em;
  font-size: 125%;
}
.sec-step .step-box .step-box-text p {
  margin: 0 0 1.2em;
}
.sec-step .step-box .step-box-text p:last-child {
  margin-bottom: 0;
}
.sec-step .step-box .btns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  margin: 0;
}
.sec-step .step-box .btns p.btn {
  width: 300px;
  margin: 0;
}
.sec-step .step-box .column-2 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px 25px;
}
.sec-step .step-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .sec-step .step-box .column-2 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sec-step {
    margin-bottom: min(19vw, 140px);
  }
  .sec-step .h-lv2 {
    margin-bottom: min(8.5vw, 48px);
  }
  .sec-step .step-box {
    display: block;
    margin-bottom: min(8.5vw, 48px);
  }
  .sec-step .step-box .step-box-header {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 15px 10px;
  }
  .sec-step .step-box .step-box-header h3 {
    width: 10.5vw;
    max-width: 80px;
  }
  .sec-step .step-box .step-box-main {
    display: block;
    padding: 8%;
  }
  .sec-step .step-box .step-box-img {
    width: 80%;
    max-width: 400px;
    margin: auto auto min(8vw, 48px);
  }
  .sec-step .step-box .step-box-text {
    width: auto;
    padding: 0;
  }
  .sec-step .step-box .step-box-text h4 {
    font-size: 115%;
  }
  .sec-step .step-box .btns {
    display: block;
  }
  .sec-step .step-box .btns p.btn {
    width: 100%;
    margin: 0 auto 15px;
  }
  .sec-step .step-box .btns p.btn:last-child {
    margin-bottom: 0;
  }
  .sec-step .step-box .column-2 {
    display: block;
  }
  .sec-step .step-box .column-2 .col {
    margin-bottom: 1em;
  }
  .sec-step .step-box .column-2 .col:last-child {
    margin-bottom: 0;
  }
  .sec-step .step-box:last-child {
    margin-bottom: 0;
  }
}

.sec-story {
  position: relative;
  margin: 0 auto 90px;
}
.sec-story .h-lv2 {
  margin-bottom: 64px;
}
.sec-story .story-container {
  position: relative;
  margin: auto;
  padding-top: 60px;
}
.sec-story .story-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/arasuji_bg.png") no-repeat center top;
  pointer-events: none;
}
.sec-story .story-container img {
  position: relative;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec-story {
    margin-bottom: min(19vw, 140px);
  }
  .sec-story .h-lv2 {
    margin-bottom: min(8.5vw, 48px);
  }
  .sec-story .story-container {
    width: 94%;
    padding: 0;
  }
  .sec-story .story-container:before {
    display: none;
  }
}

.sec-people {
  position: relative;
  margin: 0 auto;
  padding: 100px 0;
  background: url("../images/prof_bg.jpg") no-repeat center top;
  background-size: 100% 100%;
}
.sec-people:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgb(146, 101, 21) 0%, rgb(234, 221, 124) 12.37%, rgb(220, 203, 109) 14.05%, rgb(204, 180, 90) 16.72%, rgb(193, 167, 79) 19.26%, rgb(190, 162, 75) 21.51%, rgb(255, 227, 120) 34.41%, rgb(251, 222, 115) 38.55%, rgb(240, 208, 102) 43.45%, rgb(222, 184, 80) 48.7%, rgb(205, 161, 59) 52.69%, rgb(217, 193, 96) 68.82%, rgb(156, 116, 33) 88.71%, rgb(152, 109, 28) 100%);
  pointer-events: none;
}
.sec-people:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgb(146, 101, 21) 0%, rgb(234, 221, 124) 12.37%, rgb(220, 203, 109) 14.05%, rgb(204, 180, 90) 16.72%, rgb(193, 167, 79) 19.26%, rgb(190, 162, 75) 21.51%, rgb(255, 227, 120) 34.41%, rgb(251, 222, 115) 38.55%, rgb(240, 208, 102) 43.45%, rgb(222, 184, 80) 48.7%, rgb(205, 161, 59) 52.69%, rgb(217, 193, 96) 68.82%, rgb(156, 116, 33) 88.71%, rgb(152, 109, 28) 100%);
  pointer-events: none;
}
.sec-people .h-lv2 {
  margin-bottom: 64px;
}
.sec-people .people-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.sec-people .people-container .pictext {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 30px;
  color: #fff;
}
.sec-people .people-container .prof-icon {
  position: relative;
  width: 33%;
  max-width: 360px;
  line-height: 0;
}
.sec-people .people-container .prof-icon img {
  width: 100%;
  border-radius: 500px;
}
.sec-people .people-container .prof-img {
  position: relative;
  width: 15%;
  max-width: 168px;
  margin-left: 3%;
  line-height: 0;
}
.sec-people .people-container .prof-body {
  position: relative;
  width: 33%;
  max-width: 360px;
  margin-left: 5%;
  padding-bottom: 15%;
}
.sec-people .people-container .prof-body .prof-detail {
  position: relative;
  padding: 10% 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sec-people .people-container .prof-body .prof-detail .prof-kana {
  position: relative;
  margin: 0 0 15px;
  font-size: 75%;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.sec-people .people-container .prof-body .prof-detail .prof-name {
  position: relative;
  margin: 0 0 15px;
  font-size: min(4.6vw, 46px);
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.sec-people .people-container .prof-body .prof-en {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0;
}
.sec-people .slide_thmbnails {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: auto auto 50px;
  padding: 0;
}
.sec-people .slide_thmbnails .slide_thmbnail {
  position: relative;
  width: 86px;
  margin: 0;
  padding: 0;
  border-radius: 500px;
  cursor: pointer;
  line-height: 0;
  overflow: hidden;
}
.sec-people .slide_thmbnails .slide_thmbnail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.sec-people .slide_thmbnails .slide_thmbnail img {
  position: relative;
  width: 100%;
}
.sec-people .slide_thmbnails .slide_thmbnail:hover:after, .sec-people .slide_thmbnails .slide_thmbnail.is_current:after {
  opacity: 0;
}
.sec-people .prof-splide {
  position: relative;
}
.sec-people .prof-splide .splide__arrow {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 44px;
  padding: 0;
  border: 0;
  outline: 0;
  transform: translate(0, -50%);
  font-size: 10px;
  text-indent: 500px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.sec-people .prof-splide .splide__arrow:hover, .sec-people .prof-splide .splide__arrow:focus {
  opacity: 0.7;
}
.sec-people .prof-splide .splide__arrow--prev {
  left: 0;
  background: url("../images/slidearrow_prev.svg") no-repeat left center;
  background-size: 100% auto;
}
.sec-people .prof-splide .splide__arrow--next {
  right: 0;
  background: url("../images/slidearrow_next.svg") no-repeat right center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec-people .people-container .prof-body .prof-detail .prof-name {
    font-size: min(4vw, 46px);
  }
}
@media screen and (max-width: 767px) {
  .sec-people {
    padding: min(12vw, 90px) 0;
    background-image: url("../images/prof_bg_sp.jpg");
  }
  .sec-people .h-lv2 {
    margin-bottom: min(8.5vw, 48px);
  }
  .sec-people .people-container .pictext {
    display: block;
    padding: 0 40px;
  }
  .sec-people .people-container .prof-icon {
    float: left;
    width: 55%;
    max-width: 100%;
  }
  .sec-people .people-container .prof-icon.noimg {
    float: none;
    width: 60%;
    margin: auto auto 40%;
  }
  .sec-people .people-container .prof-img {
    float: right;
    width: 40%;
    max-width: 100%;
    margin: 0 0 50px;
    z-index: 1;
  }
  .sec-people .people-container .prof-body {
    clear: both;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
  }
  .sec-people .people-container .prof-body .prof-detail .prof-name {
    font-size: 150%;
  }
  .sec-people .people-container .prof-body .prof-en {
    bottom: calc(100% + 50px);
    transform: translate(0, -40%);
  }
  .sec-people .people-container .prof-icon.noimg + .prof-body .prof-en {
    bottom: 100%;
    transform: none;
  }
  .sec-people .slide_thmbnails {
    gap: 20px;
    width: 80%;
    max-width: 400px;
  }
  .sec-people .slide_thmbnails .slide_thmbnail {
    width: calc((100% - 60px) * 0.3333);
  }
  .sec-people .prof-splide {
    position: relative;
  }
  .sec-people .prof-splide .splide__arrow {
    width: 22px;
    height: 44px;
  }
}

.sec-playstyle {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 90px auto;
  padding: 4px;
  background: linear-gradient(90deg, rgb(146, 101, 21) 0%, rgb(234, 221, 124) 12.37%, rgb(220, 203, 109) 14.05%, rgb(204, 180, 90) 16.72%, rgb(193, 167, 79) 19.26%, rgb(190, 162, 75) 21.51%, rgb(255, 227, 120) 34.41%, rgb(251, 222, 115) 38.55%, rgb(240, 208, 102) 43.45%, rgb(222, 184, 80) 48.7%, rgb(205, 161, 59) 52.69%, rgb(217, 193, 96) 68.82%, rgb(156, 116, 33) 88.71%, rgb(152, 109, 28) 100%);
}
.sec-playstyle .playstyle-inner {
  position: relative;
  padding: 60px;
  background: url("../images/playstyle_bg.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.sec-playstyle .h-lv2 {
  margin-bottom: 64px;
}
.sec-playstyle .playstyle-container {
  position: relative;
  display: flex;
  gap: 50px;
  justify-content: space-betwen;
}
.sec-playstyle .playstyle-container .playstyle-box {
  width: calc((100% - 100px) * 0.3333);
  color: #fff;
}
.sec-playstyle .playstyle-container .playstyle-box h3 {
  position: relative;
  color: #fff;
  font-size: min(2.2vw, 125%);
  text-align: center;
}
.sec-playstyle .playstyle-container .playstyle-box h3 i {
  display: block;
  position: absolute;
  top: 50%;
  left: -5px;
  width: 53px;
  height: 53px;
  line-height: 0;
  transform: translate(0, -50%);
  z-index: 1;
}
.sec-playstyle .playstyle-container .playstyle-box h3 i img {
  width: 100%;
}
.sec-playstyle .playstyle-container .playstyle-box h3 span {
  position: relative;
  display: block;
  padding: 10px 0 10px 20px;
  z-index: 0;
}
.sec-playstyle .playstyle-container .playstyle-box h3 span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #fff;
}
.sec-playstyle .playstyle-container .playstyle-box h3 span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #fff;
}
.sec-playstyle .playstyle-container .playstyle-box p {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .sec-playstyle .playstyle-container {
    gap: 30px;
  }
  .sec-playstyle .playstyle-container .playstyle-box h3 {
    font-size: min(2vw, 115%);
  }
  .sec-playstyle .playstyle-container .playstyle-box h3 i {
    width: 43px;
    height: 43px;
  }
  .sec-playstyle .playstyle-container .playstyle-box h3 span:before {
    width: calc(100% - 20px);
  }
  .sec-playstyle .playstyle-container .playstyle-box h3 span:after {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .sec-playstyle {
    margin: min(12vw, 90px) auto;
  }
  .sec-playstyle .playstyle-inner {
    background-image: url("../images/playstyle_bg_sp.jpg");
  }
  .sec-playstyle .h-lv2 {
    margin-bottom: min(8.5vw, 48px);
  }
  .sec-playstyle .playstyle-container {
    position: relative;
    display: block;
  }
  .sec-playstyle .playstyle-container .playstyle-box {
    width: 100%;
    margin: 0 auto min(8.5vw, 48px);
  }
  .sec-playstyle .playstyle-container .playstyle-box h3 {
    margin-bottom: 15px;
    font-size: min(4.5vw, 125%);
  }
  .sec-playstyle .playstyle-container .playstyle-box h3 i {
    width: 3em;
    height: 3em;
  }
  .sec-playstyle .playstyle-container .playstyle-box h3 span {
    padding: 0.8em 0 0.8em 0.5em;
  }
  .sec-playstyle .playstyle-container .playstyle-box h3 span:before {
    width: calc(100% - 1.5em);
  }
  .sec-playstyle .playstyle-container .playstyle-box h3 span:after {
    width: calc(100% - 1.5em);
  }
  .sec-playstyle .playstyle-container .playstyle-box:last-child {
    margin-bottom: 0;
  }
}

.sec-product {
  position: relative;
  margin: 0 auto;
  padding: 90px 0;
  background: url("../images/bg_paper.jpg") no-repeat center center;
  background-size: 100% auto;
}
.sec-product .h-lv2 {
  margin-bottom: 64px;
}
.sec-product .product-container {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
.sec-product .pictext {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.sec-product .pictext .pic {
  width: 30%;
  line-height: 0;
}
.sec-product .pictext .text h3 {
  font-weight: 700;
  line-height: 1.4;
}
.sec-product .pictext .text h3 .txt-1 {
  font-size: 125%;
}
.sec-product .pictext .text h3 .txt-2 {
  font-size: 162%;
}
.sec-product .pictext .text p {
  line-height: 2;
}
.sec-product a.btn_product {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 1em;
  line-height: 0;
}
.sec-product a.btn_product img {
  width: auto;
  height: 1.5em;
}
.sec-product a.btn_product:hover {
  opacity: 0.7;
}
.sec-product .btns {
  position: relative;
  display: flex;
  gap: 25px;
  justify-content: center;
}
.sec-product .btns .btn {
  width: 300px;
  margin: 0;
}
.sec-product .column-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}
@media screen and (max-width: 767px) {
  .sec-product {
    background: url("../images/bg_paper.jpg") repeat center top;
    background-size: cover;
    padding: min(12vw, 90px) 0;
  }
  .sec-product .h-lv2 {
    margin-bottom: min(8.5vw, 48px);
  }
  .sec-product .pictext {
    display: block;
  }
  .sec-product .pictext .pic {
    width: 70%;
    max-width: 320px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .sec-product .pictext .text h3 .txt-1 {
    font-size: 100%;
  }
  .sec-product .pictext .text h3 .txt-2 {
    font-size: 115%;
  }
  .sec-product .btns {
    display: block;
  }
  .sec-product .btns .btn {
    width: 90%;
    margin: 0 auto 15px;
  }
  .sec-product .btns .btn:last-child {
    margin-bottom: 0;
  }
  .sec-product .column-2 {
    display: block;
  }
  .sec-product .column-2 .col {
    margin-bottom: 1em;
  }
  .sec-product .column-2 .col:last-child {
    margin-bottom: 0;
  }
}

.sec-guide {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 90px auto;
  padding: 10px 50px 50px;
  background: #fff;
}
.sec-guide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: 49px;
  background: url("../images/pin.png") no-repeat 0 0;
  background-size: contain;
  transform: translate(0, -50%);
  pointer-events: none;
}
.sec-guide .h-lv2 {
  margin-bottom: 64px;
}
.sec-guide .guide-container {
  position: relative;
  overflow: hidden;
}
.sec-guide .guide-box {
  position: relative;
  margin: auto;
  padding: 40px 0;
  background: linear-gradient(to right, #ADADAD, #ADADAD 6px, transparent 6px, transparent 4px) repeat-x left bottom/10px 2px;
}
.sec-guide .guide-box .guide-toggle {
  position: relative;
  cursor: pointer;
}
.sec-guide .guide-box .guide-toggle .guide-title {
  position: relative;
  color: #4C3F3B;
  font-size: 125%;
  text-align: center;
  letter-spacing: 0.08em;
}
.sec-guide .guide-box .guide-toggle .toggle-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("../images/toggle_1.svg") no-repeat center center;
  background-size: 100% auto;
}
.sec-guide .guide-box .guide-toggle:hover, .sec-guide .guide-box .guide-toggle:focus {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}
.sec-guide .guide-box .guide-body {
  display: none;
  opacity: 0;
  margin: 40px 0 0;
  padding: 40px 0 0;
  background: linear-gradient(to right, #ADADAD, #ADADAD 6px, transparent 6px, transparent 4px) repeat-x left top/10px 2px;
}
.sec-guide .guide-box .guide-body h4 {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  background: #E0DCCF;
  font-weight: 600;
  text-align: center;
}
.sec-guide .guide-box .guide-body h5 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
.sec-guide .guide-box .guide-body p {
  margin: 1em 0;
}
.sec-guide .guide-box .guide-body p:last-child {
  margin-bottom: 0;
}
.sec-guide .guide-box .guide-body .faq-container {
  position: relative;
  margin-bottom: 30px;
}
.sec-guide .guide-box .guide-body .faq-container:last-child {
  margin-bottom: 0;
}
.sec-guide .guide-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.sec-guide .guide-box.is-open .guide-toggle .toggle-icon {
  background-image: url("../images/toggle_2.svg");
}
.sec-guide .guide-box.is-open .guide-body {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .sec-guide {
    margin-bottom: min(12vw, 90px);
    padding: 30px 5% 40px;
  }
  .sec-guide .h-lv2 {
    margin-bottom: min(8.5vw, 48px);
  }
  .sec-guide .guide-main {
    padding: 10px 5% 40px;
  }
  .sec-guide .guide-box .guide-toggle .guide-title {
    font-size: 106%;
  }
  .sec-guide .guide-box:last-child {
    margin-bottom: 0;
  }
}

.sec-illustrator {
  position: relative;
  margin: 0 auto;
  padding: 90px 0;
  background: linear-gradient(-61deg, rgb(0, 14, 60) 0%, rgb(0, 125, 190) 99.62%);
}
.sec-illustrator .h-lv2 {
  margin-bottom: 64px;
}
.sec-illustrator .illustrator-container {
  position: relative;
  width: 90%;
  max-width: 950px;
  margin: auto;
  padding: 40px;
  color: #fff;
}
.sec-illustrator .illustrator-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url("../images/h_deco_1.png"), url("../images/h_deco_2.png");
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: contain;
  pointer-events: none;
}
.sec-illustrator .illustrator-container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url("../images/h_deco_3.png"), url("../images/h_deco_4.png");
  background-repeat: no-repeat;
  background-position: right bottom, left bottom;
  background-size: contain;
  pointer-events: none;
}
.sec-illustrator .pictext {
  position: relative;
  display: flex;
  gap: 50px;
  max-width: 800px;
  margin: auto;
}
.sec-illustrator .pictext .pic {
  position: relative;
  width: 160px;
  line-height: 0;
}
.sec-illustrator .pictext .pic img {
  border-radius: 200px;
}
.sec-illustrator .pictext .text {
  flex: 1;
}
.sec-illustrator .pictext .text .text-1 {
  margin: 0 0 10px;
  font-size: 80%;
}
.sec-illustrator .pictext .text h2 {
  position: relative;
  margin: 0 0 1em;
  color: #fff;
  font-size: min(2.6vw, 162.5%);
}
.sec-illustrator .pictext .text .btn {
  max-width: 300px;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec-illustrator {
    width: 90%;
    margin: auto;
    padding: 0;
  }
  .sec-illustrator .h-lv2 {
    margin-bottom: min(8.5vw, 48px);
  }
  .sec-illustrator .illustrator-container {
    width: 100%;
    padding: 50px 6%;
  }
  .sec-illustrator .illustrator-container:before {
    height: 40px;
  }
  .sec-illustrator .illustrator-container:after {
    height: 40px;
  }
  .sec-illustrator .illustrator-container .pictext {
    display: block;
  }
  .sec-illustrator .illustrator-container .pictext .pic {
    width: 60%;
    max-width: 160px;
    margin: auto auto 15px;
  }
  .sec-illustrator .illustrator-container .pictext .text h2 {
    font-size: min(5.5vw, 20px);
  }
  .sec-illustrator .illustrator-container .pictext .text .btn {
    max-width: 100%;
  }
}

/*--------------
--------------*/
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease-out, transform 1.5s ease-out;
}

.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=maps/style.css.map */
