@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Oswald:wght@200..700&display=swap");
:root {
  --pc-header: 0;
  --sp-header: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  letter-spacing: .08em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #333;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.5;
}

.ft_e {
  font-family: "Bodoni Moda", serif;
}

.ft_m {
  font-family: "Noto Sans JP", sans-serif;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.g_ft {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

em, b, i, span, strong, small {
  letter-spacing: inherit;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.c_back {
  text-align: center;
}

.c_back a {
  display: inline-block;
  background: url(../img/arrow-left02.svg) no-repeat 3rem center/2.1rem;
  color: #386c5f;
  line-height: 7rem;
  width: 30rem;
  font-size: 1.7rem;
  border: solid 1px #386c5f;
}

.c_btn a, .c_btn span {
  background: #386c5f url(../img/arrow-right02.svg) no-repeat calc(100% - 2em) center/2.1rem;
  width: 28rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  border-radius: 3em;
  font-size: 1.7rem;
  text-align: center;
}

.c_btn a:hover, .c_btn span:hover {
  background-color: #4c8073;
  opacity: 1;
}

.c_btn a.w, .c_btn span.w {
  background-image: url(../img/arrow-right03.svg);
  background-color: #fff;
  color: #386c5f;
}

.c_btn a.w:hover, .c_btn span.w:hover {
  background-color: #e0f3e7;
}

@media screen and (max-width: 767px) {
  .c_btn a, .c_btn span {
    width: 21rem;
    height: 6.1rem;
    font-size: 1.6rem;
    background-position: calc(100% - 2rem) center;
  }
}

@media screen and (min-width: 768px) {
  .c_btn a.s, .c_btn span.s {
    width: 23.1rem;
    height: 6rem;
  }
}

.c_btn span {
  transition: .3s;
  transition-property: background, color;
}

.c_btn span input {
  height: 100%;
  width: 100%;
}

.c_ttl {
  font-size: 4rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 3.2rem;
    margin-bottom: 1.8rem;
    letter-spacing: .06em;
    white-space: nowrap;
  }
}

.c_ttl i {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  color: #386c5f;
  font-weight: 400;
  letter-spacing: .24em;
  padding-left: 2.8rem;
  margin-bottom: 1.1em;
  position: relative;
  background: url(../img/ttl-mark.svg) no-repeat left center/1.2rem;
}

@media screen and (max-width: 767px) {
  .c_ttl i {
    font-size: 1.2rem;
  }
}

.u_inner {
  width: 120rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .u_inner {
    max-width: calc(100% - 8rem);
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    width: auto;
    margin: 0 2.7rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
  html {
    font-size: calc(100vw * 10 / 1380);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 500);
  }
}

@media screen and (min-width: 768px) {
  .u_tel {
    pointer-events: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 66;
  height: 11rem;
  transition: background .3s;
}

@media screen and (min-width: 768px) {
  #header {
    display: flex;
    justify-content: space-between;
    padding: 2.5rem 3rem 0;
  }
  body.fixed #header {
    background: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
  }
  body.open #header {
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    top: 1.8rem;
    left: 1.7rem;
  }
}

.h_logo img {
  width: 36.7rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 29.3rem;
  }
}

.h_mail {
  text-align: center;
}

.h_mail a {
  background: #0b4134;
  color: #fff;
  border-radius: 3em;
  font-size: 1.4rem;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .6em;
  border: solid 1px #386c5f;
  font-weight: bold;
  letter-spacing: .1em;
  width: 19rem;
}

@media screen and (max-width: 767px) {
  .h_mail a {
    width: 28rem;
    background: #fff;
    color: #386c5f;
    font-size: 2rem;
    height: 6.7rem;
  }
}

.h_mail a:before {
  content: '';
  background: url(../img/h-mail.png) no-repeat 50%/contain;
  width: 1.14em;
  height: 1em;
}

@media screen and (max-width: 767px) {
  .h_mail a:before {
    background-image: url(../img/h-mail-sp.png);
  }
}

@media screen and (min-width: 768px) {
  .h_mail a:hover {
    background: #386c5f;
    opacity: 1;
  }
}

.h_nav {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    font-size: 1.4rem;
    gap: 2.5em;
  }
  body:has(.top_main) .h_nav {
    color: #fff;
  }
  body.fixed .h_nav {
    color: #0b4134;
  }
  .h_nav a {
    display: block;
    line-height: 6rem;
  }
  .h_nav a span {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    color: #fff;
    margin-bottom: 9rem;
  }
  .h_nav a {
    padding: 1.4em 0;
    display: block;
    font-size: 1.8rem;
    background: url(../img/arrow-right02.svg) no-repeat center right/2.1rem;
  }
  .h_nav i {
    display: none;
  }
  .h_nav li {
    border-bottom: solid 1px #2a695a;
  }
}

.h_nav a:hover {
  color: inherit;
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: flex !important;
    gap: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 2rem;
    top: 1.3rem;
    width: 5.4rem;
    cursor: pointer;
  }
  .h_menu .close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  body.open .h_menu .close {
    opacity: 1;
  }
  #toggle_menu {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 8rem;
    height: calc(100% - 8rem);
    background: #0b4134;
    padding: 6.7rem 4.7rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

.f_cta {
  background: #0b4134;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .f_cta .u_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .f_cta .c_btn {
    margin-top: 3rem;
  }
}

.f_cta .c_ttl i {
  color: #e0f3e7;
}

.f_cta p {
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .f_cta p {
    text-align: center;
    margin-bottom: 4.5rem;
  }
}

.f_cta a {
  display: block;
  padding: 12rem 0;
}

@media screen and (max-width: 767px) {
  .f_cta a {
    padding: 6rem 0 6.5rem;
  }
}

.f_cta a:hover {
  color: inherit;
  opacity: 1;
}

.f_cta a:hover .c_btn span {
  background-color: #e0f3e7;
}

#gototop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 60;
}

body:has(.fixed_recruit) #gototop {
  bottom: 15rem;
}

@media screen and (max-width: 767px) {
  body:has(.fixed_recruit) #gototop {
    bottom: 12.5rem;
  }
}

#gototop img {
  width: 8rem;
}

@media screen and (max-width: 767px) {
  #gototop img {
    width: 5.4rem;
  }
}

#footer {
  padding: 10rem 0 11rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #footer {
    background-image: url(../img/f-bg-sp.jpg);
    padding: 5rem 0 3.8rem;
    text-align: center;
  }
  body:has(.fixed_recruit) #footer {
    padding-bottom: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
  }
  .f_row .right {
    padding-top: 2rem;
    width: 53rem;
    display: flex;
    flex-direction: column;
  }
}

.f_logo img {
  width: 43.9rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 35.1rem;
  }
}

.f_info {
  font-size: 1.5rem;
  line-height: 1.86;
  margin: 6.5rem 0 0;
}

.f_info p + p {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .f_info {
    margin: 2rem 0 0;
  }
}

.f_nav {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 5rem;
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .f_nav {
    margin: 4rem 2rem 8.7rem;
    justify-content: center;
    gap: 3.5rem 4rem;
    padding: 5rem 4rem 0;
    border-top: solid 1px #dcdcdc;
  }
}

@media screen and (max-width: 767px) {
  .f_nav li:nth-child(4) {
    margin-left: 5rem;
  }
  .f_nav li:nth-child(5) {
    margin-right: 5rem;
  }
}

.f_nav a {
  display: block;
  position: relative;
}

.f_nav a:hover {
  color: inherit;
}

.f_copy {
  font-size: 1.2rem;
  color: #c8c8c8;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .f_copy {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .f_copy {
    text-align: left;
    font-size: 1.06rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.fixed_recruit {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .fixed_recruit {
    padding: 0 2.7rem;
    width: 100%;
    bottom: 2.7rem;
  }
}

.fixed_recruit a {
  display: block;
  border-radius: 1rem 0 0 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fixed_recruit a {
    border-radius: .67rem;
  }
}

.fixed_recruit a:after {
  content: '';
  position: absolute;
  background: url(../img/arrow-right01.svg) no-repeat 50%/contain;
  width: 1.8rem;
  height: 1.8rem;
  bottom: .6rem;
  right: .6rem;
  width: 1.2rem;
  height: 1.2rem;
}

.fixed_recruit a:hover {
  color: inherit;
}

.fixed_recruit p {
  color: #fff;
  letter-spacing: .14em;
  font-size: 1.4rem;
  position: absolute;
  top: 2.3rem;
  left: 3rem;
}

@media screen and (max-width: 767px) {
  .fixed_recruit p {
    top: 1.5rem;
    left: 2rem;
  }
}

.fixed_recruit p i {
  display: block;
  font-size: 1rem;
  letter-spacing: .1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .fixed_recruit p i {
    font-size: .8rem;
    margin-bottom: .6em;
  }
}

.top_main {
  position: relative;
  background: url(../img/mv-bg.jpg) no-repeat 50%/cover;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .top_main {
    background-image: url(../img/mv-bg-sp.jpg);
    padding-bottom: 11rem;
  }
}

.top_main .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_main .slide {
  overflow: hidden;
  margin-left: 10rem;
}

@media screen and (max-width: 767px) {
  .top_main .slide {
    margin-left: 4.5rem;
  }
}

.top_main .slide img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_main .slide img {
    height: calc(100vh - 6rem);
    object-fit: cover;
    object-position: left bottom;
    min-height: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .top_main dl {
    position: absolute;
    bottom: 12rem;
    left: 5rem;
    color: #fff;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .top_main dl {
    margin: 3rem 2.7rem 0;
  }
}

.top_main dt {
  margin-bottom: 4rem;
}

.top_main dt img {
  width: 91.2rem;
}

.top_main dd {
  font-size: 1.5rem;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .top_main dd {
    font-size: 1.6rem;
    color: #00422b;
  }
  .top_main dd br {
    display: none;
  }
}

.top_main .scroll {
  position: absolute;
  right: 5rem;
  bottom: 18rem;
  font-size: 1.2rem;
  font-weight: 500;
  z-index: 1;
}

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

.top_main .scroll a {
  display: block;
  padding-bottom: 11.5rem;
  position: relative;
}

.top_main .scroll a:before, .top_main .scroll a:after {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  background: #0b4134;
  width: 1px;
  height: 10rem;
}

.top_main .scroll a:before {
  opacity: .2;
}

.top_main .scroll a:after {
  animation: scroll 2s infinite;
}

.top_main .scroll i {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #0b4134;
  letter-spacing: .24em;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.top_sec {
  position: relative;
  padding: 20rem 0;
}

@media screen and (max-width: 767px) {
  .top_sec {
    padding: 10rem 0;
  }
}

.top_sec .row p {
  line-height: 2.11;
}

@media screen and (max-width: 767px) {
  .top_sec .row p {
    line-height: 1.875;
  }
}

@media screen and (min-width: 768px) {
  .top_sec .row {
    display: flex;
    align-items: center;
    gap: 12rem;
  }
  .top_sec .row.b {
    flex-direction: row-reverse;
  }
  .top_sec .row.b figure .a {
    border-radius: 1rem 0 0 1rem;
  }
  .top_sec .row figure {
    width: calc(50% - 6rem);
  }
  .top_sec .row figure .a {
    width: 100%;
    height: 55.5rem;
    object-fit: cover;
    display: block;
    border-radius: 0 1rem 0 0;
  }
}

.top_sec .row figure {
  position: relative;
}

.top_sec .row figure .b {
  position: absolute;
  border-radius: 1rem;
  padding: 1rem;
  background: #e9f5ed;
  right: -6rem;
  bottom: -7rem;
}

@media screen and (max-width: 767px) {
  .top_sec .row figure .b {
    border-radius: .6rem;
    padding: .6rem 0 0 .6rem;
    right: 0;
    bottom: -3.6rem;
  }
}

.top_sec .row figure .b img {
  width: 30rem;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .top_sec .row figure .b img {
    width: 18rem;
    border-radius: .6rem;
  }
}

@media screen and (max-width: 767px) {
  .top_sec .row.a figure {
    margin-bottom: 8rem;
    margin-right: 2.7rem;
    padding-right: 3rem;
  }
  .top_sec .row.a figure .a {
    border-radius: 0 .6rem 0 0;
  }
  .top_sec .row.b figure {
    margin-bottom: 5rem;
    margin-left: 2.7rem;
  }
  .top_sec .row.b figure img {
    border-radius: .6rem 0 0 .6rem;
  }
}

.top_sec .c_btn {
  margin-top: 9rem;
}

@media screen and (max-width: 767px) {
  .top_sec .c_btn {
    margin-top: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_sec .desc {
    margin: 0 2.7rem;
  }
  .top_sec .desc p br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .top_sec .desc {
    width: 54rem;
    margin-top: 3rem;
  }
  .top_sec .desc .c_ttl {
    white-space: nowrap;
  }
}

.top_sec .sub {
  position: absolute;
  top: 16rem;
}

@media screen and (max-width: 767px) {
  .top_sec .sub {
    top: 9rem;
  }
}

.top_about {
  background: #e9f5ed;
}

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

.top_about .c_ttl {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .top_about .c_ttl {
    font-size: 2.9rem;
  }
}

.top_about .slide {
  display: flex;
  overflow: hidden;
  margin-bottom: 19rem;
}

@media screen and (max-width: 767px) {
  .top_about .slide {
    margin-bottom: 12rem;
  }
}

.top_about .slide p {
  animation: scroll-left 70s infinite linear .5s both;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .top_about .slide p {
    padding-right: 3rem;
  }
}

.top_about .slide img {
  height: 14.1rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .top_about .slide img {
    height: 9.4rem;
  }
}

.top_service .sub {
  width: 79.8rem;
  right: 50%;
}

@media screen and (max-width: 767px) {
  .top_service .sub {
    width: 47rem;
    top: 51rem;
    right: -14rem;
  }
}

.top_service .c_ttl {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .top_service .c_ttl {
    font-size: 2.9rem;
  }
}

.top_service ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: solid 1px #333;
  border-top: solid 1px #333;
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .top_service ul {
    margin-top: 6.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.top_service li {
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
}

.top_service li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .top_service li a {
    font-size: 1.6rem;
    height: 6.5rem;
  }
}

.top_service li a:hover {
  background: #386c5f;
  color: #fff;
  opacity: 1;
}

.c_slide .swiper-slide {
  margin: 0 2rem;
  width: 70rem;
}

@media screen and (max-width: 767px) {
  .c_slide .swiper-slide {
    width: 40rem;
  }
}

.c_slide .swiper-slide-active figure:before {
  opacity: 0;
}

.c_slide li p {
  font-size: 1.4rem;
  text-align: center;
  margin: 1.5em 0 0;
}

@media screen and (max-width: 767px) {
  .c_slide li p {
    margin: 1em 0 0;
  }
}

.c_slide li figure {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.c_slide li figure:before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity .3s;
}

.c_slide .slide {
  position: relative;
}

.c_slide .btn i {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 7.1rem;
  height: 46.6rem;
  background: url(../img/btn-prev01.svg) no-repeat 50%/contain;
}

@media screen and (max-width: 767px) {
  .c_slide .btn i {
    width: 5.5rem;
    height: 27rem;
  }
}

.c_slide .btn .prev {
  left: calc(50% - 52rem);
}

@media screen and (max-width: 767px) {
  .c_slide .btn .prev {
    background-image: url(../img/btn-prev01-sp.svg);
    left: calc(50% - 23rem);
  }
}

.c_slide .btn .next {
  background-image: url(../img/btn-next01.svg);
  right: calc(50% - 52rem);
}

@media screen and (max-width: 767px) {
  .c_slide .btn .next {
    background-image: url(../img/btn-next01-sp.svg);
    right: calc(50% - 23rem);
  }
}

.top_faci {
  background: #e9f5ed;
}

.top_faci .sub {
  width: 79.3rem;
  left: calc(50% + 3rem);
}

@media screen and (max-width: 767px) {
  .top_faci .sub {
    width: 53rem;
    left: auto;
    right: -17rem;
  }
}

.top_faci .head {
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  .top_faci .head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 7rem;
  }
  .top_faci .head p {
    margin-bottom: 1.5rem;
  }
  .top_faci .head .c_ttl {
    margin: 0;
  }
}

.top_com .line {
  border-bottom: solid 1px #d1e0d6;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .top_com .line {
    margin: 2.8rem 0 6rem;
  }
}

.top_com .ttl {
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  border-left: solid 0.6rem #386c5f;
  padding-left: .5em;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .top_com .ttl {
    font-size: 2.1rem;
    border-width: .4rem;
  }
}

.top_com p {
  line-height: 1.75;
  margin-bottom: 1.2em;
}

.top_com dl {
  margin: 8rem 0;
  border-top: solid 1px #d1e0d6;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top_com dl {
    margin: 6rem 0;
  }
}

.top_com dt, .top_com dd {
  line-height: 1.86;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top_com dt, .top_com dd {
    font-size: 1.4rem;
  }
}

.top_com dt {
  background: #e9f5ed;
  color: #386c5f;
  padding: 1.5em 1.3em;
  width: 20rem;
  border-bottom: solid 1px #d1e0d6;
}

@media screen and (max-width: 767px) {
  .top_com dt {
    width: 13rem;
    padding: 1.2em 1.2em;
  }
}

.top_com dd {
  border-bottom: solid 1px #d1e0d6;
  padding: 1.5em 2em;
  width: calc(100% - 20rem);
}

@media screen and (max-width: 767px) {
  .top_com dd {
    padding: 1.2em 1.2em;
    width: calc(100% - 13rem);
  }
}

.top_com dd a {
  color: #386c5f;
  text-decoration: underline;
}

.top_com .ttl2 {
  font-size: 1.8rem;
  position: relative;
  letter-spacing: .12em;
  padding-left: 1em;
  margin-bottom: 2.5rem;
}

.top_com .ttl2:before {
  content: '';
  position: absolute;
  background: #1a6a5f;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  top: .6em;
  left: 0;
}

.top_com .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_com .swiper-slide img {
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .top_com .swiper-slide img {
    border-radius: .66rem;
  }
}

.top_com .swiper-slide p {
  line-height: 1.73;
  font-size: 1.5rem;
  margin-top: 2em;
  margin-right: 24rem;
}

@media screen and (max-width: 767px) {
  .top_com .swiper-slide p {
    margin-top: 1.2em;
    margin-right: 14rem;
  }
}

.top_com .btn i {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  width: 7.1rem;
  height: 7.1rem;
  background: url(../img/btn-prev02.svg) no-repeat 50%/contain;
  top: 41rem;
}

@media screen and (max-width: 767px) {
  .top_com .btn i {
    width: 5.5rem;
    height: 5.5rem;
    top: 31rem;
  }
}

.top_com .btn .prev {
  right: 8rem;
}

@media screen and (max-width: 767px) {
  .top_com .btn .prev {
    right: 6.2rem;
  }
}

.top_com .btn .next {
  background-image: url(../img/btn-next02.svg);
  right: 0;
}

.top_com .slide {
  position: relative;
}

.top_com .map {
  border-radius: 1rem;
  overflow: hidden;
  height: 38.7rem;
}

@media screen and (max-width: 767px) {
  .top_com .map {
    height: 30rem;
  }
}

.top_com iframe {
  width: 100%;
  height: 100%;
}

.top_com ul {
  display: flex;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .top_com ul {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .top_com li {
    width: 58rem;
  }
}

.top_recruit {
  position: relative;
}

.top_recruit a {
  display: block;
}

.top_recruit a:before {
  content: '';
  background: url(../img/top-recruit-mark.svg) no-repeat 50%/contain;
  width: 114.2rem;
  height: 76.6rem;
  position: absolute;
  top: -6rem;
  left: calc(50% - 55rem);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_recruit a:before {
    width: 76.0572rem;
    height: 51.0156rem;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
}

@media screen and (min-width: 768px) {
  .top_recruit a:hover {
    opacity: 1;
  }
  .top_recruit a:hover .c_btn span {
    background-color: #e0f3e7;
  }
  .top_recruit a:hover img {
    transform: scale(1.02);
  }
}

.top_recruit figure {
  overflow: hidden;
}

.top_recruit img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_recruit img {
    height: 60rem;
    object-fit: cover;
    object-position: center top;
    transition: transform .3s;
  }
}

.top_recruit .box {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 10rem;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .top_recruit .box {
    left: 2.7rem;
  }
}

.top_recruit .c_ttl i {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_recruit .c_ttl {
    font-size: 2.4rem;
  }
}

.top_recruit .c_btn {
  margin-top: 7rem;
}

.top_recruit .c_btn span {
  transition: background .3s;
}

@media screen and (max-width: 767px) {
  .top_recruit .c_btn {
    margin-top: 3rem;
  }
}

.top_news {
  background: #e9f5ed;
}

@media screen and (min-width: 768px) {
  .top_news {
    padding-top: 29rem;
  }
  .top_news .u_inner {
    position: relative;
    padding-left: 30rem;
  }
  .top_news .left {
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_news .left {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 3.2rem;
  }
  .top_news .c_ttl {
    margin: 0;
  }
}

.top_news .c_btn {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_news .c_btn {
    margin-top: 2rem;
  }
}

.top_news .c_btn a {
  background-image: none;
  width: 20rem;
  height: 6rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top_news .c_btn a {
    width: 16.4rem;
    height: 4.7rem;
  }
}

.top_news .sub {
  width: 39.6rem;
  right: -2rem;
}

@media screen and (min-width: 768px) {
  .top_news .sub {
    width: 59.3rem;
    right: calc(50% + 22rem);
    bottom: 24rem;
    top: auto;
  }
}

.top_news ul {
  border-top: solid 1px #d1e0d6;
}

@media screen and (max-width: 767px) {
  .top_news ul {
    border-color: #a3b7aa;
  }
}

.top_news li a {
  display: block;
  background: url(../img/arrow-right03.svg) no-repeat right center/2.1rem;
  padding: 5rem 0;
  padding-right: 28rem;
  border-bottom: solid 1px #d1e0d6;
  transition-property: border, background;
}

@media screen and (max-width: 767px) {
  .top_news li a {
    background-position: right center;
    background-size: 2.4rem;
    border-color: #a3b7aa;
    padding: 3rem 0;
    padding-right: 6rem;
  }
}

.top_news li a:hover {
  color: inherit;
  border-color: #386c5f;
  opacity: 1;
  background-position: calc(100% - 1em);
}

.top_news li i {
  font-size: 1.3rem;
  background: #386c5f;
  color: #fff;
  padding: .15em 1.5em .05em;
}

@media screen and (max-width: 767px) {
  .top_news li i {
    font-size: 1rem;
    padding: .15em 1em .05em;
  }
}

.top_news li time {
  font-size: 1.5rem;
  color: #386c5f;
}

@media screen and (max-width: 767px) {
  .top_news li time {
    font-size: 1.2rem;
  }
}

.top_news li p {
  font-weight: 500;
}

.top_news li p + p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .top_news li p + p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}

.top_news li p:has(i) {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1em;
  gap: 1.2em;
}

@media screen and (max-width: 767px) {
  .top_news li p:has(i) {
    margin-bottom: .8em;
  }
}

.low_header {
  height: 50rem;
  background: #e9f5ed;
  z-index: 0;
  position: relative;
  margin-bottom: 16rem;
}

@media screen and (max-width: 767px) {
  .low_header {
    margin-bottom: 10rem;
  }
}

body:has(.low_path) .low_header {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .low_header {
    height: 27rem;
  }
}

.low_header .low_inner {
  padding-top: 10rem;
}

@media screen and (min-width: 768px) {
  .low_header .low_inner {
    padding-top: 5rem;
    width: 120rem;
  }
}

@media screen and (max-width: 767px) {
  .low_header.serv {
    height: 33rem;
  }
  .low_header.serv p {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .low_header.serv .low_inner {
    position: relative;
  }
  .low_header.serv p {
    position: absolute;
    right: 0;
    top: 30rem;
  }
}

.low_header .sub {
  position: absolute;
  height: 12.4rem;
  left: calc(50% - 8rem);
  top: 21rem;
}

@media screen and (min-width: 768px) {
  .low_header .sub.serv {
    left: calc(50% + 5rem);
  }
}

@media screen and (max-width: 767px) {
  .low_header .sub {
    top: 5rem;
    height: 10rem;
    left: auto;
    right: -10rem;
  }
}

.low_header .ttl {
  font-size: 6rem;
  font-weight: 600;
  color: #333;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 4rem;
  }
}

.low_header .ttl i {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .24em;
  font-family: "Bodoni Moda", serif;
  color: #386c5f;
  padding-left: 2.8rem;
  background: url(../img/ttl-mark.svg) no-repeat left center/1.2rem;
}

@media screen and (max-width: 767px) {
  .low_header .ttl i {
    font-size: 1.2rem;
  }
}

.rec_app {
  position: fixed;
  right: 4rem;
  bottom: 15rem;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .rec_app {
    right: 1rem;
    bottom: 12rem;
  }
}

.rec_app a {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  width: 7.27em;
  height: 7.27em;
  text-align: center;
  color: #386c5f;
  padding-top: 2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .rec_app a {
    font-size: 1.8rem;
  }
}

body.fixed .rec_app a {
  color: #fff;
}

.rec_app a:before, .rec_app a:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border: solid 0.3rem #386c5f;
  border-radius: 50%;
  background: #fff url(../img/arrow-right03.svg) no-repeat center calc(100% - 3rem)/2.1rem;
}

body.fixed .rec_app a:before {
  background-color: #386c5f;
  background-image: url(../img/arrow-right02.svg);
}

.rec_app a:after {
  content: '';
  inset: 1rem 0 -1rem 0;
  background: #afd2c9;
  z-index: -2;
  border: none;
}

.rec_app a i {
  font-weight: 500;
  letter-spacing: .18em;
  display: block;
  font-size: 1rem;
}

.low_nav2 {
  margin-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .low_nav2 {
    display: flex;
    margin-bottom: 16rem;
  }
}

.low_nav2 li {
  border: solid 1px #386c5f;
}

@media screen and (min-width: 768px) {
  .low_nav2 li + li {
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .low_nav2 li + li {
    border-top: none;
  }
}

@media screen and (min-width: 768px) {
  .low_nav2 li {
    flex: 1;
  }
}

.low_nav2 a {
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #386c5f;
  font-size: 1.8rem;
  letter-spacing: .12em;
  background: url(../img/arrow-down01.svg) no-repeat calc(100% - 3rem) center/1.4rem;
}

.low_nav2 a:hover {
  background-image: url(../img/arrow-down01-ro.svg);
  background-color: #386c5f;
  opacity: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .low_nav2 a {
    height: 6rem;
  }
}

.rec_sec .head {
  background: #386c5f;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: .04em;
  position: relative;
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  .rec_sec .head {
    padding: 3.5rem 0;
    font-size: 2.8rem;
  }
}

.rec_sec .head:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -1.95rem;
  width: 2rem;
  height: 2rem;
  background: #386c5f;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.rec_sec .head i {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .24em;
}

.rec_lead {
  padding: 11rem 0 16rem;
  background: #e9f5ed;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .rec_lead {
    padding: 8rem 0 10rem;
  }
}

.rec_lead.b {
  padding-bottom: 0;
}

.rec_lead .ttl {
  text-align: center;
  font-size: 4rem;
  letter-spacing: .04em;
  color: #386c5f;
  font-weight: 600;
  margin-bottom: .9em;
}

@media screen and (max-width: 767px) {
  .rec_lead .ttl {
    position: relative;
    font-size: 3rem;
  }
}

.rec_lead .ttl:before {
  content: '＼';
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .rec_lead .ttl:before {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
}

.rec_lead .ttl:after {
  content: '／';
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .rec_lead .ttl:after {
    position: absolute;
    right: 0;
    margin: 0;
    bottom: 0;
  }
}

.rec_lead .ttl + p {
  text-align: center;
  line-height: 2;
  letter-spacing: .04em;
  margin-bottom: 7rem;
}

.rec_lead .fig {
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .rec_lead .fig {
    margin-bottom: 5rem;
  }
}

.rec_lead dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 0;
}

.rec_lead dt, .rec_lead dd {
  border-bottom: solid 1px #386c5f;
  padding-bottom: 4rem;
}

.rec_lead dt {
  color: #386c5f;
  letter-spacing: .04em;
  font-size: 2.4rem;
  font-weight: 600;
  width: 24rem;
}

@media screen and (max-width: 767px) {
  .rec_lead dt {
    width: 14rem;
  }
}

.rec_lead dd {
  width: calc(100% - 24rem);
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .rec_lead dd {
    width: calc(100% - 14rem);
  }
}

.rec_lead dd b {
  font-weight: 600;
  display: block;
  font-size: 1.8rem;
}

.rec_lead .bg {
  position: relative;
  z-index: 0;
  margin-top: 16rem;
  padding-top: 15rem;
}

@media screen and (max-width: 767px) {
  .rec_lead .bg {
    margin-top: 10rem;
    padding-top: 10rem;
  }
}

.rec_lead .bg:before {
  content: '';
  position: absolute;
  inset: 0 0 27rem 0;
  background: #fff;
  z-index: -1;
}

.rec_lead .bg2 {
  background: #fff;
  padding: 15rem 0;
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .rec_lead .bg2 {
    padding: 10rem 0;
    margin-top: 10rem;
  }
}

.rec_lead .ttl2 {
  text-align: center;
  width: 70rem;
  overflow: hidden;
  max-width: calc(100% - 5.4rem);
  margin: 0 auto 2.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #386c5f;
  position: relative;
}

@media screen and (max-width: 767px) {
  .rec_lead .ttl2 {
    font-size: 2rem;
  }
}

.rec_lead .ttl2:before, .rec_lead .ttl2:after {
  content: '';
  position: absolute;
  top: .8em;
  width: 50%;
  height: 1px;
  background: #a3b7aa;
}

.rec_lead .ttl2:before {
  translate: -100% 0;
  margin-left: -2em;
}

@media screen and (max-width: 767px) {
  .rec_lead .ttl2:before {
    margin-left: -1em;
  }
}

.rec_lead .ttl2:after {
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .rec_lead .ttl2:after {
    margin-left: 1em;
  }
}

.rec_lead .slide2 {
  display: flex;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 17rem;
  width: 100%;
  z-index: -1;
}

.rec_lead .slide2 p {
  animation: scroll-left 70s infinite linear .5s both;
  padding-right: 4rem;
  display: flex;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .rec_lead .slide2 p {
    padding-right: 3rem;
  }
}

.rec_lead .slide2 img {
  height: 18.6rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .rec_lead .slide2 img {
    height: 12rem;
  }
}

.rec_lead .video {
  margin: 13rem auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .rec_lead .video {
    margin: 10rem auto 0;
  }
}

.rec_lead .video video {
  width: 100%;
  aspect-ratio: 700 / 450;
}

.rec_lead .video figure {
  width: 70rem;
  max-width: calc(100% - 5.4rem);
  margin: 0 auto;
}

.rec_lead .video figcaption {
  font-size: 1.4rem;
  margin-top: 1.5em;
  text-align: center;
}

.rec_menber {
  margin: 18rem 0 0;
}

@media screen and (max-width: 767px) {
  .rec_menber {
    margin: 10rem 0 0;
  }
}

.rec_menber .row {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .rec_menber .row {
    flex-direction: column;
  }
}

.rec_menber .row.a {
  margin-top: 9rem;
}

.rec_menber .desc {
  position: relative;
  padding: 9rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .rec_menber .desc {
    padding: 8rem 0 8rem;
    padding-right: 2rem;
  }
}

.rec_menber .desc:before {
  content: '';
  position: absolute;
  width: calc(50vw + 40rem);
  left: -40rem;
  height: 100%;
  background: #e9f5ed;
  z-index: -1;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .rec_menber .desc:before {
    width: calc(100% + 2.7rem);
    left: -2.7rem;
    height: calc(100% + 5rem);
  }
}

@media screen and (min-width: 768px) {
  .rec_menber .desc {
    width: 54rem;
    margin-top: 9.4rem;
  }
}

@media screen and (min-width: 768px) {
  .rec_menber figure {
    width: 54rem;
  }
}

.rec_menber figure img {
  border-radius: 1rem;
  width: 100%;
}

.rec_menber .ttl {
  background: #386c5f;
  color: #fff;
  display: inline-block;
  padding: .2em .5em;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.rec_menber .ttl small {
  font-size: .5714em;
  margin-left: .5em;
  letter-spacing: .04em;
}

.rec_menber dl {
  margin-top: 4.5rem;
}

.rec_menber dt {
  font-size: 2rem;
  background: url(../img/ttl-mark.svg) no-repeat left center/1.2rem;
  font-weight: 600;
  margin: 4rem 0 .5em;
  padding-left: 1.2em;
  color: #386c5f;
}

.rec_menber dd {
  line-height: 2;
  letter-spacing: -.02em;
}

.rec_info {
  padding: 16rem 0;
}

@media screen and (max-width: 767px) {
  .rec_info {
    padding: 10rem 0;
  }
}

.rec_info.b {
  background: #e9f5ed;
  padding: 16rem 0 20rem;
}

@media screen and (max-width: 767px) {
  .rec_info.b {
    padding: 10rem 0 14rem;
  }
}

.rec_info.b th {
  background: #ddeee3;
}

@media screen and (min-width: 768px) {
  .rec_info .nav {
    margin-bottom: 3rem;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .rec_info .nav li + li a {
    border-left: none;
  }
}

.rec_info .nav a {
  border-color: #386c5f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #386c5f;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  height: 6rem;
  background: #fff url(../img/arrow-down01.svg) no-repeat calc(100% - 2rem) center/1.4rem;
}

.rec_info .nav a:before {
  content: none;
}

.rec_info .nav a.active, .rec_info .nav a:hover {
  border-color: #386c5f;
  background: #386c5f url(../img/arrow-down01-ro.svg) no-repeat calc(100% - 2rem) center/1.4rem;
}

.rec_info .nav a.active {
  pointer-events: none;
}

.rec_info .c_ttl {
  margin-bottom: 7rem;
}

.rec_info .c_btn {
  margin-top: 11rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rec_info .c_btn {
    margin-top: 5rem;
  }
}

.rec_info .c_btn a {
  background-color: #0b4134;
  background-size: 3.1rem;
  background-position: calc(100% - 3rem) center;
  font-size: 2.4rem;
  width: 35rem;
  height: 10rem;
}

.rec_info .c_btn a:hover {
  opacity: .7;
}

.rec_info .ttl {
  border-left: solid 0.25em #386c5f;
  padding-left: .5em;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 4rem;
}

.rec_info table {
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .rec_info table {
    margin-bottom: 8.5rem;
    border-top: solid 1px #d1e0d6;
  }
}

.rec_info th, .rec_info td {
  padding: 1.6em 1.5em;
  line-height: 1.86;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .rec_info th, .rec_info td {
    float: left;
    width: 100%;
    padding: .8em 1em;
    line-height: 1.875;
  }
}

.rec_info th {
  background: #e9f5ed;
  color: #386c5f;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .rec_info th {
    padding: .3em 1em;
  }
}

@media screen and (min-width: 768px) {
  .rec_info th {
    width: 20rem;
    border-bottom: solid 1px #d1e0d6;
  }
}

.rec_info td {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .rec_info td {
    border-bottom: solid 1px #d1e0d6;
    width: calc(100% - 20rem);
  }
}

.rec_info td a {
  color: #386c5f;
  text-decoration: underline;
}

.services_body {
  margin: 0 0 20rem;
}

@media screen and (max-width: 767px) {
  .services_body {
    margin: 0 0 10rem;
  }
}

.serv_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9rem 6rem;
}

@media screen and (max-width: 767px) {
  .serv_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.serv_list img {
  border-radius: 1rem;
  width: 1005%;
  aspect-ratio: 360 / 240;
}

.serv_list a:hover {
  color: inherit;
}

.serv_list p {
  background: url(../img/arrow-right04.svg) no-repeat right center/2rem;
  display: inline-block;
  margin-top: 1em;
  padding-right: 1.5em;
}

.wp-pagenavi {
  margin-top: 13rem;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 8rem;
    font-size: 1.5rem;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  text-align: center;
  width: 4.6em;
  height: 4.6em;
  line-height: 4.6;
  font-weight: 500;
  color: #386c5f;
  border: solid 1px #386c5f;
}

.wp-pagenavi a:nth-child(n + 2), .wp-pagenavi span:nth-child(n + 2) {
  border-left: none;
}

.wp-pagenavi .current {
  background: #e9f5ed;
}

.wp-pagenavi .extend {
  border: none;
  width: 2em;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
  background: url(../img/arrow-left01.svg) no-repeat 50%/0.8rem;
}

.wp-pagenavi .nextpostslink {
  background-image: url(../img/arrow-right05.svg);
}

.serv_body {
  margin: 10rem 2.7rem;
}

@media screen and (min-width: 768px) {
  .serv_body {
    width: 90rem;
    margin: 16rem auto 20rem;
  }
}

.serv_body p {
  line-height: 2;
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .serv_body p {
    line-height: 1.875;
  }
}

.serv_body h2 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #386c5f;
  letter-spacing: .04em;
  border-bottom: solid 1px #d1e0d6;
  padding-bottom: .8em;
  margin: 9rem 0 7rem;
}

@media screen and (max-width: 767px) {
  .serv_body h2 {
    font-size: 2.8rem;
    margin: 6rem 0 5rem;
  }
}

.serv_body h3 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .04em;
  margin: 6rem 0 2rem;
  color: #386c5f;
}

@media screen and (max-width: 767px) {
  .serv_body h3 {
    margin: 4rem 0 2rem;
  }
}

.serv_body h4 {
  color: #386c5f;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: .04em;
  margin: 6rem 0 3rem;
  position: relative;
  padding-left: .9em;
}

@media screen and (max-width: 767px) {
  .serv_body h4 {
    margin: 4rem 0 3rem;
  }
}

.serv_body h4:before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: .45em;
  height: .45em;
  background: #386c5f;
  top: .55em;
}

.serv_body .box {
  padding: 5rem 6rem;
  border-radius: 1rem;
  background: #e9f5ed;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .serv_body .box {
    margin-top: 4rem;
    padding: 4rem 3rem;
  }
}

.serv_body .box h4:first-child {
  margin-top: 0;
}

.serv_body img {
  border-radius: 1rem;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .serv_body img {
    margin-bottom: 4rem;
  }
}

.serv_body figure {
  margin-bottom: 5.5rem;
}

.serv_body figure img {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .serv_body figure {
    margin-bottom: 4rem;
  }
}

.serv_body table {
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .serv_body table {
    margin-bottom: 8rem;
    border-top: solid 1px #d1e0d6;
  }
}

.serv_body tr > * {
  line-height: 2;
  padding: 1.2em  1.5em;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .serv_body tr > * {
    border-bottom: solid 1px #d1e0d6;
  }
}

@media screen and (max-width: 767px) {
  .serv_body tr > * {
    float: left;
    width: 100%;
    padding: .5em  1em;
  }
}

.serv_body td:nth-child(1) {
  background: #e9f5ed;
  text-align: left;
  color: #386c5f;
}

@media screen and (min-width: 768px) {
  .serv_body td:nth-child(1) {
    width: 20rem;
  }
}

@media screen and (max-width: 767px) {
  .serv_body td:nth-child(1) {
    padding: .3em  1em;
  }
}

.serv_body .c_back {
  margin-top: 13rem;
}

@media screen and (max-width: 767px) {
  .serv_body .c_back {
    margin-top: 8rem;
  }
}

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