@charset "UTF-8";
/*
Theme Name: プレミアムプラン 建築
Theme URI: https://
Description: sooon株式会社サイトオリジナルテーマ
Author: Arase
Author URI:
Version: 1.0.0

*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767.9px) {
  * {
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
}
html body {
  overflow-x: hidden;
  background: var(--background-color);
}

@media (scripting: none) {
  html {
    scroll-behavior: smooth;
  }
}
@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
button {
  cursor: pointer;
  color: var(--font-color);
}

.upper {
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-block {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

a {
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  color: var(--font-color);
}
@media screen and (max-width: 767.9px) {
  a {
    font-size: 1.5rem;
  }
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  width: 100%;
}

.cont {
  width: 87.6%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .cont {
    max-width: 1400px;
  }
}

li {
  list-style: none;
}

.min {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "游明朝体+36ポかな", "YuMincho +36p Kana", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-weight: 500;
}

.ath {
  font-family: "Athelas", "Constantia", "Georgia", sans-serif;
}

.header-wrap_top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-bottom: 24px;
}
.header-wrap_top .icon {
  background: var(--accent-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  display: grid;
  place-content: center;
}
.header-wrap_top a {
  font-size: 2rem;
  color: #fff;
}
.header-wrap_top .header_tel span {
  display: block;
}
.header-wrap_top .header_tel .tel {
  line-height: 1;
}
.header-wrap_top .header_tel .hour {
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (min-width: 1350px) {
  .header {
    position: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 11;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .header_logo {
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header .header_logo h1,
  .header .header_logo span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    margin-top: -4px;
    margin-bottom: 16px;
  }
  .header .header_logo a {
    position: relative;
  }
  .header .header_logo img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
  .header .header_logo .ham_block {
    display: none;
  }
  .header__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px 30px 10px 100px;
  }
  .header-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
  }
  #menu-gnav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #menu-gnav .ham_block {
    display: none;
  }
  #menu-gnav li {
    position: relative;
  }
  #menu-gnav li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    line-height: 2;
    display: block;
    font-size: 1.6rem;
    color: #fff;
  }
  #menu-gnav .menu-item-has-children {
    position: relative;
  }
  #menu-gnav .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    padding: 10px 20px;
  }
  #menu-gnav .sub-menu a {
    font-size: 1.5rem;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    color: var(--font-color);
  }
  #menu-gnav .sub-menu a::before {
    content: "";
    width: 12px;
    height: 1px;
    background: var(--font-color);
  }
  #menu-gnav .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
.header-contact {
  margin-right: -20px;
}

.header-contact a {
  color: var(--main-color);
  background: #fff;
  border: solid 1px var(--main-color);
}

.header-entry a {
  background: var(--main-color);
  color: #fff;
}

@media screen and (max-width: 1349.9px) {
  .header-wrap_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
  }
  .header {
    position: fixed;
    padding-bottom: 10px;
    padding-top: 10px;
    top: 0;
    display: block;
    width: 100%;
    z-index: 11;
  }
  .header::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .header_logo {
    position: relative;
  }
}
@media screen and (max-width: 1349.9px) and (max-width: 767.9px) {
  .header .header_logo {
    max-width: calc(100% - 70px);
  }
}
@media screen and (max-width: 1349.9px) {
  .header .header_logo h1,
  .header .header_logo span {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
  }
  .header .header_logo a {
    position: relative;
  }
  .header .header_logo img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
  .header .header_logo .ham_block {
    display: block;
  }
  .header .header_logo .ham_none {
    display: none;
  }
  .header .header__inner {
    padding: 0 20px;
    height: 100%;
  }
  .header .header-wrap {
    border-radius: 0;
    background: #fff;
    display: block;
    margin: 0;
    width: 100%;
    height: 100dvh;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    padding-right: 24px;
    padding-top: 100px;
    padding-bottom: 24px;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    overflow: auto;
    background: var(--main-color);
  }
  .header #menu-gnav {
    margin-bottom: 50px;
  }
  .header #menu-gnav li {
    margin-bottom: 15px;
  }
  .header #menu-gnav li a {
    line-height: 2;
    display: block;
    padding-bottom: 5px;
    padding-left: 14px;
    font-size: 1.8rem;
    color: #fff;
  }
  .header #menu-gnav .sub-menu {
    display: block;
    margin-top: 10px;
  }
  .header #menu-gnav .sub-menu li {
    margin-bottom: 10px;
  }
  .header #menu-gnav .sub-menu a {
    font-size: 1.6rem;
    margin-left: 20px;
  }
  .header #menu-gnav .sub-menu a::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .header .header-contact {
    margin-top: 50px;
  }
}
.HeightMin {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.HeightMin::before {
  opacity: 0.7;
}
.HeightMin .hamburger__line,
.HeightMin .hamburger__line::before,
.HeightMin .hamburger__line::after {
  background: #eee;
}

.header-contact a,
.header-entry a {
  font-family: "Figtree", "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  width: 130px;
  border-radius: 20px;
  font-size: 1.6rem;
  text-align: center;
  padding: 4px 0 !important;
  display: block;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1349.9px) {
  .hamburger {
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 99;
    border: none;
    background: none;
  }
  .hamburger__line,
  .hamburger__line::before,
  .hamburger__line::after {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    width: 30px;
    height: 2px;
    background: #eee;
  }
  .hamburger__line {
    top: 14px;
    left: 5px;
  }
  .hamburger__line::before {
    content: "";
    top: 8px;
    left: 0;
  }
  .hamburger__line::after {
    content: "";
    width: 20px;
    top: 16px;
    left: 0;
  }
  /*activeクラスが付与されると線が回転して×になる*/
  .hamburger.active span {
    top: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30px;
  }
  .hamburger.active span::before {
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .hamburger.active span::after {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 30px;
  }
  .header-wrap.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
#scroll-top {
  position: fixed;
  z-index: 5;
  bottom: 30px;
  right: 30px;
  width: 14px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767.9px) {
  #scroll-top {
    right: 20px;
    bottom: 20px;
    width: 11px;
  }
}
#scroll-top a {
  width: 100%;
  height: 100%;
  display: block;
}

#scroll-top img {
  display: block;
}

#main_visual {
  position: relative;
}
#main_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/header_bg.png);
  width: 100%;
  height: 106px;
  background-size: cover;
  background-position: bottom center;
  z-index: 2;
}

.main_visual {
  width: 100%;
  height: 940px;
  position: relative;
  min-height: 400px;
}
@media screen and (max-width: 767.9px) {
  .main_visual {
    height: 100svh;
    min-height: 700px;
  }
}
@media screen and (max-width: 767.9px) {
  .main_visual .pic-up_news {
    display: none !important;
  }
}

.main_visual-top_lead {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 200px);
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .main_visual-top_lead {
    width: 90%;
    margin: 0 auto;
  }
}
.main_visual-top_lead p,
.main_visual-top_lead h2 {
  text-align: center;
}
.main_visual-top_lead .page_top_p {
  color: #fff;
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 100px;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .main_visual-top_lead .page_top_p {
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
.main_visual-top_lead .page_top_title {
  color: #fff;
  font-size: 2rem;
  line-height: 2.6;
}
@media screen and (max-width: 767.9px) {
  .main_visual-top_lead .page_top_title {
    font-size: 1.3rem;
    width: calc(100% - 90px);
    margin: 0 auto;
    line-height: 2;
  }
}

.main_swiper {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  min-height: 940px;
}
@media screen and (max-width: 767.9px) {
  .main_swiper {
    min-height: 100svh;
  }
}
.main_swiper::before {
  content: "";
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main_swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
.main_swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.main_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.main_swiper .swiper-pagination {
  bottom: 80px;
}
.main_swiper .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 20px;
  height: 3px;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .main_swiper .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
  }
}
.main_swiper .swiper-pagination-bullet-active {
  background: var(--main-color);
}

.top-about_swiper {
  overflow: hidden;
}

.main_visual-line {
  position: absolute;
  right: 0;
  top: 273px;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .main_visual-line {
    top: auto;
    bottom: 20px;
  }
}
.main_visual-line a {
  padding: 20px 10px;
  background: var(--main-color);
  display: block;
}
@media screen and (max-width: 767.9px) {
  .main_visual-line a {
    padding: 15px 5px;
  }
}
.main_visual-line a .icon {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin: 0 auto 2px;
}
@media screen and (max-width: 767.9px) {
  .main_visual-line a .icon {
    width: 40px;
    height: 40px;
  }
}
.main_visual-line a .icon img {
  width: 28px;
}
@media screen and (max-width: 767.9px) {
  .main_visual-line a .icon img {
    width: 24px;
  }
}
.main_visual-line a p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .main_visual-line a p {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }
}
.main_visual-line a .min {
  font-size: 2rem;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .main_visual-line a .min {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}

.pic-up_news {
  position: absolute;
  right: 40px;
  top: 753px;
  z-index: 3;
  width: 320px;
}
@media screen and (max-width: 767.9px) {
  .pic-up_news {
    position: relative;
    width: 87.6%;
    max-width: 400px;
    top: auto;
    right: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.pic-up_news img {
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 320/150;
}
.pic-up_news .detail {
  background: var(--sub-color);
  padding: 14px 24px 40px;
}
@media screen and (max-width: 767.9px) {
  .pic-up_news .detail {
    padding-bottom: 30px;
  }
}
.pic-up_news .detail time {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .pic-up_news .detail time {
    font-size: 1.4rem;
  }
}
.pic-up_news .detail .post_category {
  gap: 5px;
}
.pic-up_news .detail .post_category p {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .pic-up_news .detail .post_category p {
    font-size: 1.4rem;
  }
}
.pic-up_news .detail .news_title {
  font-weight: 400;
  margin-top: 24px;
}
@media screen and (max-width: 767.9px) {
  .pic-up_news .detail .news_title {
    margin-top: 12px;
  }
}
.pic-up_news #hideButton {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  display: grid;
  place-content: center;
  border: none;
  background: var(--accent-color);
  z-index: 2;
}
.pic-up_news #hideButton::before {
  content: "";
  background-image: url(../img/batsu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}
.pic-up_news #hideButton.hidden {
  display: none;
}
.pic-up_news .hidden {
  display: none;
}

.heading {
  font-weight: unset;
}
.heading span {
  display: block;
  color: #000;
}
.heading .min {
  font-size: 3rem;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .heading .min {
    font-size: 1.6rem;
  }
}
.heading .min::before {
  content: "";
  margin-top: 25px;
  width: 80px;
  min-width: 80px;
  height: 1px;
  background: #000;
  display: inline-block;
  margin-right: 37px;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .heading .min::before {
    width: 30px;
    min-width: 30px;
    margin-top: 14px;
    margin-right: 20px;
  }
}
.heading .ath {
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.2;
  word-break: break-word;
}
@media screen and (max-width: 767.9px) {
  .heading .ath {
    font-size: 4rem;
  }
}

.heading2 {
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .heading2 {
    font-size: 1.4rem;
  }
}
.heading2 span {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  word-break: break-word;
}
@media screen and (max-width: 767.9px) {
  .heading2 span {
    font-size: 3.4rem;
    margin-top: 4px;
  }
}

.more_btn {
  background: var(--main-color);
  color: #fff;
  min-width: 250px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
@media screen and (max-width: 767.9px) {
  .more_btn {
    min-height: 70px;
    min-width: 220px;
  }
}
.more_btn span {
  position: relative;
  padding-right: 20px;
  font-size: 1.6rem;
}
.more_btn span::after {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url(../img/arrow_right_s.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}

.more_btn.clear {
  background: unset;
  border: solid 1px #fff;
}

.more_btn.white {
  background: #fff;
  border: none;
  color: var(--font-color);
}
.more_btn.white span::after {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(37%) saturate(7471%) hue-rotate(125deg) brightness(83%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(37%) saturate(7471%) hue-rotate(125deg) brightness(83%) contrast(96%);
}

.bg_text {
  position: absolute;
  font-size: 8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-weight: 400;
  color: #eeeeee;
  z-index: -1;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .bg_text {
    font-size: 4rem;
  }
}

.section_top_detail {
  position: relative;
}
.section_top_detail .cont {
  gap: 40px 30px;
  padding-right: 62px;
}
@media screen and (max-width: 1024px) {
  .section_top_detail .cont {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section_top_detail .cont .left {
    max-width: 100%;
    width: 100%;
  }
}
.section_top_detail .cont .right {
  max-width: 614px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .section_top_detail .cont .right {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.section_top_detail .cont .right .description {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .section_top_detail .cont .right .description {
    font-size: 1.6rem;
  }
}
.section_top_detail .cont .right a {
  margin-top: 63px;
  margin-right: 10px;
}
@media screen and (max-width: 767.9px) {
  .section_top_detail .cont .right a {
    margin: 40px auto 0;
  }
}

.top-about {
  padding-top: 280px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .top-about {
    padding-top: 60px;
  }
}
.top-about .bg_text {
  right: -5px;
  bottom: 10px;
}
.top-about .more_btn {
  margin-left: auto;
}
.top-about .section_top_detail {
  padding-bottom: 80px;
  margin-bottom: 68px;
}
@media screen and (max-width: 767.9px) {
  .top-about .section_top_detail {
    padding-bottom: 40px;
    margin-bottom: 10px;
  }
}
.top-about .section_top_detail .cont {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top-about .section_top_detail .cont .right .description {
    font-size: 1.6rem;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    padding-left: 0;
  }
}
.top-about .top-about_img {
  padding-bottom: 170px;
  margin-left: -10%;
  margin-right: -10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.2%;
}
@media screen and (max-width: 767.9px) {
  .top-about .top-about_img {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 60px;
    gap: 3%;
  }
}
.top-about .top-about_img::before {
  content: "";
  width: 100%;
  height: 400px;
  background: var(--sub-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .top-about .top-about_img::before {
    height: 150px;
  }
}
.top-about .img {
  position: relative;
}
.top-about .img img {
  width: 100%;
  height: 100%;
}
.top-about .img:nth-child(1),
.top-about .img:nth-child(3),
.top-about .img:nth-child(5) {
  aspect-ratio: 1/1;
  width: 17%;
  height: auto;
}
.top-about .img:nth-child(2),
.top-about .img:nth-child(4) {
  aspect-ratio: 330/500;
  width: 20%;
  height: auto;
}
.top-about .img:nth-child(1) {
  margin-top: 132px;
}
@media screen and (max-width: 767.9px) {
  .top-about .img:nth-child(1) {
    width: 30%;
    margin-top: 60px;
  }
}
.top-about .img:nth-child(2) {
  margin-top: 37px;
}
@media screen and (max-width: 767.9px) {
  .top-about .img:nth-child(2) {
    width: 33%;
    margin-top: 0;
  }
}
.top-about .img:nth-child(3) {
  margin-top: 96px;
}
@media screen and (max-width: 767.9px) {
  .top-about .img:nth-child(3) {
    width: 30%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .top-about .img:nth-child(4) {
    display: none;
  }
}
.top-about .img:nth-child(5) {
  margin-top: 53px;
}
@media screen and (max-width: 767.9px) {
  .top-about .img:nth-child(5) {
    display: none;
  }
}

.top-service {
  position: relative;
  padding: 185px 0 300px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .top-service {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
.top-service .bg_text {
  left: -5px;
  bottom: 226px;
}
@media screen and (max-width: 767.9px) {
  .top-service .bg_text {
    bottom: 100px;
  }
}
.top-service .section_top_detail {
  margin-bottom: 95px;
}
@media screen and (max-width: 767.9px) {
  .top-service .section_top_detail {
    margin-bottom: 40px;
  }
}
.top-service .top-service_content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top-service .top-service_content a {
  width: 310px;
  height: auto;
  min-height: 420px;
  position: relative;
  display: grid;
  place-content: center;
  padding: 20px 20px 50px;
}
@media screen and (max-width: 767.9px) {
  .top-service .top-service_content a {
    width: 300px;
  }
}
.top-service .top-service_content a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top-service .top-service_content a::after {
  content: "";
  background: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-service .top-service_content a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.top-service .top-service_content a p,
.top-service .top-service_content a h3,
.top-service .top-service_content a span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.top-service .top-service_content a .detail {
  text-align: center;
  margin-top: 20px;
}
.top-service .top-service_content a .detail .ath {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4;
}
.top-service .top-service_content a .detail h3 {
  font-size: 2rem;
  margin-bottom: 4px;
  line-height: 1.4;
}
.top-service .top-service_content a .detail .description {
  font-size: 1.6rem;
  line-height: 1.4;
}
.top-service .top-service_content a span {
  position: absolute;
  bottom: 23px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.6rem;
}
.top-service .top-service_content a span::after {
  content: "";
  width: 83px;
  height: 8px;
  background-image: url(../img/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -94px;
  top: 8px;
  -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(9%) saturate(136%) hue-rotate(298deg) brightness(114%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(98%) sepia(9%) saturate(136%) hue-rotate(298deg) brightness(114%) contrast(100%);
}

.work_box img {
  width: 100%;
  display: block;
  aspect-ratio: 440/260 !important;
  height: auto !important;
  margin-bottom: 10px;
}
.work_box .time_wrap {
  gap: 20px;
  margin-bottom: 10px;
}
.work_box .time_wrap time {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .work_box .time_wrap time {
    font-size: 1.4rem;
  }
}
.work_box p {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .work_box p {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.work_box h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .work_box h3 {
    font-size: 1.6rem;
  }
}

.top-works {
  position: relative;
  background: var(--sub-color);
  padding: 190px 0 180px;
  margin-top: -100px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .top-works {
    padding: 80px 0;
    margin-top: -80px;
  }
}
.top-works .bg_text {
  right: -3px;
  color: #fff;
  bottom: -10px;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .top-works .bg_text {
    bottom: 10px;
  }
}
.top-works .section_top_detail {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .top-works .section_top_detail {
    margin-bottom: 60px;
  }
}
.top-works .more_btn {
  margin: 0 auto;
}

.works_category {
  gap: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.works_category p {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  background: var(--main-color);
  border-radius: 100vmax;
  margin-bottom: 0;
  line-height: 1.2;
  padding: 6px 40px;
}
@media screen and (max-width: 1024px) {
  .works_category p {
    padding: 6px 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .works_category p {
    font-size: 1.2rem;
    padding: 3px 20px 4px;
  }
}

.top-list {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .top-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 40px;
    width: 87.6%;
  }
}
.top-list .work_box {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767.9px) {
  .top-list .work_box {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }
}

.top-other {
  background: var(--sub-color);
  padding-bottom: 200px;
  margin-bottom: 90px;
  padding-top: 100px;
  margin-top: -100px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .top-other {
    margin-top: -80px;
    margin-bottom: 40px;
    padding-bottom: 100px;
  }
}
.top-other .cont {
  background: #fff;
}
.top-other .page_link-item_wrapper {
  padding: 6px 70px 1px;
}
@media screen and (max-width: 767.9px) {
  .top-other .page_link-item_wrapper {
    padding: 0 20px;
  }
}
.top-other a {
  border-bottom: 1px solid #ccc;
  padding: 27px 0 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .top-other a {
    padding: 25px 0;
    gap: 0;
  }
}
.top-other a h2 {
  min-width: 268px;
  padding-right: 24px;
}
@media screen and (max-width: 1024px) {
  .top-other a h2 {
    min-width: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .top-other a h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top-other a h2 span {
  word-break: break-all;
}
.top-other a .description {
  min-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  place-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  line-height: 2;
  max-width: 550px;
}
@media screen and (max-width: 767.9px) {
  .top-other a .description {
    width: 100%;
  }
}
.top-other a .more {
  margin-top: -10px;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767.9px) {
  .top-other a .more {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
.top-other a .more::after {
  content: "";
  width: 83px;
  height: 8px;
  background-image: url(../img/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 19px;
}
@media screen and (max-width: 767.9px) {
  .top-other a .more::after {
    width: 50px;
  }
}
.top-other a:last-child {
  border: none;
}

.top-voice {
  padding: 100px 0 0;
  margin-bottom: 185px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .top-voice {
    padding: 40px 0 40px;
    margin-bottom: 80px;
  }
}
.top-voice .bg_text {
  right: -3px;
  bottom: 18px;
}
@media screen and (max-width: 767.9px) {
  .top-voice .bg_text {
    bottom: 0;
  }
}
.top-voice .cont {
  gap: 56px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .top-voice .cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-voice .cont .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .top-voice .cont .left {
    width: 100%;
  }
}
.top-voice .cont .right {
  width: 47%;
  margin-top: 68px;
}
@media screen and (max-width: 1024px) {
  .top-voice .cont .right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-top: 0px;
    margin-left: auto;
  }
}
.top-voice .cont .right img {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
}
.top-voice .cont .right .img1 {
  width: 84.2%;
  margin-left: auto;
  margin-right: 0;
  max-width: 480px;
}
.top-voice .cont .right .img2 {
  width: 62%;
  margin-top: -100px;
  max-width: 350px;
}
.top-voice .cont .heading {
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .top-voice .cont .heading {
    margin-bottom: 40px;
  }
}
.top-voice .cont .description {
  padding-left: 100px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 90px;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .top-voice .cont .description {
    font-size: 1.6rem;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.top-voice .cont .more_btn {
  margin-left: 100px;
}
@media screen and (max-width: 767.9px) {
  .top-voice .cont .more_btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.news_list a {
  width: 440px;
  max-width: 100%;
}
.news_list img {
  width: 100%;
  height: auto;
  aspect-ratio: 440/260;
  display: block;
  margin-bottom: 6px;
}
.news_list .time_wrap {
  margin-bottom: 12px;
}
.news_list time {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .news_list time {
    font-size: 1.4rem;
  }
}
.news_list .post_category {
  gap: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news_list .post_category p {
  background: var(--category-color);
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 6px 40px;
}
@media screen and (max-width: 1024px) {
  .news_list .post_category p {
    padding: 6px 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .news_list .post_category p {
    font-size: 1.2rem;
    padding: 3px 20px 4px;
  }
}
.news_list .news_title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .news_list .news_title {
    font-size: 1.6rem;
  }
}

.top-news {
  position: relative;
  overflow: hidden;
  padding-bottom: 65px;
}
.top-news .bg_text {
  left: 6px;
  bottom: 38px;
}
.top-news .heading {
  margin-bottom: 110px;
}
@media screen and (max-width: 767.9px) {
  .top-news .heading {
    margin-bottom: 40px;
  }
}
.top-news .swiper-news {
  padding-bottom: 140px;
  margin-left: calc(7% + 100px);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top-news .swiper-news {
    margin-left: auto;
    margin-right: auto;
    width: 87.6%;
    padding-bottom: 80px;
  }
}
.top-news .swiper-news .swiper-button-next,
.top-news .swiper-news .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 70px;
  height: 70px;
  display: grid;
  place-content: center;
  border: solid 1px #cccccc;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .top-news .swiper-news .swiper-button-next,
  .top-news .swiper-news .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
.top-news .swiper-news .swiper-button-next::after,
.top-news .swiper-news .swiper-button-prev::after {
  content: "";
  width: 14px;
  height: auto;
  aspect-ratio: 14/25;
  background-image: url(../img/swiper_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .top-news .swiper-news .swiper-button-next::after,
  .top-news .swiper-news .swiper-button-prev::after {
    width: 10px;
  }
}
.top-news .swiper-news .swiper-button-next {
  left: 70px;
}
@media screen and (max-width: 767.9px) {
  .top-news .swiper-news .swiper-button-next {
    left: auto;
    right: 30px;
  }
}
.top-news .swiper-news .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .top-news .swiper-news .swiper-button-prev {
    left: auto;
    right: 90px;
  }
}
.top-news .swiper-news .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top-news .more_btn {
  margin-left: 100px;
  margin-top: -72px;
  margin-right: 72px;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .top-news .more_btn {
    margin-top: 50px;
    margin-right: 0;
  }
}

.top-other2 .page_link-item2_wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .top-other2 .page_link-item2_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-other2 .page_link-item2_wrapper .page_link-item2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 150px 8.5% 110px 7.1%;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .top-other2 .page_link-item2_wrapper .page_link-item2 {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.top-other2 .page_link-item2_wrapper .page_link-item2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
  opacity: 0.8;
}
.top-other2 .page_link-item2_wrapper .page_link-item2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-other2 .page_link-item2_wrapper .page_link-item2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
.top-other2 .page_link-item2_wrapper .page_link-item2 .wrap .heading2 {
  margin-bottom: 50px;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .top-other2 .page_link-item2_wrapper .page_link-item2 .wrap .heading2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.top-other2 .page_link-item2_wrapper .page_link-item2 .wrap .heading2 span {
  margin-top: 5px;
}
.top-other2 .page_link-item2_wrapper .page_link-item2 .wrap .description {
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .top-other2 .page_link-item2_wrapper .page_link-item2 .wrap .description {
    font-size: 1.6rem;
  }
}
.top-other2 .page_link-item2_wrapper .page_link-item2 .wrap .more_btn {
  margin: auto auto 0;
}

.footer {
  padding: 160px 0 50px;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-top: 80px;
  }
}
.footer .footer_main {
  gap: 40px 85px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 105px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_main {
    margin-bottom: 60px;
  }
}
.footer .footer_main .company_detail .footer_logo {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_main .company_detail .footer_logo {
    margin-bottom: 40px;
  }
}
.footer .footer_main .company_detail img {
  max-width: 100% !important;
}
.footer .footer_main .company_detail address,
.footer .footer_main .company_detail p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_main .company_detail address,
  .footer .footer_main .company_detail p {
    font-size: 1.6rem;
  }
}
.footer .footer_main .company_detail address {
  margin-bottom: 10px;
  font-style: normal;
}
.footer .footer_main .fnav {
  gap: 0 34px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_main .fnav {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.footer .footer_main .fnav li {
  margin-bottom: 11px;
}
.footer .footer_main .fnav a {
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_main .fnav a::before {
  content: "";
  width: 12px;
  height: 2px;
  background: var(--font-color);
}
.footer .footer_main .fnav .sub-menu {
  margin-left: 12px;
  margin-top: 12px;
  margin-bottom: 16px;
}
.footer .footer_main .fnav .sub-menu a::before {
  content: "";
  width: 8px;
  height: 2px;
}
.footer .footer_bottom {
  max-width: 1130px;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer .footer_bottom .left small {
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom .left small {
    font-size: 1.2rem;
  }
}
.footer .footer_bottom .left a {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom .left a {
    font-size: 1.2rem;
  }
}
.footer .footer_bottom .sns {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.footer .footer_bottom .sns p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding: 0 40px;
  display: grid;
  place-content: center;
  border: solid 1px #cccccc;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom .sns p {
    width: 100%;
    padding: 10px 20px;
  }
}
.footer .footer_bottom .sns a {
  padding: 17px;
  border: solid 1px #cccccc;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom .sns a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: grid;
    place-content: center;
  }
}
.footer .footer_bottom .sns a img {
  width: 35px;
  height: 35px;
  display: block;
}

.page_top {
  height: 500px;
  position: relative;
}
.page_top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/page_top_bottom.png);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 226px;
}
@media screen and (max-width: 767.9px) {
  .page_top::after {
    height: 100%;
  }
}
.page_top .main_visual-line {
  top: 470px;
}
@media screen and (max-width: 767.9px) {
  .page_top .main_visual-line {
    top: 330px;
  }
}
.page_top .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page_top .img_wrap img {
  width: 100%;
  height: 100%;
}
.page_top .cont {
  max-width: 1100px;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767.9px) {
  .page_top .cont {
    padding-bottom: 170px;
  }
}
.page_top .cont h1,
.page_top .cont h2,
.page_top .cont p {
  color: #fff;
}
.page_top .cont .page_top_title {
  font-size: 3rem;
  margin-bottom: 1px;
}
@media screen and (max-width: 767.9px) {
  .page_top .cont .page_top_title {
    font-size: 2rem;
  }
}
.page_top .cont .page_top_p {
  font-size: 7.5rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  word-break: break-word;
}
@media screen and (max-width: 767.9px) {
  .page_top .cont .page_top_p {
    font-size: 4.2rem;
    line-height: 1.2;
  }
}

.common_page {
  overflow: hidden;
}
.common_page .cont {
  max-width: 1100px;
}

.top-section {
  padding: 135px 0 150px;
}
@media screen and (max-width: 767.9px) {
  .top-section {
    padding: 120px 0 80px;
  }
}
.top-section .heading4 {
  margin-bottom: 45px;
  margin-inline: 35px;
}
@media screen and (max-width: 767.9px) {
  .top-section .heading4 {
    margin-bottom: 30px;
    margin-inline: unset;
  }
}
.top-section .img {
  margin-right: calc(50% - 50vw);
  margin-bottom: 80px;
  height: auto;
  aspect-ratio: 1250/745;
}
@media screen and (max-width: 767.9px) {
  .top-section .img {
    margin-bottom: 40px;
  }
}
.top-section .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-section h3 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 19px;
}
@media screen and (max-width: 767.9px) {
  .top-section h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.top-section p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .top-section p {
    line-height: 1.75;
  }
}

.heading4 {
  position: relative;
}
.heading4 span.ath {
  display: block;
  color: #ecebeb;
  width: 200vw;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .heading4 span.ath {
    font-size: 6rem;
    top: -20px;
  }
}
.heading4 span.min {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .heading4 span.min {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.heading4 h2 {
  font-size: 6rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .heading4 h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    padding-top: 0;
  }
}
.heading4 .f-m {
  font-size: 5rem;
  padding-top: 14px;
}
@media screen and (max-width: 767.9px) {
  .heading4 .f-m {
    font-size: 2.8rem;
    padding-top: 0;
    line-height: 1.5;
  }
}

.bg_gray {
  background: var(--sub-color);
}
.bg_gray .heading4 span.ath {
  color: #e1e1e1;
}

.page-about {
  overflow: hidden;
}
.page-about .about2 {
  padding-top: 170px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .page-about .about2 {
    padding: 100px 0 80px;
  }
}
.page-about .about2 .heading4 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767.9px) {
  .page-about .about2 .heading4 {
    margin-bottom: 40px;
  }
}
.page-about .about2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 117px;
}
@media screen and (max-width: 767.9px) {
  .page-about .about2 ul {
    gap: 70px;
  }
}
.page-about .about2 ul li {
  margin-left: calc(50% - 50vw);
  gap: 30px 20px;
}
.page-about .about2 ul li img {
  width: 56.06%;
  height: auto;
  aspect-ratio: 703/492;
}
@media screen and (max-width: 767.9px) {
  .page-about .about2 ul li img {
    width: 100%;
  }
}
.page-about .about2 ul li .detail {
  width: 39%;
}
@media screen and (max-width: 767.9px) {
  .page-about .about2 ul li .detail {
    width: 100%;
    padding-left: 20px;
  }
}
.page-about .about2 ul li .no {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767.9px) {
  .page-about .about2 ul li .no {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
}
.page-about .about2 ul li .no span {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .page-about .about2 ul li .no span {
    font-size: 2rem;
  }
}
.page-about .about2 ul li h3 {
  text-align: right;
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 62px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .page-about .about2 ul li h3 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
.page-about .about2 ul li .description {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .page-about .about2 ul li .description {
    font-size: 1.6rem;
  }
}
.page-about .about2 ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
.page-about .about2 ul li:nth-child(2n) .detail {
  padding-left: 0;
  padding-right: 20px;
}
.page-about .about2 ul li:nth-child(2n) .no {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-about .about2 ul li:nth-child(2n) h3 {
  text-align: left;
  padding-left: 0;
}
.page-about .about3 {
  padding-top: 200px;
  padding-bottom: 220px;
}
@media screen and (max-width: 767.9px) {
  .page-about .about3 {
    padding: 100px 0 80px;
  }
}
.page-about .about3 .heading4 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .page-about .about3 .heading4 {
    margin-bottom: 40px;
  }
}
.page-about .about3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 767.9px) {
  .page-about .about3 ul {
    gap: 60px;
  }
}
.page-about .about3 li {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  padding: 160px 0 120px 330px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-about .about3 li {
    padding: 60px 0 60px 30px;
  }
}
.page-about .about3 li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-about .about3 li .detail {
  background: rgba(255, 255, 255, 0.95);
  min-height: 563px;
  position: relative;
  padding: 105px 150px 40px 10%;
}
@media screen and (max-width: 1024px) {
  .page-about .about3 li .detail {
    padding: 60px 20px;
    min-height: unset;
  }
}
.page-about .about3 li h3 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .page-about .about3 li h3 {
    font-size: 2.2rem;
  }
}
.page-about .about3 li .description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
.page-about .about3 li:nth-child(2n) {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 160px 330px 120px 0;
}
@media screen and (max-width: 1024px) {
  .page-about .about3 li:nth-child(2n) {
    padding: 60px 30px 60px 0;
  }
}
.page-about .about3 li:nth-child(2n) .detail {
  padding: 110px 190px 40px 150px;
}
@media screen and (max-width: 1024px) {
  .page-about .about3 li:nth-child(2n) .detail {
    padding: 60px 20px;
  }
}

.bottom_contact {
  background: var(--main-color);
  position: relative;
  overflow: hidden;
}
.bottom_contact .bottom_contact_bg_text {
  position: absolute;
  color: var(--main2-color);
  left: 20px;
  top: 56px;
  line-height: 1;
  font-size: 15rem;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .bottom_contact .bottom_contact_bg_text {
    font-size: 6rem;
  }
}
.bottom_contact .flex {
  display: block;
}
.bottom_contact .detail {
  width: 100%;
  padding: 100px 40px 68px 150px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .bottom_contact .detail {
    padding: 80px 30px;
    width: 100%;
  }
}
.bottom_contact h2,
.bottom_contact span,
.bottom_contact p,
.bottom_contact .tel a {
  color: #fff;
}
.bottom_contact .heading4 {
  margin-bottom: 32px;
  position: relative;
  z-index: 3;
}
.bottom_contact .heading4 span,
.bottom_contact .heading4 h2 {
  text-align: left;
}
.bottom_contact .description,
.bottom_contact .hour {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 45px;
}
@media screen and (max-width: 767.9px) {
  .bottom_contact .description,
  .bottom_contact .hour {
    font-size: 1.6rem;
  }
}
.bottom_contact .tel,
.bottom_contact .tel a {
  font-size: 5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767.9px) {
  .bottom_contact .tel,
  .bottom_contact .tel a {
    font-size: 3rem;
  }
}
.bottom_contact .more_btn {
  margin-top: 45px;
  width: 412px;
  max-width: 100%;
  font-size: 2rem;
  min-height: 93px;
}
@media screen and (max-width: 767.9px) {
  .bottom_contact .more_btn {
    min-height: 70px;
    max-width: 90%;
  }
}
.bottom_contact .more_btn span {
  width: 100%;
  color: var(--font-color);
  text-align: center;
}
.bottom_contact .more_btn span::after {
  right: 10px;
}
.bottom_contact .img {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .bottom_contact .img {
    width: 100%;
  }
}
.bottom_contact .img::before {
  content: "";
  background: var(--main-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.73;
}
@media screen and (max-width: 767.9px) {
  .bottom_contact .img::before {
    opacity: 0.9;
  }
}
.bottom_contact .img img {
  width: 100%;
  height: 100%;
}

.page-architecture .top-section .img {
  margin-bottom: 50px;
}

.architecture2,
.recruit2 {
  padding-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .architecture2,
  .recruit2 {
    padding-top: 20px;
  }
}
.architecture2 .heading4,
.recruit2 .heading4 {
  margin-bottom: 135px;
}
@media screen and (max-width: 767.9px) {
  .architecture2 .heading4,
  .recruit2 .heading4 {
    margin-bottom: 60px;
  }
}
.architecture2 ul,
.recruit2 ul {
  gap: 100px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .architecture2 ul,
  .recruit2 ul {
    row-gap: 60px;
  }
}
.architecture2 ul li,
.recruit2 ul li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .architecture2 ul li,
  .recruit2 ul li {
    width: 100%;
  }
}
.architecture2 ul li h3,
.recruit2 ul li h3 {
  text-align: center;
  margin: 0 40px 33px 0;
  font-size: 4rem;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
}
@media screen and (max-width: 767.9px) {
  .architecture2 ul li h3,
  .recruit2 ul li h3 {
    margin: 0 auto 20px;
    font-size: 2.2rem;
  }
}
.architecture2 ul li img,
.recruit2 ul li img {
  width: calc(100% + 50vw - 100%);
  max-width: unset;
  aspect-ratio: 700/720;
  height: auto;
  margin-left: calc(100% - 50vw);
}
@media screen and (max-width: 767.9px) {
  .architecture2 ul li img,
  .recruit2 ul li img {
    margin: 0 auto;
    width: 100%;
  }
}
.architecture2 ul li .description,
.recruit2 ul li .description {
  margin-top: -145px;
  background: #fff;
  width: calc(100% - 40px);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  padding: 30px 30px;
  min-height: 268px;
}
@media screen and (max-width: 767.9px) {
  .architecture2 ul li .description,
  .recruit2 ul li .description {
    margin: -120px auto 0;
    min-height: 150px;
    padding: 25px;
  }
}
.architecture2 ul li:nth-child(2n) img,
.recruit2 ul li:nth-child(2n) img {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
.architecture2 ul li:nth-child(2n) h3,
.recruit2 ul li:nth-child(2n) h3 {
  margin: 0 0 20px 40px;
}
@media screen and (max-width: 767.9px) {
  .architecture2 ul li:nth-child(2n) h3,
  .recruit2 ul li:nth-child(2n) h3 {
    margin: 0 auto 20px;
  }
}
.architecture2 ul li:nth-child(2n) .description,
.recruit2 ul li:nth-child(2n) .description {
  margin-left: auto;
}

.architecture3 {
  padding-top: 105px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .architecture3 {
    padding-bottom: 80px;
  }
}
.architecture3 .heading4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .architecture3 .heading4 {
    margin-bottom: 40px;
  }
}
.architecture3 img {
  margin-left: calc(50% - 50vw);
  width: calc(100% + 50vw - 50%);
  max-width: unset;
  height: auto;
  aspect-ratio: 1250/745;
  display: block;
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .architecture3 img {
    margin-bottom: 30px;
  }
}
.architecture3 h3 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .architecture3 h3 {
    font-size: 2.2rem;
  }
}
.architecture3 .description {
  font-size: 1.5rem;
  line-height: 2;
}

.page-architecture .architecture4 {
  padding: 190px 0 210px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page-architecture .architecture4 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.page-architecture .architecture4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-architecture .architecture4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-architecture .architecture4 .cont {
  position: relative;
  z-index: 2;
}
.page-architecture .architecture4 .heading4 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .page-architecture .architecture4 .heading4 {
    margin-bottom: 40px;
  }
}
.page-architecture .architecture4 .heading4 span,
.page-architecture .architecture4 .heading4 .min {
  color: #fff;
}
.page-architecture .architecture4 .heading4 .ath {
  color: var(--main2-color);
}
.page-architecture .architecture4 .description {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .page-architecture .architecture4 .description {
    font-size: 1.6rem;
  }
}

.service_voice {
  padding: 200px 0 160px;
}
@media screen and (max-width: 767.9px) {
  .service_voice {
    padding: 100px 0 40px;
  }
}
.service_voice .heading4 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .service_voice .heading4 {
    margin-bottom: 40px;
  }
}
.service_voice .swiper-works {
  margin-bottom: 0;
}
.service_voice .work_box img {
  margin-bottom: 20px;
}
.service_voice .work_box .works_category {
  margin-bottom: 2px;
}
.service_voice .work_box p,
.service_voice .work_box .works_title {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.service_voice .work_box .works_category p {
  font-size: 1.2rem;
  padding: 1px 20px 1px;
}

.common_page .top-other {
  margin-top: 0;
  padding: 90px 0;
  margin-bottom: 130px;
}
@media screen and (max-width: 767.9px) {
  .common_page .top-other {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.page-facility_architecture .architecture2 {
  padding-top: 90px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .page-facility_architecture .architecture2 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.facility_architecture3 {
  padding-top: 160px;
  /*padding-bottom: 250px;*/
}
@media screen and (max-width: 767.9px) {
  .facility_architecture3 {
    padding-top: 100px;
    /*padding-bottom: 80px;*/
  }
}
.facility_architecture3 .heading4 {
  margin-bottom: 70px;
}
.facility_architecture3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 110px;
}
@media screen and (max-width: 767.9px) {
  .facility_architecture3 ul {
    gap: 60px;
  }
}
.facility_architecture3 ul li img {
  margin-left: calc(50% - 50vw);
  width: calc(100% + 50vw - 50%);
  max-width: unset;
  height: auto;
  aspect-ratio: 1250/688;
}
.facility_architecture3 ul li .no {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .facility_architecture3 ul li .no {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
}
.facility_architecture3 ul li .no span {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .facility_architecture3 ul li .no span {
    font-size: 2rem;
  }
}
.facility_architecture3 ul li h3 {
  text-align: right;
  font-size: 6rem;
  letter-spacing: 0.1em;
  margin-bottom: 55px;
}
@media screen and (max-width: 767.9px) {
  .facility_architecture3 ul li h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.facility_architecture3 ul li .description {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .facility_architecture3 ul li .description {
    margin-bottom: 30px;
  }
}
.facility_architecture3 ul li:nth-child(2n) img {
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
.facility_architecture3 ul li:nth-child(2n) .no {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.facility_architecture3 ul li:nth-child(2n) h3 {
  text-align: left;
}

.reform1 {
  overflow: hidden;
  padding-top: 135px;
}
.reform1 .heading4 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .reform1 .heading4 {
    margin-bottom: 40px;
  }
}
.reform1 .description {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 56px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .reform1 .description {
    font-size: 1.6rem;
  }
}
.reform1 ul {
  gap: 52px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 140px;
}
@media screen and (max-width: 767.9px) {
  .reform1 ul {
    gap: 24px;
    margin-bottom: 80px;
  }
}
.reform1 li {
  width: 332px;
  min-height: 272px;
  position: relative;
  padding: 10px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 430px) {
  .reform1 li {
    width: 100%;
  }
}
.reform1 li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.reform1 li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
  opacity: 0.65;
  z-index: 1;
}
.reform1 li p {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .reform1 li p {
    font-size: 2.2rem;
  }
}
.reform1 .bottom {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 272px;
}
@media screen and (max-width: 767.9px) {
  .reform1 .bottom {
    padding-bottom: 40px;
  }
}
.reform1 .bottom::before {
  content: "";
  background: var(--sub-color);
  position: absolute;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  z-index: -1;
}
.reform1 .bottom p {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.2;
  height: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 30px 80px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .reform1 .bottom p {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 40px 0 30px;
    font-size: 2rem;
  }
}
.reform1 .bottom .img {
  margin-right: calc(50% - 50vw);
  width: 44vw;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .reform1 .bottom .img {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
  }
}
.reform1 .bottom .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-reform .top-section {
  padding-top: 230px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .page-reform .top-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.page-reform .top-section .heading4 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767.9px) {
  .page-reform .top-section .heading4 {
    margin-bottom: 40px;
  }
}
.page-reform .top-section .description {
  font-size: 1.6rem;
}
.page-reform .top-section .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page-reform .top-section .img {
    margin-bottom: 40px;
  }
}

.news_wrapper {
  padding-top: 115px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .news_wrapper {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.news_wrapper .cont {
  position: relative;
  width: 85%;
}

.archive_content {
  gap: 80px 67px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .archive_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.archive_content .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .archive_content .right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .archive_content .right {
    padding: 0;
  }
}
.archive_content .right .news_list {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 767.9px) {
  .archive_content .right .news_list {
    margin-bottom: 60px;
  }
}
.archive_content .right .news_list li {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .archive_content .right .news_list li {
    max-width: 330px;
  }
}
@media screen and (max-width: 430px) {
  .archive_content .right .news_list li {
    width: 100%;
    max-width: unset;
  }
}
.archive_content .right .news_list a {
  width: 100%;
  gap: 25px;
  border-bottom: solid 1px var(--font-color);
  padding-bottom: 27px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .archive_content .right .news_list a {
    gap: 10px;
  }
}
.archive_content .right .news_list img {
  width: 282px;
  height: auto;
  aspect-ratio: 282/205;
}
@media screen and (max-width: 767.9px) {
  .archive_content .right .news_list img {
    width: 100%;
  }
}
.archive_content .right .news_list .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.archive_content .right .news_list .post_category {
  margin-bottom: 30px;
  gap: 5px 11px;
}
@media screen and (max-width: 767.9px) {
  .archive_content .right .news_list .post_category {
    margin-bottom: 10px;
  }
}
.archive_content .right .news_list .post_category p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 30px 4px;
  background: var(--main-color);
  letter-spacing: 0.025em;
  color: #fff;
}
.archive_content .right .news_list time {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 7px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .archive_content .right .news_list time {
    font-size: 1.4rem;
  }
}
.archive_content .right .news_list li:last-child a {
  margin-bottom: 0;
}
.archive_content .right .news_list .news_title {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .archive_content .right .news_list .news_title {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .archive_content .right .news_list .news_title {
    font-size: 1.6rem;
  }
}
.archive_content .right .news_content {
  position: relative;
}
.archive_content .right .news_content time {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 14px;
}
.archive_content .right .news_content .post_category {
  gap: 5px 11px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.archive_content .right .news_content .post_category p {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  font-weight: 500;
  padding: 5px 30px 4px;
  background: var(--main-color);
  color: #fff;
  line-height: 1;
  border-radius: 100px;
}
.archive_content .right .news_content .news_title {
  font-size: 3.6rem;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .archive_content .right .news_content .news_title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.archive_content .right .news_content .content {
  margin-bottom: 220px;
}
@media screen and (max-width: 767.9px) {
  .archive_content .right .news_content .content {
    margin-bottom: 100px;
  }
}
.archive_content .right .news_content .content img {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .archive_content .right .news_content .content img {
    margin-bottom: 30px;
  }
}
.archive_content .right .news_content .content p,
.archive_content .right .news_content .content a {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
.archive_content .left {
  width: 270px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .archive_content .left {
    margin-top: 0;
    width: 100%;
  }
}

.page_link {
  gap: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .page_link {
    gap: 30px;
  }
}
.page_link .page_link-next,
.page_link .page_link-prev {
  min-width: 60px;
  height: 60px;
}
@media screen and (max-width: 767.9px) {
  .page_link .page_link-next,
  .page_link .page_link-prev {
    min-width: 50px;
    height: 50px;
  }
}
.page_link .page_link-next a,
.page_link .page_link-prev a {
  border: solid 1px var(--main-color);
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_link .page_link-next a .prev-icon,
.page_link .page_link-next a .next-icon,
.page_link .page_link-prev a .prev-icon,
.page_link .page_link-prev a .next-icon {
  width: 20px;
  height: 14px;
}
.page_link .page_link-next a .prev-icon svg,
.page_link .page_link-next a .next-icon svg,
.page_link .page_link-prev a .prev-icon svg,
.page_link .page_link-prev a .next-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.page_link .page_link-next a svg path,
.page_link .page_link-prev a svg path {
  fill: var(--main-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_link .page_link-next:hover,
.page_link .page_link-prev:hover {
  background: var(--main-color);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_link .page_link-next:hover svg path,
.page_link .page_link-prev:hover svg path {
  fill: #fff;
}
.page_link .page_link-prev svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page_link .more_btn {
  min-height: 60px;
  padding: 10px 20px 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .page_link .more_btn {
    font-size: 1.6rem;
    min-height: 50px;
    min-width: 150px;
  }
}

.pagenation {
  margin-left: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
@media screen and (max-width: 1024px) {
  .pagenation {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.9px) {
  .pagenation {
    gap: 6px;
  }
}
.pagenation .current,
.pagenation a {
  width: 60px;
  height: 60px;
  border: solid 1px var(--main-color);
  color: var(--font-color);
  font-size: 2rem;
  font-weight: 500;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .pagenation .current,
  .pagenation a {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.pagenation .dots {
  display: grid;
  place-content: center;
  height: auto;
}
.pagenation .current {
  background: var(--main-color);
  color: #fff;
}
.pagenation svg path {
  fill: var(--main-color);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.pagenation .prev {
  margin-right: 7px;
}
.pagenation .prev svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pagenation .next {
  margin-left: 7px;
}
.pagenation a:hover {
  background: var(--main-color);
  color: #fff;
  opacity: 1;
}
.pagenation a:hover svg path {
  fill: #fff;
}

.cp_pagenation {
  display: block;
  margin: 0 auto;
}
.cp_pagenation .page-numbers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .cp_pagenation .page-numbers {
    gap: 6px;
  }
}
.cp_pagenation .page-numbers .current,
.cp_pagenation .page-numbers a {
  display: grid;
}
.cp_pagenation .page-numbers .page-numbers {
  margin-left: 0;
}
.cp_pagenation .page-numbers .dots {
  display: grid;
  place-content: center;
  height: 100%;
}

.archive-wrap .archive-inner {
  position: relative;
  min-height: 250px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .archive-wrap .archive-inner {
    width: 100%;
    max-width: 500px;
    min-height: unset;
  }
}
.archive-wrap .bg {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #eeeeee;
  font-size: 4rem;
  position: absolute;
  top: 0;
  left: -76px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1024px) {
  .archive-wrap .bg {
    position: relative;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-transform: unset;
            transform: unset;
    text-align: right;
    top: auto;
    left: auto;
    line-height: 1.1;
  }
}

.archive-cont .accordion__title button {
  color: #fff;
  background: var(--main-color);
  padding: 6px 24px 4px;
  font-size: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .archive-cont .accordion__title button {
    font-size: 2rem;
  }
}
.archive-cont .accordion__title button::before, .archive-cont .accordion__title button::after {
  background: #fff;
  right: 11px;
}
.archive-cont ul {
  padding: 25px 30px 2px 0;
  background: unset;
  display: block;
}
.archive-cont ul a {
  line-height: 2;
  margin-bottom: 14px;
  letter-spacing: 0.025em;
  font-size: 1.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .archive-cont ul a {
    font-size: 1.6rem;
  }
}
.archive-cont ul a::before {
  content: "";
  width: 35px;
  height: 2px;
  background: var(--font-color);
  margin-right: 30px;
}
@media screen and (max-width: 767.9px) {
  .archive-cont ul a::before {
    width: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .archive-cont .year {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 430px) {
  .archive-cont .year li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.archive-cont.archive .bg {
  top: 22px;
}
@media screen and (max-width: 1024px) {
  .archive-cont.archive .bg {
    top: auto;
  }
}
.archive-cont.archive a::after {
  content: "年";
}

.accordion__content[aria-hidden=true] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.accordion__title button {
  position: relative;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: 1.75;
  padding: 30px 90px 30px 30px;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "游明朝体+36ポかな", "YuMincho +36p Kana", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .accordion__title button {
    padding: 20px 90px 20px 30px;
  }
}
.accordion__title button span {
  font-size: 2.2rem;
  margin-right: 10px;
  line-height: 1;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  min-width: 40px;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  display: grid;
  place-content: center;
  text-align: center;
}

/*アイコンの＋と×*/
.accordion__title button::before,
.accordion__title button::after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--main-color);
}

.accordion__title button::before {
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion__title button::after {
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*　closeというクラスがついたら形状変化　*/
.accordion.is-opened .accordion__title button::after {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.archive_works_wrapper {
  padding-top: 120px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .archive_works_wrapper {
    margin-bottom: 100px;
  }
}
.archive_works_wrapper .cont {
  max-width: 1100px;
  width: 80%;
}
@media screen and (max-width: 767.9px) {
  .archive_works_wrapper .cont {
    width: 87.6%;
  }
}
.archive_works_wrapper .works_list {
  gap: 70px 32px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .archive_works_wrapper .works_list {
    margin-bottom: 100px;
    gap: 50px;
  }
}
.archive_works_wrapper .works_list .work_box {
  width: 345px;
  max-width: 100%;
}
@media screen and (max-width: 430px) {
  .archive_works_wrapper .works_list .work_box {
    width: 100%;
  }
}
.archive_works_wrapper .works_list .work_box img {
  display: block;
  height: auto;
  aspect-ratio: 346/230;
  margin-bottom: 20px;
}
.archive_works_wrapper .works_list .work_box .works_category {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.archive_works_wrapper .works_list .work_box .works_category p {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 30px 4px;
  background: var(--main-color);
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1;
}
.archive_works_wrapper .works_list .work_box p,
.archive_works_wrapper .works_list .work_box .works_title {
  font-size: 1.5rem;
  font-weight: 400;
}
.archive_works_wrapper .works_list .work_box .works_title {
  line-height: 1.6;
}
.archive_works_wrapper .pagenation {
  margin-bottom: 85px;
}

.archive-wrap.works {
  max-width: 1100px;
  margin: 0 auto;
  gap: 60px 0;
}
.archive-wrap.works .archive-inner {
  width: 49%;
  margin-bottom: 0;
  min-height: unset;
}
@media screen and (max-width: 1024px) {
  .archive-wrap.works .archive-inner {
    width: 100%;
    max-width: 500px;
  }
}
.archive-wrap.works .bg {
  position: relative;
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
  -webkit-transform: unset;
          transform: unset;
  text-align: right;
  top: auto;
  left: auto;
  line-height: 1.1;
}
.archive-wrap.works .accordion__title {
  width: 100%;
  max-width: 450px;
}
.archive-wrap.works button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archive-wrap.works .accordion__content {
  width: 100%;
  max-width: 450px;
}
.archive-wrap.works .archive .accordion__content {
  padding-left: 30px;
}
@media screen and (max-width: 767.9px) {
  .archive-wrap.works .archive .accordion__content {
    padding-left: 0;
  }
}
.archive-wrap.works .year {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 430px) {
  .archive-wrap.works .year li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.article_works {
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .article_works {
    margin-bottom: 100px;
  }
}
.article_works .cont {
  max-width: 1100px;
}
.article_works .top-section {
  padding-top: 115px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .article_works .top-section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767.9px) {
  .article_works .top-section .heading4 {
    margin-bottom: 30px;
  }
}
.article_works .top-section .works_category {
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .article_works .top-section .works_category {
    margin-bottom: 30px;
  }
}
.article_works .top-section .works_category p {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 30px 4px;
  background: var(--main-color);
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1;
}
.article_works .top-section h2 {
  font-size: 4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .article_works .top-section h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.article_works .top-section .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .article_works .top-section .img {
    margin-bottom: 30px;
  }
}
.article_works .top-section p {
  line-height: 1.8;
}
.article_works .before_after_wrapper {
  padding: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .article_works .before_after_wrapper {
    margin-bottom: 80px;
  }
}
.article_works .before_after_wrapper .before_after {
  gap: 40px 120px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767.9px) {
  .article_works .before_after_wrapper .before_after {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
    gap: 20px;
  }
}
.article_works .before_after_wrapper .before_after h2 {
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .article_works .before_after_wrapper .before_after h2 {
    font-size: 3rem;
  }
}
.article_works .before_after_wrapper .before_after .before {
  width: 335px;
  max-width: 30%;
}
@media screen and (max-width: 767.9px) {
  .article_works .before_after_wrapper .before_after .before {
    width: 80%;
    max-width: 80%;
  }
}
.article_works .before_after_wrapper .before_after .before img {
  display: block;
  height: auto;
  aspect-ratio: 335/260;
}
.article_works .before_after_wrapper .before_after .after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}
.article_works .before_after_wrapper .before_after .after img {
  display: block;
  height: auto;
  aspect-ratio: 797/550;
}
.article_works .detail {
  margin-bottom: 115px;
}
@media screen and (max-width: 767.9px) {
  .article_works .detail {
    margin-bottom: 80px;
  }
}
.article_works .detail h2 {
  font-size: 4rem;
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767.9px) {
  .article_works .detail h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.article_works .detail table,
.article_works .detail tbody {
  display: block;
}
.article_works .detail table tr,
.article_works .detail tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767.9px) {
  .article_works .detail table tr,
  .article_works .detail tbody tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
}
.article_works .detail table th,
.article_works .detail table td,
.article_works .detail tbody th,
.article_works .detail tbody td {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .article_works .detail table th,
  .article_works .detail table td,
  .article_works .detail tbody th,
  .article_works .detail tbody td {
    font-size: 1.6rem;
  }
}
.article_works .detail table th,
.article_works .detail tbody th {
  width: 240px;
}
@media screen and (max-width: 767.9px) {
  .article_works .detail table th,
  .article_works .detail tbody th {
    width: 100%;
    margin-bottom: 5px;
  }
}
.article_works .detail table td,
.article_works .detail tbody td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
@media screen and (max-width: 767.9px) {
  .article_works .detail table td,
  .article_works .detail tbody td {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    padding: 0;
  }
}
.article_works .page_link {
  margin-bottom: 180px;
}
@media screen and (max-width: 767.9px) {
  .article_works .page_link {
    margin-bottom: 100px;
  }
}

.staff_comment {
  margin-bottom: 130px;
}
@media screen and (max-width: 767.9px) {
  .staff_comment {
    margin-bottom: 80px;
  }
}
.staff_comment .cont {
  background: #eeeeee;
  position: relative;
  padding: 60px 45px 90px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .staff_comment .cont {
    padding: 30px 20px 60px;
  }
}
.staff_comment .ath {
  position: absolute;
  font-size: 15rem;
  line-height: 1;
  top: 22px;
  right: 20px;
  color: #e1e1e1;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .staff_comment .ath {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767.9px) {
  .staff_comment .ath {
    font-size: 4rem;
  }
}
.staff_comment h2 {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .staff_comment h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.staff_comment .description {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
}

.article_voice {
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .article_voice {
    margin-bottom: 100px;
  }
}
.article_voice .cont {
  max-width: 1100px;
  width: 80%;
}
@media screen and (max-width: 767.9px) {
  .article_voice .cont {
    width: 87.6%;
  }
}
.article_voice .top-section_voice {
  padding-top: 120px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767.9px) {
  .article_voice .top-section_voice {
    padding-top: 100px;
    margin-bottom: 80px;
  }
}
.article_voice .top-section_voice h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .article_voice .top-section_voice h2 {
    font-size: 1.6rem;
  }
}
.article_voice .top-section_voice h3 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .article_voice .top-section_voice h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.article_voice .top-section_voice .img {
  margin-right: calc(50% - 50vw);
  aspect-ratio: 1249/812;
  height: auto;
  margin-bottom: 72px;
}
@media screen and (max-width: 767.9px) {
  .article_voice .top-section_voice .img {
    margin-bottom: 30px;
  }
}
.article_voice .top-section_voice .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.article_voice .top-section_voice p {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
.article_voice .voice_category {
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.article_voice .voice_category p {
  font-size: 2rem;
  padding: 2px 35px;
  border-radius: 100px;
  background: var(--main-color);
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .article_voice .voice_category p {
    font-size: 1.4rem;
  }
}
.article_voice .page_link {
  margin-bottom: 180px;
}
@media screen and (max-width: 767.9px) {
  .article_voice .page_link {
    margin-bottom: 100px;
  }
}

.archive_voice_wrapper {
  padding-top: 120px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .archive_voice_wrapper {
    margin-bottom: 100px;
  }
}
.archive_voice_wrapper .cont {
  width: 80%;
}
@media screen and (max-width: 767.9px) {
  .archive_voice_wrapper .cont {
    width: 87.6%;
  }
}
.archive_voice_wrapper .voice_list {
  row-gap: 100px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .archive_voice_wrapper .voice_list {
    gap: 50px;
    margin-bottom: 100px;
  }
}
.archive_voice_wrapper .voice_box {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1024px) {
  .archive_voice_wrapper .voice_box {
    width: 48%;
  }
}
@media screen and (max-width: 767.9px) {
  .archive_voice_wrapper .voice_box {
    width: 100%;
    max-width: 500px;
  }
}
.archive_voice_wrapper .voice_box img {
  display: block;
  height: auto;
  aspect-ratio: 610/364;
  margin-bottom: 15px;
  width: 100%;
}
.archive_voice_wrapper .voice_box .category_wrap {
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .archive_voice_wrapper .voice_box .category_wrap {
    margin-bottom: 10px;
  }
}
.archive_voice_wrapper .voice_box .category_wrap .voice_category {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archive_voice_wrapper .voice_box .category_wrap .voice_category p {
  font-size: 1.2rem;
  padding: 2px 20px;
  border-radius: 100px;
  background: var(--main-color);
  color: #fff;
  line-height: 1.4;
}
.archive_voice_wrapper .voice_box .category_wrap .voice_title2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.archive_voice_wrapper .voice_box .voice_title {
  font-size: 1.5rem;
  font-weight: 400;
}
.archive_voice_wrapper .pagenation {
  margin-bottom: 80px;
}

.contact_thanks {
  padding-top: 135px;
  margin-bottom: 60px;
}
.contact_thanks .cont {
  max-width: 1100px;
}
.contact_thanks .heading4 {
  margin-bottom: 60px;
}
.contact_thanks .description {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 110px;
}
.contact_thanks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_thanks a::before {
  content: "";
  width: 13px;
  height: 1px;
  background: var(--font-color);
  margin-right: 9px;
}

.contact_page {
  padding-top: 87px;
}
.contact_page .cont {
  max-width: 1100px;
}

.contact_box {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .contact_box {
    margin-bottom: 80px;
  }
}
.contact_box .wrap {
  padding: 30px 0 48px;
  border-bottom: solid 1px #000;
  gap: 20px 90px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .contact_box .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    gap: 10px;
  }
}
.contact_box .wrap h2 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .contact_box .wrap h2 {
    font-size: 2.2rem;
    text-align: center;
  }
}
.contact_box .wrap .hours {
  font-size: 2rem;
  font-weight: 400;
  padding: 3px 20px;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  max-width: 96%;
}
@media screen and (max-width: 767.9px) {
  .contact_box .wrap .hours {
    font-size: 1.6rem;
    max-width: unset;
  }
}
.contact_box .wrap a {
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .contact_box .wrap a {
    font-size: 3rem;
  }
}

.contact_message {
  margin-bottom: 100px;
}
.contact_message h2 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .contact_message h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.contact_message p {
  font-size: 1.5rem;
  font-weight: 400;
}

.form {
  padding: 130px 0;
  background: #eeeeee;
}
@media screen and (max-width: 767.9px) {
  .form {
    padding: 80px 0;
  }
}
.form table,
.form tbody {
  display: block;
}
.form table {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .form table {
    margin-bottom: 60px;
  }
}
.form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767.9px) {
  .form tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.form th {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "游明朝体+36ポかな", "YuMincho +36p Kana", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 2rem;
  margin-top: 10px;
  min-width: 310px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .form th {
    font-size: 1.8rem;
  }
}
.form th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .form th p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
.form th .check {
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 7px 25px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .form th .check {
    padding: 4px 20px;
  }
}
.form td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .form td {
    width: 100%;
  }
}
.form td br {
  display: none;
}
.form td .ex {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 767.9px) {
  .form td .ex {
    font-size: 1.4rem;
  }
}
.form input,
.form textarea {
  padding: 15px 24px;
  background: #fff;
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  border: solid 1px #000;
}
@media screen and (max-width: 767.9px) {
  .form input,
  .form textarea {
    padding: 12px 20px;
    font-size: 1.6rem;
  }
}
.form .address {
  overflow: hidden;
}
.form .address .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-bottom: 35px;
  width: 100%;
}
.form .address .flex .label {
  min-width: 50px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "游明朝体+36ポかな", "YuMincho +36p Kana", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .form .address .flex .label {
    font-size: 1.8rem;
    min-width: 40px;
  }
}
.form .address .flex .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form .address .flex input[name=zip] {
  max-width: 328px;
}
@media screen and (max-width: 767.9px) {
  .form .address .flex input[name=zip] {
    max-width: 200px;
  }
}
.form .address .flex:last-child {
  margin-bottom: 0;
}
.form .wpcf7-radio {
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .form .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.form .wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.form input[type=radio] {
  padding: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
}
.form .wpcf7-list-item-label {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "游明朝体+36ポかな", "YuMincho +36p Kana", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .form .wpcf7-list-item-label {
    font-size: 1.8rem;
  }
}
.form .wpcf7-list-item {
  margin-left: 30px;
}
@media screen and (max-width: 767.9px) {
  .form .wpcf7-list-item {
    margin: 0;
  }
}
.form .wpcf7-list-item.first {
  margin-left: 0;
}
.form textarea {
  min-height: 460px;
}
@media screen and (max-width: 767.9px) {
  .form textarea {
    min-height: 300px;
  }
}
.form .privacy_policy_check th {
  margin-top: 0;
}
.form .privacy_policy_check th p {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form .privacy_policy_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check label {
    gap: 10px;
  }
}
.form .privacy_policy_check label p,
.form .privacy_policy_check label a {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check label p,
  .form .privacy_policy_check label a {
    font-size: 1.6rem;
  }
}
.form .privacy_policy_check label a {
  color: var(--main-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form .privacy_policy_check input {
  padding: 0;
  width: 35px;
  height: 35px;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check input {
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }
}
.form .btn_wrap {
  overflow: hidden;
}
.form .btn_wrap br {
  display: none;
}
.form .btn_wrap .submit {
  max-width: 527px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.form .btn_wrap .submit input {
  cursor: pointer;
  background: var(--main-color);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.5em;
  border: none;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "游明朝体+36ポかな", "YuMincho +36p Kana", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .form .btn_wrap .submit input {
    font-size: 1.6rem;
  }
}
.form .btn_wrap .submit input:hover {
  opacity: 0.7;
}
.form .btn_wrap .submit::after {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url(../img/arrow_right_s.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.form .btn_wrap .submit2 {
  margin-top: 30px;
}
.form .wpcf7-spinner {
  position: absolute;
}

.page-id-32 form th {
  margin-top: 0;
}

.page-pp {
  padding-top: 100px;
  margin-bottom: 100px;
}
.page-pp .cont {
  width: 80%;
}
@media screen and (max-width: 767.9px) {
  .page-pp .cont {
    width: 87.6%;
  }
}
.page-pp li {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .page-pp li {
    margin-bottom: 50px;
  }
}
.page-pp .flex-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767.9px) {
  .page-pp .flex-top {
    margin-bottom: 10px;
  }
}
.page-pp h2,
.page-pp span {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767.9px) {
  .page-pp h2,
  .page-pp span {
    font-size: 2.2rem;
  }
}
.page-pp p {
  font-size: 1.5rem;
  font-weight: 500;
}

.page-faq {
  padding-top: 140px;
}
@media screen and (max-width: 767.9px) {
  .page-faq {
    padding-top: 120px;
  }
}
.page-faq .anchor {
  margin-bottom: 80px;
}
.page-faq .anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .page-faq .anchor a {
    font-size: 1.6rem;
    gap: 15px;
  }
}
.page-faq .anchor a::before {
  content: "";
  width: 72px;
  min-width: 72px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767.9px) {
  .page-faq .anchor a::before {
    width: 30px;
    min-width: 40px;
  }
}
.page-faq .faq_wrap {
  background: var(--sub-color);
  padding: 160px 0 220px;
}
@media screen and (max-width: 767.9px) {
  .page-faq .faq_wrap {
    padding: 100px 0 80px;
  }
}
.page-faq .faq_wrap .heading4 .ath {
  color: #e1e1e1;
}
.page-faq .faq_wrap .heading4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .page-faq .faq_wrap .heading4 h2 {
    font-size: 2.8rem;
  }
}
.page-faq .faq_wrap:nth-child(3n) {
  background: #fff;
  padding-bottom: 150px;
}
@media screen and (max-width: 767.9px) {
  .page-faq .faq_wrap:nth-child(3n) {
    padding-bottom: 80px;
  }
}
.page-faq .faq_wrap:nth-child(3n) .heading4 .ath {
  color: #ecebeb;
}
.page-faq .accordion {
  border-bottom: solid 1px var(--font-color);
}
.page-faq .accordion__title {
  padding-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page-faq .accordion__title {
    padding-bottom: 30px;
  }
}
.page-faq .accordion__title button {
  padding: 50px 100px 0 0;
}
@media screen and (max-width: 767.9px) {
  .page-faq .accordion__title button {
    padding: 30px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
.page-faq .accordion__title button span {
  background: none;
  border-radius: 0;
  font-size: 9rem;
  font-weight: 400;
  color: var(--font-color);
  margin-right: 35px;
  min-width: 85px;
}
@media screen and (max-width: 767.9px) {
  .page-faq .accordion__title button span {
    font-size: 4rem;
    min-width: unset;
  }
}
.page-faq .accordion__content span {
  font-size: 9rem;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .page-faq .accordion__content span {
    font-size: 4rem;
  }
}
.page-faq .accordion__content_wrap {
  background: var(--main-color);
  padding: 25px 35px 130px 20px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page-faq .accordion__content_wrap {
    padding: 25px 20px 80px 20px;
  }
}
.page-faq .accordion__content_wrap p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
.page-faq .accordion__content_wrap::before {
  content: "ANSWER";
  color: var(--main2-color);
  position: absolute;
  bottom: 20px;
  right: 23px;
  font-family: "Athelas", "Constantia", "Georgia", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .page-faq .accordion__content_wrap::before {
    font-size: 6rem;
    bottom: 3px;
    right: 5px;
  }
}
.page-faq .accordion__title button {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .page-faq .accordion__title button {
    font-size: 1.8rem;
  }
}
.page-faq .accordion__title button::before,
.page-faq .accordion__title button::after {
  width: 60px;
  height: 2px;
  background: var(--font-color);
  top: auto;
}
@media screen and (max-width: 767.9px) {
  .page-faq .accordion__title button::before,
  .page-faq .accordion__title button::after {
    width: 30px;
    top: 50px;
  }
}

.recruit2 {
  padding-top: 170px;
}
@media screen and (max-width: 767.9px) {
  .recruit2 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.recruit2 ul li .description {
  background: var(--sub-color);
}

.recruit4 {
  padding-top: 50px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767.9px) {
  .recruit4 {
    padding-bottom: 100px;
  }
}
.recruit4 .heading4 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .recruit4 .heading4 {
    margin-bottom: 40px;
  }
}
.recruit4 table,
.recruit4 tbody {
  display: block;
}
.recruit4 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767.9px) {
  .recruit4 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
.recruit4 tr th {
  width: 240px;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .recruit4 tr th {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 10px;
  }
}
.recruit4 tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .recruit4 tr td {
    font-size: 1.6rem;
    padding: 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.recruit5 {
  position: relative;
  padding: 140px 0 68px;
}
@media screen and (max-width: 767.9px) {
  .recruit5 {
    padding: 80px 30px;
  }
}
.recruit5::before {
  content: "";
  background: var(--main-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.73;
  z-index: 2;
}
.recruit5 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.recruit5 .bottom_contact_bg_text {
  position: absolute;
  color: var(--main2-color);
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
  top: 63px;
  left: 37px;
  z-index: 1;
  opacity: 0.55;
}
@media screen and (max-width: 767.9px) {
  .recruit5 .bottom_contact_bg_text {
    font-size: 6rem;
    top: 50px;
    left: 5px;
  }
}
.recruit5 .cont {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .recruit5 .cont {
    width: 100%;
  }
}
.recruit5 .heading4 {
  margin-bottom: 36px;
}
@media screen and (max-width: 767.9px) {
  .recruit5 .heading4 {
    margin-bottom: 32px;
  }
}
.recruit5 h2 {
  color: #fff;
  text-align: left;
}
.recruit5 .description {
  margin-bottom: 28px;
}
@media screen and (max-width: 767.9px) {
  .recruit5 .description {
    margin-bottom: 45px;
  }
}
.recruit5 .description,
.recruit5 .hour {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .recruit5 .description,
  .recruit5 .hour {
    font-size: 1.6rem;
  }
}
.recruit5 .tel {
  display: inline-block;
}
.recruit5 .tel,
.recruit5 .tel a {
  font-size: 5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .recruit5 .tel,
  .recruit5 .tel a {
    font-size: 3rem;
  }
}
.recruit5 .hour {
  display: inline-block;
  margin-left: 10px;
  vertical-align: super;
}
@media screen and (max-width: 767.9px) {
  .recruit5 .hour {
    display: block;
    margin-left: 0;
  }
}
.recruit5 .more_btn {
  margin-top: 40px;
  width: 412px;
  max-width: 100%;
  min-height: 93px;
}
@media screen and (max-width: 767.9px) {
  .recruit5 .more_btn {
    min-height: 70px;
    max-width: 90%;
  }
}
.recruit5 .more_btn span {
  font-size: 2rem;
  width: 100%;
  color: var(--font-color);
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .recruit5 .more_btn span {
    font-size: 1.6rem;
  }
}
.recruit5 .more_btn span::after {
  right: 10px;
}

.page-recruit .recruit3 {
  padding-bottom: 180px;
}
@media screen and (max-width: 767.9px) {
  .page-recruit .recruit3 {
    padding-bottom: 100px;
  }
}

.page-company {
  overflow: hidden;
}
.page-company .company2 {
  padding-top: 170px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767.9px) {
  .page-company .company2 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.page-company .company2 .heading4 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .page-company .company2 .heading4 {
    margin-bottom: 30px;
  }
}
.page-company .company2 table,
.page-company .company2 tbody {
  display: block;
}
.page-company .company2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 55px;
  padding: 30px 0;
}
@media screen and (max-width: 767.9px) {
  .page-company .company2 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
}
.page-company .company2 th {
  width: 135px;
  min-width: 135px;
  background: var(--main-color);
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 10px;
  height: auto;
  min-height: 135px;
  font-size: 2.0rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .page-company .company2 th {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.8rem;
    min-height: unset;
    padding: 6px 30px 5px;
  }
  .page-company .company2 th br {
    display: none;
  }
}
.page-company .company2 td {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .page-company .company2 td {
    font-size: 1.6rem;
  }
}
.page-company .company2 td::after {
  content: "";
  width: 100vw;
  bottom: -30px;
  left: 0;
  height: 1px;
  background: #000;
  position: absolute;
}
.page-company .company3 {
  padding-top: 180px;
  padding-bottom: 140px;
}
.page-company .company3.map_area {
	padding-top: 100px;
}
@media screen and (max-width: 767.9px) {
  .page-company .company3 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
	.page-company .company3.map_area {
	padding-top: 80px;
}
}
.page-company .company3 .heading4 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .page-company .company3 .heading4 {
    margin-bottom: 40px;
  }
}
.page-company .company3 table,
.page-company .company3 tbody {
  display: block;
}
.page-company .company3 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767.9px) {
  .page-company .company3 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
.page-company .company3 tr th {
  width: 390px;
  font-size: 2rem;
  font-weight: 400;
  padding: 0 35px;
}
@media screen and (max-width: 767.9px) {
  .page-company .company3 tr th {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}
.page-company .company3 tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .page-company .company3 tr td {
    font-size: 1.6rem;
    padding: 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.page-flow .top-section {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page-flow .top-section {
    padding-bottom: 0;
  }
}
.page-flow .flow2 {
  padding-bottom: 210px;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow2 {
    padding-bottom: 80px;
  }
}
.page-flow .flow2 .heading4 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow2 .heading4 {
    margin-bottom: 30px;
  }
}
.page-flow .flow2 ul li h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow2 ul li h3 {
    margin-bottom: 20px;
  }
}
.page-flow .flow2 ul {
  margin-top: 180px;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow2 ul {
    margin-top: 80px;
  }
}
.page-flow .flow2 h3 {
  font-size: 4rem;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow2 h3 {
    font-size: 2.2rem;
  }
}
.page-flow .flow3 {
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 190px;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow3 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.page-flow .flow3 .heading4 {
  margin-bottom: 35px;
}
.page-flow .flow3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow3 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 40px;
  }
}
.page-flow .flow3 li::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  left: 190px;
  bottom: 20px;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow3 li::after {
    left: 0px;
    bottom: 15px;
  }
}
.page-flow .flow3 li .no {
  font-size: 20rem;
  color: #e1e1e1;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow3 li .no {
    font-size: 10rem;
    top: auto;
    bottom: -40px;
  }
}
.page-flow .flow3 li .left {
  background: var(--main-color);
  display: grid;
  place-content: center;
  color: #fff;
  width: 317px;
  max-width: 100%;
  min-height: 134px;
  padding: 10px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow3 li .left {
    font-size: 1.8rem;
    min-height: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 260px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-flow .flow3 li .left span {
  font-size: 3rem;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow3 li .left span {
    font-size: 2rem;
  }
}
.page-flow .flow3 li .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow3 li .right {
    font-size: 1.6rem;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.page-flow .flow4 {
  padding-top: 180px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow4 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.page-flow .flow4 .heading4 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767.9px) {
  .page-flow .flow4 .heading4 {
    margin-bottom: 30px;
  }
}

.page-staff {
  padding-top: 100px;
  overflow: hidden;
}
.page-staff .cont {
  max-width: 1100px;
}
.page-staff .greeting {
  margin-bottom: 240px;
}
@media screen and (max-width: 767.9px) {
  .page-staff .greeting {
    margin-bottom: 80px;
  }
}
.page-staff .greeting .top_lead {
  font-size: 5rem;
  letter-spacing: 0.1em;
  margin-bottom: 140px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .page-staff .greeting .top_lead {
    font-size: 2.4rem;
    margin-bottom: 60px;
    line-height: 1.5;
  }
}
.page-staff .greeting .heading4 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .page-staff .greeting .heading4 {
    margin-bottom: 50px;
  }
}
.page-staff .greeting .greeting_cont {
  gap: 30px 55px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .page-staff .greeting .greeting_cont {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-staff .greeting .greeting_cont .img {
  margin-right: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  aspect-ratio: 626/755;
}
.page-staff .greeting .greeting_cont .img img {
  width: 100%;
  height: 100%;
}
.page-staff .greeting .greeting_cont p {
  font-size: 2rem;
  font-weight: 400;
  max-width: 570px;
  width: 52%;
}
@media screen and (max-width: 767.9px) {
  .page-staff .greeting .greeting_cont p {
    max-width: unset;
    font-size: 1.6rem;
    width: 100%;
  }
}
.page-staff .greeting .mvv .detail {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .page-staff .greeting .mvv .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
  }
}
.page-staff .greeting .mvv .detail .description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: 400;
  max-width: 570px;
  min-width: 40%;
}
@media screen and (max-width: 1024px) {
  .page-staff .greeting .mvv .detail .description {
    max-width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .page-staff .greeting .mvv .detail .description {
    font-size: 1.6rem;
    width: 100%;
  }
}
.page-staff .greeting .mvv .detail .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.page-staff .greeting .mvv .detail .ttl .ath {
  color: #e1e1e1;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .page-staff .greeting .mvv .detail .ttl .ath {
    font-size: 5rem;
  }
}
.page-staff .greeting .mvv .detail .ttl h3 {
  margin-top: -60px;
  font-size: 6rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .page-staff .greeting .mvv .detail .ttl h3 {
    font-size: 2.8rem;
    margin-top: -40px;
  }
}
.page-staff .greeting .mvv .img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.page-staff .greeting .mvv .img img {
  display: block;
  aspect-ratio: 1400/463;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .page-staff .greeting .mvv .img img {
    aspect-ratio: 3/2;
  }
}
.page-staff .greeting .value_contents {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .page-staff .greeting .value_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-staff .greeting .value_contents .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  min-height: 590px;
}
@media screen and (max-width: 1024px) {
  .page-staff .greeting .value_contents .item {
    min-height: unset;
  }
}
.page-staff .greeting .value_contents .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-staff .greeting .value_contents .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.page-staff .greeting .value_contents .item .item_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 180px 28px 50px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .page-staff .greeting .value_contents .item .item_detail {
    padding: 100px 30px;
  }
}
.page-staff .greeting .value_contents .item .item_detail h4 {
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 76px;
}
@media screen and (max-width: 1024px) {
  .page-staff .greeting .value_contents .item .item_detail h4 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-staff .greeting .value_contents .item .item_detail h4 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.page-staff .greeting .value_contents .item .item_detail p {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .page-staff .greeting .value_contents .item .item_detail p {
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .page-staff .greeting .value_contents .item .item_detail p {
    text-align: left;
    font-size: 1.6rem;
  }
}
.page-staff .staff {
  margin-bottom: 270px;
}
@media screen and (max-width: 767.9px) {
  .page-staff .staff {
    margin-bottom: 100px;
  }
}
.page-staff .staff .heading4 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .page-staff .staff .heading4 {
    margin-bottom: 40px;
  }
}
.page-staff .staff ul {
  gap: 70px 52px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .page-staff .staff ul {
    gap: 50px 30px;
  }
}
.page-staff .staff li {
  width: 331px;
  max-width: 100%;
}
@media screen and (max-width: 430px) {
  .page-staff .staff li {
    max-width: 300px;
    margin: 0 auto;
  }
}
.page-staff .staff li img {
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 331/420;
  margin-bottom: 20px;
}
.page-staff .staff li h3 {
  color: #fff;
  background: var(--main-color);
  padding: 1px 20px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  .page-staff .staff li h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.page-staff .staff li .position {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .page-staff .staff li .position {
    font-size: 1.6rem;
  }
}
.page-staff .staff li .name {
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .page-staff .staff li .name {
    font-size: 2rem;
  }
}
.page-staff .staff li .description {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .page-staff .staff li .description {
    font-size: 1.6rem;
  }
}

.page_error {
  padding: 135px 0 150px;
}
@media screen and (max-width: 767.9px) {
  .page_error {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.page_error .cont {
  width: 80%;
}
@media screen and (max-width: 767.9px) {
  .page_error .cont {
    width: 87.6%;
  }
}
.page_error h2 {
  font-size: 6rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page_error h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.page_error p {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .page_error p {
    margin-bottom: 80px;
  }
}
.page_error .more_btn {
  margin: 0 auto;
}

.page_top.lp {
  width: 100%;
  height: 758px;
  position: relative;
  min-height: 700px;
}
@media screen and (max-width: 767.9px) {
  .page_top.lp {
    min-height: 600px;
    height: 100svh;
  }
}
@media screen and (max-width: 767.9px) {
  .page_top.lp .main_visual-line {
    top: auto;
    bottom: 20px;
  }
}
.page_top.lp img {
  width: 100%;
  height: 100%;
}
.page_top.lp .cont {
  padding-top: 130px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 767.9px) {
  .page_top.lp .cont {
    padding-bottom: 40px;
    width: 90%;
    padding-right: 50px;
  }
}
.page_top.lp .cont h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767.9px) {
  .page_top.lp .cont h1 {
    font-size: 2.8rem;
  }
}
.page_top.lp::after {
  height: 323px;
}

.page_lp .description2 {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .page_lp h2,
  .page_lp h3 {
    font-weight: bold;
  }
}
.page_lp .lp1 {
  padding-top: 220px;
  margin-bottom: 170px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp1 {
    padding-top: 100px;
    margin-bottom: 80px;
  }
}
.page_lp .lp1 .heading4 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp1 .heading4 {
    margin-bottom: 40px;
  }
}
.page_lp .lp1_cont {
  gap: 30px 60px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp1_cont {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_lp .lp1_cont .img {
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  aspect-ratio: 703/492;
}
.page_lp .lp1_cont .img img {
  width: 100%;
  height: 100%;
}
.page_lp .lp1_cont p {
  font-size: 1.8rem;
  font-weight: 400;
  max-width: 570px;
  width: 44%;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp1_cont p {
    max-width: unset;
    font-size: 1.5rem;
    width: 100%;
  }
}
.page_lp .lp2 {
  padding-top: 170px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp2 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.page_lp .lp2 .heading4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp2 .heading4 {
    margin-bottom: 30px;
  }
}
.page_lp .lp2 .description2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp2 .description2 {
    margin-bottom: 60px;
  }
}
.page_lp .lp2 .img_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_lp .lp2 .img_wrap img {
  width: 33.33%;
  height: auto;
  aspect-ratio: 467/287;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp2 .img_wrap img {
    width: 50%;
  }
}
.page_lp .lp3 {
  padding-top: 200px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp3 {
    padding-top: 100px;
  }
}
.page_lp .lp3 .heading4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp3 .heading4 {
    margin-bottom: 30px;
  }
}
.page_lp .lp3 .description2 {
  margin-bottom: 60px;
}
.page_lp .lp3 ul {
  gap: 40px 32px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page_lp .lp3 ul li {
  width: 345px;
  max-width: 100%;
}
@media screen and (max-width: 430px) {
  .page_lp .lp3 ul li {
    width: 100%;
  }
}
.page_lp .lp3 ul li h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp3 ul li h3 {
    font-size: 1.8rem;
  }
}
.page_lp .lp3 ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 345/205;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp3 ul li img {
    margin-bottom: 15px;
  }
}
.page_lp .lp3 ul li p {
  font-size: 1.5rem;
  font-weight: 400;
}
.page_lp .lp4 {
  padding-top: 200px;
  margin-bottom: 180px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp4 {
    padding-top: 100px;
    margin-bottom: 80px;
  }
}
.page_lp .lp4 .heading4 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp4 .heading4 {
    margin-bottom: 50px;
  }
}
.page_lp .lp4 .flex-top {
  gap: 0 64px;
}
.page_lp .lp4 .flex-top .img_wrap {
  margin-right: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  aspect-ratio: 704/696;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp4 .flex-top .img_wrap {
    width: 100%;
    max-width: 500px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.page_lp .lp4 .flex-top .img_wrap img {
  width: 100%;
  height: 100%;
}
.page_lp .lp4 .flex-top .left {
  max-width: 570px;
  width: 43.4%;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp4 .flex-top .left {
    width: 100%;
    max-width: unset;
  }
}
.page_lp .lp4 .flex-top .left h3 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp4 .flex-top .left h3 {
    font-size: 1.8rem;
  }
}
.page_lp .lp4 .flex-top .left p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp4 .flex-top .left p {
    margin-bottom: 40px;
  }
}
.page_lp .lp5 .heading4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp5 .heading4 {
    margin-bottom: 30px;
  }
}
.page_lp .lp5 .description2 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp5 .description2 {
    margin-bottom: 60px;
  }
}
.page_lp .lp5 ul li h3 {
  text-align: left;
}
.page_lp .lp6 {
  padding-top: 200px;
  margin-bottom: 180px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp6 {
    padding-top: 100px;
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
.page_lp .lp6 .mark:after {
  content: "";
  width: 200px;
  height: auto;
  aspect-ratio: 200/60;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp6 .mark:after {
    width: 100px;
  }
}
.page_lp .lp6 .heading4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp6 .heading4 {
    margin-bottom: 30px;
  }
}
.page_lp .lp6 .description2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp6 .description2 {
    margin-bottom: 50px;
  }
}
.page_lp .lp6 ul {
  gap: 50px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp6 ul {
    row-gap: 40px;
  }
}
.page_lp .lp6 ul li {
  width: 250px;
}
.page_lp .lp6 ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp6 ul li img {
    margin-bottom: 15px;
  }
}
.page_lp .lp6 ul li h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp6 ul li h3 {
    font-size: 2rem;
  }
}
.page_lp .lp6 ul li p {
  font-size: 1.5rem;
  font-weight: 400;
}
.page_lp .lp7 {
  margin-top: 180px;
  margin-bottom: 180px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
.page_lp .lp7 .heading4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .heading4 {
    margin-bottom: 30px;
  }
}
.page_lp .lp7 .description2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .description2 {
    margin-bottom: 60px;
  }
}
.page_lp .lp7 .company_voice {
  margin-bottom: 130px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .company_voice {
    margin-bottom: 60px;
  }
}
.page_lp .lp7 .company_voice .top {
  gap: 30px 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .page_lp .lp7 .company_voice .top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .company_voice .top {
    margin-bottom: 40px;
  }
}
.page_lp .lp7 .company_voice .top img {
  width: 49%;
  height: auto;
  aspect-ratio: 544/307;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .company_voice .top img {
    width: 100%;
  }
}
.page_lp .lp7 .company_voice .top .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .company_voice .top .right {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.page_lp .lp7 .company_voice .top .right h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .company_voice .top .right h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.page_lp .lp7 .company_voice .top .right .position {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .company_voice .top .right .position {
    margin-bottom: 0;
  }
}
.page_lp .lp7 .company_voice .top .right .position span {
  font-weight: 700;
  margin-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .company_voice .top .right .position span {
    margin-right: 10px;
  }
}
.page_lp .lp7 .company_voice .top .right .name {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .company_voice .top .right .name {
    font-size: 1.6rem;
  }
}
.page_lp .lp7 .company_voice .company_voice_faq .question {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .company_voice .company_voice_faq .question {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.page_lp .lp7 .company_voice .company_voice_faq .answer {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp7 .company_voice .company_voice_faq .answer {
    margin-bottom: 40px;
  }
}
.page_lp .bg_gray_wrap {
  padding-top: 160px;
  padding-bottom: 1px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .bg_gray_wrap {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
.page_lp .lp8 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp8 {
    margin-bottom: 100px;
  }
}
.page_lp .lp8 .heading4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp8 .heading4 {
    margin-bottom: 30px;
  }
}
.page_lp .lp8 .description2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp8 .description2 {
    margin-bottom: 50px;
  }
}
.page_lp .lp8 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px 75px;
  max-width: 830px;
  margin: 0 auto;
}
.page_lp .lp8 ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp8 ul li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page_lp .lp8 ul li .time {
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 50%;
  width: 84px;
  min-width: 84px;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 35px;
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp8 ul li .time {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 1.4rem;
    margin-right: 20px;
  }
}
.page_lp .lp8 ul li .img {
  width: 266px;
  height: auto;
  aspect-ratio: 266/176;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp8 ul li .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    max-width: 266px;
  }
}
.page_lp .lp8 ul li .img::before {
  content: "";
  width: 1px;
  height: 75px;
  z-index: 1;
  background: #b9b9b9;
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp8 ul li .img::before {
    content: none;
  }
}
.page_lp .lp8 ul li .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.page_lp .lp8 ul li .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp8 ul li .detail {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 20px;
  }
}
.page_lp .lp8 ul li .detail h3 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp8 ul li .detail h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.page_lp .lp8 ul li .detail p {
  font-size: 1.5rem;
  font-weight: 400;
}
.page_lp .lp8 ul li:last-child .img::before {
  content: none;
}
.page_lp .lp9 {
  padding-top: 50px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp9 {
    padding-top: 0;
    margin-bottom: 80px;
  }
}
.page_lp .lp9 .heading4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp9 .heading4 {
    margin-bottom: 30px;
  }
}
.page_lp .lp9 .description2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp9 .description2 {
    margin-bottom: 40px;
  }
}
.page_lp .lp9 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1100/450;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp9 img {
    aspect-ratio: 5/3;
  }
}
.page_lp .lp10 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp10 {
    margin-bottom: 100px;
  }
}
.page_lp .lp10 .heading4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp10 .heading4 {
    margin-bottom: 30px;
  }
}
.page_lp .lp10 .description2 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp10 .description2 {
    margin-bottom: 60px;
  }
}
.page_lp .lp10 .flex-top {
  gap: 30px 60px;
}
.page_lp .lp10 .flex-top .img_wrap {
  width: 42.3%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp10 .flex-top .img_wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.page_lp .lp10 .flex-top .img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.page_lp .lp10 .flex-top .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp10 .flex-top .right {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.page_lp .lp10 .flex-top .right p {
  background: var(--sub-color);
  padding: 22px 30px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp10 .flex-top .right p {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
}
.page_lp .lp11 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp11 {
    margin-bottom: 100px;
  }
}
.page_lp .lp11 .heading4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp11 .heading4 {
    margin-bottom: 30px;
  }
}
.page_lp .lp11 .description2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp11 .description2 {
    margin-bottom: 40px;
  }
}
.page_lp .lp11 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp11 .wrap {
    gap: 50px;
  }
}
.page_lp .lp11 .lp11_contents img {
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 1100/450;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp11 .lp11_contents img {
    aspect-ratio: 5/3;
    margin-bottom: 30px;
  }
}
.page_lp .lp11 .lp11_contents p {
  font-size: 1.5rem;
  font-weight: 400;
}
.page_lp .lp12 {
  padding: 0;
  margin-bottom: 220px;
}
@media screen and (max-width: 767.9px) {
  .page_lp .lp12 {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=common.css.map */

.p-company__map {
	max-width: 1100px;
	height: 400px;
	margin: auto;
	margin-top: 120px;
}

@media screen and (max-width: 767.9px) {
	.p-company__map {
	margin-top: 60px;
}
}

.no_link > a {
	pointer-events: none
}

.pankuzu {
	padding: 30px 0;
    margin-bottom: 70px;
}

.pankuzu a span {
	color: var(--main-color);
}

.pankuzu a, .pankuzu span {
	font-weight: 500;
}

.pankuzu .pankuzu_arrow {
	color: #dadada;
    margin: 0 10px;
}

.cont {
	width: 87.6%;
    max-width: 1000px;
    margin: 0 auto;
}

.serif {
	    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
    font-weight: 500;
}

.grecaptcha-badge {
	display: none !important;
}