/* 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 {
	width: 1200px;
	height: 100vh;
	margin: 0 auto;
}

header div.inner h1 {
	display: block;
	position: absolute;
	bottom: 8vh;
	left: 50%;
	width: 298px;
	margin-left: -149px;
}

header div.inner h1 img, header div.inner h1 a img {
	width: 100%;
}

header div.inner h1 p {
	margin: 1.6em 0em 0.6em;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	letter-spacing: 1.1px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.45);
}

header div.inner h1 a {
	width: 180px;
	margin: 0 auto;
}

@media screen and (max-width: 736px) {
	header div.inner h1 {
		width: 40vw;
		top: 36.8vh;
		left: 50%;
		margin-left: -20vw;
	}

	header div.inner h1 p {
		margin: 0.65em 0em 0.6em;
	}

	header div.inner h1 a {
		width: 26vw;
		max-width: 88% !important;
	}
}

/*----------------------------------------------------------------------
ヘッダーナビ
-----------------------------------------------------------------------*/
nav {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	padding: 66px 0px 20px;
	background: rgba(255, 255, 255, 0.55);
}

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;
}

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);
}

.is-show ul {
	padding: 0 !important;
}

/*----------------------------------------------------------------------
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: 100%;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}

main section {
	width: 100%;
	overflow: hidden;
}

main section div.inner {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0px;
}

main section h2 {
	display: table;
	margin: 0px auto 35px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 29px;
	letter-spacing: 3px;
}
main section h2::after {
	display: table;
	content: "";
	width: 78px;
	margin: 30px auto;
	border-bottom: 2px solid #AAA;
}

@media screen and (max-width: 736px) {
	.wrapper {
		width: 86%;
		padding: 0% 7%;
	}

	main section div.inner {
		width: 100%;
		padding: 53px 0px;
	}
	main section:first-of-type div.inner {
		padding-top: 0;
	}

	main section h2 {
		margin-bottom: 20px;
	}

	main section h2::after {
		margin: 20px auto;
	}
}

/*----------------------------------------------------------------------
caption
-----------------------------------------------------------------------*/
main section#caption {
	text-align: center;
}

main section#caption h2 {
	display: table;
	margin: 0px auto 28px;
	font-family: 'Noto Serif JP', serif;
	font-size: 32px !important;
	font-weight: 600;
	letter-spacing: 2px;
}
main section#caption h2::after {
	display: none;
}

main section#caption p {
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
}

.s1 {
	width: 220px;
	display: inline-flex;
	align-items: center;
	vertical-align: 5px;
	margin-left: 3em;
}
.s1::before {
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-right: 0.8em;
	background: #242414;
	display: inline;
}

@media screen and (min-width: 736px) {
	main section#caption div.inner {
		padding: 68px 0px 72px;
	}
}

@media screen and (max-width: 736px) {
	main section#caption h2 {
		font-size: 28px !important;
	}

	main section#caption p {
		font-size: 15px;
		line-height: 1.8em;
	}

	main section#caption p br {
		display: none;
	}

	.s1 {
		width: 44vw !important;
		margin-top: 0.6em;
	}

	.s1 img {
		width: 33vw !important;
	}
}

/*----------------------------------------------------------------------
feature
-----------------------------------------------------------------------*/
main section#feature {
	background-color: #E5E5E5;
	line-height: 1.7em;
}

main section#feature h3 {
	font-size: 18px !important;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 1.5em;
}

main section#feature h3 b {
	display: block;
	margin-bottom: 0.33em;
	font-size: 1.25em !important;
	line-height: 1.25em;
}

main section#feature h3 img {
	width: 304px;
	margin-bottom: 32px;
}

main section#feature p {
	margin: 2em 0em;
}

main section#feature p.s2 a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

main section#feature ol li {
	list-style-type: none;
	margin-bottom: 0.2em;
}

@media screen and (max-width: 736px) {
	main section#feature {
		margin-left: -7vw;
		padding: 0vw 7vw;
	}

	main section#feature h3 {
		font-size: 16px;
		letter-spacing: 0.15em;
	}

	main section#feature h3 img {
		width: 82% !important;
		margin-bottom: 0.8em;
	}

	main section#feature p, main section#feature ol li {
		font-size: 15px;
		line-height: 1.6em;
	}

	main section#feature p.s2 {
		position: absolute;
		right: 9vw; /*7vw+2vw*/
	}

	main section#feature ol li {
		margin-bottom: 8px;
	}
}

/*----------------------------------------------------------------------
スライドショー
-----------------------------------------------------------------------*/
.swiper-container {
	margin-left: 0 !important;
}

.swiper-container {
	float: right;
	width: 730px;
	height: 460px;
	margin: 0px 0px 74px 52px !important;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-slide img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

@media screen and (max-width: 736px) {
	.swiper-container {
		float: none;
		width: 100%;
		height: 52.931vw;
		margin: 0px 0px 26px !important;
	}
}

/*----------------------------------------------------------------------
latest
-----------------------------------------------------------------------*/
main section.latest div.inner > div {
	display: flex;
	flex-wrap: wrap;
}

main section.latest div.inner > div article {
	position: relative;
	width: calc( 95% / 2);
	margin-bottom: 14px;
	padding-bottom: 3em;
}
main section.latest div.inner > div article:nth-child(odd) {
	padding-right: 5%;
}

main section.latest div.inner > div article a {
	color: #242414 !important;
	text-decoration: none;
    width: 100%;
}

main section.latest div.inner > div article a img {
    width: 100%;
}

main section.latest div.inner > div article a strong {
	font-family: 'Ubuntu', sans-serif;
	font-size: 21px;
	line-height: 2.2em;
}

main section.latest div.inner > div article a h3 {
	width: 96%;
	margin-bottom: 0.5em;
	padding: 0% 2%;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.2em;
}

main section.latest div.inner > div article a h3 font {
	font-size: 14px;
	margin-right: 0.9em;
}

main section.latest div.inner > div article a p {
	width: 96%;
	padding: 0% 2%;
	line-height: 1.7em;
}

main section.latest div.inner > div article a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

main section .s2 {
	width: 113px;
	display: inline-flex;
	align-items: center;
}
main section.latest .s2 {
	position: absolute;
	bottom: 0;
	left: 438px;
}
.s2::before {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #AAA;
	display: inline;
}

.s2 img {
	width: 83px;
}

@media screen and (max-width: 736px) {
	main section.latest div.inner > div article {
		width: calc( 100% / 1);
		margin-bottom: 28px;
		padding-right: 0 !important;
		padding-bottom: 4em;
	}

	main section.latest div.inner > div article a h3 {
		margin-bottom: 20px;
		line-height: 1.4em;
	}

	main section.latest div.inner > div article a h3 font {
		font-weight: 600;
	}

	main section.latest div.inner > div article a p {
		font-size: 15px;
		line-height: 1.6em;
		text-align: justify;
	}

	main section .s2 {
		left: auto;
		right: 2.5%;
		width: 200px;
	}
	main section.latest .s2 {
		left: auto;
		right: 2vw;
	}

	.s2 img {
		width: 150px;
	}
}

/*----------------------------------------------------------------------
main-bottom
-----------------------------------------------------------------------*/
.wrapper {
	width: 930px;
	padding: 0px 135px;
	margin: 0 auto;
}

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

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

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

@media screen and (min-width: 736px) {
	.main-bottom a {
		float: right;
		width: 580px;
		margin-right: calc(77.5% - 580px);
	}
	
	.main-bottom a img {
		width: 580px;
	}
}

@media screen and (max-width: 736px) {
	.wrapper {
		width: 86%;
		padding: 0% 7%;
	}

	.main-bottom a {
		width: 100%;
		margin-top: 15px;
	}
}

/*----------------------------------------------------------------------
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 a:hover {
	text-decoration: underline;
}

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;
}

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 {
		width: 86%;
		padding: 40px 7% 0px;
	}

	main img:not(.s2 img) {
		width: 100% !important;
	}

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

	.home a img {
		width: 40vw;
	}
}

/*----------------------------------------------------------------------
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;
	}
}