/* ===============================
reset
=============================== */

.alert-info {
	display: none;
}

.main-section {
	margin-bottom: 0 !important;
}

p {
	-webkit-margin-after: 5px !important;
	margin-block-end: 5px !important;
}

h2,
h3,
h4,
h5 {
	border: none;
	-webkit-margin-after: 5px !important;
	margin-block-end: 5px !important;
	margin-inline: 0 !important;
}

h4 {
	background-color: transparent !important;
	border-radius: 0 !important;
}

.wp-block-image:where(:not(.alignfull,
.alignwide)) {
	max-width: unset;
}

a {
	cursor: pointer;
}

/* ===============================
common
=============================== */

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	letter-spacing: 0.05em;
}

.site-body {
	padding-bottom: 0 !important;
}

.site-footer-content .row {
	display: block;
}

.col-lg-4.col-md-6 {
	max-width: 100%;
	width: 100%;
}

.col-lg-4.col-md-6 + .col-lg-4.col-md-6 {
	display: none;
}

/* 標準のパンくずリストを非表示 */

#breadcrumb {
	display: none;
}

/* Breadcrumb NavXTのショートコードにより表示 */

.breadcrumbs {
	font-size: 12px;
	padding-block: 10px;
}

/* 下層ページのページヘッダーを非表示 */

.page-header {
	display: none;
}

.p-section-title h2,
.p-section-title p {
	max-width: none;
}

.p-section-title__main {
	font-size: 48px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	-webkit-padding-after: 0;
	border-bottom: solid 10px;
	padding-block-end: 0;
	-o-border-image: linear-gradient(90deg, #345995 88.94%, #BCBCBC 88.94%);
	border-image: -webkit-gradient(linear, left top, right top, color-stop(88.94%, #345995), color-stop(88.94%, #BCBCBC));
	border-image: linear-gradient(90deg, #345995 88.94%, #BCBCBC 88.94%);
	border-image-slice: 1;
	-webkit-margin-after: 0;
	margin-block-end: 0;
}

.p-section-title__sub {
	color: #345995;
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: 200;
	letter-spacing: 0.05em;
	line-height: 1;
}

.c-util-btn {
	cursor: pointer;
	display: inline-block;
}

.c-util-btn .vk_button_link_caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #345995;
	border-radius: 100px;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	min-width: 300px;
	padding: 16px 20px;
	-webkit-transition: all 0.2s ease-in-out;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
}

.c-btn-fixed {
	cursor: pointer;
	position: fixed;
	right: -80px;
	top: 50%;
	z-index: 10;
	-webkit-transition: right 0.2s ease-in-out;
	transition: right 0.2s ease-in-out;
}

.c-btn-fixed.is-show {
	right: -1px;
}

.c-btn-fixed.career {
	translate: 0 -75%;
}

.c-btn-fixed.contact {
	translate: 0 50%;
}

.c-btn-fixed a {
	background-color: #345995;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #345995;
	border-radius: 10px 0 0 10px;
	padding-block: 22px;
	padding-inline: 4px;
	row-gap: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.c-btn-fixed a p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-size: 14px;
	font-weight: 700;
	margin: 0 !important;
	writing-mode: vertical-rl;
}

.c-btn-fixed a i {
	font-size: 18px;
	-webkit-margin-start: 10px;
	margin-inline-start: 10px;
}

.c-to-top {
	bottom: 20px;
	opacity: 0;
	position: fixed;
	right: 10px;
	visibility: hidden;
	z-index: 10;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.c-to-top.is-show {
	opacity: 1;
	visibility: visible;
}

.c-to-top a {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFF;
	border: solid 1px #345995;
	border-radius: 50%;
	color: #345995;
	height: 50px;
	width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.c-to-top a i {
	margin: 0;
}

.c-to-top a p {
	font-family: "Oswald", sans-serif;
	font-size: 10px;
	letter-spacing: 0.04em;
}

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

.p-page-header {
	padding-inline: 40px;
}

.p-page-header.--pp h1 {
	font-size: 48px !important;
}

.p-page-header h1 {
	color: #333333;
	font-size: 60px !important;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}

.p-page-header p {
	color: #345995;
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	font-weight: 100;
	letter-spacing: 0.1em;
}

/* ===============================
header
=============================== */

#site-header {
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2100;
}

#site-header-container {
	max-width: 100%;
	padding-inline: 10px;
}

#site-header-container h1.site-header-logo {
	-webkit-padding-before: 10px;
	padding-block-start: 10px;
	-webkit-margin-after: 10px;
	margin-block-end: 10px;
}

#site-header-container h1.site-header-logo img {
	-webkit-margin-start: 0;
	margin-inline-start: 0;
}

.global-nav .global-nav-list li.menu-item .global-nav-name {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.global-nav .global-nav-list li.menu-item::before {
	display: none;
}

.vk-mobile-nav-menu-btn {
	background-image: none;
	border: none;
	height: 30px;
	left: auto;
	right: 10px;
	width: 50px;
}

.vk-mobile-nav-menu-btn::before,
.vk-mobile-nav-menu-btn::after {
	background-color: #345995;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 0;
	translate: -50%;
	width: 50px;
	-webkit-transition: rotate 0.3s ease-in-out;
	transition: rotate 0.3s ease-in-out;
}

.vk-mobile-nav-menu-btn::before {
	top: 9px;
}

.vk-mobile-nav-menu-btn::after {
	top: 19px;
}

.vk-mobile-nav-menu-btn.menu-open {
	background-image: none;
	border: none;
}

.vk-mobile-nav-menu-btn.menu-open::before,
.vk-mobile-nav-menu-btn.menu-open::after {
	top: 50%;
	translate: -50% -50%;
}

.vk-mobile-nav-menu-btn.menu-open::before {
	rotate: 20deg;
}

.vk-mobile-nav-menu-btn.menu-open::after {
	rotate: -20deg;
}

.vk-mobile-nav.vk-mobile-nav-drop-in {
	background-color: #345995;
	left: auto;
	max-width: 500px;
	right: 0;
	top: 44px;
	translate: 101%;
	width: 80vw;
	-webkit-transition: translate 0.3s ease-in-out;
	overflow: visible;
	transition: translate 0.3s ease-in-out;
}

.vk-mobile-nav.vk-mobile-nav-drop-in::before {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	content: "";
	left: 0;
	min-width: 20vw;
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: calc(100vw - 500px);
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.vk-mobile-nav.vk-mobile-nav-drop-in ul {
	border: none;
}

.vk-mobile-nav.vk-mobile-nav-drop-in ul li a {
	border: none;
	color: #FFFFFF;
}

.vk-mobile-nav.vk-mobile-nav-drop-in.vk-mobile-nav-open {
	top: 44px;
	translate: 0;
}

.vk-mobile-nav.vk-mobile-nav-drop-in.vk-mobile-nav-open::before {
	content: "";
	opacity: 1;
	translate: -100%;
	visibility: visible;
}

/* ===============================
FV
=============================== */

.p-top-fv {
	height: calc(100svh - 56px);
	position: relative;
	width: 100vw !important;
}

.p-top-fv img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-fv__message {
	backdrop-filter: blur(2.5px);
	background-color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.6);
	border-radius: 0px 10px 10px 0px;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	padding-block: 60px;
	padding-inline: 40px 80px;
}

.p-top-fv__heading strong {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-top-fv__text {
	font-size: 18px;
	font-weight: 400;
}

/* ===============================
サービスセクション
=============================== */

.p-service {
	margin-inline: calc(50% - 50vw);
	width: 100vw;
}

.p-service .wp-block-column.is-vertically-aligned-center {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.p-service__image {
	height: 100%;
}

.p-service__image img {
	height: 100%;
}

.p-service__content {
	padding-inline: 0 80px;
}

.p-service__title-ja {
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	-webkit-padding-after: 5px;
	border-bottom: solid 3px;
	padding-block-end: 5px;
	-o-border-image: linear-gradient(90deg, #345995 50%, #BCBCBC 50%);
	border-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #345995), color-stop(50%, #BCBCBC));
	border-image: linear-gradient(90deg, #345995 50%, #BCBCBC 50%);
	border-image-slice: 1;
	-webkit-margin-after: 0;
	margin-block-end: 0;
}

.p-service__title-en {
	color: #345995;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-service__text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	-webkit-margin-before: 16px !important;
	margin-block-start: 16px !important;
}

.p-service__middle-content {
	-webkit-padding-start: 20px;
	padding-inline-start: 20px;
}

.p-service__middle-title {
	border-bottom: solid 1px #345995;
	border-left: solid 10px #345995;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-service__small-content {
	-webkit-padding-start: 30px;
	padding-inline-start: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-service__small-content div {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.p-service__icon {
	border-radius: 999px;
	overflow: hidden;
	width: 100%;
}

.p-service__icon img {
	aspect-ratio: 1;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-service__name-en {
	color: #345995;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-service__name-ja {
	font-size: 14px;
	font-weight: 400;
}

.p-service__name-link a {
	border-bottom: solid 1px #345995;
	color: #345995;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
}

/* ===============================
Aboutセクション
=============================== */

.p-about__heading {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	-webkit-padding-after: 5px;
	border-bottom: solid 3px;
	padding-block-end: 5px;
	-o-border-image: linear-gradient(90deg, #345995 50%, #BCBCBC 50%);
	border-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #345995), color-stop(50%, #BCBCBC));
	border-image: linear-gradient(90deg, #345995 50%, #BCBCBC 50%);
	border-image-slice: 1;
	-webkit-margin-after: 0;
	color: #345995;
	margin-block-end: 0;
}

.p-about__heading-en {
	color: #345995;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-about__text {
	font-size: 24px;
	font-weight: 700;
	-webkit-margin-before: 10px !important;
	margin-block-start: 10px !important;
}

/* ===============================
Contactセクション
=============================== */

.p-contact__content {
	background-color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 34px 60px 60px;
	width: 552px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	row-gap: 24px;
}

.p-contact__content h2 {
	color: #345995;
	font-size: 42px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

/* ===============================
フッター
=============================== */

footer.site-footer {
	-webkit-margin-before: -6px;
	background-color: #345995;
	border: none;
	color: #FFF;
	margin-block-start: -6px;
}

footer.site-footer .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-inline: 0 !important;
}

footer.site-footer .wp-block-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

footer.site-footer ul.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

footer.site-footer ul.menu li {
	background-color: transparent;
}

footer.site-footer ul.menu li a {
	border: none;
	color: #FFF;
	font-size: 14px;
	padding-block: 10px;
	padding-inline: 0;
}

footer.site-footer figure img {
	height: auto;
	width: 194.88px;
}

footer.site-footer .textwidget {
	font-size: 12px;
}

footer.site-footer .site-footer-copyright {
	font-weight: 400;
	opacity: 0.8;
	position: relative;
}

footer.site-footer .site-footer-copyright p {
	font-size: 10px;
}

footer.site-footer .site-footer-copyright p + p {
	display: none;
}

footer.site-footer .site-footer-copyright ::before {
	content: "※サイト内の画像・イラストの無断転載・流用は禁止です。";
	font-size: 10px;
	left: 50%;
	position: absolute;
	top: 0;
	translate: -50%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

footer.site-footer .textwidget p {
	letter-spacing: 0.01em;
}

/* ===============================
プライバシーポリシー
=============================== */

.p-privacy {
	font-size: 14px;
	margin-inline: auto;
	max-width: 780px;
}

.p-privacy h2 {
	background-color: #345995;
	color: #FFF;
	font-size: 16px;
	-webkit-padding-start: 16px;
	padding-block: 10px;
	padding-inline-start: 16px;
}

.p-privacy * + h2 {
	-webkit-margin-before: 40px;
	margin-block-start: 40px;
}

.p-privacy * + p {
	-webkit-margin-before: 20px;
	margin-block-start: 20px;
}

@media (any-hover: hover) {

.c-util-btn:hover .vk_button_link_caption {
	background-color: #345995;
	color: #FFF;
}

.c-util-btn:hover .vk_button_link_caption span {
	text-decoration: none !important;
}

.c-btn-fixed:hover a {
	background-color: #FFF;
	color: #345995;
}

.c-to-top a:hover {
	background-color: #345995;
	color: #FFF;
}

.p-service__name-link a:hover {
	opacity: 0.7;
}

}

@media (min-width: 992px) {

.container {
	max-width: 1380px;
	padding-inline: 40px;
}

#site-header-container {
	padding-inline: 40px;
}

}

@media (min-width: 1380px) {

.p-page-header {
	padding-inline: calc(50vw - 650px);
}

}

@media (min-width: 1480px) {

.p-top-fv__heading strong {
	font-size: 3.24vw;
}

.p-top-fv__text {
	font-size: 1.21vw;
}

}

@media (min-width: 1680px) {

.p-service {
	padding-inline: calc(50vw - 680px);
}

.p-service__content {
	padding-inline: 0;
}

}

@media (max-width: 991px) {

#site-header {
	height: 44px;
}

#site-header .site-header-logo img {
	margin-inline: 0;
}

}

@media (max-width: 767px) {

.p-section-title__main {
	border-bottom: solid 5px;
	font-size: 36px;
}

.c-util-btn .vk_button_link_caption {
	max-width: 300px;
	min-width: 200px;
	width: calc(100vw - 80px);
}

.c-btn-fixed a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	border-radius: 0;
	justify-content: center;
	padding-inline: 0;
	width: 50vw;
}

.c-btn-fixed a p {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}

.c-btn-fixed.career {
	left: 0;
	top: 100%;
	translate: 0 -100%;
}

.c-btn-fixed.contact {
	right: 0;
	top: 100%;
	translate: 0 -100%;
}

.c-btn-fixed.contact a {
	background-color: #FFF;
	color: #345995;
}

.c-to-top {
	bottom: 100px;
	right: 10px;
}

.p-page-header.--pp h1 {
	font-size: 28px !important;
}

.p-page-header {
	height: 250px;
	padding-inline: 15px;
}

.p-page-header h1 {
	font-size: 40px !important;
}

.p-page-header p {
	font-size: 24px !important;
}

.p-top-fv {
	height: calc(100svh - 98px);
}

.p-top-fv img {
	-o-object-position: 0%;
	object-position: 0%;
}

.p-top-fv__message {
	padding-block: 24px;
	padding-inline: 20px;
}

.p-top-fv__heading strong {
	font-size: 24px;
}

.p-top-fv__text {
	font-size: 16px;
}

.p-service {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	margin-inline: auto;
	width: 100%;
}

.p-service__content {
	padding-inline: 0;
}

.p-service__img-sp {
	margin-inline: calc(50% - 50vw);
	width: 100vw !important;
}

.p-service__title-wrap {
	-webkit-margin-before: -60px !important;
	background-color: #FFF;
	margin-block-start: -60px !important;
	padding: 16px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

.p-service__title-ja {
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.p-service__middle-content {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

.p-service__middle-title {
	font-size: 18px;
}

.p-service__middle-title span {
	display: block;
}

.p-service__small-content {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.p-service__icon {
	border-radius: 0;
}

.p-service__icon img {
	aspect-ratio: 3/1;
}

.p-service__name-en {
	font-size: 24px;
	text-align: center;
}

.p-service__name-ja {
	font-size: 14px;
	text-align: center;
}

.p-about__content {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.p-about__text {
	font-size: 22px;
}

.p-contact__content {
	max-width: 552px;
	padding-inline: 20px;
	width: 100%;
}

.p-contact h2 {
	font-size: 32px !important;
}

footer.site-footer {
	padding-bottom: 70px;
}

footer.site-footer .wp-block-group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	row-gap: 40px;
}

footer.site-footer ul.menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 5px;
}

}

@media (max-width: 320px) {

.c-btn-fixed a p {
	font-size: 4vw;
}

.c-btn-fixed a i {
	font-size: 6vw;
}

}

