@charset "UTF-8";

/*
 * Animation
*=============================================*/
/* -- -- */
.fadeInUp {
   opacity: 0;
   transition: all 1.5s ease;
   transform: translate(0, 100px);
}

.fadeInUp[style*="visible"] {
   opacity: 1;
   transform: none;
}

/* -- -- */
.img_effect {
   display: inline-block;
   overflow: hidden;
   position: relative;
}

.img_effect:after {
   content: "";
   animation-duration: 300ms;
   animation-fill-mode: forwards;
   animation-delay: 300ms;
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-color: #fff;
}

.img_effect[style*="visible"]:after {
   animation-name: homeTileAnimation;
}

@keyframes homeTileAnimation {
   0% {
      transform: translateX(0);
   }

   to {
      transform: translateX(-120%);
   }
}

/* -- -- */
/*
 * Custom
*=============================================*/
/* -- heading -- */
.h2 {
   color: #333;
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-weight: 600;
   font-size: 30px;
   letter-spacing: 0.05em;
   line-height: 38px;
   position: relative;
}

.h2 .en {
   display: block;
   color: #EBAECC;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 16px;
   letter-spacing: 0.05em;
   line-height: 22px;
   text-transform: uppercase;
   padding-bottom: 10px;
}

.h-20 {
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-weight: 600;
   font-size: 20px;
   letter-spacing: 0.05em;
   line-height: 30px;
}

.h-22 {
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-weight: 600;
   font-size: 22px;
   letter-spacing: 0.075em;
   line-height: 36px;
}

.h-24 {
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-weight: 600;
   font-size: 24px;
   letter-spacing: 0.05em;
   line-height: 30px;
}

.h-26 {
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-weight: 600;
   font-size: 26px;
   letter-spacing: 0.05em;
   line-height: 30px;
}

.h-30 {
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-weight: 600;
   font-size: 30px;
   letter-spacing: 0.075em;
   line-height: 60px;
}

.h-36 {
   font-weight: bold;
   font-size: 36px;
   letter-spacing: 0.05em;
   line-height: 52px;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 20px;
      line-height: 32px;
   }

   .h2 .en {
      font-size: 14px;
      padding-bottom: 5px;
   }

   .h-20 {
      font-size: 16px;
   }

   .h-22,
   .h-24 {
      font-size: 18px;
      line-height: 30px;
   }

   .h-26,
   .h-28,
   .h-30 {
      font-size: 20px;
      line-height: 30px;
   }

   .h-36 {
      font-size: 24px;
      line-height: 32px;
   }
}

/* button */
.button {
   position: relative;
}

.button a {
   display: inline-block;
   vertical-align: middle;
   width: 280px;
   background-color: #EBAECC;
   color: #fff;
   font-weight: bold;
   font-size: 16px;
   letter-spacing: 0.05em;
   line-height: 26px;
   text-align: center;
   box-sizing: border-box;
   border-radius: 5px;
   padding: 13px 0;
   position: relative;
   z-index: 1;
}

.button a:hover {
   opacity: 1;
   background-color: #333;
}

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

/* -- -- */
.txt-udl {
   text-decoration: underline;
}

a.txt-udl:hover {
   text-decoration: none;
}

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

.txt-j {
   text-align: justify;
}

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

.cl-red {
   color: #E51515;
}

.cl-blue {
   color: #0068B7;
}

.cl-yellow {
   color: #E2C800;
}

.udl01 {
   background-image: linear-gradient(#AE0615, #AE0615);
   background-size: 100% 17px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.udl02 {
   background-image: linear-gradient(#002A7D, #002A7D);
   background-size: 100% 17px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.fw-smb {
   font-weight: 600;
}

.fw-b {
   font-weight: 700;
}

.fw-black {
   font-weight: 900;
}

.bdra-10 {
   border-radius: 10px;
}

.bdra-15 {
   border-radius: 15px;
}

.img_shadow {
   box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

/* -- --*/
.section_pd {
   padding: 120px 0;
}

@media screen and (max-width: 767px) {
   .section_pd {
      padding: 50px 0;
   }
}

/* -- --*/
.bg-cl01 {
   background-color: #FDF7FA;
}

/* -- --*/
#kv {
   display: flex;
   align-items: center;
   width: 100%;
   height: 720px;
   background-color: #000;
   margin: 0;
   padding: 0;
   position: relative;
}

#kv .kv-bg {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.kv__ttl {
   min-width: 41%;
   background-color: rgba(229, 163, 196, 0.72);
   font-weight: 600;
   font-size: 60px;
   letter-spacing: 0.075em;
   line-height: 70px;
   color: #fff;
   box-sizing: border-box;
   padding: 71px 10%;
   position: relative;
   z-index: 1;
}

.kv__ttl span {
   display: inline-block;
   vertical-align: bottom;
   font-size: 36px;
}

.kv__ttl small {
   display: block;
   font-size: 20px;
   letter-spacing: 0.05em;
   line-height: 20px;
   text-transform: uppercase;
   padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
   #kv {
      height: 75vw;
   }

   .kv__ttl {
      font-size: 30px;
      line-height: 40px;
      padding: 15px 5%;
   }

   .kv__ttl span {
      font-size: 18px;
   }

   .kv__ttl small {
      font-size: 14px;
   }
}

/* -- --*/
.breadcrumbs {
   width: 100%;
   font-size: 13px;
   line-height: 20px;
   padding: 10px 0 0;
}

.breadcrumbs .wrap>span {
   display: inline-block;
   word-break: break-all;
   text-transform: uppercase;
   padding: 0 10px;
}

.breadcrumbs .wrap>span:first-child {
   padding-left: 0;
}

.breadcrumbs a:hover {
   text-decoration: underline;
}

@media screen and (max-width: 991px) {
   .breadcrumbs {
      font-size: 12px;
      overflow-x: auto;
      box-sizing: border-box;
      padding: 10px 20px 0;
   }

   .breadcrumbs .wrap {
      width: max-content;
      max-width: inherit;
      background-color: transparent;
      margin: 0;
      padding: 0;
   }

   .breadcrumbs .wrap>span {
      display: inline-block;
      word-break: break-all;
      padding: 0 10px;
      position: relative;
      top: 1px;
   }

   .breadcrumbs .wrap>span:first-child {
      padding-left: 0;
   }
}

/* -- -- */
.img-zoom {
   display: block;
   overflow: hidden;
}

.img-zoom>* {
   transform: scale(1, 1);
   transition: all 0.3s ease;
}

.img-zoom:hover>* {
   transform: scale(1.05, 1.05);
}

/* -- -- */
.effect-bnr a {
   display: block;
   background-color: #030c17;
   position: relative;
}

.effect-bnr a:after {
   content: '';
   position: absolute;
   top: 30px;
   right: 30px;
   bottom: 30px;
   left: 30px;
   border: 1px solid #fff;
   box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.1);
   opacity: 0;
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
   -webkit-transform: scale3d(1.1, 1.1, 1);
   transform: scale3d(1.1, 1.1, 1);
}

.effect-bnr a:hover {
   opacity: 1;
}

.effect-bnr a:hover:after {
   opacity: 1;
   -webkit-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
}

.effect-bnr a:hover img {
   opacity: 0.3 !important;
}

/* -- -- */
.box-img {
   display: flex;
   flex-wrap: wrap;
   gap: 50px 70px;
}

.box-img .photo {
   width: 50%;
}

.box-img .col {
   width: calc(50% - 70px);
   align-self: center;
}

.box-img .txt {
   padding-top: 30px;
}

.box-img .button {
   padding-top: 30px;
}

.box-img.img_r {
   flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
   .box-img {
      gap: 20px;
   }

   .box-img .photo {
      width: 100%;
   }

   .box-img .col {
      width: 100%;
   }

   .box-img.img_r {
      flex-direction: row;
   }
}

@media screen and (max-width: 767px) {
   .box-img .photo {
      width: 100%;
   }

   .box-img .col {
      width: 100%;
   }

   .box-img .no {
      font-size: 40px;
      line-height: 1;
   }

   .box-img .txt {
      padding-top: 15px;
   }

   .box-img .button {
      padding-top: 15px;
   }
}

/* -- --*/
.tb-style dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   padding: 21px 0;
   border-top: 1px solid #f0e0e8;
   border-bottom: 1px solid #f0e0e8;
   position: relative;
}

.tb-style dl+dl {
   border-top: 0;
}

.tb-style dl>* {
   display: table-cell;
   vertical-align: middle;
}

.tb-style dl dt {
   width: 32%;
   font-weight: bold;
   box-sizing: border-box;
   position: relative;
}

.tb-style dl dd {
   padding-left: 0px;
}

.tb-style dl dd p {
   padding-bottom: 20px;
}

.tb-style dl dd p:last-child {
   padding-bottom: 0;
}

@media screen and (max-width: 767px) {
   .tb-style dl {
      padding: 15px 0;
   }

   .tb-style dl dt {
      width: 80px;
      text-align: left;
   }

   .tb-style dl dd {
      padding-left: 10px;
   }

   .tb-style dl dd p {
      padding-bottom: 20px;
   }

   .tb-style dl dd p:last-child {
      padding-bottom: 0;
   }
}

/* -- -- */
.swiper-container {
   overflow: hidden;
   position: relative;
}

.swiper-fade .swiper-slide>* {
   opacity: 0;
}

.swiper-fade .swiper-slide-active>* {
   opacity: 1;
}

/* -- --*/
.d-flex {
   display: flex;
   flex-wrap: wrap;
}

/* -- --*/
.box-column1 {
   gap: 45px 5%;
}

.box-column1 .item {
   width: 30%;
}

.box-column1 dl {
   width: 30%;
   text-align: center;
}

.box-column1 dl dd {
   padding-top: 20px;
}

.box-column2 {
   gap: 45px 5%;
}

.box-column2 .item {
   width: 21.25%;
}

.box-column2 dl {
   width: 21.25%;
   text-align: center;
}

.box-column2 dl dd {
   padding-top: 20px;
}

@media screen and (max-width: 991px) {

   .box-column1 dl,
   .box-column1 .item {
      width: 47.5%;
   }

   .box-column2 dl,
   .box-column2 .item {
      width: 47.5%;
   }
}

@media screen and (max-width: 767px) {
   .box-column1 {
      gap: 30px 5%;
   }

   .box-column1 dl,
   .box-column1 .item {
      width: 100%;
   }

   .box-column2 {
      gap: 30px 5%;
   }

   .box-column2 dl,
   .box-column2 .item {
      width: 100%;
   }
}

/* -- --*/
.list-dot li {
   position: relative;
   padding-left: 30px;
}

.list-dot li+li {
   margin-top: 10px;
}

.list-dot li:before {
   content: '';
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background-color: #e4aac7;
   position: absolute;
   top: 10px;
   left: 0;
}

@media screen and (max-width: 767px) {
   .list-dot li {
      padding-left: 20px;
   }

   .list-dot li+li {
      margin-top: 5px;
   }

   .list-dot li:before {
      top: 8px;
   }
}

/* -- --*/
.video-ytb {
   width: 100%;
   padding-top: 56%;
   position: relative;
}

.video-ytb>* {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   border-radius: 15px;
}

/* -- --*/
/*
 * 404
 *=============================================*/
#content-404 {
   text-align: center;
   padding: 120px 0 100px;
}

#content-404 .txt {
   padding-top: 40px;
}

#content-404 .button {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #content-404 {
      padding: 60px 0;
   }

   #content-404 .txt {
      padding-top: 20px;
   }

   #content-404 .button {
      padding-top: 30px;
   }
}

/* -- -- */
/*
 * HOME
*=============================================*/
#mv {
   width: 100%;
   height: calc(100vh - 112px);
   min-height: 500px;
   position: relative;
}

#mv h2 {
   font-weight: 600;
   font-size: 60px;
   letter-spacing: 0.075em;
   line-height: 96px;
   color: #fff;
   text-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
   position: absolute;
   bottom: 6vw;
   left: 10vw;
}

.mv-slider {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.mv-slider .slick-list,
.mv-slider .slick-track,
.mv-slider .slick-slide {
   width: 100%;
   height: 100%;
}

@media screen and (max-width: 991px) {
   #mv h2 {
      font-size: 40px;
      line-height: 80px;
   }
}

@media screen and (max-width: 767px) {
   #mv {
      height: calc(100vh - 70px);
      min-height: inherit;
   }

   #mv h2 {
      font-size: 30px;
      line-height: 50px;
      left: 5%;
   }
}

/* iPhone X */
@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   #mv {
      height: calc(90vh - 100px);
   }
}

/* iPhone XR */
@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
   #mv {
      height: calc(90vh - 100px);
   }
}

/* iPhone 11 */
@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
   #mv {
      height: calc(90vh - 100px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
   #mv {
      height: calc(90vh - 100px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
   #mv {
      height: calc(90vh - 100px);
   }
}

/* -- -- */
@-webkit-keyframes sdb05 {
   0% {
      height: 0;
      opacity: 0;
   }

   50% {
      opacity: 1;
   }

   100% {
      height: 100%;
      opacity: 0;
   }
}

@keyframes sdb05 {
   0% {
      height: 0;
      opacity: 0;
   }

   50% {
      opacity: 1;
   }

   100% {
      height: 100%;
      opacity: 0;
   }
}

/* -- --*/
#top__about {
   padding: 120px 0 180px;
   position: relative;
}

#top__about .photo1 {
   width: 23%;
   position: absolute;
   top: 120px;
   left: 0;
}

#top__about .photo1 img {
   border-radius: 0 15px 15px 0;
}

#top__about .photo2 {
   width: 20%;
   position: absolute;
   bottom: -60px;
   right: 0;
}

#top__about .photo2 img {
   border-radius: 15px 0 0 15px;
}

#top__about .box {
   width: 55%;
   max-width: 810px;
   margin: 0 auto;
}

#top__about h2 {
   font-weight: 600;
   font-size: 1.5vw;
   line-height: 2;
   letter-spacing: 0.075em;
}

#top__about .txt {
   padding-top: 60px;
}

#top__about .button {
   padding-top: 50px;
}

@media screen and (max-width: 1200px) {
   #top__about .photo1 {
      width: 46%;
      position: static;
   }

   #top__about .photo2 {
      width: 51%;
      bottom: 180px;
   }

   #top__about .box {
      width: 100%;
      padding-bottom: 60px;
   }

   #top__about h2 {
      font-size: 24px;
   }
}

@media screen and (max-width: 991px) {
   #top__about .box {
      padding-bottom: 50px;
   }

   #top__about h2 {
      font-size: 22px;
   }

   #top__about .txt {
      padding-top: 20px;
   }

   #top__about .button {
      padding-top: 20px;
   }

   #top__about .photo2 {
      bottom: 50px;
   }
}

@media screen and (max-width: 767px) {
   #top__about {
      padding: 50px 0;
   }

   #top__about h2 {
      font-size: 18px;
   }
}

/* -- --*/
#top__news {
   padding-bottom: 120px;
}

#top__news .wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 20px 80px;
}

#top__news h2 {
   width: 200px;
}

#top__news ul {
   width: calc(82.5% - 280px);
}

#top__news ul li {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 0 30px;
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0.05em;
   line-height: 24px;
   border-bottom: 1px solid #DDDDDD;
   padding-bottom: 35px;
}

#top__news ul li+li {
   padding-top: 35px;
}

#top__news ul li span {
   width: 100px;
   font-weight: 500;
}

#top__news ul li a {
   width: calc(100% - 130px);
   overflow: hidden;
   display: block;
   max-height: 48px;
   -webkit-line-clamp: 1;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

#top__news .button {
   position: absolute;
   top: 120px;
   left: 0;
}

#top__news .button a {
   width: 200px;
}

@media screen and (max-width: 1200px) {
   #top__news ul {
      width: calc(100% - 280px);
   }
}

@media screen and (max-width: 991px) {
   #top__news .wrap {
      justify-content: center;
   }

   #top__news h2 {
      text-align: center;
   }

   #top__news ul {
      width: 100%;
      padding-top: 10px;
   }

   #top__news .button {
      position: static;
      padding-top: 20px;
   }
}

@media screen and (max-width: 767px) {
   #top__news {
      padding-bottom: 50px;
   }

   #top__news ul {
      width: 100%;
      padding-top: 10px;
   }

   #top__news ul li {
      font-size: 15px;
      padding-bottom: 15px;
   }

   #top__news ul li+li {
      padding-top: 15px;
   }

   #top__news ul li a {
      width: 100%;
      -webkit-line-clamp: 2;
      margin-top: 5px;
   }

   #top__news .button {
      padding-top: 10px;
   }
}

/* -- --*/
#top__service .wrap {
   background-color: #fff;
   border-top: 8px solid #EBAECC;
   border-radius: 10px;
   padding: 72px 5vw 100px;
}

#top__service .block {
   padding-top: 50px;
}

#top__service .block+.block {
   padding-top: 60px;
}

#top__service .block h3 {
   padding-left: 26px;
   position: relative;
}

#top__service .block h3:before {
   content: '';
   width: 16px;
   height: 16px;
   background-color: #EBAECC;
   border-radius: 50%;
   position: absolute;
   top: 7px;
   left: 0;
}

#top__service .block .box {
   gap: 30px 60px;
   padding-top: 30px;
}

#top__service .block .box .item {
   width: calc(33.33% - 40px);
   position: relative;
}

#top__service .block .box .item a {
   display: block;
   width: 100%;
   height: 100%;
   font-size: 0;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
}

#top__service .block .box .item:hover {
   opacity: 0.7;
}

#top__service .block .box .photo {
   padding-bottom: 5px;
}

#top__service .block .box .label {
   display: inline-block;
   background-color: #FBEFF5;
   color: #DF85B1;
   border-radius: 2px;
   font-weight: bold;
   font-size: 14px;
   letter-spacing: 0.02em;
   line-height: 22px;
   padding: 3px 10px;
   margin-top: 15px;
}

#top__service .block .box h4 {
   letter-spacing: 0.025em;
   line-height: 30px;
   padding-top: 15px;
}

@media screen and (max-width: 1200px) {
   #top__service .block .box {
      gap: 30px;
   }

   #top__service .block .box .item {
      width: calc(33.33% - 20px);
   }
}

@media screen and (max-width: 991px) {
   #top__service .block .box {
      justify-content: center;
   }

   #top__service .block .box .item {
      width: 100%;
      max-width: 426px;
   }
}

@media screen and (max-width: 767px) {
   #top__service .wrap {
      padding: 50px 5vw;
   }

   #top__service .block {
      padding-top: 30px;
   }

   #top__service .block+.block {
      padding-top: 40px;
   }

   #top__service .block .box {
      padding-top: 20px;
   }

   #top__service .block .box .label {
      font-size: 12px;
      margin-top: 5px;
   }

   #top__service .block .box h4 {
      padding-top: 5px;
   }
}

/* -- --*/
#top__staff {
   padding: 120px 0 160px;
}

#top__staff .photos {
   overflow: hidden;
}

#top__staff .photos li {
   width: 33.33%;
}

#top__staff .box {
   width: 75%;
   background-color: #fff;
   border-radius: 15px 0 0 0;
   margin-top: -14%;
   margin-left: auto;
   padding: 80px 0 0 5vw;
   position: relative;
   z-index: 1;
}

#top__staff .box h3,
#top__staff .box .txt,
#top__staff .box .button {
   padding-top: 40px;
}

@media screen and (max-width: 1600px) {
   #top__staff .box .txt br {
      display: none;
   }
}

@media screen and (max-width: 767px) {
   #top__staff {
      padding: 50px 0;
   }

   #top__staff .box {
      width: 100%;
      border-radius: 0;
      margin-top: 0vw;
      padding: 40px 5vw 0 0;
   }

   #top__staff .box h3,
   #top__staff .box .txt,
   #top__staff .box .button {
      padding-top: 20px;
   }
}

/* -- --*/
#top__recruit {
   position: relative;
   padding: 107px 0;
}

#top__recruit .photo {
   width: 65%;
   height: 100%;
   border-radius: 15px 0 0 15px;
   position: absolute;
   top: 0;
   right: 0;
}

#top__recruit .box {
   background-color: #fff;
   border-radius: 0 15px 15px 0;
   width: 50%;
   max-width: 746px;
   box-sizing: border-box;
   padding: 80px 5vw;
   position: relative;
   z-index: 1;
}

#top__recruit h3 {
   padding-top: 40px;
}

#top__recruit .txt {
   padding-top: 30px;
}

#top__recruit .button {
   padding-top: 40px;
}

@media screen and (max-width: 1600px) {
   #top__recruit .txt br {
      display: none;
   }
}

@media screen and (max-width: 991px) {
   #top__recruit {
      padding-top: 0;
   }

   #top__recruit .photo {
      width: 100%;
      background: transparent !important;
      position: static;
   }

   #top__recruit .photo img {
      display: block;
   }

   #top__recruit .box {
      width: 100%;
      padding-bottom: 0;
   }
}

@media screen and (max-width: 767px) {
   #top__recruit {
      padding: 0;
   }

   #top__recruit .box {
      padding: 40px 0 0;
   }

   #top__recruit h3 {
      padding-top: 20px;
   }

   #top__recruit .txt {
      padding-top: 15px;
   }

   #top__recruit .button {
      padding-top: 20px;
   }
}

/* -- --*/
#top__banner {
   padding: 160px 0 120px;
}

#top__banner .wrap {
   gap: 30px 60px;
}

#top__banner .col {
   width: calc(50% - 30px);
   position: relative;
}

#top__banner .col a {
   display: block;
   width: 100%;
   height: 100%;
   font-size: 0;
   position: absolute;
   top: 0;
   left: 0;
}

#top__banner .col:hover {
   opacity: 0.7;
}

#top__banner h2 {
   padding-top: 30px;
}

@media screen and (max-width: 767px) {
   #top__banner {
      padding: 50px 0;
   }

   #top__banner .col {
      width: 100%;
   }

   #top__banner h2 {
      padding-top: 15px;
   }
}

/* -- -- */
/*
 * Post Type
*=============================================*/
/* --- --- */
.wp-pagenavi {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
   padding-top: 120px;
}

.wp-pagenavi .pages {
   display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
   display: block;
   width: 30px;
   background-color: #B7B7B7;
   line-height: 24px;
   color: #fff;
   text-align: center;
   padding: 3px 0;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .current:hover {
   background-color: #EBAECC;
   opacity: 1;
}

.wp-pagenavi .current {
   background-color: #EBAECC;
   pointer-events: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
   width: 30px;
   color: #EBAECC;
   font-size: 24px;
   text-align: center;
}

@media screen and (max-width: 767px) {
   .wp-pagenavi {
      padding-top: 50px;
   }
}

/* -- -- */
.cpt-template {
   padding: 120px 0;
}

.cpt-template .sidebar {
   width: 22%;
}

.cpt-template .sidebar h2 {
   font-weight: 600;
   font-size: 22px;
   line-height: 24px;
   border-bottom: 1px solid #333;
   padding-bottom: 10px;
}

.cpt-template .sidebar ul {
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   padding-top: 5px;
}

.cpt-template .sidebar ul li {
   padding-top: 10px;
}

.cpt-template .sidebar ul li a {
   display: inline-block;
   padding-left: 10px;
   position: relative;
}

.cpt-template .sidebar ul li a:before {
   content: '-';
   position: absolute;
   top: 0;
   left: 0;
}

.cpt-template .sidebar ul li a:hover {
   text-decoration: underline;
}

@media screen and (max-width: 767px) {
   .cpt-template {
      padding: 50px 0;
   }

   .cpt-template .box {
      width: 100%;
   }

   .cpt-template .sidebar {
      width: 100%;
   }
}

/* -- -- */
.news__list .item {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 5px 30px;
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0.05em;
   line-height: 24px;
   border-bottom: 1px solid #DDDDDD;
   padding-bottom: 35px;
}

.news__list .item+.item {
   padding-top: 35px;
}

.news__list .item .date {
   width: 100px;
   font-weight: 500;
}

.news__list .item .ttl {
   width: calc(100% - 130px);
}

.news__list .item .ttl a {
   overflow: hidden;
   display: block;
   max-height: 48px;
   -webkit-line-clamp: 1;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

@media screen and (max-width: 767px) {
   .news__list .item {
      font-size: 15px;
      padding-bottom: 15px;
   }

   .news__list .item+.item {
      padding-top: 15px;
   }

   .news__list .item .ttl {
      width: 100%;
   }

   .news__list .item .ttl a {
      -webkit-line-clamp: 2;
   }
}

/* -- -- */
/*
 * Post Detail
 *=============================================*/
#cpt-detail .box {
   padding: 0;
}

#cpt-detail .featured_img {
   text-align: center;
   padding-bottom: 12px;
}

#cpt-detail .date {
   position: relative;
}

#cpt-detail .cate {
   position: relative;
}

#cpt-detail .the_title {
   line-height: 40px;
   border-bottom: 2px solid #ddd;
   padding: 20px 0;
   position: relative;
}

#cpt-detail .the_content {
   padding-top: 50px;
}

#cpt-detail .the_content p img {
   width: auto;
   max-width: 100%;
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}

#cpt-detail .the_content p img.aligncenter {
   display: block;
   margin: 0 auto;
}

#cpt-detail .the_content p img.alignright {
   display: block;
   margin-left: auto;
}

#cpt-detail .the_content p img:last-child {
   margin-right: 0;
}

#cpt-detail .post-btn {
   width: 80px;
   font-weight: bold;
   line-height: 30px;
   text-align: center;
   box-sizing: content-box;
   margin: 50px auto 0;
   padding: 0 40px;
   position: relative;
}

#cpt-detail .post-btn a {
   display: block;
   background-color: #333;
   color: #fff;
   line-height: 30px;
}

#cpt-detail .post-btn .prev,
#cpt-detail .post-btn .next {
   width: 30px;
}

#cpt-detail .post-btn .prev {
   position: absolute;
   top: 0;
   left: 0;
}

#cpt-detail .post-btn .prev a {
   display: block;
   padding: 0;
}

#cpt-detail .post-btn .next {
   position: absolute;
   top: 0;
   right: 0;
}

#cpt-detail .post-btn .next a {
   display: block;
   padding: 0;
}

#cpt-detail .post-btn a:hover {
   background-color: #EBAECC;
   opacity: 1;
}

@media screen and (max-width: 991px) {
   #cpt-detail .the_content p img {
      display: block;
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img:last-child {
      margin: 0 auto;
   }
}

@media screen and (max-width: 767px) {
   #cpt-detail .the_title {
      line-height: 32px;
   }

   #cpt-detail .the_content p img {
      display: block;
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img.alignright {
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img:last-child {
      margin: 0 auto !important;
   }

   #cpt-detail .the_content {
      padding-top: 20px;
   }

   #cpt-detail .post-btn {
      margin: 50px auto 0;
   }
}

/* -- -- */
/*
 * 私たちについて 
*=============================================*/
/* -- -- */
#greeting .txt {
   padding-top: 40px;
}

#greeting .txt p+p {
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #greeting .txt {
      padding-top: 20px;
   }

   #greeting .txt p+p {
      padding-top: 20px;
   }
}

/* -- -- */
#philosophy .txt,
#guidelines .txt {
   padding-top: 40px;
}

#philosophy .txt p+p,
#guidelines .txt p+p {
   padding-top: 40px;
}

@media screen and (max-width: 767px) {

   #philosophy .txt,
   #guidelines .txt {
      padding-top: 20px;
   }

   #philosophy .txt p+p,
   #guidelines .txt p+p {
      padding-top: 20px;
   }
}

/* -- -- */
#company__profile .tb-style {
   max-width: 800px;
   margin: 0 auto;
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #company__profile .tb-style {
      padding-top: 20px;
   }
}

/* -- -- */
#gmap1 {
   height: 960px;
}

#gmap1>* {
   display: block;
   width: 100%;
   height: 100%;
}

@media screen and (max-width: 767px) {
   #gmap1 {
      height: calc(100vw + 100px);
   }
}

/* -- -- */
/*
 * アクセスマップ 
*=============================================*/
[id*="access__facility"] .d-flex {
   align-items: flex-end;
   gap: 30px 5vw;
   padding-top: 50px;
}

[id*="access__facility"] .tb-style {
   width: calc(100% - (280px + 5vw));
}

[id*="access__facility"] #gmap {
   padding-top: 50px;
}

#access__facility01 {
   padding-top: 120px;
}

@media screen and (max-width: 991px) {
   [id*="access__facility"] .d-flex {
      justify-content: center;
   }

   [id*="access__facility"] .tb-style {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   [id*="access__facility"] .d-flex {
      padding-top: 20px;
   }

   [id*="access__facility"] #gmap {
      padding-top: 30px;
   }

   #access__facility01 {
      padding-top: 50px;
   }
}

/* -- -- */
/*
 * アクセスマップ 
*=============================================*/
.staff__list .item {
   position: relative;
}

.staff__list .item .photo {
   width: 65%;
   margin-right: -12.5%;
}

.staff__list .item .photo img {
   height: 100%;
   object-fit: cover;
   border-radius: 0 15px 15px 0;
}

.staff__list .item .box {
   width: 37.5%;
   background-color: #fff;
   border-radius: 15px;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   padding: 5vw;
   margin: 5vw 0;
}

.staff__list .item .tag {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   padding-top: 20px;
}

.staff__list .item .tag span {
   min-width: 205px;
   background-color: #faeff4;
   color: #d480a9;
   border-radius: 50px;
   text-align: center;
   box-sizing: border-box;
   padding: 5px 10px;
}

.staff__list .item .txt {
   padding-top: 40px;
}

.staff__list .item.img_r {
   flex-direction: row-reverse;
}

.staff__list .item.img_r .photo {
   margin-left: -12.5%;
   margin-right: 0;
}

.staff__list .item.img_r .photo img {
   border-radius: 15px 0 0 15px;
}

@media screen and (max-width: 991px) {
   .staff__list .item {
      justify-content: center;
   }

   .staff__list .item .box {
      width: 80%;
      margin: 0;
      border-radius: 0 0 15px 15px;
   }

   .staff__list .item .photo {
      width: 80%;
      margin-right: 0;
   }

   .staff__list .item .photo img {
      border-radius: 15px 15px 0 0;
   }

   .staff__list .item.img_r {
      flex-direction: row;
   }

   .staff__list .item.img_r .photo {
      margin-left: 0;
   }

   .staff__list .item.img_r .photo img {
      border-radius: 15px 15px 0 0;
   }
}

@media screen and (max-width: 767px) {
   .staff__list .item .box {
      width: 90%;
   }

   .staff__list .item .tag span {
      width: 145px;
   }

   .staff__list .item .txt {
      padding-top: 20px;
   }

   .staff__list .item .photo {
      width: 90%;
   }
}

/* -- -- */
/*
 * サービス 
*=============================================*/
#service__lead {
   padding: 100px 0;
}

#service__lead .txt {
   max-width: 1240px;
   margin: 0 auto;
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #service__lead {
      padding: 50px 0;
   }

   #service__lead .txt {
      text-align: justify;
      padding-top: 20px;
   }
}

/* -- -- */
#facility {
   padding-bottom: 120px;
}

#facility .box-column1 {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #facility {
      padding-bottom: 50px;
   }

   #facility .box-column1 {
      padding-top: 20px;
   }
}

/* -- -- */
#facility__reason .wrap {
   background-color: #fff;
   border-top: 8px solid #EBAECC;
   border-radius: 10px;
   padding: 90px 6.25% 100px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#facility__reason .box-img {
   padding-top: 50px;
}

#facility__reason .box-img .list-dot {
   padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
   #facility__reason .wrap {
      padding: 30px 4vw;
   }

   #facility__reason .box-img {
      padding-top: 20px;
   }
}

/* -- -- */
#features .box-column1,
#features .box-column2 {
   justify-content: center;
   padding-top: 50px;
}

#features .block {
   padding-top: 100px;
}

#features .block h3 {
   display: inline-block;
   width: 330px;
   background-color: #faeff4;
   color: #d480a9;
   border-radius: 50px;
   padding: 13px 0;
}

#features .block .txt {
   padding-top: 40px;
}

#features .block .txt p+p {
   padding-top: 40px;
}

#features .block .box {
   gap: 30px 5vw;
   padding-top: 50px;
}

#features .block .box .video-ytb {
   width: calc(50% - 2.5vw);
   padding-top: 28%;
}

@media screen and (max-width: 767px) {

   #features .box-column1,
   #features .box-column2 {
      padding-top: 20px;
   }

   #features .block {
      padding-top: 50px;
   }

   #features .block h3 {
      width: 280px;
   }

   #features .block .txt {
      padding-top: 20px;
   }

   #features .block .txt p+p {
      padding-top: 20px;
   }

   #features .block .box {
      padding-top: 30px;
   }

   #features .block .box .video-ytb {
      width: 100%;
      padding-top: 56%;
   }
}

/* -- -- */
#monthly-event .box-column2 {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #monthly-event .box-column2 {
      padding-top: 20px;
   }
}

/* -- -- */
#other-event .box-column1 {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #other-event .box-column1 {
      padding-top: 20px;
   }
}

/* -- -- */
#service__price {
   background-color: #fceaf2;
}

#service__price .wrap {
   gap: 30px 5vw;
}

#service__price .col {
   width: calc(50% - 2.5vw);
}

#service__price table {
   width: 100%;
   margin-top: 40px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
   border-radius: 15px;
   overflow: hidden;
}

#service__price table th,
#service__price table td {
   vertical-align: middle;
   box-sizing: border-box;
   text-align: left;
   padding: 25px 15px;
}

#service__price table th {
   width: 30%;
   background-color: #e4aac7;
   color: #fff;
   font-weight: bold;
}

#service__price table td {
   background-color: #fff;
}

#service__price table tr+tr th {
   border-top: 1px solid #f0e0e8;
}

#service__price table tr+tr td {
   border-top: 1px solid #f0e0e8;
}

#service__price .box {
   background-color: #fff;
   border: 2px solid #e4aac6;
   border-radius: 15px;
}

#service__price .box+.box {
   margin-top: 50px;
}

#service__price .box h3 {
   background-color: #e4aac6;
   color: #fff;
   border-radius: 10px 10px 0 0;
   padding: 12px 20px;
}

#service__price .box ul {
   gap: 0 10px;
   padding: 30px 20px;
}

@media screen and (max-width: 991px) {
   #service__price .col {
      width: 100%;
   }

   #service__price .box+.box {
      margin-top: 30px;
   }

   #service__price table {
      margin-top: 30px;
   }
}

@media screen and (max-width: 767px) {

   #service__price table th,
   #service__price table td {
      padding: 5px 10px;
   }

   #service__price table th {
      width: 40%;
   }
}

/* -- -- */
#overview .wrap {
   flex-direction: row-reverse;
   gap: 30px 5vw;
}

#overview .c-flex {
   justify-content: center;
}

#overview .col,
#overview .photo {
   width: calc(50% - 2.5vw);
}

#overview .txt {
   padding-top: 40px;
}

#overview .txt+.h2 {
   padding-top: 60px;
}

#overview .tb-style {
   padding-top: 40px;
}

#overview .tb-style+.h2 {
   padding-top: 70px;
}

#overview .tb-style table {
   padding-top: 40px;
   border: 1px solid #f0e0e8;
   width: 100%;
}

#overview .tb-style table th {
   border-right: 1px solid #f0e0e8;
   width: 70%;
   padding: 10px 15px;
   text-align: left;
   text-indent: 1em;
   font-weight: bold;
}

#overview .tb-style table td {
   text-align: center;
}

#overview .tb-style table tr:not(:last-child) {
   border-bottom: 1px solid #f0e0e8;
}

#overview2 h3 {
   display: inline-block;
   width: fit-content;
   background-color: #faeff4;
   color: #d480a9;
   border-radius: 50px;
   padding: 13px 25px;
   font-size: 30px;
}

#overview2 ul {
   padding-top: 100px;
   display: block;
   width: fit-content;
   color: #d480a9;
   margin: 0 auto;
}

#overview2 ul.animated li {
   transform: translateX(0);
   opacity: 1;
}

#overview2 ul.animated li:nth-of-type(1) {
   transition-delay: .4s;
}

#overview2 ul.animated li:nth-of-type(2) {
   transition-delay: .8s;
}

#overview2 ul.animated li:nth-of-type(3) {
   transition-delay: 1.2s;
}

#overview2 ul.animated li:nth-of-type(4) {
   transition-delay: 1.6s;
}

#overview2 ul.animated li:nth-of-type(5) {
   transition-delay: 2s;
}

#overview2 ul li {
   display: flex;
   gap: .5em;
   font-size: 28px;
   font-weight: bold;
   align-items: center;
   justify-content: flex-start;
   margin-bottom: 1.2em;
   transition: .8s;
   transform: translateX(50px);
   opacity: 0;
}

#overview2 ul li::before {
   content: "";
   display: block;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background-color: #d480a9;
}

#overview2 .text {
   padding-top: 40px;
   font-size: 24px;
   width: 75%;
   margin: 0 auto;
   line-height: 1.4;
}

@media screen and (max-width: 768px) {
   #overview2 h3 {
      font-size: 3.3854vw;
   }

   #overview2 .text {
      width: 100%;
      font-size: 4.3636vw;
   }

   #overview2 ul {
      padding-top: 6.5104vw;
   }

   #overview2 ul li {
      font-size: 3.125vw;
   }

   #overview2 ul li::before {
      flex: none;
   }

}

@media screen and (max-width: 550px) {
   #overview2 h3 {
      font-size: 3.2854vw;
   }

   #overview2 ul li {
      font-size: 2.852vw;
   }

   #overview2 ul li::before {
      flex: none;
      width: 5.454545454vw;
      height: 5.454545454vw;
   }

}

#overview3 {
   background-color: #fceaf2;
}

#overview3 h2 {
   margin-bottom: 80px;
   display: block;
   width: fit-content;
   background-color: #d480a9;
   color: #fff;
   border-radius: 50px;
   padding: 13px 25px;
   margin-left: auto;
   margin-right: auto;
   font-size: 30px;
}

#overview3 dl {
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
   border-radius: 15px;
   background-color: #fff;
   padding: 15px;

}

#overview3 dl dt img {
   aspect-ratio: 457 / 305;
   object-fit: cover;
   border-radius: 15px;
}

#overview3 dl dd {
   display: flex;
   flex-direction: column;
   font-size: 24px;
   font-weight: bold;
   padding-top: 15px;
   color: #d480a9;
}

#overview3 dl dd span {
   font-size: 16px;
   font-weight: normal;
   color: #000;
   padding-top: 5px;
}

@media screen and (max-width: 768px) {

   #overview3 h2 {
      font-size: 3.3854vw;
   }

   #overview3 dl {
      width: calc((100% - 30px) / 2);
   }
}

@media screen and (max-width: 550px) {

   #overview3 h2 {
      font-size: 3.3854vw;
   }

   .box-column3 {
      gap: 0;
   }

   #overview3 dl {
      width: 100%;
   }
}

#overview4 {
   background-color: #fceaf2;
   padding-top: 120px;
   padding-bottom: 120px;
}

#overview4 .d-flex {
   gap: 30px;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

#overview4 .ttl {
   display: block;
   width: fit-content;
   background-color: #d480a9;
   color: #fff;
   border-radius: 50px;
   padding: 13px 25px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 80px;
}

#overview4 .wrap {
   gap: 30px 5vw;
   width: calc((100% - 30px) / 2);
}

#overview4 .col {
   width: calc(50% - 2.5vw);
}

#overview4 table {
   width: 100%;
   margin-top: 40px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
   border-radius: 15px;
   overflow: hidden;
}

#overview4 table th,
#overview4 table td {
   vertical-align: middle;
   box-sizing: border-box;
   text-align: left;
   padding: 25px 15px;
}

#overview4 table th {
   width: 30%;
   background-color: #e4aac7;
   color: #fff;
   font-weight: bold;
}

#overview4 table td {
   background-color: #fff;
}

#overview4 table tr+tr th {
   border-top: 1px solid #f0e0e8;
}

#overview4 table tr+tr td {
   border-top: 1px solid #f0e0e8;
}

#overview4 .box {
   background-color: #fff;
   border: 2px solid #e4aac6;
   border-radius: 15px;
}

#overview4 .box+.box {
   margin-top: 50px;
}

#overview4 .box h3 {
   background-color: #e4aac6;
   color: #fff;
   border-radius: 10px 10px 0 0;
   padding: 12px 20px;
}

#overview4 .box ul {
   gap: 0 10px;
   padding: 30px 20px;
}







.box-column3 {
   gap: 30px;
}

.box-column3>* {
   width: calc((100% - 60px) / 3);
   box-sizing: border-box;
}

@media screen and (max-width: 991px) {
   #overview4 .col {
      width: 100%;
   }

   #overview4 .box+.box {
      margin-top: 30px;
   }

   #overview4 table {
      margin-top: 30px;
   }
}

@media screen and (max-width: 767px) {

   #overview4 table th,
   #overview4 table td {
      padding: 5px 10px;
   }

   #overview4 table th {
      width: 40%;
   }

   #overview4 .d-flex {
      flex-direction: column;
      width: 90%;
   }

   #overview4 .wrap {
      width: 100%;
   }
}

@media screen and (max-width: 991px) {

   #overview .col,
   #overview .photo {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   #overview .txt {
      padding-top: 20px;
   }

   #overview .txt+.h2 {
      padding-top: 40px;
   }

   #overview .tb-style {
      padding-top: 20px;
   }

   #overview .tb-style+.h2 {
      padding-top: 40px;
   }
}

/* -- -- */
#gmap {
   width: 100%;
   height: 720px;
   padding-bottom: 120px;
}

#gmap>* {
   display: block;
   width: 100%;
   height: 100%;
}

@media screen and (max-width: 767px) {
   #gmap {
      height: 100vw;
      padding-bottom: 50px;
   }
}

/* -- -- */
#area .txt {
   padding-top: 50px;
}

#area #gmap {
   padding: 50px 0 0;
}

@media screen and (max-width: 767px) {
   #area .txt {
      padding-top: 20px;
   }

   #area #gmap {
      padding: 30px 0 0;
   }
}

/* -- -- */
/*
 * 採用情報 
*=============================================*/
@media screen and (max-width: 991px) {
   #recruit__message h2 {
      text-align: center;
   }
}

/* -- -- */
#recruit__staff .box-column1 {
   justify-content: center;
   padding-top: 50px;
}

#recruit__staff .box-column1 .item {
   position: relative;
}

#recruit__staff .box-column1 .join {
   display: inline-block;
   background-color: #faeff4;
   color: #d480a9;
   border-radius: 50px;
   text-align: center;
   box-sizing: border-box;
   padding: 5px 20px;
   position: absolute;
   top: 10px;
   left: 10px;
   z-index: 1;
}

#recruit__staff .box-column1 .name {
   padding-top: 20px;
}

#recruit__staff .button {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #recruit__staff .box-column1 {
      padding-top: 20px;
   }

   #recruit__staff .button {
      padding-top: 30px;
   }
}

/* -- -- */
#recruit__attractive .box-column2 {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #recruit__attractive .box-column2 {
      padding-top: 20px;
   }
}

/* -- -- */
#recruit__info {
   padding-bottom: 120px;
}

#recruit__info .tabs-switch {
   max-width: 800px;
   margin: 0 auto;
   padding-top: 50px;
}

#recruit__info .tab-link {
   display: flex;
   flex-wrap: wrap;
   gap: 0 30px;
}

#recruit__info .tab-link li {
   display: flex;
   justify-content: center;
   align-items: center;
   width: calc(33.33% - 20px);
   background-color: #333;
   color: #fff;
   text-align: center;
   padding: 14px 0;
   transition: all 0.3s;
}

#recruit__info .tab-link li.active {
   background-color: #EBAECC;
}

#recruit__info .tab-link li:hover {
   opacity: 0.7;
}

#recruit__info .tab-content {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #recruit__info {
      padding-bottom: 50px;
   }

   #recruit__info .tabs-switch {
      padding-top: 20px;
   }

   #recruit__info .tab-link {
      gap: 10px;
   }

   #recruit__info .tab-link li {
      width: calc(33.33% - 7px);
      font-size: 13px;
      line-height: 20px;
      padding: 10px 0;
   }

   #recruit__info .tab-link li:hover {
      opacity: 1;
   }

   #recruit__info .tab-content {
      padding-top: 30px;
   }
}

/* -- -- */
/*
 * プライバシーポリシー  
*=============================================*/
#privacy__detail p {
   padding-bottom: 40px;
}

#privacy__detail p:last-child {
   padding-bottom: 0;
}

#privacy__detail ol {
   margin-top: -40px;
   padding-bottom: 40px;
}

#privacy__detail ol li {
   text-indent: -52px;
   padding-left: 52px;
}

@media screen and (max-width: 767px) {
   #privacy__detail p {
      padding-bottom: 20px;
   }

   #privacy__detail ol {
      padding-bottom: 20px;
      margin-top: -20px;
   }

   #privacy__detail ol li {
      text-indent: -44px;
      padding-left: 44px;
   }
}

/* -- -- */
/*
 * お問い合わせ 
*=============================================*/
/* -- -- */
#mailform {
   padding: 120px 0;
}

.select {
   display: flex;
   width: 100%;
   background-color: #fff;
   border: 1px solid #9F9F9F;
   box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
   border-radius: 5px;
   position: relative;
}

.select select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   border: 0;
   box-shadow: none;
   font-weight: bold;
   line-height: 30px;
   padding: 0px 30px 0px 14px;
   background: transparent;
   border: 0;
   cursor: pointer;
}

.select select::-ms-expand {
   display: none;
}

.select:after {
   content: '';
   background: url("../img/common/arrow-down.svg") no-repeat center top/cover;
   width: 13px;
   height: 8px;
   position: absolute;
   top: 11px;
   right: 10px;
}

.select .error {
   position: absolute;
   top: 100%;
   left: 0;
}

.mwform-checkbox-field span,
.mwform-checkbox-field label {
   display: block;
   font-weight: bold;
   cursor: pointer;
}

.mwform-checkbox-field input {
   display: none;
}

.mwform-checkbox-field .mwform-checkbox-field-text {
   position: relative;
   padding-left: 22px;
}

.mwform-checkbox-field .mwform-checkbox-field-text:before {
   content: '';
   width: 17px;
   height: 17px;
   border-radius: 5px;
   background-color: #fff;
   border: 1px solid #9F9F9F;
   box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
   position: absolute;
   top: 0;
   left: 0;
   box-sizing: border-box;
}

.mwform-checkbox-field .mwform-checkbox-field-text:after {
   content: '';
   width: 11px;
   height: 11px;
   background-color: #9F9F9F;
   border-radius: 2px;
   position: absolute;
   top: 3px;
   left: 3px;
   display: none;
}

.mwform-checkbox-field input:checked~.mwform-checkbox-field-text:after {
   display: block;
}

.form-wrap {
   background-color: #fff;
   color: #000;
   font-weight: bold;
   letter-spacing: 0.05em;
   line-height: 20px;
   padding: 100px;
   margin-top: 65px;
}

.form-input {
   max-width: 800px;
   margin: 0 auto;
}

.form-input input:not([type="checkbox"], [type="radio"]),
.form-input textarea {
   display: block;
   width: 100%;
   background-color: #fff;
   border: 1px solid #9F9F9F;
   box-sizing: border-box;
   font-weight: 500;
   line-height: 30px;
   border-radius: 5px !important;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   padding: 5px 14px;
}

.form-input textarea {
   height: 200px;
   resize: vertical;
   padding: 5px 20px;
}

.form-input dl {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   border-bottom: 1px solid #f0e0e8;
   padding: 24px 0;
}

.form-input dl dt {
   width: 250px;
   font-weight: bold;
   box-sizing: border-box;
   position: relative;
}

.form-input dl dt .required {
   font-size: 12px;
   color: #B70000;
}

.form-input dl dt small {
   font-size: 11px;
   color: #5C5C5C;
}

.form-input dl dd {
   width: calc(100% - 250px);
}

.form-input dl dd p+p {
   padding-top: 10px;
}

.form-input ::-webkit-input-placeholder {
   color: #333;
   position: relative;
   top: 2px;
}

.form-input ::-moz-placeholder {
   color: #333;
   position: relative;
   top: 2px;
}

.form-input :-ms-input-placeholder {
   color: #333;
   position: relative;
   top: 2px;
}

.form-input :-moz-placeholder {
   color: #333;
   position: relative;
   top: 2px;
}

.form-input .error {
   font-size: 12px !important;
   line-height: 1.2;
   padding-top: 5px;
}

.form-btn {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   gap: 20px;
   padding-top: 50px;
}

.form-btn button {
   display: block;
   width: 250px;
   height: 52px;
   text-align: center;
   background-color: #EBAECC;
   color: #fff;
   font-weight: bold;
   letter-spacing: 0.05em;
   line-height: 20px;
   border-radius: 5px;
   border: 0;
   cursor: pointer;
   transition: all 0.3s;
}

.form-btn button:hover {
   opacity: 0.7;
}

.form-btn button[name="submitBack"] {
   background: #ddd;
}

.mw_wp_form_preview .select {
   border: 0;
   box-shadow: none;
}

.mw_wp_form_preview .select:after {
   display: none;
}

@media screen and (max-width: 767px) {
   #mailform {
      padding: 50px 0;
   }

   .form-wrap {
      margin-top: 30px;
      padding: 20px 20px 50px;
   }

   .form-input dl {
      padding: 15px 0;
   }

   .form-input dl dt {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 100%;
   }

   .form-input dl dd {
      width: 100%;
      padding-top: 10px;
   }

   .form-btn {
      padding-top: 50px;
   }
}

/* -- -- */
#txt_thanks {
   text-align: center;
   padding: 120px 0;
}

#txt_thanks h2 {
   margin-bottom: 50px;
}

#txt_thanks p {
   padding-bottom: 20px;
}

#txt_thanks p:last-child {
   padding-top: 30px;
   padding-bottom: 0;
}

@media screen and (max-width: 767px) {
   #txt_thanks {
      text-align: left;
      padding: 40px 0 70px;
   }

   #txt_thanks h2 {
      text-align: center;
      margin-bottom: 30px;
   }

   #txt_thanks p {
      font-size: 14px;
      padding-bottom: 20px;
   }

   #txt_thanks p:last-child {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 0px;
   }
}