@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');


/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size:16px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	color: #000;
	text-align: justify;
	text-justify: inter-ideograph;
}

a,.linearAnime {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
    	transition: all 0.1s linear;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	opacity: 0.7;
}
a.underline:hover {
	opacity: 1;
	text-decoration: none;
}

img,svg {
	vertical-align: bottom;
}

/*色*/
.color_main {
	color: #14326e;
}
.color_red {
	color: #bf0000;
}
.color_white {
	color: #fff;
}

/*背景*/
.bg_black {
	background-color: #000;
}

/* position */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
/* sp/pcの切替 */
.sp,.sp_inline {
    display: none;
}
/*文字揃え*/
.ta-l {
	text-align: justify;
	text-justify: inter-ideograph;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center!important;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}
/*文字種類*/
.ff_english {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
/*文字太さ*/
.fontLight {
	font-weight: 300;
}
.fontRegular {
	font-weight: 400;
}
.fontMedium {
	font-weight: 500;
}
.fontSemiBold {
	font-weight: 600;
}
.fontBold {
	font-weight: 700;
}
.fontBlack {
	font-weight: 900;
}


/*幅*/
.wrap {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
}
.wrap_wide {
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
}

/*Animate.css用*/
.animated {
	opacity: 0;
}
.animated.move {
	opacity: 1;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	width: 100%;
}
.header_inner {
	width: 100%;
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 0 0 20px;
}
.header_inner .sns_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-left: auto;
	margin-right: 17px;
}
.header_inner .sns_list li + li {
	margin-left: 12px;
}

/*メニューハンバーガー*/
.menu_btn {
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.menu_btn .hamburger-icon {
	position: relative;
	display: block;
}
.menu_btn .hamburger-icon,
.menu_btn .hamburger-icon:before,
.menu_btn .hamburger-icon:after {
	width: 32px;
	height: 3px;
	-webkit-transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #000;
}
#index #fixed_header .menu_btn:not(.active) .hamburger-icon,
#index #fixed_header .menu_btn .hamburger-icon:before,
#index #fixed_header .menu_btn .hamburger-icon:after,
#drawer .menu_btn:not(.active) .hamburger-icon,
#drawer .menu_btn .hamburger-icon:before,
#drawer .menu_btn .hamburger-icon:after {
	background-color: #fff;
}
.menu_btn .hamburger-icon:before,
.menu_btn .hamburger-icon:after {
	position: absolute;
	top: 8px;
	left: 0;
	content: '';
}
.menu_btn .hamburger-icon:after {
	top: -8px;
}
.menu_btn.active .hamburger-icon {
	background-color: transparent;
}
.menu_btn.active .hamburger-icon:before,
.menu_btn.active .hamburger-icon:after {
	top: 0;
}
#index #fixed_header .menu_btn.active .hamburger-icon:before,
#index #fixed_header .menu_btn.active .hamburger-icon:after,
#drawer .menu_btn.active .hamburger-icon:before,
#drawer .menu_btn.active .hamburger-icon:after {
	background-color: #fff;
}
.menu_btn.active .hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_btn.active .hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}





/*index用*/
#index header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#index .header_inner .logo svg path  {
	fill: #fff;
}

/*fixed用*/
#fixed_header {
	background-color: #fff;
	position: fixed;
	top: -80px;
	left: 0;
	z-index: 100;
	width: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#index #fixed_header {
	background-color: #000;
}
body:not(#index) #fixed_header::after {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 100%);
}
#fixed_header.fixed_on {
	top: 0;
}
#index #fixed_header .header_inner .sns_list li svg path {
	fill: #fff;
}

/*================================================
 *  ナビゲーション
 ================================================*/


/*******ドロワー*******/
#drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 999;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: hidden;
    opacity: 0;
	overflow-y: auto;
	height: 100%;
	width: 400px;
	padding: 70px 0 30px 30px;
}
#drawer.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#drawer::-webkit-scrollbar {
	width: 10px;
}
#drawer::-webkit-scrollbar-track,
#drawer::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: none;
}
#drawer::-webkit-scrollbar-track {
	background-color: transparent;
	border: none;
}
#drawer::-webkit-scrollbar-thumb {
	background: #999;
}

#drawer .menu_btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
#drawer nav ul li {
	font-size: 28px;
	line-height: 1.5;
}
#drawer nav ul li a {
	padding: 0.5em 0;
	display: block;
}

/*================================================
 *  パンくずリスト
 ================================================*/
ol.breadcrumb {
	padding: 20px 0 25px;
}
ol.breadcrumb li {
	font-size: 12px;
	display: inline;
}
ol.breadcrumb li:before {
	content: " > ";
}
ol.breadcrumb li:first-child:before {
	content:"";
}
ol.breadcrumb li a {
	text-decoration: underline;
}
ol.breadcrumb li a:hover {
	opacity: 1;
	text-decoration: none;
}


/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	width: 100%;
	height: 190px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
#pageTitle h2 div {
	border-bottom: 1px solid #000;
	font-size: 26px;
	font-weight: 700;
	padding: 0 0.3em 0.25em;
	min-width: 240px;
	margin: 0 auto;
}
#pageTitle h2 span {
	display: block;
	margin-top: 0.4em;
}



/*================================================
 *  コンテンツ
 ================================================*/
.contents {
	padding-bottom: 100px;
}
.no_footer_bnr .contents {
	padding-bottom: 20px;
}

/*******箇条書きリスト*******/
.kome_list li,
.disc_list li,
.circle_list li,
.square_list li,
.indent_list li {
	list-style-position:inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*※箇条書き*/
.kome_list > li:before{
	display: inline;
	content: "\203b";
}
/*・箇条書き*/
.disc_list > li:before{
	display: inline;
	content: "\30fb";
}
/*●箇条書き*/
.circle_list > li:before{
	display: inline;
	content: "\25CF";
}
/*■箇条書き*/
.square_list > li:before{
	display: inline;
	content: "\25A0";
}
/*()数字*/
.number_list li{
	padding-left: 2.16em;
	text-indent: -2.66em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
.number_list li:before{
	display: inline;
	content: "（" counter(cnt) "）";
}

/*******ボタン*******/
.button {
	text-align:center;
}
.button a,
.button div a,
.button input {
	display: inline-block;
    padding: 1em 0;
    width: 300px;
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	border: none;
	border-radius: 0.3333em;
	cursor: pointer;
	text-decoration: none!important;
	background: #969696;
}
.button .gray { /*修正ボタン*/
    margin: 0 20px 0 0;
}
.button div a,
.button input[type=submit] { /*トップに戻る+同意*/
    margin: 0;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
.button input[type=submit]:disabled {
	opacity: 0.3;
	pointer-events: none;
}
.button input:hover,
.button a:hover{
	opacity: 0.7!important;
}


/*******ヒストリー*******/
.history_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 700px;
	margin: 0 auto;
}
.history_list dl {
	line-height: 1.5;
	width: 340px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.history_list dl dt,
.history_list dl dd {
	padding: 0.5em 0;
}
.history_list dl dt:nth-of-type(n+2),
.history_list dl dd:nth-of-type(n+2) {
	padding-top: 1em;
}
.history_list dl dt {
	border-right: 1px solid #000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	width: 60px;
}
.history_list dl dd {
	width: 280px;
	padding-left: 1.2em;
}
.history_list dl dd ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.history_list dl dd ul li + li:not(.row_left) {
	margin-left: 0.8em;
	padding-left: 0.8em;
	position: relative;
}
.history_list dl dd ul li + li:not(.row_left)::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 1em;
	top: 50%;
	left: 0;
	border-right: 1px solid #000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.history_list dl dd ul li a {
	text-decoration: underline;
}
.history_list dl dd ul li a:hover {
	text-decoration: none;
	opacity: 1;
}



/*================================================
 *  ポップアップ
 ================================================*/
.modaal-inner-wrapper {
	padding: 50px 0!important;
}
.modaal-gallery-control,
.modaal-close {
	font-size: 50px;
	width: 1em;
	height: 1em;
}
.modaal-close {
	background: #1e1e1e!important;
	border-radius: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.modaal-close:after,.modaal-close:before {
    top: 50%;
	left: 50%;
    width: 3px;
    height: 0.5em;
    border-radius: 3px;
}
.modaal-close:before {
	transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
}
.modaal-close:after {
	transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
}
.modaal-close:focus,.modaal-close:hover {
	background: #fff!important;
}
.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
    background: #1e1e1e!important;
}

.modaal-gallery-control {
	background: #f0f0f0!important;
	border-radius: 0;
}
.modaal-gallery-control:hover,.modaal-gallery-control:focus {
	opacity: 0.7;
}
.modaal-gallery-control:before {
    background: none!important;
	top: 50%;
    left: 50%;
    width: 0.3em;
	height: 0.3em;
    border-radius: 3px;
	margin: 0;
}
.modaal-gallery-control:after {
	content: none;
}
.modaal-gallery-next-inner {
    margin-left: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.modaal-gallery-next-inner:before {
	border-right: 4px solid #1e1e1e;
	border-bottom: 4px solid #1e1e1e;
	transform: translate(-70%,-50%) rotate(-45deg);
	-webkit-transform: translate(-70%,-50%) rotate(-45deg);
}
.modaal-gallery-prev-inner {
    margin-right: 0;
	transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
}
.modaal-gallery-prev-inner:before {
	border-left: 4px solid #1e1e1e;
	border-top: 4px solid #1e1e1e;
	transform: translate(-40%,-50%) rotate(-45deg);
	-webkit-transform: translate(-40%,-50%) rotate(-45deg);
}

.modaal-gallery-label {
	display: none;
}


/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
	cursor: pointer;
	display: none;
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 1000;
	width: 70px;
	height: 70px;
	background-color: rgba(255,255,255,0.7);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	z-index: 100;
}
.pagetop:hover {
	opacity: 0.7;
}
.pagetop span:first-child {
	width: 0.7em;
	height: 0.7em;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	display: block;
	margin-bottom: 0.2em;
}
.pagetop span:last-child::before,
.pagetop span:last-child::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}
.pagetop span:last-child::before {
	margin-bottom: -0.133em;
}
.pagetop span:last-child::after {
	margin-top: -0.133em;
}

/*================================================
 *  フッター
 ================================================*/
/*******バナー*******/
footer #footer_bnr {
	width: 1050px;
	margin: 0 auto;
}
.no_footer_bnr footer #footer_bnr {
	display: none;
}
footer #footer_bnr .slide {
	margin: 0 15px;
}
footer #footer_bnr .slide a {
	display: block;
}

/*******ロゴ*******/
footer .logo {
	padding: 80px 0 0;
	text-align: center;
}
footer .copyright {
	font-size: 14px;
	text-align: center;
	padding: 40px 0;
}










/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

body {
	font-size: 4vw;
}	

img {
	max-width: 100%;
}



/*文字揃え*/
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: justify;
	text-justify: inter-ideograph;
}
/* sp/pcの切替 */
.sp {
	display: block;
}
.sp_inline {
	display: inline;
}
.pc,.sp_none {
	display: none;
}

/*幅*/
.wrap,
.wrap_wide {
	max-width: inherit;
	width: 90vw;
}
.wrap_sp_small {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
}
.sp_wid100 {
	width: 100%;
}

/*================================================
 *  ヘッダー
 ================================================*/
.header_inner {
	height: 15vw;
	padding: 0 0 0 3vw;
}
.header_inner .logo svg,
.header_inner .logo img {
	width: 42vw;
	height: auto;
}
.header_inner .sns_list {
	margin-right: 2vw;
}
.header_inner .sns_list li + li {
	margin-left: 3vw;
}
.header_inner .sns_list li img,
.header_inner .sns_list li svg {
	height: 7vw;
	width: auto;
}
.menu_btn {
	width: 15vw;
	height: 15vw;
}
.menu_btn .hamburger-icon,
.menu_btn .hamburger-icon:before,
.menu_btn .hamburger-icon:after {
	width: 6vw;
	height: 2px;
}
.menu_btn .hamburger-icon:before,
.menu_btn .hamburger-icon:after {
	top: 2vw;
}
.menu_btn .hamburger-icon:after {
	top: -2vw;
}

/*fixed用*/
#fixed_header {
	top: -18vw;
}
body:not(#index) #fixed_header::after {
	bottom: -3vw;
	height: 3vw;
}

/*================================================
 *  ナビゲーション
 ================================================*/
/*******ドロワー*******/
#drawer {
	width: 100vw;
	padding: 14vw 0 10vw 10vw;
}
#drawer nav ul li {
	font-size: 5.5vw;
}

/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	height: auto;
	padding: 2vw 0 10vw;
}
#pageTitle h2 div {
	font-size: 6vw;
	min-width: 55vw;
}
#pageTitle h2 span {
	font-size: 3.6vw;
}


/*================================================
 *  コンテンツ
 ================================================*/
.contents {
	padding-bottom: 20vw;
}
.no_footer_bnr .contents {
	padding-bottom: 10vw;
}

/*******ボタン*******/
.button a,
.button div a,
.button input {
    display: block;
    width: 80%;
    font-size: 5vw;
	margin: 0 auto;
}
.button .gray { /*修正ボタン*/
    margin: 0 auto 5vw;
}
.button div a,
.button input[type=submit] {
    margin: 0 auto;
}


/*******ヒストリー*******/
.history_list {
	display: block;
	width: 90vw;
}
.history_list dl {
	width: 100%;
}
.history_list dl + dl dt:first-of-type,
.history_list dl + dl dd:first-of-type {
	padding-top: 1em;
}
.history_list dl dt {
	width: 17vw;
	text-align: center;
}
.history_list dl dd {
	width: 73vw;
	padding-left: 1em;
}

/*================================================
 *  ポップアップ
 ================================================*/
.modaal-inner-wrapper {
	padding: 5vw!important;
}
.modaal-close {
	font-size: 10vw;
}
.modaal-gallery-control {
	font-size: 10vw;
}
.modaal-gallery-control:before {
	border-width: 3px!important;
}
.modaal-gallery-next-inner {
    margin-left: -2vw;
}
.modaal-gallery-prev-inner {
    margin-right: -2vw;
}

.modaal-gallery-item {
	width: 100%!important;
}
.modaal-gallery-item img {
	width: 100%!important;
}

/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
	width: 14vw;
	height: 14vw;
	font-size: 3.6vw;
}



/*================================================
 *  フッター
 ================================================*/
/*******バナー*******/
footer #footer_bnr {
	width: 100%;
}
footer #footer_bnr .slide {
	margin: 0 2.5vw;
	width: 65vw;
}

/*******ロゴ*******/
footer .logo {
	padding: 10vw 0 0;
}
footer .logo img {
	height: 11vw;
	
}
footer .copyright {
	font-size: 3vw;
	padding: 7vw 0;
}





}