/* CSS Document */

@charset "UTF-8";

@import url('/css/reset.css');
@import url('/css/builder.css');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700&display=swap&subset=japanese');

@import url('https://use.fontawesome.com/releases/v6.1.1/css/all.css');

/*----------------------------------------------------------------------
全体
-----------------------------------------------------------------------*/
body {
	background-color: #FBFBFB;
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}

/*----------------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------------*/
header {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
}

header div.inner {
	position: relative;
	width: 1200px;
	height: 100vh;
	margin: 0 auto;
}

header div.inner div.caption {
	position: absolute;
	bottom: 78px;
	left: 558px;
	font-family: 'Noto Serif JP', serif;
	color: #FFF;
	white-space: nowrap;
}

header div.caption img {
	margin-bottom: 18px;
}

header div.caption p:first-of-type {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2.2px;
	margin-bottom: 32px;
}
header div.caption p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 400;
	line-height: 2.3em;
}

/*----------------------------------------------------------------------
ヘッダーメイン画像
-----------------------------------------------------------------------*/
header._01 {
	background-image: url(/images/main_img/main_01.jpg);
}
header._02 {
	background-image: url(/images/main_img/main_02.jpg);
}
header._03 {
	background-image: url(/images/main_img/main_03.jpg);
}
header._04 {
	background-image: url(/images/main_img/main_04.jpg);
}
header._05 {
	background-image: url(/images/main_img/main_05.jpg);
}
header._06 {
	background-image: url(/images/main_img/main_06.jpg);
}
header._07 {
	background-image: url(/images/main_img/main_07.jpg);
}
header._08 {
	background-image: url(/images/main_img/main_08.jpg);
}
header._09 {
	background-image: url(/images/main_img/main_09.jpg);
}
header._10 {
	background-image: url(/images/main_img/main_10.jpg);
}
header._11 {
	background-image: url(/images/main_img/main_11.jpg);
}
header._12 {
	background-image: url(/images/main_img/main_12.jpg);
}
header._13 {
	background-image: url(/images/main_img/main_13.jpg);
}

@media screen and (max-width: 736px) {
	header._01 {
		background-image: url(/images/main_img/main_sp01.jpg);
	}
	header._02 {
		background-image: url(/images/main_img/main_sp02.jpg);
	}
	header._03 {
		background-image: url(/images/main_img/main_sp03.jpg);
	}
	header._04 {
		background-image: url(/images/main_img/main_sp04.jpg);
	}
	header._05 {
		background-image: url(/images/main_img/main_sp05.jpg);
	}
	header._06 {
		background-image: url(/images/main_img/main_sp06.jpg);
	}
	header._07 {
		background-image: url(/images/main_img/main_sp07.jpg);
	}
	header._08 {
		background-image: url(/images/main_img/main_sp08.jpg);
	}
	header._09 {
		background-image: url(/images/main_img/main_sp09.jpg);
	}
	header._10 {
		background-image: url(/images/main_img/main_sp10.jpg);
	}
	header._11 {
		background-image: url(/images/main_img/main_sp11.jpg);
	}
    header._12 {
		background-image: url(/images/main_img/main_sp12.jpg);
	}
    header._13 {
		background-image: url(/images/main_img/main_sp13.jpg);
	}
}

/*----------------------------------------------------------------------
ヘッダーナビ
-----------------------------------------------------------------------*/
nav {
	display: block;
	position: absolute;
	top: 66px;
	right: 0;
	width: 100%;
}

nav li.home {
	margin-right: auto;
}

nav li.home a {
	display: block;
}

nav li.home a img {
	width: 228px;
}

nav ul {
	display: flex;
	flex-flow: row-reverse;
	width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
}

nav ul li a {
	margin-right: 46px;
	text-shadow: rgba(250,250,250,0.2) 0px 1px 0;
}

nav a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	letter-spacing: 1.3px;
	text-decoration: none !important;
}
nav a:visited {
	color: #242414;
}
nav a:hover {
	color: #D37753;
}

/*----------------------------------------------------------------------
グローバルナビ
-----------------------------------------------------------------------*/
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
	padding: 20px 14px;
	background: rgba(255, 255, 255, 0.55);
}

/*----------------------------------------------------------------------
spナビ
-----------------------------------------------------------------------*/	
@media screen and (max-width: 736px) {
	nav.sp ul li:not(home) {
		float: left;
	}

	nav a {
		margin-left: 0;
		margin-right: 20px;	
	}

	.sp-header {
		position: fixed;
		top: 0;
		width: 100%;
		padding: 14px;
		background: rgba(255, 255, 255, 0.55);
		z-index: 30000;
	}

	.sp-header div {
		max-width: 100%;
		margin: 2vw 0px 0px -22px;
		border-spacing: 22px 0px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.sp-header div a {
		display: table-cell;
		padding: 4px 6px;
		border-radius: 2px;
		font-family: 'Ubuntu', sans-serif;
		font-size: 14px;
		letter-spacing: 1.3px;
		white-space: nowrap;
		text-decoration: none !important;
	}

	.sp-header div a.on {
		background: rgba(212, 208, 205, 0.95);
	}

	::-webkit-scrollbar {
		display: none;
	}
}

/*----------------------------------------------------------------------
メイン
-----------------------------------------------------------------------*/
main {
	width: 930px;
	padding: 65px 135px 0px;
	margin: 0 auto;
}

main h1 {
	display: table;
	margin: 0px auto 50px;
	font-family: 'Noto Serif JP', serif;
	font-size: 32px !important;
	font-weight: 700;
	letter-spacing: 1.8px;
	color: #0F1F29;
}
main.talk h1 {
	margin: 0 auto !important;
}

main h1 img {
	display: table;
	margin: 22px auto 25px;
}

main h1 span {
	display: table;
	margin: 0 auto;
	font-family: 'Ubuntu', sans-serif;
	font-size: 11px;
	color: #555;
}

main div.main-top {
	display: flex;
	margin-top: 50px;
}

main div.main-top figure {
	width: 50%;
	margin: 0;
}

main div.main-top figure figcaption {
	padding: 9px 15px 0px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.9em;
}

main div.main-top figure figcaption strong {
	font-size: 14px;
}
main div.main-top figure figcaption strong::before {
	content: "\025b2";
	margin-right: 3px;
	color: #A4A4B3;
}

main article {
	margin-bottom: 42px;
	overflow: hidden;
}

main article h2 {
	margin-bottom: 2em;
	font-family: 'Noto Serif JP', serif;
	font-size: 23px !important;
	font-weight: 700;
	letter-spacing: 0.6px;
	color: #0F1F29;
}
main article:first-of-type h2 {
	margin-top: 62px;
}

main article h3 {
	margin: 2em 0em 0.8em;
	line-height: 1.7em;
	font-size: 18px;
}

main article p {
	margin-bottom: 1.6em;
	line-height: 1.7em;
	font-size: 15px !important;
	text-align: justify;
	overflow: hidden;
}
main article p.bottom {
	margin-bottom: 0;
}

main article p b {
	margin-right: 1em;
	font-weight: bold;
}

main figure {
	margin: 0;
}

main figcaption {
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.6em;
}

main figure img {
	width: 100%;
}

.full {
	margin: 3em 0em;
}
img.right {
	float: right;
	width: 402px;
	margin: 3px 0 3.2em 64px;
}
img.left {
	float: left;
	width: 402px;
	margin: 3px 64px 3.2em 0;
	overflow: hidden;
}

main article .top {
	margin-top: 3px !important;
}

main article p.Textby {
	margin-top: 4.4em;
}

main article p.Textby2 {
	float: right;
	width: 47%;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 1.9em;
}

main article p.Textby2 strong {
	font-size: 14px !important;
}

@media screen and (max-width: 736px) {
	main h1 {
		margin: 0;
		font-family: 'Noto Serif JP', serif;
		letter-spacing: 1.8px;
	}

	main article h2 {
		font-size: 20px !important;
	}
	
	main article h2 span {
		font-size: 20px !important;
	}

main article p.Textby2 {
		float: left;
		width: 80%;
		margin-top: 20px;
	}
}

main article figure, main article img {
	display: block;
}

/*----------------------------------------------------------------------
リード文
-----------------------------------------------------------------------*/
main p.lead {
	margin-bottom: 2.6em;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
}
main p.lead:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	main p.sp_01, main h1 {
		font-family: 'Noto Serif JP', serif;
		font-size: 19px !important;
		font-weight: 600;
		letter-spacing: 2.2px;
		margin-bottom: 32px;
	}

	main p.sp_01, main h1 {
		font-size: 2em !important;
		text-align: center;
	}

	main p.sp_02 {
		margin-bottom: 50px;
		font-size: 15px;
		line-height: 1.7em
	}

	main p.lead {
		margin-bottom: 1.6em;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 15px;
		font-weight: normal;
		line-height: 1.8em;
		text-align: left;
	}
}

/*----------------------------------------------------------------------
main-bottom
-----------------------------------------------------------------------*/
.main-bottom {
	margin: 0 -250%;
	padding: 56px 250%;
	background-color: #FFF;
	overflow: hidden;
}

.main-bottom a {
	clear: both;
	display: block;
	margin-top: 0.5em;
}
.main-bottom a:hover {
	opacity: 0.8;
}

.main-bottom a img {
	width: 100%;
}

main article p.Textby2 {
	width: 100%;
}

.Textby2:nth-of-type(2) {
	margin-bottom: 0.5em;
}

@media screen and (min-width: 736px) {
	main article p.Textby2 {
		width: 77.5%;
	}

	.main-bottom a {
		width: 580px;
	}
}

@media screen and (max-width: 736px) {
	main article.main-bottom {
		padding-top: 42px;
	}

	main article p.Textby2 {
		width: 100%;
		margin-top: 15px;
	}

	.Textby2 br {
		display: block;
		margin-bottom: 0.33em;
	}
}

/*----------------------------------------------------------------------
リスト
-----------------------------------------------------------------------*/
main ul {
	margin: 1.6em 0em;
	line-height: 1.7em;
	font-size: 15px !important;
}

main ul li {
	margin: 0em 0em 0.25em 1.4em;
	text-indent: -1.4em;
}

/*----------------------------------------------------------------------
pagetop
-----------------------------------------------------------------------*/
#page-top {
	z-index: 200;
	position: fixed;
	bottom: 200px;
	left: 24px;
	width: 50px;
	height: 50px;
}
#page-top:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

#page-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #242414;
	color: #242414 !important;
	text-decoration: none;
}

#page-top a i {
	font-size: 1.875em;
}

@media screen and (min-width:736px) and ( max-width:1100px) {
	#page-top {
		bottom: 130px;
	}
}

@media screen and (max-width: 736px) {
	#page-top, #page-top a {
		width: 40px;
		height: 40px;
	}

	#page-top {
		right: 3.7vw;
		display: none !important;
	}
}

/*----------------------------------------------------------------------
フローティングバナー
-----------------------------------------------------------------------*/
.fixed_banner {
    position: fixed; /* 追従させる為にfixedの値を記述します */
    z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
    bottom: 20px; /* 上から150pxのところにバナーを配置します */
    right: 24px; /* 右から40pxのところにバナーを配置します */
}

.fixed_banner_pc {
    width: 300px; /* バナーの横幅を指定してあげます */
}

.fixed_banner a:hover {
    opacity: .8; /* マウスが重なった時に少し透過させます */
}

.fixed_banner_sp {
    display: none; /* PCではスマホ用のバナーは非表示にします */
}


@media screen and (max-width: 736px) { /* メディアクエリを使ってスマホ用のブレイクポイントを指定 */
.fixed_banner {
    bottom: -5px;
    left:10px;
}

.fixed_banner_sp {
    display: inline-block;
    width: 200px; 
}
    
.fixed_banner_pc {
    display: none; 
}

}

/*----------------------------------------------------------------------
フッター
-----------------------------------------------------------------------*/
footer {
	width: 100%;
	background-color: #0F1F29;
}

footer div.inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 88px 0px 30px;
	text-align: center;
}

footer div.inner ul {
	position: absolute;
	top: 20px;
	left: 0;
	text-align: left;
	overflow: hidden;
}

footer div.inner ul li {
	float: left;
	margin-left: 1.25em;
	font-size: 1.125em;
}

footer div.inner ul a {
	color: #FFF !important;
	text-decoration: none;
}

footer div.inner ul a:hover {
	text-decoration: underline;
}

a.footer-home span {
	margin-left: 1.2em;
}

footer div.inner img {
	width: 228px;
	margin-bottom: 12px;
}

footer div.inner p {
	letter-spacing: 1.6px;
	font-size: 12px;
	color: #FFF;
}

footer div.inner p span {
	letter-spacing: 0.3px;
	font-size: 9.6px;
}

@media screen and (max-width: 736px) {
	 footer div.inner {
		width: 78%;
		padding: 80px 11% 8px;
	}

	footer div.inner ul {
		position: absolute;
		top: 18px;
		left: 12px;
	}

	footer div.inner ul li {
		margin-bottom: 0.33em;
	}

	footer div.inner p span {
		display: block;
		padding-top: 8px;
	}
}

/*----------------------------------------------------------------------
レスポンシブ
-----------------------------------------------------------------------*/
@media screen and (min-width: 736px) {
	.sp, .sp-header {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	.pc {
		display: none;
	}

	header {
		height: 55vh;
	}

	header div.inner {
		position: static;
		width: 100%;
		height: 55vh;
	}

	header div.caption img {
		margin-bottom: 0;
	}

	.is-show {
		padding: 14px 14px;
	}

	main p br {
		display: none;
	}

	main {
		width: 86%;
		padding: 40px 7% 0px;
	}

	main div.main-top {
		display: block;
	}

	main div.main-top figure {
		width: 100%;
	}
	main div.main-top figure:first-of-type {
		margin-bottom: 20px;
	}

	main div.main-top figure figcaption {
		padding: 9px 0px;
		text-align: justify;
	}

	main img {
		width: 100% !important;
	}

	main h1 img {
		width: 80% !important;
	}

	main article img.right, main article img.left {
		float: none;
	}
	
	main article .full, main article .right, main article .left {
		margin: 0.3em 0 1.8em;
	}

	.home a img {
		width: 40vw;
	}

	header div.inner div.caption {
		width: 86vw;
		top: 38vh;
		left: 4vw;
	}

	header div.inner div.caption img {
		width: auto;
		height: 18.2vw;
	}

	header div.inner div.caption p {
		display: none;
	}
}

/*----------------------------------------------------------------------
2020_1108追加
-----------------------------------------------------------------------*/
@media screen and (min-width: 736px) {
	br.pc {
		display: block;
	}
}

@media screen and (max-width: 736px) {
	br.sp {
		display: block;
	}
}

/*----------------------------------------------------------------------
2022_0323追加
-----------------------------------------------------------------------*/
.Textby2:nth-last-of-type(1) {
	display: none;
}

/*----------------------------------------------------------------------
2022_0704追加
-----------------------------------------------------------------------*/
footer .GlobalSign {
	position: absolute;
	left: 1.25em;
	bottom: 60px;
}

@media screen and (max-width: 736px) {
	footer .GlobalSign {
		position: static;
		margin-top: 3em;
		text-align: end;
	}
}