@charset "UTF-8";
body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding-top: 126px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 58px;
  }
}

header {
  padding: 10px 20px 20px;
  position: fixed;
  background-color: #FFFFFF;
  left: 0;
  top: 0;
  right: 0;
  z-index: 60;
}
header .h-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .h-logo {
  max-width: 200px;
}
header .h-logo img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  header .h-logo img {
    max-width: 50%;
  }
}
header .h-link-tel-wrap {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #f66e00;
}
@media screen and (max-width: 767px) {
  header .h-link-tel-wrap {
    display: none;
  }
}
header .h-link-tel-wrap p {
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 16px;
}
header .h-link-wrap {
  display: flex;
}
header .h-link-wrap > * + * {
  margin-left: 20px;
}
header .h-link-wrap .h-link-tel {
  text-align: center;
  background-color: #FFFFFF;
  padding: 5px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  header .h-link-wrap .h-link-tel {
    display: none;
  }
}
header .h-link-wrap .h-link-tel > a {
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
header .h-link-wrap .h-link-tel > a .tel-num-wrap {
  display: flex;
  align-items: center;
  font-size: 18px;
}
header .h-link-wrap .h-link-tel > a ._name {
  font-size: 12px;
  line-height: 1;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
header .h-link-wrap .h-link-tel > a ._time {
  font-size: 10px;
}
header .h-link-wrap .h-link-tel + .h-link-tel {
  margin-left: 20px;
}
header .h-link-wrap .h-link-find {
  display: flex;
  align-items: center;
  padding: 5px 50px 5px 10px;
  background-color: #ea9085;
  color: #FFFFFF;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .h-link-wrap .h-link-find {
    display: none;
  }
}
header .h-link-wrap .h-link-find:after {
  content: "→";
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
header .h-link-wrap .h-link-tel span {
  font-size: 12px;
}
header .h-link-wrap .h-link-introduction {
  display: flex;
  align-items: center;
  background-color: #f66e00;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 16px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header .h-link-wrap .h-link-introduction {
    display: none;
  }
}
header .h-link-wrap .h-link-introduction:after {
  content: "→";
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
header .h-link-wrap .h-link-introduction a {
  display: flex;
  padding: 10px 50px 10px 10px;
  height: 100%;
  align-items: center;
}
header .h-link-wrap .h-link-introduction._color2 {
  background-color: #e0696c;
}
header .h-link-wrap .sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .h-link-wrap .sp-menu-btn {
    display: block;
    width: 58px;
    height: 58px;
    background-color: #6e5773;
    position: absolute;
    right: 0;
    top: 0;
  }
  header .h-link-wrap .sp-menu-btn:before {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
  }
  header .h-link-wrap .sp-menu-btn > span {
    width: 80%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s;
  }
  header .h-link-wrap .sp-menu-btn > span:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    transform-origin: center;
    transition: 0.4s;
  }
  header .h-link-wrap .sp-menu-btn:after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
  }
  header .h-link-wrap .sp-menu-btn.open:before {
    display: none;
  }
  header .h-link-wrap .sp-menu-btn.open > span {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .h-link-wrap .sp-menu-btn.open > span:before {
    transform: rotate(-90deg);
  }
  header .h-link-wrap .sp-menu-btn.open:after {
    display: none;
  }
}

.sp-menu-content {
  display: none;
  padding: 20px;
  position: fixed;
  top: 58px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.sp-menu-content.active {
  display: block;
}
.sp-menu-content .sp-menu-content-link {
  font-size: 20px;
}
.sp-menu-content .sp-menu-content-link > li {
  padding: 20px 10px;
}
.sp-menu-content .sp-menu-content-link > li a {
  display: block;
  position: relative;
}
.sp-menu-content .sp-menu-content-link > li a:not(.no-link)::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.sp-menu-content .sp-menu-content-link > li a.no-link {
  padding-right: 30px;
}
.sp-menu-content .sp-menu-content-link > li a.no-link:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.sp-menu-content .sp-menu-content-link > li a.no-link:after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.sp-menu-content .sp-menu-content-link > li a.close:after {
  transform: translateY(-50%) rotate(0);
}
.sp-menu-content .sp-menu-content-link > li a.close + .sp-menu-content-link-child {
  margin-top: 0;
}
.sp-menu-content .sp-menu-content-link > li + li {
  border-top: 1px solid #000000;
}
.sp-menu-content .sp-menu-content-link-child {
  padding-left: 20px;
  font-size: 18px;
  margin-top: 20px;
  transition: padding 0.3s, line-height 0.3s, margin 0.3s;
  overflow: hidden;
}
.sp-menu-content .sp-menu-content-link-child > li + li {
  margin-top: 20px;
}

.h-nav-link-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .h-nav-link-wrap {
    display: none;
  }
}

.h-nav-link-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
}
.h-nav-link-list > li {
  font-size: 20px;
}
.h-nav-link-list > li .drop-down-menu {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.h-nav-link-list > li .drop-down-menu:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #d10c14;
  border-bottom: 1px solid #d10c14;
  position: absolute;
  right: 0;
  top: 3px;
  transform: rotate(45deg);
}
.h-nav-link-list > li:hover a, .h-nav-link-list > li._current a {
  position: relative;
}
.h-nav-link-list > li:hover a:before, .h-nav-link-list > li._current a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.drop-down-content {
  width: 100%;
  max-width: 800px;
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  z-index: 99;
  display: none;
}
.drop-down-content.active {
  display: block;
}
.drop-down-content-inner {
  padding: 30px;
  display: flex;
}
.drop-down-content-inner > * {
  width: 50%;
}
.drop-down-content-inner > * img {
  max-width: 100%;
}
.drop-down-content .drop-down-content-hdg span {
  display: inline-block;
  color: #ca0000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.drop-down-content .drop-down-content-hdg p {
  font-size: 20px;
  font-weight: bold;
}
.drop-down-content .drop-down-link {
  display: flex;
  flex-wrap: wrap;
}
.drop-down-content .drop-down-link > li {
  width: calc((100% - 20px) / 2);
}
.drop-down-content .drop-down-link > li:nth-child(even) {
  margin-left: 20px;
}
.drop-down-content .drop-down-link > li:nth-child(n+3) {
  margin-top: 30px;
}
.drop-down-content .drop-down-link > li a {
  display: block;
}
.drop-down-content .drop-down-link > li a > span {
  display: block;
  margin-top: 5px;
}
.drop-down-content .drop-down-link > li a:hover {
  opacity: 0.7;
}

.over-lay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 50;
  display: none;
}
.over-lay.active {
  display: block;
}

.hdg-lv3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  text-align: center;
  font-size: 40px;
  color: #e3686b;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .hdg-lv3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.hdg-lv3._color {
  color: #d01119;
}
.hdg-lv3 > ._sub {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #d1252b;
}
.hdg-lv3._service {
  display: block;
  font-size: 30px;
  line-height: 1.5;
}
.hdg-lv3 ._str {
  font-size: 30px;
  color: #d01119;
}
@media screen and (max-width: 767px) {
  .hdg-lv3 ._str {
    font-size: 24px;
  }
}

.hdg-lv4 {
  font-size: 25px;
  border-left: 6px solid #e3686b;
  line-height: 1.5;
  padding: 3px 0;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hdg-lv4 {
    font-size: 20px;
  }
}

* + .hdg-lv4 {
  margin-top: 50px;
}

.text p {
  font-size: 18px;
  line-height: 1.8;
}
.text p._medium {
  font-size: 20px;
}
.text p._bold {
  font-weight: bold;
}
.text p + p {
  margin-top: 20px;
}

.img-wrap {
  text-align: center;
}
.img-wrap img {
  max-width: 100%;
}
.img-wrap a:hover {
  opacity: 0.7;
}

main._business-01 {
  background-image: url("../images/fv-img-01.webp");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
main._business-02 {
  background-image: url("../images/fv-img-02.webp");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
main._business-03 {
  background-image: url("../images/fv-img-03.webp");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
main._business-04 {
  background-image: url("../images/fv-img-04.webp");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

section {
  padding: 50px 0;
}
section.bg-attempt {
  background-image: url("../images/attempt-bg-img.webp");
  background-size: cover;
  background-position: center center;
}
section.pb0 {
  padding-bottom: 0;
}
section.pl {
  padding: 120px 0 80px;
}
section._info, section._tab {
  position: relative;
}

.content-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.col2-content {
  display: flex;
}
.col2-content._center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .col2-content {
    flex-direction: column;
  }
  .col2-content._sp-rev {
    flex-direction: column-reverse;
  }
}
.col2-content > * {
  width: calc((100% - 20px) / 2);
}
.col2-content > * + * {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .col2-content > * + * {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .col2-content > * {
    width: 100%;
    margin-top: 20px;
  }
  .col2-content > *:last-child {
    margin-top: 0;
  }
}
.col2-content ._v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col2-content._rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .col2-content._rev {
    flex-direction: column;
  }
}
.col2-content._rev > * + * {
  margin-left: 0;
  margin-right: 20px;
}

.mv-area {
  position: relative;
}
.mv-area .mv-inner {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 10px 0 10%;
  text-align: right;
  position: relative;
}
.mv-area .mv-inner img {
  max-width: 100%;
}
.mv-area._business {
  height: 35vw;
}
@media screen and (max-width: 767px) {
  .mv-area._business {
    height: 38vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-area._service {
    height: auto;
    background: none;
  }
  .mv-area._service .mv-inner {
    padding: 0;
    width: 100%;
  }
  .mv-area._service ._category {
    display: none;
  }
  .mv-area._service ._logo {
    display: none;
  }
  .mv-area._service ._text {
    display: none;
  }
}
.mv-area._type2 {
  height: 35vw;
  background-size: cover;
  background-position: center center;
}
.mv-area._type2._info {
  background-image: url("../images/fv-img-05.webp");
}
.mv-area._type2._faq {
  background-image: url("../images/fv-img-06.webp");
}
.mv-area._type2._recruit {
  background-image: url("../images/fv-img-07.webp");
}
.mv-area._type2 .hdg-lv2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #e3686b;
}
@media screen and (max-width: 767px) {
  .mv-area._type2 .hdg-lv2 {
    font-size: 28px;
  }
}
.mv-area._type2 .mv-inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  height: 100%;
}
.mv-area._top .hdg-lv2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mv-area._top .hdg-lv2 {
    font-size: 28px;
    background-color: rgba(255, 255, 255, 0.7);
    background-position: center -10px, center bottom;
  }
}
.mv-area .hdg-lv2 {
  display: flex;
  flex-direction: column;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.mv-area .hdg-lv2 ._category {
  font-size: 18px;
  color: #ca0000;
  margin-bottom: 10px;
}
.mv-area .hdg-lv2 ._text {
  margin-top: 5px;
  font-size: 28px;
}
.mv-area .service-fv-sp-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv-area .service-fv-sp-img {
    display: block;
    max-width: 100%;
  }
}

.service-list {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.service-list > li {
  width: calc((100% - 40px) / 2);
  border: 2px solid #e3686c;
  border-radius: 10px;
}
.service-list > li img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .service-list > li {
    width: calc((100% - 20px) / 2);
  }
}
.service-list > li > a {
  display: block;
  height: 100%;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}
.service-list > li > a img {
  max-width: 100%;
}
.service-list > li:nth-child(even) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .service-list > li:nth-child(even) {
    margin-left: 20px;
  }
}
.service-list > li:nth-child(n+3) {
  margin-top: 50px;
}
.service-list > li .service-hdg {
  margin-top: 20px;
  color: #e3686c;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .service-list > li .service-hdg {
    font-size: 18px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.service-list > li .link-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e3686c;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .service-list > li .link-arrow {
    width: 20px;
    height: 20px;
    font-size: 14px;
    right: 5px;
  }
}
.service-list > li .service-list-caption {
  margin-top: 20px;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service-list > li .service-list-caption {
    font-size: 16px;
  }
}
.service-list > li .service-list-caption > span {
  display: inline-block;
  text-align: left;
}

.info-list-wrap {
  margin-bottom: 60p;
}

.info-list > li a {
  display: block;
  padding: 40px 20px;
  border-top: 1px solid #e8e1ce;
  position: relative;
}
.info-list > li a:after {
  content: "→";
  color: #eb9085;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.info-list > li .info-tag-wrap {
  display: flex;
  align-items: center;
}
.info-list > li .info-tag-wrap > * + * {
  margin-left: 10px;
}
.info-list > li .info-tag-wrap .category {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  background-color: #6e5773;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .info-list > li .info-tag-wrap .category {
    font-size: 12px;
  }
}
.info-list > li .info-tag-wrap .category2 {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  background-color: #eb9085;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .info-list > li .info-tag-wrap .category2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .info-list > li .info-tag-wrap .date {
    font-size: 14px;
  }
}
.info-list > li .info-text {
  display: block;
  margin-top: 20px;
}
.info-list > li:last-child a {
  border-bottom: 1px solid #e8e1ce;
}

.recruit-head {
  font-weight: bold;
}

.recruit-btn-wrap {
  display: flex;
  margin-top: 20px;
}
.recruit-btn-wrap > a {
  display: block;
  width: calc((100% - 20px) / 3);
  padding: 10px 30px 12px 12px;
  border: 1px solid #c97176;
  color: #c97176;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
.recruit-btn-wrap > a:after {
  content: "→";
  color: #c97176;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.recruit-btn-wrap > a + a {
  margin-left: 10px;
}
.recruit-btn-wrap + .recruit-head {
  margin-top: 50px;
}

.service-worry-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .service-worry-list {
    flex-wrap: wrap;
  }
}
.service-worry-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 5px;
  border-radius: 50%;
  border: 3px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .service-worry-list > li {
    width: 50%;
    height: auto;
    padding: 10px;
    transform: translate(0) !important;
  }
}
.service-worry-list > li:first-child {
  transform: translate(80px, 200px);
}
.service-worry-list > li:nth-child(2), .service-worry-list > li:nth-child(3) {
  transform: translateY(40px);
}
.service-worry-list > li:last-child {
  transform: translate(-80px, 200px);
}
.service-worry-list > li p {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .service-worry-list > li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .service-worry-img img {
    max-width: 50%;
  }
}

.box-w {
  padding: 30px;
  background-color: #FFFFFF;
}
.box-w p {
  text-align: center;
  line-height: 1.8;
}

.side-over-bg {
  padding-top: 40px;
  background: linear-gradient(90deg, #fafafa 0, #fafafa 70%, #FFFFFF 70%, #FFFFFF 100%);
  position: relative;
}
.side-over-bg._rev {
  background: linear-gradient(90deg, #FFFFFF 0, #FFFFFF 30%, #fafafa 30%, #fafafa 100%);
}
.side-over-bg:before {
  content: "";
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.side-over-bg .content-inner {
  position: relative;
  z-index: 10;
}
.side-over-bg + .side-over-bg {
  margin-top: 80px;
}

.other-list > li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .other-list > li {
    flex-direction: column;
  }
  .other-list > li .other-detail-hdg {
    display: flex;
  }
}
.other-list > li > * {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .other-list > li > * {
    width: 100%;
  }
}
.other-list > li > * + * {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .other-list > li > * + * {
    margin-left: 0;
  }
}
.other-list > li + li {
  margin-top: 100px;
}
.other-list .other-detail .other-num {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.other-list .other-detail .other-num ._text {
  font-size: 14px;
}
.other-list .other-detail .other-num ._num {
  color: #FFFFFF;
  font-size: 40px;
  -webkit-text-stroke-color: #d10c14;
  -webkit-text-stroke-width: 1px;
}
@media screen and (max-width: 767px) {
  .other-list .other-detail .other-num ._num {
    margin-right: 10px;
  }
}
.other-list .other-detail-read {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
.other-list .other-detail-box {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #000000;
}
.other-list .other-detail-box-hdg {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.other-list .other-detail-box p {
  line-height: 1.8;
}
.other-list .installation-facility {
  padding: 30px 20px 20px 20px;
  background-color: #fef2f4;
}
.other-list .installation-facility-hdg {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  color: #d10c14;
  font-weight: bold;
}
.other-list .installation-facility .text {
  margin-top: 20px;
}
.other-list .installation-facility .text p {
  font-size: 16px;
  line-height: 1.8;
}

.service-contact-box {
  width: 100%;
  max-width: 700px;
  margin: 80px auto 0;
}
.service-contact-box h3 {
  padding: 20px 10px;
  background-color: #e3686b;
  border-radius: 20px 20px 0 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.service-contact-box-body {
  padding: 40px 20px 20px 20px;
  background-color: #FFFFFF;
  border: 2px solid #e3686b;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .service-contact-box-body {
    padding: 20px;
  }
}
.service-contact-box-tel {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.service-contact-box-tel span {
  font-size: 14px;
  font-weight: normal;
}
.service-contact-box-web {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-contact-box-web a {
  display: inline-block;
  padding: 10px 50px 10px 10px;
  background-color: #e3686b;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 18px;
  position: relative;
}
.service-contact-box-web a:after {
  content: "→";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.service-contact-box._color2 h3 {
  background-color: #ee6e00;
}
.service-contact-box._color2 .service-contact-box-body {
  border-color: #ee6e00;
}
.service-contact-box._color2 .service-contact-box-body .col4-content {
  display: flex;
  flex-wrap: wrap;
}
.service-contact-box._color2 .service-contact-box-body .col4-content > .service-contact-box-tel {
  width: 33.3333333333%;
  padding: 0 10px;
}
.service-contact-box._color2 .service-contact-box-body .col4-content > .service-contact-box-tel:nth-child(n+4) {
  margin-top: 20px;
}
.service-contact-box._color2 .service-contact-box-web a {
  background-color: #ee6e00;
}

.info-tab {
  width: 100%;
  max-width: 1080px;
  display: flex;
  align-items: stretch;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .info-tab {
    flex-wrap: wrap;
  }
}
.info-tab._tab {
  position: static;
  transform: translate(0);
}
.info-tab > * {
  width: 25%;
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .info-tab > * {
    width: 50%;
  }
}
.info-tab > *:last-child {
  border-right: none;
}
.info-tab > * a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #e3686b;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffe5e8;
  border-top: 3px solid #ffe5e8;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .info-tab > * a {
    font-size: 14px;
  }
}
.info-tab > *._current a, .info-tab > *:hover a {
  border-top: 3px solid #d01119;
  background-color: #FFFFFF;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .info-tab > *._current a, .info-tab > *:hover a {
    border-top: none;
    border-bottom: 3px solid #d01119;
  }
}
@media screen and (max-width: 767px) {
  .info-tab._col5 {
    position: static;
    transform: translate(0);
  }
}
.info-tab._col5 > * {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .info-tab._col5 > * {
    width: 50%;
  }
}

.faq-list > li + li {
  margin-top: 40px;
}
.faq-list > li .faq-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ea9085;
  padding: 10px 50px 10px 10px;
  position: relative;
}
.faq-list > li .faq-head .faq-q {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ea9085;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}
.faq-list > li .faq-head p {
  font-weight: bold;
}
.faq-list > li .faq-head:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ea9085;
  position: absolute;
  top: 50%;
  right: 20px;
}
.faq-list > li .faq-head:after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #ea9085;
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.faq-list > li .faq-head.is-close:after {
  transform: translateY(-50%) rotate(0);
}
.faq-list > li .faq-head.is-close + .faq-body {
  height: 0;
  border: none;
}
.faq-list > li .faq-body {
  transition: 0.3s;
  overflow: hidden;
}
.faq-list > li .faq-body-inner {
  display: flex;
  padding: 20px 10px;
}
.faq-list > li .faq-body .faq-a {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #ea9085;
  border-radius: 50%;
  color: #ea9085;
  font-size: 20px;
  font-weight: bold;
}
.faq-list > li .faq-body p {
  padding-top: 10px;
  line-height: 1.8;
}

.company-about-list > li {
  display: flex;
  padding: 30px 0;
  border-top: 2px solid #e7dfcb;
}
.company-about-list > li .company-about-list-head {
  width: 20%;
  font-size: 18px;
  font-weight: bold;
}
.company-about-list > li .company-about-list-body {
  width: 80%;
}
.company-about-list > li .company-about-list-body .company-about-list-body-block + .company-about-list-body-block {
  margin-top: 20px;
}

.recruit-content-wrap h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
.recruit-content-wrap h3 img {
  margin-right: 10px;
}
.recruit-content-wrap + .recruit-content-wrap {
  margin-top: 100px;
}

.recruit-tbl {
  border: 1px solid #ec9a90;
  width: 100%;
}
.recruit-tbl + .recruit-tbl {
  margin-top: 60px;
}
.recruit-tbl tr + tr {
  border-top: 1px solid #ec9a90;
}
.recruit-tbl th {
  width: 20%;
  padding: 30px 20px;
  background-color: #fef2f4;
  font-size: 20px;
  font-weight: bold;
}
.recruit-tbl td {
  width: 80%;
  padding: 30px;
  font-size: 20px;
}

.office-info-list {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .office-info-list {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: left;
  }
}
.office-info-list > li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 767px) {
  .office-info-list > li {
    width: calc((100% - 20px) / 2);
  }
  .office-info-list > li:nth-child(n+3) {
    margin-top: 30px;
  }
  .office-info-list > li:nth-child(even) {
    margin-left: 20px;
  }
}
.office-info-list > li .img-wrap {
  margin-bottom: 20px;
}
.office-info-list > li .img-wrap img {
  max-width: 100%;
}
.office-info-list > li .of-list-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.office-info-list > li .of-list-address {
  font-size: 14px;
  margin-bottom: 10px;
}
.office-info-list > li .of-list-detail {
  font-size: 14px;
}
.office-info-list > li .of-list-detail .of-list-detail-item {
  display: flex;
}
.office-info-list > li .of-list-detail .of-list-detail-item + .of-list-detail-item {
  margin-top: 5px;
}
.office-info-list > li .of-detail-link-btn {
  text-align: center;
  margin-top: 20px;
}
.office-info-list > li .of-detail-link-btn a {
  display: inline-flex;
  padding: 2px 10px;
  font-size: 14px;
  color: #6f5972;
  border: 1px solid #6f5972;
}
.office-info-list > li + li {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .office-info-list > li + li {
    margin-left: 0;
  }
}

.info-page-hdg {
  font-size: 28px;
  margin-bottom: 60px;
  text-align: center;
}

.info-page-text {
  text-align: center;
  line-height: 1.5;
}
.info-page-text a {
  text-decoration: underline;
}
.info-page-text a:hover {
  opacity: 0.7;
}

.office-info {
  display: flex;
}
@media screen and (max-width: 767px) {
  .office-info {
    flex-direction: column-reverse;
  }
}
.office-info > * {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  .office-info > * {
    width: 100%;
  }
}

.office-info-img {
  background-color: #FFFFFF;
  padding: 30px;
}

.office-info-detail {
  margin-left: 30px;
}
.office-info-detail .office-info-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.office-info-detail .office-info-address {
  font-size: 18px;
}

.office-info-detail-list {
  margin-top: 30px;
}
.office-info-detail-list > li {
  display: flex;
  font-size: 14px;
  font-weight: bold;
}
.office-info-detail-list > li .office-info-detail-list-hdg {
  flex-shrink: 0;
}
.office-info-detail-list > li + li {
  margin-top: 10px;
}

.business-about {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .business-about {
    flex-direction: column;
  }
}
.business-about .business-about-text p {
  font-size: 24px;
  line-height: 1.5;
}
.business-about .business-about-text p + p {
  margin-top: 30px;
}
.business-about .business-about-img {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .business-about .business-about-img {
    margin-left: 0;
    margin-top: 20px;
  }
}
.business-about .business-about-img img {
  max-width: 100%;
}

.business-about-sub-box {
  max-width: 900px;
  margin: 30px auto 0;
  padding: 30px 20px;
  background-color: #FFFFFF;
  border: 2px solid #d67071;
  border-radius: 20px;
}
.business-about-sub-box p {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.business-location {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.business-location-hdg {
  font-size: 22px;
}
.business-location-list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
.business-location-list > li {
  width: calc((100% - 60px) / 3);
}
.business-location-list > li + li {
  margin-left: 30px;
}
.business-location-list > li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .business-location-list > li {
    width: calc((100% - 20px) / 2);
  }
  .business-location-list > li:nth-child(even) {
    margin-left: 20px;
  }
}
.business-location-list .business-location-img {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.business-location-list .business-location-img img {
  border-radius: 20px;
  max-height: 146px;
}
@media screen and (max-width: 767px) {
  .business-location-list .business-location-img {
    margin-bottom: 0;
  }
}
.business-location-list .business-location-img img {
  max-width: 100%;
}
.business-location-list .business-location-hdg {
  display: inline-block;
  padding: 5px;
  background-color: #e3686b;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .business-location-list .business-location-hdg {
    font-size: 14px;
  }
}
.business-location-list .business-location-detail {
  font-size: 12px;
}
.business-location-list .business-location-detail-wrap {
  display: flex;
}
.business-location-list .business-location-detail-wrap dt {
  width: 20%;
}
.business-location-list .business-location-detail-wrap + * {
  margin-top: 10px;
}
.business-location-list + .business-location-hdg {
  margin-top: 50px;
}

.attempt-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .attempt-list {
    flex-direction: column;
  }
}
.attempt-list > li {
  width: calc((100% - 80px) / 3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .attempt-list > li {
    width: 100%;
  }
}
.attempt-list > li + li {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .attempt-list > li + li {
    margin-left: 0;
    margin-top: 50px;
  }
}
.attempt-list-img {
  text-align: center;
  margin-bottom: 30px;
}
.attempt-list-img img {
  max-width: 100%;
}
.attempt-list-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #e3686b;
  color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(75%);
  font-size: 35px;
}
.attempt-list-hdg {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
}
.attempt-list-text p {
  font-size: 14px;
  line-height: 1.5;
}

.business-info-col2 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .business-info-col2 {
    flex-direction: column;
  }
}
.business-info-col2._rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .business-info-col2._rev {
    flex-direction: column;
  }
}
.business-info-col2._rev .business-info-img {
  margin-right: 20px;
}
.business-info-col2 > * {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .business-info-col2 > * {
    width: 100%;
  }
}
.business-info-col2 .business-info-img {
  margin-left: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-info-col2 .business-info-img {
    margin-left: 0;
    margin-top: 20px;
  }
}
.business-info-col2 .business-info-img img {
  max-width: 100%;
}
.business-info-col2 .business-info-tag {
  display: inline-block;
  padding: 3px 5px;
  font-size: 18px;
  background-color: #e3686b;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.business-info-col2 .business-info-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.business-info-col2 .business-info-text p {
  font-size: 16px;
  line-height: 1.5;
}
.business-info-col2 .business-info-text p + p {
  margin-top: 20px;
}
.business-info-col2 + .business-info-col2 {
  margin-top: 60px;
}

.business-info-list > li {
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business-info-list > li {
    font-size: 18px;
  }
}
.business-info-list > li + li {
  margin-top: 30px;
}
.business-info-list > li:before {
  content: "★";
  position: absolute;
  left: 0;
  top: 0;
  color: #e3686b;
}

.wave-bg {
  padding: 11% 0 5%;
  background-image: url(../images/wave-bg-top.webp), url(../images/wave-bg-bottom.webp);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  position: relative;
}
.wave-bg .wave-bg-inner {
  background-color: #fff9eb;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .wave-bg .wave-bg-inner {
    padding-bottom: 50px;
  }
}
.wave-bg._top {
  padding: 7% 0 5%;
  background-position: center -50px, center bottom;
}
@media screen and (max-width: 767px) {
  .wave-bg._top {
    background-position: center -10px, center bottom;
  }
}
.wave-bg .business-hdg-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wave-bg .business-hdg-logo img {
  max-width: 100%;
}

* + .box-link {
  margin-top: 80px;
}

.box-link {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-image: url("../images/box-bg-01.webp");
  background-size: cover;
  background-position: right center;
  transition: 0.5s;
}
.box-link > a {
  display: block;
  padding: 40px 20px 30px;
}
@media screen and (max-width: 767px) {
  .box-link > a {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.box-link:hover {
  opacity: 0.7;
}
.box-link p {
  color: #e0696c;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box-link p {
    font-size: 18px;
  }
}
.box-link .box-link-flex {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .box-link .box-link-flex {
    flex-direction: column;
    align-items: center;
  }
}
.box-link .box-link-tel {
  display: flex;
  flex-direction: column;
}
.box-link .box-link-tel .tel-num-wrap {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .box-link .box-link-tel .tel-num-wrap {
    font-size: 14px;
  }
}
.box-link .box-link-tel ._time {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .box-link .box-link-tel ._time {
    font-size: 10px;
  }
}
.box-link .box-link-btn {
  margin-left: 20px;
  display: flex;
  align-items: center;
  padding: 10px 50px 10px 10px;
  background-color: #e0696c;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 18px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .box-link .box-link-btn {
    padding: 10px 20px 10px 5px;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 10px;
  }
}
.box-link .box-link-btn:after {
  content: "→";
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-tbl {
  width: 100%;
}
.form-tbl tr + tr {
  border-top: 1px dotted #cccccc;
}
.form-tbl th {
  width: 30%;
  padding: 30px 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form-tbl th {
    padding: 20px 10px;
    font-size: 16px;
  }
}
.form-tbl td {
  width: 70%;
  padding: 30px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .form-tbl td {
    padding: 20px 10px;
    font-size: 16px;
  }
}
.form-tbl .error_m {
  display: block;
  margin-top: 10px;
  color: #d1252b;
}
.form-tbl input[type=text] {
  width: 100%;
  padding: 5px;
}
.form-tbl textarea {
  width: 100%;
  height: 200px;
  padding: 5px;
}
.form-tbl .required {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
  background-color: #d1252b;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .form-tbl .required {
    margin-bottom: 10px;
  }
}
.form-tbl .form-part-wrap + * {
  margin-top: 30px;
}
.form-tbl .radio-list > li {
  display: flex;
}
.form-tbl .radio-list > li .radio-wrap {
  margin-right: 10px;
}
.form-tbl .radio-list > li + li {
  margin-top: 10px;
}

.form-btn-wrap {
  text-align: center;
}
.form-btn-wrap button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  background-color: #ea9085;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
}
.form-btn-wrap button:hover {
  opacity: 0.7;
}

.form-sub-text {
  font-size: 16px;
  margin-bottom: 10px;
}

footer {
  background-color: #e3686b;
  padding: 40px 0;
  color: #FFFFFF;
}
footer .footer-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
footer .footer-col2 {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-col2 {
    flex-direction: column-reverse;
  }
}
footer .footer-col2 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  footer .footer-col2 > * {
    width: 100%;
  }
  footer .footer-col2 > *:first-child {
    margin-top: 30px;
  }
}
footer .footer-company-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer-company-data .footer-company-name {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer .footer-company-data .footer-company-name {
    margin-bottom: 10px;
  }
}
footer .footer-company-data .footer-company-address {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer .footer-company-data .footer-company-address {
    margin-bottom: 20px;
  }
}
footer .footer-company-data .footer-company-tel {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-company-data .footer-company-tel {
    margin-bottom: 20px;
  }
}
footer .footer-company-data .footer-company-tel span {
  font-size: 14px;
}
footer .footer-contact-btn {
  margin-bottom: 40px;
}
footer .footer-contact-btn a, footer .footer-contact-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 70px 20px 30px;
  background-color: #fff9eb;
  border-radius: 40px;
  font-size: 24px;
  color: #e3686b;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
footer .footer-contact-btn a:after, footer .footer-contact-btn span:after {
  content: "→";
  display: block;
  color: #e3686b;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  footer .footer-contact-btn a, footer .footer-contact-btn span {
    font-size: 22px;
  }
}
footer .footer-link-list {
  display: flex;
}
footer .footer-link-list > * {
  width: 50%;
}
footer .footer-link-list a:hover {
  text-decoration: underline;
}
footer .footer-link-list-service > span {
  font-size: 20px;
  font-weight: bold;
}
footer .footer-link-list-service ul {
  margin-top: 10px;
}
footer .footer-link-list-service ul > li {
  padding-left: 12px;
  position: relative;
}
footer .footer-link-list-service ul > li::before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
footer .footer-link-list-service ul > li + li {
  margin-top: 10px;
}
footer .footer-link-list-other > li + li {
  margin-top: 20px;
}
footer .footer-link-list-other > li a {
  font-size: 20px;
  font-weight: bold;
}

.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}

.z5 {
  position: relative;
  z-index: 5;
}

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

.privacy-policy-hdg {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.privacy-policy-box {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 900px;
  height: 200px;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid #000000;
}

.privacy-policy-list {
  margin-top: 30px;
}
.privacy-policy-list > li p {
  line-height: 1.4;
}
.privacy-policy-list > li > span {
  font-weight: bold;
}
.privacy-policy-list > li > span + p {
  margin-top: 5px;
}
.privacy-policy-list > li + li {
  margin-top: 25px;
}

.faq-list .faq-head {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .faq-list .faq-head {
    font-size: 20px;
  }
}
.faq-list .faq-body a {
  display: flex;
  align-items: center;
  text-decoration: underline;
  position: relative;
}

.faq-list .faq-body a._pdf:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 24px;
  background-image: url("../images/pdf-icon.jpg");
  background-size: cover;
}

.faq-list .faq-body {
  font-size: 20px;
}

.faq-list .faq-body a:hover {
  color: #4d9bc1;
}

.mb20 {
  margin-bottom: 20px;
}

.topimg {
  text-align: center;
}

.topimg img {
  width: 80%;
}

.c-btn {
  background: #ff701e;
  border: 2px solid #ff701e;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.c-btn a {
  text-align: center;
  display: block;
  padding: 15px 40px;
}

.c-btn.slide {
  background: #fff;
  color: #ff701e;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-btn.slide::after {
  background: #ff701e;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c-btn.slide:hover {
  color: #fff;
}

.c-btn.slide:hover::after {
  transform: scale(1, 1);
}

.nursery-logo {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nursery-logo img {
    width: 100%;
  }
}
.business-location-detail-full {
  width: 80%;
  border-radius: 15px;
  margin: 0 auto;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
  .business-location-detail-full {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.table_design05 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}

.table_design05 th, .table_design05 td {
  padding: 1em;
  line-height: 1.4;
}

.table_design05 th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
  position: relative;
}

.table_design05 th::after {
  content: "";
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
}

.table_design05 a {
  text-decoration: underline;
}

.table_design05 a:hover {
  color: #4d9bc1;
}

.map-wrap {
  max-width: 60%;
  margin: 0 auto;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  border-radius: 15px;
  padding-top: 35%;
  margin-bottom: 60px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .map-wrap {
    max-width: 90%;
  }
  .map {
    padding-top: 60%;
  }
}
.top-bottm {
  display: block;
  padding: 40px 20px;
  border-bottom: 1px solid #e8e1ce;
  border-top: 1px solid #e8e1ce;
  position: relative;
  margin-bottom: 60px;
}

.top-bottm > li .info-tag-wrap {
  display: flex;
  align-items: center;
}

.top-bottm > li .info-tag-wrap > * + * {
  margin-left: 10px;
}

.top-bottm > li .info-tag-wrap .category {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  background-color: #6e5773;
  color: #FFFFFF;
  line-height: 1;
}

.top-bottm > li .info-text {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .top-bottm > li .info-tag-wrap .category {
    font-size: 12px;
  }
}
.top-bottm > li .info-tag-wrap .category2 {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  background-color: #eb9085;
  color: #FFFFFF;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .top-bottm > li .info-tag-wrap .category2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-bottm > li .info-tag-wrap .date {
    font-size: 14px;
  }
}
.main-image {
  text-align: center;
  margin-bottom: 60px;
}
.main-image img {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .main-image img {
    width: 100%;
  }
}
.recruit-col2 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruit-col2 {
    flex-direction: column;
  }
}
.recruit-col2 > * + * {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-col2 > * + * {
    margin-left: 0;
    margin-top: 20px;
  }
}
.recruit-col2 ._bnr {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .recruit-col2 ._bnr {
    max-width: 100%;
  }
}
.recruit-col2 .text .text-head {
  font-weight: bold;
}

.hdg-lv3 + .recruit-col2 {
  margin-top: 60px;
}

.recruit-col2 + .recruit-item-wrap {
  margin-top: 100px;
}

/*# sourceMappingURL=style.css.map */
