/*
Theme Name: 札幌電鉄工業
Version: 1.0
*/
/*-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Oswald&display=swap');

/***** CSS Document  *****/

@media print {

	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: none;
		visibility: hidden;
	}
}

/***** Common *****/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.tw-grid {
	display: grid;
}

.access-layout {
	display: flex;
	align-items: center;
	width: min(1366px, 100%);
	margin: 0 auto;
	padding: 0 32px;
	box-sizing: border-box;
	gap: 0;
}

.access-layout .map_wrap {
	flex: 0 0 70%;
	margin-top: 0;
	height: clamp(320px, 33vw, 460px) !important;
	padding-top: 0 !important;
}

.access-layout .map_wrap iframe {
	height: 100% !important;
	max-height: 100% !important;
	border: 1px solid #e2e8f0;
}

.access-layout .access-box {
	flex: 0 0 30%;
	margin-top: 0;
	min-height: clamp(260px, 22vw, 320px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;
	margin-left: clamp(-40px, -2.5vw, 0px);
	background: #fff;
	padding: clamp(24px, 2vw, 36px);
}

.access-company-name {
	font-size: clamp(20px, 1.8vw, 25px);
	font-weight: 700;
	color: #002c5b;
}

.access-address {
	font-size: clamp(13px, 0.95vw, 14px);
}

.access-phone {
	font-size: clamp(13px, 0.95vw, 14px);
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.access-phone-label {
	color: #002c5b;
}

.access-phone-number {
	color: #002c5b;
	font-size: clamp(20px, 1.7vw, 24px);
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.access-notes {
	font-size: clamp(13px, 0.95vw, 14px);
}

.access-bullet {
	color: #c7a740;
	margin-right: 3px;
}

@media screen and (max-width: 768px) {
	.access-layout {
		flex-direction: column;
		height: auto;
		padding: 0 12px;
	}

	.access-layout .map_wrap {
		flex: 1 1 auto;
		width: 100%;
		height: clamp(280px, 58vw, 440px);
	}

	.access-layout .map_wrap iframe {
		height: 100%;
	}

	.access-layout .access-box {
		flex: 1 1 auto;
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		min-height: auto;
		padding: 24px 30px;
	}
}

.factory-machinery {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 24px;
}

@media screen and (max-width: 768px) {
	.factory-machinery {
		padding: 32px 16px;
	}
}

.factory-machinery-section {
	margin-bottom: 80px;
}

.factory-machinery-header {
	margin-bottom: 48px;
}

.factory-machinery-title {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #002c5B;
}

.factory-machinery-badge {
	display: inline-block;
	background: #002c5B;
	color: #fff;
	font-size: 14px;
	padding: 4px 12px;
	border-radius: 6px;
	margin-right: 12px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.factory-machinery-badge {
		font-size: 12px;
		padding: 3px 10px;
		margin-right: 10px;
	}
}

.factory-machinery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
	.factory-machinery-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.factory-machinery-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.factory-machine-card {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	background: #fff;
}

.factory-machine-media {
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.factory-machine-body {
	padding: 12px;
	background: #fff;
}

.factory-machine-title {
	font-size: 16px;
	font-weight: 700;
	color: #002c5b;
	line-height: 1.2;
}

.factory-machine-sub {
	font-size: 12px;
	color: #64748b;
	margin-top: 8px;
}

.factory-machine-summary {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 24px;
}

.factory-machine-summary--single {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.factory-machine-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.factory-machine-summary {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.factory-machine-summary-card {
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}

.factory-machine-summary-card--wide {
	grid-column: 1 / -1;
}

@media screen and (min-width: 1024px) {
	.factory-machine-summary-card--wide {
		grid-column: span 2;
	}
}

.factory-machine-summary-card--full {
	grid-column: 1 / -1;
}

.factory-machine-summary-title {
	font-weight: 700;
	color: #002c5B;
	margin-bottom: 8px;
	border-bottom: 1px solid #e2e8f0;
	padding-bottom: 6px;
}

.factory-machine-summary-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.factory-machine-summary-list li {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	margin-top: 12px;
}

.factory-machine-summary-list li span:last-child {
	font-weight: 600;
}

.factory-machine-summary-grid {
	display: grid;
	gap: 12px 32px;
	font-size: 15px;
	margin-top: 12px;
}

.factory-machine-summary-grid--2 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.factory-machine-summary-grid--3 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (min-width: 640px) {
	.factory-machine-summary-grid--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.factory-machine-summary-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.factory-machine-summary-grid--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.factory-machine-summary-grid>div {
	display: flex;
	justify-content: space-between;
}

.factory-machine-summary-grid>div span:last-child {
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.factory-machine-summary-card {
		padding: 20px;
	}

	.factory-machinery-title {
		font-size: 18px;
	}

	.factory-machine-title {
		font-size: 15px;
	}

	.factory-machine-summary-title {
		font-size: 12.5pt;
	}

	.factory-machine-summary-list li,
	.factory-machine-summary-grid {
		font-size: 13px;
	}
}

.factory-table {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
	border: 1px solid #e2e8f0;
	overflow: hidden;
}

.factory-table table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 15px;
}

.factory-table thead {
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
}

.factory-table th {
	padding: 16px 24px;
	font-weight: 700;
	color: #64748b;
}

.factory-table th:last-child,
.factory-table td:last-child {
	text-align: right;
}

.factory-table tbody tr {
	border-bottom: 1px solid #f1f5f9;
}

.factory-table tbody tr:last-child {
	border-bottom: none;
}

.factory-table td {
	padding: 12px 24px;
}

.factory-table td:last-child {
	font-weight: 600;
}

p,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
form,
dl {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	border: 0;
}

img[class*="wp-image-"],
img[class*="attachment-"],
img.size-full {
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}

.img_border {
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: -1px;
}

br {
	margin: 0;
	padding: 0;
}

hr {
	clear: both;
	height: 1px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
}

body {
	background: #fff;
	margin: 0;
	font-size: 12pt;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
}

strong,
h1,
h2,
h3,
h4,
h5,
th {
	font-weight: 600;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

_:lang(x)::-ms-backdrop,
.selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
strong,
th,
dt,
button,
.strong {
	font-weight: 600;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.small {
	font-size: 85% !important;
}

.large {
	font-size: 120% !important;
}

@media screen and (max-width: 520px) {
	.large {
		font-size: 11.5pt !important;
	}
}

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

*html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.fa {
	color: #000;
}

ul,
dl {
	list-style: none;
}

.red {
	color: #e70000;
}

.sea {
	color: #1e3c7d;
}

.cyan {
	color: #0f95c7;
}

.sp,
.sp2 {
	display: none !important;
}

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

	.sp {
		display: block !important;
	}
}

@media screen and (max-width: 520px) {
	.sp2 {
		display: block !important;
	}
}

.ofi {
	object-fit: cover;
}

.ofi_contain {
	object-fit: contain;
}

.marker {
	background: linear-gradient(transparent 70%, #2fb5e7 70%);
}

.marker:before,
.marker:after {
	content: "\00A0";
}

span.circle {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	line-height: 26px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background-color: #00b9ca;
	display: inline-block;
}

.lt {
	text-decoration: line-through;
}

/***** Hyper link *****/

a {
	color: #208aba;
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a:hover {
	color: #40aada;
}

a.sr {
	position: relative;
	right: 0;
}

a.sr:hover {
	text-decoration: none;
	right: -3px;
}

a.sl {
	position: relative;
	left: 0;
}

a.sl:hover {
	text-decoration: none;
	left: -3px;
}

a.st {
	position: relative;
	top: 0;
}

a.st:hover {
	text-decoration: none;
	top: -3px;
}

a.blank {
	background: url(../images/icon_blank.svg) no-repeat;
	background-size: 8px;
	background-position: top 3px right;
	padding-right: 12px;
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	a.blank {
		background: url(../images/icon_blank.svg) no-repeat;
		background-size: 6px;
		background-position: top 3px right;
	}
}

a.button:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a i.fa-window-restore {
	font-size: 90%;
}

.link_text,
.list_link_text {
	margin: 0.75em 0;
	position: relative;
	padding-left: 1.5em;
}

.link_text:before,
.list_link_text:before {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 0.6em;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.pdf:after,
.link_text.pdf:after,
.list_link_text .pdf:after {
	content: "PDF";
	display: inline-block;
	font-size: 12px;
	background: #e70000;
	color: #fff;
	padding: 0 0.5em;
	margin-left: 0.75em;
	position: relative;
	top: -1px;
}

a.docx:after,
.link_text.docx:after,
.list_link_text .docx:after {
	content: "DOCX";
	display: inline-block;
	font-size: 12px;
	background: #2a5598;
	color: #fff;
	padding: 0 0.5em;
	margin-left: 0.75em;
	position: relative;
	top: -1px;
}

a.xlsx:after,
.link_text.xlsx:after,
.list_link_text .xlsx:after {
	content: "XLSX";
	display: inline-block;
	font-size: 12px;
	background: #1f6f43;
	color: #fff;
	padding: 0 0.5em;
	margin-left: 0.75em;
	position: relative;
	top: -1px;
}

/***** Drawer *****/

@media screen and (min-width: 1081px) {

	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width: 1080px) {

	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: block;
		visibility: visible;
	}
}

#drawer {
	padding-bottom: 30px;
}

#drawer-logo {
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

#drawer-logo a {
	color: #fff;
}

#drawer-logo h1 {
	position: relative;
	top: 19px;
	left: 0;
	text-align: center;
}

#drawer-logo h1 img {
	width: 230px;
	margin-right: 10px;
}

.drawer-menu {
	overflow: hidden;
}

.drawer-menu ul {
	float: left;
	width: 80%;
	margin-left: 10%;
	text-align: left;
	font-size: 12pt;
}

.drawer-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0;
	margin: 0;
}

.drawer-menu a {
	display: block;
	padding: 15px 0 16px;
	color: #fff;
}

.drawer-menu a .arrow_01 {
	float: right;
	width: 26px;
	height: 26px;
	background-position: 8px 9px;
}

.drawer-menu a:hover .arrow_01 {
	background-position: 13px 9px;
}

.drawer-menu a.blank,
.drawer-bottom-menu a.blank {
	background: url(../images/icon_blank_wh.svg) no-repeat top 3px right;
	background-size: 6px;
	padding-right: 12px;
}

.drawer-bottom-menu {
	margin-top: 30px;
	color: #fff;
}

.drawer-bottom-menu p {
	margin-top: 10px;
	text-align: center;
	font-size: 9.5pt;
	line-height: 1.7;
}

.drawer-bottom-menu a {
	margin-top: 30px;
	font-style: normal;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20pt;
	color: #fff;
}

/***** Header *****/

#header {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 110;
	width: 96%;
	max-width: 1800px;
	height: 76px;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#header h1 {
	position: absolute;
	top: 18px;
	left: 20px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#header h1 img {
	width: 300px;
}

#header nav {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 0;
}

#header .button_gold,
#header .button_border_gray {
	width: 120px;
	height: 44px;
	line-height: 43px;
	font-size: 10.5pt !important;
}

#header .button_border_gray {
	margin-right: 8px;
}

#main_menu {
	position: relative;
	right: 20px;
	display: inline-block;
	font-size: 0;
}

#main_menu>li {
	margin-left: 20px;
	position: relative;
	display: inline-block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border-bottom: 1px solid transparent;
	font-weight: 500;
	font-size: 11pt;
	line-height: 1.0;
	border-bottom: 2px solid transparent;
}

#main_menu>li:hover,
#company #main_menu>li.mm_01,
#steel-structure #main_menu>li.mm_02,
#hot-dip-galvanized #main_menu>li.mm_03,
#works #main_menu>li.mm_04,
#factory #main_menu>li.mm_05,
#download #main_menu>li.mm_06,
#news #main_menu>li.mm_07,
#contact #main_menu>li.mm_08,
#recruit #main_menu>li.mm_09 {
	border-bottom: 2px solid #000;
}

#main_menu>li a {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 0 0 5px;
}

.sub_menu {
	position: absolute;
	margin: 0;
	padding: 20px 0 10px;
	display: none;
	z-index: 300;
}

.sub_menu>li {
	margin: 0 !important;
}

.sub_menu>li a {
	padding: 12px 20px !important;
	width: 200px;
	text-align: left;
	display: block;
	background-color: #002c5b;
	font-weight: normal;
	font-size: 10.5pt;
	text-decoration: none;
	color: #fff !important;
}

.sub_menu>li:first-child a {
	padding: 20px 20px 12px !important;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.sub_menu>li:last-child a {
	padding: 12px 20px 20px !important;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.sub_menu>li a:hover {
	text-indent: 3px;
}

/***** Main visual *****/

.swiper-container {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 86vh;
	background: #000;
	background: linear-gradient(90deg, rgba(59, 116, 177, 1) 0%, rgba(0, 44, 92, 1) 100%);
	overflow: hidden;
}

.swiper-container>img {
	position: absolute;
	bottom: -2px;
	left: clamp(16px, 1.9vw, 25px);
	height: clamp(120px, 18vw, 250px);
	width: auto;
	z-index: 50;
}

.swiper-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.swiper-slide img {
	width: 100%;
	height: 86vh;
	object-fit: cover;
	opacity: 0.5;
	background-blend-mode: darken;
}

.swiper-text {
	position: absolute;
	bottom: 150px;
	right: 3%;
	text-align: right;
	color: #fff;
	z-index: 50;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.swiper-text h2 {
	font-size: 30pt;
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.swiper-text p {
	font-weight: 500;
	font-size: 12pt;
	line-height: 1.9;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.swiper-text p:last-child {
	margin-top: 25px;
}

@media screen and (max-width: 1200px) {

	.swiper-container,
	.swiper-slide img {
		height: 80vh;
	}

	.swiper-text h1 {
		font-size: 40pt;
	}

	.swiper-text p {
		font-size: 11.5pt;
		margin-top: 25px;
		line-height: 2.0;
	}
}

@media screen and (max-width: 1146px) {

	.swiper-text p {
		font-size: 11pt;
		line-height: 1.9;
	}

	#steel_business .steel-card-text {
		font-size: 12pt;
		line-height: 1.35;
	}
}

@media screen and (max-width: 980px) {

	.swiper-container,
	.swiper-slide img {
		height: 64vh;
	}

	.swiper-text {
		right: 4%;
	}

	.swiper-text h1 {
		font-size: 32pt;
	}

	.swiper-text p {
		font-weight: 500;
		margin-top: 25px;
		line-height: 2.0;
	}
}

@media screen and (max-width: 768px) {

	.swiper-container,
	.swiper-slide img {
		height: 72vh;
	}

	.swiper-text {
		width: 80%;
		bottom: 150px;
	}

	.swiper-text h1 {
		font-size: 30pt;
	}

	.swiper-text p {
		margin-top: 20px;
	}
}

@media screen and (max-width: 560px) {
	.swiper-text {
		width: 94%;
	}

	.swiper-text h1 {
		font-size: 24pt;
	}

	.swiper-text p {
		font-size: 11pt;
		line-height: 1.8;
	}
}

@media screen and (max-width: 480px) {
	.swiper-text p {
		font-size: 9pt;
		line-height: 1.7;
	}
}

/***** Arrow *****/

.arrow_01,
.arrow_02,
.arrow_03,
.arrow_04 {
	display: inline-block;
	transform: skew(45deg);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.arrow_01,
.arrow_02 {
	width: 25px;
	height: 5px;
	margin-left: 10px;
}

.arrow_03,
.arrow_04 {
	width: 16px;
	height: 5px;
}

.arrow_01,
.arrow_03 {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.arrow_02,
.arrow_04 {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

/***** About us *****/

#about_us {
	position: relative;
	width: 100%;
	height: 660px;
	background: #002c5c;
	background: linear-gradient(90deg, rgba(59, 116, 177, 1) 0%, rgba(0, 44, 92, 1) 100%);
	z-index: 10;
}

#about_us img {
	position: absolute;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#about_us img:nth-child(1) {
	top: -1px;
	left: clamp(16px, 1.9vw, 25px);
	height: clamp(60px, 9vw, 125px);
	width: auto;
	z-index: 20;
}

#about_us img:nth-child(2) {
	bottom: 0;
	right: 360px;
	height: 460px;
	opacity: 0.5;
	z-index: 30;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
}

#about_us img:nth-child(3) {
	bottom: 45px;
	right: 10px;
	height: 560px;
	z-index: 40;
}

#about_us_text {
	position: absolute;
	top: 55%;
	left: 4%;
	transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	color: #fff;
	text-align: left;
	z-index: 50;
}

#about_us_text h2 {
	font-size: 30pt;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 20px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

#about_us_text p {
	font-weight: 600;
	line-height: 2.0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 1146px) {
	#about_us_text p {
		font-size: 11pt;
		line-height: 1.9;
	}
}

#about_us_text p:last-child {
	margin-top: 30px;
}

#about_us .button_navy {
	margin-left: 0
}

/* about_us responsive: fluid scaling below 1300px */
@media screen and (max-width: 1300px) {
	#about_us {
		overflow-x: clip;
		overflow-y: visible;
		height: min(660px, 50.8vw);
	}

	#about_us img:nth-child(3) {
		height: min(560px, 43vw);
		right: max(-30px, calc(3.8vw - 40px));
	}

	#about_us img:nth-child(2) {
		height: min(460px, 35.4vw);
		right: min(360px, 27.7vw);
	}

	.swiper-text h2 {
		font-size: clamp(20pt, 3.08vw, 30pt);
	}

	#about_us_text h2 {
		font-size: clamp(20pt, 3.08vw, 30pt);
	}

}

@media screen and (max-width: 1024px) {

	#about_us {
		height: min(700px, 54vw);
	}
}

@media screen and (max-width: 768px) {

	#about_us {
		height: auto;
		padding: 0 clamp(16px, 1.9vw, 25px) 40px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	#about_us img:nth-child(1) {
		display: block;
		position: static;
		height: clamp(60px, 9vw, 125px);
		width: auto;
		margin: 0 0 24px 0;
	}

	#about_us_text {
		position: static;
		transform: none;
		padding: 0 20px;
		text-align: left;
	}
}

@media screen and (max-width: 480px) {

	.swiper-text h2 {
		font-size: 17pt;
	}

	#about_us img:nth-child(1) {
		margin-bottom: 20px;
	}

	#about_us_text {
		padding: 0 12px;
	}

	#about_us_text h2 {
		font-size: 17pt;
	}

	#about_us_text p {
		font-size: 9pt;
		line-height: 1.7;
	}
}

/***** Steel Business *****/

#steel_business {
	padding: 80px 0 100px;
	background: linear-gradient(90deg, rgba(120, 120, 120, 1), rgba(72, 72, 72, 1) 66.6%);
	position: relative;
	overflow: hidden;
}

#steel_business .steel-business-bgtext {
	position: absolute;
	bottom: 24px;
	right: 0;
	opacity: 0.1;
	text-align: right;
}

#steel_business .steel-business-inner {
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 60;
}

#steel_business .steel-business-layout {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
}

#steel_business .steel-business-media {
	flex: 1 1 520px;
	min-width: 320px;
}

#steel_business .steel-image-wrapper {
	position: relative;
	margin-bottom: 30px;
}

#steel_business .steel-image-container {
	position: relative;
	width: 100%;
	height: 360px;
	border-radius: 15px;
	overflow: hidden;
}

#steel_business .steel-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.4s ease;
}

#steel_business .steel-main-img.active {
	opacity: 1;
}

#steel_business .steel-badge {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 110px;
	height: 110px;
	background: linear-gradient(135deg, #d4af37 0%, #b8962e 100%);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

#steel_business .steel-badge-letter {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
}

#steel_business .steel-badge-text {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.5px;
}

#steel_business .steel-card-list {
	display: flex;
	gap: 12px;
}

#steel_business .steel-card {
	flex: 1;
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 3px solid #d4af37;
	padding: 18px 15px 22px;
	backdrop-filter: blur(5px);
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.3s ease;
}

#steel_business .steel-card.active {
	background: rgba(255, 255, 255, 0.15);
}

#steel_business .steel-card-title {
	font-size: 9.5pt;
	color: #d4af37;
	margin-bottom: 6px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

#steel_business .steel-card-text {
	font-size: 13pt;
	font-weight: 600;
	color: #fff;
	line-height: 1.4;
}

#steel_business .steel-business-content {
	flex: 1 1 420px;
	min-width: 280px;
	text-align: left;
	color: #fff;
}

#steel_business .steel-business-heading {
	font-size: clamp(20pt, 3.08vw, 30pt);
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

#steel_business .steel-business-text {
	font-weight: 600;
	line-height: 2.0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 1146px) {
	#steel_business .steel-business-text {
		font-size: 11pt;
		line-height: 1.9;
	}
}

#steel_business .steel-business-cta {
	margin-top: 30px;
}

@media screen and (max-width: 480px) {
	#steel_business .steel-business-layout {
		gap: 36px;
	}

	#steel_business .steel-image-wrapper {
		margin-bottom: 22px;
	}

	#steel_business .steel-badge {
		top: -18px;
		right: -18px;
		width: 88px;
		height: 88px;
	}

	#steel_business .steel-badge-letter {
		font-size: 28px;
	}

	#steel_business .steel-badge-text {
		font-size: 10px;
	}

	#steel_business .steel-card-list {
		gap: 8px;
	}

	#steel_business .steel-card {
		min-width: 0;
		padding: 14px 8px 16px;
	}

	#steel_business .steel-card-title {
		font-size: 6.8pt;
		letter-spacing: 0.02em;
	}

	#steel_business .steel-card-text {
		font-size: 9.5pt;
		line-height: 1.3;
	}

	#steel_business .steel-business-heading {
		font-size: 17pt;
	}

	#steel_business .steel-business-text {
		font-size: 9pt;
		line-height: 1.7;
	}

	#steel_business .steel-business-cta {
		text-align: center;
	}
}

/***** Recruit Tabs *****/

.recruit-tabs {
	display: flex;
	max-width: 900px;
	margin: 50px auto 0;
	border: 1px solid #eee;
	border-radius: 9999px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.recruit-tabs button {
	width: 50%;
	border: none;
	background: transparent;
	color: #333;
	padding: 15px 0;
	font-size: 12pt;
	font-weight: 700;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 9999px;
	text-align: center;
}

.recruit-tabs button:hover {
	color: #002c5b;
}

.recruit-tabs button.is-active {
	background: linear-gradient(90deg, rgba(59, 116, 177, 1) 0%, rgba(0, 44, 92, 1) 100%);
	color: #fff;
}

@media screen and (max-width: 768px) {
	.recruit-tabs {
		margin-top: 40px;
		max-width: 100%;
	}

	.recruit-tabs button {
		padding: 12px 0;
		font-size: 11pt;
		letter-spacing: 0.03em;
	}
}

.recruit-tab-panel {
	display: none;
	margin-top: 40px;
}

.recruit-tab-panel.is-active {
	display: block;
}

.recruit-section-title {
	margin-top: 50px;
}

.recruit-note {
	margin-top: 20px;
	font-size: 10.5pt;
	color: #666;
}

/***** Our Service *****/

#our_service {
	position: relative;
	width: 100%;
	margin-top: 70px;
	overflow: hidden;
}

#our_service .white_text {
	position: absolute;
	right: 0;
	top: 0;
}

#our_service h2,
#our_service h4 {
	position: relative;
	z-index: 20;
}

#our_service .center_heading {
	font-size: 25pt;
}

#service_menu {
	max-width: 1590px;
	margin: 40px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.service_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	font-size: 0;
	gap: 50px;
}

.service_list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 385px;
	height: 460px;
	margin: 0;
	border-radius: 10px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

@media screen and (max-width: 1320px) {
	.service_list {
		gap: 24px;
	}

	.service_list li {
		width: min(385px, calc((100% - 48px) / 3));
	}
}

@media screen and (max-width: 768px) {
	.service_list {
		gap: 40px;
	}

	.service_list li {
		width: min(385px, 100%);
	}
}

.os_01 {
	background-image: url(../images/teaser_service_01.jpg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 20, 40, 0.55);
	background-blend-mode: darken;
}

.os_02 {
	background-image: url(../images/teaser_service_02.jpg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 20, 40, 0.55);
	background-blend-mode: darken;
}

.os_03 {
	background-image: url(../images/teaser_service_03.jpg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 20, 40, 0.55);
	background-blend-mode: darken;
}

.service_list li:hover,
.service_lower_list li:hover {
	text-decoration: none;
	background-size: 110%;
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
}

.service_list a,
.service_lower_list a {
	display: block;
	height: 100%;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	outline: none;
}

.service_list h3 {
	font-size: 18pt;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 120px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.service_list h3 span {
	font-size: 12.5pt;
}

.service_list p {
	width: 80%;
	margin: 25px auto 0;
	font-size: clamp(10.5pt, 0.9vw, 11.5pt);
	line-height: 1.8;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.service_list .number {
	position: absolute;
	top: -18px;
	left: 0;
	width: 62px;
	height: 62px;
	border-radius: 5px;
	background-color: #002c5b;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24pt;
	line-height: 58px;
	letter-spacing: 0.15em;
	text-indent: 5px;
	text-align: center;
	color: #fccc00;
}

.service_list a .button_circle_white {
	position: absolute;
	bottom: 65px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin-left: 0;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 480px) {
	.service_list {
		gap: 32px;
	}

	.service_list li {
		width: min(340px, 100%);
		height: 370px;
	}

	.service_list h3 {
		font-size: 14pt;
		margin-top: 84px;
	}

	.service_list h3 span {
		font-size: 10pt;
	}

	.service_list p {
		width: 84%;
		margin: 16px auto 0;
		font-size: 9pt;
		line-height: 1.6;
	}

	.service_list .number {
		top: -12px;
		width: 42px;
		height: 42px;
		font-size: 16pt;
		line-height: 40px;
		text-indent: 3px;
	}

	.service_list a .button_circle_white {
		bottom: 36px;
	}
}

/***** Services *****/

#service_bg {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(229, 239, 247, 0.8));
	padding: 30px 0 35px;
	box-shadow: 5px 10px 20px 0px rgba(174, 197, 224, 1.0);
	-webkit-box-shadow: 5px 10px 20px 0px rgba(174, 197, 224, 1.0);
	-moz-box-shadow: 5px 10px 20px 0px rgba(174, 197, 224, 1.0);
}

#service_lower_menu {
	max-width: 1520px;
	margin: 0 auto;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.service_lower_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	font-size: 0;
	gap: 16px;
}

.service_lower_list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: 120px;
	margin: 0;
	border-radius: 12px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.service_lower_list li span {
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-51%);
	transform: translateY(-51%);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.service_lower_list h3 {
	font-size: 16pt;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.service_lower_list h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 10pt;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 5px;
}

@media screen and (max-width: 1520px) {
	#service_lower_menu {
		max-width: 752px;
	}
}

@media screen and (max-width: 560px) {
	.service_lower_list {
		gap: 12px;
	}

	.service_lower_list li {
		width: 160px;
	}

	.service_lower_list h3 {
		font-size: 15pt;
	}

	.service_lower_list h4 {
		font-size: 9pt;
	}
}

/***** News *****/

#news_contents {
	position: relative;
	margin: 40px auto 0;
	width: 98%;
	z-index: 60;
}

#news_contents_inner {
	position: relative;
	margin: 0 auto;
	width: 80vw;
	max-width: 1600px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-align: left;
}

#news_contents_heading {
	order: 1;
	width: 20%;
	min-width: 180px;
}

#news_contents h2 {
	font-size: 20pt;
	letter-spacing: 1px;
	line-height: 1.0;
	color: #002c5b;
}

#news_contents .round_box {
	order: 2;
	width: 100%;
	max-width: 1260px;
	padding: 10px 35px 11px;
	margin-top: 50px;
}

#news_contents table {
	width: 100%;
	border-collapse: collapse;
}

#news_contents table th,
#news_contents table td {
	vertical-align: top;
	font-size: 10.5pt;
	padding: 16px 0 17px;
	border-bottom: 1px solid #e0e0e0;
}

#news_contents table tr:last-child th,
#news_contents table tr:last-child td {
	border-bottom: none;
}

#news_contents table th {
	width: 110px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 11pt;
	letter-spacing: 1px;
	cursor: auto;
	color: #002c5b;
}

@media screen and (max-width: 1200px) {
	#news_contents table {
		width: 100%;
		border-collapse: collapse;
	}
}

@media screen and (max-width: 980px) {
	#news_contents {
		width: 90.0vw;
	}

	#news_contents h2 {
		font-size: 20pt;
		padding-top: 18px;
	}

	#news_contents .round_box {
		padding: 10px 25px 11px;
	}

	#news_contents table th,
	#news_contents table td {
		font-size: 10.5pt;
	}

	#news_contents table th {
		font-size: 11pt;
	}
}

@media screen and (max-width: 560px) {
	#news_contents h2 {
		font-size: 18pt;
		padding-top: 15px;
	}

	#news_contents .round_box {
		padding: 8px 20px 9px;
	}

	#news_contents table th,
	#news_contents table td {
		font-size: 10pt;
	}

	#news_contents table th {
		font-size: 10pt;
	}
}

@media screen and (max-width: 768px) {
	#news_contents_inner {
		flex-wrap: wrap;
		width: 92vw;
	}

	#news_contents_heading {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}

	#news_contents_heading h2 {
		margin: 0;
		flex: 1 1 auto;
	}

	#news_contents_heading p {
		margin: 0 !important;
		flex: 0 0 auto;
		align-self: flex-start;
		margin-top: 15px !important;
	}

	#news_contents .round_box {
		width: 100%;
		max-width: 100%;
		margin-top: 18px;
	}
}

#news_contents table a {
	color: #000;
}

#news_contents table a:hover {
	color: #000;
	text-decoration: underline;
}

#news_contents table td a[target="_blank"] {
	background: url(../images/icon_blank.svg) no-repeat;
	background-size: 8px;
	background-position: top 5px right;
	padding-right: 12px;
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	#news_contents table td a[target="_blank"] {
		background: url(../images/icon_blank.svg) no-repeat;
		background-size: 6px;
		background-position: top 5px right;
	}
}

/***** Button *****/

.button_gold,
.button_border_gray,
.button_navy,
.button_border_black {
	position: relative;
	display: inline-block;
	width: 260px;
	height: 46px;
	line-height: 45px;
	border-radius: 9999px;
	white-space: nowrap;
	font-weight: 600;
	font-size: 11.5pt !important;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 100;
}

.button_gold,
.button_navy {
	color: #fff;
}

.button_border_gray,
.button_border_black {
	color: #000;
	outline-offset: -1px;
}

.button_gold {
	background: #c7a740;
}

.button_border_gray {
	background: #fff;
	outline: 1px solid #ddd;
}

.button_navy {
	background: #002c5b;
}

.button_gold:hover,
.button_navy:hover {
	color: #fff;
}

.button_border_black {
	outline: 1px solid #000;
}

.button_border_gray:hover,
.button_border_black:hover {
	color: #000;
}

.button_gold i,
.button_border_gray i,
.button_navy i,
.button_border_black i {
	position: absolute;
	right: 22px;
	top: 17px;
}

.button_gold:hover i,
.button_border_gray:hover i,
.button_navy:hover i,
.button_border_black:hover i {
	right: 20px;
}

.button_circle_navy {
	position: relative;
	display: inline-block;
	height: 44px;
	font-size: 11.5pt !important;
	color: #002c5b;
}

.button_circle_navy:hover {
	color: #002c5b;
}

.button_circle_navy span {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: #002c5b;
	color: #fff;
	border-radius: 999px;
	vertical-align: middle;
	margin-left: 10px;
}

.button_circle_navy span i {
	position: absolute;
	right: 16px;
	top: 16px;
}

.button_circle_navy:hover span i {
	right: 11px;
}

.button_circle_white {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 999px;
}

.button_circle_white i {
	position: absolute;
	right: 16px;
	top: 16px;
}

a:hover .button_circle_white i {
	right: 11px;
}

#contact .button_gold,
#contact .button_navy,
#recruit .button_gold,
#recruit .button_navy {
	cursor: pointer;
	border: none;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
}

.button_l {
	width: 300px;
	height: clamp(50px, 4.3vw, 56px);
	line-height: clamp(49px, calc(4.3vw - 1px), 55px);
	font-size: clamp(11pt, 1vw, 12pt) !important;
	margin: 0 10px 10px;
}

.button_l i {
	top: clamp(18px, 1.77vw, 23px);
}

@media screen and (max-width: 480px) {
	.button_l {
		width: 260px;
		height: 48px;
		line-height: 47px;
		font-size: 10.5pt !important;
		margin: 0 0 10px;
	}

	.button_l i {
		top: 17px;
		right: 20px;
	}

	#home .button_l {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/***** Background *****/

.bg_blue {
	position: relative;
	width: 100%;
	background-color: #edf3f7;
	overflow: hidden;
	padding-bottom: 80px;
}

.bg_logo {
	background-image: url(../images/logo_l.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 86%;
}

#hot-dip-galvanized .bg_logo {
	background-position: 50% calc(50% - 450px);
	padding-bottom: 0;
}

#steel-structure .bg_logo {
	padding-bottom: 0;
}

#factory .bg_logo {
	padding-bottom: 0;
}

.bg_gradation {
	position: relative;
	width: 100%;
	background: url(../images/bg_gradation.png) no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}

#home .bg_gradation>img {
	position: absolute;
	top: 460px;
	left: -420px;
	width: 1000px;
	opacity: 0.6;
}

/***** Layouts *****/

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	/*overflow: hidden;*/
}

.section.w1200 {
	margin-top: 65px;
}

.w1200 .text_box img.fr {
	margin-left: 20px;
}

.w1200 .text_box img.fl {
	margin-right: 20px;
}

@media screen and (max-width: 980px) {

	.w1200 p,
	.w1200 table,
	.w1200 ul li,
	.w1200 ol li {
		font-size: 11pt;
	}
}

@media screen and (max-width: 768px) {

	.w1200 p,
	.w1200 table,
	.w1200 ul li,
	.w1200 ol li {
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 768px) {
	.w1200 {
		padding: 0 16px;
		box-sizing: border-box;
	}

	.section.w1200 {
		margin-top: 40px;
	}

	.w1200,
	.text_box {
		overflow-wrap: break-word;
		word-break: break-word;
	}
}

@media screen and (max-width: 520px) {

	.w1200 .text_box img.fl,
	.w1200 .text_box img.fr {
		max-width: 200px;
	}
}

@media screen and (max-width: 480px) {
	.w1200 {
		padding: 0 12px;
	}
}

@media screen and (max-width: 360px) {
	.w1200 {
		padding: 0 8px;
	}
}

.catch_copy {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
}

.catch_copy h2 {
	font-size: 28pt;
	font-weight: 700;
}

.catch_copy p {
	line-height: 1.85;
}

@media screen and (max-width: 768px) {
	.catch_copy {
		display: block;
	}

	.catch_copy h2 {
		font-size: 22pt;
		margin-bottom: 16px;
	}
}

.text_box p {
	margin-top: 1.5em;
	line-height: 1.85;
}

.text_box .indent {
	text-indent: 1em;
	margin-top: 1.5em;
}

.text_box .image {
	margin: 2.0em 0;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.w1200 {
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	#container section:last-child {
		margin-bottom: 45px;
	}
}

img {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flex_box {
	display: flex;
	gap: 6.0vw;
	margin-top: 50px;
}

.flex_left {
	max-width: 520px;
	width: 43.3333%;
}

.flex_left img {
	width: 100%;
	height: auto;
}

.flex_right {
	width: calc(56.6667% - 6.0vw);
}

@media screen and (max-width: 768px) {
	.flex_box {
		display: block;
		flex-direction: row;
		gap: 0;
	}

	.flex_left {
		width: 100%;
	}

	.flex_right {
		width: 100%;
	}
}

/***** Page Title *****/

.page_title {
	position: relative;
	width: 100%;
	height: max(261px, min(480px, 34vw));
	margin-bottom: 50px;
	/*background: url(../images/circle_04.svg),
		linear-gradient(90deg, rgba(140, 140, 140, 1), rgba(89, 89, 89, 1) 66.6%);*/
	background: url(../images/circle_04_blue.svg),
		linear-gradient(90deg, rgba(59, 116, 177, 1) 0%, rgba(0, 44, 92, 1) 100%);
	background-position: right -125px bottom 60px, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 1000px, auto;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

.page_title img:first-of-type {
	position: absolute;
	top: 50px;
	left: -300px;
	width: 700px;
	height: auto;
	opacity: 0.5;
}

.page_title img:last-of-type {
	position: absolute;
	top: 116px;
	right: max(2%, calc(50% - 900px));
	width: min(900px, 62vw);
	height: calc(100% - 66px);
	max-height: 400px;
	object-fit: cover;
	object-position: center center;
	border-radius: 30px;
}

.page_title_box {
	position: absolute;
	top: 56%;
	left: max(3%, calc(50% - 900px));
	-webkit-transform: translateY(-44%);
	transform: translateY(-44%);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-align: left;
	color: #fff;
}

.page_title h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 46pt;
	letter-spacing: 0.05em;
	line-height: 1.0;
	color: #b5deff;
}

.page_title h1 {
	margin-top: 5px;
	font-size: 22pt;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1366px) {
	.page_title_box h2 {
		font-size: 42pt;
	}

	.page_title_box h1 {
		font-size: 20pt;
	}
}

@media screen and (max-width: 1024px) {
	.page_title_box h2 {
		font-size: 38pt;
	}

	.page_title_box h1 {
		font-size: 18pt;
	}
}

/***** Topic path *****/

.topic_path {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.topic_path ul {
	margin-left: max(2.0vw, calc(50% - 900px));
	font-size: 9.5pt;
	text-align: left;
	line-height: 1.2;
}

@media screen and (max-width: 980px) {
	.topic_path {
		padding: 0;
	}

	.topic_path ul {
		font-size: 9pt;
	}
}

.topic_path li {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-left: 10px;
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

@media screen and (max-width: 480px) {
	.topic_path li {
		max-width: 200px;
	}
}

.topic_path li:first-child {
	margin-left: 0;
}

.topic_path li:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background: #000;
	right: 0;
	bottom: 52%;
}

.topic_path li:last-child:after {
	background: none;
}

.topic_path a {
	color: #000;
}

.topic_path a:hover {
	text-decoration: underline;
}

/***** Slider *****/

.slider {
	width: 100%;
	margin-top: 80px;
}

.slider img {
	display: block;
	width: auto;
	height: clamp(260px, 41vw, 570px);
	margin-right: clamp(18px, 3vw, 50px);
	border-radius: 15px;
}

/***** Heading *****/

.white_text {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 96pt;
	letter-spacing: 0.1em;
	line-height: 1.0;
	color: #fff;
	text-align: left;
	z-index: 0;
}

@media screen and (max-width: 1024px) {
	.white_text {
		font-size: 88pt;
	}
}

@media screen and (max-width: 480px) {
	.white_text {
		font-size: 72pt;
	}
}

.center_heading {
	font-weight: 700;
	font-size: 28pt;
	color: #002c5b;
}

.center_heading_eng {
	margin-top: 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #c7a740;
}

@media screen and (max-width: 1146px) {
	.center_heading {
		font-size: 26pt;
	}

	#our_service .center_heading {
		font-size: 23pt;
	}

	.center_heading_eng {
		font-size: 11pt;
	}

	.catch_copy h2 {
		font-size: 24pt;
	}
}

@media screen and (max-width: 768px) {
	.center_heading {
		font-size: 24pt;
	}

	#our_service .center_heading {
		font-size: 21pt;
	}

	.center_heading_eng {
		font-size: 10pt;
	}

	.catch_copy h2 {
		font-size: 22pt;
	}
}

@media screen and (max-width: 480px) {
	.center_heading {
		font-size: 20pt;
	}

	#our_service .center_heading {
		font-size: 18pt;
	}

	.center_heading_eng {
		font-size: 8pt;
	}
}

.heading {
	position: relative;
	display: inline-block;
	font-size: 26pt;
	font-weight: 700;
	line-height: 1.0;
	width: 100%;
	color: #002c5b;
	padding-bottom: 22px;
}

.heading .text_bg {
	position: absolute;
	top: -40px;
	right: 0;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 96pt;
	text-align: right;
	color: #e0e0e0;
	z-index: -1;
}

.heading::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 80px;
	border-bottom: 4px solid #002c5b;
}

.sub_heading {
	position: relative;
	font-size: 20pt;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	padding-left: 20px;
	border-left: 4px solid #c7a740;
}

.heading+.sub_heading {
	margin-top: 40px;
}

.heading_inline_left {
	display: inline-block;
	text-align: left;
}

.blue_box .sub_heading,
.gray_box .sub_heading {
	font-size: 16pt;
	padding-bottom: 10px;
}

@media screen and (max-width: 980px) {
	.heading {
		font-size: 23pt;
	}

	.heading .text_bg {
		font-size: 84pt;
	}

	#home .heading {
		font-size: 28pt;
	}

	.sub_heading {
		font-size: 18pt;
	}
}

@media screen and (max-width: 768px) {
	.heading {
		font-size: 20pt;
		padding-bottom: 18px;
	}

	.heading::before {
		width: 70px;
		border-bottom: 3px solid #002c5b;
	}

	.heading .text_bg {
		font-size: 76pt;
	}

	#home .heading {
		font-size: 24pt;
	}

	.sub_heading {
		font-size: 16pt;
	}
}

@media screen and (max-width: 640px) {
	.heading .text_bg {
		top: -28px;
		font-size: 64pt;
	}
}

@media screen and (max-width: 560px) {
	.heading {
		font-size: 18pt;
	}

	.heading .text_bg {
		top: -22px;
		font-size: 56pt;
	}

	#home .heading {
		font-size: 20pt;
	}
}

/***** Box *****/

.round_box {
	background: #fff;
	padding: 18px 40px;
	border-radius: 15px;
	box-shadow: 5px 10px 20px 0 rgba(221, 221, 221, 1.0);
	-webkit-box-shadow: 5px 10px 20px 0 rgba(221, 221, 221, 1.0);
	-moz-box-shadow: 5px 10px 20px 0 rgba(221, 221, 221, 1.0);
}

.blue_box {
	background: rgba(229, 239, 247, 1.0);
	padding: 36px;
	border-radius: 15px;
	overflow: hidden;
}

.gray_box {
	background: #f0f2f7;
	padding: 36px;
	border-radius: 15px;
	overflow: hidden;
}

.blue_box h3,
.gray_box h3 {
	color: #002c5b;
}

@media screen and (max-width: 768px) {
	.round_box {
		padding: 16px 26px;
	}

	.blue_box {
		padding: 28px;
	}
}

/***** Map *****/

.map_wrap {
	position: relative;
	width: 100%;
	padding-top: 45%;
}

.map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 15px;
}

@media screen and (max-width: 768px) {
	.map_wrap {
		padding-top: 70%;
	}
}

/***** Card *****/

.cards {
	position: relative;
	display: grid;
	justify-items: stretch;
	align-items: stretch;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: min(1380px, calc(100% - 40px));
	margin: 90px auto 0;
	gap: clamp(56px, 7vw, 90px);
}

.card {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 52px 45px 45px;
	border-radius: 15px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	text-align: left;
}

@media screen and (max-width: 768px) {
	.cards {
		grid-template-columns: 1fr;
		width: min(640px, calc(100% - 32px));
		gap: 56px;
	}
}

@media screen and (max-width: 480px) {
	.cards {
		width: calc(100% - 24px);
		gap: 48px;
	}
}

.card h5 {
	position: absolute;
	top: -36px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 52pt;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 1.0;
	color: #c7a740;
}

.card h3 {
	font-size: 19pt;
}

.card p {
	margin-top: 12px;
	font-size: 11.5pt;
}

.card img {
	width: 100%;
}

@media screen and (max-width: 1146px) {
	.card {
		padding: 48px 40px 40px;
	}

	.card h5 {
		top: -32px;
		font-size: 48pt;
	}

	.card h3 {
		font-size: 18pt;
	}

	.card p {
		font-size: 11pt;
	}
}

@media screen and (max-width: 768px) {
	.card {
		padding: 42px 32px 34px;
	}

	.card h5 {
		top: -28px;
		font-size: 44pt;
	}

	.card h3 {
		font-size: 16pt;
	}

	.card p {
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 480px) {
	.card {
		padding: 36px 24px 28px;
	}

	.card h5 {
		top: -24px;
		font-size: 40pt;
	}

	.card h3 {
		font-size: 14.5pt;
	}

	.card p {
		font-size: 10pt;
	}
}

/***** Box Item *****/

.box_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	gap: 30px;
}

.box_item>li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 340px;
	font-size: 0;
}

.box_item>li.box_wide {
	width: 600px;
}

.box_item>li img {
	border-radius: 5px;
}

.box_item>li h5 {
	font-size: 13pt;
	font-weight: 500;
	line-height: 1.2;
}

.box_item>li h5,
.box_item>li p,
.box_item>li .list_basic {
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	.box_item>li h5 {
		margin-top: 10px;
		font-size: 12pt;
	}
}

@media screen and (max-width: 560px) {
	.box_item>li h5 {
		font-size: 11.5pt;
	}
}

/***** Gallery *****/

.gallery_01 {
	display: grid;
	grid-template-columns: 1fr;
	/* 初期: 1列 */
	gap: 35px;
	padding: clamp(1rem, 3vw, 2rem);
	max-width: 1366px;
	margin-inline: auto;
	margin-top: 60px;
}

@media (min-width: 640px) {
	.gallery_01 {
		grid-template-columns: repeat(2, 1fr);
	}

	/* 中: 2列 */
}

@media (min-width: 1024px) {
	.gallery_01 {
		grid-template-columns: repeat(3, 1fr);
	}

	/* 大: 3列 */
}

.gallery_01 figure {
	margin: 0;
	border-radius: var(--radius);
	overflow: hidden;
	display: grid;
	grid-template-rows: auto 1fr;
	/* 画像 + キャプション */
}

@media (prefers-reduced-motion: reduce) {
	.gallery_01 figure {
		transition: none;
	}
}

.gallery_01 figure img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.gallery_01 figure img.trim {
	aspect-ratio: 16 / 10;
	/* 統一した箱を作る */
	object-fit: cover;
	/* はみ出しをトリミング */
	border-radius: 10px;
}

.gallery_01 figure img.border {
	border: 1px solid #ddd;
}

.gallery_01 figcaption {
	margin-top: 10px;
	font-size: 11.5pt;
}

/***** Title *****/

.title_leftbar {
	border-left: 4px solid #c7a740;
	margin-top: 30px;
	padding-left: 10px;
	font-size: 13pt;
}

.title_underbar {
	font-size: 180%;
	position: relative;
	display: inline-block;
	margin-top: 50px;
}

.title_underbar:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 40px;
	height: 3px;
	left: 0;
	background-color: #00b9ca;
}

.title_underbar small {
	padding: 5px 10px;
	color: #fff;
	font-size: 60%;
	display: inline-block;
	margin-bottom: 10px;
}

.title_underbar small.group_01 {
	background-color: #00b9ca;
}

.title_underbar small.group_02 {
	background-color: rgba(144, 87, 139, 1.0);
}

.title_underbar small.group_03 {
	background-color: #3469b4;
}

@media screen and (max-width: 980px) {
	.title_underbar {
		font-size: 20pt;
	}
}

@media screen and (max-width: 768px) {
	.title_underbar {
		font-size: 16pt;
		line-height: 1.7;
	}
}

@media screen and (max-width: 520px) {
	.title_underbar {
		font-size: 14pt;
		line-height: 1.5;
	}
}

@media screen and (max-width: 360px) {
	.title_underbar {
		font-size: 12pt;
	}
}

/***** Mansonry *****/

.grid {
	margin-top: 80px;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.grid-sizer,
.grid-item {
	width: 20%;
}

.grid-item {
	float: left;
	position: relative;
}

.grid-item img {
	display: block;
	width: 100%;
}

.grid-item a:nth-child(n+2) {
	display: none;
}

.grid-item-large {
	width: 40%;
}

.grid-item-text {
	display: block;
	background: linear-gradient(135deg, rgba(140, 140, 140, 1), rgba(89, 89, 89, 1) 66.6%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 50vh;
	overflow: hidden;
	position: relative;
}

.grid-item-text p {
	position: absolute;
	right: 12px;
	bottom: 10px;
	left: 12px;
	color: #888;
	font-size: clamp(28px, 7.8vw, 120px);
	line-height: 0.85;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: right;
	letter-spacing: -0.12vw;
	word-break: keep-all;
}

.grid-item span {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 15px;
	z-index: 30;
	display: inline-block;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 10pt;
}

.grid-item span.new {
	right: 75px;
	background: #a1be23;
}

@media screen and (max-width: 768px) {
	.grid {
		margin-top: 50px;
	}

	.grid-item-text {
		height: 38vh;
	}

	.grid-item-button {
		height: 80px;
	}

	.grid-item-button a {
		font-size: 10.5pt;
		line-height: 80px;
	}

	.grid-item span {
		width: 60px;
		padding: 1px 0;
		font-size: 70%;
	}

	.grid-item span.new {
		right: 60px;
	}
}

@media screen and (max-width: 520px) {

	.grid-sizer,
	.grid-item {
		width: 50%;
	}

	.grid-item-text {
		height: 26vh;
	}

	.grid-item span {
		width: 50px;
		padding: 0;
		font-size: 70%;
	}

	.grid-item span.new {
		right: 50px;
	}
}






/***** Flowchart *****/

.flowchart {
	position: relative;
	padding-left: 120px;
}

.flowchart::before {
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	content: "";
	width: 20px;
	height: 100%;
	background: #e5e5e5;
	margin-left: 0;
	padding-bottom: 10px;
	border-radius: 9999px;
}

.flowchart>li {
	position: relative;
}

.flowchart>li:not(:last-child) {
	margin-bottom: 40px;
}

.flowchart>li .step {
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 11.5pt;
	font-weight: 600;
	color: #fff;
	background: #0f95c7;
	padding: 8px 18px;
	z-index: 100;
	border-radius: 3px;
}

.flowchart>li .step::after {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #0f95c7;
}

.flowchart>li dl {
	padding-left: 65px;
	position: relative;
	top: 5px;
}

.flowchart>li dl::before,
.flowchart>li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.flowchart>li dl::before {
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #1e3c7d;
	border-radius: 9999px;
	left: 5px;
}

.flowchart>li dl::after {
	width: 40px;
	border-bottom: 1px solid #1e3c7d;
	position: absolute;
	left: 15px;
}

.flowchart>li dl dt {
	font-size: 16pt;
	font-weight: 600;
	color: #1e3c7d;
}

.flowchart>li dl dd {
	margin: 10px 0 0 0;
}

@media screen and (max-width: 980px) {
	.flowchart>li dl dt {
		font-size: 15pt;
	}
}

@media screen and (max-width: 768px) {
	.flowchart {
		padding-left: 100px;
	}

	.flowchart::before {
		left: 100px;
		width: 16px;
	}

	.flowchart>li:not(:last-child) {
		margin-bottom: 30px;
	}

	.flowchart>li .step {
		left: -100px;
		font-size: 10.5pt;
		padding: 6px 15px;
	}

	.flowchart>li dl {
		padding-left: 55px;
		top: 2px;
	}

	.flowchart>li dl::before {
		width: 8px;
		height: 8px;
		margin-top: -4px;
		left: 4px;
	}

	.flowchart>li dl::after {
		width: 32px;
		left: 12px;
	}

	.flowchart>li dl dt {
		font-size: 13pt;
		padding-top: 2px;
	}
}

/***** Arrow Down *****/

.triangle {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 24px solid #1e3c7d;
}

/***** Year *****/

#year {
	margin-top: 40px;
	font-size: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #444;
}

#year li {
	display: inline-block;
	margin-right: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 12pt;
}

#year li:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	#year li {
		margin-right: 17px;
		font-size: 11pt;
	}
}

#year li a {
	color: #ddd;
}

#year li a:hover {
	color: #fff;
}

/***** Table *****/

.table_01 {
	width: 100%;
	border-collapse: collapse;
}

.table_01 th,
.table_01 td {
	vertical-align: top;
	padding: 1.25em 0;
	font-size: 11.5pt;
}

.table_01 th {
	width: 300px;
	border-bottom: 1px solid #002c5b;
	color: #002c5b;
}

.table_01 tr:first-of-type th {
	border-top: 1px solid #002c5b;
}

.table_01 td {
	padding-left: 1.0em;
	border-bottom: 1px solid #002c5b;
}

.table_01 tr:first-of-type td {
	border-top: 1px solid #002c5b;
}


.table_02 {
	width: 100%;
	border-spacing: 3px;
	border-radius: 5px;
}

.table_02 th,
.table_02 td {
	border: 1px solid #dde5f4;
	background: #fff;
	vertical-align: top;
	padding: 1.25em;
	font-size: 11.5pt;
	border-radius: 5px;
}

.table_02.d_table th,
.table_02.d_table td {
	padding: 10px 13px;
	font-size: 90%;
}

.table_02 thead th {
	background-color: #f0f2f7;
	text-align: center;
	vertical-align: middle;
}

.table_02.d_table thead th {
	font-size: 85%;
}

.table_02 tbody th {
	background-color: #f0f2f7;
	font-weight: 400;
}

.table_02 tbody td {
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

@media screen and (max-width: 980px) {
	.table_01 th {
		width: 150px;
	}

	.table_01 th,
	.table_01 td,
	.table_02 th,
	.table_02 td {
		font-size: 10.5pt;
	}

	.information table th,
	.post table th {
		width: 220px;
		font-size: 10.5pt;
	}

	.information table th .category,
	.post table th .category {
		width: 100px;
		height: 24px;
		margin-left: 15px;
		font-size: 10pt;
		line-height: 23px;
	}
}

@media screen and (max-width: 768px) {
	.table_01 th {
		width: 130px;
	}

	.information table th,
	.post table th {
		width: 190px;
	}

	.information table th .category,
	.post table th .category {
		width: 90px;
		height: 22px;
		margin-left: 10px;
		line-height: 21px;
	}
}

@media screen and (max-width: 560px) {

	.table_02 th,
	.table_02 td {
		padding: 1.00em;
	}

	.table_02.d_table th,
	.table_02.d_table td {
		padding: 1.00em;
	}

	.table_02 col {
		width: auto !important;
	}
}

/***** List style *****/

.list_basic li {
	position: relative;
	padding-left: 1.0em;
	margin-bottom: 0.4em;
}

.list_basic li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #002c5b;
	position: absolute;
	top: 0.5em;
	left: 0;
}

.list_basic.columns-3 {
	column-count: 3;
	column-gap: 30px;
}

.list_basic.columns-3 li {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}

.blue_box .list_basic,
.gray_box .list_basic {
	column-count: 3;
}

@media screen and (max-width: 768px) {
	.list_basic.columns-3 {
		column-count: 2;
	}

	.blue_box .list_basic {
		column-count: 2;
	}
}

@media screen and (max-width: 560px) {
	.list_basic.columns-3 {
		column-count: 1;
	}
}

.list_num {
	margin-left: 35px;
}

.list_num li {
	margin-bottom: 0.5em;
}

.list_num2 {
	margin-left: 15px;
	list-style: none;
	counter-reset: number;
}

.list_num2 li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 0.5em;
}

.list_num2 li::before {
	counter-increment: number;
	content: counter(number) ")";
	position: absolute;
	left: 0;
}

.list_num3 {
	list-style-type: none;
	border: none;
	counter-reset: number;
}

.list_num3 li {
	position: relative;
	line-height: 1.5;
	padding: 0.5em 0 0.5em 2.5em;
}

.list_num3 li:before {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	position: absolute;
	content: counter(number);
	counter-increment: number;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #1e3c7d;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	margin-top: -2px;
}

@media screen and (max-width: 768px) {
	.list_num3 li:before {
		width: 26px;
		height: 26px;
		font-size: 11pt;
		line-height: 26px;
	}
}

/***** Google map *****/

.gmap iframe {
	width: 100%;
	height: 500px;
	border-radius: 10px;
	border: 0;
	margin-top: 40px;
}

#office .gray_box iframe {
	width: 100%;
	height: 500px;
	border-radius: 10px;
	border: 1px solid #d0d2d7;
	margin-top: 30px;
}

#office .gray_box.branch div {
	float: left;
	width: 36%;
}

#office .gray_box.branch iframe {
	float: right;
	width: 60%;
	height: 360px;
	margin-top: 0;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	#office .gray_box {
		padding: 36px 22px;
	}

	#office .gray_box.branch div {
		float: none;
		width: 100%;
	}

	#office .gray_box.branch iframe {
		float: none;
		width: 100%;
		height: 500px;
		margin-top: 30px;
	}
}

/***** Form *****/

.mailform {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.mailform dt {
	width: 30%;
}

.mailform dd {
	width: 70%;
}

.mailform dt,
.mailform dd {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 15px 0;
}

.mailform input,
.mailform textarea,
.mailform select {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	font-size: 11.5pt;
}

.mailform input[type=text],
.mailform input[type=email],
.mailform input[type=password] {
	max-width: 475px !important;
	width: calc(100% - 35px) !important;
	padding: 6px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
}

.mailform input+input {
	margin-top: 10px;
}

.mailform textarea {
	padding: 6px 10px;
	border: 1px solid #bbb;
	max-width: 475px !important;
	width: calc(100% - 35px) !important;
	height: 150px !important;
	border-radius: 3px;
}

.mailform select {
	padding: 5px 10px 5px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
}

.mailform label {
	display: inline-block;
	margin: 4px 0;
	cursor: pointer;
}

.mailform input[type=radio],
.mailform input[type=checkbox] {
	margin-right: 6px;
	vertical-align: middle;
}

:placeholder-shown,
::-webkit-input-placeholder,
:-ms-input-placeholder {
	color: #d0d0d0;
}

:-moz-placeholder,
::-moz-placeholder {
	color: #d0d0d0;
	opacity: 1;
}

span.must {
	display: inline-block;
	float: right;
	font-size: 9.5pt;
	font-weight: normal;
	color: #d60b35;
	line-height: 1.0;
	border-radius: 9999px;
	border: 1px solid #d60b35;
	padding: 4px 8px;
	margin: 2px 10px 0;
}

@media screen and (max-width: 768px) {

	.mailform dt,
	.mailform dd {
		display: inline-block;
		width: 100% !important;
		font-size: 11.5pt;
	}

	.mailform dd {
		padding-top: 0;
	}

	.mailform dt {
		border-bottom: none;
	}

	.mailform input,
	.mailform textarea,
	.mailform select {
		font-size: 11pt;
	}
}

@media screen and (max-width: 560px) {

	.mailform dt,
	.mailform dd {
		width: 100%;
	}

	span.must {
		display: block;
		width: 40px;
		padding: 4px 0;
		text-align: center;
		float: none;
		font-size: 9pt;
	}

	.mailform input[type=text],
	.mailform input[type=email],
	.mailform input[type=password] {
		max-width: 475px;
		width: 100%;
	}

	.mailform textarea {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	/* Prevent iOS Safari auto-zoom on small form controls */
	.mailform input,
	.mailform textarea,
	.mailform select,
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	textarea,
	select {
		font-size: 16px !important;
	}
}

/***** Teaser *****/

#teaser_recruit {
	position: relative;
	margin: 80px auto 0;
	width: 90%;
	max-width: 1600px;
	height: 400px;
	border-radius: 30px;
	overflow: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	z-index: 30;
}

#teaser_recruit::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 1px);
	height: 100%;
	background-image: url(../images/teaser_recruit.jpg?0325);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 30px 0 0 30px;
}

#teaser_recruit .teaser_recruit_panel {
	position: absolute;
	right: 0;
	width: 50%;
	height: 400px;
	/*background-image: linear-gradient(90deg,rgba(231, 199, 96, 1) 0%, rgba(199, 167, 64, 1) 66.6%)*/
	;
	background: #E6CB73;
	background: linear-gradient(90deg, rgba(240, 217, 144, 1) 0%, rgba(230, 203, 115, 1) 66.667%);
	border-radius: 0 30px 30px 0;
	text-align: center;
	color: #000;
}

#teaser_recruit .teaser_recruit_inner {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -52%);
	-webkit-transform: translate(-50%, -52%);
	-ms-transform: translate(-50%, -52%);
	width: 80%;
}

#teaser_recruit h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 34pt;
	letter-spacing: 0.1em;
	line-height: 1.0;
	margin-top: 8px;
	color: #FFEEA5;
}

#teaser_recruit h3 {
	margin-top: 14px;
	font-size: 17pt;
	letter-spacing: 1px;
}

#teaser_recruit p {
	margin-top: 16px;
	line-height: 1.8;
	font-size: 10.5pt;
}

#teaser_recruit p:last-child {
	margin-top: 24px;
}

#teaser_recruit .button_border_black {
	position: relative;
	width: 211px;
	height: 41px;
	line-height: 39px;
	font-size: 10.5pt !important;
	border: 1px solid #000;
	outline: none;
	box-sizing: border-box;
}

#teaser_recruit:has(.button_border_black:hover),
#teaser_recruit:has(.button_border_black:focus-visible) {
	-webkit-filter: brightness(107%);
	filter: brightness(107%);
}

/* ---- #teaser_recruit responsive scaling ---- */

@media screen and (max-width: 1279px) {

	#teaser_recruit {
		margin-top: 60px;
		height: 360px;
	}

	#teaser_recruit .teaser_recruit_panel {
		height: 360px;
	}

	#teaser_recruit p {
		font-size: 10pt;
		margin-top: 12px;
	}

	#teaser_recruit p:last-child {
		margin-top: 18px;
	}
}

@media screen and (max-width: 1023px) {

	#teaser_recruit {
		margin-top: 50px;
		height: 320px;
		border-radius: 20px;
	}

	#teaser_recruit::before {
		border-radius: 20px 0 0 20px;
	}

	#teaser_recruit .teaser_recruit_panel {
		height: 320px;
		border-radius: 0 20px 20px 0;
	}

	#teaser_recruit p {
		font-size: 9.5pt;
		line-height: 1.7;
		margin-top: 10px;
	}

	#teaser_recruit p:last-child {
		margin-top: 14px;
	}

	#teaser_recruit .button_border_black {
		width: 180px;
		height: 36px;
		line-height: 35px;
		font-size: 9.5pt !important;
	}
}

@media screen and (max-width: 899px) {

	#teaser_recruit {
		margin-top: 40px;
		height: 300px;
		border-radius: 16px;
	}

	#teaser_recruit::before {
		border-radius: 16px 0 0 16px;
	}

	#teaser_recruit .teaser_recruit_panel {
		height: 300px;
		border-radius: 0 16px 16px 0;
	}

	#teaser_recruit .teaser_recruit_inner {
		width: 92%;
	}

	#teaser_recruit p {
		font-size: 9pt;
		line-height: 1.6;
		margin-top: 8px;
	}

	#teaser_recruit p:last-child {
		margin-top: 12px;
	}

	#teaser_recruit .button_border_black {
		width: 160px;
		height: 34px;
		line-height: 33px;
		font-size: 9pt !important;
	}
}

@media screen and (max-width: 768px) {

	#teaser_recruit {
		width: 100%;
		border-radius: 0;
		height: auto;
	}

	#teaser_recruit::before {
		position: relative;
		display: block;
		width: 100%;
		height: 200px;
		border-radius: 0;
	}

	#teaser_recruit .teaser_recruit_panel {
		position: static;
		width: 100%;
		border-radius: 0;
		height: auto;
		padding: 20px 24px 40px;
		box-sizing: border-box;
	}

	#teaser_recruit .teaser_recruit_inner {
		position: static;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		width: 100%;
		max-width: 540px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	#teaser_recruit p {
		font-size: 10pt;
		line-height: 1.7;
		margin-top: 10px;
	}

	#teaser_recruit p:last-child {
		margin-top: 16px;
	}

	#teaser_recruit .button_border_black {
		width: 200px;
		height: 40px;
		line-height: 39px;
		font-size: 10pt !important;
	}
}

/* ---- #footer responsive scaling ---- */

@media screen and (max-width: 1249px) {

	#footer_inner {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	#f_address {
		margin-top: 40px;
	}

	#f_navi {
		display: grid;
		grid-template-columns: repeat(3, auto);
		justify-content: start;
		gap: 20px 30px;
		margin-top: 20px;
	}

	#f_contact {
		justify-content: flex-start;
		margin-top: 10px;
	}
}

@media screen and (max-width: 999px) {

	#f_navi {
		grid-template-columns: repeat(2, auto);
		gap: 16px 25px;
	}

	#f_bottom_navi ul li {
		font-size: 9pt;
	}
}

/***** Footer *****/

#footer::before {
	position: absolute;
	top: -180px;
	left: 0;
	content: '';
	width: 100%;
	height: 180px;
	background-color: #002c5b;
}

#footer {
	position: relative;
	width: 100%;
	min-height: 320px;
	background-color: #002c5b;
	color: #fff;
}

#footer_inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 25px;
	width: 94%;
	margin: 0 auto;
}

#footer a {
	color: #fff;
}

#f_address {
	order: 1;
	font-size: 10.5pt;
	font-weight: 400;
	line-height: 1.7;
	text-align: left;
	margin-top: 50px;
}

#f_address img {
	width: 270px;
	margin-bottom: 20px;
}

#f_navi {
	order: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 25px;
	margin-top: 50px;
}

#f_navi dl {
	text-align: left;
	font-size: 0;
	letter-spacing: 0.1em;
}

#f_navi dl dt {
	font-size: 10.5pt;
	color: #fff;
}

#f_navi dl dd {
	position: relative;
	padding: 0;
	margin: 8px 0 0 0;
	font-size: 10pt;
	color: #fff;
	padding-left: 15px;
}

#f_navi dl dd::before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	border-top: 1px solid #fff;
	width: 7px;
}

#f_bottom_navi {
	order: 3;
	text-align: left;
}

#f_bottom_navi ul {
	margin-top: 30px;
	font-size: 0;
}

#f_bottom_navi ul li {
	display: inline-block;
	font-size: 9.5pt;
	margin-right: 15px;
}

#f_bottom_navi p {
	font-family: 'Oswald', sans-serif;
	font-size: 8.5pt;
	letter-spacing: 0.1em;
	line-height: 1.0;
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.3);
}

#f_contact {
	order: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 20px;
}

#f_contact p:first-child {
	margin-top: 25px;
	font-size: 10.5pt;
	font-weight: 700;
}

#f_contact a {
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 25pt;
	line-height: 1.0;
	letter-spacing: 0.1em;
}

#f_contact p:last-child {
	font-size: 8.5pt;
	color: rgba(255, 255, 255, 0.5);
	text-align: justify;
	text-align-last: justify;
}

@media screen and (max-width: 1249px) {

	#f_navi dl dt {
		font-size: 9.5pt;
	}

	#f_navi dl dd {
		font-size: 9pt;
	}

	#f_bottom_navi ul li {
		font-size: 9pt;
	}
}

@media screen and (max-width: 999px) {

	#f_navi dl dt {
		font-size: 9pt;
	}

	#f_navi dl dd {
		font-size: 8.5pt;
	}

	#f_bottom_navi ul li {
		font-size: 8.5pt;
	}
}

@media screen and (max-width: 768px) {

	#footer {
		padding-bottom: 50px;
	}

	#footer_inner {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		gap: 8px;
		text-align: center;
	}

	#f_address {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	#f_navi {
		justify-content: center;
		gap: 20px;
		text-align: left;
	}

	#f_bottom_navi li:last-child {
		margin-right: 0;
	}

	#f_contact {
		justify-content: center;
		margin-top: 20px;
	}

	#f_contact a {
		font-size: 22pt;
	}

	#f_bottom_navi {
		order: 99;
		text-align: center;
		margin-top: 20px;
	}

	#f_bottom_navi ul {
		margin-top: 0;
	}

	#f_bottom_navi ul li {
		display: inline-block;
		margin-bottom: 6px;
	}
}

.download-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.download-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 15px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.download-thumb {
	display: block;
	position: relative;
	aspect-ratio: 3 / 2;
	background: #f1f5f9;
	border-bottom: 1px solid #e2e8f0;
	overflow: hidden;
}

.download-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.download-card:hover .download-thumb img {
	transform: scale(1.04);
}

.download-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 22px 24px 26px;
	flex: 1;
}

.download-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #002c5b;
	line-height: 1.4;
}

.download-desc {
	font-size: 0.95rem;
	line-height: 1.7;
	color: #333;
}

.download-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.85rem;
	color: #6b7280;
	margin-top: auto;
}

.download-meta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.download-period {
	padding-left: 10px;
	border-left: 1px solid #cbd5e1;
}

.download-label {
	display: inline-block;
	flex: 0 0 auto;
	padding: 2px 12px;
	border-radius: 999px;
	border: 1px solid #e11d48;
	color: #e11d48;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.download-button {
	display: inline-block;
}

.download-cta {
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width: 980px) {
	.download-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.download-card .download-title {
		font-size: 1.12rem;
	}
}

@media screen and (max-width: 768px) {
	.download-button {
		width: 220px;
		height: 40px;
		line-height: 39px;
		font-size: 10.5pt !important;
	}
}

@media screen and (max-width: 640px) {
	.download-grid {
		grid-template-columns: 1fr;
	}

	.download-body {
		padding: 20px;
	}

	.download-card .download-title {
		font-size: 1.05rem;
	}
}

.tiss-box {
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	padding: 50px;
	margin-top: 30px;
	border-radius: 18px;
}

@media screen and (max-width: 768px) {
	.tiss-box {
		padding: 24px 20px;
	}
}

.tiss-images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.tiss-images img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.tiss-images {
		grid-template-columns: 1fr;
	}
}

.tiss-box .heading {
	font-size: 22pt;
	border-bottom: none;
	margin-bottom: 0;
}

.tiss-box .heading::before {
	display: none;
}

.tiss-box .heading::after {
	display: none;
}

.tiss-ip-title {
	color: #000;
	font-size: 18pt !important;
}

.tiss-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.tiss-table th,
.tiss-table td {
	border: 1px solid #e2e8f0;
	padding: 10px 12px;
	vertical-align: top;
	background: #fff;
}

.tiss-table th {
	width: 180px;
	background: #f1f5f9;
	font-weight: 700;
}

/* ============================================================
   RESPONSIVE SCAFFOLD — added 2026-02
   Strategy: docs/responsive-strategy-gemini-codex.md
   All rules use max-width and are additive only.
   Desktop layout (>= 981px) is unchanged.
   ============================================================ */

/* ---- @media (max-width: 1280px) : Header spacing adjustment ---- */
@media screen and (max-width: 1280px) {

	#header h1 {
		top: 14px;
	}

	#header h1 img {
		width: 240px;
	}

	#main_menu>li {
		margin-left: 12px;
		font-size: 10.5pt;
	}

	#header .button_gold,
	#header .button_border_gray {
		width: 100px;
		font-size: 9.5pt !important;
	}
}

/* Desktop safety: hide injected mobile-only elements */
@media screen and (min-width: 1081px) {

	#nav-toggle,
	#sp-menu,
	.drawer-overlay {
		display: none;
	}
}

/* ---- @media (max-width: 1080px) : Navigation switch ---- */
@media screen and (max-width: 1080px) {

	/* Hide desktop nav */
	#main_menu,
	#header .button_gold,
	#header .button_border_gray {
		display: none !important;
	}

	/* Compact header */
	#header {
		top: 10px;
		height: 60px;
	}

	.page_title {
		background-position: right -145px bottom 56px, center center;
		background-size: 900px, auto;
	}

	.page_title img:first-of-type {
		top: 44px;
		left: -280px;
		width: 600px;
	}

	.page_title img:last-of-type {
		top: 90px;
		height: calc(100% - 50px);
		border-radius: 24px;
	}

	#header h1 {
		top: 50%;
		transform: translateY(-50%);
	}

	/* Hamburger toggle button */
	#nav-toggle {
		position: absolute;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		width: 48px;
		height: 48px;
		background: none;
		border: none;
		cursor: pointer;
		padding: 0;
		z-index: 120;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#nav-toggle .hamburger-bar {
		position: absolute;
		left: 12px;
		width: 24px;
		height: 2px;
		background: #002c5b;
		border-radius: 1px;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	#nav-toggle .hamburger-bar:nth-child(1) {
		top: 16px;
	}

	#nav-toggle .hamburger-bar:nth-child(2) {
		top: 23px;
	}

	#nav-toggle .hamburger-bar:nth-child(3) {
		top: 30px;
	}

	body.is-open #nav-toggle .hamburger-bar:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	body.is-open #nav-toggle .hamburger-bar:nth-child(2) {
		opacity: 0;
	}

	body.is-open #nav-toggle .hamburger-bar:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	/* Scroll lock while drawer is open */
	body.is-open {
		overflow: hidden;
	}

	/* Overlay */
	.drawer-overlay {
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 400;
		display: none;
	}

	body.is-open .drawer-overlay {
		display: block;
	}

	/* Drawer panel */
	#sp-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: min(320px, 85vw);
		height: 100%;
		background: #002c5b;
		z-index: 500;
		overflow-y: auto;
		transition: right 0.3s ease;
		padding-bottom: 40px;
	}

	body.is-open #sp-menu {
		right: 0;
	}

	#sp-menu-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 18px 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	#sp-menu-header img {
		width: 210px;
	}

	#sp-menu-header>a {
		display: inline-block;
		line-height: 0;
	}

	#sp-menu-close {
		position: relative;
		width: 40px;
		height: 40px;
		padding: 0;
		border: none;
		background: none;
		cursor: pointer;
		flex: 0 0 auto;
	}

	.sp-menu-close-bar {
		position: absolute;
		top: 50%;
		left: 8px;
		width: 24px;
		height: 2px;
		background: #fff;
		border-radius: 1px;
	}

	.sp-menu-close-bar:first-child {
		transform: translateY(-50%) rotate(45deg);
	}

	.sp-menu-close-bar:last-child {
		transform: translateY(-50%) rotate(-45deg);
	}

	#sp-menu>ul {
		list-style: none;
		margin: 8px 0 0;
		padding: 0;
	}

	#sp-menu>ul>li>a,
	#sp-menu>ul>li>button {
		display: block;
		width: 100%;
		text-align: left;
		padding: 14px 24px;
		color: #fff;
		font-size: 10.5pt;
		font-weight: 500;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		background: none;
		cursor: pointer;
		font-family: inherit;
		text-decoration: none;
		box-sizing: border-box;
	}

	#sp-menu>ul>li>button::after {
		content: '+';
		float: right;
		font-size: 16pt;
		line-height: 1;
		color: rgba(255, 255, 255, 0.6);
		transition: transform 0.2s ease;
	}

	#sp-menu>ul>li>button[aria-expanded="true"]::after {
		transform: rotate(45deg);
	}

	.sp-submenu {
		list-style: none;
		margin: 0;
		padding: 0;
		background: rgba(0, 0, 0, 0.2);
		display: none;
	}

	.sp-submenu.is-expanded {
		display: block;
	}

	.sp-submenu a {
		display: block;
		padding: 11px 24px 11px 36px;
		color: rgba(255, 255, 255, 0.8);
		font-size: 10pt;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		text-decoration: none;
		text-align: left;
	}

	#sp-menu-cta {
		margin: 24px 20px 0;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	#sp-menu-cta a {
		display: block;
		text-align: center;
		padding: 14px 0;
		border-radius: 999px;
		font-size: 10pt;
		font-weight: 600;
		text-decoration: none;
		min-height: 48px;
		line-height: 20px;
		box-sizing: border-box;
	}

	#sp-menu-cta .sp-btn-contact {
		border: 1px solid rgba(255, 255, 255, 0.6);
		color: #fff;
	}

	#sp-menu-cta .sp-btn-recruit {
		background: #c7a740;
		color: #fff;
		border: none;
	}
}

@media screen and (max-width: 768px) {
	.page_title {
		height: max(261px, min(480px, 34vw));
		background-position: right -220px bottom 48px, center center;
		background-size: 760px, auto;
	}

	.page_title img:first-of-type {
		top: 34px;
		left: -240px;
		width: 520px;
	}

	.page_title img:last-of-type {
		border-radius: 20px;
	}

	.page_title_box h2 {
		font-size: 30pt;
	}

	.page_title_box h1 {
		font-size: 18pt;
	}
}

@media screen and (max-width: 480px) {
	.bg_logo {
		background-size: 200%;
	}

	.page_title {
		height: max(261px, min(480px, 34vw));
		background-position: right -340px bottom 40px, center center;
		background-size: 640px, auto;
	}

	.page_title img:first-of-type {
		top: 24px;
		left: -250px;
		width: 460px;
	}

	.page_title img:last-of-type {
		top: 160px;
		right: 0;
		height: calc(100% - 120px);
		border-radius: 16px 0 0 16px;
		filter: brightness(0.82);
	}

	.page_title_box {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		top: 53%;
	}

	.page_title .page_title_box h2 {
		font-size: 11pt;
		margin-top: 4px;
	}

	.page_title .page_title_box h1 {
		margin-top: 0;
	}

	#header h1 {
		left: calc(50% - 10px);
		transform: translate(-50%, -50%);
	}

	#f_address {
		font-size: 9.5pt;
		line-height: 1.6;
	}

	#header h1 img {
		width: 210px !important;
		max-width: 210px;
	}

	#footer #f_address img,
	#f_address img {
		width: 210px !important;
		max-width: 210px;
	}

	#sp-menu>ul>li>a,
	#sp-menu>ul>li>button {
		padding: 12px 20px;
		font-size: 10pt;
	}

	.sp-submenu a {
		padding: 10px 20px 10px 32px;
		font-size: 9.5pt;
	}

	#sp-menu-cta {
		margin: 20px 16px 0;
		gap: 10px;
	}

	#sp-menu-cta a {
		padding: 12px 0;
		min-height: 44px;
		font-size: 9.5pt;
		line-height: 18px;
	}

	#f_contact p:last-child {
		font-size: 8pt;
		display: inline-block;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		text-align-last: center;
	}

	#f_contact p:last-child a {
		font-size: 20pt;
	}
}

@media screen and (max-width: 360px) {
}

/* ---- @media (max-width: 768px) : Primary layout shift ---- */
@media screen and (max-width: 768px) {

	body {
		font-size: 11pt;
		overflow-x: hidden;
	}

	/* Table horizontal scroll wrapper */
	.table-scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-scroll table {
		min-width: 560px;
	}
}

/* ====================================
   Pagination
   ==================================== */

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-top: 60px;
	margin-bottom: 40px;
}

.pagination a,
.pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #dce4ed;
	background: #fff;
	color: #555;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.pagination a:hover {
	background: #f8fafc;
	color: #002c5b;
	border-color: #002c5b;
}

.pagination .current {
	background: #002c5b;
	color: #fff;
	border-color: #002c5b;
}

/* ====================================
   Sitemap page (#sitemap)
   ==================================== */

#sitemap .sm-container {
	margin: 60px auto 100px;
	font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
	color: #333;
}

#sitemap .sm-top {
	margin-bottom: 60px;
	text-align: right;
	border-bottom: 2px solid #002c5b;
	padding-bottom: 24px;
}

#sitemap .sm-home-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #002c5b;
	text-decoration: none;
	transition: color 0.25s ease;
	letter-spacing: 0.1em;
}

#sitemap .sm-home-link::before {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color: #c7a740;
	transition: width 0.25s ease;
}

#sitemap .sm-home-link:hover {
	color: #c7a740;
}

#sitemap .sm-home-link:hover::before {
	width: 66px;
}

#sitemap .sm-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px 100px;
	position: relative;
}

#sitemap .sm-block {
	position: relative;
	border-top: 1px solid #eaeaea;
	padding-top: 35px;
	transition: border-color 0.4s ease;
}

#sitemap .sm-block:hover {
	border-top-color: #c7a740;
}

#sitemap .sm-block-header {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 28px;
}

#sitemap .sm-number {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #c7a740;
	line-height: 1.15;
	margin-top: 4px;
}

#sitemap .sm-heading {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 700;
	color: #002c5b;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

#sitemap .sm-heading a {
	color: inherit;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	transition: color 0.3s ease;
}

#sitemap .sm-heading a span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	color: #999;
	letter-spacing: 0.08em;
	margin-top: 8px;
	text-transform: uppercase;
	transition: color 0.25s ease;
}

#sitemap .sm-heading a:hover {
	color: #c7a740;
}

#sitemap .sm-heading a:hover span {
	color: #c7a740;
}

#sitemap .sm-list {
	list-style: none;
	margin: 0 0 0 calc(24px + 1.4rem);
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#sitemap .sm-list li {
	position: relative;
}

#sitemap .sm-list li a {
	position: relative;
	display: inline-block;
	color: #444;
	text-decoration: none;
	font-size: 0.95rem;
	transition: color 0.25s ease, padding-left 0.25s ease;
	letter-spacing: 0.03em;
}

#sitemap .sm-list li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 2px;
	background-color: #c7a740;
	transition: width 0.25s ease;
}

#sitemap .sm-list li a:hover {
	color: #002c5b;
	padding-left: 16px;
}

#sitemap .sm-list li a:hover::before {
	width: 10px;
}

#sitemap .sm-footer {
	margin-top: 120px;
	padding: 50px 0;
	border-top: 2px solid #002c5b;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

#sitemap .sm-footer-heading {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: #002c5b;
	letter-spacing: 0.1em;
}

#sitemap .sm-footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}

#sitemap .sm-footer-list li a {
	font-size: 0.9rem;
	color: #555;
	text-decoration: none;
	transition: color 0.25s ease;
	position: relative;
	letter-spacing: 0.05em;
}

#sitemap .sm-footer-list li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 2px;
	background-color: #c7a740;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.25s ease;
}

#sitemap .sm-footer-list li a:hover {
	color: #002c5b;
}

#sitemap .sm-footer-list li a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

@media screen and (max-width: 900px) {

	#sitemap .sm-grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}

}

@media screen and (max-width: 600px) {

	#sitemap .sm-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	#sitemap .sm-footer-list {
		flex-direction: column;
		gap: 20px;
	}

	#sitemap .sm-list {
		margin-left: 0;
	}

	#sitemap .sm-block-header {
		margin-bottom: 20px;
	}

}
