@charset "UTF-8";
/* メディアクエリの設定 */
/* 基本設定
------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  font-size: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif, "Noto Sans JP", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

li {
  list-style: none;
}

.sp {
  display: none;
}
@media only screen and (max-width: 576px) {
  .sp {
    display: inline-block;
  }
}

.ssp {
  display: none;
}
@media only screen and (max-width: 360px) {
  .ssp {
    display: inline-block;
  }
}

.tablet {
  display: none;
}
@media only screen and (max-width: 992px) {
  .tablet {
    display: inline-block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 576px) {
  .pc {
    display: none;
  }
}

section {
  width: 990px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  section {
    width: 100%;
  }
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  input,
  textarea,
  p,
  blockquote,
  th,
  td {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 576px) {
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  input,
  textarea,
  p,
  blockquote,
  th,
  td {
    line-height: 1.2;
  }
}

h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
}

.sec_inner_1500 {
  width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .sec_inner_1500 {
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .sec_inner_1500 {
    width: 900px;
  }
}
@media only screen and (max-width: 992px) {
  .sec_inner_1500 {
    width: 100%;
  }
}

.sec_inner_1200 {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .sec_inner_1200 {
    width: 900px;
  }
}
@media only screen and (max-width: 992px) {
  .sec_inner_1200 {
    width: 100%;
  }
}

.sec_inner_900 {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .sec_inner_900 {
    width: 100%;
  }
}

a {
  text-decoration: none;
}

figure {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

.fb {
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .c-button._shiny {
    width: auto;
  }
}
@media only screen and (max-width: 992px) {
  .c-button._shiny {
    width: auto;
  }
}
@media only screen and (max-width: 576px) {
  .c-button._shiny {
    width: 100%;
    padding: 1.5rem 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 992px) {
  p.c-button._shiny.redbtn.bigbtan {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 576px) {
  p.c-button._shiny.redbtn.bigbtan {
    margin-top: 0rem;
  }
}

.c-button._shiny:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

.c-button._shiny a {
  background: #0b7830;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 350px;
  padding: 2rem 4rem;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  flex-direction: column;
  border-radius: 8px;
  border-bottom: solid 6px #07401b;
  text-decoration: none;
  margin: 0 1rem;
}
@media only screen and (max-width: 1500px) {
  .c-button._shiny a {
    font-size: 1.6rem;
    width: 280px;
  }
}
@media only screen and (max-width: 576px) {
  .c-button._shiny a {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
}

.c-button._shiny a.btn_c {
  background-color: #dd5959;
  border-bottom: solid 6px #a31212;
}

.c-button._shiny a span {
  background: #ffff00;
  width: 60%;
  text-align: center;
  position: absolute;
  top: -30px;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 1rem 0;
  font-size: 1.5rem;
  color: #3e3939;
  border-radius: 5px;
  line-height: 1.2;
}
@media only screen and (max-width: 1500px) {
  .c-button._shiny a span {
    line-height: 1.2;
    width: 60%;
  }
}
@media only screen and (max-width: 992px) {
  .c-button._shiny a span {
    line-height: 1.2;
    width: 60%;
  }
}
@media only screen and (max-width: 576px) {
  .c-button._shiny a span {
    font-size: clamp(10px, 2.5vw, 15px);
  }
}

.c-button._shiny a span.subclass {
  top: -50px;
}
@media only screen and (max-width: 576px) {
  .c-button._shiny a span.subclass {
    top: -40px;
  }
}

.c-button._shiny a span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 10px solid #ffff00;
}

.c-button._shiny a:hover {
  border-bottom: solid 2px #07401b;
  transform: translateY(3px);
}

.c-button._shiny a.btn_c:hover {
  border-bottom: solid 2px #a31212;
  transform: translateY(3px);
}

a.c-button._shiny.redbtn.bigbtan {
  margin: 0 6rem;
  max-width: -webkit-fill-available;
  background-color: #fe0505;
  box-shadow: 0 4px 0 0 #c50000;
}
@media only screen and (max-width: 992px) {
  a.c-button._shiny.redbtn.bigbtan {
    width: 450px;
  }
}
@media only screen and (max-width: 576px) {
  a.c-button._shiny.redbtn.bigbtan {
    width: 100%;
    padding: 1.5rem 0;
    margin: 0 auto;
  }
}
.sec .area_wrap {
  margin: 4rem 0;
  border: solid 1px #0a782f;
  border-radius: 1rem;
}
.sec .area_wrap .ttl_warp {
  background-color: #0a782f;
  text-align: center;
  padding: 2rem 0;
  margin-top: -1px;
}
.sec .area_wrap .ttl_warp .area_ttl {
  background-color: #0a782f;
  text-align: center;
  color: #fff;
  padding: rem 0;
  font-size: 3rem;
  font-weight: bold;
}
.sec .area_wrap .ttl_warp .area_main {
  background-color: #fff;
}

.h2_ttl {
  font-size: 4.5rem;
  color: green;
}
@media only screen and (max-width: 576px) {
  .h2_ttl {
    font-size: 3rem;
  }
}

li.icon_img {
  position: relative;
  line-height: 2em;
  padding-left: 2.5em;
}
@media only screen and (max-width: 992px) {
  li.icon_img {
    padding-left: 1.8em;
  }
}

li.icon_img:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../img/icon_img.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 992px) {
  li.icon_img:before {
    width: 1.5em;
    height: 1.5em;
  }
}

/* section
------------------------------------------------------------*/
#sec_header {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  z-index: 3;
}
@media only screen and (max-width: 576px) {
  #sec_header {
    height: 50px;
  }
}
#sec_header .area1_logo {
  margin-left: 2%;
}
#sec_header .area1_logo figure {
  display: contents;
}
#sec_header .area1_logo figure img {
  width: clamp(100px, 30vw, 250px);
  padding: 12% 0 12% 2%;
}

#sec_header2 {
  height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  position: fixed;
  margin: 0 2%;
  z-index: 3;
  opacity: 0;
}
#sec_header2 .area1_logo img {
  width: clamp(100px, 30vw, 200px);
  padding: 12% 0 12% 0;
}

#section_fv {
  width: 100%;
  height: clamp(550px, 40vh, 750px);
  background-color: #42ce9f;
}
@media only screen and (max-width: 1500px) {
  #section_fv {
    height: clamp(450px, 40vh, 550px);
  }
}
@media only screen and (max-width: 1200px) {
  #section_fv {
    height: clamp(400px, 40vh, 450px);
  }
}
@media only screen and (max-width: 992px) {
  #section_fv {
    height: auto;
  }
}
#section_fv .sec_fv_inner .area_mcon {
  display: flex;
  height: clamp(550px, 40vh, 750px);
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1500px) {
  #section_fv .sec_fv_inner .area_mcon {
    height: clamp(450px, 40vh, 550px);
  }
}
@media only screen and (max-width: 1200px) {
  #section_fv .sec_fv_inner .area_mcon {
    height: clamp(400px, 40vh, 450px);
  }
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon {
    flex-wrap: wrap;
    height: auto;
  }
}
#section_fv .sec_fv_inner .area_mcon .box_txt_inner {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_txt_inner {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex {
    width: 94%;
    padding: 6% 4% 6%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 576px) {
  #section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex {
    width: 100%;
    padding: 4% 0 4%;
  }
}
#section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex .box_txt {
  color: #fff;
  padding-bottom: 2%;
}
#section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex .box_txt .bl_txt1 {
  font-size: clamp(20px, 1.474vw, 28px);
  line-height: 1;
  padding-bottom: 1%;
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex .box_txt .bl_txt1 {
    font-size: clamp(24px, 3.111vw, 28px);
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  #section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex .box_txt .bl_txt1 {
    font-size: clamp(18px, 2.667vw, 24px);
    text-align: center;
  }
}
#section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex .box_txt .bl_catch h1 {
  font-size: clamp(30px, 3.158vw, 60px);
  line-height: 1.2;
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex .box_txt .bl_catch h1 {
    font-size: clamp(20px, 6.667vw, 60px);
    text-align: center;
  }
}
#section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex .box_3txt {
  color: #fff;
  text-align: center;
}
#section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex .box_3txt .box_inner {
  display: flex;
  width: 80%;
  gap: 5%;
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex .box_3txt .box_inner {
    margin: 0 auto;
  }
}
#section_fv .sec_fv_inner .area_mcon .box_txt_inner .box_txt_flex .box_3txt .box_inner .bl_txt .emt_streng img {
  width: 100%;
}
#section_fv .sec_fv_inner .area_mcon .box_btn_fv {
  display: none;
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_btn_fv {
    display: block;
  }
}
#section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 {
  padding: 5% 0;
}
@media only screen and (max-width: 1200px) {
  #section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 {
    padding: 6% 0 4% 0;
  }
}
#section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 .area_btn {
  display: flex;
  gap: 8%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  #section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 .area_btn {
    gap: 0%;
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 .area_btn {
    justify-content: space-around;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 576px) {
  #section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 .area_btn {
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  #section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 .area_btn .box_btn {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 .area_btn .box_btn {
    width: 100%;
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 .area_btn .box_btn:first-child {
    margin-bottom: 10%;
  }
}
#section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 .area_btn .box_btn .bl_btn p a {
  font-size: clamp(25px, 1.474vw, 28px);
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 .area_btn .box_btn .bl_btn p a {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 .area_btn .box_btn .bl_btn p a {
    width: 100%;
    box-sizing: border-box;
    font-size: clamp(20px, 1.316vw, 25px);
  }
}
@media only screen and (max-width: 576px) {
  #section_fv .sec_fv_inner .area_mcon .box_btn_fv .sec_inner_fvcv2 .area_btn .box_btn .bl_btn p a {
    font-size: clamp(16px, 1.053vw, 20px);
    padding: 2rem 2rem;
  }
}
#section_fv .sec_fv_inner .area_mcon .box_video_inner {
  width: 45%;
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_video_inner {
    width: 100%;
    padding-bottom: 6%;
    box-sizing: border-box;
  }
}
#section_fv .sec_fv_inner .area_mcon .box_video_inner .box_video .bl_video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(500px, 40vh, 700px);
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_video_inner .box_video .bl_video {
    height: auto;
  }
}
#section_fv .sec_fv_inner .area_mcon .box_video_inner .box_video .bl_video video {
  width: 100%;
  border-radius: 4rem;
  border: solid 18px rgba(63, 165, 130, 0.39);
}
@media only screen and (max-width: 992px) {
  #section_fv .sec_fv_inner .area_mcon .box_video_inner .box_video .bl_video video {
    width: 80%;
  }
}
@media only screen and (max-width: 576px) {
  #section_fv .sec_fv_inner .area_mcon .box_video_inner .box_video .bl_video video {
    border-radius: 2rem;
    border: solid 10px rgba(63, 165, 130, 0.39);
  }
}

#sec_fvcv2 {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  #sec_fvcv2 {
    display: none;
  }
}
#sec_fvcv2 .sec_inner_fvcv2 {
  padding: 5% 0;
}
@media only screen and (max-width: 1200px) {
  #sec_fvcv2 .sec_inner_fvcv2 {
    padding: 6% 0 4% 0;
  }
}
#sec_fvcv2 .sec_inner_fvcv2 .area_btn {
  display: flex;
  gap: 8%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  #sec_fvcv2 .sec_inner_fvcv2 .area_btn {
    gap: 0%;
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 992px) {
  #sec_fvcv2 .sec_inner_fvcv2 .area_btn {
    justify-content: space-around;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  #sec_fvcv2 .sec_inner_fvcv2 .area_btn .box_btn {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  #sec_fvcv2 .sec_inner_fvcv2 .area_btn .box_btn {
    width: 100%;
    margin-bottom: 4%;
  }
}
#sec_fvcv2 .sec_inner_fvcv2 .area_btn .box_btn .bl_btn p a {
  font-size: clamp(25px, 1.474vw, 28px);
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #sec_fvcv2 .sec_inner_fvcv2 .area_btn .box_btn .bl_btn p a {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  #sec_fvcv2 .sec_inner_fvcv2 .area_btn .box_btn .bl_btn p a {
    width: 100%;
    box-sizing: border-box;
  }
}

.sec_header2.show {
  opacity: 1 !important;
}

.sec_cv {
  width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 3rem;
}
@media only screen and (max-width: 992px) {
  .sec_cv {
    height: auto;
    padding: 0rem 0;
    position: static;
  }
}
.sec_cv .area1_cv {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .sec_cv .area1_cv {
    width: 100%;
  }
}
.sec_cv .area1_cv .box1_btn {
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .sec_cv .area1_cv .box1_btn {
    padding: 0rem 0;
  }
}
.sec_cv .area1_cv .box1_btn .bl1_btn {
  margin: 10rem 1rem 1rem;
}
.sec_cv .area1_cv .box1_btn .bl1_btn:nth-of-type(2) {
  margin: 10rem 0 1rem;
}
@media only screen and (max-width: 1200px) {
  .sec_cv .area1_cv .box1_btn .bl1_btn:nth-of-type(2) {
    margin: 2rem 1rem 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .sec_cv .area1_cv .box1_btn .bl1_btn {
    margin: 2rem 1rem 1rem;
  }
}
.sec_cv .area1_cv .box1_btn .bl1_btn .emt_btn {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 360px) {
  .sec_cv .area1_cv .box1_btn .bl1_btn .emt_btn {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
}
.sec_cv .area1_cv .box1_btn .bl1_btn button {
  background-color: #f8500d;
  border: none;
  border-radius: 0.4rem;
  padding: 2rem 4rem;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .sec_cv .area1_cv .box1_btn .bl1_btn button {
    font-size: 2rem;
    color: #fff;
  }
}
.sec_cv .area1_cv .box1_btn .bl1_btn button a {
  text-decoration: none;
  color: #fff;
}

.sec_worries {
  padding-bottom: 12rem;
}
@media only screen and (max-width: 1200px) {
  .sec_worries {
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_worries {
    padding-bottom: 4rem;
  }
}
.sec_worries .area1_worries {
  margin: 4rem 0;
}
@media only screen and (max-width: 576px) {
  .sec_worries .area1_worries {
    margin: 4rem 1rem;
  }
}
.sec_worries .area1_worries .box2_ttl h2 {
  text-align: center;
  font-size: 4.5rem;
}
@media only screen and (max-width: 992px) {
  .sec_worries .area1_worries .box2_ttl h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_worries .area1_worries .box2_ttl h2 {
    font-size: 3rem;
  }
}
.sec_worries .area1_worries .box1_worries {
  margin: 2rem 0;
  box-sizing: border-box;
  border: 1px solid rgba(10, 120, 47, 0.3);
  filter: drop-shadow(0px 4px 15px rgba(10, 80, 47, 0.3));
  border-radius: 40px;
  padding: 4rem 8rem 2rem;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .sec_worries .area1_worries .box1_worries {
    margin: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .sec_worries .area1_worries .box1_worries {
    padding: 4rem 4rem 2rem;
    margin: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_worries .area1_worries .box1_worries {
    margin: 1rem 0 2rem;
    padding: 4rem 2rem 2rem;
  }
}
.sec_worries .area1_worries .box1_worries .green {
  color: #0a782f;
}
.sec_worries .area1_worries .box1_worries ul li {
  font-size: 2.5rem;
  font-weight: bold;
  filter: inherit;
}
@media only screen and (max-width: 992px) {
  .sec_worries .area1_worries .box1_worries ul li {
    line-height: 1.2;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 360px) {
  .sec_worries .area1_worries .box1_worries ul li {
    font-size: 1.5rem;
  }
}
.sec_worries .area1_worries .box1_worries figure {
  margin: 0;
}
.sec_worries .area1_worries .box1_worries .bl1_img {
  text-align: center;
  padding-top: 2rem;
}

.sec_list {
  padding-bottom: 12rem;
}
@media only screen and (max-width: 576px) {
  .sec_list {
    padding-bottom: 4rem;
  }
}
.sec_list .area1_list {
  margin: 4rem 0;
}
@media only screen and (max-width: 1200px) {
  .sec_list .area1_list {
    margin: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_list .area1_list {
    margin: 0rem 1rem;
  }
}
.sec_list .area1_list .box2_ttl h2 {
  text-align: center;
  font-size: 4.5rem;
}
@media only screen and (max-width: 992px) {
  .sec_list .area1_list .box2_ttl h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_list .area1_list .box2_ttl h2 {
    font-size: 3rem;
  }
}
.sec_list .area1_list .box1_list {
  margin: 2rem 0;
  box-sizing: border-box;
  border: 1px solid rgba(10, 120, 47, 0.3);
  filter: drop-shadow(0px 4px 15px rgba(10, 80, 47, 0.3));
  border-radius: 40px;
  padding: 6rem 6rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .sec_list .area1_list .box1_list {
    padding: 6rem 4rem 0;
  }
}
@media only screen and (max-width: 576px) {
  .sec_list .area1_list .box1_list {
    margin: 1rem 0 2rem;
    padding: 6rem 2rem 0;
  }
}
.sec_list .area1_list .box1_list .bl1_list {
  padding-bottom: 4rem;
  line-height: -2;
}
.sec_list .area1_list .box1_list .bl1_list h3 {
  font-size: 4.5rem;
  margin-bottom: 1rem;
  color: #0a782f;
}
@media only screen and (max-width: 992px) {
  .sec_list .area1_list .box1_list .bl1_list h3 {
    font-size: 4rem;
    line-height: 1.1;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_list .area1_list .box1_list .bl1_list h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 360px) {
  .sec_list .area1_list .box1_list .bl1_list h3 {
    font-size: 2rem;
  }
}
.sec_list .area1_list .box1_list .bl1_list p {
  font-size: 3.2rem;
  line-height: 1.4;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 992px) {
  .sec_list .area1_list .box1_list .bl1_list p {
    font-size: 3rem;
    line-height: 1.4;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_list .area1_list .box1_list .bl1_list p {
    font-size: 2.5rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 360px) {
  .sec_list .area1_list .box1_list .bl1_list p {
    font-size: 1.8rem;
  }
}
.sec_list .area1_list .box1_list .bl1_list p span {
  color: #fe0505;
  font-weight: bolder;
}
.sec_list .area1_list .box1_list .bl1_list figure.zu {
  box-sizing: border-box;
  margin: 0;
}
.sec_list .area1_list .box1_list .bl1_list figure.zu img {
  width: 100%;
}
.sec_list .area1_list .box1_list .bl1_list figure.arrow {
  text-align: center;
}
.sec_list .area1_list .box1_list .bl1_list figure.arrow img {
  width: 100px;
}
.sec_list .area1_list .box1_list .bl1_list .last_p {
  background-color: #d4ffe2;
  padding: 3rem 4rem;
  border: 6px solid #ff9797;
  border-radius: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 992px) {
  .sec_list .area1_list .box1_list .bl1_list .last_p {
    padding: 4rem 1rem;
  }
}
.sec_list .icon_point01 {
  position: relative;
  padding-left: 11rem;
  padding-top: 2rem;
  border-bottom: solid 2px #0a782f;
}
@media only screen and (max-width: 576px) {
  .sec_list .icon_point01 {
    padding-left: 0rem;
  }
}
.sec_list .icon_point01:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../img/icon_point01.png) no-repeat;
  background-size: contain;
  bottom: 0.5rem;
}
@media only screen and (max-width: 576px) {
  .sec_list .icon_point01:before {
    width: 50px;
    height: 50px;
    top: -35px;
  }
}
.sec_list .icon_point02 {
  position: relative;
  padding-left: 11rem;
  padding-top: 2rem;
  border-bottom: solid 2px #0a782f;
}
@media only screen and (max-width: 576px) {
  .sec_list .icon_point02 {
    padding-left: 0rem;
  }
}
.sec_list .icon_point02:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../img/icon_point02.png) no-repeat;
  background-size: contain;
  bottom: 0.5rem;
}
@media only screen and (max-width: 576px) {
  .sec_list .icon_point02:before {
    width: 50px;
    height: 50px;
    top: -35px;
  }
}
.sec_list .icon_point03 {
  position: relative;
  padding-left: 11rem;
  padding-top: 2rem;
  border-bottom: solid 2px #0a782f;
}
@media only screen and (max-width: 576px) {
  .sec_list .icon_point03 {
    padding-left: 0rem;
  }
}
.sec_list .icon_point03:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../img/icon_point03.png) no-repeat;
  background-size: contain;
  bottom: 0.5rem;
}
@media only screen and (max-width: 576px) {
  .sec_list .icon_point03:before {
    width: 50px;
    height: 50px;
    top: -35px;
  }
}

.sec_edeta {
  padding-bottom: 4%;
  width: min(95%, 1200px);
}
.sec_edeta .inner_sec_edeta h2 {
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 2%;
}
@media only screen and (max-width: 576px) {
  .sec_edeta .inner_sec_edeta h2 {
    font-size: 3.2rem;
  }
}
.sec_edeta .inner_sec_edeta h2 span {
  color: #fe0505;
  font-weight: bolder;
}
.sec_edeta .inner_sec_edeta .read_txt {
  font-size: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .sec_edeta .inner_sec_edeta .read_txt {
    font-size: 2.2rem;
  }
}
.sec_edeta .inner_sec_edeta .area_main_img {
  width: min(90%, 900px);
  padding-bottom: 2%;
  margin: 0 auto;
}
.sec_edeta .inner_sec_edeta .area_main_img img {
  width: 100%;
}
.sec_edeta .inner_sec_edeta .area_subttl h3 {
  color: #fe0505;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2%;
  font-size: 2.8rem;
}
.sec_edeta .inner_sec_edeta .area_subttl h3 span {
  color: #0b7830;
}
.sec_edeta .inner_sec_edeta .area_subttl .box_katuyou {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 2%;
}
.sec_edeta .inner_sec_edeta .area_subttl .box_katuyou span {
  color: #0b7830;
  font-weight: bold;
}
.sec_edeta .inner_sec_edeta .area_2col .inner_area_2col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec_edeta .inner_sec_edeta .area_2col .inner_area_2col .box_img {
  width: 35%;
}
@media only screen and (max-width: 1200px) {
  .sec_edeta .inner_sec_edeta .area_2col .inner_area_2col .box_img {
    width: 100%;
  }
}
.sec_edeta .inner_sec_edeta .area_2col .inner_area_2col .box_img figure {
  text-align: center;
}
.sec_edeta .inner_sec_edeta .area_2col .inner_area_2col .box_img figure img.edeta2 {
  width: min(95%, 339px);
}
.sec_edeta .inner_sec_edeta .area_2col .inner_area_2col .box_txt {
  width: 65%;
}
@media only screen and (max-width: 1200px) {
  .sec_edeta .inner_sec_edeta .area_2col .inner_area_2col .box_txt {
    width: 100%;
  }
}
.sec_edeta .inner_sec_edeta .area_2col .inner_area_2col .box_txt .emt_txt {
  font-size: 2rem;
}
.sec_edeta .inner_sec_edeta .area_2col .inner_area_2col .box_txt .emt_txt span {
  color: #09792f;
  font-weight: bold;
}
.sec_edeta .inner_sec_edeta .area_2col .inner_area_2col .box_txt .bl_list ul li {
  position: relative;
  padding: 1rem 3rem 2rem 6rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.sec_edeta .inner_sec_edeta .area_2col .inner_area_2col .box_txt .bl_list ul li:before {
  position: absolute;
  left: 22px;
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  top: 16px;
  background: url(../img/check.svg) no-repeat;
  background-size: contain;
}

.sec_catch {
  padding-bottom: 3rem;
  width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .sec_catch {
    width: 100%;
  }
}
.sec_catch .sec_inner h2 {
  font-size: 4.5rem;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .sec_catch .sec_inner h2 {
    text-align: left;
    font-size: 3rem;
    padding: 0 2rem;
    box-sizing: border-box;
  }
}
.sec_catch .sec_inner .area1_catch ul.box1_catch {
  padding: 4rem 0;
  margin: 0 auto;
}
.sec_catch .sec_inner .area1_catch ul.box1_catch li {
  padding: 1rem 3rem 2rem 6rem;
  font-size: 2.8rem;
  line-height: 1.4;
}
.sec_catch .sec_inner .area1_catch ul.box1_catch li.icon_img:before {
  position: absolute;
  left: 22px;
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  top: 16px;
  background: url(../img/check.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 992px) {
  .sec_catch .sec_inner .area1_catch ul.box1_catch li.icon_img:before {
    width: 1em;
    height: 1em;
  }
}
.sec_catch .sec_inner .area2_catch {
  padding-bottom: 6rem;
}
.sec_catch .sec_inner .area2_catch .box1_p {
  font-size: 3rem;
  font-weight: bold;
  color: #fe0505;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .sec_catch .sec_inner .area2_catch .box1_p {
    padding: 0 2rem;
    text-align: left;
  }
}

.sec_fv_ptn3 {
  padding-bottom: 8rem;
  width: 100%;
  background-color: #42ce9f;
}
@media only screen and (max-width: 1500px) {
  .sec_fv_ptn3 {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .sec_fv_ptn3 {
    padding-bottom: 0rem;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 360px) {
  .sec_fv_ptn3 {
    margin-bottom: 6rem;
  }
}
.sec_fv_ptn3 .sec_inner_900 {
  width: 1500px;
}
@media only screen and (max-width: 1500px) {
  .sec_fv_ptn3 .sec_inner_900 {
    width: 100%;
  }
}
.sec_fv_ptn3 .sec_inner_900 .left_area {
  padding-top: 6rem;
}
@media only screen and (max-width: 1200px) {
  .sec_fv_ptn3 .sec_inner_900 .left_area {
    padding: 0;
    width: 100% !important;
  }
}
.sec_fv_ptn3 .sec_inner_900 .area1 {
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .sec_fv_ptn3 .sec_inner_900 .area1 .box2_cvbg {
    margin-bottom: 4rem;
  }
}
.sec_fv_ptn3 .sec_inner_900 .area1 .box3_img {
  text-align: center;
}
.sec_fv_ptn3 .sec_inner_900 .area1 .box3_img img {
  width: 150px;
}
@media only screen and (max-width: 1500px) {
  .sec_fv_ptn3 .sec_inner_900 .area1 .box3_img img {
    display: none;
  }
}
.sec_fv_ptn3 .sec_inner_900 .area1 .box1_fv_p {
  font-size: 2.4rem;
  padding: 0rem 12rem 3rem;
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  .sec_fv_ptn3 .sec_inner_900 .area1 .box1_fv_p {
    padding: 6%;
  }
}
.sec_fv_ptn3 .sec_inner_900 .area1 .box1_fv_p .red {
  background-color: #ffdd5c;
  color: #000;
  font-weight: bold;
  line-height: 1.8;
}
.sec_fv_ptn3 .sec_inner_900 .area1 .box2_cvbg {
  text-align: center;
}
.sec_fv_ptn3 .sec_inner_900 .area1 .box2_cvbg .bl1_btn {
  background-color: #fe0505;
  width: 400px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 4rem;
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 576px) {
  .sec_fv_ptn3 .sec_inner_900 .area1 .box2_cvbg .bl1_btn {
    width: min(92%, 300px);
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.sec_fv_ptn3 .sec_inner_900 .area1 .box2_cvbg .bl1_btn:hover {
  opacity: 0.5;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .sec_fv_ptn3 .sec_inner_900 .ptn3_img {
    display: none;
  }
}
.sec_fv_ptn3 .sec_inner_900 .area2 {
  position: relative;
  padding-top: 4rem;
}
@media only screen and (max-width: 992px) {
  .sec_fv_ptn3 .sec_inner_900 .area2 {
    display: none;
  }
}
.sec_fv_ptn3 .sec_inner_900 .area2 .box1 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 880px;
  z-index: 2;
  text-align: center;
  right: 100px;
}
@media only screen and (max-width: 1700px) {
  .sec_fv_ptn3 .sec_inner_900 .area2 .box1 {
    width: 800px;
  }
}
@media only screen and (max-width: 1500px) {
  .sec_fv_ptn3 .sec_inner_900 .area2 .box1 {
    width: 640px;
    right: 38px;
  }
}
.sec_fv_ptn3 .sec_inner_900 .area2 .box1 figure img {
  width: 830px;
}
@media only screen and (max-width: 1700px) {
  .sec_fv_ptn3 .sec_inner_900 .area2 .box1 figure img {
    width: 800px;
  }
}
@media only screen and (max-width: 1500px) {
  .sec_fv_ptn3 .sec_inner_900 .area2 .box1 figure img {
    width: 600px;
  }
}
.sec_fv_ptn3 .sec_inner_900 .area2 .box2 {
  position: absolute;
  /* overflow: hidden; */
  left: 153px;
  /* right: -34px; */
  margin: auto;
  height: 100%;
  top: 90px;
  width: 600px;
  height: 100%;
}
@media only screen and (max-width: 1500px) {
  .sec_fv_ptn3 .sec_inner_900 .area2 .box2 {
    width: 400px;
    top: 83px;
    left: 156px;
  }
}
.sec_fv_ptn3 .sec_inner_900 .area2 .box2 .bl1 {
  position: absolute;
  display: block;
  z-index: 4;
  width: 590px;
  /* right: 100px; */
  padding-left: -16rem;
  rigth: 100px;
  left: -93px;
}
@media only screen and (max-width: 1700px) {
  .sec_fv_ptn3 .sec_inner_900 .area2 .box2 .bl1 {
    width: 560px;
  }
}
@media only screen and (max-width: 1500px) {
  .sec_fv_ptn3 .sec_inner_900 .area2 .box2 .bl1 {
    width: 410px;
    left: -57px;
  }
}
@media only screen and (max-width: 1200px) {
  .sec_fv_ptn3 .sec_inner_900 .of_flex {
    flex-direction: column-reverse;
    margin: 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .sec_fv_ptn3 .sec_inner_900 .of_flex {
    flex-direction: column-reverse;
    margin: 0 auto;
    width: 100%;
  }
}

.sec_cvbggreen {
  width: 100%;
  background-color: #42ce9f;
  font-weight: bold;
  color: #fff;
  padding: 4rem 0;
}
@media only screen and (max-width: 992px) {
  .sec_cvbggreen {
    margin-bottom: 8rem;
  }
}
.sec_cvbggreen .inner_area .box2_cvbg {
  text-align: center;
}
.sec_cvbggreen .inner_area .box2_cvbg .bl1_btn {
  background-color: #fe0505;
  width: 400px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 4rem;
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 576px) {
  .sec_cvbggreen .inner_area .box2_cvbg .bl1_btn {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 992px) {
  .sec_cvbggreen .inner_area .box3_img {
    text-align: center;
    margin: 0;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .sec_cvbggreen .inner_area .box3_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .sec_cvbggreen .inner_area .box3_img img {
    width: auto;
  }
}
@media only screen and (max-width: 576px) {
  .sec_cvbggreen .inner_area .box3_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .sec_cvbggreen .inner_area .sec_inner2 {
    flex-direction: column-reverse;
    padding: 0 4rem;
    box-sizing: border-box;
  }
}
.sec_cvbggreen .inner_area .wrap_box1_cvbg {
  align-items: center;
}
.sec_cvbggreen .inner_area .wrap_box1_cvbg .box1_cvbg {
  padding-bottom: 2rem;
  font-size: 2.5rem;
  align-items: center;
  line-height: 1.8;
  padding: 0 0rem 5rem;
}
@media only screen and (max-width: 992px) {
  .sec_cvbggreen .inner_area .wrap_box1_cvbg .box1_cvbg {
    line-height: 1.4;
    font-size: 2rem;
  }
}

.sec_company {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 576px) {
  .sec_company {
    padding-bottom: 4rem;
  }
}
.sec_company .area1_company {
  margin: 8rem 0;
}
@media only screen and (max-width: 1200px) {
  .sec_company .area1_company {
    margin: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_company .area1_company {
    margin: 0rem 1rem;
  }
}
.sec_company .area1_company .box2_ttl h2 {
  text-align: center;
  font-size: 4.5rem;
}
@media only screen and (max-width: 992px) {
  .sec_company .area1_company .box2_ttl h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_company .area1_company .box2_ttl h2 {
    font-size: 3rem;
  }
}
.sec_company .area1_company .box1_company {
  margin: 2rem 0 4rem;
  box-sizing: border-box;
  border: 1px solid rgba(10, 120, 47, 0.3);
  filter: drop-shadow(0px 4px 15px rgba(10, 80, 47, 0.3));
  border-radius: 40px;
  padding: 0rem 6rem 4rem;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .sec_company .area1_company .box1_company {
    padding: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_company .area1_company .box1_company {
    margin: 1rem 0 2rem;
  }
}
.sec_company .area1_company .box1_company ul li {
  font-size: 2.5rem;
  font-weight: bold;
  filter: inherit;
}
.sec_company .area1_company .box1_company .bl1_mainttl {
  text-align: center;
}
.sec_company .area1_company .box1_company .bl1_mainttl h3 {
  font-size: 4.4rem;
}
@media only screen and (max-width: 992px) {
  .sec_company .area1_company .box1_company .bl1_mainttl h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .sec_company .area1_company .box1_company .bl1_mainttl h3 {
    font-size: 1.8rem;
  }
}
.sec_company .area1_company .box1_company .bl1_mainttl h3 span {
  font-size: 11.8rem;
  color: #0a782f;
}
@media only screen and (max-width: 992px) {
  .sec_company .area1_company .box1_company .bl1_mainttl h3 span {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 360px) {
  .sec_company .area1_company .box1_company .bl1_mainttl h3 span {
    font-size: 3rem;
  }
}
.sec_company .area1_company .box1_company .bl1_mainttl .emt_txt {
  margin-top: -1.4rem;
  font-size: 3rem;
  padding-bottom: 2.4rem;
}
@media only screen and (max-width: 992px) {
  .sec_company .area1_company .box1_company .bl1_mainttl .emt_txt {
    font-size: 2rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 360px) {
  .sec_company .area1_company .box1_company .bl1_mainttl .emt_txt {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.sec_company .area1_company .box1_company .bl2_img {
  padding: 2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .sec_company .area1_company .box1_company .bl2_img {
    padding: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_company .area1_company .box1_company .bl2_img .emt1_img {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_company .area1_company .box1_company .bl2_img .emt2_img {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 992px) {
  .sec_company .area1_company .box1_company .bl2_img figure {
    padding: 0;
    margin: 0;
  }
}
.sec_company .area1_company .box1_company .bl2_img figure img {
  width: 100%;
  padding: 0;
  margin: 0;
}
.sec_company .area1_company .box1_company .bl2_img h3 {
  text-align: center;
  margin-bottom: -4rem;
}
.sec_company .area1_company .box1_company .bl2_img canvas#chart01 {
  padding: 3rem;
  box-sizing: border-box;
}
.sec_company .area1_company .box1_company .bl2_img canvas#chart02 {
  padding: 3rem;
  box-sizing: border-box;
}
.sec_company .area1_company .box1_company .bl3_img {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .sec_company .area1_company .box1_company .bl3_img figure {
    margin: 1rem;
  }
}
.sec_company .area1_company .box1_company .bl3_img figure img {
  width: 80%;
}
@media only screen and (max-width: 576px) {
  .sec_company .area1_company .box1_company .bl3_img figure img {
    width: 100%;
  }
}
.sec_company .area1_company .box1_company .bl3_txt {
  width: 700px;
  margin: 0 auto;
  font-size: 2.4rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .sec_company .area1_company .box1_company .bl3_txt {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .sec_company .area1_company .box1_company .bl3_txt {
    width: 90%;
  }
}
.sec_company .area1_company .box1_company .bl3_txt p {
  font-size: 1.6rem;
}

.sec_about_rm {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 576px) {
  .sec_about_rm {
    padding-bottom: 4rem;
  }
}
.sec_about_rm .area1_about {
  margin: 2rem 0;
}
@media only screen and (max-width: 1200px) {
  .sec_about_rm .area1_about {
    margin: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_about_rm .area1_about {
    margin: 0rem 1rem;
  }
}
.sec_about_rm .area1_about .box2_ttl h2 {
  text-align: center;
  font-size: 4.5rem;
}
@media only screen and (max-width: 992px) {
  .sec_about_rm .area1_about .box2_ttl h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_about_rm .area1_about .box2_ttl h2 {
    font-size: 3rem;
  }
}
.sec_about_rm .area1_about .box1_about {
  margin: 2rem 0 4rem;
  box-sizing: border-box;
  border: 1px solid rgba(10, 120, 47, 0.3);
  filter: drop-shadow(0px 4px 15px rgba(10, 80, 47, 0.3));
  border-radius: 40px;
  padding: 0rem 6rem 4rem;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .sec_about_rm .area1_about .box1_about {
    padding: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_about_rm .area1_about .box1_about {
    margin: 1rem 0 2rem;
  }
}
.sec_about_rm .area1_about .box1_about .area2_mtxt p {
  text-align: center;
  font-size: 4.5rem;
  padding: 4rem 0;
  font-weight: bold;
  color: #0a782f;
}
@media only screen and (max-width: 992px) {
  .sec_about_rm .area1_about .box1_about .area2_mtxt p {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_about_rm .area1_about .box1_about .area2_mtxt p {
    font-size: 3rem;
  }
}
.sec_about_rm .area1_about .box1_about .area3_mimg figure {
  margin: 0;
}
.sec_about_rm .area1_about .box1_about .area3_mimg img {
  width: 100%;
}
.sec_about_rm .area1_about .box1_about .area4_explain p {
  font-size: 2.5rem;
}
.sec_about_rm .area1_about .box1_about .area5_cv p {
  text-align: center;
  font-size: 4.5rem;
  padding: 4rem 0;
  font-weight: bold;
  color: #0a782f;
}
@media only screen and (max-width: 992px) {
  .sec_about_rm .area1_about .box1_about .area5_cv p {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_about_rm .area1_about .box1_about .area5_cv p {
    font-size: 3rem;
  }
}

.sec_lastcv {
  width: 100%;
  padding-bottom: 8rem;
}
.sec_lastcv .inner_sec .wrap_box {
  justify-content: center;
}
.sec_lastcv .inner_sec .wrap_box .box_lastcv {
  background-color: #71bb8a;
  margin: 0 2rem;
  box-sizing: border-box;
  border-radius: 40px;
  filter: drop-shadow(0px 4px 15px rgba(10, 80, 47, 0.3));
}
@media only screen and (max-width: 992px) {
  .sec_lastcv .inner_sec .wrap_box .box_lastcv {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 576px) {
  .sec_lastcv .inner_sec .wrap_box .box_lastcv {
    padding: 0 2rem;
    box-sizing: border-box;
  }
}
.sec_lastcv .inner_sec .wrap_box .box_lastcv .inner_box h3 {
  text-align: center;
  font-size: 2.5rem;
  margin: 2rem 0 0 0;
}
.sec_lastcv .inner_sec .wrap_box .box_lastcv .inner_box figure img {
  width: 450px;
}
@media only screen and (max-width: 1200px) {
  .sec_lastcv .inner_sec .wrap_box .box_lastcv .inner_box figure img {
    width: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .sec_lastcv .inner_sec .wrap_box .box_lastcv .inner_box figure img {
    width: 100%;
  }
}
.sec_lastcv .inner_sec .wrap_box .box_lastcv .inner_box a {
  text-decoration: none;
  color: #fff;
}
.sec_lastcv .inner_sec .wrap_box .box_lastcv .inner_box a .bl_btn {
  padding: 2rem;
  background-color: #014c1a;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4rem;
  border-radius: 3rem;
}
@media only screen and (max-width: 576px) {
  .sec_lastcv .inner_sec .wrap_box .box_lastcv .inner_box a .bl_btn {
    width: 100%;
    box-sizing: border-box;
  }
}
.sec_lastcv .inner_sec .wrap_box .box_lastcv .inner_box a .bl_btn.red {
  background-color: #9d0707;
}
.sec_lastcv .inner_sec .wrap_box .box_lastcv.red {
  background-color: #ff9797;
}

p.bl_btn:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.sec_header .inner .area_right {
  text-align: right;
  padding-right: 2rem;
}
@media only screen and (max-width: 576px) {
  .sec_header .inner .area_right {
    padding-right: 0.5rem;
  }
}
.sec_header .inner .box_logo img {
  padding-left: 1rem;
}
@media only screen and (max-width: 992px) {
  .sec_header .inner .box_logo img {
    width: 270px;
  }
}
@media only screen and (max-width: 576px) {
  .sec_header .inner .box_logo img {
    display: none;
    padding-left: 0;
  }
}
.sec_header .inner .box_logo2 img {
  display: none;
}
@media only screen and (max-width: 576px) {
  .sec_header .inner .box_logo2 img {
    display: block;
    width: 100px;
    padding-left: 1rem;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  .sec_header .inner .box_logo2 img {
    display: block;
    width: 70px;
    padding-left: 1rem;
    height: 70px;
  }
}
.sec_header .inner .box_tel {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .sec_header .inner .box_tel {
    display: none;
  }
}
.sec_header .inner .box_btn {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .sec_header .inner .box_btn {
    display: none;
  }
}
.sec_header .inner .box_telbtn {
  display: none;
}
@media only screen and (max-width: 992px) {
  .sec_header .inner .box_telbtn {
    display: inline-block;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .sec_header .inner .box_telbtn img {
    width: 270px;
  }
}
@media only screen and (max-width: 576px) {
  .sec_header .inner .box_telbtn img {
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 360px) {
  .sec_header .inner .box_telbtn img {
    height: 50px;
    width: auto;
  }
}
.sec_footer .inner {
  padding: 2rem;
}
@media only screen and (max-width: 1200px) {
  .sec_footer .inner .box_adress {
    text-align: center;
  }
}
.sec_footer .inner .box_logo {
  padding-right: 5%;
}
@media only screen and (max-width: 1200px) {
  .sec_footer .inner .box_logo {
    text-align: center;
    padding-bottom: 2rem;
    padding-right: 0%;
  }
}
.sec_footer .inner .box_logo.col_spc_12 img {
  width: 100%;
}
.sec_footer .inner .adlass_last {
  justify-content: center;
}

.footer_cv {
  padding: 4rem 0 10rem;
}

.copy {
  text-align: center;
  color: #ffffff;
  background: #09792f;
  line-height: 36px;
  letter-spacing: 1px;
  width: 100%;
}
.copy p {
  font-size: 1.4rem;
  padding: 0.8rem;
}

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.chart-area {
  /*円グラフがスマホでつぶれないようにする*/
  position: relative;
  width: 100%;
  height: 50vh;
}

@media screen and (min-width: 2000px) {
  #section_fv {
    width: 1920px;
  }
  #sec_fvcv2 {
    width: 1920px;
  }
  #sec_header {
    width: 1920px;
    margin: 0 auto;
  }
  #sec_header2 {
    width: 1920px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=parts.css.map */