@charset "utf-8";

.cmp_container{
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  --main-clr:#00A23F;
  --sub-clr:#F4F1E8;
  font-weight: 400;
  /*font-size: 1.8rem;*/
  word-break: break-all;
}
.cmp_container .md{
  font-size: 1.6rem;
}
.cmp_container .sm{
  font-size: 1.4rem;
}

@media screen and (max-width: 1100px) {
  .cmp_container{
    font-size: 1.6rem;
  }

}

.cmp_section_head>.ttl{
  font-weight: bold;
  /*font-size: 3.4rem;*/
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: left;
  color: #0b1f07;
  margin-bottom: 10px;
}

.cmp_section_head>.post{
  text-align: right;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: calc(21 / 14);
  color: #9fa79e;
  margin-bottom: 33px;
}

@media screen and (max-width: 1100px) {
  .cmp_section_head>.ttl{
    font-size: 2.2rem;
  }
  .event_section_ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .cmp_section_head>.post{
    font-size: 1.2rem;
  }
}
.cmp_ttl_group{
  height: 79px;
  background: #fff;
  border: 3px solid #f00;
  width:100%;
  margin: 67px 0 30px;
  padding:0 30px;
  line-height: 73px;
  background: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: left;
  color: #f00;
}
@media screen and (max-width: 1100px) {
  .cmp_ttl_group {
    height: 79px;
   padding:0 15px;
    font-size: 2.3rem;
  }
}

/*セレクト*/
.cmp_head{
  position: relative;
  margin-bottom: 35px;
  z-index: 2;
  padding-top: 7px;
  margin-top: 0px;
}

.cmp_head .select_box1 {
  position: absolute;
  right: 0;
  top:0;
  z-index: 100;
}
@media screen and (max-width: 1100px) {

  .cmp_head .select_box1 {
      position: relative;
      right: auto;
      top:0;
      z-index: 100;
      margin-left: auto;
  }
}


.cmp_wrap{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .cmp_wrap{
    padding: 0 15px;
  }

}

/*見出し*/
.cmp_ttl_xl{
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 90px;
  text-align: center;
}
.lower-head > .cmp_ttl_xl{
  margin-bottom: 50px;
}

.cmp_ttl_xl::after{
  content: '';
  position: absolute;
  bottom:0;
  left:50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  background-image: url(../svg/dashed.svg);
  background-repeat: no-repeat;
}

.cmp_ttl_xl em{
  position: relative;
  display: inline-block;
  font-family: var(--sub);
  font-weight: bold;
  font-size: 2.4rem;
  padding: 0 35px;
  text-align: center;
  color: #00A23F;
  line-height: 1;
  margin-bottom: 0.5em;
  font-family: var(--sub);
}

.cmp_ttl_xl em::before,
.cmp_ttl_xl em::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 33px;
  background: #00A23F;
  transform-origin: 0 0;
  transform: rotate(-25deg);
}

.cmp_ttl_xl em::after{
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  transform-origin: 100% 0;
  transform: rotate(25deg);
}

.cmp_ttl_xl strong{
  display: block;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
}

.cmp_ttl_xl::after{
  content: '';
  position: absolute;
  bottom:0;
  left:50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  background-image: url(../svg/dashed.svg);
  background-repeat: no-repeat;
}

.cmp_ttl_xl.clr_wh,
.cmp_ttl_xl.clr_wh em{
  color: #fff;
}

.cmp_ttl_xl.clr_wh em::before,
.cmp_ttl_xl.clr_wh em::after{
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .cmp_ttl_xl {
    margin-bottom: 30px;
    text-align: center;
  }

  .cmp_ttl_xl em{
    font-size: 2rem;
    padding: 0 25px;
  }

  .cmp_ttl_xl em::before,
  .cmp_ttl_xl em::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 25px;
    background: #00A23F;
    transform-origin: 0 0;
    transform: rotate(-25deg);
  }

  .cmp_ttl_xl em::after{
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    transform-origin: 100% 0;
    transform: rotate(25deg);
  }

  .cmp_ttl_xl strong{
    display: block;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
  }
}


.cmp_ttl_l{
  position: relative;
  /*font-size: 3rem;*/
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.333;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 27px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap:20px;
}
.cmp_ttl_l::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: var(--main-clr);
}

.cmp_ttl_l small{
  font-size: 1.8rem;
  font-weight: normal;
  padding-left: 0px;
  display: inline-block;
  transform: translateY(0px);
}

.cmp_ttl_m{
  position: relative;
  padding-top: 1px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.333;
  padding-left: 27px;
  padding-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.cmp_ttl_m div,
.cmp_ttl_m em{
  color: var(--main-clr);
}

.cmp_ttl_m::before{
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--main-clr);
}


.cmp_ttl_s{
  position: relative;
  /*font-size: 2.2rem;*/
  font-size: 1.8rem
  font-weight: bold;
  line-height: 1.333;
  padding-left: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.cmp_ttl_dt{
  position: relative;
  /*font-size: 3rem;*/
  font-size: 2.6rem;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  /*line-height: 1.333;*/
  line-height: 1.75;
  background: #fff;
  margin-bottom: 10px;
  /*min-height: 50px;*/
  min-height: 60px;
  padding-left: 27px;
  overflow: hidden;
}

.cmp_ttl_dt em{
  color: var(--main-clr);
}

.cmp_ttl_dt em + span,
.cmp_ttl_dt span + span{
  padding-left: 22px;
}

.cmp_ttl_dt::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: var(--main-clr);
}

.cmp_ttl_label{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.333;
  padding-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.cmp_ttl_label>div,
.cmp_ttl_label>span{
  display: inline-block;
  font-size: 20px;
  /*height: 44px;*/
  padding: 8px 20px;
  text-align: left;
  color: #fff;
  background: var(--main-clr);
}

.cmp_ttl_line{
  position: relative;
  /*font-size: 2.6rem;*/
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.333;
  padding-left: 27px;
  padding-bottom: 8px;
  border-bottom: 3px solid #00A23F;
  padding-top: 10px;
  margin-bottom: 10px;
}

.cmp_ttl_line::before{
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 18px;
  height: 18px;
  background: var(--main-clr);
}

.cmp_ttl_line a {
  position: relative;
  /*font-size: 1.6rem;*/
  text-decoration: none;
  display: inline-block;
  padding-right: 1em;
  margin-top: 0;
  /*margin-left: 1.2em;*/
  transform: translateY(-2px);
}

.cmp_ttl_line a[target="_blank"]::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right:0;
  top:4px;
  background: url(../svg/button_blank_gr.svg) no-repeat  50% 50% / 100%;
 }


.cmp_ttl_bar{
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}

.cmp_ttl_bar::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: calc(100% - 10px);
  width: 100%;
  background: #A0E5BB;
}

.cmp_ttl_bar>div,
.cmp_ttl_bar>span{
  position: relative;
  padding: 3px 9px;
  display: inline-block;
  background: #F4F1E8;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .cmp_ttl_l{
    position: relative;
    /*font-size: 2.4rem;*/
    font-size: 2.2rem;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 19px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .cmp_ttl_l::before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 8px;
    /*height: 29px;*/
  }

  .cmp_ttl_m{
    position: relative;
    padding-top: 1px;
    font-size: 2rem;
    padding-left: 19px;
    padding-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .cmp_ttl_s{
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }


   .cmp_ttl_m em{
      color: var(--main-clr);
   }

  .cmp_ttl_m::before{
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 14px;
    height: 14px;
  }


  .cmp_ttl_dt{
    font-size: 2.2rem;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 1.333;
    margin-bottom: 5px;
    min-height: 50px;
    padding-left: 20px;
    overflow: hidden;
  }

  .cmp_ttl_dt em{
    color: var(--main-clr);
  }

  .cmp_ttl_dt em + span,
  .cmp_ttl_dt span + span{
    padding-left: 15px;
  }

  .cmp_ttl_dt::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: var(--main-clr);
  }

  .cmp_ttl_label{
    padding-top: 10px;
    margin-bottom: 5px;
  }

  .cmp_ttl_label>span{
    /*height: 36px;*/
    font-size: 1.6rem;
    padding: 7px 18px 6px;
  }

  .cmp_ttl_line {
    font-size: 2.0rem;
    padding-bottom: 8px;
    padding-top: 10px;
    margin-bottom: 5px;
    border-bottom: 2px solid #00A23F;
  }

  .cmp_ttl_line::before{
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 16px;
    height: 16px;
    background: var(--main-clr);
  }

  .cmp_ttl_bar{
    font-size: 1.6rem;
    padding-top: 10px;
    margin-bottom: 5px;
  }

  .cmp_ttl_bar>span{
    padding: 5px 15px 4px;
  }
}

/*
段落コンポーネント
*/

.cmp_para{
  padding: 0px 0 10px;
  overflow: hidden;
}
.cmp_para small{
  font-size: 1.6rem;
}

.cmp_para.row{
  display: flex;
  flex-wrap:nowrap !important;
}


.cmp_para.row small{
  white-space: nowrap;
  margin-right: 10px;
  margin-top: 0.1em;
}
.cmp_para h2{font-size: 2.2rem; margin-bottom: 0.5em;}
.cmp_para h3{font-size: 2.0rem; margin-bottom: 0.5em;}
.cmp_para h4{font-size: 1.8rem; margin-bottom: 0.5em;}
.cmp_para h5{font-size: 1.6rem; margin-bottom: 0.5em;}



@media screen and (max-width: 1100px) {
  .cmp_para h2{font-size: 2.0rem; margin-bottom: 0.5em;}
  .cmp_para h3{font-size: 1.8rem; margin-bottom: 0.5em;}
  .cmp_para h4{font-size: 1.6rem; margin-bottom: 0.5em;}
  .cmp_para h5{font-size: 1.4rem; margin-bottom: 0.5em;}

}

.cmp_para_link{
  padding: 30px;
  margin: 20px 0;
  display: flex;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border-radius: 18px;
  border:3px solid #fff;
  transition: all 0.19s ease;
  overflow: hidden;
  max-width: 100%;
}

.cmp_para_link:hover{
  opacity: 1;
  border:3px solid var(--main-clr)
}

.cmp_para_link .box1{
  width: calc(100% - 21.3%);
  padding-right: 3%;
}
.cmp_para_link .box2{
  max-width: 300px;
  width: 21.3%;
  padding-top: 10px;
  text-align: center;
  padding-left: 0px;
}


.cmp_para_link .box2 img{
  max-width: 192px;
  width: 100%;
  display: inline-block;
}

.cmp_para_link .ttl,
.cmp_para_ttl{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom:20px;
  overflow: hidden;
}

.cmp_para_link .msg{
  margin-bottom: 10px;
}

.cmp_para_float{
  overflow: hidden;
  line-height: 1.6;
  margin: 20px 0;
}

.cmp_para_float.left figure {
  max-width: 400px;
  width: 33.33%;
  margin-right: 4.1%;
  margin-bottom: 10px;
  float: left;
  text-align: center;
}

.cmp_para_float.right figure {
  max-width: 400px;
  width: 33.33%;
  margin-left: 4.1%;
  margin-bottom: 10px;
  float: right;
  text-align: center;
}

.cmp_para_float.left figure img,
.cmp_para_float.right figure img {
  width: auto;
  max-width: 100%;
  border-radius: 18px;
}

.cmp_para_float.right.clear{
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}

.cmp_para_float.right.clear .box1{
  width: 66.67%;
}

.cmp_para_float.right.clear figure {
  float:none;
}
.cmp_para_float .box1 h2{ font-size: 2.2rem; margin-bottom: 0.5em;}
.cmp_para_float .box1 h3{ font-size: 2.0rem; margin-bottom: 0.5em;}
.cmp_para_float .box1 h4{ font-size: 1.8rem; margin-bottom: 0.5em;}
.cmp_para_float .box1 h5{ font-size: 1.6rem; margin-bottom: 0.5em;}

.cmp_para_float .box1 img{
width: auto;
}

/* @media screen and (max-width: 1200px) {

.cmp_para_link .box1{
  width: calc(100% - 300px);
}
.cmp_para_link .box2{
  width: 300px;
  padding-top: 10px;
  text-align: center;
  padding-left: 30px;
}
   */

@media screen and (max-width: 1100px) {

  .cmp_para_link{
    padding: 15px;
    display: block;
    margin: 15px 0;
    border-radius: 18px;
    border:3px solid #fff;
    overflow: hidden;
    max-width: none;
  }

  .cmp_para_link:hover{
    opacity: 1;
    border:3px solid var(--main-clr)
  }

  .cmp_para_link .box1{
    width: 100%;
    margin-bottom: 15px;
  }

  .cmp_para_link .box2{
    width: 100%;
    padding-top: 0px;
    text-align: center;
    padding-left: 0px;
    max-width: none;
  }

  .cmp_para_link .box2 img{
    width: 50%;
    max-width: none;
    display: block;
    margin: auto;
  }

  .cmp_para_link .ttl{
    font-size: 1.6rem;
  }

  .cmp_para_link .ttl,
  .cmp_para_ttl{
    font-size: 1.6rem;
    margin-bottom:15px;
  }

  .cmp_para_link .msg{
    margin-bottom: 10px;
  }
  .cmp_para_float.right.clear,
  .cmp_para_float{
    overflow: hidden;
    line-height: 1.6;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
  }

  .cmp_para_float.left figure {
    max-width: 400px;
    width: 90%;
    margin-right: 4.1%;
    margin: 0 auto 15px;
    float: none;
  }

  .cmp_para_float.right.clear figure,
  .cmp_para_float.right figure {
    max-width: 400px;
    width: 90%;
    margin: 0 auto 15px;
    float: none;
    order:1;
  }

  .cmp_para_float.right.clear .box1 ,
  .cmp_para_float.right .box1{
    order:2;
    width: 100%;
  }

  .cmp_para_float.left figure img,
  .cmp_para_float.right figure img {
    width: auto;
    max-width: 100%;
    border-radius: 18px;
  }
  .cmp_para_float .box1 h2{ font-size: 2.0rem; margin-bottom: 0.5em;}
  .cmp_para_float .box1 h3{ font-size: 1.8rem; margin-bottom: 0.5em;}
  .cmp_para_float .box1 h4{ font-size: 1.6rem; margin-bottom: 0.5em;}
  .cmp_para_float .box1 h5{ font-size: 1.4rem; margin-bottom: 0.5em;}


}

/*
リストコンポーネント
*/
.cmp_ol_list{
  padding: 0;
  counter-reset:cp_clist; /*数字をリセット*/
  list-style-type: none;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap:10px
}

.cmp_ol_list>li{
  position: relative;
  padding-left:36px;
  /*font-weight: bold;*/
  /*font-size: 2rem;*/
  font-size: 1.8rem;
}

.cmp_ol_list>li::before{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: cp_clist;
  content: counter(cp_clist);
  background:  var(--main-clr);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: 0px;
  margin-left: 0px;
  left:0;
  top:0px;
  font-weight: bold;
  font-size: 2rem;
}

.cmp_ul_list,
.cmp_dot_list{
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap:8px;
  margin-bottom: 20px;
}

.cmp_ul_list>li,
.cmp_dot_list>li{
  position: relative;
  /*font-size: 1.8rem;*/
  padding-left: 34px;
  line-height: 1.75;
  /*display: flex;*/
  margin-bottom: 0px;
  /*font-weight: bold;*/
}

.cmp_ul_list>li::before,
.cmp_dot_list>li::before{
  content: '';
  position: absolute;
  top: 12px;
  left: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--main-clr);
}
.cmp_ul_list>li.flex-type{
  display: flex;
  gap: 10px;
}
.cmp_ul_list>li.flex-type>p{
  min-width: 80px;
}
@media screen and (max-width: 767px){
  .cmp_ul_list>li.flex-type{
    flex-direction: column;
    gap: 0px;
  }
}

.cmp_list_div,
.cmp_list_l>li,
.cmp_list_s>li{
  position: relative;
  /*font-size: 2.2rem;*/
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0;
  padding-left: 1.6em;
  display: flex;
}
.cmp_list_div>span,
.cmp_list_l>li>span,
.cmp_list_s>li>span{
  position: absolute;
  left:0;
  top:auto;
}

.cmp_list_s>li{
  /*font-size: 2rem;*/
  font-size: 1.8rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
  /*font-weight: 500;*/
}



.cmp_list_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
  gap: 20px;
}

.cmp_list_box>li{
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  width: calc((100% - 20px * 2) / 3 );
}
.cmp_list_box>li.bottom-link{
  position: relative;
  padding-bottom: 100px;
}

.posirug .cmp_list_box {
    justify-content: left;
}
.cmp_list_box>li> h2.head{
  margin-bottom: 15px;
  text-align: center;
}
.cmp_list_box.txt_left>li> h2.head{
  text-align: left;
}


.cmp_list_box>li> h2.head strong{
  line-height: 1;
  font-family: var(--sub);
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  color: #00A23F;
  margin-bottom: 0.5em;
}

.cmp_list_box>li> h2.head span{
  font-weight: bold;
  /*font-size: 3rem;*/
  /*font-size: 2.0rem;*/
  font-size: 1.8rem;
}
.cmp_row .cmp_list_box>li> h2.head span{
  font-size: 1.8rem;
}


.cmp_list_box figure{
  margin-bottom: 0.5em;
}
.cmp_list_box figure img{
  /*border-radius: 0.5em;*/
}
.cmp_list_box>li> .text_body {
  font-size: 1.6rem;
}
.cmp_row .cmp_list_box>li> .text_body{
  font-size: 1.5rem;
}
.cmp_list_box>li> .text_body .ttl{
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.cmp_list_box>li>.text_body p.msg{
  font-size: 1.6rem;
  line-height: 1.375;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .cmp_ol_list{
    margin: 15px 0;
    gap:4px;
  }

  .cmp_ol_list>li{
    position: relative;
    padding-left:30px;
    font-size: 1.6rem;
  }

  .cmp_ol_list>li::before {
    font-size: 1.6rem;
    width: 24px;
    height: 24px;
    line-height: 23px;
    top: 0;
    display: block;
    text-align: center;
  }
  .cmp_ul_list,
  .cmp_dot_list{
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    gap:4px;
    margin-bottom: 20px;
  }
  .cmp_ul_list>li,
  .cmp_dot_list>li{
    position: relative;
    /*font-size: 1.6rem;*/
    padding-left:30px;
    line-height: 1.75;
    /*display: flex;*/
    margin-bottom: 0px;
    /*font-weight: bold;*/
  }
  .cmp_ul_list>li::before,
  .cmp_dot_list>li::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--main-clr);
  }

  .cmp_list_div,
  .cmp_list_l>li,
  .cmp_list_s>li{
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 1.8em;
    display: flex;
  }

  .cmp_list_s>li{
    font-size: 1.6rem;
    font-weight: normal;
  }

  .cmp_list_box{
    display: flex;
    justify-content: center;
    margin: 15px 0;
    flex-wrap:wrap;
    gap:15px;
  }

  .cmp_list_box>li{
    padding: 15px;
    /*width: 100%;*/
    width: 100%;
  }

  .cmp_list_box>li> h2.head{
    margin-bottom: 15px;
    /*text-align: center;*/
  }

  .cmp_list_box>li> h2.head strong{
    font-size: 3rem;
  }

  .cmp_list_box>li> h2.head span{
    font-weight: bold;
    /*font-size: 2.2rem;*/
    font-size: 1.8rem;
  }

  .cmp_list_box>li> .text_body .ttl{
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .cmp_list_box>li> .text_body {
    font-size: 1.4rem;
  }
  .cmp_list_box>li>.text_body p.msg{
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

/*
ボタンコンポーネント
*/
.cmp_button_box{
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.cmp_button_box.start{
  justify-content: flex-start;
}
.cmp_button_box.end{
  justify-content: flex-end;
}
.cmp_button_box.column{
  flex-direction: column;
  align-items: center;
}
.cmp_button_box.start{
  display: flex;
  align-items: flex-start;
}
.cmp_button_box.end{
  display: flex;
  align-items: flex-end;
}

.cmp_button_box2{
  display: flex;
  justify-content: center;
  text-align: center;
}

.cmp_list_box>li.bottom-link .cmp_button_box{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
}

.cmp_button1 {
  width: 31%;
  /*min-width: 500px;*/
  height: auto;
  padding: 10px 30px;
  background-color: #00a23f;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  display: block;
  background-image: url(../svg/button_arrow_wh.svg);
  background-position: 95% 50%;
  background-size: 13px;
  text-decoration: none;
  background-repeat: no-repeat;
  border-radius: 50px;
  border: 1px solid #00A23F;
  transition: all 0.19s ease;
}
.cmp_row .cmp_button1{
  width: 50%;
}
.page-laws .cmp_button1{
  width: 50%;
  height: auto;
  line-height: 1.3;
  padding: 0.9em 2.5em 0.9em 2em;
}
.cmp_button_box.column .cmp_button1{
  width: 40%;
}

.cmp_button1:hover{
  background-color: #fff;
  color: var(--main-clr);
  opacity: 1;
  background-image: url(../svg/button_arrow_gr.svg);
}

.cmp_button1[target="_blank"]{
  background-image: url(../svg/button_blank_wh.svg);
}

.cmp_button1[target="_blank"]:hover{
  background-image: url(../svg/button_blank_gr.svg);
}

.cmp_button1.back{
  background: #fff;
  color: var(--main-clr);
}
.cmp_button1.back:hover{
  background-color:var(--main-clr);
  color: #fff;
}
@media screen and (max-width: 1170px) {
  .cmp_button1{
    width: 90%;
  }
  .cmp_row .cmp_button1{
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .cmp_button_box {
    padding: 15px 0;
  }
  .cmp_button1{
    /*max-width: 325px;*/
    padding: 10px 20px;
    font-size: 1.4rem;
    background-position: 96% 50%;
    background-size: 10px;
    text-decoration: none;
    background-repeat: no-repeat;
    border-radius: 50px;
  }
  .page-laws .cmp_button1{
    width: 90%;
  }
  .cmp_button_box.column .cmp_button1{
    width: 90%;
  }

  .cmp_list_box>li.bottom-link{
    padding-bottom: 80px;
  }
  .cmp_list_box>li.bottom-link .cmp_button_box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 10px 15px;
  }
}

.cmp_list_box .cmp_button1{
  width: 100%;
}

.cmp_button2{
  width: 224px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  background: #00a23f;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  display: block;
  background-image: url(../svg/button_arrow_wh.svg);
  background-position: 90% 50%;
  background-size: 20px;
  text-decoration: none;
  padding-left: 30px;
  background-repeat: no-repeat;
  border: 1px solid #00A23F;
  transition: all 0.19s ease;
}

.cmp_button2:hover{
  background-color: #fff;
  color: var(--main-clr);
  opacity: 1;
  background-image: url(../svg/button_arrow_gr.svg);
}

.cmp_button2[target="_blank"]{
  background-image: url(../svg/button_blank_wh.svg);
}

.cmp_button2[target="_blank"]:hover{
  background-image: url(../svg/button_blank_gr.svg);
}

.cmp_button_back{
  position: relative;
  width: 267px;
  border-radius: 50px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #00A23F;
  text-decoration: none;
  padding: 11px 0 13px;
}

.cmp_button_back::before{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 20px;
  width: 15px;
  height: 15px;
  background: url(../svg/button_arrow_wh_back.svg) no-repeat  50% 50% / 100%;
}

@media screen and (max-width: 1100px) {
  .cmp_button_back{
    width: 190px;
    font-size: 1.7rem;
    padding: 8px 0 9px;
  }

  .cmp_button_back::before{
    margin-top: -4px;
    left: 15px;
    width: 11px;
    height: 11px;
  }
}

/*
画像コンポーネント
*/
.cmp_one_img{
  text-align: center;
  /*padding-top: 20px;*/
}

.cmp_one_img figure {
  display: inline-block;
  max-width: 780px;
}
.cmp_one_img.max figure {
  display: inline-block;
  max-width: 100%;
}
.cmp_one_img figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  width: auto;
  border-radius: 18px;
  overflow: hidden;
}

.cmp_one_img figure .cmp_para,
.cmp_one_img figure figcaption{
  display: block;
  margin: 20px auto;
  text-align: left;
}
.youtube{
  position: relative;
}
.youtube .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
}
.youtube .js-modal-video-open{
  cursor: pointer;
}

.cmp_two_img{
  display: flex;
  gap:20px;
  justify-content: center;
  margin-top: 20px;
}

.cmp_two_img figure{
  width: calc((100% - 20px) / 2);
  text-align: center;
}

.cmp_two_img figure img{
  border-radius: 18px;
  overflow: hidden;
}

.cmp_two_img figure .cmp_para,
.cmp_two_img figure figcaption{
  display: block;
  margin: 20px auto;
  text-align: left;
}

.cmp_three_img{
  display: flex;
  gap:20px;
  justify-content: center;
  margin-top: 20px;
}

.cmp_three_img figure{
  width: calc((100% - 20px * 2) / 3)
}

.cmp_three_img figure img{
  border-radius: 18px;
  overflow: hidden;
}

.cmp_three_img figure .cmp_para,
.cmp_three_img figure figcaption{
  display: block;
  margin: 20px auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .cmp_one_img{
    text-align: center;
    /*margin-top: 15px;*/
    /*padding: 0 28px;*/
    margin-bottom: 0px;
  }

  .cmp_one_img figure {
    display: inline-block;
    max-width: 780px;
  }

  .cmp_one_img figure img {
    max-width: 100%;
    overflow: hidden;
  }
  .cmp_one_img figure .cmp_para,
  .cmp_one_img figure figcaption{
    display: block;
    margin: 15px auto;
    text-align: left;
    font-size: 1.6rem;
  }

  .cmp_two_img{
    display: flex;
    gap:0px;
    flex-wrap:wrap;
    padding: 0 28px;
    margin-top: 15px;
    justify-content: center;
  }
  .cmp_two_img figure{
    width: auto;
    padding-top: 15px;
  }
  .cmp_two_img figure .cmp_para,
  .cmp_two_img figure figcaption{
    display: block;
    margin: 15px auto;
    text-align: left;
    font-size: 1.6rem;
  }

  .cmp_three_img{
    display: flex;
    gap:15px;
    flex-wrap:wrap;
    justify-content: center;
    padding: 0 57px;
  }

  .cmp_three_img figure{
    padding-top: 15px;
    width: 100%;
  }

  .cmp_three_img figure .cmp_para,
  .cmp_three_img figure figcaption{
    margin: 15px auto;
    font-size: 1.4rem;
    line-height: 1.5;
  }

}

/*
セクションコンポーネント
*/
.cmp_section{
  overflow: hidden;
  padding-bottom: 50px;
}

.cmp_section>*:last-child{
  margin-bottom: 0px;
  /*padding-bottom: 0px;*/
}
@media screen and (max-width: 1100px) {
  .cmp_section>*:last-child{
    margin-bottom: 0px !important;
    /*padding-bottom: 0px;*/
  }

  .cmp_section{
    padding-bottom:30px;
  }
}

/*背景特殊処理*/
.container.of{
  overflow: hidden;
}
.container main .cmp_wrap > .cmp_section.layout_white,
.container main .cmp_wrap > .cmp_section.layout_green,
.container main .cmp_wrap > .cmp_section.layout_green2,
.container main .cmp_wrap > .cmp_section.layout_image{
  position: relative;
  padding-top: 40px;
  overflow: visible;
}
.container main .cmp_wrap > .cmp_section.layout_white + *,
.container main .cmp_wrap > .cmp_section.layout_green + *,
.container main .cmp_wrap > .cmp_section.layout_green2 + *,
.container main .cmp_wrap > .cmp_section.layout_image + *{
  padding-top: 40px;
}
.container main .cmp_wrap > .cmp_section.layout_white>*,
.container main .cmp_wrap > .cmp_section.layout_green>*,
.container main .cmp_wrap > .cmp_section.layout_green2>*,
.container main .cmp_wrap > .cmp_section.layout_image>*{
  position: relative;
}
.container main .cmp_wrap > .cmp_section.layout_white::before,
.container main .cmp_wrap > .cmp_section.layout_green::before,
.container main .cmp_wrap > .cmp_section.layout_green2::before{
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: #fff;
}
.container main .cmp_wrap > .cmp_section.layout_green::before{
  background: #ECE6D5;
}
.container main .cmp_wrap > .cmp_section.layout_green2::before{
  background: #A0E5BB;
}
.container main .cmp_wrap > .cmp_section.layout_image > img.bg-cover{
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px){
  .container main .cmp_wrap > .cmp_section.layout_white,
  .container main .cmp_wrap > .cmp_section.layout_green,
  .container main .cmp_wrap > .cmp_section.layout_green2,
  .container main .cmp_wrap > .cmp_section.layout_image,
  .container main .cmp_wrap > .cmp_section.layout_white + *,
  .container main .cmp_wrap > .cmp_section.layout_green + *,
  .container main .cmp_wrap > .cmp_section.layout_green2 + *,
  .container main .cmp_wrap > .cmp_section.layout_image + *{
    padding-top: 30px;
  }
}

/*
セクションコンポーネント
*/
.cmp_tbl{
  overflow: hidden;
}

.cmp_tbl.layout_fixed table{
  table-layout: fixed;
}
table.cmp_table,
.cmp_tbl table{
  margin: 20px 0;
}

table.cmp_table th,
.cmp_tbl table th{
  /*width: 29.25%;*/
  width: auto;
  /*height: 60px;*/
  background: #ECE6D5;
  border: 1px solid #C4B795;
  padding: 18px 30px;
  font-size:1.6rem;
  text-align: left;
  /*white-space: nowrap;*/
}
.cmp_tbl table.event_tbl th {
    width: 10em;
}
.cmp_tbl table.event_tbl td table{}
.cmp_tbl table.event_tbl td table th{background: none; border: none;padding: 0.25em;width: auto;white-space:nowrap;}
.cmp_tbl table.event_tbl td table td{background: noen; border: none;padding: 0.25em;}


table.cmp_table td,
.cmp_tbl table td{
  padding: 18px 30px;
  font-size:1.6rem;
  background: #fff;
  vertical-align: middle;
  border: 1px solid #C4B795;
}

table.cmp_table .cmp_button1,
.cmp_tbl table .cmp_button1{
  width: auto;
}

@media screen and (max-width: 1100px) {

  .cmp_tbl.tbl_x_scroll{
    overflow-y: hidden;
    overflow-x: auto;
  }

  .cmp_tbl.tbl_x_scroll.layout_fixed table{
    min-width: 768px;
  }

  .cmp_tbl.tbl_x_scroll table th,
  .cmp_tbl.tbl_x_scroll table td{
    white-space: nowrap;
  }

}

@media screen and (max-width: 768px) {
  table.cmp_table th,
  .cmp_tbl table th{
    /*width: 106px;*/
    width: auto;
    height: auto;
    padding: 15px 10px;
    font-size:1.4rem;
    white-space: normal;
  }
  table.cmp_table td,
  .cmp_tbl table td{
    padding: 15px 10px;
    font-size:1.4rem;
  }

  .cmp_tbl.tbl_block table tbody,
  .cmp_tbl.tbl_block table tr,
  .cmp_tbl.tbl_block table th,
  .cmp_tbl.tbl_block table td,
  .cmp_tbl.tbl_block table colgroup,
  .cmp_tbl.tbl_block table col{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 0px;
  }

  .cmp_tbl.tbl_block table td{
    border-top: 0;
  }

  .cmp_tbl.tbl_block table th{
    border-top: 0;
  }
  .cmp_tbl.tbl_block table tr:first-child th{
    border-top: 1px solid #C4B795;
  }
}

.cmp_row{
  display: flex;
  justify-content: space-between;
}

.cmp_row>.aside{
  width: 250px;
}

.cmp_row>.contents{
  width: calc(100% - 300px);
}
@media screen and (max-width: 1100px) {

  .cmp_row{
    flex-direction:column-reverse;
  }

  .cmp_row>.aside {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
  }

  .cmp_row>.contents{
    width: 100%;
  }

  .cmp_row>.aside .cmp_back{
    width: 100%;
  }
  .cmp_row>.aside .head{
    margin-bottom: 20px;
    background: #00A23F;
  }

  .cmp_row>.aside .sp_head{
    display: flex !important;
    position: absolute;
    right:0;
    top:0;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    padding-left: 28px;
    font-family: var(--sub);
    width: 100px;
    height: 60px;
    font-weight: bold;
    align-items: center;
  }

  .cmp_row>.aside .sp_head .icon{
    width: 21px;
    position: absolute;
    left:0;
    top:16px;
  }

  .cmp_row>.aside .sp_head .icon img{
    vertical-align: middle;
  }

  .cmp_row>.aside .sp_head.open .icon{
    margin-top: -1px;
  }

  .cmp_row>.aside .sp_head.open .icon img{
    transform: rotate(180deg);
  }
}

.cmp_back{
  position: relative;
  display: block;
  font-size: 1.6rem;
  text-align: left;
  color: #fff;
  background: #00A23F;
  height: 60px;
  padding-left: 38px;
  font-weight: bold;
  padding-top: 16px;
  text-decoration: none;
}

.cmp_back .icon{
  width: 13px;
  position: absolute;
  display: block;
  left: 10px;
  top:14px;
}

.cmp_back .icon img{
  vertical-align: middle;
}

.cmp_aside_menu{
  margin-bottom: 30px;
}

.cmp_aside_menu>li{
  min-height: 57px;
  padding: 10px 0;
  border-bottom: 1px solid #00A23F;
}
.cmp_aside_menu>li>a{
  position: relative;
  display: flex;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.38;
  text-align: left;
  color: #0b1f07;
  align-items: center;
  text-decoration:none;
  padding: 7px 32px 7px 17px;
}
.cmp_aside_menu>li>a.active{
  color: #00A23F;
}

.cmp_aside_menu>li>a::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-5px);
  background: url(../svg/button_arrow_gr.svg) no-repeat 50% 50% / 100%;
}

.cmp_aside_menu>li>a[target="_blank"]::after{
  width: 14px;
  height: 14px;
  background: url(../svg/button_blank_gr.svg) no-repeat  50% 50% / 100%;
}
.cmp_aside_menu>li.drw_button>a{
  position: relative;
}
.cmp_aside_menu>li .drw_box{
  display: none;
}

.cmp_aside_menu>li.drw_button>a::after{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translateY(-7px) rotate(0);
  background: url(../svg/arrow_u.svg) no-repeat  50% 50% / 100%;
}

.cmp_aside_menu>li.drw_button>a.open::after{
  transform: translateY(-8px) rotate(180deg);
}

.cmp_aside_menu>li .menu1>li{
  padding: 2px 0;
}

.cmp_aside_menu>li .menu1>li>a{
  display: flex;
  position: relative;
  color: #0B1F07;
  padding: 7px 32px 7px 17px;
  text-decoration: none;
  line-height: calc(20 / 16);
  font-size: 1.4rem;
  /*font-weight: bold;*/
}

.cmp_aside_menu>li .menu1>li>a.active{
  color: var(--main-clr);
}

.cmp_aside_menu>li .menu1>li>a::after{
  content: '';
  position: absolute;
  right: 13px;
  top:13px;
  width: 13px;
  height: 13px;
  background: url(../svg/button_arrow_gr.svg) no-repeat  50% 50% / 100%;
}
.cmp_aside_menu>li .menu1>li>a>strong {
  /*white-space: nowrap;*/
}

.cmp_aside_menu>li .menu1>li>a span{
  padding-left: 0.5em;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  .cmp_aside_box{
    display: none;
  }
}

.cmp_tag_dl{
  padding-top: 10px;
  margin-bottom: 20px;
  display: flex;
  font-size: 1.6rem;
}

.cmp_tag_dl dt{
  width: 55px;
  font-weight: bold;
}

.cmp_tag_dl dd{
  width: calc(100% - 55px);
}

.cmp_tag_list{
  display: flex;
  flex-wrap:wrap;
  font-size: 1.6rem;
  line-height: calc(21 / 16);
  text-align: center;
  color: #00a23f;
  gap:10px;
}

.cmp_tag_list>li{
  padding:0 10px;
  line-height: 25px;
  background: transparent;
  border: 1px solid #00a23f;
}
@media screen and (max-width: 768px) {
  .cmp_tag_list{
    font-size: 1.4rem;
  }

}

.cmp_nav{
  display: flex;
  flex-wrap:wrap;
  gap:14px 19px;
  padding: 20px 0;
}

.cmp_nav>li{
  width: calc((100% - 19px) / 2);
}

.cmp_nav>li>a{
  display: block;
  background-color: #00a23f;
  padding: 25px 35px;
  height: 100%;
  font-family: "Noto Sans JP";
  font-weight: bold;
  /*font-size: 2rem;*/
  color: #fff;
  display: flex;
  align-items:center;
  text-decoration: none;
  background: #00a23f url(../svg/button_arrow_wh.svg) no-repeat  95% 52% / 14px;
}

/*tab*/
.cmp_tab_nav{
  display: flex;
  gap:6px;
  justify-content: center;
  border-bottom: 3px solid #00a23f;
}
.cmp_tab_nav>li{
  margin-bottom: -2px;
}
.cmp_tab_nav>li>span,
.cmp_tab_nav>li>a{
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  min-width: 150px;
  border-radius: 10px 10px 0px 0px;
  background: #fff;
  border: 3px solid #00a23f;
  padding: 12px 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  align-items: center;
  cursor: pointer;
}
.cmp_tab_contents{
  padding-top: 50px;
}
.cmp_tab_contents>*{
  display: none;
}
.cmp_tab_contents>*:first-child{
  display: block;
}
@media screen and (max-width: 1100px) {
  .cmp_tab_nav>li {
    margin-bottom: -2px;
  }
  .cmp_tab_nav>li>span,
  .cmp_tab_nav>li>a{
    min-width: 0px;
    padding: 10px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .cmp_tab_nav{
    gap:5px;
  }
  .cmp_tab_nav>li>span,
  .cmp_tab_nav>li>a{
    min-width: 0px;
    height: 3.5em;
    padding: 10px 0.5em;
    font-size: 3.5vw;
  }
  .cmp_nav>li>a{
    padding: 15px 20px;
    padding-right: 30px;
    font-size: 1.6rem;
  }

}
/*
.cmp_local_nav{
  padding: 10px 0 15px;
}

.cmp_local_nav>li{
  margin-bottom: -3px;
}

.cmp_local_nav>li>a{
  height: 59px;
  display: block;
  background: #fff url(../svg/button_arrow_gr_down.svg) no-repeat  96% 50% / 13px;
  border: 3px solid #00a23f;
  text-decoration: none;
  padding: 12px 28px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: left;
  color: #00a23f;
}

.cmp_local_nav>li>a {
  padding: 12px 18px;
}
*/

.cmp_local_nav{
  padding: 10px 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cmp_local_nav>li{
  /*margin-bottom: -3px;*/
  width: calc((100% - 20px) / 2);
}

.cmp_local_nav>li>a{
  height: 100%;
  display: block;
  background: #fff url(../svg/button_arrow_gr_down.svg) no-repeat  96% 50% / 13px;
  border: 2px solid #00a23f;
  text-decoration: none;
  padding: 12px 28px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: left;
  color: #00a23f;
  border-radius: 10px;
}


.cmp_local_nav>li>a {
  padding: 12px 18px;
}

.cmp_drw{
  position: relative;
}
.cmp_drw_head{
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
}

.cmp_drw_head> .cmp_ttl_line{
  padding-right: 50px;
}

.cmp_drw_head.open{
  margin-bottom: 0;
}

.cmp_drw_head .arrow{
  content: '';
  position: absolute;
  top: 21px;
  right: 20px;
  width: 20px;
  height: auto;
  display: flex;
}

.cmp_drw_head.open .arrow{
  transform: rotate(180deg);
}

.cmp_drw_head.open .arrow img{
  vertical-align: middle;
}
.cmp_drw_body{
  display: none;
}

.cmp_check_allopen{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.cmp_check_allopen em{
  font-weight: 500;
  font-size: 2rem;
  color: var(--main-clr);
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .cmp_drw_head .arrow{
    content: '';
    position: absolute;
    top: 18px;
    right: 15px;
    width: 20px;
    height: auto;
    display: flex;
  }
  .cmp_check_allopen em{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .cmp_local_nav{
    gap: 10px;
  }

}

.cmp_info_list{
  display: flex;
  gap:35px;
  flex-wrap:wrap;
  padding: 0;
  border-radius: 20px;
}

.cmp_info_list>li{
  width: calc((100% - 35px*2) / 3);
}

.cmp_info_list>li a{
  display: flex;
  height: 107px;
  padding: 20px 50px 20px 20px;
  border-radius: 10px;
  background: #fff;
}
.cmp_row .cmp_info_list{
  gap:15px;
}

.cmp_row .cmp_info_list>li{
  width: calc((100% - 15px*2) / 3);
}



.cmp_info_list>li a{
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.cmp_info_list>li a::after{
  width: 19px;
  height: 11px;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../svg/arrow_u.svg) no-repeat  50% 50% / 100%;
  transform: rotate(-90deg);
  margin-top: -5px;
}

.cmp_info_list>li a.scroll::after{
  transform: rotate(-180deg);
}

.cmp_info_list>li a[target="_blank"]::after{
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
  margin-top: -10px;
  background: url(../svg/button_blank_gr.svg) no-repeat  50% 50% / 100%;
}

.cmp_info_list>li a .img{
  width: 100px;
}

.cmp_info_list>li a .box{
  width: calc(100% - 100px);
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 20px;
  line-height: calc(26 / 20);
  text-align: left;
  color: #0b1f07;
}
@media screen and (max-width: 1250px) {
  .cmp_info_list>li{
    width: calc((100% - 35px) / 2);
  }
}
@media screen and (max-width: 1100px) {
  .cmp_info_list>li{
    width: 100%;
  }

  .cmp_info_list>li a .box {
    font-weight: bold;
    font-size: 1.6rem;
    padding-left: 15px;
  }
  .cmp_row .cmp_info_list>li{
    width: calc((100% - 15px*2) / 2);
  }

}
@media screen and (max-width: 768px) {
  .cmp_info_list{
    gap:15px;
  }
  .cmp_info_list>li a {
      height: 90px;
      padding: 15px 40px 15px 15px;
  }
  .cmp_row .cmp_info_list>li{
    width: 100%;
  }


}

.cmp_section_news{
  padding: 70px 0;
}
@media screen and (max-width: 1100px) {
  .cmp_section_news .cmp_wrap{
    padding:0;
  }
}

.cmp_section_movie .button_area,
.cmp_section_news .button_area{
  display: flex;
  padding: 40px 0 0;
  justify-content: center;
}

.cmp_section_news{
  padding: 70px 0;
}

.cmp_section_movie{
  padding: 70px 0;
}

.cmp_section_info{
  padding: 70px 0 0;
}
@media screen and (max-width: 1100px) {
  .cmp_section_news{
    padding: 40px 0;
  }

  .cmp_section_movie{
    padding: 40px 0;
  }

  .cmp_section_movie .cmp_wrap{
    padding-right:0;
  }

  .cmp_section_info{
    padding: 40px 0 0;
  }
}

/*
トグルコンポーネント
*/
.cmp_toggle_wrap{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.cmp_toggle{
  position: relative;
}

.cmp_toggle>.t_head{
  position: relative;
  background: #fff;
  padding-right: 50px;
  cursor: pointer;
}

.cmp_toggle>.t_head::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 19px;
  margin-top: -4px;
  height: 12px;
  background: url(../svg/arrow_u.svg) no-repeat  50% 50% / 100%;
}

.cmp_toggle>.t_head.open::after{
  transform: rotate(180deg);
  margin-top: -6px;
}

.cmp_toggle>.t_body {
  display: none;
}

.cmp_toggle>.t_body>div,
.cmp_toggle>.t_body>p{
  padding: 20px 0;
  font-weight: 400;
  /*font-size: 1.8rem;*/
  line-height: 1.5;
}

.cmp_toggle>.t_head i {
  position: absolute;
  left: 0;
  top: 0;
  width: 59px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #00a23f;
  font-family: "Noto Sans JP";
  font-weight: bold;
  /*font-size: 3rem;*/
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
}
.cmp_toggle>.t_head i>span {
  margin-top: -5px;
  display: inline-block;
}

.cmp_toggle>.t_head i + span{
  padding-left: 82px;
}

.cmp_toggle>.t_head i + span::before{
  display: none;
}

.cmp_toggle>.t_head>span {
  position: relative;
  padding-left: 35px;
  position: relative;
  display: block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  /*font-size: 3rem;*/
  font-size: 2.0rem;
  line-height: 1.45;
  text-align: left;
  color: #0b1f07;
  padding-top: 12px;
  padding-bottom: 10px;
  min-height: 56px;
}
.cmp_toggle>.t_head>span::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #00a23f;
}

@media screen and (max-width: 1100px) {

  .cmp_toggle>.t_head i {
    font-size: 2.0rem;
    width: 42px;
  }

  .cmp_toggle>.t_head>span {
    font-size: 1.8rem;
    padding-top: 9px;
    padding-bottom: 8px;
    line-height: 1.45;
    margin-bottom: 0px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-left: 24px;
  }
  .cmp_toggle>.t_head i + span {
    padding-left: 55px;
  }

  .cmp_toggle>.t_body p{
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.cmp_toggle2 {
  padding: 20px 0;
}
.cmp_toggle2 .t_head{
  position: relative;
  display: flex;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.333;
  padding-left: 27px;
  padding-bottom: 8px;
  border-bottom: 3px solid #00A23F;
  padding-top: 10px;
  margin-bottom: 10px;
  flex-wrap:wrap;
}

.cmp_toggle2 .t_head::before{
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  width: 18px;
  height: 18px;
  background: var(--main-clr);
}

.cmp_toggle2 >.t_head a{
  position: relative;
  font-size: 1.6rem;
  padding-left: 1.5em;
  text-decoration: none;
  display: inline-block;
  padding-right: 1em;
  margin-top: 7px;
}
.cmp_toggle2 >.t_head a[target="_blank"]::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right:0;
  top:4px;
  background: url(../svg/button_blank_gr.svg) no-repeat  50% 50% / 100%;
 }



/*
スライダー
*/
/*ニュース*/
/* .news_slider.no-swipe .swiper-wrapper {
  pointer-events: none;
  touch-action: none;
} */


.news_slider{
  padding: 0 15px 10px;
  border-radius: 10px;
}

.news_slider .swiper-slide{
  height: auto;
  width: calc((100% - 35px * 2) / 3);
  margin-right: 35px;
}

.news_slider .swiper-slide .inr{
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.news_slider .swiper-slide picture {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
}

.news_slider .swiper-slide picture img{
  height: 100%;
  object-fit: cover;
}

.news_slider .swiper-slide .box{
  padding: 10px 24px 25px;
  display: flex;
  margin-bottom: auto;
  flex-direction: column;
  justify-content: space-between;
  flex:1;
}

.news_slider .swiper-slide .box time{
  font-family: var(--sub);
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  color: #00a23f;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.news_slider .swiper-slide .box .ttl{
  font-weight: bold;
  line-height: 1.5;
  /*font-size: 1.8rem;*/
  margin-bottom: auto;
}

.news_slider .swiper-slide .box .tag{
  display: flex;
  flex-wrap:wrap;
  gap:5px 10px;
  margin-top: 25px;
}

.news_slider .swiper-slide .box .tag>li{
  min-width: 80px;
  padding: 0 10px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 30px;
  background: #fff;
  color: #00a23f;
  text-align: center;
  border: 1px solid #00a23f;
}

@media screen and (max-width: 1100px) {
  .news_slider .swiper-slide{
    opacity: 1 !important;
    margin-right: 0;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  .news_slider .swiper-slide .box{
    padding: 10px 20px 20px;
  }

  .news_slider .swiper-slide .inr{
    min-height: 0;
  }

  .news_slider .swiper-button-prev,
  .news_slider .swiper-button-next{
    width: 54px;
  }

  .news_slider .swiper-button-prev {
    left: 0px;
  }

  .news_slider .swiper-button-next {
    right: 0px;
  }

  .news_slider .swiper-slide {
    width: calc((100% - 26px) / 1.3);
    margin-right: 26px;
  }

}

@media screen and (max-width: 425px) {
  .news_slider .swiper-slide .box .ttl {
    font-weight: bold;
    line-height: 1.5;
    font-size: 4.25vw;
  }
}

.movie_slider_wrap .swiper-slide{
  width: 419px;
  margin-right: 10px;
}

.movie_slider_wrap .movie_box .img{
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 16 /  9;
  cursor: pointer;
}

.movie_slider_wrap{
  position: relative;
}

.movie_slider_wrap .swiper-button-prev {
  left: -20px;
  top: 126px;
}

.movie_slider_wrap .swiper-button-next {
  right: -20px;
  top: 126px;
}

.movie_slider_wrap .movie_box .img img{
  height: 100%;
  object-fit: cover;
}

.movie_slider_wrap .movie_box .img .icon{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%,-50%);
}

.movie_slider_wrap .movie_box .meta{
  display: flex;
  margin-bottom: 10px;
}

.movie_slider_wrap .movie_box .meta time{
  font-family: var(--sub);
  font-size: 1.6rem;
  font-weight: bold;
  width: 112px;
}

.movie_slider_wrap .movie_box .meta .tag{
  display: flex;
  flex-wrap:wrap;
  gap:5px;
  padding-top: 5px;
  align-self: flex-start;
  width: calc(100% - 112px);
}

.movie_slider_wrap .movie_box .meta .tag>li{
  padding: 0 10px;
  line-height: 19px;
  color: #399D26;
  text-align: center;
  font-size: 1.1rem;
  border:1px solid #399D26;
}

.movie_slider_wrap .movie_box .ttl{
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: bold;
}

.movie_slider_wrap .movie_box .minutes{
  position: absolute;
  right:0;
  bottom:2px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  padding: 0px 5px;
  height: 25px;
  font-size: 1.4rem;
  line-height: 25px;
}

@media screen and (max-width: 1100px) {
  .top_section_movie .wrap{
    padding-right: 0;
  }

  .movie_slider_wrap .swiper-button-prev {
    left: 0px;
    top: 100px;
  }

  .movie_slider_wrap .swiper-button-next {
    right: 0px;
    top: 100px;
  }

  .movie_slider_wrap .swiper-slide {
    width: 368px;
  }

  .movie_slider_wrap .swiper-button-next {
    right: 5px;
  }

  .movie_slider_wrap .swiper-button-prev {
    left: 5px;
  }

}

@media screen and (max-width: 415px) {
  .movie_slider_wrap .swiper-slide {
    width: 315px;
  }
}

/*news*/
.cmp_news_list{
  flex-wrap: wrap;
  display: flex;
  gap:30px 35px;
  margin-bottom: 55px;
}

.cmp_news_list>li{
  width: calc( (100% - 70px) / 3 );
}

.cmp_news_list>li .inr{
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);

}


.cmp_news_list>li picture {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
}

.cmp_news_list>li picture img{
  height: 100%;
  object-fit: cover;
}

.cmp_news_list>li .box{
  padding: 10px 24px 25px;
  display: flex;
  margin-bottom: auto;
  flex-direction: column;
  justify-content: space-between;
  flex:1;
}

.cmp_news_list>li .box time{
  font-family: var(--sub);
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  color: #00a23f;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.cmp_news_list>li .box .ttl{
  font-weight: bold;
  line-height: 1.5;
  /*font-size: 1.8rem;*/
  margin-bottom: auto
}

.cmp_news_list>li .box .tag{
  display: flex;
  flex-wrap:wrap;
  gap:5px 10px;
  margin-top: 25px;
}

.cmp_news_list>li .box .tag>li{
  min-width: 80px;
  padding: 0 10px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 30px;
  background: #fff;
  color: #00a23f;
  text-align: center;
  border: 1px solid #00a23f;
}
@media screen and (max-width: 1100px) {

  .cmp_news_list{
    gap:12px;
    margin-bottom: 45px;
  }

  .cmp_news_list>li .box .tag>li {
    padding: 0 8px;
    height: 16px;
    line-height: 14px;
    font-size: 1.4rem;
  }

  .cmp_news_list>li{
    width: calc( (100% - 12px) / 2 );
  }

  .cmp_news_list>li .box {
    padding: 12px 10px 13px;
  }

  .cmp_news_list>li .box time{
    font-size: 1rem;
    padding-bottom: 5px;
  }

  .cmp_news_list>li .box .ttl{
    line-height: 1.42;
    font-size: 1.4rem;
  }

  .cmp_news_list>li .box .tag {
    margin-top: 17px;
  }

  .cmp_news_list>li .box .tag>li {
    min-width: 63px;
    font-size: 1.1rem;
  }

}

@media screen and (max-width: 425px) {

  .cmp_news_list>li .box time{
    font-size: 0.7rem;
  }
}
/****************************************************
コンポーネント拡張
******************************************************/

/*文字サイズ*/
.cmp_fnt_16{font-size: 1.6rem !important;}
.cmp_fnt_18{font-size: 1.8rem !important;}
.cmp_fnt_20{font-size: 2.0rem !important;}
.cmp_fnt_22{font-size: 2.2rem !important;}

/*目次*/
.cmp_local_nav.cmp_mokuji{
  padding: 30px;
  background: #ECE6D5;
  border-radius: 18px;
  counter-reset: listnum;
    gap: 0px;
}
.cmp_local_nav.cmp_mokuji>li{
  width:100%;
  margin-bottom: 10px;
}
.cmp_local_nav.cmp_mokuji li a{

  border: none;
}
/*下線付きステップ*/
.cmp_uline_list.cmp_list_box h2.head strong{
    border-bottom: 1px solid #00A23F;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

/*シャドウボーダー*/
.cmp_card_border li {
    border: 1px solid #00A23F;
    border-right: 6px solid #00A23F;
    border-bottom: 6px solid #00A23F;
}
.cmp_card_border li ul li{
    border: none;
}
/*
.cmp-card-border li {
    border: 1px solid #00A23F;
    border-right: 6px solid #00A23F;
    border-bottom: 6px solid #00A23F;
}
.cmp-card-border li ul li{
    border: none;
}
*/
/*
.cmp_local_nav.cmp_mokuji li a{
  position: relative;
  padding-left: 1em;
  padding-top: 3em;
  border: none;
}
*/
/*
.cmp_local_nav.cmp_mokuji li a::before{
  position: absolute;
	counter-increment: listnum;
	content: "0"counter(listnum) ".";
	display: block;
  width: 90%;
  padding: 0em;
  z-index: 1;
  left: 1em;
  top: 0.9em;
  border-bottom: 1px solid #00A23F;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85em;

}
*/
.cmp_1colum.cmp_list_box>li{
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.cmp_2colum.cmp_list_box>li{
  width: calc((100% - 20px * 2) / 2);
  gap: 30px;
}
.cmp_4colum.cmp_list_box>li{
  width: calc((100% - 20px * 2) / 4.1);
}
/*見出し下線付きbox*/

.cmp_borer_1card.cmp_list_box>li{
  width: 100%;

}
.cmp_borer_1card.cmp_list_box>li h2.head {
    text-align: left;
    color: #00A23F;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #00A23F;
}
.cmp_borer_2card.cmp_list_box>li{
  padding-bottom: 1.5em;
  width: calc((100% - 10px * 2) / 2);
}
.cmp_borer_2card.cmp_list_box>li h2.head {
    text-align: left;
    color: #00A23F;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #00A23F;
}
.cmp_borer_3card.cmp_list_box>li{
  padding-bottom: 1.5em;
  width: calc((100% - 20px * 2) / 3);
}
.cmp_borer_3card.cmp_list_box>li h2.head {
    text-align: left;
    color: #00A23F;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #00A23F;
}



/*リストボックスの中央揃え*/
.cmp_list_box.center{
  justify-content: center;
}
/*リストボックスの左揃え*/
.cmp_list_box.left{
  justify-content: left;
}
/*リストボックス　見出し中央揃え*/

.cmp_list_box.txt_center>li> h2.head{
  text-align: center;
}
/*リストボックス　見出し左揃え*/

.cmp_list_box.txt_left>li> h2.head{
  text-align: left;
}

/*画像左のリストボックス*/
.cmp_list_box2.cmp_list_box>li> h2.head{
  text-align: left;
}
.cmp_list_box2.cmp_list_box {
    justify-content: left;
}
.cmp_list_box2.cmp_list_box>li> .text_body{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cmp_para.attention_p {
    background: #ECE6D5;
    padding: 1em;
    border-radius: 5px;
}
/*画像左のリストボックス*/
@media screen and (max-width: 768px) {

	.cmp_list_box2.cmp_list_box {
	    justify-content: center;
	}
	.cmp_list_box2.cmp_list_box>li{
	/*display: flex;
	gap: 15px;*/
	}
	.cmp_list_box2.cmp_list_box figure{
	width: 30%;
	float: left;
	margin-right: 15px;
	}
	.cmp_list_box2.cmp_list_box>li> .text_body{
	width: calc(70% - 15px);
	}
	.cmp_list_box2.cmp_list_box>li> h2.head {
	margin-bottom: 5px;
	}
	.cmp_list_box2.cmp_list_box>li> h2.head span {
	  font-size: 1.6rem;
	  line-height: 1.4;
	}
	.cmp_list_box2.cmp_list_box>li> .text_body {
	  font-size: 1.3rem;
	}
}

@media screen and (max-width: 1100px) {

  .cmp_ttl_m.cmp_ttl_ml{
    font-size: 2.4rem;
  }
  .cmp_4colum.cmp_list_box>li{
     width: calc((100% - 20px * 2) / 2);
  }
  .cmp_1colum.cmp_list_box>li{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}


@media screen and (max-width: 800px) {
  /*文字サイズ*/
  .cmp_fnt_16{font-size: 1.4rem !important;}
  .cmp_fnt_18{font-size: 1.6rem !important;}
  .cmp_fnt_20{font-size: 1.8rem !important;}
  .cmp_fnt_22{font-size: 2.0rem !important;}

  .cmp_local_nav.cmp_mokuji{
    padding: 10px;
  }
  .cmp_local_nav>li,
  .cmp_local_nav.cmp_mokuji>li{
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .cmp_2colum.cmp_list_box>li{
     width: 100%;
  }
  .cmp_4colum.cmp_list_box>li{
     width: 100%;
  }
  .cmp_borer_2card.cmp_list_box>li{
    width:100%;
  }

  .cmp_borer_3card.cmp_list_box>li{
      width:100%;
  }


}
/*テーブル（緑）*/
.cmp_tbl.cmp_green_tbl table th{
background: #00A23F;
color: #FFF;
}
.cmp_tbl.cmp_green_tbl table tbody th,
.cmp_tbl.cmp_green_tbl table tbody td{
    border: 1px solid #D1D1D1;
}


.cmp_ttl_m.cmp_ttl_ml{
  padding-left: 0;
  font-weight: normal;
  font-size: 2.8rem;
}
.cmp_ttl_m.cmp_ttl_ml::before{
  display: none;
}
.cmp_img_ttl{
display: flex;
align-items: center;
margin: 0.5em 0 1em;
}
.cmp_img_ttl figure{
margin: 0 !important;
padding: 0 !important;
width: auto !important;
}
.cmp_img_ttl figure img{
border-radius: 0 !important;
}
.cmp_img_ttl h3{
padding-left: 0.5em;

}

.cmp-no-radius img{
border-radius: 0 !important;
}



/*
その他設定
*/
.bg_white{ background: #ffffff !important;}
.bg_green{ background: #ECE6D5 !important;}
.bg_transparent{ background: transparent !important;}

.noradius{
  border-radius: 0 !important;
}

.gap10,
.gap15,
.gap20{
  align-items: baseline;
  display: flex;
  flex-wrap:wrap;
}

.gap10{ gap:10px}
.gap15{ gap:15px}
.gap20{ gap:20px}


/*下のマージン*/
.mg1_1{ margin-bottom: 5px;}
.mg1_2{ margin-bottom: 10px;}
.mg1_3{ margin-bottom: 15px;}
.mg1_4{ margin-bottom: 20px;}
.mg1_5{ margin-bottom: 25px;}
.mg1_6{ margin-bottom: 30px;}
.mg1_7{ margin-bottom: 35px;}
.mg1_8{ margin-bottom: 40px;}
.mg1_9{ margin-bottom: 45px;}
.mg1_10{ margin-bottom: 50px;}
.mg2_1{ margin-bottom: 0.5em;}
.mg2_2{ margin-bottom: 1em;}
.mg2_3{ margin-bottom: 1.5em;}
.mg2_4{ margin-bottom: 2em;}
.mg2_5{ margin-bottom: 2.5em;}
.mg2_6{ margin-bottom: 3em;}
.mg2_7{ margin-bottom: 3.5em;}
.mg2_8{ margin-bottom: 4em;}
.mg2_9{ margin-bottom: 4.5em;}
.mg2_10{ margin-bottom: 5em;}
.mg3_0{ margin-bottom: 0px;}
.mg3_05{ margin-bottom: 5px;}
.mg3_1{ margin-bottom: 10px;}
.mg3_2{ margin-bottom: 20px;}
.mg3_3{ margin-bottom: 30px;}
.mg3_4{ margin-bottom: 40px;}
.mg3_5{ margin-bottom: 50px;}
.mg3_6{ margin-bottom: 60px;}
.mg3_7{ margin-bottom: 70px;}
.mg3_8{ margin-bottom: 80px;}
.mg3_9{ margin-bottom: 90px;}
.mg3_10{ margin-bottom: 100px;}
@media screen and (max-width: 1000px){
  .mg1_1{ margin-bottom: 3px;}
  .mg1_2{ margin-bottom: 6px;}
  .mg1_3{ margin-bottom: 9px;}
  .mg1_4{ margin-bottom: 12px;}
  .mg1_5{ margin-bottom: 15px;}
  .mg1_6{ margin-bottom: 18px;}
  .mg1_7{ margin-bottom: 21px;}
  .mg1_8{ margin-bottom: 24px;}
  .mg1_9{ margin-bottom: 27px;}
  .mg1_10{ margin-bottom: 30px;}
  .mg3_05{ margin-bottom: 3px;}
  .mg3_1{ margin-bottom: 5px;}
  .mg3_2{ margin-bottom: 10px;}
  .mg3_3{ margin-bottom: 15px;}
  .mg3_4{ margin-bottom: 20px;}
  .mg3_5{ margin-bottom: 25px;}
  .mg3_6{ margin-bottom: 30px;}
  .mg3_7{ margin-bottom: 35px;}
  .mg3_8{ margin-bottom: 40px;}
  .mg3_9{ margin-bottom: 45px;}
  .mg3_10{ margin-bottom: 50px;}
}

/*font*/
.cmp_font_s{ font-size: 14px;}
.cmp_font_m{ font-size: 22px;}
.cmp_font_l{ font-size: 30px;}
.cmp_font_xl{ font-size: 36px;}
@media screen and (max-width: 1000px){
  .cmp_font_s{ font-size: 12px;}
  .cmp_font_m{ font-size: 18px;}
  .cmp_font_l{ font-size: 22px;}
  .cmp_font_xl{ font-size: 28px;}
}

.imgauto{
  width: auto;
  max-width: 100%;
}