@charset "UTF-8";

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

/* Set core root defaults */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
fieldset {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  display: block;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

pre {
  white-space: pre-wrap;
}

html {
  font-size: 62.5%;
}

:root {
  --color-main: #3d3dff;
  --color-main: #3d3dff;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.85616vw;
  }
}

@media (min-width: 1168px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #141414;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  width: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #faf9f4;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
}

.inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
  position: relative;
  width: 100%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 116.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

/*画像の中央寄せ*/
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/*figureタグで囲まれた画像の中央寄せ*/
.aligncenter img {
  height: auto;
  max-width: 100%;
}

/*画像右寄せ*/
.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}

/*figureタグで囲まれた画像右寄せ*/
.alignright img {
  height: auto;
  max-width: 100%;
}

/*位置指定のない画像*/
.alignnone {
  height: auto;
  max-width: 100%;
}

/*figureタグで囲まれた位置指定のない画像*/
.alignnone img {
  height: auto;
  max-width: 100%;
}

/* 自動折り返し有効化 */
pre {
  white-space: pre-wrap;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-spinner {
  display: none;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/* ==============================================================
*  セクション(common)
* ============================================================ */
main.home {
  background-color: #eff4ec;
  background-color: #fff;
}


.banner.-home-top {
  margin-top: 9rem;
}

.banner.-home-bottom {
  background-color: #fff;
  padding-bottom: 10rem;
  padding-top: 8rem;
}

.home .banner.-sub {
  margin: 0;
  padding-bottom: 6rem;
  background: #fbf9f7;
}

.banner.-sub {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.banner__link {
  margin-left: auto;
  margin-right: auto;
  width: 80.36%;
}

.banner__link.-sub {
  width: 90rem;
}

.btn {
  background-color: #fff;
  color: #0c3b2c;
  display: inline-block;
  outline: none;
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  text-align: center;
  width: 23.4rem;
  z-index: 2;
  color: #242472;
  text-shadow: none;
  font-weight: 900;
}

.btn::after {
  height: 100%;
  top: -100%;
  width: 100%;
}

.btn::before,
.btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.btn span {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
}

.btn span img {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.btn.-color {
  /* background: linear-gradient(to right, #fcb900, #ffef5a); */
  background: #fcb900;
  border: 1px solid #ff8118;
  border-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
}

.btn.-color span .white {
  z-index: 1;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1.2s, -webkit-transform 0.8s;
  transition: opacity 1.2s, -webkit-transform 0.8s;
  transition: opacity 1.2s, transform 0.8s;
  transition: opacity 1.2s, transform 0.8s, -webkit-transform 0.8s;
}

/*下からフェードイン*/
.js-fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.is-fadeInUp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-inview-mv {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
  .banner__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .banner__link:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn:hover {
    color: #fff;
  }

  .btn:hover span .color {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .btn:hover::after {
    background-color: #242472;
    top: 0;
  }

  .btn::before,
  .btn::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn span img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .btn.-color:hover {
    color: #0c3b2c;
  }

  .btn.-color:hover span .white {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .btn.-color:hover span .color {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .btn.-color:hover::after {
    background-color: #fff;
    top: 0;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  /* background-color: #faf9f3; */
  /*	    -webkit-box-shadow: 8px 8px 16px 0 rgba(0,0,0,.03);*/
  /* box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03); */
  position: fixed;
  /* top: 20px; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  color: #392d2f;
  /* border-top: 3px solid #f0a8c5; */
  align-items: flex-start;
  /* border-radius: 50px; */
}

.header.-sub {
  background-color: #fff;
}

.header__logo {
  margin-left: 0;
  width: 30rem;
  background: #1770b2;
  padding: 1rem 2rem;
  border-radius: 0 0 2rem 0;
}

.header__logo img {
  /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(222deg) brightness(110%) contrast(100%); */
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283e31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1.2rem;
}

.header__top.-sub {
  color: #232472;
}

.header__tel {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}

.header__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -5px;
  content: "";
  /* -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16)); */
  /* filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16)); */
  height: 2rem;
  left: -2.1rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2rem;
}

.header__tel.-sub {
  text-shadow: none;
}

.header__tel.-sub::before {
  background-image: url(../img/common/tel-color.svg);
}

.header__time {
  font-size: 1.2rem;
  margin-left: 1.1rem;
}

.header__time span {}

.header__time span:nth-of-type(1) {
  border: 1px solid #ffffff;
  font-size: 1rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.header__time span:nth-of-type(2) {
  font-size: 1.6rem;
}

.header__time.-sub span:nth-of-type(1) {
  border: 1px solid #0c3b2c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header__time.-sub span:nth-of-type(1) span {
  text-shadow: none;
}

.header__nav {
  margin-right: 2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.header__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__item:not(:first-of-type) {
  margin-left: 2rem;
}

.header__item:last-of-type {
  margin-left: 2rem;
}
.home .header.scrolled .header__time span:nth-of-type(1) {
    /* border: 1px solid #000000; */
}
/* .header__item:last-of-type a {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  width: 1.995rem;
} */

.header__link {
  color: #232472;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .header__link {
    font-size: 1.1vw;
  }
}

.header__link.-sub {
  color: #232472;
}

.header__btn {
  background: #ff8118;
  margin: 0.3rem;
  border-radius: 50px;
  padding: 2rem 2rem 2rem 6.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  /*   width: 7rem;
  height: 7rem; */
  margin-right: 1rem;
  margin-left: 2rem;
}

.header__btn.email::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: 3.5rem;
  top: 1.1rem;
  left: 14%;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
}

/*
.header__item:last-of-type a {
    width: 1.995rem;
}
*/

@media screen and (min-width: 768px) {
  .header__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .header__link:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .header__logo {
    margin-left: 1rem;
    width: 15rem;
  }

  .header__btn {
    /*		padding: 3.3rem 1.4rem;*/
  }
}

.footer {
  background: #1770b2;
  color: #283e31;
  /* padding-top: 5.1rem; */
  /* background: linear-gradient(45deg, #1770b2, #e4e873, #bedc7e); */
  /*グラデーションを定義*/
  background-size: 200% 200%;
  /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
  padding-top: 4rem;
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.footer__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__item {
  padding-left: 3rem;
}

.footer__link {
  position: relative;
  color: #fff;
}

.footer__link::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15%;
  background: #ffb421;
  border-radius: 50%;
}

/* .footer__item:not(:first-of-type) {
  margin-left: 3rem;
} */

/* .footer__item:last-of-type {
  margin-left: 2rem;
} */
/* 
.footer__item:last-of-type a {
  width: 20px;
} */

.footer_link_banner {
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: linear-gradient(to right,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
  padding: 50px 0 50px 0;
}

.footer_link_banner .footer_link_banner_inner {
  max-width: 116.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
}

.footer_link_banner .footer_link_banner_inner a {
  width: 23.5%;
  background: #fff;
}

.footer__link {
  font-size: 1.6rem;
}

.footer__logo {
  /* margin-left: auto; */
  margin-right: auto;
  margin-top: 1rem;
  width: 18rem;
}

.footer__address {
  margin-top: 2.7rem;
  text-align: left;
  color: #fff;
}

.footer__address span {
  display: block;
  font-style: normal;
  line-height: 1.5;
}

.footer__copyright {
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: linear-gradient(to right,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
  display: block;
  font-size: 1.2rem;
  margin-top: 3.1rem;
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  text-align: center;
  width: 100%;
}

.footer .page-top {
  width: 100%;
}

.footer .page-top a {
  bottom: 1.15rem;
  display: inline-block;
  position: absolute;
  right: 2.3rem;
}

.footer .page-top__img {
  margin-left: auto;
  margin-right: auto;
  width: 1.6rem;
}

.footer .page-top span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0.4rem;
  color: #fff;
}


.footer_text {
  font-weight: 500;
  /* color: #fff; */
  margin-top: 2rem;
  font-size: 18px;
  line-height: 1.7;
}


.tel_text {
  margin-bottom: 6px;
  margin: 1rem 10rem;
}


.ttl_cover_20230406 {
  background-image: url(../img/common/cover.jpg);
  background-repeat: no-repeat;
  background-position: bottom 140% center;
  background-size: cover;
  position: relative;
}

.sub-section-title {
  color: #000;
  font-size: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(58 / 40);
  text-align: center;
  padding: 85px 0 40px 0;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) {
  .footer__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .footer__link:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .page-top {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .page-top:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }


  .footer_text {
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-size: 100%;
  }
}

.sp_cta {
  position: fixed;
  width: 100%;
  display: block;
  height: 65px;
  bottom: 0;
  z-index: 2;
  /* background: #3e9de2; */
  display: flex;
  align-items: center;
  z-index: 11;
  /* border-top: 2px solid #fff; */
  padding: 1rem 5px 1rem;
}

.sp_cta a {
  display: block;
  height: 100%;
  text-align: center;
  width: 50%;
  font-size: 16px;
  padding: 14px 0 10px 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #1770b2;
  position: relative;
  margin: 5px;
  border-radius: 7px;
}

.sp_cta a:last-child {
  background: #ff8118;
  /* border-left: 2px solid #fff; */
}

.sp_cta a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/tel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.3rem;
  left: 1.5rem;
  width: 1.7rem;
  height: 1.7rem;
}

.sp_cta a:last-child::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.2rem;
  left: 1.7rem;
  width: 2rem;
  height: 2rem;
}

.sp_cta a span {
  font-weight: 700;
}

/* ==============================================================
*  セクション(home)
* ============================================================ */
.home-mv {
  position: relative;
}

.home-mv__text {
  color: #fff;
  left: 2%;
  margin: 0;
  position: absolute;
  text-align: center;
  bottom: 14%;
  width: 100%;
  z-index: 5;
}

.home-mv__catch {
  font-size: clamp(30px, 4rem, 40px);
}

.home-mv__catch img {
  max-width: 500px;
  /* margin: 0 auto; */
}

.home-mv__catch span {
  line-height: calc(58 / 40);
  text-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
}

.home-mv__slide img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*  width: 100%;*/
  height: 100%;
}

.home-mv .slider-img img {
  height: auto;
  width: 100%;
}

.home-mv .slide-dots {
  margin-top: 1.7rem;
  margin-top: 0rem;
  padding: 0;
  text-align: center;
}

.home-mv .slide-dots li {
  display: inline-block;
  margin: 0 12px;
}

.home-mv .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.home-mv .slide-dots li button::before {
  background-image: url(../img/home/dots-small.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  cursor: pointer;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 4px;
}

.home-mv .slide-dots li.slick-active button::before {
  background-image: url(../img/home/dots-large.svg);
  height: 14px;
  width: 14px;
}

.home-mv button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

/* @-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
} */

.home-mv .add-animation {
  -webkit-animation: fadezoom 5s 0s forwards;
  animation: fadezoom 5s 0s forwards;
}

.home-mv__scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 60px;
}

.home-mv__scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #fff;
  -webkit-animation: patmove 1.4s ease-in-out infinite;
  animation: patmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes patmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  20% {
    height: 50px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes patmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  20% {
    height: 50px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.home-mv__scrolldown span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  font-size: 1.3rem;
  color: #fff;
}


.home-feature {
  background: linear-gradient(180deg, white 0%, #edf3f9 100%);
  margin-top: 8rem;
  padding: 0 0 8rem 0;
}


@media screen and (max-width: 767px) {
  .home-mv__slides .slick-slide img {
    height: 60vh !important;
    /* aspect-ratio: 1; */
  }
}

/* ==============================================================
*  セクション(sub-common)
* ============================================================ */
main.sub {
  /* background-color: #fff; */
}

.sub-bg {
  padding-bottom: 10rem;
  padding-top: 6rem;
  position: relative;
}

.page-id-14 .sub-bg {
  /* background-image: url(../img/home/about-bg.svg);
  background-size: contain;
  background-attachment: fixed;
  background-size: cover; */
}

.sub-section-title {
  background: linear-gradient(to right, #1f89d6, #2e2b8f);
  background-clip: text;
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 6rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: center;
}

.sub-section-title span {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.sub-section-subtitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4.8rem;
}

.sub-section-subtitle::after,
.sub-section-subtitle::before {
  background: radial-gradient(#baab00, #9c7800);
  content: "";
  height: 1px;
  width: 34rem;
}

.sub-section-subtitle.-color {
  color: #0c3b2c;
}

.sub-section-subtitle.-color::after,
.sub-section-subtitle.-color::before {
  width: 33rem;
}

.sub-section-subtitle span {
  display: block;
}

.breadcrumb {
  background-color: #fff;
  font-size: 14px;
  padding-bottom: 2.4rem;
  padding-top: 11.2rem;
  display: none;
}

.breadcrumb__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9da3a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb__inner span:not(:first-of-type) {
  margin-left: 5px;
}

.breadcrumb__inner span:not(:last-of-type) {
  color: #006947;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.breadcrumb .home {
  margin-right: 4px;
}

/* ==============================================================
*  セクション(sub-404)
* ============================================================ */
.sub-404__box {
  background-color: #fff;
  padding-bottom: 10.1rem;
  padding-top: 6rem;
}

.sub-404__title {
  color: #1f1f1f;
  font-size: 2.4rem;
  line-height: calc(36 / 24);
  text-align: center;
}

.sub-404__title span {
  display: block;
}

.sub-404__desc {
  color: #1f1f1f;
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  margin-top: 2.7rem;
  text-align: center;
}

.sub-404__desc span {
  display: block;
}

.sub-404__link {
  margin-top: 5.6rem;
  text-align: center;
}

.sub-404__link a {
  border-bottom: 1px solid #1f89d6;
  color: #1f89d6;
  display: inline-block;
}

/* ==============================================================
*  セクション(sub-archive)
* ============================================================ */
.sub-archive__box {
  /* background-color: #fff; */
  padding-bottom: 10rem;
  padding-top: 6.4rem;
}

.sub-archive__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-archive__category-name {
  font-size: 2.4rem;
}

.sub-archive__select-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-archive__select-title {
  font-size: 1.2rem;
}

.sub-archive__select {
  border: 1px solid #0c3b2c;
  font-size: 1.4rem;
  margin-left: 0.9rem;
  position: relative;
}

.sub-archive__select::before {
  border-left: 0.475rem solid transparent;
  border-right: 0.475rem solid transparent;
  border-top: 0.825rem solid #1e1d1d;
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 0;
  z-index: -1;
}

.sub-archive select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
  padding-bottom: 0.6rem;
  padding-left: 0.9rem;
  padding-right: 2.9rem;
  padding-top: 0.6rem;
}

.sub-archive select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

.sub-archive__container {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.sub-archive__link {
  display: block;
  width: 31.5%;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
  border-radius: 1rem;
}

.sub-archive__link:last-of-type {
  /*   border-bottom: 1px solid #cecece; */
}

.sub-archive__time-category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1rem 1rem 0 1rem;
}

.sub-archive__time {
  color: #1e1d1d;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.sub-archive__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: #1770b2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: 1.9rem;
  min-width: 12.8rem;
  padding: 0.45rem 2rem;
  text-align: center;
}

.sub-archive__title {
  color: #141414;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  padding: 1rem 1rem 1rem 1rem;
}

.sub-archive__title span {
  word-break: break-all;
}

.sub-archive .pagination-wrapper {
  margin-top: 6rem;
}

.sub-archive .nav-links {
  color: #0c3b2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-archive .page-numbers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff8118;
  color: #ff8118;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  width: 40px;
}

.sub-archive .page-numbers.current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: #ff8118;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1770b2', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
}

.sub-archive .page-numbers.next,
.sub-archive .page-numbers.prev {
  border: 1px solid #ff8118;
  width: 80px;
}

.sub-archive .page-numbers.next {
  margin-left: 20px;
}

.sub-archive .page-numbers.prev {
  margin-right: 20px;
}

.sub-archive .page-numbers.dots {
  border: none;
  margin: 0;
}

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
  .sub-archive__title span {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#1f89d6),
        to(#1f89d6)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#1770b2, #1770b2) 0 100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }

  .sub-archive__link:hover .sub-archive__title span {
    background-size: 100% 1px;
    /* 線の横幅を100%にする */
  }
}

/* ==============================================================
*  セクション(sub-contact)
* ============================================================ */
.sub-contact__top {
  background-color: #ffffff;
  padding-bottom: 6rem;
  padding-top: 4rem;
  text-align: center;
  border-radius: 14px;
  /* border: 2px solid rgba(31, 137, 214, 1); */
}

.sub-contact__list-top {
  display: block;
  width: 100%;
  text-align: center;
  margin: -30px 0 0 0;
}

.sub-contact__item-top {
  max-width: 40rem;
  margin: 0 auto;
}

.sub-contact__item-top:not(:first-of-type) {
  margin-left: 6rem;
}

.sub-contact__top-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  width: 33rem;
}

.sub-contact__top-title::before {
  background-image: url(../img/sub/contact/arrow-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}

.sub-contact__top-qr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.2rem;
  width: 11.7rem;
}

.sub-contact__tel {
  color: #1f89d6;
  font-size: 4.4rem;
  font-weight: 700;
  margin-top: 6.8rem;
  padding-left: 2.3rem;
  pointer-events: none;
  position: relative;
  white-space: nowrap;
}

.sub-contact__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.744rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0.6rem;
  width: 2.744rem;
}

.sub-contact__time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.4rem;
  margin-top: 1.2rem;
}

.sub-contact__time span {
  color: #1f89d6;
}

.sub-contact__time span:nth-of-type(1) {
  border: 1px solid #1f89d6;
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
}

.sub-contact__time span:nth-of-type(2) {
  font-size: 1.8rem;
  margin-left: 0.9rem;
}

.sub-contact__box {
  background-color: #ffffff;
  padding-bottom: 10.4rem;
  text-align: center;
  border-radius: 14px;
  margin-top: 4rem;
  padding-top: 4rem;
}

.sub-contact__title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 33rem;
}

.sub-contact__title::before {
  background-image: url(../img/sub/contact/arrow-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}

.sub-contact__intro {
  font-size: 1.8rem;
  line-height: calc(28 / 18);
  margin-left: 0.9rem;
  margin-top: 5rem;
  text-align: center;
}

.sub-contact__form {
  padding: 3rem 7rem 0 7rem;
}

.sub-contact__item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /*  border-top: 1px solid #cecece;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3.4rem;
  padding-top: 3rem;
}

.sub-contact__item:last-of-type {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #cecece;
}

.sub-contact__item.last {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #cecece;
}

.sub-contact__item dt {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 23.3rem;
}

.sub-contact__item dt span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.4rem 0.6rem;
}

.sub-contact__item dt .required {
  background-color: #1770b2;
}

.sub-contact__item dt .optional {
  background-color: #888;
}

.sub-contact__item dd {
  margin-left: 2rem;
  width: 100%;
  text-align: left;
}

.sub-contact__item input,
.sub-contact__item textarea {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
}

.sub-contact__item input {
  font-size: 1.6rem;
  padding: 0.75rem;
}

.sub-contact__item input.short {
  width: 29rem;
}

.sub-contact__item input.wide {
  width: 100%;
}

.sub-contact__item textarea {
  font-size: 1.6rem;
  height: 20rem;
  padding: 0.75rem;
  width: 100%;
}

.sub-contact__privacy {
  padding-top: 3.6rem;
  text-align: center;
}

.sub-contact__submit {
  display: inline-block;
  margin-top: 4.8rem;
  text-align: center;
  width: 100%;
}

.sub-contact__submit input {
  background-color: #1f89d6;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.8rem 10.7rem;
}

.sub-contact__privacy-wrapper {
  border: 1px solid #9da3a7;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  max-width: 640px;
  padding-bottom: 1.8rem;
  padding-left: 1.9rem;
  padding-right: 0.9rem;
  padding-top: 1.8rem;
}

.sub-contact__privacy-text {
  height: 16.291rem;
  overflow-y: auto;
  padding-right: 2rem;
  text-align: left;
}

.sub-contact__privacy-text::-webkit-scrollbar {
  width: 1rem;
}

.sub-contact__privacy-text::-webkit-scrollbar-thumb {
  background: #000;
}

.sub-contact__privacy-text::-webkit-scrollbar-track {
  border: 1px solid #9da3a7;
}

.sub-contact__privacy-item:not(:first-of-type) {
  margin-top: 2.4rem;
}

.sub-contact__privacy-title {
  color: #222;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: calc(24 / 14);
}

.sub-contact__privacy-intro {
  color: #283e31;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
}

.sub-contact__privacy-desc {
  color: #222;
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  margin-top: 0.6rem;
}

.sub-contact .wpcf7-not-valid {
  background-color: #ffd1d1;
}

.sub-contact .wpcf7-not-valid-tip {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff4848;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 2.6rem;
  margin-top: 1.67rem;
  padding-left: 1.2rem;
  position: relative;
  width: 29rem;
}

.sub-contact .wpcf7-not-valid-tip::before {
  background-color: #ff4848;
  bottom: 0;
  -webkit-clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
  clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
  content: "";
  height: 1.2rem;
  left: 3rem;
  margin: auto;
  position: absolute;
  top: -3.1rem;
  width: 1.4rem;
}

.sub-contact .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

@media screen and (min-width: 1168px) {
  .sub-contact__tel::before {
    /* left: 2.2rem !important; */
  }
}

@media screen and (min-width: 768px) {
  .sub-contact__submit input {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .sub-contact__submit input:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .sub-contact__tel::before {
    /* left: 12.2rem; */
  }
}

@media screen and (max-width: 767px) {
  .p-contact-sec01 .sub-contact__tel {
    padding-top: 2rem;
  }
}


/* 
==============================================================
*  セクション(sub-service)
* ============================================================ */


.main_lead {
  text-align: center;
  line-height: 2;
}


/* ==============================================================
*  セクション(sub-reserve)
* ============================================================ */
.sub-reserve-flow__box {
  background-color: #fff;
  margin-top: 4.7rem;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6rem;
}

.sub-reserve-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-reserve-flow__item:not(:first-of-type) {
  margin-top: 6rem;
}

.sub-reserve-flow__item-text {
  margin-top: 1.7rem;
  width: 57.2rem;
}

.sub-reserve-flow__item-title {
  border-left: 1rem solid #edbd21;
  color: #0c3b2c;
  display: inline-block;
  font-size: 3.1rem;
  font-weight: 700;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 0.9rem;
  position: relative;
}

.sub-reserve-flow__item-title span {
  font-size: 4.7rem;
  font-weight: 700;
  left: 10.4rem;
  position: absolute;
  top: -0.6rem;
}

.sub-reserve-flow__item-intro {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(34 / 24);
  margin-top: 1.3rem;
}

.sub-reserve-flow__item-desc {
  line-height: 1.5;
  margin-top: 2rem;
}

.sub-reserve-flow__item-desc span {
  display: block;
}

.sub-reserve-flow__item-img {
  margin-left: 0.5rem;
  margin-top: 1.2rem;
  width: 11.7rem;
}

.sub-reserve-flow__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26.8rem;
}


.sub-reserve-cancel {
  margin-top: 10.7rem;
}

.sub-reserve-cancel__box {
  background-color: #fff;
  margin-top: 4.7rem;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6rem;
}

.sub-reserve-cancel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.philosophy_img img {
  max-width: 600px;
  display: block;
  margin: 5rem auto 7rem auto;
}

.sub-reserve-cancel__item-text-container {
  margin-top: 0.6rem;
  width: 57.2rem;
}

.sub-reserve-cancel__item-text:not(:first-of-type) {
  margin-top: 3.6rem;
}

.sub-reserve-cancel__item-text:nth-of-type(2) .sub-reserve-cancel__item-desc {
  margin-top: 2.3rem;
}

.sub-reserve-cancel__item-title {
  font-size: 2.4rem;
  font-weight: 700;
}

.sub-reserve-cancel__item-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.5rem;
}

.sub-reserve-cancel__item-desc span {
  display: block;
}

.sub-reserve-cancel__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26.8rem;
}

/* ==============================================================
*  セクション(sub-shop)
* ============================================================ */
.sub-shop__box {
  background-color: #fff;
  text-align: center;
  /*   padding-left: 4rem;
  padding-right: 4rem; */
  padding-top: 4rem;
  border-radius: 14px;
  padding-bottom: 4rem;
}

.sub-shop__container {
  display: block;
}

.sub-shop .c-flexbox01__head span {
  position: relative;
}

/* .sub-shop .c-flexbox01__head span::before {
    position: absolute;
        top: 3rem;
    right: -1.5rem;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-135deg, #f9fff4 0%, #d3ebff 100%);
    z-index: -1;
} */

.contents_ttl_001 {
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: #1770b2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  margin: 0 0 3rem 0;
}

.contents_ttl_001 span {
  color: #fff;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.construction_item+.construction_item {
  margin: 4rem 0 0 0;
}

.construction_item .year {
  font-size: 2rem;
  color: #1f89d6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
}

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

.construction_item table th {
  padding: 1rem 1rem 1rem 1rem;
  background: #edf4fa;
  font-weight: 500;
  /*	    border: 1px solid #cecece;*/
}

.construction_item table td {
  padding: 1rem 1rem 1rem 1rem;
  /*	    border: 1px solid #cecece;*/
}

.sub-shop__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 47rem;
}

.sub-shop__table {
  width: 100%;
  left: 0;
  position: relative;
  text-align: left;
  padding: 0 5rem 0 5rem;
}

.sub-shop__table tr {
  /*  border-top: 1px solid #cecece;*/
  display: block;
  padding: 1.8rem;
}

.sub-shop__table tr:last-of-type {
  /*  border-bottom: 1px solid #cecece;*/
}

.sub-shop__table th {
  width: 13rem;
  color: #1f89d6;
  font-weight: 500;
}

.sub-shop__table td {
  line-height: 1.5;
}

.sub-shop__table td span {
  display: block;
}

.sub-shop__table td span.map {
  text-align: right;
}

.sub-shop__table td a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}

.sub-shop__map {
  margin: 4.3rem 0 7rem 0;
}

.sub-shop__map iframe {
  height: 30rem;
  width: 100%;
}

/* ==============================================================
*  セクション(sub-single)
* ============================================================ */
.sub-single__btn-group img {
  width: 10px;
}

.sub-single__box {
  /* background-color: #fff; */
  padding: 0 0 0 0;
}

.sub-single__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.sub-single__title {
  color: #283e31;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.1rem;
}

.sub-single__time-category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sub-single__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.sub-single__category {
  border: 1px solid #1770b2;
  color: #1770b2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: 1.9rem;
  padding: 0.35rem 0.7rem;
}

.sub-single__main {
  border-top: 1px solid #1770b2;
  line-height: calc(34 / 16);
  margin-top: 2rem;
}

.sub-single__main h2 {
  background-color: #1770b2;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 3rem;
  padding: 1.3rem 2rem;
}

.sub-single__main h3 {
  border-bottom: 5px solid #fde5a9;
  color: #1770b2;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4.5rem;
  padding-bottom: 1.6rem;
}

.sub-single__main h4 {
  border-left: 0.5rem solid #1770b2;
  color: #1770b2;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 5.4rem;
  padding: 0.1rem 1.1rem;
}


.sub-single__main h5 {
  color: #1770b2;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 5.8rem;
}

.sub-single__main p {
  font-size: 1.6rem;
}

.sub-single__main ul,
.sub-single__main ol {
  margin-top: 2rem;
}

.sub-single__main li {
  font-size: 1.6rem;
  /*   margin-left: 2.5rem; */
  position: relative;
}

.sub-single__main figure {
  margin-top: 8rem;
}

sub-single .inner {
  padding: 0 0 0 0;
}

.sub-single__main figcaption {
  font-size: 1.8rem;
  line-height: calc(38 / 18);
  margin-top: 2rem;
  text-align: center;
}

.sub-single__main img {
  /*   margin-top: 5.4rem; */
}

.sub-single__main a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}

.sub-single__btn-group {
  margin-top: 5.8rem;
  position: relative;
  text-align: center;
}

.sub-single__btn {
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: #1770b2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem 5rem;
}

.sub-single .nav-previous,
.sub-single .nav-next {
  bottom: 0;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  top: 0;
}

.sub-single .nav-previous a,
.sub-single .nav-next a {
  padding: 2rem;
}

.sub-single .nav-previous {
  left: 40.6rem;
}

.sub-single .nav-next {
  right: 40.6rem;
}

.sub-single .banner.-sub {
  margin-top: 10rem;
}

/* ==============================================================
*  セクション(sub-terms)
* ============================================================ */
.sub-terms__box {
  background-color: #fff;
  color: #2f2f2f;
  margin-top: 4.1rem;
  padding-bottom: 7.75rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6.5rem;
}

.sub-terms__item:not(:first-of-type) {
  margin-top: 6.5rem;
}

.sub-terms__title {
  font-size: 2rem;
}

.sub-terms__list-child {
  margin-left: 4.4rem;
  margin-top: 2.1rem;
}

.sub-terms__item-child {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

.sub-terms__item-child span {
  font-size: 1.6rem;
  left: -2.4rem;
  margin-right: 1rem;
  position: absolute;
  top: -0.3rem;
}

.sub-terms__item-child:not(:first-of-type) {
  margin-top: 1.9rem;
}

.sub-terms__item-child:nth-child(n + 10) {
  padding-left: 0.8rem;
}

.sub-terms__list-end {
  margin-left: 6rem;
  margin-top: 2rem;
}

.sub-terms__item-end {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

.sub-terms__item-end span {
  font-size: 1.6rem;
  left: -2.3rem;
  margin-right: 1rem;
  position: absolute;
  top: -0.3rem;
}

.sub-terms__item-end:not(:first-of-type) {
  margin-top: 1.9rem;
}

.sub-terms__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.2rem;
}

.sub-terms__desc span {
  display: block;
}

.sub-terms__desc span:not(:first-of-type) {
  margin-top: 2.4rem;
}

/* ==============================================================
*  セクション(sub-thanks)
* ============================================================ */
.sub-thanks__box {
  background-color: #fff;
  padding-bottom: 6.2rem;
  padding-top: 6.6rem;
}

.sub-thanks__title {
  color: #1f1f1f;
  font-size: 2.4rem;
  text-align: center;
}

.sub-thanks__desc {
  color: #1f1f1f;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 3.1rem;
  text-align: center;
}

.sub-thanks__desc span {
  display: block;
}

.sub-thanks__list {
  left: 0.9rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2rem;
  max-width: 622px;
  position: relative;
}

.sub-thanks__item {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  position: relative;
}

.sub-thanks__item::before {
  background-color: #141414;
  border-radius: 50%;
  content: "";
  height: 0.8rem;
  left: -1.8rem;
  margin: auto;
  position: absolute;
  top: 1.1rem;
  width: 0.8rem;
}

.sub-thanks__item:not(:first-of-type) {
  margin-top: 0.4rem;
}

.sub-thanks__tel-area {
  margin-top: 4.2rem;
  text-align: center;
}

.sub-thanks__tel-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 33rem;
}

.sub-thanks__tel-title::before {
  background-image: url(../img/sub/contact/arrow-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}

.sub-thanks__tel {
  color: #0c3b2c;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: 5.9rem;
  padding-left: 3rem;
  pointer-events: none;
  position: relative;
}

.sub-thanks__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.744rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0.6rem;
  width: 2.744rem;
}

.sub-thanks__time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.4rem;
  margin-top: 1rem;
}

.sub-thanks__time span {
  color: #0c3b2c;
}

.sub-thanks__time span:nth-of-type(1) {
  border: 1px solid #0c3b2c;
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
}

.sub-thanks__time span:nth-of-type(2) {
  font-size: 1.8rem;
  margin-left: 0.9rem;
}

.sub-thanks__link {
  margin-top: 6.2rem;
  text-align: center;
}

.sub-thanks__link a {
  border-bottom: 1px solid #1f89d6;
  color: #1f89d6;
  display: inline-block;
}

/* ==============================================================
*  レスポンシブPC(common)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(home)
* ============================================================ */


/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }


  .banner.-home-top {
    margin-top: 10vw;
  }

  .banner.-home-bottom {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }

  .banner.-sub {
    margin-top: 10vw;
    padding: 1rem;
  }

  .banner.-sub .inner {
    padding: 0;
  }

  .banner__link {
    width: 100%;
  }

  .banner__link.-sub {
    width: 100%;
  }

  .btn {
    font-size: 3vw;
    padding-bottom: 3.5vw;
    padding-top: 3.5vw;
    width: 42vw;
  }

  .btn span {
    width: 2.5vw;
  }

  .sub-shop .c-flexbox01__head span::before {
    top: 1rem;
    right: -1rem;
  }
}

@media screen and (max-width: 767px) {
  .l-page-cover__ttl {
    font-size: 8vw !important;
    /* 		background: linear-gradient(to right, #64b3f4, #2159ba 100%) !important;
		background-clip: text !important;
		background-size: 200% !important;
		-webkit-text-fill-color: transparent !important;
		-webkit-background-clip: text !important; */
    width: 100% !important;
    padding: 20px 0 100px 0 !important;
  }

  .header-sp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    /* background: #fff; */
  }

  .header-sp.-sub {
    background-color: #fff;
  }

  .header-sp__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3vw;
    padding-left: 0vw;
    padding-top: 3vw;
  }

  .header-sp__logo {
    position: relative;
    width: 35vw;
    z-index: 1;
  }

  .hamburger {
    border: none;
    cursor: pointer;
    height: 17vw;
    border-radius: 0 0 6px 6px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    width: 13.5vw;
    z-index: 40;
    background: #1770b2;
  }

  .hamburger.-sub span {
    background-color: #fff;
  }

  .hamburger span {
    background-color: #fff;
    height: 0.35vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 4.7vw;
  }

  .hamburger__lineTop {
    top: 5.1vw;
  }

  .hamburger__lineCenter {
    top: 6.4vw;
  }

  .hamburger__lineBottom {
    top: 7.7vw;
  }

  .nav-drawer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding-bottom: 20vw;
    padding-top: 20vw;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 35;
  }

  .nav-drawer__nav {
    padding-left: 0;
    padding-top: 0;
  }

  .nav-drawer__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #2e2b8f;
  }

  .nav-drawer__item {
    border-top: dotted 2px #1770b261;
  }

  .nav-drawer__item:not(:first-of-type) {
    /* margin-top: 15px; */
  }

  .nav-drawer__item:last-of-type {
    border-bottom: dotted 2px #1770b261;
  }

  .nav-drawer__link {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    padding: 15px;
    border-radius: 6px;
    width: 300px;
  }

  .nav-drawer__btn {
    background: rgb(31, 137, 214);
    background: -moz-linear-gradient(left,
        rgba(31, 137, 214, 1) 0%,
        rgba(46, 43, 143, 1) 100%);
    background: -webkit-linear-gradient(left,
        rgba(31, 137, 214, 1) 0%,
        rgba(46, 43, 143, 1) 100%);
    background: #1770b2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
    color: #fff;
    display: inline-block;
    font-size: 4.5vw;
    margin-top: 7vw;
    padding: 3vw;
  }

  .nav-drawer__tel {
    font-size: 5vw;
    margin-top: 7vw;
    color: #2e2b8f;
  }

  .nav-drawer__tel a {
    display: inline-block;
    margin-left: 4vw;
    position: relative;
    font-size: 3rem;
  }

  .nav-drawer__tel a::before {
    background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 4vw;
    left: -5vw;
    margin: auto;
    position: absolute;
    top: 4px;
    width: 4vw;
  }

  .nav-drawer__time {
    font-size: 4.5vw;
    margin-top: 3vw;
    color: #2e2b8f;
  }

  .nav-drawer__time span {
    border: 1px solid #2e2b8f;
    display: inline-block;
    margin-right: 2vw;
    padding: 1vw;
  }

  .nav-drawer__time:nth-of-type(2) {
    margin-top: 2rem;
  }

  /* 表示された時用のCSS */
  .open .hamburger {
    background-color: #fff;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
  }

  .open .hamburger__lineTop {
    top: 6.7vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open .hamburger__lineCenter {
    display: none;
  }

  .open .hamburger__lineBottom {
    top: 6.7vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open .hamburger span {
    background-color: #ff8118;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

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

  .footer_link_banner {
    padding: 40px 15px 40px 15px;
  }

  .footer_link_banner .footer_link_banner_inner {
    gap: 0;
  }

  .footer_link_banner .footer_link_banner_inner a {
    width: 46%;
    margin: 0 2% 3% 2%;
  }

  .footer__list {
    display: block;
    text-align: center;
  }

  /* .footer__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10vw;
  }
  .footer__item:last-of-type {
    margin-left: 0;
    margin-top: 10vw;
  }
  .footer__item:last-of-type a {
    margin-left: auto;
    margin-right: auto;
  } */
  .footer__link {
    font-size: 4vw;
    line-height: 1.2;
  }

  .footer__logo {
    margin-top: 10vw;
    width: 80vw;
  }

  .footer__address {
    margin-top: 5vw;
  }

  .footer__address span {
    font-size: 100%;
  }

  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 10vw;
    padding-bottom: 20vw;
    padding-top: 6vw;
  }

  .footer .page-top span {
    font-size: 2.5vw;
    margin-top: 1vw;
  }

  .footer .page-top__img {
    width: 4vw;
  }

  .footer .page-top a {
    bottom: 4vw;
    right: 3vw;
    z-index: 10;
  }
}

/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv__catch {
    font-size: clamp(20px, 5vw, 40px);
  }

  .home-mv__catch span {
    display: block;
  }

  .home-mv__slide img {
    height: calc(100vh / 2);
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  .home-mv .slide-dots li {
    margin: 0 2vw;
  }

  .home-mv .slide-dots li.slick-active button::before {
    height: 2vw;
    width: 2vw;
  }
}


/* ==============================================================
*  レスポンシブSP(sub-common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 3vw;
    padding-bottom: 3vw;
    padding-top: 19vw;
  }

  .sub-bg {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }

  .page-id-14 .sub-bg {
    /* background-image: url(../img/common/bg002_sp.jpg); */
    background-size: cover;
    background-attachment: fixed;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sub-bg::before {
    height: 90vw;
  }

  .sub-section-title {
    font-size: 12vw;
  }

  .sub-section-title span {
    font-size: 4.5vw;
  }

  .sub-section-subtitle {
    font-size: 6vw;
    line-height: 1.5;
    margin-top: 5vw;
    text-align: center;
  }

  .sub-section-subtitle::before,
  .sub-section-subtitle::after {
    width: 16vw;
  }

  .sub-section-subtitle.-color::after,
  .sub-section-subtitle.-color::before {
    width: 16vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-404)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-404__box {
    margin-top: 0;
    padding-bottom: 12vw;
    padding-top: 0;
  }

  .sub-404__title {
    font-size: 4.5vw;
  }

  .sub-404__desc {
    font-size: 2.6vw;
    margin-top: 6vw;
  }

  .sub-404__link {
    margin-top: 9vw;
  }

  .sub-404__link a {
    font-size: 4.5vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-archive)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-archive__box {
    margin-top: 0;
    padding: 5vw 0;
  }

  .sub-archive__container {
    margin-top: 8vw;
    flex-direction: column;
  }

  .sub-archive__category-name {
    font-size: 4.5vw;
  }

  .sub-archive__select-title {
    font-size: 3vw;
  }

  .sub-archive__select {
    font-size: 3vw;
    margin-left: 2vw;
  }

  .sub-archive__select::before {
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.5vw solid #1e1d1d;
    right: 1vw;
    top: 2vw;
  }

  .sub-archive select {
    padding-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 4vw;
    padding-top: 1vw;
  }

  .sub-archive__link {
    display: block;
    padding-bottom: 5vw;
    padding-right: 0;
    padding-top: 5vw;
    padding: 0 0 0 0;
    width: 100%;
  }

  .sub-archive__time {
    font-size: 4.5vw;
  }

  .sub-archive__category {
    font-size: 4.5vw;
    margin-left: 4vw;
    padding: 1vw 2vw;
  }

  .sub-archive__title {
    font-size: 4.5vw;
    margin-left: 0;
    margin-top: 2vw;
  }

  .sub-archive .pagination-wrapper__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5vw;
  }

  .sub-archive .pagination-wrapper .page-numbers {
    font-size: 5vw;
    height: 9.5vw;
    margin-left: 2vw;
    margin-right: 2vw;
    width: 24vw;
  }

  .sub-archive .pagination-wrapper .page-numbers.next,
  .sub-archive .pagination-wrapper .page-numbers.prev {
    border: none;
  }

  .sub-archive .pagination-wrapper .page-numbers.next a,
  .sub-archive .pagination-wrapper .page-numbers.prev a {
    border: 1px solid #ff8118;
    padding: 2vw 6vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-contact)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-contact__top {
    margin-top: 0;
    padding-bottom: 10vw;
    padding-top: 5vw;
  }

  .sub-contact__list-top {
    display: block;
  }

  .sub-contact__item-top:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15vw;
    text-align: center;
  }

  .sub-contact__top-title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  .sub-contact__top-title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }

  .sub-contact__top-qr {
    margin-top: 10vw;
    width: 70%;
  }

  .sub-contact__top-qr-desc {
    font-size: 4.5vw;
    line-height: 1.5;
    margin-top: 6vw;
    text-align: center;
  }

  .sub-contact__tel {
    display: inline-block;
    font-size: 7vw;
    margin-top: 10vw;
    padding-left: 7vw;
    pointer-events: all;
  }

  .sub-contact__tel::before {
    height: 5vw;
    left: 0;
    top: 6vw;
    width: 5vw;
  }

  .sub-contact__time {
    margin-left: 0;
    margin-top: 5vw;
  }

  .sub-contact__time span:nth-of-type(1) {
    font-size: 5vw;
    padding: 1vw 3vw;
  }

  .sub-contact__time span:nth-of-type(2) {
    font-size: 5vw;
    margin-left: 3vw;
  }

  .sub-contact__box {
    margin-top: 5vw;
    padding-bottom: 12vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sub-contact__box .c-heading01 {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-contact__title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  .sub-contact__title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }

  .sub-contact__intro {
    font-size: 3.5vw;
    margin-left: 0;
    margin-top: 10vw;
  }

  .sub-contact__intro span {
    display: block;
  }

  .sub-contact__form {
    margin-top: 0;
    padding: 0;
  }

  .sub-contact__item {
    display: block;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }

  .sub-contact__item dt {
    font-size: 4.5vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }

  .sub-contact__item dt span {
    font-size: 3vw;
    margin-left: 3vw;
    padding: 1vw 2vw;
  }

  .sub-contact__item dd {
    margin-left: 0;
    margin-top: 4vw;
  }

  .sub-contact__item input,
  .sub-contact__item textarea {
    font-size: 4.5vw;
    padding: 2vw;
  }

  .sub-contact__item input.short {
    width: 100%;
  }

  .sub-contact__item textarea {
    height: 40vw;
  }

  .sub-contact__privacy {
    padding-top: 7vw;
  }

  .sub-contact__privacy-intro {
    font-size: 3.5vw;
  }

  .sub-contact__privacy-intro span {
    display: block;
  }

  .sub-contact__submit {
    margin-top: 7vw;
  }

  .sub-contact__submit input {
    border-radius: 1.8vw;
    font-size: 5vw;
    padding: 5vw 18vw;
  }

  .sub-contact__privacy-wrapper {
    height: 50vw;
    margin-top: 10vw;
    max-width: none;
    padding: 5vw 3vw;
  }

  .sub-contact__privacy-text {
    height: 40vw;
    padding-right: 2vw;
  }

  .sub-contact__privacy-text::-webkit-scrollbar {
    width: 1.8vw;
  }

  .sub-contact__privacy-item:not(:first-of-type) {
    margin-top: 8vw;
  }

  .sub-contact__privacy-title {
    font-size: 3vw;
  }

  .sub-contact__privacy-desc {
    font-size: 3vw;
    margin-top: 2vw;
  }

  .sub-contact .wpcf7-not-valid-tip {
    border-radius: 0.6vw;
    font-size: 3vw;
    height: 6vw;
    margin-top: 3vw;
    padding-left: 3vw;
    width: 54vw;
  }

  .sub-contact .wpcf7-not-valid-tip::before {
    height: 2vw;
    left: 4vw;
    top: -7.8vw;
    width: 3vw;
  }
}


/* 
==============================================================
*  レスポンシブSP(sub-service)
* ============================================================ */

/* ==============================================================
*  レスポンシブSP(sub-reserve)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-reserve-flow__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 15vw;
  }

  .sub-reserve-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-reserve-flow__item:not(:first-of-type) {
    border-top: 1px solid #9da3a7;
    margin-top: 15vw;
    padding-top: 15vw;
  }

  .sub-reserve-flow__item-text {
    margin-top: 0;
    width: 100%;
  }

  .sub-reserve-flow__item-title {
    border-left: 2.5vw solid #edbd21;
    font-size: 7vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-top: 3vw;
  }

  .sub-reserve-flow__item-title span {
    font-size: 12vw;
    left: 24vw;
    top: -1vw;
  }

  .sub-reserve-flow__item-intro {
    font-size: 5vw;
    margin-top: 4vw;
    white-space: normal;
  }

  .sub-reserve-flow__item-desc {
    font-size: 4.5vw;
    margin-top: 6vw;
  }

  .sub-reserve-flow__item-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    width: 50%;
  }

  .sub-reserve-flow__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }

  .sub-reserve-flow__line-btn {
    margin-inline: auto;
    margin-top: 8vw;
    width: 50%;
  }
}


@media screen and (max-width: 767px) {
  .sub-reserve-cancel {
    margin-top: 20vw;
  }

  .sub-reserve-cancel__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vw;
  }

  .sub-reserve-cancel__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-reserve-cancel__item-text-container {
    margin-top: 0;
    width: 100%;
  }

  .sub-reserve-cancel__item-text:not(:first-of-type) {
    margin-top: 10vw;
  }

  .sub-reserve-cancel__item-text:nth-of-type(2) .sub-reserve-cancel__item-desc {
    margin-top: 5vw;
  }

  .sub-reserve-cancel__item-title {
    font-size: 5vw;
  }

  .sub-reserve-cancel__item-desc {
    font-size: 4.5vw;
    margin-top: 5vw;
  }

  .sub-reserve-cancel__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-shop)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-shop__box {
    margin-top: 5vw;
    padding: 0vw;
  }

  .sub-shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sub-shop__img {
    width: 100%;
  }

  .sub-shop__text {
    margin-top: 10vw;
  }

  .sub-shop__table {
    font-size: 4.5vw;
    position: static;
    width: 100%;
    padding: 0;
  }

  .sub-shop__table tr {
    padding-bottom: 3vw;
    padding-top: 3vw;
  }

  .sub-shop__table th {
    width: 22vw;
  }

  .sub-shop__map {
    margin-top: 5vw;
  }

  .sub-shop__map iframe {
    height: 60vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-single)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-single__box {
    padding: 0;
  }

  .sub-single__time {
    font-size: 4.5vw;
  }

  .sub-single__category {
    font-size: 4.5vw;
    margin-left: 4vw;
    padding: 1vw 2vw;
  }

  .sub-single__title {
    font-size: 6vw;
    margin-top: 3vw;
  }

  .sub-single__main {
    margin-top: 5vw;
  }

  .sub-single__main h2 {
    font-size: 5vw;
    margin-top: 6vw;
    padding: 2vw 3vw;
  }

  .sub-single__main h3 {
    border-bottom: 1.2vw solid #006947;
    font-size: 4.5vw;
    margin-top: 6vw;
    padding-bottom: 3vw;
  }

  .sub-single__main h4 {
    border-left: 1.5vw solid #006947;
    font-size: 4.5vw;
    margin-top: 6vw;
    padding: 1vw 2vw;
  }

  .sub-single__main h5 {
    font-size: 3.5vw;
    margin-top: 6vw;
  }

  .sub-single__main p {
    font-size: 3.6vw;
    /*     margin-bottom: 10vw;
    margin-top: 6vw; */
  }

  .sub-single__main ul,
  .sub-single__main ol {
    margin-top: 6vw;
  }

  .sub-single__main li {
    font-size: 3vw;
    /*     margin-left: 4vw; */
  }

  .sub-single__main li::before {
    height: 2vw;
    left: -3.5vw;
    top: 2.5vw;
    width: 2vw;
  }

  .sub-single__main figure {
    margin-top: 8vw;
  }

  .sub-single__main figcaption {
    font-size: 3vw;
    margin-top: 3vw;
  }

  .sub-single__main img {
    /*     margin-top: 6vw; */
  }

  .sub-single__btn-group {
    margin-top: 8vw;
  }

  .sub-single__btn {
    font-size: 4.5vw;
    padding: 2vw 6vw;
  }

  .sub-single .nav-previous a,
  .sub-single .nav-next a {
    padding: 3vw;
  }

  .sub-single .nav-previous a img,
  .sub-single .nav-next a img {
    width: 3vw;
  }

  .sub-single .nav-previous {
    left: 16vw;
  }

  .sub-single .nav-next {
    right: 16vw;
  }

  .sub-single .banner.-sub {
    margin-top: 15vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-terms)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-terms__box {
    margin-top: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sub-terms__item:not(:first-of-type) {
    margin-top: 12vw;
  }

  .sub-terms__title {
    font-size: 4.5vw;
  }

  .sub-terms__list-child {
    margin-left: 5vw;
    margin-top: 4vw;
  }

  .sub-terms__item-child {
    font-size: 3vw;
  }

  .sub-terms__item-child span {
    font-size: 3vw;
    left: -4vw;
    margin-right: 2vw;
    top: -0.6vw;
  }

  .sub-terms__item-child:not(:first-of-type) {
    margin-top: 3vw;
  }

  .sub-terms__list-end {
    margin-left: 3vw;
    margin-top: 3vw;
  }

  .sub-terms__item-end {
    font-size: 3vw;
  }

  .sub-terms__item-end span {
    font-size: 3vw;
    left: -4vw;
    margin-right: 2vw;
    top: -0.6vw;
  }

  .sub-terms__item-end:not(:first-of-type) {
    margin-top: 3vw;
  }

  .sub-terms__desc {
    font-size: 3vw;
    margin-top: 4vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-thanks)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-thanks__box {
    margin-top: 0;
    padding: 0;
  }

  .sub-thanks__title {
    font-size: 5vw;
  }

  .sub-thanks__desc {
    font-size: 3.5vw;
    margin-top: 5vw;
  }

  .sub-thanks__list {
    margin-top: 8vw;
    max-width: none;
  }

  .sub-thanks__item {
    font-size: 3vw;
    margin-left: 2vw;
  }

  .sub-thanks__item::before {
    height: 1.5vw;
    left: -3vw;
    top: 2vw;
    width: 1.5vw;
  }

  .sub-thanks__tel-area {
    margin-top: 10vw;
  }

  .sub-thanks__tel-title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  .sub-thanks__tel-title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }

  .sub-thanks__tel {
    font-size: 7vw;
    margin-top: 10vw;
    padding-left: 7vw;
    pointer-events: all;
  }

  .sub-thanks__tel::before {
    height: 5vw;
    left: 0;
    top: 1vw;
    width: 5vw;
  }

  .sub-thanks__time {
    margin-left: 0;
    margin-top: 5vw;
  }

  .sub-thanks__time span:nth-of-type(1) {
    font-size: 5vw;
    padding: 1vw 3vw;
  }

  .sub-thanks__time span:nth-of-type(2) {
    font-size: 5vw;
    margin-left: 3vw;
  }

  .sub-thanks__link {
    margin-top: 12vw;
  }

  .sub-thanks__link a {
    font-size: 4.5vw;
  }
}

/* --------------20230719--------------------- */

/* --------------------------------
l-page
----------------------------------- */
.l-page-cover {
  background-image: url(../img/common/cover.jpg);
  /* background-image: url(../img/home/bg-wave03.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  /* margin-left: 30vw; */
  border-radius: 0 0 0 100px;
}

.l-page-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: rgba(255, 255, 255, 0.7); */
  position: absolute;
  top: 0;
  left: 0;
}

.l-page-cover__inner {
  padding: 110px 0 0px 15px;
  position: relative;
  z-index: 1;
}

/* .l-page-cover__ttl {
  font-size: 12vw;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(100, 179, 244)), color-stop(50%, rgb(33, 89, 186)));
  background: linear-gradient(to right, rgb(100, 179, 244) 0%, rgb(33, 89, 186) 50%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
} */

.l-page-cover__ttl {
  color: #283e31;
  font-size: 6rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  position: relative;
  border-radius: 0 20px 0 0;
  padding-left: 10vw;
  /* margin-left: -20vw; */
  font-family: "Rubik", sans-serif;
  text-align: center;
}

/* .l-page-cover__ttl::before {
    content: "";
    display: block;
    width: 5vw;
    height: 2px;
    background: #006FCE;
    position: absolute;
    left: 0;
    top: 50%;
} */
/* .l-page-cover__ttl::before {
	position: absolute;
    content: "";
    background-image: url(../img/home/title_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: -499px;
    top: 0;
    width: 100%;
    height: 100%;
} */

.l-page-cover__ttl span {
  display: block;
  font-size: 4.5vw;
  font-weight: 500;
  /* color: #1770b2; */
}

/* --------------------------------
header
----------------------------------- */
.header-sp__top {
  height: 14vw;
  /* border-top: 2px solid #1770b2; */
  display: flex;
  justify-content: space-between;
}

.header-sp .nav-drawer__list {
  color: #283e31;
  text-align: left;
}

.header-sp .nav-drawer__btn {
  background: #1770b2;
  width: 300px;
  padding: 15px;
}

.header-sp .nav-drawer__tel {
  color: #283e31;
}

.header-sp .nav-drawer__time {
  color: #283e31;
}

.header-sp .nav-drawer__time span {
  border-color: #283e31;
  font-size: 3.5vw;
}

.header-sp .hamburger {
  background: #ff8118;
  font-size: 13px;
  color: #fff;
  width: 7rem;
  border-radius: 0 0 0 1rem;
}

.hamburger__lineArea {
  margin-bottom: 22px;
}

/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  color: #283e31;
  font-size: 7vw;
  font-weight: bold;
  line-height: 1.45;
  padding-top: 3rem;
}

.c-heading01 span {
  display: block;
  color: #ff8118;
  font-size: 4.5vw;
  margin-top: 1vw;
  font-weight: 600;
}

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

.c-heading01_border {
  padding-bottom: 10px;
  border-bottom: 2px solid #1f89d6;
}

.c-heading02 {
  color: #283e31;
  /*    border-bottom: 3px dotted #283e31;*/
  border-bottom: 3px solid #1770b2;
  border-top: 3px solid #1770b2;
  background: transparent;
  padding: 1.5rem 0 1.5rem 0.5rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.page-template-page-contact .c-heading02 {
  text-align: center;
}

/* --------------------------------
c-news
----------------------------------- */
.c-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 1rem;
  border-radius: 14px;
}

.c-news__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-news__tag {
  display: block;
  width: 35vw;
  font-weight: 500;
  height: 2.6rem;
  background: #1770b261;
  color: #283e31;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-news__time {
  padding-right: 2rem;
}

.c-news__ttl {
  margin-top: 2vw;
  line-height: 1.5;
}

.c-news__link:hover .c-news__ttl span {
  background-size: 100% 1px;
}

/* --------------------------------
btn
----------------------------------- */
.btn {
  background-color: #fff;
  color: #164a81;
}

.btn:hover {
  color: #fff;
}

.btn:hover::after {
  background-color: #164a81;
}

.btn.-color:hover {
  color: #ff8118;
}

/* --------------------------------
c-card
----------------------------------- */
.c-card {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  border-radius: 1rem;
}

.c-card__img-wrap {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.c-card__img-wrap img {
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.c-card__body {
  padding: 1rem;
}

.c-card__body-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-card__time {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4vw;
}

.c-card__body-bottom {
  font-size: 4.5vw;
  line-height: 1.5;
  margin-top: 2vw;
  padding-top: 1rem;
  text-align: left;
}

/* --------------------------------
c-tag
----------------------------------- */
.c-tag {
  background: #fee1a3;
  color: #141414;
  font-size: 4.5vw;
  width: 45vw;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-tag span {
  font-weight: 500;
}

/* --------------------------------
c-media
----------------------------------- */
.c-media__body {
  padding-top: 2rem;
}

.c-media__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #164a81;
  line-height: 1.5;
  border-bottom: 2px solid #ff8118;
  padding-bottom: 5px;
}

.c-media__ttl .ja {
  font-size: 5vw;
  font-weight: bold;
}

.c-media__txt {
  line-height: 1.7;
  padding-top: 2.7rem;
}


/* --------------------------------
c-flexbox
----------------------------------- */
.c-flexbox01__body {
  padding-top: 3rem;
  /* background: #fffaef; */
  padding: 0 2rem 3rem;
  border-radius: 14px;
  text-align: center;
}

.c-flexbox02__body {
  padding-top: 2rem;
}

/* --------------------------------
c-table
----------------------------------- */
.c-table {
  width: 100%;
  text-align: left;
}

.c-table tr {
  display: block;
  border-top: 1px solid #cecece;
  line-height: 1.5;
  padding: 3vw 1.8rem;
}

.c-table tr:last-child {
  border-bottom: 1px solid #cecece;
}

.c-table th {
  width: 22vw;
  vertical-align: top;
  color: #283e31;
  font-weight: 500;
}

.sub-shop .c-table span {
  display: block;
}

/* --------------------------------
footer
----------------------------------- */
.footer__copyright {
  background: #faf9f3;
  color: #1770b2;
  margin-top: 5rem;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */


.p-home-sec02 {
  background: #1770b2;
  padding-top: 11rem;
}

.p-home-sec02__ttl {
  position: relative;
  z-index: 1;
  color: #006fce;
}

.p-home-sec02__ttl span {
  color: #fff;
}


.official-line-inner {
  max-width: 1100px;
  margin: 4rem auto 1rem auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.official-line-inner li {
  font-size: 1.7rem;
  font-weight: 500;
}


.p-feature-sec01 .c-heading01 {
  color: #1f89d6;
}

.p-feature-sec01 .c-heading01 span {
  color: #1f89d6;
}

.p-feature-sec01 .c-heading01_border {
  border-bottom: 2px solid #1f89d6;
}


.p-service-sec01 {
  text-align: center;
}

.p-service-sec01__txt {
  line-height: 2;
  position: relative;
}

.p-service-sec01__txt img {
  position: absolute;
  width: 390px;
  top: -40%;
  right: 3%;
  z-index: -1;
  opacity: 0.3;
}

.p-service-sec01__txt img.img02 {
  position: absolute;
  width: 180px;
  top: 50%;
  left: 13%;
  z-index: -1;
  opacity: 0.3;
}


.p-service-sec03__inner {
  padding-top: 10rem;
}

.p-service-sec03__cont {
  margin-top: -5rem;
  padding-top: 3rem;
}

.p-service-sec03 .cont__item {
  margin-top: 5rem;
}

.sec05__inner {
  padding-top: 8rem;
}

.sec05 .project_area {
  padding-top: 5rem;
}

.sec05 .project_area .txt {
  line-height: 1.5;
  text-align: center;
}


.p-service-sec05__inner {
  padding-top: 5rem;
}

.p-service-sec05 .project_area {
  padding-top: 5rem;
}

.p-service-sec05 .project_area .txt {
  line-height: 1.5;
  text-align: center;
}


.p-service-sec06 {
  background-color: #fffae8;
  /*  padding: 4rem 0;*/
  margin-top: 5rem;
}

.p-service-sec06__ttl {
  color: #1ba2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  padding: 1.5rem;
}

.p-service-sec06__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 3rem;
  margin-top: -5rem;
}

.p-service-sec06__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5rem;
}

.p-service-sec06__item a img {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.p-service-sec06 .item__txt {
  color: #283e31;
  padding-top: 2rem;
  line-height: 1.7;
}

.p-service-sec07__inner {
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.p-service-sec07__ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #1ba2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.p-company-sec01 .item__ttl {
  color: #1f89d6;
  font-size: 5vw;
  font-weight: bold;
  border-bottom: 2px solid #1f89d6;
  padding: 0 0 10px 0;
}

.p-company-sec01 .item__ttl span {
  display: block;
  font-size: 3vw;
  font-weight: 400;
  padding-top: 1rem;
  color: #ffbf13;
  font-weight: 500;
}

.p-company-sec01 .item__txt {
  line-height: 1.7;
  padding-top: 2rem;
}

.p-company-sec02__cont {
  /*  padding-top: 5rem;*/
  padding-bottom: 2rem;
}

.cont__item02 {
  margin-top: 4rem;
}

.p-company-sec02 .cont .item01__table {
  padding: 3rem 15px 0;
}

.p-company-sec02 .cont__item02 {
  padding-top: 1.875rem;
}

.p-company-sec02 .cont .item02__map {
  padding-top: 25rem;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  /*    margin: 0 5rem;*/
}

.p-company-sec02 .cont .item02__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-company-sec03 {
  background: linear-gradient(180deg, white 0%, #edf3f9 100%);
}

.p-company-sec03__inner {
  padding-top: 4rem;
  padding-bottom: 8rem;
  margin-top: 0rem;
}

.p-company-sec03 .cont__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f89d6;
}

.p-company-sec03 .cont__ttl .ja {
  font-size: 5vw;
  font-weight: bold;
  position: relative;
}

.p-company-sec03 .cont__ttl .en {
  font-size: 3vw;
  padding-top: 1rem;
  color: #ffbf13;
  font-weight: 500;
}

.p-company-sec03 .cont__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-company-sec03 .cont .top__img-wrap {
  padding-top: 2rem;
}

.p-company-sec03 .cont .top__img-wrap img {
  width: 65rem;
}

.p-company-sec03 .cont__btm {
  margin-top: -5rem;
  padding-top: 5rem;
}

.p-company-sec03 .cont .btm__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8rem;
}

.p-company-sec03 .cont .btm__txt {
  line-height: 1.7;
  padding-top: 3rem;
}

.p-company-sec03 .cont .btm__img-wrap {
  padding-top: 4rem;
}

.p-company-sec03 .cont .btm__img-wrap img {
  width: 22.2rem;
}

.p-company-sec04 {
  /* 	display: none; */
}

.p-company-sec04 .cont__item:nth-child(2),
.p-company-sec04 .cont__item:nth-child(3),
.p-company-sec04 .cont__item:nth-child(4),
.p-company-sec04 .cont__item:nth-child(5) {
  display: none;
}

.p-company-sec04__inner {
  padding-top: 8rem;
}

.p-company-sec04__cont {
  padding-top: 3rem;
}

.p-company-sec04 .cont__item+.cont__item {
  padding-top: 5rem;
}

.p-company-sec04 .item .body .top__txt {
  color: #1f89d6;
  font-size: 5vw;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

.p-company-sec04 .item .body .top__table tr {
  display: block;
  padding: 0.5rem 0;
  line-height: 1.7;
}

.p-company-sec04 .item .body .top__table th {
  font-weight: 400;
  text-align: left;
  width: 20vw;
}

.p-company-sec04 .item .body__btm {
  padding-top: 3rem;
}

.p-company-sec04 .item .body .btm__txt {
  color: #1f89d6;
  font-size: 5vw;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

.p-company-sec04 .item .body .btm__table tr {
  display: block;
  padding: 1rem 0;
  line-height: 1.5;
  border-bottom: 1px solid #cecece;
}

.p-company-sec04 .item .body .btm__table th {
  font-weight: 400;
  text-align: left;
  width: 20vw;
}

.p-company-sec04 .item .body .btm__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3rem;
}

.p-topics-wrap .c-news__item {
  border-top: 1px solid #cecece;
}

.p-topics-wrap .c-news__item:last-child {
  border-bottom: 1px solid #cecece;
}

.p-topics-wrap .c-news__link {
  padding: 5vw 0;
}

.p-topics-wrap .sub-single__title {
  color: #283e31;
}

.p-topics-wrap .sub-single__category {
  border: 1px solid #ff8118;
  color: #ff8118;
}

.p-topics-wrap .sub-single__main {
  border-top: 1px solid #1770b2;
}

.p-topics-wrap .sub-single__main h1,
.p-topics-wrap .sub-single__main h2,
.p-topics-wrap .sub-single__main h3,
.p-topics-wrap .sub-single__main h4,
.p-topics-wrap .sub-single__main h5,
.p-topics-wrap .sub-single__main h6 {
  color: #164a81;
  font-weight: bold;
}

.p-topics-wrap .sub-single__main h1 {
  font-size: 1.125rem;
  background-color: #280005;
  color: #fff;
  padding: 0.46875rem 1.5625rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main h2 {
  font-size: 1rem;
  background-color: #ff8118;
  color: #fff;
  border-left: 10px solid #280005;
  padding: 0.46875rem 0.625rem 0.46875rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main h3 {
  font-size: 1rem;
  border-left: 10px solid #280005;
  padding: 0.46875rem 0.625rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main h4 {
  font-size: 0.9375rem;
  border-top: 2px solid #280005;
  border-bottom: 2px solid #280005;
  padding: 0.46875rem 0.75rem 0.46875rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main h5 {
  font-size: 0.9375rem;
  border-bottom: 2px solid #280005;
  padding: 0 0 0.46875rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main h6 {
  font-size: 0.9375rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main p {
  padding-top: 1.25rem;
}

.p-topics-wrap .sub-single__main p+p {
  padding-top: 1.25rem;
}

.p-topics-wrap .navigation .nav-previous {
  left: 13vw;
}

.p-topics-wrap .navigation .nav-next {
  right: 13vw;
}

.p-topics-sec01__cont {
  padding-top: 8vw;
}

.p-voice-wrap .sub-single__title {
  color: #283e31;
}

.p-voice-wrap .sub-single__category {
  border: 1px solid #ff8118;
  color: #ff8118;
}

.p-voice-wrap .sub-single__main {
  border-top: 1px solid #ff8118;
}

.p-voice-wrap .sub-single__main h1,
.p-voice-wrap .sub-single__main h2,
.p-voice-wrap .sub-single__main h3,
.p-voice-wrap .sub-single__main h4,
.p-voice-wrap .sub-single__main h5,
.p-voice-wrap .sub-single__main h6 {
  color: #ff8118;
  font-weight: bold;
}

.p-voice-wrap .sub-single__main h1 {
  font-size: 1.125rem;
  background-color: #280005;
  color: #fff;
  padding: 0.46875rem 1.5625rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main h2 {
  font-size: 1rem;
  background-color: #ff8118;
  color: #fff;
  border-left: 10px solid #280005;
  padding: 0.46875rem 0.625rem 0.46875rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main h3 {
  font-size: 1rem;
  border-left: 5px solid #1770b2;
  padding: 0.46875rem 0.625rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main h4 {
  font-size: 0.9375rem;
  border-top: 2px solid #280005;
  border-bottom: 2px solid #280005;
  padding: 0.46875rem 0.75rem 0.46875rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main h5 {
  font-size: 0.9375rem;
  border-bottom: 2px solid #280005;
  padding: 0 0 0.46875rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main h6 {
  font-size: 0.9375rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main p {
  padding-top: 2rem;
}

.p-voice-wrap .sub-single__main p+p {
  padding-top: 1.25rem;
}

.p-voice-wrap .navigation .nav-previous {
  left: 13vw;
}

.p-voice-wrap .navigation .nav-next {
  right: 13vw;
}

.p-topics-sec01__cont {
  padding-top: 8vw;
}

.p-contact-sec01 .sub-contact__tel {
  color: #283e31;
}

.p-contact-sec01 .sub-contact__time span {
  color: #283e31;
}

.p-contact-sec01 .sub-contact__time span:nth-of-type(1) {
  border: 1px solid #283e31;
}

.p-contact-sec01 .sub-contact__submit input {
  background: #3A77B4;
  border-radius: 50px;
}


/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .l-page-cover__inner {
    padding: 50px 0 20px 0;
  }

  .l-page-cover__ttl {
    font-size: 5rem;
    padding: 130px 0 120px 0;
  }

  .l-page-cover__ttl span {
    font-size: 2.6rem;
  }

  .header__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__nav {
    margin-right: 3rem;
  }

  .header__link {
    color: #283e31;
    font-weight: 600;
  }

  .header__top {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__time {
    /*    padding-top: 1rem;*/
    margin-left: 0;
  }

  .header__btn {}

  .c-heading01 {
    font-size: 4rem;
  }

  .c-heading01 span {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }

  .c-news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
    border-radius: 14px;
  }

  .c-news__tag {
    width: 10rem;
    font-size: 1.2rem;
    margin-right: 2rem;
  }

  .c-news__time {
    font-size: 1.2rem;
  }

  .c-news__ttl {
    margin-top: 0;
    font-weight: 500;
  }

  .c-news__ttl span {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#1770b2),
        to(#1770b2)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#1770b2, #1770b2) 0 100%/0 1px no-repeat;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .c-card {
    width: 31.5%;
  }

  .c-card__time {
    font-size: 1.2rem;
    margin-right: 2rem;
  }

  .c-card__body-bottom {
    font-size: 1.6rem;
    margin-top: 0;
  }

  .c-card_link .c-card__ttl {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#1770b2),
        to(#1770b2)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#1770b2, #1770b2) 0 100%/0 1px no-repeat;
  }

  .c-card_link:hover .c-card__ttl {
    background-size: 100% 1px;
  }

  .c-tag {
    font-size: 1.2rem;
    width: 14rem;
  }

  .c-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-media__img-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-right: 3.3333%;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  }

  .c-media__body {
    width: 50rem;
    padding-top: 0;
  }

  .c-media__ttl .ja {
    font-size: 2.4rem;
  }

  .c-media_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .c-media_reverse .c-media__img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-right: 0;
  }

  .c-media_reverse .c-media__body {
    margin-right: 3.3333%;
  }


  .c-flexbox01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-flexbox01__head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }

  .c-flexbox01__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0;
  }

  .c-flexbox02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .c-flexbox02__head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .c-flexbox02__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 3.3333%;
    padding-top: 0;
  }

  .c-table tr {
    padding: 1.8rem;
  }

  .c-table th {
    width: 13rem;
  }

  .home-mv__catch img {
    max-width: 720px;
  }


  .p-home-sec02 {
    background: #fff;
  }


  .p-service-sec03__cont {
    margin-top: -8rem;
  }

  .p-service-sec03 .cont__item {
    margin-top: 8rem;
  }

  .p-service-sec05__inner {
    padding-top: 3.5rem;
  }

  .p-service-sec06__item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5rem;
  }

  .p-service-sec06__item {
    width: 23%;
  }

  .p-company-sec01 .item__ttl {
    font-size: 3rem;
    border-bottom: none;
  }

  .p-company-sec01 .item__ttl span {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }

  /*
  .p-company-sec02 .cont .item01__table {
    padding: 0 5rem;
  }
*/
  .p-company-sec02 .cont__item02 {
    padding-top: 3.125rem;
  }

  .p-company-sec02 .cont .item02__map {
    padding-top: 40rem;
  }

  .p-company-sec03 .cont__ttl .ja {
    font-size: 3rem;
  }

  .p-company-sec03 .cont__ttl .en {
    font-size: 1.6rem;
  }

  .p-company-sec03 .cont__btm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-company-sec03 .cont .btm__item {
    width: 50%;
    padding: 0 2rem;
  }

  .p-company-sec04 .cont__item+.cont__item {
    padding-top: 8rem;
  }

  .p-company-sec04 .item .body .top__txt {
    font-size: 2rem;
  }

  .p-company-sec04 .item .body .top__table th {
    width: 12rem;
  }

  .p-company-sec04 .item .body .btm__txt {
    font-size: 2rem;
  }

  .p-company-sec04 .item .body .btm__table th {
    width: 12rem;
  }

  .p-company-sec04 .item .body .btm__btn-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .p-topics-wrap .c-news__link {
    padding: 2.5rem 1.8rem 3.2rem 0;
  }

  .p-topics-wrap .sub-single__main h1 {
    font-size: 1.5rem;
    margin-top: 3.125rem;
  }

  .p-topics-wrap .sub-single__main h2 {
    font-size: 1.375rem;
    padding: 0.46875rem 0.9375rem 0.46875rem;
    margin-top: 2.5rem;
  }

  .p-topics-wrap .sub-single__main h3 {
    font-size: 1.375rem;
    padding: 0.46875rem 0.9375rem;
    margin-top: 2.5rem;
  }

  .p-topics-wrap .sub-single__main h4 {
    font-size: 1.25rem;
    padding: 0.46875rem 1.0625rem 0.46875rem;
    margin-top: 2.5rem;
  }

  .p-topics-wrap .sub-single__main h5 {
    font-size: 1.25rem;
    padding: 0 0 0.6875rem;
    margin-top: 2.1875rem;
  }

  .p-topics-wrap .sub-single__main h6 {
    font-size: 1.25rem;
  }

  .p-topics-wrap .navigation .nav-previous {
    left: 37rem;
  }

  .p-topics-wrap .navigation .nav-next {
    right: 37rem;
  }

  .p-topics-sec01__cont {
    padding-top: 3.2rem;
  }

  .p-voice-wrap .sub-single__main h1 {
    font-size: 1.5rem;
    margin-top: 3.125rem;
  }

  .p-voice-wrap .sub-single__main h2 {
    font-size: 1.375rem;
    padding: 0.46875rem 0.9375rem 0.46875rem;
    margin-top: 2.5rem;
  }

  .p-voice-wrap .sub-single__main h3 {
    font-size: 1.375rem;
    padding: 0.46875rem 0.9375rem;
    margin-top: 2.5rem;
  }

  .p-voice-wrap .sub-single__main h4 {
    font-size: 1.25rem;
    padding: 0.46875rem 1.0625rem 0.46875rem;
    margin-top: 2.5rem;
  }

  .p-voice-wrap .sub-single__main h5 {
    font-size: 1.25rem;
    padding: 0 0 0.6875rem;
    margin-top: 2.1875rem;
  }

  .p-voice-wrap .sub-single__main h6 {
    font-size: 1.25rem;
  }

  .p-voice-wrap .navigation .nav-previous {
    left: 37rem;
  }

  .p-voice-wrap .navigation .nav-next {
    right: 37rem;
  }

  .p-topics-sec01__cont {
    padding-top: 3.2rem;
  }


}

@media only screen and (max-width: 767px) {


  .p-service-sec06 .item__txt {
    font-size: 1.5rem;
  }

  .p-service-sec03__inner {
    padding-top: 5rem;
  }

  .sec05__inner {
    padding-top: 0rem;
  }


  .p-service-sec05__inner {
    padding-top: 0rem;
  }


  .p-service-sec06 {
    margin-top: 0rem;
  }

  .p-service-sec07__inner {
    padding-top: 5rem;
  }

  .c-heading02 {
    font-size: 2rem;
  }

  .flowList {
    flex-wrap: wrap;
    gap: 2.5rem;
  }

  .flowItem {
    width: 100% !important;
  }

  .p-company-sec02__inner {
    padding-top: 3rem;
  }

  .p-company-sec02__cont {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }

  .c-table tr {
    line-height: 1.7;
    padding: 3vw 0;
  }

  .p-company-sec03__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 6rem;
  }

  .p-company-sec04__inner {
    padding-top: 6rem;
  }

  .c-news__tag {
    font-size: 4.5vw;
  }


  .p-home-sec02 {
    padding-top: 3rem;
    margin-top: 3rem;
  }


  .c-news__time {
    font-size: 4.5vw;
  }

  .c-news__ttl {
    font-size: 4.5vw;
  }

  .c-card__time {
    font-size: 4.5vw;
  }

  .c-media__txt {
    font-size: 4.5vw;
  }

  .c-table {
    font-size: 4.5vw;
  }


  .p-service-sec01__txt {
    font-size: 14px;
    line-height: 1.7;
  }


  .p-company-sec01 .item__txt {
    font-size: 3.5vw;
  }

  .p-company-sec03 .cont .btm__txt {
    font-size: 4.5vw;
  }

  .p-company-sec04 .item .body .top__table tr {
    font-size: 4.5vw;
  }

  .p-company-sec04 .item .body .btm__table tr {
    font-size: 4.5vw;
  }


  .official-line-inner {
    flex-direction: column;
    text-align: center;
  }

  .official-line-inner li {
    font-size: 1.6rem;
  }
}

.home-works-area {
  background: linear-gradient(180deg, white 0%, #fffcf1 100%);
  padding: 0 0 8rem 0;
  margin-top: 5rem;
}

.home-works-area .img_area {
  display: flex;
  margin: 8rem 0 0 0;
}

.home-works-area .p-home-sec02__ttl {
  margin-top: 3rem;
}

.home-works-area .inner {
  /* 	    background: rgba(255,255,255,0.7);
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    padding-top: 5rem;
    padding-bottom: 3rem;
	border-radius: 5px; */
}


.table_simple {
  padding: 0 2vw 0;
  margin-top: 4rem;
}

.table_simple tr {
  padding: 0 0 0 0 !important;
}

.table_simple th {
  padding: 2rem;
  background: #fff3ea;
  width: 25rem;
}

.table_simple td {
  padding: 1.8rem;
}

.sub-shop .home-feature {
  background: linear-gradient(180deg, white 0%, #fffcf1 100%);
}


.sec04 {
  background-color: #fff8f3;
  padding: 0rem 0 0 0;
  background-image: url(../img/home/about-bg02.jpg);
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  /*	background-color: #ffe39f75;*/
  background-blend-mode: darken;
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  z-index: 1;
  position: relative;
}

.aboutWrap {
  margin-top: 5rem;
}

.aboutBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutBox:nth-child(odd) {
  flex-direction: row-reverse;
}

.aboutBox:nth-child(odd) .about_body {
  border-radius: 6px 0 0 30px;
  padding: 60px 0 60px 25%;
}

.aboutBox:nth-child(odd) .about_ttl {
  padding-right: 20px;
}

.aboutBox:nth-child(odd) .about_text {
  padding-right: 20px;
  text-align: left;
}

.aboutBox:nth-child(odd) .about_pic {
  margin-right: -22%;
}

.aboutBox:nth-child(odd) .about_pic img {
  border-radius: 0 14px 14px 0;
}

.aboutBox:nth-child(even) .about_body {
  border-radius: 0 14px 14px 0;
  padding: 60px 16% 60px 5%;
}

.aboutBox:nth-child(even) .about_ttl {
  margin-left: auto;
  padding-left: 20px;
}

/*
.aboutBox:nth-child(even) .about_ttl::before {
  left: 20px;
}
*/
.aboutBox:nth-child(even) .about_text {
  margin-left: auto;
  padding-left: 20px;
  text-align: left;
}

.aboutBox:nth-child(even) .about_pic {
  margin-left: -22%;
}

.aboutBox:nth-child(even) .about_body-group .about_text {
    padding-left: 0;
}

.aboutBox:nth-child(even) .about_pic img {
  border-radius: 6px 0px 0px 6px;
}

.aboutBox+.aboutBox {
  margin-top: 60px;
}

.aboutBox:nth-child(1) .about_ttl::before {
  background-image: url(../img/home/illust04.png);
}

.aboutBox:nth-child(2) .about_ttl {
  padding-top: 70px;
}

.aboutBox:nth-child(2) .about_ttl::before {
  background-image: url(../img/home/illust02.png);
}

.aboutBox:nth-child(3) .about_ttl::before {
  background-image: url(../img/home/illust06.png);
}

.aboutBox:nth-child(4) .about_ttl::before {
  background-image: url(../img/home/num4.svg);
}

.about_body {
  background-color: rgb(221 50 35 / 5%);
  width: 60%;
  min-height: 32vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.about_body.-blue {
  background-color: rgb(58 119 180 / 6%);
}

/* 4元素分析で適正評価：左寄りを抑えつつ余白は控えめに（PC・タブレット） */
@media screen and (min-width: 768px) {
  .aboutBox#service02 .about_body {
    padding-left: 12% !important;
  }
}

.about_body.-yellow {
  background-color: rgb(242 200 28 / 6%);
}

.about_ttlWrap {
  border-bottom: 2px solid #1770b2;
  width: 100%;
}

.about_ttl {
  font-size: 34px;
  line-height: 1;
  color: #ff8118;
  max-width: 575px;
  padding-top: 48px;
  padding-bottom: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-align: left;
  font-family: "Rubik", sans-serif;
}

.about_ttl span {
  font-size: 24px;
  padding-left: 1rem;
}

.about_ttl::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 100px;
  background: no-repeat left center/contain;
  position: absolute;
  left: 100%;
  top: 30%;
  z-index: -1;
}

.about_text {
  max-width: 60rem;
  margin-top: 27px;
  line-height: 1.7;
  font-size: clamp(1.4rem, 1.2vw + 1.1rem, 1.6rem);
}

.about_text span {
  display: block;
  font-size: clamp(1.8rem, 1.5vw + 1.4rem, 2.4rem);
  font-weight: 600;
  line-height: 2;
  font-family: "Rubik", sans-serif;
  margin-bottom: 3rem;
}

.about_pic {
  width: 46%;
  position: relative;
  z-index: 1;
  /* margin-top: 60px; */
}

.about_pic img {
  aspect-ratio: 13 / 9;
  object-fit: cover;
  width: 100%;
}

.about_btn {
  margin-top: 60px;
}

.sec03 {
  margin-top: 8rem;
  text-align: center;
  padding-bottom: 10rem;
  text-align: center;
  /* background: linear-gradient(to right, #fdeac2, #f9ffd8); */
  /* background-color: #fdeac2; */
  margin-top: 4rem;
  padding-top: 5rem;
}

.sec03-text {
  font-size: 3rem;
  margin-top: 2rem;
  line-height: 1.7;
  text-align: center;
  /* color: #fff; */
  font-family: "Rubik", sans-serif;
}

.sec03-text span {
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}

/* .sec03-text .marker {
  background: linear-gradient(transparent 60%, #ffffffc7 60%);
  font-weight: 500;
} */
/*
.home .sec03 .btn {
	    margin-top: 5rem;
}
*/

.sec03-text02 {
  margin-top: 3rem;
  line-height: 2;
  text-align: center;
}

.sec03-text02.-company {
    text-align: left;
}
.sec04 .sec03-text02 {
  /* color: #fff; */
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
  /* font-size: 2rem; */
  font-family: "Rubik", sans-serif;
  /* font-weight: 600; */
}

.flowList {
  display: flex;
  margin: 70px -15px 0;
}

.flowItem {
  margin: 0 15px;
  position: relative;
  width: calc((100% - 0px) / 2);
  z-index: 1;
}

.flowItam_body {
  width: calc(100% - 10px);
  border-radius: 6px;
  padding: 30px 10px;
  position: relative;
}

.flowItam_body.blue {
  border: 2px solid #eeb8a2;
  background-color: #eeb8a2;
}

.flowItam_body.pink {
  border: 2px solid #fedfe6;
  background-color: #fedfe6;
}

.flowItam_body.orange {
  border: 2px solid #fedb99;
  background-color: #fedb99;
}

.flowItam_body.white {
  border: 2px solid #fff;
  background-color: #fff;
}

.flowItem_pic {
  min-height: 105px;
  display: flex;
  align-items: center;
}

.flow-ico {
  margin: 0 auto;
}

.flow-ttl {
  min-height: 70px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin-top: 20px;
  line-height: 2.4rem;
  flex-direction: column;
}

.flow-ttl .marker.yellow {
  font-size: 2rem;
  background: linear-gradient(transparent 80%, #fcffa7 80%);
  font-weight: 700;
  margin-bottom: 1rem;
}

.flow-ttl .marker.pink {
  font-size: 24px;
  background: linear-gradient(transparent 80%, #ffebec 80%);
}

.flow_btn {
  margin-top: 70px;
}

.p-company-sec02 .philosophy p {
  text-align: left;
  margin: 3rem 0;
  padding: 0;
  line-height: 2;
}

.c-flexbox01__body span {
  font-weight: 600;
  font-size: 3rem;
  line-height: 5rem;
  margin-top: 4rem;
  text-align: center;
  display: inline-block;
  font-family: "Rubik", sans-serif;
}

.p-company-sec02 .philosophy .item01__table {
  margin: 0 0 4rem 0;
  padding: 0 !important;
}

.p-company-sec02 .philosophy .item01__table table tr {
  border: none !important;
  padding: 0rem 0 2rem 0;
}

.p-company-sec02 .philosophy .item01__table table tr td {
  display: block;
}

.p-company-sec02 .philosophy .table_simple td {
  padding: 0 0 2rem 0;
  line-height: 1.7;
  font-size: 1.4rem;
}

.p-company-sec02 .philosophy {
  text-align: center;
}

.philosophy .p-company-sec01 {
  margin: 5rem 0 0 0;
}

@media only screen and (max-width: 767px) {
  .home-works-area .inner {
    padding-top: 2rem;
  }


  .table_simple th {
    padding: 1.2rem;
    font-size: 1.4rem;
    width: 10rem;
  }

  .table_simple td {
    padding: 1.2rem;
    font-size: 1.4rem;
  }


  .c-heading01 {
    font-size: 7vw;
  }

  .home-works-area {
    padding: 0 0 1rem 0;
  }

  .home-feature {
    margin-top: 6rem;
    padding: 0 0 1rem 0;
  }


  .footer_text {
    font-size: 14px;
    padding: 0 2vw 5vw;
  }

  .l-page-cover__ttl::before {
    display: none;
  }


  .p-company-sec03 .cont .btm__item:first-child {
    margin-top: 0rem;
  }

  .p-company-sec03 .cont__btm {
    padding-top: 0rem;
  }


}

.sec05 {
  /*  margin-top: 7rem;*/
}

.sec05 .sec_inner__big {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 8rem;
  border-radius: 6px;
  overflow: hidden;
  /* background-image: url(../img/common/bg002.jpg); */
  background-size: contain;
  background-attachment: fixed;
  text-align: center;
}

.scheduleWrap {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.scheduleWrap .left {
  width: 51%;
  margin-right: 3%;
}

.scheduleWrap .right {
  width: 46%;
}

.schedule_pic01 {
  width: 90%;
  border-radius: 6px;
  overflow: hidden;
}

.schedule_pic02 {
  width: 52.6%;
  margin-left: auto;
  margin-top: -75px;
  border-radius: 6px;
  overflow: hidden;
}


.programItem {
  display: flex;
  align-items: center;
}

.programItem+.programItem {
  margin-top: 30px;
}

.programItem:nth-child(odd) {
  flex-direction: row-reverse;
}

.programItem:nth-child(odd) .program_pic {
  margin-right: 3%;
}

.program_body {
  width: 46%;
  padding-bottom: 13px;
  line-height: 1.7;
}


.program_pic {
  border-radius: 6px;
  overflow: hidden;
  width: 51%;
}

.schedule_btn {
  margin-top: 45px;
  position: relative;
  z-index: 2;
}

.sec04 h2.c-heading01.c-heading01_center {
  /* color: #fff; */
  padding-top: 0;
}

.sec04 h2.c-heading01.c-heading01_center span {
  /* color: #283e31; */
}

@media screen and (max-width: 1279px) {
  .programItem {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-home-sec02__inner {
    padding-top: 5rem;
  }

  .about_body {
    width: calc(100% - 15px);
    min-height: 0px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aboutBox {
    flex-direction: column-reverse !important;
  }

  .aboutBox:nth-child(odd) .about_body {
    padding: 70px 0 40px 20px;
    border-radius: 20px 0 0 20px;
  }

  .aboutBox:nth-child(even) .about_body {
    padding: 40px 15px 40px 15px;
    border-radius: 0px 20px 20px 0px;
  }

  .about_ttl {
    font-size: 20px;
    max-width: 100%;
    padding-top: 28px;
    text-align: center;
  }

  .about_ttl span {
    font-size: 14px;
    padding-left: 1rem;
  }

  .about_ttl::before {
    height: 70px;
  }

  .aboutBox:nth-child(2) .about_ttl {
    padding-top: 40px;
  }

  .about_text {
    max-width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .aboutBox:nth-child(odd) .about_pic img {
    border-radius: 0;
  }

  .aboutBox:nth-child(even) .about_pic img {
    border-radius: 0;
  }

  .about_btn {
    margin-top: 40px;
  }

  .about_pic {
    width: 90%;
    max-width: 690px;
    margin: 0;
  }

  .aboutBox:nth-child(odd) .about_body {
    margin-left: auto;
  }

  .aboutBox:nth-child(even) .about_pic {
    margin-left: auto;
  }

  .home-mv__catch img {
    max-width: 90vw;
  }

  .home-mv__catch img.sp-only {
    max-width: 65vw;
  }

  .sec05 {
    margin-top: 40px;
  }

  .sec05 .sec_inner__big {
    border-radius: 20px;
    padding: 30px 0 50px;
  }

  .scheduleWrap {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .scheduleWrap .left {
    width: 100%;
    margin-right: 0;
  }

  .scheduleWrap .right {
    width: 100%;
    margin-top: 3rem;
  }

  .schedule_pic01,
  .schedule_pic02,
  .program_pic {
    border-radius: 7px;
  }


  .programItem {
    flex-direction: column-reverse !important;
  }

  .programItem+.programItem {
    margin-top: 50px;
  }

  .program_pic {
    width: 100%;
    margin: 0;
  }

  .program_body {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }


  .programItem {
    flex-direction: column-reverse !important;
    position: static;
  }

  .program_body {
    margin: -50px 0px 0 auto;
  }


  .programItem.right .program_body {
    padding: 60px 10% 60px 4%;
  }

  .program_body {
    width: 100%;
    margin: -50px 0px 0 auto;
  }


  .programItem {
    display: flex;
    align-items: center;
  }

  .inner {
    position: relative;
  }
.infoArea {
    display: flex;
    flex-direction: column;
}
  .programItem.right .program_body {
    padding: 60px 10% 60px 4%;
  }


  .programItem.right .program_body {
    padding: 70px 10% 50px 4%;
  }


  .p-service-sec05 table {
    border-collapse: collapse;
  }

  .p-service-sec05 table tr {
    display: table;
    width: 100%;
    text-align: center;
  }

  .p-service-sec05 table tr th {
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
  }

  .p-service-sec05 table tr td+td {
    border-left: 1px solid #cecece;
  }

  .p-service-sec05 table tr td:last-child {
    border-right: 1px solid #cecece;
  }

  .p-service-sec05 .note {
    line-height: 1.5;
    margin: 1.5rem 0 5rem 1.5rem;
  }

  .flowItem_pic_img {
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: auto;
  }

  .flowItem_pic_img img {
    border-radius: 6px;
  }

  .flowItem_pic {
    min-height: 105px;
    display: flex;
    align-items: center;
    width: 150px;
    margin: auto;
  }

  .p-service-sec05 table tr {
    table-layout: fixed;
  }

  .c-table tr:last-child {
    border-bottom: 3px dotted #283e31;
  }

  .c-table tr {
    border-top: 3px dotted #283e31;
  }

  .c-table th {
    color: #283e31;
  }


}

/*追加*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 8rem 0 0;
}

.slider2 img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 14px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 .slick-slide {
  margin: 0 7px;
  /*スライド左右の余白調整*/
}

/*top*/
.aboutBox:nth-child(odd) .about_pic {
  margin-right: 0;
}

.aboutBox:nth-child(odd) .about_body {
  border-radius: 14px 0 0 14px;
  padding: 60px 0 60px 10%;
}

/*
.about_ttl::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: no-repeat left center/contain;
}
*/

.img_001 {
  max-width: 800px;
  margin: 0 auto;
}

img.img_001 {
  padding-top: 4rem;
}

section {
  margin-bottom: 0rem;
}


section.sec03.bg_01 {
  background-color: #fff;
}

section.sec03.bg_01 h2.c-heading01.c-heading01_center {
  padding-top: 8rem;
}

.home .sec03 .flowItam_body.white a.btn.-color {
  margin-top: 2rem;
}

li.flowItem .flowItam_body.white .about_text {
  max-width: 575px;
  margin-top: 0px;
  line-height: 1.7;
}

li.flowItem .flowItam_body.white h4.about_ttl {
  padding-top: 2rem;
  text-align: center;
}


@media screen and (min-width: 768px) {
  .aboutBox:nth-child(odd) .about_pic {
    margin-right: -140px;
  }

  .about_ttl::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
  }

  .aboutBox:nth-child(2) .about_ttl::before {
    left: 100%;
  }

  .aboutBox:nth-child(4) .about_ttl::before {
    left: 95%;
  }

  .aboutBox:nth-child(1) .about_ttl::before {
    left: 85%;
  }

  .aboutBox:nth-child(3) .about_ttl::before {
    left: 80%;
  }
}

@media (min-width: 1168px) {
  .about_ttl {
    font-size: 34px !important;
    padding-top: 48px !important;
  }

  .about_ttl span {
    font-size: 24px !important;
    padding-left: 1rem !important;
  }

  .about_ttl::before {
    width: 110px !important;
    height: 110px !important;
  }

  .aboutBox:nth-child(odd) .about_body {
    padding: 30px 0 60px 10 !important;
  }

  .aboutBox:nth-child(even) .about_body {
    padding: 30px 16% 50px 5% !important;
  }
}

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

  .aboutBox:nth-child(odd) .about_body {
    padding: 40px 15px 40px 15px;
    border-radius: 0vw;
  }

  .about_body {
    width: calc(100%);
    min-height: 0px;
    margin-top: 0;
  }

  .aboutBox:nth-child(odd) .about_text,
  .aboutBox:nth-child(even) .about_text {
    padding-right: 0px;
    padding-left: 0;
  }

  .aboutBox:nth-child(odd) .about_ttl {
    padding-right: 0px;
  }

  .about_ttl::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 100px;
    background: no-repeat left center/contain;
    /*    position: absolute;*/
    left: 80%;
    top: 10px;
    opacity: 0.3;
  }

  .about_text span {
    display: block;
    text-align: left;
    line-height: 1.7;
    font-size: 1.8rem;
  }

  .slick-slider {
    margin: 4rem 0 0;
  }
}

/*波*/

.sec03,

.custom-shape-divider-top-1701395521 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  /* transform: rotate(180deg); */
}

.custom-shape-divider-top-1701395521 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 16px;
}

.custom-shape-divider-top-1701395521 .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-bottom-1701396302 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1701396302 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 19px;
}

.custom-shape-divider-bottom-1701396302 .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-top-1701396362 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1701396362 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 19px;
}

.custom-shape-divider-bottom-1701396302 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.4px);
  height: 30px;
}

.custom-shape-divider-top-1701396362 .shape-fill {
  fill: #ffffff;
}


/*
h2.c-heading01.c-heading01_center {
    padding-top: 8rem;
}
*/


@media screen and (max-width: 767px) {

  h2.c-heading01.c-heading01_center {
    padding-top: 2rem;
  }

  .custom-shape-divider-bottom-1701396302 svg {
    height: 12px;
  }

  .custom-shape-divider-top-1701396362 svg {
    height: 12px;
  }

  .sec03,
  .custom-shape-divider-top-1701395521 {
    position: relative;
    transform: none;
  }
}

/*illust*/
.illust_00 {
  content: "";
  display: inline-block;
  width: 480px;
  background: no-repeat left center/contain;
  position: absolute;
  left: -8%;
  top: 20px;
  z-index: 1;
}

.illust_01 {
  content: "";
  display: inline-block;
  width: 150px;
  background: no-repeat left center/contain;
  position: absolute;
  /* left: 0%; */
  top: -10px;
  z-index: 0;
  opacity: 0.7;
}

.illust_02 {
  content: "";
  display: inline-block;
  width: 120px;
  background: no-repeat left center/contain;
  position: absolute;
  left: 0%;
  top: 32px;
  z-index: 1;
}

.illust_03 {
  content: "";
  display: inline-block;
  width: 20rem;
  background: no-repeat left center / contain;
  position: absolute;
  right: auto;
  top: 20%;
  z-index: 0;
  left: 0%;
}

.illust_04 {
  content: "";
  display: inline-block;
  width: 140px;
  background: no-repeat left center/contain;
  position: absolute;
  left: 31%;
  top: 20px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .illust_00 {
    content: "";
    display: inline-block;
    width: 210px;
    background: no-repeat left center/contain;
    position: absolute;
    left: auto;
    right: 0;
    top: 20px;
    z-index: 1;
  }

  .illust_01 {
    content: "";
    display: inline-block;
    width: 150px;
    background: no-repeat left center/contain;
    position: absolute;
    right: 0;
    top: 0%;
    z-index: 0;
  }

  .illust_03 {
    /* content: "";
    display: inline-block;
    width: 320px;
    background: no-repeat left center/contain;
    position: absolute;
    right: 0%;
    top: 80%;
    z-index: 0; */
  }

  .illust_02 {
    content: "";
    display: inline-block;
    width: 120px;
    background: no-repeat left center / contain;
    position: absolute;
    left: 0%;
    top: 32px;
    z-index: 1;
  }

  .illust_04 {
    content: "";
    display: inline-block;
    width: 90px;
    background: no-repeat left center/contain;
    position: absolute;
    left: 31%;
    top: 31px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .illust_00 {
    content: "";
    display: inline-block;
    width: 150px;
    background: no-repeat left center/contain;
    position: absolute;
    left: auto;
    right: -1rem;
    top: 14vw;
    z-index: 1;
  }

  .illust_01 {
    content: "";
    display: inline-block;
    width: 150px;
    background: no-repeat left center/contain;
    position: absolute;
    right: 0;
    top: 0%;
    z-index: 0;
    z-index: 0;
    opacity: .2;
  }

  .illust_02 {
    content: "";
    display: inline-block;
    width: 90px;
    background: no-repeat left center/contain;
    position: absolute;
    left: 73%;
    top: 22px;
    z-index: 1;
    opacity: .2;
  }

  .illust_03 {
    display: none;
  }

  .illust_04 {
    content: "";
    display: inline-block;
    width: 90px;
    background: no-repeat left center/contain;
    position: absolute;
    left: 6%;
    top: 18px;
    z-index: 1;
  }

}

@media (min-width: 1168px) {
  .illust_00 {
    content: "";
    display: inline-block;
    width: 280px;
    background: no-repeat left center/contain;
    position: absolute;
    left: auto;
    right: 0;
    top: 2%;
    z-index: 1;
    transform: rotate(18deg);
  }

  .illust_01 {
    content: "";
    display: inline-block;
    width: 150px;
    background: no-repeat left center/contain;
    position: absolute;
    right: auto;
    top: 0%;
    left: 0;
    z-index: 0;
  }

  .illust_02 {
    content: "";
    display: inline-block;
    width: 120px;
    background: no-repeat left center / contain;
    position: absolute;
    left: 0%;
    top: 32px;
    z-index: 1;
  }

  .illust_03 {
    content: "";
    display: inline-block;
    width: 20rem;
    background: no-repeat left center / contain;
    position: absolute;
    right: auto;
    top: 20%;
    z-index: 0;
    left: 0%;
  }

  .illust_04 {
    content: "";
    display: inline-block;
    width: 140px;
    background: no-repeat left center/contain;
    position: absolute;
    left: 31%;
    top: 20px;
    z-index: 1;
  }

}

/*サービス*/
/*PC*/

.box__title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2rem;
}

.box__inner {
  margin: 15px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box__inner__item {
  width: 48%;
  margin: 0 1%;
  padding: 20px;
  border: 2px solid #f3b3b3;
  border-radius: 6px;
}

.box__inner__item {
  width: 48%;
  margin: 0 1%;
  padding: 20px;
  border: 2px solid #f3b3b3;
  border-radius: 6px;
  background: #fff1f1;
}

.inner__title {
  text-align: center;
  /* background-color: #f3b3b3; */
  padding: 6px 0;
  margin-bottom: 15px;
  color: #cd7171;
  font-size: 2rem;
  font-weight: 500;
}

.box__inner__item.type2 {
  border: 2px solid #c0e2a4;
  background: #f7fff0;
}

.box__inner__item.type2 .inner__title {
  /* background-color: #c0e2a4; */
  color: #7c9268;
}

.t-m10 {
  margin-top: 10px;
}

p.inner__txt {
  text-align: center;
}

.inner_pageArea {
  margin: 5rem 0 8rem 0;
  background: #fff;
  border-radius: 6px;
  padding: 5rem;
  box-shadow: 1px 0px 15px 5px rgb(130 177 237 / 10%);
}


.p-service-sec06 h2.c-heading01.c-heading01_center {
  /*    padding-top: 4rem;*/
}


.program_pic {
  border-radius: 6px;
  overflow: hidden;
  width: 51%;
  float: left;
  max-width: 500px;
  width: 63%;
  margin: 0 0px 0 0;
  z-index: 1;
  margin-right: -7%;
}

.program_body {
  width: 46%;
  padding-bottom: 13px;
  line-height: 1.7;
  width: 100%;
  margin: 0 0 0 auto;
  background: #fff;
  padding: 40px 4% 60px 10%;
  border-radius: 6px;
  z-index: 0;
  box-shadow: 1px 0px 15px 5px rgb(130 177 237 / 10%);
}

.programItem.right .program_body {
  padding: 17% 10% 50px 4%;
}

.programItem .program_pic {
  margin-right: -6%;
}

.programItem.right .program_pic {
  margin-left: -6%;
  margin-right: 0;
}

.programItem.left .program_pic {
  margin-right: -6%;
}

.programItem+.programItem {
  margin-top: 60px;
}

section#schedule {
  background: #fff;
  /*	margin-bottom: 8rem;*/
}

section#sec04 {
  background-color: #fffae8;
}


section#sec04 .sec05__inner {
  padding-top: 0rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
}

@media (min-width: 1168px) {


  .programItem.right .program_body {
    padding: 5% 10% 50px 4%;
  }
}

/*TAB*/
@media screen and (min-width: 768px) {}

/*SP*/
@media screen and (max-width: 767px) {

  .box__inner__item {
    width: 100%;
    margin: 0 1%;
    padding: 20px;
    border: 2px solid #f3b3b3;
    background: #fff0f0;
  }

  .inner_pageArea {
    margin: 6rem 0 0rem 0;
    border-radius: 6px;
    padding: 5vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }

  .box__title {
    font-size: 5.5vw;
    text-align: center;
    padding-bottom: 1rem;
  }

  .box__inner__item {
    width: 100%;
    padding: 0vw;
    border: 2px solid #f3b3b3;
  }

  .inner__title {
    text-align: center;
    padding: 6vw 0 2vw;
    margin-bottom: 4vw;
  }

  p.inner__txt {
    padding: 1vw 2vw 6vw;
    font-size: 4.5vw;
  }

  .t-m10 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 4.5vw;
  }

  .box__inner__item.type2 {
    margin: 4vw 0 0;
  }

  .inner_pageArea {
    margin: 2rem 0 3rem 0;
  }

  .pageArea__box {
    margin: 6vw 0 4vw;
  }


  li.programItem:last-child {
    margin-bottom: 12vw;
  }


  .p-service-sec06 {
    background-color: #fffae8;
  }

  .txt {
    font-size: 4.5vw;
  }


  .note_txt01 {
    font-size: 4.5vw;
  }


  .scheduleWrap .right {
    width: 100%;
    margin-top: 3rem;
  }

  .program_pic {
    width: 100%;
  }

  .program_body {
    width: 100%;
    margin: 0 0 0 auto;
    background: #fff;
    padding: 20% 4vw 40px 4vw;
    border-radius: 6px;
  }

  .programItem.left .program_pic,
  .programItem.right .program_pic {
    margin: 0 auto -15% auto;
    width: 90%;
    margin-right: 0;
    margin-left: 0;
  }

  .programItem.right .program_body {
    padding: 60px 10% 60px 4%;
  }


  .programItem.right .program_body {
    padding: 70px 10% 50px 4%;
  }
}

/*concept*/


.flowItem_pic img {
  width: 150px;
  margin: 0 auto;
}

section.sec03.bg_02 {
  background-color: #fffae8;
  margin-top: 6rem;
  padding-bottom: 4rem;
}

.bg_02 {
  background-color: #fffae8;
}

/*company*/
.company_img {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin: 0 auto;
  padding: 4rem 0 4rem;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 53rem;
}

.company_img img {
  width: 420px;
  border-radius: 6px;
}

.c-table tr {
  border-top: 1px solid #fffae8;
}

.c-table tr:last-child {
  border-bottom: 1px solid #fffae8;
}

section.p-company-sec01 .c-flexbox01 {
  display: flex;
  align-items: center;
}

.greeting-txt.txt {
  letter-spacing: 0.06em;
  line-height: 2.4rem;
  margin: 0 auto;
  border-radius: 6px;
}

section#company_profile {
  background-color: #fffae8;
  background-image: url(../img/common/bg002.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.c-flexbox01.cont__item.item {
  margin: 4rem 0;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

section#greeting {
  padding-bottom: 5rem;
}

.greeting-txt.txt {
  border-radius: 6px;
}

/*PC*/
@media (min-width: 1168px) {


  .tel_text {
    margin-bottom: 6px !important;
    margin: 1rem 11rem !important;
  }


}

/*TAB*/
@media screen and (min-width: 768px) {
  section#schedule {
    /*    margin-bottom: 6rem;*/
  }

  .programItem.right .program_body {
    padding: 5% 10% 50px 4%;
  }

  .header__nav {
    margin-right: 3rem !important;
  }

  .header__tel {
    font-size: 1.6vw !important;
  }

  .header__btn {
    font-size: 1.3rem !important;
  }
}

/*SP*/
@media screen and (max-width: 767px) {

  a.header-sp__logo {
    /* height: 67px; */
    background: #1770b2;
    padding: 1.3rem;
    padding-top: 3rem;
    width: 37vw;
    border-radius: 0 0 1rem 0;
  }

  a.header-sp__logo img {
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(222deg) brightness(110%) contrast(100%); */
  }

  .footer__logo {
    width: 280px;
  }

  section.p-company-sec01 .c-flexbox01 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .c-flexbox01__body span {
    font-size: 18px;
    line-height: 3rem;
    line-height: 1.5;
    margin-top: 3rem;
  }

  .company_about__ttl {
    font-size: 1.8rem;
  }

  .company_img {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0 2rem;
  }

  .table_simple th {
    padding: 1rem;
    width: 9rem;
    font-size: 1.2rem;
  }

  .c-flexbox01.cont__item.item {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 0;
  }

  section#greeting .p-company-sec01__inner.inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
  }

  .p-company-sec02 .cont .item02__map .sub-single img {
    margin: 0;
  }

  .p-company-sec02 .cont .item02__map {
    margin: 0;
  }


  .sec05 .project_area {
    padding-top: 0rem;
    margin-bottom: 7rem;
    margin-top: 2rem;
  }

  .inner_pageArea {
    margin: 2rem 0 3rem 0;
    margin-bottom: 22vw;
  }

  section#schedule {
    margin-bottom: 0rem;
  }

  .tel_text {
    margin: 1rem !important;
  }

  .sec03 h2.c-heading01.c-heading01_center {
    padding-top: 3rem !important;
  }
}

section.sub-service.sub-bg {
  padding-bottom: 0rem;
}

.c-card__ttl {
  font-weight: 500;
}

.sec05 .project_area {
  padding-top: 5rem;
  margin-bottom: 7rem;
}


.page-id-2360 .sec05 h2.c-heading01.c-heading01_center {
  padding-top: 0rem;
}

.header__time_contents {
  position: relative;
  top: 0.6rem;
}

.header__time {
  padding-bottom: 0.4rem;
  margin-left: 0;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3rem;
  position: relative;
  top: 0px;
  align-items: center;
}

.header__tel {
  font-size: 2vw;
  font-weight: 700;
  position: relative;
}

.header.scrolled .header__container {
  transition: all 0.3s;
  backdrop-filter: blur(8px);
  padding: 0 0 0 2rem;
  background: #ffffffa8;
  border-radius: 10px;
}

/*追加*/
.home-mv .slide-dots {
  display: none;
}

.home-mv .slide-dots li {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/*top追加*/
@media (min-width: 1168px) {
  .home-mv__catch img {
    max-width: 65vw !important;
  }
}

@media screen and (min-width: 768px) {
  .aboutBox:nth-child(even) .about_body {
    padding: 40px 16% 50px 5%;
  }

  .aboutBox:nth-child(2) .about_ttl {
    padding-top: 30px;
  }

  .aboutBox:nth-child(odd) .about_body {
    padding: 50px 0 50px 10%;
  }

  .about_ttl {
    font-size: 20px;
    padding-top: 30px;
  }

  .about_ttl span {
    font-size: 14px;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .sec04 {
    background-color: #fbf9f7;
    background-blend-mode: color;
    background: url(../img/home/about-bg02.jpg);
    background-size: cover;
    padding-top: 4rem;
    background-position: 50% 20%;
    background-color: rgba(255, 255, 255, 0.5);
    /* 白の透明度調整 */
    background-blend-mode: lighten;
    /* 明るさを調整 */
  }

  .c-heading01 {
    z-index: 3;
    position: relative;
  }

}

/*会社概要　追加*/
.company_about {
  background: #f9dfe2;
  margin: 3rem 0 2rem;
  padding: 2rem;
  border-radius: 6px;
  background-image: url(../img/common/bg002.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.company_about__ttl {
  text-align: center;
  font-size: 2.8rem;
  margin: 1rem 0 3rem;
  color: #283e31;
}


.page-id-14 .illust_05 {
  content: "";
  display: inline-block;
  width: 200px;
  background: no-repeat left center/contain;
  position: absolute;
  right: 3%;
  top: 310px;
  z-index: 0;
}

.page-id-14 .illust_01 {
  width: 270px;
  left: 0%;
  top: 100px;
}

.page-id-14 #greeting .illust_01 {
  width: 450px;
  left: -10%;
  top: -100px;
  z-index: 1;
}

.page-id-14 #greeting .illust_05 {
  width: 260px;
  right: 0%;
  top: 30%;
  z-index: -1;
}

/*PC*/
@media (min-width: 1168px) {
  .page-id-14 #greeting .illust_01 {
    width: 450px;
    left: -10%;
    /* top: -100px !important; */
    z-index: 1;
  }

  .page-id-14 #greeting .illust_05 {
    width: 450px;
    right: -10%;
    top: 380px;
    z-index: -1;
  }
}

/*tablet*/
@media screen and (min-width: 768px) {
  .page-id-14 #greeting .illust_05 {
    width: 350px;
    right: -10%;
    top: 60%;
  }

  .page-id-14 #greeting .illust_01 {
    width: 310px;
    left: 3%;
    top: -4rem;
  }
}

/*SP*/
@media screen and (max-width: 767px) {
  .page-id-14 #greeting .illust_01 {
    width: 170px;
    left: auto;
    right: 0;
    top: 90px;
    z-index: 1;
  }

  .c-flexbox01__body {
    padding: 0;
  }

  .page-id-14 #greeting .illust_05 {
    width: 240px;
    right: -23%;
    top: 83%;
    z-index: -1;
  }


  .company_about {
    padding: 1rem;
  }

  .company_about__ttl {
    font-size: 1.8rem;
    margin: 1rem 0 2rem;
  }
}

/*芸能部*/
.first_contents .c-heading01.c-heading01_center {
  text-align: center;
}


img.first_contents_img {
  margin: 0 auto;
  margin-bottom: 7rem;
}

.first_contents h3 {
  font-size: 29px;
  padding: 0;
  text-align: center;
  margin: 2rem 0 2rem;
  line-height: 1.7;
}


/*食育部*/
.navimenu {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin: 0 auto;
}

.p-service-sec06 .btn.-color {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 5rem;
}


.pdf_btn {
  width: 330px;
  margin: 0 auto;
  margin-bottom: 6rem;
  display: block;
}


h3.c-heading01 {
  font-size: 2.6rem;
}


.program_body ul {
  list-style: disc;
  list-style-type: square;
  padding-left: 4rem;
}


.work_icon {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

main.home .banner__link.-sub {
  padding-top: 6rem;
}

@media (min-width: 1168px) {
  img.first_contents_img {
    margin: 0 auto;
    margin-bottom: 7rem;
    width: auto;
  }


  .pdf_btn {
    width: 330px !important;
  }


  .work_icon img {
    width: 26rem !important;
  }

  .program_body ul {
    list-style: disc;
    list-style-type: square;
    padding-left: 4rem;
  }
}

@media screen and (min-width: 768px) {


  .pdf_btn {
    width: 330px !important;
  }

  .work_icon img {
    width: 26rem !important;
  }

  .program_body ul {
    list-style: disc;
    list-style-type: square;
    padding-left: 4rem;
  }
}

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

  img.first_contents_img {
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 300px;
  }

  .navimenu a {
    margin: 0 auto;
  }


  .pdf_btn {
    width: 100%;
    margin-bottom: 4rem;
  }


  h3.c-heading01 {
    font-size: 1.8rem;
  }

  .work_icon img {
    width: 16rem !important;
  }

  .program_body ul {
    list-style: disc;
    list-style-type: square;
    padding-left: 1rem;
  }


  .program_body ul {
    padding-left: 2rem;
    font-size: 1.3rem;
  }

  main.home .banner__link.-sub {
    padding-top: 3rem;
  }


}


/*footer*/
.map {
  margin: 0 auto;
  max-width: 1000px;
}

.blog .sub-bg {
  background-image: none;
}

iframe {
  height: 24rem;
  width: 100%;
  border-radius: 6px;
}

/*top_mv*/
.slick-slider {
  margin: 0;
}

.slick-slide img {
  display: block;
}

.home-mv__slides .slick-slide img {
  height: 90vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  /* margin: 2rem; */
  border-radius: 5rem;
  margin-top: 6rem;
}

.slider2.slick-initialized.slick-slider {
  margin-top: 4rem;
}

/* .home-mv__slides .slick-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #ffe4a18a 1%, #ffffff00 30%);
} */
.home-mv__slide img {
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}

.home-mv .slick-track img {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .slider2.slick-initialized.slick-slider {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

/*header調整*/
.home .header__link {
  color: #ffffff;
}

.home .header__tel {
  color: #ffffff;
}

.home .header__time_contents {
  color: #ffffff;
}

/*header_scroll調整*/
.home .header {
  box-shadow: none;
}

.home .header.scrolled .header__tel {
  color: #283e31;
}

.home .header.scrolled .header__time_contents {
  color: #283e31;
}

.home .header.scrolled .header__link {
  color: #283e31;
}


/* 初期スタイル：背景透明 */
.header {
  /* background-color: #fff;
  background-color: #faf9f3; */
  transition: background-color 0.3s;
  /* 背景色の変化を滑らかに */
  color: #283e31;
}

/* スクロール後のスタイル：背景白 */
.header.scrolled {
  /* background-color: #ffffffd1;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03); */
  transition: all 0.3s;
  /* backdrop-filter: blur(8px); */
}


.home-mv__wave {
  position: absolute;
  bottom: 0%;
  width: 100vw;
  transform: rotate(180deg);
}

.illust_00.fuwafuw {
  left: 0;
  right: auto;
  top: 10%;
  width: 280px;
}

.c-heading01 {
  position: relative;
  padding-left: 30px;
  /* 左側に余白を追加 */
  padding-right: 30px;
  /* 右側に余白を追加 */
  /* display: inline-block; */
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}

/* .c-heading01::before,
.c-heading01::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff8118;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
} */

.c-heading01::before {
  left: 0;
  /* テキストの前に配置 */
}

.c-heading01::after {
  right: 0;
  /* テキストの後に配置 */
}


.sec03 .c-heading01 {
  color: #283e31;
}


.greeting-name {
  font-size: 16px;
}

.greeting-name span {
  font-size: 2.5rem;
  padding-left: 1rem;
  margin-top: 0;
}

.page-id-14 .sec04 {
  padding-bottom: 6rem;
}

.facility-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  background: #fff;
  padding: 2rem;
  border-radius: 14px;
  border: 1px solid #c6c6c6;
  grid-template-rows: subgrid;
  grid-row: span 1;
}


.facility-item img {
  border-radius: 14px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.facility {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #fff;
}

.facility-body {
  text-align: left;
}

.facility-body h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #ff8118;
}

.facility-body p {
  line-height: 2;
  margin-top: 1rem;
}

.facility-wrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 2rem;
}

.facility-wrap2 {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 2rem;
}

.guide-item {
  padding: 1rem;
}

.guide-item div {
  padding: 1.5rem;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #ff8118;
  border-radius: 0 0 6px 6px;
  background: #fff;
}

.guide-item span {
  padding: 10px 1rem;
  background: #ff8118;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
  border-radius: 6px 6px 0 0;
}

.guide-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
}

.guide {
  text-align: center;
  padding-bottom: 10rem;
  padding-top: 4rem;
  background-image: url(../img/home/bg-wave.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {

  .p-flow-sec02 .flow_content {
    padding: 0px !important;
  }

  .p-flow-sec02 .flow_content .row {
    flex-direction: column-reverse !important;
  }

  .p-flow-sec02 .flow_content .detail .text {
    font-size: 1.5rem;
  }

  .p-flow-sec02 .flow_content .img {
    width: 100% !important;
    margin: 20px 0 0 0 !important;
  }

  .p-flow-sec02 {
    padding: 4rem 1rem 4rem 1rem !important;
  }
}

.p-flow-sec02 {
  padding: 8rem 0 8rem 0;
  background: #fffaef;
}

.p-flow-sec02 .inner {
  background: #fff;
  padding-top: 2.4rem;
  border-radius: 14px;
  text-align: center;
  position: relative;
}

.p-flow-sec02 .flow_content {
  padding: 40px 80px;
}

.p-flow-sec02 .flow_content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}

.p-flow-sec02 .flow_content .img {
  width: 40%;
}

.p-flow-sec02 .flow_content .detail {
  padding: 0 0 0 50px;
  margin-top: 10px;
  position: relative;
}

.p-flow-sec02 .flow_content .detail {
  width: 60%;
  padding: 0 20px 0 100px;
}

.p-flow-sec02 .flow_content .detail .num {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 2.8rem;
  font-weight: 600;
  border-radius: 50%;
  color: #fff;
  background: #1770b2;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.p-flow-sec02 .flow_content .detail .head {
  font-size: 2.4rem;
  padding: 10px 0 20px;
  font-weight: 700;
  color: #141414;
  text-align: left;
  line-height: 2;
}

.p-flow-sec02 .flow_content .detail .text {
  line-height: 1.5;
}

.p-flow-sec02 .flow_content .row+.row {
  margin-top: 1rem;
}

.p-flow-sec02 .note_bottom {
  margin: 1rem 0 4rem;
}

.flow_content img {
  aspect-ratio: 2 / 1;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}


.programItem:nth-child(even) .program_body {
  padding: 40px 50px 60px 50px;
  border-radius: 14px 0 0 14px;
}

.feature-news {
  position: relative;
}

.feature-news .blog-ill {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}

.greeting-prof {
  line-height: 1.5;
  max-width: 550px;
  margin: 1rem auto;
}

.sub-single__main a:hover {
  opacity: 0.7;
}

.page-template-page-contact .c-heading01 {
  padding-top: 0;
}

.home-insta {
  background: #fbf9f7;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home-mv__slides .slick-slide {
  transition: transform 1s ease-in-out;
  padding: 20px 45px;
}

.guide-txt {
  text-align: center;
  margin-top: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .illust_00.fuwafuw {
    width: 130px;
    top: 4%;
  }

  .home-mv__text {
    top: 74%;
    left: 0;
  }


  .sec03 {
    padding-top: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }


  .nav-drawer__link {
    position: relative;
    padding-left: 2rem;
  }

  .nav-drawer__link span {
    position: relative;
    padding-left: 1.5rem;
  }

  .nav-drawer__link::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ff8118;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
  }

  .nav-drawer__link::after {
    right: -8px;
  }

  section.sec03.bg_02 {
    padding-left: 0;
    padding-right: 0;
  }


  .programItem:nth-child(even) .program_body {
    padding: 5vw;
    border-radius: 0 0 6px 6px;
  }


  .feature-news .blog-ill {
    width: 140px;
  }


  .guide-wrap {
    grid-template-columns: 1fr;
  }

  .guide {
    padding-bottom: 2rem;
  }

  .page-id-13323 .illust_00 {
    top: -2%;
  }

  .p-flow-sec02 .flow_content .detail .num {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 1.8rem;
  }

  .p-flow-sec02 .flow_content .detail {
    width: 100%;
    padding: 0 0px 0 55px;
  }

  .p-flow-sec02 .flow_content .detail .head {
    font-size: 2rem;
    padding: 5px 0 15px 0;
    line-height: 1.5;
  }

  .page-id-13323 .illust_03 {
    top: 28.5%;
    width: 140px;
  }

  .page-id-13323 .illust_04 {
    width: 150px;
    top: 67%;
  }

  .page-id-13323 .illust_02 {
    width: 130px;
  }


  .greeting-name span {
    font-size: 2rem;
  }

  .page-id-14 #greeting .illust_05 {
    width: 130px;
    right: auto;
    left: 0;
    top: 100%;
  }

  .facility-item {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .facility-body p {
    margin-top: 2rem;
    line-height: 1.5;
  }

  .p-company-sec02 .cont__item02 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .facility-wrap,
  .facility-wrap2 {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }

  .facility-body p {
    margin-top: 1rem;
  }

  .home-mv__text {
    /* left: 50%; */
    top: 52%;
    left: 4%;
  }

  .header-sp__contact {
    font-size: 12px;
    text-align: center;
    background: #1770b2;
    padding: 5px 0;
    padding-bottom: 10px;
    border-radius: 0 0 6px 6px;
    color: #fff;
    line-height: 1.2;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 55px;
    width: 13.5vw;
  }

  .header-sp__contact img {
    width: 17px;
    margin: auto;
    margin-bottom: 2px;
  }

  .nav-drawer__item span {
    display: block;
    font-size: 12px;
    color: #ff8118;
    line-height: 2;
  }

  body {
    font-size: 14px;
  }

  .aboutBox:nth-child(even) .about_body {
    border-radius: 0;
  }

  .aboutBox:nth-child(2) .about_ttl {
    margin-top: 20px;
  }

  .aboutBox:nth-child(2) .about_ttl {
    padding-top: 0;
  }

  .home-insta {
    padding-top: 0;
  }

  .sec04 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin: 8rem 0 0;
  }


  .p-company-sec02 .philosophy p {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
  }

  .facility-body h3 {
    font-size: 2rem;
  }

}

.tel_text_note {
  margin: 2rem 0 0;
  line-height: 1.5;
  text-align: center;
}

.p-service-sec01__txt span {
  font-size: 3rem;
  display: block;
  margin-bottom: 2rem;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  line-height: 1.7;
}

.link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 4rem;
}


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

}

.service-content {
  padding: 2rem 0 6rem;
  margin-top: 4rem;
  background: #fff;
  position: relative;
}

.service-content_deco01 {
  position: absolute;
  width: 300px;
  top: 3%;
  right: 6%;
  opacity: 0.3;
}

.service-content-txt {
  line-height: 2;
  margin-top: 2rem;
  text-align: center;
}


.feature-txt {
  line-height: 2;
  margin-top: 4rem;
  text-align: center;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: auto;
  margin-top: 3rem;
  max-width: 600px;
}

.price-table,
.price-table th,
.price-table td {
  border: 1px solid #ffffff;
}

.price-table th,
.price-table td {
  padding: 2rem;
  text-align: left;
}

.price-table th {
  background-color: #ff8118;
  color: white;
}

.price-table tr:nth-child(odd) {
  background-color: #fffcf6;
}

.price-table tr:nth-child(even) {
  background-color: #fdf5e5;
}

.price {
  padding: 2rem 0 6rem;
  background: #fff;
  position: relative;
}

.price::before {
  content: "";
  width: 22vw;
  height: 250px;
  position: absolute;
  top: 3%;
  left: 5%;
  background-image: url(../img/home/illust01.png);
  background-size: contain;
  background-repeat: no-repeat;
}


/* 各スタッフのスタイル */
.staff {
  width: 90%;
  max-width: 600px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 15px;
  text-align: left;
}

.staff-info h3 {
  margin: 0;
  color: #007bff;
}

.staff-info p {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}

.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}

.grid-col02_text {
  line-height: 2;
}

.about-img {
  position: relative;
}

.about-img::before {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 2%;
  background-image: url(../img/home/about-img-txt.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}

.about-img img {
  border-radius: 14px;
}

.service-btn {
  text-align: left;
  margin-top: 3rem;
}

.aboutBox:nth-child(2) .service-btn {
  max-width: 575px;
  margin-left: auto;
  padding-left: 20px;
  width: 100%;
}

.company {
  padding: 5rem 15px;
  /* background: #d6e9e0; */
  /* background-image: url(../img/common/pattern01.png); */
  /* background: linear-gradient(45deg, #1770b2, #e4e873, #bedc7e); */
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  position: relative;
}

.company::before {
  content: "";
  width: 120px;
  height: 100%;
  position: absolute;
  top: 4%;
  right: 0;
  background-image: url(../img/home/metallis.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.company-body {
  /*   background: #fff; */
  padding: 0 2rem 4rem;
  border-radius: 14px;
}

.company-btn {
  text-align: center;
  margin-top: 3rem;
}


.footer-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1000px;
  background: #fff;
  border-radius: 14px;
  padding: 3rem;
}

.footer__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}


.feature {
  position: relative;
  padding: 4rem 0 8rem;
}

.feature_deco01 {
  width: 270px;
  height: 230px;
  position: absolute;
  top: -3%;
  left: 7%;
}


.about .p-service-sec01 {
  padding: 0 15px 2rem;
}

.about .p-service-sec01__inner {
  background: #fff;
  padding: 4rem 0;
  border-radius: 14px;
}

.about .p-service-sec01__txt img {
  z-index: 0;
  top: -10%;
}

.about .p-service-sec01__txt img.img02 {
  top: auto;
  bottom: -20%;
  transform: rotate(135deg);
  width: 150px;
}

.about .service-content {
  background: transparent;
  margin-top: 2rem;
}


.p-company-sec01__cont img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
}

.terms {
  max-width: 800px;
  margin: 40px auto 0;
  background: white;
  padding: 30px;
  border-radius: 8px;
  line-height: 1.5;
}

.terms__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #ff8118;
}

.terms__section {
  margin-top: 30px;
}

.terms__section-title {
  font-size: 18px;
  border-left: 4px solid #ff8118;
  padding-left: 10px;
  color: #ff8118;
}

.terms__text {
  font-size: 14px;
  margin: 10px 0;
}

.terms__list {
  padding-left: 20px;
}

.terms__footer {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  color: #777;
}

.company .grid-col02 {
  background: #fff8f3;
  border-radius: 14px;
  padding: 6rem;
  margin-top: 3rem;
}

.company .about-img img {
  /* aspect-ratio: 1 / 1; */
  width: 100%;
  object-fit: cover;
}


.container_01 {
  position: absolute;
  right: 3%;
  bottom: 6%;
  margin: 0;
  padding: 0;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #a5cbd7; */
  overflow: hidden;
}

.container_01 a:hover {
  opacity: 0.7;
}

.scroll-down_01 {
  position: relative;
  width: 200px;
  height: 200px;
  color: #fff;
  s font-family: serif;
  text-decoration: none;
}

.circle-text_01 {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}

.circle-text_01 span {
  position: absolute;
  left: 50%;
  font-size: 2.5rem;
  transform-origin: 0 100px;
  font-family: "Rubik", sans-serif;
  font-weight: 900;
  opacity: 0.5;
}

.arrow_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 50px;
  transform: translate(-50%, -50%);
  animation: scroll_01 3s infinite;
}

.arrow_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform: translateX(-50%);
}

.arrow_01::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}

.profile-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.profile-table th,
.profile-table td {
  padding: 0.8rem 0;
  text-align: left;
  line-height: 1.5;
}

.profile-table th {
  width: 25%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .home-mv__wave {
    top: 6%;
  }

  .home-mv__slides .slick-slide {
    padding: 1rem;
    aspect-ratio: 1;
  }

  .grid-col02 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sec03-text02 {
    line-height: 1.5;
  }

  .service-btn {
    text-align: center;
  }


  .footer-flex {
    display: flex;
    flex-direction: column-reverse;
    padding: 2rem 1rem;
    width: 90%;
  }

  .footer__list {
    gap: 1rem;
    row-gap: 2rem;
    text-align: left;
  }

  .footer__link::before {
    left: -15%;
  }

  .p-service-sec01__txt img {
    width: 200px;
    top: -20%;
    right: -8%;
  }

  .p-service-sec01__txt span {
    font-size: 2.4rem;
  }

  .feature_deco01 {
    width: 170px;
    top: -1%;
    left: 1%;
  }


  .about .p-service-sec01__txt img {
    top: -20%;
  }

  .about .p-service-sec01__txt {
    padding: 0 15px;
  }


  .feature-txt {
    margin-top: 2rem;
    line-height: 1.5;
  }

  .facility {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .terms {
    padding: 20px;
  }

  .sec03-text {
    font-size: 2rem;
  }

  .sec04 .sec03-text02 {
    font-size: 1.6rem;
    padding: 1rem;
  }

  .aboutBox:nth-child(2) .service-btn {
    padding-left: 0;
    text-align: left;
  }

  .company .grid-col02 {
    padding: 1rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }

  .company-body {
    padding: 0 0 4rem;
  }

  .l-page-cover__ttl {
    text-align: left;
    padding-left: 2rem;
  }

  .p-service-sec01__txt img.img02 {
    width: 80px;
    top: 70%;
    left: -2%;
  }

  .service-content_deco01 {
    width: 170px;
    right: auto;
    left: 6%;
  }


  .price::before {
    width: 42vw;
    top: -3%;
    left: 1%;
  }


  .price-table th,
  .price-table td {
    padding: 2rem 1rem;
  }

  .container_01 {
    display: none;
  }
}


/*2025/03/18*/
.home-mv_deco {
  position: absolute;
  z-index: 10;
  top: 8%;
  right: -10%;
  width: 50rem;
}

@media screen and (max-width: 767px) {
  .home-mv_deco {
    width: 30rem;
  }
}

.wave {
  position: relative;
  height: 100px;
  background: #f3f9ff;
}

canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/**/
.feature-employment {
  margin: 8rem 0 0;
  background: #fff;
  padding: 2rem;
  border-radius: 14px;
}

h3.feature-employment__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  padding: 2rem 1rem 2rem;
  background: #1770b2;
  border-radius: 14px;
  position: relative;
  top: -4rem;
  color: #fff;
}

.feature-employment__group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin: -1rem 0 0;
}

.feature-employment-item {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}


.feature-employment__list {
  margin-top: 3rem;
}

.feature-employment__list li {
  margin-top: 2rem;
  padding-left: 2rem;
  position: relative;
}

.feature-employment__list li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ff8118;
  border-radius: 50%;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}

h4.feature-employment__title {
  text-align: center;
  font-size: 2rem;
  background: #ff8118;
  color: #fff;
  padding: 1rem;
  margin: 0 10%;
  border-radius: 4rem;
}

.feature-employment-item img {
  border-radius: 14px;
}

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


  .feature-employment-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

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

.btn_01 {
  display: inline-block;
  position: relative;
  /* background: #fff; */
  color: #333;
  padding: 1.5rem 2.5rem 1.5rem 6rem;
  transition: all 0.3s;

  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
  }

  &:before {
    width: 0.6rem;
    height: 0.6rem;
    left: 2rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
  }

  &:after {
    left: 0;
    background: #ff8118;
    z-index: 1;
    width: 5rem;
    height: 5rem;
    border-radius: 4rem;
    transform: translateY(-50%);
    transition: all 0.5s;
  }

  span {
    position: relative;
    transition: all 0.3s;
    z-index: 3;
  }

  &:hover {
    padding: 1.5rem 2.5rem 1.5rem 4.5rem;

    span {
      color: #fff;
    }

    &:before {
      left: 2.5rem;
    }

    &:after {
      right: 0;
      width: 100%;
    }
  }
}

/*20250327*/
.info {
  margin: 0 0 12rem;
}

.info .inner {
  background-color: #fff;
  text-align: center;
  padding-top: 4rem;
  border-radius: 14px;
  padding-bottom: 4rem;
}

.info .p-company-sec02__cont {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.info .item01__table {
  width: 90%;
  margin: 0 auto;
}

.info .p-company-sec02 .cont .item02__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.info iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.info .item02__map {
  padding-top: 25rem;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  /* margin: 0 5rem; */
}

.info .cont__item.cont__item02.item02 {
  padding-top: 3.125rem;
}

.service-ttl {
  font-size: clamp(2.6rem, 3.5vw + 2rem, 4.4rem);
  font-weight: bold;
  text-align: left;
  color: #349d68;
  position: relative;
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
}
.aboutBox:nth-child(even) .service-ttl {
    /* padding-left: 10%!important; */
    max-width: 60rem;
    /* padding-left: 20px; */
}
/* .service-ttl::before {
		content: "";
		width: 10px;
		height: 10px;
		position: absolute;
		top: -10px;
		left: -10px;
		background: #ff8118;
		border-radius: 50px;
} */
.service-ttl span {
  font-size: clamp(1.6rem, 1.8vw + 1.2rem, 2.2rem);
  color: #349d68;
  display: block;
  margin-top: 2rem;
}

.service-ttl-wrap {
  max-width: 514px;
  width: 100%;
  padding-left: 20px;
  margin-left: auto;
}

.company-sec {
  background: #1770b2;
  padding-left: 15px;
  padding-right: 15px;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 900px;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.service-grid a {
  padding: 1rem 2rem 2rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 14px;
  background: #ff8118;
  text-align: center;
  transition: all 0.3s;
  line-height: 1.1;
}

.service-grid a img {
  /* 	max-width: 100px; */
  margin: -5rem auto 0.5rem;
}

.service-grid a:hover {
  opacity: 0.7;
}

/* mq */

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

  .company .about-img img {
    /* aspect-ratio: 3 / 2; */
  }

  .service-ttl {
    font-size: clamp(2.4rem, 5vw + 1.5rem, 2.8rem);
    text-align: left;
    line-height: 1.5;
  }

  .service-ttl-wrap {
    padding-left: 0;
  }

  .sub-contact__item-top {
    max-width: none;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .service-grid a {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center;
    padding: 1rem 2rem
  }

  .service-grid a img {
    margin-bottom: 0;
    margin-top: -2rem;
  }
}

/* mq */

.home-mv__image {
  transition: transform 1s ease-in-out;
  /* padding: 20px 45px; */
  height: 100%;
  min-height: 1px;
}

.home-mv__image img {
    /* border-radius: 5rem; */
    /* margin-top: 6rem; */
}

@media screen and (max-width: 767px) {
.home-mv__image {
    padding: 1rem;
}
.home-mv__image img {
    border-radius: 1rem;
}
}

.metalis-mini__list.-with-img{
  list-style:none;
  padding:0;
  margin:0;
  display: flex;
  gap:14px;
  flex-wrap: wrap;
  justify-content: center;
}

.metalis-mini__item{
  background:#fff;
  border: 1px solid rgb(20 114 178);
  border-radius:14px;
  padding: 8px 8px 8px;
  text-align: left;
  /* box-shadow:0 8px 18px rgba(16,24,40,.06); */
  display:flex;
  flex-direction: row;
  align-items:center;
  gap: 3%;
  width: 47%;
}

.metalis-mini__item img{
  width: 40%;
  height: auto;
  object-fit:cover;
  border-radius: o;
}

.metalis-mini__item span{
  font-size: 1.8rem;
  font-weight:600;
  line-height:1.4;
}

/* タブレット */
@media (max-width: 980px){
  .metalis-mini__list.-with-img{
    grid-template-columns: repeat(3, 1fr);
  }
}

/* スマホ */
@media (max-width: 600px){
  .metalis-mini__list.-with-img{
    grid-template-columns: repeat(1, 1fr);
    display: grid;
  }
  .metalis-mini__item img{
    height:90px;
  }
  .metalis-mini__item {
    width: 100%;
}
}

.metalis-mini__box {
    width: 100%;
}
.metalis-area{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
  align-items:center;
}

.metalis-area__lead{
  margin:0 0 14px;
  line-height:1.9;
}

.metalis-area__block{
  margin-top:8px;
}

.metalis-area__subttl{
  margin:0 0 10px;
  font-weight:700;
  background: #1472b1;
  color: #fff;
  padding: 2rem;
  font-size: 2rem;
  border-radius: 1rem;
  font-size: 2rem;
  border-radius: 1rem;
}

.metalis-area__groups{
  display:grid;
  gap:12px;
}

.metalis-area__group{
  background: #f3f7fa;
  border-radius:12px;
  padding: 3rem;
  text-align: left;
}

.metalis-area__label{
  display:inline-block;
  font-size: 2rem;
  font-weight:700;
  margin-bottom:6px;
  color: #1373b1;
}

.metalis-area__group p{
  margin:0;
  line-height:1.7;
  font-size:14px;
  padding-top: 2rem;
}

.metalis-area__note{
  margin:10px 0 0;
  font-size:13px;
  opacity:.75;
  line-height:1.7;
}

.metalis-area__map{
  text-align:center;
}

.metalis-area__map img{
  max-width:100%;
  height:auto;
  border-radius:12px;
  /* box-shadow:0 10px 22px rgba(16,24,40,.06); */
}
.aboutBox-sub {
  margin: 4rem 0 8rem;
}
.metalis-mini__lead {
  line-height: 1.6;
  margin: 0 0 2rem;
}
.metalis-mini__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin: 1rem;
  background: #1671b2;
  padding: 2rem;
  border-radius: 1rem;
}

/* タブレット以下 */
@media (max-width: 980px){
  .metalis-area{
    grid-template-columns:1fr;
  }
  .metalis-area__map{
    order:-1;
  }
  .metalis-area__map img {
    width: 60%;
    margin: 0 auto;
}
}

.metalis-flow{
  margin-top:26px;
}

.metalis-subttl{
  text-align:center;
  font-weight:700;
  letter-spacing:.02em;
  margin:0 0 18px;
}

.metalis-flow__list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px;
}

.metalis-flow__item{
  position:relative;
  background:#fff;
  border-radius:26px;
  padding:44px 22px 22px;
  /* box-shadow:0 18px 40px rgba(16,24,40,.10); */
  border: 1px solid #e06a30;
}

.metalis-flow__num{
  position:absolute;
  top:-14px;
  left:22px;
  width:44px;
  height:44px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-weight:800;
  letter-spacing:.02em;
  color:#fff;
  background:#e06a2f;
  font-family: "Rubik", sans-serif;
}

.metalis-flow__illust{
  margin:0 0 14px;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:120px;
}

.metalis-flow__illust img{
  width: min(120px, 100%);
  height:auto;
  display:block;
}

.metalis-flow__ttl{
  margin:0 0 10px;
  text-align:center;
  font-weight:800;
  letter-spacing:.02em;
  color:#e06a2f;
  font-size:18px;
}

.metalis-flow__desc{
  margin:0;
  line-height:1.9;
  font-size:14px;
  color:rgba(0,0,0,.70);
}

@media (max-width: 980px){
  .metalis-flow__list{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:18px;
  }
  .metalis-flow__item{
    padding:42px 18px 18px;
    border-radius:22px;
  }
  .metalis-flow__num{
    left:18px;
  }
}

@media (max-width: 600px){
  .metalis-flow__list{
    grid-template-columns:1fr;
    gap:14px;
  }
  .metalis-flow__illust{
    min-height:110px;
  }
  .metalis-flow__ttl{
    font-size:17px;
  }
  .home-mv__slides .slick-slide img {
    margin-top: 0;
}
  .home-mv {
    position: relative;
    margin-top: 12vw;
}
.c-heading01 {
  padding-left: 10px;
  padding-right: 10px;
}
}

.company-sec{
  position: relative;
  background-image: url("../img/common/contact-bg.jpg"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* パララックスの基本 */
  background-attachment: fixed;
}
.p-contact-sec01{
  position: relative;
  overflow: hidden;
  background: #f2f9fe;
}

.company-sec::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: url("../img/common/contact-bg.jpg"); /* 画像パス */
  background-size: cover;
  background-position: center;
  transform: translateY(0);
  will-change: transform;
  z-index:-1;
}

.company-sec::before{
  transform: translateY(calc(var(--parallax, 0px)));
}

.infoArea {
    display: flex;
    justify-content: space-around;
}

h5.listTit {
    color: #fff;
}

/* html {
  scroll-behavior: smooth;
} */

/* ==============================================================
*  Added 20260428: 取引フロー注釈 / 公式LINE誘導
* ============================================================ */
.metalis-flow__note {
  margin: 2rem auto 0;
  max-width: 900px;
  font-size: 1.3rem;
  color: #555;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .metalis-flow__note {
    font-size: 3.4vw;
    margin-top: 5vw;
    padding: 0 4vw;
    text-align: left;
  }
}

/* PCヘッダー LINEアイコン(アイコンのみ) */
.header__btn--line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #06C755;
  color: #fff;
  padding: 0.7rem;
  border-radius: 0.4rem;
  text-decoration: none;
  margin-right: 0.8rem;
  line-height: 1;
  transition: opacity .2s;
  width: 40px;
  height: 40px;
}
.header__btn--line:hover { opacity: 0.85; color:#fff; }
.header__btn-line-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  flex-shrink: 0;
}

/* SPハンバーガー LINEメニュー項目 */
.nav-drawer__item--line { margin-top: 1rem; }
.nav-drawer__link--line {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #06C755;
  color: #fff !important;
  padding: 1.2rem 2rem;
  border-radius: 0.6rem;
  font-weight: 700;
  text-decoration: none;
}
.nav-drawer__line-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

/* フッター LINEボタン */
.footer__line { margin-top: 1.2rem; }
.footer__line-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #06C755;
  color: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 0.4rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  transition: opacity .2s;
}
.footer__line-btn:hover { opacity: 0.85; color: #fff; }
.footer__line-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

/* お問い合わせセクション LINE(上下のブロックと同じ白カード) */
.sub-contact__line {
  background-color: #ffffff;
  padding-bottom: 6rem;
  padding-top: 4rem;
  text-align: center;
  border-radius: 14px;
  margin-top: 4rem;
}
.sub-contact__line-body {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.sub-contact__line-lead {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
.sub-contact__line-qr {
  width: 200px;
  margin: 0 auto;
}
.sub-contact__line-qr img {
  width: 100%;
  height: auto;
  display: block;
}
.sub-contact__line-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #06C755;
  color: #fff;
  padding: 1.4rem 3rem;
  border-radius: 0.6rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
  transition: opacity .2s;
  box-shadow: 0 4px 12px rgba(6,199,85,0.25);
}
.sub-contact__line-btn:hover { opacity: 0.9; color: #fff; }
.sub-contact__line-icon {
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer__line-btn { padding: 0.7rem 1.4rem; font-size: 1.3rem; }
  .footer__line-icon { width: 1.8rem; height: 1.8rem; }
  .sub-contact__line { margin-top: 5vw; padding-bottom: 10vw; padding-top: 5vw; padding-left: 15px; padding-right: 15px; }
  .sub-contact__line-body { gap: 1.2rem; }
  .sub-contact__line-lead { font-size: 3.6vw; }
  .sub-contact__line-btn { padding: 1.2rem 2.4rem; font-size: 1.6rem; }
  .sub-contact__line-qr { width: 160px; }
  .header__btn--line { padding: 0.5rem; margin-right: 0.4rem; }
  .header__btn-line-icon { width: 2.2rem; height: 2.2rem; }
}