@charset "UTF-8";

/* =======================================================================================
	初期設定
======================================================================================= */

/* ALL */
html {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
	color: #333;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	font-size: 2rem;
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

main {
	position: relative;
}

::selection,
::-moz-selection {
	background: #38bbcd;
	color: #ffffff;
}

h1,
h2,
h3,
h4 {
	line-height: 1;
}

p,
li,
dt,
dd,
tr,
th {
	font-size: calc(16px + (20 - 16) * (100vw - 739px) / (1920 - 739));
	line-break: strict;
	word-break: break-all;
	word-wrap: break-word;
}

p {
	line-height: 1.5;
}

button {
	cursor: pointer;
}

/* ▼ TB ================================================================================*/
/* ▲ TB ================================================================================*/

/* ▼ SP ================================================================================*/

@media screen and (max-width: 740px) {

	body,
	p,
	li,
	dt,
	dd,
	tr,
	th {
		font-size: 1.4rem;
	}

	img {
		width: 100%;
		max-width: 100%;
		height: auto;
		vertical-align: top;
	}
}

/* ▲ SP ================================================================================*/

/* ▼ 1920~ ================================================================================*/

@media screen and (min-width: 1920px) {

	body,
	p,
	li,
	dt,
	dd,
	tr,
	th {
		font-size: 2rem;
	}
}

/* ▲ 1920~ ================================================================================*/

/* =======================================================================================
	共通タイトル line
======================================================================================= */
/* 共通のスタイル & 1番目 */

.ttl-line {
	font-size: calc(24px + (34 - 24) * (100vw - 739px) / (1920 - 739));
	font-weight: 600;
	letter-spacing: .1rem;
	padding-bottom: 13px;
	margin-bottom: 30px;
	position: relative;
}

.ttl-line .frist-ttl {
	font-size: calc(30px + (40 - 30) * (100vw - 739px) / (1920 - 739));
	color: #ffb300;
}

.ttl-line-move {
	content: '';
	width: 100%;
	height: 3px;
	background: #14327a;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* 2番目 */
.ttl-line-02 .ttl-line-move {
	opacity: 0;
}

/* ▼ SP ================================================================================*/

@media screen and (max-width: 740px) {
	.ttl-line {
		font-size: 2.4rem;
		padding-bottom: 7px;
		margin-bottom: 20px;
	}

	.ttl-line .frist-ttl {
		font-size: 3rem;
	}

	.ttl-line-move {
		height: 1px;
	}
}

/* ▲ SP ================================================================================*/

/* ▼ 1920～ ================================================================================*/

@media screen and (min-width: 1920px) {
	.ttl-line {
		font-size: 3.4rem;
	}

	.ttl-line .frist-ttl {
		font-size: 4rem;
	}
}

/* ▲ 1920～ ================================================================================*/

/* =======================================================================================
	下層 共通
======================================================================================= */

/* コンテンツ幅 */
.subpage {
	max-width: 1920px;
	width: 100%;
	margin: 60px 0;
}

.subpage-inner {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
}


/* FV */
.subpage-fvttl-content {
	padding: calc(120px + 90px) 0 110px 0;
	background: #14327a;
}

.subpage-fvttl {
	text-align: center;
	font-size: calc(25px + (50 - 25) * (100vw - 739px) / (1920 - 739));
	font-weight: bold;
	color: #fff;
}

.subpage-fvttl-fl {
	font-size: calc(35px + (70 - 35) * (100vw - 739px) / (1920 - 739));
}

.subpage-fvttl-ja {
	display: block;
	margin-top: calc(10px + (30 - 10) * (100vw - 739px) / (1920 - 739));
	font-size: calc(14px + (25 - 14) * (100vw - 739px) / (1920 - 739));
}

.subpage-middleheading-ttl {
	font-size: calc(24px + (30 - 24) * (100vw - 739px) / (1920 - 739));
	font-weight: bold;
}

.subpage-middleheading-fl {
	font-size: calc(30px + (40 - 30) * (100vw - 739px) / (1920 - 739));
}

@media screen and (max-width: 740px) {
	.subpage-fvttl-content {
		padding: 60px 0 55px;
	}

	.subpage-fvttl {
		font-size: 2.5rem;
	}

	.subpage-fvttl-fl {
		font-size: 3.5rem;
	}

	.subpage-fvttl-ja {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 1080px) {

	.subpage-fvttl-content {
		padding: 110px 0 110px 0;
		background: #14327a;
	}
}

@media screen and (max-width: 740px) {

	.subpage-fvttl-content {
		padding: 135px 0;
	}
}

@media screen and (min-width: 1920px) {

	.subpage-fvttl {
		font-size: 5rem;
	}

	.subpage-fvttl-fl {
		font-size: 7rem;
	}

	.subpage-fvttl-ja {
		font-size: 2.5rem;
	}
}

/* タイトル 共通 (アンダーライン) */

.ttl-underline,
.underline-yellow {
	display: inline-block;
	width: 100%;
	margin: 80px 0;
	font-size: calc(20px + (30 - 20) * (100vw - 739px) / (1920 - 739));
	font-weight: bold;
	text-align: center;
	position: relative;
}

.ttl-underline:before {
	content: '';
	position: absolute;
	bottom: calc(-20px + (-40 - -20) * (100vw - 739px) / (1920 - 739));
	display: inline-block;
	width: 100px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #14327a;
	border-radius: 2px;
}

.underline-yellow:before {
	background-color: #ffb300;
}

@media screen and (max-width: 740px) {
	.ttl-underline {
		font-size: 2rem;
	}

	.ttl-underline:before {
		bottom: -20;
		width: 50px;
	}
}

@media screen and (min-width: 1980px) {
	.ttl-underline {
		font-size: 3rem;
	}

	.ttl-underline:before {
		bottom: -40;
		width: 100px;
	}
}

/* タイトル 共通 (アンダーライン) 下のtxtがあった場合使用 */

.ttl-underline-undertxt {
	text-align: center;
}

@media screen and (max-width: 740px) {
	.ttl-underline {
		font-size: 2rem;
		margin: 66px 0 25px 0;
	}

	.ttl-underline:before {
		bottom: -20;
		width: 50px;
		height: 3px;
		bottom: -20px;
	}

	.ttl-underline-undertxt {
		text-align: left;
	}
}

/* =======================================================================================
	header
======================================================================================= */
.logo-sp {
	display: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	width: 100%;
}

.header-inner-sp {
	display: none;
}

.header-inner-pc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	height: 90px;
	max-width: 1920px;
	padding: 0 calc(2.5% + 90px) 0 3.0%;
	position: relative;
	transition: .5s ease-in-out;
}

.logo {
	max-width: 180px;
	flex-basis: 10%;
}

.header-nav {
	margin-right: 50px;
	width: 100%;
}

.nav-list {
	flex-basis: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.nav-item:not(:first-child) {
	margin-left: 5.8vw;
}

.nav-item a {
	display: block;
	position: relative;
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
}

.nav-item a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #333;
	transition: 0.3s ease-in-out;
	opacity: 0;
}

.nav-item a:hover:after {
	opacity: 1;
	width: 100%;
}

/* 追従時 */
.header.header-transform .header-inner-pc {
	height: 60px;
	transition: .5s ease-in-out;
}

.logo img {
	transition: .5s ease-in-out;
}

.header.header-transform .logo img {
	transform: scale(0.95);
	transition: .5s ease-in-out;
}

/* search */
.nav-item-search {
	width: 90px;
	height: 90px;
	background: #ffb300 url(/cmn/images/cmn/search-icon.svg) no-repeat center center / auto;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 15000;
	transition: .5s ease-in-out;
}

.header.header-transform .nav-item-search {
	width: 60px;
	height: 60px;
	background: #ffb300 url(/cmn/images/cmn/search-icon.svg) no-repeat center center / 30px;
	transition: .5s ease-in-out;
}

.nav-item-search:hover {
	opacity: .8;
}

.nav-search {
	display: none;
	width: 100vw;
	height: 90px;
	padding: 20px 0;
	background: #ffb300;
	position: absolute;
	top: 100%;
	left: 0;
}

/* googleカスタム検索上書き */
#___gcse_0 {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
}

.gsc-control-searchbox-only {
	position: relative;
}

.gsc-search-box-tools:before {
	content: 'サイト内検索';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	width: 160px;
	padding-right: 20px;
}

.nav-search .gsc-input {
	font-size: 1.4rem;
	line-height: 1.0;
}

.nav-search .gsc-search-button-v2 {
	width: 120px;
	height: 46px;
	border-radius: 20px;
	background: transparent;
	border: 2px solid #fff;
	position: relative;
}

.nav-search .gsc-search-button-v2:hover {
	background-color: transparent;
	border-color: #fff;
}

.gsc-search-button-v2:before {
	content: '検索';
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nav-search .gsib_a {
	padding: 10px 18px;
}

.nav-search form.gsc-search-box {
	max-width: 770px;
	margin-left: 160px;
}

.nav-search .gsc-search-box td.gsc-input {
	padding-right: 40px;
}

#gsc-i-id1 {
	background: none !important;
	font-family: "Noto Sans JP", sans-serif;
}

.gsc-input-box {
	border-radius: 10px;
	max-width: 700px;
	max-height: 46px !important;
	border-color: transparent !important;
}

.gsc-search-button-v2 svg {
	display: none;
}

/* ▼ 1920px ================================================================================*/
@media screen and (max-width: 1919px) {
	.header-inner-pc {
		height: calc(60px + (90 - 60) * (100vw - 1080px) / (1919 - 1080));
	}

	/* search */
	.nav-item-search {
		width: calc(60px + (90 - 60) * (100vw - 1080px) / (1919 - 1080));
		height: calc(60px + (90 - 60) * (100vw - 1080px) / (1919 - 1080));
		background: #ffb300 url(/cmn/images/cmn/search-icon.svg) no-repeat center center / 2.5vw;
	}

}

/* ▲ 1920px ================================================================================*/

/* ▼ TB ================================================================================*/
@media screen and (max-width: 1080px) {
	.logo-sp {
		display: block;
		width: 30vw;
		max-width: 120px;
		min-width: 90px;
		position: absolute;
		top: 14px;
		left: 3%;
		transition: .3s ease-in-out;
	}

	.logo-sp img {
		width: 100%;
		height: auto;
	}

	.header {
		background: rgba(0, 0, 0, 0);
	}

	/* PCのメニューは消す */
	.header-inner-pc {
		display: none;
	}

	.header-inner-sp {
		display: block;
	}

	/* header追従時 */
	.header.header-transform .logo-sp {
		opacity: 0;
		transition: .3s ease-in-out;
	}

	/* ハンバーガーメニュー白背景 */
	.header:after {
		content: '';
		background: #fff;
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 0 0 0 10px;
	}

	#menuToggle {
		display: block;
		position: absolute;
		top: 15px;
		right: 0;
		z-index: 1;
		-webkit-user-select: none;
		user-select: none;
	}

	#menuToggle a {
		text-decoration: none;
		color: #232323;
		transition: color 0.3s ease;
	}

	#menuToggle input[type="checkbox"] {
		display: block;
		width: 60px;
		height: 50px;
		position: absolute;
		top: -7px;
		right: 8px;
		cursor: pointer;
		opacity: 0;
		z-index: 2;
		-webkit-touch-callout: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: rgba(255, 255, 255, 0.5);
		border: solid 1px #cdcdcd;
		border-radius: 0 0 0 5px;
		transition: opacity 0.7s ease;
	}

	.header-nav-btn {
		display: block;
		width: 30px;
		height: 3px;
		position: absolute;
		top: 0;
		right: 10px;
		background: #14327a;
		z-index: 1;
		transform-origin: 4px 0px;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
	}

	#menuToggle span:first-child {
		transform-origin: 0% 0%;
	}

	#menuToggle span:nth-child(3) {
		transform-origin: 0% 100%;
		top: 8px;
	}

	#menuToggle span:nth-child(4) {
		transform-origin: 0% 100%;
		top: 16px;
	}

	#menuToggle input:checked {
		opacity: 0;
	}

	#menuToggle input:checked~span {
		opacity: 1;
		transform: rotate(30deg) translate(2px, 4px);
	}

	#menuToggle input:checked~span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}

	#menuToggle input:checked~span:nth-last-child(2) {
		transform: rotate(-30deg) translate(0, 1px);
	}

	#menu {
		position: absolute;
		top: 85px;
		right: 0;
		width: 90vw;
		height: 100vh;
		margin: -100px 0 0 350px;
		padding: 40px 20px 20px 20px;
		background: #ededed;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		transform-origin: 0% 0%;
		transform: translate(90vw, 0);
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
		background-color: #fff;
		overflow-y: scroll;
		-ms-overflow-style: none;
		/* IE, Edge 対応 */
		scrollbar-width: none;
	}

	#menu::-webkit-scrollbar {
		display: none;
	}

	#menu li {
		padding: 10px 0;
		font-size: 2.2rem;
		margin: 0;
	}

	.nav-search {
		display: block !important;
		width: 100vw;
		height: 60px;
		background: #ffb300;
		position: relative;
		top: 0;
	}

	.tb-nav-item {
		display: inline-block;
		font-size: 2.0rem;
		font-size: 2.4rem;
		font-weight: 700;
		margin-bottom: .25em;

	}

	.tb-nav-item::first-letter {
		font-size: 3.0rem;
		color: #ffb300;
	}

	.nav-item-search {
		top: inherit;
		bottom: 0;
	}

	#menuToggle input:checked~ul {
		transform: none;
	}

	.nav-item-sns {
		display: flex;
		justify-content: flex-start;
	}

	.nav-item-sns img {
		width: 66px;
		margin-right: 15px;
	}

	.nav-search {
		display: block;
		width: 100%;
		height: auto;
		padding: 20px 0 10px;
		background: transparent;
		position: static;
	}

	/* hoverさせない */
	.nav-item-search:hover {
		opacity: 1.0;
	}

	.nav-item a:hover:after {
		opacity: 0;
		width: 0;
	}

	/* googleカスタム検索上書き */

	#___gcse_0 {
		width: 100%;
	}

	.gsc-search-box-tools:before {
		display: none;
	}

	.nav-search .gsc-input {
		font-size: 1.6rem;
	}

	.nav-search .gsc-search-button-v2 {
		width: 18vw;
		max-width: 106px;
		height: 44px;
		border-radius: 0 25px 25px 0;
		background: #ffb300;
		border: none;
		position: relative;
	}

	.nav-search .gsc-search-button-v2:hover {
		background-color: #ffb300;
	}

	.gsc-search-button-v2:before {
		display: none;
	}

	.nav-search .gsib_a {
		padding: 10px 18px;
	}

	.nav-search form.gsc-search-box {
		max-width: 100%;
		margin-left: 0;
	}

	.nav-search .gsc-search-box td.gsc-input {
		padding-right: 0;
	}

	#gsc-i-id1 {
		background: none !important;
		font-family: "Noto Sans JP", sans-serif;
	}

	.gsc-input-box {
		border-radius: 25px 0 0 25px !important;
		padding: 0 !important;
		max-width: 100%;
		max-height: 44px !important;
		transform: translateX(2px);
		border-color: #ffb300 !important;
		border-width: 2px !important;
	}

	.gsc-search-button-v2 svg {
		display: block;
		height: 55% !important;
		width: auto !important;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

}

/* ▲ TB ================================================================================*/

/* ▼ 個別調整用 ================================================================================*/
/* IEバグ対応 */
@media all and (-ms-high-contrast: none) {

	#menu {
		transform: translate(100%, 0);
	}
}

/* ▲ 個別調整用 ================================================================================*/

/* ▼ ipad ================================================================================*/
@media screen and (min-width:741px) and (max-width:768px) {
	.logo-sp {
		max-width: 180px;
		top: 15px;
	}

	.header-nav-btn {
		top: 4px;
		right: 20px;
		transform-origin: 4px 0px;
	}

	#menuToggle span:nth-child(3) {
		top: 17px;
	}

	#menuToggle span:nth-child(4) {
		top: 30px;
	}

	#menuToggle input:checked~span {
		opacity: 1;
		transform: rotate(30deg) translate(8px, 14px);
	}

	#menuToggle input:checked~span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}

	#menuToggle input:checked~span:nth-last-child(2) {
		transform: rotate(-30deg) translate(0, 3px);
	}

	.header:after {
		width: 70px;
		height: 70px;
	}

}

/* ▲ ipad ================================================================================*/

/* ▼ SP ================================================================================*/
@media screen and (max-width: 740px) {
	.nav-item-sns img {
		width: 33px;
	}
}

/* ▲ SP ================================================================================*/

/* =======================================================================================
	footer
======================================================================================= */

.footer {
	z-index: 25;
	position: relative;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
}

.footer-bg {
	background: #14327a;
}

.footer-inner {
	padding: 35px 0;
}

.footer:before {
	content: '';
	display: block;
	width: 204px;
	margin: 0% auto;
	height: 104px;
	background: url(/cmn/images/top/footer-icon.svg) no-repeat center bottom;
	background-size: contain;
	transform: translateX(-.5em);
}

/* スクロールのラインを伸ばすためにTOPだけフッターを変更する */
.top .footer:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.footer-logo {
	margin-bottom: 25px;
}

.footer-data {
	letter-spacing: 0.06em;
	margin-bottom: 45px;
}

.footer-address-place {
	display: block;
	margin-bottom: 2.5px;
}

.footer-address-place span {
	display: inline-block;
}

.footer-address-tell {
	display: block;
	margin-bottom: 5px;
}

.footer-address-tell a {
	font-size: 2.0rem;
	font-weight: 700;
	color: #fff;
}

.footer-address-fax {
	display: block;
}

.footer-nav-list {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}

.footer-nav-item a {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	border-bottom: 1px solid #fff;
	padding-bottom: .25em;
}

.footer-nav-item a:after {
	content: '';
	width: 2px;
	height: 1.2em;
	margin: 0 20px;
	transform: translateY(0.25em);
	display: inline-block;
	background: #fff;
}

.footer-nav-list li:nth-last-child(1) a:after {
	display: none;
}

.copyright {
	font-weight: 500;
	font-size: 1.2rem;
}

.copyright span {
	display: inline-block;
}

/* pagetop */

.pagetop a {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 30px;
	right: 3%;
	z-index: 100;
	transition: .3s ease-in-out;
}

.pagetop a img {
	width: 100%;
}

.pagetop a:hover {
	transition: .3s ease-in-out;
	opacity: .8;
}

/* ▼ SP ================================================================================*/

@media screen and (max-width: 740px) {

	.footer-logo img {
		max-width: 120px;
	}

	.footer-logo {
		margin-bottom: 15px;
	}

	.footer:before {
		width: 102px;
		height: 52px;
		transform: translateX(0);
	}

	.footer-address-tell a {
		font-size: 1.2rem;
	}

	.footer-address-tell {
		margin-bottom: 5px;
	}

	.footer-address-place {
		display: block;
		margin-bottom: 15px;
	}

	.footer-data {
		margin-bottom: 15px;
	}

	.footer-nav {
		margin-bottom: 15px;
	}

	.footer-nav-item a {
		font-size: 1.1rem;
	}

	.copyright {
		font-size: 1.1rem;
	}

	/* pagetop */
	.pagetop a {
		width: 35px;
		height: 35px;
	}

}

/* ▲ SP ================================================================================*/