/*
Theme Name: chubu-corporate
Author: Followus Inc.
*/

@charset "utf-8";
/* CSS Document -----------------------------

 2025.05.29

--------------------------------------------*/
/* DIN 2014 */
@import url("https://use.typekit.net/fuz1wbk.css");
/* Kohinoor Telugu */
@import url("https://use.typekit.net/boc2kpy.css");
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #363636;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .5s ease;
	user-select: none;
}
a.link {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;}
input,
input[type="submit"],
input[type="button"],
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	color: #363636;
	font-style: normal;
	font-weight: 400;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
   -webkit-appearance: none;
   appearance: none;
   border-radius: 0;
   color: #363636;
}
select {
	color: #363636;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #363636;
	font-size: 62.5%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}
body {font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
h2,h3,h4,h5 {line-height: 1.4;}
p {font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
li,th,td,dt,dd,figcaption {line-height: 1.7;}
a img {-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.DIN2014BD {font-family: "din-2014", sans-serif;font-weight: 700;font-style: normal;}
.DIN2014R {font-family: "din-2014", sans-serif;font-weight: 400;font-style: normal;}
.KohinoorTeluguM {font-family: "kohinoor-telugu", sans-serif;font-weight: 500;font-style: normal;}
.inner {width: 90%;max-width: 1200px;margin: 0 auto;}
.blank {
	padding-top: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);
	padding-bottom: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);
}
.blank2 {padding-bottom: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
/* Title */
.title_common {margin-bottom: clamp(40px, calc(40px + 10 * ((100vw - 375px) / 1545)), 50px);}
.title_common:last-child {margin-bottom: 0;}
.title_common h2 {
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 8px;
	font-size: clamp(40px, calc(40px + 20 * ((100vw - 375px) / 1545)), 60px);
	line-height: 1;
}
.title_common p {font-weight: bold;font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);line-height: 1;}
.title {
	position: relative;
	margin-bottom: clamp(40px, calc(40px + 20 * ((100vw - 375px) / 1545)), 60px);
	padding-left: clamp(50px, calc(50px + 20 * ((100vw - 375px) / 1545)), 70px);
	font-weight: bold;
	font-size: clamp(17px, calc(17px + 10 * ((100vw - 375px) / 1545)), 27px);
	letter-spacing: .05em;
}
.title::before {
	content: '';
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	width: clamp(34px, calc(34px + 20 * ((100vw - 375px) / 1545)), 54px);
	height: clamp(34px, calc(34px + 20 * ((100vw - 375px) / 1545)), 54px);
	background: url(img/page/common/Icon_square.webp) no-repeat top left / 100%;
}
.title span {display: block;margin-bottom: 10px;font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);}
/* Read */
a.read {
	display: block;
	position: relative;
	max-width: 315px;
	margin: 0 auto;
	overflow: hidden;
	padding: 18px 0;
	border: 1px solid #081A40;
	border-radius: 2em;
	background: #fff;
	color: #023059;
	text-align: center;
}
a.read:hover {color: #fff;}
a.read::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transform-origin: left top;
	transform: scale(0, 1);
	background: #081A40;
	transition: transform .3s;
}
a.read:hover::before {transform-origin: left top;transform: scale(1, 1);}
a.read::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10%;
	z-index: 5;
	transform: translateY(-50%);
	width: clamp(15px, calc(15px + 5 * ((100vw - 375px) / 1545)), 20px);
	height: 100%;
	background: url(img/common/Icon_arrowR-navy.svg) no-repeat center / 100%;
	transition: .3s;
}
a.read:hover::after {right: 7%;background-image: url(img/common/Icon_arrowR-wht.svg);}
a.read span {position: relative;z-index: 5;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 1024px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
@media only screen and ( max-width : 767px ) {
	.pc {display: none;}
	.sp {display: block;}
}
/*------------------------------------------------

    header

------------------------------------------------*/
header {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: #3A67B1;
	transition: .3s;
}
header .header_box {display: flex;justify-content: space-between;}
header .logo_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 30;
	padding: 15px 2vw;
	background: #fff;
}
header .logo_wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 99.8%;
	width: 50px;
	height: 100%;
	aspect-ratio: 1;
	clip-path: polygon(0 0,100% 0,0 100%);
	background: #fff;
}
header .logo_wrap .logo {text-align: center; width: 320px;}
header .logo_wrap .logo span {
	display: block;
	margin-bottom: 5%;
	font-size: clamp(10px, calc(10px + 1 * ((100vw - 375px) / 1545)), 11px);
	text-align: center;
}
header .header_btn {display: none;}
header nav {width: 100%;}
header nav .container .info_wrap {position: relative;}
header nav .container .info_wrap::before {content: '';position: absolute;bottom: 0;right: 0;width: 100vw;height: 1px;background: #CBCBCB;}
header nav .container .info_wrap ul {display: flex;align-items: center;justify-content: flex-end;gap: 10px;padding: 15px 3vw 15px 0;}
header nav .container .info_wrap ul li {width: 100%;max-width: 210px;line-height: 1;}
header nav .container .info_wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
	width: 100%;
	height: 44px;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
}
header nav .container .info_wrap ul li:nth-child(1) a {background: #D82222;}
header nav .container .info_wrap ul li:nth-child(2) a {background: #10398E;}
header nav .container .info_wrap ul li:nth-child(3) a {background: #92ADE8;}
header nav .container .info_wrap ul li:nth-child(4) a {background: #FF9B05;}
header nav .container .info_wrap ul li:nth-child(1) a img {width: clamp(15px, calc(15px + 5 * ((100vw - 375px) / 1545)), 20px);}
header nav .container .info_wrap ul li:nth-child(2) a img {width: clamp(15px, calc(15px + 5 * ((100vw - 375px) / 1545)), 20px);}
header nav .container .info_wrap ul li:nth-child(3) a img {width: clamp(21px, calc(21px + 5 * ((100vw - 375px) / 1545)), 26px);}
header nav .container .info_wrap ul li:nth-child(4) a img {width: clamp(14px, calc(14px + 5 * ((100vw - 375px) / 1545)), 19px);}
header nav .container .menu_wrap {padding: 10px 10px 20px;}
header nav .container .menu_wrap ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(20px, calc(20px + 80 * ((100vw - 375px) / 1545)), 100px);
}
header nav .container .menu_wrap ul li a {
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: clamp(12px, calc(12px + 2 * ((100vw - 375px) / 1545)), 14px);
}
header nav .container .menu_wrap ul li a::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: .3s;
}
header nav .container .menu_wrap ul li a:hover::before {width: 100%;}
/* dropdown menu */
header nav .container .menu_wrap ul li.has-child {position: relative;line-height: 1;}
header nav .container .menu_wrap ul li.has-child::before {
    content: '';
    position: absolute;
	top: 100%;
	left: 50%;
    z-index: 1;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: .3s;
}
header nav .container .menu_wrap ul li.has-child:hover::before {transform: translate(0, 50%) rotate(-135deg);}
header nav .container .menu_wrap ul li.has-child .tab_title {
	color: #fff;
	font-weight: bold;
	font-size: clamp(12px, calc(12px + 2 * ((100vw - 375px) / 1545)), 14px);
}
header nav .container .menu_wrap ul li.has-child ul {
	display: block;
	visibility: hidden;
	opacity: 0;
    position: absolute;
    top: 190%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
    width: max-content;
	padding: 10px 20px 10px 30px;
    background: #3A67B1;
	transition: all .3s;
}
header nav .container .menu_wrap ul li.has-child:hover ul {visibility: visible;opacity: 1;}
header nav .container .menu_wrap ul li.has-child ul li {position: relative;}
header nav .container .menu_wrap ul li.has-child ul li:last-child {border-bottom: 0;}
header nav .container .menu_wrap ul li.has-child ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#sp-menu {display: none;}
/* X Logo Link */
header nav .container .menu_wrap ul li.sns-link a {display: flex;align-items: center;justify-content: center;}
header nav .container .menu_wrap ul li.sns-link a img {
	width: clamp(32px, calc(32px + 4 * ((100vw - 375px) / 1545)), 48px);
	height: auto;
	transition: opacity .3s;
}
header nav .container .menu_wrap ul li.sns-link a:hover img {opacity: 0.7;}
header nav .container .menu_wrap ul li.sns-link a::before {display: none;}
@media only screen and ( max-width : 1360px ) {
	header .logo_wrap::after {width: 4vw;}
	header .logo_wrap .logo {width: 22vw;}
	header .logo_wrap .logo span {margin-bottom: 3%;font-size: .8vw;}
	header nav .container .info_wrap ul li {max-width: 16vw;}
	header nav .container .info_wrap ul li a {font-size: .9vw;}
}
@media only screen and ( max-width : 1024px ) {
	header .header_btn {display: flex;align-items: center;position: absolute;top: 50%;right: 5%;transform: translate(0, -50%);z-index: 50;cursor: pointer;}
	header .header_btn p {
		position: relative;
		margin-right: 10px;
		color: #fff;
		font-size: calc(16px + 4 * ((100vw - 375px) / 649));
		letter-spacing: .04em;
		line-height: 1;
		user-select: none;
	}
	header .header_btn p::after {	
		content: '';
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 0;
		height: 1px;
		background: #fff;
		transition: all .6s cubic-bezier(.77, 0 ,.175, 1);
	}
	header .header_btn:hover p {cursor: pointer;}
	header .header_btn:hover p::after {width: 100%;}
	header .header_btn #sp-menu {display: block;position: relative;z-index: 10;width: 24px;height: 18px;cursor: pointer;user-select: none;}
	header .header_btn #sp-menu span {position: absolute;left: 0;width: 100%;height: 2px;border-radius: 4px;background-color: #fff;transition: all .5s;}
	header .header_btn #sp-menu span:nth-of-type(1) {top: 0;}
	header .header_btn #sp-menu span:nth-of-type(2) {top: 8px;}
	header .header_btn #sp-menu span:nth-of-type(3) {bottom: 0;}
	header .header_btn.clicked #sp-menu span:nth-of-type(1) {transform: translateY(8px) rotate(-45deg);}
	header .header_btn.clicked #sp-menu span:nth-of-type(2) {left: 50%;opacity: 0;animation: bar02 .8s forwards;}
	@keyframes bar02 {100% {height: 0;}}
	header .header_btn.clicked #sp-menu span:nth-of-type(3) {transform: translateY(-8px) rotate(45deg);}
	header nav {
		flex-direction: column;
        justify-content: center;
		position: absolute;
		top: -200vh;
		left: 0;
		z-index: 20;
		width: 100%;
		height: 100vh;
		padding: 0 10px;
		background: #3A67B1;
		transition: all .3s linear;
	}
	header nav.clicked {top: 0%;box-shadow: -2px 2px 3px rgba(0, 0, 0, .2);}
	header nav .container {display: flex;flex-direction: column-reverse;gap: 15px;margin-top: 25%;}
	header nav .container .info_wrap::before {display: none;}
	header nav .container .info_wrap ul {flex-wrap: wrap;justify-content: center;gap: 20px;padding: 0;}
	header nav .container .info_wrap ul:nth-child(2) {margin-left: 0;}
	header nav .container .info_wrap ul li {max-width: 33vw;}
	header nav .container .info_wrap ul li:last-child {margin-bottom: 0;}
	header nav .container .info_wrap ul li a {font-size: 1.3rem;}
	header nav .container .menu_wrap {max-width: 600px;margin: 0 auto;padding: 0;text-align: center;}
	header nav .container .menu_wrap ul {flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;gap: 30px 20px;}
	header nav .container .menu_wrap ul li {width: 30%;}
	header nav .container .menu_wrap ul li a {display: block;padding: 0;font-size: 1.4rem;}
	/* dropdown menu */
	header nav .container .menu_wrap ul li.has-child::before {top: 5px;right: 0;left: initial;transform: rotate(45deg);}
	header nav .container .menu_wrap ul li.has-child:hover::before {transform: rotate(45deg);}
	header nav .container .menu_wrap ul li.has-child.active::before {transform: rotate(-135deg);}
	header nav .container .menu_wrap ul li.has-child .tab_title {margin-bottom: 10px;padding-right: 20px;font-size: 1.4rem;}
	header nav .container .menu_wrap ul li.has-child ul {
		display: none;
		opacity: 1;
		visibility: visible;
		position: initial;
		transform: none;
		width: 100%;
		padding: 0;
		transition: none;
	}
	header nav .container .menu_wrap ul li.has-child ul li {width: 100%;padding: 0;}
	header nav .container .menu_wrap ul li.has-child ul li::before {display: none;}
	header nav .container .menu_wrap ul li.has-child ul li a {
		padding: 10px 0;
		border-bottom: 1px solid #363636;
		background: #fff;
		color: #363636;
		font-size: 1.4rem;
		text-align: center;
	}
	header nav .container .menu_wrap ul li.has-child ul li a:last-child {margin-bottom: 0;}
	header nav .container .menu_wrap ul li.has-child ul li a:hover {background: #eee;}
	header nav .container .menu_wrap ul li.has-child ul li a::before {display: none;}

	header nav .container .menu_wrap ul li.sns-link {width: 100%;order: 999;text-align: center;}
	header nav .container .menu_wrap ul li.sns-link a {display: inline-flex;width: auto;}
}
@media only screen and ( max-width : 767px ) {
	header .logo_wrap .logo {width: 44vw;}
	header .logo_wrap .logo span {font-size: 1.8vw;}
	header nav .container .menu_wrap {max-width: 600px;margin: 0 auto;}
	header nav .container .menu_wrap ul {justify-content: space-between;gap: 30px 0;}
	header nav .container .menu_wrap ul li {width: 48%;}
	header nav .container .info_wrap ul {gap: 10px;}
	header nav .container .info_wrap ul li {max-width: 82vw;}
}
/*-------------------------------------------------

	Products Archive │ 製品紹介

--------------------------------------------------*/
#products h3 {
	position: relative;
	margin-bottom: clamp(50px, calc(50px + 30 * ((100vw - 375px) / 1545)), 80px);
	padding-left: clamp(40px, calc(40px + 50 * ((100vw - 375px) / 1545)), 90px);
	font-weight: bold;
	font-size: clamp(18px, calc(18px + 14 * ((100vw - 375px) / 1545)), 32px);
}
#products h3::before {content: '';position: absolute;top: 50%;left: 0;width: 86px;height: 3px;background: #363636;}
#products h3 span {position: relative;z-index: 2;padding-left: 10px;background: #fff;}
#products .block1 ul {display: grid;grid-template-columns: repeat(4, 1fr);gap: 55px 5%;}
#products .block1 ul li {position: relative;}
#products .block1 ul li figure {
	position: relative;
	margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	box-shadow: 12px 9px 25px rgba(0, 0, 0, 16%);
	border-radius: 20px;
	background: #fff;
	transition: .3s;
}
#products .block1 ul li:hover figure {box-shadow: 2px 2px 10px rgba(0, 0, 0, 16%);}
#products .block1 ul li figure::before {content: '';display: block;padding-top: 60%;}
#products .block1 ul li figure img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 70%;}
#products .block1 ul li:nth-child(5) figure img {width: 50%;}
#products .block1 ul li dl {display: flex;}
#products .block1 ul li dl dt {
	flex: 1;
	padding-bottom: 2px;
	border-bottom: 3px solid #C1C1C1;
	color: #002C53;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
#products .block1 ul li dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	border-bottom: 3px solid #13749B;
	color: #2D6E98;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: .028em;
}
#products .block1 ul li dl dd img {width: 12px;}
@media only screen and ( max-width : 1024px ) {
	#products .block1 ul {grid-template-columns: repeat(3, 1fr);}
}
@media only screen and ( max-width : 767px ) {
	#products .block1 ul {grid-template-columns: repeat(2, 1fr);}
}
@media only screen and ( max-width : 500px ) {
	#products h3::before {height: 1px;}
}
/*-------------------------------------------------

	Topics │ 特集

--------------------------------------------------*/
#topics .splide {margin-bottom: clamp(50px, calc(50px + 20 * ((100vw - 375px) / 1545)), 70px);}
#topics ul {display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px 7%;}
#topics ul:last-child {margin-bottom: 0;}
#topics ul li {position: relative;}
#topics ul li figure {margin-bottom: 20px;overflow: hidden;}
#topics ul li figure img {
	height: clamp(200px, calc(200px + 40 * ((100vw - 375px) / 1545)), 240px);
	object-fit: cover;
	transition: .5s;
}
#topics ul li:hover figure img {transform: scale(1.1);}
#topics ul li dl {margin: 0 15px 15px 0;}
#topics ul li dl dt {display: flex;align-items: center;justify-content: space-between;gap: 10px;margin-bottom: 10px;}
#topics ul li dl dt span {
	width: clamp(80px, calc(80px + 50 * ((100vw - 375px) / 1545)), 130px);
	padding: 4px 0;
	background: #079DD9;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);
}
#topics ul li dl dt time {color: #6F6F6F;font-size: clamp(12px, calc(12px + 6 * ((100vw - 375px) / 1545)), 18px);}
#topics ul li dl dd {font-weight: bold;font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);}
@media only screen and ( max-width : 767px ) {
	#topics ul {grid-template-columns: repeat(2, 1fr);gap: 20px 5%;}
	#topics ul li dl {margin: 0 0 10px;}
}
@media only screen and ( max-width : 500px ) {
	#topics ul {display: flex;gap: 0;}
}
/*-----------------------------------------------

	Contact │ お問い合わせ

------------------------------------------------*/
#contact {background: url(img/common/contact/bg.webp) no-repeat center / cover;}
#contact .title_wrap {margin-bottom: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);}
#contact .title_wrap h2 {
	color: #fff;
	font-size: clamp(40px, calc(40px + 20 * ((100vw - 375px) / 1545)), 70px);
	text-align: center;
}
#contact .title_wrap p {
	color: #fff;
	font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);
	line-height: 1;
	letter-spacing: .1em;
	text-align: center;
}
#contact .wrap p {
	margin-bottom: clamp(40px, calc(40px + 60 * ((100vw - 375px) / 1545)), 100px);
	color: #fff;
	font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);
	letter-spacing: .1em;
	text-align: center;
}
#contact .wrap a.read {
	width: 90%;
	max-width: 415px;
	padding-top: clamp(15px, calc(15px + 7 * ((100vw - 375px) / 1545)), 22px);
	padding-bottom: clamp(15px, calc(15px + 7 * ((100vw - 375px) / 1545)), 22px);
	border: 1px solid #fff;
	border-radius: 0;
	font-weight: 500;
	font-size: clamp(16px, calc(16px + 4 * ((100vw - 375px) / 1545)), 20px);
	letter-spacing: .1em;
	text-align: center;
}
#contact .wrap a.read:hover {border-color: #081A40;}
#contact .wrap a.read span {position: relative;}
#contact .wrap a.read span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -30%;
	z-index: 5;
	transform: translateY(-50%);
	width: clamp(27px, calc(27px + 10 * ((100vw - 375px) / 1545)), 37px);
	height: 30px;
	background: url(img/common/contact/Icon_mail-navy.svg) no-repeat center / 100%;
	transition: .3s;
}
#contact .wrap a.read:hover span::before {background-image: url(img/common/contact/Icon_mail-wht.svg);}
/*------------------------------------------------

    footer

------------------------------------------------*/
footer .block {
	padding-top: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);
	padding-bottom: clamp(70px, calc(70px + 30 * ((100vw - 375px) / 1545)), 100px);
	background: #F4F4F4;
}
footer .block .inner {max-width: 1295px;}
footer .block .logo {
	width: clamp(245px, calc(245px + 100 * ((100vw - 375px) / 1545)), 345px);
	margin-bottom: clamp(40px, calc(40px + 25 * ((100vw - 375px) / 1545)), 65px);
}
footer .block .container .wrap h4 {
	margin-bottom: clamp(15px, calc(15px + 5 * ((100vw - 375px) / 1545)), 20px);
	font-weight: bold;
	font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);
}
footer .block .container .wrap .content {display: flex;gap: 60px;}
footer .block .container .wrap .content ul {display: grid;gap: 10px;}
footer .block .container .wrap .content ul li {position: relative;padding-left: 10px;line-height: 1.5;}
footer .block .container .wrap .content ul li::before {content: '-';position: absolute;left: 0;}
footer .block .container .wrap .content ul li a {position: relative;line-height: 1.7;}
footer .block .container .wrap .content ul li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #363636;
	transition: .3s;
}
footer .block .container .wrap .content ul li a:hover::before {width: 100%;}
footer .block .container .wrap p {line-height: 2.5;}
footer .block .container .wrap p a {
	position: relative;
	font-weight: bold;
	font-size: clamp(16px, calc(16px + 2 * ((100vw - 375px) / 1545)), 18px);
	line-height: 1.7;
}
footer .block .container .wrap p a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #363636;
	transition: .3s;
}
footer .block .container .wrap p a:hover::before {width: 100%;}
footer small {
	display: block;
	padding: 15px;
	background: #fff;
	font-weight: bold;
	font-size: clamp(10px, calc(10px + 2 * ((100vw - 375px) / 1545)), 12px);
	text-align: center;
}
@media only screen and ( max-width : 1024px ) {
	footer .block .container {gap: 60px 0;}
	footer .block .container .wrap {width: 50%;}
}
@media only screen and ( max-width : 767px ) {
	footer .block .container {gap: 40px 0;}
	footer .block .container .wrap {width: 100%;}
}
/*-----------------------------------------------

	404 Not Found

------------------------------------------------*/
#notfound {padding-top: calc(130px + 70 * ((100vw - 375px) / 1545));padding-bottom: calc(70px + 30 * ((100vw - 375px) / 1545));}
#notfound h2 {margin-bottom: 50px;text-align: center;}
#notfound h2 span {display: block;font-size: 2.3em;text-align: center;}
#notfound p {margin-bottom: 40px;text-align: center;}
#notfound a {
	display: block;
	position: relative;
	z-index: 1;
	width: 70%;
	max-width: 300px;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #363636;
	background: #363636;
	color: #fff;
	text-align: center;
}
#notfound a:hover {color: #363636;}
#notfound a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
	z-index: -5;
	background: #fff;
	color: #363636;
}
#notfound a:hover::after {transform-origin: left top;transform: scale(1, 1);}
#notfound a span {display: block;position: relative;text-align: center;}