@charset "UTF-8";
/* 
Theme Name: SERUM child
Template:serum_tcd096
Author: Ignition-inc
Version: 1.0
*/
/*
========================================
背景画像webp化
=========================================
*/
/*
========================================
    基本設計
=========================================
*/
body {
  color: #202020;
  background: #fff;
}

body, input, textarea {
  font-weight: normal !important;
  font-family: zen-kaku-gothic-new, sans-serif !important;
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 2px #ececec;
}

::-webkit-scrollbar-thumb {
  background: #DDAB56;
  border-radius: 15px;
  box-shadow: inset 0 0 0 4px #fff;
}

ul li:first-child {
  margin-top: 0 !important;
}

/*
========================================
  削除設計
=========================================
*/
.br-pc {
  display: none;
}

.span-pc {
  display: none;
}

.div-pc {
  display: none;
}

.a-pc {
  display: none;
}

.p-pc {
  display: none;
}

.section-pc {
  display: none;
}

.img-pc {
  display: none;
}

/* medium screen */
@media screen and (min-width: 930px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .span-sp {
    display: none;
  }
  .span-pc {
    display: inline-block;
  }
  .div-sp {
    display: none;
  }
  .div-pc {
    display: block;
  }
  .a-sp {
    display: none;
  }
  .a-pc {
    display: block;
  }
  .p-sp {
    display: none;
  }
  .p-pc {
    display: block;
  }
  .img-sp {
    display: none;
  }
  .img-pc {
    display: inline;
  }
  .section-sp {
    display: none;
  }
  .section-pc {
    display: block;
  }
}
/*
========================================
  単色、文字サイズ
=========================================
*/
h1.com {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: #DDAB56;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 930px) {
  h1.com {
    font-size: 32px;
    line-height: 1.4375;
    letter-spacing: 0.04em;
    text-align: unset;
  }
}

p.com {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #202020;
}
@media screen and (min-width: 930px) {
  p.com {
    font-size: 16px;
    line-height: 2.375;
  }
}

.orange {
  color: #DDAB56;
}

.paleblack {
  color: #383F3E;
}

.paleblue {
  color: #98A6B5;
}

/*
========================================
  フォント
=========================================
*/
.font-small {
  font-size: 15px;
}

/*
========================================
  ・・・で文を省略
=========================================
*/
.txt-overflow-lines-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.txt-overflow-lines-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/*
========================================
  余白
=========================================
*/
.mt-0 {
  margin-top: 0;
}

.mt-3 {
  margin-top: 30px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-8 {
  margin-top: 80px;
}

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

.center {
  margin-left: auto;
  margin-right: auto;
}

/*
========================================
  ユーティリティクラス
=========================================
*/
/*
========================================
  ボタン
=========================================
*/
.c-btn {
  width: 200px !important;
  height: 50px !important;
}
@media screen and (min-width: 930px) {
  .c-btn {
    width: 150px !important;
  }
}

#footer_image_carousel {
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  #footer_image_carousel {
    margin-top: 200px;
  }
}

/*
========================================
  サイドボタン
=========================================
*/
body.open_header #header:after,
body.hide_page_header #header:after {
  background: #DDAB56;
}

#side_icon_button > div:nth-child(1) > a {
  border-top: 1px solid #DDAB56 !important;
  background-color: rgba(221, 171, 86, 0.8);
}
#side_icon_button > div:nth-child(1) > a::before {
  color: #fff;
}
#side_icon_button > div:nth-child(1) > a span {
  color: #fff;
}
#side_icon_button > div:nth-child(1) > a:hover {
  background-color: #DDAB56;
  background-color: #b5832e;
}
#side_icon_button > div:nth-child(1) > a:hover::before {
  opacity: 1;
}
#side_icon_button > div:nth-child(1) > a:hover span {
  opacity: 1;
}

#side_icon_button a {
  border-color: #DDAB56;
}
#side_icon_button a span {
  font-weight: normal;
  color: #3B4043;
}
#side_icon_button a span.google_icon {
  color: #DDAB56;
  font-size: 35px;
}

#container {
  border-left: 1px solid #DDAB56;
  border-right: 1px solid #DDAB56;
}

/*
========================================
  コンタクトボタン
=========================================
*/
.contactbtn {
  margin: 50px auto 0;
}
@media screen and (min-width: 930px) {
  .contactbtn {
    margin-top: 100px;
  }
}
.contactbtn h2 {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 930px) {
  .contactbtn h2 {
    font-size: 20px;
  }
}
.contactbtn a {
  width: 255px;
  height: 75px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}
@media screen and (min-width: 930px) {
  .contactbtn a {
    width: 290px;
    height: 85px;
    margin: 35px auto 0;
  }
}
.contactbtn a .txtcontainer {
  width: 120px;
  height: auto;
  margin-right: 50px;
  text-align: left;
}
@media screen and (min-width: 930px) {
  .contactbtn a .txtcontainer {
    width: 140px;
  }
}
.contactbtn a .txtcontainer h3 {
  font-size: 16px;
  color: #383F3E;
  font-weight: normal;
  transition: all 0.1s ease;
}
@media screen and (min-width: 930px) {
  .contactbtn a .txtcontainer h3 {
    font-size: 20px;
  }
}
.contactbtn a .txtcontainer p {
  font-size: 12px;
  color: #383F3E;
  line-height: 1;
  margin-top: 10px;
  transition: all 0.1s ease;
}
@media screen and (min-width: 930px) {
  .contactbtn a .txtcontainer p {
    font-size: 14px;
  }
}
.contactbtn a .imgcontainer {
  width: 35px;
  height: 35px;
  background: url(./img/banner-arrow@2x.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 930px) {
  .contactbtn a .imgcontainer {
    width: 40px;
    height: 40px;
  }
}
.contactbtn a:hover h3 {
  color: #b5832e;
}
.contactbtn a:hover p {
  color: #b5832e;
}

/*
========================================
  area
=========================================
*/
.area {
  margin-top: 100px;
}
@media screen and (min-width: 930px) {
  .area {
    margin-top: 200px;
  }
}
.area .flexcontainer {
  width: 89.7435897436%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .area .flexcontainer {
    width: 930px;
    max-width: unset;
    height: 335px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.area .flexcontainer .txtcontainer {
  width: 100%;
}
@media screen and (min-width: 930px) {
  .area .flexcontainer .txtcontainer {
    width: 465px;
  }
}
.area .flexcontainer .txtcontainer .bgshadow {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 30px;
  border-radius: 6px;
}
@media screen and (min-width: 930px) {
  .area .flexcontainer .txtcontainer .bgshadow {
    padding: 37px 0;
  }
}
.area .flexcontainer .txtcontainer .bgshadow p {
  width: 95.7142857143%;
  margin: 0 auto;
  font-size: 12px;
}
@media screen and (min-width: 390px) {
  .area .flexcontainer .txtcontainer .bgshadow p {
    font-size: 14px;
  }
}
@media screen and (min-width: 930px) {
  .area .flexcontainer .txtcontainer .bgshadow p {
    font-size: 16px;
  }
}
.area .flexcontainer .txtcontainer .bgshadow p:last-child {
  margin-top: 15px;
}
.area .flexcontainer .txtcontainer p.com {
  font-size: 12px;
  margin-top: 30px;
}
@media screen and (min-width: 390px) {
  .area .flexcontainer .txtcontainer p.com {
    font-size: 14px;
  }
}
@media screen and (min-width: 930px) {
  .area .flexcontainer .txtcontainer p.com {
    font-size: 16px;
  }
}
.area .flexcontainer .imgcontainer {
  width: 85.7142857143%;
  margin: 50px auto 0;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .area .flexcontainer .imgcontainer {
    width: 323px;
    margin: unset;
  }
}
.area .flexcontainer .imgcontainer img {
  width: 100%;
  height: auto;
}

/*
========================================
  info
=========================================
*/
.info {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .info {
    margin-top: 200px;
  }
}
.info .inner {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .info .inner {
    width: 930px;
    max-width: unset;
  }
}
.info .inner .guidecontainer {
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .info .inner .guidecontainer {
    width: 100%;
    height: 345px;
    display: grid;
    grid-template-columns: 500px 425px;
    grid-template-rows: 290px 25px;
    justify-content: space-between;
    align-content: space-between;
  }
}
.info .inner .guidecontainer .imgcontainer {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .info .inner .guidecontainer .imgcontainer {
    max-width: unset;
    margin: unset;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.info .inner .guidecontainer .imgcontainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info .inner .guidecontainer p {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #383F3E;
}
@media screen and (min-width: 930px) {
  .info .inner .guidecontainer p {
    margin-top: unset;
    font-size: 16px;
    line-height: normal;
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.info .inner .mapbg {
  margin-top: 50px;
  width: 100%;
  max-width: 500px;
  background-color: rgba(221, 171, 86, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 930px) {
  .info .inner .mapbg {
    margin-top: unset;
    max-width: unset;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.info .inner .mapbg .mapcontainer {
  width: 88.8571428571%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .info .inner .mapbg .mapcontainer {
    width: 375px;
    height: 240px;
    margin: unset;
  }
}
.info .inner .mapbg .mapcontainer .map {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 63%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .info .inner .mapbg .mapcontainer .map {
    padding-top: 0;
    height: 100%;
  }
}
.info .inner .mapbg .mapcontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer .banner ul {
  width: 65.3846153846%;
  height: auto;
  min-width: 255px;
  max-width: 300px;
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  footer .banner ul {
    width: 900px;
    max-width: unset;
    margin: 200px auto 0;
    display: flex;
  }
}
footer .banner ul li {
  width: 100%;
  height: 75px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 20px;
}
@media screen and (min-width: 930px) {
  footer .banner ul li {
    width: 290px;
    height: 85px;
    margin: 0 0 0 30px;
  }
  footer .banner ul li:first-child {
    margin-left: 0px;
  }
}
footer .banner ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
footer .banner ul li a .txtcontainer {
  width: 145px;
  margin-right: 25px;
}
@media screen and (min-width: 930px) {
  footer .banner ul li a .txtcontainer {
    width: 170px;
  }
}
footer .banner ul li a .txtcontainer h3 {
  font-size: 16px;
  color: #383F3E;
  transition: all 0.1s ease;
  font-weight: 500;
}
@media screen and (min-width: 930px) {
  footer .banner ul li a .txtcontainer h3 {
    font-size: 20px;
  }
}
footer .banner ul li a .txtcontainer p {
  font-size: 12px;
  color: #383F3E;
  margin-top: 5px;
  transition: all 0.1s ease;
  font-weight: normal;
}
@media screen and (min-width: 930px) {
  footer .banner ul li a .txtcontainer p {
    font-size: 14px;
  }
}
footer .banner ul li a .imgcontainer {
  width: 35px;
  height: 35px;
  background: url(./img/banner-arrow@2x.png) no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
@media screen and (min-width: 930px) {
  footer .banner ul li a .imgcontainer {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 930px) {
  footer .banner ul li a:hover h3 {
    color: #b5832e;
  }
  footer .banner ul li a:hover p {
    color: #b5832e;
  }
}
footer .menu-info {
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  footer .menu-info {
    margin-top: 100px;
  }
}
footer .menu-info .inner {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner {
    max-width: unset;
    width: 900px;
  }
}
@media screen and (min-width: 1100px) {
  footer .menu-info .inner {
    width: 1100px;
  }
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .flexcontainer {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 256px 688px;
  }
}
@media screen and (min-width: 1100px) {
  footer .menu-info .inner .flexcontainer {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
}
footer .menu-info .inner .flexcontainer .imgcontainer {
  width: 123px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .flexcontainer .imgcontainer {
    width: 256px;
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
    margin: unset;
  }
}
footer .menu-info .inner .flexcontainer .imgcontainer a {
  display: flex;
  width: 100%;
  height: auto;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .flexcontainer .imgcontainer a:hover {
    opacity: 0.5;
  }
}
footer .menu-info .inner .flexcontainer .imgcontainer a img {
  width: 100%;
  height: auto;
}
footer .menu-info .inner .flexcontainer table {
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .flexcontainer table {
    margin-top: 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
footer .menu-info .inner .flexcontainer table td,
footer .menu-info .inner .flexcontainer table th {
  color: #383F3E;
  font-size: 14px;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .flexcontainer table td,
  footer .menu-info .inner .flexcontainer table th {
    font-size: 16px;
  }
}
footer .menu-info .inner .flexcontainer table th {
  font-weight: normal;
  padding-right: 20px;
  color: #DDAB56;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .flexcontainer table th {
    padding-right: 25px;
  }
}
footer .menu-info .inner .flexcontainer table td {
  color: #383F3E;
  line-height: 1.5714285714;
  padding-bottom: 20px;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .flexcontainer table td {
    line-height: 1.75;
  }
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .renkei {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
footer .menu-info .inner .renkei h4 {
  font-weight: normal;
  color: #DDAB56;
  font-size: 14px;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .renkei h4 {
    font-size: 16px;
  }
}
footer .menu-info .inner .renkei ul {
  margin-top: 10px;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .renkei ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
footer .menu-info .inner .renkei ul li {
  width: 260px;
  height: 40px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px #DDAB56;
  margin-top: 10px;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .renkei ul li {
    width: 216px;
    height: 45px;
    margin-top: 0;
  }
}
footer .menu-info .inner .renkei ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #383F3E;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .renkei ul li a:hover {
    color: #b5832e;
  }
}
footer .menu-info .inner .renkei .other {
  font-size: 14px;
  position: relative;
  padding-right: 35px;
  color: #383F3E;
  margin: 20px 0 0 auto;
  display: block;
  width: 180px;
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .renkei .other {
    font-size: 16px;
    padding-right: 40px;
    margin-top: 25px;
    width: 200px;
  }
  footer .menu-info .inner .renkei .other:hover {
    color: #b5832e;
  }
}
footer .menu-info .inner .renkei .other::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url(./img/banner-arrow@2x.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 930px) {
  footer .menu-info .inner .renkei .other::after {
    width: 30px;
    height: 30px;
  }
}
footer .footer-global {
  margin-top: 100px;
  width: 100%;
  height: auto;
  background-color: #DDAB56;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 930px) {
  footer .footer-global {
    padding-bottom: 105px;
  }
}
footer .footer-global::after {
  position: absolute;
  bottom: 25px;
  content: "";
  width: 100%;
  padding-top: 23.8461538462%;
  background-image: url(./img/footer-img-sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  pointer-events: none;
}
@media screen and (min-width: 930px) {
  footer .footer-global::after {
    max-width: 1100px;
    padding-top: 0;
    height: 100px;
    background-image: url(./img/footer-img.svg);
    background-size: cover;
    background-position: right bottom;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
footer .footer-global .inner {
  width: 89.7435897436%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  footer .footer-global .inner {
    width: auto;
    margin: unset;
    position: relative;
  }
}
@media screen and (min-width: 930px) {
  footer .footer-global .inner ul {
    display: grid;
    width: 800px;
    grid-template-columns: 300px 170px 185px;
    grid-template-rows: repeat(4, 24px);
    margin: 0 auto;
    row-gap: 20px;
    justify-content: space-between;
  }
}
footer .footer-global .inner ul li {
  padding-left: 10px;
  border-left: 1px solid #F6FCFF;
  margin-top: 20px;
}
@media screen and (min-width: 930px) {
  footer .footer-global .inner ul li {
    padding-left: 20px;
    height: 100%;
    margin-top: 0;
  }
}
footer .footer-global .inner ul li:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
footer .footer-global .inner ul li:nth-child(3) {
  grid-column: 1/2;
  grid-row: 3/4;
}
footer .footer-global .inner ul li:nth-child(4) {
  grid-column: 2/3;
  grid-row: 1/2;
}
footer .footer-global .inner ul li:nth-child(5) {
  grid-column: 2/3;
  grid-row: 2/3;
}
footer .footer-global .inner ul li:nth-child(6) {
  grid-column: 2/3;
  grid-row: 3/4;
}
footer .footer-global .inner ul li:nth-child(7) {
  grid-column: 2/3;
  grid-row: 4/5;
}
footer .footer-global .inner ul li:nth-child(8) {
  grid-column: 3/4;
  grid-row: 1/2;
}
footer .footer-global .inner ul li:nth-child(9) {
  grid-column: 3/4;
  grid-row: 2/3;
}
footer .footer-global .inner ul li:nth-child(10) {
  grid-column: 3/4;
  grid-row: 3/4;
}
footer .footer-global .inner ul li:nth-child(11) {
  grid-column: 3/4;
  grid-row: 4/5;
}
footer .footer-global .inner ul li a {
  color: #F6FCFF;
  font-size: 14px;
  display: inline-block;
  transition: all 0.1s;
}
@media screen and (min-width: 930px) {
  footer .footer-global .inner ul li a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
  }
  footer .footer-global .inner ul li a:hover {
    color: #383F3E;
  }
}
footer .footer-global .inner .copyright-sp {
  margin-top: 60px;
  color: #F6FCFF;
  font-size: 12px;
}
@media screen and (min-width: 930px) {
  footer .footer-global .inner .copyright-sp {
    display: none;
  }
}
footer .footer-global .copyright-pc {
  display: none;
}
@media screen and (min-width: 930px) {
  footer .footer-global .copyright-pc {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #F6FCFF;
    font-size: 14px;
    text-align: center;
  }
}

.topttl h1 {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 930px) {
  .topttl h1 {
    line-height: 1.4230769231;
    text-align: left !important;
  }
}
.topttl h1::before {
  content: "About";
  font-size: 50px;
  position: absolute;
  letter-spacing: normal;
  top: -50%;
  transform: translate(0, -50%);
  color: rgba(221, 171, 86, 0.1);
  font-family: "adobe-devanagari", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 390px) {
  .topttl h1::before {
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 930px) {
  .topttl h1::before {
    font-size: 100px;
    line-height: 1;
    transform: unset;
    top: -100px;
    left: 0px;
  }
}
@media screen and (min-width: 1100px) {
  .topttl h1::before {
    left: -65px;
  }
}
.topttl p {
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  width: 85.7142857143%;
  max-width: 500px;
  height: auto;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .topttl p {
    margin: 20px 0 0 0;
    max-width: unset;
    line-height: 1.875;
    letter-spacing: normal;
  }
}

.top-about {
  margin-top: 70px;
}
@media screen and (min-width: 930px) {
  .top-about {
    margin-top: 180px;
  }
}
.top-about .inner {
  width: 89.7435897436%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .top-about .inner {
    width: 930px;
  }
}
@media screen and (min-width: 930px) {
  .top-about .inner .gridcontainer {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: 465px 350px;
    grid-template-rows: 140px 1fr;
    -moz-column-gap: 115px;
         column-gap: 115px;
    row-gap: 30px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 930px) {
  .top-about .inner .gridcontainer .topttl {
    width: 465px;
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.top-about .inner .gridcontainer .topttl p {
  position: relative;
}
.top-about .inner .gridcontainer .topttl p::before {
  content: "";
  width: 87px;
  height: 87px;
  position: absolute;
  right: -10px;
  top: 36.9565217391%;
  background: url("./img/logo-img.svg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 930px) {
  .top-about .inner .gridcontainer .topttl p::before {
    width: 180px;
    height: 180px;
    right: 0;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1100px) {
  .top-about .inner .gridcontainer .topttl p::before {
    left: -90px;
  }
}
@media screen and (min-width: 930px) {
  .top-about .inner .gridcontainer .topttl p {
    width: 100%;
    max-width: unset;
    margin-top: 20px;
  }
}
.top-about .inner .gridcontainer .imgcontainer {
  width: 67.1428571429%;
  min-width: 235px;
  max-width: 500px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 10px #CDD6DD;
  margin: 35px auto 0;
  border-radius: 12px;
}
@media screen and (min-width: 930px) {
  .top-about .inner .gridcontainer .imgcontainer {
    width: 350px;
    height: 120px;
    grid-row: 1/3;
    grid-column: 2/3;
    margin: unset;
    align-self: center;
  }
}
.top-about .inner .gridcontainer .imgcontainer img {
  width: 168px;
  height: auto;
}
@media screen and (min-width: 930px) {
  .top-about .inner .gridcontainer .imgcontainer img {
    width: 242px;
    height: auto;
  }
}
.top-about .inner .gridcontainer .c-btnwrap {
  margin: 50px auto 0;
}
@media screen and (min-width: 930px) {
  .top-about .inner .gridcontainer .c-btnwrap {
    margin: unset;
    text-align: right;
  }
}
@media screen and (min-width: 930px) {
  .top-about .inner .gridcontainer .c-btnwrap .c-btn {
    width: 150px;
    height: 50px;
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.top-about .icatch {
  width: 100%;
  height: 170px;
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  .top-about .icatch {
    height: 335px;
    margin: 100px auto 0;
  }
}
.top-about .icatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right -100px bottom 0px;
     object-position: right -100px bottom 0px;
}
@media screen and (min-width: 930px) {
  .top-about .icatch img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.top-reason {
  margin-top: 100px;
}
@media screen and (min-width: 930px) {
  .top-reason {
    margin-top: 270px;
  }
}
@media screen and (min-width: 930px) {
  .top-reason .inner {
    width: 930px;
    margin: 0 auto;
  }
}
.top-reason .inner .topttl h1::before {
  content: "Feature";
}
@media screen and (min-width: 930px) {
  .top-reason .inner .topttl p {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 930px) {
  .top-reason .inner .c-btnwrap {
    text-align: right;
  }
}
.top-reason .icatch {
  margin-top: 50px;
  width: 100%;
  height: 128px;
}
@media screen and (min-width: 930px) {
  .top-reason .icatch {
    width: 100%;
    max-width: 930px;
    height: 335px;
    margin: 100px auto 0;
  }
}
.top-reason .icatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.top-family, .top-medical {
  margin-top: 100px;
}
@media screen and (min-width: 930px) {
  .top-family, .top-medical {
    margin-top: 200px;
  }
}
.top-family .container, .top-medical .container {
  width: 100%;
  height: auto;
  background: url(./img/top-family-pc.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 50px;
  border-radius: 20px;
}
@media screen and (min-width: 930px) {
  .top-family .container, .top-medical .container {
    max-width: 1100px;
    height: 690px;
    margin: 0 auto;
    padding-top: 240px;
    padding-bottom: 130px;
  }
}
.top-family .container .inner, .top-medical .container .inner {
  width: 89.7435897436%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .top-family .container .inner, .top-medical .container .inner {
    width: 930px;
  }
}
.top-family .container .inner .topttl h1, .top-medical .container .inner .topttl h1 {
  color: #fff;
  text-align: left !important;
}
.top-family .container .inner .topttl h1::before, .top-medical .container .inner .topttl h1::before {
  content: "";
  line-height: 1;
  font-size: 36px;
  width: 100%;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 390px) {
  .top-family .container .inner .topttl h1::before, .top-medical .container .inner .topttl h1::before {
    font-size: 40px;
  }
}
@media screen and (min-width: 930px) {
  .top-family .container .inner .topttl h1::before, .top-medical .container .inner .topttl h1::before {
    font-size: 100px;
    top: -100px;
    left: 0px;
    transform: unset;
  }
}
@media screen and (min-width: 1100px) {
  .top-family .container .inner .topttl h1::before, .top-medical .container .inner .topttl h1::before {
    left: -65px;
  }
}
.top-family .container .inner .topttl p, .top-medical .container .inner .topttl p {
  color: #fff;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 930px) {
  .top-family .container .inner .topttl p, .top-medical .container .inner .topttl p {
    width: 560px;
    margin: 30px auto 0 0;
  }
}
.top-family .container .c-btnwrap, .top-medical .container .c-btnwrap {
  margin: 35px auto 0;
}
@media screen and (min-width: 930px) {
  .top-family .container .c-btnwrap, .top-medical .container .c-btnwrap {
    text-align: right;
    margin: 0;
  }
}

.top-medical .container {
  background-image: url(./img/top-medical-pc.jpg);
}
@media screen and (min-width: 930px) {
  .top-medical .container {
    padding-top: 210px;
    padding-bottom: 100px;
  }
}
.top-medical .container .inner .topttl h1::before {
  content: "";
}

html.wf-active #content_builder > section.top-family > div > div > div.topttl > h1::before, html.wf-active #content_builder > section.top-medical > div > div > div.topttl > h1::before {
  content: "To the patient's family";
}

html.wf-active #content_builder > section.top-family > div > div > div.topttl > h1::before, html.wf-active #content_builder > section.top-medical > div > div > div.topttl > h1::before {
  content: "To medical personnel";
}

.top-column, .top-info, .top-recruit {
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (min-width: 930px) {
  .top-column, .top-info, .top-recruit {
    margin-top: 280px;
    margin-bottom: 100px;
  }
}
.top-column .inner, .top-info .inner, .top-recruit .inner {
  width: 89.7435897436%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .top-column .inner, .top-info .inner, .top-recruit .inner {
    width: 930px;
  }
}
.top-column .inner .topttl h1::before, .top-info .inner .topttl h1::before, .top-recruit .inner .topttl h1::before {
  content: "Column";
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 390px) {
  .top-column .inner .topttl h1::before, .top-info .inner .topttl h1::before, .top-recruit .inner .topttl h1::before {
    left: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 930px) {
  .top-column .inner .topttl h1::before, .top-info .inner .topttl h1::before, .top-recruit .inner .topttl h1::before {
    top: -105px;
    left: 0px;
    transform: unset;
  }
}
@media screen and (min-width: 1100px) {
  .top-column .inner .topttl h1::before, .top-info .inner .topttl h1::before, .top-recruit .inner .topttl h1::before {
    left: -90px;
  }
}
@media screen and (min-width: 930px) {
  .top-column .inner .topttl p, .top-info .inner .topttl p, .top-recruit .inner .topttl p {
    width: 100%;
  }
}
@media screen and (min-width: 930px) {
  .top-column .inner .c-btnwrap, .top-info .inner .c-btnwrap, .top-recruit .inner .c-btnwrap {
    text-align: right;
  }
}

.splide__list .category {
  background-color: #98A6B5;
  color: #fff;
}

.top-recruit .inner .topttl h1::before {
  content: "Recruit";
}
.top-recruit .inner .icatch {
  margin-top: 50px;
  width: 100%;
  height: 120px;
}
@media screen and (min-width: 930px) {
  .top-recruit .inner .icatch {
    width: 100%;
    max-width: 930px;
    height: 270px;
    margin: 100px auto 0;
  }
}
.top-recruit .inner .icatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.top-info .inner .topttl h1::before {
  content: "Guidance";
}
.top-info .inner .icatch {
  width: 100%;
  height: 226px;
  margin: 50px auto 0;
}
@media screen and (min-width: 930px) {
  .top-info .inner .icatch {
    width: 100%;
    max-width: 930px;
    height: 131px;
    margin: 100px auto 0;
  }
}
.top-info .inner .icatch picture {
  width: 100%;
  height: 100%;
}
.top-info .inner .icatch picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 930px) {
  .top-info .inner .icatch picture img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-info .inner .desc {
  font-size: 12px;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 930px) {
  .top-info .inner .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
  }
}

/*
========================================
 header
=========================================
*/
@media screen and (min-width: 1220px) {
  #menu-header {
    text-align: right !important;
    padding-right: min(5.9895833333%, 115px);
  }
}
#menu-header li a {
  color: #3B4043;
}
@media screen and (min-width: 1220px) {
  #menu-header li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  #menu-header li a {
    font-size: 16px;
  }
}

#header_logo {
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 1350px) {
  #header_logo {
    width: 210px;
    height: 210px;
  }
}
#header_logo a {
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 1350px) {
  #header_logo a {
    width: 210px;
    height: 210px;
  }
}

#header_logo2 > a {
  width: 170px;
  background: url(./img/A_logo_moji_yoko-m.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 800px) {
  #header_logo2 > a {
    width: auto;
    background: none;
  }
}

#header_logo2 > a > div.icon_image {
  margin-right: 0;
}
#header_logo2 > a > div.icon_image img.mobile {
  max-height: 45px;
  display: contents;
}
#header_logo2 > a > div.icon_image img.pc {
  transform: unset;
}

#header_logo2 > a > div.text_image {
  padding: 0;
}
#header_logo2 > a > div.text_image img.mobile {
  max-height: 45px;
  display: contents;
}
#header_logo2 > a > div.text_image img.pc {
  height: 90%;
  max-height: unset;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1220px) {
  #header_logo2 > a > div.text_image img.pc {
    display: none;
  }
}
@media screen and (min-width: 1350px) {
  #header_logo2 > a > div.text_image img.pc {
    display: block;
  }
}

#drawer_logo > div > a > div.icon_image {
  margin-right: 0;
}
#drawer_logo > div > a > div.icon_image img {
  max-height: 45px;
  display: contents;
}

#drawer_logo > div > a > div.text_image {
  margin-right: 0;
}
#drawer_logo > div > a > div.text_image img {
  max-height: 45px;
  display: contents;
}

#drawer_logo > div > a {
  width: 170px;
  background: url(./img/A_logo_moji_yoko-m.png) no-repeat;
  background-size: contain;
  background-position: center;
}

#drawer_icon_button {
  margin-top: 25px;
}

/*
========================================
 Top
=========================================
*/
.home #header_logo2 > a {
  width: 170px;
  background: url(./img/logo-moji-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 800px) {
  .home #header_logo2 > a {
    width: auto;
    background: none;
  }
}
.home.open_header_mobile #header_logo2 > a {
  background-image: url(./img/A_logo_moji_yoko-m.png);
}
@media screen and (min-width: 800px) {
  .home.open_header_mobile #header_logo2 > a {
    width: auto;
    background: none;
  }
}
@media screen and (min-width: 930px) {
  .home #header_slider_wrap {
    height: calc(100vh - 60px);
  }
}
@media screen and (min-width: 930px) {
  .home #header_slider_wrap #header_slider {
    height: calc(100vh - 60px);
  }
}
.home #header_slider_wrap #header_slider div > div > div {
  justify-content: unset;
}
@media screen and (min-width: 930px) {
  .home #header_slider_wrap #header_slider div > div > div {
    height: calc(100vh - 60px);
  }
}
.home #header_slider_wrap #header_slider div > div > div h2 {
  padding: 120px 10px 100px;
  text-align: left;
  line-height: 1.4444444444;
}
@media screen and (min-width: 930px) {
  .home #header_slider_wrap #header_slider div > div > div h2 {
    line-height: 1.45;
    padding: 110px 100px 100px;
  }
}
.home #header_slider_wrap #header_slider div > div > div h2 span:nth-child(3) {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 930px) {
  .home #header_slider_wrap #header_slider div > div > div h2 span:nth-child(3) {
    font-size: 24px;
  }
}
.home #header_slider_wrap #news_ticker {
  top: unset;
  bottom: 50px;
}

/*
========================================
 下層ページ
=========================================
*/
#page_header {
  width: 89.7435897436%;
  margin: 0 auto;
  justify-content: left;
}
@media screen and (min-width: 930px) {
  #page_header {
    width: 100%;
    max-width: 1100px;
  }
}
#page_header h1.catch {
  color: #3B4043;
  position: absolute;
}
@media screen and (min-width: 930px) {
  #page_header h1.catch {
    top: 53%;
  }
}
#page_header div.bg_image picture img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.3;
}
@media screen and (min-width: 930px) {
  #page_header div.bg_image picture img {
    width: 296px;
    height: 296px;
    right: 0;
    top: unset;
    bottom: 0;
    transform: translateY(25%);
  }
}
@media (min-width: 1540px) {
  #page_header div.bg_image picture img {
    right: -165px;
  }
}

@media screen and (min-width: 930px) {
  #bread_crumb {
    height: 100px;
  }
}
#bread_crumb ul {
  display: none;
}

.breadcrumb_type2 #bread_crumb {
  background-color: #fff !important;
}

.breadcrumb_type3 #bread_crumb {
  background-color: #fff !important;
}

.tax-news_category #page_header h1::before, .post-type-archive-news #page_header h1::before, .page-id-250 #page_header h1::before, .page-id-253 #page_header h1::before, .page-id-3 #page_header h1::before, .page-id-62 #page_header h1::before,
.page-id-117 #page_header h1::before, .blog #page_header h1::before, .tag #page_header h1::before, .category #page_header h1::before, .page-id-65 #page_header h1::before, .page-id-60 #page_header h1::before, .page-id-56 #page_header h1::before, .page-id-58 #page_header h1::before, .page-id-104 #page_header h1::before, .page-id-54 #page_header h1::before {
  content: "";
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  letter-spacing: normal;
  top: -50%;
  transform: translate(0, -50%);
  left: 0;
  color: rgba(221, 171, 86, 0.1);
  font-family: "adobe-devanagari", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 930px) {
  .tax-news_category #page_header h1::before, .post-type-archive-news #page_header h1::before, .page-id-250 #page_header h1::before, .page-id-253 #page_header h1::before, .page-id-3 #page_header h1::before, .page-id-62 #page_header h1::before,
  .page-id-117 #page_header h1::before, .blog #page_header h1::before, .tag #page_header h1::before, .category #page_header h1::before, .page-id-65 #page_header h1::before, .page-id-60 #page_header h1::before, .page-id-56 #page_header h1::before, .page-id-58 #page_header h1::before, .page-id-104 #page_header h1::before, .page-id-54 #page_header h1::before {
    font-size: 100px;
    line-height: 1;
    transform: unset;
    top: -105px;
    left: 0px;
  }
}

/*
========================================
 About
=========================================
*/
.page-id-52 #page_header h1::before {
  content: "About";
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  letter-spacing: normal;
  top: -50%;
  transform: translate(0, -50%);
  left: 0;
  color: rgba(221, 171, 86, 0.1);
  font-family: "adobe-devanagari", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 930px) {
  .page-id-52 #page_header h1::before {
    font-size: 100px;
    line-height: 1;
    transform: unset;
    top: -90px;
    left: 0px;
  }
}

/*
========================================
 Feature
=========================================
*/
.page-id-54 #page_header h1::before {
  content: "Feature";
}

/*
========================================
 Guidance
=========================================
*/
.page-id-104 #page_header h1::before {
  content: "Guidance";
}

/*
========================================
 To medical personnel
=========================================
*/
.page-id-58 #page_header h1::before {
  content: "";
  white-space: nowrap;
  font-size: 30px;
}
@media screen and (min-width: 390px) {
  .page-id-58 #page_header h1::before {
    font-size: 40px;
  }
}
@media screen and (min-width: 930px) {
  .page-id-58 #page_header h1::before {
    font-size: 80px;
  }
}
@media screen and (min-width: 1100px) {
  .page-id-58 #page_header h1::before {
    font-size: 100px;
  }
}

html.wf-active .page-id-58 #page_header h1::before {
  content: "To medical personnel";
}

/*
========================================
 To the patient's family
=========================================
*/
.page-id-56 #page_header h1::before {
  content: "";
  white-space: nowrap;
  font-size: 30px;
}
@media screen and (min-width: 390px) {
  .page-id-56 #page_header h1::before {
    font-size: 40px;
  }
}
@media screen and (min-width: 930px) {
  .page-id-56 #page_header h1::before {
    font-size: 80px;
  }
}
@media screen and (min-width: 1100px) {
  .page-id-56 #page_header h1::before {
    font-size: 100px;
  }
}

html.wf-active .page-id-56 #page_header h1::before {
  content: "To the patient's family";
}

/*
========================================
 Recruit
=========================================
*/
.page-id-60 #page_header h1::before {
  content: "Recruit";
}

/*
========================================
 FAQ
=========================================
*/
.page-id-65 #page_header h1::before {
  content: "FAQ";
}

/*
========================================
 Column
=========================================
*/
.blog #page_header h1::before, .tag #page_header h1::before, .category #page_header h1::before {
  content: "Column";
}

/*
========================================
 Conatct/Thankyou
=========================================
*/
.page-id-62 #page_header h1::before,
.page-id-117 #page_header h1::before {
  content: "Contact";
}

/*
========================================
Privacy Policy
=========================================
*/
.page-id-3 #page_header h1::before {
  content: "Privacy Policy";
  white-space: nowrap;
}

/*
========================================
 Recruit/Thankyou
=========================================
*/
.page-id-250 #page_header h1::before, .page-id-253 #page_header h1::before {
  content: "Recruit";
  white-space: nowrap;
}

/*
========================================
 News
=========================================
*/
.post-type-archive-news #page_header h1::before {
  content: "News";
}

.tax-news_category #page_header h1::before {
  content: "News";
}

@media screen and (min-width: 930px) {
  .about-overview {
    background: linear-gradient(to right, #fff, #fff1da);
  }
}
.about-overview .inner {
  width: 89.7435897436%;
  margin: 0 auto;
  background: linear-gradient(to right, #fff, #fff1da);
}
@media screen and (min-width: 930px) {
  .about-overview .inner {
    width: 930px;
    background: unset;
    display: flex;
    align-items: center;
    height: 1135px;
  }
}
.about-overview .inner .grid {
  padding-top: 50px;
}
@media screen and (min-width: 930px) {
  .about-overview .inner .grid {
    display: grid;
    padding: unset;
    width: 100%;
    height: 940px;
    grid-template-columns: 387px 465px;
    grid-template-rows: 95px 242px;
    justify-content: space-between;
    row-gap: 600px;
  }
}
.about-overview .inner .grid p {
  margin: 30px auto 0;
  width: 85.7142857143%;
  max-width: 450px;
}
@media screen and (min-width: 930px) {
  .about-overview .inner .grid p {
    margin: unset;
    width: auto;
    max-width: unset;
  }
}
.about-overview .inner .grid .imgcontainer {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 50px auto 0;
}
@media screen and (min-width: 930px) {
  .about-overview .inner .grid .imgcontainer {
    margin: unset;
  }
}
.about-overview .inner .grid .imgcontainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.about-rinen {
  margin-top: 100px;
}
@media screen and (min-width: 930px) {
  .about-rinen {
    margin-top: 200px;
  }
}
.about-rinen h1 {
  width: auto;
}
@media screen and (min-width: 930px) {
  .about-rinen h1 {
    margin: 0 auto;
    width: 930px;
  }
}
.about-rinen .imgcontainer {
  width: 100%;
  max-width: 500px;
  height: 81px;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .about-rinen .imgcontainer {
    width: 100%;
    max-width: 1100px;
    height: 228px;
    margin: 50px auto 0;
  }
}
.about-rinen .imgcontainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-rinen p {
  margin: 30px auto 0;
  width: 76.9230769231%;
  max-width: 450px;
}
@media screen and (min-width: 930px) {
  .about-rinen p {
    margin-top: 50px;
    max-width: unset;
    width: 930px;
  }
}

.about-omoi {
  margin-top: 100px;
}
@media screen and (min-width: 930px) {
  .about-omoi {
    margin-top: 200px;
  }
}
.about-omoi .inner {
  width: 89.7435897436%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .about-omoi .inner {
    width: 930px;
  }
}
@media screen and (min-width: 930px) {
  .about-omoi .inner .grid {
    display: grid;
    width: 100%;
    height: 480px;
    grid-template-columns: 400px 465px;
    grid-template-rows: 50px 240px;
    justify-content: space-between;
    align-content: space-between;
  }
}
.about-omoi .inner .grid p {
  margin: 30px auto 0;
  width: 85.7142857143%;
  max-width: 450px;
}
@media screen and (min-width: 930px) {
  .about-omoi .inner .grid p {
    margin: unset;
    width: auto;
    max-width: unset;
  }
}
.about-omoi .inner .grid .imgcontainer {
  width: 200px;
  height: 200px;
  margin: 50px auto 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 480px) {
  .about-omoi .inner .grid .imgcontainer {
    width: 240px;
    height: 240px;
  }
}
@media screen and (min-width: 930px) {
  .about-omoi .inner .grid .imgcontainer {
    margin: unset;
  }
}
.about-omoi .inner .grid .imgcontainer img {
  width: 83.5%;
  min-width: 167px;
  height: auto;
}

.about-aisatsu {
  margin-top: 100px;
}
@media screen and (min-width: 930px) {
  .about-aisatsu {
    margin-top: 200px;
  }
}
.about-aisatsu .inner {
  width: 89.7435897436%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .inner {
    max-width: unset;
    width: 930px;
  }
}
@media screen and (min-width: 930px) {
  .about-aisatsu .inner .grid {
    display: grid;
    width: 100%;
    height: 1015px;
    grid-template-columns: 377px 465px;
    grid-template-rows: 50px 100px 367px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 930px) {
  .about-aisatsu .inner .grid h1 {
    line-height: normal;
  }
}
.about-aisatsu .inner .grid .txtcontainer {
  width: 85.7142857143%;
  height: auto;
  margin: 30px auto 0;
  max-width: 450px;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .inner .grid .txtcontainer {
    width: auto;
    max-width: unset;
    margin: 50px 0 0 0;
    grid-column: 1/2;
    grid-row: 2/3;
    display: grid;
    grid-template-columns: 145px 130px;
    grid-template-rows: 24px 45px;
    gap: 30px;
  }
}
.about-aisatsu .inner .grid .txtcontainer .position {
  line-height: 1;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .inner .grid .txtcontainer .position {
    grid-column: 1/3;
    grid-row: 1/2;
    line-height: normal;
  }
}
.about-aisatsu .inner .grid .txtcontainer .name {
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .inner .grid .txtcontainer .name {
    font-size: 32px;
    margin-top: 0;
    grid-column: 1/2;
    grid-row: 2/3;
    line-height: normal;
  }
}
.about-aisatsu .inner .grid .txtcontainer .kana {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
  color: #DDAB56;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .inner .grid .txtcontainer .kana {
    font-size: 22px;
    margin-top: 0;
    grid-column: 2/3;
    grid-row: 2/3;
    line-height: 45px;
  }
}
.about-aisatsu .inner .grid p.com {
  margin: 30px auto 0;
  width: 85.7142857143%;
  max-width: 450px;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .inner .grid p.com {
    margin: unset;
    width: auto;
    max-width: unset;
  }
}
.about-aisatsu .inner .grid .imgcontainer {
  width: 100%;
  height: 337px;
  margin-top: 70px;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .inner .grid .imgcontainer {
    width: 377px;
    height: 367px;
    box-shadow: 4px 4px 0px #3B4043;
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 495px;
  }
}
.about-aisatsu .inner .grid .imgcontainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-aisatsu .history {
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .history {
    margin-top: 100px;
  }
}
.about-aisatsu .history .h2-sp {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .history .h2-sp {
    display: none;
  }
}
.about-aisatsu .history .container {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F7F8F9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 10px;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .history .container {
    max-width: 1100px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.about-aisatsu .history .container .h2-pc {
  display: none;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .history .container .h2-pc {
    width: 930px;
    margin: 0 auto;
    display: block;
    font-size: 28px;
    font-weight: normal;
  }
}
.about-aisatsu .history .container .flexcontainer {
  width: 76.9230769231%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .history .container .flexcontainer {
    width: 930px;
    max-width: unset;
    display: flex;
    margin: 10px auto 0;
  }
}
.about-aisatsu .history .container .flexcontainer table {
  border-collapse: collapse;
}
.about-aisatsu .history .container .flexcontainer table th, .about-aisatsu .history .container .flexcontainer table td {
  font-size: 10px;
  line-height: 2.7142857143;
}
@media screen and (min-width: 390px) {
  .about-aisatsu .history .container .flexcontainer table th, .about-aisatsu .history .container .flexcontainer table td {
    font-size: 14px;
  }
}
@media screen and (min-width: 930px) {
  .about-aisatsu .history .container .flexcontainer table th, .about-aisatsu .history .container .flexcontainer table td {
    font-size: 16px;
    line-height: 2.375;
  }
}
.about-aisatsu .history .container .flexcontainer table th {
  color: #DDAB56;
  padding-right: 10px;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .history .container .flexcontainer table th {
    text-align: start;
  }
}
.about-aisatsu .history .container .flexcontainer table td {
  color: #202020;
}
.about-aisatsu .history .container .flexcontainer .c-btnwrap {
  margin-top: 30px;
}
@media screen and (min-width: 930px) {
  .about-aisatsu .history .container .flexcontainer .c-btnwrap {
    margin: unset;
    align-self: flex-end;
  }
}

.feature-overview {
  margin-top: 50px;
}
.feature-overview .inner {
  width: 89.7435897436%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .feature-overview .inner {
    width: 930px;
  }
}
@media screen and (min-width: 930px) {
  .feature-overview .inner .ttlcontainer {
    display: flex;
    width: 930px;
    justify-content: space-between;
  }
}
.feature-overview .inner .ttlcontainer p {
  width: 85.7142857143%;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (min-width: 930px) {
  .feature-overview .inner .ttlcontainer p {
    width: 465px;
    text-align: unset;
    margin: unset;
  }
}
.feature-overview .inner ul {
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  .feature-overview .inner ul {
    display: grid;
    grid-template-columns: repeat(2, 440px);
    grid-template-rows: repeat(2, 360px);
    gap: 45px;
    margin-top: 100px;
  }
}
.feature-overview .inner ul dl {
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 35px 0;
  box-shadow: 0px 3px 4px #DDAB56;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .feature-overview .inner ul dl {
    width: 440px;
    height: 360px;
    max-width: unset;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.feature-overview .inner ul dl dt {
  width: 91.4285714286%;
  margin: 0 auto;
  height: auto;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (min-width: 930px) {
  .feature-overview .inner ul dl dt {
    width: 405px;
    height: auto;
  }
}
.feature-overview .inner ul dl dt span {
  font-size: 18px;
  background: linear-gradient(to right, #6F562B, #A27E3F 20%, #DDAB55);
  background: -webkit-linear-gradient(to right, #6F562B, #A27E3F 20%, #DDAB55);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 930px) {
  .feature-overview .inner ul dl dt span {
    font-size: 24px;
  }
}
.feature-overview .inner ul dl dd {
  width: 91.4285714286%;
  margin: 25px auto 0;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (min-width: 930px) {
  .feature-overview .inner ul dl dd {
    width: 405px;
    font-size: 16px;
    line-height: 2.375;
  }
}

.feature-taisei,
.feature-renkei {
  margin-top: 100px;
}
@media screen and (min-width: 930px) {
  .feature-taisei,
  .feature-renkei {
    margin-top: 200px;
  }
}
@media screen and (min-width: 930px) {
  .feature-taisei .inner,
  .feature-renkei .inner {
    width: 930px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 930px) {
  .feature-taisei .inner .txtcontainer,
  .feature-renkei .inner .txtcontainer {
    display: flex;
    width: 930px;
    justify-content: space-between;
  }
}
.feature-taisei .inner .txtcontainer p,
.feature-renkei .inner .txtcontainer p {
  width: 85.7142857143%;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (min-width: 930px) {
  .feature-taisei .inner .txtcontainer p,
  .feature-renkei .inner .txtcontainer p {
    width: 465px;
    text-align: unset;
    margin: unset;
  }
}

.feature-renkei .inner {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 930px) {
  .feature-renkei .inner {
    max-width: unset;
  }
}
.feature-renkei h2 {
  width: 280px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 50px auto 0;
}
@media screen and (min-width: 930px) {
  .feature-renkei h2 {
    width: auto;
    margin-top: 100px;
    font-size: 24px;
  }
}
.feature-renkei h2.paleblue {
  margin-top: 30px;
}
@media screen and (min-width: 930px) {
  .feature-renkei h2.paleblue {
    margin-top: 50px;
  }
}
.feature-renkei ul {
  width: 260px;
  margin: 10px auto 0;
}
@media screen and (min-width: 930px) {
  .feature-renkei ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 216px);
    justify-content: space-between;
    row-gap: 15px;
  }
}
.feature-renkei ul li {
  width: 260px;
  height: 40px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px #DDAB56;
  margin-top: 10px;
}
@media screen and (min-width: 930px) {
  .feature-renkei ul li {
    width: 216px;
    height: 45px;
    margin-top: 0;
  }
}
.feature-renkei ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #383F3E;
}
@media screen and (min-width: 930px) {
  .feature-renkei ul li a:hover {
    color: #b5832e;
  }
  .feature-renkei ul li a.font-small {
    font-size: 13px;
  }
}

.guidance-overview {
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  .guidance-overview {
    margin-top: 100px;
  }
}
.guidance-overview .inner {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .guidance-overview .inner {
    width: 930px;
    max-width: unset;
  }
}
@media screen and (min-width: 930px) {
  .guidance-overview .inner .gridcontainer {
    display: grid;
    width: 100%;
    height: 410px;
    align-content: space-between;
    justify-content: space-between;
    grid-template-columns: 395px 465px;
    grid-template-rows: 140px 200px;
  }
}
.guidance-overview .inner .gridcontainer h1 {
  width: 58.5714285714%;
  min-width: 205px;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .guidance-overview .inner .gridcontainer h1 {
    width: 395px;
    height: auto;
    grid-column: 1/2;
    grid-row: 1/2;
    max-width: unset;
    margin: unset;
  }
}
.guidance-overview .inner .gridcontainer p.com {
  width: 85.7142857143%;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .guidance-overview .inner .gridcontainer p.com {
    width: 100%;
    height: auto;
    margin: unset;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.guidance-overview .inner .gridcontainer .imgcontainer {
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  .guidance-overview .inner .gridcontainer .imgcontainer {
    width: 365px;
    height: 200px;
    max-width: unset;
    margin: unset;
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.guidance-overview .inner .gridcontainer .imgcontainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.guidance-overview .inner .guidecontainer {
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  .guidance-overview .inner .guidecontainer {
    margin-top: 100px;
    width: 100%;
    height: 345px;
    display: grid;
    grid-template-columns: 500px 425px;
    grid-template-rows: 290px 25px;
    justify-content: space-between;
    align-content: space-between;
  }
}
.guidance-overview .inner .guidecontainer .imgcontainer {
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  .guidance-overview .inner .guidecontainer .imgcontainer {
    max-width: unset;
    margin: unset;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.guidance-overview .inner .guidecontainer .imgcontainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.guidance-overview .inner .guidecontainer p {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #383F3E;
}
@media screen and (min-width: 930px) {
  .guidance-overview .inner .guidecontainer p {
    margin-top: unset;
    font-size: 16px;
    line-height: normal;
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.guidance-overview .inner .mapbg {
  margin-top: 50px;
  width: 100%;
  max-width: 500px;
  background-color: rgba(221, 171, 86, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 930px) {
  .guidance-overview .inner .mapbg {
    margin-top: unset;
    max-width: unset;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.guidance-overview .inner .mapbg .mapcontainer {
  width: 88.8571428571%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .guidance-overview .inner .mapbg .mapcontainer {
    width: 375px;
    height: 240px;
    margin: unset;
  }
}
.guidance-overview .inner .mapbg .mapcontainer .map {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 63%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .guidance-overview .inner .mapbg .mapcontainer .map {
    padding-top: 0;
    height: 100%;
  }
}
.guidance-overview .inner .mapbg .mapcontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.guidance-cost {
  margin-top: 100px;
}
@media screen and (min-width: 930px) {
  .guidance-cost {
    margin-top: 200px;
  }
}
@media screen and (min-width: 930px) {
  .guidance-cost h1.com {
    width: 930px;
    margin: 0 auto;
  }
}
.guidance-cost p.com {
  width: 76.9230769231%;
  max-width: 430px;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .guidance-cost p.com {
    width: 930px;
    max-width: unset;
    margin: 50px auto;
  }
}
.guidance-cost .bggray {
  width: 89.7435897436%;
  max-width: 500px;
  margin: 30px auto 0;
  background-color: rgba(240, 243, 245, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 930px) {
  .guidance-cost .bggray {
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 0;
    padding: unset;
    height: 180px;
  }
}
@media screen and (min-width: 930px) {
  .guidance-cost .bggray .inner {
    width: 930px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
.guidance-cost .bggray .inner .imgcontainer {
  width: 85.7142857143%;
  height: auto;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 930px) {
  .guidance-cost .bggray .inner .imgcontainer {
    width: 345px;
    margin: unset;
  }
}
.guidance-cost .bggray .inner .imgcontainer img {
  width: 250px;
  height: 90px;
}
@media screen and (min-width: 930px) {
  .guidance-cost .bggray .inner .imgcontainer img {
    width: 100%;
    height: auto;
  }
}
.guidance-cost ul {
  width: 71.7948717949%;
  list-style-type: disc;
  list-style-position: outside;
  margin: 30px auto 0;
  max-width: 400px;
}
@media screen and (min-width: 930px) {
  .guidance-cost ul {
    width: 900px;
    margin: 100px auto 0;
    max-width: unset;
  }
}
.guidance-cost ul li {
  font-size: 14px;
  color: #202020;
  line-height: 1.7142857143;
}
@media screen and (min-width: 930px) {
  .guidance-cost ul li {
    line-height: 2.2857142857;
  }
}

.guidance-target,
.guidance-able {
  margin-top: 100px;
}
@media screen and (min-width: 930px) {
  .guidance-target,
  .guidance-able {
    margin-top: 200px;
  }
}
@media screen and (min-width: 930px) {
  .guidance-target h1,
  .guidance-able h1 {
    width: 930px;
    margin: 0 auto;
  }
}
.guidance-target .bggray,
.guidance-able .bggray {
  width: 89.7435897436%;
  max-width: 500px;
  margin: 30px auto 0;
  background-color: rgba(240, 243, 245, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 930px) {
  .guidance-target .bggray,
  .guidance-able .bggray {
    width: 100%;
    max-width: 1100px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 930px) {
  .guidance-target .bggray .inner,
  .guidance-able .bggray .inner {
    width: 930px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
  }
}
.guidance-target .bggray .inner ul,
.guidance-able .bggray .inner ul {
  width: 76.9230769231%;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 930px) {
  .guidance-target .bggray .inner ul,
  .guidance-able .bggray .inner ul {
    width: 900px;
    max-width: unset;
  }
}
.guidance-target .bggray .inner ul li,
.guidance-able .bggray .inner ul li {
  font-size: 14px;
  color: #202020;
  line-height: 1.7142857143;
}
@media screen and (min-width: 930px) {
  .guidance-target .bggray .inner ul li,
  .guidance-able .bggray .inner ul li {
    font-size: 16px;
    line-height: 2.375;
  }
}

@media screen and (min-width: 930px) {
  .guidance-able .bggray {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.family-overview {
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  .family-overview {
    margin-top: 100px;
  }
}
.family-overview .inner {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .family-overview .inner {
    width: 930px;
    max-width: unset;
  }
}
@media screen and (min-width: 930px) {
  .family-overview .inner .flexcontainer {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
  }
}
@media screen and (min-width: 930px) {
  .family-overview .inner .flexcontainer h1 {
    width: 395px;
  }
}
.family-overview .inner .flexcontainer p.com {
  width: 85.7142857143%;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .family-overview .inner .flexcontainer p.com {
    width: 465px;
    height: auto;
    margin: unset;
  }
}

.family-example {
  margin-top: 100px;
}
@media screen and (min-width: 930px) {
  .family-example {
    margin-top: 200px;
  }
}
.family-example h1 {
  font-size: 16px;
}
@media screen and (min-width: 390px) {
  .family-example h1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 930px) {
  .family-example h1 {
    font-size: 32px;
    width: 930px;
    margin: 0 auto;
  }
}
.family-example .bggray {
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
  background-color: rgba(240, 243, 245, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 930px) {
  .family-example .bggray {
    width: 100%;
    max-width: 1100px;
    padding: 30px 0;
  }
}
@media screen and (min-width: 930px) {
  .family-example .bggray .inner {
    width: 930px;
    margin: 0 auto;
  }
}
.family-example .bggray .inner ul {
  width: 82.0512820513%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .family-example .bggray .inner ul {
    width: 100%;
  }
}
.family-example .bggray .inner ul dl {
  margin-top: 30px;
}
@media screen and (min-width: 930px) {
  .family-example .bggray .inner ul dl {
    margin-top: 50px;
  }
}
.family-example .bggray .inner ul dl:first-child {
  margin-top: 0;
}
.family-example .bggray .inner ul dl dt {
  font-size: 16px;
  font-weight: normal;
  color: #DDAB56;
  line-height: 1.5;
}
@media screen and (min-width: 930px) {
  .family-example .bggray .inner ul dl dt {
    font-size: 20px;
    line-height: 1;
  }
}
.family-example .bggray .inner ul dl dd {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #202020;
  margin-top: 10px;
}
@media screen and (min-width: 930px) {
  .family-example .bggray .inner ul dl dd {
    font-size: 16px;
    line-height: 2;
  }
}
.family-example .imgcontainer {
  margin: 50px auto 0;
  width: 100%;
  height: 80px;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .family-example .imgcontainer {
    margin: 100px auto 0;
    max-width: 1220px;
    height: 255px;
  }
}
.family-example .imgcontainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.family-example p.com {
  width: 76.9230769231%;
  max-width: 450px;
  margin: 50px auto 0;
}
@media screen and (min-width: 930px) {
  .family-example p.com {
    margin-top: 100px;
  }
}
@media screen and (min-width: 930px) {
  .family-example p.com {
    max-width: unset;
    width: 930px;
    font-size: 14px;
    line-height: 2.2857142857;
  }
}

.recruit-overview {
  margin: 50px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-overview {
    margin-top: 100px;
  }
}
.recruit-overview .l-flex {
  display: block;
}
@media screen and (min-width: 930px) {
  .recruit-overview .l-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 930px) {
  .recruit-overview .l-flex {
    max-width: 1100px;
  }
}
@media screen and (min-width: 930px) {
  .recruit-overview__text-container {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1100px) {
  .recruit-overview__text-container {
    flex-shrink: unset;
    padding-left: 85px;
  }
}
.recruit-overview__text-container p {
  font-size: 13px;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 390px) {
  .recruit-overview__text-container p {
    font-size: 16px;
  }
}
@media screen and (min-width: 930px) {
  .recruit-overview__text-container p {
    font-size: 24px;
    line-height: 1.4375;
    letter-spacing: 0.04em;
    text-align: unset;
  }
}
.recruit-overview__text-container p span {
  background: linear-gradient(to right, #6F562B, #A27E3F 20%, #DDAB55);
  background: -webkit-linear-gradient(to right, #6F562B, #A27E3F 20%, #DDAB55);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-overview .imgcontainer {
  width: 89.7435897436%;
  max-width: 350px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin: 50px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-overview .imgcontainer {
    margin-top: 100px;
  }
}
@media screen and (min-width: 930px) {
  .recruit-overview .imgcontainer {
    width: 100%;
    max-width: 430px;
    height: 290px;
    margin: 0;
  }
}
.recruit-overview .imgcontainer img {
  width: 100%;
}
@media screen and (min-width: 930px) {
  .recruit-overview .imgcontainer img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}

.recruit-message h1 {
  width: 89.7435897436%;
  max-width: 500px;
  margin: 170px auto 0;
  text-align: left;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.recruit-message h1::before {
  content: "Message";
  position: absolute;
  top: -95px;
  left: 0;
  transform: unset;
  font-size: 70px;
}
@media screen and (min-width: 930px) {
  .recruit-message h1 {
    width: 100%;
    max-width: 930px;
    font-size: 28px;
  }
  .recruit-message h1::before {
    font-size: 100px;
    top: -100px;
    left: -85px;
  }
}
.recruit-message__background {
  position: relative;
  width: 100%;
  height: 600px;
  max-width: 1100px;
  background-image: url("./img/recruit-message-sp@2x.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 10px;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-message__background {
    margin-top: 50px;
  }
}
@media screen and (min-width: 930px) {
  .recruit-message__background {
    background-image: url("./img/recruit-message@2x.jpg");
    background-position: center center;
    position: relative;
  }
}
.recruit-message__background .l-inner {
  width: 89.7435897436%;
  margin: 0 auto;
  padding-top: 250px;
}
@media screen and (min-width: 930px) {
  .recruit-message__background .l-inner {
    display: flex;
    width: 845px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.recruit-message__background .l-inner img {
  width: 80px;
  height: auto;
}
@media screen and (min-width: 930px) {
  .recruit-message__background .l-inner img {
    width: 125px;
    height: auto;
    align-self: flex-end;
  }
}
.recruit-message__background .l-inner h2 {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-top: 25px;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 930px) {
  .recruit-message__background .l-inner h2 {
    margin-top: unset;
    font-size: 24px;
    line-height: 1.6666666667;
  }
}
.recruit-message__background .l-inner p {
  font-size: 14px;
  margin-top: 40px;
  color: #fff;
}
@media screen and (min-width: 930px) {
  .recruit-message__background .l-inner p {
    margin-top: 50px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

.recruit-candidate {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-candidate {
    margin-top: 200px;
  }
}
.recruit-candidate .l-inner {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .recruit-candidate .l-inner {
    width: 100%;
    max-width: 1100px;
  }
}
.recruit-candidate .l-inner h1 {
  text-align: left;
}
.recruit-candidate .l-inner p {
  font-size: 14px;
  line-height: 2.1428571429;
  margin-top: 30px;
}
@media screen and (min-width: 930px) {
  .recruit-candidate .l-inner p {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
    width: 100%;
    max-width: 930px;
    margin: 50px auto 0;
  }
}
.recruit-candidate__list {
  margin-top: 50px;
}
@media screen and (min-width: 930px) {
  .recruit-candidate__list {
    display: grid;
    grid-template-columns: repeat(2, 420px);
    grid-template-rows: repeat(2, 265px);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
  }
}
.recruit-candidate__list li {
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0px 3px 3px rgb(152, 166, 181);
  padding-top: 8px;
  padding-bottom: 30px;
}
@media screen and (min-width: 930px) {
  .recruit-candidate__list li {
    margin-top: 0px;
  }
}
.recruit-candidate__list li span {
  font-family: "adobe-devanagari", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  color: #98A6B5;
  display: block;
  text-align: right;
  width: 97.1428571429%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .recruit-candidate__list li span {
    font-size: 40px;
  }
}
.recruit-candidate__list li hr {
  width: 97.1428571429%;
  margin: 0 auto;
  height: 2px;
  background-color: rgba(152, 166, 181, 0.2);
}
@media screen and (min-width: 930px) {
  .recruit-candidate__list li hr {
    width: 400px;
  }
}
.recruit-candidate__list li .l-box {
  margin: 30px 0 0 10px;
  width: 320px;
}
@media screen and (min-width: 930px) {
  .recruit-candidate__list li .l-box {
    width: 370px;
  }
}
.recruit-candidate__list li .l-box h2 {
  font-size: 15px;
  color: #383F3E;
  font-weight: 500;
}
@media screen and (min-width: 930px) {
  .recruit-candidate__list li .l-box h2 {
    font-size: 20px;
  }
}
.recruit-candidate__list li .l-box p {
  font-size: 14px;
  line-height: 2.1428571429;
  margin-top: 20px;
  color: #383F3E;
}
@media screen and (min-width: 930px) {
  .recruit-candidate__list li .l-box p {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 20px;
  }
}

.recruit-appeal {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-appeal {
    margin-top: 200px;
  }
}
.recruit-appeal h1 {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
  text-align: left;
}
@media screen and (min-width: 930px) {
  .recruit-appeal h1 {
    width: 100%;
    max-width: 1100px;
  }
}
.recruit-appeal .l-wrapper {
  position: relative;
  margin-top: 30px;
  padding-top: 90px;
}
@media screen and (min-width: 930px) {
  .recruit-appeal .l-wrapper {
    margin: 50px auto 0;
    width: 100%;
    max-width: 1220px;
    padding-top: 225px;
  }
}
.recruit-appeal .l-wrapper img {
  width: 100%;
  height: 145px;
  max-width: 1075px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 930px) {
  .recruit-appeal .l-wrapper img {
    height: 400px;
    right: 0;
  }
}
.recruit-appeal__text {
  width: 94.8717948718%;
  margin: 0 auto;
  max-width: 500px;
  padding: 40px 20px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 930px) {
  .recruit-appeal__text {
    width: 100%;
    max-width: 1100px;
    padding: 65px 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 930px) {
  .recruit-appeal__list {
    width: 910px;
  }
}
.recruit-appeal__list li {
  margin-top: 30px;
}
.recruit-appeal__list li h2 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #DDAB56;
  font-weight: 500;
}
@media screen and (min-width: 930px) {
  .recruit-appeal__list li h2 {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}
.recruit-appeal__list li p {
  font-size: 14px;
  line-height: 2.1428571429;
  color: #202020;
  margin-top: 20px;
}
@media screen and (min-width: 930px) {
  .recruit-appeal__list li p {
    font-size: 16px;
    line-height: 1.875;
  }
}

.recruit-position {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-position {
    margin-top: 200px;
  }
}
.recruit-position .l-inner {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .recruit-position .l-inner {
    width: 100%;
    max-width: 1100px;
  }
}
.recruit-position h1 {
  text-align: left;
}
.recruit-position .recruit-position__list {
  margin-top: 30px;
}
@media screen and (min-width: 930px) {
  .recruit-position .recruit-position__list {
    margin-top: 50px;
  }
}
.recruit-position .recruit-position__list .l-flex {
  width: 85.7142857143%;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-position .recruit-position__list .l-flex {
    width: 700px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}
.recruit-position .recruit-position__list .l-flex img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  display: block;
}
@media screen and (min-width: 930px) {
  .recruit-position .recruit-position__list .l-flex img {
    border-radius: 10px 0 0 10px;
  }
}
.recruit-position .recruit-position__list .l-flex .l-box {
  width: 100%;
  padding: 20px 0 75px 20px;
  background-color: rgba(221, 171, 86, 0.2);
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 930px) {
  .recruit-position .recruit-position__list .l-flex .l-box {
    border-radius: 0 10px 10px 0;
  }
}
.recruit-position .recruit-position__list .l-flex .l-box h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 930px) {
  .recruit-position .recruit-position__list .l-flex .l-box h2 {
    font-size: 20px;
  }
}
.recruit-position .recruit-position__list .l-flex .l-box h3 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  text-decoration: underline;
}
@media screen and (min-width: 930px) {
  .recruit-position .recruit-position__list .l-flex .l-box h3 {
    font-size: 16px;
  }
}
.recruit-position .recruit-position__list .l-flex .l-box .recruit-position__tasks {
  margin-top: 10px;
  font-size: 14px;
  list-style: inside;
  list-style-type: disc;
  padding-left: 5px;
}
.recruit-position .recruit-position__list .l-flex .l-box .recruit-position__tasks ::marker {
  color: #DDAB56;
}
@media screen and (min-width: 930px) {
  .recruit-position .recruit-position__list .l-flex .l-box .recruit-position__tasks {
    font-size: 16px;
  }
}
.recruit-position .recruit-position__list .l-flex .l-box .recruit-position__tasks li {
  margin-top: 10px;
}
.recruit-position .tab {
  margin: 50px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-position .tab {
    margin-top: 100px;
  }
}
.recruit-position .tab-btn {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 930px) {
  .recruit-position .tab-btn {
    width: 600px;
  }
}
.recruit-position .tab-btn li {
  height: 35px;
  background-color: #fff;
  border: 1px solid #DDAB56;
  width: 102px;
}
@media screen and (min-width: 930px) {
  .recruit-position .tab-btn li {
    height: 60px;
    flex: 1;
  }
}
.recruit-position .tab-btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #DDAB56;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 930px) {
  .recruit-position .tab-btn li a {
    font-size: 20px;
  }
}
.recruit-position .tab-btn li:first-child {
  border-radius: 10px 0 0 0;
  border-right: none;
}
.recruit-position .tab-btn li:last-child {
  border-radius: 0 10px 0 0;
  border-left: none;
}
.recruit-position .tab-btn li.active {
  background-color: #DDAB56;
}
.recruit-position .tab-btn li.active a {
  color: #fff;
}
.recruit-position .post_content {
  padding: unset !important;
  margin: unset !important;
}
.recruit-position .s_table {
  margin-bottom: 0 !important;
}
.recruit-position .s_table #lp_table {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
.recruit-position .s_table #lp_table th {
  background-color: rgba(221, 171, 86, 0.2);
  width: 98px !important;
}
@media screen and (min-width: 930px) {
  .recruit-position .s_table #lp_table th {
    width: 200px !important;
  }
}
.recruit-position tr:first-child td {
  border-radius: 0 10px 0 0;
}
.recruit-position tr:last-child th {
  border-radius: 0 0 0 10px;
}
.recruit-position tr:last-child td {
  border-radius: 0 0 10px 0;
}
.recruit-position__area {
  display: none;
  opacity: 0;
}
.recruit-position__area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.recruit-numbers {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-numbers {
    margin-top: 200px;
  }
}
.recruit-numbers h1 {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
  text-align: left;
}
@media screen and (min-width: 930px) {
  .recruit-numbers h1 {
    width: 100%;
    max-width: 1100px;
  }
}
.recruit-numbers .l-inner {
  width: auto;
  background-color: #EFEFEF;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-numbers .l-inner {
    margin-top: 50px;
  }
}
@media screen and (min-width: 930px) {
  .recruit-numbers .l-inner {
    width: 100%;
    max-width: 1100px;
    padding: 50px 0;
  }
}
.recruit-numbers picture img {
  width: 100%;
  max-width: 500px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 930px) {
  .recruit-numbers picture img {
    max-width: 930px;
  }
}

.recruit-schedule {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-schedule {
    margin-top: 200px;
  }
}
.recruit-schedule h1 {
  width: 89.7435897436%;
  text-align: left;
  margin: 0 auto 45px;
}
@media screen and (min-width: 930px) {
  .recruit-schedule h1 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 110px;
  }
}
.recruit-schedule .l-inner {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .recruit-schedule .l-inner {
    padding-top: 65px;
    padding-bottom: 65px;
    width: 100%;
    max-width: 1100px;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.recruit-schedule .timeline {
  position: relative;
  margin-left: 15px;
}
@media screen and (min-width: 930px) {
  .recruit-schedule .timeline {
    width: 775px;
    margin: 0 auto;
  }
}
.recruit-schedule .timeline-item {
  position: relative;
}
.recruit-schedule .timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 4px;
  background-color: #DDAB56;
}
.recruit-schedule .timeline-item:last-child::before {
  display: none;
}
.recruit-schedule .timeline-marker {
  position: absolute;
  left: -12px;
  /* 縦棒半分と円の半分pxずらす */
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #DDAB56;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 930px) {
  .recruit-schedule .timeline-marker {
    left: -17px;
    width: 30px;
    height: 30px;
  }
}
.recruit-schedule .timeline-line {
  position: absolute;
  left: 8px;
  /* markerの右端と合わせる */
  top: 10px;
  /* markerの高さの中央に合わせる */
  width: 14px;
  height: 2px;
  background-color: #DDAB56;
  z-index: 0;
}
@media screen and (min-width: 930px) {
  .recruit-schedule .timeline-line {
    width: 35px;
    top: 15px;
    left: 13px;
  }
}
.recruit-schedule .time {
  position: absolute;
  top: -10px;
  left: 22px;
  width: 100px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #DDAB56;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  border-radius: 8px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 930px) {
  .recruit-schedule .time {
    top: -15px;
    left: 48px;
    width: 150px;
    height: 60px;
    font-size: 24px;
  }
}
.recruit-schedule .timeline-content {
  margin-left: 22px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 930px) {
  .recruit-schedule .timeline-content {
    margin-left: 48px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.recruit-schedule .timeline-content .action {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 930px) {
  .recruit-schedule .timeline-content .action {
    font-size: 20px;
  }
}
.recruit-schedule .timeline-content .text {
  font-size: 14px;
  line-height: 2;
  color: #000;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 930px) {
  .recruit-schedule .timeline-content .text {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
.recruit-schedule .timeline-content .image {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-top: 20px;
}
@media screen and (min-width: 930px) {
  .recruit-schedule .timeline-content .image {
    max-width: 500px;
    margin-top: 50px;
  }
}
.recruit-schedule .timeline-content .image img {
  width: 100%;
  height: auto;
}
.recruit-schedule .timeline-item:last-child .timeline-content {
  padding-bottom: 0;
}
.recruit-schedule__voice {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 35px 0 20px 0;
  margin: 65px auto 0;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
}
@media screen and (min-width: 930px) {
  .recruit-schedule__voice {
    max-width: 775px;
    margin-top: 85px;
    padding: 40px 0 40px 0;
  }
}
.recruit-schedule__voice img {
  position: absolute;
  left: 0;
  top: -35px;
  width: 145px;
  height: auto;
}
@media screen and (min-width: 930px) {
  .recruit-schedule__voice img {
    top: -45px;
    width: 177px;
    height: auto;
  }
}
.recruit-schedule__voice .c-box {
  width: 91.4285714286%;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .recruit-schedule__voice .c-box {
    width: 100%;
    max-width: 600px;
  }
}
.recruit-schedule__voice p {
  font-size: 14px;
  line-height: 2;
  color: #000;
}
@media screen and (min-width: 930px) {
  .recruit-schedule__voice p {
    font-size: 16px;
    line-height: 2;
  }
}

.recruit-interview {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-interview {
    margin-top: 200px;
  }
}
.recruit-interview h1 {
  width: 89.7435897436%;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .recruit-interview h1 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.recruit-interview .l-inner {
  width: 89.7435897436%;
  margin: 30px auto 0;
  max-width: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (min-width: 930px) {
  .recruit-interview .l-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    max-width: 930px;
    border-radius: 20px;
    margin: 40px auto 0;
  }
}
.recruit-interview__slide {
  min-height: 100vh;
  overflow: visible;
}
.recruit-interview__slide .l-flex {
  width: 91.4285714286%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .recruit-interview__slide .l-flex {
    width: 700px;
  }
}
.recruit-interview__slide .l-flex img {
  width: 100px;
  height: auto;
}
.recruit-interview__slide .name {
  margin-left: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 930px) {
  .recruit-interview__slide .name {
    font-size: 20px;
  }
}
.recruit-interview__slide .name h2 {
  color: #DDAB56;
}
.recruit-interview__slide .name p {
  margin-top: 10px;
}
.recruit-interview__slide dl {
  width: 91.4285714286%;
  margin: 30px auto 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 930px) {
  .recruit-interview__slide dl {
    margin: 50px auto 0;
    width: 700px;
  }
}
.recruit-interview__slide dl dt {
  font-size: 14px;
  color: #DDAB56;
  line-height: 2;
}
@media screen and (min-width: 930px) {
  .recruit-interview__slide dl dt {
    font-size: 18px;
  }
}
.recruit-interview__slide dl dd {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (min-width: 930px) {
  .recruit-interview__slide dl dd {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

/* 無効な矢印は非表示にする */
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}

.custom-prev,
.custom-next {
  width: 50px !important;
  height: 50px !important;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (min-width: 930px) {
  .custom-prev,
  .custom-next {
    width: 75px !important;
    height: 75px !important;
  }
}
.custom-prev img,
.custom-next img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.custom-prev {
  left: -25px !important;
}
@media screen and (min-width: 930px) {
  .custom-prev {
    left: -37px !important;
  }
}

.custom-next {
  right: -25px !important;
}
@media screen and (min-width: 930px) {
  .custom-next {
    right: -37px !important;
  }
}

.recruit-process {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-process {
    margin-top: 200px;
  }
}
.recruit-process .l-inner {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .recruit-process .l-inner {
    width: 100%;
    max-width: 1100px;
  }
}
.recruit-process h1 {
  text-align: left;
}
.recruit-process p {
  width: 89.7435897436%;
  text-align: left;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-process p {
    width: 100%;
    max-width: 930px;
    margin: 50px auto 0;
  }
}
.recruit-process .timeline {
  position: relative;
  width: 94.2857142857%;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-process .timeline {
    width: 780px;
    margin: 50px auto 0;
  }
}
.recruit-process .timeline-item {
  position: relative;
}
@media screen and (min-width: 930px) {
  .recruit-process .timeline-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.recruit-process .timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 44px;
  width: 2px;
  border-left: 2px dotted #DDAB56;
  background-color: transparent;
}
@media screen and (min-width: 930px) {
  .recruit-process .timeline-item::before {
    left: 75px;
  }
}
.recruit-process .timeline-item::after {
  content: "▼";
  position: absolute;
  left: 38px;
  bottom: -2px;
  font-size: 14px;
  color: #DDAB56;
  z-index: 2;
}
@media screen and (min-width: 930px) {
  .recruit-process .timeline-item::after {
    left: 69px;
  }
}
.recruit-process .timeline-item:last-of-type .timeline-marker {
  background-color: #DDAB56;
  color: #fff;
}
.recruit-process .timeline-item:last-of-type .timeline-content {
  padding-bottom: 0;
}
.recruit-process .timeline-item:last-of-type::before, .recruit-process .timeline-item:last-of-type::after {
  display: none;
}
@media screen and (min-width: 930px) {
  .recruit-process .l-box {
    width: 150px;
    flex-shrink: 0;
  }
}
.recruit-process .timeline-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 35px;
  background-color: #fff;
  border-radius: 30px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #DDAB56;
  border: 2px solid #DDAB56;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 930px) {
  .recruit-process .timeline-marker {
    width: 150px;
    height: 60px;
    font-size: 24px;
  }
}
.recruit-process .timeline-content {
  margin-left: 60px;
  padding-top: 50px;
  padding-bottom: 45px;
}
@media screen and (min-width: 930px) {
  .recruit-process .timeline-content {
    margin-left: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.recruit-process .timeline-content .action {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 930px) {
  .recruit-process .timeline-content .action {
    font-size: 20px;
  }
}
.recruit-process .timeline-content .text {
  font-size: 14px;
  line-height: 2;
  color: #000;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 930px) {
  .recruit-process .timeline-content .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }
}
.recruit-process .timeline-content .contactbtn {
  margin: 20px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-process .timeline-content .contactbtn {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 930px) {
  .recruit-process .timeline-content .contactbtn a {
    margin: 0;
  }
}
.recruit-process .timeline-content .contactbtn h3 {
  white-space: nowrap;
  font-weight: 500;
}
.recruit-process .timeline-content .contactbtn p {
  white-space: nowrap;
}
.recruit-process .note {
  margin-top: 25px;
  font-size: 12px;
  line-height: 2;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 930px) {
  .recruit-process .note {
    font-size: 14px;
    line-height: 1;
    text-align: right;
    margin-top: 50px;
  }
}

.recruit-faq {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-faq {
    margin-top: 200px;
  }
}
.recruit-faq .l-inner {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .recruit-faq .l-inner {
    width: 100%;
    max-width: 1100px;
  }
}
.recruit-faq .l-inner h1 {
  text-align: left;
}
.recruit-faq .l-container {
  margin: 30px auto 0;
  width: 89.7435897436%;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .recruit-faq .l-container {
    margin-top: 50px;
  }
}
@media screen and (min-width: 930px) {
  .recruit-faq .l-container {
    width: 100%;
    max-width: 930px;
  }
}
.recruit-faq__cta {
  width: auto;
  height: auto;
}
.recruit-faq__cta .l-container__image {
  width: 100%;
  height: 155px;
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-faq__cta .l-container__image {
    margin-top: 200px;
  }
}
@media screen and (min-width: 930px) {
  .recruit-faq__cta .l-container__image {
    height: 481px;
    width: 100%;
    max-width: 1220px;
  }
}
.recruit-faq__cta .l-container__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-faq__cta-description {
  font-size: 14px;
  line-height: 2;
  color: #000;
  margin-top: 40px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 930px) {
  .recruit-faq__cta-description {
    font-size: 16px;
    line-height: 2;
    margin-top: 100px;
  }
}
.recruit-faq__cta .contactbtn {
  margin: 40px auto 0;
}
@media screen and (min-width: 930px) {
  .recruit-faq__cta .contactbtn {
    margin: 50px auto 0;
  }
}
.recruit-faq__cta .contactbtn a .txtcontainer h3 {
  white-space: nowrap;
  font-weight: 500;
  color: #DDAB56;
}

.faq-overview {
  margin: 50px auto 0;
}
@media screen and (min-width: 930px) {
  .faq-overview {
    margin-top: 100px;
  }
}
.faq-overview .inner {
  width: 89.7435897436%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  .faq-overview .inner {
    width: 930px;
    max-width: unset;
  }
}
@media screen and (min-width: 930px) {
  .faq-overview .inner .flexcontainer {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
  }
}
@media screen and (min-width: 930px) {
  .faq-overview .inner .flexcontainer h1 {
    width: 395px;
  }
}
.faq-overview .inner .flexcontainer p.com {
  width: 85.7142857143%;
  margin: 30px auto 0;
}
@media screen and (min-width: 930px) {
  .faq-overview .inner .flexcontainer p.com {
    width: 465px;
    height: auto;
    margin: unset;
  }
}

.faq-com {
  margin-top: 100px !important;
}
@media screen and (min-width: 930px) {
  .faq-com {
    margin-top: 200px !important;
  }
}
.faq-com h1 {
  color: #202020;
}
@media screen and (min-width: 930px) {
  .faq-com h1 {
    width: 930px;
    margin: 0 auto;
    text-align: left;
  }
}

.page-id-65 .post_content {
  padding: 0 !important;
}
.page-id-65 .desc {
  background-color: rgba(221, 171, 86, 0.2) !important;
}

#archive_header > p.pc {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

#single_post_title > h1 {
  font-weight: normal !important;
  font-family: zen-kaku-gothic-new, sans-serif !important;
}

#related_post > div > div > div > h3 > a {
  font-weight: normal !important;
  font-family: zen-kaku-gothic-new, sans-serif !important;
}

#news_list > div > div > h3 > a {
  font-weight: normal !important;
  font-family: zen-kaku-gothic-new, sans-serif !important;
}

.contact-overview {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .contact-overview {
    margin-top: 200px;
  }
}
.contact-overview p {
  width: 76.9230769231%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .contact-overview p {
    width: 100%;
  }
}
.contact-overview h1 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 930px) {
  .contact-overview h1 {
    font-size: 26px;
  }
}

@media screen and (min-width: 930px) {
  .wpcf7 form {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wpcf7 input::-moz-placeholder {
  color: #98A6B5;
}
.wpcf7 input::placeholder {
  color: #98A6B5;
}
.wpcf7 textarea::-moz-placeholder {
  color: #98A6B5;
}
.wpcf7 textarea::placeholder {
  color: #98A6B5;
}
.wpcf7 p:nth-child(2) > label > span {
  position: relative;
}
.wpcf7 p:nth-child(2) > label > span::after {
  content: "";
  width: 14px;
  height: 7px;
  background: url(./img/icon-arrow-select.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 53%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpcf7 p:nth-child(2) > label > span select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-right: 65px;
}
.wpcf7 p:nth-child(2) > label > span select::-ms-expand {
  display: none;
}
.wpcf7 label {
  color: #DDAB56;
}
.wpcf7 p.link {
  text-align: center;
}
.wpcf7 p.link a {
  color: #202020;
  text-decoration: underline;
}
.wpcf7 p.link a:hover {
  color: #b5832e;
}
.wpcf7 .wpcf7-submit {
  background-color: #DDAB56;
  width: 205px;
  height: 50px;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #f0ba5e;
}

.thankyou-overview {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .thankyou-overview {
    margin-top: 200px;
  }
}
.thankyou-overview h1 {
  width: 76.9230769231%;
  font-size: 12px;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 390px) {
  .thankyou-overview h1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 930px) {
  .thankyou-overview h1 {
    font-size: 26px;
    line-height: 1.4615384615;
  }
}

#wpcf7-f115-p62-o1 > form > div.wpcf7-response-output {
  border: unset;
}

.entry-overview {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .entry-overview {
    margin-top: 200px;
  }
}
.entry-overview p {
  width: 76.9230769231%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 930px) {
  .entry-overview p {
    width: 100%;
  }
}
.entry-overview h1 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px !important;
  color: #DDAB56;
}
@media screen and (min-width: 930px) {
  .entry-overview h1 {
    font-size: 26px;
  }
}

.page-id-250 .wpcf7 {
  background-color: #fff;
  border: unset;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 930px) {
  .page-id-250 .wpcf7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 930px) {
  .page-id-250 .wpcf7 form {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-id-250 .wpcf7 .radio-label {
  color: #DDAB56;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.page-id-250 .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  color: #202020;
  cursor: pointer;
  padding-left: 30px;
  line-height: 20px;
  position: relative;
  height: 20px;
  font-size: 16px;
  font-weight: normal;
}
.page-id-250 .wpcf7 .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #707070;
}
.page-id-250 .wpcf7 .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  background-color: #DDAB56; /* チェック時の中の色 */
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.page-id-250 .wpcf7 input[type=radio] {
  display: none;
}
.page-id-250 .wpcf7 input[type=radio]:checked + span {
  color: #DDAB56;
}
.page-id-250 .wpcf7 input[type=radio]:checked + span::after {
  opacity: 1;
}
.page-id-250 .wpcf7 input[type=radio]:checked + span::before {
  border: 1px solid #707070;
}
.page-id-250 .wpcf7 input::-moz-placeholder {
  color: #98A6B5;
}
.page-id-250 .wpcf7 input::placeholder {
  color: #98A6B5;
}
.page-id-250 .wpcf7 textarea::-moz-placeholder {
  color: #98A6B5;
}
.page-id-250 .wpcf7 textarea::placeholder {
  color: #98A6B5;
}
.page-id-250 .wpcf7 label {
  color: #DDAB56;
  font-weight: 500;
}
.page-id-250 .wpcf7 p.link {
  text-align: center;
}
.page-id-250 .wpcf7 p.link a {
  color: #202020;
  text-decoration: underline;
}
.page-id-250 .wpcf7 p.link a:hover {
  color: #b5832e;
}
.page-id-250 .wpcf7 .wpcf7-submit {
  background-color: #DDAB56;
  width: 205px;
  height: 50px;
}
.page-id-250 .wpcf7 .wpcf7-submit:hover {
  background-color: #f0ba5e;
}

.thankyou-overview {
  margin: 100px auto 0;
}
@media screen and (min-width: 930px) {
  .thankyou-overview {
    margin-top: 200px;
  }
}
.thankyou-overview h1 {
  width: 76.9230769231%;
  font-size: 12px;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 390px) {
  .thankyou-overview h1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 930px) {
  .thankyou-overview h1 {
    font-size: 26px;
    line-height: 1.4615384615;
  }
}

#wpcf7-f249-p250-o1 > form > div.wpcf7-response-output {
  border: unset;
}/*# sourceMappingURL=style.css.map */