@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 600;
	max-width: 530px;
	margin: 0 auto;
	overflow-x: hidden;
}
img {
  width: 100%;
  vertical-align: bottom;
}
h1, h2, h3, h4, h5 {
  font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 5vw;
  text-align: center;
}
h2 {
  font-size: 2.5rem;
  line-height: 2.0;
  margin-bottom: 20px;
}
h2.section-ttl {
  padding-top: 100px;
}
h3 {
  font-size: 2.3rem;
}
h4 {
  font-size: 2.0rem;
}
p {
  font-size: 1.6rem;
  font-weight: 500;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.bg-decoration {
  font-size: 6.5rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
  color: rgba(90, 150, 88, 0.2);
  position: absolute;
  left: 10px;
}
.txt-right {
  right: 10px;
	left: auto
}
.txt-center {
	text-align:center;
}
.h2-small {
  font-size: 2.0rem;
  display: block;
  line-height: 1;
}
.txt {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 30px;
}
.main-header {
  position: fixed;
  max-width: 530px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 15px;
  z-index: 100;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.main-header.scrolled {
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.main-header .header-logo {
  width: 15vw;
  max-width: 100px;
}
.main-header .nav-menu ul {
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
}
.main-header .nav-menu a:hover {
  color: #2e7d32;
}
.main-header .nav-menu a.trial-button {
  background-color: #f15e04;
  color: white;
  padding: 7px 10px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
  width: 7.5vw;
  text-align: center;
}
.main-header .nav-menu a.trial-button:hover {
  background-color: #fc7b2c;
}
.CV {
  background-image: url("../images/cv-bg@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding:0 10px 20px;
}
.CV .speech-bubble {
  position: relative;
  background: #5a9658;
  color: #fff;
  padding: 16px 15px;
  border-radius: 15px;
  max-width: min(100%, 450px);
  margin: -20px auto 10px;
  font-size: min(3.8vw, 1.8rem);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.CV .speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #5a9658 transparent transparent transparent;
}
.CV .CV-txt {
  font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
  padding: 15px 0 10px;
  font-size: min(4.2vw, 1.8rem);
}
.CV .cv-btn img {
  width: 80%;
  display: block;
  margin: 0 auto 15px;
}
.CV .cv-btn img:hover {
  filter: brightness(1.2);
}
/**concept**/
.concept {
  background: #ffffed;
  padding: 0 15px 50px;
}
.concept .h2-box {
  background: #fff;
  border: solid 1px #393834;
  padding: 5px;
}
.concept .concept-body {
	padding-top: 120px;
}
.concept .concept-body img {
  width: 95%;
  margin: 0 auto 20px;
  object-fit: contain;
}
.concept .concept-body .concept-txt {
  position: relative;
}
.concept .concept-body .concept-txt img {
  position: absolute;
  bottom: 0px;
  width: 30%;
}
.concept .concept-body .concept-txt p {
  padding-right: 5px;
}
/**evaluation**/
.evaluation {
  background-image: url("../images/environment-bg@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 10px;
}
.evaluation .section-ttl {
  color: #000;
  font-size: 3.4rem;
  line-height: 1.5;
}
.evaluation .bg-decoration {
  color: rgba(90, 150, 88, 0.2);
}
.evaluation h2 {
  color: #fff;
}
.evaluation-body {
  padding: 0 30px 30px;
}
/**change**/
.change {
	margin-bottom: 50px;
}
.change .name {
	background: linear-gradient(to right, #b08c46, #fbde69, #b08c46);
	text-align: center;
	padding: 10px 0;
	margin-top: 50px;
}
.change p{
	text-align: center;
	padding: 10px 0;
}
.change .img {
	display: flex;
	justify-content: space-around;
}
.change .img img{
	object-fit: contain;
}
.chage-num {
	    text-align: center;
    font-size: 2.5rem;
	margin-top: 20px;
}
.change-num_num {
	margin-left: 20px;
	color: #5a9658;
}
/**method**/
.method {
  background: #b0d178;
  padding-bottom: 30px;
}
.method .bg-decoration {
  color: rgba(255, 255, 255, 0.2);
}
.method .method-list li {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 30px 5px;
  margin: 50px 10px;
}
.method .method-list li h3.list-ttl {
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 20px;
}
.method .method-list li .list-num {
  position: absolute;
  top: -60px;
  font-size: 4.5rem;
  left: -5px;
}
.method .method-list li img {
  margin: 20px auto;
	width: 95%;
}
.method .method-list li .list-ttl_sub {
  color: #282c1e;
  background: linear-gradient(to right, #f2f047, #1ed94f);
  font-size: 1.5rem;
  display: block;
  padding: 0 5px;
  display: inline-block;
}
.method .method-list .list-ttl_wrapper {
  display: flex;
  justify-content: center;
}
.method .method-list .list-ttl_wrapper .list-ttl_wrapper-contents {
  margin: 0 2px;
}
.method .method-list .times {
  margin-top: 25px;
}
.method .method-list table {
  border-collapse: separate;
  border-spacing: 0 5px;
  font-size: 1.2rem;
  margin: 20px 0;
}
.method .method-list table .table-ttl {
  background: #cfe3ad;
  padding: 5px;
  text-align: center;
}
.method .method-list table .table-tate_ttl {
  background: #cfe3ad;
  text-align: center;
  padding: 5px;
  width: 80px;
}
.method .method-list table td {
  padding: 10px;
  border-bottom: 0.5px solid #282c1e;
}
.method .method-list table th:nth-child(2), .method .method-list table td:nth-child(2) {
  border-right: 0.5px solid #282c1e;
}
.method-sum {
  padding: 50px 10px;
}
.method-sum p {
  text-align: center;
  margin-top: 20px;
}
.method-sum img {
  width: 100%;
  margin: 0 auto;
}
.profile {
  background: #ffffed;
  padding: 50px 0;
}
.profile .profile-list li {
  margin: 10px;
}
.profile .profile-list li .slider1 img{
  height: 100%;
  object-fit: cover;
}
.profile .profile-list li img {
      margin: 20px auto;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
}
.profile .profile-list li h3 {
  font-size: 2.5rem;
}
.profile .profile-list li h3 span {
  font-size: 1.8rem;
}
.profile .profile-list li .shikaku {
  background: #5a9658;
  padding: 15px;
  width: 100%;
  border-radius: 15px;
  margin: 30px auto;
  color: #fff;
}
.profile .profile-list li .shikaku h4 {
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.profile .profile-list li .jisseki {
  background: #5a9658;
  padding: 15px;
  width: 100%;
  border-radius: 15px;
  margin: 30px auto;
  color: #fff;
}
.profile .profile-list li .jisseki h4 {
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.profile .profile-list li .jisseki table {
  border-collapse: collapse;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 auto;
}
.profile .profile-list li .jisseki table tr th {
  padding: 10px;
  width: 20%
}
.profile-list li .jisseki table tr td {
  width: 80%
}
.profile .profile-list li .jisseki table tr th, .profile .profile-list li .jisseki table tr td {
  vertical-align: top;
  padding: 10px 5px;
}
.store {
  background-image: url("../images/environment-bg@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0 0px;
}
.store .bg-decoration {
	font-size: 5.0rem;
	left: 10px;
	right: auto;
}
.store-bg {
	overflow-x: hidden;
}
.campaign-img {
	margin-top: 20px;
}
.store .section-ttl {
  line-height: 1.5;
}
.store .map {
  margin-bottom: 20px;
}
.store table {
  border-collapse: collapse;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 30px auto;
}
.store table tr th {
  padding: 10px;
  vertical-align: top;
  padding: 10px 20px 10px 10px;
}
.store table tr td {
  vertical-align: top;
  padding: 10px 20px 10px 10px;
  text-align: left;
}
.store .slider3 {
  padding-top: 30px;
}
.store .slider3  img {
	    height: 340px;
    border-radius: 10px;
    object-fit: cover;
}
.accordion .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  width: 95%;
  font-size: 1.7rem;
  color: #fff;
  border-radius: 5px;
  background: #5a9658;
  margin: 20px auto 0px;
  /* ブラウザデフォルトの矢印消す */
  /* 自作矢印 */
}
.accordion .accordion-title::-webkit-details-marker {
  display: none;
}
.accordion .accordion-title::after {
  content: '';
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-25%) rotate(45deg);
  transition: transform 0.3s ease;
}
.accordion[open] summary.accordion-title::after {
  transform: translateY(-25%) rotate(225deg);
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #f9f9f9;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1em;
  border-bottom: 1px solid #ccc;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.accordion input[type="checkbox"]:checked + .accordion-title + .accordion-content {
  max-height: 1500px;
  padding: 1em;
  opacity: 1;
  transform: translateY(0);
}
.price {
  position: relative;
  background-color: #fff;
  padding-bottom: 30px;
}
.price .price-list {
  margin: 0 10px;
}
.price .price-list li {
  margin: 50px 0;
}
.price .price-list li h3 {
  border-bottom: solid 1px #282c1e;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
}
.price .price-list li table {
  border-collapse: collapse;
  font-size: 2.0rem;
  font-weight: 500;
  margin: 20px auto;
  width: 100%;
  background-color: #ffffed;
  text-align: center;
  vertical-align: middle;
}
.price .price-list li table tr .table-ttl {
  background: #5a9658;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
}
.price .price-list li table tr th {
  padding: 10px;
  vertical-align: top;
  padding: 30px 10px;
}
.price .price-list li table tr td {
  vertical-align: top;
  padding: 30px 10px;
  text-align: center;
}
.price .price-list li table .table-row th {
  border-right: solid 1px #282c1e;
  border-bottom: solid 1px #282c1e;
  vertical-align: middle;
}
.price .price-list li table .table-row td {
  border-bottom: solid 1px #282c1e;
}
.price .price-list li table .table-row td span {
  font-size: 1.5rem;
  display: block;
}
.price .price-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.option {
  background: #f4fff4;
  padding: 50px 0;
}
.option .option-list {
  margin: 0 30px;
}
.option .option-list li {
  display: flex;
  margin: 30px 0;
}
.option .option-list li img {
  width: 40%;
  object-fit: contain;
}
.option .option-list li .option-list_txt {
  width: 100%;
  padding-top: 30px;
}
.option .option-list li .option-list_txt .option-list_ttl {
  background: #5a9658;
  border-radius: 0 100px 100px 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  font-size: 1.5rem;
}
.option .option-list li .option-list_txt p {
  padding: 20px 0 20px 20px;
}
.option .option-list li .option-list_txt .price-box {
  border: solid 1px #333;
  background: #fff;
  padding: 15px 10px 12px;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  font-size: 1.6rem;
	line-height: 1;
  text-align: center;
}
.option .option-list li .option-list_txt .price-box span {
	font-weight: 500;
	font-size: 1.2rem;
}
.payment {
  background-image: url("../images/environment-bg@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0 150px;
}
.payment .payment-list {
  margin: 0 30px;
}
.payment .payment-list li {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 24px 6px rgba(152, 152, 152, 0.24);
  margin: 30px 0;
}
.payment .payment-list li h3 {
  background: #5a9658;
  padding: 5px 0;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
}
.payment .payment-list li .payment-list_body {
  padding: 10px;
}
.campaign {
  background-image: url("../images/campaign-bg@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0 80px;
  margin-top: -80px;
}
.campaign .campaign-subttl {
  background: #fff;
  padding: 5px 10px;
  color: #d0c84e;
  font-size: 1.5rem;
  display: inline-block;
}
.campaign .campaign-ttl {
  color: #fff;
}
.campaign .campaign-list {
  margin: 0 10px;
}
.campaign .campaign-list .campaign-list_li {
  display: flex;
  align-items: center;
  text-align: left;
  margin: 30px 0;
}
.campaign .campaign-list .campaign-list_li img {
  width: 35%;
}
.campaign .campaign-list .campaign-list_li .campaign-list_txt {
  margin-left: 20px;
}
.campaign .campaign-list .campaign-list_li:last-of-type .campaign-list_txt {
  margin-right: 20px;
  margin-left: 0;
}
.campaign .campaign-list .campaign-list_li .campaign-list_txt .campaign-list_ttl {
  font-size: 2.7rem;
  color: #fff;
}
.campaign .campaign-list .campaign-list_li .campaign-list_txt p {
  color: #fff;
}
.campaign .campaign-list .cross img {
  width: 15%;
  display: block;
  margin: 0 auto;
}
.campaign .campaign-counseling {
  border-top: dashed 1px #fff;
  padding: 20px 0;
  max-width: 80%;
  margin: 0 auto;
}
.campaign .campaign-counseling div {
  font-size: 2.2rem;
  color: #fff;
}
.campaign .campaign-counseling p {
  color: #fff;
}
.CV.CV2 {
  padding-top: 20px;
}
.CV.CV2 .speech-bubble {
  margin-top: -40px;
}
.gap {
  background: #f4fff4;
  padding: 50px 0;
}
.gap img {
  width: 80%;
}
.gap img.before {
  display: block;
  margin-left: 0;
}
.gap img.after {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.summary {
  background-image: url("../images/summary-bg@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 30px 80px;
}
.faq {
  background: #ffffed;
  padding: 50px 10px;
}
.faq .faq-list details {
  margin: 10px 0;
}
.faq .faq-list details .q {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  color: #5a9658;
  margin-bottom: 10px;
}
.faq .faq-list details .a {
  padding: 0 5px;
}
.faq .accordion .accordion-title {
	width: 100%;
}
.faq .accordion .accordion-title::after {
	border-bottom: 3px solid #5a9658;
	border-right: 3px solid #5a9658;
}
.line-cv .cv-btn img {
  width: 80%;
  display: block;
  margin: 20px auto;
}
.line-cv .cv-btn img:hover {
  filter: brightness(1.2);
}
/**contact**/
.contact {
  margin: 10px;
}
form.snow-monkey-form {
  font-size: 1.6rem;
}
.smf-item__label__text {
  position: relative;
}
.required .smf-item__label__text::after {
  position: absolute;
  content: '必須' !important;
  color: #fff;
  width: 40px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  display: grid;
  place-items: center;
  background: #DD3234;
  border-radius: 4px;
  font-size: 12px;
}
.smf-form .smf-select-control__control {
  width: 100%
}
.smf-button-control__control {
  border-radius: 100px !important;
  padding: 15px !important;
  width: 80%;
  font-size: 2.3rem;
  color: #5a9658 !important;
}
.smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
  margin-top: 30px;
}
select[name="time1"],
select[name="time2"],
select[name="time3"] {
	margin-top: 10px;
}
/**footer**/
.footer {
  background: #5a9658;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-top: 40px;
}

/**slider**/
.slider1, .slider2, .slider3 {
  width: 90%;
  display: block;
  margin: 0px auto 10px;
}
.slider1 {
height: 340px;
  }
.slider1 .slick-list {
	height: 100%;
}
.thumbnail1, .thumbnail2, .thumbnail3 {
  pointer-events: auto;
  overflow: hidden;
  width: 93%;
  margin: 0 auto 30px;
}
.thumbnail1 .slick-track, .thumbnail2 .slick-track, .thumbnail3 .slick-track {
  transform: none !important;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}
.thumbnail1 .slick-slide, .thumbnail2 .slick-slide, .thumbnail3 .slick-slide {
  float: none !important;
}
.slider2 .slick-slide,.slider3 .slick-slide {
	height: 340px;
}
.slider1 .slick-slide {
	border-radius: 10px;
}
.slick-slide img {
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.thumbnail1 .slick-slide img, .thumbnail2 .slick-slide img, .thumbnail3 .slick-slide img {
  border-radius: 5px;
    height: 50px !important;
    object-fit: cover;
}
.slide-items {
  width: 50%;
  height: 50%;
  margin: auto;
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-items .slider1, .slide-items .slider2, .slide-items .slider3 {
  position: relative;
}
.slick-prev, .slick-next {
  font-size: 24px;
  color: black;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: -40px;
  background: #5a9658;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  color: #fff;
  border: solid 2px #fff;
}
.slick-prev {
  left: -30px;
  top: 170px;
}
.slick-next {
  right: -30px;
  top: 170px;
}

.slider3 .slick-prev,
.slider3 .slick-next {
  top: 200px;
}