/*
Theme Name: 朝日機材株式会社
Description: 朝日機材株式会社
Author: azdep
Version: 1.0
*/

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

html {
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: auto;
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 700;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fff;

	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td,form, fieldset {
	color: #000;
	font-weight: 100;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	font-size:16px;
}
@media screen and (max-width: 680px) {
	html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td,form, fieldset {
		font-size: 14px;
	}
}

body{
}
img{
	border: none;
	max-width: 100%;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

table{
	font-size: inherit;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 5px;
}

ol,ul,li{
	list-style: none;
}

a,
input{
	outline: none;
}


/*	Basic Text Link	*/
a {
	color: #9a3d38;
	text-decoration: underline;
	transition-property: all;
	transition: 0.2s linear;
	word-break: break-word;
}

a:hover {
	color: #00aca0;
}

em {
	font-style:normal;
}

img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.fade-up {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.show {
	opacity: 1;
	transform: translateY(0);
}

.image {
	overflow: hidden;
	margin-bottom: 1em;
}
.image a img {
	width: 100%;
	height: auto;
	display: block;
	transition-duration: .3s;
	margin-left: auto;
	margin-right: auto;
}
.image a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
.image a img.auto {
	width: auto;
}

header.site_head {
	width: 100%;
	position: absolute;
	z-index: 10;
	transition-duration: .2s;
	background-color: #0505058f;
}
.fixed header.site_head {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #061e38e6;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition-duration: .2s;
}
header.site_head .inner {
	max-width: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
	width: 92%;
}
header.site_head .logo {
	padding: 14px;

	margin-right: auto;
	max-width: 200px;
}
header.site_head .logo img {
	width: 100%;
}
header.site_head nav ul {
	padding: 16px 20px;
	display: flex;
	align-items: center;
}
header.site_head nav {
	display: flex;
}
header.site_head nav li {
	white-space: nowrap;
	position: relative;
	padding: 0 10px;
}
header.site_head nav ul.g_nav li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
header.site_head nav ul.g_nav li a::after {
	background: #fff;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
header.site_head nav ul.g_nav li a:hover {
	color: #b4b4b4;
}
header.site_head nav ul.g_nav li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}


header.site_head nav .sub-menu {
	display: none;
	width: 280px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	padding: 10px 0;
	background-color: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
	padding: 6px 14px;
}
header.site_head nav .sub-menu .sub-menu {
	display: block;
	position: relative;
	width: 100%;
	box-shadow: none;
	padding-top: 0;
	padding-right: 0;
	padding-left: 20px;
}
header.site_head nav .sub-menu .sub-menu li {
	padding: 0;
}
header.site_head nav .sub-menu li {
	margin-right: 0;
}
header.site_head nav .sub-menu li:last-child {
	margin-right: 0;
}
header.site_head nav .sub-menu li a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #cf8e00;
	position: absolute;
	top: 14px;
	left: 4px;
}
header.site_head nav ul.g_nav .sub-menu li a {
	color: #000;
	border-bottom: 1px solid #bebebe;
	position: relative;
	padding: 6px 20px;
}
header.site_head nav li:hover > .sub-menu {
	display: block;
}
header.site_head nav .sub-menu a {
	background-color: #fff;
	display: block;
	padding: 10px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}
header.site_head nav .sub-menu a:hover {
	background-color: #ddd;
}
header.site_head nav ul.g_nav .sub-menu li a:hover::after {
	background-color: #000;
}

header.site_head .btn_nav {
	display: flex;
	align-items: center;
}
header.site_head .btn_nav svg {
	width: 20px;
	height: 20px;
}
header.site_head .btn_system,
header.site_head .btn_bim {
	width: 132px;
	font-size: 12px;
	padding: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
header.site_head .btn_system {
	color: #fff;
	background-color: #575757;
}
header.site_head .btn_bim {
	color: #fff;
	background-color: #8c0700;
}
header.site_head .btn_system:hover {
	background-color: #adadad;
}
header.site_head .btn_bim:hover {
	background-color: #c07975;
}
header.site_head .search {
	position: relative;
}
header.site_head .search:hover {
	background: #8c0700;
}
.nav_wrap {
	display: flex;
}
.hamburger {
	display: none;
}
@media screen and (max-width: 1170px) {
	header.site_head nav ul {
		padding: 16px 10px;
	}
	header.site_head nav li {
		padding: 0 8px;
	}
}
@media screen and (max-width: 970px) {
	.nav_wrap {
		display: none;
	}

	.hamburger {
		cursor: pointer;
		width: 40px;
		height: 25px;
		flex-direction: column;
		justify-content: space-between;
		border: none;
		background: transparent;
		z-index: 1001;
		position: relative;
	}
	.hamburger span {
		display: block;
		width: 30px;
		height: 3px;
		background: #fff;
		border-radius: 3px;
		transition: 0.3s;
		z-index: 1002;
	}
	.hamburger.active span:nth-child(1) {
	  transform: rotate(45deg) translate(5px, 5px);
	}
	.hamburger.active span:nth-child(2) {
	  opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
	  transform: rotate(-45deg) translate(10px, -10px);
	}
	.hamburger {
		display: flex;
	}

	.site_head .nav_wrap {
		position: fixed;
		top: 58px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 1000;
		transform: translateX(100%);
		transition: 0.3s;
		height: 100vh;
		padding-top: 0;
		padding-bottom: 200px;
		overflow: auto;
	}
	.site_head .nav_wrap.open {
		display: block;
		text-align: left;
		transform: translateX(0);
	}
	.site_head .nav_wrap.open nav ul {
		width: 100%;
		align-items: center;
		flex-direction: column;
		box-shadow: none;
	}
	.site_head .nav_wrap.open nav .sub-menu {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		transform: translateX(-0);
	}
	.site_head .nav_wrap ul.g_nav > li {
		width: 90%;
		margin: 0 auto 1em;
	}
	.site_head .nav_wrap ul.g_nav > li > a {
		color: #000;
		border-bottom: 1px solid #bebebe;
		display: block;
	}
	.site_head .nav_wrap li a {
		color: #000;
		width: 100%;
	}
	.site_head .btn_nav {
		justify-content: center;
	}
	.site_head .btn_nav li {
		width: 40%;
	}
	.site_head .nav_wrap .btn_system,
	.site_head .nav_wrap .btn_bim {
		color: #fff;
	}
	.site_head .nav_wrap .btn_system a,
	.site_head .nav_wrap .btn_bim a {
		color: #fff;
	}
	.site_head .nav_wrap .search {
		background-color: #8d0700;
		width: 40px;
	}

}



/* 検索フォームを初期は非表示 */
.search-form {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #000;
	padding: 10px;
	animation: fadeIn 0.3s ease;
	z-index: 1;
	min-width: 260px;
}
.search-form input {
  width: 180px;
  padding: 6px;
  border: none;
  border-radius: 4px;
}
.search-form button {
	background: #fff;
	border: none;
	padding: 6px 12px;
	border-radius: 4px;
	cursor: pointer;
}
.search-toggle {
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
}
.search.open .search-form {
	display: block;
}
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-5px); }
	to { opacity: 1; transform: translateY(0); }
}
.search-results p {
	margin-bottom: 1em;
}
.search-list {
	list-style: none;
	padding: 0;
}
.search-list li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 20px;
}
.search-list li a:hover {
	background-color: #f5f5f5;
}
.search-list mark {
	background-color: #ffea00;
	padding: 2px 4px;
	border-radius: 2px;
}



.products_block {
	padding: 0;
}


.deco_title {
	position: relative;
}
.deco_title h2 {
	position: relative;
}
.deco_title h2::after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: -20px;
	left: 0;
	border-bottom: 2px solid #eee0df;
}
.deco_title h2 + figure {
	position: absolute;
	top: 4px;
	right: 0;
	margin: 0;
}
.deco_title img {
	width: 240px;
}

.wp-block-group.management_block:first-of-type {
	padding-top: 40px;
}
.wp-block-group.management_block {
	margin: 40px auto;
	background-color: #f3f3f3;
	border-radius: 15px;
	padding: 40px 100px;
}
.wp-block-group.management_block .wp-block-columns {
	margin: 60px 0 0;
}
.management_block .num img {
	margin-top: 40px;
	width: 140px;
}
.management_block figure.image img {
	box-shadow: 3px 4px 14px -6px #000000;
}
.management_block .image img {
	border: 10px solid #fff;
}
.management_block h3 + p,
.management_block .num + p {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 4px solid #8c0700;
}
.management_block h3 {
	font-size: 32px;
}
.management_block a img {
	transition: 0.3s;
}
.management_block a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
@media screen and (max-width: 680px) {
	.wp-block-group.management_block:first-of-type {
		padding-top: 0;
	}
	.wp-block-group.management_block {
		padding: 40px 30px;
	}
	.wp-block-group.management_block .wp-block-columns:first-child {
		margin-top: 0;
	}
}

.construction_block {
	background-image: url(/contents/wp-content/themes/asahikizai/images/home/bg_business.webp);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;

	position: relative;
  width: 100%;
	margin-top: 90px;
}
.wp-block-group.construction_block {
	padding: 220px 0 90px;
}
.lower section .construction_block h2,
.construction_block p,
.construction_block figcaption {
	color: #fff;
}
.construction_block .title {
	margin-bottom: 40px;
}
.lower section .construction_block h2 {
	border-left: none;
	font-size: 60px;
}
@media screen and (max-width: 680px) {
	.wp-block-group.construction_block {
		padding: 90px 0 90px;
	}
	.lower section .construction_block h2 {
		font-size: 40px;
	}
}



.wp-block-cover.flow_block {
	padding: 10% 0;
}
.wp-block-cover.flow_block p {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.wp-block-cover.flow_block ul {
	display: flex;
	justify-content: flex-start;
}
.wp-block-cover.flow_block ul li a {
	color: #fff;
	display: inline-block;
	margin-right: 16px;
	text-decoration: underline;
}

.wp-block-cover.const_work_block.top {
	padding: 20% 0 4%;
}
.wp-block-cover.const_work_block {
	padding: 4% 0 20%;
}
.const_work_block .construction_dl_wrap {
	width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	padding: 40px;
	background-color: #01375ce8;
}
.const_work_block .construction_dl_wrap dl {
	position: relative;
	display: flex;
	border-bottom: 1px solid #9f9f9f;
	padding: 20px 0;
}
.const_work_block .construction_dl_wrap dl::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 40px;
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 0 solid transparent;
}
.const_work_block .construction_dl_wrap dl:last-child::after {
	content: none;
}
.const_work_block .construction_dl_wrap dl:last-child {
	border-bottom: 0;
}
.const_work_block .construction_dl_wrap dt,
.const_work_block .construction_dl_wrap dd {
	color: #fff;
}
.const_work_block .construction_dl_wrap dt {
	padding: 10px;
	background-color: #757575;
	border-radius: 10px;
	width: 25%;
	margin-right: 20px;
}
.const_work_block .construction_dl_wrap dt span {
	font-size: 12px;
}


.wp-block-group.slogan_block:first-of-type,
.wp-block-group.slogan_block {
	padding: 40px;
	border: 4px solid #bbbbbb;
	border-radius: 10px;
	background-color: #e9eff2;
	margin: 40px auto;
}
.wp-block-group.slogan_block p {
	font-size: 20px;
	font-weight: bold;
}
.slogan_block p.slogan_text {
	margin-top: 20px;
	font-size: 24px;
}
.wp-block-group.slogan_block .disc li {
	font-weight: bold;
	margin-top: 20px;
	font-size: 28px;
}
@media screen and (max-width: 680px) {
	.wp-block-group.slogan_block:first-of-type,
	.wp-block-group.slogan_block {
		padding: 20px;
	}
	.slogan_block p.slogan_text {
		text-align: left;
		font-size: 20px;
	}
}

.wp-block-group.point_block {
	padding-bottom: 90px;
}
.point_block .p_en_title {
	font-size: 56px;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.point_block .p_title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.point_block .p_title span {
	display: inline-block;
	padding: 0 65px;
	border-radius: 60px;
	position: relative;
	z-index: 1;
}
.point_block .p_title::before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background: #000;
}
.point_block .sub_title {
	line-height: 1.4;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.point_block .sub_title + p {
	border-top: 6px solid #000;
	padding-top: 30px;
}
.point_block .wp-block-columns {
	display: flex;
	align-items: stretch;
	gap: 40px;
}
.point_block .wp-block-column {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 20px;
}
.point_block .wp-block-column:nth-child(2)::before,
.point_block .wp-block-column:nth-child(2)::after {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	width: 1px;
	background: #909090;
}
.point_block .wp-block-column:nth-child(2)::before {
	left: -20px;
}
.point_block .wp-block-column:nth-child(2)::after {
	right: -20px;
}
@media screen and (max-width: 781px) {
	.point_block .wp-block-column:nth-child(2)::before,
	.point_block .wp-block-column:nth-child(2)::after {
		width: 0;
	}
}

.point_block.purple .p_title::before,
.point_block.purple .p_title span {
	background-color: #474a94;
}
.point_block.purple .p_en_title,
.point_block.purple .sub_title {
	color: #474a94;
}
.point_block.purple .sub_title + p {
	border-color: #474a94;
}

.point_block.blue .p_title::before,
.point_block.blue .p_title span {
	background-color: #005491;
}
.point_block.blue .p_en_title,
.point_block.blue .sub_title {
	color: #005491;
}
.point_block.blue .sub_title + p {
	border-color: #005491;
}
.point_block.green .p_title::before,
.point_block.green .p_title span {
	background-color: #0e5e67;
}
.point_block.green .p_en_title,
.point_block.green .sub_title {
	color: #0e5e67;
}
.point_block.green .sub_title + p {
	border-color: #0e5e67;
}
.point_block ol.decimal {
	padding: 30px 60px;
	border: 2px solid #dbdbdb;
	border-radius: 20px;
}
.point_block ol.decimal li {
	font-size: 20px;
}
.point_block ol.decimal li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 680px) {
	.point_block .p_en_title {
		font-size: 46px;
		line-height: normal;
	}
	.point_block .p_title span {
		padding: 0 35px;
	}
	.point_block .wp-block-image.w_50.m_auto {
		width: 50%!important;
		text-align: center;
	}
}


.const_image_block {
}
.const_image_block figure {
	margin-bottom: 0;
}
.const_image_block .title {
	background-color: #7898b0;
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff;
	padding: 10px;
	text-align: center;
}


.wp-block-group.point_images {
	background-color: #e2e2e2;
	padding-bottom: 90px;
}
.point_images + .wp-block-group {
	padding-top: 0;
}
.point_images img {
	border: 4px solid #fff;
}


.main_slide_area {
	width: 100%;
	height: 100vh;
	position: relative;
}
.main_slide_area .main_slide img {
	width: 100%;
}

.video_wrap,
.video_wrap video,
.video_wrap img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	position: sticky;
	top: 0;
	overflow: hidden;
	z-index: -1;
}
.video_wrap video {
	width: 100%;
  height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media screen and (max-width: 820px) {
	.video_wrap,
	.video_wrap video {
		height: auto;
	}
}


.wp-block-cover.bg_block {
	min-height: 300px;
}
.bg_block {
	padding: 4% 0;
}
.bg_block .page_title {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 2%;
}
.bg_block p {
	color: #fff;
}

section.image {
	padding-top: 80px;
	position: relative;
}
section.image .ir_link {
	position: absolute;
	top: 18%;
	right: 8%;
	width: 34%;
	height: 11%;
}
section.image .detail_link {
	position: absolute;
	top: 28.2%;
	left: 5%;
	width: 27%;
	height: 1.2%;
}

section h2 {
	font-size: 32px;
	color: #fff;
	position: relative;
}
section h2 span {
	font-size: 24px;
	display: block;
}


.read {
}
.read h3,
.read p {
	font-size: 28px;
}
.read h3 + p {
	font-size: 14px;
}
.sub_read {
	margin: 40px 0;
}
.sub_read p {
	font-size: 20px;
}
@media screen and (max-width: 680px) {
	.sub_read p {
		font-size: 18px;
	}
}


p {
	margin-top: 20px;
}
p:first-child {
	margin-top: 0;
}

.text_link a {
	color: #fff;
	position: relative;
	padding-right: 90px;
	line-height: 1;
}
.text_link a::before,
.text_link a::after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	background-color: #fff;
	transition: 0.5s;
}
.text_link a::before {
	right: 10px;
	bottom: 3px;
	width: 30%;
}
.text_link a::after {
	right: 10px;
	bottom: 6px;
	width: 10px;
	transform: rotate(35deg);
}
.text_link a:hover::before,
.text_link a:hover::after {
	right: 0;
	transition: 0.5s;
}
.news_block .text_link a {
	color: #000;
}
.news_block .text_link a::before,
.news_block .text_link a::after {
	background-color: #000;
}


h2.en_title {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;

	line-height: 52px;
	font-size: 60px;
	color: #8d0700;
}
h2.en_title .jp {
	font-size: 20px;
	color: #000;
}
.business h2.en_title .jp {
	color: #fff;
}

.lower .main_visual,
.main_visual {
	padding: 0;
}

.read_block,
.company_block,
.top_pickup_block,
.business_block {
	text-align: center;
	background-color: #e2e2e2;
	padding: 6% 0;
	margin-bottom: 0;
}
.read_block img {
	width: 160px;
	margin: 0 auto 20px;
}
.read_block p,
.company_block p {
	color: #000;
}
.read_block .read p {
	font-size: 36px;
	margin-bottom: 20px;
}
.read_block .read .sub_text {
	font-size: 18px;
	line-height: 50px;
}
@media screen and (max-width: 680px) {
	.read_block img {
		width: 140px;
	}
	.read_block .read p {
		font-size: 26px;
	}
	.read_block .read .sub_text {
		font-size: 16px;
		line-height: 42px;
		text-align: left;
	}
}


.top_pickup_block {
	padding: 0;
}
.top_pickup_block h2.en_title {
	margin-bottom: 20px;
}
.top_pickup_block .inline {
	justify-content: space-around;
}
.top_pickup_block .inline a {
	width: 48%;
}
.top_pickup_block .inline img {
	border: 2px solid #fff;
	border-radius: 10px;
	margin: 2%;
	transition-duration: .3s;
}
.top_pickup_block .inline img:hover {
	box-shadow: none;
	transform: scale(1.05);
	transition-duration: 0.3s;
}
@media screen and (max-width: 680px) {
	h2.en_title {
		font-size: 40px;
		line-height: 60px;
	}
	h2.en_title .jp {
		font-size: 16px;
	}
}

.company_block {
	text-align: left;
	overflow: hidden;
	padding-top: 0;
}
.company_block .inline .col:last-child {
	text-align: center;
}
.company_block p {
	font-size: 20px;
}
.company_block p.text_link {
	font-size: 16px;
	margin-top: 40px;
}
.company_block img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	object-position: top;
}
.company_block .text_link a {
	color: #000;
}
.company_block .text_link a::before,
.company_block .text_link a::after {
	background-color: #000;
}
.company_block .inline {
	background-color: #fff;
	border-radius: 10px;
}
.company_block .inline .col:first-child {
	padding: 60px;
}
.company_block .inline .col img {
	border-radius: 10px;
}
@media screen and (max-width: 680px) {
	.company_block p {
		font-size: 18px;
	}
}


.business_block {
	text-align: left;
}
.business_list {
	margin-bottom: 2%;
}
.business_list .col {
	width: 30%;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	padding: 20px;
	margin: 0;
	transition: 0.3s;
	background-color: #fff;
	border-radius: 10px;
}
.business_list .col:hover {
	background-color: #ddd;
	transition: 0.3s;
}
.business_list .col:hover img {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
.business_list .col:nth-child(2) {
	margin: 0 1%;
}
.business_list .image_block {
	width: 100%;
}
.business_list .image_block .title_block {
	position: relative;
}
.business_list .image_block .title_text {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 40px;
	margin: 30px auto 0;
	text-align: center;
	color: #8c0700;
}
.business_list .image_block .title_text_sub {
	font-size: 18px;
	font-style: normal;
	text-align: center;
	margin-top: 0;
}
.business_list .link_btn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.business_list p {
	padding: 0 10%;
}
.business_list a {
	text-decoration: none;
}
@media screen and (max-width: 1170px) {
	.business_list .image_block .title_text {
		font-size: 32px;
	}
	.business_list .image_block .title_text_sub {
		font-size: 16px;
	}
}
@media screen and (max-width: 970px) {
	.business_list .col {
		width: 100%;
		margin-bottom: 4%;
	}
	.business_list .col:nth-child(2) {
		margin: 0 1% 4%;
	}
}
@media screen and (max-width: 680px) {
	.business_list .image_block .title_text {
		font-size: 40px;
	}
	.business_list .col:nth-child(2) {
		margin: 0 0 4%;
	}
}



.map_wrap {
	width: 60%;
	display: block!important;
	margin: auto;
}
@media screen and ( max-width:680px ) {
	.map_wrap {
		width: 90%;
	}
}


.lower section .vision_block h3 {
	font-family: HG正楷書体-PRO;
	font-size: 32px;
	font-weight: 400;
}
.lower section .vision_block h3 + p {
	margin-top: 0;
	font-size: 18px;
}

.lower section .vision_block .wp-block-group {
	padding: 40px 0 0;
}
.lower section .vision_block .wp-block-group:first-of-type {
	padding-top: 0;
}

.lower section .vision_title {
	font-family: serif;
	position: relative;
  padding: 0 65px;
  text-align: center;
	border: none;
}
.vision_title::before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	background: #d7dee2;
}
.vision_title span {
	font-size: 42px;
	position: relative;
	padding: 0 1em;
	background: #fff;
	display: inline-block;
}
@media screen and (max-width: 680px) {
	.vision_title span {
		font-size: 32px;
	}
}


.wp-block-group.vision_block {
	border: 4px solid #d7dee2;
	border-radius: 20px;
	padding: 0 40px 40px;
	margin: 0 0 90px;
}
.wp-block-group.vision_block:first-of-type {
	padding-top: 40px;
}
.label_red {
	font-size: 12px;
	color: #fff;
	background-color: #8c0700;
	display: inline-block;
	padding: 6px 16px;
	margin-bottom: 14px;
}

.link_btn a,
.link_btn button {
	text-align: center;
	display: inline-block;
	padding: 12px 30px;
	border: 2px solid #000;
	border-radius: 30px;
	min-width: 300px;
	color: #000;
	position: relative;
	background-color: #fff;
	text-decoration: none;
}
.link_btn a:hover,
.link_btn button:hover {
	background-color: #9a3d38;
	border-color: #000;
	color: #fff;
}

.link_btn.pdf a {
	text-align: left;
	padding-left: 44px;
}
.link_btn.pdf a::before {
	content: '';
	width: 22px;
	height: 24px;
	position: absolute;
	left: 12px;
	top: 12px;
	background: url(images/icon/icon_pdf.svg) no-repeat center center / 100%;
}
.link_btn.pdf a:hover::before {
	background: url(images/icon/icon_w_pdf.svg) no-repeat center center / 100%;
}
@media screen and (max-width: 680px) {
	.link_btn.pdf a {
		min-width: 100%;
	}
}



.link_pdf a {
	display: inline-block;
	position: relative;
	padding-left: 35px;
}
.link_pdf a:before {
	content: '';
	width: 22px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(images/icon/icon_pdf.svg) no-repeat center center / 100%;
}
.link_ebook a {
	display: inline-block;
	position: relative;
	padding-left: 35px;
}
.link_ebook a:before {
	content: '';
	width: 22px;
	height: 38px;
	position: absolute;
	left: 0px;
	top: -5px;
	background: url(images/icon/icon_ebook.svg) no-repeat center center / 90%;
}

.dl_wrap {
}
.dl_wrap dl {
	display: flex;
	border-bottom: 1px solid #9d9d9d;
	padding: 10px 0;
}
.dl_wrap dl dt {
	width: 40%;
}

.news_block {
}
.news_block h2 {
	color: #000;
	background-color: #fff;
	margin-bottom: 0;
}
.news_block .dl_wrap {
	padding: 20px 0;
}
.news_block .dl_wrap dl {
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	align-items: center;
}
.news_block .dl_wrap dl:hover {
	cursor: pointer;
	background-color: #f5f5f5;
}
.news_block .dl_wrap dl dt {
	width: 110px;
	margin-right: 20px;
}
.category {
	font-size: 12px;
	padding: 4px 6px;
	text-align: center;
	width: 90px;
	display: inline-block;
	margin-right: 20px;
}
.cat_company {
	color: #fff;
	background-color: #9a3d38;
}
.cat_news {
	color: #fff;
	background-color: #454649;
}
@media screen and (max-width: 680px) {
	.news_block .dl_wrap dl {
		flex-direction: column;
		align-items: flex-start;
	}
	.news_block .dl_wrap dl dt {
		width: 130px;
	}
	.news_block .dl_wrap dl dd {
		display: flex;
		flex-direction: column;
	}
	.category {
		font-size: 11px;
		padding: 4px 6px;
		margin: 4px 0;
	}
}

.archive_wrap {
}
.archive_wrap article {
	width: 70%;
	padding-right: 5%;
	border-right: 1px solid #ccc;
}
.archive aside {
	width: 30%;
	padding-left: 5%;
}
.sidebar h3 {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.side_category .info_cat {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	background-color: #fff;
}
.side_category .info_cat::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;

	width: 15px;
	height: 15px;
	background-color: #ddd;
}
.side_category .info_cat.cat_company::before {
	background-color: #9a3d38;
}
.side_category .info_cat.cat_news::before {
	background-color: #454649;
}
.new_list {
}
.new_list ul li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 680px) {
	.archive_wrap article,
	.archive aside {
		width: 100%;
	}
	.archive_wrap article {
		padding-right: 0;
		border-right: 0;
	}
	.archive aside {
		margin-top: 60px;
		width: 100%;
		padding-left: 0;
	}
}


.banner_block {
	text-align: center;
}
.banner_block img {
	width: 70%;
	transition: 0.5s;
}
.banner_block a:hover img {
	transform: scale(1.1, 1.1);
	transition:0.5s;
}

h3.block_title {
	font-size: 22px;
	font-weight: 600;
	padding-left: 28px;
	position: relative;
}
h3.block_title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 18px;
	height: 18px;
	background-color: #d18585;
}

footer {
	text-align: left;
	background-color: #fff;
	margin-top: 3%;
	padding: 50px 0 100px;
	border-top: 1px solid #757575;
}
footer img {
	max-width: 260px;
	margin-bottom: 20px;
}
footer .inline {
}
footer ul li a {
	font-size: 12px;
	color: #000;
	padding: 4px 20px;
	text-decoration: none;
	border-right: 1px solid #000;
}
footer ul li:first-child a {
	padding-left: 0;
}
footer ul li:last-child a {
	border-right: none;
}
footer .title {
	font-size: 18px;
	margin-bottom: 20px;
}
footer .copy small {
	display: block;
	text-align: left;
	padding: 10px 0 0;
	color: #000;
	font-family: sans-serif;
	font-weight: 400;
}
footer .copy small img {
	width: 140px;
	margin-bottom: 0;
}
@media screen and (max-width: 680px) {
	footer .inline {
		display: flex;
		flex-direction: row;
	}
}


/* common */
ul.disc,
ol.decimal {
	padding-left: 1em;
}
ul.disc li {
	list-style: disc outside;
	margin-bottom: 15px;
}
.disc.bold li {
	font-weight: bold;
}
.decimal li {
	list-style: decimal outside;
	margin-bottom: 15px;
}
.decimal li:last-child {
	margin-bottom: 0;
}
.decimal.bold li {
	font-weight: bold;
}
.disc li li {
	margin-bottom: 5px;
}
.decimal li li {
	margin-bottom: 5px;
}

.border_btm {
	padding-bottom: 50px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 50px;
}

.pcnone {
	display: none !important;
}

.inner {
	width: 90%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}

.inline {
	display: flex;
	flex-wrap: wrap;
}
.inline.no_wrap {
	flex-wrap: nowrap;
}
.inline .col {
	flex: 1;
}

section {
	padding: 6% 0;
	background-color: #fff;
}

section > section {
	padding: 5% 0;
}

h3, h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

.wp-block-group {
	padding: 90px 0 0;
}
.wp-block-group:first-of-type {
	padding-top: 0;
}
.wp-block-group.read + .wp-block-group {
	padding-top: 40px;
}

.block {
	margin: 30px auto 40px;
	max-width: 1050px;
	width: 90%;
}
section .block {
	margin: 30px auto 40px;
	max-width: 1050px;
	width: 98%;
}
.block .block {
	width: 100%;
}
.block:first-of-type {
}
.block:last-of-type {
	margin-bottom: 0;
}
.block > .block {
	margin: 40px auto;
}
.block > .block:first-of-type {
	margin-top: 0;
}
p + .block:first-of-type,
dl + .block:first-of-type {
	margin-top: 20px !important;
}
.block > .block:last-of-type {
	margin-bottom: 0;
}
.block_mini {
	margin: 20px auto;
	max-width: 1050px;
}
.block.line {
	margin: 0;
	padding: 50px 5%;
	border-bottom: 1px solid #ccc;
}
.block.line:first-of-type {
	padding-top: 0;
}
.block.line:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.basic .block.image_block.center {
	text-align: center;
}
.basic .block.image_block.center img {
	max-width: 90%;
	margin: auto;
}
.image.full img {
	width: 100%;
}
p + .image {
	margin-top: 1em;
}


.w_20,
figure.w_20,
.wp-block-image.w_20 {
	width: 20%;
}
.w_30,
figure.w_30,
.wp-block-image.w_30 {
	width: 30%;
}
.w_40,
figure.w_40,
.wp-block-image.w_40 {
	width: 40%;
}
.w_50,
figure.w_50,
.wp-block-image.w_50 {
	width: 50%;
}
.w_60,
figure.w_60,
.wp-block-image.w_60 {
	width: 60%;
}
.w_70,
figure.w_70,
.wp-block-image.w_70 {
	width: 70%;
}
.w_80,
figure.w_80,
.wp-block-image.w_80 {
	width: 80%;
}
.w_90,
figure.w_90,
.wp-block-image.w_90 {
	width: 90%;
}
.w_20.m_auto,
.w_30.m_auto,
.w_40.m_auto,
.w_50.m_auto,
.w_60.m_auto,
.w_70.m_auto,
.w_80.m_auto,
.w_90.m_auto,
figure.w_20.m_auto,
figure.w_30.m_auto,
figure.w_40.m_auto,
figure.w_50.m_auto,
figure.w_60.m_auto,
figure.w_70.m_auto,
figure.w_80.m_auto,
figure.w_90.m_auto,
.wp-block-image.w_20.m_auto,
.wp-block-image.w_30.m_auto,
.wp-block-image.w_40.m_auto,
.wp-block-image.w_50.m_auto,
.wp-block-image.w_60.m_auto,
.wp-block-image.w_70.m_auto,
.wp-block-image.w_80.m_auto,
.wp-block-image.w_90.m_auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mt_0 {
	margin-top: 0px !important;
}
.mt_20 {
	margin-top: 20px !important;
}
.mt_30 {
	margin-top: 30px !important;
}
.mt_50 {
	margin-top: 50px !important;
}
.mb_0 {
	margin-bottom: 0px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.mb_40 {
	margin-bottom: 40px !important;
}
.mb_50 {
	margin-bottom: 50px !important;
}
.pt_0 {
	padding-top: 0px !important;
}
.pt_20 {
	padding-top: 20px !important;
}
.pt_30 {
	padding-top: 30px !important;
}
.pt_50 {
	padding-top: 50px !important;
}
.p_10 {
	padding: 10px !important;
}
.p_20 {
	padding: 20px !important;
}
.p_30 {
	padding: 30px !important;
}
.p_40 {
	padding: 40px !important;
}
.p_50 {
	padding: 50px !important;
}

@media screen and ( max-width:680px ) {
	.w_20.m_auto,
	.w_30.m_auto,
	.w_40.m_auto,
	.w_50.m_auto,
	.w_60.m_auto,
	.w_70.m_auto,
	.w_80.m_auto,
	.w_90.m_auto,
	figure.w_20.m_auto,
	figure.w_30.m_auto,
	figure.w_40.m_auto,
	figure.w_50.m_auto,
	figure.w_60.m_auto,
	figure.w_70.m_auto,
	figure.w_80.m_auto,
	figure.w_90.m_auto,
	.wp-block-image.w_20.m_auto,
	.wp-block-image.w_30.m_auto,
	.wp-block-image.w_40.m_auto,
	.wp-block-image.w_50.m_auto,
	.wp-block-image.w_60.m_auto,
	.wp-block-image.w_70.m_auto,
	.wp-block-image.w_80.m_auto,
	.wp-block-image.w_90.m_auto,
	.w_10, figure.w_10, .wp-block-image.w_10,
	.w_20, figure.w_20, .wp-block-image.w_20,
	.w_30, figure.w_30, .wp-block-image.w_30,
	.w_40, figure.w_40, .wp-block-image.w_40,
	.w_50, figure.w_50, .wp-block-image.w_50,
	.w_60, figure.w_60, .wp-block-image.w_60,
	.w_70, figure.w_70, .wp-block-image.w_70,
	.w_80, figure.w_80, .wp-block-image.w_80,
	.w_90, figure.w_90, .wp-block-image.w_90 {
		width: 90%!important;
	}

	.inline {
		flex-direction: column;
	}
	.sp_reverse {
		flex-direction: column-reverse;
	}

}

.basic .inline .col {
	margin: 0;
}
.basic .inline.fifty .col:first-of-type {
	margin-right: 4%;
}
.inline.more_l .image:last-of-type,
.inline.more_r .image:last-of-type {
	text-align: right;
}
.inline.more_l .image:last-of-type.al_l,
.inline.more_r .image:last-of-type.al_l {
	text-align: left;
}
.inline.more_l .image:last-of-type p,
.inline.more_r .image:last-of-type p {
	text-align: left;
}

.inline_line .col:first-of-type,
.inline.more_l .col:first-of-type,
.inline.more_r .col:first-of-type {
	margin-right: 4%;
}
.inline.more_l .col:first-of-type {
	flex: 2;
}
.inline.more_l .col:last-of-type {
	flex: 1;
}
.inline.more_r .col:first-of-type {
	flex: 1;
}
.inline.more_r .col:last-of-type {
	flex: 2;
}

.inline .col_2 {
	flex: 2;
}
.inline .col_3,
.basic .inline.auto .col, .inline.auto .col.col_3,
.inline.more_l .col.col_3:first-of-type {
	flex: 3;
}
.inline .col_4,
.basic .inline.auto .col, .inline.auto .col.col_4,
.inline.more_l .col.col_4:first-of-type {
	flex: 4;
}
.inline .col_5,
.basic .inline.auto .col, .inline.auto .col.col_5,
.inline.more_l .col.col_5:first-of-type {
	flex: 5;
}
.inline .col_6,
.basic .inline.auto .col, .inline.auto .col.col_6,
.inline.more_l .col.col_6:first-of-type {
	flex: 6;
}
.inline .col_7,
.basic .inline.auto .col, .inline.auto .col.col_7,
.inline.more_l .col.col_7:first-of-type {
	flex: 7;
}
.inline .col_8,
.basic .inline.auto .col, .inline.auto .col.col_8,
.inline.more_l .col.col_8:first-of-type {
	flex: 8;
}
.inline .col_9,
.basic .inline.auto .col, .inline.auto .col.col_9,
.inline.more_l .col.col_9:first-of-type {
	flex: 9;
}

.inline.more_l .col:last-of-type {
	flex: 1;
}
.inline.more_r .col:first-of-type {
	flex: 1;
}

.inline.more_r .col:last-of-type {
	flex: 2;
}
.inline.more_r .col.col_3:last-of-type {
	flex: 3;
}
.inline.more_r .col.col_4:last-of-type {
	flex: 4;
}
.inline.more_r .col.col_5:last-of-type {
	flex: 5;
}
.inline.more_r .col.col_6:last-of-type {
	flex: 6;
}
.inline.more_r .col.col_7:last-of-type {
	flex: 7;
}
.inline.more_r .col.col_8:last-of-type {
	flex: 8;
}
.inline.more_r .col.col_9:last-of-type {
	flex: 9;
}
.block_line .block_col {
	flex: 1;
	margin-right: 3%;
}
.block_line .block_col:last-of-type {
	margin-right: 0;
}
.block_line .block_col .image {
	margin-bottom: 10px;
}
.block_line .block_col .basic_col_title {
	margin-bottom: 15px;
}
.block_line .block_col .basic_sub_title {
	margin-bottom: 10px;
}
.block_line .block_col p,
.block_line .block_col a {
	font-size: 14px;
}

.block_line.wrap.num2 .block_col {
	flex: none;
	width: 48%;
	margin: 1%;
}
.block_line.wrap.num3 .block_col {
	flex: none;
	width: 31%;
	margin: 1%;
}
.block_line.wrap.num4 .block_col {
	flex: none;
	width: 23%;
	margin: 1%;
}

.box_block {
	border: 3px solid #ccc;
	padding: 2.5% 3%;
	background-color: #fff;
}
.box_block.bg_y {
	background-color: #fffef3;
}
.box_block.bg_g {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}


#breadcrumb {
	margin-bottom: 20px;
}
#breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
}
#breadcrumb li a {
	color: #fff;
}
#breadcrumb li {
	list-style: none;
	font-size: 10px;
	color: #fff;
	position: relative;
	margin-right: 25px;
}
#breadcrumb li:last-child {
	margin-right: 0;
}
#breadcrumb li:not(:last-child):after {
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
}
#breadcrumb li a {
	text-decoration: underline;
}


/* TOPへボタン */
#page-top{
	display: block;
	position: fixed;
	z-index: 999;
	bottom: 5%;
	right: 3%;
	background: #8c0700;
	border: 1px solid #fff;
	height: 40px;
	width: 40px;
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
}
#page-top:hover{
	background: #df716b;
}
#page-top:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 19px;
	width: 1px;
	height: 25px;
	background: #fff;
}
#page-top:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

.txt,
.basic p.txt {
	text-indent: 1em;
	line-height: 1.8;
	margin-bottom: 1em;
}
.fos {
	font-size: 90% !important;
}
.fol {
	font-size: 120% !important;
}
.foll {
	font-size: 150% !important;
}
.green {
	color: #238966;
}
.yellow {
	color: #f4a452;
}
.blue {
	color: #557ec0;
}
.red {
	color: #970505;
}
.gray {
	color: #878c8c;
}

.bg_dark_blue {
	background-color: #edf0f2;
}

.box_title {
	padding: 8px 12px;
	border: 1px solid #000;
	margin-bottom: 14px;
	display: inline-block;
}

.txt_bg_g {
	display: inline-block;
	background-color: #eee;
	padding: 3px 10px;
}

.underline {
	text-decoration: underline;
}

.caption {
	font-size: 12px!important;
	margin: 5px 0;
}
.inmark {
	display: flex;
}
.inmark span {
	margin-right: 10px;
	white-space: nowrap;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.basic .col p.note,
.note {
	font-size: 80%;
	margin: 10px 0;
}
.basic .col p.note.tight,
.note.tight {
	margin: 0;
}
.note.mark {
	position: relative;
	display: flex;
}
.note.mark:before {
	content: '※';
	color: #f00;
}
.note .num {
	color: #f00;
	margin-right: 5px;
}
sup.note {
	color: #f00;
}
.note .note {
	color: #000;
}
.note.mark.al_r {
	justify-content: flex-end;
}

.parenthesis:before {
	content: '【';
}
.parenthesis:after {
	content: '】';
}

.bg_red {
	padding: 12px;
	background-color: #9a3d38;
	color: #fff;
	margin-bottom: 14px;
}

/* 基本これでスマホまで */
@media screen and ( max-width:680px ) {
	.pcnone {
		display: inherit !important;
	}
	.spnone {
		display: none;
	}
}


.index_block {
}
.index_block figure.wp-block-image {
	margin-bottom: 0;
}
.index_block figure a {
	display: block;
	overflow: hidden;
}
.index_block .title_text {
	margin-top: 0;
}
.index_block .title_text a {
	text-decoration: none;
	color: #000;

	font-size: 24px;
	padding: 20px;
	display: block;
	text-align: center;
	border-bottom: 2px solid #575757;
}
.index_block .title_text a:hover {
	background-color: #1f344c;
	color: #fff;
}
.index_block .title_text + p {
	font-size: 14px;
}
.detail_index_block img,
.index_block img {
	transition: transform .6s ease;
}
.detail_index_block:hover img,
.index_block img:hover {
	transform: scale(1.1);
}
@media screen and (max-width: 680px) {
	.wp-block-column.index_block {
		margin-bottom: 6%;
	}
}

.detail_index_block figure {
	overflow: hidden;
}
.detail_index_block {
	position: relative;
}
.detail_index_block .title_text {
}
.detail_index_block .title_text a {
	color: #fff;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #000;
	padding: 10px;
	width: 50%;
	text-align: center;
	text-decoration: none;
}
.detail_index_block img {
	overflow: hidden;
	border-radius: 10px;
}

.lower {
}
.lower .site_head {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #061e38e6;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.lower .main_contents .inline {
	justify-content: space-evenly;
}
.lower h1,
.lower .title_jp {
	font-size: 36px;
	font-weight: bold;
	border-bottom: 2px solid #8d0700;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px;
}
.lower .page_title {
	overflow: hidden;
}
.lower .page_catch {
	font-size: 26px;
	font-weight: bold;
}
.lower .char {
	display: inline-block;
	transform: translateY(20px);
	opacity: 0;
	animation: textUp 0.6s forwards;
}
@keyframes textUp {
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@media screen and (max-width: 680px) {
	.lower h1,
	.lower .title_jp {
		font-size: 32px;
		padding-bottom: 4px;
		margin-bottom: 4px;
	}
	.lower .page_title .title_en {
		font-size: 20px;
		margin-top: 10px;
	}
}

.lower .page_title .title_en {
	font-size: 24px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	margin-bottom: 40px;
}

.lower section {
	padding: 3% 0;
}
.lower section h2 {
	font-weight: bold;
	font-size: 28px;
	background-color: inherit;
	color: #000;
	padding-left: 10px;
	margin-bottom: 14px;
	border-left: 4px solid #9a3d38;
}
.lower section h2 + p {
	margin-bottom: 50px;
}
.lower .wp-block-group .wp-block-group__inner-container > h2 {
	margin-bottom: 50px;
	z-index: 1;
}
.lower .read {
	font-size: 26px;
}


.info_meta {
	display: flex;
	justify-content: space-between;
}

.line_title {
	font-size: 24px;
	text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.line_title:before,
.line_title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #4aa4ca;
}
.line_title:before {
	left:0;
}
.line_title:after {
	right: 0;
}

.lower section.post_content {
	padding: 3% 0 10%;
}
.lower .content_wrap {
}
.lower .content_wrap .page,
.lower .content_wrap .archive {
	padding-top: 120px;
}
.lower .content_wrap .page_main_image + .page,
.lower .content_wrap .page_main_movie + .page {
	padding-top: 60px;
}
.lower .page_title_line + .inner {
	padding-top: 20px;
}
.lower .wp-block-image > a,
.lower .wp-block-image > figure > a {
	display: block;
}
.post_nav_area .post_link li {
	width: 49%;
	font-size: 14px;
}
.post_nav_area .post_link li a {
	text-decoration: none;
	display: block;
	position: relative;
}
.post_nav_area .post_link .prev {
	float: left;
}
.post_nav_area .post_link .prev a {
	padding: 10px 15px 10px 35px;
}
.post_nav_area .post_link .next {
	float: right;
	text-align: right;
}
.post_nav_area .post_link .next a {
	padding: 10px 35px 10px 15px;
}
.post_nav_area .post_link li a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.post_nav_area .post_link li.prev a:before {
	left: 10px;
	width: 10px;
  height: 10px;
  border: 2px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(45deg);
}
.post_nav_area .post_link li.next a:before {
	right: 10px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}
.post_nav_area .post_link li a:hover {
	color: #000;
	background-color: #efefef;
}
.post_nav_area {
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
.post_nav_area .archive_link {
	padding: 120px 0 0;
	text-align: center;
}
.post_nav_area .archive_link a {
	text-decoration: none;
	padding: 15px 25px;
	border: 1px solid #9b3d38;
}
@media screen and (max-width: 680px) {
	.lower .content_wrap .page_main_movie,
	.lower .content_wrap .page_main_image {
		padding-top: 95px;
	}
	.lower .content_wrap .page,
	.lower .content_wrap .archive {
		padding-top: 120px;
	}
}

.page_main_image img {
	width: 100%;
	display: block;
	filter: grayscale(100%);
	transition: filter 0.5s ease;
	animation: toColor 1s forwards;
	animation-delay: 0.5s;
}
@keyframes toColor {
	0% {
		filter: grayscale(100%);
	}
	100% {
		filter: grayscale(0%);
	}
}
.page_main_movie {
}
.page_main_movie video {
	width: 100%;
	aspect-ratio: 15 / 4;
	object-fit: cover;
	object-position: center;
}


.page_main_movie.top0 video,
.page_main_image.top0 {
	object-position: 50% 0%;
}
.page_main_movie.top20 video,
.page_main_image.top20 {
	object-position: 50% 20%;
}
.page_main_movie.center video,
.page_main_image.center {
	object-position: 50% 50%;
}
.page_main_movie.btm20 video,
.page_main_image.btm20 {
	object-position: 50% 80%;
}
.page_main_movie.btm0 video,
.page_main_image.btm0 {
	object-position: 50% 100%;
}


.p_search_menu {
}
.p_search_menu figure {
	overflow: hidden;
}
.p_search_menu img {
	transition: transform .6s ease;
}
.p_search_menu img:hover {
	transform: scale(1.1);
}


.movie_block {
}
.movie_block + .movie_block {
	margin-top: 100px;
}
.movie_block .inline {
	display: flex;
	flex-wrap: wrap;
}
.movie_block .inline .col {
	width: 30%;
	padding: 10px;
}
.movie_block .inline .col a {
	display: block;
	overflow: hidden;
	border: 1px solid #ddd;
}
.movie_block .inline .col img {
	transition: .3s;
}
.movie_block .inline .col img:hover {
	transform: scale(1.1, 1.1);
	transition: 0.5s;
}

.message_inline {
	display: flex;
}

.history_title {
	font-size: 48px;
	font-family: serif;
	margin-bottom: 10px;
}
.history_title span {
	font-size: 28px;
}
.history_block {
}

.history_block .wp-block-column + .wp-block-column {
	margin-left: -5%;
}
.history_block .wp-block-column:first-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position:relative;
}
.history_block .wp-block-column:first-child figure {
	position: relative;
}
.history_block .wp-block-column:first-child figure::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 80%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 90%);
}
.history_block .dl_history {
}
.history_block .dl_history dl {
	display: flex;
	padding: 30px 0 30px 20px;
	position: relative;
}
.history_block .dl_history dl::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 14px;
	margin: auto;
	border-left: 4px solid #cfa35e;
	width: 14px;
	height: 100%;
}
.history_block .dl_history dl dt {
	width: 25%;
	min-width: 190px;
	padding-left: 20px;
	position: relative;
}
.history_block .dl_history dl dt::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -20px;
	margin: auto;
	border-radius: 50%;
	border: 4px solid #cfa35e;
	background-color: #fff;
	width: 24px;
	height: 24px;
}
.history_block .dl_history dl dt .year {
	font-family: serif;
	font-size: 30px;
	padding-bottom: 10px;
	margin-right: 10px;
	border-bottom: 4px solid #cfa35e;
	position: relative;
}

.history_block .dl_history dl dd {
	width: 75%;
}
.history_block .dl_history dl dd p {
	padding-top: 20px;
}
.history_block .dl_history dl {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.6s ease-out;
}
.history_block .dl_history dl.show {
	opacity: 1;
	transform: translateY(0);
}
@media screen and ( max-width:850px ) {
	.history_block .is-layout-flex,
	.history_block .dl_history dl {
		flex-direction: column;
	}
	.history_block .wp-block-column:first-child img {
		height: 200px;
	}
	.history_block .wp-block-column:first-child figure::after {
		display: none;
	}
	.history_block .dl_history dl::before {
		left: 24px;
	}
	.history_block .dl_history dl dt {
		padding-left: 30px;
	}
	.history_block .dl_history dl dt::before {
		left: -10px;
	}
	.history_block .dl_history dl dd {
		width: 100%;
		padding-left: 10%;
	}
	.history_block .wp-block-column:first-child figure {
		margin-bottom: -40px;
		z-index: 1;
	}
	.history_title {
		font-size: 32px;
	}
	.history_title span {
		font-size: 16px;
	}
}

.catalog_block {
}
.catalog_block img {
	border: 1px solid #acacac;
}
.lower section .catalog_block h2 {
	margin-bottom: 40px;
}
.catalog_block h3 {
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 4px solid #9d9d9d;
}
.catalog_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.catalog_list li {
	width: 32%;
	margin-bottom: 10px;
}
@media screen and ( max-width:680px ) {
	.catalog_list {
		flex-direction: column;
	}
	.catalog_list li {
		width: 100%;
	}
}

.corp_dl_wrap {
	border-top: 1px solid #ddd;
}
.corp_dl_wrap dl {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #ddd;
}
.corp_dl_wrap dl dt {
	width: 110px;
	height: -webkit-fill-available;
	margin-right: 20px;
	background-color: #f2f2f2;
	padding: 16px 10px;
}
.corp_dl_wrap dl dd {
	padding: 16px 10px;
}
.corp_dl_wrap dl dd.inline {
	display: flex;
	justify-content: flex-start;
	width: 80%;
}
.corp_dl_wrap dl dd.inline dl {
}
.corp_dl_wrap dl dd.inline dl dt {
	width: 140px;
	padding: 10px;
	background-color: #fff;
}
.corp_dl_wrap dl dd.inline dl dd {
	padding: 10px;
}
.corp_dl_wrap dl dd.inline .w_50 {
	padding: 10px;
}
.corp_dl_wrap dl dd.inline .dl_title {
	width: 100px;
	text-align: center;
	margin-bottom: 8px;
	color: #fff;
	background-color: #1f344c;
	padding: 2px 4px;
}
.corp_list {
	display: flex;
	flex-wrap: wrap;
}
.corp_list li {
	font-size: 13px;
	padding-right: 18px;
	padding-top: 6px;
	width: 33.33%;
}
@media screen and ( max-width:680px ) {
	.corp_dl_wrap dl {
		flex-direction: column;
	}
	.corp_dl_wrap dl dt {
		width: 100%;
		margin-right: 0;
		padding: 8px 10px;
		height: 40px;
	}
	.corp_dl_wrap dl dd.inline {
		width: 100%;
		padding: 16px 0px;
	}
	.corp_dl_wrap dl dd.inline .w_50 {
		width: 100%;
	}
	.corp_dl_wrap dl dd.inline dl {
		flex-direction: row;
	}
	.corp_list li {
		width: 50%;
	}
}


.lower .albatros_block section {
	padding-top: 0;
}
.albatros_block .wp-block-cover {
	padding: 10% 0 6%;
}
.albatros_block .wp-block-cover p {
	color: #fff;
}
.albatros_block h3 {
	font-size: 24px;
	font-weight: bold;
}
.albatros_block .al_block {
}
.albatros_block .al_block .alba_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.albatros_block .al_block p + figure {
	margin-top: 20px;
}
.albatros_block .al_safety,
.albatros_block .al_workability,
.albatros_block .al_expansion {
	border-bottom: 2px solid #000;
	padding-bottom: 90px;
}

.albatros_block .al_safety h3 {
	color: #07743a;
}
.albatros_block .al_workability h3 {
	color: #ad7e29;
}
.albatros_block .al_expansion h3 {
	color: #a62a26;
}

@media screen and (max-width: 680px) {
	.albatros_block .wp-block-cover {
		padding-top: 115px;
	}
	.albatros_block .wp-block-cover p {
		text-align: left;
	}
}


.wp-block-group.bim_title_01,
.wp-block-group.bim_title_02 {
	padding: 40px 20px;
	text-align: center;
	margin-bottom: 40px;
}
.bim_title_01 {
	background-color: #153093;
}
.bim_title_02 {
	background-color: #005491;
}
.bim_title_01 p:first-child,
.bim_title_02 p:first-child {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 36px;
	opacity: 0.2;
	color: #fff;
}
.bim_title_01 p,
.bim_title_02 p {
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	color: #fff;
}
.check_block {
	display: none;
}
.check_text.checked {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
}
.check_text.checked::after {
	content: "✔";
	position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-55%);
  color: #28a745;
  font-size: 16px;
  font-weight: bold;
  pointer-events: none;
}
.check_text {
	cursor: pointer;
	position: relative;
	padding-left: 28px;
}
.check_text::before {
	content: "";
	width: 18px;
  height: 18px;
  border: 2px solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.check_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 680px) {
	.check_block.p_40 {
		padding: 20px 10px!important;
	}
}

.wp-block-group.bg_connect {
	padding: 40px 60px;
	background-color: #ececec;
	border: 1px solid #000;
	border-radius: 20px;
}
.wp-block-group.bg_connect h2 {
	color: #880f0f;
	text-align: center;
	padding-left: 0;
	border-left: 0;
}
@media screen and (max-width: 680px) {
	.wp-block-group.bg_connect {
		padding: 20px 40px;
	}
}

.connect_point {
}
.connect_point .point_text {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.connect_point .point_text span {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	display: inline-block;
	padding: 0 65px;
	border-radius: 60px;
	position: relative;
	z-index: 1;
	background-color: #005491;
}
.connect_point .point_text::before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background: #005491;
}
.connect_point .point_title {
	font-size: 24px;
	font-weight: bold;
}
.connect_point .point_title + p {
	margin-bottom: 40px;
}

.ak_conect .point_columns {
	display: flex;
	justify-content: space-evenly;
}

.site-map {
}
.site-map ul.disc {
	margin-top: 10px;
}
.site-map ul li ul {
	padding-left: 14px;
}
.site-map .wp-block-group {
	padding: 40px 0 0;
}


/* form */
.form .step {
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}
.form .basic .step li {
	flex: 1;
	padding: 5px;
	height: 44px;
	border-bottom: none;
	background-color: #dedede;
	text-align: center;
	margin-right: 8%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
.form .step li:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-left: 22px solid #dedede;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}
.form .step li.current {
	background-color: #061e38;
	color: #fff;
}
.form .step li.current:after {
	border-left-color: #061e38;
}
.form .step li:last-child {
	margin-right: 0;
}
.form .step li:last-child:after {
	content: none;
}
.form section ul li {
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.form section ul.disc li {
	list-style: disc outside;
	padding: 0;
	border-bottom: 0;
}
.form .heading {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}
.form ul.dl_area li {
	border-bottom: none;
}

.form .imp {
	background: #f00;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 1;
}
.form .head_box {
	margin-bottom: 50px;
}
.form form dl {
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
}
.form form dl:first-of-type {
	padding-top: 0;
}
.form form #after_li + dl:first-of-type {
	padding-top: 20px;
}
.form form dl dl:last-of-type {
	border-bottom: none;
}
.form form dt,
.form form dd {
	font-size: 16px;
}
.form form dl:first-of-type dt,
.form form dl:first-of-type dd {
	padding-top: 0;
}
.form form dl dl:last-of-type dt,
.form form dl dl:last-of-type dd {
	padding-bottom: 0;
}

.form form dt {
	width: 28%;
	margin-right: 2%;
	position: relative;
	padding-left: 10px;
	padding-right: 40px;
	line-height: 1.4;
	font-size: 15px;
}
.form form dt span {
	display: block;
	font-size: 85%;
}
.form form dt .imp {
	position: absolute;
	right: 2%;
	top: 0;
}
.form form dd {
	width: 70%;
	font-size: 18px;
}
.form form dl dd input[type="text"],
.form form dl dd input[type="email"],
.form form dl dd input[type="tel"],
.form form dl dd textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
}
.form form dl dd input[type="text"].mini,
.form form dl dd input[type="email"].mini,
.form form dl dd input[type="tel"].mini {
	width: 50%;
}
.form form dl dd input[type="text"].minmini,
.form form dl dd input[type="email"].minmini,
.form form dl dd input[type="tel"].minmini {
	width:29%;
}
.form form dl dd input[type="text"]:focus,
.form form dl dd input[type="email"]:focus,
.form form dl dd input[type="tel"]:focus,
.form form dl dd textarea:focus {
	outline: none;
	background: #fff3f8;
}
.form form dl dd select {
	font-size: 16px;
}
.form form .custom_select {
	overflow: hidden;
	width: 70%;
	text-align: center;
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.form form .custom_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.form form .custom_select select:-ms-expand {
	display: none;
}
.form form .custom_select:before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.form form .custom_select select {
	padding: 10px 38px 10px 8px;
}
.form form dl.que_line {
	flex-direction: column;
	padding: 3% 0;
}
.form form dl.que_line dt,
.form form dl.que_line dd {
	width: 100%;
	padding: 0
}
.form form dl.que_line dt {
	margin-right: 0;
}
.form form dl.que_line dd {
	margin: 2% 0;
}
.form form dl.que_line dd .in_box {
	margin: 4% 0;
}
.form form dl.que_line dd .in_box:first-of-type {
	margin-top: 0;
}
.form form dl.que_line dd .in_box:last-of-type {
	margin-bottom: 0;
}
.form form dl.que_line dt {
	background: none;
	font-weight: 600;
	color: #444;
}
.form form dl.que_line p.q_txt {
	background: #fff6eb;
	padding: 5px 10px;
	margin-bottom: 2%;
}
.form ol.decimal {
	padding-left: 1.5em;
}
.form ol.decimal li {
	text-align: left;
	list-style: decimal;
}
.form form a {
	color: #0d73bc;
	text-decoration: underline;
}
.form .submit_area {
	text-align: center;
	margin: 5% 0;
}
.form .submit_area p,
.form .submit_area li {
	margin-bottom: 1em;
}
.form .submit_area .submit {
	padding: 14px 50px;
	border-radius: 0;
	background: #666;
	box-shadow: none;
	border: none;
	outline: none;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	transition-property: all;
	transition: 0.1s linear;
}
.form .submit_area .submit:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
@media screen and (max-width: 680px) {
	.form form dl {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.form form dt {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
		padding-left: 0;
	}
	.form form dt .imp {
		position: relative;
		display: inline-block;
		right: 0px;
		top: 0;
		left: 8px;
	}
	.form form dd {
		width: 100%;
	}
}


.note_block {
	background-color: #ffdcdc;
	padding: 20px;
	margin: 10px 0;
}
.note_block p {
	margin-bottom: 20px;
}
.note_block ol li,
.note_block p {
	font-size: 14px;
}


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

	html, body, div, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, form, fieldset {
		font-size: 14px;
	}

	th, td {
		font-size: 12px;
	}

}



/* 印刷時の余白幅指定 */
@page {
	margin: 12.7mm 9.7mm;
}
/* IE6で印刷時の倍率を指定 */
@media print {
	body {
		overflow: visible !important;
		_zoom: 0.75;
		width: 1020px;
		margin: 0 auto;
	}

}
