@charset "UTF-8";
/* General */
.float-list, .cf {
 *zoom: 1;
}
 form ::-webkit-input-placeholder {
 color: #C6C6C6;
}
form :-moz-placeholder {
 opacity: 1;
 color: #C6C6C6;
}
form ::-moz-placeholder {
 opacity: 1;
 color: #C6C6C6;
}
form :-ms-input-placeholder {
 color: #C6C6C6;
}

::-moz-selection {
 color: #FFF;
 background: rgba(31, 127, 194, 0.7);
}
::selection {
    color: #FFF;
    background: rgba(31, 127, 194, 0.7);
}
/* Base */
/*	
	///////レスポンシブ用指定///////
*,
*:before,
*:after {
	box-sizing:inherit;
}
html {	
	
	box-sizing:border-box;
	font-size:62.5%;
	
}
*/

a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    vertical-align: middle;
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    max-height: 100%;
}
input[type="button"], input[type="submit"], input[type="reset"], label {
    cursor: pointer;
}
.dummy {
    text-decoration: line-through !important;
    color: #f00 !important;
}
.header-logo a:hover img, .footer-logo a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}
/* Layout */
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: 800;
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: normal;
    src: url("../font/NotoSansCJKjp-Regular.eot"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}
/* Base */
*, *:before, *:after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
}
body {
    position: relative;
    font-size: 24px;
    line-height: 1.7;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #333;
    color: #222;
    -webkit-text-size-adjust: 100%;
}
a img {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
a {
    -webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}
img a:hover, a:active, a:focus {
    text-decoration: none;
}
a:link, a:visited {
    text-decoration: none;
    color: inherit;
}

::-moz-selection {
 color: #FFF;
 background: rgba(72, 93, 105, 0.7) !important;
}
::selection {
    color: #FFF;
    background: rgba(72, 93, 105, 0.7) !important;
}
/*==============================
共通要素
==============================*/
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.fl-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    height: 100%;
}
.fl-list{
	display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
        justify-content: space-between;
}

.mincho {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif JP',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.f50p {
    font-size: 50px;
}
.f54p{
	font-size: 54px;
}
.f35p {
    font-size: 35px;
}

.copy01 {
    font-size: 36px;
    color: #384676;
    text-align: center;
    font-weight: 600;
}
.wrap {
    width: 960px;
    margin: 0 auto;
    /*padding: 0 15px;*/
}



.sp {
  display: none
}

section ,
header ,
.l-mv ,
.l-mvsp ,
#top,
.l-footer {
    min-width: 1100px;
}
.logo a:hover img, .logo a:focus img, .logo a:active img {
    opacity: 1;
}
/*CV ボタン*/
.cv-btn .btn a:hover:after {
    left: 0;
    bottom: 0;
    opacity: 0.8;
    transition: 0.5s;
}
.cv-btn .btn:hover {
    opacity: 0.8;
    transition: 0.5s;
}
.cv-btn {
    width: 920px;
    margin: 50px auto;
}
.cv-btn .btn {
    width: 430px;
    height: 120px;
    font-size: 34px;
    font-weight: 600;	
    background: #175ba1;
    color: #fff;
    position: relative;
	line-height: 120%;
	
}


.cv-btn .btn span{
    font-size: 28px;
    color: #fff;
}

.cv-btn .btn a {
    display: block;
	
}
.cv-btn .btn a p {
    /* display: block; */
    width: 430px;
    height: 120px;
    background: url("../img/yajirushi.png") no-repeat center center;
}

.cv-btn .btn a:after {
    width: 430px;
    height: 120px;
    border: solid 3px #175ba1;
    content: "";
    display: block;
    position: absolute;
    bottom: -15%;
    left: 5%;

}

/*CV ボタン*/
.cv-btn-tel .btn a:hover:after {
    left: 0;
    bottom: 0;
    opacity: 0.8;
    transition: 0.5s;
}
.cv-btn-tel .btn:hover {
    opacity: 0.8;
    transition: 0.5s;
}
.cv-btn-tel {
    width: 600px;
    margin: 0 auto;
}
.cv-btn-tel .btn {
    width: 600px;
    height: 120px;
    font-size: 38px;
    font-weight: 600;
    background: #384676;
    color: #fff;
    position: relative;
	line-height: 120%;
}

.cv-btn-tel .btn span{
    font-size: 28px;
    color: #fff;
}


.cv-btn-tel .btn a {
    display: block;
}
.cv-btn-tel .btn a p {
    /* display: block; */
    width: 600px;
    height: 120px;
}
.cv-btn-tel .btn a:after {
    width: 600px;
    height: 120px;
    border: solid 3px #384675;
    content: "";
    display: block;
    position: absolute;
    bottom: -15%;
    left: 5%;
}


/*fadein初期値*/
.fadein-x-thing {
    opacity: 0;
    transform: translate(60px, 0);
    -webkit-transform: translate(60px, 0);
    transition-duration: 0.7s;
}
.fadein-y-thing {
    opacity: 0;
    transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transition-duration: 1s;
}
.fadein-y-thingfast {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transition-duration: .5s;
}
.thing {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.l-mv {
    width: 100%;
    margin-top: 80px;
}

.l-mvsp {
    width: 100%;
    margin-top: 80px;
}




/*=====================
section 共通
====================*/

section .h-ttl {
    width: 100%;
    height: 353px;
    background: url("../img/concept_ttl.jpg") no-repeat center;
  background-size: cover;
}

section .h-ttl2 {
    width: 100%;
    height: 353px;
    background: url("../img/goukaku_ttl.jpg") no-repeat center;
  background-size: cover;
}

section .h-ttl h3 {
    color: #fff;
    text-align: center;
    font-size: 80px;
    line-height: 1.1;
    position: relative;
}
section .h-ttl h3 span {
    font-size: 60px;
}
section .h-ttl h3:before,
section .h-ttl h3:after {
    content: "";
    display: block;
    width: 560px;
    height: 4px;
    background: #fff;
}
section .h-ttl h3:before {
    margin-bottom: 20px;
}
section .h-ttl h3:after {
    margin-top
    : 20px;
}

section .h-ttl2 h3 {
    color: #fff;
    text-align: center;
    font-size: 80px;
    line-height: 1.1;
    position: relative;
}
section .h-ttl2 h3 span {
    font-size: 60px;
}
section .h-ttl2 h3:before,
section .h-ttl2 h3:after {
    content: "";
    display: block;
    width: 560px;
    height: 4px;
    background: #fff;
}
section .h-ttl2 h3:before {
    margin-bottom: 20px;
}
section .h-ttl2 h3:after {
    margin-top
    : 20px;
}



#top .cv-btn {
    margin: 70px auto 50px;
}



