@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	position: relative;
	height: 80px;
	padding: 15px;
	background: #fff;
	font-family: var(--font-sans);
	text-align: left;
}
/* タイトル */
#header h1.title {
	height: 100%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
#header h1.title img {
	object-fit: contain;
	object-position: left;
	width: 100%;
	height: 100%;
	max-width: none;
}
/* お問い合わせ */
#header .contact a {
	display: block;
}
#header .contact a img {
	vertical-align: middle;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#header {
		height: 80px;
		background: none;
		position: absolute;
		width: 100%;
		padding: 0;
		z-index: 1;
		align-items: flex-start;
	}
	#header h1.title {
		width: 305px;
		background: #fff;
		padding: 15px;
	}
	#header .contact {
		height: 60px;
	}
	#header .contact .insta {
		background: #fff;
		width: 60px;
		padding: 13px;
	}
	#header .contact .btn {
		height: 100%;
	}
	#header .contact .btn a {
		display: flex;
		align-items: center;
		color: #fff;
		background: #002d5c;
		height: 100%;
		padding: 0 14px;
		font-size: 16px;
	}
	#header .contact .btn .sans {
		margin-right: 15px;
		position: relative;
		top: 2px;
	}
	#header .contact .btn .sans img {
		width: 28px;
		margin-bottom: 2px;
		position: relative;
		left: 2px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: var(--color-red); }
	#header .contact .tel a { background: var(--color-primary); }
	#header .contact .btn a { background: #002d5c; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0 46px 0 0;
		background: #fff;
		z-index: 9997;
	}
	#header h1.title {
		width: 200px;
		height: 100%;
		padding: 10px;
	}
	/* お問い合わせ */
	#header .contact .insta a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 10px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0;
	}
	#header .contact .btn .san br {
		display: none;
	}
	#header .contact .btn .txt {
		display: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#header h1.title {
		width: 180px;
	}
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	margin-top: 20px;
	margin-left: auto;
	margin-right: 50px;
}
#menu ul {
	display: flex;
	column-gap: 50px;
}
#menu li {
	position: relative;
}
#menu li:not(:last-of-type)::after {
	content: "/";
	position: absolute;
	right: -30px;
	top: 5px;
	color: #fff;
	font-size: 17px;
}
#menu li a {
	display: block;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
}
#menu li.on a,
#menu li a:hover {
	color: #9e9e9f;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#menu ul li.dsp_tbs {
	display: none;
}
@media only screen and (max-width: 1180px) {
	#menu {
		margin-right: 25px;
	}
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#page_title p {
	text-align: center;
}
#sub_ttl {
	height: 350px;
	padding-top: 50px;
	background: url("../img/title-bg01.png") no-repeat left center,
		url("../img/title-bg02.png") no-repeat right top;
	background-color: #e50012;
	border-bottom: 50px solid var(--color-primary);
	color: #fff;
	font-size: 100px;
	font-family: var(--font-sans);
	font-weight: 500;
	line-height: 0.6;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#sub_ttl img {
	width: 100%;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#sub_ttl {
		height: 160px;
		padding: 0;
		font-size: 60px;
		border-bottom-width: 20px;
		background-size: auto 100%, 20% auto;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sub_ttl {
		height: 120px;
		font-size: 40px;
		border-bottom-width: 15px;
	}
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#wrap {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#container {
	text-align: left;
	line-height: 1.8;
}
#container p {
	margin-bottom: 1em;
}
#container h3.sub {
	position: relative;
	margin-bottom: 40px;
	font-family: var(--font-sans);
	font-weight: 500;
	text-align: center;
	color: var(--color-red);
	font-size: 105px;
	line-height: 0.6;
}
#container h3.sub span.jp {
	font-family: var(--font-mp2);
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
#container h3.sub.lft {
	text-align: left;
}
#container h3.sub.lft span.jp {
	color: var(--color-font);
	font-size: 20px;
	margin-left: 40px;
}
#container h4.sub {
	font-size: 30px;
	margin-bottom: 20px;
}
#container h4.sub span {
	font-size: 1rem;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#wrap, #header {
		min-width: 1150px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 70px;
	}
	#container h3.sub span.jp {
		font-size: 20px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	#container h4.sub {
		font-size: 25px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 40px;
	}
	#container h3.sub span.jp {
		font-size: 18px;
	}
	#container h3.sub.lft span.jp {
		font-size: 16px;
		margin-left: 20px;
	}
	#container h4.sub {
		margin-bottom: 15px;
		font-size: 20px;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1150px;
	max-width: 100%;
	margin: auto;
	padding: 0 25px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top: auto;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
}
#footer .main {
	padding-top: 150px;
	padding-bottom: 25px;
}
#footer p {
	text-align: center;
}
#footer p.ttl {
	margin-bottom: 0;
}
#footer p.ttl img {
	width: 321px;
}
/* リンク */
#footer .link {
	padding: 60px 0 10px;
	background: var(--color-red);
	position: relative;
}
#footer .link::before, #footer .link::after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	background: #fff;
	width: 50%;
	height: 60px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#footer .link::after {
	left: auto;
	right: 0;
	clip-path: polygon(100% 100%, 0 0, 100% 0);
}
#footer .link ul {
	margin-bottom: 20px;
}
#footer .link ul li {
	display: inline;
	margin-right: 50px;
}
#footer .link ul li:last-of-type {
	margin-right: 0;
}
#footer .link ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: var(--font-sans);
	font-size: 22px;
}
#footer .link ul li a:hover {
	text-decoration: underline;
}
/* コピーライト */
#copyright {
	padding: 15px 0;
	color: #FFF;
	font-size: 12px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .contact li {
		width: 48%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#footer .main {
		padding-top: 50px;
	}
	#footer p.ttl img {
		width: 250px;
	}
	#footer .link {
		padding: 40px 0 10px;
	}
	#copyright {
		padding: 10px 0;
		font-size: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer p.ttl img {
		width: 200px;
	}
	#footer .link::before, #footer .link::after {
		height: 30px;
	}
	#copyright {
		padding: 5px 0;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
.btn01 a {
	display: inline-block;
	background: #fff url("../img/arrow.png") no-repeat center right 20px;
	box-shadow : 3px 3px 10px rgba(0, 0, 0, 0.15);
	width: 300px;
	max-width: 100%;
	border: 1px solid var(--color-red);
	line-height: 58px;
	color: var(--color-font);
	font-size: 20px;
	border-radius: 30px;
	padding-left: 50px;
	position: relative;
	z-index: 1;
	text-align: left;
}
.btn01 a::before {
	content: "";
	background: var(--color-red);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: calc(50% - 5px);
	left: 20px;
}
#fixed_partner {
	background: #002d5c;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 270px;
	height: 230px;
	padding-top: 15px;
	border-radius : 30px 0px 0px 0px;
	z-index: 1;
}
#fixed_partner::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
	height: 70px;
	background: #e50012;
	clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
#fixed_partner a {
	display: block;
	font-size: 14px;
	color: #fff;
	height: 100%;
}
#fixed_partner a.no_link {
	pointer-events:none;
	cursor:default;
}
#fixed_partner a .logo {
	text-align: center;
	border-bottom: 1px solid #9e9e9f;
	padding-bottom: 5px;
}
#fixed_partner a .logo img {
	width: 71px;
	vertical-align: top;
	margin-right: 10px;
}
#fixed_partner a .in {
	padding: 10px 30px;
	height: calc(100% - 41px);
}
#fixed_partner a.no_link .in {
	padding: 10px;
}
#fixed_partner a .name {
	text-align: center;
	margin-bottom: 5px;
}
#fixed_partner a.no_link .name {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#fixed_partner a .img {
	position: relative;
	width: 100%;
	overflow: hidden;
	perspective: 1200px;
}
#fixed_partner a .img img {
	display: block;
	transform-origin: left center;
	backface-visibility: hidden;
	transform: rotateY(0deg);
}
/* 外へめくれる */
#fixed_partner a .img img.turn-out {
	animation: turnOut 0.7s ease-in forwards;
}
/* 新しい画像が開く */
#fixed_partner a .img img.turn-in {
	animation: turnIn 0.7s ease-out forwards;
}
@keyframes turnOut {
	0% {
		transform: rotateY(0deg);
		opacity: 1;
	}
	100% {
		transform: rotateY(-90deg);
		opacity: 0.2;
	}
}
@keyframes turnIn {
	0% {
		transform: rotateY(90deg);
		opacity: 0.2;
	}
	100% {
		transform: rotateY(0deg);
		opacity: 1;
	}
}
@keyframes pageTurnOut {
	0% {
		transform: rotateY(0deg);
		opacity: 1;
	}
	100% {
		transform: rotateY(-90deg);
		opacity: 0.3;
	}
}
@keyframes pageTurnIn {
	0% {
		transform: rotateY(90deg);
		opacity: 0.3;
	}
	100% {
		transform: rotateY(0deg);
		opacity: 1;
	}
}
/* 枠のマージン・パディング */
.mt { margin-top: 100px; }
.mb { margin-bottom: 100px; }
.pt { padding-top: 120px; }
.pb { padding-bottom: 120px; }
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#fixed_partner {
		display: none;
	}
	.mb { margin-bottom: 50px; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.btn01 a {
		width: 250px;
		font-size: 18px;
		padding-bottom: 2px;
		line-height: 50px;
	}
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
}
/*------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	margin-bottom: 50px;
	padding-top: 30px;
	color: var(--color-thin);
	font-size: 12px;
	line-height: 1;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}
#page_navi li+li:before {
	content: ">";
	margin-right: 0.5em;
}
#page_navi a {
	color: var(--color-thin);
	text-decoration: none;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#page_navi {
		margin-bottom: 30px;
		padding-top: 15px;
		font-size: 11px;
	}
}
/*------------------------------------------------*/
/* テーブル */
.tbl {
	width: 100%;
	background: #fff;
}
.tbl th,
.tbl td {
	padding: 14px;
	border: 1px solid var(--color-tbl-border);
}
.tbl th {
	white-space: nowrap;
	background: var(--color-tbl-th);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.tbl {
		border-bottom: 1px solid var(--color-tbl-border);
	}
	.tbl th,
	.tbl td {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
	}
}
/*------------------------------------------------*/
/* 注意書き */
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/*------------------------------------------------*/
/* 横100％ */
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
/*------------------------------------------------*/
/* 横100％背景 */
.bg_wide {
	position: relative;
}
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 1150px) {
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: 0;
	}
}
/*------------------------------------------------*/
/* フレックスボックス */
.box_flex_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_flex_sp.rev { flex-direction: row-reverse; }
.box_flex_sp.vcen { align-items: center; }
.box_flex_sp.vtop { align-items: flex-start; }
.box_flex_sp.htop { justify-content: flex-start; }
.box_flex_sp.hcen { justify-content: center; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_flex.rev { flex-direction: row-reverse; }
	.box_flex.vcen { align-items: center; }
	.box_flex.vtop { align-items: flex-start; }
	.box_flex.htop { justify-content: flex-start; }
	.box_flex.hcen { justify-content: center; }
}
/*------------------------------------------------*/
/* 箱のパディング */
.box_pad {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_pad { padding: 30px; }
}