@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* ページ全般の設定 */
* {
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #231815;
}

li {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.content-width {
  max-width: 123.4rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.header {
  height: 9rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .header {
    height: 6.1rem;
  }
}
.header .header__logo {
  transition: 0.3s;
  width: 100%;
  max-width: 30rem;
}
@media (max-width:1500px) {
  .header .header__logo {
    max-width: 15.625vw;
  }
}
.header .header__logo:hover {
  opacity: 0.6;
}
.header .header__logo img {
  width: 30rem;
}
@media (max-width: 767px) {
  .header .header__logo img {
    max-width: 66.9333333333vw;
  }
}
.header .header__logo a {
  display: flex;
}
.header .sns-list {
  display: flex;
  align-items: center;
  gap: 1.65rem;
  margin: 0 2rem 0 2.9rem;
}
@media (max-width:1500px) {
  .header .sns-list {
    margin: 0 1.0416666667vw 0 1.5104166667vw;
  }
}
.header .sns-list .x-icon {
  max-width: 2rem;
  width: 100%;
}
@media (max-width:1500px) {
  .header .sns-list .x-icon {
    max-width: 1.0416666667vw;
  }
}
.header .sns-list .x-icon img {
  width: 2.1rem;
}
.header .sns-list .insta-icon {
  max-width: 2.1rem;
  width: 100%;
}
@media (max-width:1500px) {
  .header .sns-list .insta-icon {
    max-width: 1.09375vw;
  }
}
.header .sns-list .insta-icon img {
  width: 2.1rem;
}
.header .header__tel {
  margin-right: 1.72rem;
}
.header .header__tel .tel-text {
  width: 21.3rem;
  height: 2rem;
  background-image: url(../images/text-tel.svg);
  background-size: contain;
}
.header .header__tel .text-tel {
  margin-right: 0.4rem;
}
.header .contact-button {
  max-width: 18.7rem;
  height: 4.5rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #231815 2px;
  background: #fff;
  position: relative;
}
@media (max-width:1500px) {
  .header .contact-button {
    font-size: 1.6rem;
    max-width: 15.7rem;
  }
}
.header .contact-button::after {
  position: absolute;
  content: "";
  background-image: url(../images/post-yellow.svg);
  background-size: contain;
  width: 4.9rem;
  height: 6.5rem;
  top: -1rem;
  right: -2.5rem;
}
.header .header__inner {
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 89.58%;
  margin: 0 auto;
}
@media (max-width:1500px) {
  .header .header__inner {
    width: 96.58%;
  }
}
@media (max-width: 767px) {
  .header .header__inner {
    height: 6.1rem;
    width: 100%;
    padding: 0 1.5rem;
  }
}
.header .header__inner .sns-list {
  transition: 0.3s;
}
.header .header__inner .sns-list:hover {
  opacity: 0.7;
}
.header .header__inner .header__tel .tel-text {
  transition: 0.3s;
}
@media (max-width:1500px) {
  .header .header__inner .header__tel .tel-text {
    width: 11.1979166667vw;
  }
}
.header .header__inner .header__tel .tel-text:hover {
  background-image: url(../images/text-tel-blue.svg);
}
.header .header__inner .contact-button {
  transition: 0.3s;
}
.header .header__inner .contact-button:hover {
  background: #FFD500;
}
.header .header__inner__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-right: 3.1rem;
}
@media (max-width: 767px) {
  .header .header__inner__right {
    display: none;
  }
}
.header .header__inner__right .header__menu {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
@media (max-width:1500px) {
  .header .header__inner__right .header__menu {
    gap: 1.1458333333vw;
  }
}
.header .header__inner__right .header__menu a {
  font-size: 1.5rem;
  position: relative;
}
@media (max-width:1500px) {
  .header .header__inner__right .header__menu a {
    font-size: 1.3rem;
  }
}
.header .header__inner__right .header__menu a:after {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #104AAA;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}
.header .header__inner__right .header__menu a:hover:after {
  transform: scale(1, 1);
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.1rem;
  height: 6.1rem;
  z-index: 100;
  cursor: pointer;
  background: #fff;
}
@media (min-width: 768px) {
  .hamburger-btn {
    display: none;
  }
}
.hamburger-btn .hamburger-btn__line {
  width: 6.1rem;
  height: 6.1rem;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #231815;
  width: 2.7rem;
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.3s;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 2.1rem;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 3.1rem;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  top: 4rem;
}

@media (min-width: 768px) {
  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}

/* ×　オープン */
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(2), .hamburger-btn.active .line:nth-child(3) {
  top: 2.9rem;
  left: 31%;
}
.hamburger-btn.active .line:nth-child(1) {
  transform: rotate(-45deg);
}
.hamburger-btn.active .line:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger-btn.active .line:nth-child(3) {
  transform: rotate(45deg);
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 6.1rem;
  left: 0;
  z-index: 99;
  visibility: hidden;
  padding: 0.25rem 1.5rem 0;
  /*.line {
      width: 100%;
  }*/
}
#hamburger-menu .hamburger-menu__list {
  margin-top: 1.95rem;
  padding-left: 3.65rem;
}
#hamburger-menu .hamburger-menu__list li {
  margin-bottom: 2rem;
  transform: translateX(180px);
  opacity: 0;
}
#hamburger-menu .hamburger-menu__list li:last-child {
  margin-bottom: 0;
}
#hamburger-menu .hamburger-menu__list li a {
  font-size: 1.75rem;
}
#hamburger-menu .sns-list {
  padding-left: 3.65rem;
  margin: 2.5rem auto 0 0;
  gap: 1.55rem;
  opacity: 0;
}
#hamburger-menu .sns-list .x-icon {
  width: 20px;
}
#hamburger-menu .sns-list .insta-icon {
  width: 20px;
}
#hamburger-menu .header__tel {
  margin: 5.6rem auto 0;
  display: flex;
  align-items: center;
  padding-left: 3.65rem;
  opacity: 0;
}
#hamburger-menu .header__tel .tel-text {
  width: 23.7rem;
  height: 2.35rem;
}
#hamburger-menu .contact-button {
  margin: 3.4rem auto 2.65rem 3.65rem;
  max-width: 23.25rem;
  height: 5.6rem;
  font-size: 2rem;
  opacity: 0;
}
#hamburger-menu .contact-button::after {
  width: 6.3rem;
  height: 8.35rem;
  top: -1.9rem;
  right: -4.1rem;
}

/* スライドイン */
.is-slide_in {
  animation: slideIn 0.6s ease-out 0.2s 1 forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time01 {
  animation-delay: 0.1s;
}

.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time03 {
  animation-delay: 0.3s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow: scroll;
  visibility: visible;
  transition: all 0.5s;
  left: 0;
  transform: translate(0px, 0px) translateZ(0px);
  webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.mv {
  padding-top: 9rem;
  position: relative;
  /* 花 */
  /* Starlight */
  /* 明日への光、共に歩む。 */
  /* テキスト */
}
@media (max-width: 767px) {
  .mv {
    padding-top: 6.1rem;
  }
}
.mv .mv__bg {
  width: 100%;
}
@media (max-width: 767px) {
  .mv .mv__bg {
    height: 187.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.mv .mv__flower {
  width: 5.8333333333vw;
  position: absolute;
  top: 14.6%;
  right: 21.5%;
  z-index: 1;
  animation: fadein 1.5s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  opacity: 0;
  animation-delay: 0.5s;
  mix-blend-mode: overlay;
}
@media (max-width: 1024px) {
  .mv .mv__flower {
    top: 16.6%;
  }
}
@media (max-width: 767px) {
  .mv .mv__flower {
    width: 19.0666666667vw;
    top: 13.1%;
    right: 13.9%;
  }
}
.mv .mv__flower-2 {
  width: 6.9270833333vw;
  position: absolute;
  top: 13.9%;
  right: 20.9%;
  z-index: 2;
  animation: fadein 1.5s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  opacity: 0;
  animation-delay: 0.5s;
  mix-blend-mode: hard-light;
}
@media (max-width: 1024px) {
  .mv .mv__flower-2 {
    top: 15.9%;
  }
}
@media (max-width: 767px) {
  .mv .mv__flower-2 {
    width: 19.0666666667vw;
    top: 13.1%;
    right: 13.9%;
  }
}
.mv .mv__flower-3 {
  width: 5.2604166667vw;
  position: absolute;
  top: 15.4%;
  right: 21.9%;
  z-index: 3;
  animation: fadein 1.5s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  opacity: 0;
  animation-delay: 0.5s;
  mix-blend-mode: screen;
}
@media (max-width: 1024px) {
  .mv .mv__flower-3 {
    top: 17.4%;
  }
}
@media (max-width: 767px) {
  .mv .mv__flower-3 {
    width: 19.0666666667vw;
    top: 13.1%;
    right: 13.9%;
  }
}
.mv .mv__flower-4 {
  width: 6.9270833333vw;
  position: absolute;
  top: 13.7%;
  right: 20.9%;
  z-index: 4;
  animation: fadein 1.5s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  opacity: 0;
  animation-delay: 0.5s;
  mix-blend-mode: hard-light;
}
@media (max-width: 1024px) {
  .mv .mv__flower-4 {
    top: 15.7%;
  }
}
@media (max-width: 767px) {
  .mv .mv__flower-4 {
    width: 16vw;
    top: 13.9%;
    right: 15.6%;
  }
}
.mv .mv__flower-5 {
  width: 3.3854166667vw;
  position: absolute;
  top: 16.6%;
  right: 22.6%;
  z-index: 5;
  animation: fadein 1.5s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  opacity: 0;
  animation-delay: 0.5s;
  mix-blend-mode: color-dodge;
}
@media (max-width: 1024px) {
  .mv .mv__flower-5 {
    top: 18.6%;
  }
}
@media (max-width: 767px) {
  .mv .mv__flower-5 {
    width: 2.4vw;
    top: 17.1%;
    right: 21.9%;
  }
}
.mv .mv__starlight {
  position: absolute;
  top: 26.8%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1;
  mix-blend-mode: overlay;
  animation: fadein 2s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  opacity: 0;
  animation-delay: 1.5s;
  width: 56.0416666667vw;
}
@media (max-width: 767px) {
  .mv .mv__starlight {
    width: 122.1333333333vw;
  }
}
.mv .mv__catch {
  position: absolute;
  top: 19.6%;
  left: 49.4%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 7.7604166667vw;
  animation: fadein 1.5s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  opacity: 0;
  animation-delay: 2.5s;
}
@media (max-width: 767px) {
  .mv .mv__catch {
    width: 25.0666666667vw;
    top: 16.7%;
    left: 48.5%;
  }
}
.mv .mv__text {
  position: absolute;
  width: 100%;
  bottom: 31.5%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  z-index: 1;
  animation: fadein 1.5s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  opacity: 0;
  animation-delay: 2.5s;
}
@media (max-width: 767px) {
  .mv .mv__text {
    font-size: 1.25rem;
    line-height: 1.6;
    bottom: 32.1%;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  70%, 100% {
    opacity: 1;
  }
}
.cover {
  padding-top: 9rem;
}
@media (max-width: 767px) {
  .cover {
    padding-top: 6.1rem;
  }
}
.cover img {
  width: 100%;
}

.banner-wrapper {
  margin-top: -7rem;
  margin-bottom: 9.8rem;
  position: relative;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .banner-wrapper {
    margin-top: -6.6rem;
    margin-bottom: 12rem;
  }
}
.banner-wrapper .content-width{
  max-width: 100.8rem;
}
.banner {
  border: #231815 1.5px solid;
  background: #fff;
}
@media (min-width: 768px) {
.banner .banner-top {
  display: flex;
}
}
.banner .banner-top .open{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner .banner-top .open{
    width: calc(629% / 1008 * 100);
    position: relative;
  }
}
@media (min-width: 768px) {
  .banner .banner-top .open::before{
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 60% 0);
    left: 100%;
    top: 0;
    background: #fff;
    width: 5rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .banner .banner-top .open::before{
    width: 3rem;
  }
}
.banner .banner-top .open .open-img{
  width: calc(261% / 629 * 100);
}
@media (max-width: 767px) {
  .banner .banner-top .open .open-img{
    /* width: calc(259% / 690 * 100); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  } 
}
@media (max-width: 767px) {
  .banner .banner-top .open .open-img img{
    height: 100%;
    object-fit: cover;
  }
}
.banner .banner-top .open .open-inner{
  width: calc(368% / 629 * 100);
}
@media (max-width: 767px) {
  .banner .banner-top .open .open-inner{
    position: relative;
    margin-left: auto;
    width: 70%;
    right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  } 
}
.banner .banner-top .open .open-name{
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.8rem;
}
@media (max-width: 991px) {
  .banner .banner-top .open .open-name{
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .banner .banner-top .open .open-name{
    font-size: 1.35rem;
    margin-bottom: 0.6rem;
  }
}
.banner .banner-top .open .open-name span{
  font-size: 2.9rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .banner .banner-top .open .open-name span{
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .banner .banner-top .open .open-name span{
    font-size: 1.75rem;
  }
}
.banner .banner-top .open .open-date{
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .banner .banner-top .open .open-date{
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.banner .banner-top .open .open-date .year{
  font-size: 1.5rem;
  margin-right: 0.7rem;
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  .banner .banner-top .open .open-date .year{
    font-size: 0.8rem;
  }
}
.banner .banner-top .open .open-date .number{
  font-family: 'Georgia',sans-serif;
  color: #104AAA;
  font-weight: bold;
  font-size: 2.4rem;
}
.banner .banner-top .open .open-date .circle{
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.3rem;
  text-align: center;
  background: #FFD500;
  border-radius: 50%;
  font-size: 3.2rem;
  letter-spacing: 0;
  margin: 0 0.2rem;
}
@media (max-width: 767px) {
  .banner .banner-top .open .open-date .circle{
    width: 3.3rem;
    height: 3.3rem;
    line-height: 3rem;
  }
}
.banner .banner-top .open .open-date .year-number{
  width: 6.85rem;
  vertical-align: sub;
}
@media (max-width: 767px) {
  .banner .banner-top .open .open-date .year-number{
    width: 4.75rem;
  } 
}
.banner .banner-top .open .open-date .month-number{
  width: 3.2rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .banner .banner-top .open .open-date .month-number{
    width:2.2rem;
  }
}
.banner .banner-top .open .open-date .date-number{
  width: 1.2rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .banner .banner-top .open .open-date .date-number{
    width:0.8rem;
  }
}
.banner .banner-top .open .grand-open{
  font-family: 'Georgia',sans-serif;
  color: #104AAA;
  font-weight: bold;
  font-size: 4.3rem;
  letter-spacing: 0.05em;  
  border-bottom: 10px solid #FFD500;
  width: fit-content;
  line-height: 1;
}
@media (max-width: 991px) {
  .banner .banner-top .open .grand-open{
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .banner .banner-top .open .grand-open{
    font-size: 2.8rem;
    border-width: 0.7rem;
  }
}
.banner .banner-top .open .grand-open span{
  font-size: 5rem;
}
@media (max-width: 991px) {
  .banner .banner-top .open .grand-open span{
    font-size: 3.9rem;
  } 
}
@media (max-width: 767px) {
  .banner .banner-top .open .grand-open span{
    font-size: 3.1rem;
  }
}
.banner .banner-top .staff{
  background: #104AAA url(../images/staff_bg.png) no-repeat center center / cover;
}
@media (min-width: 768px) {
  .banner .banner-top .staff{
    width: calc(379% / 1008 * 100);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .banner .banner-top .staff{
    padding: 2.7rem;
  }
}
.banner .banner-top .staff .staff-title{
  text-align: center;
  color: #fff;
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .banner .banner-top .staff .staff-title{
    font-size: 2.35rem;
    margin-bottom: 1.1rem;
  }
}
.banner .banner-top .staff .staff-title span{
  font-size: 3.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .banner .banner-top .staff .staff-title span{
    font-size: 2.5rem;
    position: relative;
  }
}
.banner .banner-top .staff .staff-title span:before{
  position: absolute;
  content: "";
  background: transparent url(../images/banner_star.png) no-repeat center center / contain;
  width: 5.2rem;
  height: 2.8rem;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .banner .banner-top .staff .staff-title span:before{
    width: 4.55rem;
    height: 2.5rem;
    left: -5.8rem;
  } 
}
.banner .banner-top .staff .staff-title span:after{
  position: absolute;
  content: "";
  background: transparent url(../images/banner_star.png) no-repeat center center / contain;
  width: 5.2rem;
  height: 2.8rem;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .banner .banner-top .staff .staff-title span:after{
    width: 4.55rem;
    height: 2.5rem;
    right: -5.8rem;
  } 
}
.banner .banner-top .staff .staff-btn{
  position: relative;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.8rem 4.8rem 0.8rem 3.2rem;
  border-radius: 1.9rem;
}
@media (max-width: 767px) {
  .banner .banner-top .staff .staff-btn{
    font-size: 1.5rem;
    padding: 0.6rem 3.8rem 0.6rem 2.5rem;
  } 
}
.banner .banner-top .staff .staff-btn:after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.9rem solid #104AAA;
  border-right: 0;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .banner .banner-top .staff .staff-btn:after{
    border-top: 0.475rem solid transparent;
    border-bottom: 0.475rem solid transparent;
    border-left: 0.85rem solid #104AAA;
    border-right: 0;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
  } 
}
.banner .banner-info{
  background: #FFF5E1;
  padding: 1.2rem 4.8rem;
}
@media (min-width: 768px) {
  .banner .banner-info{
    padding: 1.2rem 4.8rem;
    display: flex;
    align-items: center;
    gap: 2.3rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .banner .banner-info.sp-only{
    display: none;
  }
}
@media (max-width: 767px) {
  .banner .banner-info{
    padding: 2.2rem 1.5rem 2.2rem 2.6rem;
    font-size: 1.1rem;
  }
}
.banner .banner-address{
  position: relative;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .banner .banner-address{
    padding-left: 3.15rem;
    margin-bottom: 1rem;
  } 
}
.banner .banner-address::before{
  position: absolute;
  content: ""; 
  background: transparent url(../images/pin.svg) no-repeat center center / contain;
  width: 1.4rem;
  height: 2rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .banner .banner-address::before{
    width: 1.85rem;
    height: 2.6rem;
  } 
}
.banner .banner-access{
  position: relative;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .banner .banner-access{
    padding-left: 3.15rem;
  } 
}
.banner .banner-access::before{
  position: absolute;
  content: ""; 
  background: transparent url(../images/train.svg) no-repeat center center / contain;
  width: 1.4rem;
  height: 2rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .banner .banner-access::before{
    width: 1.8rem;
    height: 2.6rem;
  } 
}
.banner-wrapper .number {
  font-family: 'Georgia',sans-serif;
}

.about {
  /* margin-top: -7rem; */
  position: relative;
}
@media (min-width: 768px) {
  .about {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 0 1.5rem;
    /* margin-top: -6.6rem; */
  }
}
.about .flex {
  align-items: center;
  justify-content: flex-end;
  gap: 4.2rem;
}
@media (min-width: 768px) {
  .about .flex {
    max-width: 116.3rem;
    margin: 0 1.4rem 0 auto;
  }
}
@media (max-width: 767px) {
  .about .flex {
    gap: 3.25rem;
  }
}
.about .about__text .section-title {
  max-width: 45.1rem;
  width: 100%;
  border-bottom: solid 2px #104AAA;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .about .about__text .section-title {
    padding-bottom: 0.6rem;
  }
}
.about .about__text .section-subtitle {
  color: #104AAA;
  font-weight: 900;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  margin-top: 3.3rem;
}
@media (max-width: 767px) {
  .about .about__text .section-subtitle {
    font-size: 2.5rem;
    margin-top: 1.8rem;
  }
}
.about .about__text .section-text {
  max-width: 52.9rem;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 2.0588235294;
  margin-top: 2.3rem;
}
@media (max-width: 767px) {
  .about .about__text .section-text {
    font-size: 1.45rem;
    line-height: 1.5517241379;
    margin-top: 1.35rem;
  }
}
.about .about__img {
  max-width: 59.3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .about .about__img {
    max-width: 30.8854166667vw;
  }
}
@media (min-width:1920px) {
  .about .about__img {
    max-width: 59.3rem;
  }
}

.message {
  padding-top: 14.2rem;
  padding-bottom: 17.75rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .message {
    padding: 7rem 1.5rem 10.05rem;
  }
}
.message .message__box {
  background: #fff;
  max-width: 80.2rem;
  margin: 0 auto;
  border: solid 2px #231815;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
  position: relative;
}
@media (max-width: 767px) {
  .message .message__box {
    box-shadow: 1.5px 1.5px 5px rgba(0, 0, 0, 0.07);
  }
}
.message .message__box::before {
  position: absolute;
  content: "";
  background-image: url(../images/bg_message.png);
  background-size: contain;
  width: 94rem;
  height: 95.6rem;
  top: -2.6041666667vw;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .message .message__box::before {
    background-image: url(../images/bg_sp_message.png);
    width: 135.3333333333vw;
    height: 222.4vw;
    top: -3.9%;
    left: 46.4%;
  }
}
.message .message__box .line {
  background: #104AAA;
  width: 100%;
  height: 10px;
}
@media (max-width: 767px) {
  .message .message__box .line {
    height: 5px;
  }
}
.message .message__box .section-title {
  text-align: center;
  margin-top: 5.7rem;
  position: relative;
}
.message .message__box .section-title::after {
  position: absolute;
  content: "";
  background-image: url(../images/bg_message-right.png);
  background-size: contain;
  width: 5rem;
  height: 5.5rem;
  top: 7.9rem;
  right: -7.7rem;
}
@media (max-width: 767px) {
  .message .message__box .section-title::after {
    width: 4.45rem;
    height: 4.9rem;
    top: -6.5rem;
    right: 0.2rem;
  }
}
@media (min-width: 768px) {
  .message .message__box .section-title {
    margin-right: -5.1rem;
  }
}
@media (max-width: 767px) {
  .message .message__box .section-title {
    margin-top: 3.15rem;
  }
}
@media (max-width: 767px) {
  .message .message__box .section-title img {
    width: 65.4666666667vw;
  }
}
.message .message__box .section-text {
  max-width: 57rem;
  margin: 2.7rem auto 0;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #D1D1D1 97%, #D1D1D1 100%);
  background-size: 100% 2.8em;
  line-height: 2.8em;
  background-repeat: repeat;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .message .message__box .section-text {
    font-size: 1.45rem;
    margin: 1.65rem auto 0;
    max-width: 79.1333333333vw;
    background-size: 100% 2.1em;
    line-height: 2.1em;
  }
}
.message .message__box .message__name-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  max-width: 57rem;
  margin: 4.5rem auto 7.64rem;
  position: relative;
}
.message .message__box .message__name-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../images/bg_message-left.png);
  background-size: contain;
  width: 15.5rem;
  height: 20.3rem;
  bottom: -14.6rem;
  left: -25.3rem;
}
@media (max-width: 767px) {
  .message .message__box .message__name-wrapper::after {
    width: 6rem;
    height: 7.35rem;
    bottom: -11.2rem;
    left: 3.2rem;
    background-image: url(../images/bg_sp_message-left.png);
  }
}
@media (max-width: 767px) {
  .message .message__box .message__name-wrapper {
    margin: 3.5rem auto 5.3rem;
    padding: 0 2.25rem 0 2.45rem;
    justify-content: space-between;
  }
}
.message .message__box .message__name-wrapper .company-name {
  font-size: 1.9rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .message .message__box .message__name-wrapper .company-name {
    font-size: 1.5rem;
  }
}
.message .message__box .message__name-wrapper .post {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .message .message__box .message__name-wrapper .post {
    font-size: 1.45rem;
    margin-top: 0.4rem;
  }
}
.message .message__box .message__name-wrapper .name {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .message .message__box .message__name-wrapper .name {
    max-width: 21.15rem;
    width: 100%;
    margin-top: 0.6rem;
  }
}
.message .message__box .message__name-wrapper .message__icon {
  max-width: 9.9rem;
  width: 100%;
}
@media (max-width: 767px) {
  .message .message__box .message__name-wrapper .message__icon {
    max-width: 7.1rem;
  }
}

.service {
  background-image: url(../images/bg_service.png);
  background-size: cover;
  padding: 6.5rem 2rem 13rem;
}
@media (max-width: 767px) {
  .service {
    background-image: url(../images/bg_sp_service.png);
    padding: 3.65rem 1.5rem 6.3rem;
  }
}
.service .fukidashi-box {
  max-width: 115rem;
  height: 35.1rem;
  margin: 0 auto 4.1rem;
  padding: 5.59rem 0 8.15rem;
  position: relative;
}
@media (max-width: 767px) {
  .service .fukidashi-box {
    padding: 7.35rem 2.4rem 5rem;
    margin-bottom: 1.9rem;
    height: 38.1rem;
  }
}
.service .fukidashi-box .bg-fukidashi-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35.1rem;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .service .fukidashi-box .bg-fukidashi-box {
    filter: drop-shadow(1.5px 1.5px 5px rgba(0, 0, 0, 0.16));
    height: 38.1rem;
  }
}
.service .fukidashi-box .section-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.service .fukidashi-box .section-title img {
  max-width: 40.3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .service .fukidashi-box .section-title img {
    max-width: 26.8rem;
    width: 100%;
  }
}
.service .fukidashi-box .fukidashi-box__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 68.2rem;
  margin: 1.3rem auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .service .fukidashi-box .fukidashi-box__text {
    max-width: 63.2rem;
  }
}
@media (max-width: 767px) {
  .service .fukidashi-box .fukidashi-box__text {
    margin: 4.2rem auto 0;
  }
}
.service .fukidashi-box .fukidashi-box__text::after {
  position: absolute;
  content: "";
  background-image: url(../images/illust-kaigo.svg);
  background-size: cover;
  width: 12.5rem;
  height: 11.6rem;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .service .fukidashi-box .fukidashi-box__text::after {
    width: 8.65rem;
    height: 8rem;
    top: -2.2rem;
    right: 0.7rem;
  }
}
.service .fukidashi-box .fukidashi-box__text .section-text {
  max-width: 52.9rem;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, white 50%, white 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #999 97%, #999 100%);
  background-size: 5px 100%, 100% 2.4em;
  line-height: 2.4em;
  background-repeat: repeat;
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  .service .fukidashi-box .fukidashi-box__text .section-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .service .fukidashi-box .fukidashi-box__text .section-text {
    font-size: 1.45rem;
    letter-spacing: 0.02em;
    font-feature-settings: "palt";
    background-size: 5px 100%, 100% 2.2em;
    line-height: 2.2em;
  }
}
.service .fukidashi-box .fukidashi-box__text .illust {
  max-width: 12.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .service .fukidashi-box .fukidashi-box__text .illust {
    display: none;
  }
}
.service .service__item {
  background: #fff;
  max-width: 115rem;
  margin: 0 auto 4.4rem;
  padding: 8.39rem 2rem 11.4rem;
  outline: solid 2px #231815;
  outline-offset: -8px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .service .service__item {
    padding: 3.25rem 2rem 5.7rem;
    outline-offset: -4px;
    box-shadow: 1.5px 1.5px 5px rgba(0, 0, 0, 0.16);
  }
}
.service .service__item .service-title {
  background: #104AAA;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: table;
}
@media (max-width: 767px) {
  .service .service__item .service-title {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .service .service__item--about {
    margin-bottom: 2.3rem;
  }
}
.service .service__item--about .service-title {
  padding: 0.53rem 7.3rem 0.83rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service .service__item--about .service-title {
    padding: 0.7rem 0 0.7rem;
    text-align: center;
    width: 100%;
  }
}
.service .service__item--use {
  padding: 8.3rem 2rem 8.4rem;
}
@media (max-width: 767px) {
  .service .service__item--use {
    padding: 4.05rem 2rem 5.3rem;
    margin-bottom: 2.3rem;
  }
}
.service .service__item--use .service-title {
  padding: 0.53rem 3.3rem 0.83rem;
  position: relative;
}
@media (max-width: 767px) {
  .service .service__item--use .service-title {
    padding: 0;
    max-width: 19.05rem;
    width: 100%;
    height: 4.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.service .service__item--use .flex {
  align-items: stretch;
  justify-content: space-between;
  gap: 4.6rem;
  max-width: 94.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service .service__item--use .flex {
    gap: 1.85rem;
  }
}
.service .service__item--sns {
  padding: 9rem 0 6.5rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service .service__item--sns {
    padding: 6.65rem 2rem 4.35rem 2.5rem;
  }
}
.service .service__item--sns .sns__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .service .service__item--sns .sns__flex {
    padding-left: 8.7rem;
  }
}
@media (max-width: 767px) {
  .service .service__item--sns .sns__flex {
    flex-direction: column;
  }
}
.service .service__item--sns .sns__text {
  margin-right: 3.32rem;
}
@media (max-width: 767px) {
  .service .service__item--sns .sns__text {
    margin-right: 0;
  }
}
.service .service__item--sns .sns__text .sns-title {
  font-size: 2.7rem;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .service .service__item--sns .sns__text .sns-title {
    font-size: 1.9rem;
    text-align: center;
  }
}
.service .service__item--sns .sns__text .sns-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/sns-fukidashi.svg);
  background-size: contain;
  width: 5.57rem;
  height: 3.85rem;
  top: -2.5rem;
  left: -4rem;
}
@media (max-width: 767px) {
  .service .service__item--sns .sns__text .sns-title::before {
    width: 6.5rem;
    height: 3.25rem;
    background-image: url(../images/sp_sns-fukidashi.svg);
    top: -3.5rem;
    left: -1rem;
  }
}
.service .service__item--sns .sns__text .section-text {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .service .service__item--sns .sns__text .section-text {
    font-size: 1.45rem;
    margin-top: 0.55rem;
  }
}
@media (max-width: 767px) {
  .service .service__item--sns .sns__icon {
    margin-top: 2.15rem;
  }
}
.service .service__item--sns .x-icon {
  max-width: 2rem;
  width: 100%;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .service .service__item--sns .x-icon {
    max-width: 3.85rem;
    margin-right: 3.05rem;
  }
}
.service .service__item--sns .insta-icon {
  max-width: 3.86rem;
  width: 100%;
}
@media (max-width: 767px) {
  .service .service__item--sns .insta-icon {
    max-width: 4.15rem;
  }
}
.service .service__list {
  margin-top: 7.65rem;
}
@media (max-width: 767px) {
  .service .service__list {
    margin-top: 2.9rem;
  }
}
.service .service__list .service__list__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 88.9rem;
  margin: 0 auto 4.94rem;
}
@media (min-width: 768px) {
  .service .service__list .service__list__item {
    gap: 5.5rem;
  }
}
@media (max-width: 767px) {
  .service .service__list .service__list__item {
    flex-direction: column;
    margin-bottom: 4.8rem;
  }
}
@media (min-width: 768px) {
  .service .service__list .service__list__item:nth-child(2) {
    margin-bottom: 3.9rem;
  }
}
.service .service__list .service__list__item:last-child {
  margin-bottom: 0;
}
.service .service__list .service__list__item .list-image {
  max-width: 46.9rem;
  width: 100%;
}
@media (max-width: 767px) {
  .service .service__list .service__list__item .list-image {
    max-width: 100%;
  }
}
.service .service__list .service__list__item .list-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #104AAA;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .service .service__list .service__list__item .list-title {
    font-size: 2.3rem;
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.service .service__list .service__list__item .list-title .num {
  margin-right: 2.88rem;
}
@media (max-width: 767px) {
  .service .service__list .service__list__item .list-title .num {
    max-width: 4.9rem;
    width: 100%;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .service .service__list .service__list__item .list-title--sp {
    display: none;
  }
}
.service .service__list .service__list__item .list-text {
  max-width: 36.4rem;
  width: 100%;
}
.service .service__list .service__list__item .dot-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  -moz-column-gap: 1.9rem;
       column-gap: 1.9rem;
  margin-top: 1.75rem;
}
@media (max-width: 767px) {
  .service .service__list .service__list__item .dot-list {
    font-size: 1.4rem;
    row-gap: 0.6rem;
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
    margin-top: 2rem;
  }
}
.service .service__list .service__list__item .dot-list .dot {
  background: #FFD500;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 6.6px;
}
@media (max-width: 767px) {
  .service .service__list .service__list__item .dot-list .dot {
    margin-right: 3.5px;
  }
}
.service .gray-box {
  background: #F5F5F5;
  margin-top: -3rem;
}
@media (max-width: 767px) {
  .service .gray-box {
    margin-top: -2.1rem;
  }
}
.service .service__use {
  width: 47.57%;
}
@media (max-width: 767px) {
  .service .service__use {
    width: 100%;
  }
}
.service .service__use .gray-box {
  padding: 5.03rem 3.64rem 3.2rem 3.86rem;
}
@media (max-width: 767px) {
  .service .service__use .gray-box {
    padding: 3.1rem 2.4rem 1.3rem;
  }
}
.service .service__use .use-list li {
  border-bottom: solid 1px #BFBFBF;
  padding-bottom: 1.8rem;
  padding-top: 1.75rem;
}
@media (max-width: 767px) {
  .service .service__use .use-list li {
    padding-bottom: 1.15rem;
    padding-top: 1.15rem;
  }
}
.service .service__use .use-list li:last-child {
  border-bottom: none;
}
.service .service__use .use-list .icon-kira {
  width: 2.8rem;
  margin-right: 0.59rem;
}
@media (max-width: 767px) {
  .service .service__use .use-list .icon-kira {
    width: 2.35rem;
    margin-right: 0.5rem;
  }
}
.service .service__use .use-list .ja {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service .service__use .use-list .ja {
    font-size: 1.7rem;
  }
}
.service .service__use .use-list .list-text {
  font-size: 1.7rem;
  margin-top: 0.78rem;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .service .service__use .use-list .list-text {
    font-size: 1.4rem;
    padding-left: 3.3rem;
    margin-top: 0.4rem;
  }
}
.service .service__area {
  width: 47.57%;
}
@media (max-width: 767px) {
  .service .service__area {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .service .service__area .service-title {
    padding: 0.53rem 2.4rem 0.83rem 3.3rem;
  }
}
.service .service__area .gray-box {
  background: #F5F5F5;
}
.service .service__area .gray-box .map-flex {
  display: flex;
  align-items: center;
}
.service .service__area .gray-box .area-text {
  font-size: 2.3rem;
  font-weight: 700;
  margin-right: 0.45rem;
  padding-left: 5.76rem;
}
@media (max-width: 767px) {
  .service .service__area .gray-box .area-text {
    font-size: 2rem;
    padding-top: 1.8rem;
    padding-left: 2.55rem;
    margin-right: 0;
    white-space: nowrap;
  }
}
.service .service__area .gray-box .area-map {
  max-width: 27rem;
  width: 100%;
}
@media (max-width: 767px) {
  .service .service__area .gray-box .area-map {
    max-width: 48.6666666667vw;
  }
}

.recruit {
  background: #FFF5E1;
  padding: 8.86rem 2rem 8.77rem;
}
@media (max-width: 767px) {
  .recruit {
    padding: 4.7rem 1.5rem 6.3rem;
  }
}
.recruit .section-title {
  position: relative;
  width: 31.3rem;
  height: 7.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruit .section-title {
    font-size: 2.3rem;
    width: 100%;
    max-width: 21.15rem;
    height: 4.9rem;
  }
}
.recruit .section-title .ja {
  position: relative;
}
.recruit .section-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/ribbon-blue.svg);
  background-size: contain;
  width: 31.3rem;
  height: 7.3rem;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .recruit .section-title::before {
    max-width: 21.15rem;
    height: 4.9rem;
  }
}
.recruit .reacruit__about {
  max-width: 91.6rem;
  margin: 4.55rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .recruit .reacruit__about {
    margin-top: 3.35rem;
  }
}
.recruit .reacruit__about .section-subtitle {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .recruit .reacruit__about .section-subtitle {
    font-size: 2.25rem;
    line-height: 1.3333333333;
  }
}
.recruit .reacruit__about .section-text {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
  margin-top: 2.1rem;
}
@media (max-width: 767px) {
  .recruit .reacruit__about .section-text {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.6071428571;
  }
}
.recruit .reacruit__about::before {
  position: absolute;
  content: "";
  background-image: url(../images/illust-left.svg);
  background-size: contain;
  width: 12.9rem;
  height: 17.1rem;
  bottom: 0.6rem;
  left: -0.9rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .recruit .reacruit__about::before {
    left: 0.1rem;
    top: -0.3rem;
    bottom: inherit;
    width: 6.45rem;
    height: 8.55rem;
  }
}
.recruit .reacruit__about::after {
  position: absolute;
  content: "";
  background-image: url(../images/illust-right.svg);
  background-size: contain;
  width: 13.4rem;
  height: 17.5rem;
  bottom: 0.4rem;
  right: 0.8rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .recruit .reacruit__about::after {
    right: -0.1rem;
    top: -0.5rem;
    bottom: inherit;
    width: 6.7rem;
    height: 8.75rem;
  }
}
.recruit .reacruit__about .illust-left {
  max-width: 12.9rem;
  width: 100%;
  margin-right: 4.5rem;
}
@media (max-width: 767px) {
  .recruit .reacruit__about .illust-left {
    max-width: 17.2vw;
    display: none;
  }
}
.recruit .reacruit__about .illust-right {
  max-width: 13.4rem;
  width: 100%;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .recruit .reacruit__about .illust-right {
    max-width: 17.8666666667vw;
    display: none;
  }
}
.recruit .recruit__staff {
  max-width: 98rem;
  margin: 10.5rem auto 0;
  background: #fff;
  border: solid 1px #231815;
  padding: 10.8rem 0 7.86rem;
  position: relative;
}
@media (max-width: 767px) {
  .recruit .recruit__staff {
    margin-top: 7.35rem;
    padding: 4.65rem 2.5rem 5.15rem;
  }
}
.recruit .recruit__staff::before {
  position: absolute;
  content: "";
  background-image: url(../images/clip.svg);
  background-size: contain;
  width: 6.4rem;
  height: 7.6rem;
  top: -5.5rem;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .recruit .recruit__staff::before {
    width: 4.8rem;
    height: 5.65rem;
    top: -4.4rem;
  }
}
.recruit .recruit__staff .section-subtitle {
  font-size: 3.2rem;
  font-weight: 700;
  color: #104AAA;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit .recruit__staff .section-subtitle {
    font-size: 2.25rem;
  }
}
.recruit .recruit__staff .staff__table {
  max-width: 66.2rem;
  margin: 3.5rem auto 0;
}
@media (max-width: 767px) {
  .recruit .recruit__staff .staff__table {
    margin-top: 2.5rem;
  }
}
.recruit .recruit__staff .staff__table .table-title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (max-width: 767px) {
  .recruit .recruit__staff .staff__table .table-title {
    font-size: 1.45rem;
  }
}
.recruit .recruit__staff .staff__table .table-text {
  font-size: 1.7rem;
  line-height: 1.58;
}
@media (max-width: 767px) {
  .recruit .recruit__staff .staff__table .table-text {
    font-size: 1.45rem;
    line-height: 1.5517241379;
  }
}
.recruit .recruit__staff .staff__table tr {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #D1D1D1;
  padding: 1.85rem 0;
}
@media (max-width: 767px) {
  .recruit .recruit__staff .staff__table tr {
    padding: 1rem 0 0.9rem;
  }
}
.recruit .recruit__staff .staff__table tr th {
  width: 19%;
}
@media (max-width: 767px) {
  .recruit .recruit__staff .staff__table tr th {
    width: 27%;
  }
}
.recruit .recruit__staff .staff__table tr td {
  width: 87%;
}
@media (max-width: 767px) {
  .recruit .recruit__staff .staff__table tr td {
    width: 73%;
  }
}
.recruit .bottom-text {
  color: #104AAA;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit .bottom-text {
    font-size: 1.7rem;
    line-height: 1.4117647059;
    margin-top: 3.6rem;
    font-feature-settings: "palt";
  }
}
.recruit .contact-button-wrapper {
  position: relative;
  max-width: 48.5rem;
  width: 100%;
  margin: 7.1rem auto 0;
}
@media (max-width: 767px) {
  .recruit .contact-button-wrapper {
    max-width: 27.55rem;
    margin-top: 4.5rem;
  }
}
.recruit .contact-button-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../images/recruit-fukidashi.svg);
  background-size: contain;
  width: 7.4rem;
  height: 8.1rem;
  top: -5.2rem;
  right: -4.7rem;
}
@media (max-width: 767px) {
  .recruit .contact-button-wrapper::after {
    width: 4.9rem;
    height: 5.25rem;
    top: -3.6rem;
    right: -2.7rem;
  }
}
.recruit .contact-button {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: solid 2px #231815;
  background: #FFD500;
  width: 100%;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .recruit .contact-button {
    font-size: 1.85rem;
    height: 4.9rem;
  }
}
.recruit .contact-button .click {
  position: relative;
}
@media (max-width: 767px) {
  .recruit .contact-button .click {
    margin-left: -2rem;
  }
}
.recruit .contact-button .click::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-click.svg);
  background-size: contain;
  width: 3.33rem;
  height: 7.2rem;
  top: 12%;
  right: -34%;
}
@media (max-width: 767px) {
  .recruit .contact-button .click::after {
    width: 2.15rem;
    height: 4.65rem;
    top: 18%;
    right: -17.8%;
  }
}
.recruit .contact-button:hover {
  background: #104AAA;
  color: #fff;
}
@media (min-width: 768px) {
  .recruit .contact-button:hover .click::after {
    background-image: url(../images/icon-click-up.svg);
    height: 6.2rem;
  }
}

.company {
  padding: 10.7rem 2rem 10.5rem;
}
@media (max-width: 767px) {
  .company {
    padding: 3.2rem 1.5rem 3.85rem;
  }
}
.company .section-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #fff;
  padding: 0.63rem 4.6rem 0.97rem 4.5rem;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .company .section-title {
    font-size: 2.3rem;
    padding: 0.84rem 4.3rem;
  }
}
.company .border-box {
  max-width: 98rem;
  margin: -2.9rem auto 0;
  border: solid 1.5px #231815;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.07));
}
.company .border-box .flex {
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4.2rem;
  padding-top: 8.1rem;
}
@media (max-width: 767px) {
  .company .border-box .flex {
    justify-content: center;
    padding: 5.1rem 0 0;
    gap: 0.6rem;
  }
}
.company .company__table {
  max-width: 39.9rem;
  width: 100%;
  padding-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .company .company__table {
    max-width: 100%;
    padding: 0 1.05rem 0;
  }
}
.company .company__table tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .company .company__table tr {
    margin-bottom: 1.05rem;
  }
}
.company .company__table tr th {
  width: 26%;
}
@media (max-width: 767px) {
  .company .company__table tr th {
    width: 23%;
  }
}
.company .company__table tr td {
  width: 74%;
}
@media (max-width: 767px) {
  .company .company__table tr td {
    width: 77%;
  }
}
.company .company__table tr:last-of-type {
  margin-bottom: 0;
}
.company .company__table .table-title {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (max-width: 767px) {
  .company .company__table .table-title {
    font-size: 1.45rem;
  }
}
.company .company__table .dash {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-left: 1.6rem;
}
@media (max-width: 767px) {
  .company .company__table .dash {
    font-size: 1.45rem;
    margin-left: 0.8rem;
  }
}
@media (max-width: 767px) {
  .company .company__table .table-title--tel {
    letter-spacing: 0.6em;
  }
}
@media (max-width: 767px) {
  .company .company__table .table-title--tel .dash {
    margin-left: 0.1rem;
  }
}
.company .company__table .table-text {
  font-size: 1.7rem;
  line-height: 1.5294117647;
}
@media (max-width: 767px) {
  .company .company__table .table-text {
    font-size: 1.45rem;
  }
}
.company .company__table .table-text .map-link {
  font-size: 1.4rem;
  font-weight: 400;
}
.company .company__table .table-text .map-link .ja {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .company .company__table .table-text .map-link .ja {
    font-size: 1.45rem;
  }
}
.company .company__table .table-text .map-link .arrow {
  width: 6.52px;
  margin-right: 5.9px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .company .company__table .table-text .map-link .arrow {
    width: 7.9px;
    margin-right: 2.15px;
  }
}
.company .company__table .table-text .map-link .icon {
  width: 13px;
  margin-left: 6px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .company .company__table .table-text .map-link .icon {
    width: 15.5px;
    margin-left: 7px;
  }
}
.company .company-img {
  max-width: 43.9rem;
  width: 100%;
}
@media (max-width:1500px) {
  .company .company-img {
    max-width: 22.8645833333vw;
  }
}
@media (max-width: 767px) {
  .company .company-img {
    max-width: 63.2vw;
  }
}

.contact {
  background: #FFD500;
  padding: 11.25rem 2rem 10.32rem;
}
@media (max-width: 767px) {
  .contact {
    padding: 4.05rem 1.5rem 6.05rem;
  }
}
.contact .flex {
  align-items: center;
  justify-content: space-between;
  gap: 9rem;
  max-width: 74.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact .flex {
    gap: 2.5rem;
  }
}
.contact .post-img {
  max-width: 14.2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact .post-img {
    max-width: 8.15rem;
  }
}
.contact .fukidashi {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .contact .fukidashi {
    font-size: 1.45rem;
  }
}
.contact .fukidashi span {
  position: relative;
}
.contact .fukidashi span::before {
  position: absolute;
  content: "";
  background-image: url(../images/contact-fukidashi.svg);
  background-size: contain;
  width: 43.9rem;
  height: 5.1rem;
  bottom: -1rem;
  left: 53%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contact .fukidashi span::before {
    background-image: url(../images/sp_contact-fukidashi.svg);
    width: 91.7333333333vw;
    height: 11.6vw;
  }
}
.contact .contact-button-wrapper {
  max-width: 51.2rem;
  width: 100%;
  position: relative;
}
.contact .contact-button {
  max-width: 51.2rem;
  width: 100%;
  height: 10.3rem;
  background: #fff;
  border: solid 2px #231815;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 3.3rem;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact .contact-button {
    margin-top: 1.95rem;
    font-size: 1.85rem;
    height: 7rem;
  }
}
.contact .contact-button .arrow {
  position: relative;
  margin-left: -1.5rem;
}
@media (min-width: 768px) {
  .contact .contact-button .arrow {
    margin-left: -3.1rem;
  }
}
.contact .contact-button .arrow::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-size: contain;
  width: 3.19rem;
  height: 2.86rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: -8.1rem;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact .contact-button .arrow::after {
    width: 2.1rem;
    height: 1.9rem;
    right: -5.3rem;
    top: 63%;
  }
}
.contact .contact-button:hover {
  background: #104AAA;
  color: #fff;
}
.contact .contact-button:hover .arrow::after {
  background-image: url(../images/arrow-right-wh.svg);
  right: -9rem;
}

/* お問い合わせフォーム */
.contact-form {
  background-image: url(../images/bg_contact.png);
  background-size: cover;
  background-repeat: repeat;
  padding: 12.7rem 2rem 17.6rem;
  position: relative;
  /* チェックボックス カスタマイズ */
}
@media (max-width: 767px) {
  .contact-form {
    background-image: url(../images/sp_bg_contact.png);
    padding: 10.9rem 1.5rem 8.2rem;
    background-size: contain;
  }
}
.contact-form::before {
  position: absolute;
  content: "";
  background-image: url(../images/post-yellow.svg);
  background-size: contain;
  width: 9.2rem;
  height: 12.1rem;
  top: -5rem;
  left: 49.2%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contact-form::before {
    width: 8.15rem;
    height: 10.7rem;
    top: -2.7rem;
  }
}
.contact-form .section-title {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form .section-title {
    font-size: 2.8rem;
  }
}
.contact-form .section-text {
  margin-top: 2.96rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .contact-form .section-text {
    font-size: 1.45rem;
    line-height: 1.5517241379;
    margin-top: 1.15rem;
  }
}
.contact-form .form-box {
  max-width: 98rem;
  margin: 6.26rem auto 0;
  background: #fff;
  border: solid 1.5px #231815;
  padding: 7.63rem 0 7.27rem 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .contact-form .form-box {
    padding: 4.1rem 2.5rem 4.75rem;
    margin-top: 4.1rem;
    box-shadow: 1.5px 1.5px 5px rgba(0, 0, 0, 0.07);
  }
}
.contact-form .formTable {
  max-width: 84.4rem;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  /* ラジオボタン カスタマイズ */
}
.contact-form .formTable tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 767px) {
  .contact-form .formTable tr {
    flex-direction: column;
  }
}
.contact-form .formTable tr td,
.contact-form .formTable tr th {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .contact-form .formTable tr td,
  .contact-form .formTable tr th {
    font-size: 1.45rem;
  }
}
.contact-form .formTable tr th {
  width: 28%;
  font-weight: 500;
  text-align: left;
  padding-left: 2.8rem;
}
@media (max-width: 767px) {
  .contact-form .formTable tr th {
    width: 100%;
    padding-left: 0;
    padding-top: 2.5rem;
    padding-bottom: 1.3rem;
  }
}
.contact-form .formTable tr th .required {
  background: #104AAA;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.0714285714;
  padding: 1px 13px 2px 12px;
  margin-left: 0.9rem;
}
@media (max-width: 767px) {
  .contact-form .formTable tr th .required {
    font-size: 1.2rem;
    line-height: 1.25;
    padding: 1px 8px 2px 8px;
  }
}
.contact-form .formTable tr td {
  width: 68%;
  padding-right: 2.8rem;
}
@media (max-width: 767px) {
  .contact-form .formTable tr td {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2.5rem;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .contact-form .formTable tr:nth-of-type(2), .contact-form .formTable tr:nth-of-type(4), .contact-form .formTable tr:nth-of-type(5) {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .contact-form .formTable tr:nth-of-type(3) th {
    padding-top: 3.3rem;
  }
}
@media (min-width: 768px) {
  .contact-form .formTable tr:nth-of-type(6) th {
    padding-top: 3.3rem;
  }
}
.contact-form .formTable tr:first-of-type th {
  padding-top: 0;
}
.contact-form .formTable tr:first-of-type td {
  padding-top: 0;
}
.contact-form .formTable tr:last-of-type {
  border-bottom: solid 1px #9A9A9A;
}
.contact-form .formTable tr:last-of-type th {
  padding-bottom: 3.9rem;
}
@media (max-width: 767px) {
  .contact-form .formTable tr:last-of-type th {
    padding-bottom: 1.2rem;
  }
}
.contact-form .formTable tr:last-of-type td {
  padding-bottom: 3.9rem;
}
.contact-form .formTable input::-moz-placeholder, .contact-form .formTable textarea::-moz-placeholder {
  font-size: 1.7rem;
  color: #BEBEBE;
  letter-spacing: 0.05em;
}
.contact-form .formTable input::placeholder,
.contact-form .formTable textarea::placeholder {
  font-size: 1.7rem;
  color: #BEBEBE;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .contact-form .formTable input::-moz-placeholder, .contact-form .formTable textarea::-moz-placeholder {
    font-size: 1.45rem;
  }
  .contact-form .formTable input::placeholder,
  .contact-form .formTable textarea::placeholder {
    font-size: 1.45rem;
  }
}
.contact-form .formTable .form-text,
.contact-form .formTable .form-textarea {
  border: solid #231815 1px;
  width: 100%;
  padding: 9px 17px;
}
@media (max-width: 767px) {
  .contact-form .formTable .form-text,
  .contact-form .formTable .form-textarea {
    padding: 6px 13px;
  }
}
.contact-form .formTable .form-text {
  height: 4.3rem;
}
@media (max-width: 767px) {
  .contact-form .formTable .form-text {
    height: 3.5rem;
  }
}
.contact-form .formTable .form-textarea {
  height: 24.8rem;
}
@media (max-width: 767px) {
  .contact-form .formTable .form-textarea {
    height: 22.2rem;
  }
}
.contact-form .formTable .radio-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .contact-form .formTable .radio-list {
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .contact-form .formTable .radio-list {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 1rem;
  }
}
.contact-form .formTable .radio-list li {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-form .formTable .radio-list li {
    font-size: 1.45rem;
  }
}
.contact-form .formTable .radio-list .radio-button {
  margin-right: 0.5rem;
}
.contact-form .formTable input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form .formTable input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #B6B6B6;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .contact-form .formTable input[type=radio] {
    width: 22px;
    height: 22px;
    border: 1.5px solid #B6B6B6;
  }
}
.contact-form .formTable input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #B6B6B6;
  content: "";
}
@media (max-width: 767px) {
  .contact-form .formTable input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
  }
}
.contact-form .formTable .address-list li {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .contact-form .formTable .address-list li {
    margin-bottom: 0.8rem;
  }
}
.contact-form .formTable .address-list li:last-child {
  margin-bottom: 0;
}
.contact-form .formTable .form-yubin .yubin {
  font-size: 1.7rem;
  margin-right: 2.6rem;
}
@media (max-width: 767px) {
  .contact-form .formTable .form-yubin .yubin {
    font-size: 1.45rem;
    margin-right: 0.5rem;
  }
}
.contact-form .formTable .form-yubin .form-text {
  max-width: 16.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form .formTable .form-yubin .form-text {
    max-width: 12.2rem;
  }
}
.contact-form .formTable .form-yubin .caution {
  font-size: 1.5rem;
  margin-left: 2.1rem;
  padding-left: 1.4rem;
}
@media (max-width: 767px) {
  .contact-form .formTable .form-yubin .caution {
    font-size: 1.35rem;
    padding-left: 0;
    margin-left: 1.2rem;
  }
}
.contact-form .formTable .form-address .jusho {
  font-size: 1.7rem;
  margin-right: 1.3rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .contact-form .formTable .form-address .jusho {
    font-size: 1.45rem;
    margin-right: 0.5rem;
  }
}
.contact-form .formTable .form-address .form-text {
  max-width: 48.9rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form .formTable .form-address .form-text {
    max-width: 25.75rem;
  }
}
.contact-form .formTable .form-banchi .form-text {
  max-width: 48.9rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form .formTable .form-banchi .form-text {
    max-width: 100%;
  }
}
.contact-form .privacy {
  max-width: 83.4rem;
  width: 100%;
  height: 27rem;
  border: solid 1px #231815;
  overflow-y: scroll;
  padding: 2.1rem 1.8rem;
  margin: 4.7rem auto 0;
}
@media (max-width: 767px) {
  .contact-form .privacy {
    padding: 1.7rem 1.5rem;
    margin-top: 4.4rem;
    height: 21.7rem;
  }
}
.contact-form .privacy .privacy-title {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form .privacy .privacy-title {
    font-size: 1.5rem;
  }
}
.contact-form .privacy .privacy-text {
  margin-top: 2rem;
  margin-bottom: 2.25rem;
  border-bottom: solid 2px #104AAA;
  padding-bottom: 2.25rem;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .contact-form .privacy .privacy-text {
    font-size: 1.3rem;
    margin-top: 0.85rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.65rem;
  }
}
.contact-form .privacy .privacy-list .privacy-list__item {
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .contact-form .privacy .privacy-list .privacy-list__item {
    margin-bottom: 1.35rem;
  }
}
.contact-form .privacy .privacy-list .privacy-list__item:last-child {
  margin-bottom: 0;
}
.contact-form .privacy .privacy-list .list-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #104AAA;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .contact-form .privacy .privacy-list .list-title {
    font-size: 1.35rem;
  }
}
.contact-form .privacy .privacy-list .list-text {
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
@media (max-width: 767px) {
  .contact-form .privacy .privacy-list .list-text {
    font-size: 1.3rem;
  }
}
.contact-form .privacy .privacy-list .date {
  margin-top: 2.3rem;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .contact-form .privacy .privacy-list .date {
    margin-top: 1.2rem;
  }
}
.contact-form .privacy .num-list li {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contact-form .privacy .num-list li {
    font-size: 1.3rem;
  }
}
.contact-form .agree-text {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  display: flex;
}
@media (min-width: 768px) {
  .contact-form .agree-text {
    max-width: 98rem;
    margin: 3.6rem auto 0;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .contact-form .agree-text {
    margin-top: 4.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.contact-form .agree-text .checkbox {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .contact-form .agree-text .checkbox {
    margin-right: 0.3rem;
  }
}
.contact-form .agree-text p {
  text-align: left;
}
@media (max-width: 767px) {
  .contact-form .agree-text p {
    font-size: 1.4rem;
    font-feature-settings: "palt";
    width: 93%;
  }
}
.contact-form input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form input[type=checkbox] {
  position: relative;
  width: 21px;
  height: 21px;
  border: 2px solid #D7D7D7;
  vertical-align: -5px;
}
@media (max-width: 767px) {
  .contact-form input[type=checkbox] {
    width: 16.5px;
    height: 15px;
    vertical-align: top;
  }
}
.contact-form input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 8px;
  height: 11px;
  border-right: 2px solid #1E1E1E;
  border-bottom: 2px solid #1E1E1E;
  content: "";
}
@media (max-width: 767px) {
  .contact-form input[type=checkbox]:checked:before {
    width: 6px;
    height: 9px;
    top: 0;
    left: 3px;
  }
}
.contact-form .confirm-button-wrapper {
  text-align: center;
  position: relative;
  max-width: 51rem;
  width: 100%;
  margin: 9rem auto 0;
}
@media (max-width: 767px) {
  .contact-form .confirm-button-wrapper {
    margin-top: 5rem;
  }
}
.contact-form .confirm-button-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-size: contain;
  width: 3.19rem;
  height: 2.86rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 4.74rem;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact-form .confirm-button-wrapper::after {
    width: 2.1rem;
    height: 1.9rem;
  }
}
.contact-form .confirm-button-wrapper:hover::after {
  right: 3.74rem;
}
.contact-form .confirm-button-wrapper .confirm-button {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: solid 2px #231815;
  background: #fff;
  max-width: 51rem;
  width: 100%;
  height: 8.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact-form .confirm-button-wrapper .confirm-button {
    font-size: 1.85rem;
    max-width: 100%;
    height: 7rem;
  }
}
.contact-form .confirm-button-wrapper .confirm-button:hover {
  background: #FFD500;
}

.form-button-wrapper {
  margin: 9rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .form-button-wrapper {
    flex-direction: column;
  }
}
.form-button-wrapper .back-button-wrapper,
.form-button-wrapper .submit-button-wrapper {
  max-width: 24rem;
  width: 100%;
  position: relative;
}
.form-button-wrapper .back-button-wrapper::before {
  background-image: url(../images/arrow-left.svg);
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: 2.6rem;
  position: absolute;
  content: "";
  background-size: contain;
  width: 3.1rem;
  height: 2.8rem;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .form-button-wrapper .back-button-wrapper::before {
    width: 2.1rem;
    height: 1.9rem;
  }
}
.form-button-wrapper .back-button-wrapper:hover::before {
  left: 2rem;
}
.form-button-wrapper .submit-button-wrapper::after {
  background-image: url(../images/arrow-right.svg);
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 2.6rem;
  position: absolute;
  content: "";
  background-size: contain;
  width: 3.1rem;
  height: 2.8rem;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .form-button-wrapper .submit-button-wrapper::after {
    width: 2.1rem;
    height: 1.9rem;
  }
}
.form-button-wrapper .submit-button-wrapper:hover::after {
  right: 2rem;
}
.form-button-wrapper .back-button,
.form-button-wrapper .submit-button {
  background: #fff;
  width: 24rem;
  height: 8.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: 0.3s;
  border: solid 2px #231815;
  cursor: pointer;
}
.form-button-wrapper .back-button:hover,
.form-button-wrapper .submit-button:hover {
  background: #FFD500;
}
.form-button-wrapper .back-button {
  text-align: right;
  padding-right: 4rem;
}
.form-button-wrapper .submit-button {
  text-align: left;
  padding-right: 2.5rem;
}

.contact-error .error_messe {
  color: red;
  margin-top: 3rem;
}
.contact-error .back-button {
  text-align: right;
  padding-left: 3rem;
  padding-right: 0;
}
.contact-error .form-button-wrapper {
  margin-top: 5rem;
}

.confirm-page .formTable tr:last-of-type {
  border-bottom: none;
}

.thanks-page .contact-form {
  background-size: cover;
}

.footer {
  background: #104AAA;
  padding: 8.18rem 2rem 5.2rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 5.25rem 2.25rem 4.7rem 2.85rem;
    position: relative;
  }
}
.footer .footer__inner {
  max-width: 152.4rem;
  margin: 0 auto;
}
.footer .footer__inner .flex {
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer .footer__inner .flex {
    align-items: flex-start;
  }
}
.footer .footer__logo {
  transform: 0.3s;
}
@media (max-width: 767px) {
  .footer .footer__logo {
    max-width: 25.1rem;
    width: 100%;
  }
}
.footer .footer__logo:hover {
  opacity: 0.6;
}
.footer .footer__left {
  padding-left: 14.5rem;
}
@media (max-width: 767px) {
  .footer .footer__left {
    padding-left: 0;
  }
}
.footer .footer__menu {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 3.7rem;
}
@media (max-width: 767px) {
  .footer .footer__menu {
    margin-top: 3.65rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
.footer .footer__menu a {
  font-size: 1.6rem;
  color: #fff;
  transform: 0.3s;
}
@media (max-width: 767px) {
  .footer .footer__menu a {
    font-size: 1.45rem;
  }
}
.footer .footer__menu a:hover {
  opacity: 0.6;
}
.footer .copyright {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 8.4rem;
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 1.1rem;
    margin-top: 3.15rem;
  }
}
.footer .page-top {
  transform: 0.3s;
}
@media (max-width: 767px) {
  .footer .page-top {
    position: absolute;
    right: 2.25rem;
    bottom: 4.8rem;
    width: 4.95rem;
  }
}
.footer .page-top:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */