@charset "utf-8";
/* -------------------------------------------------------
	top
------------------------------------------------------- */
/* main-title
------------------------------------------------------- */
.main-wrap{
 width: 100%;
 padding: 0 30px;
}

.main-title {}
.main-title .visual {
	background: url(../../image/top/title_visual.png) no-repeat center / cover;
	padding: 106px 0 142px;
}
.main-title .visual .wrap {
	max-width: 1080px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
.main-title .visual .wrap >div {
	background: white;
	width: fit-content;
	border-left: solid 5px #0f90d1;
	padding: 0 28px 20px 26px;
}
.main-title .visual h1 {
	font-size: 40px;
	line-height: 1;
	font-weight: 500;
	padding: 30px 0 0;
}
.main-title .visual p {
	font-size: 16.5px;
	line-height: 1.8;
	font-weight: 500;
	padding: 25px 0 0;
}
.main-title .visual p sup {
	display: inline-block;
	font-size: 10px;
	vertical-align: text-top;
}
.main-title >p {
	max-width: 1100px;
	width: calc(100% - 10vw);
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.55;
	padding: 9px 0 0;
	color: #758080;
}
.main-title >p a {
	color: #758080;
}

@media screen and (max-width:1250px) {
 .main-wrap{
  padding: 0 0 0 30px;
 }
}
@media screen and (max-width:1070px) {
 .main-wrap{
  padding: 0 0 0 15px;
 }
}
/*  sp(767px以下)  -----------*/
@media screen and (max-width:767px) {
}

.top_news {
	margin: 34px auto 0;
	width: 900px;
	max-width: calc(100% - 10vw);
	background: #ebeced;
	position: relative;
	padding: 20px 20px 20px 132px;
	color: #0e3447;
	border-radius: 8px;
}
.top_news h3 {
	font-size: 1.8rem;
	font-weight: 500;
	left: 22px;
	letter-spacing: 2px;
	position: absolute;
	top: 17px;
}
.top_news ul {
	max-height: 165px;
	overflow: auto;
}
.top_news ul li {
	margin: 0 0 20px;
}
.top_news ul li time {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	letter-spacing: 0.2px;
	width: 82px;
	margin-top: 2px;
}
.top_news ul li div {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.876;
	width: calc(100% - 102px);
}
.top_news ul li div a {}


/* title
------------------------------------------------------- */
h2{
 font-size: 2.6rem;
 line-height: 1.8;
}
h2 > span{
 font-weight: 500;
 color:#0f90d1;
}
h2 + p.text,
h2 + .iframe_wrapper{
 margin-top: 15px;
}


/* cont_about
------------------------------------------------------- */
.cont_about{
 margin-top:55px;
 padding:55px 0;
 background-color: #f1f8fc;
}
.cont_about .inner{
 width:100%;
 max-width: 1200px;
 padding:0 25px;
 margin:0 auto;
 text-align: center;
}
.about-list ul{
 display: inline-flex;
 flex-wrap: nowrap;
 margin-top: 35px;
}
.about-list ul li{
 display: flex;
 align-items: center;
 text-align: left;
 padding:0 20px;
}
.about-list ul li p{
 font-size: 1.6rem;
 font-weight: 500;
 line-height: 1.4;
 margin-left:14px;
}
@media screen and (max-width:920px) {
 .cont_about .inner .text{
  text-align: left;
 }
 .cont_about .inner .text br{
  display: none;
 }
}
/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
 .cont_about{
  margin-top: 11vw;
  padding: 9vw 0 10vw;
 }
 .cont_about .inner{
  padding:0 5%;
  margin:0 auto;
  text-align: center;
 }
 .cont_about .inner .text{
  margin-top:10px;
  text-align: left;
 }
 .about-list ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding:0 8px;
 }
 .about-list ul li img{
  width:24vw;
  max-width: 100px;
  height: auto;
 }
 .about-list ul li p{
  font-size: 1.5rem;
  margin-left:0;
  margin-top:5px;
 }
}


/* cont_movie
------------------------------------------------------- */
.cont_movie{
 max-width: 1100px;
 margin: 50px auto 0;
}
.cont_movie > p{
 margin-bottom: 35px;
 text-align: center;
}
.cont_movie .iframe_wrapper{
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 column-gap: 15px;
 row-gap: 15px;
}
.cont_movie .iframe_wrapper .ytplayer{
 width: calc((100% - 15px) / 2);
 height: auto;
 aspect-ratio: 16 / 9;
 vertical-align: middle;
}
/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
 .cont_movie{
  max-width: 100%;
  margin-top: 10vw;
  padding: 0 5%;
 }
 .cont_movie > p{
  margin-bottom: 5vw;
 }
 .cont_movie .iframe_wrapper .ytplayer{
  width: 100%;
 }
}


/* cont_data
------------------------------------------------------- */
.cont_data{
 width:100%;
 max-width: 960px;
 padding: 125px 25px 100px;
 margin:0 auto;
 position: relative;
}
.cont_data .text{
}
.cont_data .image img{
 width: 482px;
 max-width: 50vw;
 height: auto;
 position: absolute;
 top: 70px;
 right: 14px;
}
.cont_data .link-btn{position: static;margin-top: 36px;}
/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
 .cont_data{
  display: block;
  width:100%;
  max-width: 100%;
  padding:35px 5% 45px;
  margin:0 auto;
  position: relative;
  text-align: center;
 }
 .cont_data .image img{
  margin:30px 0;
  width: 88vw;
  max-width: 384px;
  height: auto;
  position: static;
 }
 .cont_data .link-btn{
  position: static;
  bottom:auto;
 }
}


/* cont_step
------------------------------------------------------- */
.cont_step {
 width: 100%;
 max-width: 950px;
 padding: 55px 25px 20px;
 margin: 0 auto;
 text-align: center;
}
.cont_step h2 {
 font-size: 2.6rem;
 font-weight: 500;
 line-height: 1.6;
 text-align: center;
}
.cont_step .link-btn {
 width: 100%;
 padding-top: 30px;
 text-align: center;
}
/*  pc(768px以上)  ----------- */
@media screen and (min-width:768px) {
.howto-step {
 display: flex;
 width: 100%;
 margin: 30px 0 10px;
 list-style: none;
}
.step-li {
 box-sizing: border-box;
 position: relative;
 width: calc((100% - 30px) / 3);
 height: 100px;
 margin: 0 3px;
 padding: 1px;
 background: #bbdced;
}
.step-li:nth-child(1) {
 z-index: 3
}
.step-li:nth-child(2) {
 z-index: 2
}
.step-li:nth-child(3) {
 z-index: 1
}
.step-li:first-child {
 margin-left: 0;
}
.step-li:last-child {
 margin-right: 0;
}
.step-li::before {
 position: absolute;
 content: "";
 top: 0;
 left: 1px;
 width: 0;
 height: 0;
 border-top: 50px solid transparent;
 border-right: 0;
 border-bottom: 50px solid transparent;
 border-left: 20px solid #bbdced;
}
.step-li::after {
 position: absolute;
 content: "";
 top: 0;
 left: 0;
 width: 0;
 height: 0;
 border-top: 50px solid transparent;
 border-right: 0;
 border-bottom: 50px solid transparent;
 border-left: 20px solid #fff;
}
.step-li_inner {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 padding-left: 20px;
 font-size: 21px;
 font-weight: bold;
 text-align: center;
 line-height: 1.4;
 background: #f1f8fb;
}
.step-li_inner .step_num {
 display: block;
 font-size: 16px;
 color: #1b8ac2;
 letter-spacing: 2px;
}
.step-li .step-li_inner::before {
 position: absolute;
 content: "";
 top: 0;
 left: 100%;
 width: 0;
 height: 0;
 border-top: 50px solid transparent;
 border-right: 0;
 border-bottom: 50px solid transparent;
 border-left: 20px solid #bbdced;
}
.step-li .step-li_inner::after {
 position: absolute;
 content: "";
 top: 0;
 left: calc(100% - 1px);
 width: 0;
 height: 0;
 border-top: 50px solid transparent;
 border-right: 0;
 border-bottom: 50px solid transparent;
 border-left: 20px solid #f1f8fb;
}
}

/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
 .cont_step {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 35px 5% 45px;
  margin: 0 auto;
  position: relative;
  text-align: center;
 }
 .cont_step .text {
  margin-top: 10px;
  text-align: left;
 }
 .howto-step{
  width:330px;
  margin:20px auto 0;
 }
 .step-li {
  position: relative;
  margin: 0 0 36px;
  padding: 1px;
  background: #bbdced;
 }
 .step-li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 165px 0 165px;
  border-color: #bbdced transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
 }
 .step-li_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  background: #f1f8fb;
 }
 .step-li .step-li_inner::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 165px 0 165px;
  border-color: #f1f8fb transparent transparent transparent;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 1;
 }
 .step-li_inner .step_num {
  display: block;
  font-size: 16px;
  color: #1b8ac2;
  letter-spacing: 2px;
 }
}


@media screen and (max-width: 767px) {
.main-title .visual {
	padding: 23vw 0 23vw;
}
.main-title .visual .wrap >div {
	padding: 0 3vw 3vw 3vw;
}
.main-title .visual h1 {
	font-size: 6vw;
	padding: 5vw 0 0;
}
.main-title .visual p {
	font-size: 3.25vw;
	padding: 2vw 0 0;
}
.main-title >p {
	font-size: 2.6vw;
	line-height: 1.4;
	padding: 2.5vw 0 0;
}
.top_news {
	margin-top: 7vw;
	padding: 0 4vw;
}
.top_news h3 {
	font-size: 4vw;
	letter-spacing: 1px;
	position: static;
	padding: 1vw 0 0;
}
.top_news ul {
	max-height: 28vw;
	padding-top: 1vw;
}
.top_news ul li {
	margin: 0 0 5vw;
}
.top_news ul li time {
	display: block;
	width: 100%;
	font-size: 2.7vw;
}
.top_news ul li div {
	display: block;
	width: 100%;
	font-size: 3vw;
	margin: 1vw 0 0;
}
.top_news ul li div a {}
}