/* ====================
    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;
  --darkblue:#122A47;
  --darkish-green: #51AE73;
  --olive-green: #b2d68d;
  --light-green: #c2e0a4;
  --beige-green: #e6f0db;
  --pink: #e47d7d;
  --light-pink: #ecbbbb;
  --bg-pink: #f3d4d4;
  --yellow: #f1e5b0;
  --beige: #f5f4e4;
  --orange: #ED6103;
}

.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;
  }
}

.merit__q::before,
.merit__a::before,
.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); */
  background-color: #faf9f4;
}

body {
  font-family:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--darkblue);
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.8px;
  line-height: 1.8;
  font-feature-settings: "palt";
	padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

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

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

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

.tit {
	background:var(--olive-green);
	padding: 20px 0;
	color: #fff;
	display: block;
	margin-bottom: 3%;
}


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

  .consul__title,
  .page-title {
    margin-bottom: 6rem;
  }
}

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

  .consul__title,
  .page-title {
    font-size: 1.8rem;
  }
}

.consul__title em,
.page-title em {
  font-size: 3rem;
  color: var(--darkish-green);
}

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

  .consul__title em,
  .page-title em {
    font-size: 2.4rem;
  }
}

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

  .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.4rem;
}

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 .merit__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 .merit__button {
    max-width: 18rem;
  }
}

.button a,
.button--large a,
.consul__button a,
.button--right a,
.home .merit__button a,
.button button,
.button--large button,
.consul__button button,
.button--right button,
.home .merit__button button,
.button input[type=submit],
.button--large input[type=submit],
.consul__button input[type=submit],
.button--right input[type=submit],
.home .merit__button input[type=submit] {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  padding: 1rem;
  border-radius: 2.5rem;
  border: solid 1px var(--orange);
  background-color: var(--orange);
  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 .merit__button a,
  .button button,
  .button--large button,
  .consul__button button,
  .button--right button,
  .home .merit__button button,
  .button input[type=submit],
  .button--large input[type=submit],
  .consul__button input[type=submit],
  .button--right input[type=submit],
  .home .merit__button input[type=submit] {
    font-size: 1.4rem;
  }
}

.button a::after,
.button--large a::after,
.consul__button a::after,
.button--right a::after,
.home .merit__button a::after,
.button button::after,
.button--large button::after,
.consul__button button::after,
.button--right button::after,
.home .merit__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 .merit__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 .merit__button a:hover,
.button button:hover,
.button--large button:hover,
.consul__button button:hover,
.button--right button:hover,
.home .merit__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 .merit__button input[type=submit]:hover {
  color: var(--white);
  background-color: var(--orange);
  opacity: 1;
}

.button a:hover::after,
.button--large a:hover::after,
.consul__button a:hover::after,
.button--right a:hover::after,
.home .merit__button a:hover::after,
.button button:hover::after,
.button--large button:hover::after,
.consul__button button:hover::after,
.button--right button:hover::after,
.home .merit__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 .merit__button input[type=submit]:hover::after {
  background-image: url(../images/icon_arrow_hover.svg);
  right: 1.5rem;
}

.button--right,
.home .merit__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: 4rem;
  border-radius: 1rem;
  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: 6rem 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-image: url(../images/bg.jpg);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }
}

.header__logo {
  width: 19rem;
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 1100px) {
  .header__logo {
    width: 15rem;
  }
}

@media screen and (max-width: 960px) {
  .header__logo {
    width: 13rem;
    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(--olive-green);
  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 {
	display: none;
}


@media screen and (max-width: 960px) {
  .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: var(--darkish-green);
    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: var(--beige-green);
  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 var(--darkish-green);
  text-align: center;
}

.header__hamburger-wrap .header__nav-item a {
  width: 100%;
  display: inline-block;
  padding: 1rem;
}

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

/* ====================
    consul
====================*/

section.consul{
    padding: 0rem 0;

}


.consul {
  background-color: var(--white);
  text-align: center;
  padding-bottom: 0;
}

.consul__wrap {
  padding: 10rem;
  background-image: url(../images/consul_bg.png);
  background-size: cover;
  width: 100vw;
  margin: 0 auto;
}

@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: url(../images/consul_bg.png);
  background-size: cover;
  }
}

.consul__wrap::before {
  content: "";
  background-color: var(--light-pink);
}

.consul__title {
  margin-bottom: 4rem;
}

.consul__title em {
  color: var(--darkblue);
}

.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: 0rem 4rem;
}

@media screen and (max-width: 960px) {
  .consul__button {
    margin: 4rem auto 0;
  }
}

.consul__button.tel a {
  background-color: var(--white);
  color: var(--orange);
  border: solid 1px var(--orange);
  font-size: 3rem;
padding-top: 2rem;
}

.consul__button.tel a .small {
  line-height: 0;
    color: var(--black);
}

.consul__button.tel a:hover {
  background-color: var(--orange);
  color: var(--white);
}

/* ====================
    footer
====================*/
.footer {
  background-color: var(--white);
  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__copyright {
  font-size: 1.4rem;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

.home .mainvisual {
  background-image: url(../images/main.png);
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;

}

@media screen and (max-width: 960px) {
  .home .mainvisual {
    height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  .home .mainvisual {
    padding: 2rem 0;
  }
}

.home .mainvisual__title {}

.home .mainvisual__title a {
    text-align: center;
    width: 35%;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.8rem;
    color: var(--white);
    background: var(--orange);
    padding: 5rem 10rem;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 5%;
    padding: 7px;
    border-radius: 1rem;
    display: block;
}
.home .mainvisual__title a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 960px) {
  .home .mainvisual__title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .home .mainvisual__title {
    font-size: 1.8rem;
    letter-spacing: 1rem;
  }
}

.home .about .home-title {
  margin-bottom: 4rem;
}




.home .merit {
  background-color: var(--white);
  padding-bottom: 0;
}

/* ====================
    under-header
====================*/
.under-header {
  height: 50rem;
}

@media screen and (max-width: 767px) {
  .under-header {
    padding: 0;
    height: 25rem;
  }
}

.under-header__image {
  position: relative;
  height: 100%;
}

.under-header__image img {
  height: 20vh;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .under-header__image img {
    border-radius: 0;
  }
}

.under-header__image::after {
  content: "";
  opacity: 0.2;
  border-radius: 1rem;
  background-color: var(--olive-green);
  position: absolute;
  bottom: -1rem;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .under-header__image::after {
    right: 0;
  border-radius: 0;
	  
    bottom: -1rem;
  }
}

/* ====================
    task
====================*/
.task h2{
  text-align: center;
}

.task h2 em {
    font-size: 3rem;
    color: var(--darkblue);
}

.task__list {
    width: 70%;
    background: var(--darkish-green);
    list-style: none;
    padding: 5rem;
    margin: 0 auto 3rem;
    border-radius: 3rem;
}


.task__list li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0;
  color: var(--white);
}

.task__list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: var(--white);
}

.task .task__txt{
  text-align: center;
    font-size: 3rem;
    color: var(--darkblue);
}
.task__txt em{
  color: var(--orange);

}

.task__txt span{
  color: var(--darkish-green);
}

.pc_no {
	display: none;
}


@media screen and (max-width: 960px) {
.pc_no {
	display: block;
}	
	
	.sp_no {
		display: none;
	}
	
	
	.task h2 {
    text-align: left;
}	
	
	
.task__list {
    width: 100%;
	}
	
.task h2 em {
    font-size: 2rem;
    color: var(--darkblue);
}	
	
.task .task__txt {
    text-align: left;
    font-size: 2rem;

}	
	

	
}




/* ====================
    about
====================*/
.about .container {
  position: relative;
}

.orange {
    color: var(--orange);
}

.sp_left{
	text-align: center;
}

@media screen and (max-width: 960px) {
.sp_left{
	text-align: left;
}

}

.f_2em {
	font-size: 2rem;
}










@media screen and (min-width: 1101px) {
}

.about__title{
  margin-bottom: 3rem;
}

@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;
}

.about__list{
  width: 70%;
  margin: 0 auto;
 padding-left: 20px;
     list-style: inside;
  list-style-type: disc;
  list-style-position: outside;

}

.about__item{

}

.about h2{
  font-size: 3rem;
  color: var(--darkblue);
  text-align: center;
}


.about h2 span{
  font-size: 3rem;
  color: var(--orange);
}




@media screen and (max-width: 767px) {	
	
.about h2 {
    font-size: 2.2rem;

    text-align: left;
}

.about__title {
    margin-bottom: 2rem;
}	
	
.about h2 span {
    font-size: 2rem;

}	

.about__list {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    list-style: inside;
    list-style-type: disc;
    list-style-position: outside;
}	
	
    .consul__title, .page-title {
        font-size: 1.4rem;
    }

    .consul__title em, .page-title em {
        font-size: 1.4rem;    }
	
	
.consul__title {
    margin-bottom: 1rem;
}	
	
}




/* ====================
    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;
  }
}

/* ====================
    merit
====================*/
.merit__wrap {
  padding-bottom: 8rem;
}

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

.merit__q,
.merit__a {
  display: flex;
}

.merit__q::before,
.merit__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) {

  .merit__q::before,
  .merit__a::before {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
  }
}

.merit__q {
  font-size: 2rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .merit__q {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.merit__q::before {
  content: "Q";
  background-color: var(--darkblue);
}

.merit__a {
  padding-left: 4rem;
}

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

.merit__a::before {
  content: "A";
  background-color: var(--olive-green);
}

.form {
  width: 80%;
  margin: 0 auto;
}

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

.form__label {
  display: flex;
  align-items: center;
  color: var(--darkblue);
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.form__button {
  margin: 4rem auto 0;
}

.form-must,
.wpcf7-not-valid-tip {
  color: #c50000;
  font-size: 1.4rem;
  margin-left: 1rem;
  font-weight: 700;
}

.form__label.acceptance {
  text-align: center;
  display: block;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-weight: 500;
}

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

.form__label.acceptance a {
  text-decoration: underline;
}

.form__label.acceptance a:hover {
  opacity: 0.7;
}

.form__label .wpcf7-list-item {
  margin-left: 2rem;
}

.form__label .wpcf7-list-item.first,
.form__label .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .form__label .wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}

.form__label .wpcf7-spinner {
  display: none !important;
}

.form__label input[type=text],
.form__label input[type=email],
.form__label input[type=tel],
.form__label textarea {
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 1rem;
  width: 100%;
  padding: 0.5rem 1rem;
}

.form__label 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__label 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: "";
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

/* ====================
    Accordion (Merit Section) Design
   ====================*/

.merit__wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 5rem 0;
}

/* アコーディオンの外枠 */
.accordion-004 {
    margin-bottom: 15px;
    border: 2px solid var(--darkish-green);
    border-radius: 10px;
    background-color: var(--white);
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-004:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2.5rem;
    color: var(--darkblue);
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: background-color 0.3s;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::after {
    content: '';
    width: 12px;
    height: 12px;
    border-right: 3px solid var(--darkish-green);
    border-bottom: 3px solid var(--darkish-green);
    transform: rotate(45deg);
    transition: transform 0.3s;
    margin-left: 15px;
}

.accordion-004[open] summary {
    background-color: var(--beige-green);
    border-bottom: 1px solid var(--darkish-green);
}

.accordion-004[open] summary::after {
    transform: rotate(225deg);
    margin-top: 8px;
}

.accordion-004 p {
    padding: 2.5rem;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.8;
    color: var(--gray);
    background-color: var(--white);
    animation: fadeIn 0.5s ease;
}

.accordion-004 summary::before {
    color: var(--darkish-green);
    margin-right: 10px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 767px) {
    .accordion-004 summary {
        padding: 1.5rem;
        font-size: 1.6rem;
    }
    
    .accordion-004 p {
        padding: 1.5rem;
        font-size: 1.4rem;
    }

    .accordion-004 summary::after {
        width: 8px;
        height: 8px;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }
}


.back_wht{
	background: #fff !important;
}


.service__name {
	color:  var(--orange);
	font-size: 2rem;
}




.service__wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
}

.service__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 40px;
}

.service__item:nth-child(even) {
    flex-direction: row-reverse;
}

.service__img {
    flex: 0 0 45%;
}

.service__img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.service__text {
    flex: 1;
}

.service__name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ED6103;
    margin-bottom: 20px;
    line-height: 1.4;
}

.service__text p {
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .service__item,
    .service__item:nth-child(even) {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }

    .service__img {
        flex: 0 0 100%;
        width: 100%;
    }
}







/* ====================
    料金表
====================*/
    .section-price-list {
        padding: 80px 0;
        background-color: #f9fbf9;
    }

    .price-list-lead {
        text-align: center;
        margin-top: -3rem;
        margin-bottom: 4rem;
        color: var(--gray);
        font-size: 1.6rem;
    }

    .price-list-container {
        max-width: 1000px;
        margin: 0 auto;
    }

    .price-block {
        background: #fff;
        border-radius: 12px;
        padding: 30px;
        margin-bottom: 40px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border: 1px solid var(--border);
    }

    .price-block-header {
        border-bottom: 2px solid var(--main);
        padding-bottom: 15px;
        margin-bottom: 25px;
        display: flex;
        align-items: baseline;
        gap: 15px;
    }

    .price-block-header h3 {
        font-size: 2.2rem;
        color: var(--darkblue);
        margin: 0;
        font-weight: 700;
    }

    .price-block-header .header-note {
        font-size: 1.4rem;
        color: var(--gray);
        margin: 0;
    }

    .price-table-wrapper {
        overflow: auto;
        margin-bottom: 30px;		
    }

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  text-align: center;
  font-size: 12px;
}


    .price-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 1.6rem;
        min-width: 600px;
    }

    .price-table th,
    .price-table td {
        border: 1px solid var(--border);
        padding: 16px;
        text-align: left;
        vertical-align: middle;
    }

    .price-table th {
        background-color: var(--main-light);
        color: var(--main-dark);
        font-weight: bold;
        white-space: nowrap;
    }

    .price-table th:nth-child(1) { width: 30%; }
    .price-table th:nth-child(2) { width: 30%; }
    .price-table th:nth-child(3) { width: 40%; }

    .price-table.item-list th:nth-child(1) { width: 40%; }
    .price-table.item-list th:nth-child(2) { width: 25%; }
    .price-table.item-list th:nth-child(3) { width: 35%; }

    .price-table td.ttl {
        font-weight: bold;
        color: var(--darkblue);
    }

    .price-table td.sub-ttl {
        padding-left: 25px;
        color: var(--text);
    }

    .price-table td.price {
        font-weight: bold;
        color: var(--text);
        white-space: nowrap;
    }

    .price-table td.price .num {
        font-size: 2rem;
        letter-spacing: -0.5px;
    }

    .price-table td.note {
        font-size: 1.4rem;
        color: var(--gray);
        line-height: 1.6;
    }

    .price-sub-section {
        margin-top: 40px;
        padding-top: 30px;
        border-top: 1px dashed var(--border);
    }

    .price-sub-section h4 {
        font-size: 1.8rem;
        color: var(--main-dark);
        margin-bottom: 20px;
        font-weight: bold;
    }

    .option-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
        gap: 15px;
    }

    .option-list li {
        background: #fcfdfc;
        border: 1px solid var(--border);
        border-radius: 8px;
        padding: 15px 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 10px;
    }

    .opt-ttl {
        font-weight: bold;
        color: var(--darkblue);
        font-size: 1.6rem;
        flex-grow: 1;
    }

    .opt-price {
        font-weight: bold;
        color: var(--text);
        font-size: 1.6rem;
        white-space: nowrap;
    }

    .opt-price .num {
        font-size: 1.8rem;
    }

    .opt-note {
        font-size: 1.3rem;
        color: var(--gray);
        width: 100%;
        margin-top: 5px;
        padding-left: 10px;
        border-left: 2px solid var(--border);
    }

    .price-status-box {
        margin-top: 30px;
        background-color: #fffaf5;
        border: 1px solid #fee0c6;
        border-radius: 8px;
        padding: 15px 20px;
    }

    .status-disclaimer {
        color: var(--red) !important;
        font-weight: bold;
        font-size: 1.4rem;
        margin: 0 0 8px 0 !important;
    }

    .status-info {
        color: var(--gray) !important;
        font-size: 1.4rem;
        margin: 0 !important;
    }


/* ====================
    コンタクトフォーム
====================*/
input {
	border: 1px solid #eee;
  padding: 5px;
  margin: 5px;
}

.form-submit {
    text-align: center;
}

.form-submit input[type="submit"] {
    margin-top: 20px;
    padding: 14px;
    width: 100%;
    background: var(--orange);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
}

.form-submit input[type="submit"]:hover {
    background: var(--orange-dark);
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

.wpcf7-response-output {
    border-radius: 8px;
    font-size: 14px;
}

.wpcf7-submit {
	margin: 0 auto;
	display: block;
	padding: 5px 30px;
	border-radius: 5px;
    background: var(--orange);
	color: #fff;

}

textarea {
	width: 100%;
	border: 1px solid #eee;
	background: #fff;
}

.red {
	color: brown;
}



@media screen and (max-width: 768px) {
	.opt-ttl {
		display: block;
		width: 100%;
	}
	
.option-list {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    overflow: auto;
}
	.sp_left {
	text-align: left;
}

	
.price-block {

    padding: 20px;

}	
	
	
	.price-block-header h3 {
    font-size: 1.8rem;

}
	
	.ta_01 {
		min-width: 100%;
	}
	
	.ta_01 th{
		display: block;
		width: 100% !important;
	}	
	
.ta_01 th:nth-child(1) {
		width: 100% ;

	}	
	
	
	
	.ta_01 td{
		display: block;
		width: 100%;
	}
	
	
	input , textarea {
		width: 100%;
	}	
	
	.wpcf7-validates-as-number{
		width: 100px;
		margin-right: 10px;
	}	
	
	.wpcf7-submit {
		text-align: center;
	}	
	
	.center {
		text-align: center !important;
	}	
	
	
}

/* reCAPTCHA バッジを非表示 */
.grecaptcha-badge {
	visibility: hidden !important;
}

.recaptcha-notice {
	font-size: 12px;
	color: #888;
	text-align: center;
	margin-top: 10px;
}

.recaptcha-notice a {
	color: #888;
	text-decoration: underline;
}

.footer_link {
	background: var(--orange);
	position: fixed;
	bottom:0;
	width: 100%;
	text-align: center;

	
}

.footer_link a{
	display: block;padding: 20px;
	width: 100%;
	color: #fff;	
}



