@charset"utf-8";



/*ゴシック系フォント*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/*-------------------------------
【フォント太さ一覧】
・300 → Light
・400 → Regular
・500 → Medium
・600 → Semi-bold
・700 → Bold
-------------------------------*/


/* ===================================
*
　★リセットCSS
*
===================================-*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
html {
    font-size: 62.5%;
}
body {
    color: black;
    background-color: #fff;
    font-size: 1.5rem;
    line-height: 1.6;
    -webkit-text-size-adjust: none;
    position: relative;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
body .fw100{
    font-weight:100
    }
 
body .fw300{
    font-weight:300
    }
 
body .fw400{
    font-weight:400
    }
 
body .fw500{
    font-weight:500
    }
 
body .fw600{
    font-weight:600
    }
 
body .fw700{
    font-weight:700
    }
 
body .fw900{
    font-weight:900
    }

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
    opacity: 0.6;
}
body p,body ul li a,body ul,body li,dl,dt,dd{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
button, input,input[type=button], input[type=reset], input[type=submit] {
    touch-action: manipulation;
    transition: border .15s linear, color .15s linear, background-color .15s linear;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
img {
    vertical-align: bottom;
}
:focus {
    outline: none;
}
.con_btn{
	text-align: center;
	margin: 50px 0;
}
.con_btn a{
	width: 500px;
	display: block;
	margin: 0 auto;
}
.con_btn a img{
	width: 100%;
}
/* ===================================
*
　リセットCSS - SP
*
===================================-*/
@media screen and (max-width: 767px) {
	img {
	  width: 100%;
	  height: auto;
	}
	.con_btn{
		text-align: center;
		margin: 12% 0;
	}
	.con_btn a{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.con_btn a img{
		width: 100%;
	}
}
/*===================================
max-width: 767px - SPここまで
===================================*/



/* ============================================
*
　共通
*
===============================================*/
body{
	min-width: 1200px;
	overflow-x: hidden;
	color: #3f2f15;
}    
body main{
    width: 100%;
    margin: 0px auto 0px;
}
body .inner{
    width: 960px;
    margin: 0 auto;
}
body p,body ul li a,body ul,body li,dl,dt,dd{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	line-height: 1;
    font-weight: 400;
}
button, input,input[type=button], input[type=reset], input[type=submit],textarea {
    touch-action: manipulation;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	border: none;
    font-weight: 400;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
input[type=radio]{
	width: auto!important;
	cursor: pointer;
}
textarea {
	margin-top: 15px;
	height: 200px;
}
body p{
	font-size: 1.5rem;
	line-height: 1.8;
}
body a{
	font-size: 1.4rem;
	color: #3f2f15;
	line-height: 1;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
}
#top .sec_box{
	margin-top: 70px;
}
.contact_fixed{
	position: fixed;
	right: 0;
	bottom: 290px;
	z-index: 100000;
}
h2{
	font-size: 4rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
h2 span.small{
	font-size: 1.7rem;
	line-height: 1;
	margin-bottom: 20px;
	display: block;
}
h2 span.un_span{
	font-size: 1.7rem;
	line-height: 1;
	margin-top:20px;
	position: relative;
	text-align: center;
	display: block;
}
h2 span.un_span:before{
	position: absolute;
    top: 48%;
    width: 437px;
	border-top: 2px dotted;
    content: '';
	left: 0;
}
h2 span.un_span:after{
	position: absolute;
    top: 48%;
    width: 437px;
	border-top: 2px dotted;
    content: '';
	right: 0;
}
h3{
	font-size: 2rem;
	position: relative;
	padding-left: 12px;
}
h3:before{
	position: absolute;
    background: #73b2dd;
    width: 5px;
	height: 100%;
    content: "";
    left: 0;
    top: 0;
}
div.ttl p{
	font-size: 1.6rem;
	text-align: center;
	line-height: 2;
}
div.ttl{
	margin-bottom: 60px;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){  
    body{
        min-width: 100%;
    }    
    body main{
		width: 100%;
		margin: 0 auto 0%;
		padding-top: 10%;
    }
    body .inner{
        width: 100%;
        padding: 0 6%;
    }
	body header .inner{
		padding: 0;
	}
	#top .sec_box{
		margin-top: 10%;
	}
	h2{
		font-size: 3rem;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 30px;
	}
	h2 span.un_span:before{
		position: absolute;
		top: 48%;
		width:100px;
		border-top: 2px dotted;
		content: '';
		left: 0;
	}
	h2 span.un_span:after{
		position: absolute;
		top: 48%;
		width: 100px;
		border-top: 2px dotted;
		content: '';
		right: 0;
	}
	div.ttl{
		margin-bottom: 8%;
	}
	h2 span.small{
		margin-bottom: 6px;
	}
	h2 span.un_span{
		margin-top: 6px;
	}
	.contact_fixed{
		bottom: 0;
	}
	.scroll{
		width: 100%;
		overflow: scroll;
	}
	span.scroll_txt{
		color: red;
		font-size: 1.2rem;
		display: block;
		margin-bottom: 10px;
	}
}/*---------------------SP用ここまで*/




/* ===================================
*
　★PC/SP 切り替え
*
===================================-*/
.pc{
	display: block;
}
.sp{
	display: none;
}
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

/* ===================================
*
　PC/SP 切り替え - SP
*
===================================-*/
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
    .flex{
        display: block;
    }
}
/*===================================
max-width: 767px - SPここまで
===================================*/



/* ===================================
*
　header
*
===================================-*/
header{
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 10;
	background: #2c4156;
}
header .logo{
	padding: 28px 0;
}
/*
PC時のみの設定-----------------------------*/
@media only screen and (min-width: 768px){
    header .header_top ul{
        justify-content: space-between;
        align-items: flex-end;
		width: 1080px;
    }
    header .inner{
        width: 1080px!important;
        margin: 0 auto;
    }
    header nav .gnav{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1080px;
        margin-top: 30px;
        margin-bottom: 14px;
    }
    header nav .gnav li{
        font-size: 1.6rem;
        height: 100%;
        box-sizing: border-box;
        width: 180px;
        border-right: 1px solid #dcdcdc;
        height: 40px;
    }
    header nav .gnav li:first-child{
        border-left: 1px solid #dcdcdc;
    }
    header nav .gnav li a{
        padding-top: 11px;
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
        text-align: center;
        line-height: 1;
        padding-bottom: 44px;
        font-size: 1.5rem;
        position: relative;
    }
    header nav .gnav li a.on:after{
        content: '';
        width: 7px;
        height: 5px;
        opacity: 1;
        visibility: unset;
        transition: 0s;
        background-image: url(../img/header_arrow.png);
        position: absolute;
        bottom:10px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    header nav ul li:last-child img{
        vertical-align: unset;
    }
    header nav ul > li {
      position: relative;
    }
    header nav .dropdown {
      position: absolute;
      /*left: -40px;*/
      z-index: 1000;
      width: 180px;
      top: 54px;
      display: block;
      height: 100%;
    }
    header nav .dropdown li{
        border: none;
    }
    header nav .dropdown li:first-child{
        border: none;
    }
    header nav .dr01 {
      left: -0px;
    }
    header nav .dr02 {
      left: -0px;
    }
    header nav .dr03 {
      left: -0px;
    }
    header nav .dr04 {
      left: -0px;
    }
    header nav .dropdown li {
        display: block;
        padding-left: 0;
        padding-top: 0;
        background: #153368;
        border-bottom: 1px solid #ffffff40;
        border-left: none !important;
        height: auto;
        border-bottom: 1px solid #ffffff5c !important;
    }
    header nav .dropdown li:last-child {
      border-bottom: none!important;
    }
    header nav .dropdown li a {
        color: #fff;
        padding: 10px;
        display: block;
        line-height: 1.5;
        text-align: center;
        font-size: 1.3rem;
    }
    
    /*日本語英語*/
    header .header_top .lang a{
        line-height: 1;
    }
    header .header_top .lang .JP{
        padding-right: 13px;
        color: #153368;
        border-right: 2px solid #153368;
    }
    header .header_top .lang .eng{
        padding-left: 13px;
        color: #a5a5a5;
    }
    header nav .sp_lang{
        display: none;
    }
}/*--------PCのみの設定ここまで*/


/*
SP時のみの設定-----------------------------*/
@media only screen and (max-width: 767px){
    header{
		height: 80px;
		width: 100%;
		min-width: 100%;
		padding: 2% 3% 3%;
		z-index: 1000;
    }
    header .logo{
        margin-top: 0;
        width: 220px;
		padding: 10px;
		padding-top: 15px;
    }
    /* hamburger */
    .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .menu-trigger{
        position: absolute;
        width: 32px;
        height: 32px;
        top: 26%;
        right: 5%;
    }
    .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #153368;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 8px;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 18px;
    }
    .menu-trigger span:nth-of-type(3) {
      top: 28px;
    }

    /* hamburger open/close */
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
    }
    header nav .gnav{
        display: none;
    }
    header nav ul {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1000;
    width: 100%;
    }
    header nav ul.global_nav {
    display: none;
    }
    header nav ul > li {
    display: block;
    text-align: center;
    background: #153368;
    height: initial;
    border-bottom: #425a84 solid 1px;
    padding-left: 0;
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 20px;
    }
    header nav ul > li a {
    display: block;
    color: #fff;
    padding: 10px 0;
    }
    header nav ul .dropdown {
    display: none;
    }
    header nav ul .group {
    display: none;
    }
    }
    /*　ハンバーガーメニュー展開　*/
@media screen and (max-width: 767px) {
	header nav ul > li {
		position: relative;
	}

	.add_dropdown{
		position: absolute;
		width: 50px;
		height: 100%;
		top: 0;
		right: 0;
		border-left: 1px solid #425a84;
		z-index: 10;
		cursor: pointer;
	}

	.add_dropdown:before{
		content: "";
		position: absolute;
		width: 21px;
		height: 1px;
		top: 21px;
		right: 13px;
		margin: auto;
		background: #fff;
	}

	.add_dropdown:after{
		content: "";
		position: absolute;
		width: 1px;
		height: 21px;
		top: 11px;
		right: 23px;
		margin: auto;
		background: #fff;
	}
	.add_dropdown.active:after{
		display: none;
	}
	header nav ul .dropdown{
		position: relative;
		top: 0;
		border-top: 1px solid #153368;
        left: 0;
        width:100%;
	}
	header nav ul .dropdown li{
		position: relative;
		top: 0;
		border-bottom: 1px solid #153368;
		background: #fff;
	}
	header nav ul .dropdown li:last-child{
		border-bottom: none;
	}
	header nav ul .dropdown li a{
		color: #153368;
	}
    /*日本語英語*/
    header .header_top .lang{
        display: none;
    }
    header nav .sp_lang{
        display: flex;
        justify-content: center;
        background: #071d44;
    }
    header nav .sp_lang a{
        padding: 10px;
    }
    header nav .sp_lang a.JP{
        border-right: 1px solid #5a6477;
        width: 50%;
    }
    header nav .sp_lang a.eng{
        width: 50%;
    }
}/*---------SP時のみの設定ここまで*/






/* ===================================
*
　★footer
*
===================================-*/
body footer{
    background: #222222;
    padding: 30px 0 0;
    background-image: url(../img/footer_bg.png);
    background-size: cover;
	color: #fff;
}
body footer p.address{
	font-size: 1.4rem;
	font-weight: 400;
}
body footer .inner{
    width: 960px;
    margin: 0 auto 30px;
    justify-content: space-between;
    align-items: center;
}
body footer a{
    color: #fff;
    font-weight: 300;
    margin-left: 0;
    line-height: 1;
    font-size: 1.5rem;	
	margin-bottom: 9px;
	display: block;
}
body footer .tel_box{
	margin-top: 15px;
}
body footer .tel_box strong{
	margin-bottom: 9px;
    display: block;
}
body footer .ad{
	line-height: 1.5;
}
body footer div.copy{
    background: #000000;
    padding: 20px;
    position: relative;
}
body footer div.copy #top_arrow{
    position: absolute;
    top: 17px;
    right: 20px;
}
body footer div.copy p{
    font-size: 1rem;
    line-height: 1;
    color: #adadad;
    text-align: center;
    font-weight: normal!important;
}
/* ===================================
*
　footer - SP
*
===================================-*/
@media only screen and (max-width: 767px){
    body footer{
        background: #222222;
        padding: 0;
    }
    body footer .logo{
        margin: 0 auto;
    }
    body footer .logo img{
        width: 100%;
    }
    body footer .inner{
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
		padding: 7% 0;
    }
    body footer ul.flex li{
        display: none;
    }
    body footer a{
        color: #fff;
        font-weight: normal!important;
        margin-left: 0px;
        line-height: 1;
        font-size: 1.5rem;
    }
    body footer div.copy{
        background: #000000;
        padding: 5% 5% 70px;
        position: relative;
    }
    body footer div.copy #top_arrow{
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: 22px;
        height: 14px;
        top: unset;
    }
    body footer div.copy p{
        font-size: 1rem;
        line-height: 1.5;
        color: #adadad;
        text-align: center;
        font-weight: normal!important;
    }
	body footer div.copy_img{
		padding: 5% 20%;
		background: #222222;
		background-image: none;
		background-size: auto;
		background-image: url(../img/footer_bg.png);
		background-size: cover;
		background-position-x: center;
	} 
	body footer p.address{
		font-size: 1.2rem;
		font-weight: 400;
		margin-top: 5%;
	}
	body footer .address{
		margin-top: 5%;
	}
}/*===================================
max-width: 767px - SPここまで
===================================*/




