@charset "utf-8";
/* ==========================================================

common.css

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


/* -----------------------------------------------------------

◆◆◆BASE◆◆◆

 -------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
*{font-family:Arial, Helvetica ,'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}



@media (-ms-high-contrast: none) {
	*{font-family:Arial, Helvetica ,'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;}
}

html{
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

body{
	color:#000;
	font-weight: 500;
	font-feature-settings: "palt";
}


@keyframes header_fix_on {
  0% { top:0; opacity:0; }
  100% { top:0; opacity:1; }
}

@keyframes header_fix_off {
  0% { top:0; opacity:1; }
  100% { top:0; opacity:0; }
}

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

  PC

  _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/	
	
/* ------------------------------------------------------------

  common

  ------------------------------------------------------------ */

	body{
		font-size: 15px;
		font-size: 1.5rem;/*-15px-*/
		line-height: 1.8;
		min-width: 1000px;
	}
	
	.pc_br{display: block;}
	
	.pc_none{display: none;}
	
	.note01{
		font-size: 1.2rem;
		color: #666;
		font-weight: normal;
	}
	
	.green01{
		color: #219e39;
		font-weight: bold;
	}
	
	.link01{
		color: #219e39;
		text-decoration: underline;
	}
	
	.link01:hover{
		color: #000;
		text-decoration: none;
	}
		
	#IE_hack{display: none;}
	

	_:-ms-lang(x)::-ms-backdrop, #IE_hack {
	   display: block !important;
		text-align: center;
		padding: 15px;
		background: #f7f5eb;
	}

	/* レイアウト
	--------------------------------------------------------*/
	#wrap_all{
		overflow: hidden;
	}
	
	#container{
		margin-top: 120px;
	}
	
	_:-ms-lang(x)::-ms-backdrop, #container{margin-top: 0;}
	
	#wrap_type01{
		width: 1000px;
		margin: 0 auto 160px;
	}
	
	.inner01{
		width: 1000px;
		margin: 0 auto;
	}
	
	.main_type01{margin-top: 113px;}
	
	#container{
		width: 1000px;
		margin: 0 auto 100px;
	}
	
	/* ページタイトル
	--------------------------------------------------------*/
	
	#pagettl{
		padding: 50px 0;
		width: 1000px;
		margin: 0 auto;
	}
	
	#pagettl h2{
		font-weight: bold;
		font-size: 3.6rem;
		letter-spacing: .2rem;
		color: #3549AF;
		border-bottom: 2px solid #3549AF;
		display: inline-block;
	}
    
    /* 個人情報
	--------------------------------------------------------*/
    .txt_privacy01{
        font-weight: bold;
        font-size: 106%;
        margin-bottom: 15px;
    }
    
    #privacy{
        border: 1px solid #CCCCCC;
        font-size: 93%;
        height: 160px;
        margin-bottom: 25px;
        overflow-y: scroll;
        padding: 15px 0 15px 15px;
    }
    
	
	/* 404ページ
	--------------------------------------------------------*/
	.txt_404{
		font-weight: bold;
		font-size: 2rem;
	}
	
	#wrap_404{
		text-align: center;
		margin-bottom: 160px;
	}
	
	#wrap_404 p{margin-bottom: 30px;}
	
	#wrap_404 .btn01{
		width: 20%;
		margin: 0 auto;		
	}
	
	#box_404{
		margin: 80px 0;
	}
	
	/* 見出し
	--------------------------------------------------------*/
	.wrap_heading01{
		margin: 0 auto 60px;
		text-align: center;
	}
	
	.heading01{
		position: relative;
		display: inline-block;
		font-size: 3rem;
		letter-spacing: 0.3rem;
		font-weight: bold;
		text-align: center;
		z-index: 2;
	}
	
	.heading01::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
		width: 62px;
		height: 7px;
		background: #87d3dd;
		background: -moz-linear-gradient(left,  #87d3dd 0%, #a5a3ea 100%);
		background: -webkit-linear-gradient(left,  #87d3dd 0%,#a5a3ea 100%);
		background: linear-gradient(to right,  #87d3dd 0%,#a5a3ea 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d3dd', endColorstr='#a5a3ea',GradientType=1 );
		border-radius: 25px;
		z-index: -1;
		margin:auto;
	}
	
	.heading02{
		font-size: 1.7rem;
		font-weight: bold;
		margin-bottom: 7px;
	}
	
	.heading02::before{
		content: '';
		background: #3549AF;
		display: inline-block;
		width: 7px;
		height: 27px;
		margin: 0 7px -7px 0;
	}
    
    .heading03{
		font-size: 2rem;
		font-weight: bold;
        border-bottom: 2px solid #3549AF;
		padding-bottom: 8px;
        margin-bottom: 15px;
	}
    
    
    .heading03 span{
        font-weight: normal;
        font-size: 1.4rem;
    }

	
	/* パンくずリスト
	--------------------------------------------------------*/
	#breadcrumb{
		-webkit-display:flex;
		display: flex;
		font-size: 1.3rem;
		margin-bottom: 60px;
	}
	
	#breadcrumb a{
		color: #21a239;
		background: url("../img/ico_triangle01.svg") no-repeat right center;
		background-size: 7px 7px;
		padding-right: 15px;
		margin-right: 10px;
		font-weight: bold;
	}

	
	/* テーブル
	--------------------------------------------------------*/
	.table_type01{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.table_type01 th,
	.table_type01 td{
		padding: 10px;
	}
	
	.table_type01 th{
		vertical-align: top;
	}
	
	.table_type01 th p{
		padding: 8px;
		text-align: center;
		background: #3549AF;
		font-weight: bold;
		color: #fff;
		border-radius: 5px;
	}

	
	.table_type01 td{padding: 20px 20px 20px 50px;}
	
	/* ボタン
	--------------------------------------------------------*/
	.btn01{border-radius: 5px;}
	
	.btn01 a{
		color: #fff;
		font-weight: bold;
		font-size: 2rem;
		background: #87d3dd;
		background: -moz-linear-gradient(left,  #87d3dd 0%, #a5a3ea 100%);
		background: -webkit-linear-gradient(left,  #87d3dd 0%,#a5a3ea 100%);
		background: linear-gradient(to right,  #87d3dd 0%,#a5a3ea 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d3dd', endColorstr='#a5a3ea',GradientType=1 );
		padding:15px;
		text-align: center;
		display: inline-block;
		width: 100%;
		border-radius: 5px;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}

	.btn01 a:hover{
		color: #3549AF;
		background: #87d3dd;
		background: -moz-linear-gradient(left,  #a5a3ea 0%, #87d3dd 100%);
		background: -webkit-linear-gradient(left,  #a5a3ea 0%,#87d3dd 100%);
		background: linear-gradient(to right,  #a5a3ea 0%,#87d3dd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a3ea', endColorstr='#87d3dd',GradientType=1 );
	}

	
	/*-------------------------------------------------------
	
	NEWS
	
	--------------------------------------------------------*/
	
	.news_contents:first-of-type{border-top: 1px dashed #3549AF;}
	
	.news_contents{
		padding: 10px 0;
		border-bottom: 1px dashed #3549AF;
		-webkit-display:flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		color: #000;
	}
	
	.news_contents time{
		font-size: 1.4rem;
		margin-right: 50px;
	}
	
	
	/*　フォーム
	--------------------------------------------------------*/
	.table_form01{
		width: 100%;
		margin-bottom: 40px;
	}
	
	.table_form01 tr:last-child{border-bottom: 1px dashed #3549AF;}
	
	.table_form01 th,
	.table_form01 td{padding: 15px;}
	
	.table_form01 th{
		font-weight: bold;
		border-top: 1px dashed #3549AF;
		color: #333;
		vertical-align: middle;
		width: 25%;
	}
	
	.table_form01 td{border-top: 1px dashed #3549AF;}
	
	.table_form01 tr:last-child th{vertical-align: top;}
	
	.must{
		color: #fff;
		font-size: 1.1rem;
		line-height: 1;
		padding: 5px 3px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
		background: #E56161;
	}
	
	
	
	/*　input
	--------------------------------------------------------*/
	input[type="text"],
	input[type="tel"],
	input[type="email"],
    input[type="password"],
	textarea{
		padding: 15px 20px;
		width: 100%;
		border: 1px solid #3549AF;
		border-radius: 5px;
	}
	
	textarea{height: 200px;}
	
	
	/*--内容確認--*/
	.wrap_btn01{text-align: center;}
	
	input.submit{
		background: #87d3dd;
		background: -moz-linear-gradient(left,  #87d3dd 0%, #a5a3ea 100%);
		background: -webkit-linear-gradient(left,  #87d3dd 0%,#a5a3ea 100%);
		background: linear-gradient(to right,  #87d3dd 0%,#a5a3ea 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d3dd', endColorstr='#a5a3ea',GradientType=1 );
		outline: none;
		display:inline-block;
		color: #fff;
		font-weight: bold;
		width: 200px;
		height: 60px;
		cursor: pointer;
		padding: 0;
		border-radius: 5px;
		transition: .3s ease-in-out;
		border: none;
	}

	input.submit::-moz-focus-inner{border: 0;}/* Firefox 点線消す */


	input.submit:hover{
		color: #3549AF;
		background: #87d3dd;
		background: -moz-linear-gradient(left,  #a5a3ea 0%, #87d3dd 100%);
		background: -webkit-linear-gradient(left,  #a5a3ea 0%,#87d3dd 100%);
		background: linear-gradient(to right,  #a5a3ea 0%,#87d3dd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a3ea', endColorstr='#87d3dd',GradientType=1 );
	}

	/*--戻る--*/
	input.back01{
		background: #FFF;
		border: 2px solid #c2ccc4;
		outline: none;
		display:inline-block;
		color: #333;
		font-weight: bold;
		width: 200px;
		height: 60px;
		cursor: pointer;
		padding: 0;
		transition: .3s ease-in-out;
		border-radius: 5px;
	}

	input.back01:hover{
		background: #c2ccc4;
		color: #FFF;
	}

	input.back01::-moz-focus-inner{border: 0;}/* Firefox 点線消す */

	/*--送信--*/
	input.send{
		background-color: #FFF;
		border: 2px solid #29a339;
		outline: none;
		display:inline-block;
		color: #333;
		font-weight: bold;
		font-size: 1.8rem;
		width: 200px;
		height: 60px;
		cursor: pointer;
		padding: 0;
		transition: .3s ease-in-out;
		border-radius: 5px;
		margin-right: 30px;
	}

	input.send::-moz-focus-inner{border: 0;}/* Firefox 点線消す */

	input.send:hover{
		background-color: #29a339;
		color: #FFF;
	}
	
	/*--ラジオボタン--*/
	input[type=radio]{display:none;}

	input[type=radio]+label{
		display:inline-block;
		background:url("../img/off_radio01.svg") no-repeat 0 top;
		background-size: 20px;
		padding: 0 0 0 26px;
		line-height: 20px;
		cursor: pointer;
		font-size: 1.4rem;
	}

	input[type=radio]:checked+label{
		background:url("../img/on_radio01.svg") no-repeat 0 top;
		background-size: 20px;
	}
	
	/*--チェックボックス--*/
	input[type=checkbox]{display:none;}

	input[type=checkbox]+label{
		display:inline-block;
		background:url("../img/off_checkbox01.svg") no-repeat 0 top;
		background-size: 20px;
		padding: 0 0 0 35px;
		line-height: 20px;
		cursor: pointer;
		font-size: 1.4rem;
	}

	input[type=checkbox]:checked+label{
		background:url("../img/on_checkbox01.svg") no-repeat 0 top;
		background-size: 20px;
	}
	
	
	/* ------------------------------------------------------------

	  Header

	------------------------------------------------------------ */
			
	/*　レイアウト
	--------------------------------------------------------*/
	#header{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 8000;
	}

	#header_inner01{
		padding: 10px 0;
		width: 1000px;
		margin: 0 auto;
		-webkit-display: flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
	}
    
    #logo{
        width: 120px;
    }
    
    #logo img{width: 100%;}
	
	
	/*　ヘッダー固定
	--------------------------------------------------------*/
	
		
	.header_fix_on, .header_fix_off {
		background: rgba(255,255,255,1);
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
		border-bottom: 2px solid #24346D;
	}
	

	
	/*HEADER_FIX アニメーション*/
	.header_fix_on { animation:header_fix_on 0.3s ease-in-out forwards; }
	.header_fix_off { animation:header_fix_off 0.3s ease-in-out forwards; }
	
	
	/*　ナビゲーション
	--------------------------------------------------------*/
	/*--nav_header01--*/
	.nav_main{
		-webkit-display: flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	
	#nav_global{
		margin-left: 40px;
	}
	
	#nav_global > ul{
		-webkit-display: flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		
	}
	
	#nav_global > ul > li{
		font-weight: bold;
		color: #000;
		padding-right: 35px;
	}
	
	#nav_global > ul > li:last-child{padding-right: 0;}
	
	#nav_global > ul > li > a{
		color: #000;
		position: relative;
		display: inline-block;
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}
	
	#nav_global > ul > li > a::after{
		position: absolute;
		bottom: -4px;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background: #3761A5;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		-webkit-transition: transform .3s;
		transition: transform .3s;
	}
		
	#nav_global > ul > li > a:hover{
		color: #3761A5;
	}
	
	#nav_global > ul > li > a:hover::after {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
    
    #nav_global > ul > li.g02{
        position: relative;
    }
    
    .sublist{
        position: absolute;
        font-size: 1.4rem;
        display: none;
    }
    
    .sublist li{
        font-weight: normal;
        -webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
    }
    
    .sublist li a{
        background: #C7D5EA;
        padding: 7px 10px 5px 10px;
        display: block;
        color: #3761A5;
        border: 1px solid #C7D5EA;
        -webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
    }
    
    .sublist li:hover a{
        border: 1px solid #3761A5;
    }
    	
	#btn_recruit01{
		margin-left: 20px;
	}
	
	#btn_recruit01 a{
		background: #24346D;
		color: #fff;
		border: 2px solid #24346D;
		padding: 12px 20px 10px;
		display: block;
		font-weight: bold;
		border-radius: 10px;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	#btn_recruit01 a:hover{
		border: 2px solid #24346D;
		background: #fff;
		color: #24346D;
	}
    
    #btn_online01{
		margin-left: 20px;
	}
	
	#btn_online01 a{
		background: #C7D5EA;
		color: #24346D;
		border: 2px solid #C7D5EA;
		padding: 12px 20px 10px;
		display: block;
		font-weight: bold;
		border-radius: 10px;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	#btn_online01 a:hover{
		border: 2px solid #24346D;
		background: #fff;
		color: #24346D;
	}
	
	/*--nav_btn01--*/
	#nav_btn01{
		-webkit-display: flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	#nav_btn01 li{border-radius: 25px;}
	
	#nav_btn01 li a{
		display: block;
		padding: 5px 15px 5px 40px;
		color: #fff;
		border-radius: 25px;
		font-weight: bold;
		font-size: 1.6rem;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	#nav_btn01 li a:hover{opacity: .7;}
	
	#h_contact01,#h_trial{margin-right: 15px;}
	
	#h_contact01 a{
		background: #599159 url("../img/ico_mail01.svg") no-repeat 15px center;
		background-size: 20px 14px;
	}
	
	#h_apply01 a{
		background: #d1383d url("../img/ico_apply01.svg") no-repeat 20px center;
		background-size: 15px 18px;
	}
	
	#h_trial a{
		background: #599159 url("../img/ico_trial01.svg") no-repeat 15px center;
		background-size: 20px 14px;
	}
	
	/*　SIDEBAR
	--------------------------------------------------------*/
	
	#pagetop span{
		display: none;
	}
	
	#pagetop{
		background: url("../img/pagetop01.svg") no-repeat 0 0;
		background-size: cover;
		width: 56px;
    	height: 60px;
		position: fixed;
		z-index: 9000;
		bottom: 25px;
		right: 25px;
		cursor: pointer;
		display: none;
	}
	
	#pagetop:hover{
		background: url("../img/pagetop01_on.svg") no-repeat 0 0;
		background-size: cover;
	}
	
	/*　Footer
	--------------------------------------------------------*/
	
	#small{
		background: #3549AF;
		color: #fff;
		font-size: 1.2rem;
		line-height: 1.2;
		padding:5px 0;
		text-align: center;
	}
	
}


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

スマートフォン（iPhone,Android)

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

common

------------------------------------------------------------ */

	body{
		font-size: 13px;
		font-size: 1.3rem;/*-13px-*/
		line-height: 1.8;
		font-feature-settings: "palt";
	}

	.sp_br{display: block;}
	
	.sp_none{display: none;}
	
	.link01{
		color: #219e39;
		text-decoration: underline;
	}
	
	#IE_hack{display: none;}
	
	/*　レイアウト
	--------------------------------------------------------*/
	#wrap_all{
		overflow: hidden;
		min-width: 320px;
	}
	
	#wrap_type01{
		padding: 0 30px 60px;		
	}
	
	.inner01{padding: 0 20px;}
	
	.note01{
		font-size: 1.2rem;
		color: #666;
		font-weight: normal;
	}
	
	.main_type01{margin-bottom: 40px;}
	
	#container{
		padding: 0 20px;
	}
	
	/* ページタイトル
	--------------------------------------------------------*/
		
	#pagettl{
		padding: 30px 20px;
	}
	
	#pagettl h2{
		font-weight: bold;
		font-size: 5.5vw;
		letter-spacing: .2rem;
		color: #3549AF;
		border-bottom: 2px solid #3549AF;
		display: inline-block;
	}
	
	/* 404ページ
	--------------------------------------------------------*/

	.txt_404{
		font-weight: bold;
		font-size: 2rem;
	}
	
	#wrap_404{
		text-align: center;
		margin-bottom: 80px;		
	}
	
	#wrap_404 p{margin-bottom: 15px;}
	
	#box_404{
		padding: 0 20px;
		margin: 40px 0;
	}

    /* 個人情報
	--------------------------------------------------------*/
    .txt_privacy01{
        font-weight: bold;
        font-size: 106%;
        margin-bottom: 15px;
    }
    
    #privacy{
        border: 1px solid #CCCCCC;
        font-size: 93%;
        height: 160px;
        margin-bottom: 25px;
        overflow-y: scroll;
        padding: 15px 0 15px 15px;
    }

	
	/* 見出し
	--------------------------------------------------------*/
	.wrap_heading01{
		margin: 0 auto 30px;
		text-align: center;
	}
	
	.heading01{
		position: relative;
		display: inline-block;
		font-size: 1.8rem;
		letter-spacing: 0.3rem;
		font-weight: bold;
		text-align: center;
		z-index: 2;
	}
	
	.heading01::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -15px;
		width: 62px;
		height: 7px;
		background: #87d3dd;
		background: -moz-linear-gradient(left,  #87d3dd 0%, #a5a3ea 100%);
		background: -webkit-linear-gradient(left,  #87d3dd 0%,#a5a3ea 100%);
		background: linear-gradient(to right,  #87d3dd 0%,#a5a3ea 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d3dd', endColorstr='#a5a3ea',GradientType=1 );
		border-radius: 25px;
		z-index: -1;
		margin:auto;
	}
	
	.heading02{
		font-size: 1.5rem;
		font-weight: bold;
		margin-bottom: 7px;
	}
	
	.heading02::before{
		content: '';
		background: #3549AF;
		display: inline-block;
		width: 7px;
		height: 27px;
		margin: 0 7px -7px 0;
	}
    
    .heading03{
		font-size: 2rem;
		font-weight: bold;
        border-bottom: 2px solid #3549AF;
        border-top: 2px solid #ccc;
		padding: 8px 0;
        margin-bottom: 15px;
	}
    
    
    .heading03 span{
        font-weight: normal;
        font-size: 1.2rem;
        display: block;
    }
	
	/* テーブル
	--------------------------------------------------------*/
	.table_type01{width: 100%;}
	
	.table_type01 th,
	.table_type01 td{
		padding: 10px;
		display: block;
		width: 100%;
	}
	
	
	.table_type01 th{
		background: #F4F4F7;
		font-weight: bold;
		text-align: center;
		border-radius: 5px 5px 0 0;
	}
	
	.table_type01 td{
		padding: 10px;
		background: #fff;
		margin-bottom: 10px;
		border-radius: 0 0 5px 5px;
	}
	
	.table_type01 tr:last-child td{margin-bottom: 0;}
	
	
	
	/* ボタン
	--------------------------------------------------------*/
	.btn01{border-radius: 25px;}
	
	.btn01 a{
		color: #fff;
		font-weight: bold;
		background: #87d3dd;
		background: -moz-linear-gradient(left,  #87d3dd 0%, #a5a3ea 100%);
		background: -webkit-linear-gradient(left,  #87d3dd 0%,#a5a3ea 100%);
		background: linear-gradient(to right,  #87d3dd 0%,#a5a3ea 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d3dd', endColorstr='#a5a3ea',GradientType=1 );
		padding: 8px 15px;
		text-align: center;
		display: inline-block;
		width: 100%;
		border-radius: 25px;
		border: 1px solid #a5a3ea;
	}

	
	/*-------------------------------------------------------
	
	NEWS
	
	--------------------------------------------------------*/
		
	#wrap_news{margin-bottom: 30px;}
	
	.news_contents{
		padding: 10px 0;
		border-bottom: 1px dashed #C7D5EA;
		color: #000;
	}
	
	.news_contents time{
		font-size: 1.3rem;
		color: #888;
		display: block;
	}
	
	.news_title01{margin-top: 5px;}
	
	.news_title01 a{
		color: #000;
		transition: .1s ease-in-out;
	}
	
	
	
	/*　フォーム
	--------------------------------------------------------*/
	.table_form01{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.table_form01 th,
	.table_form01 td{
		padding: 10px 5px;
		width: 100%;
		display: block;
	}
	
	.table_form01 th{
		font-weight: bold;
		color: #3549AF;
		vertical-align: top;
	}
	
	.table_form01 td{
		border-top: 1px dashed #3549AF;
	}
	
	.must{
		color: #d1383d;
		font-size: 1.1rem;
		border: 1px solid #d1383d;
		line-height: 1;
		padding: 2px 3px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
	}
	
	
	
	/*　input
	--------------------------------------------------------*/
	input[type="text"],
	input[type="tel"],
    input[type="password"],
	input[type="email"]{
		padding: 10px;
		width: 100%;
		border: 1px solid #C7D5EA;
		border-radius: 3px;
		font-size: 1.6rem;
	}
	
	textarea{
		padding: 10px;
		width: 100%;
		border: 1px solid #C7D5EA;
		border-radius: 3px;
		height: 200px;
	}
	
	select{
		padding: 10px;
		width: 100%;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	
	/*--ラジオボタン--*/
	input[type=radio]{display:none;}

	input[type=radio]+label{
		display:inline-block;
		background:url("../img/off_radio01.svg") no-repeat 0 top;
		background-size: 20px;
		padding: 0 0 0 26px;
		line-height: 20px;
		cursor: pointer;
		font-size: 1.4rem;
	}

	input[type=radio]:checked+label{
		background:url("../img/on_radio01.svg") no-repeat 0 top;
		background-size: 20px;
	}
	
	/*--チェックボックス--*/
	input[type=checkbox]{display:none;}

	input[type=checkbox]+label{
		display:inline-block;
		background:url("../img/off_checkbox01.svg") no-repeat 0 top;
		background-size: 20px;
		padding: 0 0 0 35px;
		line-height: 20px;
		cursor: pointer;
		font-size: 1.4rem;
	}

	input[type=checkbox]:checked+label{
		background:url("../img/on_checkbox01.svg") no-repeat 0 top;
		background-size: 20px;
	}
	
	/*--内容確認--*/
	input.submit{
		background-color: #3549AF;
		border: none;
		outline: none;
		display:inline-block;
		color: #FFF;
		font-weight: bold;
		width: 100%;
		height: 50px;
		cursor: pointer;
		padding: 0;
		/*pointer-events: none;
		opacity: .3;*/
		border-radius: 5px;
		font-size: 1.5rem;
		-webkit-appearance: none;
	}

	input.submit::-moz-focus-inner{border: 0;}/* Firefox 点線消す */

	/*
	input.submit.active{
		pointer-events: auto;
		opacity: 1;
	}
	*/

	/*--戻る--*/
	input.back01{
		background: #c2ccc4;
		border: none;
		outline: none;
		display:inline-block;
		color: #FFF;
		font-weight: bold;
		width: 100%;
		height: 50px;
		cursor: pointer;
		padding: 0;
		border-radius: 5px;
		-webkit-appearance: none;
	}

	input.back01::-moz-focus-inner{border: 0;}/* Firefox 点線消す */

	/*--送信--*/
	input.send{
		background-color: #29a339;
		border: none;
		outline: none;
		display:inline-block;
		color: #FFF;
		font-weight: bold;
		width: 100%;
		height: 50px;
		cursor: pointer;
		padding: 0;
		border-radius: 5px;
		-webkit-appearance: none;
	}

	input.send::-moz-focus-inner{border: 0;}/* Firefox 点線消す */

	
	/* ------------------------------------------------------------

	Header

	------------------------------------------------------------ */	
 	#logo{
		display: none;
	}
	
	/* メニュー
	---------------------------------------------- */
	/*ハンバーガーボタン*/
	.nav_main{
		background: #4766A5;
		width: 100%;		
		transition: all .3s;
		position: fixed;
		top: 0;
		z-index: 3;
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-moz-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0;
		pointer-events: none;
		height: 100vh;
	}
	
	.nav_main.on{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		pointer-events: auto;
	}
	
	#nav_main_inner{
		height: 100vh;
		padding: 15vw 15px 25px;
		overflow: auto;
  		-webkit-overflow-scrolling: touch;
	}
    
  
	
	/*--メニューを開くボタン--*/
	.btn_menu{
		position: fixed;
		top: 16px;
		right: 16px;
		width: 38px;
		height: 38px;
		border-radius: 32px;
		background:#4766A5;
		z-index: 999;
	}

	.btn_menu span{
		display: block;
		width: 14px;
		height: 2px;
		background: white;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -7px;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.btn_menu span::before,
	.btn_menu span::after{
		content:"";
		display: block;
		width: 14px;
		height: 2px;
		background: white;
		position: absolute;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	.btn_menu span::before{top: -5px;}
	
	.btn_menu span::after{top: 5px;}

	.btn_menu.on span{
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.btn_menu.on span::before{
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 0;
	}
	
	.btn_menu.on span::after{opacity: 0;}
		
	/* メニュー内
	---------------------------------------------- */	
	#nav_global{
		margin: 22vw 0 15px;
		padding: 0 30px;
	}
	
	#nav_global > ul > li{
		font-weight: bold;
		line-height: 1.2;
	}
	
	#nav_global > ul > li > a{
		font-size: 1.4rem;
		display: block;
		color: #fff;
		padding: 15px 0;
		border-bottom: 1px dashed #fff;
	}
    
    .nav_main .sublist li{
        font-weight: normal !important;
    }
    
    .nav_main .sublist li::before{
        content: '';
        width: 1em;
        height: 1px;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        margin-left: 2em;
    }
    
    .nav_main .sublist li a{
        font-size: 1.3rem;
        padding: 10px;
        display: inline-block;
        color: #fff;
    }
	
	
	.triangle01{
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
	}
	
	.triangle01::before,
	.triangle01::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	
	.triangle01::before{
		left: 4px;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 4px solid #fff;
	}
	
	#btn_recruit01 a{
		background: #fff;
		display: block;
		margin: 0 30px;
		padding: 15px;
		border-radius: 5px;
		text-align: center;
		color: #4766A5;
		font-weight: bold;
        margin-bottom: 10px;
	}
    
    #btn_online01 a{
		background: #fff;
		display: block;
		margin: 0 30px;
		padding: 15px;
		border-radius: 5px;
		text-align: center;
		color: #4766A5;
		font-weight: bold;
	}	
		
	/* ------------------------------------------------------------

	Footer

	------------------------------------------------------------ */

	#small{
		background: #3549AF;
		color: #fff;
		font-size: 1.2rem;
		line-height: 1.2;
		padding:5px 0;
		text-align: center;
	}

	
	/*　ページTOP
	---------------------------------------------- */	
	#pagetop{
		background: #599159;
		padding:10px 0 5px;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		letter-spacing: .2rem;
		text-align: center;
		position: relative;
		display: block !important;
		opacity: 1 !important;
	}
	
	
	#pagetop span::before{
		content: '';
		background: url("../img/pagetop01.svg") no-repeat 0 0;
		background-size: contain;
		width: 6%;
    	padding-top: 6%;
		display: inline-block;
		margin-right: 10px;
	}
	
	

}