@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: #fff;
  color: #533A00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.fc--w {
  color: #fff !important;
}

.fc--y {
  color: #EAA602 !important;
}

.fc--b {
  color: #533A00 !important;
}

a {
  transition: color 0.5s;
}
a:hover {
  color: #a1a1a1;
}

.button--hover {
  transition: opacity 0.5s;
}
.button--hover:hover {
  opacity: 0.7;
}

.text--ac {
  text-align: center !important;
}

.text--ar {
  text-align: right !important;
}

.text--al {
  text-align: left !important;
}

.text--line-h {
  font-size: 1.6rem;
  line-height: 2;
}
.text--line-h-l {
  font-size: 1.8rem;
  line-height: 2.3;
}

@media only screen and (max-width: 767px) {
  .text--line-h {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .text--line-h-l {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.title--main {
  text-align: center;
  font-weight: 600;
  font-size: 4rem;
}
.title--main .en {
  display: block;
  margin-bottom: 5px;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  color: #FFBB18;
  line-height: 1;
  font-weight: 600;
}
.title--sub {
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}
.title--sub-s {
  font-size: 3.6rem;
  line-height: 1.4;
}
.title--level {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.title--level[data-fontsize="32"] {
  font-size: 3.2rem;
}
.title--level[data-fontsize="30"] {
  font-size: 3rem;
}
.title--level[data-fontsize="28"] {
  font-size: 2.8rem;
}
.title--level[data-fontsize="28"] small {
  margin-left: 15px;
  font-weight: 500;
  font-size: 1.6rem;
  vertical-align: 5px;
}
.title--level[data-fontsize="24"] {
  font-size: 2.4rem;
}
.title--level[data-fontsize="23"] {
  font-size: 2.3rem;
}
.title--level[data-fontsize="18"] {
  font-size: 1.8rem;
}
.title--level[data-fontsize="16"] {
  font-size: 1.6rem;
}
.title--al {
  text-align: left;
}

.lower-mv {
  background: #533A00;
}
.lower-mv__inner {
  padding: 40px 20px 50px;
  text-align: center;
}
.lower-mv__title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
}
.lower-mv__title span {
  position: relative;
  display: inline-block;
  padding: 0 200px;
}
.lower-mv__title span::before, .lower-mv__title span::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 175px;
  height: 119px;
  background: url(../img/components/title/shisa_pc.png) no-repeat left top/100% auto;
}
.lower-mv__title span::after {
  right: 0;
  left: auto;
  transform: scaleX(-1);
}

@media only screen and (max-width: 767px) {
  .title--main {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .title--main .en {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .title--sub {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .title--sub-s {
    font-size: 2.2rem;
  }
  .title--level[data-fontsize="32"] {
    font-size: 2.2rem;
  }
  .title--level[data-fontsize="30"] {
    font-size: 2rem;
  }
  .title--level[data-fontsize="28"] {
    font-size: 2rem;
  }
  .title--level[data-fontsize="28"] small {
    display: block;
    margin-left: 0;
    font-size: 1.3rem;
    vertical-align: middle;
  }
  .title--level[data-fontsize="24"] {
    font-size: 2rem;
  }
  .title--level[data-fontsize="23"] {
    font-size: 2rem;
  }
  .title--level[data-fontsize="18"] {
    font-size: 1.5rem;
  }
  .title--level[data-fontsize="16"] {
    font-size: 1.3rem;
  }
  .title--al {
    text-align: center;
  }
  .lower-mv__inner {
    padding: 25px 5px;
  }
  .lower-mv__title {
    font-size: 2.8rem;
  }
  .lower-mv__title span {
    display: block;
    padding: 0;
  }
  .lower-mv__title span::before {
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 45px;
    background-image: url(../img/components/title/shisa_sp.png);
  }
  .lower-mv__title span::after {
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 49px;
    background-image: url(../img/components/title/tree.png);
  }
}
.button--radius {
  width: -moz-fit-content;
  width: fit-content;
}
.button--radius a {
  position: relative;
  display: block;
  padding: 26px 90px 26px 55px;
  background: #FFBB18;
  border: #533A00 1px solid;
  border-radius: 60px;
  font-weight: 700;
  font-size: 1.6rem;
  color: #533A00;
}
.button--radius a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(../img/components/icon/arrow_w.png) no-repeat left top/100% auto;
}
.button--radius-w a {
  background: #fff;
}
.button--radius-w a::after {
  background-image: url(../img/components/icon/arrow_y.png);
}
.button--radius-b a {
  background: #fff;
}
.button--radius-b a::after {
  background-image: url(../img/components/icon/arrow_b.png);
}
.button--radius-link a {
  padding: 18px 54px 18px;
}
.button--radius-link a::after {
  width: 16px;
  height: 16px;
  background-image: url(../img/components/icon/link.png);
}

@media only screen and (max-width: 767px) {
  .button--radius {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .button--radius a {
    padding: 17px 45px 17px 35px;
  }
  .button--radius a::after {
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .button--radius-link {
    max-width: 100%;
  }
  .button--radius-link a {
    padding: 18px 0 18px 15px;
    font-size: 1.4rem;
  }
  .button--radius-link a::after {
    width: 13px;
    height: 13px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.pc-header {
  width: 100%;
  background: url(../img/components/background/bg.png) repeat;
}
.pc-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1720px;
  margin: 0 auto;
  padding: 40px 20px;
}
.pc-header__logo {
  line-height: 1;
}
.pc-header__nav {
  display: flex;
  align-items: center;
}
.pc-header__list {
  display: flex;
  align-items: center;
  margin: 0 25px;
}
.pc-header__list li {
  margin: 0 13px;
  text-align: center;
  white-space: nowrap;
}
.pc-header__list li a {
  font-size: 1.6rem;
  font-weight: 600;
}
.pc-header__list li a:hover {
  color: #ccc;
}
.pc-header__button a {
  display: block;
  padding: 16px 25px;
  background: #1F98F5;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
.pc-header__button a:hover {
  text-decoration: none;
}
.pc-header__button a span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.pc-header__button a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../img/components/icon/hand.png) no-repeat left top/100% auto;
}
.pc-header__button.mail {
  margin-left: 17px;
}
.pc-header__button.mail a {
  padding: 16px 28px;
  background: #533A00;
}
.pc-header__button.mail a span::before {
  width: 18px;
  height: 18px;
  background-image: url(../img/components/icon/mail.png);
}

.top .pc-header {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .sp-header {
    background: url(../img/components/background/bg.png) repeat;
  }
  .sp-header__inner {
    padding: 15px 10px;
  }
  .sp-header__logo {
    width: 32%;
    max-width: 150px;
    line-height: 1;
  }
}
.footer-action {
  display: none;
  height: 500px;
  background: #D9D9D9;
}

.footer-bar {
  padding: 55px 0 50px;
  background: #FFBB18;
  border-radius: 60px 60px 0 0;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 43px;
  padding-top: 12px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  margin-bottom: 15px;
}
.footer-bar__address {
  margin-bottom: 17px;
}
.footer-bar__address p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
}
.footer-bar__address p + p {
  margin-top: 7px;
}
.footer-bar__address p .tel {
  position: relative;
  padding-left: 23px;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-bar__address p .tel::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/components/icon/tel.png) no-repeat left top/100% auto;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  width: 440px;
}
.footer-bar__item a {
  font-weight: 700;
  font-size: 1.6rem;
}
.footer-bar__item a:hover {
  text-decoration: underline;
}
.footer-bar__copyright {
  font-weight: 500;
  font-size: 1.2rem;
}
.footer-bar__copyright a {
  transition: opacity 0.5s;
}
.footer-bar__copyright a:hover {
  opacity: 0.7;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
  transition: opacity 0.5s;
}
.footer-bar__link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    height: 250px;
  }
  .footer-bar {
    padding: 30px 0 10px;
    border-radius: 30px 30px 0 0;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    padding-top: 10px;
  }
  .footer-bar__contents {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .footer-bar__logo {
    display: block;
    width: 170px;
    margin: 0 auto 15px;
  }
  .footer-bar__address p {
    text-align: center;
    font-size: 1.2rem;
  }
  .footer-bar__address p .tel {
    padding-left: 15px;
  }
  .footer-bar__address p .tel::before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
  .footer-bar__group {
    justify-content: center;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1rem;
  }
  .footer-bar__links {
    display: none;
  }
}
.contact {
  margin-bottom: 120px;
}
.contact__inner {
  padding: 70px 20px 65px;
  background: url(../img/layout/contact/bg.png) no-repeat center center/cover;
}
.contact__heading {
  margin-bottom: 15px;
}
.contact__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.contact__wrap-icon {
  margin-right: 10px;
}
.contact__wrap-lead {
  font-size: 1.8rem;
  line-height: 1.222;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.contact__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact__box-button {
  max-width: 484px;
  width: 100%;
  margin: 0 15px;
}
.contact__box-button a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
  padding: 10px;
  border-radius: 9px;
  background: #fff;
  color: #533A00;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
}
.contact__box-button a b {
  font-size: 1.8rem;
}
.contact__box-button a small {
  font-size: 1.2rem;
}
.contact__box-button.mail a {
  background: #FFBB18;
}
.contact__box-button.mail a b {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .contact {
    margin-bottom: 60px;
  }
  .contact__inner {
    padding: 40px 10px;
    background-position: left top;
  }
  .contact__wrap {
    margin-bottom: 20px;
  }
  .contact__wrap-lead {
    font-size: 1.6rem;
  }
  .contact__box-button {
    margin: 0;
  }
  .contact__box-button + .contact__box-button {
    margin-top: 10px;
  }
  .contact__box-button a {
    min-height: 110px;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.65;
  }
  .contact__box-button a b {
    font-size: 1.6rem;
  }
  .contact__box-button a small {
    font-size: 1rem;
  }
  .contact__box-button.mail a b {
    font-size: 1.8rem;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #533A00;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__header {
  display: flex;
  padding: 15px 10px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 32%;
  max-width: 150px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--experience {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #1F98F5;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--experience .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #533A00;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #ffffff;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  padding: clamp(120px, 20px + 8.333vw, 180px) 10px 80px;
  background: url(../img/components/background/bg.png) repeat;
}
.top-mv__inner {
  position: relative;
  max-width: 1684px;
  margin: 0 auto;
}
.top-mv__catch {
  z-index: 1;
  position: absolute;
  top: clamp(-32px, 106.667px - 7.222vw, 20px);
  right: 0;
  color: #533A00;
  font-weight: 600;
  font-size: clamp(4.3rem, 3.467rem + 0.694vw, 4.8rem);
  letter-spacing: 0.21em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.6;
}
.top-mv__catch > span {
  display: inline-block;
  margin-left: 10px;
  padding-top: 10px;
  background: #fff;
  border: 1px solid #533A00;
}
.top-mv__catch > span.small {
  font-size: clamp(2.9rem, 2.067rem + 0.694vw, 3.4rem);
  font-weight: 700;
  line-height: 1.95;
}
.top-mv__catch > span.small:first-child {
  margin-left: 6px;
}
.top-mv__catch > span .adj-top {
  margin-top: -15px;
}
.top-mv__catch > span .adj-bottom {
  margin-bottom: -15px;
}
.top-mv__button {
  margin: -25px auto 0;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    padding: 10px 10px 30px;
  }
  .top-mv__catch {
    top: 53.333vw;
    font-size: 6.667vw;
    letter-spacing: 0.1em;
    writing-mode: initial;
  }
  .top-mv__catch > span {
    margin: 0 0 1.333vw;
    padding: 0 0 0 7px;
  }
  .top-mv__catch > span.small {
    font-size: 4.533vw;
  }
  .top-mv__catch > span.small:first-child {
    margin: 0;
  }
  .top-mv__catch > span .adj-top {
    margin: 0 0 0 -5px;
  }
  .top-mv__catch > span .adj-bottom {
    margin: 0 -5px 0 0;
  }
  .top-mv__button {
    margin: 25.333vw auto 0;
  }
}
.top-problem {
  padding: 120px 0 135px;
}
.top-problem__heading {
  margin-bottom: 50px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.top-problem__heading .small {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
}
.top-problem__group {
  display: flex;
  justify-content: center;
  margin: 0 -11.5px 45px;
}
.top-problem__group-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 32.18%;
  max-width: 428px;
  min-height: 147px;
  margin: 0 11.5px;
  background: #FFBB18;
  border-radius: 10px;
}
.top-problem__item-image {
  margin-right: 10px;
}
.top-problem__item-text {
  font-weight: 700;
  line-height: 1.3;
  font-size: 2rem;
  text-align: center;
}
.top-problem__summary {
  text-align: center;
}
.top-problem__summary-heading {
  margin: 20px 0 70px;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.9;
  text-align: center;
}
.top-problem__summary-heading .wrap {
  position: relative;
  display: inline-block;
  padding-left: 90px;
}
.top-problem__summary-heading .wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 80px;
  height: 108px;
  background: url(../img/pages/top/problem/woman.png) no-repeat left top/100% auto;
}
.top-problem__summary-heading .large {
  font-size: 4.1rem;
  font-weight: 600;
}
.top-problem__summary-heading .dot {
  position: relative;
}
.top-problem__summary-heading .dot::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background: #FFBB18;
  border-radius: 50%;
}
.top-problem__summary-image {
  max-width: 1233px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-problem {
    padding: 40px 0 50px;
  }
  .top-problem__heading {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
  .top-problem__heading .small {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .top-problem__group {
    display: block;
    margin: 0 auto 25px;
  }
  .top-problem__group-item {
    width: 100%;
    min-height: auto;
    margin: 0 0 10px;
    padding: 15px;
    border-radius: 5px;
  }
  .top-problem__item-image {
    width: 27%;
    margin-right: 3%;
  }
  .top-problem__item-text {
    width: 70%;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .top-problem__summary-arrow {
    width: 50px;
    margin: 0 auto;
  }
  .top-problem__summary-heading {
    margin: 10px 0 15px;
    font-size: 2rem;
    line-height: 2.2;
  }
  .top-problem__summary-heading .wrap {
    padding-left: 0;
  }
  .top-problem__summary-heading .wrap::before {
    content: none;
  }
  .top-problem__summary-heading .large {
    font-size: 3rem;
    line-height: 1;
  }
}
.top-approach {
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  background: url(../img/components/background/bg.png) repeat;
}
.top-approach::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 232px;
  height: 100%;
  background: url(../img/pages/top/approach/bg_left.png) repeat-y left top/100% auto;
}
.top-approach::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 0;
  width: 232px;
  height: 100%;
  background: url(../img/pages/top/approach/bg_right.png) repeat-y right top/100% auto;
}
.top-approach__inner {
  z-index: 1;
  position: relative;
  padding: 90px 0 100px;
  background: #fff;
  border-radius: 30px;
}
.top-approach__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 85px;
}
.top-approach__heading-icon {
  margin-right: 30px;
}
.top-approach__heading-title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 2;
}
.top-approach__heading-title small {
  font-size: 3.3rem;
}
.top-approach__group {
  max-width: 1040px;
  margin: 0 auto;
}
.top-approach__group-item {
  display: flex;
  justify-content: center;
}
.top-approach__group-item + .top-approach__group-item {
  margin-top: 80px;
}
.top-approach__group-item:nth-child(even) {
  flex-direction: row-reverse;
}
.top-approach__group-item:nth-child(even) .top-approach__item-image {
  margin: 0 0 0 60px;
}
.top-approach__group-item:nth-child(even) .top-approach__item-text {
  width: auto;
}
.top-approach__item-image {
  width: 48.08%;
  max-width: 500px;
  margin-right: 60px;
}
.top-approach__item-text {
  width: 46.15%;
}
.top-approach__item-sub {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #EAA602;
  letter-spacing: 0;
}
.top-approach__item-title {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
.top-approach__item-desc {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .top-approach {
    padding: 40px 0 50px;
  }
  .top-approach::before {
    top: 0;
    width: 100px;
  }
  .top-approach::after {
    top: 0;
    width: 100px;
  }
  .top-approach__inner {
    padding: 65px 10px 35px;
    border-radius: 15px;
  }
  .top-approach__heading {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  .top-approach__heading-icon {
    z-index: 1;
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    margin: 0;
  }
  .top-approach__heading-title {
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.6;
  }
  .top-approach__heading-title small {
    font-size: 1.8rem;
  }
  .top-approach__group-item {
    display: block;
  }
  .top-approach__group-item + .top-approach__group-item {
    margin-top: 40px;
  }
  .top-approach__item-image {
    width: 100%;
    margin: 0 auto 15px !important;
  }
  .top-approach__item-text {
    width: 100% !important;
  }
  .top-approach__item-sub {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .top-approach__item-title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .top-approach__item-desc {
    margin-bottom: 15px;
  }
}
.top-experience {
  padding: 115px 0 120px;
  background: url(../img/pages/top/experience/bg.png) no-repeat center bottom/cover;
}
.top-experience__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.top-experience__heading-icon {
  margin-right: 30px;
}
.top-experience__heading-title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.6;
  color: #fff;
}
.top-experience__desc {
  margin-bottom: 25px;
}
.top-experience__desc p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  color: #fff;
}
.top-experience__desc p + p {
  margin-top: 8px;
}
.top-experience__desc p.remarks {
  font-size: 1.6rem;
}
.top-experience__schedule {
  max-width: 840px;
  margin: 0 auto 25px;
}
.top-experience__schedule-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  background: #1F98F5;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.top-experience__schedule-title .title {
  font-size: 2rem;
  font-weight: 700;
}
.top-experience__schedule-title .update {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.top-experience__schedule-contents {
  padding: 35px 20px 45px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.top-experience__schedule-table {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.top-experience__schedule-table::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 687px;
  height: 1px;
  background: #ccc;
}
.top-experience__schedule-table .item {
  text-align: center;
}
.top-experience__schedule-table .item + .item {
  margin-left: 118px;
}
.top-experience__schedule-table .item .week {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
.top-experience__schedule-table .item .availability {
  font-family: "Inter", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  color: #1F98F5;
}
.top-experience__schedule-table .item .availability.sankaku {
  color: #45BDCF;
}
.top-experience__schedule-table .item .availability.batsu {
  color: #F19D6E;
}
.top-experience__schedule-remarks {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 700;
}
.top-experience__schedule-remarks span {
  color: #1F98F5;
}
.top-experience__schedule-remarks span.sankaku {
  color: #45BDCF;
}
.top-experience__schedule-remarks span.batsu {
  color: #F19D6E;
}
.top-experience__button {
  margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
  .top-experience {
    padding: 25px 0 50px;
  }
  .top-experience__heading {
    display: block;
  }
  .top-experience__heading-icon {
    width: 90px;
    margin: 0 auto 5px;
  }
  .top-experience__heading-title {
    font-size: 2.3rem;
    text-align: center;
  }
  .top-experience__desc {
    margin-bottom: 20px;
  }
  .top-experience__desc p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-experience__desc p + p {
    margin-top: 5px;
  }
  .top-experience__desc p.remarks {
    font-size: 1.2rem;
  }
  .top-experience__schedule {
    margin-bottom: 15px;
  }
  .top-experience__schedule-title {
    padding: 10px 12px;
    border-radius: 5px 5px 0 0;
  }
  .top-experience__schedule-title .title {
    font-size: 1.6rem;
  }
  .top-experience__schedule-title .update {
    font-size: 1.2rem;
  }
  .top-experience__schedule-contents {
    padding: 15px;
    border-radius: 0 0 5px 5px;
  }
  .top-experience__schedule-table {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .top-experience__schedule-table::before {
    top: 52px;
    width: 100%;
  }
  .top-experience__schedule-table .item + .item {
    margin-left: 0;
  }
  .top-experience__schedule-table .item .week {
    font-size: 2.5rem;
  }
  .top-experience__schedule-table .item .availability {
    font-size: 3.2rem;
  }
  .top-experience__schedule-remarks {
    font-size: 1.2rem;
  }
  .top-experience__button {
    margin: 0 auto;
  }
}
.top-column {
  padding: 120px 0 55px;
}
.top-column__inner {
  position: relative;
}
.top-column__heading {
  margin-bottom: 55px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.7;
}
.top-column__item .img {
  width: 100%;
  margin-bottom: 10px;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.png) no-repeat center/cover;
  border-radius: 8px;
  border: 1px solid #A8A8A8;
}
.top-column__item .time {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
}
.top-column__item .title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__button {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0 30px;
  }
  .top-column__heading {
    margin-bottom: 20px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .top-column__item {
    display: flex;
    width: 95%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-column__button {
    position: static;
    margin: 0 auto;
  }
}
.top-news {
  padding: 50px 0 125px;
}
.top-news__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-news__heading {
  margin-top: 20px;
}
.top-news__list {
  width: 760px;
}
.top-news__item + .top-news__item {
  margin-top: 5px;
}
.top-news__item .link {
  position: relative;
  display: block;
  border-bottom: 1px solid #A8A8A8;
  padding: 14px 40px 14px 0;
}
.top-news__item .link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/components/icon/arrow2_y.png) no-repeat left top/100% auto;
}
.top-news__item .time {
  display: block;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  font-weight: 500;
  font-size: 1.6rem;
}
.top-news__item .title {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
.top-news__button {
  position: absolute;
  left: 0;
  top: 135px;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0 60px;
  }
  .top-news__heading {
    width: 100%;
    margin: 0 0 20px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__item .link {
    padding: 20px 27px 20px 0;
    font-size: 1.5rem;
  }
  .top-news__item .link::before {
    top: 50%;
    width: 20px;
    height: 20px;
  }
  .top-news__item .time {
    margin-bottom: 10px;
  }
  .top-news__item .title {
    line-height: 1.5;
  }
  .top-news__button {
    position: static;
    margin: 0 auto;
  }
}
.casino-motivation {
  padding: 95px 0 55px;
}
.casino-motivation__heading {
  margin-bottom: 30px;
}
.casino-motivation__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.casino-motivation__wrap-image {
  width: 42.87%;
}
.casino-motivation__wrap-image img {
  width: 100%;
}
.casino-motivation__wrap-text {
  width: 51.39%;
}
.casino-motivation__wrap-title {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .casino-motivation {
    padding: 40px 0 30px;
  }
  .casino-motivation__heading {
    margin-bottom: 20px;
  }
  .casino-motivation__wrap-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .casino-motivation__wrap-text {
    width: 100%;
  }
  .casino-motivation__wrap-title {
    margin-bottom: 15px;
  }
}
.casino-training {
  padding: 40px 0 95px;
}
.casino-training__heading {
  margin-bottom: 30px;
}
.casino-training__program {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.casino-training__program + .casino-training__program {
  margin-top: 40px;
}
.casino-training__program-image {
  width: 40.74%;
}
.casino-training__program-image img {
  width: 100%;
}
.casino-training__program-text {
  width: 55.56%;
  margin-top: 10px;
}
.casino-training__program-title {
  margin-bottom: 20px;
}
.casino-training__program-subtitle {
  margin-bottom: 10px;
}
.casino-training__program-desc + .casino-training__program-subtitle {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .casino-training {
    padding: 40px 0 50px;
  }
  .casino-training__heading {
    margin-bottom: 20px;
  }
  .casino-training__program + .casino-training__program {
    margin-top: 30px;
  }
  .casino-training__program-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .casino-training__program-text {
    width: 100%;
    margin-top: 0;
  }
  .casino-training__program-title {
    text-align: center;
  }
  .casino-training__program-subtitle {
    margin-bottom: 5px;
  }
  .casino-training__program-desc + .casino-training__program-subtitle {
    margin-top: 15px;
  }
}
.casino-player {
  padding: 115px 0 130px;
  background: url(../img/pages/casino/player/bg.png) no-repeat center center/cover;
}
.casino-player__heading {
  margin-bottom: 20px;
}
.casino-player__desc {
  color: #fff;
  text-align: center;
}
.casino-player__desc p {
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .casino-player {
    padding: 40px 0 50px;
  }
  .casino-player__desc p {
    display: block;
    text-align: center;
  }
}
.casino-promise {
  padding: 95px 0 100px;
}
.casino-promise__heading {
  margin-bottom: 45px;
}
.casino-promise__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.casino-promise__wrap-text {
  width: 53.7%;
}
.casino-promise__wrap-title {
  margin-bottom: 20px;
}
.casino-promise__wrap-image {
  width: 40.74%;
}
.casino-promise__wrap-image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .casino-promise {
    padding: 40px 0 50px;
  }
  .casino-promise__heading {
    margin-bottom: 20px;
  }
  .casino-promise__wrap {
    flex-direction: column-reverse;
  }
  .casino-promise__wrap-text {
    width: 100%;
  }
  .casino-promise__wrap-title {
    margin-bottom: 10px;
  }
  .casino-promise__wrap-image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.exercise-reason {
  padding: 95px 0 100px;
}
.exercise-reason__heading {
  margin-bottom: 20px;
}
.exercise-reason__lead {
  margin-bottom: 40px;
}
.exercise-reason__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.exercise-reason__group-item {
  width: 48.98%;
}
.exercise-reason__group-item--wide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
.exercise-reason__group-item--gray {
  padding: 15px 15px 18px;
  background: #F6F6F6;
  border-radius: 10px;
}
.exercise-reason__group-item--yellow {
  padding: 15px 15px 18px;
  background: #FFF3D8;
  border-radius: 10px;
}
.exercise-reason__item-num {
  margin-bottom: 7px;
}
.exercise-reason__item-title {
  margin-bottom: 15px;
  white-space: nowrap;
}
.exercise-reason__item--wide-image {
  width: 42.87%;
}
.exercise-reason__item--wide-image img {
  width: 100%;
}
.exercise-reason__item--wide-text {
  width: 51.39%;
}

@media only screen and (max-width: 767px) {
  .exercise-reason {
    padding: 40px 0 50px;
  }
  .exercise-reason__heading {
    margin-bottom: 20px;
  }
  .exercise-reason__lead {
    margin-bottom: 20px;
  }
  .exercise-reason__group-item {
    width: 100%;
  }
  .exercise-reason__group-item--wide {
    margin-bottom: 20px;
  }
  .exercise-reason__group-item--gray {
    margin-bottom: 20px;
    padding: 15px 10px 25px;
  }
  .exercise-reason__group-item--yellow {
    padding: 15px 10px 25px;
  }
  .exercise-reason__item-num {
    margin-bottom: 5px;
    text-align: center;
  }
  .exercise-reason__item-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .exercise-reason__item--wide-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .exercise-reason__item--wide-text {
    width: 100%;
  }
}
.exercise-merit {
  padding: 100px 0;
  background: #FFBB18;
}
.exercise-merit__inner {
  padding: 60px 0;
  background: #fff;
  border-radius: 30px;
}
.exercise-merit__heading {
  margin-bottom: 20px;
}
.exercise-merit__lead {
  margin-bottom: 40px;
}
.exercise-merit__point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 89.54%;
  margin: 0 auto;
}
.exercise-merit__point + .exercise-merit__point {
  margin-top: 40px;
}
.exercise-merit__point-image {
  width: 30.82%;
}
.exercise-merit__point-image img {
  width: 100%;
}
.exercise-merit__point-text {
  width: 64.63%;
}
.exercise-merit__point-title {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .exercise-merit {
    padding: 30px 0;
  }
  .exercise-merit__inner {
    padding: 20px 10px 25px;
    border-radius: 15px;
  }
  .exercise-merit__heading {
    font-size: 2rem;
  }
  .exercise-merit__lead {
    margin-bottom: 20px;
  }
  .exercise-merit__point {
    max-width: 100%;
  }
  .exercise-merit__point + .exercise-merit__point {
    margin-top: 25px;
  }
  .exercise-merit__point-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .exercise-merit__point-text {
    width: 100%;
  }
  .exercise-merit__point-title {
    margin-bottom: 5px;
  }
}
.exercise-system {
  padding: 95px 0 100px;
}
.exercise-system__heading {
  margin-bottom: 45px;
}
.exercise-system__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.exercise-system__wrap-text {
  width: 53.7%;
}
.exercise-system__wrap-title {
  margin-bottom: 20px;
}
.exercise-system__wrap-image {
  width: 40.74%;
}
.exercise-system__wrap-image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .exercise-system {
    padding: 40px 0 50px;
  }
  .exercise-system__heading {
    margin-bottom: 20px;
  }
  .exercise-system__wrap {
    flex-direction: column-reverse;
  }
  .exercise-system__wrap-text {
    width: 100%;
  }
  .exercise-system__wrap-title {
    margin-bottom: 10px;
  }
  .exercise-system__wrap-image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.system-play {
  padding: 100px 0 30px;
}
.system-play__image {
  margin-bottom: 20px;
}
.system-play__heading {
  margin-bottom: 20px;
}
.system-play__desc {
  line-height: 2.3;
}

@media only screen and (max-width: 767px) {
  .system-play {
    padding: 40px 0 30px;
  }
  .system-play__heading {
    margin-bottom: 10px;
  }
  .system-play__desc {
    line-height: 1.8;
  }
}
.system-disease {
  padding: 25px 0 35px;
}
.system-disease__heading {
  margin-bottom: 50px;
}
.system-disease__list {
  width: 100%;
}
.system-disease__list th, .system-disease__list td {
  padding: 9px 10px;
  border: #D6D6D6 1px solid;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 500;
}
.system-disease__list th {
  font-weight: 700;
}
.system-disease__list thead th {
  padding: 7px 10px;
  background: #EAA602;
  color: #fff;
  text-align: center;
}
.system-disease__list tbody td:last-child {
  font-size: 1.4rem;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .system-disease {
    padding: 30px 0;
  }
  .system-disease__heading {
    margin-bottom: 20px;
  }
  .system-disease__list th, .system-disease__list td {
    padding: 5px;
    font-size: 1.4rem;
  }
  .system-disease__list thead th {
    width: 28%;
    padding: 5px;
  }
  .system-disease__list thead th:last-child {
    width: 44%;
  }
  .system-disease__list tbody td:last-child {
    font-size: 1.2rem;
  }
}
.system-approach {
  padding: 30px 0 100px;
}
.system-approach__heading {
  margin-bottom: 50px;
}
.system-approach__item {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  min-height: 348px;
  border: #D6D6D6 1px solid;
  border-radius: 10px;
}
.system-approach__item + .system-approach__item {
  margin-top: 40px;
}
.system-approach__item-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25.93%;
  background: #EAA602;
  text-align: center;
}
.system-approach__item-image img {
  width: 95px;
  margin-bottom: 5px;
}
.system-approach__item-name {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.system-approach__item-name small {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
}
.system-approach__item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 74.07%;
  padding: 0 25px;
}
.system-approach__item-title {
  margin-bottom: 10px;
}
.system-approach__item-subtitle {
  margin-bottom: 5px;
}
.system-approach__item-desc {
  max-width: 616px;
  line-height: 1.8;
  font-weight: 400;
}
.system-approach__item-desc + .system-approach__item-subtitle {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .system-approach {
    padding: 30px 0 50px;
  }
  .system-approach__heading {
    margin-bottom: 20px;
  }
  .system-approach__item {
    min-height: auto;
    border-radius: 5px;
  }
  .system-approach__item + .system-approach__item {
    margin-top: 20px;
  }
  .system-approach__item-image {
    flex-direction: initial;
    width: 100%;
    padding: 10px 15px;
  }
  .system-approach__item-image img {
    width: 65px;
    margin: 0 5px 0 0;
  }
  .system-approach__item-name small {
    margin-top: 0;
  }
  .system-approach__item-text {
    width: 100%;
    padding: 15px;
  }
  .system-approach__item-title {
    font-size: 1.9rem !important;
    letter-spacing: -0.05em;
  }
}
.system-rehabilitation {
  padding: 100px 0;
  background: #FFBB18;
}
.system-rehabilitation__inner {
  padding: 55px 120px 60px;
  background: #fff;
  border-radius: 30px;
}
.system-rehabilitation__heading {
  margin-bottom: 25px;
}
.system-rehabilitation__lead {
  margin-bottom: 35px;
}
.system-rehabilitation__image {
  margin-bottom: 35px;
}
.system-rehabilitation__image img {
  width: 100%;
}
.system-rehabilitation__title {
  margin-bottom: 7px;
}
.system-rehabilitation__tag {
  margin-bottom: 10px;
}
.system-rehabilitation__tag .tag {
  display: inline-block;
  padding: 5px;
  background: #FFEDC2;
  border-radius: 2px;
  font-size: 1.8rem;
  font-weight: 700;
}
.system-rehabilitation__tag .tag + .tag {
  margin-left: 10px;
}
.system-rehabilitation__desc {
  font-weight: 400;
}
.system-rehabilitation__desc + .system-rehabilitation__desc {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .system-rehabilitation {
    padding: 30px 0;
  }
  .system-rehabilitation__inner {
    padding: 25px 10px;
    border-radius: 15px;
  }
  .system-rehabilitation__heading {
    margin-bottom: 15px;
  }
  .system-rehabilitation__lead {
    margin-bottom: 15px;
  }
  .system-rehabilitation__image {
    margin-bottom: 20px;
  }
  .system-rehabilitation__title {
    margin-bottom: 5px;
  }
  .system-rehabilitation__tag .tag {
    padding: 2px 5px;
    font-size: 1.3rem;
  }
  .system-rehabilitation__tag .tag + .tag {
    margin-left: 5px;
  }
  .system-rehabilitation__desc + .system-rehabilitation__desc {
    margin-top: 10px;
  }
}
.system-flow {
  padding: 95px 0 105px;
}
.system-flow__heading {
  margin-bottom: 50px;
}
.system-flow__chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -25px 50px;
}
.system-flow__chart-item {
  width: calc(25% - 50px);
  margin: 0 25px;
  padding: 33px 10px;
  background: #FFEDC2;
  border-radius: 10px;
  text-align: center;
}
.system-flow__chart-item + .system-flow__chart-item {
  position: relative;
}
.system-flow__chart-item + .system-flow__chart-item::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -25px;
  transform: translateX(-50%);
  width: 23px;
  height: 4px;
  background: #FFBB18;
}
.system-flow__item-num {
  font-weight: 400;
  font-size: 1.6rem;
}
.system-flow__item-title {
  margin-bottom: 20px;
}
.system-flow__item-desc {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}
.system-flow__button {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .system-flow {
    padding: 40px 0 50px;
  }
  .system-flow__heading {
    margin-bottom: 20px;
  }
  .system-flow__chart {
    margin: 0 0 25px;
  }
  .system-flow__chart-item {
    width: 100%;
    margin: 0;
    padding: 15px;
    border-radius: 5px;
  }
  .system-flow__chart-item + .system-flow__chart-item {
    margin-top: 25px;
  }
  .system-flow__chart-item + .system-flow__chart-item::before {
    top: -12.5px;
    left: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
  }
  .system-flow__item-title {
    margin-bottom: 10px;
  }
}
.experience-play {
  padding: 100px 0 50px;
}
.experience-play__image {
  margin-bottom: 20px;
}
.experience-play__heading {
  margin-bottom: 20px;
}
.experience-play__desc {
  line-height: 2.3;
}

@media only screen and (max-width: 767px) {
  .experience-play {
    padding: 40px 0 30px;
  }
  .experience-play__heading {
    margin-bottom: 10px;
  }
  .experience-play__desc {
    line-height: 1.8;
  }
}
.experience-program {
  padding: 50px 0;
}
.experience-program__heading {
  margin-bottom: 10px;
}
.experience-program__lead {
  margin-bottom: 50px;
}
.experience-program__item + .experience-program__item {
  margin-top: 60px;
}
.experience-program__item-title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
}
.experience-program__item-title::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: calc(100% - 10px);
  background: #FFBB18;
}
.experience-program__item-lead {
  margin-bottom: 30px;
}
.experience-program__item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.experience-program__item-image {
  width: 27.59%;
}
.experience-program__item-image img {
  width: 100%;
}
.experience-program__item-text {
  width: 68.98%;
}
.experience-program__item-subtitle {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .experience-program {
    padding: 30px 0;
  }
  .experience-program__heading {
    margin-bottom: 20px;
  }
  .experience-program__lead {
    margin-bottom: 20px;
  }
  .experience-program__item + .experience-program__item {
    margin-top: 30px;
  }
  .experience-program__item-title {
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .experience-program__item-title::before {
    width: 7px;
    height: calc(100% - 5px);
  }
  .experience-program__item-lead {
    margin-bottom: 15px;
  }
  .experience-program__item-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .experience-program__item-text {
    width: 100%;
  }
  .experience-program__item-subtitle {
    margin-bottom: 10px;
    font-size: 1.9rem !important;
  }
}
.experience-schedule {
  padding: 45px 0 40px;
}
.experience-schedule__heading {
  margin-bottom: 10px;
}
.experience-schedule__lead {
  margin-bottom: 55px;
}
.experience-schedule__group-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.experience-schedule__group-item + .experience-schedule__group-item {
  position: relative;
  margin-top: 70px;
}
.experience-schedule__group-item + .experience-schedule__group-item::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 32px;
  background: #D1D1D1;
}
.experience-schedule__item-time {
  display: flex;
  align-items: center;
  width: 8.61%;
  font-size: 2.3rem;
  font-weight: 500;
}
.experience-schedule__item-image {
  width: 18.52%;
}
.experience-schedule__item-image img {
  width: 100%;
}
.experience-schedule__item-text {
  width: 67.31%;
}
.experience-schedule__item-title {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .experience-schedule {
    padding: 30px 0;
  }
  .experience-schedule__heading {
    margin-bottom: 20px;
  }
  .experience-schedule__lead {
    margin-bottom: 20px;
  }
  .experience-schedule__group-item + .experience-schedule__group-item {
    margin-top: 50px;
  }
  .experience-schedule__group-item + .experience-schedule__group-item::before {
    top: -40px;
    width: 3px;
    height: 32px;
  }
  .experience-schedule__item-time {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .experience-schedule__item-image {
    width: 100%;
    margin: 0 auto 20px;
  }
  .experience-schedule__item-text {
    width: 100%;
  }
  .experience-schedule__item-title {
    margin-bottom: 10px;
  }
}
.experience-faq {
  padding: 55px 0 95px;
}
.experience-faq__heading {
  margin-bottom: 25px;
}
.experience-faq__group-item {
  padding: 20px 0;
  border-bottom: 1px dashed #D3D3D3;
}
.experience-faq__group-item .item--q {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: 700;
  font-size: 2rem;
}
.experience-faq__group-item .item--q::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/pages/experience/faq/q.png) no-repeat left top/100% auto;
}
.experience-faq__group-item .item--a {
  position: relative;
  padding-left: 40px;
}
.experience-faq__group-item .item--a::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/pages/experience/faq/a.png) no-repeat left top/100% auto;
}

@media only screen and (max-width: 767px) {
  .experience-faq {
    padding: 30px 0 60px;
  }
  .experience-faq__heading {
    margin-bottom: 15px;
  }
  .experience-faq__group-item {
    padding: 15px 0;
  }
  .experience-faq__group-item .item--q {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 1.5rem;
  }
  .experience-faq__group-item .item--q::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .experience-faq__group-item .item--a {
    padding-left: 30px;
  }
  .experience-faq__group-item .item--a::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #533A00;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #533A00;
  padding: 2px 10px;
}
.blog-single__title {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */