@charset "utf-8";


/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/*lightbox.cssの読み込み
---------------------------------------------------------------------------*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/css/lightbox.css);


/*opa1のキーフレーム設定
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity:0;}
	100% {opacity:1;}
}


/*animation1のキーフレーム設定（開閉ブロックのアニメーションに使用）
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {left:-200px;}
	100% {left:0px;}
}



/*全体の設定
---------------------------------------------------------------------------*/
body * {box-sizing:border-box;}
html,body { height:100%; font-size:16px;}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	html, body { font-size:17px;}

	}/*追加指定ここまで*/

body {
 font-family:"UDDigiKyokasho R JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-weight:300; font-optical-sizing:auto; letter-spacing:0.1rem; text-indent:0.1rem; -webkit-text-size-adjust:none; margin:0;padding:0; line-height:1.8; background:#000; color:#fff;}

p{ padding-left:20px;}

/*リセット*/
figure {margin:0;}
dd {margin:0;}
nav,ul,li {margin:0; padding:0;}
nav ul {list-style:none;}
h1,h2,h3,h4 {font-weight:400;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img { border:none; max-width:100%; height:auto; vertical-align:middle;}

/*videoタグ*/
video {max-width:100%;}

/*iframeタグ*/
iframe {width:100%;}

/*他*/
input {font-size:1rem;}
strong {font-weight:500;}
.yellow{color:#ffff00; font-weight:bold;}
.yellow2{color:#ffd700; font-weight:bold;}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a { color:#fff; transition:0.3s;}
a:hover { text-decoration:none;}

/*申込ボタン*/
.but49 { display:flex; justify-content:center; align-items:center; width:250px; margin:0 auto; padding: .9em 2em; border:2px solid #fff; border-radius: 15px; box-shadow:0 0 0 3px #ffff00; background-color:#ffff00; color:#000; font-weight:600; font-size:1.2em;}

a .but49 { text-decoration:none;}
a:hover .but49 { background-color: #fff;}


/*header（ロゴとメニューが入ったブロック）
---------------------------------------------------------------------------*/
header { width:250px; padding:0 2vw; margin-top:5vw; text-align:center;}

/*ロゴ*/
header #logo img {display:block;}
header #logo { padding:0;margin:0;}
header #logo span { display:block; font-size:0.7rem;}


/*画面幅900px以上の追加指定*/
@media screen and (min-width:900px) {

 header { position:fixed; left:0px; top:0px;}

}/*追加指定ここまで*/

/*画面の高さが500px以下の追加指定*/
@media screen and (max-height:500px) {

 header { position:absolute;}

}

/*mainブロック（右側のsectionを囲むブロック）
---------------------------------------------------------------------------*/
/*画面幅900px以上の追加指定*/
@media screen and (min-width:900px) {

 main {	margin-left:250px;}

}/*追加指定ここまで*/


/*main内のh2*/
main h2 { font-size:2rem;}

/*main内のh3*/
main h3 { font-size:1.5rem;}



/*メニューブロック初期設定
---------------------------------------------------------------------------*/
/*メニューをデフォルトで非表示*/
#menubar {display:none;}

/*上で非表示にしたメニューを表示させる為の設定*/
.large-screen #menubar {display:block;}
.small-screen #menubar.display-block {display:block;}

/*3本バーをデフォルトで非表示*/
#menubar_hdr.display-none {display:none;}


/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#menubar ul { margin:3rem 0;}

/*メニュー一個あたり*/
#menubar nav a { text-decoration:none; display:block; background:rgba(0,0,0,0.5); border:1px solid rgba(255,255,255,0.3); color:#fff; padding:0.5rem; margin:0.5rem 0; border-radius:5px;}

/*マウスオン次*/
#menubar nav a:hover { background:rgba(0,0,0,0.9); border:1px solid rgba(255,255,255,0.9);}

/*900px以下画面でのメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
.small-screen #menubar.display-block {
	position:fixed; overflow:auto; z-index:100; left:0px; top:0px; width:100%; height:100%; padding-top:80px; background:rgba(0,0,0,0.9); animation:animation1 0.2s both;	/*animation1を実行する。0.2sは0.2秒の事。*/}

.small-screen #menubar ul {	margin:3rem;}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーを囲むブロック*/
#menubar_hdr { animation:opa1 0s 0.2s both; position:fixed; z-index:101; cursor:pointer; right:30px; top:30px; padding:16px 14px; width:46px; height:46px; display:flex; 	flex-direction:column; justify-content:space-between; background:#d30c44;}

/*バー１本あたりの設定*/
#menubar_hdr span { display:block; transition:0.3s; border-top:1.5px solid #fff;}

/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) { transform-origin:center center; width:20px;}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){ transform:rotate(45deg) translate(3.8px, 5px);/*回転45°と、X軸Y軸への移動距離の指定*/}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){ transform:rotate(-45deg) translate(3.8px, -5px);/*回転-45°と、X軸Y軸への移動距離の指定*/}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){ display:none;/*２本目は使わないので非表示にする*/}


/*メニュー内にあるソーシャルメディアのアイコン
---------------------------------------------------------------------------*/
ul.icons { list-style:none; margin:0; padding:0; display:flex; justify-content:center;}
ul.icons li { margin-right:10px;}
ul.icons i { font-size:20px;}


/*section
---------------------------------------------------------------------------*/
/*フェード設定*/
.section::before {
	opacity:0; /* 初期状態では非表示 */
	transition:opacity 1s; /* 1秒かけてフェードイン/フェードアウト */
}
.section.active::before {
	opacity:1; /* フェードイン状態 */
}
.section.inactive::before {
	opacity:0; /* フェードアウト状態 */
}

/*section要素*/
section { padding:2vw 5vw;	/*ボックス内の余白。上下、左右への順番。*/}

/*４つのsectionブロックの共通設定*/
#section1,#section2,#section3,#section4,#section5,#section6,#section7,#section8,#section9 {
	min-height:calc(100dvh - 50px);	/*最低の高さ。100dvhは画面の高さ100%のこと。50pxは下のmarginの値。*/
	margin-bottom:50px;	/*ボックスの下に空けるスペース*/
	padding:5vw;			/*ボックス内の余白*/
}
	/*画面幅900px以上の追加指定*/
@media screen and (min-width:900px) {

	#section1,#section2,#section3,#section4,#section5,#section6,#section7,#section8,#section9 {
		border-radius:3vw 0 0 3vw;	/*角丸の指定。左上、右上、右下、左下への順番。*/
	}

}/*追加指定ここまで*/


/*背景画像を置く為の設定*/
#section1::before,#section2::before,#section3::before,#section4::before,#section5::before,#section6::before,#section7::before,#section8::before,#section9::before {
	content:'';
	position:fixed;z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*section1の設定*/
#section1 {	color:#fff;}
#section1 div {	margin:auto 0 auto 100px;}
#section1::before {	background:url('../images/section1.jpg') no-repeat center center / cover;}

/*section2の設定*/
#section2 {	background-color:rgba(0,30,67,0.9); color:#fff;}
#section2::before {	background:url('../images/section1.jpg') no-repeat center center / cover;}

/*section3の設定*/
#section3 { background-color:rgba(4,60,120,0.9); color:#fff;}
#section3::before {	background:url('../images/section1.jpg') no-repeat center center / cover;}

/*section4の設定*/
#section4 { background-color:rgba(4,60,120,0.9); color:#fff;}
#section4::before {	background:url('../images/section1.jpg') no-repeat center center / cover;}

/*section5の設定*/
#section5 { background-color:rgba(0,100,140,0.9); color:#fff;}
#section5::before { background:url('../images/section2.jpg') no-repeat center center / cover;}

/*section6の設定*/
#section6 { background-color:rgba(0,96,141,0.9); color:#fff;}
#section6::before { background:url('../images/section2.jpg') no-repeat center center / cover;}

/*section7の設定*/
#section7 { background-color:rgba(104,169,207,0.9); color:#001e43;}
#section7::before { background:url('../images/section3.jpg') no-repeat center center / cover;}

/*section8の設定*/
#section8 { background-color:rgba(104,169,207,0.9); color:#001e43;}
#section8::before { background:url('../images/section3.jpg') no-repeat center center / cover;}

/*section9の設定*/
#section9 { background-color:rgba(104,169,207,0.9); color:#001e43;}
#section9::before { background:url('../images/section3.jpg') no-repeat center center / cover;}


/*背景色を入れない場合（画像だけを表示したい場合）*/
.no-bgcolor {background-color:transparent !important;}

.sho{ width:100%;}
.le{ width:20%;}

.sp_br {
  display: none; /*768px以上では改行タグを無効に。*/
}
@media screen and (max-width: 600px) {
  .sp_br {
    display: block; /*768px未満で改行タグを有効に。*/
  }
}

/*画面の高さが500px以下の追加指定*/
@media screen and (max-width:500px) {

h1,h2,h3,h4 {font-weight:300;}

#section1 div {	margin:auto 0 auto 0px;}

img{ width:100%;}
.sho td {display:block;}
.le{ width:100%;}

.txt{ width:100%; margin:5px auto 30px auto;}
.txt dt{ font-size:18px; font-weight:bold;}
.txt dd{ width:100%; margin:5px auto; padding-left: 0; text-indent: 0;}

}


/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size:100%;}
footer {
	font-size:0.9rem;
	text-align:center;
	padding-bottom:1rem;
}

/*リンクテキスト*/
footer a {color:inherit;text-decoration:none;}

.txt{ width:100%; margin:5px auto 30px auto;}
.txt dt{ font-size:18px; font-weight:bold;}
.txt dd{ width:97%; margin:5px auto; padding-left: 1em; text-indent: -1em;}



/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display:block;}

/*ボタンの設定*/
.pagetop a {
	display:block;text-decoration:none;text-align:center;z-index:99;
	animation:opa1 0.2s 0.2s both;	/*一瞬ボタンが出ちゃうのを隠す為の応急措置*/
	position:fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right:20px;		/*右からの配置場所指定*/
	bottom:20px;		/*下からの配置場所指定*/
	color:#fff;		/*文字色*/
	font-size:1.5rem;	/*文字サイズ*/
	background:rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width:60px;		/*幅*/
	line-height:60px;	/*高さ*/
	border-radius:50%;	/*円形にする*/
}

/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content:"";display:block;clear:both;}
.l {text-align:left !important;}
.c {text-align:center !important;}
.r {text-align:right !important;}
.ws {width:95%;display:block;}
.wl {width:95%;display:block;}
.mb0 {margin-bottom:0px !important;}
.mb30 {margin-bottom:30px !important;}
.look {display:inline-block;padding:0px 10px;background:#000;border:1px solid #fff;border-radius:3px;margin:5px 0; word-break:break-all;}
.sl {font-size:0.75em;}
.lg {font-size:1.8em; letter-spacing:0.1em;}
.color-check, .color-check a {color:#ffcf0d;}
.pc {display:none;}
.dn {display:none !important;}
.block {display:block !important;}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

		.ws {width:48%;display:inline;}
		.sh {display:none;}
		.pc {display:block;}

	}/*画面幅900px以上の追加指定ここまで*/
