@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

html{
	width:100%;
	font-size:62.5%;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 680px) {
	html{
		font-size:50%;
	}
}

body{
	background:#f5f5f5;
	color:#405161;
	width:100%;
	line-height:1.7;
	font-size:1.6rem;
	height: 100%;
}

body.front{
	background:#FFF;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;zs
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

ul,li{
	list-style: none;
}

img{
	border:none;
	max-width: 100%;
	height: auto;
}

a{
	color:#405161;
	text-decoration: none;
}

.sp{
	display: none;
}

@media screen and (max-width: 680px) {
	.pc{
		display: none;
	}

	.sp{
		display: block;
	}
}

/*rayout*/
.main{
	flex: 1;
}
.container{
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 1.5rem;
}

.container2{
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 1.5rem;
}

.container3{
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 1.5rem;
}

.r-col{
	padding: 5rem;
	border-radius: 5px;
	background-color: #FFF;
	box-shadow:0px 3px 3px 2px rgba(0,0,0,0.1);
}

@media screen and (max-width: 680px) {
	.r-col{
		padding: 2em;
	}
}


/*common*/

h2{
	font-size: 3rem;
	text-align: center;
	padding: 8rem 0 6rem;
	color: #A30000;
}

@media screen and (max-width: 680px) {
	h2{
		font-size: 2.6rem;
		padding: 5rem 0 2rem;
		line-height: 1.4;
	}
}

.btn{
	text-align: center;
	line-height: 1;
}

.btn a,
.btn button{
	border:none;
	border-radius: 5px;
	padding: 1rem;
	font-weight: bold;
	color: #FFF;
	background-color: #007bc4;
	display: inline-block;
	min-width: 180px;
	box-shadow:0px 3px 3px 0px rgba(0,0,0,0.2);
}

.btn.btn-lang a{
	background-color: #08a33e;
}

@media screen and (max-width: 680px) {
	.btn.btn-lang{
		margin-top: 2rem;
	}
	header .btn.btn-lang{
		display: none;
	}
}

.btn button{
	cursor: pointer;
}

.btn a:hover,
.btn button:hover{
	opacity: 0.7;
}

.btn.red a,
.btn.red button{
	background-color: #a30000;
}

.btn-contact a:before{
	content:"";
	width:17px;
	height: 13px;
	background: url(../images/ic_contact.png) no-repeat center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.btn.large{
	padding: ;
	position: static;
	margin-top: 1rem;
}

.btn.large a,
.btn.large button{
	max-width: 100%;
	min-width: auto;
	width: 430px;
	padding: 1.5rem;
	font-size: 2.4rem;
}

.btn-contact.large a:before{
	width: 32px;
	height: 26px;
	top:-2px;
	position: relative;
}

/*header*/
/*header*/
header{
	width: 100%;
	background-color: #FFF;
	width: 100%;
	z-index: 100;
	min-height: 55px;
	transition: all .5s;
	color:#405161;
	position: relative;
	z-index: 1;
}

header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

header.fixed.on{
	display: block;
}

header .logo{
	padding: 2.6rem 0;
}

header a{
	color:#405161;
	text-decoration: none;
}

header.scroll{
	padding: 0.5rem 0;
	box-shadow:0px 3px 3px 0px rgba(0,0,0,0.2);
}

header.active{
	padding: 0.5rem 0;
	box-shadow:0px 3px 3px 0px rgba(0,0,0,0.2);
}

header p{
	color: #A30000;
	font-weight: bold;
	display: none;
}

header .btn-area{
	position:absolute;
	right:1.5rem;
	top: 50%;
	transform : translate(0, -50%);
}

@media screen and (max-width: 740px) {
	header .btn-area{
		text-align: center;
		position:static;
		right:auto;
		top: auto;
		transform : none;
	}
	header .btn-area .btn{
		position: absolute;
		right:2rem;
		top: 1.5rem;
	}
}

header .btn-area ul{
	display: inline-block;
}

header .btn-area li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 4rem;
	font-weight: bold;
	font-size: 1.4rem;
}

header .btn-area > ul >li{
	padding: 2rem 0;
}

@media screen and (max-width: 880px) {
	header .btn-area li{
		margin: 0 1rem;
	}
}

@media screen and (max-width: 740px) {
	header .btn-area li{
		margin: 0 2rem;
	}
	header .btn-area > ul >li{
		padding-top: 0;
	}
}

header .btn-area li img{
	vertical-align: middle;
}

header .btn-area li span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5rem;
}

header .btn-area li{
	position: relative;
}

header .btn-area li.sub{
	cursor: pointer;
	padding-right: 2rem;
}

header .btn-area li.sub:after{
	content:"";
	border:1px solid #405161;
	border-width:2px 2px 0 0;
	width: 0.8rem;
	height: 0.8rem;
	display: inline-block;
	transform: rotate(135deg);
	margin-left: 0.5rem;
	position: absolute;
	right: 0;
	top: 2.4rem;
}

header .btn-area li.sub ul{
	position: absolute;
	width: 340px;
	left: 50%;
	top: 6rem;
	background-color: #007bc4;
	padding: 2rem;
	transform: translate(-50% , 0);
	display: none;
	z-index: 10;
}

@media screen and (max-width: 740px) {
	header .btn-area li.sub:after{
		top: 0.4rem;
	}
	header .btn-area li.sub ul{
		top: 4rem;
	}
}

header .btn-area li.sub.on ul{
	display: block;
	text-align: left;
}

header .btn-area li.sub ul:before{
	content: "";
	width: 0;
	height: 0;
	position:absolute;
	top: -1.5rem;
	left: 50%;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #007bc4 transparent;
	transform: translate(-50% , 0);
}

@media screen and (max-width: 680px) {
	header .btn-area li.sub ul{
		left: 0;
		transform: none;
		width: 280px;
	}
	header .btn-area li.sub ul:before{
		left: 25px;
		transform: none;
	}
}

header .btn-area li.sub ul li{
	font-weight: normal;
	margin-bottom: 2rem;
	margin-left: 0;
	text-align: left;
	display: block;
	font-size: 1.1rem;
}

.eng header .btn-area li.sub ul li{
	font-size: 1.2rem;
}

header .btn-area li.sub ul li:last-child{
	margin-bottom: 0;
	margin-left: 0;
}

header .btn-area li.sub ul li a{
	color: #FFF;
}

header .btn-area li.sub ul li strong{
	display: block;
	font-size: 1.4rem;
}

header .btn{
	display: inline-block;
	margin-left: 4rem;
}

@media screen and (max-width: 880px) {
	header .btn{
		margin-left: 1rem;
	}
}


header .container{
	position: relative;
}

@media screen and (max-width: 880px) {
	header .btn a{
		min-width: auto;
	}
}

@media screen and (max-width: 740px) {
	header .logo{
		padding-top:2rem;
		padding-bottom: 2rem;
	}
	header .btn-area{
	}
	header .btn a{
		min-width: auto;
	}
}

@media screen and (max-width: 680px) {
	header .logo img{
		width:100px;
	}
}

/*kv*/
.kv{
	background: url(../images/main_images.jpg) no-repeat top center;
	background-color: #eeecec;
	height: 525px;
	position: relative;
}

@media screen and (max-width: 1900px) {
	.kv{
		background: url(../images/main_images.jpg) no-repeat top right -80px;
	}
}

@media screen and (max-width: 680px) {
	.kv{
		background-size:cover;
		height:330px;
	}
}

.kv .text-area{
	text-align: center;
	line-height: 1;
	position: absolute;
	left: 50px;
	top: 150px;
}

@media screen and (max-width: 680px) {
	.kv .container{
		position: static;
	}
	.kv .text-area{
		position: absolute;
		width: 100%;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

.kv .logo{
	margin-bottom: 3rem;
}

.kv h1 span{
	font-weight: bold;
	font-size: 2.4rem;
	display: block;
	margin-bottom: 2rem;
}

.kv h1 strong{
	color: #a30000;
	font-weight: bold;
	font-size: 4.5rem;
	display: block;
	margin-bottom: 2.5rem;
}

.kv p{
	font-size:1.7rem;
}

@media screen and (max-width: 680px) {
	.kv h1 span{
		font-size: 4.8vw;
	}

	.kv h1 strong{
		font-size: 9vw;
	}
	.kv p{
		font-size:3.4vw;
	}
}

.kv p:before,
.kv p:after{
	content:"";
	border-bottom:1px solid #405161;
	height: 1px;
	width: 1rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.kv p span{
	display: inline-block;
	vertical-align: top;
	margin: 0 0.3rem;
}

/*nav*/
nav{
	background-color: #007bc4;
	padding: 2rem 0;
}

nav ul{
	display: flex;
	justify-content: space-between;
}

nav li{
	text-align: center;
	max-width: calc(33.33% - 2rem);
	line-height: 1.4;
}

nav li a{
	border:1px solid #FFF;
	display: block;
	border-radius: 5px;
	color: #FFF;
	width: 250px;
	max-width: 100%;
	height: 66px;
	padding: 1rem;
	position: relative;
}

nav li:last-child a{
	padding-top: 1.8rem;
}

@media screen and (max-width: 680px) {
	nav ul{
		display: block;
		width: 100%;
	}
	nav li{
		max-width: none;
		width: 100%;
		margin-top:2rem;
	}
	nav li:first-child{
		margin-top: 0;
	}
	nav li a,
	nav li:last-child a{
		width:100%;
		height: auto;
		font-size: 2rem;
		height: auto;
		padding: 1rem;
	}
}

nav li a:hover{
	background-color: #FFF;
	color: #007bc4;
}

nav li a:hover:after{
	border-top: 2px solid #007bc4;
	border-right: 2px solid #007bc4;
}

/*read*/
.read{
	text-align: center;
	font-size: 2.2rem;
	padding: 8rem 0 0;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.read p + p{
	margin-top: 1.2rem;
}

.read .btn-movie{
	margin-top: 8rem;
	color: #FFF;
	font-size:1.4rem;
	background: -moz-linear-gradient(bottom, #fff 40%, #a30000 40%);
	background: -webkit-linear-gradient(bottom, #fff 40%,#a30000 40%);
	background: linear-gradient(to bottom, #fff 40%,#a30000 40%);
}

@media screen and (max-width: 680px) {
	.read .btn-movie{
		bottom: -25rem;
		width: 100%;
	}
}

.read .btn-movie img{
	border:#FFF 3px solid;
	cursor: pointer;
}

/*contents1*/
.contents1{
	padding: 1rem 0 8rem;
	background: #1e5799;
	background: -moz-linear-gradient(bottom, #a30000 35%, #fff 35%);
	background: -webkit-linear-gradient(bottom, #a30000 35%,#FFF 35%);
	background: linear-gradient(to bottom, #a30000 35%,#fff 35%);
	border-bottom: 2px solid #a30000;
	position: relative;
}

.contents1:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.8rem 7.3rem 0 7.3rem;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -4.7rem;
	left:50%;
	margin-left: -7.1rem;
	z-index: 3;
}

.contents1:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5rem 7.5rem 0 7.5rem;
	border-color: #a30000 transparent transparent transparent;
	position: absolute;
	bottom: -5rem;
	left:50%;
	margin-left: -7.3rem;
	z-index: 2;
}

.contents1 h2{
	color: #FFF;
}

.contents1 .r-col{
	padding: 5rem 5rem 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 680px) {
	.contents1 .r-col{
		padding: 3rem 3rem 1rem;
	}
}

.contents1 .merit-list{
	width:calc(33.33% - 2rem);
	border:5px solid #CCC;
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 3rem;
	position: relative;
}

@media screen and (max-width: 960px) {
	.contents1 .merit-list{
		width:calc(50% - 2rem);
	}
}

@media screen and (max-width: 680px) {
	.contents1 .merit-list{
		width:100%;
	}
}

.contents1 .merit-list a{
	display: block;
	padding: 3rem 1.5rem 5rem;
}

.contents1 .merit-list:after{
	content:"";
	width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #a30000;
	position: absolute;
	bottom: 2rem;
	left:50%;
	margin-left:-13px;
}

.contents1 .merit-list dl dt{
	margin-bottom: 2rem;
}

.contents1 .merit-list dl dd{
	font-weight: bold;
}

/*contents2*/

.contents2{
	background-color: #f5f5f5;
	padding:3rem 0 8rem;
	position: relative;
}

.contents2:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5rem 7.5rem 0 7.5rem;
	border-color: #f5f5f5 transparent transparent transparent;
	position: absolute;
	bottom: -5rem;
	left:50%;
	margin-left: -7.3rem;
	z-index: 2;
}

.contents2 h2{
	color: #a30000;
}

.contents2 .merit-box{
	padding: 7rem 5rem 5rem;
	border-radius: 5px;
	background-color: #FFF;
	box-shadow:0px 3px 3px 2px rgba(0,0,0,0.1);
	margin-bottom: 8rem;
	position: relative;
}

.contents2 .merit-box h3 {
    position: absolute;
		font-size: 2rem;
		top: -25px;
		left:50%;
		margin-left: -330px;
}

.contents2 .merit-box h3 span {
    position: absolute;
    width:660px;
		text-align: center;
    color: #A30000;
    background: #FFFFFF;
    border: 2px solid #A30000;
    line-height: 50px;
    text-align: center;
		padding: 0.2rem;
		display: block;
}

@media screen and (max-width: 680px) {
	.contents2 .merit-box{
		padding: 2rem 2rem 2rem;
		margin-bottom: 4rem;
	}
	.contents2 .merit-box h3 {
	    position: static;
			font-size: 2rem;
			margin: 0 0 3rem;
			width: 100%;
	}
	.contents2 .merit-box h3 span {
	    position: relative;
			width: 100%;
			line-height: 1.4;
			padding: 1rem;
	}
}


.contents2 .merit-box h3 span:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0; height: 0;
    border-top: 12px solid #A30000;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.contents2 .merit-box h3 span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.contents2 .merit-box h3 + p{
	text-align: center;
	margin-bottom: 2rem;
}

/*contents3*/
.contents3{
	padding:3rem 0 8rem;
	position: relative;
}

.contents3:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5rem 7.5rem 0 7.5rem;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -5rem;
	left:50%;
	margin-left: -7.3rem;
	z-index: 2;
}

.contents3 h2{
	padding-bottom: 0;
}

.contents3 h2 + p{
	text-align: center;
	margin-bottom: 6rem;
}

.contents3 .reason-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents3 .reason-list dl{
	width:calc(50% - 2rem);
	border:10px solid #eae9e9;
	margin-bottom: 4rem;
	position: relative;
	padding: 3.5rem;
}

@media screen and (max-width: 960px) {
	.contents3 .reason-list dl{
		width:100%;
		padding: 2rem;
	}
}

.contents3 .reason-list dl dt{
	position: relative;
	padding-left:10.5rem;
	font-size:2.4rem;
	color: #A30000;
	font-weight: bold;
	margin-bottom: 2rem;
}

.contents3 .reason-list dl dt:before{
	content:"00";
	position: absolute;
	font-size: 9rem;
	top:-6px;
	left: 0;
	opacity: 0.2;
	line-height: 1;
	font-family: "Century Gothic" ,arial , helvetica , sans-serif;
}

@media screen and (max-width: 680px) {
	.contents3 .reason-list dl dt{
		padding-left:0;
		text-align: center;
	}
	.contents3 .reason-list dl dt:before{
		position: static;
		display: block;
		margin-bottom: 2rem;
	}
}

.contents3 .reason-list dl:nth-child(1) dt:before{
	content:"01";
}

.contents3 .reason-list dl:nth-child(2) dt:before{
	content:"02";
}

.contents3 .reason-list dl:nth-child(3) dt:before{
	content:"03";
}

.contents3 .reason-list dl:nth-child(4) dt:before{
	content:"04";
}

/*contents4*/
.contents4{
	background-color: #f5f5f5;
	padding:3rem 0 8rem;
	position: relative;
}

.contents4 .r-col{
	text-align: center;
}

/*contact*/
.contact{
	background-color: #f5f5f5;
	padding:3rem 0 8rem;
	position: relative;
}

.contact h2{
	padding: 4rem 0 3rem;
}

.contact dl{
	margin-top: 2rem;
}

.contact dt{
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.contact dd div,
.contact .alart{
	color: #FF0000;
}

.contact .alart{
	text-align: center;
	margin-top: 1rem;
}

.contact dd input.out,
.contact dd textarea.out{
	background-color: rgba(255,0,0,0.05);
}

.contact .btn{
	margin-top: 3rem;
}

input[type="text"],
input[type="email"],
textarea{
	border:1px solid #CCC;
	border-radius: 5px;
	width:100%;
	padding: 1.5rem;
	font-size:1.6rem;
}

textarea{
	height: 20rem;
}

/*footer*/
.btn-pagetop{
	position: fixed;
	bottom: -5rem;
	right:1.5rem;
	transition: all .5s;
	z-index:10;
	opacity: 0;
}

.btn-pagetop.scroll{
	bottom: 2.2rem;
	opacity: 1;
}

.btn-pagetop a{
	background-color: #333;
	display: block;
	width: 4rem;
	height: 4rem;
}

.btn-pagetop a:hover{
	opacity: 0.7;
}

.btn-pagetop a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform : translate(-50%, -20%) rotate(-45deg) ;
}

footer{
	background-color: #007bc4;
	padding: 3rem 0;
	color: #FFF;
	font-size: 1.4rem;
}

/*modal*/
.modal{
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
}

.modal .btn-close{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 2rem;
	right: 2rem;
}

.modal .btn-close:before,
.modal .btn-close:after{
	content: "";
	background-color: #fff;
	position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
	border-radius: 4px;
}

.modal .btn-close:before {
  transform: translateY(21px) rotate(-45deg);
}
.modal .btn-close:after {
  transform: translateY(21px) rotate(45deg);
}

.modal .movie{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.movie {
  width: 900px;
  height: 506px;
}

@media screen and (max-width: 940px) {
	.movie {
	  width: calc(100% - 4rem);
	  height: 0;
	  position: relative;
	  padding-bottom: calc(56.25% - 2rem);
	}
}

.modal .movie iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.modal p{
	position: absolute;
	bottom: -3.5rem;
	color: #FFF;
	text-align: center;
	width: 100%;
}
