@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	/* font: 14px/1.9 inherit,'Noto Sans JP', Arial, Verdana, '游明朝', 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif; */
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0e02c0;
	text-decoration: none;
}

a:hover, .active{
	text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}

div {
    display: block;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* =======top============= */
#black_bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visiblity 0.3s;
}

#top.scr {
    background: #FFFFFF;
    transition: 0.3s;
    box-shadow: 0 20px 15px -15px rgb(0 0 0 / 10%);
    box-shadow: none;
    position: fixed;
}

#top.active {
    transform: translate(0%,0%);
    transition: .5s;
}

#top {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    transform: translate(0%,0%);
    transition: .5s;
}

#top.scr .top_inner {
    padding: 30px;
    transition: 0.3s;
}

#top.scr .top_inner .nav>ul>li>a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin: 0px 20px;
    font-family: 'Arial';
    font-weight: 700;
    line-height: 1;
    font-size: 0.9rem;
    position: relative;
    text-decoration: none;
}

.top_inner {
    max-width: 100%;
    margin: 0px auto;
    padding: 30px;
    transition: 0.3s;
}

.top_inner .nav>ul {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 0;
}

.top_inner .nav>ul>li {
    display: inline-block;
    width: auto;
    text-align: center;
}

.top_inner .nav>ul>li>a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin: 0px 20px;
    font-family: 'Arial';
    font-weight: 700;
    line-height: 1;
    font-size: 0.9rem;
    position: relative;
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.none {
    display: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*header設定*/
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
	width: 100%;
    height: 100vh;/*高さを全画面にあわせる*/
}


#video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

/*見出し設定*/
#slogan{
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  	transform: translate(0, -50%);
	color:#fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h2{
	font-size: 30px;
	margin-bottom: 30px;
	font-weight:700;
}

#slogan h1{
	font-size: 70px;
	font-weight:1000;
}

.fade{
	animation: fadeIn 3s ease 0s 1 normal;
}


.time{
	opacity: 0;
	animation-delay:1s;
	animation-fill-mode: forwards;
}

.time2{
	opacity: 0;
	animation-delay:2s;
	animation-fill-mode: forwards;
}


.sp_none2 {
	display:none;
}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/
	0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
	100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}

/* =============================================== */
.content_inner {
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 10px 0 80px 0;
    background: #FFFFFF;
}

.top_ttl {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Arial';
}

.top_subttl {
    font-size: 1.2rem;
    text-align: center;
    color: #676969;
    margin-bottom: 40px;
}

.top_subttl .text {
    text-align: left;
	display: inline-block;
}

.col2_layout_main_inner {
    max-width: 1400px;
    height: auto;
    margin: 0px auto;
    padding: 0px 40px 120px 40px;
    position: relative;
}

.col2_layout_odd, .col2_layout_even {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 120px;
}

.col2_layout_odd .col2_layout_left {
    display: table-cell;
    width: 50%;
    height: 300px;
}

.col2_layout_even .col2_layout_right {
    display: table-cell;
    width: 50%;
    height: 300px;
}

.col2_layout_main_inner a {
    color: #3a3e40;
}

.col2_layout_top {
    background-size: cover;
    background-position: 50% 50%;
    transition: transform 0.3s;
    box-shadow: 0px 8px 32px 0px rgb(0 0 0 / 32%);
	border-radius:50%;
}

.col2_layout_bg {
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 16px;
    background-repeat: no-repeat;
    transition: transform 0.3s;
    box-shadow: 0px 8px 32px 0px rgb(0 0 0 / 32%);

}

.index_top01_bg {
    background-image: url("../images/top01.png");
	transition-duration: 0.5s;
}

.index_top02_bg {
    background-image: url("../images/a00.png");
	transition-duration: 0.5s;
}

.index_top02_bg:hover {
	transform: scale(0.9);
	transition-duration: 0.5s;
}

.index_top03_bg {
    background-image: url("../images/top03.png");
	transition-duration: 0.5s;
}

.index_top03_bg:hover {
	transform: scale(0.9);
	transition-duration: 0.5s;
}

.index_top04_bg {
    background-image: url("../images/top04.png");
	transition-duration: 0.5s;
}

.index_top04_bg:hover {
	transform: scale(0.9);
	transition-duration: 0.5s;
}

.col2_layout_bg {
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 16px;
    background-repeat: no-repeat;
    transition: transform 0.3s;
    box-shadow: 0px 8px 32px 0px rgb(0 0 0 / 32%);
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.col2_layout_odd .col2_layout_right {
    display: table-cell;
    width: 50%;
    padding: 0 5%;
}

.col2_layout_even .col2_layout_right {
    display: table-cell;
    width: 50%;
    height: 300px;
}

.article_supplement_title {
    font-size: 24px;
    color: #0e02c0;
    font-weight: 900;
}

.article_title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1.6;
}

.article_title01 {
    font-size: 30px;
    font-weight: 900;
	color: #0e02c0;
    margin-bottom: 15px;
    line-height: 1.6;
}

.col2_layout_text {
    letter-spacing: 1px;
    line-height: 180%;
	margin: 0 20px 0 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col2_layout_btn a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 260px;
    background: #0e02c0;
    margin-top: 60px;
    padding: 10px;
    text-align: center;
    border-radius: 80px;
    color: #fff;
    font-weight: 800;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 12%);
}

.col2_layout_btn a:hover {
    color:#0e02c0;
    background: #e7e9ec;
	text-decoration: none;
	transition-duration: 0.5s;
}

.col2_layout_btn a span {
    position: relative;
    z-index: 2;
}

/* ================contact ===================== */
.contact_fig .col2_layout_btn{
	padding: 30px 0px 60px 0px;
}
.contact_fig .col2_layout_btn a {
    margin: auto;
}

/* ================fotter ===================== */
.background_blue {
    background-color: #0e02c0;
}

.footer_inner {
    max-width: 100%;
    max-width: 1420px;
    height: auto;
    margin: 0px auto;
    padding: 80px 40px;
}

.footer_up_contents_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

.footer_up_contents_box li:first-child {
    margin-right: 60px;
}

.footer_up_contents_box li {
    border-radius: 10px;
    background: #0e02c0;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 5%);
    max-width: 637px;
    width: 100%;
    /* display: flex; */
    justify-content: center;
}

.footer_up_contents_box .word {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-40px);
    transition: transform 0.5s;
    will-change: contents;
}

/* PLOFILE */

.background_blue dl{
	line-height: 1.2;
	color:#fff
}

.background_blue a{
	color:#fff
}

.background_blue dt{
	clear: left;
	float: left;
	display: block;
	width: 20%;
	margin-right: 10%;
	margin-bottom: 15px;
	text-align: right;
	line-height: 1.6em;
}

.background_blue dd{
	width: 70%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

.map{
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}

.map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* RESPONSIVE 設定(top)
------------------------------------------------------------*/
@media screen and (max-width: 839px){
	.top_inner {
		max-width: 100%;
		margin: 0px auto;
		padding: 0;
	}
}

@media screen and (max-width: 839px){
	#top.scr {
		background: none;
		transition: 0.3s;
		position: fixed;
	}
}

@media screen and (max-width: 839px){
	#top.scr .top_inner {
    	padding: 0px;
    	transition: 0.3s;
	}
}

@media screen and (max-width: 839px){
	#top.active {
		transform: translate(0%,0%);
		transition: .5s;
	}
}

@media screen and (max-width: 839px){
	#hamburger {
		position: fixed;
		top: -15px;
		left: -15px;
		width: 80px;
		height: 80px;
		padding: 0%;
		border-radius: 50%;
		cursor: pointer;
		z-index: 9999;
		background: #FFFFFF;
		transition: 0.3s;
	}
}

@media screen and (max-width: 839px){
	.icon-animation {
		width: 65px;
		height: 65px;
		float: left;
		display: block;
		position: relative;
	}
}

@media screen and (max-width: 839px){
	.icon-animation span{
		width: 25px;
		height: 3px;
		display: block;
		background: #000000;
		position: absolute;
		margin-right: auto;
		margin-left: auto;
		margin: auto;
		top: 42px;
		left: 25px;
	}
}

@media screen and (max-width: 839px){
	.type-1 .top {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}

@media screen and (max-width: 839px){
	.type-1 span {
		/* -webkit-transition: all 0.3s; */
		transition: all 0.3s;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media screen and (max-width: 839px){
	.type-1 .bottom {
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		transform: translateY(7px);
	}
}

@media screen and (max-width: 839px){
	.type-1.is-open .top {
		-webkit-transform: rotate(-45deg) translateY(0px);
		-ms-transform: rotate(-45deg) translateY(0px);
		transform: rotate(-45deg) translateY(0px);
	}
}

@media screen and (max-width: 839px){
	.type-1.is-open .middle {
    	background: rgba(255, 255, 255, 0);
	}
}

@media screen and (max-width: 839px){
	.type-1.is-open .bottom {
		-webkit-transform: rotate(45deg) translateY(0px);
		-ms-transform: rotate(45deg) translateY(0px);
		transform: rotate(45deg) translateY(0px);
	}
}

@media screen and (max-width: 839px){
	.sp_none {
    	display: none !important;
	}
}

@media screen and (max-width: 839px){
	.sp_none2 {
    	display:block !important;
	}
}

@media screen and (max-width: 839px){
	.nav_sp {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9900;
		display: block;
		transform: translate(0%,-100%);
		background :#0e02c0;
		transition: all 500ms cubic-bezier(0.995, 0.010, 1.000, 0.415);
		text-align: center;
	}
}

@media screen and (max-width: 839px){
	.nav_sp_top {
		display: none;
		width: 100%;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active {
    	transform: translate(0%,0%);
	}
}

@media screen and (max-width: 839px){
	.nav_sp>ul {
		width: 100%;
		display: block;
		padding: 90px 30px 40px;
		max-width: 280px;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		text-align: left;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li {
		opacity: 0;
		transform: translate(0px,-15px);
		transition: 0.3s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li .menu_lv1 {
		display: inline-block;
		color: #FFFFFF;
		padding: 4px;
		font-size: 24px;
		font-weight: 700;
		line-height: 180%;
		position: relative;
		font-family: 'Arial';
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(1) {
		transition-delay: 0s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(2) {
		transition-delay: 0.01s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(3) {
		transition-delay: 0.02s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(4) {
		transition-delay: 0.03s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(5) {
		transition-delay: 0.04s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li {
		opacity: 1;
		transform: translate(0px,0px);
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(1) {
    	transition-delay: 0.5s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(2) {
    	transition-delay: 0.55s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(3) {
    	transition-delay: 0.6s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(4) {
    	transition-delay: 0.65s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(5) {
    	transition-delay: 0.7s;
	}
}

/* RESPONSIVE 設定(topテキスト)
------------------------------------------------------------*/

@media screen and (max-width: 839px){
	#slogan h2{
		font-size: 20px;
		/* font-family:'游明朝'; */
		margin-bottom: 30px;
		font-weight:700;
	}
}

@media screen and (max-width: 839px){
	#slogan h1{
		font-size: 35px;
		/* font-family:'游明朝'; */
		margin-bottom: 30px;
		font-weight:700;
	}
}

/* RESPONSIVE 設定(main)
------------------------------------------------------------*/

@media screen and (max-width: 839px){
	.top_ttl {
		font-size: min(7.7vw, 1.5rem);
		font-weight: 900;
		text-align: center;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 839px){
	.top_subttl {
    	font-size: 1rem;
		text-align: left;
		color: #929798;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_main_inner {
    	max-width: 1400px;
    	height: auto;
    	margin: 0px auto;
    	padding: 0px 0 48px;
    	position: relative;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_odd {
    	width: 100%;
    	height: auto;
    	display: table;
    	margin-top: 48px;
	}
}

@media screen and (max-width: 839px){
	.content_inner{
    	max-width: 100%;
    	height: auto;
    	margin: 0px auto;
    	padding: 48px 5%;
    	background: #FFFFFF;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_odd .col2_layout_left {
    	display: block;
    	width: 100%;
    	height: 200px;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_odd .col2_layout_right {
    	display: block;
    	width: 100%;
    	padding: 5% 0;
	}
}

@media screen and (max-width: 839px){
	.article_supplement_title {
    	font-size: 0.9rem;
    	color: #0e02c0;
    	font-family: 'Arial';
    	font-weight: 700;
	}
}

@media screen and (max-width: 839px){
	.article_title {
    	font-size: 1.6rem;
    	font-weight: 900;
    	margin-bottom: 4px;
	}
}
@media screen and (max-width: 839px){
	.col2_layout_btn a {
    	display: block;
    	position: relative;
    	overflow: hidden;
    	width: 260px;
    	background: #0e02c0;
		margin: 5% auto 0;
		padding: 10px;
		text-align: center;
		border-radius: 80px;
		color: #fff;
		font-weight: 700;
		box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 12%);
	}
}

@media screen and (max-width: 839px){
	.col2_layout_btn a::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		content: '';
		background: #FFFFFF;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_btn a span {
    	position: relative;
    	z-index: 2;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_even {
    	width: 100%;
		height: auto;
    	margin-top: 48px;
    	display: flex;
    	flex-direction: column;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_even .col2_layout_left {
		display: block;
		width: 100%;
		padding: 5% 0;
		order: 2;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_even .col2_layout_right {
		display: block;
		width: 100%;
		height: 200px;
	}
}

/* ===footer============= */
@media screen and (max-width: 839px){
	.footer_up_contents_box {
    	flex-direction: column;
	}
}

@media screen and (max-width: 839px){
	.footer_up_contents_box li:first-child {
    	margin-right: 0;
    	margin-bottom: 24px;
	}
}

@media screen and (max-width: 839px){
	.footer_up_contents_box li>a {
    	flex-direction: row;
    	min-height: 180px;
    	padding: 10px;
    	box-sizing: border-box;
	}
}

@media screen and (max-width: 839px){
	#map iframe {
    	width: 95%;
	}
}
