@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: var(--color_txt);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

p,
dd {
  text-justify: inter-ideograph;
  word-break: break-all;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

a img {
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 700;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  h3 {
    font-size: 1.87em;
    font-weight: 700;
  }
  h4 {
    font-size: 1.5em;
    font-weight: 700;
  }
  h5 {
    font-size: 1.31em;
    font-weight: 700;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 700;
  }
  h3 {
    font-size: 2rem;
    font-weight: 700;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 700;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
  a img {
    transition: 0.2s;
  }
  a img:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
:root {
  --color_txt: #584742;
  --color_main: #ff7b27;
  --color_yl_light: #fff5e3;
  --color_bd: #646464;
  --padding_sp: 4em;
  --grad_main: linear-gradient(90deg, rgba(0, 180, 255, 0.6), rgba(0, 84, 196, 0.6));
  --ff-en: "Josefin Sans", sans-serif;
}

.trans {
  transition: 0.3s;
}
.trans:hover {
  opacity: 0.7;
}

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

.ta-l {
  text-align: left;
}

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

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.fc-or {
  color: var(--color_main);
}

.ff-en {
  font-family: var(--ff-en);
}

.col-2 {
  display: flex;
  flex-wrap: wrap;
}

.col-3 {
  display: flex;
  flex-wrap: wrap;
}

.marker {
  position: relative;
}
.marker::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  display: block;
  width: 1.48em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff8a1;
  z-index: -1;
}
.marker--yl::before {
  background: #fff257;
}
.marker--wh::before {
  background: #fff;
}
.marker--green::before {
  background: #d6e9bf;
}
.marker--pink::before {
  background: #fce2e0;
}

.com__table {
  border-bottom: 1px solid var(--color_bd);
  border-collapse: separate;
  border-spacing: 0;
}

.com__th {
  vertical-align: top;
  width: 20%;
  padding: 20px 0 20px 3.1em;
  border-top: 1px solid var(--color_bd);
  font-size: 1.12em;
}

.com__td {
  width: 80%;
  padding: 20px;
  border-top: 1px solid var(--color_bd);
}

.com-action {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 7.5em 0 32%;
  border-radius: 2.5em;
  text-align: center;
  background: #fff2d9;
}
.com-action::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 105%;
  aspect-ratio: 1920/725;
  background: url(../img/layout/footer/bg.png) no-repeat 0 0/100% auto;
  z-index: -1;
}
.com-action a {
  text-decoration: none;
}
.com-action__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}
.com-action__txt {
  font-size: 1.12em;
}
.com-action__cta {
  max-width: 350px;
  margin: 3.12em auto 0;
}
.com-action__cta .button {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 1.12em;
}
.com-action .tit-secondary {
  margin-bottom: 3.1em;
}
.com-action .tit-secondary .sub {
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .col-2 .txt-block {
    width: 100% !important;
  }
  .col-2 .img-block {
    width: 100% !important;
  }
  .col-3 > div {
    width: 100%;
  }
  .com__th {
    width: 35%;
    padding-left: 1em;
    font-size: 1em;
  }
  .com__td {
    width: 65%;
  }
  .com-action {
    padding: 3em 0.5em 10em;
  }
  .com-action__txt {
    font-size: 1em;
  }
  .com-action__cta {
    margin: 2em auto 0;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1280px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.tit-primary {
  margin-bottom: 3.75em;
  text-align: center;
}
.tit-primary .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.62em;
  margin-bottom: 1.25em;
  font-size: 1.5em;
  color: var(--color_main);
  line-height: 1;
}
.tit-primary .sub::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  background: var(--color_main);
  border-radius: 50%;
}
.tit-primary h3 {
  font-size: 2em;
  line-height: 1.6;
}
.tit-primary h3.is-line {
  display: inline;
  padding: 0 0.3em;
  background: linear-gradient(transparent 62%, #fff 62%);
}

.tit-secondary .sub {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: 700;
  color: var(--color_main);
  line-height: 1;
}
.tit-secondary h3 {
  font-size: 2em;
}

@media only screen and (max-width: 767px) {
  .tit-primary .sub {
    font-size: 1em;
  }
  .tit-primary h3 {
    font-size: 1.4em !important;
  }
  .tit-secondary .sub {
    font-size: 1em;
  }
  .tit-secondary h3 {
    font-size: 1.4em;
  }
}
.button--pattern-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.62em;
  padding: 1.2em 3.12em;
  background: var(--color_main);
  border-radius: 5.62em;
  transition: 0.3s;
}
.button--pattern-1:hover {
  opacity: 0.8;
}
.button--pattern-1 .text {
  color: #fff;
  line-height: 1;
}
.button--pattern-1 .mail {
  color: #fff;
  font-size: 1.12em;
  line-height: 1;
}
.button--pattern-1 .icon {
  position: absolute;
  top: 50%;
  right: 0.62em;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
}
.button--pattern-2 {
  display: inline-flex;
  align-items: center;
  gap: 0 0.62em;
  padding: 0 0.31em 0.5em;
  border-bottom: 1px solid var(--color_txt);
  transition: 0.3s;
}
.button--pattern-2:hover {
  opacity: 0.7;
}
.button--pattern-2 .text {
  line-height: 1;
}
.button--pattern-2 .icon {
  color: var(--color_main);
  font-size: 1.5em;
  line-height: 1;
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header {
  position: relative;
  z-index: 1;
}
.header__contents {
  display: flex;
  align-items: center;
  gap: 0 1.15em;
  width: 100%;
  height: 100px;
  padding: 0 1.5%;
  background: #fff;
}
.header__logo a {
  display: flex;
  align-items: center;
  gap: 0 1em;
  font-size: 1.5rem;
}
.header__logo .text {
  font-size: 1.25em;
  font-weight: 700;
}
.header__logo img {
  width: 9.38em;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 0 3.1em;
  margin-left: auto;
}
.header__list {
  display: flex;
  gap: 0 1.4em;
}
.header__list a {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  transition: 0.3s;
}
.header__list a::before {
  content: "";
  width: 0.5em;
  aspect-ratio: 1;
  background: var(--color_main);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
.header__list a:hover {
  color: var(--color_main);
}
.header__list a:hover::before {
  opacity: 1;
}
.header__item.is-current a::before {
  opacity: 1;
}
.header__sub {
  display: flex;
  align-items: center;
}
.header__cta {
  flex-shrink: 0;
}
.header__cta .button--pattern-1 {
  padding: 0.94em 1.87em;
}

.mv {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: url(../img/layout/header/visual--top.png) no-repeat center center/cover;
}
.mv--top {
  aspect-ratio: 192/119;
}
.mv--top::before {
  position: absolute;
  top: 5em;
  right: 4.1%;
  content: "";
  display: block;
  width: 39.4%;
  aspect-ratio: 758/696;
  background: url(../img/layout/header/visual--top02.png) no-repeat center bottom/cover;
  z-index: -1;
}
.mv--sub {
  display: block;
  aspect-ratio: 1920/780;
  background-image: url(../img/layout/header/visual--sub.png);
  background-position: center 0;
  text-align: center;
}
.mv--sub .mv__contents {
  position: relative;
  z-index: 1;
  padding-top: 7em;
  min-height: 375px;
}
.mv--sub .mv__contents::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 13.9%;
  aspect-ratio: 175/190;
  background: url(../img/layout/header/illust--tree.png) no-repeat center bottom/100% auto;
  z-index: -1;
}
.mv--news, .mv--contact, .mv--complete, .mv--privacy, .mv--site, .mv--notfound {
  aspect-ratio: 1920/350;
}
.mv__title--sub {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 5.6em;
}
.mv__title--sub::after {
  position: absolute;
  top: -0.5em;
  right: 0;
  content: "";
  display: block;
  width: 4.81em;
  aspect-ratio: 78/76;
  background: url(../img/layout/header/illust--bird.png) no-repeat center 0/100% auto;
  z-index: -1;
}
.mv__label {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: var(--color_main);
  font-size: 1.87em;
  line-height: 1;
  letter-spacing: 0.1em;
}
.mv--sub .mv__heading {
  font-size: 3.12em;
}
.mv__title--top {
  padding-bottom: 30%;
}
.mv__title--top .mv__heading {
  line-height: 1.7;
  margin-bottom: 0.5em;
  font-size: 3.12em;
}
.mv__title--top .mv__lead {
  font-size: 1.75em;
}

@media only screen and (max-width: 767px) {
  .header__contents {
    gap: 0 0.6em;
    height: 70px;
    padding: 0 10px;
  }
  .header__logo img {
    width: 100px;
  }
  .mv--top {
    aspect-ratio: auto;
    height: 600px;
    background-position: 10% 0;
  }
  .mv--top::before {
    top: 1em;
  }
  .mv--sub {
    aspect-ratio: auto;
    height: 200px;
  }
  .mv--sub .mv__contents {
    padding-top: 2em;
    min-height: 155px;
  }
  .mv--sub .mv__contents::before {
    left: 5%;
    width: 16%;
  }
  .mv--news, .mv--contact, .mv--complete, .mv--privacy, .mv--site, .mv--notfound {
    aspect-ratio: auto;
  }
  .mv__title--sub {
    padding: 0 2em;
  }
  .mv__title--sub::after {
    width: 1.8em;
  }
  .mv__label {
    font-size: 1em;
  }
  .mv--sub .mv__heading {
    font-size: 1.5em;
  }
  .mv__title--top {
    padding-bottom: 60%;
  }
  .mv__title--top .mv__heading {
    font-size: 1.5em;
  }
  .mv__title--top .mv__lead {
    font-size: 0.8em;
  }
}
.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -18%;
  padding: 0 0 3.12em;
}
.footer__contents {
  display: flex;
}
.footer__logo .text {
  display: block;
  font-size: 1.37em;
  font-weight: 700;
}
.footer__logo img {
  width: 8.75em;
}
.footer__address {
  margin-top: 2.5em;
  font-size: 0.87em;
  line-height: 2;
}
.footer__nav {
  width: 55%;
  margin-left: auto;
  padding-top: 0.31em;
}
.footer__list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: end;
  gap: 2.5em 4.37em;
  line-height: 1;
}
.footer__list a {
  transition: 0.3s;
}
.footer__list a:hover {
  color: var(--color_main);
}
.footer__bottom {
  display: flex;
  align-items: center;
  margin-top: 1.87em;
  padding-top: 1.25em;
  border-top: 1px solid var(--color_txt);
}
.footer__copyright {
  font-size: 0.81em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.footer__links {
  display: flex;
  gap: 0 2.5em;
  margin-left: auto;
  font-size: 0.87em;
  line-height: 1;
}
.footer__links a {
  transition: 0.3s;
}
.footer__links a:hover {
  color: var(--color_main);
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 10px;
  }
  .footer__contents {
    display: block;
    text-align: center;
  }
  .footer__logo img {
    width: 9em;
  }
  .footer__address {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .footer__nav {
    display: none;
  }
  .footer__bottom {
    justify-content: center;
    margin-top: 20px;
    padding-top: 10px;
  }
  .footer__copyright {
    font-size: 1.1rem;
  }
  .footer__links {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: -5em;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #ff7b27;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__header {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 10px;
}
.drawer-on__logo {
  display: flex;
  align-items: center;
  gap: 0 1em;
  font-size: 1.5rem;
}
.drawer-on__logo .text {
  font-size: 1.25em;
  font-weight: 700;
}
.drawer-on__logo img {
  width: 100px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: linear-gradient(135deg, #063675 0%, #68788d 100%);
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #ff7b27;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 90px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #ffffff;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

.breadcrumbs {
  position: relative;
  z-index: 1000;
  bottom: 400px;
}
.breadcrumbs--news, .breadcrumbs--contact, .breadcrumbs--complete, .breadcrumbs--privacy, .breadcrumbs--site, .breadcrumbs--notfound {
  bottom: auto;
}
.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-column a {
  text-decoration: none;
  color: inherit;
}
.top-column {
  padding: 80px 0 30px;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/250;
  background: url(../img/base/no--img.png) no-repeat center/cover;
  border-radius: 2.5em;
}
.top-column__item .time {
  align-self: flex-end;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 30px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0 30px;
  }
  .top-column__title {
    margin-bottom: 35px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
  .top-column__button {
    position: static;
    top: 0;
    right: 0;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.top-news a {
  text-decoration: none;
  color: inherit;
}
.top-news {
  padding: 80px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 6.2em;
  border-radius: 2.5em;
  background: #f5faef;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 725px;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 25px 0;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 95%;
}
.top-news__item .time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.top-news__item .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
.top-news__item .icon {
  color: var(--color_main);
}
.top-news__button {
  position: absolute;
  bottom: 6.2em;
  left: 6.2em;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    padding: 2em 3em;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    position: static;
    margin: 0 auto;
  }
}
.top-intro {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -10%;
  padding-bottom: 12.5em;
  text-align: center;
}
.top-intro::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/95;
  background: url("../img/pages/top/strength/bg--top.png") no-repeat center 0/cover;
  z-index: -1;
}
.top-intro__inner {
  position: relative;
  z-index: 1;
}
.top-intro__inner::before {
  position: absolute;
  top: 1.25em;
  left: 0;
  content: "";
  display: block;
  width: 20%;
  max-width: 257px;
  aspect-ratio: 257/163;
  background: url("../img/pages/top/intro/bg--01.png") no-repeat center 0/100% auto;
  z-index: -1;
}
.top-intro__inner::after {
  position: absolute;
  bottom: 1em;
  right: 0;
  content: "";
  display: block;
  width: 20%;
  max-width: 245px;
  aspect-ratio: 245/184;
  background: url("../img/pages/top/intro/bg--02.png") no-repeat center 0/100% auto;
  z-index: -1;
}
.top-intro__heading {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 2.5em;
}
.top-intro__heading::before {
  position: absolute;
  top: 0;
  right: -4.4em;
  content: "";
  display: block;
  width: 2.16em;
  aspect-ratio: 78/76;
  background: url("../img/pages/top/intro/illust--bird.png") no-repeat center 0/100% auto;
  z-index: -1;
}
.top-intro__txt {
  margin-top: 3.12em;
}

.top-strength {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 2.5em 0 13.1em;
  background: var(--color_yl_light);
}
.top-strength::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/150;
  background: url("../img/pages/top/service/bg--wave.png") no-repeat center 0/cover;
  z-index: -1;
}
.top-strength__img {
  position: relative;
  z-index: 2;
}
.top-strength__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.top-strength__label {
  display: flex;
  align-items: center;
  gap: 0 1.25em;
  color: var(--color_main);
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0.15em;
}
.top-strength__label::before {
  content: "";
  width: 10px;
  margin-bottom: 0.2em;
  aspect-ratio: 1;
  background: var(--color_main);
  border-radius: 50%;
}
.top-strength__label.is-wh {
  color: #fff;
}
.top-strength__label.is-wh::before {
  background: #fff;
}
.top-strength__heading {
  margin-top: 0.5;
  font-size: 2.25em;
}
.top-strength__caption {
  margin-top: 1.87em;
}
.top-strength__item {
  position: relative;
  z-index: 1;
}
.top-strength__item--01::before {
  position: absolute;
  top: 50%;
  left: calc((100vw - 1280px) / 2 * -1);
  content: "";
  display: block;
  width: 29.3%;
  max-width: 376px;
  aspect-ratio: 376/665;
  background: url(../img/pages/top/strength/bg--01-04.png) no-repeat 0 0/cover;
  z-index: -1;
}
@media (max-width: 1280px) {
  .top-strength__item--01::before {
    left: 0;
  }
}
.top-strength__item--01::after {
  position: absolute;
  top: 3.4em;
  right: calc((100vw - 1280px) / 2 * -1);
  content: "";
  display: block;
  width: 41.1%;
  max-width: 527px;
  aspect-ratio: 527/621;
  background: url(../img/pages/top/strength/bg--01-03.png) no-repeat 0 0/cover;
  z-index: -1;
}
@media (max-width: 1280px) {
  .top-strength__item--01::after {
    right: 0;
  }
}
.top-strength__item--01 .top-strength__img {
  width: 56.5%;
}
.top-strength__item--01 .top-strength__img img {
  width: 100%;
}
.top-strength__item--01 .top-strength__txt {
  width: 43.5%;
  padding: 0 127px 0 60px;
}
.top-strength__item--01 .top-strength__txt::before {
  position: absolute;
  top: 10%;
  right: 0;
  content: "";
  display: block;
  width: 158%;
  max-width: 881px;
  aspect-ratio: 881/568;
  background: url(../img/pages/top/strength/bg--01-02.png) no-repeat right 0/cover;
  z-index: -1;
}
.top-strength__item--01 .top-strength__txt::after {
  position: absolute;
  bottom: -1.4em;
  right: 0;
  content: "";
  display: block;
  width: 41%;
  max-width: 233px;
  aspect-ratio: 233/227;
  background: url(../img/pages/top/strength/illust--rice.png) no-repeat right 0/cover;
  z-index: -1;
}
.top-strength__item--02 {
  padding-top: 11.4em;
}
.top-strength__item--02::before {
  position: absolute;
  top: 0;
  left: calc(50% - 34em);
  content: "";
  display: block;
  width: 39.2%;
  max-width: 502px;
  aspect-ratio: 502/306;
  background: url(../img/pages/top/strength/img--tensen-01.png) no-repeat 0 0/cover;
  z-index: 3;
}
.top-strength__item--02::after {
  position: absolute;
  top: -10%;
  right: calc((100vw - 1280px) / 2 * -1 + 4%);
  content: "";
  display: block;
  width: 41.1%;
  max-width: 527px;
  aspect-ratio: 527/621;
  background: url(../img/pages/top/strength/bg--02-03.png) no-repeat 0 0/cover;
  z-index: -1;
}
@media (max-width: 1280px) {
  .top-strength__item--02::after {
    right: 0;
  }
}
.top-strength__item--02 .top-strength__img {
  width: 53.2%;
}
.top-strength__item--02 .top-strength__txt {
  width: 46.8%;
  padding: 0 60px 0 70px;
}
.top-strength__item--02 .top-strength__txt::before {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 133%;
  max-width: 800px;
  aspect-ratio: 800/637;
  background: url(../img/pages/top/strength/bg--02-02.png) no-repeat right 0/cover;
  z-index: -1;
}
.top-strength__item--02 .top-strength__txt::after {
  position: absolute;
  bottom: -3.75em;
  left: 16%;
  content: "";
  display: block;
  width: 52.7%;
  max-width: 316px;
  aspect-ratio: 316/153;
  background: url(../img/pages/top/strength/illust--kids.png) no-repeat right 0/cover;
  z-index: -1;
}
.top-strength__item--03 {
  padding-top: 13.1em;
}
.top-strength__item--03::before {
  position: absolute;
  top: 0;
  left: 45%;
  content: "";
  display: block;
  width: 24.2%;
  max-width: 310px;
  aspect-ratio: 310/285;
  background: url(../img/pages/top/strength/img--tensen-02.png) no-repeat 0 0/cover;
  z-index: 3;
}
.top-strength__item--03::after {
  position: absolute;
  top: -10%;
  right: calc((100vw - 1280px) / 2 * -1 + 4%);
  content: "";
  display: block;
  width: 41.1%;
  max-width: 527px;
  aspect-ratio: 527/621;
  background: url(../img/pages/top/strength/bg--02-03.png) no-repeat 0 0/cover;
  z-index: -1;
}
@media (max-width: 1280px) {
  .top-strength__item--03::after {
    right: 0;
  }
}
.top-strength__item--03 .top-strength__img {
  width: 59%;
}
.top-strength__item--03 .top-strength__txt {
  width: 41%;
  padding: 0 50px 0 0;
}
.top-strength__item--03 .top-strength__txt::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  display: block;
  width: 157%;
  max-width: 824px;
  aspect-ratio: 824/638;
  background: url(../img/pages/top/strength/bg--03-01.png) no-repeat right 0/cover;
  z-index: -1;
}
.top-strength__button {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin: 8.4em auto 0;
}

.top-service {
  position: relative;
  z-index: 1;
  background: url(../img/pages/top/service/bg--02.png) no-repeat right 0/12.4% auto, url(../img/pages/top/service/bg--btm.png) no-repeat center bottom -1px/100% auto, linear-gradient(0deg, rgb(200, 230, 252), rgb(170, 217, 255));
}
.top-service::before {
  position: absolute;
  top: -40%;
  left: 0;
  content: "";
  display: block;
  width: 12.5%;
  max-width: 240px;
  aspect-ratio: 240/666;
  background: url(../img/pages/top/service/bg--01.png) no-repeat center 0/cover;
  z-index: -1;
}
.top-service__inner {
  position: relative;
  z-index: 1;
  padding-top: 1em;
  padding-bottom: 15em;
}
.top-service__inner::before {
  position: absolute;
  bottom: 0;
  left: calc((100vw - 1280px) / 2 * -1 + 2.6%);
  content: "";
  display: block;
  width: 27.9%;
  max-width: 358px;
  aspect-ratio: 358/173;
  background: url(../img/pages/top/service/illust--house.png) no-repeat 0 0/cover;
  z-index: -1;
}
@media only screen and (max-width: 1280px) {
  .top-service__inner::before {
    left: 0;
  }
}
.top-service__inner::after {
  position: absolute;
  bottom: 5%;
  right: calc((100vw - 1280px) / 2 * -1 + 9.3%);
  content: "";
  display: block;
  width: 18.1%;
  max-width: 232px;
  aspect-ratio: 232/240;
  background: url(../img/pages/top/service/illust--tree.png) no-repeat 0 0/cover;
  z-index: -1;
}
@media only screen and (max-width: 1280px) {
  .top-service__inner::after {
    right: 0;
  }
}
.top-service__list {
  gap: 2em 3.4%;
}
.top-service__item {
  overflow: hidden;
  width: 31.0666666667%;
  background: #fff;
  border-radius: 1.87em;
  text-align: center;
}
.top-service__logo {
  min-height: 165px;
  padding: 2.5em 1.87em 3.75em;
  background: url(../img/pages/top/service/bg--03.png) no-repeat center bottom/100% auto;
}
.top-service__logo img {
  max-width: none;
  height: 60px;
}
.top-service__item:first-of-type .top-service__logo img {
  height: 49px;
}
.top-service__body {
  padding: 0 1.87em 2.5em;
  background: var(--color_yl_light);
}
.top-service__heading {
  padding-bottom: 1em;
  border-bottom: 2px dotted #ccc;
  font-size: 1.5em;
  line-height: 1.4;
}
.top-service__heading .sub {
  display: block;
  font-size: 0.66em;
}
.top-service__caption {
  margin-top: 1.56em;
  font-size: 0.94em;
}
.top-service__button {
  max-width: 300px;
  margin: 1.87em auto 0;
}
.top-service__button .text {
  font-size: 0.94em;
}

@media only screen and (max-width: 767px) {
  .top-intro {
    margin-top: -7em;
    padding-bottom: var(--padding_sp);
  }
  .top-intro__inner::after {
    bottom: 0;
  }
  .top-intro__heading {
    font-size: 1.6em;
  }
  .top-intro__heading::before {
    right: -2em;
  }
  .top-strength {
    padding-bottom: var(--padding_sp);
  }
  .top-strength__img {
    width: 100% !important;
  }
  .top-strength__txt {
    order: 2;
    width: 100% !important;
    margin-top: 2em;
    padding: 0 20px !important;
  }
  .top-strength__label {
    font-size: 1em;
  }
  .top-strength__heading {
    font-size: 1.4em;
  }
  .top-strength__item--01::before {
    top: 0;
  }
  .top-strength__item--01::after {
    top: auto;
    bottom: 0;
    right: -5%;
  }
  .top-strength__item--01 .top-strength__img img {
    margin-left: -4%;
  }
  .top-strength__item--01 .top-strength__txt::before {
    top: -20%;
    width: 180%;
  }
  .top-strength__item--01 .top-strength__txt::after {
    width: 6em;
    bottom: -5em;
  }
  .top-strength__item--02 {
    margin-top: 1em;
    padding-top: 6em;
  }
  .top-strength__item--02::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .top-strength__item--02::after {
    display: none;
  }
  .top-strength__item--02 .top-strength__txt::before {
    top: -30%;
  }
  .top-strength__item--02 .top-strength__txt::after {
    width: 8em;
    bottom: -5em;
  }
  .top-strength__item--03 {
    margin-top: 1em;
    padding-top: 6em;
  }
  .top-strength__item--03::before {
    width: 30%;
  }
  .top-strength__item--03::after {
    display: none;
  }
  .top-service::before {
    top: -3%;
  }
  .top-service__inner {
    padding-top: var(--padding_sp);
    padding-bottom: var(--padding_sp);
  }
  .top-service__inner::after {
    bottom: 0;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #ff7b27;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #ff7b27;
  padding: 2px 10px;
}
.blog-single__title {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}
.entrance {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 5em 0 2.5em;
  background: url(../img/pages/entrance/bg--top.png) no-repeat center 0/100% auto var(--color_yl_light);
  text-align: center;
}
.entrance::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/385;
  background: url(../img/pages/entrance/bg--btm.png) no-repeat center bottom/100% auto;
  z-index: -1;
}
.entrance__heading {
  font-size: 2.5em;
}
.entrance__lead {
  font-size: 1.25em;
  font-weight: 700;
}
.entrance__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5em 1.6%;
  max-width: 1280px;
  margin: 3.12em auto 0;
}
.entrance__item {
  width: 18.72%;
}
.entrance__item .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 1.25em 1.25em 2em;
  background: #fff;
  border-radius: 1.25em;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
.entrance__item .link:hover {
  opacity: 0.7;
}
.entrance__item .img {
  max-width: 190px;
}
.entrance__item .title {
  margin-top: 1.25em;
  font-size: 1.3em;
}
.entrance__item .caption {
  flex-grow: 1;
  margin-top: 0.87em;
  line-height: 1.8;
  text-align: justify;
}
.entrance__item .icon {
  margin-top: 1.25em;
  color: var(--color_main);
  font-size: 1.5em;
  line-height: 1;
}
.entrance__copyright {
  margin-top: auto;
  padding-top: 5em;
  font-size: 0.87em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .entrance {
    padding: 3em 0 5em;
    background-position: top center;
    background-size: 100%;
  }
  .entrance__heading {
    font-size: 1.6em;
  }
  .entrance__lead {
    font-size: 1em;
  }
  .entrance__list {
    gap: 1.5em 4%;
    margin-top: 2em;
  }
  .entrance__item {
    width: 100%;
  }
  .entrance__item .img img {
    width: 190px;
  }
  .entrance__copyright {
    padding-top: 2.5em;
  }
}
.values-strength {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -15%;
  padding: 4em 0 12.5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .values-strength {
    padding-top: 2em;
  }
}
.values-strength__img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 640px;
}
.values-strength__txt {
  position: relative;
  z-index: 1;
}
.values-strength .tit-primary {
  margin-bottom: 0;
}
.values-strength .tit-primary .sub {
  margin: 1.87em 0 0;
}
.values-strength .tit-primary h3 {
  margin-top: 0.5em;
  font-size: 2.25em;
}
.values-strength__caption {
  margin-top: 1.25em;
}
.values-strength__body {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 785px;
  margin: 2.5em auto 0;
  padding: 3.12em 3.7em;
  background: #fff;
  box-shadow: 0px 0px 2.81em 0px rgba(228, 201, 153, 0.54);
  border-radius: 1.25em;
  text-align: left;
}
.values-strength__title {
  margin-bottom: 1.25em;
  font-size: 1.5em;
  text-align: center;
}
.values-strength__title span {
  display: inline;
  padding: 0 0.3em;
  background: linear-gradient(transparent 62%, var(--color_yl_light) 62%);
}
.values-strength__term {
  position: relative;
  padding-left: 1em;
  font-size: 1.25em;
  font-weight: 700;
}
.values-strength__term::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  content: "";
  width: 8px;
  aspect-ratio: 1;
  background: var(--color_main);
  border-radius: 50%;
}
.values-strength__desc {
  margin-top: 0.31em;
  font-size: 0.94em;
}
.values-strength__desc:not(:last-child) {
  margin-bottom: 1.87em;
}
.values-strength__item {
  position: relative;
  z-index: 1;
}
.values-strength__item--01 {
  padding-bottom: 153px;
}
.values-strength__item--01::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 37.3%;
  max-width: 478px;
  aspect-ratio: 478/621;
  background: url(../img/pages/values/strength/bg--01-02.png) no-repeat 0 0/cover;
  z-index: -1;
}
@media (max-width: 1280px) {
  .values-strength__item--01::after {
    right: 0;
  }
}
.values-strength__item--01 .values-strength__img::before {
  position: absolute;
  top: -3.1em;
  right: -35.9%;
  content: "";
  display: block;
  width: 40.3%;
  max-width: 258px;
  aspect-ratio: 258/152;
  background: url(../img/pages/values/strength/bg--01-04.png) no-repeat 0 0/cover;
}
@media only screen and (max-width: 767px) {
  .values-strength__item--01 .values-strength__img::before {
    top: -2em;
    right: -2em;
  }
}
.values-strength__item--01 .values-strength__img::after {
  position: absolute;
  right: -35%;
  bottom: -10em;
  content: "";
  display: block;
  width: 36.25%;
  max-width: 232px;
  aspect-ratio: 232/228;
  background: url(../img/pages/values/strength/illust--01-01.png) no-repeat 0 0/cover;
}
.values-strength__item--01 .values-strength__txt::before {
  position: absolute;
  top: -110%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 1203px;
  aspect-ratio: 1203/927;
  background: url(../img/pages/values/strength/bg--01-01.png) no-repeat 0 0/cover;
  z-index: -1;
}
.values-strength__item--02 {
  padding-top: 140px;
  padding-bottom: 200px;
}
.values-strength__item--02 .values-strength__item-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url(../img/pages/values/strength/bg--btm.png) no-repeat center bottom -1px/100% auto, linear-gradient(0deg, rgb(255, 234, 167), rgb(255, 248, 192) 130px calc(100% - 130px), rgb(255, 234, 167));
  -webkit-mask: url(../img/pages/values/strength/wave-mask.png) no-repeat top center/100% auto, linear-gradient(#000, #000) no-repeat bottom/100% calc(100% - max(3.9vw, 50px));
  mask: url(../img/pages/values/strength/wave-mask.png) no-repeat top center/100% auto, linear-gradient(#000, #000) no-repeat bottom/100% calc(100% - max(3.9vw, 50px));
}
.values-strength__item--02::before {
  position: absolute;
  top: -45%;
  left: 0;
  content: "";
  display: block;
  width: 22.1%;
  max-width: 425px;
  aspect-ratio: 425/953;
  background: url(../img/pages/values/strength/bg--01-03.png) no-repeat 0 0/cover;
  z-index: -1;
}
.values-strength__item--02::after {
  position: absolute;
  bottom: 80%;
  right: 0;
  content: "";
  display: block;
  width: 22.7%;
  max-width: 437px;
  aspect-ratio: 437/1050;
  background: url(../img/pages/values/strength/bg--02-03.png) no-repeat 0 0/cover;
  z-index: -1;
}
.values-strength__item--02 .values-strength__img::before {
  position: absolute;
  right: -34%;
  bottom: -20%;
  content: "";
  display: block;
  width: 49.5%;
  max-width: 317px;
  aspect-ratio: 317/153;
  background: url(../img/pages/values/strength/illust--02-01.png) no-repeat 0 0/cover;
}
.values-strength__item--02 .values-strength__img::after {
  position: absolute;
  left: 50%;
  top: -285px;
  transform: translateX(-50%);
  content: "";
  display: block;
  height: 285px;
  aspect-ratio: 310/285;
  background: url(../img/pages/values/strength/img--tensen-01.png) no-repeat 0 0/cover;
}
.values-strength__item--02 .values-strength__txt::before {
  position: absolute;
  top: -14em;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 1116px;
  aspect-ratio: 1116/921;
  background: url(../img/pages/values/strength/bg--02-01.png) no-repeat 0 0/cover;
  z-index: -1;
}
.values-strength__item--03 {
  padding-top: 120px;
}
.values-strength__item--03::after {
  position: absolute;
  top: -50%;
  left: 0;
  content: "";
  display: block;
  width: 20%;
  max-width: 384px;
  aspect-ratio: 384/1088;
  background: url(../img/pages/values/strength/bg--03-02.png) no-repeat 0 0/cover;
  z-index: 4;
}
.values-strength__item--03 .values-strength__img::before {
  position: absolute;
  left: -20%;
  bottom: -26%;
  content: "";
  display: block;
  width: 26.4%;
  max-width: 169px;
  aspect-ratio: 169/230;
  background: url(../img/pages/values/strength/illust--03-01.png) no-repeat 0 0/cover;
}
.values-strength__item--03 .values-strength__img::after {
  position: absolute;
  left: 30%;
  top: -320px;
  content: "";
  display: block;
  height: 334px;
  aspect-ratio: 399/334;
  background: url(../img/pages/values/strength/img--tensen-02.png) no-repeat 0 0/cover;
}
.values-strength__item--03 .values-strength__txt::before {
  position: absolute;
  top: -14em;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 1203px;
  aspect-ratio: 1203/927;
  background: url(../img/pages/values/strength/bg--03-01.png) no-repeat 0 0/cover;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .values-strength {
    margin-top: -2em;
    padding-bottom: var(--padding_sp);
  }
  .values-strength__img {
    width: 100%;
    padding: 0 1em;
  }
  .values-strength__txt {
    padding: 0 20px;
  }
  .values-strength__body {
    width: 90%;
    padding: 2em 1.5em;
  }
  .values-strength__title {
    font-size: 1.1em;
  }
  .values-strength__term {
    font-size: 1em;
  }
  .values-strength__item--01 {
    padding-bottom: 70px;
  }
  .values-strength__item--01 .values-strength__img::after {
    right: -1em;
    bottom: -1em;
    width: 20%;
  }
  .values-strength__item--01 .values-strength__txt::before {
    top: -40%;
    width: 150%;
  }
  .values-strength__item--02 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .values-strength__item--02::before {
    top: -10%;
  }
  .values-strength__item--02::after {
    top: 0;
    right: 0;
  }
  .values-strength__item--02 .values-strength__img::before {
    right: 0;
    bottom: -1em;
    width: 36%;
  }
  .values-strength__item--02 .values-strength__img::after {
    top: -140px;
    height: 140px;
  }
  .values-strength__item--02 .values-strength__txt::before {
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
  }
  .values-strength__item--03 {
    padding-top: 60px;
  }
  .values-strength__item--03::after {
    top: -10%;
  }
  .values-strength__item--03 .values-strength__img::before {
    left: 1em;
    bottom: -1em;
    width: 20%;
  }
  .values-strength__item--03 .values-strength__img::after {
    top: -120px;
    height: 120px;
  }
  .values-strength__item--03 .values-strength__txt::before {
    top: -30%;
    width: 120%;
  }
}
.childcare-philosophy {
  position: relative;
  z-index: 1;
  margin-top: -31.1%;
  padding: 20.6em 0 22em;
  text-align: center;
  background: url(../img/pages/childcare/philosophy/bg--01.png) no-repeat right 0/82.6% auto;
}
@media only screen and (min-width: 2050px) {
  .childcare-philosophy {
    background-position: right 7px 0;
  }
}
.childcare-philosophy::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 29.7%;
  max-width: 571px;
  aspect-ratio: 571/520;
  background: url(../img/pages/childcare/philosophy/img--01.png) no-repeat 0 0/cover;
  z-index: -1;
}
.childcare-philosophy__txt {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.childcare-philosophy__txt::before {
  position: absolute;
  bottom: -5em;
  left: -17.6%;
  content: "";
  display: block;
  width: 32.3%;
  max-width: 259px;
  aspect-ratio: 259/152;
  background: url(../img/pages/childcare/philosophy/bg--03.png) no-repeat 0 0/cover;
  z-index: -1;
}
.childcare-philosophy__txt::after {
  position: absolute;
  top: -4em;
  right: 0;
  content: "";
  display: block;
  width: 32.3%;
  max-width: 259px;
  aspect-ratio: 259/152;
  background: url(../img/pages/childcare/philosophy/bg--02.png) no-repeat 0 0/cover;
  z-index: -1;
}
.childcare-philosophy .tit-primary {
  margin-bottom: 0;
}
.childcare-philosophy .tit-primary .sub {
  gap: 0 1.25em;
  margin: 0;
  letter-spacing: 0.15em;
}
.childcare-philosophy .tit-primary h3 {
  margin-top: 0.5em;
  font-size: 2.25em;
}
.childcare-philosophy__title {
  margin-top: 1.66em;
  text-align: center;
  font-size: 1.5em;
}
.childcare-philosophy__caption {
  margin-top: 1.25em;
  text-align: left;
}

.childcare-food {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 200px;
  text-align: center;
  margin-top: -13em;
}
.childcare-food__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url(../img/pages/values/strength/bg--btm.png) no-repeat center bottom -1px/100% auto, url(../img/pages/childcare/food/bg--02.png) no-repeat left 0 bottom -20em/16% auto, linear-gradient(0deg, rgb(255, 234, 167), rgb(255, 248, 192) 130px calc(100% - 130px), rgb(255, 234, 167));
  -webkit-mask: url(../img/pages/values/strength/wave-mask.png) no-repeat top center/100% auto, linear-gradient(#000, #000) no-repeat bottom/100% calc(100% - max(3.9vw, 50px));
  mask: url(../img/pages/values/strength/wave-mask.png) no-repeat top center/100% auto, linear-gradient(#000, #000) no-repeat bottom/100% calc(100% - max(3.9vw, 50px));
}
.childcare-food::before {
  position: absolute;
  top: -2em;
  left: calc(50% - 35em);
  content: "";
  display: block;
  width: 12.1%;
  max-width: 233px;
  aspect-ratio: 233/228;
  background: url(../img/pages/childcare/food/illust--rice.png) no-repeat 0 0/cover;
  z-index: -1;
}
.childcare-food::after {
  position: absolute;
  bottom: 70%;
  right: 0;
  content: "";
  display: block;
  width: 30.78%;
  max-width: 591px;
  aspect-ratio: 591/598;
  background: url(../img/pages/childcare/food/bg--01.png) no-repeat 0 0/cover;
}
.childcare-food__txt {
  position: relative;
  z-index: 1;
}
.childcare-food .tit-primary {
  margin-bottom: 0;
}
.childcare-food .tit-primary h3 {
  margin-top: 0.5em;
  font-size: 2.25em;
}
.childcare-food__caption {
  margin-top: 1.25em;
}
.childcare-food__list {
  gap: 0 3.4%;
  margin-top: 3.12em;
}
.childcare-food__item {
  overflow: hidden;
  width: 31.0666666667%;
  background: #fff;
  border-radius: 1.5em;
}
.childcare-food__img img {
  width: 100%;
}
.childcare-food__body {
  margin-top: -1.87em;
  padding: 0 6.5% 2.5em;
  background: #fff;
}
.childcare-food__title {
  padding-top: 1.25em;
  font-size: 1.37em;
}
.childcare-food__desc {
  margin-top: 0.62em;
  text-align: left;
}

.childcare-facilities {
  position: relative;
  z-index: 1;
  padding: 9.37em 0 6.2em;
}
.childcare-facilities::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 11.6%;
  max-width: 223px;
  aspect-ratio: 223/687;
  background: url(../img/pages/childcare/facilities/bg--02.png) no-repeat 0 0/cover;
  z-index: -1;
}
.childcare-facilities__txt {
  position: relative;
  z-index: 1;
  margin-bottom: 3.12em;
}
.childcare-facilities__txt::before {
  position: absolute;
  top: -6em;
  left: -12%;
  content: "";
  display: block;
  width: 47.5%;
  max-width: 513px;
  aspect-ratio: 513/406;
  background: url(../img/pages/childcare/facilities/bg--01.png) no-repeat 0 0/cover;
  z-index: -1;
}
.childcare-facilities__txt::after {
  position: absolute;
  right: 1.81em;
  top: 20%;
  content: "";
  display: block;
  width: 24.9%;
  max-width: 269px;
  aspect-ratio: 358/173;
  background: url(../img/pages/childcare/facilities/illust--01.png) no-repeat 0 0/cover;
  z-index: -1;
}
.childcare-facilities .tit-primary {
  margin-bottom: 0;
  text-align: left;
}
.childcare-facilities .tit-primary .sub {
  margin-bottom: 0;
  justify-content: flex-start;
}
.childcare-facilities .tit-primary h3 {
  margin-top: 0.5em;
  font-size: 2.25em;
}
.childcare-facilities__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3.12em 0;
}
.childcare-facilities__item {
  align-items: flex-start;
  gap: 0 4.2%;
  padding: 2.5em 3.5%;
  background: #d9edfc;
  border-radius: 1.25em;
}
.childcare-facilities__img {
  width: 38.4%;
}
.childcare-facilities__img img {
  width: 100%;
  border-radius: 0.62em;
}
.childcare-facilities__body {
  width: 57.4%;
}
.childcare-facilities__title {
  position: relative;
  padding-left: 1em;
  font-size: 1.37em;
}
.childcare-facilities__title::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  width: 10px;
  aspect-ratio: 1;
  background: var(--color_main);
  border-radius: 50%;
}
.childcare-facilities__detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 1.25em;
}
.childcare-facilities__term {
  margin-bottom: 10px;
  padding: 0 0.5em;
  border: 1px solid var(--color_txt);
  font-weight: 700;
  text-align: center;
}
.childcare-facilities__desc {
  width: calc(100% - 4.4em);
  margin-bottom: 0.62em;
  padding-left: 1.25em;
  line-height: 1.7;
}
.childcare-facilities__button {
  margin-top: 1.25em;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .childcare-philosophy {
    margin-top: -5em;
    padding: 5em 0 17em;
  }
  .childcare-philosophy::before {
    width: 20%;
    top: 11%;
  }
  .childcare-philosophy__txt {
    padding: 0 1em;
  }
  .childcare-philosophy__txt::before {
    display: none;
  }
  .childcare-philosophy__txt::after {
    display: none;
  }
  .childcare-philosophy .tit-primary h3 {
    font-size: 1.6em;
  }
  .childcare-philosophy__title {
    font-size: 1.15em;
  }
  .childcare-food {
    padding: 3em 0 var(--padding_sp);
  }
  .childcare-food::before {
    left: 0;
    width: 24%;
  }
  .childcare-food::after {
    top: -4em;
  }
  .childcare-food__txt {
    padding: 0 20px;
  }
  .childcare-food .tit-primary h3 {
    font-size: 1.6em;
  }
  .childcare-food__list {
    gap: 1.5em 0;
  }
  .childcare-food__item {
    width: 90%;
    margin: 0 auto;
    border-radius: 2em;
  }
  .childcare-food__title {
    font-size: 1.15em;
  }
  .childcare-facilities {
    padding: 3em 0 var(--padding_sp);
  }
  .childcare-facilities__txt {
    padding: 0 20px;
    margin-bottom: 2em;
  }
  .childcare-facilities__txt::before {
    top: -2em;
    width: 100%;
  }
  .childcare-facilities__txt::after {
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
  }
  .childcare-facilities .tit-primary h3 {
    font-size: 1.6em;
  }
  .childcare-facilities__item {
    padding: 1.5em 5%;
  }
  .childcare-facilities__body {
    margin-top: 1.25em;
  }
  .childcare-facilities__title {
    font-size: 1.15em;
  }
  .childcare-facilities__button {
    width: 100%;
  }
}
.welfare-philosophy {
  position: relative;
  z-index: 1;
  margin-top: -27.1%;
  padding: 20.6em 0 22em;
  text-align: center;
  background: url(../img/pages/welfare/philosophy/bg--01.png) no-repeat right 0/61.7% auto;
}
.welfare-philosophy::before {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 30.9%;
  max-width: 594px;
  aspect-ratio: 594/527;
  background: url(../img/pages/welfare/philosophy/img--01.png) no-repeat 0 0/cover;
  z-index: -1;
}
.welfare-philosophy__txt {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.welfare-philosophy__txt::before {
  position: absolute;
  bottom: -5em;
  left: -17.6%;
  content: "";
  display: block;
  width: 32.3%;
  max-width: 259px;
  aspect-ratio: 259/152;
  background: url(../img/pages/childcare/philosophy/bg--03.png) no-repeat 0 0/cover;
  z-index: -1;
}
.welfare-philosophy .tit-primary {
  margin-bottom: 0;
}
.welfare-philosophy .tit-primary .sub {
  gap: 0 1.25em;
  margin: 0;
  letter-spacing: 0.15em;
}
.welfare-philosophy .tit-primary h3 {
  margin-top: 0.5em;
  font-size: 2.25em;
}
.welfare-philosophy__title {
  margin-top: 1.66em;
  text-align: center;
  font-size: 1.5em;
}
.welfare-philosophy__caption {
  margin-top: 1.25em;
  text-align: left;
}

.welfare-support {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 200px;
  text-align: center;
  margin-top: -13em;
}
.welfare-support__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url(../img/pages/values/strength/bg--btm.png) no-repeat center bottom -1px/100% auto, url(../img/pages/childcare/food/bg--02.png) no-repeat left 0 bottom -20em/16% auto, linear-gradient(0deg, #fecbc7, #fed8d5 130px calc(100% - 130px), #fecbc7);
  -webkit-mask: url(../img/pages/values/strength/wave-mask.png) no-repeat top center/100% auto, linear-gradient(#000, #000) no-repeat bottom/100% calc(100% - max(3.9vw, 50px));
  mask: url(../img/pages/values/strength/wave-mask.png) no-repeat top center/100% auto, linear-gradient(#000, #000) no-repeat bottom/100% calc(100% - max(3.9vw, 50px));
}
.welfare-support::before {
  position: absolute;
  top: -3em;
  left: calc(50% - 33em);
  content: "";
  display: block;
  width: 17.8%;
  max-width: 341px;
  aspect-ratio: 341/165;
  background: url(../img/pages/welfare/support/illust--kids.png) no-repeat 0 0/cover;
  z-index: -1;
}
.welfare-support::after {
  position: absolute;
  bottom: 70%;
  right: 0;
  content: "";
  display: block;
  width: 28.7%;
  max-width: 552px;
  aspect-ratio: 552/598;
  background: url(../img/pages/welfare/support/bg--01.png) no-repeat 0 0/cover;
}
.welfare-support__txt {
  position: relative;
  z-index: 1;
}
.welfare-support .tit-primary {
  margin-bottom: 0;
}
.welfare-support .tit-primary h3 {
  margin-top: 0.5em;
  font-size: 2.25em;
}
.welfare-support__list {
  gap: 0 3.4%;
  margin-top: 3.12em;
}
.welfare-support__item {
  overflow: hidden;
  width: 31.0666666667%;
  background: #fff;
  border-radius: 1.5em;
}
.welfare-support__img img {
  width: 100%;
}
.welfare-support__body {
  margin-top: -1.87em;
  padding: 0 6.5% 2.5em;
  background: #fff;
}
.welfare-support__title {
  padding-top: 1.25em;
  font-size: 1.37em;
}
.welfare-support__desc {
  margin-top: 0.62em;
  text-align: left;
}

.welfare-facilities {
  position: relative;
  z-index: 1;
  padding: 9.37em 0 6.2em;
}
.welfare-facilities::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 11.6%;
  max-width: 223px;
  aspect-ratio: 223/687;
  background: url(../img/pages/childcare/facilities/bg--02.png) no-repeat 0 0/cover;
  z-index: -1;
}
.welfare-facilities__txt {
  position: relative;
  z-index: 1;
  margin-bottom: 3.12em;
}
.welfare-facilities__txt::before {
  position: absolute;
  top: -6em;
  left: -12%;
  content: "";
  display: block;
  width: 47.5%;
  max-width: 513px;
  aspect-ratio: 513/406;
  background: url(../img/pages/welfare/facilities/bg--01.png) no-repeat 0 0/cover;
  z-index: -1;
}
.welfare-facilities__txt::after {
  position: absolute;
  right: 1.81em;
  top: 20%;
  content: "";
  display: block;
  width: 24.9%;
  max-width: 269px;
  aspect-ratio: 358/173;
  background: url(../img/pages/childcare/facilities/illust--01.png) no-repeat 0 0/cover;
  z-index: -1;
}
.welfare-facilities .tit-primary {
  margin-bottom: 0;
  text-align: left;
}
.welfare-facilities .tit-primary .sub {
  margin-bottom: 0;
  justify-content: flex-start;
}
.welfare-facilities .tit-primary h3 {
  margin-top: 0.5em;
  font-size: 2.25em;
}
.welfare-facilities__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3.12em 0;
}
.welfare-facilities__item {
  align-items: flex-start;
  gap: 0 4.2%;
  padding: 2.5em 3.5%;
  background: #d9edfc;
  border-radius: 1.25em;
}
.welfare-facilities__img {
  width: 38.4%;
}
.welfare-facilities__img img {
  width: 100%;
  border-radius: 0.62em;
}
.welfare-facilities__body {
  width: 57.4%;
}
.welfare-facilities__title {
  position: relative;
  padding-left: 1em;
  font-size: 1.37em;
}
.welfare-facilities__title::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  width: 10px;
  aspect-ratio: 1;
  background: var(--color_main);
  border-radius: 50%;
}
.welfare-facilities__sub {
  margin-top: 0.31em;
  font-size: 1.12em;
  font-weight: 700;
}
.welfare-facilities__detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 1.25em;
}
.welfare-facilities__term {
  margin-bottom: 10px;
  padding: 0 0.5em;
  border: 1px solid var(--color_txt);
  font-weight: 700;
  text-align: center;
}
.welfare-facilities__desc {
  width: calc(100% - 4.4em);
  margin-bottom: 0.62em;
  padding-left: 1.25em;
  line-height: 1.7;
}
.welfare-facilities__button {
  margin-top: 1.25em;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .welfare-philosophy {
    margin-top: -5em;
    padding: 5em 0 17em;
  }
  .welfare-philosophy::before {
    width: 20%;
    top: 15%;
  }
  .welfare-philosophy__txt {
    padding: 0 1em;
  }
  .welfare-philosophy__txt::before {
    display: none;
  }
  .welfare-philosophy .tit-primary h3 {
    font-size: 1.6em;
  }
  .welfare-philosophy__title {
    font-size: 1.15em;
  }
  .welfare-support {
    padding: 3em 0 var(--padding_sp);
  }
  .welfare-support::before {
    left: 0;
    width: 30%;
    top: -2em;
  }
  .welfare-support::after {
    top: -4em;
    top: -25%;
    bottom: auto;
    top: -3em;
  }
  .welfare-support__txt {
    padding: 0 20px;
  }
  .welfare-support .tit-primary h3 {
    font-size: 1.6em;
  }
  .welfare-support__list {
    gap: 1.5em 0;
  }
  .welfare-support__item {
    width: 90%;
    margin: 0 auto;
    border-radius: 2em;
  }
  .welfare-support__title {
    font-size: 1.15em;
  }
  .welfare-facilities {
    padding: 3em 0 var(--padding_sp);
  }
  .welfare-facilities__txt {
    padding: 0 20px;
    margin-bottom: 2em;
  }
  .welfare-facilities__txt::before {
    top: -2em;
    width: 100%;
  }
  .welfare-facilities__txt::after {
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
  }
  .welfare-facilities .tit-primary h3 {
    font-size: 1.6em;
  }
  .welfare-facilities__item {
    padding: 1.5em 5%;
  }
  .welfare-facilities__body {
    margin-top: 1.25em;
  }
  .welfare-facilities__title {
    font-size: 1.15em;
  }
  .welfare-facilities__button {
    width: 100%;
  }
}
.community-vision {
  position: relative;
  z-index: 1;
  margin-top: -29.1%;
  padding: 20.6em 0 22em;
  text-align: center;
  background: url(../img/pages/community/vision/bg--01.png) no-repeat right 0/60.4% auto;
}
.community-vision::before {
  position: absolute;
  bottom: -20%;
  left: 0;
  content: "";
  display: block;
  width: 25.2%;
  max-width: 484px;
  aspect-ratio: 484/758;
  background: url(../img/pages/community/vision/bg--02.png) no-repeat 0 0/cover;
  z-index: -1;
}
.community-vision__txt {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.community-vision__txt::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17.6%;
  content: "";
  display: block;
  width: 32.3%;
  max-width: 259px;
  aspect-ratio: 259/152;
  background: url(../img/pages/childcare/philosophy/bg--03.png) no-repeat 0 0/cover;
  z-index: -1;
}
.community-vision .tit-primary {
  margin-bottom: 0;
}
.community-vision .tit-primary .sub {
  gap: 0 1.25em;
  margin: 0;
  letter-spacing: 0.15em;
}
.community-vision .tit-primary h3 {
  margin-top: 0.5em;
  font-size: 2.25em;
}
.community-vision__title {
  margin-top: 1.66em;
  text-align: center;
  font-size: 1.5em;
}
.community-vision__caption {
  margin-top: 1.25em;
  text-align: left;
}

.community-house {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 200px;
  text-align: center;
  margin-top: -13em;
}
.community-house__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url(../img/pages/values/strength/bg--btm.png) no-repeat center bottom -1px/100% auto, url(../img/pages/childcare/food/bg--02.png) no-repeat left 0 bottom -20em/16% auto, linear-gradient(0deg, #c3f6b7, #d2f8c9 130px calc(100% - 130px), #c3f6b7);
  -webkit-mask: url(../img/pages/values/strength/wave-mask.png) no-repeat top center/100% auto, linear-gradient(#000, #000) no-repeat bottom/100% calc(100% - max(3.9vw, 50px));
  mask: url(../img/pages/values/strength/wave-mask.png) no-repeat top center/100% auto, linear-gradient(#000, #000) no-repeat bottom/100% calc(100% - max(3.9vw, 50px));
}
.community-house::before {
  position: absolute;
  top: -12%;
  left: calc(50% - 33em);
  content: "";
  display: block;
  width: 11.6%;
  max-width: 224px;
  aspect-ratio: 224/304;
  background: url(../img/pages/community/house/illust--home.png) no-repeat 0 0/cover;
  z-index: -1;
}
.community-house__txt {
  position: relative;
  z-index: 1;
}
.community-house .tit-primary {
  margin-bottom: 0;
}
.community-house .tit-primary h3 {
  margin-top: 0.5em;
  font-size: 2.25em;
}
.community-house__caption {
  margin-top: 1.25em;
}
.community-house__list {
  gap: 0 3.4%;
  margin-top: 3.12em;
}
.community-house__item {
  overflow: hidden;
  width: 31.0666666667%;
  background: #fff;
  border-radius: 1.5em;
}
.community-house__img img {
  width: 100%;
}
.community-house__body {
  margin-top: -1.87em;
  padding: 0 6.5% 2.5em;
  background: #fff;
}
.community-house__title {
  padding-top: 1.25em;
  font-size: 1.37em;
}
.community-house__desc {
  margin-top: 0.62em;
  text-align: left;
}

.community-facility {
  position: relative;
  z-index: 1;
  padding: 9.37em 0 6.2em;
}
.community-facility::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 11.6%;
  max-width: 223px;
  aspect-ratio: 223/687;
  background: url(../img/pages/childcare/facilities/bg--02.png) no-repeat 0 0/cover;
  z-index: -1;
}
.community-facility__txt {
  position: relative;
  z-index: 1;
  margin-bottom: 3.12em;
}
.community-facility__txt::before {
  position: absolute;
  top: -6em;
  left: -12%;
  content: "";
  display: block;
  width: 47.5%;
  max-width: 513px;
  aspect-ratio: 513/406;
  background: url(../img/pages/community/facility/bg--01.png) no-repeat 0 0/cover;
  z-index: -1;
}
.community-facility__txt::after {
  position: absolute;
  right: 1.81em;
  top: 20%;
  content: "";
  display: block;
  width: 24.9%;
  max-width: 269px;
  aspect-ratio: 358/173;
  background: url(../img/pages/childcare/facilities/illust--01.png) no-repeat 0 0/cover;
  z-index: -1;
}
.community-facility .tit-primary {
  margin-bottom: 0;
  text-align: left;
}
.community-facility .tit-primary .sub {
  margin-bottom: 0;
  justify-content: flex-start;
}
.community-facility .tit-primary h3 {
  margin-top: 0.5em;
  font-size: 2.25em;
}
.community-facility__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3.12em 0;
}
.community-facility__item {
  align-items: flex-start;
  gap: 0 4.2%;
  padding: 2.5em 3.5%;
  background: #d9edfc;
  border-radius: 1.25em;
}
.community-facility__img {
  width: 38.4%;
}
.community-facility__img img {
  width: 100%;
  border-radius: 0.62em;
}
.community-facility__body {
  width: 57.4%;
}
.community-facility__title {
  position: relative;
  padding-left: 1em;
  font-size: 1.37em;
}
.community-facility__title::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  width: 10px;
  aspect-ratio: 1;
  background: var(--color_main);
  border-radius: 50%;
}
.community-facility__sub {
  margin-top: 0.31em;
  font-size: 1.12em;
  font-weight: 700;
}
.community-facility__detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 1.25em;
}
.community-facility__term {
  margin-bottom: 10px;
  padding: 0 0.5em;
  border: 1px solid var(--color_txt);
  font-weight: 700;
  text-align: center;
}
.community-facility__desc {
  width: calc(100% - 4.4em);
  margin-bottom: 0.62em;
  padding-left: 1.25em;
  line-height: 1.7;
}
.community-facility__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62em;
  margin-top: 0.62em;
}
.community-facility__tag {
  padding: 0 0.94em;
  background: #fff;
}
.community-facility__button {
  margin-top: 1.25em;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .community-vision {
    margin-top: -5em;
    padding: 5em 0 17em;
  }
  .community-vision::before {
    width: 20%;
    top: 15%;
  }
  .community-vision__txt {
    padding: 0 1em;
  }
  .community-vision__txt::before {
    display: none;
  }
  .community-vision .tit-primary h3 {
    font-size: 1.6em;
  }
  .community-vision__title {
    font-size: 1.15em;
  }
  .community-house {
    padding: 3em 0 var(--padding_sp);
  }
  .community-house::before {
    left: 0;
    top: -2em;
    width: 20%;
  }
  .community-house__txt {
    padding: 0 20px;
  }
  .community-house .tit-primary h3 {
    font-size: 1.6em;
  }
  .community-house__list {
    gap: 1.5em 0;
  }
  .community-house__item {
    width: 90%;
    margin: 0 auto;
    border-radius: 2em;
  }
  .community-house__title {
    font-size: 1.15em;
  }
  .community-facility {
    padding: 3em 0 var(--padding_sp);
  }
  .community-facility__txt {
    padding: 0 20px;
    margin-bottom: 2em;
  }
  .community-facility__txt::before {
    top: -2em;
    width: 100%;
  }
  .community-facility__txt::after {
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
  }
  .community-facility .tit-primary h3 {
    font-size: 1.6em;
  }
  .community-facility__item {
    padding: 1.5em 5%;
  }
  .community-facility__body {
    margin-top: 1.25em;
  }
  .community-facility__title {
    font-size: 1.15em;
  }
  .community-facility__button {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */