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

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #000;
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
    padding-bottom: 16vw;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: #222;
  text-decoration: none;
}

.common-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .common-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .common-inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

#globalHeader {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #d2d1cf;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #globalHeader {
    height: 60px;
    padding: 0 0 0 20px;
  }
}
#globalHeader .logo {
  padding-left: 55px;
}
@media screen and (max-width: 1300px) {
  #globalHeader .logo {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .logo {
    padding-left: 0;
  }
}
#globalHeader .logo img {
  width: 265px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #globalHeader .logo img:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1240px) {
  #globalHeader .logo img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .logo img {
    width: 40vw;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  #globalHeader .global-navi .col.left ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #globalHeader .global-navi .col.left ul {
    gap: 0 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  #globalHeader .global-navi .col.left ul {
    gap: 0 5px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .col.left ul:nth-of-type(1) {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  #globalHeader .global-navi .col.left ul:nth-of-type(1) {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .col.left ul:nth-of-type(2) {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1030px) {
  #globalHeader .global-navi .col.left ul:nth-of-type(2) {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  #globalHeader .global-navi .col.left ul:nth-of-type(2) {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #globalHeader .global-navi .col.left ul a {
    transition: color 0.3s;
  }
  #globalHeader .global-navi .col.left ul a:hover {
    color: #c80e2f;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .col.middle {
    margin: 0 35px 0 45px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  #globalHeader .global-navi .col.middle {
    margin: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .col.middle a {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 150px;
    height: 50px;
    border: 1px solid #222;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #globalHeader .global-navi .col.middle a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) and (max-width: 1030px) {
  #globalHeader .global-navi .col.middle a {
    width: 110px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .col.middle a img {
    width: 90%;
  }
  #globalHeader .global-navi .col.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  #globalHeader .global-navi .col.right .common-reserve-btn a {
    width: 130px;
    height: 100px;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #globalHeader .global-navi .col.right .common-reserve-btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  #globalHeader .global-navi .col.right .common-reserve-btn a {
    width: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #globalHeader .global-navi .col.right .common-reserve-btn a {
    width: 65px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .global-navi {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 40vw 5.3333333333vw 13.3333333333vw;
    background: #fef0f3;
    overflow-y: auto;
  }
  #globalHeader .global-navi:not(.act) {
    transition: opacity 0.5s, visibility 0.5s;
  }
  #globalHeader .global-navi.active {
    z-index: 100;
    opacity: 1;
    visibility: visible;
  }
  #globalHeader .global-navi::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -23.6vw;
    width: 47.2vw;
    height: 46.5333333333vw;
    background: url("../images/common/common-flower.png") no-repeat center center;
    background-size: 100% 100%;
  }
  #globalHeader .global-navi .col.left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding: 0 10vw;
  }
  #globalHeader .global-navi .col.left ul:nth-of-type(1) {
    order: 2;
    padding-top: 1.3333333333vw;
  }
  #globalHeader .global-navi .col.left ul:nth-of-type(1) li:not(:nth-of-type(1)) {
    margin-top: 13.3333333333vw;
  }
  #globalHeader .global-navi .col.left ul:nth-of-type(1) li a {
    font-size: 3.2vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0;
  }
  #globalHeader .global-navi .col.left ul:nth-of-type(2) {
    order: 1;
  }
  #globalHeader .global-navi .col.left ul:nth-of-type(2) li {
    position: relative;
    padding-left: 4.2666666667vw;
  }
  #globalHeader .global-navi .col.left ul:nth-of-type(2) li::before {
    content: "";
    position: absolute;
    top: 1.3333333333vw;
    left: 0;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 9999px;
    background-color: #c80e2f;
  }
  #globalHeader .global-navi .col.left ul:nth-of-type(2) li:not(:nth-of-type(1)) {
    margin-top: 9.3333333333vw;
  }
  #globalHeader .global-navi .col.left ul:nth-of-type(2) li a {
    font-size: 4vw;
  }
  #globalHeader .global-navi .col.middle {
    margin-top: 16.6666666667vw;
  }
  #globalHeader .global-navi .col.middle a {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 53.3333333333vw;
    height: 13.3333333333vw;
    margin: 0 auto;
    border: 1px solid #222;
    font-size: 3.7333333333vw;
    background-color: #fff;
  }
  #globalHeader .global-navi .col.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 4vw;
    margin-top: 8vw;
  }
  #globalHeader .global-navi .col.right .common-reserve-btn {
    width: 42.6666666667vw;
  }
  #globalHeader .global-navi .col.right .common-reserve-btn a {
    width: 100%;
    height: 17.3333333333vw;
    border-radius: 9999px;
  }
  #globalHeader .sp-menu {
    position: relative;
    z-index: 200;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    border-radius: 0;
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
  }
  #globalHeader .sp-menu.noactive span {
    animation-duration: 0s !important;
  }
  #globalHeader .sp-menu.active span:nth-of-type(1) {
    animation-name: menuAnim1;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  #globalHeader .sp-menu.active span:nth-of-type(2) {
    animation-name: menuAnim3;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  #globalHeader .sp-menu span {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background-color: #c80e2f;
  }
  #globalHeader .sp-menu span:nth-of-type(1) {
    top: 25px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-name: menuAnim4;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  #globalHeader .sp-menu span:nth-of-type(2) {
    top: 33px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-name: menuAnim6;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  @keyframes menuAnim1 {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 29px;
      -webkit-transform: rotate(-35deg);
      transform: rotate(-35deg);
    }
  }
  @keyframes menuAnim2 {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @keyframes menuAnim3 {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 29px;
      -webkit-transform: rotate(35deg);
      transform: rotate(35deg);
    }
  }
  @keyframes menuAnim4 {
    0% {
      top: 29px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    100% {
      top: 25px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @keyframes menuAnim5 {
    0% {
      opacity: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @keyframes menuAnim6 {
    0% {
      top: 29px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    100% {
      top: 33px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
}

#globalFooter {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #globalFooter {
    padding-bottom: 7.3333333333vw;
  }
}
#globalFooter .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .col.left {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 6.6666666667vw;
  }
  #globalFooter .footer-top .col.left .logo img {
    width: 48vw;
  }
}
#globalFooter .footer-top .col.left .sns-list {
  margin-top: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.left .sns-list {
    margin-top: 0;
    gap: 2.6666666667vw;
  }
}
#globalFooter .footer-top .col.left .sns-list a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .col.left .sns-list a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.left .sns-list a img {
    width: 6vw;
  }
}
#globalFooter .footer-top .col.middle {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 115px;
}
@media screen and (max-width: 1000px) {
  #globalFooter .footer-top .col.middle {
    gap: 0 50px;
  }
}
@media screen and (max-width: 850px) {
  #globalFooter .footer-top .col.middle {
    gap: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.middle {
    gap: 0;
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.middle ul {
    width: 50%;
    font-size: 3.4666666667vw;
  }
}
#globalFooter .footer-top .col.middle ul:nth-of-type(1) li:nth-of-type(1) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.middle ul:nth-of-type(1) li:nth-of-type(1) {
    margin-bottom: 8vw;
  }
}
#globalFooter .footer-top .col.middle ul:nth-of-type(1) li:not(:nth-of-type(1)) {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.middle ul:nth-of-type(1) li:not(:nth-of-type(1)) {
    margin-top: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
#globalFooter .footer-top .col.middle ul:nth-of-type(2) li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.middle ul:nth-of-type(2) li:not(:nth-of-type(1)) {
    margin-top: 6.9333333333vw;
  }
}
#globalFooter .footer-top .col.middle ul a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .col.middle ul a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.right {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 4vw;
    margin-top: 13.3333333333vw;
  }
}
#globalFooter .footer-top .col.right a {
  width: 200px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.right a {
    width: 42.6666666667vw;
    height: 17.3333333333vw;
  }
}
#globalFooter .footer-top .col.right .line {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.right .line {
    margin-top: 0;
  }
}
#globalFooter .footer-top .col.right .line a {
  flex-direction: column;
  gap: 9px 0;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.right .line a {
    gap: 2vw 0;
  }
}
#globalFooter .footer-top .col.right .line a span:nth-of-type(1) {
  position: relative;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .col.right .line a span:nth-of-type(1) {
    font-size: 2.6666666667vw;
  }
}
#globalFooter .footer-top .col.right .line a span:nth-of-type(1)::before, #globalFooter .footer-top .col.right .line a span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 1px;
  height: 150%;
  background-color: #fff;
}
#globalFooter .footer-top .col.right .line a span:nth-of-type(1)::before {
  left: -10px;
  transform: rotate(-30deg);
}
#globalFooter .footer-top .col.right .line a span:nth-of-type(1)::after {
  right: -10px;
  transform: rotate(30deg);
}
#globalFooter .footer-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 60px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm {
    flex-direction: column;
    gap: 8vw 0;
    margin-top: 8vw;
  }
}
#globalFooter .footer-btm ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 70px;
  font-size: 14px;
}
#globalFooter .footer-btm ul a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-btm ul a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm ul {
    gap: 0 14.6666666667vw;
    font-size: 3.2vw;
  }
}
#globalFooter .footer-btm .copyright {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .copyright {
    font-size: 2.6666666667vw;
  }
}

.fixed-menu {
  position: fixed;
  z-index: 5;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 5px 0 0 5px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .fixed-menu {
    top: auto;
    bottom: 0;
    transform: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 16vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .fixed-menu .common-reserve-btn {
    width: 33.3333%;
  }
}
.fixed-menu .common-reserve-btn a {
  width: 90px;
  height: 120px;
  font-size: 14px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .fixed-menu .common-reserve-btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .fixed-menu .common-reserve-btn a {
    width: 100%;
    height: 16vw;
    padding-top: 0;
    font-size: 3.2vw;
  }
  .fixed-menu .common-reserve-btn a span {
    padding-left: 6.6666666667vw;
  }
  .fixed-menu .common-reserve-btn a span::before {
    top: -1.0666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: 3.3333333333vw;
    background-size: 100% auto;
  }
}
.fixed-menu .common-reserve-btn a::before {
  top: 25px;
}
.fixed-menu .common-reserve-btn.online a img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .fixed-menu .common-reserve-btn.online a img {
    width: 85%;
  }
}

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

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

.ff-go {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}

.text-fs12 {
  font-size: 12px;
}

.text-fs14 {
  font-size: 14px;
}

.text-fs16 {
  font-size: 16px;
}

.text-fs18 {
  font-size: 18px;
}

.text-fs19 {
  font-size: 19px;
}

.text-fs20 {
  font-size: 20px;
}

.text-fs21 {
  font-size: 21px;
}

.text-fs22 {
  font-size: 22px;
}

.text-fs23 {
  font-size: 23px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs25 {
  font-size: 25px;
}

.text-fs26 {
  font-size: 26px;
}

.text-fs27 {
  font-size: 27px;
}

.text-fs28 {
  font-size: 28px;
}

.text-fs30 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .text-fs12 {
    font-size: 12px;
  }
  .text-fs14 {
    font-size: 14px;
  }
  .text-fs16 {
    font-size: 14px;
  }
  .text-fs18 {
    font-size: 16px;
  }
  .text-fs19 {
    font-size: 18px;
  }
  .text-fs20 {
    font-size: 18px;
  }
  .text-fs21 {
    font-size: 18px;
  }
  .text-fs22 {
    font-size: 20px;
  }
  .text-fs23 {
    font-size: 20px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs25 {
    font-size: 24px;
  }
  .text-fs26 {
    font-size: 24px;
  }
  .text-fs27 {
    font-size: 24px;
  }
  .text-fs28 {
    font-size: 24px;
  }
  .text-fs30 {
    font-size: 24px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

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

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

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

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

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

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

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

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

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

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

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

.pt15 {
  padding-top: 15px !important;
}

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

.pt25 {
  padding-top: 25px !important;
}

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

.pt35 {
  padding-top: 35px !important;
}

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

.pt45 {
  padding-top: 45px !important;
}

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

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

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

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

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

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

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

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

.pb15 {
  padding-bottom: 15px !important;
}

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

.pb25 {
  padding-bottom: 25px !important;
}

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

.pb35 {
  padding-bottom: 35px !important;
}

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

.pb45 {
  padding-bottom: 45px !important;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt25 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mt35 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .mt45 {
    margin-top: 30px !important;
  }
  .mt50 {
    margin-top: 40px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .mt70 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 50px !important;
  }
  .mt90 {
    margin-top: 50px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt110 {
    margin-top: 60px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt130 {
    margin-top: 60px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .mt150 {
    margin-top: 70px !important;
  }
  .mtsp20 {
    margin-top: 20px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb25 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45 {
    margin-bottom: 30px !important;
  }
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .mb80 {
    margin-bottom: 50px !important;
  }
  .mb90 {
    margin-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 60px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt25 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pt35 {
    padding-top: 20px !important;
  }
  .pt40 {
    padding-top: 30px !important;
  }
  .pt45 {
    padding-top: 30px !important;
  }
  .pt50 {
    padding-top: 40px !important;
  }
  .pt60 {
    padding-top: 40px !important;
  }
  .pt70 {
    padding-top: 50px !important;
  }
  .pt80 {
    padding-top: 50px !important;
  }
  .pt90 {
    padding-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb25 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .pb35 {
    padding-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 30px !important;
  }
  .pb45 {
    padding-bottom: 30px !important;
  }
  .pb50 {
    padding-bottom: 40px !important;
  }
  .pb60 {
    padding-bottom: 40px !important;
  }
  .pb70 {
    padding-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 50px !important;
  }
  .pb90 {
    padding-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
}
.common-heading {
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: -0.05em;
}
.common-heading.fs28 {
  font-size: 28px;
}
.common-heading.fs30 {
  font-size: 30px;
}
.common-heading.fs32 {
  font-size: 32px;
}
.common-heading.fs40 {
  font-size: 40px;
}
.common-heading.fs44 {
  font-size: 44px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .common-heading.fsp17 {
    font-size: 1.7rem;
  }
  .common-heading.fsp20 {
    font-size: 2rem;
  }
  .common-heading.fsp21 {
    font-size: 2.1rem;
  }
  .common-heading.fsp25 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .common-heading.fsp26 {
    font-size: 2.6rem;
  }
}

.common-section-title .sub {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .common-section-title .sub {
    padding-left: 4vw;
    font-size: 1.3rem;
  }
}
.common-section-title .sub::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #c80e2f;
}
@media screen and (max-width: 768px) {
  .common-section-title .sub::before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.common-section-title .main {
  margin-top: 10px;
  font-size: 70px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .common-section-title .main {
    margin-top: 4vw;
    font-size: 4rem;
  }
}

.common-page-title {
  font-weight: 400;
}
.common-page-title .sub {
  font-size: 16px;
  color: #c80e2f;
}
@media screen and (max-width: 768px) {
  .common-page-title .sub {
    font-size: 1.4rem;
  }
}
.common-page-title .main {
  margin-top: 15px;
  font-size: 50px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .common-page-title .main {
    margin-top: 4vw;
    font-size: 3rem;
  }
}

.common-border-title {
  position: relative;
  padding-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  border-bottom: 1px solid #d2d1cf;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .common-border-title {
    padding-bottom: 3.3333333333vw;
    font-size: 1.3rem;
  }
}
.common-border-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #c80e2f;
}
@media screen and (max-width: 768px) {
  .common-border-title::before {
    width: 13.3333333333vw;
  }
}

.common-border-left-title {
  position: relative;
  padding-left: 85px;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .common-border-left-title {
    padding-left: 12vw;
    font-size: 2.4rem;
  }
}
.common-border-left-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #c80e2f;
}
@media screen and (max-width: 768px) {
  .common-border-left-title::before {
    width: 8vw;
    height: 2px;
  }
}

.common-recruit-title {
  position: relative;
  padding-top: 85px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .common-recruit-title {
    padding-top: 16vw;
    font-size: 3rem;
  }
}
.common-recruit-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 90px;
  height: 60px;
  background: url("../images/recruit/icn-flower.png") no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .common-recruit-title::before {
    width: 17.3333333333vw;
    height: 11.6vw;
  }
}

.common-reserve-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding-top: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .common-reserve-btn a {
    padding-top: 0;
    font-size: 3.4666666667vw;
  }
}
.common-reserve-btn a span {
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-reserve-btn a span {
    padding-left: 6.6666666667vw;
  }
}
.common-reserve-btn a span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .common-reserve-btn a span::before {
    top: -1.0666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: 3.3333333333vw;
    background-size: 100% auto;
  }
}
.common-reserve-btn.line a {
  background-color: #06c755;
}
.common-reserve-btn.line a span::before {
  background-image: url("../images/common/icn-line.png");
}
.common-reserve-btn.web a {
  background-color: #c80e2f;
}
.common-reserve-btn.web a span::before {
  background-image: url("../images/common/icn-web.png");
}
.common-reserve-btn.online a {
  padding-top: 0;
  background-color: #9094a2;
}

.common-round-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  border-radius: 9999px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .common-round-btn a {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .common-round-btn.bg-red {
    transition: transform 0.3s;
  }
  .common-round-btn.bg-red:hover {
    transform: translateY(5px);
  }
}
.common-round-btn.bg-red a {
  background-color: #c80e2f;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .common-round-btn.bg-green {
    transition: transform 0.3s;
  }
  .common-round-btn.bg-green:hover {
    transform: translateY(5px);
  }
}
.common-round-btn.bg-green a {
  background-color: #06c755;
  color: #fff;
}
.common-round-btn.bg-red-grad a {
  width: 260px;
  height: 70px;
  margin: 0 auto;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  background: linear-gradient(153deg, rgb(200, 14, 47) 0%, rgb(158, 5, 0) 25%, rgb(158, 5, 0) 50%, rgb(200, 14, 47) 75%);
  background-size: 200% auto;
  background-position: left center;
  transition: background-position 0.5s ease;
}
@media screen and (max-width: 768px) {
  .common-round-btn.bg-red-grad a {
    width: 50.6666666667vw;
    height: 13.3333333333vw;
    font-size: 1.3rem;
  }
}
.common-round-btn.bg-red-grad a:hover {
  background-position: right center;
}

.common-contact-box {
  padding: 70px 0;
  text-align: center;
  background-color: #fef0f3;
}
.common-contact-box .common-heading {
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .common-contact-box .common-heading {
    font-size: 23px;
  }
}
.common-contact-box .btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 60px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .common-contact-box .btn-list {
    gap: 0 4vw;
    margin-top: 8vw;
  }
}
.common-contact-box .btn-list a {
  width: 325px;
  height: 100px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .common-contact-box .btn-list a {
    width: 42.6666666667vw;
    height: 17.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.common-contact-box .text01 {
  display: inline-block;
  margin-top: 45px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .common-contact-box .text01 {
    margin-top: 8vw;
  }
}
.common-contact-box .tel {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .common-contact-box .tel {
    margin-top: 8vw;
  }
}
.common-contact-box .tel a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) {
  .common-contact-box .tel a {
    pointer-events: none;
  }
}
.common-contact-box .tel a span:nth-of-type(1) {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .common-contact-box .tel a span:nth-of-type(1) {
    font-size: vW(32);
  }
}
.common-contact-box .tel a span:nth-of-type(2) {
  font-size: 31.5px;
}
@media screen and (max-width: 768px) {
  .common-contact-box .tel a span:nth-of-type(2) {
    font-size: 6.6666666667vw;
  }
}

.common-access-box {
  padding: 130px 0 160px;
}
@media screen and (max-width: 768px) {
  .common-access-box {
    padding: 16vw 0 20vw;
  }
}
.common-access-box .common-col-box {
  gap: 0 150px;
}
@media screen and (max-width: 1140px) {
  .common-access-box .common-col-box {
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .common-access-box .common-col-box {
    gap: 8vw 0;
  }
}
.common-access-box .common-col-box .col.thumbnail {
  flex-shrink: 0;
  width: 500px;
}
@media screen and (max-width: 1140px) {
  .common-access-box .common-col-box .col.thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .common-access-box .common-col-box .col.thumbnail {
    width: 100%;
    text-align: center;
  }
  .common-access-box .common-col-box .col.thumbnail img {
    width: 66.6666666667vw;
  }
}
.common-access-box .common-col-box .col.content {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .common-access-box .common-col-box .col.content {
    width: 100%;
  }
  .common-access-box .common-col-box .col.content .logo img {
    width: 60.6666666667vw;
  }
}
.common-access-box .common-col-box .col.content .address {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .common-access-box .common-col-box .col.content .address {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.common-access-box .common-col-box .col.content .tel {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .common-access-box .common-col-box .col.content .tel {
    margin-top: 5.3333333333vw;
  }
}
.common-access-box .common-col-box .col.content .tel a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 5px;
}
.common-access-box .common-col-box .col.content .tel a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.common-access-box .common-col-box .col.content .tel a span:nth-of-type(1) {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .common-access-box .common-col-box .col.content .tel a span:nth-of-type(1) {
    font-size: 3.2vw;
  }
}
.common-access-box .common-col-box .col.content .tel a span:nth-of-type(2) {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .common-access-box .common-col-box .col.content .tel a span:nth-of-type(2) {
    font-size: 4.8vw;
  }
}
.common-access-box .common-col-box .col.content .map {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .common-access-box .common-col-box .col.content .map {
    margin-top: 7.3333333333vw;
  }
}
.common-access-box .common-col-box .col.content .map iframe {
  border: none;
  width: 100%;
  height: 330px;
}
@media screen and (max-width: 768px) {
  .common-access-box .common-col-box .col.content .map iframe {
    height: 66.6666666667vw;
  }
}

.common-plan-list {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 4.5875%;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .common-plan-list {
    gap: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-list {
    flex-wrap: wrap;
    gap: 5.3333333333vw 0;
    padding: 0 9.3333333333vw;
  }
}
.common-plan-list .item {
  width: 30.275%;
  padding: 45px 30px 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1140px) {
  .common-plan-list .item {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-list .item {
    width: 100%;
    padding: 9.3333333333vw 4vw;
  }
}
.common-plan-list .item > a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.common-plan-list .item > a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.common-plan-list .item .item-plan {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 120px;
  height: 25px;
  margin: 0 auto;
  border-radius: 9999px;
  background-color: #353e41;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-plan {
    width: 25.3333333333vw;
    height: 5.3333333333vw;
    font-size: 1.2rem;
  }
}
.common-plan-list .item .item-name {
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-name {
    margin-top: 4vw;
  }
}
.common-plan-list .item .item-name .main {
  font-size: 40px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-name .main {
    font-size: 3.2rem;
  }
}
.common-plan-list .item .item-name .sub {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-name .sub {
    margin-top: 1.3333333333vw;
    font-size: 1.6rem;
  }
}
.common-plan-list .item .icn {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .common-plan-list .item .icn img {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .icn {
    margin-top: 4vw;
  }
  .common-plan-list .item .icn img {
    width: 20vw;
  }
}
.common-plan-list .item .item-price {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-price {
    margin-top: 5.3333333333vw;
  }
}
.common-plan-list .item .item-price .price-name {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-price .price-name {
    font-size: 1.5rem;
  }
}
.common-plan-list .item .item-price .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 5px;
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-price .price {
    margin-top: 2.6666666667vw;
  }
}
.common-plan-list .item .item-price .price .value {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-price .price .value {
    font-size: 3.2rem;
  }
}
.common-plan-list .item .item-price .price .unit {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-price .price .unit {
    font-size: 1.5rem;
  }
}
.common-plan-list .item .item-price-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 18px 0;
  border-bottom: 1px dashed #666;
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-price-list ul li {
    padding: 3.3333333333vw 0;
  }
  .common-plan-list .item .item-price-list ul li:last-child {
    border-bottom: none;
  }
}
.common-plan-list .item .item-price-list ul li .plan-name {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 1050px) {
  .common-plan-list .item .item-price-list ul li .plan-name {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-price-list ul li .plan-name {
    font-size: 1.2rem;
  }
}
.common-plan-list .item .item-price-list ul li .plan-price .value {
  font-size: 36px;
}
@media screen and (max-width: 1050px) {
  .common-plan-list .item .item-price-list ul li .plan-price .value {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-price-list ul li .plan-price .value {
    font-size: 3.2rem;
  }
}
.common-plan-list .item .item-price-list ul li .plan-price .unit {
  font-size: 15px;
}
@media screen and (max-width: 1050px) {
  .common-plan-list .item .item-price-list ul li .plan-price .unit {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .item-price-list ul li .plan-price .unit {
    font-size: 1.5rem;
  }
}
.common-plan-list .item .more-btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .more-btn {
    margin-top: 4.6666666667vw;
  }
}
.common-plan-list .item .more-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 160px;
  height: 45px;
  margin: 0 auto;
  border-radius: 9999px;
  border: 1px solid #222;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .common-plan-list .item .more-btn a {
    transition: 0.3s;
  }
  .common-plan-list .item .more-btn a:hover {
    background-color: #c80e2f;
    border-color: #c80e2f;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-list .item .more-btn a {
    width: 29.3333333333vw;
    height: 9.3333333333vw;
    font-size: 1.1rem;
  }
}

.common-faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .common-faq-list {
    gap: 5.3333333333vw 0;
  }
}
.common-faq-list .item {
  border: 1px solid #d2d1cf;
  border-radius: 5px;
}
.common-faq-list .item .sub {
  font-size: 30px;
  color: #c80e2f;
}
@media screen and (max-width: 768px) {
  .common-faq-list .item .sub {
    font-size: 1.9rem;
  }
}
.common-faq-list .item .item-q {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 40px;
  padding: 30px 100px 30px 50px;
}
@media screen and (min-width: 769px) {
  .common-faq-list .item .item-q:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .common-faq-list .item .item-q {
    gap: 0 4vw;
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.common-faq-list .item .item-q.active .switch::before {
  transform: rotate(90deg);
}
.common-faq-list .item .item-q .main {
  flex-grow: 1;
  font-size: 22px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.82;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .common-faq-list .item .item-q .main {
    font-size: 1.4rem;
  }
}
.common-faq-list .item .item-q .switch {
  position: absolute;
  top: 40px;
  right: 60px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .common-faq-list .item .item-q .switch {
    top: 6.6666666667vw;
    right: 6.6666666667vw;
    width: 4vw;
    height: 4vw;
  }
}
.common-faq-list .item .item-q .switch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  margin-left: -1.5px;
  background-color: #222;
  transition: transform 0.3s;
}
.common-faq-list .item .item-q .switch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  background-color: #222;
}
.common-faq-list .item .item-a {
  display: none;
  padding: 0 100px 0 50px;
}
@media screen and (max-width: 768px) {
  .common-faq-list .item .item-a {
    padding: 0 13.3333333333vw 0 5.3333333333vw;
  }
}
.common-faq-list .item .item-a .inner-a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 40px;
  padding: 20px 0 65px;
}
@media screen and (max-width: 768px) {
  .common-faq-list .item .item-a .inner-a {
    gap: 0 4vw;
    padding: 1.3333333333vw 0 5.3333333333vw;
  }
}
.common-faq-list .item .item-a .inner-a .main p {
  line-height: 1.82;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .common-faq-list .item .item-a .inner-a .main p {
    font-size: 1.2rem;
  }
}

.common-news-list .item {
  border-bottom: 1px solid #d2d1cf;
}
.common-news-list .item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 35px;
  min-height: 130px;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .common-news-list .item a:hover .item-title span {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .common-news-list .item a {
    flex-wrap: wrap;
    gap: 5.3333333333vw 4vw;
    min-height: none;
    padding: 8vw 0;
  }
}
.common-news-list .item .item-date {
  flex-shrink: 0;
}
.common-news-list .item .item-date .year {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .common-news-list .item .item-date .year {
    font-size: 1.2rem;
  }
}
.common-news-list .item .item-date .date {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .common-news-list .item .item-date .date {
    margin-top: 1.3333333333vw;
    font-size: 1.7rem;
  }
}
.common-news-list .item .item-category span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  min-width: 130px;
  height: 40px;
  border: 1px solid #222;
  border-radius: 9999px;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .common-news-list .item .item-category span {
    min-width: 25.3333333333vw;
    height: 8vw;
    font-size: 1.1rem;
  }
}
.common-news-list .item .item-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .common-news-list .item .item-title {
    width: 100%;
  }
}
.common-news-list .item .item-title span {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  line-height: 2.22;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .common-news-list .item .item-title span {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.common-plan-box {
  margin-top: 80px;
  padding: 50px;
  background-color: #fef0f3;
}
@media screen and (max-width: 1000px) {
  .common-plan-box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-box {
    margin-top: 13.3333333333vw;
    padding: 13.3333333333vw 6.6666666667vw 10.6666666667vw;
  }
}
.common-plan-box#light .plan-introduction {
  border-top-color: #ce5b5f;
}
.common-plan-box#light .plan-introduction .time {
  background-color: #ce5b5f;
}
.common-plan-box#light .course-content ul li::before {
  background-color: #ce5b5f;
}
.common-plan-box#light .course-reserve-btn a {
  background-color: #ce5b5f;
}
.common-plan-box#light .plan-detail .detail-content .detail-content-headline .sub {
  color: #ce5b5f;
}
.common-plan-box#standard .plan-introduction {
  border-top-color: #e49d64;
}
.common-plan-box#standard .plan-introduction .time {
  background-color: #e49d64;
}
.common-plan-box#standard .course-content ul li::before {
  background-color: #e49d64;
}
.common-plan-box#standard .course-reserve-btn a {
  background-color: #e49d64;
}
.common-plan-box#standard .plan-detail .detail-content .detail-content-headline .sub {
  color: #e49d64;
}
.common-plan-box#perfect .plan-introduction {
  border-top-color: #8c7ebb;
}
.common-plan-box#perfect .plan-introduction .time {
  background-color: #8c7ebb;
}
.common-plan-box#perfect .course-content ul li::before {
  background-color: #8c7ebb;
}
.common-plan-box#perfect .course-reserve-btn a {
  background-color: #8c7ebb;
}
.common-plan-box#perfect .plan-detail .detail-content .detail-content-headline .sub {
  color: #8c7ebb;
}
.common-plan-box .plan-introduction {
  padding: 50px 60px;
  background-color: #fff;
  border-top: 4px solid transparent;
}
@media screen and (max-width: 1000px) {
  .common-plan-box .plan-introduction {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-introduction {
    padding: 6.6666666667vw;
  }
}
.common-plan-box .plan-introduction .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d2d1cf;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-introduction .head {
    flex-wrap: wrap;
    gap: 4vw 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
.common-plan-box .plan-introduction .head .plan-name {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-introduction .head .plan-name {
    width: 100%;
  }
}
.common-plan-box .plan-introduction .head .plan-name .sub {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-introduction .head .plan-name .sub {
    font-size: 1.5rem;
  }
}
.common-plan-box .plan-introduction .head .plan-name .main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 25px;
  margin-top: 15px;
}
.common-plan-box .plan-introduction .head .plan-name .main .name {
  font-size: 50px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-introduction .head .plan-name .main .name {
    font-size: 2.8rem;
  }
}
.common-plan-box .plan-introduction .head .time {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 135px;
  height: 35px;
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-introduction .head .time {
    width: 20.6666666667vw;
    height: 6.6666666667vw;
    font-size: 1.2rem;
  }
}
.common-plan-box .plan-introduction .description {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-introduction .description {
    margin-top: 5.3333333333vw;
    font-size: 1.4rem;
  }
}
.common-plan-box .plan-introduction .course-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-introduction .course-content {
    flex-direction: column;
    margin-top: 5.3333333333vw;
    gap: 4vw 0;
  }
}
.common-plan-box .plan-introduction .course-content .course-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 123px;
  height: 50px;
  border: 1px solid #222;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-introduction .course-content .course-headline {
    width: 24vw;
    height: 8vw;
    font-size: 1.2rem;
  }
}
.common-plan-box .course-reserve-btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .course-reserve-btn {
    margin-top: 8vw;
  }
}
.common-plan-box .course-reserve-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 470px;
  height: 90px;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.1em;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .common-plan-box .course-reserve-btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-box .course-reserve-btn a {
    width: 100%;
    height: 14.6666666667vw;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
}
.common-plan-box .course-reserve-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: 1px solid #fff;
  background-image: url("../images/common/icn-ar-r-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 11px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .course-reserve-btn a::before {
    right: 5.3333333333vw;
    width: 7.2vw;
    height: 7.2vw;
    background-size: 1.8666666667vw 1.8666666667vw;
  }
}
.common-plan-box .plan-detail {
  margin-top: 65px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail {
    margin-top: 13.3333333333vw;
  }
}
.common-plan-box .plan-detail .detail-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) {
  .common-plan-box .plan-detail .detail-head:hover {
    cursor: pointer;
  }
}
.common-plan-box .plan-detail .detail-head {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .common-plan-box .plan-detail .detail-head:hover {
    opacity: 0.5;
  }
}
.common-plan-box .plan-detail .detail-head {
  padding: 30px 60px;
}
@media screen and (max-width: 1000px) {
  .common-plan-box .plan-detail .detail-head {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .detail-head {
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
.common-plan-box .plan-detail .detail-head.active .switch::before {
  transform: rotate(90deg);
}
.common-plan-box .plan-detail .detail-head .detail-headline {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .detail-head .detail-headline {
    font-size: 1.5rem;
  }
}
.common-plan-box .plan-detail .detail-head .switch {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 9999px;
  border: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .detail-head .switch {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.common-plan-box .plan-detail .detail-head .switch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  margin-left: -1.5px;
  margin-top: -10.5px;
  background-color: #222;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .detail-head .switch::before {
    width: 0.4vw;
    height: 2.5333333333vw;
    margin-left: -0.2vw;
    margin-top: -1.2666666667vw;
  }
}
.common-plan-box .plan-detail .detail-head .switch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  margin-top: -1.5px;
  margin-left: -10.5px;
  background-color: #222;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .detail-head .switch::after {
    width: 2.5333333333vw;
    height: 0.4vw;
    margin-top: -0.2vw;
    margin-left: -1.2666666667vw;
  }
}
.common-plan-box .plan-detail .detail-content {
  display: none;
  padding-top: 10px;
  padding-bottom: 50px;
  padding: 0 60px 30px;
}
@media screen and (max-width: 1000px) {
  .common-plan-box .plan-detail .detail-content {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .detail-content {
    padding-top: 7.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.common-plan-box .plan-detail .detail-content .detail-content-headline {
  text-align: center;
}
.common-plan-box .plan-detail .detail-content .detail-content-headline .icn img {
  width: 115px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .detail-content .detail-content-headline .icn img {
    width: 19.3333333333vw;
  }
}
.common-plan-box .plan-detail .detail-content .detail-content-headline .sub {
  margin-top: 15px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .detail-content .detail-content-headline .sub {
    margin-top: 2.6666666667vw;
    font-size: 1.3rem;
  }
}
.common-plan-box .plan-detail .detail-content .detail-content-headline .main {
  margin-top: 8px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .detail-content .detail-content-headline .main {
    margin-top: 2vw;
    font-size: 1.8rem;
  }
}
.common-plan-box .plan-detail .common-col-box {
  gap: 0 60px;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .common-plan-box .plan-detail .common-col-box {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .common-col-box {
    margin-top: 0;
    padding-top: 4vw;
    padding-bottom: 8vw;
    border-bottom: 1px solid #d2d1cf;
  }
  .common-plan-box .plan-detail .common-col-box.last {
    border-bottom: none;
  }
}
.common-plan-box .plan-detail .common-col-box .thumbnail {
  position: relative;
  background-color: transparent;
}
.common-plan-box .plan-detail .common-col-box .thumbnail::before {
  content: "";
  display: block;
  padding-top: 73.6842105263%;
}
.common-plan-box .plan-detail .common-col-box .thumbnail img,
.common-plan-box .plan-detail .common-col-box .thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .common-plan-box .plan-detail .common-col-box .thumbnail {
    width: 380px;
  }
}
@media screen and (max-width: 1000px) {
  .common-plan-box .plan-detail .common-col-box .thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .common-col-box .thumbnail {
    width: 100%;
  }
}
.common-plan-box .plan-detail .common-col-box .content {
  text-align: left;
}
.common-plan-box .plan-detail .common-col-box .content .title {
  font-size: 28px;
  letter-spacing: -0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 1140px) {
  .common-plan-box .plan-detail .common-col-box .content .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .common-col-box .content .title {
    margin-bottom: 5.3333333333vw;
    font-size: 1.8rem;
  }
}
.common-plan-box .plan-detail .common-col-box .content .title span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .common-col-box .content .title span {
    font-size: 1.8rem;
  }
}
.common-plan-box .plan-detail .common-col-box .content p {
  margin-top: 25px;
}
@media screen and (max-width: 1140px) {
  .common-plan-box .plan-detail .common-col-box .content p {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .common-col-box .content p {
    margin-top: 3.3333333333vw;
    font-size: 1.4rem;
  }
}
.common-plan-box .plan-detail .caution-box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .caution-box {
    margin-top: 10.6666666667vw;
  }
}
.common-plan-box .plan-detail .caution-box p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .caution-box p {
    margin-top: 4.6666666667vw;
  }
}
.common-plan-box .plan-detail .caution-box ul {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .common-plan-box .plan-detail .caution-box ul {
    margin-top: 4vw;
  }
}

.common-request-box {
  padding: 100px 70px;
  border: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .common-request-box {
    padding: 10.6666666667vw 6.6666666667vw;
  }
}
.common-request-box ul {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .common-request-box ul {
    margin-top: 6.6666666667vw;
  }
}
.common-request-box ul li::before {
  top: 11px;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 768px) {
  .common-request-box ul li::before {
    top: 1.3333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.common-request-box ul li a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .common-request-box ul li a:hover {
    opacity: 0.5;
  }
}

.common-text {
  font-size: 18px;
  line-height: 2.22;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .common-text {
    font-size: 1.3rem;
  }
}

.common-col-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .common-col-box {
    flex-direction: column;
  }
}
.common-col-box .thumbnail {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .common-col-box .thumbnail {
    width: 100%;
  }
}

.common-dot-list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.common-dot-list li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}
.common-dot-list li.nomark {
  padding-left: 0;
}
.common-dot-list li.nomark::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .common-dot-list li {
    padding-left: 5.0666666667vw;
    font-size: 1.2rem;
  }
}
.common-dot-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #c80e2f;
}
@media screen and (max-width: 768px) {
  .common-dot-list li::before {
    top: 1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.common-price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.common-price .value {
  font-size: 47px;
}
@media screen and (max-width: 768px) {
  .common-price .value {
    font-size: 2.5rem;
  }
}
.common-price .unit {
  font-size: 21.5px;
}
@media screen and (max-width: 768px) {
  .common-price .unit {
    font-size: 1.2rem;
  }
}

/*--------------------------
HOME
----------------------------*/
main.home .c-mv {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  main.home .c-mv {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  main.home .c-mv {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
main.home .c-mv .mv-slider,
main.home .c-mv .banner-slider {
  position: relative;
}
main.home .c-mv .mv-slider .swiper-slide img,
main.home .c-mv .banner-slider .swiper-slide img {
  width: 100%;
}
main.home .c-mv .mv-slider .swiper-prev,
main.home .c-mv .mv-slider .swiper-next,
main.home .c-mv .banner-slider .swiper-prev,
main.home .c-mv .banner-slider .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  main.home .c-mv .mv-slider .swiper-prev:hover,
  main.home .c-mv .mv-slider .swiper-next:hover,
  main.home .c-mv .banner-slider .swiper-prev:hover,
  main.home .c-mv .banner-slider .swiper-next:hover {
    cursor: pointer;
  }
}
main.home .c-mv .mv-slider .swiper-prev,
main.home .c-mv .mv-slider .swiper-next,
main.home .c-mv .banner-slider .swiper-prev,
main.home .c-mv .banner-slider .swiper-next {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main.home .c-mv .mv-slider .swiper-prev:hover,
  main.home .c-mv .mv-slider .swiper-next:hover,
  main.home .c-mv .banner-slider .swiper-prev:hover,
  main.home .c-mv .banner-slider .swiper-next:hover {
    opacity: 0.5;
  }
}
main.home .c-mv .mv-slider .swiper-prev img,
main.home .c-mv .mv-slider .swiper-next img,
main.home .c-mv .banner-slider .swiper-prev img,
main.home .c-mv .banner-slider .swiper-next img {
  width: 64px;
}
@media screen and (max-width: 768px) {
  main.home .c-mv .mv-slider .swiper-prev img,
  main.home .c-mv .mv-slider .swiper-next img,
  main.home .c-mv .banner-slider .swiper-prev img,
  main.home .c-mv .banner-slider .swiper-next img {
    width: 9.3333333333vw;
  }
}
main.home .c-mv .mv-slider .swiper-prev,
main.home .c-mv .banner-slider .swiper-prev {
  left: -34px;
}
@media screen and (max-width: 768px) {
  main.home .c-mv .mv-slider .swiper-prev,
  main.home .c-mv .banner-slider .swiper-prev {
    left: -2.6666666667vw;
  }
}
main.home .c-mv .mv-slider .swiper-next,
main.home .c-mv .banner-slider .swiper-next {
  right: -34px;
}
@media screen and (max-width: 768px) {
  main.home .c-mv .mv-slider .swiper-next,
  main.home .c-mv .banner-slider .swiper-next {
    right: -2.6666666667vw;
  }
}
main.home .c-mv .mv-slider .swiper-pagination,
main.home .c-mv .banner-slider .swiper-pagination {
  position: static;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main.home .c-mv .mv-slider .swiper-pagination,
  main.home .c-mv .banner-slider .swiper-pagination {
    margin-top: 2.6666666667vw;
  }
}
main.home .c-mv .mv-slider .swiper-pagination span,
main.home .c-mv .banner-slider .swiper-pagination span {
  opacity: 1;
  background-color: #ccc;
}
main.home .c-mv .mv-slider .swiper-pagination span.swiper-pagination-bullet-active,
main.home .c-mv .banner-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c80e2f;
}
main.home .c-mv .banner-slider {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main.home .c-mv .banner-slider {
    max-width: 100%;
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
main.home .c-box01 {
  padding-top: 15px;
  padding-bottom: 95px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.home .c-box01 {
    overflow: clip;
    padding-top: 6.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}
main.home .c-box01 .catchcopy img {
  width: 100%;
}
main.home .c-box01 .common-inner {
  position: relative;
}
main.home .c-box01 .common-inner .img01,
main.home .c-box01 .common-inner .img02 {
  position: absolute;
}
main.home .c-box01 .common-inner .img01 {
  top: 100px;
  right: 0;
}
@media screen and (max-width: 1000px) {
  main.home .c-box01 .common-inner .img01 {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  main.home .c-box01 .common-inner .img01 {
    top: 20vw;
    right: -14.1333333333vw;
  }
}
main.home .c-box01 .common-inner .img01 img {
  width: 224px;
}
@media screen and (max-width: 1000px) {
  main.home .c-box01 .common-inner .img01 img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  main.home .c-box01 .common-inner .img01 img {
    width: 28.2666666667vw;
  }
}
main.home .c-box01 .common-inner .img02 {
  bottom: -285px;
  left: -100px;
}
@media screen and (max-width: 768px) {
  main.home .c-box01 .common-inner .img02 {
    bottom: -40vw;
    left: -4vw;
  }
}
main.home .c-box01 .common-inner .img02 img {
  width: 354px;
}
@media screen and (max-width: 1000px) {
  main.home .c-box01 .common-inner .img02 img {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  main.home .c-box01 .common-inner .img02 img {
    width: 37.3333333333vw;
  }
}
main.home .c-box01 .text01 {
  margin-top: 80px;
  font-size: 48px;
  font-weight: 400;
}
@media screen and (max-width: 1140px) {
  main.home .c-box01 .text01 {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  main.home .c-box01 .text01 {
    margin-top: 12vw;
    font-size: 2.4rem;
    white-space: nowrap;
    letter-spacing: -0.1em;
  }
}
main.home .c-box01 .text02 {
  margin-top: 60px;
  font-size: 22px;
  line-height: 2.5;
}
@media screen and (max-width: 1140px) {
  main.home .c-box01 .text02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main.home .c-box01 .text02 {
    margin-top: 10.6666666667vw;
    font-size: 1.3rem;
  }
}
main.home .c-box02 {
  position: relative;
  overflow-x: clip;
}
main.home .c-box02 .box01 {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 40px;
  background-color: #fef0f3;
}
@media screen and (max-width: 768px) {
  main.home .c-box02 .box01 {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
main.home .c-box02 .box01 .common-inner {
  max-width: 1090px;
}
main.home .c-box02 .box01 .common-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(50vw - 640px);
  height: 100%;
  background-color: #fef0f3;
}
main.home .c-box02 .box01 .head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 45px;
}
@media screen and (max-width: 768px) {
  main.home .c-box02 .box01 .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6666666667vw 0;
  }
}
main.home .c-box02 .box01 .head .common-section-title {
  flex-shrink: 0;
}
main.home .c-box02 .box01 .head p {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 768px) {
  main.home .c-box02 .box01 .head p {
    margin-top: 6vw;
    font-size: 1.2rem;
  }
}
main.home .c-box02 .box01 .common-plan-list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main.home .c-box02 .box01 .common-plan-list {
    margin-top: 8vw;
  }
}
main.home .c-box02 .box01 .common-round-btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main.home .c-box02 .box01 .common-round-btn {
    margin-top: 10.6666666667vw;
  }
}
main.home .c-box02 .img {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  main.home .c-box02 .img {
    margin-top: 8vw;
  }
}
main.home .c-box02 .img img {
  width: 100%;
}
main.home .c-box03 {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  main.home .c-box03 {
    margin-top: 5.3333333333vw;
  }
}
main.home .c-box03 .box01 .common-col-box {
  margin-top: 50px;
  gap: 0 110px;
}
@media screen and (max-width: 1140px) {
  main.home .c-box03 .box01 .common-col-box {
    gap: 0 40px;
  }
  main.home .c-box03 .box01 .common-col-box .thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main.home .c-box03 .box01 .common-col-box {
    margin-top: 8vw;
    gap: 8vw 0;
  }
  main.home .c-box03 .box01 .common-col-box .thumbnail {
    text-align: center;
  }
  main.home .c-box03 .box01 .common-col-box .thumbnail img {
    width: 68vw;
  }
}
main.home .c-box03 .box01 .common-col-box .content {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  main.home .c-box03 .box01 .common-col-box .content {
    margin-top: 0;
  }
}
main.home .c-box03 .box01 .common-col-box .content p {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  main.home .c-box03 .box01 .common-col-box .content p {
    margin-top: 8vw;
  }
}
main.home .c-box03 .box02 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main.home .c-box03 .box02 {
    margin-top: 13.3333333333vw;
  }
}
main.home .c-box03 .box02 .list {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  main.home .c-box03 .box02 .list {
    flex-wrap: wrap;
    gap: 4vw;
    margin-top: 6.6666666667vw;
  }
}
main.home .c-box03 .box02 .list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 240px;
  height: 240px;
  border-radius: 9999px;
  border: 1px solid #c80e2f;
  color: #c80e2f;
  font-size: 20px;
}
@media screen and (max-width: 1140px) {
  main.home .c-box03 .box02 .list .item {
    width: 21.0526315789vw;
    height: 21.0526315789vw;
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  main.home .c-box03 .box02 .list .item {
    width: calc(50% - 2vw);
    height: 42.6666666667vw;
    font-size: 1.4rem;
  }
}
main.home .c-box03 .box02 .list .item p {
  line-height: 2.2;
  text-align: center;
}
main.home .c-box03 .box02 .list .item p span {
  padding-bottom: 3px;
  border-bottom: 1px solid #c80e2f;
}
@media screen and (max-width: 1140px) {
  main.home .c-box03 .box02 .list .item p span {
    padding-bottom: 0.2631578947vw;
  }
}
main.home .c-box03 .box02 .list .item p.text01 {
  line-height: 1.5;
}
main.home .c-box03 .box02 .common-round-btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  main.home .c-box03 .box02 .common-round-btn {
    margin-top: 8vw;
  }
}
main.home .c-box04 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main.home .c-box04 {
    margin-top: 16vw;
  }
}
main.home .c-box04 .news-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  main.home .c-box04 .news-box {
    flex-wrap: wrap;
    gap: 8vw 0;
  }
}
main.home .c-box04 .news-box .news-menu {
  flex-shrink: 0;
  width: 210px;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  main.home .c-box04 .news-box .news-menu {
    width: 100%;
  }
}
main.home .c-box04 .news-box .news-menu ul {
  display: flex;
  flex-direction: column;
  gap: 45px 0;
}
@media screen and (max-width: 768px) {
  main.home .c-box04 .news-box .news-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
main.home .c-box04 .news-box .news-menu ul li {
  position: relative;
  padding-left: 65px;
}
@media screen and (max-width: 768px) {
  main.home .c-box04 .news-box .news-menu ul li {
    width: 50%;
    padding-left: 16vw;
  }
}
main.home .c-box04 .news-box .news-menu ul li {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main.home .c-box04 .news-box .news-menu ul li:hover {
    opacity: 0.5;
  }
}
main.home .c-box04 .news-box .news-menu ul li:has(a.active) {
  pointer-events: none;
}
main.home .c-box04 .news-box .news-menu ul li:has(a.active)::before {
  background-color: #c80e2f;
  background-image: url("../images/common/icn-ar-r-white.png");
}
@media screen and (max-width: 768px) {
  main.home .c-box04 .news-box .news-menu ul li:has(a.active)::before {
    background-image: url("../images/common/icn-ar-b-white.png");
  }
}
main.home .c-box04 .news-box .news-menu ul li::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 47px;
  height: 26px;
  border-radius: 9999px;
  border: 1px solid #c80e2f;
  background-image: url("../images/common/icn-ar-r-red.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 11px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main.home .c-box04 .news-box .news-menu ul li::before {
    top: -1.8666666667vw;
    width: 13.3333333333vw;
    height: 6.6666666667vw;
    background-image: url("../images/common/icn-ar-b-red02.png");
    background-size: 2.1333333333vw 2.1333333333vw;
  }
}
main.home .c-box04 .news-box .news-menu ul li a {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main.home .c-box04 .news-box .news-menu ul li a {
    font-size: 1.2rem;
  }
}
main.home .c-box04 .news-box .news-list {
  flex-grow: 1;
}
main.home .c-box04 .news-box .news-list .common-news-list {
  display: none;
}
main.home .c-box04 .news-box .news-list .common-news-list.active {
  display: block;
}
main.home .c-box04 .news-box .common-news-list {
  padding: 25px 50px 40px;
  border-radius: 16px;
  background-color: #f4f3f3;
}
@media screen and (max-width: 1140px) {
  main.home .c-box04 .news-box .common-news-list .item {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  main.home .c-box04 .news-box .common-news-list .item .item-title {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main.home .c-box04 .news-box .common-news-list {
    padding: 1.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
main.home .c-box04 .common-round-btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main.home .c-box04 .common-round-btn {
    margin-top: 8vw;
  }
}
main.home .c-box05 {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  main.home .c-box05 {
    margin-top: 16vw;
  }
}
main.home .c-box05 .head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 70px;
}
@media screen and (max-width: 768px) {
  main.home .c-box05 .head {
    flex-wrap: wrap;
    gap: 5.3333333333vw 0;
  }
}
main.home .c-box05 .head .common-section-title {
  flex-shrink: 0;
}
main.home .c-box05 .head p {
  flex-grow: 1;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 768px) {
  main.home .c-box05 .head p {
    font-size: 1.1rem;
    line-height: 2;
  }
}
main.home .c-box05 .common-faq-list {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  main.home .c-box05 .common-faq-list {
    margin-top: 8vw;
  }
}
main.home .c-box06 {
  margin-top: 190px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main.home .c-box06 {
    margin-top: 16vw;
    padding-bottom: 16vw;
  }
}
main.home .c-box06 .box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 28px;
}
@media screen and (max-width: 768px) {
  main.home .c-box06 .box-title {
    gap: 0 4vw;
  }
  main.home .c-box06 .box-title img {
    width: 6.4vw;
  }
}
main.home .c-box06 .box-title span {
  font-size: 34px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  main.home .c-box06 .box-title span {
    font-size: 2rem;
  }
}
main.home .c-box06 .instagram-box {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  main.home .c-box06 .instagram-box {
    margin-top: 8vw;
  }
}
main.home .c-box06 .common-round-btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main.home .c-box06 .common-round-btn {
    margin-top: 8vw;
  }
}
main.home .c-box06 .common-round-btn a {
  width: 260px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #222;
  background-image: url("../images/common/icn-ar-tr-bk.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
  background-size: 7px 6px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main.home .c-box06 .common-round-btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  main.home .c-box06 .common-round-btn a {
    width: 53.3333333333vw;
    height: 13.3333333333vw;
    font-size: 1.3rem;
    background-position: calc(100% - 6.6666666667vw) center;
    background-size: 1.6vw 1.7333333333vw;
  }
}

/*--------------------------
SUB
----------------------------*/
main#contents .page-head {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding-top: 90px;
  padding-bottom: 100px;
  border-bottom: 1px solid #d2d1cf;
}
@media screen and (max-width: 1140px) {
  main#contents .page-head {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  main#contents .page-head {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main#contents .page-head {
    display: block;
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
    padding: 13.3333333333vw 0;
  }
}
main#contents .page-head .common-page-title {
  flex-shrink: 0;
}
main#contents .page-head p {
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  main#contents .page-head p {
    width: 100% !important;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  main#contents .page-head p {
    margin-top: 12vw;
  }
}
main#contents.sub {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main#contents.sub {
    padding-bottom: 21.3333333333vw;
  }
}

#breadcrumb {
  padding-bottom: 60px;
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    padding-bottom: 5.3333333333vw;
    font-size: 1.1rem;
  }
}
#breadcrumb .common-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  #breadcrumb .common-inner {
    gap: 0 2.6666666667vw;
  }
}
#breadcrumb .common-inner > span {
  flex-shrink: 0;
}
#breadcrumb .common-inner > span:last-child {
  flex-shrink: initial;
  flex-grow: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#breadcrumb .common-inner .sep {
  position: relative;
  width: 10px;
}
@media screen and (max-width: 768px) {
  #breadcrumb .common-inner .sep {
    width: 2.6666666667vw;
  }
}
#breadcrumb .common-inner .sep::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
}
#breadcrumb .common-inner a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #breadcrumb .common-inner a:hover {
    opacity: 0.5;
  }
}

/*--------------------------
SUB
----------------------------*/
main#contents.about .page-head {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main#contents.about .page-head {
    padding-bottom: 13.3333333333vw;
  }
}
main#contents.about .page-head p {
  width: 490px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  main#contents.about .page-head p {
    width: 100%;
    font-size: 1.4rem;
  }
}
main#contents.about .c-box01 .common-inner {
  max-width: 100%;
}
main#contents.about .c-box01 .common-col-box {
  justify-content: space-between;
  margin-top: 60px;
  padding-left: calc(50vw - 550px);
  padding-right: calc(50vw - 690px);
}
@media screen and (max-width: 1440px) {
  main#contents.about .c-box01 .common-col-box {
    padding-right: 20px;
  }
  main#contents.about .c-box01 .common-col-box .thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box01 .common-col-box {
    margin-top: 16vw;
    gap: 13.3333333333vw 0;
  }
  main#contents.about .c-box01 .common-col-box .thumbnail {
    width: 100%;
  }
}
main#contents.about .c-box01 .common-col-box .content {
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  main#contents.about .c-box01 .common-col-box .content {
    flex-shrink: initial;
  }
}
main#contents.about .c-box01 .common-col-box .content .common-heading {
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  main#contents.about .c-box01 .common-col-box .content .common-heading {
    font-size: 3.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box01 .common-col-box .content .common-heading {
    font-size: 2.6rem;
  }
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span {
  transform: translateY(0);
  opacity: 1;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(1) {
  transition-delay: 0.15s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(2) {
  transition-delay: 0.3s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(3) {
  transition-delay: 0.45s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(4) {
  transition-delay: 0.6s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(5) {
  transition-delay: 0.75s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(6) {
  transition-delay: 0.9s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(7) {
  transition-delay: 1.05s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(8) {
  transition-delay: 1.2s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(9) {
  transition-delay: 1.35s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(10) {
  transition-delay: 1.5s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(11) {
  transition-delay: 1.65s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(12) {
  transition-delay: 1.8s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(13) {
  transition-delay: 1.95s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(14) {
  transition-delay: 2.1s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(15) {
  transition-delay: 2.25s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(16) {
  transition-delay: 2.4s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(17) {
  transition-delay: 2.55s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(18) {
  transition-delay: 2.7s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(19) {
  transition-delay: 2.85s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(20) {
  transition-delay: 3s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(21) {
  transition-delay: 3.15s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(22) {
  transition-delay: 3.3s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(23) {
  transition-delay: 3.45s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(24) {
  transition-delay: 3.6s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(25) {
  transition-delay: 3.75s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(26) {
  transition-delay: 3.9s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(27) {
  transition-delay: 4.05s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(28) {
  transition-delay: 4.2s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(29) {
  transition-delay: 4.35s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(30) {
  transition-delay: 4.5s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(31) {
  transition-delay: 4.65s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(32) {
  transition-delay: 4.8s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(33) {
  transition-delay: 4.95s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(34) {
  transition-delay: 5.1s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(35) {
  transition-delay: 5.25s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(36) {
  transition-delay: 5.4s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(37) {
  transition-delay: 5.55s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate span:nth-child(38) {
  transition-delay: 5.7s;
}
main#contents.about .c-box01 .common-col-box .content .common-heading.aos-animate + .eng-title {
  transition-delay: 6.5s;
  opacity: 1;
}
main#contents.about .c-box01 .common-col-box .content .common-heading span {
  display: inline-block;
  transition: transform 0.5s, opacity 0.5s;
  transform: translateY(15px);
  opacity: 0;
}
main#contents.about .c-box01 .common-col-box .content .eng-title {
  margin-top: 30px;
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-style: italic;
  color: #c80e2f;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  main#contents.about .c-box01 .common-col-box .content .eng-title {
    margin-top: 2.5vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box01 .common-col-box .content .eng-title {
    margin-top: 5.3333333333vw;
    font-size: 1.5rem;
  }
}
main#contents.about .c-box01 .common-col-box .content p {
  margin-top: 75px;
  font-size: 22px;
  line-height: 2.5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1200px) {
  main#contents.about .c-box01 .common-col-box .content p {
    margin-top: 6.25vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box01 .common-col-box .content p {
    margin-top: 13.3333333333vw;
    font-size: 1.4rem;
  }
}
main#contents.about .c-box01 .common-col-box .content p span {
  color: #c80e2f;
}
main#contents.about .c-box01 .common-col-box .content p + p {
  margin-top: 75px;
}
@media screen and (max-width: 1200px) {
  main#contents.about .c-box01 .common-col-box .content p + p {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box01 .common-col-box .content p + p {
    margin-top: 13.3333333333vw;
  }
}
main#contents.about .c-box02 {
  margin-top: 240px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 {
    margin-top: 17.3333333333vw;
  }
}
main#contents.about .c-box02 .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 950px) {
  main#contents.about .c-box02 .head {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .head {
    gap: 6.6666666667vw 0;
  }
}
main#contents.about .c-box02 .head p {
  width: 560px;
  font-size: 18px;
  line-height: 2.22;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 950px) {
  main#contents.about .c-box02 .head p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .head p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
main#contents.about .c-box02 .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0 5.4%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list {
    margin-top: 10.6666666667vw;
    gap: 8vw 0;
  }
}
main#contents.about .c-box02 .list .item {
  position: relative;
  width: 47.3%;
  padding: 70px;
  background-color: #fef0f3;
  border-radius: 8px;
}
@media screen and (max-width: 1140px) {
  main#contents.about .c-box02 .list .item {
    padding: 70px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list .item {
    width: 100%;
    padding: 18.6666666667vw 6.6666666667vw 13.3333333333vw;
  }
}
main#contents.about .c-box02 .list .item.item01 .icn img {
  width: 110px;
}
@media screen and (max-width: 850px) {
  main#contents.about .c-box02 .list .item.item01 .icn img {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list .item.item01 .icn img {
    width: 22.6666666667vw;
  }
}
main#contents.about .c-box02 .list .item.item02 .icn img {
  width: 90px;
}
@media screen and (max-width: 850px) {
  main#contents.about .c-box02 .list .item.item02 .icn img {
    width: 7px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list .item.item02 .icn img {
    width: 22.6666666667vw;
  }
}
main#contents.about .c-box02 .list .item.item03 .icn img {
  width: 60px;
}
@media screen and (max-width: 850px) {
  main#contents.about .c-box02 .list .item.item03 .icn img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list .item.item03 .icn img {
    width: 18.6666666667vw;
  }
}
main#contents.about .c-box02 .list .item.item04 .icn img {
  width: 90px;
}
@media screen and (max-width: 850px) {
  main#contents.about .c-box02 .list .item.item04 .icn img {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list .item.item04 .icn img {
    width: 22.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  main#contents.about .c-box02 .list .item:nth-of-type(2) {
    transform: translateY(140px);
  }
  main#contents.about .c-box02 .list .item:nth-of-type(3) {
    margin-top: 50px;
  }
  main#contents.about .c-box02 .list .item:nth-of-type(4) {
    transform: translateY(190px);
  }
}
main#contents.about .c-box02 .list .item .icn {
  position: absolute;
  top: 45px;
  right: 30px;
}
@media screen and (max-width: 850px) {
  main#contents.about .c-box02 .list .item .icn {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list .item .icn {
    top: 11.3333333333vw;
    right: 6.6666666667vw;
  }
}
main#contents.about .c-box02 .list .item .item-number {
  font-size: 50px;
}
@media screen and (max-width: 850px) {
  main#contents.about .c-box02 .list .item .item-number {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list .item .item-number {
    font-size: 3rem;
  }
}
main#contents.about .c-box02 .list .item .item-title {
  margin-top: 40px;
  margin-bottom: 35px;
  padding-bottom: 55px;
  font-size: 28px;
  line-height: 1.5;
  background-image: url("../images/about/feature-line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 850px) {
  main#contents.about .c-box02 .list .item .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list .item .item-title {
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 11.3333333333vw;
    font-size: 1.9rem;
    background-image: url("../images/about/feature-line-sp.png");
  }
}
main#contents.about .c-box02 .list .item .item-inner-box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list .item .item-inner-box {
    margin-top: 8.6666666667vw;
  }
}
main#contents.about .c-box02 .list .item .item-inner-box .box-headline {
  padding: 3px 0 3px 16px;
  border-left: 2px solid #c80e2f;
  font-size: 18px;
  font-weight: 500;
  color: #c80e2f;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  main#contents.about .c-box02 .list .item .item-inner-box .box-headline {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list .item .item-inner-box .box-headline {
    padding: 2vw 0 2vw 2vw;
    font-size: 1.4rem;
  }
}
main#contents.about .c-box02 .list .item .item-inner-box p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.75;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  main#contents.about .c-box02 .list .item .item-inner-box p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .list .item .item-inner-box p {
    margin-top: 4vw;
    font-size: 1.3rem;
  }
}
main#contents.about .c-box02 .theone-box {
  margin-top: 330px;
  padding: 50px;
  background-color: #ebe7e3;
  border-radius: 8px;
}
@media screen and (max-width: 1140px) {
  main#contents.about .c-box02 .theone-box {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .theone-box {
    margin-top: 18.6666666667vw;
    padding: 10.6666666667vw 6.6666666667vw;
  }
}
main#contents.about .c-box02 .theone-box .common-col-box {
  gap: 0 60px;
}
@media screen and (max-width: 1140px) {
  main#contents.about .c-box02 .theone-box .common-col-box {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1140px) {
  main#contents.about .c-box02 .theone-box .common-col-box .thumbnail {
    width: 50%;
  }
}
main#contents.about .c-box02 .theone-box .common-col-box .thumbnail img {
  width: 100%;
}
main#contents.about .c-box02 .theone-box .common-col-box .content {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .theone-box .common-col-box .content {
    padding-top: 9.3333333333vw;
  }
}
main#contents.about .c-box02 .theone-box .common-col-box .content .content-headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .theone-box .common-col-box .content .content-headline {
    margin-bottom: 6.6666666667vw;
  }
}
main#contents.about .c-box02 .theone-box .common-col-box .content .content-headline img {
  width: 220px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .theone-box .common-col-box .content .content-headline img {
    width: 37.0666666667vw;
  }
}
main#contents.about .c-box02 .theone-box .common-col-box .content .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .theone-box .common-col-box .content .btn {
    margin-top: 8vw;
  }
}
main#contents.about .c-box02 .theone-box .common-col-box .content .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 200px;
  height: 60px;
  margin-left: auto;
  background-color: #fff;
  border: 1px solid #a8997d;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.about .c-box02 .theone-box .common-col-box .content .btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .theone-box .common-col-box .content .btn a {
    width: 100%;
    height: 13.3333333333vw;
  }
}
main#contents.about .c-box02 .theone-box .common-col-box .content .btn a img {
  width: 100px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .theone-box .common-col-box .content .btn a img {
    width: 16.9333333333vw;
  }
}
main#contents.about .c-box02 .theone-box .common-col-box .content .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 9px;
  height: 9px;
  background: url("../images/common/icn-ar-tr-bk.png") no-repeat center center;
  background-size: 100% 100%;
  filter: invert(66%) sepia(14%) saturate(575%) hue-rotate(7deg) brightness(90%) contrast(85%);
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box02 .theone-box .common-col-box .content .btn a::before {
    right: 3.3333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
main#contents.about .c-box03 {
  margin-top: 200px;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 {
    margin-top: 18.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}
main#contents.about .c-box03 .common-col-box {
  margin-top: 70px;
  gap: 0 90px;
}
@media screen and (max-width: 1140px) {
  main#contents.about .c-box03 .common-col-box {
    gap: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  main#contents.about .c-box03 .common-col-box {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 .common-col-box {
    margin-top: 10.6666666667vw;
    gap: 10.6666666667vw 0;
  }
}
main#contents.about .c-box03 .common-col-box .map {
  flex-shrink: 0;
  width: 560px;
}
@media screen and (max-width: 1140px) {
  main#contents.about .c-box03 .common-col-box .map {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  main#contents.about .c-box03 .common-col-box .map {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 .common-col-box .map {
    width: 100%;
  }
}
main#contents.about .c-box03 .common-col-box .map iframe {
  width: 100%;
  height: 410px;
  border: none;
}
@media screen and (max-width: 900px) {
  main#contents.about .c-box03 .common-col-box .map iframe {
    height: 45.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 .common-col-box .map iframe {
    height: 66.6666666667vw;
  }
}
main#contents.about .c-box03 .common-col-box .content .logo img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 .common-col-box .content .logo img {
    width: 60.6666666667vw;
  }
}
main#contents.about .c-box03 .common-col-box .content .address {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 .common-col-box .content .address {
    margin-top: 5.3333333333vw;
    font-size: 1.2rem;
  }
}
main#contents.about .c-box03 .common-col-box .content .tel {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 .common-col-box .content .tel {
    margin-top: 5.3333333333vw;
  }
}
main#contents.about .c-box03 .common-col-box .content .tel a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) {
  main#contents.about .c-box03 .common-col-box .content .tel a {
    pointer-events: none;
  }
}
main#contents.about .c-box03 .common-col-box .content .tel a span:nth-of-type(1) {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 .common-col-box .content .tel a span:nth-of-type(1) {
    font-size: 1.2rem;
  }
}
main#contents.about .c-box03 .common-col-box .content .tel a span:nth-of-type(2) {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 .common-col-box .content .tel a span:nth-of-type(2) {
    font-size: 1.8rem;
  }
}
main#contents.about .c-box03 .common-col-box .content .train {
  margin-top: 30px;
  padding: 25px 5px 25px 70px;
  border-top: 1px solid #d2d1cf;
  border-bottom: 1px solid #d2d1cf;
  font-size: 16px;
  line-height: 1.75;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  letter-spacing: -0.05em;
  background: url("../images/about/icn-train.png") no-repeat left center;
  background-size: 50px 50px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 .common-col-box .content .train {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 14.6666666667vw;
    font-size: 1.3rem;
    background-size: 10.6666666667vw 10.6666666667vw;
  }
}
main#contents.about .c-box03 .common-col-box .content .text01 {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.75;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 .common-col-box .content .text01 {
    margin-top: 4vw;
    font-size: 1.1rem;
  }
}
main#contents.about .c-box03 .common-request-box {
  margin-top: 135px;
}
@media screen and (max-width: 768px) {
  main#contents.about .c-box03 .common-request-box {
    margin-top: 18.6666666667vw;
  }
}

/*--------------------------
SUB
----------------------------*/
main#contents.form .page-head {
  padding-bottom: 50px;
}
main#contents.form .page-head .text {
  width: 500px;
}
@media screen and (max-width: 900px) {
  main#contents.form .page-head .text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main#contents.form .page-head .text {
    width: 100%;
  }
}
main#contents.form .page-head .text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  main#contents.form .page-head .text p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
main#contents.form .page-head .text p a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.form .page-head .text p a:hover {
    opacity: 0.5;
  }
}
main#contents.form .page-head .text p.caution {
  margin-top: 5px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  main#contents.form .page-head .text p.caution {
    font-size: 1.1rem;
  }
}
main#contents.form .page-head .text p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main#contents.form .page-head .text p + p {
    margin-top: 10.6666666667vw;
  }
}
main#contents.form .c-box01 {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  main#contents.form .c-box01 {
    padding-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
main#contents.form .c-box01 .common-inner {
  max-width: 1000px;
}
main#contents.form .c-box01 .must-text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main#contents.form .c-box01 .must-text {
    font-size: 1.2rem;
  }
}

.snow-monkey-form {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form {
    margin-top: 10.6666666667vw;
  }
}
.snow-monkey-form .smf-form {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
.snow-monkey-form .smf-form .smf-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-form .smf-item {
    flex-wrap: wrap;
    gap: 2.6666666667vw 0;
    margin-bottom: 8vw;
  }
}
.snow-monkey-form .smf-form .smf-item.must .smf-item__label__text {
  position: relative;
  display: inline-block;
}
.snow-monkey-form .smf-form .smf-item.must .smf-item__label__text::before {
  content: "*";
  position: absolute;
  top: 0;
  right: -8px;
}
.snow-monkey-form .smf-form .smf-item.file .wp-block-columns {
  margin-bottom: 15px;
  align-items: flex-start !important;
}
.snow-monkey-form .smf-form .smf-item.file .wp-block-columns > div:nth-of-type(1) {
  flex-shrink: 0;
  width: 100px;
  padding-top: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-form .smf-item.file .wp-block-columns > div:nth-of-type(1) {
    width: 20vw;
    padding-top: 5.3333333333vw;
    text-align: left;
  }
  .snow-monkey-form .smf-form .smf-item.file .wp-block-columns > div:nth-of-type(1) p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-form .smf-item.file .wp-block-columns > div:nth-of-type(2) {
    flex-grow: 1;
  }
  .snow-monkey-form .smf-form .smf-item.file .wp-block-columns > div:nth-of-type(2) .smf-file-control {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6666666667vw 0;
  }
  .snow-monkey-form .smf-form .smf-item.file .wp-block-columns > div:nth-of-type(2) .smf-file-control label {
    width: 100%;
  }
}
.snow-monkey-form .smf-form .smf-item.file .wp-block-columns .wp-block-column {
  flex-basis: initial !important;
}
.snow-monkey-form .smf-form .smf-item.file .wp-block-columns .smf-file-control--set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-form .smf-item.file .wp-block-columns .smf-file-control--set {
    gap: 2.6666666667vw;
  }
}
.snow-monkey-form .smf-form .smf-item.file .wp-block-columns .smf-file-control {
  justify-content: flex-start;
  gap: 0 10px;
}
.snow-monkey-form .smf-form .smf-item.file .wp-block-columns .smf-file-control.smf-file-control--set .smf-file-control__filename--no-file {
  display: none;
}
.snow-monkey-form .smf-form .smf-item.file .wp-block-columns .smf-file-control:not(.smf-file-control--set) .smf-file-control__filename--has-file {
  display: none;
}
.snow-monkey-form .smf-form .smf-item.file .wp-block-columns .smf-file-control label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.snow-monkey-form .smf-form .smf-item.file .wp-block-columns .smf-file-control__label {
  display: none;
}
.snow-monkey-form .smf-form .smf-item.file .wp-block-columns .smf-file-control__filename {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 290px;
  height: 70px;
  padding: 0 20px;
  background-color: #f8f8f8;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-form .smf-item.file .wp-block-columns .smf-file-control__filename {
    width: 100%;
    height: 14.6666666667vw;
    font-size: 1.3rem;
  }
}
.snow-monkey-form .smf-form .smf-item.file .wp-block-columns .smf-file-control__clear {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 105px;
  height: 44px;
  border-radius: 9999px;
  background-color: #4a4a4a;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-form .smf-item.file .wp-block-columns .smf-file-control__clear {
    width: 24vw;
    height: 9.3333333333vw;
    font-size: 1.1rem;
  }
}
.snow-monkey-form .smf-form .smf-item.check {
  margin-top: 50px;
}
.snow-monkey-form .smf-form .smf-item.check .smf-item__col--label {
  display: none;
}
.snow-monkey-form .smf-form .smf-item.check .smf-item__col--controls {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.snow-monkey-form .smf-form .smf-item.check .smf-label label .smf-checkbox-control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 32px;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-form .smf-item.check .smf-label label .smf-checkbox-control {
    font-size: 1.3rem;
  }
}
.snow-monkey-form .smf-form .smf-item.check .smf-label label .smf-checkbox-control a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .snow-monkey-form .smf-form .smf-item.check .smf-label label .smf-checkbox-control a:hover {
    opacity: 0.5;
  }
}
.snow-monkey-form .smf-form .smf-item.check .smf-label label {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  overflow: hidden;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  box-sizing: border-box;
  height: 32px;
}
.snow-monkey-form .smf-form .smf-item.check .smf-label label:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0px;
  top: 0;
  border: 1px solid #d2d2d2;
  z-index: 3;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border-radius: 3px;
}
.snow-monkey-form .smf-form .smf-item.check .smf-label label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;
  display: block;
  width: 8px;
  height: 14px;
  border-right: 3px solid #c80e2f;
  border-bottom: 3px solid #c80e2f;
  transform: rotate(45deg);
  z-index: 3;
}
.snow-monkey-form .smf-form .smf-item.check .smf-label label input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 4;
  top: 1px;
  left: -38px;
  width: 28px;
  height: 28px;
  display: block;
  box-shadow: 41px 0px #f8f8f8;
}
.snow-monkey-form .smf-form .smf-item.check .smf-label label input[type=checkbox]:checked {
  box-shadow: none;
}
.snow-monkey-form .smf-form .smf-item.check .smf-label label input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #fff;
  opacity: 0.1;
}
.snow-monkey-form .smf-form .smf-item__col--label {
  flex-shrink: 0;
  width: 310px;
  padding-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1140px) {
  .snow-monkey-form .smf-form .smf-item__col--label {
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-form .smf-item__col--label {
    width: 100%;
    padding-top: 0;
    font-size: 1.4rem;
  }
}
.snow-monkey-form .smf-form .smf-item__col--controls {
  flex-grow: 1;
}
.snow-monkey-form .smf-form .smf-item__col--controls input[type=text],
.snow-monkey-form .smf-form .smf-item__col--controls input[type=email],
.snow-monkey-form .smf-form .smf-item__col--controls input[type=tel] {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  background-color: #f8f8f8;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.snow-monkey-form .smf-form .smf-item__col--controls input[type=text]:placeholder-shown,
.snow-monkey-form .smf-form .smf-item__col--controls input[type=email]:placeholder-shown,
.snow-monkey-form .smf-form .smf-item__col--controls input[type=tel]:placeholder-shown {
  color: #c1c1c1;
}
.snow-monkey-form .smf-form .smf-item__col--controls input[type=text]::-webkit-input-placeholder,
.snow-monkey-form .smf-form .smf-item__col--controls input[type=email]::-webkit-input-placeholder,
.snow-monkey-form .smf-form .smf-item__col--controls input[type=tel]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.snow-monkey-form .smf-form .smf-item__col--controls input[type=text]:-moz-placeholder,
.snow-monkey-form .smf-form .smf-item__col--controls input[type=email]:-moz-placeholder,
.snow-monkey-form .smf-form .smf-item__col--controls input[type=tel]:-moz-placeholder {
  color: #c1c1c1;
}
.snow-monkey-form .smf-form .smf-item__col--controls input[type=text]::-moz-placeholder,
.snow-monkey-form .smf-form .smf-item__col--controls input[type=email]::-moz-placeholder,
.snow-monkey-form .smf-form .smf-item__col--controls input[type=tel]::-moz-placeholder {
  color: #c1c1c1;
}
.snow-monkey-form .smf-form .smf-item__col--controls input[type=text]:-ms-input-placeholder,
.snow-monkey-form .smf-form .smf-item__col--controls input[type=email]:-ms-input-placeholder,
.snow-monkey-form .smf-form .smf-item__col--controls input[type=tel]:-ms-input-placeholder {
  color: #c1c1c1;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-form .smf-item__col--controls input[type=text],
  .snow-monkey-form .smf-form .smf-item__col--controls input[type=email],
  .snow-monkey-form .smf-form .smf-item__col--controls input[type=tel] {
    height: 14.6666666667vw;
    font-size: 1.3rem;
  }
}
.snow-monkey-form .smf-form .smf-item__col--controls textarea {
  width: 100%;
  height: 150px;
  background-color: #f8f8f8;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.snow-monkey-form .smf-form .smf-item__col--controls textarea:placeholder-shown {
  color: #c1c1c1;
}
.snow-monkey-form .smf-form .smf-item__col--controls textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.snow-monkey-form .smf-form .smf-item__col--controls textarea:-moz-placeholder {
  color: #c1c1c1;
}
.snow-monkey-form .smf-form .smf-item__col--controls textarea::-moz-placeholder {
  color: #c1c1c1;
}
.snow-monkey-form .smf-form .smf-item__col--controls textarea:-ms-input-placeholder {
  color: #c1c1c1;
}
.snow-monkey-form .smf-form .smf-item__col--controls textarea {
  resize: none;
}
.snow-monkey-form .smf-form .smf-item .smf-error-messages {
  margin-top: 5px;
  font-weight: bold;
}
.snow-monkey-form .smf-action {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-action {
    gap: 0 5.3333333333vw;
    padding: 0 5.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.snow-monkey-form .smf-action button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  border-radius: 0;
  width: 360px;
  height: 80px;
  border-radius: 9999px;
  background-color: #c80e2f;
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .snow-monkey-form .smf-action button[type=submit]:hover {
    cursor: pointer;
  }
}
.snow-monkey-form .smf-action button[type=submit]:disabled {
  pointer-events: none;
  background-color: #999;
  color: #444;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-action button[type=submit] {
    height: 16vw;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-action button[data-action=confirm] {
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-action button[data-action=complete] {
    width: 52vw;
  }
}
.snow-monkey-form .smf-action button[data-action=back] {
  width: 200px;
  background-color: #999;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form .smf-action button[data-action=back] {
    width: 26.6666666667vw;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-form .smf-item {
  margin-bottom: 30px;
}
.snow-monkey-form[data-screen=confirm] .smf-form .smf-item.file .wp-block-columns > div:nth-of-type(1) {
  padding-top: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-form .smf-item.file .smf-placeholder {
  font-size: 1.3rem;
}
.snow-monkey-form[data-screen=confirm] .smf-item__col--label {
  padding-top: 0 !important;
}
.snow-monkey-form[data-screen=complete] .smf-form {
  font-family: "Shippori Mincho", serif !important;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form[data-screen=complete] {
    margin-top: 0;
  }
}
.snow-monkey-form[data-screen=complete] .common-page-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form[data-screen=complete] .common-page-title {
    text-align: left;
  }
}
.snow-monkey-form[data-screen=complete] .complete-headline {
  margin-top: 60px;
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form[data-screen=complete] .complete-headline {
    margin-top: 12vw;
    font-size: 2rem;
    text-align: left;
  }
}
.snow-monkey-form[data-screen=complete] .complete-headline + .complete-text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form[data-screen=complete] .complete-headline + .complete-text {
    margin-top: 9.3333333333vw;
  }
}
.snow-monkey-form[data-screen=complete] .complete-text {
  margin-top: 80px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form[data-screen=complete] .complete-text {
    margin-top: 10.6666666667vw;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.snow-monkey-form[data-screen=complete] .common-round-btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form[data-screen=complete] .common-round-btn {
    margin-top: 13.3333333333vw;
  }
}
.snow-monkey-form[data-screen=complete] .common-round-btn a {
  width: 360px;
  height: 80px;
  margin: 0 auto;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .snow-monkey-form[data-screen=complete] .common-round-btn a {
    width: 100%;
    height: 16vw;
    font-size: 1.5rem;
  }
}
.snow-monkey-form .custom-error-message {
  display: none;
}

/*--------------------------
FAQ
----------------------------*/
main#contents.faq .c-box01 {
  padding-top: 40px;
  padding-bottom: 120px;
}
main#contents.faq .c-box01 .text01 {
  margin-top: 70px;
}
main#contents.faq .c-box01 .btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 60px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main#contents.faq .c-box01 .btn-list {
    gap: 0 4vw;
    margin-top: 8vw;
  }
}
main#contents.faq .c-box01 .btn-list a {
  width: 325px;
  height: 100px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main#contents.faq .c-box01 .btn-list a {
    width: 42.6666666667vw;
    height: 17.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

/*--------------------------
NEWS
----------------------------*/
main#contents.news-single .c-box01 {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 {
    padding-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
main#contents.news-single .c-box01 .common-inner {
  max-width: 800px;
}
main#contents.news-single .c-box01 .head {
  margin-bottom: 70px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d1cf;
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 .head {
    margin-bottom: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
main#contents.news-single .c-box01 .head .post-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 .head .post-meta {
    gap: 0 4vw;
  }
}
main#contents.news-single .c-box01 .head .post-meta .post-date {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 .head .post-meta .post-date {
    font-size: 1.3rem;
  }
}
main#contents.news-single .c-box01 .head .post-meta .post-category span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  min-width: 100px;
  padding: 0 10px;
  height: 30px;
  border: 1px solid #222;
  border-radius: 9999px;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 .head .post-meta .post-category span {
    min-width: 21.3333333333vw;
    height: 6.6666666667vw;
    padding: 0 2.6666666667vw;
    font-size: 1.2rem;
  }
}
main#contents.news-single .c-box01 .head .post-title {
  margin-top: 20px;
  font-size: 38px;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 .head .post-title {
    margin-top: 7.3333333333vw;
    font-size: 2.4rem;
  }
}
main#contents.news-single .c-box01 .post-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 100px;
  padding-top: 60px;
  border-top: 1px solid #d2d1cf;
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 .post-pager {
    margin-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 .post-pager .prev,
  main#contents.news-single .c-box01 .post-pager .next {
    width: 21.3333333333vw;
  }
}
main#contents.news-single .c-box01 .post-pager .prev a,
main#contents.news-single .c-box01 .post-pager .next a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 .post-pager .prev a,
  main#contents.news-single .c-box01 .post-pager .next a {
    gap: 0 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 .post-pager .prev a img,
  main#contents.news-single .c-box01 .post-pager .next a img {
    width: 10.6666666667vw;
  }
}
main#contents.news-single .c-box01 .post-pager .prev a span,
main#contents.news-single .c-box01 .post-pager .next a span {
  font-size: 26px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 .post-pager .prev a span,
  main#contents.news-single .c-box01 .post-pager .next a span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  main#contents.news-single .c-box01 .post-pager .back a {
    width: 34.6666666667vw;
    height: 13.3333333333vw;
  }
}

main#contents.news-archive .c-box01 {
  padding-top: 70px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 {
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
main#contents.news-archive .c-box01 .common-inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
main#contents.news-archive .c-box01 .news-search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1140px) {
  main#contents.news-archive .c-box01 .news-search-box {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .news-search-box {
    gap: 8vw 0;
  }
}
main#contents.news-archive .c-box01 .news-search-box .search-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
main#contents.news-archive .c-box01 .news-search-box .search-box .search-title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .news-search-box .search-box .search-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .news-search-box .search-box.category {
    order: 2;
    display: block;
    width: 100%;
  }
}
main#contents.news-archive .c-box01 .news-search-box .search-box.category ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .news-search-box .search-box.category ul {
    gap: 2.6666666667vw;
    flex-wrap: wrap;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .news-search-box .search-box.category ul li {
    width: calc(50% - 1.3333333333vw);
  }
}
main#contents.news-archive .c-box01 .news-search-box .search-box.category ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  min-width: 120px;
  height: 40px;
  border-radius: 9999px;
  border: 1px solid #d2d1cf;
  background-color: #f4f3f3;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .news-search-box .search-box.category ul li a {
    min-width: 100%;
    height: 10.6666666667vw;
    font-size: 1.3rem;
  }
}
main#contents.news-archive .c-box01 .news-search-box .search-box.category ul li a.current {
  background-color: #c80e2f;
  color: #fff;
  border-color: #c80e2f;
  pointer-events: none;
}
main#contents.news-archive .c-box01 .news-search-box .search-box.category ul li a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.news-archive .c-box01 .news-search-box .search-box.category ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .news-search-box .search-box.year {
    justify-content: flex-end;
    order: 1;
    width: 100%;
  }
}
main#contents.news-archive .c-box01 .news-search-box .search-box.year select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  border-radius: 0;
  width: 160px;
  height: 40px;
  padding-left: 30px;
  border-radius: 9999px;
  border: 1px solid #d2d1cf;
  background-color: #f4f3f3;
  background-image: url("../images/common/icn-ar-b-red.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
  background-size: 11px 9px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .news-search-box .search-box.year select {
    width: 34.6666666667vw;
    height: 10.6666666667vw;
    padding-left: 2.6666666667vw;
    font-size: 1.3rem;
    background-position: calc(100% - 5.3333333333vw) center;
    background-size: 2.5333333333vw 2vw;
  }
}
main#contents.news-archive .c-box01 .common-news-list {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .common-news-list {
    margin-top: 5.3333333333vw;
  }
}
main#contents.news-archive .c-box01 .common-news-list .item {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1140px) {
  main#contents.news-archive .c-box01 .common-news-list .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .common-news-list .item {
    padding-left: 0;
    padding-right: 0;
  }
}
main#contents.news-archive .c-box01 .common-news-list .item .item-category {
  margin: 0 65px 0 45px;
}
@media screen and (max-width: 1000px) {
  main#contents.news-archive .c-box01 .common-news-list .item .item-category {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .common-news-list .item .item-category {
    margin: 0;
  }
}
main#contents.news-archive .c-box01 .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 120px;
  gap: 0 45px;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .wp-pagenavi {
    gap: 0 5.3333333333vw;
    margin-top: 17.3333333333vw;
  }
}
main#contents.news-archive .c-box01 .wp-pagenavi .previouspostslink,
main#contents.news-archive .c-box01 .wp-pagenavi .nextpostslink {
  position: relative;
  flex-grow: 1;
  font-size: 26px;
}
main#contents.news-archive .c-box01 .wp-pagenavi .previouspostslink.disabled,
main#contents.news-archive .c-box01 .wp-pagenavi .nextpostslink.disabled {
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .wp-pagenavi .previouspostslink,
  main#contents.news-archive .c-box01 .wp-pagenavi .nextpostslink {
    font-size: 1.3rem;
  }
}
main#contents.news-archive .c-box01 .wp-pagenavi .previouspostslink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding-left: 87px;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .wp-pagenavi .previouspostslink {
    padding-left: 13.3333333333vw;
  }
}
main#contents.news-archive .c-box01 .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 68px;
  height: 68px;
  background: url("../images/common/common-btn-left.png") no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .wp-pagenavi .previouspostslink::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
main#contents.news-archive .c-box01 .wp-pagenavi .nextpostslink {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding-right: 87px;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .wp-pagenavi .nextpostslink {
    padding-right: 13.3333333333vw;
  }
}
main#contents.news-archive .c-box01 .wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 68px;
  height: 68px;
  background: url("../images/common/common-btn-right.png") no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .wp-pagenavi .nextpostslink::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
main#contents.news-archive .c-box01 .wp-pagenavi a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.news-archive .c-box01 .wp-pagenavi a:hover {
    opacity: 0.5;
  }
}
main#contents.news-archive .c-box01 .wp-pagenavi a:not(.previouspostslink):not(.nextpostslink),
main#contents.news-archive .c-box01 .wp-pagenavi .current,
main#contents.news-archive .c-box01 .wp-pagenavi .extend {
  font-size: 31.5px;
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .wp-pagenavi a:not(.previouspostslink):not(.nextpostslink),
  main#contents.news-archive .c-box01 .wp-pagenavi .current,
  main#contents.news-archive .c-box01 .wp-pagenavi .extend {
    font-size: 1.6rem;
  }
}
main#contents.news-archive .c-box01 .wp-pagenavi .current {
  color: #c80e2f;
}
main#contents.news-archive .c-box01 .wp-pagenavi .extend {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  main#contents.news-archive .c-box01 .wp-pagenavi .extend {
    transform: translateY(-1.3333333333vw);
  }
}

/*--------------------------
PLAN
----------------------------*/
main#contents.plan .c-box01 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 {
    padding-top: 11.3333333333vw;
  }
}
main#contents.plan .c-box01 .col-box01 {
  justify-content: center;
  align-items: center;
  gap: 0 80px;
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .col-box01 {
    gap: 7.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .col-box01 .thumbnail {
    text-align: center;
  }
}
main#contents.plan .c-box01 .col-box01 .thumbnail img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .col-box01 .thumbnail img {
    width: 50.6666666667vw;
  }
}
main#contents.plan .c-box01 .col-box01 .content {
  width: 540px;
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .col-box01 .content {
    width: 100%;
  }
}
main#contents.plan .c-box01 .col-box01 .content p {
  font-size: 22px;
  line-height: 2.5;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .col-box01 .content p {
    font-size: 1.5rem;
    line-height: 2.1;
  }
}
main#contents.plan .c-box01 .local-navi {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .local-navi {
    margin-top: 10.6666666667vw;
  }
}
main#contents.plan .c-box01 .local-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 2.273%;
}
@media screen and (max-width: 900px) {
  main#contents.plan .c-box01 .local-navi ul {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .local-navi ul {
    gap: 4vw 0;
  }
}
main#contents.plan .c-box01 .local-navi ul li {
  width: 31.818%;
}
@media screen and (max-width: 900px) {
  main#contents.plan .c-box01 .local-navi ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .local-navi ul li {
    width: 100%;
  }
}
main#contents.plan .c-box01 .local-navi ul li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 110px;
  padding-left: 40px;
  border: 1px solid #d2d1cf;
  font-size: 26px;
  letter-spacing: -0.13em;
}
@media screen and (min-width: 769px) {
  main#contents.plan .c-box01 .local-navi ul li a {
    transition: 0.3s;
  }
  main#contents.plan .c-box01 .local-navi ul li a:hover {
    border-color: #c80e2f;
  }
  main#contents.plan .c-box01 .local-navi ul li a:hover::before {
    background-color: #c80e2f;
    color: #fff;
    background-image: url("../images/common/icn-ar-b-white.png");
  }
}
@media screen and (max-width: 1100px) {
  main#contents.plan .c-box01 .local-navi ul li a {
    padding-left: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .local-navi ul li a {
    height: 14.6666666667vw;
    padding: 0 13.3333333333vw 0 5.3333333333vw;
    font-size: 1.5rem;
  }
}
main#contents.plan .c-box01 .local-navi ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 47px;
  height: 26px;
  border-radius: 9999px;
  border: 1px solid #c80e2f;
  background-image: url("../images/common/icn-ar-b-red02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 11px;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .local-navi ul li a::before {
    width: 6.2666666667vw;
    height: 3.4666666667vw;
    background-size: 1.4666666667vw 1.4666666667vw;
  }
}
main#contents.plan .c-box01 .option-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin: 85px auto 0;
  border-radius: 20px;
  overflow: hidden;
  background-color: #dee5eb;
}
main#contents.plan .c-box01 .option-box .option-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 65px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  background-color: #828ea1;
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .option-box .option-headline {
    height: 13.3333333333vw;
    font-size: 1.8rem;
  }
}
main#contents.plan .c-box01 .option-box .option-list {
  margin-top: 25px;
  padding: 0 50px 40px;
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .option-box .option-list {
    margin-top: 0;
    padding: 2.6666666667vw 5.3333333333vw 8vw;
  }
}
main#contents.plan .c-box01 .option-box .option-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #ababaa;
}
@media screen and (max-width: 900px) {
  main#contents.plan .c-box01 .option-box .option-list .item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .option-box .option-list .item {
    padding: 4vw 0 2.6666666667vw 0;
  }
}
main#contents.plan .c-box01 .option-box .option-list .item .common-text {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 900px) {
  main#contents.plan .c-box01 .option-box .option-list .item .common-text {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  main#contents.plan .c-box01 .option-box .option-list .item .common-price {
    margin-left: auto;
  }
  main#contents.plan .c-box01 .option-box .option-list .item .common-price .value {
    font-size: 2.5rem;
  }
}
main#contents.plan .c-box01 .option-box .option-list .item .common-price .unit {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .option-box .option-list .item .common-price .unit {
    font-size: 1.3rem;
  }
}
main#contents.plan .c-box01 .inner-box01 {
  margin-top: 120px;
}
main#contents.plan .c-box01 .inner-box01 table {
  width: 100%;
  margin-top: 65px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
main#contents.plan .c-box01 .inner-box01 table th,
main#contents.plan .c-box01 .inner-box01 table td {
  border-top: 1px solid #d2d1cf;
  border-bottom: 1px solid #d2d1cf;
  vertical-align: middle;
}
main#contents.plan .c-box01 .inner-box01 table th {
  width: 320px;
  background-color: #f4f3f3;
}
@media screen and (max-width: 1000px) {
  main#contents.plan .c-box01 .inner-box01 table th {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .inner-box01 table th {
    width: 26.6666666667vw;
  }
}
main#contents.plan .c-box01 .inner-box01 table th {
  padding-left: 70px;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  main#contents.plan .c-box01 .inner-box01 table th {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .inner-box01 table th {
    padding: 8vw 4vw;
    font-size: 1.5rem;
  }
}
main#contents.plan .c-box01 .inner-box01 table td {
  padding: 40px 55px 40px 85px;
  font-size: 18px;
  line-height: 1.67;
}
@media screen and (max-width: 1000px) {
  main#contents.plan .c-box01 .inner-box01 table td {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .inner-box01 table td {
    padding: 8vw 5.3333333333vw;
    font-size: 1.4rem;
  }
}
main#contents.plan .c-box01 .inner-box01 table td .price-list {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
main#contents.plan .c-box01 .inner-box01 table td .price-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 310px;
  font-size: 18px;
  background-image: radial-gradient(circle, #222222 1px, transparent 1px);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 8px 2px;
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box01 .inner-box01 table td .price-list .item {
    width: 100%;
    font-size: 1.4rem;
  }
  main#contents.plan .c-box01 .inner-box01 table td .price-list .item:not(:nth-of-type(-n + 3)) {
    flex-wrap: wrap;
    background-position: left calc(100% - 3.3333333333vw);
  }
  main#contents.plan .c-box01 .inner-box01 table td .price-list .item:not(:nth-of-type(-n + 3)) .item-title {
    width: 100%;
  }
  main#contents.plan .c-box01 .inner-box01 table td .price-list .item:not(:nth-of-type(-n + 3)) .item-price {
    margin-left: auto;
  }
}
main#contents.plan .c-box01 .inner-box01 table td .price-list .item div {
  background-color: #fff;
}
main#contents.plan .c-box01 .inner-box01 table td .price-list .item div.item-title {
  padding-right: 5px;
}
main#contents.plan .c-box01 .inner-box01 table td .price-list .item div.item-price {
  flex-shrink: 0;
  padding-left: 5px;
}
main#contents.plan .c-box01 .inner-box01 table td .price-list .caution {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 14px;
}
main#contents.plan .c-box01 .inner-box01 .common-request-box {
  margin-top: 100px;
}
main#contents.plan .c-box02 {
  margin-top: 130px;
  padding-bottom: 170px;
}
main#contents.plan .c-box02 .common-border-left-title {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  main#contents.plan .c-box02 .common-border-left-title {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.plan .c-box02 .common-border-left-title {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
  }
}
main#contents.plan .c-box02 .box {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  padding: 95px 0;
  background: #fef0f3;
  border-radius: 8px;
}
@media screen and (max-width: 1140px) {
  main#contents.plan .c-box02 .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main#contents.plan .c-box02 .common-plan-list .item .icn img {
  width: 90px;
}
main#contents.plan .price-table {
  width: 100%;
  margin-top: 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
main#contents.plan .price-table th,
main#contents.plan .price-table td {
  border-bottom: 1px #909090 solid;
  line-height: 1.5;
  vertical-align: middle;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}
main#contents.plan .price-table th {
  font-weight: bold;
}
main#contents.plan .price-table .pricew01 {
  width: 22%;
}
main#contents.plan .price-table .pricew02 {
  width: 16%;
}
main#contents.plan .price-table .pricew03 {
  width: 17%;
}
main#contents.plan .price-table .pricew04 {
  width: 17%;
}
main#contents.plan .price-table .pricew05 {
  width: 28%;
}
main#contents.plan .price-table .pricesmall {
  font-size: 10px;
}
main#contents.plan .price-table-note {
  margin-top: 5px;
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  main#contents.plan .price-table {
    padding: 40px 0;
  }
  main#contents.plan .price-table-box {
    overflow-x: scroll;
    padding: 15px 0;
  }
  main#contents.plan .price-table-box table {
    width: 1000px;
  }
  main#contents.plan .price-table-box::-webkit-scrollbar {
    width: 5px;
    background: #ebe7e7;
    border-radius: 2px;
    border: 1px #666 solid;
  }
  main#contents.plan .price-table-box::-webkit-scrollbar:horizontal {
    height: 5px;
    background: #ebe7e7;
    border-radius: 2px;
    border: 1px #666 solid;
  }
  main#contents.plan .price-table-box::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 2px;
  }
  main#contents.plan .price-table-box::-webkit-scrollbar-thumb:horizontal {
    background: #666;
    border-radius: 2px;
  }
}

/*--------------------------
PRICE
----------------------------*/
main#contents.price .c-box01 {
  padding-top: 85px;
}
@media screen and (max-width: 768px) {
  main#contents.price .c-box01 {
    padding-top: 13.3333333333vw;
  }
}
main#contents.price .c-box01 .common-inner {
  max-width: 1340px;
}
@media screen and (max-width: 768px) {
  main#contents.price .c-box01 .common-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
main#contents.price .c-box01 .head {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1140px) {
  main#contents.price .c-box01 .head {
    width: calc(100% - 40px);
    margin: 20px;
  }
}
@media screen and (max-width: 900px) {
  main#contents.price .c-box01 .head {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.price .c-box01 .head {
    flex-wrap: wrap;
    gap: 6.6666666667vw 0;
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
  }
}
main#contents.price .c-box01 .head p {
  width: 525px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 900px) {
  main#contents.price .c-box01 .head p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main#contents.price .c-box01 .head p {
    width: 100%;
  }
}
main#contents.price .c-box01 .box {
  margin-top: 85px;
  padding: 65px 0;
  background-color: #fef0f3;
  border-radius: 8px;
}
@media screen and (max-width: 1140px) {
  main#contents.price .c-box01 .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.price .c-box01 .box {
    margin-top: 13.3333333333vw;
    padding: 13.3333333333vw 0;
  }
}
main#contents.price .c-box01 .box .other-menu-btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main#contents.price .c-box01 .box .other-menu-btn {
    margin-top: 4.6666666667vw;
  }
}
main#contents.price .c-box01 .box .other-menu-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 250px;
  height: 45px;
  margin: 0 auto;
  border-radius: 9999px;
  border: 1px solid #222;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  main#contents.price .c-box01 .box .other-menu-btn a {
    transition: 0.3s;
  }
  main#contents.price .c-box01 .box .other-menu-btn a:hover {
    background-color: #c80e2f;
    border-color: #c80e2f;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  main#contents.price .c-box01 .box .other-menu-btn a {
    width: 44vw;
    height: 9.3333333333vw;
    font-size: 1.1rem;
  }
}
main#contents.price .c-box02 {
  padding-top: 135px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  main#contents.price .c-box02 {
    padding-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}

/*--------------------------
RECRUIT
----------------------------*/
main#contents.recruit .c-box01 {
  padding-top: 100px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box01 {
    padding-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
main#contents.recruit .c-box01 .common-heading.aos-animate span {
  transform: translateY(0);
  opacity: 1;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(1) {
  transition-delay: 0.15s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(2) {
  transition-delay: 0.3s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(3) {
  transition-delay: 0.45s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(4) {
  transition-delay: 0.6s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(5) {
  transition-delay: 0.75s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(6) {
  transition-delay: 0.9s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(7) {
  transition-delay: 1.05s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(8) {
  transition-delay: 1.2s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(9) {
  transition-delay: 1.35s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(10) {
  transition-delay: 1.5s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(11) {
  transition-delay: 1.65s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(12) {
  transition-delay: 1.8s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(13) {
  transition-delay: 1.95s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(14) {
  transition-delay: 2.1s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(15) {
  transition-delay: 2.25s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(16) {
  transition-delay: 2.4s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(17) {
  transition-delay: 2.55s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(18) {
  transition-delay: 2.7s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(19) {
  transition-delay: 2.85s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(20) {
  transition-delay: 3s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(21) {
  transition-delay: 3.15s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(22) {
  transition-delay: 3.3s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(23) {
  transition-delay: 3.45s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(24) {
  transition-delay: 3.6s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(25) {
  transition-delay: 3.75s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate span:nth-child(26) {
  transition-delay: 3.9s;
}
main#contents.recruit .c-box01 .common-heading.aos-animate + .eng-title {
  transition-delay: 6.5s;
  opacity: 1;
}
main#contents.recruit .c-box01 .common-heading span {
  display: inline-block;
  transition: transform 0.5s, opacity 0.5s;
  transform: translateY(15px);
  opacity: 0;
}
main#contents.recruit .c-box01 .common-col-box {
  gap: 0 85px;
  margin-top: 90px;
}
@media screen and (max-width: 1140px) {
  main#contents.recruit .c-box01 .common-col-box {
    gap: 0 40px;
  }
  main#contents.recruit .c-box01 .common-col-box .thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box01 .common-col-box {
    gap: 0;
    margin-top: 9.3333333333vw;
  }
  main#contents.recruit .c-box01 .common-col-box .thumbnail {
    margin-top: -10.6666666667vw;
    order: 2;
    padding-right: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box01 .common-col-box .content {
    order: 1;
  }
}
main#contents.recruit .c-box01 .common-col-box .content p {
  font-size: 22px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box01 .common-col-box .content p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
main#contents.recruit .c-box01 .common-col-box .content .img {
  margin-top: 35px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box01 .common-col-box .content .img {
    margin-top: 9.3333333333vw;
  }
  main#contents.recruit .c-box01 .common-col-box .content .img img {
    width: 32.6666666667vw;
  }
}
main#contents.recruit .c-box02 {
  padding: 80px 0 120px;
  background-color: #f4f3f3;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box02 {
    padding: 18.6666666667vw 0 13.3333333333vw;
  }
}
main#contents.recruit .c-box02 .text01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box02 .text01 {
    margin-top: 13.3333333333vw;
  }
  main#contents.recruit .c-box02 .text01 span {
    font-size: 1.1rem;
  }
}
main#contents.recruit .c-box02 .list {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box02 .list {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  main#contents.recruit .c-box02 .list#recruitSwiper .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
    gap: 45px 3.5%;
  }
  main#contents.recruit .c-box02 .list .swiper-slide {
    width: 31%;
    height: auto;
    padding: 40px 50px 60px;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  main#contents.recruit .c-box02 .list .swiper-slide {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 769px) {
  main#contents.recruit .c-box02 .list .swiper-slide .icn {
    height: 105px;
    text-align: right;
  }
  main#contents.recruit .c-box02 .list .swiper-slide .icn img {
    vertical-align: bottom;
  }
  main#contents.recruit .c-box02 .list .swiper-slide .item-title {
    margin-top: 20px;
    font-size: 32px;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  main#contents.recruit .c-box02 .list .swiper-slide .item-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  main#contents.recruit .c-box02 .list .swiper-slide p {
    margin-top: 40px;
    line-height: 2;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  main#contents.recruit .c-box02 .list .swiper-slide p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  main#contents.recruit .c-box02 .list .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box02 .list .swiper-slide {
    padding: 9.3333333333vw 8vw;
    background-color: #fff;
  }
  main#contents.recruit .c-box02 .list .swiper-slide .icn {
    text-align: center;
  }
  main#contents.recruit .c-box02 .list .swiper-slide .item-title {
    margin-top: 8vw;
    text-align: center;
    font-size: 2.3rem;
  }
  main#contents.recruit .c-box02 .list .swiper-slide p {
    margin-top: 6.6666666667vw;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  main#contents.recruit .c-box02 .list .swiper-prev,
  main#contents.recruit .c-box02 .list .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 8vw;
    height: 8vw;
    background-color: #9094a2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 3.0666666667vw 3.0666666667vw;
  }
  main#contents.recruit .c-box02 .list .swiper-prev {
    left: -4vw;
    background-image: url("../images/common/icn-ar-l-white.png");
  }
  main#contents.recruit .c-box02 .list .swiper-next {
    right: -4vw;
    background-image: url("../images/common/icn-ar-r-white.png");
  }
  main#contents.recruit .c-box02 .list .swiper-pagination {
    position: static;
    margin-top: 5.3333333333vw;
  }
  main#contents.recruit .c-box02 .list .swiper-pagination span {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border: 1px solid #9094a2;
    opacity: 1;
    background-color: #f4f3f3;
  }
  main#contents.recruit .c-box02 .list .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #9094a2;
  }
}
main#contents.recruit .c-box03 {
  padding: 145px 0 200px;
  background-color: #c80e2f;
  background-image: url("../images/recruit/env-bg.png");
  background-repeat: no-repeat;
  background-position: center 270px;
  background-size: auto auto;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 {
    padding: 18.6666666667vw 0;
    background-image: url("../images/recruit/env-bg-sp.png");
  }
}
main#contents.recruit .c-box03 .common-inner {
  max-width: 1227px;
}
main#contents.recruit .c-box03 .common-recruit-title {
  color: #fff;
}
main#contents.recruit .c-box03 .common-recruit-title::before {
  filter: brightness(0) invert(1);
}
main#contents.recruit .c-box03 .common-col-box {
  gap: 0 90px;
  margin-top: 40px;
  padding: 100px 70px 70px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .common-col-box {
    gap: 0 40px;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box {
    gap: 9.3333333333vw 0;
    margin-top: 10.6666666667vw;
    padding: 13.3333333333vw 6.6666666667vw 10.6666666667vw;
    border-radius: 4vw;
  }
}
main#contents.recruit .c-box03 .common-col-box.reverse .thumbnail {
  order: 2;
}
main#contents.recruit .c-box03 .common-col-box.reverse .thumbnail img {
  border-radius: 50% 30px 30px 30px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box.reverse .thumbnail img {
    border-radius: 4vw 30% 4vw 4vw;
  }
}
@media screen and (min-width: 769px) {
  main#contents.recruit .c-box03 .common-col-box.reverse .thumbnail figcaption {
    right: auto;
    left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  main#contents.recruit .c-box03 .common-col-box.reverse .thumbnail figcaption {
    left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box.reverse .thumbnail {
    order: 1;
  }
}
main#contents.recruit .c-box03 .common-col-box.reverse .content {
  order: 1;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box.reverse .content {
    order: 2;
  }
}
main#contents.recruit .c-box03 .common-col-box.box01 {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box.box01 {
    margin-top: 13.3333333333vw;
  }
}
main#contents.recruit .c-box03 .common-col-box .thumbnail {
  position: relative;
  width: 360px;
}
@media screen and (min-width: 769px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail {
    position: relative;
    background-color: transparent;
  }
  main#contents.recruit .c-box03 .common-col-box .thumbnail::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main#contents.recruit .c-box03 .common-col-box .thumbnail img,
  main#contents.recruit .c-box03 .common-col-box .thumbnail iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail {
    width: 100%;
  }
}
main#contents.recruit .c-box03 .common-col-box .thumbnail img {
  border-radius: 30px 50% 30px 30px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail img {
    border-radius: 4vw 30% 4vw 4vw;
  }
}
main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption {
  position: absolute;
  top: -25px;
  right: -15px;
  padding-top: 20px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption {
    top: -2.5vw;
    right: -1.5vw;
    padding-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption {
    right: -1.3333333333vw;
    padding-top: 2.6666666667vw;
  }
}
main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  margin-left: 10px;
  background-color: #222;
  transform: rotate(45deg);
  transform-origin: left top;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption::before {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption::before {
    margin-left: 0;
    height: 13.3333333333vw;
  }
}
main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption span:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: -15px;
  font-size: 14px;
  font-style: italic;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption span:nth-of-type(1) {
    left: -1.5vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption span:nth-of-type(1) {
    left: -5.3333333333vw;
    font-size: 1.1rem;
  }
}
main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption span:nth-of-type(2) {
  font-size: 90px;
  font-style: italic;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption span:nth-of-type(2) {
    font-size: 9vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .thumbnail figcaption span:nth-of-type(2) {
    font-size: 7rem;
  }
}
main#contents.recruit .c-box03 .common-col-box .content .common-heading {
  padding-bottom: 25px;
  background-image: radial-gradient(circle, #222222 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .common-col-box .content .common-heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .content .common-heading {
    padding-bottom: 6.6666666667vw;
  }
}
main#contents.recruit .c-box03 .common-col-box .content .text01 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #c80e2f;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .content .text01 {
    margin-top: 6.6666666667vw;
    font-size: 1.6rem;
  }
}
main#contents.recruit .c-box03 .common-col-box .content .text02 {
  margin-top: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .content .text02 {
    margin-top: 6.6666666667vw;
  }
}
main#contents.recruit .c-box03 .common-col-box .content .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 25px;
  margin-top: 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 15px;
}
@media screen and (max-width: 1100px) {
  main#contents.recruit .c-box03 .common-col-box .content .list {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  main#contents.recruit .c-box03 .common-col-box .content .list .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .content .list {
    gap: 8vw 0;
    margin-top: 6.6666666667vw;
    font-size: 1.3rem;
  }
}
main#contents.recruit .c-box03 .common-col-box .content .list .item-headline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 30px;
  margin-bottom: 15px;
  padding-left: 20px;
  border: 1px solid #222;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .content .list .item-headline {
    height: 8vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 4vw;
    font-size: 1.3rem;
  }
}
main#contents.recruit .c-box03 .common-col-box .content .list ul {
  display: flex;
  flex-direction: column;
  list-style: disc;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .content .list ul {
    padding-left: 4vw;
  }
}
main#contents.recruit .c-box03 .common-col-box .content .list ul li {
  list-style-position: inside;
  text-indent: -0.12em;
  margin-left: 0.12em;
  line-height: 1.6;
}
main#contents.recruit .c-box03 .common-col-box .content .list p {
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .common-col-box .content .list p {
    padding-left: 4vw;
    font-size: 1.3rem;
  }
}
main#contents.recruit .c-box03 .other-point-box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 110px;
  padding: 60px 50px 50px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box {
    padding: 6vw 5vw 5vw;
    border-radius: 3vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box {
    margin-top: 16vw;
    padding: 8vw 6.6666666667vw;
    border-radius: 4vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .box-headline {
  font-size: 24px;
  text-align: center;
  line-height: 1.35;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline {
    font-size: 1.7rem;
  }
}
main#contents.recruit .c-box03 .other-point-box .box-headline > span {
  position: relative;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span {
    display: block;
    width: 100%;
  }
}
main#contents.recruit .c-box03 .other-point-box .box-headline > span::before, main#contents.recruit .c-box03 .other-point-box .box-headline > span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 40px;
  background-color: #222;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span::before, main#contents.recruit .c-box03 .other-point-box .box-headline > span::after {
    height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span::before, main#contents.recruit .c-box03 .other-point-box .box-headline > span::after {
    top: auto;
    bottom: 0;
    height: 8vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .box-headline > span::before {
  left: -60px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span::before {
    left: -6vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span::before {
    left: 0;
  }
}
main#contents.recruit .c-box03 .other-point-box .box-headline > span::after {
  right: -60px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span::after {
    right: -6vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span::after {
    right: 0;
  }
}
main#contents.recruit .c-box03 .other-point-box .box-headline > span > span {
  position: relative;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span > span {
    display: block;
    width: 100%;
  }
}
main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::before, main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 1px;
  height: 20px;
  background-color: #222;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::before, main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::after {
    top: 0.7vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::before, main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::after {
    top: auto;
    bottom: 1.3333333333vw;
    height: 5.3333333333vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::before {
  left: -50px;
  transform: rotate(-25deg);
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::before {
    left: -5vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::before {
    left: 2.6666666667vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::after {
  right: -50px;
  transform: rotate(25deg);
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::after {
    right: -5vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .box-headline > span > span::after {
    right: 2.6666666667vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list {
    margin-top: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  main#contents.recruit .c-box03 .other-point-box .list {
    background-image: radial-gradient(circle, #222222 1px, transparent 1px);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 2px 8px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list {
    flex-wrap: wrap;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list .item {
    width: 100%;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(1) {
  padding-right: 70px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(1) {
    padding-right: 7vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(1) {
    padding: 0 0 8vw 0;
    background-image: radial-gradient(circle, #222222 1px, transparent 1px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 2px;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(1) .item-content figure img {
  width: 140px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(1) .item-content figure img {
    width: 14vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(1) .item-content figure img {
    width: 26.6666666667vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(2) {
  padding-left: 70px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(2) {
    padding-left: 7vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(2) {
    padding: 6.6666666667vw 0 0 0;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(2) .item-content {
  gap: 0 35px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(2) .item-content {
    gap: 0 3.5vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(2) .item-content figure img {
  width: 70px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(2) .item-content figure img {
    width: 7vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list .item:nth-of-type(2) .item-content figure img {
    width: 13.6vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item .item-headline {
  text-align: center;
}
main#contents.recruit .c-box03 .other-point-box .list .item .item-headline img {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-headline img {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-headline img {
    width: 57.3333333333vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item .item-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-content {
    margin-top: 1vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content {
    padding-bottom: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content {
    padding-bottom: 2.6666666667vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content p {
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content p {
    padding-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content p {
    padding-left: 4.6666666667vw;
    font-size: 1.3rem;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content .value {
  display: flex;
  justify-content: center;
  align-items: baseline;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 5px;
  margin-top: -5px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content .value {
    gap: 0 0.5vw;
    margin-top: -0.5vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content .value {
    margin-top: -0.6666666667vw;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content .value .text {
  font-size: 120px;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content .value .text {
    font-size: 12vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content .value .text {
    font-size: 8.6rem;
  }
}
main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content .value .unit {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content .value .unit {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box03 .other-point-box .list .item .item-content .content .value .unit {
    font-size: 2.8rem;
  }
}
main#contents.recruit .c-box04 {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box04 {
    padding-top: 18.6666666667vw;
  }
}
main#contents.recruit .c-box04 .common-faq-list {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box04 .common-faq-list {
    margin-top: 13.3333333333vw;
  }
}
main#contents.recruit .c-box05 {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 {
    padding-top: 18.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
  main#contents.recruit .c-box05 .common-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
main#contents.recruit .c-box05 .recruit-tab {
  margin-top: 60px;
  padding: 0 60px;
}
@media screen and (max-width: 1140px) {
  main#contents.recruit .c-box05 .recruit-tab {
    padding: 0 5.2631578947vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-tab {
    margin-top: 8vw;
    padding: 0 5.3333333333vw;
  }
}
main#contents.recruit .c-box05 .recruit-tab ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0 5.2%;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-tab ul {
    gap: 0 5.3333333333vw;
  }
}
main#contents.recruit .c-box05 .recruit-tab ul li {
  position: relative;
  width: 21.1%;
  padding: 35px 0 35px 65px;
  transition: color 0.3s;
}
@media screen and (max-width: 1140px) {
  main#contents.recruit .c-box05 .recruit-tab ul li {
    padding: 3.0701754386vw 0 3.0701754386vw 5.701754386vw;
  }
}
@media screen and (min-width: 769px) {
  main#contents.recruit .c-box05 .recruit-tab ul li:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-tab ul li {
    flex-shrink: 0;
    width: auto;
    padding: 5.3333333333vw 0 5.3333333333vw 10.6666666667vw;
  }
}
main#contents.recruit .c-box05 .recruit-tab ul li {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.recruit .c-box05 .recruit-tab ul li:hover {
    opacity: 0.5;
  }
}
main#contents.recruit .c-box05 .recruit-tab ul li.active {
  color: #c80e2f;
}
main#contents.recruit .c-box05 .recruit-tab ul li.active::before {
  background-color: #c80e2f;
}
main#contents.recruit .c-box05 .recruit-tab ul li.active::after {
  transform: scale(1, 1);
}
main#contents.recruit .c-box05 .recruit-tab ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 47px;
  height: 26px;
  border-radius: 9999px;
  background-color: #d7d6d6;
  background-image: url("../images/common/icn-ar-r-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 11px;
  transition: 0.3s;
}
@media screen and (max-width: 1140px) {
  main#contents.recruit .c-box05 .recruit-tab ul li::before {
    width: 4.1228070175vw;
    height: 2.2807017544vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-tab ul li::before {
    width: 7.7333333333vw;
    height: 4vw;
    background-size: 1.8666666667vw 1.7333333333vw;
  }
}
main#contents.recruit .c-box05 .recruit-tab ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #c80e2f;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: 0.3s;
}
@media screen and (max-width: 1140px) {
  main#contents.recruit .c-box05 .recruit-tab ul li::after {
    height: 0.4385964912vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-tab ul li::after {
    height: 3px;
  }
}
main#contents.recruit .c-box05 .recruit-tab ul li span {
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 1140px) {
  main#contents.recruit .c-box05 .recruit-tab ul li span {
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-tab ul li span {
    font-size: 1.5rem;
  }
}
main#contents.recruit .c-box05 .recruit-list {
  padding: 90px 80px;
  background-color: #f4f3f3;
}
@media screen and (max-width: 1140px) {
  main#contents.recruit .c-box05 .recruit-list {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-list {
    padding: 12vw 5.3333333333vw 13.3333333333vw;
  }
}
main#contents.recruit .c-box05 .recruit-list .item {
  display: none;
}
main#contents.recruit .c-box05 .recruit-list .item.active {
  display: block;
}
main#contents.recruit .c-box05 .recruit-list .item .item-inner-box {
  padding: 70px 70px 40px;
  background-color: #fff;
}
@media screen and (max-width: 1140px) {
  main#contents.recruit .c-box05 .recruit-list .item .item-inner-box {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-list .item .item-inner-box {
    padding: 8vw 6.6666666667vw 10.6666666667vw;
  }
}
main#contents.recruit .c-box05 .recruit-list .item .item-inner-box p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-list .item .item-inner-box p {
    margin-top: 4vw;
  }
}
main#contents.recruit .c-box05 .recruit-list .item .item-inner-box table {
  width: 100%;
  margin-top: 90px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-list .item .item-inner-box table {
    margin-top: 4.6666666667vw;
  }
}
main#contents.recruit .c-box05 .recruit-list .item .item-inner-box table th,
main#contents.recruit .c-box05 .recruit-list .item .item-inner-box table td {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #d2d1cf;
  line-height: 2;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-list .item .item-inner-box table th,
  main#contents.recruit .c-box05 .recruit-list .item .item-inner-box table td {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    line-height: 1.85;
  }
}
main#contents.recruit .c-box05 .recruit-list .item .item-inner-box table th {
  width: 250px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-list .item .item-inner-box table th {
    width: 22.6666666667vw;
    padding-left: 0;
    font-size: 1.3rem;
  }
}
main#contents.recruit .c-box05 .recruit-list .item .item-inner-box table td {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-list .item .item-inner-box table td {
    font-size: 1.4rem;
  }
}
main#contents.recruit .c-box05 .recruit-list .apply-btn {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-list .apply-btn {
    margin-top: 9.3333333333vw;
  }
}
main#contents.recruit .c-box05 .recruit-list .apply-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 470px;
  height: 90px;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.1em;
  background-color: #c80e2f;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.recruit .c-box05 .recruit-list .apply-btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-list .apply-btn a {
    width: 100%;
    height: 17.3333333333vw;
    font-size: 1.6rem;
  }
}
main#contents.recruit .c-box05 .recruit-list .apply-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: 1px solid #fff;
  background-image: url("../images/common/icn-ar-r-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 11px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .recruit-list .apply-btn a::before {
    width: 8vw;
    height: 8vw;
    right: 5.3333333333vw;
    background-size: 2vw 2vw;
  }
}
main#contents.recruit .c-box05 .mail-case-box {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 75px;
  border: 1px solid #222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .mail-case-box {
    flex-wrap: wrap;
    width: calc(100% - 10.6666666667vw);
    margin: 13.3333333333vw auto 0;
  }
}
main#contents.recruit .c-box05 .mail-case-box .box-headline {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 300px;
  font-size: 22px;
  font-weight: bold;
  border-right: 1px solid #222;
}
@media screen and (max-width: 900px) {
  main#contents.recruit .c-box05 .mail-case-box .box-headline {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .mail-case-box .box-headline {
    width: 100%;
    height: 17.3333333333vw;
    font-size: 1.6rem;
    border-right: none;
    border-bottom: 1px solid #222;
  }
}
main#contents.recruit .c-box05 .mail-case-box .content {
  padding: 35px 35px 35px 80px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  main#contents.recruit .c-box05 .mail-case-box .content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .mail-case-box .content {
    padding: 8vw 6.6666666667vw;
  }
}
main#contents.recruit .c-box05 .mail-case-box .content .text01 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .mail-case-box .content .text01 {
    font-size: 1.2rem;
  }
}
main#contents.recruit .c-box05 .mail-case-box .content .text02 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .mail-case-box .content .text02 {
    margin-top: 4vw;
    font-size: 1.3rem;
  }
}
main#contents.recruit .c-box05 .mail-case-box .content .text03 {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main#contents.recruit .c-box05 .mail-case-box .content .text03 {
    margin-top: 3.3333333333vw;
    font-size: 1.1rem;
  }
}

.wp-block[data-type="core/widget-area"] {
  max-width: 1200px;
}

div[data-widget-area-id=sidebar] {
  max-width: 330px !important;
  margin: 0 auto !important;
}

html :where(.wp-block) {
  max-width: 800px;
}

.blocks-widgets-container .editor-styles-wrapper {
  max-width: 100%;
}

.block-editor-block-list__block:not(.is-selected) > .block-editor-block-list__block > .block-list-appender:only-child:after {
  border: 1px dashed !important;
}

.editor-styles-wrapper a {
  color: #222;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .editor-styles-wrapper a:hover {
    opacity: 0.5;
  }
}
.editor-styles-wrapper .has-customcolor-01-color {
  color: #6599a3;
}
.editor-styles-wrapper .has-customcolor-01-backgroud-color {
  color: #6599a3;
}
.editor-styles-wrapper .has-customcolor-01-border-color {
  color: #6599a3;
}
.editor-styles-wrapper .is-style-clear {
  display: flow-root;
}
.editor-styles-wrapper .has-text-align-right {
  text-align: right;
}
.editor-styles-wrapper .has-text-align-center {
  text-align: center;
}
.editor-styles-wrapper .alignnone {
  margin: 15px 0;
}
.editor-styles-wrapper .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .clearfix {
  clear: both;
}
.editor-styles-wrapper .alignright {
  float: right;
  margin: 0.7em 0 15px 5%;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .alignright {
    float: none !important;
    width: 100% !important;
    margin: 0;
  }
  .editor-styles-wrapper .alignright img {
    width: 100% !important;
  }
}
.editor-styles-wrapper .alignleft {
  float: left;
  margin: 0.7em 5% 15px 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .alignleft {
    float: none !important;
    width: 100% !important;
    margin: 0;
  }
  .editor-styles-wrapper .alignleft img {
    width: 100% !important;
  }
}
.editor-styles-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 628/350;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table {
  margin-top: 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table {
    margin: 45px 0 20px;
    overflow-x: auto;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table {
  width: 100% !important;
  border: 1px #222 solid !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table table {
    width: 800px !important;
    max-width: 800px !important;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th,
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  padding: 15px !important;
  border: 1px #222 solid !important;
  font-size: 13px !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th {
  color: #222 !important;
  background: #fef0f3 !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  background: #fff !important;
}
.editor-styles-wrapper .wp-block-image {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-image {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.editor-styles-wrapper h2 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.57;
  border-bottom: 1px solid #d2d1cf;
}
.editor-styles-wrapper h2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #c80e2f;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h2 {
    margin-top: 10.6666666667vw;
    margin-bottom: 6.6666666667vw;
    padding-bottom: 5.3333333333vw;
    font-size: 2.1rem;
  }
}
.editor-styles-wrapper h3 {
  margin-top: 80px;
  margin-bottom: 50px;
  padding: 25px;
  background-color: #fef0f3;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3 {
    margin-top: 10.6666666667vw;
    margin-bottom: 6.6666666667vw;
    padding: 5.3333333333vw;
    font-size: 1.6rem;
  }
}
.editor-styles-wrapper h4 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  background-image: radial-gradient(circle, #222222 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h4 {
    margin-top: 10.6666666667vw;
    margin-bottom: 6.6666666667vw;
    font-size: 1.5rem;
  }
}
.editor-styles-wrapper h4 + p {
  margin-top: 30px;
}
.editor-styles-wrapper blockquote {
  padding: 70px;
  border: 2px solid #222;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper blockquote {
    padding: 10.6666666667vw 8vw;
  }
}
.editor-styles-wrapper p {
  font-size: 18px;
  line-height: 2.22;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.editor-styles-wrapper p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper p + p {
    margin-top: 8vw;
  }
}
.editor-styles-wrapper mark {
  position: relative;
  background: url("../img/common/mark.png") repeat-x center bottom;
}
.editor-styles-wrapper strong {
  font-weight: bold;
}
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  margin-top: 50px;
  list-style: none;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul,
  .editor-styles-wrapper ol {
    margin-top: 8vw;
  }
}
.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul li,
  .editor-styles-wrapper ol li {
    font-size: 1.4rem;
  }
}
.editor-styles-wrapper ul li:not(:nth-of-type(1)),
.editor-styles-wrapper ol li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul li:not(:nth-of-type(1)),
  .editor-styles-wrapper ol li:not(:nth-of-type(1)) {
    margin-top: 5.3333333333vw;
  }
}
.editor-styles-wrapper ul li {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul li {
    padding-left: 7.3333333333vw;
  }
}
.editor-styles-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #c80e2f;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul li::before {
    top: 1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.editor-styles-wrapper ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.editor-styles-wrapper ol li {
  counter-increment: item;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ol li {
    padding-left: 7.3333333333vw;
  }
}
.editor-styles-wrapper ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item) ". ";
}
.editor-styles-wrapper .mt0 {
  margin-top: 0 !important;
}
.editor-styles-wrapper .mt5 {
  margin-top: 5px !important;
}
.editor-styles-wrapper .mt10 {
  margin-top: 10px !important;
}
.editor-styles-wrapper .mt15 {
  margin-top: 15px !important;
}
.editor-styles-wrapper .mt20 {
  margin-top: 20px !important;
}
.editor-styles-wrapper .mt25 {
  margin-top: 25px !important;
}
.editor-styles-wrapper .mt30 {
  margin-top: 30px !important;
}
.editor-styles-wrapper .mt35 {
  margin-top: 35px !important;
}
.editor-styles-wrapper .mt40 {
  margin-top: 40px !important;
}
.editor-styles-wrapper .mt45 {
  margin-top: 45px !important;
}
.editor-styles-wrapper .mt50 {
  margin-top: 50px !important;
}
.editor-styles-wrapper .mt60 {
  margin-top: 60px !important;
}
.editor-styles-wrapper .mt70 {
  margin-top: 70px !important;
}
.editor-styles-wrapper .mt80 {
  margin-top: 80px !important;
}
.editor-styles-wrapper .mt90 {
  margin-top: 90px !important;
}
.editor-styles-wrapper .mt100 {
  margin-top: 100px !important;
}
.editor-styles-wrapper .mt110 {
  margin-top: 110px !important;
}
.editor-styles-wrapper .mt120 {
  margin-top: 120px !important;
}
.editor-styles-wrapper .mt130 {
  margin-top: 130px !important;
}
.editor-styles-wrapper .mt140 {
  margin-top: 140px !important;
}
.editor-styles-wrapper .mt150 {
  margin-top: 150px !important;
}
.editor-styles-wrapper .mb0 {
  margin-bottom: 0 !important;
}
.editor-styles-wrapper .mb5 {
  margin-bottom: 5px !important;
}
.editor-styles-wrapper .mb10 {
  margin-bottom: 10px !important;
}
.editor-styles-wrapper .mb15 {
  margin-bottom: 15px !important;
}
.editor-styles-wrapper .mb20 {
  margin-bottom: 20px !important;
}
.editor-styles-wrapper .mb25 {
  margin-bottom: 25px !important;
}
.editor-styles-wrapper .mb30 {
  margin-bottom: 30px !important;
}
.editor-styles-wrapper .mb35 {
  margin-bottom: 35px !important;
}
.editor-styles-wrapper .mb40 {
  margin-bottom: 40px !important;
}
.editor-styles-wrapper .mb45 {
  margin-bottom: 45px !important;
}
.editor-styles-wrapper .mb50 {
  margin-bottom: 50px !important;
}
.editor-styles-wrapper .mb60 {
  margin-bottom: 60px !important;
}
.editor-styles-wrapper .mb70 {
  margin-bottom: 70px !important;
}
.editor-styles-wrapper .mb80 {
  margin-bottom: 80px !important;
}
.editor-styles-wrapper .mb90 {
  margin-bottom: 90px !important;
}
.editor-styles-wrapper .mb100 {
  margin-bottom: 100px !important;
}
.editor-styles-wrapper .mb110 {
  margin-bottom: 110px !important;
}
.editor-styles-wrapper .mb120 {
  margin-bottom: 120px !important;
}
.editor-styles-wrapper .mb130 {
  margin-bottom: 130px !important;
}
.editor-styles-wrapper .mb140 {
  margin-bottom: 140px !important;
}
.editor-styles-wrapper .pt0 {
  padding-top: 0 !important;
}
.editor-styles-wrapper .pt5 {
  padding-top: 5px !important;
}
.editor-styles-wrapper .pt10 {
  padding-top: 10px !important;
}
.editor-styles-wrapper .pt15 {
  padding-top: 15px !important;
}
.editor-styles-wrapper .pt20 {
  padding-top: 20px !important;
}
.editor-styles-wrapper .pt25 {
  padding-top: 25px !important;
}
.editor-styles-wrapper .pt30 {
  padding-top: 30px !important;
}
.editor-styles-wrapper .pt35 {
  padding-top: 35px !important;
}
.editor-styles-wrapper .pt40 {
  padding-top: 40px !important;
}
.editor-styles-wrapper .pt45 {
  padding-top: 45px !important;
}
.editor-styles-wrapper .pt50 {
  padding-top: 50px !important;
}
.editor-styles-wrapper .pt60 {
  padding-top: 60px !important;
}
.editor-styles-wrapper .pt70 {
  padding-top: 70px !important;
}
.editor-styles-wrapper .pt80 {
  padding-top: 80px !important;
}
.editor-styles-wrapper .pt90 {
  padding-top: 90px !important;
}
.editor-styles-wrapper .pt100 {
  padding-top: 100px !important;
}
.editor-styles-wrapper .pb0 {
  padding-bottom: 0 !important;
}
.editor-styles-wrapper .pb5 {
  padding-bottom: 5px !important;
}
.editor-styles-wrapper .pb10 {
  padding-bottom: 10px !important;
}
.editor-styles-wrapper .pb15 {
  padding-bottom: 15px !important;
}
.editor-styles-wrapper .pb20 {
  padding-bottom: 20px !important;
}
.editor-styles-wrapper .pb25 {
  padding-bottom: 25px !important;
}
.editor-styles-wrapper .pb30 {
  padding-bottom: 30px !important;
}
.editor-styles-wrapper .pb35 {
  padding-bottom: 35px !important;
}
.editor-styles-wrapper .pb40 {
  padding-bottom: 40px !important;
}
.editor-styles-wrapper .pb45 {
  padding-bottom: 45px !important;
}
.editor-styles-wrapper .pb50 {
  padding-bottom: 50px !important;
}
.editor-styles-wrapper .pb60 {
  padding-bottom: 60px !important;
}
.editor-styles-wrapper .pb70 {
  padding-bottom: 70px !important;
}
.editor-styles-wrapper .pb80 {
  padding-bottom: 80px !important;
}
.editor-styles-wrapper .pb90 {
  padding-bottom: 90px !important;
}
.editor-styles-wrapper .pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .mt0 {
    margin-top: 0 !important;
  }
  .editor-styles-wrapper .mt5 {
    margin-top: 5px !important;
  }
  .editor-styles-wrapper .mt10 {
    margin-top: 10px !important;
  }
  .editor-styles-wrapper .mt15 {
    margin-top: 10px !important;
  }
  .editor-styles-wrapper .mt20 {
    margin-top: 15px !important;
  }
  .editor-styles-wrapper .mt25 {
    margin-top: 15px !important;
  }
  .editor-styles-wrapper .mt30 {
    margin-top: 20px !important;
  }
  .editor-styles-wrapper .mt35 {
    margin-top: 20px !important;
  }
  .editor-styles-wrapper .mt40 {
    margin-top: 30px !important;
  }
  .editor-styles-wrapper .mt45 {
    margin-top: 30px !important;
  }
  .editor-styles-wrapper .mt50 {
    margin-top: 40px !important;
  }
  .editor-styles-wrapper .mt60 {
    margin-top: 40px !important;
  }
  .editor-styles-wrapper .mt70 {
    margin-top: 50px !important;
  }
  .editor-styles-wrapper .mt80 {
    margin-top: 50px !important;
  }
  .editor-styles-wrapper .mt90 {
    margin-top: 50px !important;
  }
  .editor-styles-wrapper .mt100 {
    margin-top: 50px !important;
  }
  .editor-styles-wrapper .mt110 {
    margin-top: 60px !important;
  }
  .editor-styles-wrapper .mt120 {
    margin-top: 60px !important;
  }
  .editor-styles-wrapper .mt130 {
    margin-top: 60px !important;
  }
  .editor-styles-wrapper .mt140 {
    margin-top: 70px !important;
  }
  .editor-styles-wrapper .mt150 {
    margin-top: 70px !important;
  }
  .editor-styles-wrapper .mtsp20 {
    margin-top: 20px !important;
  }
  .editor-styles-wrapper .mb0 {
    margin-bottom: 0 !important;
  }
  .editor-styles-wrapper .mb5 {
    margin-bottom: 5px !important;
  }
  .editor-styles-wrapper .mb10 {
    margin-bottom: 10px !important;
  }
  .editor-styles-wrapper .mb15 {
    margin-bottom: 10px !important;
  }
  .editor-styles-wrapper .mb20 {
    margin-bottom: 15px !important;
  }
  .editor-styles-wrapper .mb25 {
    margin-bottom: 15px !important;
  }
  .editor-styles-wrapper .mb30 {
    margin-bottom: 20px !important;
  }
  .editor-styles-wrapper .mb35 {
    margin-bottom: 20px !important;
  }
  .editor-styles-wrapper .mb40 {
    margin-bottom: 30px !important;
  }
  .editor-styles-wrapper .mb45 {
    margin-bottom: 30px !important;
  }
  .editor-styles-wrapper .mb50 {
    margin-bottom: 40px !important;
  }
  .editor-styles-wrapper .mb60 {
    margin-bottom: 40px !important;
  }
  .editor-styles-wrapper .mb70 {
    margin-bottom: 50px !important;
  }
  .editor-styles-wrapper .mb80 {
    margin-bottom: 50px !important;
  }
  .editor-styles-wrapper .mb90 {
    margin-bottom: 50px !important;
  }
  .editor-styles-wrapper .mb100 {
    margin-bottom: 50px !important;
  }
  .editor-styles-wrapper .mb110 {
    margin-bottom: 60px !important;
  }
  .editor-styles-wrapper .mb120 {
    margin-bottom: 60px !important;
  }
  .editor-styles-wrapper .mb130 {
    margin-bottom: 60px !important;
  }
  .editor-styles-wrapper .mb140 {
    margin-bottom: 70px !important;
  }
  .editor-styles-wrapper .pt0 {
    padding-top: 0 !important;
  }
  .editor-styles-wrapper .pt5 {
    padding-top: 5px !important;
  }
  .editor-styles-wrapper .pt10 {
    padding-top: 10px !important;
  }
  .editor-styles-wrapper .pt15 {
    padding-top: 10px !important;
  }
  .editor-styles-wrapper .pt20 {
    padding-top: 15px !important;
  }
  .editor-styles-wrapper .pt25 {
    padding-top: 15px !important;
  }
  .editor-styles-wrapper .pt30 {
    padding-top: 20px !important;
  }
  .editor-styles-wrapper .pt35 {
    padding-top: 20px !important;
  }
  .editor-styles-wrapper .pt40 {
    padding-top: 30px !important;
  }
  .editor-styles-wrapper .pt45 {
    padding-top: 30px !important;
  }
  .editor-styles-wrapper .pt50 {
    padding-top: 40px !important;
  }
  .editor-styles-wrapper .pt60 {
    padding-top: 40px !important;
  }
  .editor-styles-wrapper .pt70 {
    padding-top: 50px !important;
  }
  .editor-styles-wrapper .pt80 {
    padding-top: 50px !important;
  }
  .editor-styles-wrapper .pt90 {
    padding-top: 50px !important;
  }
  .editor-styles-wrapper .pt100 {
    padding-top: 50px !important;
  }
  .editor-styles-wrapper .pb0 {
    padding-bottom: 0 !important;
  }
  .editor-styles-wrapper .pb5 {
    padding-bottom: 5px !important;
  }
  .editor-styles-wrapper .pb10 {
    padding-bottom: 10px !important;
  }
  .editor-styles-wrapper .pb15 {
    padding-bottom: 10px !important;
  }
  .editor-styles-wrapper .pb20 {
    padding-bottom: 15px !important;
  }
  .editor-styles-wrapper .pb25 {
    padding-bottom: 15px !important;
  }
  .editor-styles-wrapper .pb30 {
    padding-bottom: 20px !important;
  }
  .editor-styles-wrapper .pb35 {
    padding-bottom: 20px !important;
  }
  .editor-styles-wrapper .pb40 {
    padding-bottom: 30px !important;
  }
  .editor-styles-wrapper .pb45 {
    padding-bottom: 30px !important;
  }
  .editor-styles-wrapper .pb50 {
    padding-bottom: 40px !important;
  }
  .editor-styles-wrapper .pb60 {
    padding-bottom: 40px !important;
  }
  .editor-styles-wrapper .pb70 {
    padding-bottom: 50px !important;
  }
  .editor-styles-wrapper .pb80 {
    padding-bottom: 50px !important;
  }
  .editor-styles-wrapper .pb90 {
    padding-bottom: 50px !important;
  }
  .editor-styles-wrapper .pb100 {
    padding-bottom: 50px !important;
  }
}
