@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP&display=swap");

/*---------------------------------------
-----------------------------------------
*共通*
-----------------------------------------
---------------------------------------*/
html {
  font-size: 3.125vw; /* 10px見当 */
}
@media screen and (min-width: 374px) {
  html {
    font-size: 2.673796791vw;
    /*  10px / 374px * 100 =2.673796791  */
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 1.736111111vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 1.008064516vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
    /* PC表示ではtel反応しないようにする */
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 374px) {
  .container {
    /* font-size: 1.3em; */
    font-size: 1.4em;
  }
}
@media screen and (min-width: 576px) {
  .container {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 768px) {
  .container {
    font-size: 1.5em;
  }
  .main__inner,
  .footer__inner {
    padding: 0 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .container {
    font-size: 1.6em;
    font-size: 16px;
  }
}
.container-inner {
  display: flex;
  flex-flow: column;
  width: 100%;
  min-height: 100vh;
}

html {
  font-family: "Noto Sans JP", sans-serif;

  scroll-behavior: smooth;
  scroll-padding-top: 6.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.33;
  margin: 0;
  padding: 0;

  margin-block-start: 0;
  margin-block-end: 0;
}
.inner {
  max-width: var(--max-width);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .inner {
    max-width: var(--contents-max-width);
  }
}
body {
  min-width: 320px;
}
p,
a,
li {
  color: var(--text-color);
}
p.text--text {
  margin: 1em 0;
}
.logo {
  /* margin: 0 auto; */
}

.fz--large {
  font-size: 1.5em;
}
.fz--small {
  font-size: .85em;
}
.tac {
  text-align: center;
}
.fwb {
  font-weight: bold;
}
.fw5 {
  font-weight: 500;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.caution {
  color: #777;
  font-size: .8em;
  font-weight: lighter;
}
.caution__num {
  margin-right: 1em;
}
.btn__inner {
  text-align: center;
  display: block;
  margin-top: 2em;
}
.btn {
  background-color: var(--bg-btn);
  border: none;
  box-shadow: 0 10px 10px rgba(0,0,0,.05);
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 1em 2em;
  position: relative;
  transition: transform var(--duration) ease;
}
.btn:hover {
  transform: scale(1.05);
  transition: transform var(--duration) ease;
}
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

@keyframes floatAnime {
  0%,
  100% {
    transform: translateY(-3px);
  }
  .0% {
    transform: translateY(3px);
  }
}
.text--red {
  color: #de172d;
}
.text--green {
  color: var(--green-main);
}
.underline__green {
  background: linear-gradient(transparent 70%, var(--green-main-light-xxx) 60%);
}
.underline__yerrow {
  background: linear-gradient(transparent 70%, var(--yerrow) 60%);
}
.bg__green-light {
  background-color: var(--bg-green);
}
/*---------------------------------------
-----------------------------------------
*section*
-----------------------------------------
---------------------------------------*/
/* section共通パーツなど */
section {
  padding: 3em 0;
  overflow: hidden;
}
.section__inner {
  padding: 0 1.5em;
}
.section__title {
  margin-bottom: 2em;
}
.section__title.green {
  background: var(--bg-banner-t);
  padding: 1em 1em 1em 3em;
}
.section__title.green-dark {
  background: var(--bg-banner-dark);
  padding: 1em 1em 1em 3em;
}
.section__title .section__title__inner {
  font-size: 1.4em;
}
.section__title.green .section__title__inner,
.section__title.green-dark .section__title__inner {
  color: #fff;
}
.section__title.border .section__title__inner {
  border-left: 5px solid #fff;
  padding-left: 1em;
}
.section__title.box {
  margin-bottom: 5em;
}
.section__title.box .section__title__inner {
  padding: 2em 0;
}
.section__title.box.box__green-light .section__title__inner {
  background-color: var(--green-main-light-xxxx);
}
.section__text {
  margin: 2em 0 4em;
}
.section__text p {
  font-size: 1.1em;
}
.section__list ul {
  display: grid;
  padding: 1.5em ;

  gap: 1.5em;
}
.section__while {
  background: var(--bg-section-while);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10em;
}
.section__while p {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
.flex {
  display: block;
}
.item__box {
}
.box__shape {
  background-color: transparent;
  padding: 1.66em;
}
.box__green-light {
  background-color: var(--green-main-light-xxxx);
}
.kome__inner {
  display: flex;
}
.banner {
  margin-top: 8rem;
}
.banner-1 {
  background-image: url(../img/banner-1-sp.jpg);
  background-position: center;
  background-size: cover;
  width: auto;
  height: 10em;
  margin: 0 calc(50% - 50vw);
}
.banner-2 {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section {
    padding: 4.5em 0;
  }
  .section__inner {
    padding: 0 2em;
  }
  .section__title.box .section__title__inner {
    padding: 2em 1.5em;
  }
  .flex {
    display: flex;
  }
  .banner-1 {
    background-image: url(../img/banner-1.jpg);
  }
  .section__text {
    margin-bottom: 3em;
  }
  .section__while p {
    font-size: 2em;
  }
}
@media screen and (min-width: 992px) {
  section {
    font-size: 1.8em;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-1 {
    height: 19em;
  }
}

/*---------------------------------------
-----------------------------------------
*header*
-----------------------------------------
---------------------------------------*/
header {
  background-color: #fff;
  box-shadow: 0 1px 3px #999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header a > span {
  font-size: 1.4em;
  font-weight: bold;
}
header .header__inner {
  height: 100%;
  /* max-height: 7em; */
  min-height: 4em;
  padding: .8em 4em .8em 2em;
}
.header__wrap {
  justify-content: space-between;
  align-items: center;
}
.header__item {
  font-size: .8em;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-left: 2em;
}
.header__item p {
  font-size: .666em;
}
.header__item.line {
  display: none;
}
.header__contact {
  position: relative;
}
.header__contact a::after {
  content: "\f0e0";
  color: #e99724;
  font-family: "Font Awesome 5 free";
  font-size: 2.6rem;
  font-weight: normal;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.service__name {
  margin: 0 .5rem;
}
.header__contact p {
  position: relative;
  top: 3.7rem;
}
.header__phone p {
  position: relative;
  top: .2rem;
}
.header__box .contact__btn {
  display: none;
  width: 14em;
  height: auto;
  min-height: auto;
  margin-right: 1em;
}
.header__box .contact__btn a {
  padding: .25em .6em;
}
.header__box .phone__btn .message,
.header__box .mail__btn .message {
  font-size: .9em;
}
.header__box .phone__btn .num {
  font-size: 1.4em;
}
.header__box .phone__btn .time {
  font-size: .7em;
}
.page__in__nav {
  width: 100%;
  height: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
.page__in__nav .menu__bg {
  background-color: rgba(255, 255, 255, .93);
  width: 100%;
  height: 0;
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 11;
  transition: width .07s ease, height .03s ease;
}
.page__in__nav.menu-open .menu__bg,
.page__in__nav.menu-open .menu__block {
  height: 100%;
  top: 4em;
}
.page__in__nav.menu-open .menu__block {
  height: auto;
}
.page__in__nav .menu__btn {
  width: 2.5em;
  height: 2.25em;
  position: absolute;
  top: .8em;
  right: 1.5em;
  z-index: 10;
  cursor: pointer;
}
.page__in__nav .nav__btn,
.page__in__nav .nav__btn::before,
.page__in__nav .nav__btn::after {
  background-color: var(--orange);
  content: "";
  display: block;
  width: 100%;
  height: .15em;
  margin: auto;
  position: absolute;
  top: 1em;
  right: 0;
  left: 0;
  transition: top .1s ease, bottom .1s ease, transform .33s ease;
}
.page__in__nav .nav__btn::before {
  top: -1em;
}
.page__in__nav .nav__btn::after {
  top: 1em;
}
.page__in__nav.menu-open .nav__btn {
  visibility: hidden;
}
.page__in__nav.menu-open .nav__btn::before {
  top: 0;
  visibility: visible;
  transform: rotate(135deg);
}
.page__in__nav.menu-open .nav__btn::after {
  top: 0;
  visibility: visible;
  transform: rotate(-135deg);
}
.page__in__nav .menu__btn .inner__elm::before,
.page__in__nav .menu__btn .inner__elm::after {
  color: var(--orange);
  font-size: .7em;
  font-weight: bold;
  letter-spacing: -.04em;
  text-align: center;
  display: none;
  /* display: block; */
  width: 150%;
  margin: auto;
  position: absolute;
  top: 4em;
  right: 0;
  bottom: 0;
  left: -22.5%;
  transition: color .43s ease;
}
.page__in__nav .menu__btn .inner__elm::before {
  content: "メニュー";
  z-index: 3;
}
.page__in__nav .menu__btn .inner__elm::after {
  content: "閉じる";
  color: #fff;
  z-index: 1;
}
.page__in__nav .menu__block {
  background-color: var(--green-main);
  text-align: center;
  margin: auto;
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 15;
  transition: top .4s ease;
}
.page__in__nav .menu {
  display: inline-block;
  padding: 1.5em 1em 3em;
}
.page__in__nav .menu-inner {
  text-align: left;
  margin-top: 1em;
}
.page__in__nav .menu-inner a {
  color: #fff;
  display: block;
  padding-left: 1em;
  position: relative;
}
.page__in__nav .menu-inner a::before {
  background-color: transparent;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .4em solid #fff;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
  top: .46em;
  left: 0;
}
@media screen and (min-width: 768px) {
  header .header__inner {
    height: 6.4em;
  }
  .page__in__nav .menu__btn {
    top: 2em ;
  }
  .page__in__nav.menu-open .menu__bg,
  .page__in__nav.menu-open .menu__block {
    top: 6.5em;
  }
  .header__box .contact__btn {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
}

/* top */
.top {
  background-color: var(--green-main-light-xxx);
  background-position: top center;
  background-size: cover;
  height: 100%;
  margin: 4em 0 0;
  padding: 0 1em 5em;
  position: relative;
  overflow: hidden;
}
.top::before {
  background: linear-gradient(180deg, var(--bg-banner-mail) 0%, var(--bg-banner-mail) 40%,  rgba(255,255,255,.8) 40%,  rgba(255,255,255,.8) 100%);
  background-color: rgba(255,255,255,.8);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top__inner {
  height: 100%;
  position: relative;
}
.top__wrap {
  height: 100%;
}
.top__text__box {
  width: 100%;
  height: 100%;
  position: relative;
}
.top__copy {
  text-align: center;
  height: 100%;
  padding: 2em 0 1em;
  /* margin: 4em 0 3em; */
  position: relative;
}
.top__copy .main-heading {
  font-size: 2.5rem;
  position: relative;
}

.top__copy::before {
  background: url(../img/top/top_main-sensei.webp) no-repeat;
  background-size: contain;
  content: "";
  width: 10em;
  height: 12em;
  position: absolute;
  top: 4em;
  right: 0;
  z-index: 1;
}
.top__service__title::before {
  background: url(../img/top/sp-fukidashi-01.png) no-repeat;
  background-size: contain;
  content: "";
  width: 7em;
  height: 5em;
  position: absolute;
  top: .5em;
  left: 72%;
}
.top__service__title::after {
  background: url(../img/top/top_jiseki.png) no-repeat;
  background-size: contain;
  content: "";
  width: 6em;
  height: 6em;
  position: absolute;
  top: 8em;
  right: 9.5em;
  left: auto;
}
.top__service__title img {
  display: block;
  width: 7em;
  margin-left: 1em;
}
.top__sub__title {
  text-align: left;
  /* max-width: 27em; */
  margin: 0 auto .5em;
  position: relative;
  z-index: 3;
}
.top__sub__title .heading > span {
  background-color: var(--yerrow);
  box-shadow: 0 5px 5px rgba(0,0,0,.08);
  color: var(--text-color);
  font-size: 1.3em;
  text-align: left;
  padding: .8em 1em ;
}
.top__point__wrap {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em; */
  display: flex;
  flex-flow: column;
  width: 100%;
}
.top__point {
  font-weight: bold;
  display: flex;
  width: 100%;
  padding: .2em .5em .2em;
  position: relative;
}
.top__point p {
  font-size: 1.15em;
  margin: auto 0;
  position: relative;
}
.top__point.ornament p:nth-of-type(2) {
  background-color: var(--bg-banner-mail);
  border-radius: .2em;
  color: #fff;
  padding: .5em 1em;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 4;
}
@media screen and (min-width: 374px) {
  .top__service__title img {
    width: 8em;
    margin: .2em 0 0 1em;
  }
  .top__service__title::before {
    left: 64%;
  }

  .top__copy::before {
    width: 8em;
  }
  .top__service__title::after {
    width: 6em;
    height: 6em;
    top: 6.5em;
    right: 7.5em;
  }
}
@media screen and (min-width: 576px) {
  .top__copy::before {
    top: 2em;
  }
  .top__service__title::before {
    width: 10em;
    height: 8em;
  }
  .top__service__title::after {
    width: 6em;
    height: 6em;
    top: 6em;
  }
  .top__service__title img {
    width: 14em;
  }
  .top__service__title .main-heading .sp-only {
    display: none;
  }
  .top__service__title .main-heading .pc-only {
    display: block;
  }
  .top__service__title::before {
    left: 52%;
  }
}
@media screen and (min-width: 768px) {
  .top {
    margin-top: 6.4em;
  }
  .bubble img {
    top: -4.5em;
    left: -10em;
  }
  .top__copy {
    font-size: 1.8rem;
    padding: 4em 0 1em;
  }
  .top__copy h2,
  .top__sub__title {
    z-index: 1;
  }
  .top__copy::before {
    display: none;
  }
  .top__service__title {
    text-align: center;
    max-width: 100%;
    padding: 0 0 0 1em;
  }
  .top__point {
    padding: .5em 1em .5em 0;
  }
  .top__text::before {
    background: url(../img/top/top_main-sensei.webp) no-repeat;
    background-size: contain;
    content: "";
    width: 24em;
    height: 33em;
    position: absolute;
    top: auto;
    right: -3em;
    bottom: 2em;
    z-index: 2;
  }
  .top__service__title::before {
    background: url(../img/top/fukidashi-01.png) no-repeat;
    background-size: contain;
    content: "";
    width: 10em;
    height: 8em;
    position: absolute;
    top: 1em;
    left: 50%;
  }
  .top__service__title::after {
    width: 8em;
    height: 8em;
    top: .5em;
    right: 0;
  }
  .top__service__title img {
    width: 17em;
    margin: .2em 0 0 0 ;
  }
  .top__sub__title .heading > span {
    font-size: 1.7em;
  }
  .top__point.ornament {
    justify-content: space-between;
    margin: -.5em 0 -.5em 4em;
    padding-right: 4em;
  }
  .top__point.ornament p:nth-of-type(2) {
    position: relative;
    top: 0;
  }
  .top__point.ornament p:nth-of-type(2)::before {
    border-top: transparent .4em solid;
    border-right: var(--bg-banner-mail) 1.2em solid;
    border-bottom: transparent .4em solid;
    content: "";
    position: absolute;
    top: calc(50% - .4em);
    left: -1em;
  }
  .top__point.ornament p:nth-of-type(2) > span {
    letter-spacing: .05em;
  }
}
@media screen and (min-width: 992px) {
  .top__service__title img {
    width: 23em;
  }
  .top__service__title::before {
    left: 57%;
  }
  .top__service__title::after {
    width: 10em;
    height: 10em;
    top: 1em;
    right: -1em;
  }
  .top__copy::before {
    right: -2em;
  }
  .top__sub__title {
    margin: 1em auto .5em;
  }
  .top__sub__title .heading > span {
    font-size: 1.8em;
    padding: 1em 2em;
  }
}
@media screen and (min-width: 1024px) {
  .bubble img {
    top: -5em;
    left: -10em;
  }
  .top__service__title h2 > span {
    font-size: 2.2em;
  }
  .inner .top__point p {
    font-size: 1.8em;
  }
  .top__service__title img {
    width: 21em;
  }
  .top__service__title::before {
    width: 12em;
    height: 8em;
    top: 1em;
    left: 54%;
  }
  .top__service__title::after {
    right: -3%;
  }
}
@media screen and (min-width: 1200px) {
  .top__service__title img {
    width: 25em;
  }
  .top__service__title::before {
    top: 2em;
    left: 60%;
  }
  .top__service__title::after {
    right: -7%;
  }
}
/*---------------------------------------
-----------------------------------------
*cta__banner__area*
-----------------------------------------
---------------------------------------*/
.cta__banner__area {
  background: var(--bg-banner);
  background-color: #372308;
  text-align: center;
  padding: 2.5em 1em;
  position: relative;
  z-index: 5;
}
.contact__wrap .cta__banner__area {
  background: transparent;
}
.contact__btn__wrap {
  text-align: center;
  display: block;
  max-width: 18em;
  margin: 0 auto;
}

.contact__btn {
  box-shadow: 0 10px 10px rgba(0,0,0,.08);
  font-weight: bold;
  display: inline-block;
  width: 18.5em;
  height: 6em;
  min-height: 6em;
  transition: transform var(--duration) ease;
}
.contact__btn:hover {
  opacity: 1;
  transform: scale(1.05);
  transition: transform var(--duration) ease;
}
.contact__btn a {
  display: flex;
  padding: .6em .8em;
}
.phone__btn {
  background: linear-gradient(to bottom, #fe5a5a 0%, #c1163e 70%) !important;
  /* background-color: var(--bg-banner-phone); */
}
.phone__btn a {
  flex-flow: column;
  justify-content: space-evenly;
}
.phone__btn span {
  line-height: 1;
}
.phone__btn a,
.mail__btn a {
  color: #fff;
  height: 100%;
}
.phone__btn .message,
.mail__btn .message {
  font-size: 1.2em;
}
.phone__btn {
  margin-bottom: 1em;
}
.phone__btn .num {
  font-size: 1.9em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.phone__btn .num i {
  padding-right: .15em;
}
.phone__btn .time {
  font-size: .8em;
  padding-top: .1em;
}
.mail__btn {
  background: linear-gradient(to bottom,#b4c80d 0%,#749d05 100%)!important;
  /* background-color: var(--bg-banner-mail); */
}
.mail__btn a {
  justify-content: center;
  align-items: center;
}
.mail__btn .message {
  padding-right: .5em;
}
.mail__btn .icon {
  font-size: 3em;
  padding-left: .2em;
}
.cta__text {
  text-align: center;
  display: inline-block;
  margin-bottom: 1em;
  position: relative;
}
.cta__text p {
  color: #fff;
  font-weight: bold;
  position: relative;
}
.cta__text p:first-child {
  font-size: 1.2em;
}
.cta__text p:first-child::before,
.cta__text p:first-child::after {
  background-color: #fff;
  content: "";
  width: 3px;
  height: 70%;
  position: absolute;
  bottom: 3px;
  left: -.5em;
  transform: rotateZ(-30deg);
}
.cta__text p:first-child::after {
  right: -.6em;
  bottom: 3px;
  left: auto;
  transform: rotateZ(30deg);
}
.cta__banner__area .text__inner p {
  color: #fff;
  text-align: start;
  display: flex;
  padding: 1em;
}
.cta__banner__area .phone__btn,
.cta__banner__area .mail__btn {
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .cta__text {
    margin-bottom: 2em;
  }
  .phone__btn {
    margin-bottom: 0;
  }
}

/* .video-area */
.video-area .group__box {
  text-align: center;
  margin: 0 auto;
}
.video-area .video-player iframe {
  width: 100%;
  max-width: var(--max-width);
  height: auto;

  aspect-ratio: 16 / 9;
}
/* .exsample */
.exsample {
}
.exsample .group__box {
  background-color: #fff;
  margin-bottom: 3em;
  padding: 2em;
}
.exsample .section__wrap .header__inner {
  margin-bottom: 3em;
}
.exsample .header__inner .heading {
  font-size: 1.2em;
  font-weight: 400;
}
.c-case span {
  display: block;
}
.c-case span:first-of-type {
  border-bottom: 1px solid var(--bg-banner);
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  padding-bottom: .2em;
}
.c-case span:last-of-type {
  padding-top: .3em;
}
.exsample .img__inner {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
  position: relative;
}
.exsample .img__inner figure {
  text-align: center;
}
.exsample .img__inner figcaption {
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  width: 100%;
  padding: .4em 0;
  position: absolute;
  bottom: 0;
}
.exsample .img__inner + .text__inner {
  margin: 1.5em 0;
}
.exsample .text__inner p {
  line-height: 1.7;
  letter-spacing: .5px;
  text-align: justify;
}
.exsample .item__inner {
  background-color: #fff;
  justify-content: space-between;
  position: relative;
}
.exsample .item__box {
  width: 100%;
  padding: .5em 1em 1em;
}
.arrow {
  padding: 0 1em;
}
.exsample .item__box.before {
  background-color: var(--blue-light);
  margin-bottom: 2em;
}
.exsample .item__box.after {
  background-color: var(--green-main-light-xxx);
}
.exsample .text__inner {
  margin-bottom: 2em;
}
.exsample .text__inner.list {
  border-bottom: 1px solid #333;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
}
.exsample .text__inner.list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.exsample .text__inner.list p {
  margin-bottom: 1em;
}
.exsample .text__inner.list li {
  margin-bottom: 1em;
}
.exsample .text__inner.list li:last-child {
  margin-bottom: 0;
}
.exsample .box__shape.importance {
  background-color: var(--green-main-light-xx);
  padding: 0;
  position: relative;
}
.importance .heading {
  padding: .6em 0 1em 0;
}
.importance .icon {
  background-color: #fff;
  color: var(--green-dark);
  padding: .5em .6em;
}
.importance .heading > span:nth-of-type(2) {
  color: var(--green-dark-x);
  padding: .5em 0 0 .2em;
}
.importance .item__box {
  background-color: var(--green-main-light-xx);
  padding: 0 1.66em 1.66em;
}
@media screen and (min-width: 768px) {
  .exsample .img__inner {
    width: 50%;
  }
  .exsample .group__box:not(.importance) .item__box {
    width: 46%;
    padding: 1em;
  }
  .exsample .item__inner {
    padding: 0 1em;
  }
  .exsample .item__box.before {
    margin-bottom: 0;
  }
  .exsample .item__inner::before,
  .exsample .item__inner::after {
    border: 0;
    border-top: solid 3px var(--bg-banner);
    border-right: solid 3px var(--bg-banner);
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .exsample .item__inner::after {
    top: 50%;
    left: 48.5%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

/* .voice */
.section__voice__grid {
  display: block;
}
.section__voice__grid__item {
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  cursor: pointer;
}
.modal-layer {
  background-color: rgba(0, 0, 0, .75);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.modal-body .modal-layer {
  display: block;
}
.modal-body .modal-layer p {
  color: var(--bg);
  text-align: center;
  padding: 2em 0 1em;
}
.modal-img {
  opacity: 0;
}
.modal-body .modal-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  opacity: 1;
}
@media screen and (min-width: 576px) {
  .modal-body .modal-img {
    height: 88vh;
  }
}
@media screen and (min-width: 768px) {
  .contact__btn__wrap {
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
    position: relative;
  }
  .section__voice__grid {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 4em 2em;
  }
  .section__voice__grid__item {
    margin-bottom: 0;
  }
}
/* .anxiety */
.anxiety .section__inner__box {
  margin-bottom: 10em;
}
.anxiety  .section__inner__box:last-of-type {
  margin-bottom: 0;
}
.anxiety .section__list ul {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 1.5em 1.5em 0;

  gap: 1.5em;
}
.section__list.flex.checklist {
  justify-content: center;
}
.section__list.checklist li {
  border-bottom: 1px solid var(--text-color);
  margin: auto 0 0 2em;
  padding: 0 0 .3em .3em;
  position: relative;
}
.checklist li {
  margin-left: 2em;
}
.checklist li::before {
  background-color: #fff;
  border: 1px solid var(--text-color);
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
}
.checklist li::after {
  content: "\f00c";
  color: var(--red);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: -.9em;
  transform: translateY(-50%);
}
.anxiety .section__box {
  padding: 1em 1em 5em;
  position: relative;
}
.anxiety  .section__box::before,
.anxiety  .section__box::after {
  background-size: contain;
  position: absolute;
}
.anxiety  .section__box::before {
  background-image: url(../img/nayami-sp.png);
  content: "";
  width: 7em;
  padding-top: 7em;
  right: 22.5%;
  bottom: -2.5em;
}
.anxiety .life .section__box::before {
  background-image: url(../img/nayami-sp1.png);
}
@media screen and (min-width: 768px) {
  .section__list.checklist li {
    margin: auto 0 0 3em;
  }
  .anxiety .section__list ul {
    width: 50%;
    margin: auto 0;
    padding: 1.5em;
  }
  .anxiety .section__box::before {
    width: 18%;
    padding-top: 16%;
  }
  .checklist li {
    margin-left: 4em;
    padding-left: 1em;
  }
  .checklist .top__point p {
    font-size: 1.25em;
  }
}

/* #omakase-1 & #omakase-2 */
.omakase .section__list {
  width: 80%;
  margin: 0 auto 3em;
}
.omakase .section__list li {
  margin-left: 1em;
}
.omakase .item__inner {
  margin: 3em 0;
}
.grid__list {
  display: grid;
  margin: 3em 0 0;
  padding-bottom: 0;

  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem 5rem;
}
.grid__list li {
  background-color: #efefef;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  padding: 1em;
  padding-left: 9rem;
  position: relative;
}
.grid__list li::before {
  background-position: center center;
  background-size: 70%;
  content: "";
  width: 60px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
.grid__list .grid__list__item--01::before {
  background-image: url(../img/icon1.png);
}
.grid__list .grid__list__item--02::before {
  background-image: url(../img/icon2.png);
}
.grid__list .grid__list__item--03::before {
  background-image: url(../img/icon3.png);
}
.grid__list .grid__list__item--04::before {
  background-image: url(../img/icon4.png);
}
.grid__list .grid__list__item--05::before {
  background-image: url(../img/icon5.png);
}
.grid__list .grid__list__item--06::before {
  background-image: url(../img/icon6.png);
}
.grid__list .grid__list__item--07::before {
  background-image: url(../img/icon7.png);
}
.grid__list .grid__list__item--08::before {
  background-image: url(../img/icon8.png);
  background-size: 100%;
}
.grid__list .grid__list__item--09::before {
  background-image: url(../img/icon9.png);
}
.grid__list .grid__list__item--10::before {
  background-image: url(../img/icon10.png);
}
.omakase ol {
  padding: 1em 0 4em ;
}
.omakase ol li {
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .grid__list {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
  .omakase .section__list {
    width: 100%;
    margin: 0 auto;
  }
}

/* .point */
.point .section__title.box {
  margin-bottom: 3em;
}
.point .section__title.box .section__title__inner {
  color: var(--green-main);
}
.point .group__box {
  margin-bottom: 5em;
}
.point .group__box:last-child {
  margin-bottom: 0;
}
.point .group__box__title {
  background: var(--bg-banner-dark);
  position: relative;
}
.point .group__box__title::before {
  background-color: #fff;
  border: 5px solid #266344;
  border-radius: 50%;
  /* content: ""; */
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: .5em;
  transform: translateY(-50%);
}
.merit-num {
  /* color: var(--green-dark-x); */
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-bottom: .5rem;
  position: absolute;
  top: 50%;
  left: .2em;
  z-index: 1;
  transform: translateY(-50%);
}
.group__box:nth-child(4) .merit-num {
  padding-right: .5rem;
}
.point .box__shape {
  padding: 1em;
}
.point .group__box__title .box__heading {
  color: #fff;
  font-size: 1.2em;
  padding: .8em 2em .8em 5em;
  position: relative;
}
.point .item__box.flex.flex {
  justify-content: space-between;
  align-items: center;
}
.point .item__box.flex .img__inner {
  width: 100%;
  margin-bottom: 1em;
}
.point .item__box.flex .text__inner {
  width: 100%;
}

.table__inner {
  font-size: 1.6rem;
}
.table__inner table {
  width: 100%;
}

.point .table__inner tr:not(.box__green-light) {
  background-color: #fff;
}
.point .table__inner th {
  border: 1px solid #333;
  font-weight: lighter;
  text-align: center;
  width: 18%;
  padding: .5em;
}
.point .table__inner td {
  border: 1px solid #333;
  text-align: center;
  width: 24%;
  padding: .5em;
}
.point .table__inner .lowprice {
  width: 25%;
}
.point .table__inner ol {
  text-align: left;
  display: inline-block;
}
.point .table__inner ol > li {
  margin: .3em 0;
  padding-left: 1em;
  position: relative;
}
.point .table__inner ol .num {
  position: absolute;
  left: 0;
}
.point .table__inner .lang-en {
  font-size: 1.1em;
}

@media screen and (min-width: 768px) {
  .point .group__box__title::before {
    width: 10rem;
    height: 10rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .merit-num {
    font-size: 3em;
    width: 10rem;
    height: 10rem;
  }
  .group__box:nth-child(4) .merit-num {
    padding-right: .5rem;
  }
  .point .group__box__title .box__heading {
    font-size: 1.4em;
  }
  .point .item__box.flex .img__inner {
    width: 35%;
    margin-bottom: 0;
  }
  .point .item__box.flex .text__inner {
    width: 60%;
  }
  .point .table__inner th,
  .point .table__inner .lowprice {
    width: 33%;
  }
  .point .table__inner th.box__green-light,
  .point .table__inner td.box__green-light {
    width: 15%;
  }
  .point .table__inner td {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
}

/* .hard */
.hard {
  padding-bottom: 0;
}
.hard .group {
  margin-bottom: 3em;
}
.hard .box__shape.flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  padding: 1em;
}
.hard .box__shape .text__inner {
  margin-bottom: 1em;
}
.section__process__title {
  border-bottom: .06em solid var(--green-dark-x);
  margin-bottom: 1em;
  padding-bottom: .2em;
}
.heading .kome {
  font-size: .85em;
}
.hard .section__media {
  justify-content: space-between;
}
.section__process__card__wrap {
  margin: 2.5em 0;
}
.section__process__card {
  background-color: var(--bg-green);
  box-shadow: 0 10px 10px rgba(0,0,0,.05);
  margin: 2.5em 0;
  padding: 2.5em;
  overflow: hidden;
}

.section__process__title .heading {
  color: var(--green-dark);
  font-size: 2.3rem;
}
.section__process__text {
  text-align: justify;
  height: 100%;
}
.section__process__text p {
  line-height: 1.7;
  letter-spacing: .5px;
}
@media screen and (min-width: 768px) {
  .hard .item__box .text__inner {
    width: 65%;
  }
  .hard .box__shape .text__inner {
    width: 65%;
    margin: 0 2em 0 0;
  }
  .hard .box__shape .img__inner {
    display: flex;
    width: 30%;
    margin: auto 0;
  }
}

/* .faq */
.faq .group__box {
  margin-bottom: 2.5em;
  padding: 2em 1em;
}
.ques {
  padding-left: 6rem;
  position: relative;
}
.ques::before {
  background-color: var(--green-main);
  border-radius: 50%;
  content: "Q";
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  padding: .3em .54em .5em .52em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section__qa__body {
  border-top: solid .08em var(--bg-banner);
  margin-top: 1.5em;
  padding-top: 2em;
}
.ans {
  padding-left: 6rem;
  position: relative;
}
.ans::before {
  background-color: var(--green-main-light-x);
  border-radius: 50%;
  content: "A";
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  padding: .3em .6em .5em .6em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .faq .group__box {
    padding: 2em;
  }
}

/* .access */
.access__info {
  background-color: #fff;
  padding: 2.5em;
  position: relative;
}
.access__info table {
  font-size: 1.8rem;
  width: 100%;
}
.access__info th,
.access__info td {
  border: .08em solid var(--text-color);
  padding: 1.2em;
}
.access__info th {
  font-weight: normal;
  text-align: left;
}
.access .item__box {
  background-color: #fff;
  justify-content: space-between;
  padding: 2.5em;
}
.access .map__inner {
  width: 100%;
  margin-bottom: 2em;
}
.access .text__inner {
  width: 100%;
}
.access .text__inner .header__inner {
  border-bottom: .08em solid var(--text-color);
  margin-bottom: 1em;
  padding-bottom: .5em;
}
.access .text__inner .heading {
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  .access .item__box.flex {
    gap: 2em;
  }
  .access .map__inner {
    width: 40%;
    height: 12em;
    margin-bottom: 0;
  }
  .access .text__inner {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .access__info table {
    font-size: 1.6rem;
  }
  .access__media {
    display: block;
  }
  .access__img,
  .access__text {
    width: 100%;
  }
  .access__info {
    padding: 2rem;
  }
  .access__info th,
  .access__info td {
    padding: .5rem;
  }
  .access__info th {
    width: 40%;
  }
  .section__qa {
    padding: 2rem;
  }
  .section__qa__head {
    padding-bottom: 2rem;
  }
  .section__qa__body {
    margin-top: 2rem;
  }
}

/* .contact */
.form__title {
  margin-bottom: 1em;
  position: relative;
}
.contact .header__inner {
  margin: 0 0 2em 0;
  position: relative;
}
.contact .header__inner .heading {
  font-size: 1.5em;
}

.contact .header__inner .mail-icon {
  color: var(--bg-banner-mail);
  font-size: 2.8em;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}
.contact .form > .item__box {
  background-color: var(--bg);
  border-radius: 12px;
  width: 90%;
  margin: 2em auto 4em;
  padding: 1em 2em;
}
.contact .form .text--text {
  margin-top: 0;
}
.form__flow p {
  margin-bottom: 2rem;
}
.form__flow li {
  text-indent: -1.2rem;
  margin-bottom: 1rem;
  padding-left: 2.8rem;
}
.flow__num {
  display: inline-block;
  margin-right: .5em;
}
.form {
  color: var(--text-color);
  margin-bottom: 4rem;
  padding: 5em 2em;
}
.form ol ol {
  padding-left: 1em;
}
.form dl {
  display: block;
  margin-bottom: 2em;
}
.form dt {
  font-weight: 500;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.form dd {
  width: 100%;
  position: relative;
}
.form .req {
  background-color: var(--red);
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1em;
  padding: .2em .5em;
}
.form input:not([type="submit"]),
.form select {
  background-color: #fff;
  border: 1px solid var(--green-dark-x);
  width: 100%;
  padding: 1rem;
}
.form input[type="tel"] {
  width: auto;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="date"]:focus,
.form input[type="tel"]:focus,
.form input[type="submit"]:focus,
.form select:focus,
.form textarea:focus {
  border: 1px solid var(--green-dark-x);
  outline: solid .1em var(--green-dark-x);
}
.form__phone input {
  width: 4em;
}
.form__checkbox input {
  width: auto;
}
.form textarea {
  background-color: #fff;
  border: 1px solid var(--green-dark-x);
}
.form__textarea textarea {
  width: 100%;
  padding: 1rem;
}
.form__checkbox {
  margin-bottom: 4rem;
}
.form__checkbox a {
  border-bottom: 1px solid #333;
}
.privacy-policy {
  margin-top: 1rem;
}
.privacy-policy__inner {
  background-color: #fff;
  border: 1px solid var(--green-dark-x);
  font-size: .9em;
  text-align: left;
  width: 100%;
  height: 12em;
  padding: 1em;
  overflow-y: scroll;
}
.privacy-policy p {
  margin-bottom: 1em;
}
.privacy-policy .item__box > li {
  margin-bottom: 2em;
}
.privacy-policy__inner .text__inner,
.privacy-policy__inner .item__inner .item__box:last-of-type {
  margin: 2em 0;
}
.privacy-policy__title {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 2em;
}

.form input.btn {
  background-color: var(--orange);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .form {
    padding: 4em 2em;
  }
  .contact .header__inner .heading {
    font-size: 2em;
  }
  .form dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form dt {
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35%;
  }
  .form dd {
    width: 60%;
  }
  .form .req {
    margin-left: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .form {
    padding: 4em 2em;
  }
}

/* footer */
footer {
  margin-top: auto;
  margin-bottom: 6em;
}
.footer__inner {
  background-color: var(--green-main);
  color: #fff;
  position: relative;
}
.copyright-inner {
  color: #fff;
  padding: 2em 0;
}
.footer__menu {
  background-color: #fff;
  box-shadow: 0 -5px 5px rgba(0,0,0,.08);
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
}
.footer .contact__btn__wrap,
.footer .contact__btn {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.footer .phone__btn {
  font-size: .8em;
  margin-bottom: 0;
}
.footer .message {
  font-size: 1.1em;
}
.footer .contact__btn__wrap {
  display: flex;
}
.footer .contact__btn a {
  padding: .8em .4em;
}
.page-up-btn {
  position: absolute;
  top: 1em;
  right: 1.5em;
}
.page-up-btn .fa-solid {
  color: #fff;
  font-size: 1.3em;
}
@media screen and (min-width: 768px) {
  footer {
    margin-bottom: 0;
  }
  .footer__menu {
    display: none;
  }
}

/*---------------------------------------
-----------------------------------------
*thanks.html*
-----------------------------------------
---------------------------------------*/
.thanks .container-inner {
  background-color: var(--bg-green);
}
.thanks main {
  margin-top: 4em;
}
.thanks .item__box {
  letter-spacing: -.01em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks main {
    margin-top: 6.6em;
  }
}


/* 2024-11-27 added */

.header__logo a > span::before {
  background: url(../img/green_logo.png) left center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.25em;
  margin-right: .3em;
  vertical-align: middle;
}




/* * */
