/* ================================
  index
================================ */

body {
	transition: all 0.3s ease;
}

#warp {
  width: 100%;
  overflow: hidden;
}

#topBox {
	padding: 200px 0 80px;
	background:#0d223e url("../img/img_index/hptop.jpg")no-repeat;
	background-size: contain;
	position:relative;
}
#topBox .topimg {
	position: absolute;
	width: 60%;
	height: auto;
	right: 0;
	top: 0;
}
.headBox {
	max-width: 1400px;
	margin:0 auto 8rem;
	position: relative;
	z-index: 10;
}
.headBox h1{
	font-size: clamp(28px, 5vw, 110px);
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 2rem;
}
.headBox p {
	font-size: clamp(16px, 2vw, 32px);
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}


#productlanLink{
  margin: 0 40px;
  position: relative;
	overflow: hidden;
}
 a.slideLink {
	text-decoration: none;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	color: #000;
	display: block;
	
}
a.slideLink .imgBox {
	max-width: 400px;
	margin: auto;
	overflow: hidden;
}
a.slideLink .imgBox img {
	width: 100%;
	height: auto;
	transition:0.3s all;
}
 a.slideLink .textBox{
    padding:0 20px 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
}


a.slideLink .proTitle {
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	height: 50px;
	display: flex;
	align-items: center;
}
a.slideLink .proTitle .mini {
	font-size: 14px;
}
a.slideLink .longwords .proTitle {
	height: 60px;
}

a.slideLink .proText {
	font-size: 14px; 
	/*text-align: center;*/
	height: 80px;
}
a.slideLink .longwords .proText {
	margin-top: 10px;
	height: 60px;
}
a.slideLink .proLinkbtn {
	display: inline-block;
	font-size: 16px; 
	font-weight: bold;
	padding: 5px 20px;
	border-radius: 20px;
	color: #fff;
	background:linear-gradient(120deg, #091c34 0%, #760f30 100%);
    background-position-x: 0%;
    background-position-y: 0%;
	background-position:0% 50%;
	background-size: 250% auto;
	text-align: center;
	margin:10px auto;
	transition: all 0.4s ease;
	margin-top: 10px;
}

.reqBtn{
	margin-top: 20px;
  transition: all 0.5s ease;	
}

.reqBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  color: rgb(255, 255, 255);
  height: 60px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.467) 0px 0px 3px;
  background: linear-gradient(120deg, rgb(88, 7, 19) 0%, rgb(190, 13, 39) 100%) 0% 50% / 400%;
  background-position: 0% 50%;
  border-radius: 60px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  text-decoration: none;
}


@media only screen and (max-width: 1470px) {
	a.slideLink .proText {
	height:100px;
}
a.slideLink .longwords .proText {
	margin-top: 10px;
	height: 80px;
}
}
@media only screen and (max-width: 1420px) {
.headBox {
	max-width: none;
	margin:0 5% 4rem;
}
#productlanLink{
  margin: 0 20px;
}
}

@media only screen and (max-width: 600px) {
.headBox h1 {
    margin-bottom: 1rem;
}
#topBox {
    padding: 240px 0 40px;
    background: #0d223e url(../img/img_index/hptop_mb.jpg) no-repeat;
    background-size: contain;
}
	#topBox .topimg {
    position: absolute;
    width: 80%;
}
	.headBox p br {
		display: none;
	}
 a.slideLink .textBox{
    padding:0 20px 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
a.slideLink .proTitle {
	font-size: 14px; 
	line-height: 1.2;
	margin-bottom: 5px;
}
a.slideLink .proTitle .mini {
	font-size: 12px;
}
a.slideLink .proText {
	font-size: 14px; 
	line-height: 1.2;
	margin-bottom: 5px;
	height: 70px;
}
	a.slideLink .longwords .proText {
	margin-top: 0;
	height: 60px;
}
a.slideLink .proLinkbtn {
	display: inline-block;
	font-size: 14px; 
	font-weight: bold;
	padding: 3px 15px;
	border-radius: 20px;
	color: #fff;
	margin-top: 10px;
}
}
@media only screen and (min-width: 781px) {
	
a.slideLink:hover .imgBox img{
  transform:scale(1.1,1.1);
  transition:0.3s all;
}
a.slideLink:hover .proLinkbtn {
background-position: 100% 50%;
}
}
#sec01 {
	 background:url(../img/img_index/sec01_bg.jpg) no-repeat;
   background-size: cover;
	background-position: right top;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec01 .inBox{
	padding: 12rem 0;
	max-width: 1400px;
	margin: auto;
}
#sec01 .inBox .textBox p{
	width: 60%;
	font-size: clamp(14px, 2vw, 18px);
}
#sec01 .inBox .textBox h2{
	font-size: clamp(26px, 5vw, 90px);
	line-height: 1.0;
	margin-bottom: 2rem;
	color: #006d4d;
}

@media only screen and (max-width: 1440px) {
#sec01 {
	 background:url(../img/img_index/sec01_bg.jpg) no-repeat;
   background-size: cover;
	background-position: right 30% top;
}
	#sec01 .inBox{
	padding: 10rem 0;
	margin:0 5%;
}
}
@media only screen and (max-width: 600px) {
#sec01 {
	 background: url(../img/img_index/sec01_bg_mb.jpg) no-repeat;
   background-size: contain;
	background-position: right 0% bottom;
}
	#sec01 .inBox{
	padding: 3rem 0 6rem;
	margin:0 5%;
}
	#sec01 .inBox .textBox p{
	width: 100%;
}
#sec01 .inBox .textBox h2 {
  margin-bottom: 1rem;
}

}


#sec02 {
	display: flex;
	align-items: center;
	justify-content: center;
	background:radial-gradient(#5076a4,#142c4b);
	position:relative;
}
#sec02 .triangle{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #dae7ef;
	position: absolute;
	top: 0;
	left: 50%;
  transform: translateX(-50%);
}
#sec02 .inBox{
	padding: 8rem 0;
	max-width: 1400px;
	margin: auto;
}
#sec02 .inBox h2{
	font-size: clamp(20px, 5vw, 50px);
	margin: auto;
	margin-bottom: 6rem;
	color: #fff;
	text-align: center;
}
#sec02 .inBox ul{
	list-style: none;
	padding: 0;
}
#sec02 .inBox ul li{
	display: flex;
	align-items: flex-start;
	font-size: clamp(16px, 4vw, 22px);
	background: #041328;
	padding: 20px 40px;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	width: 1000px;
}
#sec02 .inBox ul li:last-child{
	margin-bottom: 0;
}
#sec02 .inBox ul li span{
	flex: 1;
}
#sec02 .inBox ul li::before{
	content:"";
	width: 40px;
	height: 40px;
	background: url(../img/img_index/check_icon.png) no-repeat;
	background-size: contain;
	margin-right: 20px;
}
@media only screen and (max-width: 1480px) {
	#sec02 .inBox{
	margin:0 5%;
}
}
@media only screen and (max-width: 1080px) {

#sec02 .inBox h2{
	font-size: clamp(20px, 5vw, 50px);
	margin-bottom: 2rem;
}
	#sec02 .inBox ul li{
	padding: 15px 20px;
	border-radius: 10px;
	width: 100%;
	margin:0 auto 20px;
}
#sec02 .inBox ul li::before{
	content:"";
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
}
@media only screen and (max-width: 600px) {
#sec02 .triangle{
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #dae7ef;
	position: absolute;
	top: 0;
	left: 50%;
  transform: translateX(-50%);
}
	#sec02 .inBox {
  padding: 3rem 0;
}
#sec02 .inBox h2{
  text-align: left;
}
	#sec02 .inBox ul li{
	font-weight: normal;
	margin:0 auto 10px;
}
}



#sec03 {
	padding: 6rem 0 8rem; 
}
#sec03 h2{
	font-size: clamp(22px, 5vw, 90px);
	margin-left:10% ;
	color: #006d4d;
}

.toggle_wrap {
  margin: 0 auto;
}

.toggle_title {
  position: relative;
  cursor: pointer; 
	
}

.toggle_title:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.toggle_ans {
  margin: 0;
  padding: 4rem 0;
  display: none;
	background: #ecf5ff;
	box-shadow:inset 4px 4px 4px rgba(136, 136, 136, 1);
}

.toggle_contents:first-of-type .toggle_ans  {
 display: block;
}

/*プラス*/
.plus {
  position: absolute;
  right:15%;
  bottom: 40px;
  border-radius: 0px 10px 10px 0px;
	width: 40px;
	height:40px;
}

.plus:before,
.plus:after {
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  width: 30px;
  height: 4px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  transition: 0.5s;
}

.plus:before {
  width: 30px;
  height: 4px;
}
.toggle_contents:first-of-type .plus:before {
  width: 4px;
  height: 30px;
}
/*アコーディオンが開いたらプラスをマイナスにする*/
.toggle_title.selected .plus:before {
  transform: translate(50%, 50%) rotate(90deg);
}




.toggle_title{
	margin-top:4rem;
	padding-top: 16rem;
	margin-left: 15%;
}
#pro01.toggle_title{
	background: url(../img/img_index/sec03_01_bg.jpg) no-repeat;
	background-position:left top;
	background-size: cover;
}
#pro02.toggle_title{
	background: url(../img/img_index/sec03_02_bg.jpg) no-repeat;
	background-position:left top;
	background-size: cover;
}
#pro03.toggle_title{
	background: url(../img/img_index/sec03_03_bg.jpg) no-repeat;
	background-position:left top;
	background-size: cover;
}
#pro04.toggle_title{
	background: url(../img/img_index/sec03_04_bg.jpg) no-repeat;
	background-position:left top;
	background-size: cover;
}
#pro05.toggle_title{
	background: url(../img/img_index/sec03_05_bg.jpg) no-repeat;
	background-position:left top;
	background-size: cover;
}
#pro06.toggle_title{
	background: url(../img/img_index/sec03_06_bg.jpg) no-repeat;
	background-position:left top;
	background-size: cover;
}
#pro07.toggle_title{
	background: url(../img/img_index/sec03_07_bg.jpg) no-repeat;
	background-position:left top;
	background-size: cover;
}

#pro08.toggle_title{
	background: url(../img/img_index/sec03_08_bg.jpg) no-repeat;
	background-position:left top;
	background-size: cover;
}


#pro09.toggle_title{
	background: url(../img/img_index/sec03_09_bg.jpg) no-repeat;
	background-position:left top;
	background-size: cover;
}


#pro10.toggle_title{
	background: url(../img/img_index/sec03_10_bg.jpg) no-repeat;
	background-position:left top;
	background-size: cover;
}


.toggle_title .proTitle {
	display: flex;
	align-items: center;
	font-size: clamp(16px, 4vw, 50px);
	font-weight: bold;
	background: #fff;
	width: 90%;
	height: 120px;
	padding: 10px 80px 10px 10px;
}
.toggle_title .proTitle .fBox{
	display: flex;
	align-items: flex-start;
	gap: 15px;
	line-height: 1.2;
	}
.toggle_title .small{
	font-size: clamp(12px, 4vw, 30px);
	display: inline-block;
	}

.toggle_ans .inBox {
	display: flex;
	justify-content: space-between;
	margin: 0 15% 1rem;
}
a.proLink {
	text-decoration: none;
	display: flex;
  background: #fff;
	border-radius: 10px;
	justify-content: space-between;
	width: 48%;
	overflow:hidden;
	box-shadow: 0 0 5px #ccc;
}
a.proLink .imgBox{
	width: 30%;
	display:flex;
	align-items: center;
	background: #fff;
	overflow: hidden;
	
}
a.proLink .imgBox img {
	display:block;
	width: 100%;
	height: auto;
	transition:0.3s all;
}
a.proLink .textBox{
	padding: 20px;
	flex: 1;
	position: relative;
}

a.proLink .proTitle {
	font-size: clamp(18px, 2vw, 24px);
	font-weight: bold;
	line-height: 1.2;
    margin-bottom: 5px;
}
a.proLink .proTitle .mini{
	font-size: clamp(12px, 2vw, 14px);
}

a.proLink .proText {
	font-size: 14px; 
	margin-bottom: 60px;
}
a.proLink .proLinkbtn {
	display: block;
	font-size: 16px; 
	width: 120px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 20px;
	color: #fff;
	background:linear-gradient(120deg, #091c34 0%, #760f30 100%);
    background-position-x: 0%;
    background-position-y: 0%;
	background-position:0% 50%;
	background-size: 250% auto;
	text-align: center;
	margin:10px auto;
	transition: all 0.4s ease;
}

a.proLink .textBox .proLinkbtn{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}



a.kingkougu .proTitle {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
    gap: 10px;
	align-items: center;
	line-height: 0.8;
}
a.kingkougu .proTitle .proText {
	display: inline-block;
	margin-bottom: 0;
}
a.kingkougu .textBox {
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
a.kingkougu .textBox .irregularBox {
	display: block;
	height: auto;
}
a.kingkougu  .textBox .proLinkbtn {
  position: static;
  margin: 0 auto;
}
@media only screen and (max-width: 1480px) {
	.toggle_title {
  margin-left: 10%;
}
.toggle_ans .inBox {
  display: flex;
  justify-content: space-between;
  margin: 0 10% 1rem;
}
}
@media only screen and (max-width: 960px) {
#sec03 h2 {
  margin-left: 5%;
}
.toggle_title {
  margin-left: 5%;
}
.toggle_ans .inBox {
  display: flex;
  justify-content: space-between;
  margin: 0 5% 1rem;
}
.toggle_title .proTitle {
  height: 100px;
}
.plus {
  bottom: 30px;
}
}
@media only screen and (max-width: 900px) {
	a.kingkougu .textBox .irregularBox {
	width: 100%;
	margin: auto;
	display: inline;
	max-width: 320px;
	
}
a.kingkougu  .textBox .proLinkbtn {
  position: static;
}
}
@media only screen and (min-width: 781px) {
	
a.proLink:hover .imgBox img{
  transform:scale(1.1,1.1);
  transition:0.3s all;
}
	
a.proLink:hover .proLinkbtn {
background-position: 100% 50%;
}	
}
@media only screen and (max-width: 780px) {
a.proLink  .proTitle {
	font-size: 16px; 
	line-height: 1.2;
	margin-bottom: 10px;
}
a.kingkougu .proTitle {
	line-height: 0.8;
}
a.proLink  .proText {
	font-size: 14px; 
	line-height: 1.2;

}
a.proLink  .proLinkbtn {
	display: inline-block;
	font-size: 14px; 
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 20px;
	color: #fff;
	width: 80px;
}
	
a.proLink .textBox{
	padding:15px 20px;
}	
	
	
a.proLink .textBox .proLinkbtn{
	bottom: 10px;
}	
  a.kingkougu .textBox .proLinkbtn {
    bottom: -30px;
  }	
}
@media only screen and (max-width: 600px) {
#sec03 {
	padding: 3rem 0 4rem; 
}
.toggle_title {
  margin-top: 2rem;
  padding-top: 6rem;
  background: url(../img/img_index/sec03_01_bg_mb.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  margin-left: 5%;
}
	
	
	
#pro01.toggle_title{
  background: url(../img/img_index/sec03_01_bg_mb.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
#pro02.toggle_title{
  background: url(../img/img_index/sec03_02_bg_mb.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
#pro03.toggle_title{
  background: url(../img/img_index/sec03_03_bg_mb.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
#pro04.toggle_title{
  background: url(../img/img_index/sec03_04_bg_mb.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
#pro05.toggle_title{
  background: url(../img/img_index/sec03_05_bg_mb.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}	
#pro06.toggle_title{
  background: url(../img/img_index/sec03_06_bg_mb.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}	
	
#pro07.toggle_title{
  background: url(../img/img_index/sec03_07_bg_mb.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
	
#pro08.toggle_title{
  background: url(../img/img_index/sec03_08_bg_mb.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
	
#pro09.toggle_title{
  background: url(../img/img_index/sec03_09_bg_mb.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
	
#pro10.toggle_title{
  background: url(../img/img_index/sec03_10_bg_mb.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}		
	
.toggle_ans .inBox {
	flex-direction: column;
	margin: 0 5% 0;
}
	a.proLink {
	width: 100%;
		margin-bottom:1rem;
}
.toggle_title .proTitle {
	width: 95%;
	height: 70px;
}
.toggle_title .proTitle .fBox {
  gap: 5px;
}
.plus {
  right:10%;
  bottom: 25px;
	width: 20px;
	height:20px;
}
.plus:before,
.plus:after {

  width: 20px;
  height: 3px;
}
.plus:before {
  width: 20px;
  height: 3px;
}
	
.toggle_contents:first-of-type .plus:before {
  width: 3px;
  height: 20px;
}	
	
	
	
	
	
	
	
	
.toggle_title .proTitle {
	padding: 0px 40px 0px 10px;
}
.toggle_ans {
  padding: 2rem 0;
}
	
a.kingkougu .textBox {
	gap: 10px;
}	
	
}

/*お知らせ*/

.noteBox{
	position:relative;
	z-index: 10;
	background: #e7e7e7;
	max-width: 960px;
	margin:40px auto;
	padding: 20px 30px;
	border: 2px solid #000;
	border-radius: 8px;
}
.noteBox dl {
	margin: 0;
}
.noteBox dl dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #970000;
}
@media only screen and (max-width: 1000px) {
	.noteBox{
		margin:40px 15px;
	}
}
@media only screen and (max-width: 768px) {
	.noteBox{
		padding: 20px 30px;
		margin: 0 15px 20px;
	}
	
	
	.noteBox dl dt{
		font-size: 15px;
	}
	.noteBox dl dd{
		font-size: 14px;
	}
}

.reqWp{
padding: 50px 30px;
margin: 0 auto 20px;	
text-align: center;
background:#ecf5ff url("../img/img_index/top_req.png") 85% 90% no-repeat;
	background-size: 12%;
}

.reqWp h3 {
    font-size: clamp(16px, 2.8vw, 30px);
    color: #091c34;
    margin-bottom: 2.5rem;	
}

.reqWp .reqBtn{
	margin-left: calc(50% - 160px);
}

.reqWp .reqBtn a{

}

