@charset "utf-8";

/*--------------------------------------
　Header
---------------------------------------*/
.header_home {
  position: absolute;
  top: 0;
  left: 0;
}



/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  background-color: #f7f2e9;
  background-image: 
    url("img/shape_bg01.png"),
    url("img/shape_bg02.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 520px auto, 490px auto;
  width: 100%;
  min-width: 1100px;
  padding: 11rem 0 10rem;
  position: relative;
  z-index: 1;
}

.mv_home .mv_inner {
  max-width: 1100px;
  margin: auto;
}

.mv_home .mv_block {
  display: flex;
  justify-content: center;
}

.mv_home .mv_ttl {
  width: 320px;
  margin: 0 2.5rem 0 0;
  mask-image: linear-gradient(to left, black 0%, black 100%);
  -webkit-mask-image: linear-gradient(to left, black 0%, black 100%);
  mask-size: 0% 100%;
  -webkit-mask-size: 0% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: right;
  -webkit-mask-position: right;
  opacity: 0;
  transition: opacity 1s ease, mask-size 1s ease-out;
}
.mv_ttl.show {
  opacity: 1;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.mv_home .mv_img {
  width: 550px;
  margin: 0 0 0 2.5rem;
}

.mv_home p.operation {
  margin: 3rem 0 0;
  color: #000;
  font-size: 12px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.mv_home .scroll {
  position: absolute;
  top: calc(100% - 55px);
  left: 50%;
  transform: translate(-50%,0);
  width: 18px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .mv_home {
    background-image: 
      url("img/shape_bg01.png"),
      url("img/shape_bg02.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 60% auto, 70% auto;
    min-width: 100%;
    padding: 10.5rem 1.5rem 6rem;
  }

  .mv_home .mv_inner {
    max-width: 100%;
  }

  .mv_home .mv_block {
    display: block;
  }

  .mv_home .mv_ttl {
    width: 65%;
    margin: 0 auto 0;
  }

  .mv_home .mv_img {
    width: 70%;
    margin: 0 auto;
  }

  .mv_home p.operation {
    margin: 2rem 0 0;
    font-size: 11px;
  }

  .mv_home .scroll {
    top: calc(100% - 44px);
    width: 14px;
  }
}





/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
	width: 100%;
	min-width: 1100px;
	margin: auto;
	box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.sec {
	width: 100%;
	min-width: 1100px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}

.sec .inner {
	max-width: 1100px;
	margin: auto;
	box-sizing: border-box;
}

.br120 {
  border-radius: 120px 120px 0 0;
}

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

@media screen and (max-width: 768px) {
	.contents_top {
		min-width: 100%;
	}
  
	.sec {
		min-width: 100%;
	}
  
	.sec .inner {
		max-width: 100%;
	}
  
  .br120 {
    border-radius: 60px 60px 0 0;
  }
  
  .flexBox {
    display: block;
  }
}





/*--------------------------------------
　Title
---------------------------------------*/
.main_ttl01 {
  text-align: center;
}
.main_ttl01 .sec_ttl {
  font-size: 3rem;
}
.sec_ttl_h3 {
    margin: 6rem 0 0;
    padding: 0 0 1.5rem;
    font-size: 3rem;
    border-bottom: 2px dashed #000;
	text-align:center;
}
.main_ttl01 .sec_ttl .large {
  font-size: 4.6rem;
}
.main_ttl01 .sec_ttl .bw {
  background: url("img/border_wave.png") left bottom repeat-x;
  background-size: 87px auto;
  padding: 0 0 2rem;
}

.main_ttl01 .sec_ttl a {
  display: inline-block;
  position: relative;
}
.main_ttl01 .sec_ttl a::after {
	content: "";
  display: inline-block;
  background: url("img/arrow-bl01.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 24px;
  margin-left: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .main_ttl01 .sec_ttl {
    font-size: 1.9rem;
  }
  .main_ttl01 .sec_ttl .large {
    font-size: 7.5vw;
  }
  .main_ttl01 .sec_ttl .bw {
    background: url("img/border_wave.png") left bottom repeat-x;
    background-size: 44px auto;
    padding: 0 0 1rem;
    line-height: 1.8;
  }
  
  .main_ttl01 .sec_ttl a::after {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
	.sec_ttl_h3 {
    margin: 4rem 2rem 0;
    font-size: 2.2rem;
  }
}



/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
	margin: 3rem 0 3rem;
	font-size: 1.6rem;
  font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
	line-height: 2;
}

.txt {
	margin: 3rem 0 3rem;
	font-size: 1.6rem;
  font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
	text-align: justify;
	line-height: 2;
}

p.lead {
  max-width: 75%;
	margin: 8rem auto 0!important;
	font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
	line-height: 2;
}

p.caption {
	margin: 1rem 0 0 0!important;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	line-height: 1.3;
}

.sec p {
	margin: 0 0 0;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
	.contents_top p {
		margin: 2rem 0 2rem;
    font-size: 1.6rem;
		line-height: 1.8;
	}

	.txt {
		margin: 2rem 0 2rem;
    font-size: 1.6rem;
		line-height: 1.8;
	}

  .lead {
    max-width: 100%;
    margin: 4rem auto 0!important;
    font-size: 1.6rem;
		line-height: 1.8;
	}
  
  p.caption {
    margin: 1rem 0 0 0!important;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.3;
  }
  
  .sec p {
    margin: 0 0 0;
  }
  p.lead {
	max-width:100%;
	margin: 2rem 0 2rem !important;
  }
}



/*--------------------------------------
　sec_lead
---------------------------------------*/
.sec_lead {
  background-color: #fff;
  background-image: radial-gradient(circle, #ffeacf 2px, transparent 2px), radial-gradient(circle, #ffeacf 2px, transparent 2px);
  background-position: 0 0, 12px 24px;
  background-size: 24px 48px;
  padding: 10rem 0 20rem;
}

.sec_lead .lead_block {
  background: #f7f2e9;
  max-width: 1000px;
  margin: 170px auto 0;
  padding: 0 4rem 7rem;
  border-radius: 0 0 24px 24px;
  position: relative;
}
.sec_lead .lead_block::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/sec_lead_bg.png") left top no-repeat;
  background-size: contain;
  width: 100%;
  height: 170px;
  box-sizing: border-box;
}

.sec_lead .sec_ttl {
  font-size: 2.2rem;
  text-align: center;
}
.sec_lead .sec_ttl .large {
  font-size: 3rem;
}

.sec_lead .illust {
  max-width: 590px;
  margin: 4rem auto 0;
}

.sec_lead .cc {
  margin: 3rem 0 0;
  font-size: 2.4rem;
  text-align: center;
}


.sec_lead .toc_home {
  max-width: 500px;
	margin: 6rem auto 0;
}
.sec_lead .toc_home ul.chapter li {
  line-height: 1.8;
}
.sec_lead .toc_home ul.chapter li br {
	display: block;
}

@media screen and (max-width: 768px) {
  .sec_lead {
    background-image: radial-gradient(circle, #ffeacf 2px, transparent 2px), radial-gradient(circle, #ffeacf 2px, transparent 2px);
    background-position: 0 0, 10px 20px;
    background-size: 20px 40px;
    padding: 14rem 1.5rem 12rem;
  }

  .sec_lead .lead_block {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 1rem 1.5rem 4rem;
    border-radius: 0 0 12px 12px;
  }
  .sec_lead .lead_block::before {
    width: 100%;
    height: 0;
    padding-top: calc(100%*170/1000);
  }

  .sec_lead .sec_ttl {
    font-size: 1.5rem;
  }
  .sec_lead .sec_ttl .large {
    font-size: 1.8rem;
  }

  .sec_lead .illust {
    max-width: 100%;
    margin: 2rem auto 0;
  }

  .sec_lead .cc {
    margin: 2rem 0 0;
    font-size: 1.8rem;
  }


  .sec_lead .toc_home {
    max-width: 100%;
    margin: 4rem auto 0;
  }
  .sec_lead .toc_home ul.chapter li {
    line-height: 1.6;
  }
}



/*--------------------------------------
　sv_parts
---------------------------------------*/
.contents_top .sv_parts {
  margin: 0 0 0;
}
.contents_top .sv_parts .boxL {
  width: calc(100% - 340px);
}
.contents_top .sv_parts .sv_ttl {
  font-size: 2.8rem;
}
.contents_top .sv_parts .btn-link a {
  font-size: 1.8rem;
}
.contents_top .sv_parts .boxR {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .contents_top .sv_parts .boxL {
    width: 100%;
	margin-top:1rem;
  }
  .contents_top .sv_parts .sv_ttl {
    font-size: 2.1rem;
	text-align:center;
  }
  .contents_top .sv_parts .btn-link a {
    font-size: 1.4rem;
  }
  .contents_top .sv_parts .boxR {
    width: 100%
  }
}



/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  background: #ffe3bc;
  margin-top: -120px;
  padding: 14rem 0 24rem;
}

.sec01_scene {
  margin: 10rem 0 0;
}

.scene_block01 {
  position: relative;
}
.scene_block01::after {
  content: "";
  display: block;
  background: url("img/deco_arrow.png") left top no-repeat;
  background-size: contain;
  width: 46px;
  height: 36px;
  margin: 4rem auto 0;
}
.scene_block01 .scene_item {
  background: #494949;
  width: calc(33.33% - 3rem);
  margin: 0 0 30px;
  padding: 4rem 2rem 4rem;
  border-radius: 0 36px 0 0;
  position: relative;
}
.scene_block01 .scene_item::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/wave_bg.png") left top no-repeat;
  background-size: 100% auto;
  width: calc(100% + 1px);
  height: 0;
  padding-top: calc(100%*30/325);
}
.scene_block01 .num {
  position: absolute;
  top: -30px;
  left: -10px;
  display: inline-block;
  background: #83d2d2;
  padding: 1rem 2.5rem;
  font-size: 4rem;
  line-height: 1;
  border-radius: 4px 4px 4px 0;
}
.scene_block01 .num:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #458181 transparent transparent;
}
.scene_block01 .cc {
  font-size: 2.4rem;
  text-align: center;
}
.scene_block01 .imgBox  {
  width: 156px;
  margin: 2rem auto 0;
}
.scene_block01 .imgBox img {
  display: block;
  border-radius: 50%;
}
.scene_block01 .bottom_txt {
  margin: 6rem 0 0;
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
}


.scene_block02 {
  margin: 4rem 0 0;
}
.scene_block02 .ttl01 {
  font-size: 3.4rem;
  text-align: center;
}
.scene_block02 .sv_parts {
  margin: 8rem 0 0;
}

@media screen and (max-width: 768px) {
  .sec01 {
    margin-top: -60px;
    padding: 6rem 1.5rem 12rem;
  }

  .sec01_scene {
    margin: 5rem 0 0;
  }

  .scene_block01::after {
    width: 37px;
    height: 29px;
    margin: 2rem auto 0;
  }
  .scene_block01 .flexBox {
    padding: 0 4rem;
  }
  .scene_block01 .scene_item {
    width: 100%;
    margin: 0 0 6rem;
    padding: 4rem 2rem 3rem;
    border-radius: 0 18px 0 0;
  }
  .scene_block01 .scene_item:last-child {
    margin: 0 0 0;
  }
  .scene_block01 .num {
    top: -20px;
    left: -10px;
    padding: 8px 1.8rem;
    font-size: 3rem;
    border-radius: 3px 3px 3px 0;
  }
  .scene_block01 .cc {
    font-size: 1.8rem;
  }
  .scene_block01 .imgBox  {
    width: 50%;
    margin: 1.5rem auto 0;
  }
  .scene_block01 .bottom_txt {
    margin: 6rem 0 0;
    font-size: 1.7rem;
    line-height: 1.8;
  }


  .scene_block02 {
    margin: 3rem 0 0;
  }
  .scene_block02 .ttl01 {
    font-size: 2.4rem;
  }
  .scene_block02 .sv_parts {
    margin: 8rem 0 0;
  }
}



/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  background: #f5f5f5;
  margin-top: -120px;
  padding: 14rem 0 24rem;
}

.sec02_case {
  margin: 8rem 0 0;
}

.sec02_case .case_item {
  padding: 8rem 0 8rem;
  border-top: 2px dashed #000;
}
.sec02_case .case_item:first-child {
  padding: 0 0 8rem;
  border-top: none;
}
.sec02_case .case_item:last-child {
  padding: 8rem 0 0;
}

.sec02_case .flexBox {
  align-items: center;
}

.sec02_case .boxL {
  width: 55%;
}
.sec02_case .case_item:nth-child(even) .boxL {
  order: 2;
}

.sec02_case .case_ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec02_case .num {
  width: 80px;
}
.sec02_case .case_ttl {
  width: calc(100% - 110px);
  font-size: 3.2rem;
}

.sec02_case .txt {
  margin: 5rem 0 0;
}

.sec02_case .boxR {
  width: 40%;
}
.sec02_case .case_item:nth-child(even) .boxR {
  order: 1;
}


.sec02 .sv_parts {
  margin: 16rem 0 0;
}

@media screen and (max-width: 768px) {
  .sec02 {
    margin-top: -60px;
    padding: 6rem 1.5rem 12rem;
  }
  
  .sec02_case {
    margin: 4rem 0 0;
  }

  .sec02_case .case_item {
    padding: 4rem 0 4rem;
    border-top: 1px dashed #000;
  }
  .sec02_case .case_item:first-child {
    padding: 0 0 4rem;
    border-top: none;
  }
  .sec02_case .case_item:last-child {
    padding: 4rem 0 0;
  }
  .sec02_case .boxL {
    width: 100%;
  }

  .sec02_case .num {
    width: 18%;
  }
  .sec02_case .case_ttl {
    width: 77%;
    font-size: 1.9rem;
  }

  .sec02_case .txt {
    margin: 2rem 0 0;
  }

  .sec02_case .boxR {
    width: 100%;
  }

  .sec02_case .imgBox {
    width: 60%;
    margin: 2rem auto 0;
  }


  .sec02 .sv_parts {
    margin: 8rem 0 0;
  }  
}



/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  background: url("img/bg01.jpg") left top repeat;
  background-size: 52px auto;
  margin-top: -120px;
  padding: 14rem 0 24rem;
}

.sec03 .pageLink {
  margin: 8rem 0 0;
}
.sec03 .pageLink .pageLink_item {
  width: calc(33.33% - 3rem);
  position: relative;
}
.sec03 .pageLink .pageLink_item::after {
	content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-top: 3px dashed #000;
	width: 60px;
  box-sizing: border-box;
}
.sec03 .pageLink .pageLink_item:last-child::after {
  display: none;
}
.sec03 .pageLink .pageLink_item a {
  display: block;
  background: #fff;
  padding: 4rem 2rem 4rem;
  border-radius: 36px;
  text-align: center;
}
.sec03 .pageLink .num {
  font-size: 7.2rem;
  line-height: 1;
}
.sec03 .pageLink .p_txt {
  margin: 3rem 0 0;
  font-size: 2.4rem;
}
.sec03 .pageLink .link {
  max-width: 200px;
  margin: 3rem auto 0;
  padding: 1rem 4rem;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  border: 2px solid #000;
  border-radius: 100px;
  position: relative;
}
.sec03 .pageLink .link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
  background: url("img/arrow-bl01.png") left top no-repeat;
  background-size: contain;
	width: 20px;
	height: 20px;
	margin-top: -10px;
  box-sizing: border-box;
  transform: rotate(90deg);
}


.sec03_counterplan {
  background: #fff;
  margin: 8rem 0 0;
  padding: 8rem 7rem 8rem;
  border-radius: 48px;
}

.sec03_counterplan .counterplan_item {
  padding: 0 0 10rem;
  position: relative;
  z-index: 0;
}
.sec03_counterplan .counterplan_item::after {
  content: "";
	position: absolute;
	top: 0;
  left: 120px;
  border-left: 3px dashed #000;
	height: 100%;
  box-sizing: border-box;
  z-index: -1;
}
.sec03_counterplan .counterplan_item:last-child {
  padding: 0 0 0;
}
.sec03_counterplan .counterplan_item:last-child::after {
  display: none;
}

.sec03_counterplan .boxL {
  width: 240px;
}

.sec03_counterplan .imgBox {
  position: relative;
}
.sec03_counterplan .num {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 7.2rem;
  line-height: 1;
  z-index: 1;
}
.sec03_counterplan .image img {
  border-radius: 50%;
}

.sec03_counterplan .boxR {
  width: calc(100% - 300px);
}

.sec03_counterplan .counterplan_ttl {
  font-size: 3rem;
}

.sec03_counterplan .checkList_box {
  background: #f7f2e9;
  margin: 3rem 0 0;
  padding: 3rem 4rem 3rem;
  border-radius: 24px;
  position: relative;
}
.sec03_counterplan .checkList_box .sb {
  position: absolute;
  top: -5px;
  right: -15px;
  font-size: 1.6rem;
  transform: rotate(30deg);
}
.sec03_counterplan .checkList_box .sb::after {
  content: "";
  display: block;
  background: url("img/sb_deco01.png") left top no-repeat;
  background-size: contain;
	width: 80px;
	height: 38px;
  margin-top: -1rem;
  box-sizing: border-box;
  transform: rotate(-30deg);
}
.sec03_counterplan .checkList li {
  margin: 0 0 2rem;
  padding: 0 0 0 4.5rem;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.sec03_counterplan .checkList li:last-child {
  margin: 0 0 0;
}
.sec03_counterplan .checkList li::before {
	content: "";
	position: absolute;
	top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/icon-check.png") left top no-repeat;
  background-size: contain;
	width: 28px;
	height: 28px;
}

.sec03_counterplan .txtBox {
  margin: 3rem 0 0;
  position: relative;
}
.sec03_counterplan .acc_btn {
	position: absolute;
	left: 0;
	right: 0;
  bottom: 0;
	background: #fff;
	max-width: 240px;
	margin: auto;
	padding: 1.5rem 5rem;
	box-sizing: border-box;
  border: 2px solid #000;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
  border-radius: 100px;
	transition: all 0.4s;
  z-index: 2;
}
.sec03_counterplan .acc_btn::before,
.sec03_counterplan .acc_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	background: #000;
	width: 18px;
	height: 2px;
	margin-top: -1px;
	transition: all 0.4s;
}
.sec03_counterplan .acc_btn::after {
	transform: rotate(90deg);
}
.sec03_counterplan .acc_btn.is-show::before {
  display: none;
}
.sec03_counterplan .acc_btn.is-show::after {
  transform: rotate(180deg);
}
.sec03_counterplan .acc_btn span {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}
.sec03_counterplan .acc_btn span:before {
	content: "続きを見る";
}
.sec03_counterplan .acc_btn.is-show span:before {
	content: "閉じる";
}
.sec03_counterplan .acc_box {
	overflow: hidden;
	position: relative;
}
.sec03_counterplan .acc_box.is-hide {
  height: 120px;
}
.sec03_counterplan .acc_box::before {
	content: "";
	position: absolute;
	bottom: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #333 100%);
	width: 100%;
  height: 100px;
	transition: all 0.4s;
  z-index: 1;
}
.sec03_counterplan .acc_btn.is-show + .acc_box::before {
	background: none;
	height: auto;
}
.sec03_counterplan .acc_inner {
  padding: 0 0 8rem;
}

.sec03_counterplan .btn-link a {
  margin: 3rem 0 0;
}


.sec03 .sv_parts {
  margin: 10rem 0 0;
}

@media screen and (max-width: 768px) {
  .sec03 {
    background: url("img/bg01.jpg") left top repeat;
    background-size: 26px auto;
    margin-top: -60px;
    padding: 6rem 1.5rem 12rem;
  }

  .sec03 .pageLink {
    margin: 4rem 0 0;
  }
  .sec03 .pageLink .pageLink_item {
    width: 100%;
    margin: 0 0 5rem;
  }
  .sec03 .pageLink .pageLink_item::after {
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    border-top: none;
    border-left: 2px dashed #000;
    width: 2px;
    height: 100%;
  }
  .sec03 .pageLink .pageLink_item:last-child {
    margin: 0 0 0;
  }
  .sec03 .pageLink .pageLink_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1.5rem 3rem;
    border-radius: 18px;
    text-align: left;
    position: relative;
  }
  .sec03 .pageLink .num {
    width: 20%;
    font-size: 5rem;
  }
  .sec03 .pageLink .p_txt {
    width: 78%;
    margin: 0 0 0;
    font-size: 2rem;
  }
  .sec03 .pageLink .link {
    position: absolute;
    bottom: -15px;
    right: 20px;
    background: #fff;
    width: 50%;
    margin: 0 0 0;
    padding: 5px 2rem;
    font-size: 1.5rem;
    z-index: 1;
  }
  .sec03 .pageLink .link::after {
    right: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }


  .sec03_counterplan {
    margin: 5rem 0 0;
    padding: 3rem 2rem 3rem;
    border-radius: 24px;
  }

  .sec03_counterplan .counterplan_item {
    padding: 0 0 6rem;
  }
  .sec03_counterplan .counterplan_item::after {
    display: none;
  }

  .sec03_counterplan .boxL {
    width: 100%;
  }

  .sec03_counterplan .num {
    position: relative;
    top: inherit;
    left: inherit;
    width: 20%;
    font-size: 5rem;
	top:-7px;
  }
  .sec03_counterplan .image {
    width: 55%;
    margin: 2rem auto 0;
  }
  
  .sec03_counterplan .boxR {
    width: 100%;
  }

  .counterplan_ttl_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }  
  .sec03_counterplan .counterplan_ttl {
    width: 78%;
    font-size: 2rem;
  }

  .sec03_counterplan .checkList_box {
    margin: 2rem 0 0;
    padding: 2rem 2rem 2rem;
    border-radius: 12px;
  }
  .sec03_counterplan .checkList_box .sb {
    position: absolute;
    top: inherit;
    bottom: calc(100% - 20px);
    right: -15px;
    font-size: 1.4rem;
    transform: rotate(25deg);
  }
  .sec03_counterplan .checkList_box .sb::after {
    width: 60px;
    height: 29px;
    margin-top: -1rem;
    transform: rotate(-25deg);
  }
  .sec03_counterplan .checkList li {
    margin: 0 0 1rem;
    padding: 0 0 0 2.5rem;
    font-size: 1.4rem;
  }
  .sec03_counterplan .checkList li::before {
    width: 15px;
    height: 15px;
  }

  .sec03_counterplan .txtBox {
    margin: 2rem 0 0;
  }
  .sec03_counterplan .acc_btn {
    max-width: 80%;
    padding: 1rem 4rem;
    box-sizing: border-box;
    border: 2px solid #000;
  }
  .sec03_counterplan .acc_btn::before,
  .sec03_counterplan .acc_btn::after {
    right: 12px;
    width: 16px;
    height: 2px;
  }
  .sec03_counterplan .acc_btn span {
    font-size: 1.5rem;
  }
  .sec03_counterplan .acc_inner {
    padding: 0 0 6rem;
  }

  .sec03_counterplan .btn-link a {
    margin: 2rem 0 0;
  }


  .sec03 .sv_parts {
    margin: 8rem 0 0;
  }
}



/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  background: #f7f2e9;
  margin-top: -120px;
  padding: 14rem 0 24rem;
}


.sec04_table {
  margin: 3rem 0 0;
}

.sec04_table table {
  background: none;
  border: none;
  margin-top:3rem;
}
.sec04_table th {
  background: none;
  padding: 0 0;
  color: #fff;
  font-size: 1.8rem;
  border-left: 4px solid #f7f2e9;
  border-bottom: 4px solid #f7f2e9;
}
.sec04_table thead th {
  width: 12.5%;
}
.sec04_table thead th:first-child {
  background: none;
}
.sec04_table td {
  padding: 0 0;
  border-left: 4px solid #f7f2e9;
  border-bottom: 4px solid #f7f2e9;
}
.sec04_table .th_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5952e;
  width: 100%;
  height: 100%;
  min-height: 85px;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: bold;
}
.sec04_table .td_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 100%;
  min-height: 85px;
  padding: 1rem;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}

.sec04_table .circle {
  background: #fff;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 5px solid #83d2d2;
  border-radius: 50%;
}
.sec04_table .triangle {
  background: #999;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top-left-radius: 6px;
  position: relative;
  transform: rotate(30deg) skewY(30deg) scaleX(.86666);
}
.sec04_table .triangle::before,
.sec04_table .triangle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #999;
  width: 14px;
  height: 14px;
}
.sec04_table .triangle::before {
  border-top-right-radius: 6px;
  transform: translateX(50%) skewX(-45deg);
}
.sec04_table .triangle::after {
  border-bottom-left-radius: 6px;
  transform: translateY(50%) skewY(-45deg);
}
.sec04_table .none {
  background: #999;
  width: 24px;
  height: 4px;
  margin: auto;
  border-radius: 5px;
}
.sec04_table p.note {
  margin: 1rem 0 0;
  font-size: 1.2rem;
  line-height: 1;
}
.sec04_table p.note02 {
  margin-top: 0.25rem;
}

.sec04_point {
  margin: 14rem 0 0;
}

.sec04_point .point_item {
  margin: 0 0 8rem;
}
.sec04_point .point_item:last-child {
  margin: 0 0 0;
}

.sec04_point .boxL {
  width: 55%;
}
.sec04_point .point_item:nth-child(even) .boxL {
  order: 2;
}

.sec04_point .eng {
  width: 170px;
}

.sec04_point .pont_ttl {
  margin: 1rem 0 0;
  padding: 0 0 2rem;
  font-size: 3rem;
  border-bottom: 2px dashed #000;
}

.sec04_point .txt {
  margin: 4rem 0 0;
}

.sec04_point .boxR {
  width: 40%;
}
.sec04_point .point_item:nth-child(even) .boxR {
  order: 1;
}

.sec04_point .imgBox img {
  display: block;
  width: auto;
  margin: auto;
}


.sec04 .sv_parts {
  margin: 10rem 0 0;
}

@media screen and (max-width: 768px) {
  .sec04 {
    margin-top: -60px;
    padding: 6rem 0 12rem;
  }

  .sec04 .main_ttl01 {
    padding: 0 1.5rem;
  }

  .sec04 .lead {
    padding: 0 1.5rem;
  }


  .sec04_table {
    margin: 2rem 0 0;
    padding: 0 0 0 1.5rem;
  }

  .sec04_table .sp_txt {
    background: #fff;
    max-width: 90%;
    margin: auto;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 100px;
  }
  
  .sec04_table .table_inner {
    overflow-x: scroll;
  }
  .sec04_table .table_inner::-webkit-scrollbar {
    display: none;
  }
  .sec04_table table {
    min-width: 768px;
    margin: 2rem 0 0;
  }
  .sec04_table th {
    display: table-cell;
    font-size: 1.2rem;
    border-left: 2px solid #f7f2e9;
    border-bottom: 2px solid #f7f2e9;
  }
  .sec04_table thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sec04_table tbody th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sec04_table td {
    display: table-cell;
    border-left: 4px solid #f7f2e9;
    border-bottom: 4px solid #f7f2e9;
  }
  .sec04_table .th_inner {
    min-height: 60px;
    padding: 1rem 1rem;
    border-radius: 2px;
  }
  .sec04_table .td_inner {
    min-height: 60px;
    padding: 1rem 1rem;
  }

  .sec04_table .circle {
    width: 20px;
    height: 20px;
    border: 3px solid #83d2d2;
  }
  .sec04_table .triangle {
    width: 10px;
    height: 10px;
    border-top-left-radius: 3px;
  }
  .sec04_table .triangle::before,
  .sec04_table .triangle::after {
    width: 10px;
    height: 10px;
  }
  .sec04_table .triangle::before {
    border-top-right-radius: 3px;
  }
  .sec04_table .triangle::after {
    border-bottom-left-radius: 3px;
  }
  .sec04_table .none {
    width: 16px;
    height: 3px;
  }
  .sec04_table p.note {
    font-size: 8px;
  }


  .sec04_point {
    margin: 6rem 0 0;
    padding: 0 1.5rem;
  }

  .sec04_point .point_item {
    margin: 0 0 5rem;
  }

  .sec04_point .boxL {
    width: 100%;
  }

  .sec04_point .eng {
    width: 30%;
  }

  .sec04_point .pont_ttl {
    margin: 5px 0 0;
    padding: 0 0 1.5rem;
    font-size: 2.2rem;
    border-bottom: 1px dashed #000;
  }

  .sec04_point .txt {
    margin: 2rem 0 0;
  }

  .sec04_point .boxR {
    width: 100%;
  }

  .sec04_point .imgBox {
    width: 60%;
    margin: 2rem auto 0;
  }
  .sec04_point .point_item:nth-child(1) .imgBox {
    width: 40%;
  }
  .sec04_point .imgBox img {
    width: 100%;
  }


  .sec04 .sv_parts {
    width: calc(100% - 3rem);
    margin: 8rem auto 0;
  }
}



/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  background: #fff;
  margin-top: -120px;
  padding: 14rem 0 24rem;
}

.sec05_counterplan {
  margin: 8rem 0 0;
  position: relative;
}

.sec05_counterplan .slick-slide {
  margin: 0 2.5rem;
  padding: 136px 0 0;
}

.sec05_counterplan .counterplan_item {
  background: #f7f2e9;
  padding: 0 3rem 5rem;
  border-radius: 0 0 24px 24px;
  position: relative;
  z-index: 0;
}
.sec05_counterplan .counterplan_item::before {
	content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/sec05_counterplan_bg.png") left top no-repeat;
  background-size: 100% auto;
	width: calc(100% + 8px);
	height: 0;
  margin: auto;
  padding-top: calc(100%*136/366);
  box-sizing: border-box;
  z-index: -1;
}

.sec05_counterplan .count_ttl {
  font-size: 2.2rem;
  text-align: center;
  position: relative;
  top: -40px;
}
.sec05_counterplan .count_ttl::before {
	content: "";
  display: block;
  background: url("img/eng_q.png") left top no-repeat;
  background-size: contain;
	width: 54px;
	height: 58px;
  margin: 0 auto 2rem;
  box-sizing: border-box;
}
.sec05_counterplan .count_ttl a {
  display: block;
  padding: 0 2rem;
  position: relative;
}
.sec05_counterplan .count_ttl a::after {
	content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-bl01.png") left top no-repeat;
  background-size: contain;
	width: 18px;
	height: 18px;
  box-sizing: border-box;
}

.sec05_counterplan .txt {
  margin: -2rem 0 0;
}

.sec05_counterplan .btn-link a {
  margin: 3rem 0 0;
}


button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* arrow */
.slide-arrow {
	display: block;
	position: absolute;
	top: 50%;
  transform: translate(0,-50%);
  background: url("img/arrow-or01.png") left top no-repeat;
  background-size: contain;
	width: 50px;
	height: 50px;
  box-sizing: border-box;
	z-index: 999;
	cursor: pointer;
  transition: all 0.3s ease;
}
.prev-arrow {
	left: 0;
  transform: translate(0,-50%) scale(-1,1);
}
.next-arrow {
	right: 0;
}
.slide-arrow:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/* dots */
.slide-dots {
  text-align: center;
	margin: 4rem 0 0;
	padding: 0 0;
	font-size: 0;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slide-dots li button {
	background: #c8c8c8;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-radius: 50%;
  position: relative;
  text-indent: -9999px;
}
.slide-dots li.slick-active button {
  background: #6cc5cb;
}

.slick-slide:focus {
  outline: none;
}
.slick-slide {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slider div {
  transition: none;
}

@media screen and (max-width: 768px) {
  .sec05 {
    margin-top: -60px;
    padding: 6rem 1.5rem 12rem;
  }

  .sec05_counterplan {
    margin: 2rem 0 0;
  }

  .sec05_counterplan .slick-slide {
    margin: 0 1rem;
    padding: 136px 0 0;
  }

  .sec05_counterplan .counterplan_item {
    padding: 0 2rem 3rem;
    border-radius: 0 0 12px 12px;
  }

  .sec05_counterplan .count_ttl {
    font-size: 2.2rem;
    top: -40px;
  }
  .sec05_counterplan .count_ttl::before {
    width: 15%;
    height: 0;
    margin: 0 auto 1rem;
    padding-top: calc(15%*58/54);
  }
  .sec05_counterplan .count_ttl a {
    padding: 0 2rem;
  }
  .sec05_counterplan .count_ttl a::after {
    width: 16px;
    height: 16px;
  }

  .sec05_counterplan .btn-link a {
    margin: 2rem 0 0;
  }


  /* arrow */
  .slide-arrow {
    width: 25px;
    height: 25px;
  }
  .slide-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }

  /* dots */
  .slide-dots {
    margin: 3rem 0 0;
  }
  .slide-dots li {
    margin: 0 8px;
  }
  .slide-dots li button {
    width: 8px;
    height: 8px;
  }
}



/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: #f7f2e9;
  margin-top: -120px;
  padding: 14rem 0 24rem;
}


.sec06_choice {
  margin: 8rem 0 0;
}

.sec06_choice .choice_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec06_choice .choice_item {
  background: #fff;
  width: calc(50% - 8rem);
  margin: 0 0 0 auto;
  border-radius: 36px;
  position: relative;
}
.sec06_choice .choice_item:nth-child(odd) {
  margin: 0 6rem 0 auto;
}

.sec06_choice .choice_ttl {
  width: 100%;
  margin: -3rem 0 0 -5rem;
  font-size: 2.4rem;
}
.sec06_choice .choice_ttl a {
  display: flex;
  align-items: center;
  background: #e5952e;
  padding: 2rem 3rem 2rem 7rem;
  border-radius: 8px 8px 8px 0;
  position: relative;
}
.sec06_choice .choice_ttl a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 35px 0;
	border-color: transparent #bf6c1b transparent transparent;
}
.sec06_choice .choice_ttl span {
  position: relative;
}
.sec06_choice .choice_ttl span::after {
	content: "";
  display: inline-block;
  background: url("img/arrow-wh01.png") left top no-repeat;
  background-size: contain;
	width: 20px;
	height: 20px;
  margin-left: 10px;
  box-sizing: border-box;
}

.sec06_choice .txtBox {
  margin: 3rem 0 0;
  padding: 0 4rem 4rem;
}

.sec06_choice .btn-link a {
  margin: 3rem 0 0;
}

@media screen and (max-width: 768px) {
  .sec06 {
    margin-top: -60px;
    padding: 6rem 1.5rem 6rem;
  }


  .sec06_choice {
    margin: 6rem 0 0;
  }

  .sec06_choice .choice_block {
    display: block;
  }

  .sec06_choice .choice_item {
    width: calc(100% - 15px);
    margin: 0 0 5rem auto;
    border-radius: 18px;
  }
  .sec06_choice .choice_item:nth-child(odd) {
    margin: 0 0 5rem auto;
  }
  .sec06_choice .choice_item:last-child {
    margin: 0 0 0 auto;
  }

  .sec06_choice .choice_ttl {
    width: 100%;
    margin: 0 0 0 -2rem;
    font-size: 2.1rem;
    position: relative;
    top: -20px;
  }
  .sec06_choice .choice_ttl a {
    padding: 1.5rem 2rem 1.5rem 3rem;
    border-radius: 4px 4px 4px 0;
  }
  .sec06_choice .choice_ttl a:before {
    border-width: 0 20px 15px 0;
  }
  .sec06_choice .choice_ttl span::after {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }

  .sec06_choice .txtBox {
    margin: 0 0 0;
    padding: 0 2rem 3rem;
  }

  .sec06_choice .btn-link a {
    margin: 2rem 0 0;
  }
}



/*--------------------------------------
　media
---------------------------------------*/
.media {
  background: #fff;
  padding: 14rem 0 24rem;
}

.media .inner {
  background: #fff;
  max-width: 900px;
  margin: auto;
  padding: 5rem 6rem 5rem;
  border-radius: 0 48px 48px 48px;
  border: 4px solid #000;
  position: relative;
}

.media .sub {
  position: absolute;
  top: -30px;
  left: -24px;
  font-size: 2.4rem;
}

.media .flexBox {
  align-items: center;
}

.media .boxL {
  width: 40%;
  padding: 0 4rem 0 0;
}

.media .media_ttl {
  font-size: 2.8rem;
}
.media .media_ttl a {
  position: relative;
}
.media .media_ttl a::after {
	content: "";
  display: inline-block;
  background: url("img/arrow-bl01.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 24px;
  margin-left: 15px;
  box-sizing: border-box;
}

.media .boxR {
  width: 60%;
  padding: 0 0 0 4rem;
  border-left: 2px dashed #000;
}

.media .btn-link a {
  margin: 3rem 0 0;
}

@media screen and (max-width: 768px) {
  .media {
    padding: 6rem 1.5rem 12rem;
  }

  .media .inner {
    max-width: calc(100% - 15px);
    margin: 0 0 0 auto;
    padding: 4rem 2rem 3rem;
    border-radius: 0 24px 24px 24px;
    border: 2px solid #000;
  }

  .media .sub {
    top: -20px;
    left: -17px;
    font-size: 1.8rem;
  }

  .media .boxL {
    width: 100%;
    padding: 0 0 0 0;
  }

  .media .media_ttl {
    font-size: 2.2rem;
  }
  .media .media_ttl a::after {
    width: 18px;
    height: 18px;
    margin-left: 5px;
  }

  .media .boxR {
    width: 100%;
    margin: 2rem 0 0;
    padding: 2rem 0 0 0;
    border-left: none;
    border-top: 1px dashed #000;
  }

  .media .btn-link a {
    margin: 2rem 0 0;
  }  
}


