/* ====================
    common
====================*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@700&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
:root {
  --white: #fff;
  --black: #2e2211;
  --gray: #605a51;
  --darkish-green: #338752;
  --olive-green: #b2d68d;
  --light-green: #c2e0a4;
  --beige-green: #e6f0db;
  --pink: #e47d7d;
  --light-pink: #ecbbbb;
  --bg-pink: #f3d4d4;
  --yellow: #f1e5b0;
  --beige: #f5f4e4;
}

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

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

.faq__q::before, .faq__a::before, .flow__item::before, .flow__item::after, .page-title::before {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 62.5%;
  background-image: url(../images/bg.jpg);
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--black);
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.8px;
  line-height: 1.8;
  font-feature-settings: "palt";
    background:url("../images/back.jpg") top;
    background-size: cover;
    background-attachment: fixed;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

p,
time,
.detail ul {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--white);
}

p + p {
  margin-top: 1rem;
}

.detail h3, .consul__title, .page-title {
  color: var(--black);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-bottom: 8rem;
}

.center {
    text-align: center;
}

@media screen and (max-width: 960px) {
  .detail h3, .consul__title, .page-title {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .detail h3, .consul__title, .page-title {
    font-size: 1.8rem;
  }
}
.detail h3 em, .consul__title em, .page-title em {
  font-size: 3rem;
  color: var(--darkish-green);
}
@media screen and (max-width: 767px) {
  .detail h3 em, .consul__title em, .page-title em {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 380px) {
  .detail h3 em, .consul__title em, .page-title em {
    font-size: 2rem;
  }
}

.page-title::before {
  content: attr(data-en);
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  color: var(--light-pink);
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-title::before {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.page-title + .under-title {
  margin-top: -4rem;
}

img {
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  appearance: none;
}

em {
  font-style: normal;
}

b {
  font-weight: 700;
}

.small {
  font-size: 1.2rem;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

a,
a::before,
a::after,
button,
input[type=submit] {
  transition: all 0.3s;
}

.button, .button--large, .consul__button, .button--right, .home .faq__button, .home .news__button {
  width: 100%;
  max-width: 20rem;
  min-height: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .button, .button--large, .consul__button, .button--right, .home .faq__button, .home .news__button {
    max-width: 18rem;
  }
}
.button a, .button--large a, .consul__button a, .button--right a, .home .faq__button a, .home .news__button a,
.button button,
.button--large button,
.consul__button button,
.button--right button,
.home .faq__button button,
.home .news__button button,
.button input[type=submit],
.button--large input[type=submit],
.consul__button input[type=submit],
.button--right input[type=submit],
.home .faq__button input[type=submit],
.home .news__button input[type=submit] {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--darkish-green);
  padding: 1rem;
  border-radius: 2.5rem;
  border: solid 1px var(--darkish-green);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .button a, .button--large a, .consul__button a, .button--right a, .home .faq__button a, .home .news__button a,
  .button button,
  .button--large button,
  .consul__button button,
  .button--right button,
  .home .faq__button button,
  .home .news__button button,
  .button input[type=submit],
  .button--large input[type=submit],
  .consul__button input[type=submit],
  .button--right input[type=submit],
  .home .faq__button input[type=submit],
  .home .news__button input[type=submit] {
    font-size: 1.4rem;
  }
}
.button a::after, .button--large a::after, .consul__button a::after, .button--right a::after, .home .faq__button a::after, .home .news__button a::after,
.button button::after,
.button--large button::after,
.consul__button button::after,
.button--right button::after,
.home .faq__button button::after,
.home .news__button button::after,
.button input[type=submit]::after,
.button--large input[type=submit]::after,
.consul__button input[type=submit]::after,
.button--right input[type=submit]::after,
.home .faq__button input[type=submit]::after,
.home .news__button input[type=submit]::after {
  content: "";
  background-image: url(../images/icon_arrow.svg);
  width: 14.7px;
  height: 10px;
  object-fit: contain;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.button a:hover, .button--large a:hover, .consul__button a:hover, .button--right a:hover, .home .faq__button a:hover, .home .news__button a:hover,
.button button:hover,
.button--large button:hover,
.consul__button button:hover,
.button--right button:hover,
.home .faq__button button:hover,
.home .news__button button:hover,
.button input[type=submit]:hover,
.button--large input[type=submit]:hover,
.consul__button input[type=submit]:hover,
.button--right input[type=submit]:hover,
.home .faq__button input[type=submit]:hover,
.home .news__button input[type=submit]:hover {
  color: var(--white);
  background-color: var(--darkish-green);
  opacity: 1;
}
.button a:hover::after, .button--large a:hover::after, .consul__button a:hover::after, .button--right a:hover::after, .home .faq__button a:hover::after, .home .news__button a:hover::after,
.button button:hover::after,
.button--large button:hover::after,
.consul__button button:hover::after,
.button--right button:hover::after,
.home .faq__button button:hover::after,
.home .news__button button:hover::after,
.button input[type=submit]:hover::after,
.button--large input[type=submit]:hover::after,
.consul__button input[type=submit]:hover::after,
.button--right input[type=submit]:hover::after,
.home .faq__button input[type=submit]:hover::after,
.home .news__button input[type=submit]:hover::after {
  background-image: url(../images/icon_arrow_hover.svg);
  right: 1.5rem;
}

.button--right, .home .faq__button, .home .news__button {
  margin-right: 0;
  margin-left: auto;
}

.button--large, .consul__button {
  max-width: 36rem;
  min-height: 8rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .button--large, .consul__button {
    min-height: 6rem;
    margin: 4rem auto 0;
  }
}
.button--large a, .consul__button a,
.button--large button,
.consul__button button,
.button--large input[type=submit],
.consul__button input[type=submit] {
  font-size: 2rem;
  padding: 2rem;
  border-radius: 4rem;
  border-width: 2px;
  text-align: center;
  max-height: 8rem;
}
@media screen and (max-width: 767px) {
  .button--large a, .consul__button a,
  .button--large button,
  .consul__button button,
  .button--large input[type=submit],
  .consul__button input[type=submit] {
    font-size: 1.8rem;
  }
}
.button--large a:hover, .consul__button a:hover,
.button--large button:hover,
.consul__button button:hover,
.button--large input[type=submit]:hover,
.consul__button input[type=submit]:hover {
  border-color: var(--white) !important;
}
.button--large a::after, .consul__button a::after,
.button--large button::after,
.consul__button button::after,
.button--large input[type=submit]::after,
.consul__button input[type=submit]::after {
  content: unset;
}

.container {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 2rem;
  }
}

.mt10 {
  margin-top: 1rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mt110 {
  margin-top: 11rem;
}

.mb110 {
  margin-bottom: 11rem;
}

.mt120 {
  margin-top: 12rem;
}

.mb120 {
  margin-bottom: 12rem;
}

.bg-beige {
  background-color: var(--beige);
}
.bg-white {
  background-color: var(--white);
}

main {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  main {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 6rem;
  }
}

section {
  padding: 12rem 0;
}
@media screen and (max-width: 960px) {
  section {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 6rem 0;
  }
}

/* ====================
    header
====================*/
.header {
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .header {
    padding: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .header {
    justify-content: space-between;
    padding: 0;
    height: 6rem;
    position: fixed;
    z-index: 999;
    width: 100%;
   background: #000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }
}
.header__logo {
    margin-left: 0;
  margin-right: auto;
    width: 5rem;    
}
@media screen and (max-width: 960px) {
  .header__logo {
    width: 5rem;
    margin: 1rem 2rem;
    z-index: 999;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__nav-item {
  font-size: 1.5rem;
  margin-left: 1.3em;
}
.header__nav-button {
  margin-left: 1em;
}
@media screen and (max-width: 1280px) {
  .header__nav-button {
    display: none;
  }
}
.header__nav-button.text-link a {
  background-color: var(--pink);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1;
  height: 6rem;
}
.header__nav-button.text-link a em {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.8rem;
}
.header__nav-button.text-link.mail a {
  background-color: var(--darkish-green);
  font-size: 1.4rem;
  line-height: 1.4;
}
.header__nav-button.icon-link {
  display: none;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .header__nav-button.icon-link {
    display: block;
  }
}
.header__nav-button.icon-link a {
  cursor: pointer;
  z-index: 999;
  width: 6rem;
  height: 6rem;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--pink);
  padding: 0.5rem;
}
.header__nav-button.icon-link img {
  width: 3rem;
}
.header nav.pc-disp {
  display: block !important;
}
@media screen and (max-width: 960px) {
  .header nav.pc-disp {
    display: none !important;
  }
}
.header nav.pc-disp .contact {
  display: none;
}
@media screen and (max-width: 1280px) {
  .header nav.pc-disp .contact {
    display: block;
  }
}


  .header__menu-button {
    cursor: pointer;
    z-index: 999;
    width: 6rem;
    height: 6rem;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /*background-color:#000;*/
    padding: 2rem 0.5rem 0.5rem;
  }

.header .bar,
.header .bar::before,
.header .bar::after {
  width: 3rem;
  height: 1px;
  background-color: var(--white);
  transition: transform 0.3s;
}
.header .bar {
  display: grid;
}
.header .bar::before, .header .bar::after {
  content: "";
  grid-area: 1/1;
}
.header .bar::before {
  transform: translate(0, -0.8rem);
}
.header .bar::after {
  transform: translate(0, 0.8rem);
}
.header .menu-label {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  color: var(--white);
}

.menu-open .header .bar,
.menu-open .header .bar::before,
.menu-open .header .bar::after {
  background-color: var(--white);
}
.menu-open .header .bar {
  background-color: transparent;
}
.menu-open .header .bar::before {
  transform: rotate(45deg);
}
.menu-open .header .bar::after {
  transform: rotate(-45deg);
}

.header__hamburger-wrap {
  background-color:#111;
  position: fixed;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 998;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  padding-top: 8rem;
}
.header__hamburger-wrap .header__nav {
  flex-direction: column;
}
.header__hamburger-wrap .header__nav-item {
  margin-left: 0;
  width: 100%;
  border-bottom: 1px dashed #cb81f5;
  text-align: center;
}
.header__hamburger-wrap .header__nav-item a {
  width: 100%;
  display: inline-block;
  padding: 1rem;
    color: #cb81f5;
}

.menu-open #js-menu {
  opacity: 1;
}

/* ====================
    consul
====================*/
.consul {
  background-color: var(--white);
  text-align: center;
  padding-bottom: 0;
}
.consul__wrap {
  padding: 8rem;
  border-radius: 0 4rem 4rem 0;
  background-image: linear-gradient(to left, var(--yellow), var(--light-pink));
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .consul__wrap {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .consul__wrap {
    padding: 4rem 0;
    border-radius: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--yellow), var(--light-pink));
  }
}
.consul__wrap::before {
  content: "";
  background-color: var(--light-pink);
  position: absolute;
  left: -50vw;
  top: 0;
  width: 50vw;
  height: 100%;
}
.consul__title {
  margin-bottom: 4rem;
}
.consul__title em {
  color: var(--black);
}
.consul__button-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .consul__button-wrap {
    flex-direction: column;
  }
}
.consul__button {
  margin: 8rem 4rem 0;
}
@media screen and (max-width: 960px) {
  .consul__button {
    margin: 4rem auto 0;
  }
}
.consul__button.tel a {
  border-color: var(--pink);
  color: var(--pink);
  font-size: 3rem;
  padding-top: 3.5rem;
}
.consul__button.tel a .small {
  line-height: 0;
}
.consul__button.tel a:hover {
  background-color: var(--pink);
  color: var(--white);
}

/* ====================
    footer
====================*/
.footer {
  padding: 8rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4rem 2rem;
  }
}
.footer__logo {
  width: 10rem;
  margin: 0 auto;
}
.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  flex-wrap: wrap;
}
.footer__nav-item {
  margin: 0 1em 1.5em;
}
@media screen and (max-width: 1100px) {
  .footer__nav-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-item:not(.sns) {
    width: 100%;
  }
}
.footer__nav-item.sns {
  margin: 0 0.6em;
}
.footer__banner {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .footer__banner {
    flex-direction: column;
    justify-content: center;
  }
}
.footer__banner > * {
  margin: 1rem;
}
.footer__banner img {
  max-width: 30rem;
}
.footer__copyright {
  font-size: 1.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

.home {
  /* ====================
      mainvisual
  ====================*/
  /* ====================
      about
  ====================*/
  /* ====================
      flow
  ====================*/
  /* ====================
      service
  ====================*/
  /* ====================
      news
  ====================*/
  /* ====================
      faq
  ====================*/
}



.movie_blk {
    width: 100%;
    height: 300px;
    position: relative;
}
.movie_blk video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.movie_blk p {
    font-size: 20px;
    padding: 20px;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}


.scroll-space{
  box-sizing: border-box;
  overflow: hidden;
}



.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  }

.fadein-left{
      transform: translate(-30px,0);
  }

.fadein-right{
      transform: translate(30px,0);
  }

  .fadein-bottom{
      transform: translate(0,30px);
  }
  .scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }





.mainvisual {
  background: url(../images/main.jpg) ;
  background-size: cover;
  background-position: right ;
  margin-left: 10rem;
  border-radius: 4rem 0 0 4rem;
  display: flex;
  align-items: center;
  height: 80vh;
}
@media screen and (max-width: 960px) {
.mainvisual {
    margin-left: 6rem;
    height: 60vh;
  }
}
@media screen and (max-width: 767px) {
.mainvisual {
    background-position: left 60% center;
    margin-left: 0;
    border-radius: 0;
    padding: 2rem 0;
  }
}



#system_wrap {
    width: 300px;
}

.system_ta td:nth-child(3n){
    text-align: right;
    
}


.mainvisual__title {
  font-size: 2rem;
  color: #fff;
font-family: "游明朝体", "Yu Mincho", "YuMincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;   
    text-shadow: 0 0 10px #000; 
    
}
@media screen and (max-width: 960px) {
.mainvisual__title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
    

#system_wrap {
    width: 100%;
}
    
    
.mainvisual__title {
    font-size: 1rem;
    letter-spacing: 1rem;
  }
}



.mainvisual2 {
  background-image: url("../images/main_02.jpg");
  background-size: cover;
  background-position: left center;
    background-attachment: fixed;
  margin-right: 10rem;
  border-radius: 0 4rem 4rem 0;
  display: flex;
  align-items: center;
  height: 80vh;
    margin-top: 6%;
}
@media screen and (max-width: 960px) {
.mainvisual2 {
    margin-right: 6rem;
    height: 60vh;
    
    
    
  }
}
@media screen and (max-width: 767px) {
.mainvisual2 {
      background-size:auto;


    background-position: left 60% center;
    margin-right: 0;
    border-radius: 0;
    padding: 2rem 0;
  }
}
.mainvisual2__title {
  font-size: 2rem;
  letter-spacing: 1.5rem;
  color: #fff;
font-family: "游明朝体", "Yu Mincho", "YuMincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
}    
@media screen and (max-width: 960px) {
.mainvisual2__title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
.mainvisual2__title {
    font-size: 1.2rem;
    letter-spacing: 1rem;
  }
}


h2{
      font-size: 3rem;
  letter-spacing: 1rem;
  color: #fff;
    text-align: center;
font-family: "游明朝体", "Yu Mincho", "YuMincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
    
}

.mainvisual3 {
  background-image: url("../images/main_03.jpg");
  background-size: cover;
  background-position: right center;
  margin-left: 10rem;
  border-radius: 4rem 0 0 4rem;
  display: flex;
  align-items: center;
  height: 80vh;
    margin-top: 6%;
}
@media screen and (max-width: 960px) {
.mainvisual3 {
    margin-left: 6rem;
    height: 60vh;
  }
}
@media screen and (max-width: 767px) {
.mainvisual3 {
    background-position: left 60% center;
    margin-left: 0;
    border-radius: 0;
    padding: 2rem 0;
  }
}
.mainvisual3__title {
  font-size: 3.4rem;
  letter-spacing: 1rem;
  color: #fff;
font-family: "游明朝体", "Yu Mincho", "YuMincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;   
}
@media screen and (max-width: 960px) {
.mainvisual3__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
.mainvisual3__title {
    font-size: 1.8rem;
    letter-spacing: 1rem;
  }
}




.home .about .home-title {
  margin-bottom: 4rem;
}
.home .service__wrap {
  margin-top: 8rem;
}
@media screen and (min-width: 1101px) {
  .home .service__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .home .service__wrap {
    margin-top: 4rem;
  }
}
.home .service__item {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 5/3;
}
@media screen and (min-width: 1101px) {
  .home .service__item {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1100px) {
  .home .service__item {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .home .service__item {
    margin-bottom: 1rem;
  }
}
.home .service__item a {
  display: block;
  height: 100%;
}
.home .service__item a:hover {
  opacity: 1;
}
.home .service__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (min-width: 1101px) {
  .home .service__item.service01 {
    grid-area: 1/1/2/2;
    border-radius: 2rem 0 0 0;
  }
}
.home .service__item.service01::before {
  background-image: url(../images/service_01.jpg?0902);
}
@media screen and (min-width: 1101px) {
  .home .service__item.service02 {
    grid-area: 1/2/2/3;
    border-radius: 0 0 0 0;
  }
}
.home .service__item.service02::before {
  background-image: url(../images/service_02.jpg?0902);
}
@media screen and (min-width: 1101px) {
  .home .service__item.service03 {
    grid-area: 1/3/2/4;
    border-radius: 0 2rem 0 0;
  }
}
.home .service__item.service03::before {
  background-image: url(../images/service_03.jpg?0902);
}
@media screen and (min-width: 1101px) {
  .home .service__item.service04 {
    grid-area: 2/1/3/2;
    border-radius: 0 0 0 2rem;
  }
}
.home .service__item.service04::before {
  background-image: url(../images/service_04.jpg?0902);
}
@media screen and (min-width: 1101px) {
  .home .service__item.service05 {
    grid-area: 2/2/3/3;
    border-radius: 0 0 0 0;
  }
}
.home .service__item.service05::before {
  background-image: url(../images/service_05.jpg?0902);
}
@media screen and (min-width: 1101px) {
  .home .service__item.service06 {
    grid-area: 2/3/3/4;
    border-radius: 0 0 2rem 0;
  }
}
.home .service__item.service06::before {
  background-image: url(../images/service_06.jpg?0902);
}
.home .service__item:hover::before {
  transform: scale(1.1);
}
.home .service__item::after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.65));
  position: absolute;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: 60%;
}
.home .service__text {
  position: absolute;
  bottom: 0;
  padding: 2rem;
  z-index: 2;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .service__text {
    padding: 1rem;
  }
}
.home .service__text p {
  color: var(--white);
  font-size: 1.6rem;
}
.home .service__name {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .home .service__name {
    text-align: center;
    font-size: 2rem;
  }
}
.home .news .category__list {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .home .news .category__list {
    justify-content: space-between;
  }
}
.home .news .category__list .cat-item {
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .home .news .category__list .cat-item {
    margin: 0 0 1rem;
  }
}
.home .faq {
  background-color: var(--white);
  padding-bottom: 0;
}
.page:not(.about) .page-title,
.archive .page-title {
  text-align: center;
}

/* ====================
    under-header
====================*/
.under-header {
  padding: 2rem 4rem;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .under-header {
    padding: 0;
    height: 25rem;
  }
}
.under-header__image {
  position: relative;
  height: 100%;
}
.under-header__image img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .under-header__image img {
    border-radius: 0 0 2rem 2rem;
  }
}
.under-header__image::after {
  content: "";
  opacity: 0.2;
  border-radius: 2rem;
  background-color: var(--olive-green);
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .under-header__image::after {
    right: 0;
    bottom: -2rem;
  }
}

/* ====================
    about
====================*/
.about .container {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .about .container {
    padding: 8rem 0;
  }
}
.about__wrap {
  width: calc(60% - 8rem);
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .about__wrap {
    width: 100%;
  }
}
.about__image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 960px) {
  .about__image {
    position: relative;
    transform: none;
    width: 100%;
    margin-bottom: 5rem;
    aspect-ratio: 5/6;
  }
}
.about__image img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.about__image::after {
  content: "";
  opacity: 0.2;
  border-radius: 2rem;
  background-color: var(--olive-green);
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about__image::after {
    right: -1rem;
    bottom: -1rem;
  }
}
.about__text {
  line-height: 2;
}
.about__table {
  padding-top: 0;
}
.about__table table {
  width: 100%;
  background-color: #fff;
}
.about__table tr:last-child th,
.about__table tr:last-child td {
  border-bottom: none;
}
.about__table th,
.about__table td {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .about__table th,
  .about__table td {
    padding: 1rem;
    font-size: 1.4rem;
    width: auto !important;
  }
}
.about__table th {
  width: 30%;
  background-color: var(--beige-green);
  border-bottom: 2px solid var(--white);
}
@media screen and (max-width: 767px) {
  .about__table th {
    min-width: 8rem;
  }
}
.about__table td {
  width: 70%;
  border-bottom: 2px solid var(--beige-green);
}
.about__table td a {
  text-decoration: underline;
}

/* ====================
    flow
====================*/
.flow__list {
  counter-reset: number 0;
}
.flow__item {
  padding: 4rem 4rem 4rem 12rem;
  margin-bottom: 4rem;
  border-radius: 2rem;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .flow__item {
    padding: 3rem 3rem 3rem 11rem;
  }
}
@media screen and (max-width: 767px) {
  .flow__item {
    flex-direction: column-reverse;
    padding: 8rem 3rem 3rem 3rem;
  }
}
.flow__item:last-child {
  margin-bottom: 0;
}
.flow__item::before, .flow__item::after {
  width: 4.8rem;
  position: absolute;
  left: 4rem;
  top: 4rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .flow__item::before, .flow__item::after {
    left: 3rem;
    top: 2rem;
  }
}
.flow__item::before {
  content: "STEP";
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  color: var(--darkish-green);
}
@media screen and (max-width: 767px) {
  .flow__item::before {
    font-size: 1.3rem;
  }
}
.flow__item:after {
  counter-increment: number 1;
  content: "0" counter(number) " ";
  padding-top: 2rem;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 3.4px;
  color: var(--darkish-green);
}
@media screen and (max-width: 767px) {
  .flow__item:after {
    font-size: 3rem;
  }
}
.flow__item-text-wrap {
  color: var(--gray);
  line-height: 2;
  width: 55%;
}
@media screen and (max-width: 960px) {
  .flow__item-text-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .flow__item-text-wrap {
    width: 100%;
  }
}
.flow__item-text-wrap a {
  color: var(--darkish-green);
  text-decoration: underline;
}
.flow__item-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: var(--black);
  margin-bottom: 4rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .flow__item-title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .flow__item-title {
    font-size: 2rem;
  }
}
.flow__item-image {
  width: 45%;
  aspect-ratio: 3/2;
  margin-left: 4rem;
}
@media screen and (max-width: 960px) {
  .flow__item-image {
    width: 50%;
    aspect-ratio: 1/1;
    margin-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .flow__item-image {
    width: 100%;
    aspect-ratio: 3/2;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.flow__item-image img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}

/* ====================
    service
====================*/
.page .service__item {
  display: flex;
  align-items: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .page .service__item {
    flex-direction: column !important;
    margin-bottom: 6rem;
  }
}
.page .service__item:last-child {
  margin-bottom: 0;
}
.page .service__item:nth-child(even) {
  flex-direction: row-reverse;
}
.page .service__image, .page .service__text {
  width: 50%;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .page .service__image, .page .service__text {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page .service__image {
    margin-bottom: 2rem;
  }
}
.page .service__image img {
  border-radius: 2rem;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.page .service__name {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: var(--darkish-green);
}
@media screen and (max-width: 767px) {
  .page .service__name {
    font-size: 2.2rem;
  }
}

/* ====================
    news / info
====================*/
.category__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .category__list {
    justify-content: space-between;
    margin-bottom: 4rem;
  }
}
.category__list .cat-item {
  margin: 0 1rem;
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .category__list .cat-item {
    margin: 0 0 1rem;
    width: 48%;
  }
}
.category__list .cat-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  width: 100%;
  color: var(--darkish-green);
  background-color: var(--olive-green);
}
@media screen and (max-width: 767px) {
  .category__list .cat-item a {
    font-size: 1.4rem;
  }
}
.category__list .cat-item.cat-item-1 a {
  color: var(--darkish-green);
  background-color: var(--olive-green);
  border: solid 2px var(--olive-green);
}
.category__list .cat-item.cat-item-4 a {
  color: #e62929;
  background-color: #f8d4d4;
  border: solid 2px #f8d4d4;
}
.category__list .cat-item.cat-item-5 a {
  color: #da5701;
  background-color: #f6c798;
  border: solid 2px #f6c798;
}
.category__list .cat-item.cat-item-6 a {
  color: #08809d;
  background-color: #abe2e2;
  border: solid 2px #abe2e2;
}
.category__list .cat-item.current-cat a {
  background-color: var(--white);
  pointer-events: none;
}

.news__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news__list {
    flex-direction: column;
  }
}
.news__item {
  width: calc((100% - 8rem) / 3);
  color: var(--gray);
  margin-right: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .news__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.news__item:nth-child(3n) {
  margin-right: 0;
}
.news__item-image {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .news__item-image {
    margin-bottom: 1rem;
  }
}
.news__item-image img {
  border-radius: 1rem;
  height: 100%;
  object-fit: cover;
}
.news__item-date {
  margin-right: 1rem;
}
.news__item-category {
  font-size: 1.4rem;
  color: var(--darkish-green);
  min-width: 9rem;
  height: 2.4rem;
  padding: 2px 16px;
  border-radius: 1.2rem;
  background-color: var(--olive-green);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.news__item-category.news {
  color: var(--darkish-green);
  background-color: var(--olive-green);
}
.news__item-category.voice {
  color: #e62929;
  background-color: #f8d4d4;
}
.news__item-category.seminar {
  color: #da5701;
  background-color: #f6c798;
}
.news__item-category.consul {
  color: #08809d;
  background-color: #abe2e2;
}
.news__item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
  color: var(--black);
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .news__item-title {
    margin: 1rem 0;
    font-size: 1.8rem;
  }
}

/* ====================
    faq
====================*/
.faq__wrap {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .faq__wrap {
    padding-bottom: 6rem;
  }
}
.faq__q, .faq__a {
  display: flex;
}
.faq__q::before, .faq__a::before {
  font-size: 3rem;
  color: var(--white);
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .faq__q::before, .faq__a::before {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
  }
}
.faq__q {
  font-size: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .faq__q {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.faq__q::before {
  content: "Q";
  background-color: var(--black);
}
.faq__a {
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .faq__a {
    padding-left: 0;
  }
}
.faq__a::before {
  content: "A";
  background-color: var(--olive-green);
}

.contact__tel {
  background-color: var(--bg-pink);
  padding: 4rem;
  text-align: center;
  border-radius: 2rem;
  width: 80%;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .contact__tel {
    padding: 2rem;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.contact__tel .button--large, .contact__tel .consul__button {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .contact__tel .button--large, .contact__tel .consul__button {
    margin-top: 2rem;
  }
}
.contact__tel .button--large a, .contact__tel .consul__button a {
  border-color: var(--pink);
  color: var(--pink);
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .contact__tel .button--large a, .contact__tel .consul__button a {
    font-size: 2.2rem;
  }
}
.contact__tel .button--large a:hover, .contact__tel .consul__button a:hover {
  background-color: var(--pink);
  color: var(--white);
}
.contact__title {
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .contact__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 1.8rem;
  }
}

.form {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form {
    width: 100%;
  }
}
.form__label {
  display: flex;
  align-items: center;
  color: var(--black);
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.form__button {
  margin: 4rem auto 0;
}
.form .must,
.form .wpcf7-not-valid-tip {
  color: #c50000;
  font-size: 1.6rem;
  margin-left: 1rem;
  font-weight: 700;
}
.form .acceptance {
  text-align: center;
  display: block;
  margin-top: 8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form .acceptance {
    margin-top: 4rem;
  }
}
.form .acceptance a {
  text-decoration: underline;
}
.form .acceptance a:hover {
  opacity: 0.7;
}
.form .wpcf7-list-item {
  margin-left: 2rem;
}
.form .wpcf7-list-item.first,
.form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .form .wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
.form .wpcf7-spinner {
  display: none !important;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 1rem;
  width: 100%;
  padding: 0.5rem 1rem;
}
.form input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray);
  vertical-align: -2px;
  appearance: none;
  margin-right: 5px;
  background-color: var(--white);
}
.form input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 13px;
  border-right: 2px solid var(--darkish-green);
  border-bottom: 2px solid var(--darkish-green);
  content: "";
}

.wp-pagenavi {
  margin: 8rem auto 0;
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
}

.wp-pagenavi a {
  color: var(--black);
}

.wp-pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 0.5rem;
  border: solid 1px var(--black);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 4rem;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
}

.wp-pagenavi span.current {
  border: none;
  background: var(--darkish-green);
  color: var(--white);
}

.wp-pagenavi a.page {
  background: none;
}

.wp-pagenavi a.page:hover {
  background: var(--darkish-green);
  color: var(--white);
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  margin: 0 2.5rem;
  border: none;
  background: var(--olive-green);
  color: var(--white);
}

.detail {
  width: 80%;
  margin: 8rem auto 12rem;
  padding: 8rem 0;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .detail {
    width: 100%;
    margin: 0;
    padding: 6rem 0;
    border-radius: 0;
  }
}
.detail__info {
  display: flex;
  flex-direction: column;
}
.detail__info .page-title {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.detail__image {
  margin-bottom: 4rem;
}
.detail__image img {
  object-fit: contain;
  max-height: 100rem;
}
.detail h3 {
  margin: 4rem 0 2rem;
}
.detail ul {
  padding-left: 1.5em;
}
.detail ul li {
  list-style: disc;
}
.detail__post {
  color: var(--dark-gray);
}
.detail__post p,
.detail__post ul,
.detail__post ol,
.detail__post table {
  margin-bottom: 2rem;
  display: block;
}
.detail__post p + h1,
.detail__post p + h2,
.detail__post p + h3,
.detail__post ul + h1,
.detail__post ul + h2,
.detail__post ul + h3,
.detail__post ol + h1,
.detail__post ol + h2,
.detail__post ol + h3,
.detail__post table + h1,
.detail__post table + h2,
.detail__post table + h3 {
  margin-top: 4rem;
}
.detail__post img {
  width: 100%;
  max-width: 800px !important;
  margin: 2rem auto;
  display: block;
}
.detail__post .iframe {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .detail__post .iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 800px;
    overflow: hidden;
  }
  .detail__post .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.detail__post b,
.detail__post .bold {
  font-weight: 700;
}
.detail__post a {
  text-decoration: underline;
}
.detail__post a:hover {
  opacity: 0.7;
}