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

.page-mainvisual__title {
	margin-top: 195px;
	text-align: center;
}

.page-mainvisual__title::before {
	left: 50% !important;
	transform: translateX(-50%);
}

.page-sec__title {
	font-weight: 500;
	font-size: 3.6rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
}

.page-sec__title.center {
	text-align: center;
}

.breadcrumb {
	padding: 72px 0 60px;
}

.breadcrumb span[property=name] {
	display: inline-block;
	max-width: 166px;
	margin-top: -3px;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

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

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

.breadcrumb__items > span a {
	color: #1F1F1F;
}

.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;
}

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

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

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

.page-numbers {
	width: 28px;
	height: 28px;
	padding-top: 9px;
	color: #0A0376;
	font-size: 16px;
	text-align: center;
}

.page-numbers.current {
	position: relative;
}

.page-numbers.current::after {
	position: absolute;
	bottom: -11px;
	left: 50%;
	width: 10px;
	height: 1px;
	transform: translateX(-50%);
	background-color: #0A0376;
	content: "";
}

.error404 .footer {
	margin-top: 100px;
}

.page-404 {
	margin-top: 200px;
	padding-bottom: 100px;
	text-align: center;
}

.page-404 h1 {
	font-size: 5rem;
}

.page-404 p {
	margin-top: 50px;
}

.page-404 .top-link {
	margin-top: 50px;
}

.page-404 .top-link a {
	color: blue;
}

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

.business__list:nth-child(odd) .business__wrap {
	flex-direction: row-reverse;
}

.business__list:nth-child(odd) .business__right {
	margin-right: 50px;
}

.business__list:nth-child(even) {
	padding: 100px 0;
	background-color: rgba(10, 3, 118, 0.05);
}

.business__list:nth-child(even) .business__right {
	margin-left: 50px;
}

.business__list + .business__list {
	margin-top: 120px;
}

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

.business__left {
	flex: 0 0 50%;
}

.business__right .text {
	margin-top: 45px;
}

.business__right .button {
	margin-top: 50px;
}

.business-intro__wrap {
	display: flex;
	align-items: center;
}

.business-intro__wrap .text {
	margin-left: 70px;
	padding-right: 50px;
	line-height: 2;
}

.business-intro__img {
	flex: 0 0 50%;
}

.business__content {
	margin-top: 132px;
	padding: 68px 0 92px;
	background-color: rgba(3, 10, 118, 0.05);
}

.business__items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
}

.business__item {
	position: relative;
	width: calc(50% - 45px);
}

.business__item:nth-of-type(even) {
	margin-left: 90px;
}

.business__item:nth-of-type(n + 3) {
	margin-top: 50px;
}

.business-wrapper {
	padding: 20px 10px 20px 20px;
}

.business-info {
	display: flex;
}

.business-info__title {
	flex: 0 0 65px;
}

.business-flow {
	margin-top: 80px;
}

.business-flow__items {
	display: flex;
	margin-top: 70px;
}

.business-flow__item {
	width: calc(25% - 37.5px);
	padding: 35px 5px 48px;
	border-radius: 10px;
	background-color: #eee;
}

.business-flow__item:not(:first-of-type) {
	position: relative;
	margin-left: 50px;
}

.business-flow__item:not(:first-of-type)::before {
	position: absolute;
	top: 50%;
	left: -45px;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	background: url(../img/arrow_flow.svg) no-repeat center left/contain;
	content: "";
}

.business-flow__title {
	text-align: center;
}

.business-flow__title .ttl {
	position: relative;
	padding-bottom: 11px;
	color: #0A0376;
	font-weight: 500;
	font-size: 1.8rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
}

.business-flow__title .ttl::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	transform: translateX(-50%);
	background-color: #0A0376;
	content: "";
}

.business-flow-icon {
	margin-top: 24px;
	text-align: center;
}

.message {
	text-align: center;
}

.message .txt {
	-webkit-text-decoration-skip-ink: none;
	position: relative;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.8;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: rgba(253, 214, 60, 0.8);
	text-decoration-thickness: 13px;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.2em;
}

.message .txt .d-iblock {
	-webkit-text-decoration-skip-ink: none;
	text-decoration: underline;
	text-decoration-color: rgba(253, 214, 60, 0.8);
	text-decoration-thickness: 13px;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.2em;
}

.business-flow .message__wrap {
	margin-top: 70px;
}

.business-label {
	display: flex;
	position: absolute;
	top: 15px;
	left: 15px;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 38px;
	background-color: #fff;
}

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

.company-sec {
	margin-top: 120px;
}

.philosophy {
	width: 900px;
	max-width: 100%;
	margin: 60px auto 0;
	padding: 92px;
	background-color: rgba(10, 3, 118, 0.05);
}

.company-sec01 {
	margin-top: 0;
}

.philosophy__text {
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	text-align: center;
}

.company-sec02 {
	padding: 80px 0;
	background-color: #F8F6F6;
}

.greeting {
	width: 900px;
	max-width: 100%;
	margin: 60px auto 0;
	padding: 60px 49px 60px 50px;
	background-color: #fff;
}

.greeting__text {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
}

.president {
	margin-top: 30px;
	font-weight: 700;
	font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
	text-align: center;
}

.company-table {
	margin-top: 45px;
}

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

.company-table .table tr {
	display: block;
}

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

.company-table .table th,
.company-table .table td {
	padding: 11.5px 0;
	font-size: 1.5rem;
}

.company-table .table th {
	width: 18.348%;
	min-width: 150px;
	padding-left: 30px;
	background-color: #0A0376;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: left;
}

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

.company-table .table td ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.history__lists {
	width: 710px;
	max-width: 100%;
	margin: 60px auto 0;
}

.history__list {
	display: flex;
	position: relative;
	padding-bottom: 30px;
}

.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: #ccc;
	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: #0A0376;
	content: "";
}

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

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

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

.access {
	margin-top: 45px;
	text-align: center;
}

.access-button {
	margin-top: 35px;
}

.access-button-link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 223px;
	height: 70px;
	margin: auto;
	border: 1px solid #1F1F1F;
	color: #1F1F1F;
	font-weight: 500;
	font-size: 2rem;
}

.access-button-link::after {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 40px;
	height: 1px;
	transform: translateY(-50%);
	background-color: #1F1F1F;
	content: "";
	transition: all 0.3s ease 0s;
}

.access-button-link:hover {
	opacity: 1;
}

.button-caption {
	margin-top: 10px;
	font-size: 1.4rem;
}

.access__wrap {
	margin-top: 35px;
}

.access__wrap .text + .text {
	margin-top: 1em;
}

.company-box__content {
	padding: 80px 30px;
	border: 1px solid #1F1F1F;
	text-align: center;
}

.company-box__content .text {
	margin-top: 45px;
}

.company-box__content .company-table {
	width: 630px;
	max-width: 100%;
	margin: 60px auto 0;
}

.company-box__content .company-table th {
	width: 41.27%;
	padding-left: 0;
	text-align: center;
}

.company-box__content .company-table td {
	text-align: left;
}

.company-box__title {
	font-weight: 500;
	font-size: 3.6rem;
	font-family: "Noto Serif JP", serif;
}

.company-box__title .underline {
	position: relative;
}

.company-box__title .underline::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #1F1F1F;
	content: "";
}

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

.recruit-sec {
	margin-top: 120px;
}

.recruit-sec01 {
	margin-top: 0 !important;
}

.recruit-sec01__wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}

.recruit-sec01__text {
	position: relative;
	margin-right: -100px;
	padding-left: 90px;
	font-weight: 500;
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
}

.recruit-sec01__img {
	flex: 0 0 50%;
}

.recruit-sec02__lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.recruit-sec02__list {
	width: calc(33.333% - 23.3333333333px);
	margin-left: 35px;
	padding: 40px 36px 50px;
	background-color: rgba(3, 10, 118, 0.05);
}

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

.recruit-sec02__list:nth-child(n+4) {
	margin-top: 35px;
}

.recruit-sec02__list .text {
	margin-top: 30px;
}

.recruit-sec02__title {
	position: relative;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
}

.recruit-sec02__title::after {
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 50px;
	height: 1px;
	transform: translateX(-50%);
	background-color: #1F1F1F;
	content: "";
}

.recruit-sec03 {
	padding: 80px 0 100px;
	background-color: #F8F6F6;
}

.recruit-sec03__items {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	padding: 0 70px;
}

.recruit-sec03__item {
	width: calc(50% - 30px);
	padding: 30px 45px;
	background-color: #fff;
}

.recruit-sec03__item + .recruit-sec03__item {
	margin-left: 60px;
}

.recruit-sec03__item .item-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.recruit-sec03__item .item-head .name {
	position: relative;
	padding-left: 22px;
	font-weight: 500;
	font-size: 2.4rem;
}

.recruit-sec03__item .item-head .name::before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 1px;
	height: 30px;
	background-color: #1F1F1F;
	content: "";
}

.recruit-sec03__item .item__img {
	width: 45.777%;
	margin: 38px auto 0;
}

.recruit-sec03__item .text {
	margin-top: 25px;
}

.slider {
	width: 700px;
	max-width: 100%;
	margin: 60px auto 0;
}

.slide-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 67px;
	height: 67px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
}

.prev-arrow {
	z-index: 1;
	left: -152px;
}

.next-arrow {
	right: -152px;
}

.recruit-sec05 .company-table .table td a {
	color: #003BFF;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.recruit-sec05 .message__wrap {
	margin-top: 70px;
}

.recruit-button {
	width: 300px;
	max-width: 100%;
	margin: 40px auto 0;
}

.recruit-button-link {
	display: flex;
	align-items: center;
	height: 50px;
	border: 1px solid #FF8818;
}

.recruit-button__left {
	display: flex;
	flex: 0 0 50px;
	align-items: center;
	justify-content: center;
}

.recruit-button__right {
	display: flex;
	flex: 0 0 250px;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: #FF8818;
	color: #fff;
	font-weight: 500;
}

.recruit-button-caption {
	margin-top: 10px;
	font-size: 1.4rem;
	text-align: center;
}

/*----------------------------------
お知らせ（一覧）ページ
----------------------------------*/

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

.news__items {
	flex: 0 0 65.5%;
}

.news__item {
	padding: 33px 0;
	border-bottom: 1px dotted #ddd;
}

.news__item:first-child {
	padding-top: 0;
}

.news__item .info {
	display: flex;
	padding-left: 40px;
	color: #1F1F1F;
	line-height: 1;
}

.news__item .info__meta {
	flex: 0 0 10%;
	margin-top: 4px;
}

.news__item .info__published {
	font-size: 1.7rem;
}

.news__item .info__title {
	margin-left: 28px;
	line-height: 1.5;
}

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

.news__title {
	margin-top: 20px;
	font-weight: 500;
	font-size: 2.4rem;
}

.news__wrapper {
	margin-top: 28px;
	padding-bottom: 80px;
	border-top: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
}

.news__content {
	width: 600px;
	max-width: 100%;
	margin: 60px auto 0;
}

.news__content figure {
	margin: 40px 0;
}

.news__text + .news__text {
	margin-top: 24px;
}

.news-single__footer {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.news-single__footer a {
	color: #1F1F1F;
}

.news-single__footer-left {
	margin-right: 70px;
}

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

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

.news-single__footer-right {
	margin-left: 70px;
}

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

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

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

.contact-intro .text {
	margin-top: 45px;
	text-align: center;
}

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

.contact-number-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 486px;
	max-width: 100%;
	height: 103px;
	margin: auto;
	padding-left: 10px;
	background-color: #0A0376;
	color: #fff;
	font-weight: 500;
	font-size: 4rem;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.1em;
}

.contact-number-link::before {
	width: 50px;
	height: 50px;
	margin-top: 4px;
	background: url(../img/icon_contact_tel.svg) no-repeat center left/contain;
	content: "";
}

.contact__wrap {
	margin: 100px auto 0;
}

.contact__wrap .text {
	margin-top: 45px;
	text-align: center;
}

.contact-content {
	width: min(100% - 100px, 800px);
	margin: 90px auto 0;
}

.contact-row {
	margin-bottom: 30px;
}

.contact-title {
	display: flex;
	flex: 0 0 190px;
	align-items: center;
	margin-bottom: 10px;
	line-height: 1.7;
}

.required {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 20px;
	margin-top: 2px;
	margin-left: 25px;
	padding-bottom: 1px;
	border: 1px solid #DC0808;
	border-radius: 30px;
	color: #DC0808;
	font-size: 1.3rem;
}

.contact-text {
	flex: 0 0 calc(100% - 228px);
	max-width: 100%;
}

input[type=text],
input[type=email] {
	width: 100%;
	height: 45px;
	padding-left: 15px;
	border: 1px solid #707070;
	border-radius: 5px;
	font-size: 16px;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
	display: none;
}

textarea {
	width: 100%;
	height: 185px;
	padding: 11px 11px 11px 15px;
	border: 1px solid #707070;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
}

.agreement {
	position: relative;
}

.agreement__content {
	height: 192px;
	padding: 10px 27px;
	overflow: scroll;
	border: 1px solid #707070;
	border-radius: 5px;
}

.bg-white {
	position: absolute;
	top: 181px;
	left: 50%;
	width: calc(100% - 9px);
	height: 10px;
	transform: translateX(-50%);
	background-color: #fff;
}

.agreement__text {
	font-size: 1.3rem;
	line-height: 1.461;
}

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

.contact__check {
	margin-top: 40px;
	text-align: center;
}

.form-checkbox {
	display: none;
}

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

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

.form-checkbox + span::before {
	display: block;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
}

.form-checkbox + span::after {
	top: 9px;
	left: 4px;
	width: 21px;
	height: 11px;
	transform: rotate(-45deg);
	border-bottom: 2px solid #0A0376;
	border-left: 2px solid #0A0376;
	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;
}

.radio-content {
	margin-bottom: 35px;
	padding: 3px 0 0 3px;
}

.radio {
	display: none;
}

.radio + span {
	display: inline-block;
	position: relative;
	margin: 0 22px 0 0;
	padding: 0 0 0 27px;
	cursor: pointer;
}

.radio + span.mr-0 {
	margin-right: 0;
}

.radio + span::before {
	-webkit-transform: translateY(-50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	border: 1px solid #707070;
	border-radius: 50%;
	background: #fff;
	content: "";
}

.radio + span::after {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	padding: 2px;
	transform: translateY(-50%);
	border: 1px solid transparent;
	border-radius: 50%;
	background: #0A0376;
	content: "";
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.radio:checked + span::after {
	opacity: 1;
}

.praivacy-policy {
	color: #0A0376;
	text-decoration: underline;
}

.button-submit {
	margin-top: 57px;
}

.button-submit-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 60px;
	margin: auto;
	border: 1px solid #0A0376;
	background-color: #fff;
	color: #0A0376;
	font-size: 1.8rem;
}

.button-submit-link:hover {
	cursor: pointer;
	opacity: 1;
}

.button-submit-link:disabled {
	cursor: not-allowed;
}

.button-submit-link:disabled:hover {
	background-color: #fff;
	color: #0A0376;
}

.wpcf7-list-item {
	margin-right: 1em;
	margin-left: 0;
}

.wpcf7-list-item.last {
	margin-right: 0;
}

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

*,
*::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: #1F1F1F;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
	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;
}

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

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

.color-active {
	color: #FF8818;
}

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

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

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

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

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

.top-sec__title {
	position: relative;
	padding-top: 18px;
}

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

.top-sec__title.center::before {
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}

.top-sec__title.center .en,
.top-sec__title.center .ja {
	color: #fff;
}

.top-sec__title::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 1px;
	background-color: #0A0376;
	content: "";
}

.top-sec__title span {
	display: block;
}

.top-sec__title .en {
	color: #0A0376;
	font-weight: 500;
	font-size: 1.4rem;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.top-sec__title .ja {
	font-weight: 500;
	font-size: 4rem;
	line-height: 1.425;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
}

.button-link {
	display: flex;
	position: relative;
	align-items: center;
	width: 190px;
	height: 64px;
	padding-left: 103px;
	border: 1px solid #0A0376;
	border-radius: 32px;
	color: #0A0376;
}

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

.button-link:hover {
	opacity: 1;
}

.top-sec {
	margin-top: 120px;
}

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

.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: 120px;
	padding: 0 0 0 68px;
	background: #fff;
}

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

.header__logo {
	position: absolute;
	top: 14px;
	left: 68px;
}

.header__logo .header__lead {
	display: block;
	font-weight: 500;
	font-size: 1.2rem;
}

.header__logo a {
	display: inline-block;
	margin-top: 8px;
}

.header__logo a img {
	width: 305px;
}

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

.header__nav {
	display: flex;
	flex: 0 0 calc(100% - 336px);
	flex-direction: column;
	justify-content: center;
}

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

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

.header__nav-items > li a {
	display: inline-block;
	color: #1F1F1F;
	font-weight: 500;
	white-space: nowrap;
}

.header__nav-items > li ul {
	visibility: hidden;
	position: absolute;
	top: 27px;
	left: 50%;
	width: 184px;
	padding: 20px;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.header__nav-items > li ul li {
	font-size: 1.5rem;
}

.header__nav-items > li ul li + li {
	margin-top: 5px;
}

.header__nav-items > li.drop-menu {
	position: relative;
}

.header__nav-items > li.drop-menu:hover {
	cursor: pointer;
}

.header__nav-items > li.drop-menu:hover + li a {
	z-index: -1;
}

.header__nav-items > li.drop-menu:hover a {
	z-index: 1;
	position: relative;
}

.header__nav-items > li.drop-menu:hover ul {
	visibility: visible;
	opacity: 1;
}

.header__right {
	flex: 0 0 210px;
	margin-left: 60px;
}

.header-tel {
	height: 60px;
}

.tel-link {
	display: block;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #0A0376, #1306DC);
}

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

.tel-link span.number {
	position: relative;
	padding: 0 0 3px 44px;
	font-weight: 500;
	font-size: 2.3rem;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.05em;
}

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

.header-mail {
	height: 60px;
}

.header-mail a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 49px;
	background: linear-gradient(to right, #E8730C, #FFB168);
}

.header-mail a .header-mail__text {
	margin-left: 9px;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.05em;
}

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

.current-nav {
	display: block;
	position: relative;
}

.current-nav::before {
	display: inline-block;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #0A0376;
	content: "";
}

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

.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: #1F1F1F;
	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: #1F1F1F;
}

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

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

/*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__nav .tel-link {
	background: none;
}

.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: #1F1F1F;
}

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

.drawer__menu > li ul {
	margin-top: 10px;
}

.drawer__menu > li ul li {
	position: relative;
	padding-left: 25px;
}

.drawer__menu > li ul li::before {
	position: absolute;
	top: 50%;
	left: 7px;
	width: 10px;
	height: 1px;
	background-color: #1F1F1F;
	content: "";
}

.drawer__menu > li ul li a {
	color: #1F1F1F;
	font-size: 1.5rem;
}

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

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

.drawer-tel .tel-link span {
	color: #1F1F1F;
}

.drawer-tel .tel-link span.number {
	padding-left: 34px;
}

.drawer-tel .tel-link span.number::before {
	left: 0;
	background-image: url(../img/icon_tel_black.svg);
}

.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 {
	position: relative;
	margin-top: 120px;
}

.mainvisual__img {
	width: 100vw;
	height: 800px;
	margin-right: calc(50% - 50vw);
	background: url(../img/mv.jpg) no-repeat top 30% center/cover;
}

.mainvisual-news {
	z-index: 1;
	position: relative;
	width: 50%;
	margin: -97px 0 0 auto;
	padding: 19px 10px 14px 27px;
	background-color: rgba(10, 3, 118, 0.8);
}

.mainvisual-news .info {
	display: flex;
	padding-right: 10px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
}

.mainvisual-news .info__meta {
	flex: 0 0 80px;
	font-family: "Oswald", sans-serif;
}

.mainvisual-news .info__title {
	margin-left: 35px;
	color: #fff;
}

.mainvisual-news .no-post {
	color: #fff;
}

.mainvisual-news-link {
	display: block;
}

.mainvisual-news-link + .mainvisual-news-link {
	margin-top: 13px;
}

.mainvisual-news__title {
	margin-bottom: 11px;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.05em;
}

.mainvisual-news__text {
	margin: 5px 40px 0 0;
	text-align: right;
}

.mainvisual-news__text a {
	color: #fff;
	font-size: 1.3rem;
}

/*----------------------------------
トップページ：内藤電気について
----------------------------------*/

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

.top-about .button-link {
	margin-left: auto;
}

.top-about__wrap {
	display: flex;
	flex-direction: row-reverse;
}

.top-about__left {
	margin-left: 70px;
}

.top-about__left .text {
	margin-top: 40px;
}

.top-about__right {
	display: flex;
	position: relative;
	flex: 0 0 50%;
}

.top-about__right::after {
	z-index: -1;
	position: absolute;
	right: 170px;
	bottom: -57px;
	width: 100vw;
	height: 360px;
	margin-left: calc(50% - 50vw);
	background-color: rgba(10, 3, 118, 0.1);
	content: "";
}

.top-about__img + .top-about__img {
	margin: 130px 0 0 -84px;
}

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

.top-business {
	margin-top: 174px;
}

.top-business .button {
	margin-top: 70px;
}

.top-business .button-link {
	margin: auto;
}

.top-business-head {
	display: flex;
	align-items: flex-end;
}

.top-business-head .top-sec__title {
	flex: 0 0 168px;
}

.top-business-head .text {
	margin-left: 60px;
}

.top-business__lists {
	display: flex;
	margin-top: 58px;
}

.top-business__list {
	width: calc(33.333% - 23.3333333333px);
	margin-left: 35px;
}

.top-business__list:first-child {
	margin-left: 0;
}

.top-business__title {
	margin-top: 10px;
	font-weight: 500;
	font-size: 2.2rem;
	text-align: center;
}

/*----------------------------------
トップページ：採用情報
----------------------------------*/

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

.top-recruit::before {
	z-index: -1;
	position: absolute;
	top: -53px;
	left: 0;
	width: 100%;
	height: 490px;
	background-color: #0A0376;
	content: "";
}

.top-recruit .button {
	margin-top: 60px;
}

.top-recruit .button-link {
	margin: auto;
}

.top-recruit__imgs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.top-recruit__img {
	width: 50%;
}

/*----------------------------------
各ページ共通：お問い合わせバナー
----------------------------------*/

.contact-part {
	margin-top: 150px;
	background-color: #0A0376;
}

.contact-part__wrap {
	display: flex;
}

.contact-part__left {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.contact-part__img {
	height: 100%;
}

.contact-part__img img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-part__right {
	flex: 0 0 57%;
	margin-left: 87px;
	padding: 70px 0 48px;
}

.contact-part__right .text {
	margin-top: 12px;
	color: #fff;
}

.contact-part__title {
	color: #fff;
	font-weight: 500;
	font-size: 4rem;
	text-transform: uppercase;
}

.contact-part-button {
	margin-top: 25px;
}

.contact-part-button-link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 205px;
	height: 52px;
	margin-left: auto;
	padding-bottom: 3px;
	padding-left: 29px;
	border: 1px solid #fff;
	background-color: #FF8818;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

.contact-part-button-link::before {
	position: absolute;
	top: 50%;
	left: 44px;
	width: 27px;
	height: 27px;
	transform: translateY(-50%);
	background: url(../img/icon_mail.svg) no-repeat center left/contain;
	content: "";
}

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

.footer {
	margin-top: 120px;
	padding: 80px 0 60px;
	background: linear-gradient(to right, #E9E9E9, #979797);
}

.footer .inner {
	position: relative;
}

.footer-logo {
	width: 302px;
}

.company-info {
	margin-top: 14px;
	font-weight: 500;
}

.company-address {
	font-size: 1.5rem;
	line-height: 1.466;
}

.color-white {
	color: #fff;
}

.company-license {
	margin-top: 5px;
	font-size: 1.3rem;
	line-height: 1.4;
}

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

.footer__left {
	width: 40%;
}

.footer__right {
	flex: 0 0 295px;
}

.footer__nav {
	font-size: 1.5rem;
}

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

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

.footer__nav > ul > li a {
	color: #1F1F1F;
	font-weight: 500;
}

.footer__nav > ul > li:nth-child(2) {
	margin-bottom: 0;
}

.footer__nav > ul > li:nth-child(n+3) {
	margin: 0 0 19px 40px;
}

.footer__nav > ul > li:last-child {
	margin-bottom: 0;
}

.footer__nav > ul ul {
	margin-top: 10px;
}

.footer__nav > ul ul li {
	position: relative;
	margin-top: 3px;
	padding-left: 22px;
	font-weight: 500;
}

.footer__nav > ul ul li::before {
	position: absolute;
	top: 15px;
	left: 7px;
	width: 5px;
	height: 1px;
	background-color: #1F1F1F;
	content: "";
}

.footer__copy {
	margin-top: 100px;
	font-size: 1.3rem;
	text-align: center;
}

.totop {
	position: absolute;
	top: -104px;
	right: -66px;
}

.totop a:hover {
	opacity: 1;
}

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

@media (min-width: 768px) {

.access-button-link:hover::after {
	right: -30px;
}

.button-submit-link:hover {
	background-color: #0A0376;
	color: #fff;
}

.hidden-pc {
	display: none;
}

.button-link:hover {
	padding-left: 30px;
	background-color: #0A0376;
	color: #fff;
}

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

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;
}

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

}

@media (max-width: 1299px) {

.header__nav-items > li + li {
	margin-left: 25px;
}

.totop {
	right: 0;
}

}

@media (max-width: 1199px) {

.recruit-sec01__text {
	padding-left: 0;
}

.hidden-w1200 {
	display: none;
}

.header__logo {
	left: 25px;
}

.header__nav-items > li + li {
	margin-left: 20px;
}

}

@media (max-width: 1099px) {

.prev-arrow {
	left: -100px;
}

.next-arrow {
	right: -100px;
}

.display-w1100 {
	display: block;
}

.header__inner {
	padding-right: 110px;
}

.header__logo {
	top: 10px;
}

.header__logo .header__lead {
	line-height: 1.1;
}

.header__nav {
	display: none;
}

.drawer__toggle {
	display: block;
}

}

@media (max-width: 1023px) {

.page-sec__title {
	font-size: 3rem;
}

.business__list:nth-child(odd) .business__right {
	margin-right: 30px;
}

.business__list:nth-child(even) {
	padding: 70px 0;
}

.business__list:nth-child(even) .business__right {
	margin-left: 30px;
}

.business-intro__wrap .text {
	margin-left: 30px;
	padding-right: 0;
}

.business__item {
	width: calc(50% - 15px);
}

.business__item:nth-of-type(even) {
	margin-left: 30px;
}

.philosophy {
	padding: 92px 30px;
}

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

.history__lists {
	margin-top: 30px;
}

.recruit-sec01__text {
	font-size: 2rem;
}

.recruit-sec02__list {
	width: calc(33.333% - 15px);
	margin-left: 15px;
	padding: 40px 20px;
}

.recruit-sec02__list:nth-child(n+4) {
	margin-top: 15px;
}

.recruit-sec02__title {
	font-size: 2rem;
}

.recruit-sec03__items {
	padding: 0;
}

.recruit-sec03__item {
	width: calc(50% - 10px);
}

.recruit-sec03__item + .recruit-sec03__item {
	margin-left: 20px;
}

.slider {
	width: 600px;
}

.slide-arrow {
	width: 50px;
	height: 50px;
}

.prev-arrow {
	left: -65px;
}

.next-arrow {
	right: -65px;
}

.news__item .info {
	padding-left: 20px;
}

.news__title {
	font-size: 2.2rem;
}

.contact-content {
	width: min(100%, 800px);
}

.contact-text {
	flex: 0 0 calc(100% - 172px - 20px);
}

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

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

.top-sec__title .en {
	font-size: 1.3rem;
}

.top-sec__title .ja {
	font-size: 3.2rem;
}

.header {
	padding-left: 20px;
}

.mainvisual-news .info {
	display: block;
}

.mainvisual-news .info__title {
	margin-left: 0;
}

.top-business__lists {
	margin-top: 40px;
}

.top-business__title {
	font-size: 1.9rem;
}

.contact-part__right {
	margin-left: 40px;
	padding-top: 50px;
}

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

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

}

@media (max-width: 767px) {

.page-mainvisual__title {
	margin-top: 100px;
}

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

.breadcrumb {
	padding: 30px 0 40px;
}

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

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

.pagination {
	margin-top: 30px;
}

.error404 .footer {
	margin-top: 50px;
}

.page-404 {
	margin-top: 100px;
	padding-bottom: 50px;
}

.page-404 h1 {
	font-size: 3rem;
}

.business__list:nth-child(odd) .business__right {
	margin: 30px 0 0 0;
}

.business__list:nth-child(even) {
	padding: 50px 0;
}

.business__list:nth-child(even) .business__right {
	margin: 30px 0 0 0;
}

.business__list + .business__list {
	margin-top: 60px;
}

.business__wrap {
	display: block;
}

.business__right .text {
	margin-top: 15px;
}

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

.business-intro__wrap {
	display: block;
}

.business-intro__wrap .text {
	margin: 20px 0 0 0;
}

.business__content {
	margin-top: 60px;
	padding: 30px 0 40px;
}

.business__items {
	margin-top: 30px;
}

.business__item {
	width: 500px;
	max-width: 100%;
	margin: auto;
}

.business__item:nth-of-type(even) {
	margin: 30px auto 0;
}

.business__item:nth-of-type(n + 3) {
	margin-top: 30px;
}

.business-wrapper {
	padding: 10px;
}

.business-flow {
	margin-top: 50px;
}

.business-flow__items {
	display: block;
	margin-top: 35px;
}

.business-flow__item {
	width: 250px;
	margin: auto;
	padding: 25px 5px 38px;
}

.business-flow__item:not(:first-of-type) {
	margin: 50px auto 0;
}

.business-flow__item:not(:first-of-type)::before {
	top: -42px;
	left: 50%;
	width: 30px;
	height: 30px;
	transform: translateX(-50%) rotate(90deg);
}

.message .txt {
	font-size: 1.6rem;
	text-decoration-thickness: 10px;
}

.message .txt .d-iblock {
	text-decoration-thickness: 10px;
}

.business-flow .message__wrap {
	margin-top: 30px;
}

.business-label {
	top: 10px;
	left: 10px;
	width: 70px;
	height: 30px;
}

.company-sec {
	margin-top: 60px;
}

.philosophy {
	margin-top: 30px;
	padding: 30px 15px;
}

.philosophy__text {
	font-size: 1.5rem;
}

.company-sec02 {
	padding: 40px 0;
}

.greeting {
	margin-top: 30px;
	padding: 30px 15px;
}

.greeting__text {
	font-size: 1.5rem;
	text-align: left;
}

.president {
	margin-top: 15px;
	font-size: 1.6rem;
	text-align: right;
}

.company-table {
	margin-top: 20px;
}

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

.company-table .table th,
.company-table .table td {
	display: block;
	font-size: 1.4rem;
}

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

.company-table .table td {
	width: 100%;
	padding: 13px 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;
}

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

.access {
	margin-top: 20px;
}

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

.access-button-link {
	width: 180px;
	height: 55px;
	font-size: 1.6rem;
}

.button-caption {
	margin-top: 5px;
	font-size: 1.2rem;
}

.access__wrap {
	margin-top: 20px;
}

.company-box__content {
	padding: 30px 15px;
}

.company-box__content .text {
	margin-top: 20px;
	text-align: left;
}

.company-box__content .company-table {
	margin-top: 30px;
}

.company-box__content .company-table th {
	padding-left: 8px;
}

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

.recruit-sec {
	margin-top: 60px;
}

.recruit-sec01__wrap {
	display: block;
	margin-top: 30px;
}

.recruit-sec01__text {
	width: 100%;
	margin-top: 20px;
	font-size: 1.6rem;
	white-space: initial;
}

.recruit-sec02__lists {
	display: block;
	margin-top: 30px;
}

.recruit-sec02__list {
	width: 340px;
	max-width: 100%;
	margin: 20px auto 0;
	padding: 30px 15px;
}

.recruit-sec02__list:first-child {
	margin-top: 0;
}

.recruit-sec02__list:nth-child(3n+1) {
	margin: 15px auto 0;
}

.recruit-sec02__title {
	font-size: 1.8rem;
}

.recruit-sec03 {
	padding: 40px 0;
}

.recruit-sec03__items {
	display: block;
	margin-top: 30px;
}

.recruit-sec03__item {
	width: 450px;
	max-width: 100%;
	margin: auto;
	padding: 20px 15px 30px;
}

.recruit-sec03__item + .recruit-sec03__item {
	margin: 30px auto 0;
}

.recruit-sec03__item .item-head .name {
	padding-left: 12px;
	font-size: 1.8rem;
}

.recruit-sec03__item .item-head .name::before {
	height: 20px;
}

.recruit-sec03__item .item__img {
	margin-top: 18px;
}

.recruit-sec03__item .text {
	margin-top: 15px;
}

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

.slide-arrow {
	width: 30px;
	height: 30px;
}

.prev-arrow {
	left: -40px;
}

.next-arrow {
	right: -40px;
}

.recruit-sec05 .message__wrap {
	margin-top: 35px;
}

.recruit-button {
	width: 250px;
}

.recruit-button__right {
	flex: 0 0 200px;
}

.recruit-button-caption {
	font-size: 1.2rem;
}

.news__items {
	margin-top: 25px;
}

.news__item {
	padding: 20px 0;
}

.news__item .info {
	display: block;
	padding-left: 0;
}

.news__item .info__meta {
	margin-top: 0;
}

.news__item .info__published {
	font-size: 1.5rem;
}

.news__item .info__title {
	margin: 8px 0 0 0;
}

.news__title {
	margin-left: 0;
	font-size: 20px;
}

.news__wrapper {
	margin-top: 15px;
	padding-bottom: 40px;
}

.news__content {
	margin-top: 30px;
}

.news__content figure {
	margin: 20px 0;
}

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

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

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

.contact-intro .text {
	margin-top: 20px;
	line-height: 1.5;
}

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

.contact-number-link {
	width: 300px;
	height: 80px;
	font-size: 3rem;
}

.contact-number-link::before {
	width: 45px;
	height: 45px;
}

.contact__wrap {
	margin-top: 50px;
}

.contact__wrap .text {
	margin-top: 20px;
	text-align: left;
}

.contact-content {
	width: min(100%, 800px);
	margin-top: 45px;
}

.contact-row {
	display: block;
	margin-bottom: 20px;
}

.contact-title .ttl {
	font-size: 1.5rem;
}

.required {
	width: 40px;
	margin-left: 15px;
	font-size: 1.1rem;
}

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

textarea {
	margin: auto;
	line-height: 1.5;
}

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

.bg-white {
	top: 131px;
}

.agreement__text {
	font-size: 1.2rem;
}

.contact__check {
	margin-top: 10px;
}

.form-checkbox + span {
	padding-left: 27px;
}

.form-checkbox + span::before {
	width: 18px;
	height: 18px;
}

.form-checkbox + span::after {
	left: 2px;
	width: 14px;
	height: 7px;
}

.radio + span {
	margin-bottom: 10px;
	padding-left: 25px;
}

.button-submit-link {
	width: 180px;
	height: 50px;
	font-size: 1.5rem;
}

body {
	font-size: 1.4rem;
}

.hidden-sp {
	display: none;
}

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

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

.top-sec__title .en {
	font-size: 1.2rem;
}

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

.button-link {
	height: 55px;
	padding-left: 30px;
}

.top-sec {
	margin-top: 70px;
}

.header {
	height: 60px;
	padding-left: 10px;
}

.header__inner {
	justify-content: initial;
}

.header__logo {
	position: static;
}

.header__logo .header__lead {
	display: none;
}

.header__logo a {
	margin-top: 0;
}

.header__logo a img {
	width: 200px;
}

.header__right {
	display: none;
}

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

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

.drawer__wrapper .menu {
	display: block;
	margin: 18px 0 0 1px;
	font-weight: 500;
	font-size: 12px;
	font-family: "Oswald", 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__img {
	height: 550px;
	margin: 0 calc(50% - 50vw);
}

.mainvisual-news {
	width: 100%;
	margin-top: -55px;
	padding: 12px 16px 14px;
}

.mainvisual-news .info {
	font-size: 1.3rem;
}

.mainvisual-news .info__title {
	margin-top: 5px;
}

.mainvisual-news__text {
	margin-right: 0;
}

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

.top-about .button-link {
	margin: auto;
}

.top-about__wrap {
	display: block;
}

.top-about__left {
	margin-left: 0;
}

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

.top-about__right {
	margin-top: 30px;
}

.top-business {
	margin-top: 90px;
}

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

.top-business-head {
	display: block;
}

.top-business-head .text {
	margin: 20px 0 0 0;
}

.top-business__lists {
	display: block;
	margin-top: 30px;
}

.top-business__list {
	width: 100%;
	margin-left: 0;
}

.top-business__list:not(:first-child) {
	margin-top: 30px;
}

.top-business__title {
	margin-top: 5px;
	font-size: 1.7rem;
}

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

.top-recruit::before {
	top: -35px;
	height: 200px;
}

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

.top-recruit__imgs {
	margin-top: 30px;
}

.contact-part {
	margin-top: 70px;
}

.contact-part__wrap {
	flex-direction: column-reverse;
}

.contact-part__right {
	margin-left: 0;
	padding: 30px 0 40px;
}

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

.contact-part__title {
	font-size: 3rem;
	text-align: center;
}

.contact-part-button-link {
	width: 180px;
	margin: auto;
	padding-bottom: 1px;
	font-size: 1.8rem;
}

.contact-part-button-link::before {
	left: 30px;
}

.footer {
	margin-top: 50px;
	padding: 40px 0 15px;
}

.footer-logo {
	width: 270px;
	margin: auto;
}

.footer__contents {
	display: block;
}

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

.footer__right {
	width: 270px;
	max-width: 100%;
	margin: auto;
}

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

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

.footer__nav > ul > li:nth-child(n+3) {
	margin: 0 0 17px 13px;
}

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

.totop {
	top: -65px;
}

}

@media (max-width: 400px) {

.drawer__nav {
	width: 100%;
}

}

@media (max-width: 374px) {

.hidden-w375 {
	display: none;
}

}

@media (max-width: 359px) {

.message .txt {
	font-size: 1.44rem;
}

.recruit-sec01__text {
	font-size: 1.5rem;
}

.hidden-sm {
	display: none;
}

.mainvisual__img {
	background: url(../img/mv.jpg) no-repeat top 30% right 45%/cover;
}

}

