@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通
=============================================================*/
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: "Zen Maru Gothic", sans-serif;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
}

.reset {
  font-size: clamp(14px, 20px, 2vw);
  color: #333333;
  line-height: normal;
}
.reset ul,
.reset ol,
.reset li,
.reset dl,
.reset dt,
.reset dd,
.reset figure,
.reset figcaption,
.reset table,
.reset address {
  list-style: none;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
.reset img {
  width: 100%;
  height: auto;
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 767.9px) {
  .reset img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

.reset .view-sp {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .reset .view-sp {
    display: block;
  }
}

.reset .view-pc {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .reset .view-pc {
    display: none;
  }
}

.contents {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*=============================================================

=============================================================*/
@media screen and (max-width: 767.9px) {
  .flow-btn {
    width: 100%;
    position: fixed;
    bottom: -200px;
    left: 0;
    z-index: 5;
    transition: all 0.3s;
  }
  .fixed .flow-btn {
    bottom: var(--sp-footer-height, 112px);
    left: 0;
  }
}
@media screen and (min-width: 767.9px) {
  .flow-btn {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -200px;
  }
  .flow-btn img {
    width: 90px;
    height: auto;
  }
}
@media screen and (min-width: 767.9px) and (min-width: 767.9px) and (max-width: 1024.9px) {
  .flow-btn img {
    zoom: 0.7;
  }
}
.flow-btn-sp {
  background-color: #6EC351;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
.flow-btn-sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 0;
  font-size: clamp(14px, 3vw, 35px);
  background-color: #E60012;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px #B41800;
  font-size: 20px;
  font-weight: 500;
}
.flow-btn-sp a img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}

#sec-kv {
  position: relative;
}
#sec-kv .ac-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#sec-kv .ac-inner h1 {
  text-align: center;
}
#sec-kv .ac-inner img {
  width: 1077px;
  max-width: 85%;
  height: auto;
  margin: 0 auto 0 5px;
}
@media screen and (min-width: 767.9px) {
  #sec-kv .ac-inner img {
    margin: 0 auto 0;
  }
}
#sec-kv .bg img {
  width: 100%;
  height: auto;
}

#sec-01 .contents {
  width: 1121px;
  padding: 50px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-01 .contents {
    padding: 100px 0;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-01 .col2 {
    display: grid;
    gap: 0px 68px;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-01 .col2 {
    zoom: 0.9;
  }
}
#sec-01 .col2-left .lead {
  color: #317619;
  font-size: clamp(20px, 38px, 3.5vw);
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  #sec-01 .col2-left .lead {
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-01 .col2-left .txt {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-01 .col2-right {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-01 .col2-right img {
    width: 85%;
    margin: 0 auto;
  }
}

#sec-02 .contents {
  background-color: #F6F1EA;
  padding: 30px 20px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .contents {
    padding: 100px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-02 .contents {
    zoom: 0.9;
    padding: 5vw;
  }
}
#sec-02 .ac-header {
  text-align: center;
}
#sec-02 .ac-header .ja {
  font-size: clamp(25px, 40px, 3vw);
  font-weight: 700;
  border-bottom: 7px solid #6EC351;
  display: inline-block;
  margin-bottom: 20px;
}
#sec-02 .ac-header .lead {
  font-size: clamp(14px, 20px, 2.5vw);
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  #sec-02 .ac-header .lead {
    text-align: left;
  }
}
#sec-02 .col3 {
  margin-top: 30px;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .col3 {
    display: grid;
    gap: 0px 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
  }
}
#sec-02 .col3-item {
  text-align: center;
  font-size: clamp(14px, 16px, 1vw);
}
@media screen and (max-width: 767.9px) {
  #sec-02 .col3-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background: url("../images/ico_arrow_step.webp") no-repeat center center;
    background-size: auto 20%;
  }
}
#sec-02 .col3-item:last-of-type:after {
  display: none;
}
#sec-02 .col3-item a {
  text-decoration: none;
  color: #707070;
  background-color: #fff;
  border: 3px solid #707070;
  border-radius: 20px;
  display: block;
  padding: 20px 10px;
}
@media screen and (max-width: 767.9px) {
  #sec-02 .col3-item a {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    text-align: left;
    padding: 10px 20px 10px 10px;
    position: relative;
  }
}
#sec-02 .col3-item .label {
  display: inline-block;
  background-color: #707070;
  color: #fff;
  border-radius: 95px;
  line-height: 1;
  font-size: clamp(11px, 14px, 1vw);
  padding: 0.5em 2em;
}
@media screen and (max-width: 767.9px) {
  #sec-02 .col3-item .label {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
}
#sec-02 .col3-item .label em {
  font-style: normal;
}
#sec-02 .col3-item .label em b {
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  #sec-02 .col3-item .label em b {
    display: block;
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-02 .col3-item .box {
    font-size: 12px;
  }
}
#sec-02 .col3-item .box .tit {
  color: #707070;
  font-size: clamp(17px, 28px, 1.8vw);
  font-weight: bold;
  margin: 10px 0 5px 0;
}
@media screen and (max-width: 767.9px) {
  #sec-02 .col3-item .box .tit {
    margin: 0;
  }
}
#sec-02 .col3-item .box i {
  display: block;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 767.9px) {
  #sec-02 .col3-item .box i {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-02 .col3-item .box i img {
    width: 18px;
    height: auto;
  }
}
#sec-02 .col3-item.step01 .label {
  background-color: #DB4933;
}
#sec-02 .col3-item.step01 .tit {
  color: #DB4933;
}
#sec-02 .col3-item.step01 a {
  border-color: #DB4933;
  box-shadow: 0 4px 0 0 #DB4933;
  transition: box-shadow 0.15s, transform 0.15s;
}
#sec-02 .col3-item.step01 a:active {
  box-shadow: none;
  transform: translateY(4px);
}
#sec-02 .col3-item.step02 .label {
  background-color: #C28D00;
}
#sec-02 .col3-item.step02 .tit {
  color: #C28D00;
}
#sec-02 .col3-item.step02 a {
  border-color: #C28D00;
  box-shadow: 0 4px 0 0 #C28D00;
  transition: box-shadow 0.15s, transform 0.15s;
}
#sec-02 .col3-item.step02 a:active {
  box-shadow: none;
  transform: translateY(4px);
}
#sec-02 .col3-item.step03 .label {
  background-color: #6EC351;
}
#sec-02 .col3-item.step03 .tit {
  color: #6EC351;
}
#sec-02 .col3-item.step03 a {
  border-color: #6EC351;
  box-shadow: 0 4px 0 0 #6EC351;
  transition: box-shadow 0.15s, transform 0.15s;
}
#sec-02 .col3-item.step03 a:active {
  box-shadow: none;
  transform: translateY(4px);
}
#sec-02 .ac-inner {
  padding-top: 40px;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .ac-inner {
    padding-top: 100px;
  }
}
#sec-02 .step_box {
  border: 3px solid red;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 31px;
  padding: 0 20px 20px 20px;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .step_box {
    padding: 0 50px 50px 50px;
    margin-top: 62.5px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-02 .step_box {
    padding: 0 3vw 3vw 3vw;
  }
}
#sec-02 .step_box-header {
  position: relative;
  text-align: center;
  padding: 31px 0 0 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .step_box-header {
    padding: 62.5px 0 0 0;
    margin-bottom: 50px;
  }
}
#sec-02 .step_box-header .ico {
  width: 62px;
  height: 62px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  border-radius: 100%;
  font-size: clamp(14px, 32px, 3vw);
  line-height: 1;
  position: absolute;
  left: 50%;
  top: -31px;
  margin-left: -31px;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .step_box-header .ico {
    width: 123px;
    height: 123px;
    top: -62.5px;
    margin-left: -62.5px;
  }
}
#sec-02 .step_box-header .ico span {
  display: block;
  font-size: clamp(14px, 48px, 5vw);
}
#sec-02 .step_box-header .tit {
  font-size: clamp(20px, 40px, 3.5vw);
  font-weight: 700;
  margin: 10px 0 10px 0;
  color: red;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .step_box-header .tit {
    margin: 50px 0 10px 0;
  }
}
#sec-02 .step_box-header .term {
  font-size: clamp(14px, 24px, 2vw);
}
#sec-02 .step_box .lead {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  font-size: clamp(14px, 20px, 1.6vw);
  margin-bottom: 10px;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .step_box .lead {
    margin-bottom: 37px;
  }
}
#sec-02 .step_box-col2 {
  background-color: #ccc;
  margin-top: 30px;
  padding: 15px;
  border-radius: 20px;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .step_box-col2 {
    padding: 50px;
    display: grid;
    gap: 0px 20px;
    grid-template-columns: 1fr 1.2fr;
    margin-top: 40px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-02 .step_box-col2 {
    padding: 3vw;
  }
}
#sec-02 .step_box-col2:first-of-type {
  margin-top: 20px;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .step_box-col2:first-of-type {
    margin-top: 0;
  }
}
#sec-02 .step_box-col2-right {
  font-size: clamp(14px, 24px, 1.4vw);
}
@media screen and (max-width: 767.9px) {
  #sec-02 .step_box-col2-right {
    margin-top: 20px;
  }
}
#sec-02 .step_box-col2-right .tit {
  color: red;
  font-size: clamp(20px, 32px, 2vw);
  margin-bottom: 5px;
}
#sec-02 .step_box-col2-right ul {
  font-size: clamp(14px, 20px, 1.2vw);
  background-color: #FCEAE7;
  border: 1px dotted red;
  padding: 8px;
  margin-top: 10px;
  line-height: 1.6;
  border-radius: 5px;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .step_box-col2-right ul {
    padding: 15px;
  }
}
#sec-02 .step_box-col2-right ul li span {
  color: red;
  font-weight: bold;
}
#sec-02 #step01 .step_box {
  border: 3px solid #DB4933;
}
#sec-02 #step01 .step_box .step_box-header .ico {
  background-color: #DB4933;
}
#sec-02 #step01 .step_box .step_box-header .tit {
  color: #DB4933;
}
#sec-02 #step01 .step_box .step_box-col2 {
  background-color: #FFF5F4;
}
#sec-02 #step01 .step_box .step_box-col2-right .tit {
  color: #DB4933;
}
#sec-02 #step01 .step_box .step_box-col2-right ul {
  background-color: #FCEAE7;
  border: 1px dotted #DB4933;
}
#sec-02 #step01 .step_box .step_box-col2-right ul li span {
  color: #DB4933;
}
#sec-02 #step02 .step_box {
  border: 3px solid #C28D00;
}
#sec-02 #step02 .step_box .step_box-header .ico {
  background-color: #C28D00;
}
#sec-02 #step02 .step_box .step_box-header .tit {
  color: #C28D00;
}
#sec-02 #step02 .step_box .step_box-col2 {
  background-color: #FFF9E9;
}
#sec-02 #step02 .step_box .step_box-col2-right .tit {
  color: #C28D00;
}
#sec-02 #step02 .step_box .step_box-col2-right ul {
  background-color: #FFF3DD;
  border: 1px dotted #C28D00;
}
#sec-02 #step02 .step_box .step_box-col2-right ul li span {
  color: #C28D00;
}
#sec-02 #step03 .step_box {
  border: 3px solid #6EC351;
}
#sec-02 #step03 .step_box .step_box-header .ico {
  background-color: #6EC351;
}
#sec-02 #step03 .step_box .step_box-header .tit {
  color: #6EC351;
}
#sec-02 #step03 .step_box .step_box-col2 {
  background-color: #F5F9E9;
}
#sec-02 #step03 .step_box .step_box-col2-right .tit {
  color: #6EC351;
}
#sec-02 #step03 .step_box .step_box-col2-right ul {
  background-color: #FFFEEA;
  border: 1px dotted #6EC351;
}
#sec-02 #step03 .step_box .step_box-col2-right ul li span {
  color: #6EC351;
}

#sec-03 {
  background: url("../images/cv_bg.webp") no-repeat center center;
  background-size: cover;
  padding: 20px;
}
@media screen and (min-width: 767.9px) {
  #sec-03 {
    padding: 100px 0;
  }
}
#sec-03 .contents {
  width: 976px;
  max-width: 80%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
}
@media screen and (max-width: 767.9px) {
  #sec-03 .contents {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-03 .contents {
    padding: 0 55px 40px 55px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-03 .contents {
    zoom: 0.9;
  }
}
#sec-03 .contents .ac-inner {
  position: relative;
}
#sec-03 .col2 {
  display: grid;
  gap: 0px 5px;
  grid-template-columns: 1.6fr 1fr;
  align-items: stretch;
}
@media screen and (min-width: 767.9px) {
  #sec-03 .col2 {
    display: grid;
    gap: 0px;
    grid-template-columns: 1.8fr 1fr;
    align-items: center;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-03 .col2-left {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
#sec-03 .col2-left .lead {
  color: #317619;
  font-size: clamp(16px, 3vw, 32px);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 767.9px) {
  #sec-03 .col2-left .lead {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
#sec-03 .col2-right {
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 767.9px) {
  #sec-03 .col2-right {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-03 .col2-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
#sec-03 .btn {
  width: 100%;
  text-align: center;
}
#sec-03 .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: clamp(22px, 3vw, 35px);
  background-color: #E60012;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px #B41800;
  line-height: 1;
  white-space: nowrap;
}
#sec-03 .btn a img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}
@media screen and (min-width: 767.9px) {
  #sec-03 .btn a img {
    width: 1em;
    margin-top: 5px;
  }
}

#sec-04 {
  background-color: #FFFEEA;
  padding: 30px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-04 {
    padding: 100px 0;
  }
}
#sec-04 .ac-header {
  text-align: center;
}
#sec-04 .ac-header .ja {
  color: #C28D00;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 700;
  margin-bottom: 10px;
}
#sec-04 .ac-header .lead {
  font-size: clamp(15px, 3vw, 20px);
}
#sec-04 .contents {
  width: 1220px;
}
@media screen and (min-width: 767.9px) {
  #sec-04 .col3 {
    display: grid;
    gap: 0px 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 54px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-04 .col3 {
    zoom: 0.9;
  }
}
#sec-04 .col3-item {
  background-color: #fff;
  border: 3px solid #6EC351;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 767.9px) {
  #sec-04 .col3-item {
    margin-top: 30px;
    padding: 15px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-04 .col3-item {
    zoom: 0.8;
    padding: 10px;
  }
}
#sec-04 .col3-item .tit {
  font-size: clamp(20px, 24px, 1.8vw);
  font-weight: 700;
  color: #6EC351;
  margin: 20px 0 0 0;
}
#sec-04 .col3-item .txt {
  margin-top: 20px;
  font-size: clamp(15px, 20px, 1vw);
}
#sec-04 .col3-item dl {
  font-size: clamp(15px, 20px, 1vw);
  margin-top: 20px;
}
#sec-04 .col3-item dl dt {
  font-weight: bold;
}
#sec-04 .col3-item dl dd p {
  margin-top: 10px;
}

#sec-05 {
  background: url("../images/member_bg.webp") no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-05 {
    padding: 100px 0;
  }
}
#sec-05 .contents {
  width: 1220px;
}
#sec-05 .ac-header {
  text-align: center;
}
#sec-05 .ac-header .ja {
  color: #B48301;
  font-size: clamp(30px, 42px, 3vw);
  font-weight: 700;
  display: inline-block;
  background-image: url("../images/deco_01.webp"), url("../images/deco_02.webp");
  background-position: center left, center right;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%;
  padding: 0 50px;
  margin-bottom: 20px;
}
#sec-05 .ac-header .ja small {
  display: block;
  font-size: clamp(18px, 32px, 2vw);
}
#sec-05 .ac-header .lead {
  font-size: clamp(15px, 20px, 1.5vw);
}
#sec-05 .col3 {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  padding: 10px;
}
@media screen and (min-width: 767.9px) {
  #sec-05 .col3 {
    padding: 40px 30px;
    display: grid;
    gap: 0px 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-05 .col3 {
    zoom: 0.8;
  }
}
#sec-05 .col3-item {
  position: relative;
  display: grid;
  gap: 0px 10px;
  grid-template-columns: 80px 1fr;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  #sec-05 .col3-item {
    border-bottom: 1px dotted #000;
    padding: 10px 0;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-05 .col3-item {
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 120px 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-05 .col3-item {
    zoom: 0.7;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-05 .col3-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: -20px;
    border-left: 1px dotted #000;
  }
}
#sec-05 .col3-item:first-of-type:before {
  display: none;
}
#sec-05 .col3-item:last-of-type {
  border: none;
}
#sec-05 .col3-item .pic {
  text-align: center;
}
#sec-05 .col3-item .pic img {
  width: auto;
  height: 90px;
}
@media screen and (min-width: 767.9px) {
  #sec-05 .col3-item .pic img {
    width: auto;
    height: 150px;
  }
}
#sec-05 .col3-item .txt {
  font-weight: bold;
  font-size: clamp(35px, 42px, 2vw);
  line-height: 1;
}
@media screen and (min-width: 767.9px) {
  #sec-05 .col3-item .txt {
    line-height: 1.4;
  }
}
#sec-05 .col3-item .txt small {
  font-size: clamp(21px, 32px, 1vw);
}
@media screen and (min-width: 767.9px) {
  #sec-05 .col3-item .txt small {
    display: block;
  }
}
#sec-05 .col3-item .price {
  color: #DB4933;
  font-weight: bold;
  line-height: 1;
  font-size: clamp(50px, 80px, 3vw);
}
#sec-05 .col3-item .price span {
  font-size: clamp(35px, 48px, 2vw);
}

#sec-06 {
  background: url("../images/voice_bg.webp") no-repeat top center;
  background-color: #F6F1EA;
  background-size: 100% auto;
  padding: 30px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-06 {
    padding: 100px 0;
    background-size: cover;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-06 {
    zoom: 0.9;
  }
}
#sec-06 .contents {
  width: 1220px;
}
#sec-06 .ac-header {
  text-align: center;
}
#sec-06 .ac-header .ja {
  position: relative;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
  border: 1px solid #c28d00;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  font-size: clamp(18px, 32px, 3vw);
  padding: 20px;
}
@media screen and (min-width: 767.9px) {
  #sec-06 .ac-header .ja {
    padding: 30px 50px;
  }
}
#sec-06 .ac-header .ja:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #c28d00 transparent transparent;
  translate: -50% 100%;
}
#sec-06 .ac-header .ja:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 18.3px 13.8px 0 13.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
#sec-06 .ac-header .ja .marker {
  background: linear-gradient(transparent 50%, #ecdeb8 50%);
}
#sec-06 .ac-header .pic {
  margin: 20px 0;
}
#sec-06 .ac-header .pic img {
  width: 408px;
  max-width: 80%;
  height: auto;
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-06 .ac-header .pic img {
    width: 40%;
    height: auto;
  }
}
#sec-06 .ac-header .attation {
  font-size: clamp(12px, 18px, 1vw);
}
#sec-06 .col3 {
  margin-top: 30px;
}
@media screen and (min-width: 767.9px) {
  #sec-06 .col3 {
    display: grid;
    gap: 0px 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
  }
}
#sec-06 .col3-item {
  font-size: clamp(14px, 18px, 1vw);
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  #sec-06 .col3-item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-06 .col3-item {
    zoom: 0.9;
  }
}
#sec-06 .col3-item-top {
  color: #6EC351;
  font-size: clamp(18px, 24px, 2vw);
  border-bottom: 1px dotted #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: grid;
  gap: 0px;
  align-items: center;
  grid-template-columns: 2fr 1fr;
  letter-spacing: 0em;
}
@media screen and (min-width: 767.9px) {
  #sec-06 .col3-item-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-06 .col3-item-top {
    zoom: 0.9;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-06 .col3-item-top .icon {
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-06 .col3-item-top .icon img {
    width: 84px;
  }
}

#sec-07 {
  background: url("../images/area_bg.webp") no-repeat top center;
  background-size: cover;
  padding: 30px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-07 {
    padding: 100px 0;
  }
}
#sec-07 .info {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 767.9px) {
  #sec-07 .info {
    border-radius: 20px;
  }
}
#sec-07 .info .col2 {
  display: grid;
  gap: 0px;
  grid-template-columns: 1.7fr 1fr;
  align-items: stretch;
  padding: 15px 15px 0 15px;
}
@media screen and (min-width: 767.9px) {
  #sec-07 .info .col2 {
    display: grid;
    gap: 0px 40px;
    grid-template-columns: 2fr 1fr;
    padding: 0 90px;
    align-items: center;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-07 .info .col2 {
    zoom: 0.9;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-07 .info .col2-right {
    margin-top: -50px;
  }
}
  #sec-07 .info .col2-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
@media screen and (max-width: 767.9px) {
  #sec-07 .info .col2-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
#sec-07 .info .col2 .lead {
  color: #317619;
  font-size: clamp(17px, 32px, 2.5vw);
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 767.9px) {
  #sec-07 .info .col2 .lead {
    margin-bottom: 20px;
  }
}
#sec-07 .info .col2 ul {
  font-size: clamp(12px, 24px, 2vw);
}
#sec-07 .area {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 15px;
  width: 1220px;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 767.9px) {
  #sec-07 .area {
    margin: 60px auto 0 auto;
    border-radius: 20px;
    padding: 56px 82px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #sec-07 .area {
    zoom: 0.8;
    padding: 5vw;
  }
}
#sec-07 .area .area-name {
  background: url("../images/area_icon.webp") no-repeat 15px center;
  background-size: auto 13px;
  background-color: #317619;
  color: #fff;
  font-size: clamp(18px, 24px, 2vw);
  border-radius: 5px;
  line-height: 1;
  padding: 10px 10px 10px 40px;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (min-width: 767.9px) {
  #sec-07 .area .area-name {
    background-position: 30px center;
    margin-top: 48px;
    padding: 20px 20px 20px 60px;
    background-size: auto 15px;
  }
}
#sec-07 .area .area-name:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 767.9px) {
  #sec-07 .area .col3 {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 16px;
  }
}
#sec-07 .area .col3-item {
  border: 1px solid #E8E8E4;
  border-radius: 20px;
  padding: 15px;
  font-size: clamp(13px, 14px, 1vw);
  color: #707070;
}
@media screen and (max-width: 767.9px) {
  #sec-07 .area .col3-item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-07 .area .col3-item {
    padding: 20px;
  }
}
#sec-07 .area .col3-item .name {
  font-size: clamp(17px, 15px, 3vw);
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
#sec-07 .area .col3-item .tel {
  margin-top: 10px;
}
#sec-07 .area .col3-item .tel a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #E60012;
  border-radius: 10px;
  text-align: center;
  font-size: clamp(25px, 20px, 5vw);
  padding: 10px;
  box-shadow: 0px 5px 0px 0px #B41800;
}
#sec-07 .area .col3-item .tel img {
  width: auto;
  height: 0.8em;
  margin-right: 10px;
}/*# sourceMappingURL=aftercare.css.map */