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

/*-----------
デバイス共通
------------*/

@font-face {font-family:"TeXGyreAdventor-Bold";src:url("texgyreadventor-bold.eot?") format("eot"),url("texgyreadventor-bold.woff") format("woff"),url("texgyreadventor-bold.ttf") format("truetype"),url("texgyreadventor-bold.svg#TeXGyreAdventor-Bold") format("svg");font-weight:normal;font-style:normal;}

html{
	overflow-x: hidden;
}
body{
	font-family: "ヒラギノ角ゴ ProN W5", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif Verdana, "メイリオ", Meiryo;
	font-size: 16px;
	line-height: 2;
	color:#212836;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width : 930px){
.br_sp{
	display:none;
}
.br_tab {
	display: none;
}
.br_pc{
	display:block;
}
}
a{
	transition: all .3s;
}
a img{
	transition: all .3s;
}
.cl-pink{
	color: #ff064a;
}
.cl-green{
	color: #276981;
}
.cl-white{
	color: #fff;
}
.cl-red{
	color: #f1001c;
}
.cl-yellow{
	color: #feea34;
}
.cl-blue{
	color: #455fab;
}
.wd80{
	width: 80%;
	margin: 0 auto;
}
.wd100{
	width: 100%!important;
}
.pl10{
	padding-left: 10px;
}
.highlight {
	background: -webkit-linear-gradient(transparent 64%, #ffed56 64%);
	background: -o-linear-gradient(transparent 64%, #ffed56 64%);
	background: linear-gradient(transparent 64%, #ffed56 64%);
	font-weight: bold;
}

.sh_highlight {
	background: -webkit-linear-gradient(transparent 64%, #cfe5f7 40%);
	background: -o-linear-gradient(transparent 64%, #cfe5f7 40%);
	background: linear-gradient(transparent 64%, #cfe5f7 40%);
	font-weight: bold;
}
.pb25{
	padding-bottom: 25px;
}
.pb0{
	padding-bottom: 0px;
}
.mr15{
	margin-right: 15px;
}
.wd90{
	max-width: 90%;
}
.ml15{
	margin-left: 15px;
}
.eng{
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 300;
	font-style: italic;
}
section{
	padding-top: 80px;
	padding-bottom: 80px;
}
h2{
	margin: 0 auto;
	padding: 0;
}
.sh_tit{
	font-size: 40px;
	text-align: center;
}
.sh_small{
	font-size: 85%;
}
.sh_yellow{
	color: #ebbc00;
}
.narrow{
	margin-left: 100px;
	margin-right: 100px;
}
.sh_blue_tit{
	font-size: 40px;
	color: #fff;
}
.sh_blue_small{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.pagetop a, .pagetop a:hover {
    padding: 14px 21px;
}
h2{
	padding-bottom: 50px;
}
.ct{
	text-align: center;
	margin: 0 auto;
}
.pt0{
	padding-top: 0px;
}
.sen{
	border: 1px solid #fff;
	margin: 30px auto;
	width: 140px;
}
ul{
	font-size: 22px;
}
.white-box{
	background: #fff;
	padding: 50px;
}
.mr30{
	margin-right: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.small{
	font-size: 70%;
}
.txtr{
	text-align: right;
}
/*--------------------------------------------------------
header
--------------------------------------------------------*/
header .container {
	display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}
header .logo {
	height: 60px;
    align-items: center;
    padding-right: 15px;
}
a:link, a:visited {
    text-decoration: none;
}
.imgr {
    display: block;
    max-width: 100%;
    height: auto;
}
header .desc {
    font-size: 1.1rem;
    line-height: 1.3;
    color: #535353;
    padding-left: 15px;
}
header .contact {
    align-items: center;
    text-align: right;
}
header .tel {
    padding-right: 15px;
    line-height: 1.1;
    font-size: 1.2rem;
}
header .contact_tel {
    padding-bottom: 5px;
}
.tel {
    text-align: left;
}
header .tel {
    padding-right: 15px;
    line-height: 1.1;
    font-size: 1.2rem;
}
header .contact a {
    color: #fff;
}

/*--------------------------------------------------------
mv
--------------------------------------------------------*/
.mv{
	background-size: cover;
	padding: 0 0;
}
.mv2{
	background-size: cover;
	padding: 0 0px;
}
/*
.mv{
	background: url("../img/pc_mvbg3.png")top center no-repeat;
	background-size: cover;
	padding: 40px 0 0;
}
.mv2{
	background: url("../img/pc_mvbg4.png")top center no-repeat;
	background-size: cover;
	padding: 20px 0 0px;
	height: 677px;
}
*/
/*--------------------------------------------------------
sec00
--------------------------------------------------------*/
.sec00{
	background: #000;
}
/*--------------------------------------------------------
cta
--------------------------------------------------------*/
.cta{
	padding: 40px 0;
	background: url("../img/bg01.png");
}

/*--------------------------------------------------------
sec01
--------------------------------------------------------*/
.sec01 {
	background: url("../img/bg02.png") no-repeat;
	background-size: cover;
}
.sec01 h2{
	padding-bottom: 0;
}
.sec01 .sen{
	border: 1px #fff solid;
	margin: 30px 0;
	width: 100%;
}
.sec01 ul{
	line-height: 2rem;
	font-weight: bold;
	counter-reset: my-counter;
}
.sec01 li{
	padding-left: 35px;
	position: relative;
	padding-bottom: 30px;
	margin-left: 0em;
	text-indent: 0em;
}
.sec01 li::before {
	counter-increment: my-counter;
	content: counter(my-counter);
	background-color: #fff;
	border: 1px solid #6a7db8;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25px;
	width: 25px;
	color: #6a7db8;
	font-size: 80%;
	line-height: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*--------------------------------------------------------
sec01-2
--------------------------------------------------------*/
.sec01-2 {
	background-image: url("../img/bg05.png");
	background-size: cover;
}
.graybox{
	background: #eee;
	padding: 5%;
}
.sec01-2 li{
	font-weight: bold;
}

/*--------------------------------------------------------
sec02
--------------------------------------------------------*/
.sec02 h2{
	background: #000;
	padding: 40px 0;
	margin: 0 auto;
}
.sec02{
	padding-top: 0;
	background: url("../img/bg03.png")no-repeat;
	background-size: cover;
}
.sec02 .sen{
	border: 1px solid #212836;
	margin: 0 auto 30px;
	width: 70px;
}
.figure{
	float: right;
	margin-left: 15px;
}
/*--------------------------------------------------------
sec03
--------------------------------------------------------*/
.sec03{
	background: url("../img/bg01.png");
}
.sec03 .white-box{
	position: relative;
}
.sec03 h3 {
	margin-left: 12rem;	
}
.sec03 .txt01 {
	margin-left: 12rem;
	margin-right: 1rem;
}
.point{
	position: absolute;
	top:-15px;
	left: 40px;
}

/*--------------------------------------------------------
sec04
--------------------------------------------------------*/
.insta{
	background: linear-gradient(to right top, #e9334a, #aa118b);
	padding: 0.5%;
}
.sec04 h3{
	margin-bottom: 50px;
}
.sec04 .white-box{
	background: #fff;
	padding: 5%;
}
.flex01{
	display: flex;
    justify-content: space-between;
}
.mr20{
	margin-right: 20px;
}
.sec04-2 {
	background: url("../img/bg01.png");
	position: relative;
}

.sec04-2 ul {
	font-size: 100%;
}
.sec04-2 .img01{
	position: absolute;
	top: -15px;
	left: -15px;
}
.sec04-2 .img02{
	position: absolute;
	bottom: -15px;
	right: -15px;
}
.sec04-2 .bg-gray {
	padding: 50px
}
.sec04-2 .white-box{
	padding: 30px;
}
/*--------------------------------------------------------
sec05
--------------------------------------------------------*/
.sec05{
	background: url("../img/bg02.png") no-repeat;
	background-size: cover;
}
.sec05 h3{
	margin-bottom: 30px;
}
.sec05 .white-box{
	position: relative;
}
.sec05 p{
	font-size: 22px;
}
.sec05 .atn{
	font-size: 18px;
}
.sec05 .cl-red{
	color: #f1001c;
	font-weight: bold;
}
.sec05 li .highlight{
	color: #f1001c;
	font-weight: bold;
}
.svg-inline--fa{
	color: #6a7db8;
}
.sec05 .obi{
	position: absolute;
	top: 0;
	left: 0;
}
.sec05 .obi2{
	position: absolute;
	top: -15px;
	right: 40px;
}
/*--------------------------------------------------------
sec06
--------------------------------------------------------*/
.sec06{
	background: url("../img/bg04.png");
}
.sec06 li .highlight{
	color: #f1001c;
	font-weight: bold;
}
.sec06 li{
	padding-left: 1em;
	text-indent: -1em;
}
/*--------------------------------------------------------
sec07
--------------------------------------------------------*/
.sec07{
	background: #edede8;
}
/*
.sec07 h2{
	margin-top: -110px;
}
*/
.sec07 .bg-beige h3{
	margin-top: -50px;
}
.sec07 .bg-beige p{
	margin-top: -20px;
}
.sec07 .white-box{
	position: relative;
	border: 1px solid #231815;
	padding: 10px;
	margin-top: 50px;
}
.sec07 .white-box2{
	border: 1px solid #231815;
	padding: 40px;
}
.sec07 .img01{
	position: absolute;
	top: 0;
	left: 0;
}
.sec07 .img02{
	position: absolute;
	bottom: 0;
	right: 0;
}
.bg-beige{
	padding: 30px;
}
.bluebox{
	background: #4f73a0;
	padding: 10px 20px;
}
.sec07 .fb h3{
	text-align: center;
	font-size: 32px;
}
.sec07 ul{
	font-size: 100%;
	font-weight: bold;
}
.sec07 .sen{
	border-bottom: 1px dashed #4f73a0;
	margin: 30px 0;
	width: 100%;
}
.sec07 .pa01 h2 {
	margin-top: -110px;
}
.sec07 .pa02 h2{
	margin-top: -104px;
}
.sec07 .pa03 h2{
	margin-top: -104px;
}

/*--------------------------------------------------------
sec08
--------------------------------------------------------*/
.sec08{
	background: url("../img/bg02.png") no-repeat;
	background-size: cover;
}
.sec08 table {
	width: 100%;
	position: relative;
}
.sec08 .medal{
	position: absolute;
	right: 3rem;
	top: -1.5rem;
}
.sec08 table th {
	width: 20%;
	background: #000;
	text-align: center;
	border: 1px solid #3d6296;
	color: #fff;
}
.sec08 table td {
	width: 70%;
	text-align: left;
	background: #fff;
	border: 1px solid #3d6296;
	padding: 20px 30px;
}
.sec08 table .red{
	background: #385b91;
	padding: 1px 3px;
	margin-right: 15px;
}
.sec08 table .blue{
	background: #f1001c;
	padding: 1px 3px;
	margin-right: 15px;
}
.sec08 ul{
	font-size: 20px;
}
.sec08 .small{
	font-size: 15px;
}
.small-font01{
	font-size: 75%;
}
.sec08 .txt{
	padding-left:1.5em;
}
.sec08 .bg-beige{
	padding: 30px;
}
.sec08 .insta{
	text-align: center;
}

/*--------------------------------------------------------
sec09
--------------------------------------------------------*/
.sec09{
	padding-top: 0;
	background: url("../img/bg01.png");
}
.sec09 h2{
	background: #000;
	padding: 40px 0;
	margin: 0 auto;
}
.sec09 .small{
	font-size: 90%;
}
.title_cl .bg-color:nth-child(odd) {
	background-color: #fafafa;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: solid #ccc 1px;
	border-top: solid #ccc 1px;
}
.title_cl .bg-color:nth-child(even) {
	background-color: #fff;
	padding: 20px 0;
}
.box_srcollbar {
    height: 200px;
    padding: 30px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: left;
}
input[type="text"]:focus {
	outline: 0;
	border-color: orange;
}
.form-control {
    width: 100%;
	height: 50px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #969696;
    border-radius: 5px;
}
.required{
	background: #d83400;
	color: #fff;
	padding: 3px 8px;
}
.border{
	border-bottom: solid #ccc 1px;
}
.nini{
	background: #244475;
	color: #fff;
	padding: 3px 8px;
}
.sec09 .svg-inline--fa {
    color: initial;
}
button {
	background:none;
	border:0;
}
button :hover{
	opacity: 0.7;
}

.finish{
	font-size: 230%;
    color: red;
    text-align: center;
}
/*--------------------------------------------------------
footer
--------------------------------------------------------*/
footer{
	background: #dce1e9;
	padding: 50px;
}
footer p{
	color: #231815;
}


