@charset "utf-8";


/*=======================================================
	
=======================================================*/

/*---------------------------------------------
	index
---------------------------------------------*/

body{
	font-family: "游ゴシック","Yu Gothic","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
}

.mv{
	background-color: #ffffff;
	background-image: url(../img/mv_bg.jpg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 60px;
}

.in-cont{
	max-width: 1000px;
	margin: 0 auto;
}

.lead_cont{
	text-align: center;
	padding: 480px 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.min{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.lead_cont p{
	margin: 0;
	font-size: 18px;
}

.lead_cont p.lead_text1{
	font-size: 30px;
	position: relative;
}

.lead_cont p.lead_text1 span{
	position: relative;
}

.lead_cont p.lead_text1 span:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #06a5e4;
	position: absolute;
	bottom: 0;
	left: 0;
}

.box_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 60px;
}

.box_cont1{
	width: 640px;
}

.box_cont1 img{
	border-radius: 10px;
}

.box_cont2{
	width: 330px;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.box_wrap.box_pt .box_cont1{
	order: 2;
}

.box_wrap.box_pt .box_cont2{
	order: 1;
}

.mv_text1{
	width: 453px;
    display: block;
    position: absolute;
    top: 80px;
    left: 0px;
}

.mv_img1{
	width: 566px;
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
}

#mv .in-cont{
	position: relative;
}

.mv_text2{
	position: absolute;
    top: 370px;
    right: 0px;
    font-size: 10px;
    color: #012f84;
    margin: 0;
}

.section1_img4{
	width: 50px;
	display: block;
}

.section1_img5{
	width: 51px;
	display: block;
}

.section1_img6{
	width: 50px;
	display: block;
}

.box_cont2 h2{
	font-size: 25px;
	color: #003399;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 20px 0;
    margin: 0;
}

.box_cont2 h2 span{
	font-size: 35px;
}

.box_cont2 p{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	line-height: 2;
}

.ttl_base{
	text-align: center;
	font-size: 40px;
	color: #003399;
	margin: 0 0 40px;
}

.ttl_base span{
	display: block;
	font-size: 18px;
	color: #000000;
	margin: 6px 0 0;
}

.section2{
	background-image: url(../img/section2_bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 90px 0 20px;
}

.section1{
	padding: 0 0 20px;
}

.section2_box{
	background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 11px 29px rgba(0,0,0,0.1);
    padding: 40px 50px;
    position: relative;
    margin: 0 0 40px;
}

.section2_feature{
	color: #06a5e4;
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin: 0 0 20px;
}

.section2_wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.section2_img1{
	width: 477px;
	width: 100%;
	display: block;
}

.section2_img2{
	width: 362px;
	display: block;
    margin-top: 16px;
}

.section2_text1{
	color: #003399;
	font-size: 10px;
	margin: 0;
	text-align: left;
	margin-top: 16px;
}

.section2_subtitle {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #1CAAE6;
}

.section2_subtitle span {
	font-size: 150%;
}

.section2_subtitle::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background-color: #1CAAE6;
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
}

.section2_subtitle::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background-color: #1CAAE6;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
}

.section2_img3{
	width: 380px;
    display: block;
    /* position: absolute; */
    top: 72px;
    right: 50px;
    margin-top: 20px;
}

.section2_img4{
	width: 714px;
	display: block;
	margin: 0 0 30px;
}

.section2_num{
	width: 58px;
	display: block;
	margin: 0 auto 20px;
}

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

.section2_ul li{
	list-style: none;
	width: 31%;
}

.section2_ul_ttl{
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
	text-align: center;
}

.section2_ul li p{
	margin: 0;
	font-size: 18px;
	padding: 20px 0 0;
}

.section2_img8{
	width: 271px;
	display: block;
	margin: 0 0 30px;
}

.section2_img9{
	width: 321px;
	display: block;
	margin: 0 30px 0px;
}

.section2_img10{
	width: 455px;
	display: block;
	margin: 0;
	position: absolute;
	top: 60px;
	right: 50px;
}

#section3{
	background-color: #ebf6fe;
	padding: 90px 0 60px;
	overflow: hidden;
}

  .loop_css2 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100vw;
    overflow: hidden;
  }

  .loop_css2 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .loop_css2 li {
	display: inline-block;
    width: calc(100vw / 4);
    min-width: 200px;
    padding: 0 20px;
    list-style: none;
    text-align: center;
    box-sizing: border-box;
  }

  .loop_css2 li a {
    display: block;
  }

  .loop_css2 li img {
    display: block;
    width: 100%;
    height: auto;
  }

  .loop_css2 li a:hover {
    opacity: .7;
  }

  .loop_css2 ul:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }

  .loop_css2 ul + ul {
    -webkit-animation: loop2 50s  linear infinite;
    animation: loop2 50s linear infinite;
  }

  .loop_css2:hover ul {
    animation-play-state: paused;
  }

  @-webkit-keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @-webkit-keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

  @keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

.cv_bt_base,a.cv_bt_base:visited{
	font-size: 24px;
	text-align: center;
	color: #fff;
	background-color: #0068b7;
	border-radius: 4px;
	height: 90px;
	line-height: 90px;
	display: block;
	margin: 0 auto;
	width: 490px;
}

.cv_bt_base:hover{
	text-decoration: none;
	opacity: 0.8;
}

.section3_cv{
	text-align: center;
	padding: 60px 0;
}

.section3_text1{
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.section4{
	background-image: url(../img/section4_bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 90px 0;
}

.section4_in{
	background-color: rgba(255,255,255,0.8);
	padding: 90px 0 60px;
	border:3px solid #0068b7;
	border-radius: 10px;
}

.section4_img1{
	display: block;
	width: 850px;
	margin: -110px auto 0;
}

.section4_cv{
	text-align: center;
	padding: 60px 0;
}

.section4_ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 40px 0 0;
	width: 926px;
	border-top: 3px solid #0068b7;
}

.section4_ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 31%;
}

.section4_ul li span{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 10px 0 20px;
}

.section4_ul li a{
	color: #0068b7;
	font-size: 16px;
	text-align: center;
	display: block;
	widows: 100%;
	height: 58px;
	line-height: 58px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #0068b7;
}

.section4_ul li a:hover{
	background-color: #0068b7;
	color: #fff;
	text-decoration: none;
}

.section4_ul li img{
	width: 220px;
	display: block;
	margin: 0 auto;
}

.sp{
	display: none;
}

.isScrollingUp .el-headerBrand__inner{
	z-index: 9998;
}

#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 9999;
}
#graydisplay img {
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 70%;
    max-height: 70%;
    height: 70%;
}

.modal_bt{
	background-color: #000;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 40px;
	font-size: 30px;
	font-weight: bold;
	z-index: 100;
	display: none;
}

.close-btn {
      color: #fff;
      font-size: 40px;
      position: fixed;
      right: 20%;
      top: 230px;
      z-index: 9999;
      display: none;
	  max-width: 70%;
	  max-height: 70%;
	  height: auto;
	  width: 80%;
    }

.close-btn a {
	color: #fff;
    text-decoration: none;
    background-color: #000;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 54px;
    text-align: center;
    margin-left: auto;
    }



/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {

	.section4_ul{
		width: 100%;
	}

	.cv_bt_base, a.cv_bt_base:visited {
	    width: 100%;
	}

	.mv {
	    background-image: url(../img/mv_bg_sp.jpg);
	    padding: 40px 16px;
	}

	.mv_img1 {
	    width: 96%;
	    position: relative;
	    top: 0;
	    right: 0px;
	}

	.mv_text1 {
	    width: 90%;
	    display: block;
	    position: relative;
	    top: 0;
	    left: 0px;
	    margin: 0 auto 20px;
	}

	.pc{
		display: none;
	}

	.sp{
		display: block;
	}

	.mv_text2 {
	    position: relative;
	    top: 0;
	    right: 0px;
	    margin: 10px 0 0;
	}

	.lead_cont {
	    padding: 40px 0 0;
	    font-size: 16px;
	}

	.lead_cont p.lead_text1 {
	    font-size: 30px;
	    line-height: 1.6;
	    padding: 20px 0 0;
	}

	.box_cont1 {
	    order: 2;
	    padding: 0 16px 0;
	}

	.box_cont2{
		order: 1;
    	width: 100%;
    	padding: 0 16px;
	}

	.section1_img4,.section1_img5,.section1_img6 {
	    width: 45px;
	}

	.box_cont2 h2 {
		font-size: 20px;
		margin: 15px 0 5px;
		padding: 0;
	}

	.box_cont2 h2 span {
	    font-size: 30px;
	}

	.box_cont2 p {
	    font-size: 16px;
	    margin: 0 0 20px;
	} 

	.box_wrap {
	    margin: 0 0 30px;
	}

	.section2 {
	    padding: 60px 16px 20px;
	}

	.ttl_base {
	    font-size: 30px;
	    margin: 0 0 30px;
	}

	.ttl_base span {
	    font-size: 16px;
	}

	.section2_img3 {
	    width: 100%;
	    position: relative;
	    top: 0;
	    right: 0;
	    margin: 20px 0 0;
	}

    .section2_left {
        display: contents;
    }

	.section2_box {
	    padding: 30px 16px;
	}

    .section2_subtitle {
		font-size: 14px;
        margin-top: 32px;
    }

    .section2_wrap {
        grid-template-columns: 1fr;
    }

    .section2_text1 {
        text-align: left;
    }

    .section2_img2 {
        order: 1;
    }

	.section2_img1_sp{
		width: 294px;
		display: block;
	}

	.section2_feature {
	    font-size: 16px;
	    margin: 0 0 10px;
	}

	.section2_img4_sp{
		width: 274px;
		display: block;	
	}

	.section2_ul li {
	    width: 100%;
	    margin: 30px 0 0;
	}

	.section2_img10 {
	    width: 100%;
	    display: block;
	    margin: 0;
	    position: relative;
	    top: 0;
	    right: 0;
	    margin: 20px 0 0;
	}

	.section2_img9 {
	    width: 100%;
	    display: block;
	    margin: 0 0 30px;
	}

	#section3 {
	    padding: 60px 0 30px;
	}

	.loop_css2 ul {
	    width: auto;
	}

	.loop_css2 li {
	    width: calc(100vw / 2);
	    min-width: 50px;
	}

	.section3_cv {
	    padding: 40px 16px;
	}

	.cv_bt_base, a.cv_bt_base:visited {
	    font-size: 20px;
	    height: 58px;
	    line-height: 58px;
	}

	.section4_img1{
		display: none;
	}

	.section4_img1_sp{

	}

	.section4_in {
	    padding: 40px 16px 20px;
	    background-color: #fafbfc;
	}

	.section4 {
	    padding: 40px 16px;
	   	background: #e7ecf1;
	}

	.section4_cv {
	    padding: 40px 0;
	}

	.section4_ul li {
	    margin: 0 0 20px;
	    width: 100%;
	}

	.section4_ul li img {
	    width: 200px;
	}

	.section4_ul li a{
		width: 275px;
		height: 56px;
		line-height: 56px;
		margin: 0 auto;
	}

	#graydisplay img{
		height: auto;	
		top: 200px;
		bottom: auto;
		width: 80%;
    	max-width: 80%;
	}
	.close-btn{
		top: 150px;
		max-width: 80%;
		right: 10%;
	}



}


.loop_slide {}

.loop_slide .swiper-container {
	padding: 5vw 0;
	margin: -5vw 0;
}

.loop_slide .swiper-slide {
	width: 25vw;
}

@media ( max-width: 767px ) {
	.loop_slide .swiper-slide {
		width: 50vw;
	}
}

.loop_slide .swiper-slide img {
	display: block;
	width: 100%;
	transition: all .5s;
	cursor: pointer;
}
/*
.loop_slide .swiper-slide img:hover {
	transform: scale( 1.2 );
	transition-duration: .2s;
}
*/

.loop_slide_prev_button,
.loop_slide_next_button {
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: calc( 50% - 50px );
	width: 30px;
	height: 100px;
	border: 0;
	background: rgba( 255, 255, 255, .5 );
	transition: .2s;
}

.loop_slide_prev_button:hover,
.loop_slide_next_button:hover {
	background: rgba( 255, 255, 255, .8 );
}

.loop_slide_prev_button {
	left: 0;
}
.loop_slide_next_button {
	right: 0;
}

.loop_slide_prev_button::before,
.loop_slide_next_button::after {
	content: "";
	display: block;
	position: absolute;
	top: calc( 50% - 6px );
	width: 18px;
	height: 18px;
	border-right: 2px solid #0068b7;
	border-bottom: 2px solid #0068b7;
}

.loop_slide_prev_button::before {
	transform: rotate( 135deg );
	right: 0;
}

.loop_slide_next_button::after {
	transform: rotate( 315deg );
	left: 0;
}

.add_css555{
	display: block;
	font-size: 9px;
}

.add_css444{
	font-size: 22px;
    display: inline-block;
    margin: 0px 0 0 4px;
}



/* 追記
-------------*/
@media screen and (min-width:1280px){
	.lead_cont {
		padding-top: 33.8vw;
	}
}