@charset "UTF-8";

/*--------------------------------------
　MV
---------------------------------------*/
.mv_top {
  background: url("../img/mv_bg.webp") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 768px;
	position: relative;
  z-index: 5;
	border-bottom: 40px solid #fff;
	box-sizing: border-box;
	overflow-y: visible;
}
.mv_top .mv_inner {
	padding-top: 190px;
	max-width: 1000px;
	margin: 0 auto;
}
.mv_top .txt_box {
	width: 370px;
}
.mv_top .txt_box .txt {
	font-size: 18px;
	margin-top: 20px;
}
.mv_top .kazari ,.scroll {
	position: absolute;
	z-index: 6;
}
.mv_top .scroll {
	width: 23px;
	bottom: 40px;
	left: 70px;
	z-index: 7;
}
.mv_top .kazari_01  {
	width: 350px;
	left: -40px;
	top: 100px;
	z-index: -1;
}
.mv_top .kazari_02  {
	width: 260px;
	left: 30px;
	bottom:-40px;
	transform: translate(0,50%);
}
.mv_top .kazari_03  {
	width: 230px;
	right: 0;
	top:50%;
}
@media screen and (max-width: 768px) {
.mv_top {
  background: url("../img/sp_mv.webp") center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height:auto;
	border-bottom: none;
	box-sizing: border-box;
	overflow-y: visible;
}
.mv_top .mv_inner {
	padding:86% 20px 60px;
	max-width:100%;
}
.mv_top .txt_box {
	width: 80%;
}
.mv_top .txt_box .txt {
	font-size: 18px;
	margin-top: 20px;
}
.mv_top .kazari ,.scroll {
	position: absolute;
	z-index: 6;
}
.mv_top .scroll {
	width: 18px;
	bottom: -50px;
	left: 20px;
}
.mv_top .kazari_04 {
	width: 120px;
	right: 0;
	bottom: -150px;
	z-index: 6;
}
}


/*--------------------------------------
　contents
---------------------------------------*/
.contents_top {
	width: 100%;
	min-width: 1000px;
  position: relative;
  overflow: hidden; 
}

.top .sec {
	width: 100%;
	min-width: 1000px;
	padding: 120px 0;
}

.top .sec_inner {
	max-width: 1080px;
	margin: auto;
	padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .contents_top {
    min-width: 100%;
  }

  .top .sec {
    min-width: 100%;
	  padding: 80px 0;
  }

  .top .sec_inner {
    max-width: 100%;
	  padding: 0 20px;
  }
}


/*--------------------------------------
　title
---------------------------------------*/

.ttl_box .ttl {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	display: table;
	margin: auto;
	position: relative;
	z-index: 2;
}
.ttl_box .ttl.line_01:after {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/ttl_line01.webp") center no-repeat;
	background-size: cover;
	width: 160px;
	height: 44px;
	bottom: -20px;
	right: -60px;
	z-index: -1;
}
.ttl_box .ttl.line_02:after {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/ttl_line02.webp") center no-repeat;
	background-size: cover;
	width: 160px;
	height: 44px;
	bottom: -20px;
	right: -60px;
	z-index: -1;
}
.ttl_box .ttl.line_03:after {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/ttl_line03.svg") center no-repeat;
	background-size: cover;
	width: 160px;
	height: 44px;
	bottom: -20px;
	right: -60px;
	z-index: -1;
}
.ttl_box .eng{
	font-size: 16px;
	font-weight: bold;
	display: table;
	margin: auto;
	padding: 20px 0 60px;
	color: #5EA555;
}
.ttl_box.t_left .ttl,.ttl_box.t_left .eng {
	margin: inherit;
}
.ttl_02 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.ttl_02:after {
	position: absolute;
	display: block;
	content:"";
	width: 25px;
	height: 3px;
	background: #5EA555;
	border-radius: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.message-title {
  position: relative;
  padding: 15px 60px;
  text-align: center;
  overflow: hidden;
	display: table;
	margin: auto;
}

/* テキスト */
.message-title__text {
  position: relative;
  z-index: 2;
  color: #5EA555;
  font-size: 22px;
  font-weight: 700;
}

/* SVG 共通 */
.message-title .line {
  position: absolute;
  width: 40px;   /* ← SVGサイズ調整 */
  height: auto;
  z-index: 1;
  pointer-events: none;
}

/* 左 */
.message-title .line--left {
	top: 0;
  left: 0;
}

/* 右（反転） */
.message-title .line--right{
	bottom: 0;
  right: 0;
  transform: rotate(180deg);
}


@media screen and (max-width: 768px) {
.ttl_box .ttl {
	font-size: 28px;
}

.ttl_box .eng{
	padding: 20px 0 40px;
}
.ttl_box.t_left .ttl,.ttl_box.t_left .eng {
	margin: inherit;
}
.ttl_02 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.ttl_02:after {
	position: absolute;
	display: block;
	content:"";
	width: 25px;
	height: 3px;
	background: #5EA555;
	border-radius: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.message-title {
  position: relative;
  padding: 15px 60px;
  text-align: center;
  overflow: hidden;
	display: table;
	margin: auto;
}

/* テキスト */
.message-title__text {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
}

/* SVG 共通 */
.message-title .line {
  position: absolute;
  width: 40px;   /* ← SVGサイズ調整 */
  height: auto;
  z-index: 1;
  pointer-events: none;
}

/* 左 */
.message-title .line--left {
	top: 0;
  left: 0;
}

/* 右（反転） */
.message-title .line--right{
	bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

}


/*--------------------------------------
　txt
---------------------------------------*/
.txt {
  font-size: 16px;
  line-height: 1.8;
}

.note {
  font-size: 12px;
  line-height: 1.8;
}

.lead {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .txt {
    font-size: 14px;
    line-height: 1.6;
  }

  .note {
    font-size: 12px;
    line-height: 1.6;
  }

  .lead {
    font-size: 16px;
    line-height: 1.6;
  }
}


/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  background: url("../img/sec01_bg.webp") center no-repeat ;
  background-size:cover;
  padding: 40px 0 40px;
}
.sec01 .sec01_block{
	display:flex;
	justify-content: space-between;
}
.sec01 .sec01_block>li{
	width: 31%;
	background: #fff;
	padding: 40px 20px 20px;
	border-radius: 5px;
	border: 2px solid #5EA555;
	position: relative;
}
.sec01 .sec01_block>li .txt_01 {
	font-size: 16px;
	font-weight: bold;
	width: 70%;
	text-align: center;
	border-radius: 100px;
	padding: 10px 0;
	background: #5EA555;
	color: #fff;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
.sec01 .sec01_block>li .txt_02 {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.6;
	text-align: center;
}
.sec01 .sec01_block>li:nth-child(1) .txt_02{
	text-align: left;
}
.sec01 .sec01_block>li .txt_02 span {
	background: #EBEBEB;
	border-radius: 2px;
	padding: 2px 10px;
	color: #5EA555;
	font-size: 15px;
	display: inline-block;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
.sec01 {
  background: url("../img/sec01_bg.webp") center no-repeat ;
  background-size:cover;
  padding: 40px 0 40px;
}
.sec01 .sec01_block{
	display:block;
}
.sec01 .sec01_block>li{
	width: 100%;
	padding: 30px 20px 20px;
}
	.sec01 .sec01_block>li:not(:last-child){
		margin-bottom: 40px;
}
}


/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
	background: url("../img/sec02_bg.webp") center no-repeat;
	background-size: cover;
	position: relative;
}

.sec02 .sec02_block {
	display: flex;
	gap: 10px;
}
.sec02 .sec02_block>li {
	width: 25%;
	background: #fff;
	border-radius: 5px;
}
.sec02 .sec02_block>li .wrap_01 {
	padding: 12px;
}
.sec02 .sec02_block>li .wrap_01 .upper {
	display: flex;
	font-size: 12px;
	color: #696969;
	margin-bottom: 10px;
}
.sec02 .sec02_block>li .wrap_01 .upper .day {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #696969;
}
.sec02 .sec02_block>li .wrap_01 .txt_01 {
	line-height: 1.4;
}
.sec02 .kazari {
	position: absolute;
	z-index: -1;
}
.sec02 .kazari_01  {
	width: 250px;
	left: 20px;
	top: 0;
}
.sec02 .kazari_02  {
	width: 460px;
	right: 0;
	bottom: -40px;
}
.filter-list {
  display: flex;
	justify-content: space-between;
	width: 80%;
	margin:0 auto 20px;
}
.filter-list li {
 min-width: 110px;
  text-align: center;
  background: #fff;
  padding: 10px 20px;
	font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
	color: #5EA555;
	opacity: 0.6;
	border-radius: 100px;
}
.filter-list li span{
	font-weight: bold;
}
.filter-list li.is-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {


.sec02 .sec02_block {
	display: block;
}
.sec02 .sec02_block>li {
	width: 100%;
}
  .sec02 .sec02_block .slick-slide {
	 background: #fff;
	  padding: 0!important;
}
  .sec02 .sec02_block .slick-slide .wrap_01{
    padding: 12px;
  }

  .sec02 .sec02_block .slick-slide .upper{
    display: flex;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .sec02 .sec02_block .slick-slide .upper .day{
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #696969;
  }

  .sec02 .sec02_block .slick-slide .txt_01{
    line-height: 1.4;
  }
}
.sec02 .kazari {
	position: absolute;
	z-index: -1;
}
.sec02 .kazari_01  {
	width: 120px;
	left: 0;
	top: 0;
}
.sec02 .kazari_02  {
	width: 220px;
	right: 0;
	bottom: -10px;
}
.filter-list {
  display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	width: 100%;
	gap:10px;
	margin:0 auto 20px;
}
.filter-list li {
  padding: 7px 10px;
	font-size: 12px;
}
.filter-list li span{
	font-weight: bold;
}
/* slick本体 */
.sec02 .sec02_block.slick-initialized{
  display: block;
}

/* slickトラックとリスト */
.sec02 .sec02_block .slick-list,
.sec02 .sec02_block .slick-track{
  width: 100%;
}

/* 各スライド */
.sec02 .sec02_block .slick-slide{
  padding: 0 10px;
  box-sizing: border-box;
}

/* ★ liを確実に100%に */
.sec02 .sec02_block .slick-slide > li,
.sec02 .sec02_block > li{
  width: 100% !important;
  max-width: 100%;
}


  /* 矢印（丸い緑ボタン） */
  .sec02 .sec02_block .slick-arrow{
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5EA555;
    border: 0;
    z-index: 5;
    font-size: 0;
    cursor: pointer;
  }
  .sec02 .sec02_block .slick-prev{ left: -15px; }
  .sec02 .sec02_block .slick-next{ right: -15px; }

  /* 矢印アイコン（CSSだけで描画） */
  .sec02 .sec02_block .slick-arrow::before{
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(225deg);
  }
  .sec02 .sec02_block .slick-next::before{
    transform: rotate(45deg);
  }

  /* ドット（下の丸） */
  .sec02 .sec02_block .slick-dots{
    display: flex !important;
    justify-content: center;
    gap: 10px;
    margin: 16px 0 0 0;
  }
.sec02 .sec02_block .slick-dots li button{
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfcfcf;
  font-size: 0;
  line-height: 0;     /* ★楕円になる原因を潰す */
  display: block;
  box-sizing: border-box;
  appearance: none;
}
  .sec02 .sec02_block .slick-dots li.slick-active button{
    background: #5EA555;
	  line-height: 0; 
  }
}


/*--------------------------------------
　sec03
---------------------------------------*/
.sec03  {
	position: relative;
}
.sec03 .sec03_block {
	display: flex;
	justify-content: space-between;
}
.sec03 .sec03_block >div{
	width: 48%;
}
.sec03 .sec03_block .left .txt_01 {
	width: 80%;
	margin-bottom: 30px;
}
.sec03 .kazari {
	position: absolute;
	z-index: -1;
}
.sec03 .kazari_01  {
	width: 320px;
	right: 0;
	top: 30%;
}
.sec03 .kazari_02  {
	width:260px;
	left: 0;
	bottom:80px;
}


@media screen and (max-width: 768px) {
.sec03 .sec03_block {
	display: flex;
	justify-content: space-between;
	flex-direction:column-reverse;
}
.sec03 .sec03_block >div{
	width: 100%;
}
.sec03 .sec03_block .left .txt_01 {
	width: 80%;
	margin-bottom: 30px;
}
.sec03 .kazari {
	position: absolute;
	z-index: -1;
}
.sec03 .kazari_01  {
	width: 320px;
	right: 0;
	top: 30%;
}
.sec03 .kazari_02  {
	width:260px;
	left: 0;
	bottom:80px;
}
}


/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
	background:url("../img/sec04_bg.webp") center 150px no-repeat,url("../img/sec02_bg.webp") center no-repeat;
	background-size:100% auto,cover;
}
.sec04 .upper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0 80px;
}
.sec04 .upper li  {
	background: #fff;
	width: 49%;
	margin-bottom: 20px;
}
.sec04 .upper li .wrap_01 {
	display: flex;
	padding: 20px;
	justify-content: space-between;
}
.sec04 .upper li .wrap_01 .img{
	width: 20%;
}
.sec04 .upper li .wrap_01 .txtBox{
	width: 75%;
}
.sec04 .upper li .wrap_01 .txtBox .txt_01{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sec04 .upper li .wrap_01 .txtBox .txt {
	color: #696969;
	font-size: 14px;
}
.sec04 .under ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec04 .under ul li{
	height: 160px;
	position: relative;
	width: 49.8%;
	margin-bottom: 4px;
}
.sec04 .under ul li:nth-child(1){
	width: 100%;
}
.sec04 .under ul li .txtBox{
	height: 160px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #5EA555;
	display: flex;
	align-items: center;
	padding-right: 100px;
	color: #fff;
	border-radius: 0 999px 999px 0;
}
.sec04 .under ul li .txtBox:hover{
	padding-right: 160px;
}
.sec04 .under ul li .txtBox::before,
.sec04 .under ul li .txtBox::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 35px;
  width: 12px;
  height:2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
.sec04 .under ul li .txtBox::before {
  transform: rotate(45deg);
}
.sec04 .under ul li .txtBox::after {
  transform: rotate(-45deg);
}
.sec04 .under ul li .txtBox .txt_01{
	font-size: 26px;
	font-weight: bold;
	border-left: 3px solid #E8AB1F;
	padding-left: 20px;
}
.sec04 .under ul li .txtBox .txt {
	padding-left: 30px;
}
@media screen and (max-width: 768px) {
.sec04 {
	background:url("../img/sec04_bg.webp") center 100px no-repeat,url("../img/sec02_bg.webp") center no-repeat;
	background-size:100% auto,cover;
}
.sec04 .upper {
	display: block;
	margin: 40px 0 80px;
}
.sec04 .upper li  {
	width: 100%;
	margin-bottom: 10px;
}
.sec04 .upper li .wrap_01 {
	display: flex;
	align-items: center;
	padding: 20px;
	justify-content: space-between;
}
.sec04 .upper li .wrap_01 .img{
	width: 30%;
}
.sec04 .upper li .wrap_01 .txtBox{
	width: 65%;
}
.sec04 .upper li .wrap_01 .txtBox .txt_01{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sec04 .upper li .wrap_01 .txtBox .txt {
	font-size: 14px;
}
.sec04 .under ul{
	display: block;
}
.sec04 .under ul li{
	height: auto;
	width: 100%;
	margin-bottom: 4px;
}
.sec04 .under ul li:nth-child(1){
	width: 100%;
}
.sec04 .under ul li .txtBox{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 50px;
	width: 60%;
}
	.sec04 .under ul li:nth-child(1) .txtBox{
	display: block;
		padding-top:9%;
}
.sec04 .under ul li .txtBox:hover{
	padding-right: 50px;
	width: 80%;
}
.sec04 .under ul li .txtBox::before,
.sec04 .under ul li .txtBox::after {
  right: 25px;
}
.sec04 .under ul li .txtBox .txt_01{
	font-size: 22px;
	font-weight: bold;
	border-left: 3px solid #E8AB1F;
	padding-left: 20px;
}
.sec04 .under ul li .txtBox .txt {
	padding:10px 0 0 27px;
	margin: 0;
}
}


/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
	padding: 40px 40px!important;
	background: url("../img/para_01.webp") center no-repeat;
	background-attachment: fixed;
  background-size: cover;
}
.sec05 .sec05_inner {
	padding: 120px 0;
	background: url("../img/sec05_bg.webp") center no-repeat;
	background-size: cover;
}
.sec05 .read {
	font-size: 54px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 30px 0;
}
.sec05 .txt {
	text-align: center;
	padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
.sec05 {
	background: url("../img/para_01_sp.webp") center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 15px!important;
}
.sec05 .sec05_inner {
	padding: 60px 0;
	background: url("../img/sec05_bg_sp.webp") center no-repeat;
	background-size: cover;
}
.sec05 .read {
	font-size: 28px;
	margin: 20px 0;
}
.sec05 .txt {
	text-align: center;
	padding: 40px 0 0 0;
}
/* =========================
   modal（完全版）
========================= */

/* 開くボタン */
.modal-open{
  cursor: pointer;
}

/* 背景＋モーダル全体 */
.modal-container{
  position: fixed;
  inset: 0;                 /* top/left/right/bottom:0 の短縮 */
  display: flex;            /* ← これで中央寄せが安定 */
  align-items: center;
  justify-content: center;

  background: rgba(0,0,0,.7);
  padding: 40px 0;       /* 画面端の余白＆×の逃げ */
  box-sizing: border-box;

  overflow: auto;           /* コンテンツが大きい時は全体スクロール */
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 800;
}

/* active時に表示 */
.modal-container.active{
  opacity: 1;
  visibility: visible;
}

/* モーダル枠 */
.modal-body{
  position: relative;
  width: 100%;              /* ← width:100%でも崩れない */
  max-width: 1000px;        /* お好みで調整 */
  margin: 0 auto;
  box-sizing: border-box;
}

/* 閉じるボタン */
.modal-close{
  position: absolute;
  top: -44px;
  right: 0;

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 40px;
  line-height: 1;
  color: #fff;
  cursor: pointer;

  user-select: none;
}

/* モーダル中身 */
.modal-content{
  width: 100%;
  box-sizing: border-box;
}

/* 画像ラッパ */
.modal_img{
  width: 100%;
}

/* 画像：基本は枠に収める（崩れ防止） */
.modal_img img{
  display: block;
  width: 100%;
  height: auto;
}

.modal-content{
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.modal_img{
  width: 200%;       
}

.modal_img img{
  width: 100%;
  height: auto;
}

/* =========================
   モーダル外クリックで閉じる運用なら
   モーダル内クリックは操作できるように
========================= */
.modal-body,
.modal-content{
  pointer-events: auto;
}

/* 背景側もクリックできるようにしてる（JSが拾える） */
.modal-container{
  pointer-events: auto;
}


}


/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: url("../img/sec06_bg.webp") center no-repeat;
	background-size: cover;
}
.sec06 .ttl_02 {
	color: #fff;
}
.sec06 .ttl_02:after {
	background: #fff;
}
.sec06 .sec06_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec06 .sec06_block>li {
	width: 49%;
	margin-bottom: 20px;
	background: url("../img/sec06_bg02.webp") center no-repeat;
	background-size: cover;
	padding: 20px;
	border-radius: 5px;
}
.sec06 .sec06_block>li .midashi {
  position: relative;
  padding: 15px ;
	width: 100%;
  text-align: center;
  overflow: hidden;
	display: table;
	margin:0 auto 20px;
	color:#5EA555;
}
.sec06 .sec06_block>li .midashi{
  position: relative;
  z-index: 2;
  
  font-weight: 700;
}
.sec06 .sec06_block>li .eng{
	font-size: 26px;
	margin-bottom: 6px;
}
/* SVG 共通 */
.sec06 .sec06_block>li .midashi .line {
  position: absolute;
  width: 40px;   /* ← SVGサイズ調整 */
  height: auto;
  z-index: 1;
  pointer-events: none;
}
/* 左 */
.sec06 .sec06_block>li .midashi .line--left {
	top: 0;
  left: 0;
}
/* 右（反転） */
.sec06 .sec06_block>li .midashi .line--right{
	bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.sec06 .sec06_block .btnBox{
	margin: 20px 0 0 0;
	justify-content: space-between;
}
.sec06 .sec06_block .btnBox .btn{
	width: 48%;
	margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
.sec06 {
  background: url("../img/sp_sec06_bg.webp") center top no-repeat;
	background-size: cover;
}
.sec06 .ttl_02 {
	color: #fff;
}
.sec06 .ttl_02:after {
	background: #fff;
}
.sec06 .sec06_block {
	display: block;
}
.sec06 .sec06_block>li {
	width: 100%;
	margin-bottom: 10px;
	background: url("../img/sec06_bg02.webp") center no-repeat;
	background-size: cover;
	padding: 20px;
	border-radius: 5px;
}
.sec06 .sec06_block>li .midashi {
  position: relative;
  padding: 15px ;
	width: 100%;
  text-align: center;
  overflow: hidden;
	display: table;
	margin:0 auto 20px;
	color:#5EA555;
}
.sec06 .sec06_block>li .midashi{
  position: relative;
  z-index: 2;
  
  font-weight: 700;
}
.sec06 .sec06_block>li .eng{
	font-size: 26px;
	margin-bottom: 6px;
}
/* SVG 共通 */
.sec06 .sec06_block>li .midashi .line {
  position: absolute;
  width: 40px;   /* ← SVGサイズ調整 */
  height: auto;
  z-index: 1;
  pointer-events: none;
}
/* 左 */
.sec06 .sec06_block>li .midashi .line--left {
	top: 0;
  left: 0;
}
/* 右（反転） */
.sec06 .sec06_block>li .midashi .line--right{
	bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.sec06 .sec06_block .btnBox{
	margin: 20px 0 0 0;
	justify-content: space-between;
}
.sec06 .sec06_block .btnBox .btn{
	width:100%;
	margin: 0 0 10px;
}
}


/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
	background: url("../img/sec02_bg.webp") center no-repeat;
	background-size:cover;
}
.sec07 .upper {
	background: url("../img/sec07_line.webp") center no-repeat;
	background-size:90% auto;
}
.sec07 .upper .onevet {
	width: 240px;
	margin: 0 auto 30px;
}
.sec07 .upper .eng {
	color: #E60089;
}
.sec07 .read {
	font-size: 54px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 40px;
}
.sec07 .wrap_01 {
	display: flex;
	justify-content: space-between;
}
.sec07 .wrap_01 .left{
	width: 40%;
}
.sec07 .wrap_01 .left .btn a{
	margin: 40px 0 0 0;
}
.sec07 .wrap_01 .right{
	width: 55%;
}

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

.sec07 .upper {
	background: url("../img/sec07_line.webp") center no-repeat;
	background-size:90% auto;
}
.sec07 .upper .onevet {
	width: 40%;
	margin: 0 auto 20px;
}
.sec07 .read {
	font-size: 32px;
	margin: 0 0 30px;
}
.sec07 .wrap_01 {
	display: flex;
	flex-direction:column-reverse;
}
.sec07 .wrap_01 .left{
	width: 100%;
}
.sec07 .wrap_01 .left .btn a{
	margin: 20px 0 0 0;
}
.sec07 .wrap_01 .right{
	width: 100%;
	margin-bottom: 20px;
}
}


/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
	background:url("../img/sec08_bg.webp") center no-repeat;
	background-size:100% auto;
}
.sec08 .read {
	font-size: 54px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 40px;
}
.sec08 .wrap_01 {
	display: flex;
	justify-content: space-between;
}
.sec08 .wrap_01 .left{
	width: 40%;
}
.sec08 .wrap_01 .left .btn a{
	margin: 40px 0 0 0;
}
.sec08 .wrap_01 .right{
	width: 55%;
}
@media screen and (max-width: 768px) {
.sec08 {
	background:url("../img/sp_sec08_bg.webp") center top no-repeat;
	background-size:100% auto;
}
.sec08 .read {
	font-size: 32px;
	margin: 0 0 40px;
}
.sec08 .wrap_01 {
	display: flex;
	flex-direction:column-reverse;
}
.sec08 .wrap_01 .left{
	width: 100%;
}
.sec08 .wrap_01 .left .btn a{
	margin:20px 0 0 0;
}
.sec08 .wrap_01 .right{
	width: 100%;
	margin-bottom: 20px;
}
}





