/*----------------------------------
下層ページ共通
----------------------------------*/

.breadcrumb {
	margin: 10px 0 80px;
}

.breadcrumb__items {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.breadcrumb__items > span {
	margin-right: 10px;
	font-size: 1.3rem;
}

.breadcrumb__items > span a {
	color: #333;
}

.breadcrumb__items > span:first-child {
	position: relative;
}

.breadcrumb__items > span:nth-child(2) {
	position: relative;
}

.breadcrumb__items > span:not(:first-child) {
	margin-left: 10px;
}

.breadcrumb__items > span:not(:last-child) {
	white-space: nowrap;
}

.breadcrumb__items > span:last-child {
	margin-right: 0;
	color: #989898;
}

.breadcrumb__items > span:last-child::after {
	content: none;
}

.page-mainvisual {
	position: relative;
	height: 250px;
	margin-top: 90px;
	background-color: #16349E;
}

.page-mainvisual__title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.page-mainvisual__title span {
	display: block;
}

.page-mainvisual__title .ja {
	position: relative;
	font-size: 2.6rem;
}

.page-mainvisual__title .ja::after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 50px;
	height: 2px;
	transform: translateX(-50%);
	background-color: #fff;
	content: "";
}

.page-mainvisual__title .en {
	margin-top: 14px;
	font-size: 1.8rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.pagination-link {
	display: inline-block;
	margin-right: 12px;
}

.pagination-link:last-child {
	margin-right: 0;
}

.page-numbers {
	width: 41px;
	height: 47px;
	margin-right: 10px;
	padding-top: 9px;
	border: 1px solid #16349E;
	color: #16349E;
	font-size: 16px;
	text-align: center;
}

.page-numbers.current {
	background-color: #16349E;
	color: #fff;
}

/*----------------------------------
当社の強みページ
----------------------------------*/

.strength__list {
	display: flex;
}

.strength__list + .strength__list {
	margin-top: 100px;
}

.strength__list:nth-child(odd) .strength__right {
	margin-left: 44px;
}

.strength__list:nth-child(even) {
	flex-direction: row-reverse;
}

.strength__list:nth-child(even) .strength__right {
	margin-right: 44px;
}

.strength__title {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 1.4375;
}

.strength__title .number {
	display: inline-block;
	margin-right: 20px;
	color: rgba(22, 52, 158, 0.6);
	font-weight: 500;
	font-size: 9.6rem;
	font-family: "Oswald", sans-serif;
}

.strength__right {
	flex: 0 0 43.119%;
}

/*----------------------------------
施工実績（一覧）ページ
----------------------------------*/

.works-btn__lists {
	display: flex;
	justify-content: center;
}

.works-btn__list {
	width: 200px;
	height: 35px;
	margin: 0 5px 5px 0;
}

.works-btn-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	color: #333;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.works-active {
	background-color: #16349E;
	color: #fff;
}

.works-archive__content {
	margin-top: 80px;
}

.works-archive__items {
	display: flex;
	flex-wrap: wrap;
}

.works-archive__item {
	width: calc(33.333% - 20px);
}

.works-archive__item + .works-archive__item {
	margin-left: 30px;
}

.works-archive__item:nth-child(3n+1) {
	margin-left: 0;
}

.works-archive__item:nth-child(-n+6) {
	margin-bottom: 80px;
}

.works-archive-link {
	display: inline-block;
}

.works-archive__img {
	height: 280px;
}

.works-archive__img img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: "object-fit: cover; object-position: 50% 50%;";
}

.works__wrap {
	padding-top: 10px;
	color: #333;
}

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

.works-info .works-label {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 25px;
	background-color: #16349E;
	color: #fff;
	font-size: 14px;
}

.works__title {
	margin-top: 10px;
	font-weight: 500;
	font-size: 17px;
}

.no-post {
	text-align: center;
}

/*----------------------------------
施工実績（詳細）ページ
----------------------------------*/

.works .works-label {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 16px;
	padding: 6px 27px;
	background-color: #16349E;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
}

.works .works__published {
	font-size: 2rem;
}

.works .works__title {
	padding-bottom: 20px;
	border-bottom: 1px solid #16349E;
	font-weight: 500;
	font-size: 2.6rem;
}

.main-image {
	width: 565px;
	max-width: 100%;
	margin: 50px auto 0;
}

.sub-images {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

.sub-image {
	width: calc(25% - 15px);
	margin: 0 0 20px 20px;
}

.sub-image:nth-of-type(4n + 1) {
	margin-left: 0;
}

.works__content {
	width: 900px;
	max-width: 100%;
	margin: 80px auto 0;
}

.use-example__content p,
.material__content p {
	line-height: 1.8;
}

.production-example__items {
	display: flex;
	flex-wrap: wrap;
}

.production-example__item {
	width: calc(25% - 15px);
	margin: 0 0 20px 20px;
}

.production-example__item:nth-of-type(4n + 1) {
	margin-left: 0;
}

.production-example__item .caption {
	font-size: 1.4rem;
}

.works-bottom {
	margin-top: 118px;
	padding: 48px 114px;
	border: 2px solid #16349E;
}

.works-bottom__text {
	font-size: 2rem;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	transform: none;
	opacity: 1;
}

.works-single__wrapper {
	margin-top: 70px;
}

.works-single__wrapper .blog-cat {
	width: 130px;
}

.works-single__wrapper .blog__published {
	display: inline-block;
	margin-top: 10px;
}

.works-single__text {
	margin-top: 40px;
}

.works__items {
	margin-top: 60px;
}

.works__item {
	display: flex;
	justify-content: space-between;
	padding: 30px 10px 30px 40px;
	border-bottom: 1px solid #dee2e7;
}

.works__item:first-child {
	border-top: 1px solid #dee2e7;
}

.works__item-title {
	flex: 0 0 22%;
	max-width: 100%;
	line-height: 1.875;
}

.works__item-text {
	flex: 0 0 82%;
	line-height: 1.875;
}

.news-single__footer {
	position: relative;
	margin-top: 80px;
	padding: 70px 0 24px;
	font-weight: 500;
	font-size: 18px;
}

.news-single__footer a {
	color: #333;
}

.news-single__footer-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.news-single__footer-left {
	position: absolute;
	left: 0;
}

.news-single__footer-left a {
	position: relative;
	padding-left: 15px;
}

.news-single__footer-left a::before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 9px;
	height: 9px;
	margin: 0;
	transform: rotate(-135deg);
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	content: "";
}

.news-single__footer-right {
	position: absolute;
	right: 0;
}

.news-single__footer-right a {
	position: relative;
	padding-right: 15px;
}

.news-single__footer-right a::after {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 9px;
	height: 9px;
	margin: 0;
	transform: rotate(45deg);
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	content: "";
}

button.slick-arrow {
	display: none !important;
}

.lb-outerContainer {
	width: 70% !important;
	height: 47vw !important;
}

.lb-container {
	height: 47vw !important;
}

.lightbox .lb-image {
	-o-object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto !important;
	height: 100% !important;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.lightboxOverlay {
	width: 100% !important;
}

.lb-dataContainer {
	width: 70% !important;
}

/*----------------------------------
お知らせ（詳細）ページ
----------------------------------*/

.single-news .normal-button {
	margin-top: 70px;
}

.single-news-head {
	font-weight: 500;
}

.single-news-head .info__meta {
	margin-top: 0;
	padding: 0;
}

.single-news-head .info__published {
	font-size: 1.8rem;
}

.news__title {
	margin-top: 5px;
	font-size: 2.4rem;
}

.single-news__content {
	margin-top: 40px;
}

.single-news__content p {
	line-height: 1.8;
}

/*----------------------------------
会社案内ページ
----------------------------------*/

.company-sec01 {
	position: relative;
}

.company-sec__title {
	padding: 0 0 3px 10px;
	border-left: 5px solid #16349E;
	color: #16349E;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.3;
}

.company-sec01__text {
	width: 550px;
	max-width: 100%;
	margin-top: 43px;
	font-weight: 500;
	line-height: 1.8;
}

.president {
	width: 550px;
	max-width: 100%;
	margin-top: 30px;
	padding-right: 15px;
	font-weight: 700;
	font-family: "Zen Old Mincho", serif;
	text-align: right;
}

.president .position {
	font-size: 1.4rem;
}

.president .name {
	display: inline-block;
	margin-left: 16px;
	font-size: 2rem;
}

.company-sec01__img {
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	width: 48%;
}

.profile__content {
	margin-top: 45px;
}

.profile__content .table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.profile__content .table tr {
	display: block;
}

.profile__content .table tr + tr {
	margin-top: 2px;
}

.profile__content .table th,
.profile__content .table td {
	padding: 13px 0;
	font-weight: 500;
}

.profile__content .table th {
	width: 18.348%;
	min-width: 150px;
	padding-left: 30px;
	background-color: #16349E;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: left;
}

.profile__content .table td {
	width: 890px;
	padding-right: 150px;
	padding-left: 30px;
	background-color: #F8F8F8;
	line-height: 1.8;
	vertical-align: middle;
}

.profile__content .table td .margin {
	display: inline-block;
	margin-right: 10px;
}

.google-map {
	margin-top: 40px;
}

.google-map iframe {
	max-width: 100%;
}

.history__lists {
	margin-top: 26px;
	padding-left: 40px;
}

.history__list {
	display: flex;
	position: relative;
	padding-bottom: 48px;
	font-weight: 500;
}

.history__list:last-child::after {
	height: calc(100% - 38px);
}

.history__list::after {
	z-index: -1;
	position: absolute;
	top: 12px;
	left: 99.5px;
	width: 1px;
	height: 100%;
	background-color: #C3C3C3;
	content: "";
}

.history__list .year {
	position: relative;
	flex: 0 0 83px;
}

.history__list .year::after {
	position: absolute;
	top: 8px;
	right: -22px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FBA627;
	content: "";
}

.history__list .event {
	margin-left: 56px;
	line-height: 1.8;
}

/*----------------------------------
採用情報ページ
----------------------------------*/

.page-recruit .contact-banner {
	margin-top: 0;
}

.recruit {
	margin-top: 90px;
}

.recruit__content {
	width: 800px;
	max-width: 100%;
	margin: auto;
}

.recruit__title {
	font-weight: 500;
	font-size: 2.4rem;
	text-align: center;
}

.recruit__title + .recruit__img {
	margin-top: 40px;
}

.recruit__text {
	margin-top: 23px;
	font-size: 1.6rem;
	line-height: 2;
}

.recruit-btn__wrap {
	margin-top: 100px;
	border-bottom: 1px solid #16349E;
}

.tab-wrap {
	display: flex;
	position: relative;
	align-items: flex-end;
	overflow: auto;
}

.tab {
	display: inline-block;
	padding: 12px 60px;
	border: 1px solid #16349E;
	border-bottom: none;
	color: #16349E;
	font-weight: 700;
	text-align: center;
}

.tab:hover {
	cursor: pointer;
	opacity: 0.7;
}

.tab:not(:first-child) {
	margin-left: 50px;
}

.panel-wrapper {
	margin-top: 80px;
}

.panel {
	display: none;
}

.is-show {
	display: block;
}

.is-active {
	padding: 20px 70px;
	background-color: #16349E;
	color: #fff;
}

.is-active:hover {
	cursor: auto;
	opacity: 1;
}

.recruit__inner {
	padding-bottom: 100px;
	border-bottom: 1px solid #16349E;
}

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

.recruit__item + .recruit__item {
	margin-top: 28px;
}

.recruit__item-title {
	flex: 0 0 21.296%;
	max-width: 100%;
	margin-top: 5px;
}

.recruit__item-text {
	flex: 0 0 76%;
	line-height: 2;
}

.recruit__title {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}

.recruit-bottom {
	margin-top: 70px;
	padding: 70px 20px;
	background-color: #F9FBFF;
	text-align: center;
}

.recruit-message {
	font-weight: 500;
	font-size: 20px;
	line-height: 2;
}

.recruit-btn {
	position: relative;
	margin-top: 47px;
}

.recruit-btn-link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 370px;
	max-width: 100%;
	height: 80px;
	margin: auto;
	padding-bottom: 3px;
	border-radius: 100px;
	background-color: #FBA627;
	box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

.recruit-btn-link::after {
	position: absolute;
	right: 60px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}

.recruit-no-post {
	margin: 100px 0;
	text-align: center;
}

/*----------------------------------
お問い合わせページ
----------------------------------*/

.contact {
	margin-bottom: 186px;
}

.contact .contact-part {
	margin-top: 0;
}

.contact .contact-part__box {
	width: 745px;
	max-width: 100%;
	height: 188px;
	margin: auto;
	padding: 33px 82px 38px 81px;
	background-image: linear-gradient(90deg, rgb(251, 166, 39), rgb(255, 200, 118));
}

.contact .contact-part__wrap {
	margin-top: 8px;
}

.contact .contact-part__title {
	color: #fff;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	text-align: center;
}

.contact .contact-part-tel {
	flex: 0 0 281px;
	text-align: center;
}

.contact .contact-part-tel .number {
	position: relative;
	padding-left: 33px;
	color: #fff !important;
	font-weight: 700;
	font-size: 2.6rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
}

.contact .contact-part-tel .number::before {
	z-index: 1;
	position: absolute;
	top: -1px;
	left: -4px;
	width: 33px;
	height: 33px;
	background: url(../img/icon_tel.png) no-repeat center left/contain;
	content: "";
}

.contact .business-hours {
	display: block;
	color: #fff;
	font-weight: 500;
}

.contact-head {
	margin-top: 100px;
	font-weight: 500;
	text-align: center;
}

.contact-head__title {
	font-size: 2rem;
}

.contact-head__text {
	margin: 35px 0;
	text-align: center;
}

.contact__wrap {
	width: 847px;
	max-width: 100%;
	height: auto;
	margin: 40px auto 0;
}

.required__text {
	color: #D32424;
	font-weight: 500;
	font-size: 1.3rem;
}

.contact-content {
	margin-top: 30px;
}

.contact-row {
	display: flex;
	border-bottom: 0.5px solid #ccc;
}

.contact-label {
	background-color: #16349E;
}

input {
	background-color: #f1f4ff;
}

.contact-label {
	background-color: #c1c1c1;
}

input {
	background-color: #f3f3f3;
}

.contact-title__wrap {
	display: flex;
	flex: 0 0 26.801%;
	justify-content: space-between;
	padding: 13px 14px 0 0;
}

.no-padding .contact-title__wrap {
	padding-top: 0;
}

.contact-label {
	flex: 0 0 52px;
	height: 25px;
	margin-top: 4px;
	padding-left: 13px;
	background-color: #e60000;
	color: #fff;
	font-weight: 900;
	font-size: 13px;
}

.contact-title {
	margin-left: 6px;
}

.address__wrapper {
	width: 100%;
	padding: 6px 0;
}

.contact-mini-text {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.contact-mini-text input {
	width: 101px !important;
}

.contact-mini-text input:first-of-type {
	margin-right: 7px;
}

.contact-mini-text input:last-of-type {
	width: 145px !important;
	margin-left: 7px;
}

.post-mark {
	padding: 0 7px 0 8px;
}

.explanation {
	display: inline-block;
	width: 225px;
	height: 38px;
	padding-top: 5px;
	border: 1px solid #b2b2b2;
	background-color: rgba(168, 172, 173, 0.43);
	color: #000;
	font-size: 14px;
	text-align: center;
}

.contact-text {
	flex: 0 0 73.199%;
	max-width: 100%;
	margin: 7px 0;
}

input[type=text],
input[type=tel],
input[type=email] {
	width: 100%;
	height: 38px;
	padding: 2px 0 0 12px;
	border: none;
	background-color: #EFEFEF;
}

.contact-type {
	padding: 14px 0 14px 39px;
}

.contact-type label {
	display: inline-block;
	width: 220px;
	margin-bottom: 5px;
}

.contact-type .check-text {
	font-size: 15px;
	letter-spacing: 0.12em;
}

input:focus,
textarea:focus {
	border: 2px solid #16349E;
}

textarea {
	display: block;
	width: 100%;
	height: 185px;
	padding: 7px 12px;
	border: none;
	background-color: #EFEFEF;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	resize: vertical;
}

input {
	font-size: 16px;
}

.agreement__content {
	height: 267px;
	padding: 11px 16px 20px 12px;
	overflow: scroll;
	background-color: #EFEFEF;
}

.agreement__text {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2.1428571429;
	letter-spacing: 0em;
}

.agreement__text p {
	margin-top: 30px;
}

.contact__check {
	margin-top: 23px;
	padding-left: 35px;
}

.form-checkbox {
	display: none;
}

.form-checkbox + span {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.form-checkbox + span::before,
.form-checkbox + span::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.form-checkbox + span::before {
	display: block;
	top: 13px;
	left: -32px;
	width: 19px;
	height: 19px;
	border: 1px solid #707070;
	background: #fff;
}

.form-checkbox + span::after {
	top: 8px;
	left: -28px;
	width: 12px;
	height: 7px;
	transform: rotate(-45deg);
	border-bottom: 2px solid #16349E;
	border-left: 2px solid #16349E;
	content: "";
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

.form-checkbox:active + span::before {
	border: 1px solid #6d8efc;
	background: #d1d9f6;
	box-shadow: none;
}

.form-checkbox:checked + span::after {
	opacity: 1;
}

.btn-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 330px;
	max-width: 100%;
	height: 85px;
	margin: 80px auto 0;
	padding-bottom: 3px;
	background-color: #16349E;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.05em;
	transition: all 0.3s ease 0s;
}

.btn-submit:hover {
	cursor: pointer;
	opacity: 0.7;
}

.mw_wp_form .vertical-item {
	display: inline-block !important;
}

.file-content {
	margin: 11px 0;
}

.file-content input {
	background-color: initial;
}

input[type=submit] {
	display: none;
	border: none;
	font-weight: 700;
	transition: all 0.3s ease 0s;
}

input[type=submit]:hover {
	cursor: pointer;
	opacity: 0.7;
}

.submit {
	display: none;
}

.no-submit {
	display: none;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .agreement {
	display: none;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .contact__check {
	padding-left: 0;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .contact-title__wrap {
	padding: 7px 0;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .post-mark {
	padding-left: 0;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .contact__check {
	margin: 0;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .required__text {
	display: none;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .button + p span.submit {
	display: block;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .submit {
	display: block;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .no-submit {
	display: block;
	text-align: center;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .file label {
	display: none;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .back {
	display: block;
	position: relative;
	margin-top: 33px;
	text-align: center;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .back input {
	display: inline-block !important;
	position: relative;
	border: none;
	background-color: initial;
	color: #333;
	font-size: 1.8rem;
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .back input:hover {
	cursor: pointer;
	opacity: 0.7;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview input[type=submit] {
	display: block;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .btn-submit {
	justify-content: center;
	padding: 0;
	border: none;
	font-size: 2rem;
}

.mw_wp_form.mw_wp_form_complete p {
	text-align: center;
}

/*----------------------------------
事業内容ページ
----------------------------------*/

.service__item {
	display: flex;
}

.service__item + .service__item {
	margin-top: 100px;
}

.service__left {
	flex: 0 0 47.706%;
}

.service__right {
	margin-left: 90px;
	padding-left: 18px;
}

.service__right .text {
	margin-top: 20px;
}

.service__title {
	position: relative;
	font-weight: 500;
	font-size: 2.4rem;
}

.service__title::before {
	position: absolute;
	top: 3px;
	left: -18px;
	width: 5px;
	height: 32px;
	background-color: #16349E;
	content: "";
}

/*----------------------------------
初期化
----------------------------------*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	position: relative;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #333;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.461;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	overflow-wrap: break-word;
}

body.open {
	overflow: auto;
}

main {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

a:hover {
	opacity: 0.7;
}

p.text {
	line-height: 1.8;
}

.d-iblock {
	display: inline-block;
}

/*----------------------------------
補完クラス
----------------------------------*/

.color-active {
	color: #FBA627;
}

.font-size-small {
	font-size: 0.9em;
}

.font-em {
	font-weight: 700;
}

/*----------------------------------
共通パーツ
----------------------------------*/

section {
	margin-top: 150px;
}

.inner {
	width: min(100% - 100px, 1090px);
	height: inherit;
	margin: auto;
}

.inner2 {
	width: min(100% - 100px, 1230px);
	height: inherit;
	margin: auto;
}

.top-section__title.center {
	text-align: center;
}

.top-section__title span {
	display: block;
	line-height: 1;
}

.top-section__title span.en {
	color: rgba(22, 52, 158, 0.3);
	font-weight: 700;
	font-size: 8.7rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.005em;
	text-transform: uppercase;
}

.top-section__title span.ja {
	font-weight: 500;
	font-size: 3.2rem;
}

.button.center .button-link {
	margin: auto;
}

.button-link {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	width: 244px;
	max-width: 100%;
	height: 53px;
	padding-left: 34px;
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
	font-weight: 500;
}

.button-link::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: #FBA627;
	content: "";
	transition: all 0.3s ease 0s;
}

.button-link::after {
	position: absolute;
	top: 50%;
	right: 23px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background: url(../img/arrow_black.svg) no-repeat center left/contain;
	content: "";
}

/*----------------------------------
スクロールでふわっと
----------------------------------*/

.view {
	transform: translate(0, 10px);
	opacity: 0;
	transition: all 2000ms;
}

.view.scrollin {
	transform: translate(0, 0);
	opacity: 1;
}

/*----------------------------------
ヘッダー
----------------------------------*/

.header {
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	padding-left: 33px;
	background: rgba(255, 255, 255, 0.41);
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header__logo span {
	display: block;
	font-weight: 500;
	line-height: 1.2;
}

.header__logo .ja {
	color: #111;
	font-size: 2.2rem;
}

.header__logo .en {
	color: #16349E;
	font-size: 1.5rem;
	letter-spacing: 0.09em;
}

.header__wrap {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.header__nav {
	flex: 0 0 calc(100% - 260px);
}

.header__nav-items {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.header__nav-items > li {
	margin-right: 40px;
}

.header__nav-items > li:nth-child(4) a {
	font-weight: 500;
}

.header__nav-items > li a {
	display: block;
	position: relative;
	color: #333;
	font-weight: 500;
	white-space: nowrap;
}

.header__nav-items > li a.current-nav::after {
	opacity: 1;
}

.header__nav-items > li a::after {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 100%;
	height: 2px;
	transform: translateX(-50%);
	background: #16349E;
	content: "";
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.header__nav-items > li a:hover,
.header__nav-items > li a.is-active {
	opacity: 1;
}

.header__nav-items > li a:hover::after,
.header__nav-items > li a.is-active::after {
	opacity: 1;
}

.header__nav-items > li ul {
	visibility: hidden;
	position: absolute;
	top: -37px;
	left: 50%;
	width: 130px;
	padding: 80px 10px 10px;
	transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.header__nav-items > li ul::after {
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
}

.header__nav-items > li ul li {
	margin-right: 0;
}

.header__nav-items > li ul li a {
	font-weight: 500;
}

.header-mail {
	flex: 0 0 126px;
	height: 100%;
}

.header-mail a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #FBA627;
}

.header-mail a img {
	width: 24px;
}

.header-mail .txt {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
}

/*----------------------------------
ドロワー
----------------------------------*/

.drawer__toggle {
	display: none;
	z-index: 41;
	position: fixed;
	top: 0;
	right: 0;
	width: 110px;
	height: 116px;
	cursor: pointer;
}

.drawer__wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 33px;
	transform: translate(-50%, -50%);
}

.drawer__wrapper .menu {
	display: none;
}

.drawer__line {
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	border-radius: 3px;
	background: #333;
	transition: transform 0.3s;
}

.drawer__line--center {
	top: 14.5px;
}

.drawer__line--bottom {
	bottom: 1px;
}

.drawer__line--top.active {
	top: 12.5px;
	right: 0;
	transform: rotate(45deg);
	background: #333;
}

.drawer__line--center.active {
	transform: scaleX(0);
}

.drawer__line--bottom.active {
	right: 0;
	bottom: 19px;
	transform: rotate(135deg);
	background: #333;
}

/*gnav*/

.drawer__nav {
	z-index: 40;
	position: fixed;
	top: 0;
	right: -120%;
	width: 400px;
	height: 100%;
	padding-top: 20px;
	overflow: scroll;
	background: #fff;
	transition: all 1s;
}

.drawer__nav.active {
	right: 0;
	transition: all 0.6s;
}

.drawer__nav .header__logo {
	top: 20px;
}

.drawer__wrap {
	width: 100%;
	padding: 100px 16px 45px;
}

.drawer__menu {
	width: 100%;
}

.drawer__menu > li {
	display: block;
	position: relative;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #DCDCDC;
	font-weight: 500;
	font-size: 1.6rem;
	text-decoration: none;
	transition: 0.5s;
}

.drawer__menu > li:last-child {
	border-bottom: none;
}

.drawer__menu > li > a {
	display: inline-block;
	position: relative;
	width: 100%;
	color: #333;
}

.drawer__menu > li > a::after {
	position: absolute;
	top: 3px;
	right: 8px;
	width: 20px;
	height: 20px;
	background: url(../img/arrow_black.png) no-repeat center left/contain;
	content: "";
}

.drawer-tel {
	margin-top: 20px;
}

.drawer-tel .tel-link {
	padding-top: 0;
	background-color: initial;
}

.drawer-tel .tel-link span {
	display: block;
	color: #333;
}

.drawer-tel .tel-link span.number {
	position: relative;
	padding-left: 33px;
	font-weight: 500;
	font-size: 2.3rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
}

.drawer-tel .tel-link span.number::before {
	position: absolute;
	top: 2px;
	left: 11px;
	left: 0;
	width: 33px;
	height: 33px;
	background: url(../img/icon_tel_black.png) no-repeat center left/contain;
	content: "";
}

.drawer-tel .tel-link span.business-hours {
	margin-top: 4px;
	text-align: left;
}

.drawer-overlay {
	box-sizing: border-box;
	display: none;
	z-index: 39;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

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

/*----------------------------------
MV
----------------------------------*/

.mainvisual {
	margin-top: 90px;
}

.mainvisual__wrap {
	position: relative;
	padding-left: 266px;
}

.mainvisual__img img {
	width: 100%;
}

.mainvisual-copy {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 68px;
	transform: translateY(-50%);
	font-weight: 700;
	font-size: 5.4rem;
	line-height: 1.388;
}

/*----------------------------------
トップページ：事業内容
----------------------------------*/

.top-service {
	margin-top: 160px;
}

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

.top-service__wrap .text {
	margin-top: 25px;
}

.top-service__wrap .button {
	margin-top: 40px;
}

.top-service__left {
	flex: 0 0 40.917%;
}

.top-service__right {
	flex: 0 0 47.339%;
	margin-left: 30px;
}

.top-service__title {
	margin-top: 30px;
	font-weight: 500;
	font-size: 2.6rem;
}

/*----------------------------------
トップページ：当社の強み
----------------------------------*/

.top-strength {
	position: relative;
	padding-top: 27px;
}

.top-strength::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 325px;
	background-color: #16349E;
	content: "";
}

.top-strength .top-section__title .en {
	color: rgba(255, 255, 255, 0.3);
}

.top-strength .top-section__title .ja {
	color: #fff;
}

.top-strength .button {
	margin-top: 67px;
}

.top-strength__lists {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.top-strength__list {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.top-strength__list + .top-strength__list {
	margin-left: 23px;
}

.top-strength__content {
	position: relative;
	padding: 40px 5px 52px;
	background-color: #fff;
	text-align: center;
}

.top-strength__content .number {
	position: absolute;
	top: -12px;
	left: -2px;
	color: rgba(22, 52, 158, 0.1);
	font-weight: 500;
	font-size: 9.6rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
}

.top-strength__title {
	font-weight: 500;
	font-size: 2.2rem;
}

/*----------------------------------
トップページ：施工実績
----------------------------------*/

.top-works {
	padding: 64px 0;
	background-color: #F2F5FF;
}

.slider {
	z-index: 8;
	position: relative;
	width: calc(100% - 137px);
	margin: 40px 0 0 auto;
}

.slider__wrap {
	padding-bottom: 64px;
}

.slider .slick-list {
	padding: 0 10% 0 0 !important;
}

.slider__item {
	margin-right: 30px;
}

.slider__item img {
	width: 100%;
}

.slider__item .works__wrap {
	padding: 10px 10px 30px;
	background-color: #fff;
}

.slider__content {
	padding: 8px 15px 42px;
	background-color: #fff;
}

.slider__content .label {
	display: inline-block;
	height: 31px;
	padding: 3px 24px 0;
	background-color: #16349E;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.works-item__title {
	margin-top: 17px;
	color: #333;
	font-weight: 500;
	font-size: 2rem;
}

.slick-arrow {
	z-index: 1;
	position: absolute;
	top: -50px;
	width: 28px;
	height: 28px;
}

.slick-arrow.prev {
	right: calc(50% - 370px);
}

.slick-arrow.next {
	right: calc(50% - 450px);
}

.slick-arrow img {
	width: 100%;
	height: 100%;
}

/*----------------------------------
トップページ：お知らせ
----------------------------------*/

.top-news .news__items {
	margin-top: 40px;
}

.top-news .button {
	margin-top: 45px;
}

.news__item {
	border-top: 0.5px solid #8E8E8E;
}

.news__item:last-child {
	border-bottom: 0.5px solid #8E8E8E;
}

.news__item:hover {
	cursor: pointer;
}

.info {
	display: flex;
	align-items: center;
}

.info__meta {
	display: flex;
	align-items: center;
	padding: 21px 0 21px 25px;
}

.info__published {
	display: inline-block;
	width: 105px;
	color: #333;
	font-weight: 400;
	font-size: 1.7rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0;
}

.info__title {
	margin-left: 15px;
	padding-right: 13px;
	color: #333;
}

/*----------------------------------
会社案内、ブログ
----------------------------------*/

.top-banners {
	margin-top: 130px;
	padding: 0 30px;
}

.top-banners__wrap {
	display: flex;
	justify-content: center;
}

.top-banner {
	overflow: hidden;
}

.top-banner .section-title::after {
	content: none;
}

.top-banner-link img {
	transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.top-banner-link:hover {
	opacity: 1;
}

.top-banner.top-blog {
	margin-left: 90px;
}

.top-banner__img {
	position: relative;
}

.top-center__wrap {
	position: absolute;
	top: 44%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.top-center__wrap .top-section__title .en {
	color: rgba(255, 255, 255, 0.5);
	font-size: 4.8rem;
}

/*----------------------------------
各ページ共通：Contact
----------------------------------*/

.contact-banner {
	margin-top: 150px;
	padding: 70px 30px 90px;
	background-color: #16349E;
}

.contact-banner .top-section__title .en {
	color: rgba(255, 255, 255, 0.3);
	font-size: 6.4rem;
}

.contact-banner .top-section__title .ja {
	color: #fff;
	font-size: 2.4rem;
}

.contact-banner__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact-banner__left {
	flex: 0 1 60.87%;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.contact-banner__right {
	flex: 0 0 380px;
	text-align: center;
}

.contact-banner__text {
	margin-top: 30px;
	color: #fff;
}

.contact-number {
	color: #fff;
	font-weight: 700;
	font-size: 4rem;
	font-family: "Montserrat", sans-serif;
}

.contact-number .font-small {
	font-size: 2.4rem;
}

.contact-number a {
	color: #fff;
}

.contact-banner-btn .detail-btn-link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 345px;
	max-width: 100%;
	height: 50px;
	margin: auto;
	border-radius: 10px;
	background-color: #fff;
}

.contact-banner-btn .detail-btn-link::after {
	position: absolute;
	top: 54%;
	right: 26px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background: url(../img/arrow_blue.svg) no-repeat center left/contain;
	content: "";
}

.contact-banner-btn .detail-btn-link span {
	position: relative;
	color: #16349E;
	font-weight: 500;
	font-size: 1.8rem;
}

.contact-banner-btn .detail-btn-link span::after {
	position: absolute;
	top: 50%;
	left: -50px;
	width: 25px;
	height: 19px;
	transform: translateY(-50%);
	background-image: url(../img/icon-mail.png);
	background-image: -webkit-image-set(url(../img/icon-mail.png) 1x, url(../img/icon-mail@2x.png) 2x);
	background-image: image-set(url(../img/icon-mail.png) 1x, url(../img/icon-mail@2x.png) 2x);
	content: "";
}

/*----------------------------------
フッター
----------------------------------*/

.footer {
	position: relative;
	padding: 53px 0 30px;
	background-color: #343434;
}

.footer .company-name {
	font-weight: 500;
	font-size: 2.4rem;
}

.footer .company-name a {
	color: #fff;
}

.company-info {
	margin-top: 12px;
	color: #fff;
	line-height: 1.8;
}

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

.footer__left {
	width: 40%;
}

.footer__right {
	flex: 0 0 245px;
}

.footer__nav ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 230px;
}

.footer__nav ul li {
	margin-bottom: 23px;
}

.footer__nav ul li a {
	color: #fff;
	font-weight: 500;
}

.footer__nav ul li:nth-child(n+5) {
	margin-left: 50px;
}

.footer__copy {
	margin-top: 65px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
}

.disable-auto-tel a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}

@media (min-width: 768px) {

.hidden-pc {
	display: none;
}

.button-link:hover {
	color: #fff;
	opacity: 1;
}

.button-link:hover::before {
	width: 100%;
}

.button-link:hover::after {
	background-image: url(../img/arrow_white.svg);
}

.top-banner-link:hover img {
	transform: scale(1.2);
}

a[href^="tel:"] {
	pointer-events: none;
}

}

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

.hidden-tab {
	display: none;
}

.block-tab {
	display: block;
}

a[href^="tel:"] {
	pointer-events: none;
}

}

@media (min-width: 1367px) {

.hidden-xl {
	display: none;
}

.slider {
	margin: 40px 0 0 calc(50% - 548px);
}

a[href^="tel:"] {
	pointer-events: none;
}

}

@media (min-width: 1601px) {

.slider .slick-list {
	padding: 0 20% 0 0 !important;
}

}

@media (max-width: 1199px) {

.hidden-w1200 {
	display: none;
}

.header__nav-items > li {
	margin-right: 15px;
}

}

@media (max-width: 1189px) {

.profile__content .table td .margin {
	margin-right: 0;
}

.slider {
	width: calc(100% - 50px);
}

}

@media (max-width: 1099px) {

.display-w1100 {
	display: block;
}

}

@media (max-width: 1023px) {

.page-mainvisual__title .ja {
	font-size: 2.3rem;
}

.page-mainvisual__title .en {
	font-size: 1.6rem;
}

.strength__list:nth-child(odd) .strength__right {
	margin-left: 20px;
}

.strength__list:nth-child(even) .strength__right {
	margin-right: 20px;
}

.strength__title {
	font-size: 2.5rem;
}

.strength__title .number {
	margin-right: 15px;
	font-size: 7.8rem;
}

.works-btn__lists {
	flex-wrap: wrap;
	justify-content: center;
}

.works-archive__items {
	max-width: 730px;
	margin: auto;
}

.works-archive__item {
	width: calc(50% - 15px);
	max-width: 350px;
}

.works-archive__item:nth-child(odd) {
	margin-left: 0;
}

.works-archive__item:nth-child(even) {
	margin-left: 30px;
}

.works-archive__item:not(:last-child) {
	margin-bottom: 50px;
}

.sub-image {
	width: calc(25% - 7.5px);
	margin: 0 0 10px 10px;
}

.production-example__item {
	width: calc(25% - 7.5px);
	margin: 0 0 10px 10px;
}

.works-bottom {
	padding: 30px 40px;
}

.works-bottom__text {
	font-size: 1.8rem;
}

.works__item-title {
	padding-left: 29px;
}

.works__item-text {
	padding-left: 50px;
}

.profile__content .table td {
	padding-right: 30px;
}

.history__lists {
	padding-left: 0;
}

.recruit__title {
	font-size: 22px;
}

.contact-label {
	margin-left: 5px;
}

.service__right {
	margin-left: 30px;
}

.inner {
	width: min(100% - 80px, 1090px);
}

.inner2 {
	width: min(100% - 80px, 1230px);
}

.top-section__title span.en {
	font-size: 7.2rem;
}

.header {
	padding-left: 20px;
}

.header__logo .ja {
	font-size: 1.9rem;
}

.header__logo .en {
	font-size: 1rem;
}

.header__nav {
	flex: 0 0 calc(100% - 200px);
}

.header__nav-items > li a {
	font-size: 1.4rem;
}

.header-mail {
	flex: 0 0 80px;
}

.mainvisual__wrap {
	padding-left: 150px;
}

.top-strength__title {
	font-size: 22px;
	font-size: 2.1484375vw;
}

.slider {
	width: calc(100% - 40px);
}

.slider__item {
	margin-right: 15px;
}

.slick-arrow.prev {
	right: 130px;
}

.slick-arrow.next {
	right: 50px;
}

.top-banners {
	margin-top: 100px;
	padding: 0;
}

.top-banner.top-blog {
	margin-left: 40px;
}

.contact-banner {
	padding: 70px 0 90px;
}

.footer__left {
	width: 48%;
}

.footer__nav ul li a {
	font-size: 1.4rem;
}

.footer__nav ul li:nth-child(n+5) {
	margin-left: 20px;
}

}

@media (max-width: 767px) {

.breadcrumb {
	margin-bottom: 40px;
}

.breadcrumb__items > span {
	font-size: 1.2rem;
}

.breadcrumb__items > span:nth-child(2) {
	white-space: nowrap;
}

.page-mainvisual {
	height: 140px;
	margin-top: 60px;
}

.page-mainvisual__title .ja {
	font-size: 2rem;
}

.page-mainvisual__title .en {
	font-size: 1.4rem;
}

.pagination {
	margin-top: 70px;
}

.strength__list {
	display: block;
}

.strength__list + .strength__list {
	margin-top: 30px;
}

.strength__list:nth-child(odd) .strength__right {
	margin: 20px 0 0 0;
}

.strength__list:nth-child(even) .strength__right {
	margin: 20px 0 0 0;
}

.strength__title {
	font-size: 2.2rem;
}

.strength__title .number {
	font-size: 6.4rem;
}

.works-archive__head {
	width: 286px;
	margin: auto;
}

.works-btn__list {
	width: calc(50% - 2.5px);
}

.works-btn__list:nth-child(even) {
	margin-right: 0;
}

.works-btn-link {
	margin: 10px auto 0;
	font-size: 14px;
}

.works-archive__content {
	margin-top: 40px;
}

.works-archive__items {
	display: block;
	flex-wrap: nowrap;
}

.works-archive__item {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
}

.works-archive__item:nth-child(odd) {
	margin: 0 auto 40px;
}

.works-archive__item:nth-child(even) {
	margin: 0 auto 40px;
}

.works-archive__item:not(:last-child) {
	margin-bottom: 40px;
}

.works-info .works-label {
	padding: 1px 15px 0;
	font-size: 13px;
}

.works__title {
	font-size: 15px;
}

.works .works-label {
	margin-bottom: 8px;
	padding: 4px 15px;
	font-size: 1.6rem;
}

.works .works__published {
	font-size: 1.6rem;
}

.works .works__title {
	padding-bottom: 15px;
	font-size: 2rem;
}

.main-image {
	margin-top: 25px;
}

.sub-images {
	margin-top: 30px;
}

.sub-image {
	width: calc(25% - 3.75px);
	margin: 0 0 5px 5px;
}

.works__content {
	margin-top: 40px;
}

.production-example__item {
	width: calc(50% - 5px);
	margin: 0 0 10px 10px;
}

.production-example__item:nth-of-type(odd) {
	margin-left: 0;
}

.production-example__item .caption {
	font-size: 1.2rem;
}

.works-bottom {
	margin-top: 50px;
	padding: 20px 15px;
}

.works-bottom__text {
	font-size: 1.5rem;
}

.works-single__wrapper {
	margin-top: 40px;
}

.works__items {
	margin-top: 40px;
}

.works__item {
	display: block;
	padding: 20px 10px;
}

.works__item-title {
	padding-left: 0;
	font-weight: 500;
}

.works__item-text {
	padding-left: 0;
	border-left: none;
}

.news-single__footer {
	margin-top: 40px;
	padding: 40px 0 0;
	font-size: 16px;
}

.news-single__footer-left a::before {
	top: 8px;
}

.news-single__footer-right a::after {
	top: 8px;
}

.lb-outerContainer {
	width: 90% !important;
	height: 63vw !important;
}

.lb-container {
	height: 63vw !important;
}

.lb-dataContainer {
	width: 90% !important;
}

.single-news .normal-button {
	margin-top: 40px;
}

.single-news-head .info__published {
	font-size: 1.6rem;
}

.news__title {
	font-size: 2rem;
}

.single-news__content {
	margin-top: 20px;
}

.company-sec__title {
	font-size: 2.2rem;
}

.company-sec01__text {
	margin-top: 25px;
}

.president {
	margin-top: 20px;
	padding-right: 10px;
}

.president .position {
	font-size: 1.3rem;
}

.president .name {
	margin-left: 10px;
	font-size: 1.8rem;
}

.company-sec01__img {
	position: static;
	width: 100%;
	margin-top: 30px;
}

.profile__content {
	margin-top: 20px;
}

.profile__content .table tr + tr {
	margin-top: 0;
}

.profile__content .table th,
.profile__content .table td {
	display: block;
}

.profile__content .table th {
	width: 100%;
	padding: 8px 0 8px 20px;
}

.profile__content .table td {
	width: 100%;
	padding: 13px 20px;
}

.google-map {
	margin-top: 20px;
}

.history__list {
	padding-bottom: 22px;
}

.history__list:last-child::after {
	height: calc(100% - 20px);
}

.history__list::after {
	left: 83.5px;
}

.history__list .year {
	flex: 0 0 67px;
}

.history__list .year::after {
	top: 7px;
}

.history__list .event {
	margin-left: 37px;
}

.recruit {
	margin-top: 50px;
}

.recruit__title {
	font-size: 2.1rem;
}

.recruit__title + .recruit__img {
	margin-top: 30px;
}

.recruit-btn__wrap {
	margin-top: 70px;
	border-bottom: none;
}

.tab-wrap {
	display: block;
}

.tab {
	display: block;
	width: 450px;
	max-width: 100%;
	margin: auto;
	border-bottom: 1px solid #16349E;
}

.tab:not(:first-child) {
	margin: 20px auto 0;
}

.panel-wrapper {
	margin: 60px auto 0;
}

.recruit__inner .recruit__items {
	width: 450px;
}

.recruit__items {
	width: 243px;
	max-width: 100%;
	margin: auto;
}

.recruit__item {
	display: block;
}

.recruit__item + .recruit__item {
	margin-top: 25px;
}

.recruit__item-title {
	margin-top: 0;
	font-weight: 700;
	font-size: 15px;
}

.recruit__item-text {
	margin-top: 5px;
}

.recruit__title {
	font-size: 20px;
}

.recruit-bottom {
	margin-top: 50px;
}

.recruit-message {
	font-size: 16px;
}

.recruit-btn-link {
	width: 350px;
	height: 70px;
	font-size: 16px;
}

.recruit-btn-link::after {
	right: 35px;
}

.contact {
	margin-bottom: 120px;
}

.contact .contact-part__box {
	width: 450px;
}

.contact .contact-part__title {
	font-size: 2rem;
}

.contact-head {
	margin-top: 50px;
}

.contact-head__text {
	margin: 18px 0;
}

.contact-content {
	margin-top: 15px;
}

.contact-row {
	display: block;
}

.contact-title__wrap {
	padding: 10px 14px 10px 0;
}

.contact-label {
	margin-top: 0;
}

.address__wrapper {
	width: auto;
	margin: 0 10px;
}

.contact-mini-text {
	display: block;
	margin-bottom: 0;
}

.explanation {
	margin-bottom: 10px;
}

.contact-text {
	margin: 0 10px 12px;
}

input[type=text],
input[type=tel],
input[type=email] {
	width: 100%;
}

.contact-type label {
	width: 180px;
}

.contact-type .check-text {
	font-size: 14px;
}

textarea {
	width: 100%;
	height: 240px;
}

.agreement__content {
	height: 138px;
	padding: 10px;
}

.contact__check {
	margin-top: 10px;
	padding-left: 30px;
}

.form-checkbox + span::before {
	top: 12px;
	left: -28px;
	width: 16px;
	height: 16px;
}

.form-checkbox + span::after {
	top: 8px;
	left: -25.5px;
	width: 11px;
	height: 6px;
}

.btn-submit {
	height: 75px;
	margin-top: 40px;
	font-size: 15px;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .btn-submit {
	font-size: 1.6rem;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .contact__check {
	padding-left: 0;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .contact__check .d-iblock {
	display: inline;
}

.service__item {
	display: block;
}

.service__item + .service__item {
	margin-top: 50px;
}

.service__right {
	margin: 20px 0 0 0;
	padding-left: 14px;
}

.service__right .text {
	margin-top: 10px;
}

.service__title {
	font-size: 2rem;
}

.service__title::before {
	left: -14px;
	height: 26px;
}

body {
	font-size: 1.4rem;
}

.hidden-sp {
	display: none;
}

section {
	margin-top: 60px;
}

.inner {
	width: min(100% - 32px, 1090px);
}

.inner2 {
	width: min(100% - 32px, 1230px);
}

.top-section__title span.en {
	font-size: 5.6rem;
}

.top-section__title span.ja {
	font-size: 2.4rem;
}

.button-link {
	height: 46px;
}

.button-link::after {
	width: 16px;
	height: 16px;
}

.header {
	height: 60px;
	padding-left: 20px;
	background: none;
}

.header__inner {
	justify-content: initial;
}

.header__nav {
	display: none;
}

.header-mail {
	display: none;
}

.drawer__toggle {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
}

.drawer__wrapper {
	top: 52%;
	width: 30px;
	height: 30px;
}

.drawer__wrapper .menu {
	display: block;
	margin: 21px 0 0 -2px;
	font-weight: 500;
	font-size: 10px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.drawer__line {
	width: 30px;
	height: 2px;
}

.drawer__line--center {
	top: 8px;
}

.drawer__line--bottom {
	bottom: 12px;
}

.drawer__line--top.active {
	top: 9.5px;
}

.drawer__wrap {
	padding-top: 70px;
}

.mainvisual {
	margin-top: 60px;
}

.mainvisual__wrap {
	padding-left: 0;
}

.mainvisual-copy {
	left: 40px;
	font-size: 4rem;
}

.top-service {
	margin-top: 50px;
}

.top-service__wrap {
	display: block;
}

.top-service__wrap .text {
	margin-top: 12px;
}

.top-service__wrap .button {
	margin-top: 20px;
}

.top-service__right {
	margin: 40px 0 0 0;
}

.top-strength .button {
	margin-top: 40px;
}

.top-strength__lists {
	display: block;
}

.top-strength__list + .top-strength__list {
	margin: 20px 0 0 0;
}

.top-strength__content {
	padding: 30px 5px;
}

.top-strength__content .number {
	font-size: 8rem;
}

.top-strength__title {
	font-size: 2.3rem;
}

.slider {
	width: calc(100% - 21px);
	margin-top: 65px;
}

.slider__wrap {
	padding-bottom: 57px;
}

.slider .slick-list {
	padding: 0 24% 0 0 !important;
}

.slider__content {
	padding: 8px 10px 30px;
}

.slider__content .label {
	padding: 5px 15px 0;
}

.works-item__title {
	font-size: 1.8rem;
}

.slick-arrow {
	bottom: 7px;
}

.slick-arrow.prev {
	right: 110px;
}

.top-news .button {
	margin-top: 30px;
}

.news__item {
	border-width: 1px;
}

.news__item:last-child {
	border-width: 1px;
}

.info {
	display: block;
	padding: 20px 0;
}

.info__meta {
	padding: 0;
}

.info__published {
	width: auto;
	font-size: 1.4rem;
}

.info__title {
	margin: 5px 0 0 0;
	padding-right: 0;
}

.top-banners {
	margin-top: 80px;
}

.top-banners__wrap {
	display: block;
}

.top-banner {
	width: 530px;
	max-width: 100%;
	margin: auto;
}

.top-banner.top-blog {
	margin: 30px auto 0;
}

.top-banner__img {
	height: 200px;
}

.top-center__wrap .top-section__title .en {
	font-size: 3.6rem;
}

.contact-banner {
	margin-top: 80px;
	padding: 40px 0 50px;
}

.contact-banner .top-section__title {
	text-align: center;
}

.contact-banner .top-section__title .en {
	font-size: 5.6rem;
}

.contact-banner__wrap {
	display: block;
}

.contact-banner__left {
	border-right: none;
}

.contact-banner__right {
	margin-top: 20px;
}

.contact-banner__text {
	text-align: center;
}

.contact-number {
	font-size: 3.4rem;
}

.contact-number .font-small {
	font-size: 1.7rem;
}

.contact-banner-btn {
	margin-top: 20px;
}

.footer {
	padding: 40px 0 20px;
}

.footer .company-name {
	font-size: 1.8rem;
	text-align: center;
}

.company-info {
	margin-top: 5px;
}

.company-address,
.company-number {
	text-align: center;
}

.footer__contents {
	display: block;
}

.footer__left {
	width: 300px;
	max-width: 100%;
	margin: auto;
}

.footer__right {
	width: 300px;
	max-width: 100%;
	margin: auto;
	padding-left: 50px;
}

.footer__nav ul {
	height: 165px;
	margin-top: 20px;
}

.footer__nav ul li {
	margin-bottom: 20px;
}

.footer__nav ul li:nth-child(n+5) {
	margin-left: 0;
}

.footer__copy {
	margin-top: 30px;
	font-size: 12px;
}

}

@media (max-width: 400px) {

.drawer__nav {
	width: 100%;
}

}

@media (max-width: 374px) {

.recruit__title {
	font-size: 1.8rem;
}

.hidden-w375 {
	display: none;
}

}

@media (max-width: 359px) {

.strength__title {
	font-size: 2rem;
}

.strength__title .number {
	margin-right: 10px;
	font-size: 5.6rem;
}

.works-archive__img {
	height: 70vw;
}

.contact .business-hours {
	font-size: 1.2rem;
}

.hidden-sm {
	display: none;
}

.top-section__title span.en {
	font-size: 4.8rem;
}

.top-section__title span.ja {
	font-size: 2.2rem;
}

.top-strength__content .number {
	font-size: 7.2rem;
}

.top-strength__title {
	font-size: 2rem;
}

.contact-banner .top-section__title .en {
	font-size: 4.8rem;
}

.contact-banner .top-section__title .ja {
	font-size: 2.2rem;
}

.footer .company-name {
	font-size: 1.7rem;
}

.company-address,
.company-number {
	font-size: 1.3rem;
}

}

