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

/*-----------
デバイス共通
------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese');
html{
    overflow-x: hidden;
}
body{
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size:18px;
    line-height:1.68;
    color:#000;
    font-feature-settings : "palt" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pc{
   display:block;
}
.sp{
   display:none;
}

.bg_lg{
    background: #f6f6f6;
}
.bg-lb{
    background: #eaf2ff;
}
.bg_blue{
    background: rgba(2,17,62,1);
}

.bg_orange{
    background: #e5470b;
}
.bg_lightyellow{
    background: #fefce3;
}
.bg_red{
    background: #b30000;
}
.bg_gray{
    background: #f5f5f5;
}
.relative{
    position: relative;
}

.cl-red{
    color: #b1161e;
}
.cl-white{
    color: #fff;
}
.cl-blue{
	color: #0d3b64;
}
.cl-yellow{
	color: #fffcb8;
}
.cl-yellow02{
	color: #f4e928;
}
.cl-brown{
	color: #b99d6b;
}
.cl-orange{
    color: #e5470b;
}
.bg-yellow{
    background: #feda00;
}
.bg_lb{
    background: #eaf2ff;
}
.highlight {
    background: -webkit-linear-gradient(transparent 50%, #fbd629 50%);
    background: -o-linear-gradient(transparent 50%, #fbd629 50%);
    background: linear-gradient(transparent 50%, #fbd629 50%);
    font-weight: bold;
}
.highlight02 {
    background: -webkit-linear-gradient(transparent 50%, #daeff9 50%);
    background: -o-linear-gradient(transparent 50%, #daeff9 50%);
    background: linear-gradient(transparent 50%, #daeff9 50%);
    font-weight: bold;
}
.highlight03 {
    background: -webkit-linear-gradient(transparent 50%, #a4efff 50%);
    background: -o-linear-gradient(transparent 50%, #a4efff 50%);
    background: linear-gradient(transparent 50%, #a4efff 50%);
    font-weight: bold;
}
.highlight04 {
    background: -webkit-linear-gradient(transparent 50%, #e6eb00 50%);
    background: -o-linear-gradient(transparent 50%, #e6eb00 50%);
    background: linear-gradient(transparent 50%, #e6eb00 50%);
    font-weight: bold;
}
section{
    /*padding-top: 100px;
    padding-bottom: 100px;*/
}
.narrow{
    margin-left: 50px;
    margin-right: 50px;
}

.required{
    color: #fff;
    background: #f4667a;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

/*見出し*/
h1{
    padding: 0;
    margin: 0;
}
h2{
	font-size: 2em;
	line-height:inherit;
	border-bottom: 2px solid #000;
	margin-bottom: 1em;
}
h2.white{
	color: #fff;
	border-bottom: 2px solid #fff;
}
h2.white.font22{
	font-size:22px;
}
h2.black{
	color: #000;
}
h3{
    font-size: 24px;
}
h3.title{
    font-size: 24px;
	border-bottom: 1px solid #014C95;
	color:#014C95;
	margin-bottom: 20px;
}
h3.title span{
    font-size: 20px;
	display:block;
	color: #BF0000;
}

/*header*/
#header{
    background: rgba(2,17,62,1);
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.head{
	width:1000px;
	margin: auto;
}
#menu {
	width:100%;
	height:auto;
	/*background: rgba(255,255,255,.2);
 	box-shadow:rgba(0, 0, 0, 0.2) 0px 5px 3px;*/
}
.menu {
	width:auto;
	margin:0 auto;
	padding:10px 0;
}
.menu li {
	float:left;
	margin-right: 10px;
	display:inline;
	position: relative;
	cursor:pointer;
}
.menu li a {
	display:block;
	font-size:1em;
	text-align:center;
	width:auto;
	height:60px;
	line-height:60px;
	padding:0 35px;
	margin-top: 0px;
}
.menu li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.menu li a:hover::after{
  transform: scale(1, 1);
}
.menu li a:link,
.menu li a:visited,
.menu li a:hover {
	color:#fff;
	text-decoration:none;
}


#menu.small{/*スクロールした時の固定メニュー指定*/
	background: rgba(255,255,255,.95);
}
#menu.small li a {
	font-size:.8em;
	height:40px;
	line-height:40px;
	padding:0 47px;
	color:#000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#menu.small li a::after {
  background: #000;
}
#menu.small li a:hover::after{
  transform: scale(1, 1);
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*mv*/
.mv{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	background: url(../img/bg.jpg)no-repeat;
	background-size: cover;
	background-position: center center;
    padding-top: 30px;
    padding-bottom: 30px;
	color: #02113E;
	font-weight: bold;
	text-shadow: 2px 2px 4px #fff; 
}
.mv p.copy1{
    font-size:36px;
	margin-bottom: 40px;
	line-height: 1.2;
	text-align: center;
}
.mv p.copy2{
    font-size:1.5em;
	line-height: 1.6;
	text-align: center;
}
.mv p.copy3{
    font-size:1em;
	line-height: 1.6;
	text-align: right;
}
.mv .koukai{
	width:100%;
	padding:10px 0;
	font-size:30px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
	background: linear-gradient(#FDC200,#FC9802);
	color:#02113E;
	box-shadow: 0px 5px 5px rgba(0,0,0,1);
}
.mv .koukai a:link{
	color: #02113E;
}
.mv .koukai a:hover{
	color: #02113E;
	text-decoration: none;
}
.mv .koukai a:visited{
	color: #02113E;
	text-decoration: none;
}

/*cta*/
.cta{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #0045a4;
}
.cta_title{
    margin-bottom: 0;
}
.cta_h2_box{
    padding: 0;
    padding-bottom: 30px;
    background: #0045a4;
}
.cta_box{
    padding: 30px 50px;
    background: #f5f5f5;
    border: 1px solid #eee;
}
.cta_h3{
    text-align: center;
    color: #b30000;
    font-size: 22px;
    font-weight: bold;
}
.cta_arrow{
    margin-top: -50px;
}
button{

}
.cta input[type=submit] {
    width: 100%;
    padding: 20px;
    font-size: 30px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    background: #31B404;
    color: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 10px 0px #0B610B;
    line-height: 1.5;
    font-weight: 700;
}

.cta input[type="submit"]:hover {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	box-shadow:none;
}
.form_h3{
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.form_label{
    font-size: 24px;
}
.form-control{
    min-height: 80px;
    font-size: 24px;
    border: 3px solid #0045a4;
}

button{
	width:100%;
	padding:20px 0;
	font-size:30px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
	background: #31B404;
	color:#fff;
	border: none;
	border-radius: 6px;
	box-shadow: 0 10px 0px #0B610B;
	line-height: 1.5;
	font-weight: 700;
}
button:hover{
	margin-top: 10px;
	box-shadow: none;
	margin-bottom: 40px;
}
div.submit{
    padding-top: 0!important;
    padding-bottom: 0!important;
}

/*sec01*/

/*sec02*/
.check_box{
    background: rgba(255,255,255,.8);
    padding: 50px;
}
.check01 li{
    padding-left:1.1em;
    text-indent:-1.1em;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}
.check01 li i{
    display: inline;
    color: #b30000;
}

/*sec03*/
.voice_area{
    margin-bottom: 50px;
}

/*sec04*/
.c_life{
    font-size: 22px;
    text-align: center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    margin-bottom: 50px;
}
.arrow02{
    margin-bottom: -80px;
}

/*sec06*/
.prof_box{
    background: #333;
    padding: 50px;
}
.prof_box02{
    background: #fff;
    padding: 50px;
}

/*footer*/
footer{
    background: #dcdcdc;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.copy{
    background: rgba(2,17,62,1);
    font-size: 12px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}
.f-nav{
    font-size: 14px;
    text-align: center;
	font-weight: normal;
}
.f-nav a{
    color: #fff;
}
.product ul {
}
ol,ul {
	list-style:inside;

}
.product ul,li{
	list-style: none;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
}
.product ul,li::after{
	border-bottom: 1px none;
}
.product ul span{
	font-weight: bold;
	margin-right: 10px;
}
iframe{
	width:100%;
	border:1px solid #ccc;
	font-size:1px;
}

.text_white{
	color:#fff;
	margin: 0;
	text-align: center;
	font-size:1.4em;
}


@-ms-keyframes my-blink {
0% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(0.95);
-moz-transform:scale(0.95);
-o-transform:scale(0.95);
-ms-transform:scale(0.95);
transform:scale(0.95)
}
to {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}

@-webkit-keyframes blink {
0% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(0.95);
-moz-transform:scale(0.95);
-o-transform:scale(0.95);
-ms-transform:scale(0.95);
transform:scale(0.95)
}
to {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}

@-moz-keyframes blink {
0% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(0.95);
-moz-transform:scale(0.95);
-o-transform:scale(0.95);
-ms-transform:scale(0.95);
transform:scale(0.95)
}
to {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}

@keyframes blink {
0% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(0.95);
-moz-transform:scale(0.95);
-o-transform:scale(0.95);
-ms-transform:scale(0.95);
transform:scale(0.95)
}
to {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}

