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

html {
	font-size: 10px;
}

body {
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-family: Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 1.7;
	letter-spacing: 0.1rem;
	font-size: 1.4rem;
}

.opening {
	overflow: hidden;
}

/* fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'avanG';
    src: url('../fonts/ftrstd-light-webfont-webfont.eot');
    src: url('../fonts/ftrstd-light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ftrstd-light-webfont-webfont.woff2') format('woff2'),
         url('../fonts/ftrstd-light-webfont-webfont.woff') format('woff'),
         url('../fonts/ftrstd-light-webfont-webfont.ttf') format('truetype'),
         url('../fonts/ftrstd-light-webfont-webfont.svg#futura_stdlight') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
	font-family: 'JPtx';
	src: url('../fonts/NotoSansCJKjp-Thin.eot');
	src: url('../fonts/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'),
		  url('../fonts/NotoSansCJKjp-Thin.woff2') format('woff2'),  
		  url('../fonts/NotoSansCJKjp-Thin.woff') format('woff'),
		  url('../fonts/NotoSansCJKjp-Thin.ttf') format('truetype');
		  font-style: normal;
		  font-weight: 100; 
}


.gtc {
	font-family: Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.mnc {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

.maru {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


/* Debug
-------------------------------------------------------------- */

.scrollValue {
    margin: 0;
    position: fixed;
    right: 10px;
    top: 10px;
	color: #066;
	font-size: 35px;
	z-index: 500;
}




/* general
-------------------------------------------------------------- */

.onlyPC, .onlyPC_il {
	display: none;
}

.textHide {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.pdgT20 {padding-top: 20px !important;}
.pdgT30 {padding-top: 30px !important;}

.alignC {text-align: center;}
.alignR {text-align: right;}
.alignLR {
	text-align: justify;
	text-justify: inter-ideograph;
}

button {
	margin: 0;
	padding: 0;
	background: none;
	outline: none;
	display: block;
}

.mgb30 {margin-bottom: 30px !important;}
.mgb80 {margin-bottom: 80px !important;}





/* opening
-------------------------------------------------------------- */

.opening_lyr {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 3000;
	background-color: rgba(0,0,0,1);
}

.rot1, .rot2, .rot3, .rot4, .rot5 {
	margin: auto auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.rot1 {
	width: 10vw;
	height: 10vh;
	background-image: url(../images/img_mask_op1.svg);
}

.rot2 {
	width: 13vw;
	height: 13vh;
	background-image: url(../images/img_mask_op2.svg);
}

.rot3 {
	width: 20vw;
	height: 20vh;
	background-image: url(../images/img_mask_op3.svg);
}

.rot4 {
	width: 30vw;
	height: 30vh;
	background-image: url(../images/img_mask_op4.svg);
}

.rot5 {
	width: 50vw;
	height: 50vh;
	background-image: url(../images/img_mask_op5.svg);
	animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(4px, 18px) rotateZ(2deg)}
    50% {transform: translate(0px, 18px) rotateZ(0deg)}
    75% {transform: translate(4px, 0px) rotateZ(-2deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}





/* header
-------------------------------------------------------------- */



.hdrMov {
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: fixed;
	top: 0;
	text-align: center;
	z-index: -1;
}

.hdr_bgMovie {
	position: absolute;
    top: 0;
	left: 0;
	margin: auto auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
}


#pageTop {
	position: absolute;
	top: 0;
}


#bg_mov {
	background-color: #EAEAEA;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

.hdr {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden;
}

.hdr_inner {
	max-width: 540px;
	margin: 0 auto;
	height: 100vh;
	position: relative;
}

.hdr_inner::after {
	content: '';
	position: absolute;
	left: -20vw;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 0;
	width: 70%;
	height: 60vh;
	background-image: url(../images/bg_hdr_mask.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	animation: vertical 1s ease-in-out infinite alternate;
}

@keyframes vertical {
    0% { transform:translateY(-5px); }
  100% { transform:translateY(5px); }
}

.hdr_menu {
	display: inline-block;
	height: 280px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 1;
}

.hdr_menu li a {
	background-color: #FFF;
	min-width: 180px;
	min-height: 36px;
	display: inline-block;
	margin-bottom: 20px;
	color: #0B3088;
	font-family: avanG, "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 2.4rem;
	border: 1px solid #0B3088;
	line-height: 1;
	text-align: center;
	padding-top: 8px;
	letter-spacing: .1rem;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	background-repeat: no-repeat;
	background-position: left -400px center;
	transition: .5s;
}

.hdr_menu li a:hover {
	background-position: left center;
}

.hdr_menu li:nth-child(1) {margin-left: 20px;}
.hdr_menu li:nth-child(2) {margin-left: 0;}
.hdr_menu li:nth-child(3) {margin-left: 10px;}
.hdr_menu li:nth-child(4) {margin-left: 20px;}
.hdr_menu li:nth-child(5) {margin-left: 10px;}

.hdr_menu li:nth-child(1) a {background-image: url(../images/bg_menu_hover1.svg);}
.hdr_menu li:nth-child(2) a {background-image: url(../images/bg_menu_hover2.svg);}
.hdr_menu li:nth-child(3) a {background-image: url(../images/bg_menu_hover3.svg);}
.hdr_menu li:nth-child(4) a {background-image: url(../images/bg_menu_hover4.svg);}
.hdr_menu li:nth-child(5) a {background-image: url(../images/bg_menu_hover5.svg);}



.a_menu_logo {
	padding-top: 4px !important;
}

.img_hdr_menu1 {
	display: inline;
	line-height: 0;
	font-size: 0;
	letter-spacing: 0;
	width: 74px;
}

/*
.hdr::after {
	position: absolute;
	content: '';
	height: 10vh;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(0.5,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 50%);
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 50%);
	z-index: 0;
}
*/

.bt_scrollDown {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5vh;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	background-image: url(../images/bt_scrollDown.svg);
	z-index: 1;
}

.main_fufufu {
	background-color: #FFF;
}




/* intro
-------------------------------------------------------------- */

.intro {
	padding: 80px 0 80px 0;
}

.wrap1 {
	padding: 0 10px;
	max-width: 720px;
	margin: 0 auto;
}

.intro {
	text-align: center;
	color: #313131;
}

.logo_intro {
	width: 60vw;
	max-width: 300px;
	margin: 0 auto 72px;
}

.intro_jp1 {
	font-size: 1.6rem;
	margin-bottom: 28px;
}

.tx_blue {
	color: #0B3088;
}

.intro_jp2 {
	font-size: 1.3rem;
	margin-bottom: 34px;
}


.ilb_spc1 {
	font-size: 0;
	letter-spacing: 0;
}

.blk_pc50 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: .1rem;
}

.intro_adjust1 {
}

.img_mil {
	max-width: 168px;
	margin: 0 auto 8px;
}

.intro_jp3 {
	font-size: 1.4rem;
	color: #777;
	font-style: oblique;
	margin-bottom: 28px;
}

.intro_tx_orange {
	color: #DC9800;
	font-size: 1.8rem;
	margin-bottom: 8px;
}

.intro_jp4 {
	color: #00080D;
	font-size: 1.7rem;
	display: inline-block;
	position: relative;
	line-height: 1.5;
}

.icon_stamp1 {
	position: absolute;
	bottom: -60px;
	right: -60px;
	width: 45px;
}





/* profile
-------------------------------------------------------------- */

.atcl_prof {
	padding: 190px 0 0 0;
}

.bg_gray1 {
	background-color: #D9D9D2;
}

.bg_maountain_gray {
	position: relative;
	padding: 30px 0;
}

.bg_maountain_gray::before {
	content: '';
	background-image: url(../images/bg_mountain_gray_SP.svg);
	height: 190px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	position: absolute;
	top: -189px;
	left: 0;
	z-index: 0;
}

.wrap2 {
	padding: 0 10px;
	max-width: 780px;
	margin: 0 auto;
}

.white_box1 {
	background-color: #FFF;
	border: 2px solid #777;
	position: relative;
}

.title_bluebox {
	font-family: avanG, "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	color: #FFF;
	background-color: #0B3088;
	width: 100%;
	max-width: 264px;
	font-size: 3.2rem;
	padding: 10px 0 8px 18px;
	line-height: 1;
	letter-spacing: .2rem;
	position: absolute;
	top: -20px;
	left: -10px;
}

.with_blueTitle {
	padding: 60px 10px 17px 10px;
}

.img_prof {
	max-width: 182px;
	margin: 0 auto 26px;
}

.prof_name1 {
	font-family: avanG, "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 4.5rem;
	color: #777;
	line-height: 1.1;
	letter-spacing: .3rem;
	text-indent: .15rem;
	margin-bottom: 10px;
}

.prof_name2 {
	font-size: 1.5rem;
	color: #313131;
	margin-bottom: 10px;
	letter-spacing: .4rem;
	text-indent: .2rem;
}

.prof_role1 {
	color: #777;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.prof_detail_spc {
	padding: 33px 0 12px;
	max-width: 640px;
	margin: 0 auto;
}

.bt_prof_acc {
	border-bottom: 1px solid #313131;
	margin-bottom: 18px;
	width: 100%;
	padding: 8px  27px 7px 27px;
	letter-spacing: .8rem;
	text-indent: .4rem;
	color: #313131;
	font-size: 1.5rem;
	background-image: url(../images/icon_arrowD1.svg);
	background-position: right 7px center;
	background-repeat: no-repeat;
	transition: .3s;
	cursor: pointer;
}


.bt_prof_acc_open {
	margin-bottom: 12px;
	background-image: url(../images/icon_arrowU1.svg);
}

.prof_detail {
	margin-bottom: 28px;
	padding: 0 5px;
	font-size: 1.2rem;
	color: #313131;
	display: none;
	text-align: justify;
	text-justify: inter-ideograph;
}

.brake_all {
	word-break: break-all;
}








/* works
-------------------------------------------------------------- */

.atcl_works {
	text-align: center;
	padding: 80px 0 10px;
}

.tx_blue2 {
	font-family: avanG, "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	color: #0B3088;
	font-size: 5.5rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.tx_gray1 {
	color: #777;
	font-size: 1.2rem;
	margin-bottom: 70px;
}

.wrap3 {
	padding: 0 10px;
	max-width: 980px;
	margin: 0 auto;
}

.mov_spc {
	margin: 0 auto 48px;
}





.wrap_grid {
	max-width: 480px;
	margin: 0 auto 71px;
	padding: 0 10px;
	font-size: 0;
	letter-spacing: 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.box1 {
	font-size: 1.2rem;
	width: 100%;
	padding: 3px;
}

.box1:nth-child(3) {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2 / 4;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / 3;
}


.box1:nth-child(10) {
	width: 100%;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
	-ms-grid-row: 5;
	-ms-grid-row-span: 2;
	grid-row: 5 / 7;
}

.box1:nth-child(21) {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2 / 4;
	-ms-grid-row: 9;
	-ms-grid-row-span: 2;
	grid-row: 9 / 11;
}

.figcapOff {
	display: none;
}








/* others
-------------------------------------------------------------- */


.atcl_others {
	text-align: center;
	background-color: #D9D9D2;
	padding: 80px 0 62px;
}

.wrap4 {
	padding: 0 10px;
	max-width: 540px;
	margin: 0 auto;
}

.tx_gray2 {
	color: #313131;
	font-size: 1.2rem;
	margin: 40px 0 50px;
}

.img_tx_gray2 {
	display: inline;
	vertical-align: middle;
}

.img_others_spc img {
	margin: 0 auto;
	width: 100%;
}

.blk_all50 {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
}





/* footer
-------------------------------------------------------------- */

.bt_scrolltoTop {
	width: 50px;
	height: 50px;
	background-image: url(../images/bt_scrolltoTop.svg);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 50px;
	right: 0;
	display: none;
	z-index: 500;
}

.bt_scrolltoTop:hover {
	opacity: .8;
}

.bt_scrolltoTop:active {
	bottom: 48px;
}

footer {
	padding-top: 60px;
	text-align: center;
	background-color: #FFF;
}

.title_ft {
	color: #0B3088;
	border: 2px solid #777;
	font-family: avanG, "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 2.7rem;
	padding: 12px 12px 6px 12px;
	display: inline-block;
	line-height: 1.1;
	margin-bottom: 240px;
	position: relative;
	background-color: #FFF;
}

.title_ft::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/bg_baloon_D1.svg);
  width: 14px;
  height: 14px;
  z-index: 1;
}

.ft_blue_spc {
	background-color: #0B3088;
	color: #FFF;
	padding: 115px 0 80px;
	position: relative;
	background-image: url(../images/img_mask_w.svg);
	background-position: center top;
	background-repeat: no-repeat;
}

.ft_blue_spc::before {
	content: '';
	background-image: url(../images/bg_mountain_blue_SP.svg);
	height: 190px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	position: absolute;
	top: -189px;
	left: 0;
	z-index: 0;
}

.wrap5 {
	padding: 0 20px;
	max-width: 380px;
	margin: 0 auto;
}

.bt_white_box, .bt_white_box:visited {
	border: 1px solid #FFF;
	padding: 10px;
	background-position: left 5px center;
	background-repeat: no-repeat;
	display: block;
	color: #FFF;
	margin-bottom: 10px;
	transition: .3s;
}

.bt_white_box[icon="mail"] {
	background-image: url(../images/icon_mail.svg);
}

.bt_white_box[icon="phone"] {
	background-image: url(../images/icon_phone.svg);
}

.bt_white_box:hover {
	background-color: #385799;
}



.logo_ft {
	display: inline;
	margin-bottom: 20px;
}

.bt_underline_w {
	color: #FFF;
	display: block;
	padding: 10px;
	max-width: 200px;
	margin: 0 auto 18px;
	text-decoration: underline;
	cursor: pointer;
}

.bt_underline_w:hover {
	opacity: .8;
}

.openDetail {
	background-color: #b7c5d3;
	padding: 19px 14px;
	font-size: 1.2rem;
	text-align: left;
	margin-bottom: 40px;
	display: none;
}

.tx_gray3 {
	color: #313131;
	font-size: 1.2rem;
}

.bt_sns {
	border: 1px solid #E2EAE7;
	background-size: contain;
	width: 36px;
	height: 36px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	cursor: pointer;
	transition: .3s;
}

.bt_sns:hover {
	background-color: #385799;
}

.bt_sns[icon="twitter"] {
	background-image: url(../images/icon_twitter.svg);
}

.bt_sns[icon="facebook"] {
	background-image: url(../images/icon_facebook.svg);
}

.bt_sns[icon="instagram"] {
	background-image: url(../images/icon_instagram.svg);
}