@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
*, ::before, ::after {
  box-sizing: border-box;
  outline: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}
select {
  visibility: visible !important;
}
a {
  transition: all ease 0.3s;
  text-decoration: none;
  color: var(--txt);
}
a[href^="tel:"] {
  word-break: keep-all;
}
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
  background: #fff
}
body {
  -webkit-text-size-adjust: none;
  min-width: 320px;
  color: var(--txt);
  font-family: var(--f-main);
  --bdr-lg: 20px;
  --bdr-sm: 10px;
}
table {
  width: 100%
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}
p, dd, dt, li, th, td, address {
  line-height: 2.1875em;
  letter-spacing: 0;
}
p {
  margin: 0 0 2.1875em;
}
p:last-child {
  margin-bottom: 0
}
.bold {
  font-weight: bold;
}
.left {
  text-align: left
}
.right {
  text-align: right;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.red {
  color: var(--red);
}
.txt_orange {
  color: var(--scolor);
}
.txt_orange02 {
  color: #FFCA37;
}
.txt_green {
  color: var(--mcolor);
}
.txt_yellow {
  color: var(--yellow);
}
.txt_line {
  text-decoration: underline;
}
.f_big {
  font-size: 150%;
}
.f_sm {
  font-size: 80%;
}
.m0a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
:root {
  --txt: #202020;
  --mcolor: #3C8205;
  --scolor: #FFA837;
  --container: 1450px;
  --orange: #FFCA37;
  --green: #4DAC27;
  --yellow: #FFFF00;
  --black-light: #3A3A3A;
  --f-main: 'Noto Sans JP', sans-serif;
  --f-zmg: "Zen Maru Gothic", serif;
  --f-nunito: "Nunito", serif;
}
#wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1260px;
  background: #DFEED1;
}
.inner_lg {
  width: 1590px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.inner {
  width: var(--container);
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}
/*==========================================================
                       H E A D E R
==========================================================*/
header {
  position: relative;
  z-index: 10;
}
h1 {
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
  min-height: 30px;
}
.h_box {
  position: fixed;
  background-color: #fff;
}
.h_slogan {
  font-family: var(--f-zmr);
  line-height: calc(25 / 16);
}
.h_slogan span {
  color: var(--scolor);
  font-weight: 600;
}
.h_contact {
  border-radius: 5px;
  background: #FFFBD2;
  padding: 1.2539vh 1.0449vh 2.2989vh;
  margin: 0 1.0449vh;
}
.h_contact .txt_en {
  width: 12.1429em;
  height: 1.7857em;
  background: #FFA837;
  font-family: var(--f-nunito);
  font-size: 1.4629vh;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto -1.4286em;
  position: relative;
  padding: 0.5714em 0.3571em 0.3571em;
  top: -1.7143em;
  border-radius: 0.1429em;
}
.h_contact .txt_ja {
  font-family: var(--f-zmg);
  font-weight: 600;
  font-size: 1.7764vh;
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 0.627vh;
}
.h_contact .txt_ja > span {
  display: block;
}
.h_contact .txt_ja .lg {
  font-size: calc((20 / 17) * 100%);
  margin-bottom: -0.55em;
}
.h_contact .txt_ja .sm {
  color: #FF9000;
}
.h_contact .txt_ja .big {
  font-size: calc((24 / 20) * 100%);
}
.h_contact .contact_box {
  display: flex;
  gap: 0.418vh;
  margin-bottom: 1.1494vh;
  justify-content: center;
}
.contact_box > p a {
  margin-bottom: 0;
  width: 7.6471em;
  height: 7.0588em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1765em solid #4D4D4D;
  border-radius: var(--bdr-sm);
  box-shadow: 0.1765em 0.1765em 0 rgba(0, 0, 0, .16);
  background: #fff;
  font-size: 1.7764vh;
  line-height: calc(20 / 17);
  text-align: center;
  position: relative;
  padding-top: 1px;
}
.h_contact .contact_box > p span::before {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0.7059em;
}
.contact_mail,
.contact_line,
.contact_tel {
  margin-bottom: 0;
}
.contact_mail a,
.contact_line a {
  font-family: var(--f-zmg);
  font-weight: bold;
}
.contact_mail span::before,
.contact_line span::before {
  content: "";
  position: relative;
}
.contact_mail span::before {
  height: auto;
  background: url("../images/ic_mail.png") no-repeat center / cover;
}
.h_contact .contact_mail span::before {
  width: 2.1765em;
  aspect-ratio: 74 /60;
}
.contact_line span::before {
  height: auto;
  background: url("../images/ic_line.png") no-repeat center / cover;
}
.h_contact .contact_line span::before {
  width: 1.7647em;
  aspect-ratio: 1 / 1;
}
.contact_tel {
  text-align: center;
  line-height: 1.63;
}
.contact_tel .txt {
  font-size: 1.5674vh;
  font-weight: 600;
  display: block;
  margin-bottom: -0.3333em;
  line-height: calc(21 /15);
}
.contact_tel .tel {
  font-family: var(--f-nunito);
  font-size: 2.0899vh;
  color: var(--mcolor);
  font-weight: bold;
  letter-spacing: -0.04em;
  display: block;
  margin-bottom: -12px;
}
.contact_tel .tel .nb {
  font-size: calc((33 / 20) * 100%);
}
.contact_tel .time {
  font-size: 1.3584vh;
  font-weight: 500;
}
/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
  position: relative;
  z-index: 2;
}
.mv {
  position: relative;
  padding: 0;
  background: #DFEED1;
}
.mv_inner {
  position: relative;
}
.mv_bg img {
  border-radius: var(--bdr-lg);
  border: 10px solid #fff;
}
.mv_box {
  border-radius: var(--bdr-lg);
  border: 4px solid var(--mcolor);
  background: #fff;
}
.mv_txt h2 {
  font-weight: bold;
  font-family: var(--f-zmg);
  line-height: calc(50 / 36);
}
.mv_txt p {
  line-height: calc(30 / 16);
}
@keyframes zoomImg {
  0% {
    transform: scale(1.2)
  }
  100% {
    transform: scale(1.0)
  }
}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl_h3 {
  text-align: center;
  font-weight: bold;
  width: fit-content;
}
.ttl_h3.center {
  margin-left: auto;
  margin-right: auto;
}
.ttl_h3:not(:last-child) {
  margin-bottom: 30px;
}
.ttl_h3 > span {
  display: block;
}
.ttl_h3 .en {
  font-family: var(--f-nunito);
  font-size: 14px;
  color: var(--mcolor);
  position: relative;
  width: fit-content;
  padding-left: 18px;
}
.ttl_h3 .en::before {
  content: "";
  position: absolute;
  width: 0.7143em;
  aspect-ratio: 1 / 1;
  height: auto;
  top: calc(50% - 0.3571em);
  border-radius: 50%;
  left: 0px;
  background: var(--mcolor);
}
.ttl_h3 .ja {
  font-family: var(--f-zmg);
  font-size: clamp(1.5rem, -0.0484rem + 1.9355vw, 2.25rem);
  text-align: center;
}
/* DEFAUTL NAME BUTTON */
.btn a {
  width: 330px;
  min-height: 80px;
  border-radius: 999em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--mcolor);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 9px 25px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.btn a > span {
  position: relative;
  padding-bottom: 9px;
}
.btn a > span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.btn.btn_sm a {
  min-height: 60px;
  width: 290px;
  padding-top: 0;
  padding-bottom: 5px
}
.btn.btn_sm a > span {
  padding-bottom: 7px;
}
.btn.btn_sm a > span::before {
  height: 3px;
}
.btn.center a {
  margin-left: auto;
  margin-right: auto;
}
.btn_box:not(:last-child) {
  margin-bottom: 30px;
}
.btn_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btn_box .btn {
  margin: 10px;
}
/*============= SEC01 ==============*/
.sec01_box {
  position: relative;
  border: 20px solid #fff;
  border-radius: var(--bdr-lg);
  background: url("../images/sec01_bg.jpg") repeat top left / 477px;
}
.sec01_box::after {
  content: "";
  position: absolute;
  max-width: 815px;
  aspect-ratio: 815 / 89;
  height: auto;
  background: url("../images/sec01_ic02.png") no-repeat center / cover;
}
.sec01 .img01 {
  margin-right: calc(-1 * (var(--pd-size)));
}
.sec01 .img01 img {
  border-radius: var(--bdr-lg) 0 0 var(--bdr-lg);
}
.sec01 .img02 {
  margin-left: calc(-1 * (var(--pd-size)));
}
.sec01 .img02 img {
  border-radius: 0 var(--bdr-lg) var(--bdr-lg) 0;
}
.sec01_box_btn .btn a {
  max-width: 330px;
  width: 100%;
}
.sec01 .btn01 .txt_yellow {
  font-size: calc((21 / 18) * 100%);
}
/*============= SEC BNR ==============*/
.sec_bnr {
  padding: 40px 0;
}
.bnr_box {
  background: #2E2E2E;
  border-radius: var(--bdr-lg);
  padding: 50px 30px;
}
.bnr_ttl {
  margin-top: -69px;
  margin-bottom: 35px;
  text-align: center;
}
.bnr_ttl > span {
  font-family: var(--f-zmg);
  font-size: 26px;
  font-weight: bold;
  background: var(--orange);
  border-radius: 999em;
  padding: 17px 166px 16px;
}
.bnr_ttl .lg {
  font-size: calc((32 / 26) * 100%);
}
.bnr_desc {
  color: #fff;
  text-align: center;
  line-height: calc(30 / 16);
}
.bnr_head {
  padding-bottom: 22px;
  border-bottom: 1px solid #4D4D4D;
}
.bnr_content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 39px 15px 0;
}
.bnr_content .contact_tel .tel {
  color: #fff;
  font-size: clamp(1.5rem, -0.1774rem + 2.0968vw, 2.3125rem);
  display: block;
  margin-bottom: 17px;
  line-height: 1;
}
.bnr_content .contact_tel .tel .nb {
  font-size: calc((60 / 37) * 100%);
}
.bnr_content .contact_tel .time {
  color: #fff;
  font-size: 15px;
  line-height: calc(30 / 15);
  padding: 4px 30px 4px;
  background: #3D3D3D;
  border: 1px solid #707070;
  border-radius: 999em;
  margin-left: 5px;
  width: 100%;
  max-width: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bnr_content .btn_contact {
  max-width: 460px;
  width: 32%;
}
.bnr_content .btn_contact a {
  min-height: 5.3846em;
  width: 100%;
  display: flex;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .72);
  font-size: clamp(1rem, -0.2903rem + 1.6129vw, 1.625rem);
  line-height: calc(52 /26);
}
.bnr_content .contact_tel {
  padding-top: 6px;
  margin-right: 10px;
  max-width: 475px;
  width: 33%;
}
.bnr_content .btn_contact a span {
  padding-bottom: 3px;
  position: relative;
}
.bnr_content .btn_contact a span::before {
  content: "";
  position: absolute;
}
.bnr_content .btn_contact.contact_mail a span {
  padding-left: 2.4231em;
}
.bnr_content .btn_contact.contact_mail a span::before {
  width: 1.9231em;
  aspect-ratio: 5 / 4;
  top: 0.2692em;
  left: 0;
  background-image: url("../images/ic_mail_lg.png");
}
.bnr_content .btn_contact.contact_line a span {
  padding-left: 2.6154em;
  letter-spacing: 0.01em;
}
.bnr_content .btn_contact.contact_line a span::before {
  width: 2.0385em;
  aspect-ratio: 53 / 50;
  top: 0.0769em;
  left: -1px;
  background-image: url("../images/ic_line_lg.png");
}
/*============= SEC02 ==============*/
.sec02_box {
  background: #fff;
  border-radius: var(--bdr-lg);
}
.sec02_head {
  border-bottom: 1px solid #3C8205;
}
.sec02_list.news_list {
  display: flex;
}
.news_list .img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d9d9d9;
  border-radius: var(--bdr-sm);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  overflow: hidden;
}
.news_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list .cate_date {
  display: flex;
  align-items: baseline;
}
.news_list .cate_date .cate {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: var(--mcolor);
  border-radius: 999em;
  border: 1px solid #85CE74;
}
.news_list .cate_date .date {
  font-family: var(--f-nunito);
  line-height: 1;
  letter-spacing: -0.04em;
  position: relative;
}
.news_list .ttl {
  line-height: calc(25 / 16);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec02_list.news_list .ite:nth-of-type(1) {
  position: relative;
}
.sec02_list.news_list .ite:nth-of-type(1) .img {
  margin-bottom: 0;
  /* height: 330px; */
}
.sec02_list.news_list .ite:nth-of-type(1) .cate_date {
  position: absolute;
  top: 0;
  background: #fff;
  border-radius: 0 0 var(--bdr-sm) var(--bdr-sm);
  align-items: center;
}
.sec02_list.news_list .ite:nth-of-type(1) .cate_date .cate {
  padding: 0;
  border: none;
  border-radius: unset;
}
.sec02_list.news_list .ite:nth-of-type(1) .ttl {
  position: absolute;
  color: #fff;
  height: 100%;
  background: #3A3A3A;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*============= SEC03 ==============*/
.sec03_bnr {
  position: relative;
}
.sec03_bnr .img {
  border-top: 10px solid #8AC75A;
  border-bottom: 10px solid #8AC75A;
  margin-bottom: 0;
}
.sec03_bnr .img img {
  height: 100%;
  width: auto;
}
.sec03_bnr .txt {
  text-align: center;
}
.sec03_bnr .txt > span {
  position: relative;
  font-family: var(--f-zmg);
  font-weight: bold;
  border-radius: 999em;
  border: 6px solid #3A3A3A;
  background: #fff;
}
.sec03_bnr .txt > span::before {
  content: "";
  position: absolute;
  aspect-ratio: 3 / 4;
  height: auto;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/ic_triangle.png") no-repeat center / cover;
}
.sec03_list li {
  background: #fff;
  border-radius: var(--bdr-lg);
}
.sec03_list .ttl {
  font-family: var(--f-zmg);
  font-weight: bold;
  text-align: center;
}
.sec03_list .ttl span {
  background: linear-gradient(to right, #FFCE5D, #FFCE5D) bottom left/100% 21px repeat-x
}
.sec03_list .img img {
  border-radius: var(--bdr-sm);
}
/*============= SEC04 ==============*/
.sec_head {
  border-top: 5px solid var(--txt);
  border-bottom: 1px solid var(--txt);
}
.sec04_list li dl {
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: var(--bdr-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sec04_list li dl dt {
  background: var(--black-light);
}
.sec04_list li dl dt .ttl {
  font-family: var(--f-zmg);
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.sec04_list li dl dd .img img {
  border-radius: var(--bdr-sm);
}
.sec04_list li dl dd .btn {
  width: 100%;
}
.sec04_list li dl dd .btn a {
  width: 100%;
}
/*============= SEC05 ==============*/
.sec05_list li {
  background: #fff;
  border-radius: var(--bdr-lg);
}
.sec05_list .ttl {
  font-weight: bold;
}
.sec05_list li dl dt .ttl .nb {
  font-family: var(--f-nunito);
  font-size: calc((40 / 24) *100%);
  color: var(--scolor);
  position: relative;
  letter-spacing: -0.02em;
}
.sec05_list li dl dt .ttl .txt {
  font-family: var(--f-zmg);
}
.sec05_list li dl dd {
  position: relative;
}
.sec05_btn a .sm {
  font-size: calc((18 / 26) * 100%);
}
/*============= SEC06 ==============*/
.sec06_box {
  background: #fff;
  border-radius: var(--bdr-lg);
}
.sec06_list {
  position: relative;
  counter-reset: item;
}
.sec06_list::before {
  content: "";
  position: absolute;
  background: #82D26F;
}
.sec06_list li {
  padding-left: 1.4615em;
  position: relative;
  counter-increment: item;
  font-weight: bold;
}
.sec06_list li::before {
  content: "";
  position: absolute;
  width: 0.5385em;
  aspect-ratio: 1 / 1;
  height: auto;
  top: calc(50% - 0.3462em);
  left: 0px;
  border-radius: 0.0769em;
  background: #82D26F;
}
.sec06_list li span::before {
  content: "0" counter(item) ".";
  display: inline-block;
  font-family: var(--f-nunito);
  color: var(--mcolor);
  position: relative;
}
.sec06_list li:nth-child(n + 10) span::before {
  content: counter(item) ".";
}
.sec06_btn a,
.sec07_btn a {
  max-width: 100%;
}
/*============= SEC07 ==============*/
.sec07_box {
  background: #fff;
  border-radius: var(--bdr-lg);
}
.ac_qa .ac_question {
  background: #D6F1D0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.ac_qa .ac_question:hover {
  background: var(--mcolor);
}
.ac_qa .ac_question:hover p {
  color: #fff;
}
.ac_qa .ac_question:hover p::before {
  color: var(--yellow);
}
.ac_qa .ac_answer {
  display: none;
  background: #F6F9E3;
}
.ac_qa .ac_ite p {
  margin-bottom: 0;
  position: relative;
}
.ac_qa .ac_ite p::before {
  position: absolute;
  font-family: var(--f-nunito);
  left: 0;
  font-weight: bold;
}
.ac_qa .ac_question p::before {
  content: "Q.";
  color: var(--mcolor);
}
.ac_qa .ac_answer p::before {
  content: "A.";
  color: var(--scolor);
}
.ac_qa .ac_question p,
.ac_qa .ac_answer .ttl {
  font-family: var(--f-zmg);
  font-weight: bold;
}
.ac_qa .ac_answer .ttl {
  display: block;
}
/*============= SEC08 ==============*/
/*==========================================================
                        F O O T E R
==========================================================*/
footer {
  position: relative;
  z-index: 3;
}
.ft_inner {
  border-top: 5px solid var(--txt);
  padding: 71px 121px;
}
.ft_menu {
  display: flex;
}
.ft_col:nth-child(1) {
  margin-right: 94px;
}
.ft_col:nth-child(2) {
  margin-right: 78px;
}
.ft_col:nth-child(3) {
  margin-right: 79px;
}
.ft_col dl:not(:last-child) {
  margin-bottom: 27px;
}
.ft_col dl dt {
  margin-bottom: -2px;
}
.ft_col dl dd {
  padding-left: 18px;
}
.ft_col dl dt span {
  position: relative;
  color: var(--mcolor);
  font-family: var(--f-nunito);
  font-size: 14px;
  font-weight: bold;
  padding-left: 18px;
  letter-spacing: -0.02em;
}
.ft_col dl dt span::before {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 1/ 1;
  border-radius: 50%;
  height: auto;
  top: 4px;
  left: 0;
  background: var(--mcolor);
}
.ft_col dl dd ul li:not(:last-child) {
  margin-bottom: 0;
}
.ft_col dl dd ul li a {
  line-height: calc(39 / 16);
}
/* BACK TO TOP */
.to_top {
  position: fixed;
  z-index: 9;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  bottom: 10px;
  right: 20px;
  cursor: pointer;
  transition: all .2s;
  opacity: 0;
  visibility: hidden
}
.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}
/* FIREFOX ONLY */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}