@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
  font-size: 1.2rem;
  line-height: 2.8;
}
@media (max-width: 767px) {
  sup {
    font-size: 1rem;
    line-height: 2.4;
  }
}

sub {
  vertical-align: text-bottom;
  font-size: 1.2rem;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.8em;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
  }
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: normal;
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

:target {
  scroll-margin-top: 105px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 60px;
  }
}
html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.68;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
@media (max-width: 800px) {
  body {
    font-size: 1.3rem;
  }
}

.txt-green {
  color: #3C9A46;
}

.txt-blue {
  color: #39A4E6;
}

.annotion {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
.annotion.gray {
  color: #838383;
}
.annotion.white {
  color: #fff;
}
.annotion.large {
  font-size: 13px;
}

.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

a[href^=tel] {
  cursor: default;
}

.container {
  margin: 0 auto;
  max-width: 1040px;
  width: 90%;
}
.container.wide {
  max-width: 1180px;
}
.container.narrow {
  max-width: 900px;
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.vab {
  vertical-align: bottom;
  position: relative;
  bottom: 5px;
  left: 11px;
}

.mt_45 {
  margin-top: 45px;
}

.w-370 {
  width: 370px;
}

.bold {
  font-weight: bold;
}

.input_100 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #F6F6F6;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  margin: 0;
  width: 100%;
  min-height: 50px;
}

.input_120px {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #F6F6F6;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  margin: 0;
  width: min(20vw, 120px);
  min-height: 50px;
  margin: 0 12px;
}

.input_153px {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #F6F6F6;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  margin: 0;
  width: 153px;
  min-height: 50px;
}

.input_287px {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #F6F6F6;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  margin: 0;
  width: 287px;
  min-height: 50px;
}

.contact {
  height: 195px;
}

.u_line {
  -webkit-text-decoration: underline 2px #D5BD5B;
          text-decoration: underline 2px #D5BD5B;
  text-underline-offset: 0.15em;
}

.hissu {
  padding: 5px 14px;
  background-color: #BCA03F;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}

.pc-only {
  display: block;
}

.pc-only_inline {
  display: inline;
}

.pc_tab-only_inline {
  display: inline;
}

.pc_tab-only {
  display: block;
}

.sp-only {
  display: none;
}

.sp-only_inline {
  display: none;
}

.tab-only {
  display: none;
}

.sp02-only {
  display: none;
}

@media (max-width: 1024px) {
  .col2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tab-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sec04_ttl01 {
    width: 90%;
    margin: 0 auto 17.5px;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .pc-only_inline {
    display: none;
  }
  .pc_tab-only_inline {
    display: none;
  }
  .pc_tab-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only_inline {
    display: inline;
  }
  .tab-only {
    display: none;
  }
  .col2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact {
    height: 330px;
  }
  .u_deco {
    padding-bottom: 22px;
    position: relative;
  }
  .u_deco .u_deco::before {
    width: 15px;
    height: 2px;
  }
  .container {
    margin: 0 auto;
    width: 90%;
  }
  .w-370 {
    width: 450px;
  }
  .c_ttl01 {
    font-size: 3.5rem;
  }
  .c_ttl02 {
    font-size: 3.7rem;
  }
  .hissu {
    font-size: 1.8rem;
  }
  .input_287px {
    width: 153px;
  }
  .sec01_ttl01 {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sec02_ttl01 {
    width: 70%;
    margin: 0 auto 17.5px;
  }
  .sec04_ttl01 {
    width: 95%;
    margin: 0 auto 17.5px;
  }
  .sec05_ttl01 {
    width: 95%;
    margin: 0 auto 17px;
  }
  .sec06_ttl01 {
    width: 70%;
    margin: 0 auto 30px;
  }
  .sec07_ttl01 {
    width: 60%;
    margin: 0 auto 20px;
  }
  .btn-more {
    font-size: 1.9rem;
    min-height: 50px;
    max-width: 225px;
    padding: 10px 0 10px 70px;
  }
  .btn-more::after {
    width: 21.5px;
    height: 21.5px;
    right: 14px;
  }
}
@media (max-width: 600px) {
  .btn-more {
    width: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }
  .sp02-only {
    display: block;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
  width: calc(100% - 60px);
  border-radius: 0 0 20px 20px;
  z-index: 100;
  background: #fff;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.header__logoWrap {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 30px 16px;
}
.header .h-logo01 {
  max-width: 146px;
}
.header .h-logo01 img {
  width: 100%;
}
.header .h-logo02 {
  max-width: 160px;
}
.header .h-logo02 img {
  width: 100%;
}
.header__btn {
  background: #F15A5A;
  color: #fff;
  text-align: center;
  width: 330px;
  padding: 10px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 20px 0;
}
.header__btn img {
  width: 160px;
}
.header__btn:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .header {
    margin: 0;
    width: 100%;
    position: static;
  }
  .header__logoWrap {
    width: 100%;
    justify-content: center;
    gap: 10px;
    padding: 12px 0;
  }
  .header .h-logo01 {
    max-width: 98px;
  }
  .header .h-logo02 {
    max-width: 140px;
  }
  .header__btn {
    display: none;
  }
}
.hero {
  width: 100%;
  position: relative;
}
.hero__main {
  width: 100%;
  padding-top: 128px;
  line-height: 1;
  background: url(../images/hero_bg01.jpg) center/cover no-repeat;
}
.hero__img {
  width: 90%;
  margin: 0 auto;
  transform: translateX(-6px);
}
.hero__bottom {
  background: url(../images/hero_bg02.jpg) center/cover no-repeat;
  padding: 40px 0 20px;
}
.hero__list {
  display: flex;
  gap: 30px;
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
.hero__list > li {
  flex: 1;
}
.hero__list > li:first-child {
  flex: 1.01;
}
.hero__annotion {
  max-width: 1036px;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .hero__main {
    padding-top: 25px;
    background: url(../images/hero_bg01_sp.jpg) center/cover no-repeat;
  }
  .hero__img {
    width: 93%;
    margin: 0 -3% 0 5%;
    transform: translateX(-6px);
  }
  .hero__bottom {
    background: url(../images/hero_bg02_sp.jpg) center/cover no-repeat;
    padding: 30px 0 20px;
  }
  .hero__list {
    flex-direction: column;
    gap: 20px;
    max-width: none;
    width: 90%;
    margin: 0 auto;
  }
  .hero__list > li {
    flex: 1;
  }
  .hero__list > li:first-child {
    flex: 1.01;
  }
  .hero__annotion {
    max-width: none;
    margin-top: 10px;
  }
}
.top__ttl {
  text-align: center;
  line-height: 1.375;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;
  color: #3C9A46;
}
@media (max-width: 767px) {
  .top__ttl {
    font-size: 31px;
    margin-bottom: 25px;
  }
}

.worries {
  padding: 80px 0 0;
}
.worries__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
}
.worries__box {
  width: 860px;
  height: 380px;
  margin: 0 auto;
  background: url(../images/worries_box.svg) center/100% 100% no-repeat;
  padding: 50px 80px 0;
}
.worries__list > li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 31px;
  position: relative;
  padding-left: 57px;
}
.worries__list > li::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 8px;
  left: 0;
  background: url(../images/icon_check.svg) center/contain no-repeat;
}
.worries__list > li .small {
  font-size: 27px;
}
.worries__list > li + li {
  margin-top: 20px;
}
.worries__img {
  line-height: 1;
  width: 96%;
  max-width: 1080px;
  margin: -45px auto 0;
  transform: translateX(-2%);
}

@media (max-width: 767px) {
  .worries {
    padding: 35px 0 0;
  }
  .worries__ttl {
    width: 100%;
    max-width: 324px;
    margin: 0 auto 25px;
  }
  .worries__box {
    width: 100%;
    height: 145px;
    margin: 0 auto 5px;
    padding: 15px 5px 0;
    background: url(../images/worries_box_sp.svg) center/100% 100% no-repeat;
    display: flex;
    justify-content: center;
  }
  .worries__list > li {
    font-size: 14px;
    padding-left: 22px;
  }
  .worries__list > li::before {
    width: 18px;
    height: 18px;
    top: 3px;
  }
  .worries__list > li .small {
    font-size: 12px;
  }
  .worries__list > li + li {
    margin-top: 5px;
  }
  .worries__img {
    width: 100%;
    max-width: none;
    margin: 0 auto 0;
    transform: none;
  }
}
.about {
  background: url(../images/about_bg.jpg) center/cover no-repeat;
  padding: 40px 0 90px;
}
.about .container {
  background: #fff;
  border-radius: 10px;
  padding: 70px 90px 60px;
}
.about__ttl {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about__ttl span {
  display: inline-block;
}
.about__ttl__sub {
  margin-bottom: 20px;
}
.about__txt {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 35px;
}
.about__flow__ttl {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}
.about .flowBox {
  position: relative;
}
.about .flowIllust {
  width: 100%;
  position: relative;
  pointer-events: none;
  z-index: 1;
}
.about .flowItem {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.about .flowBar {
  padding-top: 43px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.about .flowBar_inr {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about .flowBar_inr::before {
  content: "";
  width: 5px;
  height: 20%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #D8D8D8;
  z-index: -1;
}
.about .flowBar .point {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .flowBar .point_inr {
  position: relative;
  z-index: 1;
}
.about .flowBar .point_inr::after {
  content: "";
  width: 5px;
  height: 0;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: #3C9A46;
  z-index: 4;
  transition: height var(--after-duration, 1s) ease;
  z-index: 1;
}
.about .flowBar .point_inr.is-active::after {
  height: var(--after-height, 0px);
}
.about .flowBar .point.point01 {
  top: 13.2%;
}
.about .flowBar .point.point02 {
  top: 53%;
}
.about .flowBar .point.point03 {
  top: 64.5%;
}
.about .flowBar .point.point04 {
  top: 67.5%;
}
.about .flowBar .point.point04 .point_inr::after {
  background: #39A4E6;
}
.about .flowBar .point.point05 {
  top: 73.5%;
}
.about .flowBar .point.point06 {
  top: 86.5%;
}
.about .flowBar .dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D8D8D8;
  transition: 0.3s;
  position: relative;
  z-index: 10;
}
.about .flowBar .dot.is-active.green {
  background: #3C9A46;
}
.about .flowBar .dot.is-active.blue {
  background: #39A4E6;
}
.about .flowBar .dot.is-active.half {
  background: linear-gradient(to right, #3C9A46 0% 40%, #fff 40% 60%, #39A4E6 60% 100%);
}
.about .flowBar .line {
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.4s;
  z-index: 10;
}
.about .flowBar .line.green {
  right: calc(100% + 6px);
  background: url(../images/dot_green.svg) right center/auto 3px no-repeat;
}
.about .flowBar .line.blue {
  left: calc(100% + 6px);
  background: url(../images/dot_blue.svg) left center/auto 3px no-repeat;
}
.about .flowBar .line.is-active {
  width: 82px;
}
.about .flowBar .comment {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  min-width: 300px;
  min-height: 80px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.about .flowBar .comment.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.about .flowBar .comment img {
  display: block;
}
.about .flowBar .comment.left {
  justify-content: flex-end;
  right: calc(100% + 96px);
}
.about .flowBar .comment.right {
  left: calc(100% + 96px);
}
.about .flowBar .comment_img01 {
  width: 245px;
}
.about .flowBar .comment_img02 {
  width: 157px;
}
.about .flowBar .comment_img03 {
  width: 252px;
}
.about .flowBar .comment_img04 {
  width: 245px;
}
.about .flowBar .comment_img05 {
  width: 177px;
}
.about .flowBar .comment_img06 {
  width: 233px;
}
.about .flowBar .comment_img07 {
  width: 178px;
}
.about__img {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .about {
    background: url(../images/about_bg_sp.jpg) center/cover no-repeat;
    padding: 20px 0 55px;
  }
  .about .container {
    padding: 37px 20px 22px;
  }
  .about__ttl {
    margin-bottom: 15px;
  }
  .about__ttl span {
    display: flex;
    justify-content: center;
  }
  .about__txt {
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .about__flow {
    margin: 0 -20px;
  }
  .about__flow__ttl {
    font-size: 15px;
  }
  .about .flowBar {
    padding-top: 10.05vw;
  }
  .about .flowBar_inr::before {
    width: 4px;
    height: 14%;
  }
  .about .flowBar .point_inr::after {
    width: 4px;
    top: 5px;
  }
  .about .flowBar .point.point01 {
    top: 14%;
  }
  .about .flowBar .point.point01 .comment {
    bottom: -2vw;
  }
  .about .flowBar .point.point02 {
    top: 53.5%;
  }
  .about .flowBar .point.point03 {
    top: 65%;
  }
  .about .flowBar .point.point04 {
    top: 68.5%;
  }
  .about .flowBar .point.point04 .comment {
    bottom: -11vw;
  }
  .about .flowBar .point.point05 {
    top: 75%;
  }
  .about .flowBar .point.point06 {
    top: 87%;
  }
  .about .flowBar .point.point06 .comment {
    bottom: -2vw;
  }
  .about .flowBar .dot {
    width: 10px;
    height: 10px;
  }
  .about .flowBar .dot.is-active.half {
    background: linear-gradient(to right, #3C9A46 0% 45%, #fff 45% 55%, #39A4E6 55% 100%);
  }
  .about .flowBar .line {
    transition: width 0.3s;
  }
  .about .flowBar .line.green {
    right: calc(100% + 5px);
  }
  .about .flowBar .line.blue {
    left: calc(100% + 5px);
  }
  .about .flowBar .line.is-active {
    width: 21px;
  }
  .about .flowBar .comment {
    top: auto;
    transform: none;
    bottom: 0;
    min-width: 32vw;
    min-height: 15vw;
    display: flex;
    align-items: flex-end;
  }
  .about .flowBar .comment.left {
    right: calc(100% + 32px);
  }
  .about .flowBar .comment.right {
    left: calc(100% + 32px);
  }
  .about .flowBar .comment_img01 {
    width: 32vw;
  }
  .about .flowBar .comment_img02 {
    width: 27.2vw;
  }
  .about .flowBar .comment_img03 {
    width: 27.57vw;
  }
  .about .flowBar .comment_img04 {
    width: 31.15vw;
  }
  .about .flowBar .comment_img05 {
    width: 30.66vw;
  }
  .about .flowBar .comment_img06 {
    width: 30.9vw;
  }
  .about .flowBar .comment_img07 {
    width: 30.66vw;
  }
  .about__img {
    margin: 35px -20px 0;
  }
}
.merit {
  padding: 60px 0 100px;
  background: url(../images/merit_bg.jpg) center/cover no-repeat;
}
.merit__list {
  display: flex;
  gap: 38px;
  margin-bottom: 75px;
}
.merit__list.pc-only {
  display: flex;
}
.merit__list.sp-only {
  display: none;
}
.merit__list__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 3px solid #3C9A46;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 8px 8px 0px rgba(60, 154, 70, 0.76);
  font-size: 14px;
  line-height: 1.78;
}
.merit__list__img {
  text-align: center;
}
.merit__list__img img {
  width: 200px;
}
.merit__list__ttl {
  text-align: center;
  color: #3C9A46;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 15px;
}
.merit__list__ttl.mb0 {
  margin-bottom: 0;
}
.merit__list .annotion {
  margin-top: 5px;
}
.merit__box {
  width: 583px;
  height: 244px;
  padding-top: 80px;
  margin: 0 auto;
  background: url(../images/merit_box01.svg) center/contain no-repeat;
  display: flex;
  justify-content: center;
  position: relative;
}
.merit__box__ttl {
  color: #fff;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.merit__check > li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding-left: 40px;
}
.merit__check > li::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/icon_check.svg) center/contain no-repeat;
}
.merit__check > li + li {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .merit {
    padding: 40px 0 50px;
    background: url(../images/merit_bg_sp.jpg) center/cover no-repeat;
  }
  .merit__list {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  .merit__list.pc-only {
    display: none;
  }
  .merit__list.sp-only {
    display: flex;
  }
  .merit__list__item {
    display: block;
    border: 2px solid #3C9A46;
    padding: 15px 20px 20px;
  }
  .merit__list__item::after {
    clear: both;
    content: "";
    display: block;
  }
  .merit__list__imgWrap {
    display: block;
    margin-bottom: 10px;
  }
  .merit__list__img {
    float: right;
    width: 90px;
  }
  .merit__list__img img {
    width: 90px;
  }
  .merit__list__ttl {
    text-align: left;
    font-size: 21px;
    margin-bottom: 5px;
    width: calc(100% - 90px);
  }
  .merit__list__ttl.mb0 {
    margin-bottom: 0;
  }
  .merit__list .annotion {
    margin-top: 5px;
  }
  .merit__box {
    width: 100%;
    height: 57.4vw;
    padding-top: 18vw;
    background: url(../images/merit_box01_sp.svg) center/contain no-repeat;
  }
  .merit__box__ttl {
    font-size: 20px;
    top: 4vw;
  }
  .merit__check > li {
    font-size: 18px;
    padding-left: 35px;
  }
  .merit__check > li::before {
    width: 28px;
    height: 28px;
    top: 3px;
  }
  .merit__check > li + li {
    margin-top: 8px;
  }
}
.cta {
  background: url(../images/cta_bg.jpg) center/cover no-repeat;
}
.cta .container {
  min-height: 234px;
  position: relative;
  padding: 50px 0 40px;
}
.cta .container::before {
  content: "";
  width: 209px;
  height: 233px;
  position: absolute;
  right: calc(50% + 255px);
  bottom: 0;
  background: url(../images/cta_person01.png) center/contain no-repeat;
}
.cta .container::after {
  content: "";
  width: 231px;
  height: 233px;
  position: absolute;
  left: calc(50% + 233px);
  bottom: 0;
  background: url(../images/cta_person02.png) center/contain no-repeat;
}
.cta__ttl {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.cta__ttl img {
  width: 494px;
}
.cta__btn {
  background: #fff;
  border-radius: 10px;
  width: 390px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: 0.3s;
}
.cta__btn img {
  width: 308px;
}
.cta__btn:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .cta {
    background: url(../images/cta_bg_sp.jpg) center/cover no-repeat;
  }
  .cta .container {
    min-height: auto;
    padding: 40px 0 30px;
  }
  .cta .container::before {
    width: 175px;
    height: 122px;
    right: auto;
    bottom: auto;
    left: -10px;
    top: 25px;
    background: url(../images/cta_person_sp.png) center/contain no-repeat;
  }
  .cta .container::after {
    display: none;
  }
  .cta__ttl {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    padding-right: 5vw;
  }
  .cta__ttl img {
    width: 138px;
  }
  .cta__btn {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 71px;
  }
  .cta__btn img {
    width: 256px;
  }
  .cta__btn:hover {
    opacity: 1;
  }
}
.flow {
  padding: 50px 0 80px;
}
.flow__list {
  display: flex;
  gap: 35px;
  padding-top: 31px;
  margin-bottom: 25px;
}
.flow__list__item {
  position: relative;
  padding: 55px 10px 25px;
  border: 3px solid #3C9A46;
  border-radius: 10px;
  font-size: 20px;
  flex: 1;
}
.flow__list__num {
  background: #3C9A46;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
}
.flow__list__num img {
  width: 62px;
}
.flow__list__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.flow__list__img {
  text-align: center;
}
.flow__list__img img {
  width: 120px;
}

@media (max-width: 767px) {
  .flow {
    padding: 50px 0;
  }
  .flow__list {
    flex-direction: column;
    gap: 20px;
    padding: 0 0 0 28px;
    margin-bottom: 20px;
  }
  .flow__list__item {
    padding: 5px 10px 5px 43px;
    border: 2px solid #3C9A46;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flow__list__num {
    width: 56px;
    height: 56px;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
  }
  .flow__list__num img {
    width: 56px;
  }
  .flow__list__ttl {
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
  }
  .flow__list__img {
    text-align: center;
  }
  .flow__list__img img {
    width: 95px;
  }
  .flow .annotion {
    padding: 0 0 0 28px;
  }
}
.whatevergreen {
  background: #F8F8F8;
  padding: 120px 0 80px;
}
@media (max-width: 767px) {
  .whatevergreen {
    padding: 50px 0;
  }
}
.whatevergreen__ttl {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .whatevergreen__ttl {
    margin-bottom: 25px;
  }
}
.whatevergreen__ttl .small01 {
  font-size: 38px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .whatevergreen__ttl .small01 {
    font-size: 18px;
    margin-right: 5px;
  }
}
.whatevergreen__ttl .small02 {
  font-size: 47px;
}
@media (max-width: 767px) {
  .whatevergreen__ttl .small02 {
    font-size: 20px;
  }
}
.whatevergreen__ttl .large {
  font-size: 57px;
  color: #70C32A;
}
@media (max-width: 767px) {
  .whatevergreen__ttl .large {
    font-size: 26px;
  }
}
.whatevergreen__subttl {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .whatevergreen__subttl {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
.whatevergreen__subttl .large {
  font-size: 34px;
  color: #70C32A;
}
@media (max-width: 767px) {
  .whatevergreen__subttl .large {
    font-size: 22px;
  }
}
.whatevergreen__img {
  max-width: 652px;
  margin: 0 auto;
}
.whatevergreen__attempt {
  border: 4px solid #3C9A46;
  background: #fff;
  padding: 70px 11.3%;
  margin: 50px 0 50px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt {
    padding: 25px 20px;
  }
}
.whatevergreen__attempt__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 47px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__ttl {
    font-size: 22px;
  }
}
.whatevergreen__attempt__ttl .small {
  margin-bottom: 25px;
  font-size: 37px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__ttl .small {
    font-size: 18px;
  }
}
.whatevergreen__attempt__txt {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__txt {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.whatevergreen__attempt__txt .marker {
  font-size: 26px;
  background: linear-gradient(transparent 75%, #B6EA8A 75%);
}
@media (max-width: 767px) {
  .whatevergreen__attempt__txt .marker {
    font-size: 20px;
  }
}
.whatevergreen__attempt__img {
  max-width: 481px;
  margin: 0 auto 25px;
}
.whatevergreen__attempt__txt02 {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__txt02 {
    text-align: left;
    font-size: 16px;
  }
}
.whatevergreen__attempt__txt02 .large {
  font-size: 31px;
  color: #70C32A;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__txt02 .large {
    font-size: 20px;
  }
}
.whatevergreen__attempt__box__layout {
  background: #F8F8F8;
  position: relative;
  margin-top: 50px;
  padding: 45px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__box__layout {
    margin-top: 40px;
    padding: 25px 20px;
    display: block;
  }
}
.whatevergreen__attempt__box__layout::before {
  position: absolute;
  content: "";
  background: url(../images/whatevergreen_attempt_box_deco.png) center/contain no-repeat;
  width: 64px;
  height: 28px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}
.whatevergreen__attempt__box__layout .l-img {
  width: 28.94%;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__box__layout .l-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.whatevergreen__attempt__box__layout .l-desc {
  flex: 1;
}
.whatevergreen__attempt__box__layout .l-ttl {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__box__layout .l-ttl {
    font-size: 18px;
  }
}
.whatevergreen__attempt__box__layout .l-ttl .marker {
  background: linear-gradient(transparent 75%, #B6EA8A 75%);
}
.whatevergreen__attempt__box__layout .l-annotion {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__box__layout .l-annotion {
    font-size: 12px;
  }
}
.whatevergreen__eco__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .whatevergreen__eco__ttl {
    font-size: 16px;
  }
}
.whatevergreen__eco__ttl .marker {
  font-size: 30px;
  background: linear-gradient(transparent 75%, #B6EA8A 75%);
}
@media (max-width: 767px) {
  .whatevergreen__eco__ttl .marker {
    font-size: 20px;
  }
}
.whatevergreen__eco__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .whatevergreen__eco__list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.whatevergreen__eco__list li {
  border-radius: 10px;
  overflow: hidden;
  background: #74C92C;
  border: 3px solid #74C92C;
}
.whatevergreen__eco__list li .l-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 15px 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .whatevergreen__eco__list li .l-ttl-wrap {
    font-size: 24px;
  }
}
.whatevergreen__eco__list li .l-ttl-wrap img {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .whatevergreen__eco__list li .l-ttl-wrap img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.whatevergreen__eco__list li .l-desc {
  background: #fff;
  padding: 10px 0;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .whatevergreen__eco__list li .l-desc {
    font-size: 20px;
  }
}
.whatevergreen__eco__list li .l-desc .large {
  font-size: 50px;
  color: #CE412D;
}
@media (max-width: 767px) {
  .whatevergreen__eco__list li .l-desc .large {
    font-size: 35px;
  }
}
.whatevergreen__erex__layout {
  margin-top: 60px;
  background: #FFF;
  padding: 45px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .whatevergreen__erex__layout {
    display: block;
    padding: 25px 20px;
  }
}
.whatevergreen__erex__layout .l-img {
  width: 36.5%;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .whatevergreen__erex__layout .l-img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.whatevergreen__erex__layout .l-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whatevergreen__erex__layout .l-desc {
  flex: 1;
  font-weight: 400;
}
.whatevergreen__erex__layout .l-ttl {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #3C9A46;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .whatevergreen__erex__layout .l-ttl {
    font-size: 20px;
  }
}

.fixed__btn {
  display: none;
}

@media (max-width: 767px) {
  .fixed__btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s;
    width: 100%;
    height: 57px;
    z-index: 9;
    opacity: 1; /* 表示状態 */
    pointer-events: auto;
    z-index: 100;
  }
  .fixed__btn a {
    width: 100%;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F15A5A;
    padding-top: 3px;
  }
  .fixed__btn img {
    width: 240px;
  }
  .fixed__btn.is-hide {
    opacity: 0;
    pointer-events: none;
  }
}
.copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
}

.print {
  display: none;
}

@media print {
  .body__inr {
    display: none;
  }
  .print {
    display: block;
    width: 100%;
  }
  .print__img {
    width: 100%;
    size: A4 portrait;
  }
  .print__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
footer .copyright {
  padding: 35px 0 30px;
  line-height: 1;
  font-size: 11px;
  font-weight: 400;
}

@media (max-width: 767px) {
  footer .copyright {
    padding: 25px 0 20px;
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */