@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----pc,sp表示切替---- */
.sp{
	display: block !important;
}
.pc{
	display: none !important;
}
@media (min-width: 740px){
	.sp{
	display: none !important;
}
.pc{
	display: block !important;
}
 }
 .txt_c{
  display: block !important;
  text-align: center !important;
 }
.contentsInr{
  padding: 0;
}

@media (min-width: 740px){
  .contentsInr {
    width: 100%;
}
}
.pageTtl{
  margin-bottom: 0;
}


 /* ----sec---- */   
.sec{
  padding: 0 0 30px;
}
@media (min-width: 740px){
  .sec{
  padding: 0 0 50px;
}
}

.inner{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}
.sec_top{
  padding: 30px 0;
}
@media (min-width: 740px){
  .sec_top{
  padding: 50px 0;
}
}
.anc .colWrap .col .linkbtn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border: 3px solid #2D5A28;
  border-radius: 10px;
  color: #2D5A28;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-right: 40px;
  text-align: left;
  min-height: 79px;
}
@media (min-width: 740px){
  .anc .colWrap .col .linkbtn a {
    font-size: 1.8rem;
}
}
.anc .colWrap .col .linkbtn a:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #F8F8F6;
  transform: skewY(14deg);
  transform-origin: top right;
}
.anc .colWrap .col .linkbtn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6.5px 0 6.5px;
  border-color: #2d5a28 transparent transparent transparent;
}

.sec01{
  background: #F0F0EB;
}
.sec01 .sec01_top_ttl{
  color: #2D5A28;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 740px){
  .sec01 .sec01_top_ttl{
    font-size: 2.1rem;
}
}
.sec01_box{
  background: #fff;
  padding: 15px;
}
@media (min-width: 740px){
  .sec01_box{
    padding: 25px 35px;
  }
}
.sec01_box_col{
  display: flex;
  gap: 15px;
}
.sec01_box_col:before,.sec01_box_col:after{
  content: none;
  display: none;
}
.sec01_box_col .text:first-child{
  width: 72px !important;
  min-width: 72px;
}
.sec01_box_col .text .ctm_iconTxt_PY{
  display: block;
  text-align: center;
}

.sec01_ttl .ttlLv2{
  margin-top: 30px;
  padding: 15px;
  border-bottom: 0;
  text-align: center;
  background: #2D5A28;
  border: 1px solid #707070;
  border-radius: 25px;
}
.sec01_ttl .ttlLv2 .heading{
  border-left: 0;
  padding-left: 0;
  color: #fff;
}
@media (min-width: 740px){
  .sec01_ttl .ttlLv2{
    margin-top: 60px;
  }
}

.sec01_subTtl .ttlLv3{
  padding: 0;
}
.sec01_subTtl .ttlLv3 .heading{
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
  border-left: 7px solid #2D5A28;
  color: #2D5A28;
}
@media (min-width: 740px){
  .sec01_subTtl .ttlLv3 .heading{
    font-size: 4.4rem;
  }
}
.sec01_subTtl.txt_bul .ttlLv3 .heading{
  border-left: 7px solid #144678;
  color: #144678;
}
.sec01_list{
  background: #76A162;
  padding: 10px;
}
@media (min-width: 740px){
  .sec01_list{
    padding: 15px 25px;
  }
}
.sec01_list ul li{
  color: #fff;
}
.sec01_wrap{
background: #fff;
padding: 20px;
border-radius: 20px;
}
.sec01_wrap .colWrap .col:nth-child(2) {
    width: 70%;
    margin: 50px auto 0;
  }
@media (min-width: 740px){
  .sec01_wrap{
    padding: 25px 50px;
    border-radius: 25px;
  }
  .sec01_wrap .colWrap {
    justify-content: space-between;
    align-items: flex-end;
  }
  .sec01_wrap .colWrap .col:first-child {
    width: calc(100% - 240px);
  }
  .sec01_wrap .colWrap .col:nth-child(2) {
    width: 210px;
    margin: 0;
  }
}
.sec01_wrap_ttl .ttlLv3{
  padding: 0;
}
.sec01_wrap_ttl .ttlLv3 .heading{
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  line-height: 1.5;
  border-left: 0;
  padding: 0;
  color: #2D5A28;
}
@media (min-width: 740px){
  .sec01_wrap_ttl .ttlLv3 .heading{
    font-size: 2.3rem;
  }
}
.sec01_wrap_ttl .ttlLv3 .heading .icon_check{
  width: 26px;
  height: 20px;
  min-width: 26px;
  margin-right: 20px;
}
.sec01_wrap_list > .txtList > li{
  background: #FFF296;
  border-radius: 19px;
  padding: 10px 20px !important;
}
@media (min-width: 740px){
  .sec01_wrap_list > .txtList > li{
    min-height: 62px;
  }
}
.sec01_wrap_list > .txtList > li:nth-child(n+2){
  margin-top: 15px;
}
.sec01_wrap_list ul li:before{
  content: none;
}
.sec01_cont{
  background: #EACE54;
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 740px){
  .sec01_cont{
    border-radius: 25px;
    padding: 25px 50px;
  }
}
.sec01_cont_ttl .ttlLv2{
  padding: 0;
  text-align: center;
  border-bottom: 0;
}
.sec01_cont_ttl .ttlLv2 .heading{
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.5;
  border-left: 0;
  padding: 0;
  color: #fff;
  position: relative;
}
.sec01_cont_ttl .ttlLv2 .heading > span{
  font-size: 1.3rem;
  color: #1A0B08;
  display: block;
  font-weight: normal;
  letter-spacing: 0.8rem;
}
@media (min-width: 740px){
  .sec01_cont_ttl .ttlLv2 .heading{
    font-size: 2.9rem;
  }
}
.sec01_cont_ttl .ttlLv2 .heading .sec01_cont_ttl_icon{
  position: absolute;
  top: 50%;
  left: -104px;
  transform: translateY(-50%);
  width: 54px;
  height: 41px;
  min-width: 54px;
}
.sec01_cont_subTtl .ttlLv3{
  padding: 0;
  background: #2D5A28;
  position: relative;
  margin-bottom: 0;
}
.sec01_cont_subTtl .ttlLv3::before,.sec01_cont_subTtl .ttlLv3::after{
content: "";
position: absolute;
top: 0;
}
.sec01_cont_subTtl .ttlLv3::before{
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 0 18.5px 13px;
  border-color: transparent transparent transparent #eacf54;
}
.sec01_cont_subTtl .ttlLv3::after{
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 13px 18.5px 0;
  border-color: transparent #eacf54 transparent transparent;
}
.sec01_cont_subTtl .ttlLv3 .heading{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  border-left: 0;
  padding: 5px 10px;
  color: #fff;
}
@media (min-width: 740px){
  .sec01_cont_subTtl .ttlLv3 .heading{
    font-size: 1.8rem;
  }
}
.sec01_cont .noteList_star > li:before {
  content: "★";
}
.cont_usa .sec01_cont_subTtl .ttlLv3{
  background: #144678;
}

.sec01_cont_img{
  margin-top: 20px;
    padding-bottom: 50px;
}
.slick-box .slidControl {
  bottom: -50px;
  left: 48%;
  -webkit-transform: translateX(-46%);
  transform: translateX(-46%);
}

.sec02 .tab ul li{
  background: #fff;
}
@media (min-width: 740px){
  .sec02 .tab ul li{
  padding: 0 15px;
}
}
.sec02 .tab .tabs_parent {
  border-bottom: 8px solid #2D5A28;
  padding-bottom: 0;
}
.sec02 .tab .tabs_parent > li.current{
  background: #fff;
}
.sec02 .tab .tabs_parent > li.current:after{
  content: none;
}
.sec02 .tab .tabs_parent > li.current > a {
  background: #2D5A28;
  color: #fff;
}
.sec02 .tab .tabs_parent > li a{
  background: #fff;
  border: 2px solid #2D5A28;
  border-radius: 12px 12px 0 0;
  padding: 8px 5px;
  color: #2D5A28;
  text-align: left;
  min-height: 100px;
  font-size: 1.3rem;
}
@media (min-width: 740px){
  .sec02 .tab .tabs_parent > li a{
    min-height: auto;
    padding: 12px 15px 10px;
    font-size: 1.6rem;
}
}
.sec02 .tab .tabs_parent > li a span:after{
  content: none;
}


.sec02_ttl .ttlLv2{
  padding: 0;
  border-bottom: 0;
}
.sec02_ttl .ttlLv2 .heading{
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  line-height: 1.5;
  border-left: 0;
  padding: 0;
  color: #2D5A28;
}
@media (min-width: 740px){
  .sec02_ttl .ttlLv2 .heading{
    font-size: 2.3rem;
  }
}

.tab_ttl .ttlLv3{
  padding: 0;
  background: #577B53;
  border-radius: 10px;
  overflow: inherit;
}
.tab_ttl .ttlLv3 .heading{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
  border-left: 0;
  padding: 10px;
  color: #fff;
  position: relative;
}
@media (min-width: 740px){
  .tab_ttl .ttlLv3 .heading{
    font-size: 1.6rem;
  }
}
.tab_ttl .ttlLv3 .heading::after{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #577b53 transparent transparent transparent;

}
.tab_ttl .ttlLv3 .heading span{
  margin-right: 10px;
}
.sec02_note{
  border: 2px solid #E60000;
  border-radius: 26px;
  text-align: center;
  color: #E60000;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 10px;
}