@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
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 {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #E4F2F0;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

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

.ft_e {
  font-family: "Inter", sans-serif;
}

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

.evt.done {
  visibility: visible;
}

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

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

.c_btn a {
  letter-spacing: .05em;
  display: inline-flex;
  align-items: center;
  gap: .6em;
  color: #227540;
  text-decoration: underline;
}

.c_btn a:after {
  content: '';
  width: .75em;
  height: 1em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #227540;
}

.c_ttl {
  font-size: 2.4rem;
  color: #227540;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

.c_ttl img {
  display: block;
}

.c_ttl > img {
  height: 1.7rem;
  margin-bottom: 1em;
}

.c_back {
  text-align: center;
}

.c_back a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #227540;
  height: 12.5rem;
  width: 57.4rem;
  max-width: 100%;
  color: #fff;
  border-radius: 2rem;
  font-size: 2.4rem;
}

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

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

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

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

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

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

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 10.8rem;
  background: #E4F2F0;
}

@media screen and (min-width: 768px) {
  #header {
    padding: 0 4.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background .3s;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 6rem;
  }
}

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

.h_logo img {
  width: 29.9rem;
}

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

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    font-size: 1.4rem;
    gap: 2.8em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
  .h_nav {
    gap: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    margin-bottom: 2.5rem;
  }
  .h_nav a {
    padding: 1em 0;
  }
}

@media screen and (min-width: 768px) {
  .h_rec {
    width: 15.4rem;
    font-size: 1.4rem;
  }
}

.h_rec a {
  color: #227540;
  border: solid 0.5rem #227540;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1em;
  height: 5.7rem;
}

.h_contact {
  position: fixed;
  right: 0;
  z-index: 65;
  top: 13.3rem;
}

.h_contact a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .15em;
  color: #fff;
  background: #227540;
  height: 22rem;
  width: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
}

.h_contact img {
  width: 1.7rem;
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 2rem;
    top: 2.1rem;
    width: 3rem;
    height: 2rem;
    cursor: pointer;
    z-index: 10;
  }
  .h_menu .icon {
    position: relative;
    display: block;
    left: calc(50% - 1.5rem);
    top: calc(50% - 0.1rem);
  }
  .h_menu .icon, .h_menu .icon:before, .h_menu .icon:after {
    width: 3rem;
    height: 0.2rem;
    background: #29241d;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: background-color, top;
  }
  .h_menu .icon:before, .h_menu .icon:after {
    content: '';
    position: absolute;
    top: calc(((2rem / 2) - 0.1rem) * -1);
    left: 0;
  }
  .h_menu .icon:after {
    top: calc((2rem / 2 - 0.1rem));
  }
  body.open .h_menu .icon {
    background: transparent;
  }
  body.open .h_menu .icon:before, body.open .h_menu .icon:after {
    top: 0;
  }
  body.open .h_menu .icon:before {
    transform: rotate(45deg);
  }
  body.open .h_menu .icon:after {
    transform: rotate(-45deg);
  }
  #toggle_menu {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 6rem;
    height: calc(100% - 6rem);
    left: 0;
    width: 100%;
    background: #E4F2F0;
    text-align: center;
    padding: 5rem 2rem;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    display: block;
    animation: itemFadeIn 1s;
  }
  body:not(.open) #toggle_menu {
    display: none;
    animation: itemFadeOut .8s;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

#footer {
  background: #227540;
  text-align: center;
  color: #fff;
  padding: 4.5rem 0 3rem;
}

@media screen and (min-width: 768px) {
  #footer .u_inner {
    position: relative;
    width: 88rem;
  }
}

.f_logo {
  margin-bottom: 4rem;
}

.f_logo img {
  width: 17.8rem;
}

.f_info a {
  display: inline-block;
  text-decoration: underline;
}

.f_info p {
  margin-top: 1em;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .f_link {
    position: absolute;
    right: -2rem;
    top: 3rem;
    width: 22.1rem;
  }
  .f_link ul {
    width: 16.9rem;
  }
}

.f_link ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .f_link ul {
    margin: 2rem 0;
    flex-direction: row;
  }
}

.f_link li {
  flex: 1;
}

.f_link li a {
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f_link .base {
  border: solid 1px #fff;
}

.f_link .base img {
  width: 7.6rem;
}

.f_link .taxi {
  background: #2C3F79;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .f_sns {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.f_sns img {
  width: 2.8rem;
}

.f_nav {
  border-top: solid 1px #fff;
  display: flex;
  flex-wrap: wrap;
  gap: .5em 2.25em;
  padding: 2rem 1rem;
  margin: 5.5rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .f_nav {
    gap: 1em 0;
    text-align: left;
  }
  .f_nav li {
    width: 50%;
  }
}

.f_copy {
  font-size: 1rem;
  letter-spacing: .1em;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  margin: 10.8rem 0 5.7rem;
  padding-left: 10.8rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_main {
    padding-left: 0;
    margin: 6rem 0 5rem;
  }
}

.top_main .bg {
  border-radius: 15rem 0 0 15rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_main .bg {
    height: 80vw;
    margin-left: 2rem;
  }
}

@inlcude pc {
  .top_main .bg {
    height: calc(100vh - 10.8rem);
    min-height: 50rem;
  }
}

.top_main .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top_main .bg img {
    width: 120%;
    max-width: 120%;
    margin-left: -17%;
  }
}

.top_main .catch {
  background: #fff;
  font-size: 2.4rem;
  line-height: 1.66;
  font-weight: bold;
  padding: 2em 2em;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .top_main .catch {
    padding: 1em;
    padding-right: 0;
    margin: 0 2rem;
    margin-top: -3rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .top_main .catch {
    position: absolute;
    bottom: 9rem;
    left: 5.1rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main ul {
    margin: 4rem 2rem 0;
  }
  .top_main ul a {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .top_main ul {
    position: absolute;
    bottom: 5rem;
    right: 6rem;
  }
}

.top_main li {
  margin-top: 1.6rem;
}

.top_main li a {
  display: block;
  height: 8.2rem;
  width: 29rem;
  border-radius: 2rem;
}

.top_main li .papaya {
  background: url(../img/papaya-bg.png) center top/3rem;
  padding: .3em 2.25em;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold;
}

.top_main li .papaya i {
  background: url(../img/speech-bg.svg) no-repeat 50%/contain;
  font-size: .7em;
  width: 8.78em;
  aspect-ratio: 123 / 49;
  display: block;
  padding: .5em 1.8em;
  margin-bottom: -.8em;
  margin-left: -1.8em;
}

.top_main li .papaya i::first-letter {
  color: #227540;
}

.top_main li .taxi {
  background: #2C3F79;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.news_list li + li {
  margin-top: 4rem;
}

.news_list a {
  display: flex;
  gap: .6em 1.2em;
}

@media screen and (max-width: 767px) {
  .news_list a {
    flex-wrap: wrap;
    gap: .6em .5em;
  }
  .news_list a p {
    width: 100%;
  }
}

.news_list time {
  min-width: 5.5em;
  color: #227540;
  font-family: "Inter", sans-serif;
}

.news_list em {
  min-width: 7.25em;
  text-align: center;
  background: #E4F2F0;
  border-radius: 3em;
  color: #4B544A;
}

.news_list i {
  min-width: 7.25em;
  text-align: center;
  background: #227540;
  border-radius: 3em;
  color: #fff;
}

.news_list .communication {
  background: #CDE084;
  color: #000;
}

.top_news {
  padding: 7rem 0;
  position: relative;
  z-index: 0;
}

.top_news:before, .top_news:after {
  content: '';
  position: absolute;
  background: url(../img/news-border.svg) no-repeat center top/143.9rem;
  width: 100%;
  height: 51%;
  z-index: -1;
}

@media screen and (min-width: 1440px) {
  .top_news:before, .top_news:after {
    background-size: 100%;
  }
}

.top_news:before {
  top: 0;
}

.top_news:after {
  background-position: center bottom;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .top_news .u_inner {
    width: 75rem;
  }
}

.top_news .ttl {
  text-align: center;
  font-size: 2rem;
  letter-spacing: .05em;
  margin-bottom: 2em;
}

.top_news .c_btn {
  text-align: right;
  margin-top: 2rem;
}

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

.top_concept {
  margin: 12rem 0 20rem;
}

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

.top_concept .u_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7rem 5rem;
}

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

@media screen and (min-width: 768px) {
  .top_concept .u_inner {
    width: 131.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_concept .desc {
    min-width: 51.5rem;
  }
  .top_concept figure {
    margin-left: 4.3rem;
    width: 71.8rem;
  }
}

.top_concept .desc p {
  line-height: 1.875;
  letter-spacing: .1em;
  padding-left: .6em;
}

@media screen and (min-width: 768px) {
  .top_concept .desc p {
    white-space: nowrap;
  }
}

.top_concept figure {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top_concept figure {
    margin-left: 3rem;
  }
}

.top_concept figure:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4.3rem;
  bottom: -3.8rem;
  background: #227540;
  border-radius: 2rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_concept figure:before {
    left: -3rem;
    bottom: -2.5rem;
  }
}

.top_concept figure img {
  border-radius: 2rem;
}

.top_concept .c_ttl i {
  display: block;
  position: relative;
  margin-top: .6em;
  margin-left: .4em;
}

.top_concept .c_ttl i img {
  height: 1.4166em;
}

.top_concept .c_ttl i:before {
  content: '';
  position: absolute;
  background: url(../img/concept-ttl-bg.svg) no-repeat 50%/contain;
  width: 17.25em;
  height: 3.5833em;
  z-index: -1;
  top: -.8em;
  left: -.5em;
}

.top_service {
  margin-bottom: 20rem;
}

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

.top_service .u_inner {
  background: #fff;
  border-radius: 2rem;
  padding: 4rem;
}

@media screen and (min-width: 768px) {
  .top_service .u_inner {
    width: 129.7rem;
  }
}

.top_service ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

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

.top_service figure img {
  border-radius: 2rem;
  width: 100%;
}

.top_service .ttl {
  font-size: 2rem;
  position: relative;
  padding-left: 1.6em;
  margin-bottom: .6em;
}

.top_service .ttl:before {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #CDE084;
  left: 0;
  top: .3em;
}

.top_service .head {
  background: #227540;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5em;
}

.top_service .head > img {
  width: 3.1rem;
}

.top_service .c_ttl {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .top_service .c_ttl {
    line-height: 1.66;
  }
}

.top_service .c_ttl img {
  margin: 0 auto 1em;
  height: 1.9rem;
}

.top_service li {
  border-radius: 2rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 3rem 2rem;
}

.top_service li p {
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .6em;
  color: #227540;
  margin-top: 1em;
}

.top_service li p:after {
  content: '';
  width: .75em;
  height: 1em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #227540;
}

.top_nav {
  margin-bottom: 10rem;
}

@media screen and (min-width: 768px) {
  .top_nav {
    margin-bottom: 16rem;
  }
  .top_nav .u_inner {
    width: 117.8rem;
  }
}

.top_nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

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

.top_nav img {
  border-radius: 3rem;
  width: 100%;
}

.top_nav a {
  position: relative;
  display: block;
  font-weight: bold;
}

.top_nav i {
  display: block;
  bottom: 13rem;
  left: 3.5rem;
  position: absolute;
}

.top_nav i img {
  height: 1.8rem;
}

.top_nav i img.b {
  height: 2rem;
}

.top_nav p {
  position: absolute;
  bottom: 3rem;
  width: calc(100% - 4rem);
  left: 2rem;
  background: #fff;
  border-radius: 3em;
  color: #227540;
  font-size: 2.4rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_recruit {
  margin-bottom: 23rem;
  position: relative;
  z-index: 0;
}

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

.top_recruit:before, .top_recruit:after {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: url(../img/recruit-line-top.svg) no-repeat 50%/100%;
  aspect-ratio: 1440 / 125;
  width: 140rem;
}

@media screen and (min-width: 1440px) {
  .top_recruit:before, .top_recruit:after {
    width: 100%;
  }
}

.top_recruit:before {
  top: -3rem;
}

.top_recruit:after {
  background-image: url(../img/recruit-line-bottom.svg);
  bottom: -3rem;
}

.top_recruit .c_ttl {
  text-align: center;
}

.top_recruit .c_ttl img {
  margin: 0 auto .4em;
  height: 1.8rem;
}

.top_recruit ul {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_recruit ul {
    width: 100rem;
    margin: 0 auto;
  }
}

.top_recruit .u_inner {
  background: #fff;
  border-radius: 2rem;
  padding: 4rem 2rem;
}

@media screen and (min-width: 768px) {
  .top_recruit .u_inner {
    padding: 4rem 0;
    width: 128rem;
  }
}

.top_recruit .c_btn {
  margin-top: 4rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.top_cta {
  background: url(../img/f-cta-bg.png) no-repeat 50%/cover;
  padding: 7.5rem 0 5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.top_cta:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  width: 57.5rem;
  height: 57.7rem;
  border: solid .5rem #227540;
  opacity: .3;
  border-radius: 50%;
  z-index: -1;
}

.top_cta dt img {
  width: 34.8rem;
}

.top_cta dd {
  line-height: 1.875;
  margin: 2.1em 0;
}

.top_cta .btn img {
  width: 2.125em;
}

.top_cta .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .6em;
  width: 34.2rem;
  height: 6.2rem;
  border-radius: 3em;
  background: #227540;
  color: #fff;
  letter-spacing: .1em;
}

.low_header {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10.8rem;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .low_header {
    margin-top: 6rem;
    flex-direction: column;
  }
}

.low_header .c_ttl {
  width: 31.8rem;
  text-align: center;
}

.low_header .c_ttl img {
  margin: 0 auto .5em;
}

.low_header .c_ttl .com, .low_header .c_ttl .news, .low_header .c_ttl .rec {
  height: 1.5rem;
}

.low_header .c_ttl .sv {
  height: 1.6rem;
}

.low_header figure {
  width: calc(100% - 31.8rem);
  border-radius: 3rem 0 0 3rem;
  overflow: hidden;
  height: 27.6rem;
}

@media screen and (max-width: 767px) {
  .low_header figure {
    width: auto;
    margin-left: 2rem;
    height: 20rem;
  }
}

.low_header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.com_msg {
  margin: 4rem 0 14rem;
}

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

.com_msg .inner {
  background: url(../img/company-message-border.png) no-repeat 50%/100% 100%;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .com_msg .inner {
    padding: 8rem 2rem 8rem 8rem;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .com_msg .inner {
    width: 113.2rem;
    min-height: 87.1rem;
    padding: 9rem 5rem 5rem 21.8rem;
  }
}

.com_msg .ttl {
  position: absolute;
  left: 15.5rem;
}

@media screen and (max-width: 767px) {
  .com_msg .ttl {
    left: 3.5rem;
  }
}

.com_msg .ttl img {
  widht: 2.5rem;
}

.com_msg p {
  line-height: 1.875;
}

.com_msg figure {
  margin-bottom: 2.5rem;
}

.com_msg .sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .5em;
  margin-top: 1.5em;
}

.com_msg .sign img {
  width: 2.9rem;
}

.com_info {
  margin-bottom: 30rem;
}

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

.com_info .c_ttl {
  text-align: center;
}

.com_info .inner {
  background: url(../img/company-info-border.png) no-repeat 50%/100% 100%;
}

@media screen and (max-width: 767px) {
  .com_info .inner {
    margin-right: 2rem;
    padding: 8rem 5rem 8rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .com_info .inner {
    width: 113.2rem;
    min-height: 105.1rem;
    padding: 14rem 7rem 10rem;
  }
}

.com_info dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7rem;
}

.com_info dt, .com_info dd {
  border-bottom: solid 1px #227540;
  padding: 2.2em 0;
}

.com_info dt {
  width: 20rem;
  padding-left: 4rem;
}

@media screen and (max-width: 767px) {
  .com_info dt {
    width: 6em;
    padding-left: 0;
  }
}

.com_info dd {
  width: calc(100% - 20rem);
}

@media screen and (max-width: 767px) {
  .com_info dd {
    width: calc(100% - 6em);
  }
}

.com_info p {
  text-align: center;
  line-height: 1.875;
}

.com_info .btn {
  text-align: center;
  margin-top: 1.5rem;
}

.com_info .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 30.6rem;
  color: #fff;
  letter-spacing: .1em;
  background: #227540;
}

.com_office {
  background: #fff;
  padding: 7rem 0 28rem;
}

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

.com_office .c_ttl {
  text-align: center;
  margin-bottom: 6rem;
}

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

.com_office .map {
  margin-bottom: 12rem;
  height: 60.7rem;
  position: relative;
}

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

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

.com_office .small {
  position: absolute;
  width: 41.8rem;
  z-index: 2;
  height: 37.1rem;
  left: 5rem;
  bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .com_office .small {
    width: 40%;
    left: 1rem;
    height: 50%;
    bottom: 1rem;
  }
}

.com_office .list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

@media screen and (min-width: 768px) {
  .com_office .list {
    gap: 11rem;
    align-items: center;
  }
}

.com_office .ttl {
  background: #227540;
  color: #fff;
  text-align: center;
  width: 43.9rem;
  height: 8.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 3em 3em 0;
  position: absolute;
  font-size: 2.4rem;
  left: 0;
  top: -4.35rem;
}

@media screen and (max-width: 767px) {
  .com_office .ttl {
    width: 80%;
    font-size: 2.2rem;
    height: 7rem;
    top: -3.5rem;
  }
}

.com_office .box {
  background: #E1ECB5;
  position: relative;
  padding: 6rem 3.6rem;
}

@media screen and (max-width: 767px) {
  .com_office .box {
    padding: 6rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .com_office .box {
    min-width: 71rem;
  }
}

.com_office .row {
  display: flex;
  gap: 2rem;
}

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

@media screen and (min-width: 768px) {
  .com_office .row {
    justify-content: center;
    width: 144rem;
    max-width: 100%;
  }
  .com_office .row .box {
    min-width: 0;
    width: 71rem;
  }
}

.office_list {
  display: flex;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .office_list {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .office_list {
    flex-direction: column;
    padding: 0 2rem;
  }
}

.office_list li {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  font-size: 2rem;
  padding: 3rem 3.25rem 3rem;
}

@media screen and (min-width: 768px) {
  .office_list li {
    width: 22.1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
  .office_list li {
    font-size: 1.76rem;
  }
}

@media screen and (max-width: 767px) {
  .office_list li {
    font-size: 1.7rem;
    padding: 3rem 2.5rem 3rem;
  }
}

.office_list figure {
  margin-top: 2rem;
}

.office_list figure img {
  width: 100%;
  border-radius: 2rem;
}

.office_list .name {
  font-weight: bold;
}

.office_list header {
  display: flex;
  justify-content: space-between;
  margin-bottom: .8em;
}

.office_list address {
  line-height: 1.6;
  margin-bottom: .9em;
}

.office_list address span {
  display: block;
  margin-top: .5em;
}

.office_list address a {
  background: url(../img/ico-map-pin.png) no-repeat left center/contain;
  line-height: 3.3rem;
  display: block;
  padding-left: 2em;
  text-decoration: underline;
}

.office_list .sns {
  display: flex;
  gap: 1rem;
}

.office_list .sns img {
  height: 1.55em;
}

.office_list p {
  display: flex;
  gap: 1em;
}

.office_list p:not(:has(i)) {
  margin-top: .8em;
}

.office_list p a {
  text-decoration: underline;
}

.serv_lead {
  text-align: center;
  padding: 8rem 0 0;
}

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

.serv_lead P {
  line-height: 1.875;
  letter-spacing: .1em;
}

.serv_list {
  margin: 10rem 0 32rem;
}

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

.serv_list .ttl {
  text-align: center;
  color: #227540;
  font-size: 2.4rem;
  margin-bottom: 7rem;
  font-weight: bold;
}

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

.serv_list .ttl i {
  border-bottom: solid 0.125em #227540;
  padding: 0 1em .5em;
  display: inline-block;
}

.day_about {
  background: url(../img/day-border.png) no-repeat 50%/100% 100%;
  padding: 25rem 0;
}

@media screen and (max-width: 767px) {
  .day_about {
    background-size: 140rem 100%;
    margin: -8rem 0 -14rem;
  }
}

@media screen and (min-width: 768px) {
  .day_about .u_inner {
    width: 128rem;
    padding: 0 3.8rem;
  }
}

.day_about .ttl {
  color: #227540;
  font-size: 2.4rem;
  display: flex;
  gap: .6em;
  margin-bottom: 2.7em;
  font-weight: bold;
}

.day_about .ttl img {
  height: 1.25em;
}

.day_about .ttl2 {
  margin-bottom: .6em;
}

.day_about .ttl2 em {
  color: #227540;
  font-size: 1.25em;
  font-weight: bold;
}

.day_about p {
  line-height: 1.875;
}

.day_about .point {
  background: #E1ECB5;
  border-radius: 2rem;
  padding: 1.1em 1em .8em 1.5em;
  display: inline-block;
  margin-top: .8em;
  line-height: 1.5;
}

.day_about .point img {
  display: block;
  margin-bottom: .3em;
  width: 3.3125em;
}

.day_about ul {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

@media screen and (max-width: 767px) {
  .day_about ul {
    gap: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .day_about li:nth-child(even) article {
    flex-direction: row-reverse;
  }
}

.day_about article {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .day_about article {
    flex-direction: column;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .day_about .desc {
    width: calc(100% - 60rem);
  }
}

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

.day_about figure img {
  border-radius: 2rem;
  width: 100%;
}

.multi_about {
  margin: 10rem 0 24rem;
}

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

.multi_about .bg {
  background: url(../img/small-multi-care-bg.jpg) no-repeat 50%/cover;
  padding: 4rem 0;
  margin-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .multi_about .u_inner {
    width: 76.6rem;
  }
}

.multi_about .box {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem 2rem 7rem;
  text-align: center;
}

.multi_about .box p {
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .multi_about .box p {
    text-align: left;
  }
}

.multi_about .box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3.5rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}

.multi_about .box li {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #CDE084;
  width: 8.05em;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.multi_about .box li img {
  height: 2.55em;
}

.multi_about .box li p {
  color: #227540;
  letter-spacing: .1em;
  width: 110%;
  margin-top: .4em;
  text-align: center;
  font-weight: bold;
}

.multi_about .catch {
  width: 69.4rem;
  max-width: 100%;
  background: #fff;
  position: relative;
  border-radius: 5em;
  font-size: 2.4rem;
  text-align: center;
  padding: 1.6em;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 12rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .multi_about .catch {
    margin-bottom: 8rem;
  }
}

.multi_about .catch b {
  font-weight: bold;
}

.multi_about .catch small {
  display: block;
  font-size: .666em;
  margin-top: 1.2em;
  letter-spacing: .1em;
}

.multi_about .catch:before {
  content: '';
  position: absolute;
  background: #fff;
  clip-path: polygon(100% 0, 33% 0, 0 100%);
  width: 5rem;
  height: 3.75rem;
  bottom: -3.65rem;
  right: 10rem;
}

.multi_about .ttl {
  color: #227540;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  gap: .6em;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767px) {
  .multi_about .ttl {
    flex-direction: column;
    align-items: center;
  }
}

.multi_about .ttl img {
  height: 1.375em;
}

.multi_about .ttl2 {
  text-align: center;
  margin-bottom: 2em;
}

.multi_about .ttl2 em {
  color: #227540;
  font-size: 1.25em;
  margin: 0 .2em;
  font-weight: bold;
}

.multi_about .fig {
  display: flex;
  margin-bottom: 7rem;
}

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

.multi_about .fig a {
  display: block;
  flex: 1;
}

.multi_about .fig img {
  width: 100%;
  aspect-ratio: 352 / 366;
  object-fit: cover;
}

.lum-lightbox {
  z-index: 100;
}

.visit_about {
  margin: 11rem 0 18rem;
}

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

.visit_about .u_inner {
  background: #CDE084;
  border-radius: 2rem;
  padding: 2rem 2rem;
}

@media screen and (min-width: 768px) {
  .visit_about .u_inner {
    padding: 6rem 2rem;
    width: 133.7rem;
  }
}

.visit_about .ttl {
  text-align: center;
  color: #227540;
  font-size: 2.4rem;
  margin-bottom: 6rem;
}

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

.visit_about .list {
  display: flex;
  justify-content: space-between;
  gap: 3rem 4rem;
}

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

@media screen and (min-width: 768px) {
  .visit_about .list {
    width: 123rem;
    margin: 0 auto;
    max-width: 100%;
  }
}

.visit_about .list > li {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
  flex: 1;
}

.visit_about li ul {
  width: 47.8rem;
  max-width: 100%;
  margin-left: auto;
}

.visit_about li li {
  line-height: 1.875;
  display: flex;
  gap: 1em;
  min-height: 3.75em;
  margin-top: 1.7rem;
}

@media screen and (max-width: 767px) {
  .visit_about li li br {
    display: none;
  }
}

.visit_about li li * {
  display: flex;
  align-items: center;
}

.visit_about li li p {
  width: calc(100% - 6em);
}

.visit_about li li em {
  background: #227540;
  color: #fff;
  width: 5em;
  border-radius: 2rem;
  justify-content: center;
}

.visit_about .ttl2 {
  text-align: center;
  background: url(../img/ico-pin01.png) no-repeat center top/1.75em;
  font-size: 2.4rem;
  padding-top: 3em;
  letter-spacing: .1em;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 767px) {
  .visit_about .ttl2 {
    margin-bottom: 1.4em;
  }
}

.home_about {
  margin: 19rem 0 15rem;
}

@media screen and (max-width: 767px) {
  .home_about {
    margin: 12rem 0 13rem;
  }
}

@media screen and (min-width: 768px) {
  .home_about .u_inner {
    width: 126.4rem;
  }
}

.home_about ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14rem 0;
}

@media screen and (max-width: 767px) {
  .home_about ul {
    gap: 12rem 0;
    justify-content: center;
  }
}

.home_about .ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: .4em;
}

.home_about p {
  line-height: 1.875;
  margin-top: 1em;
}

.home_about i {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  font-size: 2rem;
  border-radius: 50%;
  background: #227540;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 4.55em;
  height: 4.55em;
  color: #fff;
  top: -3.85em;
}

.home_about img {
  border-right: 2rem;
  width: 100%;
}

.home_about li {
  width: 37.8rem;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  position: relative;
  padding: 2.5rem;
}

@media screen and (max-width: 767px) {
  .home_about li {
    max-width: 100%;
  }
}

.home_about li:last-child {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .home_about li:last-child {
    display: none;
  }
}

.news_wrap {
  margin: 7rem 0 16rem;
}

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

@media screen and (min-width: 768px) {
  .news_wrap .u_inner {
    width: 110.8rem;
  }
}

.news_wrap .news_list li {
  border-bottom: solid 1px #000;
  padding-bottom: 2rem;
}

.news_wrap .news_list li + li {
  margin-top: 2rem;
}

.news_wrap .box {
  background: #fff;
  border-radius: 2rem;
  padding: 8rem 10rem 5rem;
}

@media screen and (max-width: 767px) {
  .news_wrap .box {
    padding: 8rem 3rem 5rem;
  }
}

.news_body .box {
  padding-bottom: 10rem;
}

@media screen and (min-width: 768px) {
  .news_body .box {
    padding: 11rem 7.5rem 20rem;
  }
}

.news_body time {
  min-width: 5.5em;
  color: #227540;
  font-family: "Inter", sans-serif;
}

.news_body .ttl {
  text-align: center;
  font-size: 2.4rem;
  margin: 1em 0 9rem;
}

@media screen and (max-width: 767px) {
  .news_body .ttl {
    margin: 1em 0 5rem;
  }
}

.news_body .body {
  text-align: center;
}

.news_body .body p {
  line-height: 2.25;
}

.c_pager {
  display: flex;
  gap: 5rem;
  align-items: center;
  margin: 10rem 0 4rem;
}

.c_pager li {
  flex: 1;
}

.c_pager a {
  display: inline-flex;
  background: url(../img/pager-prev.svg) no-repeat right center/contain;
  height: 2.0416em;
  font-size: 2.4rem;
  padding: 0 3.2em;
  align-items: center;
}

.c_pager .prev {
  text-align: right;
}

.c_pager .prev a {
  padding-left: 0;
}

.c_pager .next a {
  background-image: url(../img/pager-next.svg);
  background-position: left center;
  padding-right: 0;
}

.nav-links {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 2rem;
}

.nav-links span, .nav-links a {
  display: block;
  width: 2em;
  line-height: 2;
  text-align: center;
  font-weight: 500;
  border-radius: 50%;
}

.nav-links a {
  color: #227540;
  background: #fff;
}

.nav-links .dots {
  color: #227540;
}

.nav-links .current {
  color: #fff;
  background: #227540;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.rec_body {
  margin: 12rem 0 18rem;
}

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

@media screen and (min-width: 768px) {
  .rec_body .u_inner {
    width: 140rem;
  }
}

.rec_body .ttl {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .rec_body .ttl {
    font-size: 2.6rem;
    margin-bottom: 6rem;
  }
}

.rec_body dl {
  margin: 0 auto 8rem;
  color: #4B544A;
}

@media screen and (min-width: 768px) {
  .rec_body dl {
    margin: 0 auto 14rem;
    width: 117.4rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.rec_body dt {
  background: #CDE084;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .rec_body dt {
    font-size: 2rem;
  }
}

.rec_body dd {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .rec_body dt, .rec_body dd {
    padding: .5em 2rem;
  }
}

@media screen and (min-width: 768px) {
  .rec_body dt {
    width: 30.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
  }
  .rec_body dd {
    width: calc(100% - 38.8rem);
    padding: 6rem 8rem;
  }
  .rec_body dt, .rec_body dd {
    border-bottom: solid 1px #000;
  }
}

.rec_body .tel {
  text-align: center;
  margin-bottom: 4rem;
}

.rec_body .tel a {
  background: url(../img/ico-cta-tel01.png) no-repeat left center/contain;
  line-height: 1.66;
  display: inline-block;
  padding-left: 2.2em;
  font-size: 2.4rem;
  color: #227540;
  text-decoration: underline;
  font-weight: bold;
}

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

.rec_wrap {
  margin: 10rem 0 25rem;
}

@media screen and (max-width: 767px) {
  .rec_wrap {
    margin: 7rem 0 15rem;
  }
}

@media screen and (min-width: 768px) {
  .rec_wrap .u_inner {
    width: 123.4rem;
  }
}

.rec_wrap .note {
  color: #4B544A;
  margin-top: 3rem;
  font-weight: bold;
}

.rec_wrap .box {
  display: none;
}

.rec_wrap .box.active {
  display: block;
  animation: itemFadeIn .5s;
}

.rec_nav {
  display: flex;
  gap: 1px;
  margin-bottom: 12rem;
}

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

.rec_nav li {
  flex: 1;
}

.rec_nav a {
  background: #227540;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.125em;
  font-size: 2.4rem;
  letter-spacing: .1em;
}

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

.rec_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 5rem;
}

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

.rec_list li {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.rec_list a {
  display: block;
  padding: 1rem;
}

.rec_list .ttl {
  color: #4B544A;
  font-weight: bold;
  margin-top: .4em;
}

.rec_list figure {
  text-align: center;
  margin: .5rem 0 1.5rem;
}

.rec_list figure img {
  width: 28.1rem;
}

.rec_list time {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  color: #4B544A;
}

.rec_list p {
  display: flex;
  gap: .5em;
}

.rec_list p em {
  min-width: 7.25em;
  text-align: center;
  background: #E4F2F0;
  border-radius: 3em;
  color: #4B544A;
}

.rec_list p i {
  min-width: 7.25em;
  text-align: center;
  background: #227540;
  border-radius: 3em;
  color: #fff;
}

.pp_body {
  margin: 12rem 0 18rem;
  line-height: 2.1875;
}

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

.pp_body dt {
  margin-top: 2.1875em;
}

.pp_body a {
  text-decoration: underline;
}

.pp_body address {
  margin-left: 1em;
  margin-top: 4rem;
}

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