@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "TazuganeGothicStdN-Book", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	color: #222222;
	word-wrap: break-word;
	word-break: break-all;
}

a {
	color: inherit;
}

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

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

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

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

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

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.sp-only-3 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

.pc-only-3 {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

/* font
-------------------------------*/

.bold {
	font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

/* margin
-------------------------------*/

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

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

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

.mb-5 {
	margin-bottom: 5px !important;
}

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

.mb-10 {
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

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

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

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

.mb-30 {
	margin-bottom: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

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

.mb-40 {
	margin-bottom: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

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

.mb-50 {
	margin-bottom: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

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

.mb-60 {
	margin-bottom: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

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

.mb-70 {
	margin-bottom: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

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

.mb-80 {
	margin-bottom: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

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

.mb-90 {
	margin-bottom: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

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

.mb-100 {
	margin-bottom: 100px !important;
}

/* padding
-------------------------------*/

/* Layout */

.l-body {
	width: 100%;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}

.l-body--home-start .l-header {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.l-body--home-start.is-visible .l-header {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.7s;
	transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
	transition: transform 0.7s, -webkit-transform 0.7s;
}

.l-header--no-fixed {
	position: absolute;
}

.l-header__bar {
	width: 100%;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2px 0 15px;
	background: #ffffff;
	z-index: 10100;
	position: relative;
}

.l-navi {
	position: fixed;
	top: 64px;
	left: 0;
	display: none;
	background: #ffffff;
	width: 100%;
	height: calc(100% - 64px);
	overflow-y: auto;
}

.l-navi__inner {
	padding: 30px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.l-navi__inner.is-visible {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.l-home-main {
	width: 100%;
}

.l-page {
	position: relative;
	margin: 101px 0 0;
	padding-bottom: 150px;
}

.l-page::after {
	position: absolute;
	content: "";
	background: url(../img/deco_shape_sp.png) no-repeat left bottom/100%;
	width: 212px;
	height: 257px;
	right: 0;
	top: 0;
	z-index: -1;
}

.l-footer {
	padding: 65px 30px 40px;
}

.l-wrapper {
	position: relative;
	width: 84.615384%;
	margin-left: auto;
	margin-right: auto;
}

.l-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-row--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-row--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.l-row--between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-row--top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.l-row--bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.l-row--row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.l-col-1 {
	width: 8.3333333333%;
}

.l-col-2 {
	width: 16.6666666667%;
}

.l-col-3 {
	width: 25%;
}

.l-col-4 {
	width: 33.3333333333%;
}

.l-col-5 {
	width: 41.6666666667%;
}

.l-col-6 {
	width: 50%;
}

.l-col-7 {
	width: 58.3333333333%;
}

.l-col-8 {
	width: 66.6666666667%;
}

.l-col-9 {
	width: 75%;
}

.l-col-10 {
	width: 83.3333333333%;
}

.l-col-11 {
	width: 91.6666666667%;
}

.l-col-12 {
	width: 100%;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.header-logo__image {
	display: block;
	width: 150px;
	margin-right: 15px;
}

.header-logo__image img {
	display: block;
}

.header-logo__text {
	color: #64676D;
	font-size: 1rem;
	letter-spacing: 0.05em;
}

.menu-btn {
	position: relative;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 64px;
	height: 64px;
}

.menu-btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 28px;
	height: 2px;
	background: #0B30B3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.menu-btn span:first-child {
	-webkit-transform: translate(-50%, -4px);
	-ms-transform: translate(-50%, -4px);
	transform: translate(-50%, -4px);
}

.menu-btn span:nth-child(2) {
	-webkit-transform: translate(-50%, 2px);
	-ms-transform: translate(-50%, 2px);
	transform: translate(-50%, 2px);
}

.menu-btn.is-opend span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(30deg);
	-ms-transform: translate(-50%, -50%) rotate(30deg);
	transform: translate(-50%, -50%) rotate(30deg);
}

.menu-btn.is-opend span:nth-child(2) {
	-webkit-transform: translate(-50%, -50%) rotate(-30deg);
	-ms-transform: translate(-50%, -50%) rotate(-30deg);
	transform: translate(-50%, -50%) rotate(-30deg);
}

.main-navi__item {
	border-bottom: 1px solid #AFC4E2;
}

.main-navi__item a,
.main-navi__item__label {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 9.5px 0;
	font-size: 1.6rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.main-navi__item a::before,
.main-navi__item__label::before {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 50%;
	border: 1px solid #0B30B3;
	opacity: 0.2;
}

.main-navi__item a::after,
.main-navi__item__label::after {
	position: absolute;
	top: 45%;
	right: 7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 22px;
	height: 6px;
	display: block;
	background: url(../img/arrow_blue.svg) no-repeat center/contain;
}

.main-navi__child:not(:last-child) {
	border-bottom: 1px dashed #AFC4E2;
}

.main-navi__child a {
	white-space: nowrap;
}

.sub-navi {
	margin-top: 40px;
}

.sub-navi__item:not(:last-child) {
	margin-bottom: 22px;
}

.sub-navi__item a {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: 5px 0;
}

.other-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #FFF;
	z-index: 10050;
}

.other-navi--bar.is-hidden {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.l-header--no-fixed .other-navi--bar.is-hidden {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.other-navi__item {
	width: 49.9%;
}

.other-navi__item a {
	display: block;
	font-size: 1.1rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-align: center;
	background: #0B30B3;
	padding: 12px 0;
	text-decoration: none;
}

.other-navi__item a::after {
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	background: url(../img/icon_external_white.svg) no-repeat center/contain;
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	margin-left: 3px;
}

.breadcrumb {
	padding: 20px 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	letter-spacing: 0.05em;
	font-size: 1.3rem;
	line-height: 1.5;
}

.breadcrumb__item {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.breadcrumb__item:not(:last-child)::after {
	content: "/";
	color: #CACBCE;
	margin: 0 0.2em;
}

.breadcrumb__item:last-child {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.document-lead {
	margin-bottom: 60px;
}

.document-box {
	padding: 20px 16px 20px 24px;
	border: 1px solid #AFC4E2;
}

.footer__bottom {
	margin-top: 60px;
}

.footer-navi-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.footer-navi {
	width: 47%;
}

.footer-navi--lg {
	width: 100%;
	margin-bottom: 29px;
}

.footer-navi__item:not(:last-child) {
	margin-bottom: 15px;
}

.footer-navi__item a {
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 5px 0;
}

.footer-links {
	margin-bottom: 38px;
}

.footer-links__item {
	height: 60px;
}

.footer-links__item:not(:last-child) {
	margin-bottom: 10px;
}

.footer-links__item a {
	border: 1px solid #AFC4E2;
	display: block;
	height: 100%;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
}

.footer-links__item--external a::after {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../img/icon_external_blue.svg) no-repeat center/contain;
	margin-left: 10px;
}

.footer-links__item--logo img {
	width: 150px;
}

.footer-links__icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: 30px;
	border: 1px solid rgba(11, 48, 179, 0.2);
}

.footer-links__icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 0);
	-ms-transform: translate(-50%, -50%) scale(0, 0);
	transform: translate(-50%, -50%) scale(0, 0);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border: 1px solid #0B30B3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.footer-links__icon::after {
	position: absolute;
	top: 45%;
	right: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 22px;
	height: 6px;
	display: block;
	background: url(../img/arrow_blue.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 58px;
}

.footer-sns__item {
	width: 34px;
}

.footer-sns__item:not(:last-child) {
	margin-right: 20px;
}

.footer-sns__item a {
	display: block;
}

.footer-info__logo {
	display: block;
	width: 200px;
	margin-bottom: 20px;
}

.footer-info__name {
	font-size: 1.2rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 15px;
}

.footer-info__text {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.footer-info__text:not(:last-child) {
	margin-bottom: 15px;
}

.copyright {
	font: 400 1rem "Domine", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.pagetop {
	border: none;
	background: #0B30B3;
	padding: 11px 0;
	margin: 0;
	color: #ffffff;
	text-align: center;
	font: 400 1.2rem "Domine", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	width: 100%;
}

.pagetop::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-right: 10px;
}

.cv-area {
	background: url(../img/bg_cv_sp.png) no-repeat center/cover;
	padding: 100px 0;
}

.cv-area__inner {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}

.cv-area__head {
	color: #ffffff;
	text-align: center;
	margin-bottom: 40px;
}

.cv-area__heading-en-lg {
	display: block;
	font: 600 5.4rem "Domine", serif;
	line-height: 1.5;
}

.cv-area__lead {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.cv-area__item {
	background: rgba(255, 255, 255, 0.85);
	padding: 19px 30px 17px;
	min-height: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cv-area__item:not(:last-child) {
	margin-bottom: 10px;
}

.cv-area__item__heading {
	font-size: 1.6rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 12px;
}

.cv-area__item__heading--mb-sm {
	margin-bottom: 0;
}

.cv-area__tel {
	font: 600 2.8rem "Domine", serif;
	line-height: 1.5;
	text-decoration: none;
	color: #0B30B3;
}

.cv-area__tel::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/icon_tel.svg) no-repeat center/contain;
	margin-right: 5px;
}

.cv-area__text {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 5px;
}

.cv-area__text span {
	display: inline-block;
}

.cv-area__text span:not(:last-child) {
	margin-right: 0.5em;
}

.cv-area__note {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.sp-fixed-cta {
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 80px;
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 300ms;
	transition: 300ms;
	z-index: 3000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 0;
}

.sp-fixed-cta.is-visible {
	opacity: 1;
	visibility: visible;
}

.sp-fixed-cta__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	background: #0B30B3;
	color: #ffffff;
	width: 46.2%;
	text-decoration: none;
}

.sp-fixed-cta__item:not(:last-child) {
	margin-right: 10px;
}

.sp-fixed-cta__item::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.3);
	pointer-events: none;
}

.sp-fixed-cta__item span::before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.sp-fixed-cta__item--tel span::before {
	background: url(../img/icon_tel_white.svg) no-repeat center/contain;
}

.sp-fixed-cta__item--mail span::before {
	background: url(../img/icon_mail_white.svg) no-repeat center/contain;
}

.label-mark {
	font-size: 2rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.label-mark::before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../img/deco_head_blue.svg) no-repeat center/contain;
	margin-right: 10px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.label-mark.color-white::before {
	background-image: url(../img/deco_head_white.svg);
}

.heading-16 {
	font-size: 1.6rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.heading-18 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

.heading-20 {
	font-size: 2rem;
	font-family: "TazuganeGothicStdN-Bold", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.heading-24-16 {
	font-size: 1.6rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.heading-24 {
	font-size: 2.4rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.heading-30 {
	font-size: 3rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.heading-30-24 {
	font-size: 2.4rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.heading-30-24--bb {
	border-bottom: 1px solid #AFC4E2;
	padding-bottom: 10px;
}

.heading-40 {
	font-size: 3rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.heading-40-30 {
	font-size: 3rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.heading-en-lg {
	display: block;
	font: 600 5.4rem "Domine", serif;
	line-height: 1.5;
}

.heading-en-lg--lh-sm {
	line-height: 1.1;
}

.heading-en-md {
	display: block;
	font: 600 5.4rem "Domine", serif;
	line-height: 1.5;
}

.heading-en-md--lh-sm {
	line-height: 1.1;
}

.heading-en-sm {
	display: block;
	font: 600 1.6rem "Domine", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.text-16 {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.text-16--lh-sm {
	line-height: 1.7;
}

.text-16 p:not(:last-child) {
	margin-bottom: 2em;
}

.text-16--mb-sm p:not(:last-child) {
	margin-bottom: 20px;
}

.text-14 {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.text-14--lh-sm {
	line-height: 1.7;
}

.color-blue {
	color: #0B30B3;
}

.color-white {
	color: #FFF;
}

.button {
	position: relative;
	font: 600 1.6rem "Domine", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	background: #0B30B3;
	border: none;
	padding: 0;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	max-width: 270px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button--center {
	margin-left: auto;
	margin-right: auto;
}

.button__icon {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.button__icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 0);
	-ms-transform: translate(-50%, -50%) scale(0, 0);
	transform: translate(-50%, -50%) scale(0, 0);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border: 1px solid #ffffff;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button__icon::after {
	position: absolute;
	top: 45%;
	right: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 22px;
	height: 6px;
	display: block;
	background: url(../img/arrow_white.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-back {
	display: block;
	border: none;
	background: none;
	padding: 0;
	margin-bottom: 0;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-decoration: underline;
}

.image-and-number {
	display: block;
	position: relative;
	z-index: 5;
	overflow: hidden;
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.image-and-number::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EDF3FB;
	z-index: 10;
}

.image-and-number:not(:last-child) {
	margin-bottom: 30px;
}

.image-and-number.is-visible {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-webkit-transition: -webkit-clip-path 0.3s;
	transition: -webkit-clip-path 0.3s;
	transition: clip-path 0.3s;
	transition: clip-path 0.3s, -webkit-clip-path 0.3s;
}

.image-and-number.is-visible::after {
	background-position: left bottom;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: -webkit-transform 0.4s 0.3s;
	transition: -webkit-transform 0.4s 0.3s;
	transition: transform 0.4s 0.3s;
	transition: transform 0.4s 0.3s, -webkit-transform 0.4s 0.3s;
}

.image-and-number__image {
	position: relative;
}

.image-and-number__image img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.image-and-number__image::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#2A467C), to(rgba(42, 70, 124, 0)));
	background: linear-gradient(to top, #2A467C, rgba(42, 70, 124, 0));
	mix-blend-mode: multiply;
	opacity: 0.15;
	z-index: 3;
}

.image-and-number__text-wrap {
	padding: 0 0.2em;
	color: #FFF;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: "Domine", serif;
	z-index: 5;
}

.image-and-number__text {
	font-size: 1rem;
	line-height: 1;
	display: block;
	margin-bottom: 14px;
}

.image-and-number__number {
	display: block;
	font-size: 5rem;
	line-height: 0.6;
}

.hexagon4-image {
	-webkit-mask-image: url(../img/obj_hexagon.svg);
	mask-image: url(../img/obj_hexagon.svg);
	-webkit-mask-position: right top;
	mask-position: right top;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 131.5%;
	max-width: 750px;
	position: relative;
	left: calc(100% + 10px);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.hexagon4-image::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 80.877333%;
}

.hexagon4-image img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.hexagon4-image--right {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.deco-hexagon2 {
	width: 90.9%;
	display: block;
	position: absolute;
}

.deco-hexagon2 img {
	display: block;
}

.deco-hexagon2--home-about {
	z-index: 0;
	right: -20.6%;
	bottom: -17.9%;
}

.deco-hexagon2--home-company {
	width: 100.6%;
	right: -40%;
	bottom: -21.2%;
}

.deco-hexagon2--home-recruit {
	width: 332px;
	left: -80px;
	bottom: -100px;
}

.deco-hexagon2--skill {
	z-index: 0;
	right: -20.6%;
	bottom: -17.9%;
}

.deco-hexagon2--feature {
	z-index: 0;
	top: 0;
	right: -20.5vw;
	width: 85.1%;
}

.pagination {
	position: relative;
	border-top: 1px solid #AFC4E2;
	border-bottom: 1px solid #AFC4E2;
	padding: 14px 0;
	margin-top: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination .page-numbers {
	display: block;
	color: #0B30B3;
	font-size: 1.8rem;
	font-family: "Domine", serif;
	text-decoration: none;
	margin: 0 5px;
	padding: 0.3em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagination .page-numbers.current {
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.pagination .page-numbers.prev {
	position: absolute;
	left: 0;
}

.pagination .page-numbers.next {
	position: absolute;
	right: 0;
}

.case-slide__item a {
	text-decoration: none;
}

.case-slide__image {
	position: relative;
	padding-top: 66.7%;
	overflow: hidden;
}

.case-slide__image::after {
	position: absolute;
	top: 0;
	right: 100%;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	content: "";
	width: 80px;
	height: 100%;
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
	opacity: 0.3;
	-webkit-transition: linear 0.25s;
	transition: linear 0.25s;
}

.case-slide__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.case-slide__year {
	position: absolute;
	bottom: -9px;
	right: 0;
	font: 400 4rem "Domine", serif;
	color: #ffffff;
}

.case-slide__name {
	position: relative;
	padding: 17px 35px 8px 0;
	font-size: 2rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	border-bottom: 1px solid #AFC4E2;
}

.case-slide__icon {
	position: absolute;
	top: 55%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid rgba(11, 48, 179, 0.2);
}

.case-slide__icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 0);
	-ms-transform: translate(-50%, -50%) scale(0, 0);
	transform: translate(-50%, -50%) scale(0, 0);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border: 1px solid #0B30B3;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.case-slide__icon::after {
	position: absolute;
	top: 45%;
	right: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 22px;
	height: 6px;
	display: block;
	background: url(../img/arrow_blue.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.case-slide__text {
	margin-top: 15px;
	letter-spacing: 0.05em;
	line-height: 2;
}

.js-scrollin {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}

.js-scrollin.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, transform 0.7s;
	transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}

.js-scrollin-to-left {
	opacity: 0;
	-webkit-transform: translateX(70px);
	-ms-transform: translateX(70px);
	transform: translateX(70px);
}

.js-scrollin-to-left.is-visible {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, transform 0.7s;
	transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}

.js-parade-text.label-mark::before {
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.js-parade-text span {
	opacity: 0;
	display: inline-block;
}

.js-parade-text span.js-half-space {
	display: inline;
}

.js-parade-text span:nth-child(13n-1) {
	-webkit-transform: translate(-1em, 1em);
	-ms-transform: translate(-1em, 1em);
	transform: translate(-1em, 1em);
}

.js-parade-text span:nth-child(13n-2) {
	-webkit-transform: translate(-0.2em, -0.6em);
	-ms-transform: translate(-0.2em, -0.6em);
	transform: translate(-0.2em, -0.6em);
}

.js-parade-text span:nth-child(13n-3) {
	-webkit-transform: translate(1.2em, 2em);
	-ms-transform: translate(1.2em, 2em);
	transform: translate(1.2em, 2em);
}

.js-parade-text span:nth-child(13n-4) {
	-webkit-transform: translate(-0.5em, -0.4em);
	-ms-transform: translate(-0.5em, -0.4em);
	transform: translate(-0.5em, -0.4em);
}

.js-parade-text span:nth-child(13n-5) {
	-webkit-transform: translate(0.6em, 1.3em);
	-ms-transform: translate(0.6em, 1.3em);
	transform: translate(0.6em, 1.3em);
}

.js-parade-text span:nth-child(13n-6) {
	-webkit-transform: translate(2em, -2em);
	-ms-transform: translate(2em, -2em);
	transform: translate(2em, -2em);
}

.js-parade-text span:nth-child(13n-7) {
	-webkit-transform: translate(-1.4em, -3em);
	-ms-transform: translate(-1.4em, -3em);
	transform: translate(-1.4em, -3em);
}

.js-parade-text span:nth-child(13n-8) {
	-webkit-transform: translate(-0.4em, 1.2em);
	-ms-transform: translate(-0.4em, 1.2em);
	transform: translate(-0.4em, 1.2em);
}

.js-parade-text span:nth-child(13n-9) {
	-webkit-transform: translate(2.4em, -3em);
	-ms-transform: translate(2.4em, -3em);
	transform: translate(2.4em, -3em);
}

.js-parade-text span:nth-child(13n-10) {
	-webkit-transform: translate(-1em, 0.8em);
	-ms-transform: translate(-1em, 0.8em);
	transform: translate(-1em, 0.8em);
}

.js-parade-text span:nth-child(13n-11) {
	-webkit-transform: translate(1.2em, 2.1em);
	-ms-transform: translate(1.2em, 2.1em);
	transform: translate(1.2em, 2.1em);
}

.js-parade-text span:nth-child(13n-12) {
	-webkit-transform: translate(-1.8em, -1.8em);
	-ms-transform: translate(-1.8em, -1.8em);
	transform: translate(-1.8em, -1.8em);
}

.js-parade-text span:nth-child(13n) {
	-webkit-transform: translate(-2em, 1.5em);
	-ms-transform: translate(-2em, 1.5em);
	transform: translate(-2em, 1.5em);
}

.js-parade-text.heading-en-lg span:nth-child(9n-1),
.js-parade-text.heading-en-md span:nth-child(9n-1),
.js-parade-text.heading-en-sm span:nth-child(9n-1) {
	-webkit-transform: translate(-0.5em, -0.5em);
	-ms-transform: translate(-0.5em, -0.5em);
	transform: translate(-0.5em, -0.5em);
}

.js-parade-text.heading-en-lg span:nth-child(9n-2),
.js-parade-text.heading-en-md span:nth-child(9n-2),
.js-parade-text.heading-en-sm span:nth-child(9n-2) {
	-webkit-transform: translate(-0.1em, 0.3em);
	-ms-transform: translate(-0.1em, 0.3em);
	transform: translate(-0.1em, 0.3em);
}

.js-parade-text.heading-en-lg span:nth-child(9n-3),
.js-parade-text.heading-en-md span:nth-child(9n-3),
.js-parade-text.heading-en-sm span:nth-child(9n-3) {
	-webkit-transform: translate(0, 1em);
	-ms-transform: translate(0, 1em);
	transform: translate(0, 1em);
}

.js-parade-text.heading-en-lg span:nth-child(9n-4),
.js-parade-text.heading-en-md span:nth-child(9n-4),
.js-parade-text.heading-en-sm span:nth-child(9n-4) {
	-webkit-transform: translate(-0.25em, -0.2em);
	-ms-transform: translate(-0.25em, -0.2em);
	transform: translate(-0.25em, -0.2em);
}

.js-parade-text.heading-en-lg span:nth-child(9n-5),
.js-parade-text.heading-en-md span:nth-child(9n-5),
.js-parade-text.heading-en-sm span:nth-child(9n-5) {
	-webkit-transform: translate(0.3em, 0.7em);
	-ms-transform: translate(0.3em, 0.7em);
	transform: translate(0.3em, 0.7em);
}

.js-parade-text.heading-en-lg span:nth-child(9n-6),
.js-parade-text.heading-en-md span:nth-child(9n-6),
.js-parade-text.heading-en-sm span:nth-child(9n-6) {
	-webkit-transform: translate(-0.1, -1em);
	-ms-transform: translate(-0.1, -1em);
	transform: translate(-0.1, -1em);
}

.js-parade-text.heading-en-lg span:nth-child(9n-7),
.js-parade-text.heading-en-md span:nth-child(9n-7),
.js-parade-text.heading-en-sm span:nth-child(9n-7) {
	-webkit-transform: translate(-0.6em, -1em);
	-ms-transform: translate(-0.6em, -1em);
	transform: translate(-0.6em, -1em);
}

.js-parade-text.heading-en-lg span:nth-child(9n-8),
.js-parade-text.heading-en-md span:nth-child(9n-8),
.js-parade-text.heading-en-sm span:nth-child(9n-8) {
	-webkit-transform: translate(-0.2em, 0.8em);
	-ms-transform: translate(-0.2em, 0.8em);
	transform: translate(-0.2em, 0.8em);
}

.js-parade-text.heading-en-lg span:nth-child(9n),
.js-parade-text.heading-en-md span:nth-child(9n),
.js-parade-text.heading-en-sm span:nth-child(9n) {
	-webkit-transform: translate(0.2em, 0.8em);
	-ms-transform: translate(0.2em, 0.8em);
	transform: translate(0.2em, 0.8em);
}

.js-parade-text.is-visible.label-mark::before {
	opacity: 1;
}

.js-parade-text.is-visible span {
	-webkit-transition-timing-function: cubic-bezier(0.23, 0.91, 0.71, 0.95);
	transition-timing-function: cubic-bezier(0.23, 0.91, 0.71, 0.95);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
	-webkit-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
}

.js-parade-text.is-visible span:nth-child(7n) {
	-webkit-transition-duration: 0.44s;
	transition-duration: 0.44s;
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}

.js-parade-text.is-visible span:nth-child(7n-6) {
	-webkit-transition-duration: 0.55s;
	transition-duration: 0.55s;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.js-parade-text.is-visible span:nth-child(7n-5) {
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.js-parade-text.is-visible span:nth-child(7n-4) {
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.js-parade-text.is-visible span:nth-child(7n-3) {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.js-parade-text.is-visible span:nth-child(7n-2) {
	-webkit-transition-duration: 0.45s;
	transition-duration: 0.45s;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.js-parade-text.is-visible span:nth-child(7n-1) {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.js-parallax {
	position: absolute;
	top: 0;
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.js-parallax--bottom {
	bottom: 0 !important;
	top: auto !important;
}

.lead {
	overflow: hidden;
}

.has-bg-blue-pattern {
	position: relative;
}

.bg-blue-pattern {
	background-color: #EDF3FB;
	background-image: url(../img/bg_pattern.png);
	background-repeat: no-repeat;
	background-size: 800px auto;
	position: absolute;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.bg-blue-pattern::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #EDF3FB;
	opacity: 1;
}

.bg-blue-pattern.is-visible {
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.bg-blue-pattern.is-visible::after {
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
	opacity: 0;
}

.bg-blue-pattern--right {
	right: 0;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}

.bg-blue-pattern--left {
	left: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.bg-blue-pattern--home-case {
	width: 78.205128vw;
	height: calc(100% - 85px);
	bottom: 0;
	background-position: 75.8px bottom;
}

.bg-blue-pattern--home-company {
	width: 92.307692vw;
	height: 370px;
	bottom: 0;
	background-position: -160px bottom;
	background-size: 750px auto;
}

.bg-blue-pattern--service-2 {
	width: 78.205128vw;
	height: 710px;
	bottom: 0;
	background-position: left 73px bottom 5px;
	background-size: 841px auto;
}

.bg-blue-pattern--motto {
	width: 78.205128vw;
	height: 616px;
	bottom: 0;
	background-position: left 74px bottom -30px;
	background-size: 800px auto;
}

.bg-blue-pattern--related-link {
	width: 85.25641vw;
	height: 1461px;
	bottom: 0;
	background-position: left 70px bottom -38px;
	background-size: 807px auto;
	background-repeat: repeat-y;
}

.mainvisual {
	overflow: hidden;
	height: 100vh;
	min-height: calc(170px + 40rem);
	margin-bottom: 150px;
	position: relative;
}

.mainvisual::after {
	position: absolute;
	top: 50%;
	right: 130%;
	-webkit-transform: translateY(-50%) rotate(10deg);
	-ms-transform: translateY(-50%) rotate(10deg);
	transform: translateY(-50%) rotate(10deg);
	content: "";
	height: 140%;
	aspect-ratio: 1/6;
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
	opacity: 0.3;
}

.mainvisual.is-loaded::after {
	right: -50%;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.mainvisual__movie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mainvisual__movie::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #D0D0D0;
	mix-blend-mode: multiply;
	z-index: 1;
}

.mainvisual__movie video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.mainvisual__catch {
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 100px 0 7.4rem;
	opacity: 0;
}

.mainvisual__catch.is-visible {
	opacity: 1;
	-webkit-transition: opacity 1.2s;
	transition: opacity 1.2s;
}

.mainvisual__main-text {
	font-size: 3.6rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.15;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 1.623rem;
}

.mainvisual__main-text__col {
	width: 1.1em;
	display: block;
}

.mainvisual__en-text {
	font-family: "Domine", serif;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-top: 2rem;
	padding-right: 0.4em;
}

.l-body--home-start .mainvisual__bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.l-body--home-start.is-visible .mainvisual__bottom {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.7s;
	transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
	transition: transform 0.7s, -webkit-transform 0.7s;
}

.mainvisual__scroll {
	display: block;
	position: absolute;
	bottom: 0;
	right: 1.7rem;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	text-decoration: none;
	z-index: 5;
}

.mainvisual__scroll__text {
	font-family: "Domine", serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 0.1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.mainvisual__scroll__line {
	display: block;
	width: 1px;
	height: 80px;
	background: rgba(255, 255, 255, 0.3);
	margin: 9px auto 0;
	position: relative;
	overflow: hidden;
}

.mainvisual__scroll__line::before {
	content: "";
	width: 100%;
	height: 0;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: scrollicon 2s infinite;
	animation: scrollicon 2s infinite;
}

.mv-info {
	width: calc(100% - 40px);
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 8;
}

.mv-info__item a {
	display: block;
	text-decoration: none;
	padding: 1.35rem 2rem 1.2rem;
}

.mv-info__date {
	color: #64676D;
	font-size: 1.2rem;
	font-family: "Domine", serif;
	line-height: 1.5;
	display: block;
	margin-bottom: 1rem;
}

.mv-info__title {
	text-decoration: underline;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	letter-spacing: 0.05em;
	display: block;
}

.mv-info__button-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	z-index: 8;
}

.mv-info__button {
	font-size: 1.2rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	background: #0B30B3;
	border: none;
	padding: 0;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 0.6rem 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
}

.home-about {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 150px;
}

.home-about__en-head {
	position: absolute;
	top: 75px;
	right: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 0.8;
	z-index: 1;
}

.home-about__image {
	position: relative;
	margin-bottom: 60px;
}

.home-strong {
	margin-bottom: 150px;
}

.home-strong__main {
	width: 78.91%;
}

.home-strong__item {
	margin-bottom: 60px;
}

.home-strong__image {
	width: calc(100% + 7.692308vw);
}

.home-case {
	padding: 0 0 118px;
	overflow: hidden;
}

.home-case__head {
	padding: 0 100px 0 0;
}

.home-case__main.swiper {
	width: calc(50% + 50vw);
	padding-top: 100px;
	margin-top: -100px;
}

.home-case__item a {
	display: block;
	text-decoration: none;
}

.home-case__image {
	position: relative;
	padding-top: 66.6%;
	overflow: hidden;
}

.home-case__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-case__image::after {
	position: absolute;
	top: 0;
	right: 100%;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	content: "";
	width: 80px;
	height: 100%;
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
	opacity: 0.3;
	-webkit-transition: linear 0.25s;
	transition: linear 0.25s;
}

.home-case__year {
	position: absolute;
	bottom: -22px;
	right: 0;
	font: 400 5.2rem "Domine", serif;
	line-height: 1.5;
	color: #ffffff;
}

.home-case__text {
	position: relative;
	font-size: 1.8rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 20px 0;
	border-bottom: 1px solid #AFC4E2;
}

.home-case__text::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #0B30B3;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.home-case__icon {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid rgba(11, 48, 179, 0.2);
}

.home-case__icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 0);
	-ms-transform: translate(-50%, -50%) scale(0, 0);
	transform: translate(-50%, -50%) scale(0, 0);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border: 1px solid #0B30B3;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-case__icon::after {
	position: absolute;
	top: 45%;
	right: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 22px;
	height: 6px;
	display: block;
	background: url(../img/arrow_blue.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-case__button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 84.615384vw;
	margin-top: 60px;
}

.home-case__navigation {
	position: absolute;
	top: 0;
	right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home-case__navigation .swiper-button-prev,
.home-case__navigation .swiper-button-next {
	position: relative;
	top: 0;
}

.home-case__navigation .swiper-button-prev {
	margin-right: 10px;
}

.home-history {
	padding: 161px 0 150px;
	overflow: hidden;
}

.home-history__head {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 104px 0 133px;
}

.home-history__heading {
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 5;
	height: 285px;
	white-space: nowrap;
}

.home-history__heading__en {
	position: absolute;
	top: 2px;
	left: calc(100% + 6px);
	font: 600 1.6rem "Domine", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.home-history__heading__jp {
	font-size: 3.6rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.13em;
	line-height: 1.15;
}

.home-history__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home-history__bg::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #D0D0D0;
	mix-blend-mode: multiply;
	z-index: 3;
}

.home-history__bg img {
	height: auto;
	min-height: 100%;
}

.home-history__contents {
	position: relative;
	background: #ffffff;
	margin-top: -30px;
	padding: 42px 0 0;
	text-align: center;
}

.home-history__text-lg {
	font-size: 3rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 28px;
}

.home-company {
	padding: 0 0 100px;
	overflow: hidden;
}

.home-company__image {
	margin-bottom: 60px;
	position: relative;
}

.home-company__item a {
	display: block;
	text-decoration: none;
	position: relative;
}

.home-company__list {
	padding: 32px 0 0 30px;
}

.home-company__item {
	border-bottom: 1px solid #AFC4E2;
}

.home-company__item a {
	padding: 19px 0;
}

.home-company__num {
	font: 600 1.6rem "Domine", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #0B30B3;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.home-company__page-name {
	font-size: 2rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.home-company__icon {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid rgba(11, 48, 179, 0.2);
}

.home-company__icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 0);
	-ms-transform: translate(-50%, -50%) scale(0, 0);
	transform: translate(-50%, -50%) scale(0, 0);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border: 1px solid #0B30B3;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-company__icon::after {
	position: absolute;
	top: 45%;
	right: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 22px;
	height: 6px;
	display: block;
	background: url(../img/arrow_blue.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-recruit {
	padding: 150px 0;
	overflow: hidden;
}

.home-recruit__image {
	width: calc(50% + 50vw);
	aspect-ratio: 360/280;
	position: relative;
	overflow: hidden;
}

.home-recruit__image img {
	height: auto;
	min-height: 100%;
}

.home-recruit__contents {
	position: relative;
	margin-top: -32px;
	background: #ffffff;
	padding: 42px 0 0;
}

.home-recruit__text-lg {
	font-size: 3rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 19px;
}

.home-recruit__text-sm {
	padding-left: 6px;
}

.home-recruit__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.home-fixed-cta {
	display: none;
}

.home-fixed-cta__icon {
	width: 24px;
}

.home-fixed-cta__en {
	margin-top: 5px;
	font-family: "Domine", serif;
}

.home-fixed-cta__jp {
	margin-top: 7px;
	display: block;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	font-size: 1rem;
}

.page-head {
	position: relative;
	padding: 52px 0 66px;
	text-align: center;
	color: #0B30B3;
}

.page-head__en {
	font: 600 5rem "Domine", serif;
	line-height: 1.1;
}

.page-head__jp {
	margin-top: 9px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	display: block;
}

.page-head__vertical {
	position: absolute;
	top: calc(100% - 5em - 0.64em - 0.1em);
	left: 15px;
	font-size: 2.4rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.16em;
	color: #0B30B3;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	z-index: 1;
}

.page-head__vertical__white {
	color: #ffffff;
}

.page-head--pd-sm {
	padding: 54px 0 46px;
}

.page-head-image {
	position: relative;
	height: 56.410256vw;
	margin-bottom: 30px;
	overflow: hidden;
}

.page-head-image::after {
	content: "";
	display: block;
	height: 7.692307vw;
	width: 92.307692%;
	max-width: calc(50vw + 700px);
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #FFF;
}

.section {
	margin-bottom: 100px;
}

.section--mb-0 {
	margin-bottom: 0;
}

.gallery.swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.gallery__item {
	position: relative;
}

.gallery__item::before {
	content: "";
	width: 100%;
	padding-top: 66.6%;
	display: block;
}

.gallery__item img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-lead-wrap {
	overflow: hidden;
}

.about-lead {
	margin-bottom: 150px;
}

.about-lead__body {
	position: relative;
}

.about-lead__deco {
	position: absolute;
	top: -102px;
	right: calc(-7.69vw - 7px);
	color: #EDF3FB;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.about-lead__deco__lg {
	display: block;
	font: 600 6.8rem "Domine", serif;
	line-height: 1;
}

.about-lead__deco__sm {
	display: block;
	font: 600 5.4rem "Domine", serif;
	line-height: 1;
	margin-right: -7px;
	margin-top: 4px;
}

.strength {
	margin-bottom: 165px;
}

.strength__head {
	margin-bottom: 37px;
}

.strength__item:not(:last-child) {
	padding-bottom: 100px;
}

.strength__image {
	width: calc(50% + 50vw);
	margin-bottom: 40px;
}

.strength__image img {
	display: block;
}

.strength-2col:not(:last-child) {
	margin-bottom: 80px;
}

.strength-2col__image {
	margin-bottom: 21px;
}

.strength-2col__image img {
	display: block;
}

.license-list {
	background: #EDF3FB;
	padding: 15px 20px 13px;
}

.license-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 2;
	border-bottom: 1px solid #AFC4E2;
	padding-bottom: 2px;
	margin-bottom: 7px;
}

.license-list__item dt {
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
}

.strength-list-1__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.strength-list-1__item:not(:last-child) {
	margin-bottom: 20px;
}

.strength-list-1__head {
	margin-right: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 4px;
}

.strength-list-1__head__num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
	height: 60px;
	background: #0B30B3;
	font: 400 2.4rem "Domine", serif;
	color: #ffffff;
	-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.strength-list-1__head__text {
	display: block;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 7px;
	text-align: center;
	color: #0B30B3;
}

.strength-list-1__main {
	padding: 5px 0 0;
}

.strength-list-1__heading {
	font-size: 1.8rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 5px;
}

.strength-list-1__text {
	letter-spacing: 0.05em;
	line-height: 2;
}

.strength-list-2 {
	margin-bottom: -16px;
}

.strength-list-2__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 6px;
	margin-bottom: 16px;
}

.strength-list-2__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
	height: 60px;
	background: #0B30B3;
	-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	margin-right: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.strength-list-2__icon img {
	width: 25px;
}

.strength-list-2__main {
	padding: 10px 0 0;
}

.about-case__head {
	position: relative;
	z-index: 2;
}

.about-case__gallery {
	margin-top: -25px;
	margin-bottom: 63px;
}

.about-case__text li {
	display: inline-block;
}

.about-case__text li:not(:last-child)::after {
	content: " / ";
}

.feature {
	position: relative;
	overflow: hidden;
	padding-top: 10.5vw;
	margin-top: -10.5vw;
}

.feature__main {
	margin-bottom: 149px;
}

.feature__item {
	margin-bottom: 57px;
}

.reason__head {
	margin-bottom: -3.8rem;
	position: relative;
	z-index: 5;
}

.reason__image {
	margin-bottom: 30px;
}

.reason__heading {
	text-align: center;
}

.skill {
	margin-bottom: 80px;
	overflow: hidden;
}

.skill__image {
	position: relative;
	margin-bottom: 60px;
}

.results {
	margin-bottom: 150px;
}

.results__gallery {
	margin-top: 60px;
}

.service-1 {
	overflow: hidden;
	margin-bottom: 103px;
}

.service-1__main {
	overflow: visible !important;
}

.service-2 {
	position: relative;
	padding: 82px 0 72px;
	margin-bottom: 152px;
}

.service-2__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.service-2__item {
	width: calc(50% - 15px);
	margin-bottom: 30px;
}

.service-2__item:not(:nth-child(2n)) {
	margin-right: 30px;
}

.service-2__item img {
	display: block;
}

.reform__head {
	margin-bottom: -2.8rem;
	position: relative;
	z-index: 5;
}

.reform__image {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 56.410256vw;
	overflow: hidden;
	margin-bottom: 30px;
}

.reform__image::after {
	content: "";
	display: block;
	height: 7.692307vw;
	width: 92.307692%;
	max-width: calc(50vw + 700px);
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #FFF;
}

.motto {
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 145px;
}

.motto__body {
	display: block;
}

.motto__main {
	margin-bottom: 61px;
}

.motto__text {
	font-size: 1.8rem;
	line-height: 2.3;
	letter-spacing: 0.05em;
}

.motto__writer {
	margin-top: 20px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.motto__writer span {
	font-size: 1.6rem;
}

.motto__message {
	background: #fff;
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.motto__message img {
	width: 210px;
}

.message {
	margin-bottom: 154px;
}

.message__item:nth-of-type(2) {
	margin-top: 100px;
}

.message__name {
	margin-top: 20px;
	font-family: "TazuganeGothicStdN-Bold", sans-serif;
	text-align: right;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.message__name span {
	display: block;
	font-size: 1.8rem;
}

.message__image {
	margin-bottom: 42px;
}

.message__image img {
	display: block;
}

.profile {
	position: relative;
	margin-top: 45px;
	border: 1px solid #AFC4E2;
	padding: 20px 20px 18px;
}

.profile__heading {
	position: absolute;
	left: -1px;
	top: -14px;
	font: 600 2rem "Domine", serif;
	color: #0B30B3;
	letter-spacing: 0.05em;
}

.profile__main {
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.company-philosophy {
	margin-bottom: 152px;
}

.company-philosophy__text {
	position: relative;
	font-size: 2.4rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	border: 1px solid #0B30B3;
	padding: 22px 0 17px;
}

.company-philosophy__text::before,
.company-philosophy__text::after {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: calc(100% - 20px);
	height: 10px;
	display: block;
	background: #ffffff;
}

.company-philosophy__text::before {
	top: -5px;
}

.company-philosophy__text::after {
	bottom: -5px;
}

.management-philosophy {
	margin-bottom: 152px;
}

.philosophy-list__item {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-indent: -31px;
	padding: 15px 0 14px 31px;
	border-bottom: 1px solid #AFC4E2;
}

.philosophy-list__item::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #0B30B3;
	border-radius: 50%;
	margin: 0 16px 0 10px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.action-guidelines {
	padding-bottom: 50px;
}

.company-info {
	margin-bottom: 150px;
}

.company-info__item {
	position: relative;
	padding: 20px 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #AFC4E2;
}

.company-info__item::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	width: 33%;
	height: 1px;
	background: #0B30B3;
}

.company-info__label {
	padding-bottom: 10px;
}

.related-link {
	position: relative;
	padding: 80px 0 70px;
}

.related-link__item {
	margin-bottom: 39px;
}

.related-link__item a {
	display: block;
	text-decoration: none;
}

.related-link__text {
	position: relative;
	margin-top: -8px;
	padding-bottom: 22px;
	border-bottom: 1px solid #AFC4E2;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
}

.related-link__icon {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid rgba(11, 48, 179, 0.2);
}

.related-link__icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 0);
	-ms-transform: translate(-50%, -50%) scale(0, 0);
	transform: translate(-50%, -50%) scale(0, 0);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border: 1px solid #0B30B3;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.related-link__icon::after {
	position: absolute;
	top: 45%;
	right: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 22px;
	height: 6px;
	display: block;
	background: url(../img/arrow_blue.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.office {
	margin-bottom: 40px;
	width: calc(100% - 20px);
}

.office--mb-0 {
	margin-bottom: 0;
}

.office--wide {
	width: 100%;
	margin: 0;
}

.office--wide__logo {
	border: 1px solid #AFC4E2;
	padding: 15px 45px;
	max-width: 240px;
	margin-top: 18px;
}

.office__map {
	display: inline-block;
	font-size: 1.6rem;
	font-family: "TazuganeGothicStdN-Bold", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #0B30B3;
	margin-top: 5px;
}

.office__map::before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/icon_pin.svg) no-repeat center/contain;
	margin-right: 6px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.document-section p:not(:last-child) {
	margin-bottom: 10px;
}

.document-section:not(:last-child) {
	margin-bottom: 30px;
}

.contact-tel {
	text-align: center;
	border: 1px solid #AFC4E2;
	padding: 24px 20px;
	margin: 40px 0 0;
}

.contact-tel__tel {
	font: 600 2.8rem "Domine", serif;
	line-height: 1.5;
	color: #0B30B3;
	text-decoration: none;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 12px;
}

.contact-tel__tel::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/icon_tel.svg) no-repeat center/contain;
	margin-right: 6px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.contact-tel__text {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 5px;
}

.contact-tel__note {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.contact-main {
	padding-top: 80px;
}

.form__attention {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #F04D4D;
	margin-bottom: 35px;
}

.form__agree {
	text-align: center;
	margin-top: -3px;
}

.form__agree span {
	position: relative;
}

.form__agree label {
	cursor: pointer;
}

.form__agree__checkbox {
	position: absolute;
}

.form__agree__checkbox:checked + .mwform-checkbox-field-text::after {
	opacity: 1;
}

.form__agree__checkbox:focus + .mwform-checkbox-field-text::before {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.form__agree__required {
	font-size: 1.2rem;
	color: #F04D4D;
	vertical-align: top;
	padding-left: 5px;
}

.form__agree .mwform-checkbox-field-text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-left: 22px;
}

.form__agree .mwform-checkbox-field-text::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	border: 1px solid #0B30B3;
}

.form__agree .mwform-checkbox-field-text::after {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background: url(../img/icon_check.svg) no-repeat center/10px auto, #0B30B3;
	opacity: 0;
}

.form__button {
	margin-top: 40px;
}

.form__button .button {
	margin-left: auto;
	margin-right: auto;
}

.form .error {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #F04D4D;
	display: inline-block;
	padding-top: 5px;
}

.form-item {
	margin-bottom: 30px;
}

.form-item--file {
	margin-bottom: 18px;
}

.form-item--file .form-item__input {
	padding: 10px 0 13px;
}

.form-item--file .form-item__input .input-file .mwform-file-delete {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	padding-left: 0.5em;
}

.form-item__label {
	display: block;
	font-size: 1.6rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 10px;
}

.form-item__label__sm {
	font-size: 1.2rem;
	font-family: "TazuganeGothicStdN-Book", sans-serif;
	padding-left: 10px;
}

.form-item__input.is-error .input,
.form-item__input.is-error .textarea {
	border-bottom-color: #F04D4D;
}

.form-item__input.is-error .error {
	width: 100%;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.form-item__required {
	font-size: 1.2rem;
	color: #F04D4D;
	vertical-align: top;
	padding-left: 5px;
}

.form-item__note {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #64676D;
	margin-top: 5px;
}

.form-item__radio {
	padding-top: 10px;
}

.form-item__radio fieldset {
	position: relative;
}

.form-item__radio fieldset legend {
	position: absolute;
	opacity: 0;
}

.form-item__radio .mwform-radio-field {
	display: block;
	width: 100%;
}

.form-item__radio .mwform-radio-field:not(:last-child) {
	margin-bottom: 15px;
}

.form-item__radio .mwform-radio-field label {
	cursor: pointer;
}

.form-item__radio .mwform-radio-field-text {
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	vertical-align: middle;
	padding-left: 26px;
}

.form-item__radio .mwform-radio-field-text::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #0B30B3;
}

.form-item__radio .mwform-radio-field-text::after {
	position: absolute;
	top: 50%;
	left: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background: #0B30B3;
	opacity: 0;
}

.form-item__radio input {
	position: absolute;
}

.form-item__radio input:checked + .mwform-radio-field-text::after {
	opacity: 1;
}

.form-item__radio input:focus + .mwform-radio-field-text::before {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.mw_wp_form_confirm.mw_wp_form_preview .heading-40 {
	display: none;
}

.mw_wp_form_confirm.mw_wp_form_preview .form__attention {
	display: none;
}

.mw_wp_form_confirm.mw_wp_form_preview .form-item {
	margin-bottom: 22px;
}

.mw_wp_form_confirm.mw_wp_form_preview .form-item__label {
	margin-top: 5px;
}

.mw_wp_form_confirm.mw_wp_form_preview .form-item__input {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.mw_wp_form_confirm.mw_wp_form_preview .form-item__radio {
	padding-top: 0;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.mw_wp_form_confirm.mw_wp_form_preview .form-item--file {
	padding: 6px 0;
}

.mw_wp_form_confirm.mw_wp_form_preview .form-item--file .form-item__input {
	padding: 0;
	font-size: 1.4rem;
}

.mw_wp_form_confirm.mw_wp_form_preview .form-item--file .form-item__input .input-file {
	padding: 10px 0 0;
}

.mw_wp_form_confirm.mw_wp_form_preview .input-file__select-btn,
.mw_wp_form_confirm.mw_wp_form_preview .input-file__text,
.mw_wp_form_confirm.mw_wp_form_preview .form-item__note {
	display: none;
}

.mw_wp_form_confirm.mw_wp_form_preview .form__agree {
	display: none;
}

.mw_wp_form_confirm.mw_wp_form_preview .form__button {
	margin-top: 58px;
}

.input,
.textarea {
	background: #EDF3FB;
	border: none;
	border-bottom: 1px solid #EDF3FB;
	width: 100%;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	border-radius: 0;
	font-family: sans-serif !important;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
	color: #B2B6BD;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
	color: #B2B6BD;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
	color: #B2B6BD;
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
	color: #B2B6BD;
}

.input::placeholder,
.textarea::placeholder {
	color: #B2B6BD;
}

.input:focus,
.textarea:focus {
	border-bottom-color: #0B30B3;
}

.input {
	height: 54px;
}

.textarea {
	height: 250px;
	resize: none;
}

.input-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.mw_wp_form_confirm .input-file {
	cursor: auto;
}

.input-file__input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 0;
	height: 0;
	z-index: -1;
}

.input-file__input:focus + span + .input-file__button-wrap .input-file__select-btn {
	background: #0B30B3;
	color: #FFF;
}

.input-file__button-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.input-file__button-wrap:hover .input-file__select-btn {
	background: #0B30B3;
	color: #FFF;
}

.input-file__select-btn {
	background: none;
	border: 1px solid #0B30B3;
	color: #0B30B3;
	padding: 8px 10px;
	letter-spacing: 0.05em;
}

.input-file__text {
	color: #64676D;
	padding-left: 15px;
	letter-spacing: 0.05em;
}

.input-file__text.is-done {
	color: #222222;
}

.input-file__size-error {
	display: none;
	width: 100%;
	color: #F04D4D;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	padding: 5px 0;
}

.input-file__size-error.is-visible {
	display: block;
}

.mwform-file-delete {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mwform-file-delete:hover {
	opacity: 0.6;
}

.case-index-slide {
	margin-bottom: 70px;
}

.case-index-slide.swiper .swiper-button-wrap {
	position: absolute;
	top: 16.4vw;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1;
}

.case-index-slide.swiper .swiper-button-prev,
.case-index-slide.swiper .swiper-button-next {
	position: relative;
	border: none;
	background: rgba(255, 255, 255, 0.7);
}

.case-index-slide.swiper .swiper-button-prev {
	left: 0;
}

.case-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

.case-list__item {
	width: 47%;
	margin-bottom: 30px;
}

.case-list__item a {
	display: block;
	text-decoration: none;
}

.case-list__image {
	position: relative;
	padding-top: 66.5%;
	overflow: hidden;
}

.case-list__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.case-list__name {
	font-size: 1.6rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 12px;
}

.case-article {
	padding-bottom: 40px;
}

.case-article h2 {
	font-size: 2.4rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	border-bottom: 1px solid #AFC4E2;
	padding-bottom: 8px;
	margin-bottom: 40px;
}

.case-title {
	font-size: 3.2rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 40px;
}

.case-gallery {
	position: relative;
	padding: 0 0 106px;
	margin-bottom: 80px;
}

.case-gallery::before {
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: calc(100% - 70px);
	display: block;
	background: #EDF3FB;
}

.case-gallery .swiper-pagination {
	position: static;
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	margin-left: auto;
	margin-right: auto;
}

.case-gallery .swiper-pagination .case-gallery__thumb__item {
	position: relative;
	width: 100px;
	height: 100%;
	border-radius: 0;
	background: #E0E0E0;
	opacity: 1;
}

.case-gallery .swiper-pagination .case-gallery__thumb__item.swiper-pagination-bullet {
	margin: 0;
}

.case-gallery .swiper-pagination .case-gallery__thumb__item.swiper-pagination-bullet:not(:last-child) {
	margin-right: 10px;
}

.case-gallery .swiper-pagination .case-gallery__thumb__item.swiper-pagination-bullet-active::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	display: block;
	border: 2px solid #0B30B3;
}

.case-gallery .swiper-pagination .case-gallery__thumb__item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.case-gallery__image {
	position: relative;
	padding-top: 66.7%;
	background: #E0E0E0;
}

.case-gallery__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.case-gallery__caption {
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 16px;
}

.case-gallery__thumb {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 67px;
	overflow-x: auto;
	padding: 0 7.692308vw;
}

.case-overview {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 25px;
}

.case-detail {
	margin-bottom: 62px;
}

.case-detail__item {
	position: relative;
	padding: 15px 0;
}

.case-detail__item::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: linear-gradient(90deg, #0B30B3 110px, #AFC4E2 110px);
}

.case-detail__label {
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 5px;
}

.case-detail__text {
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.case-content > *:first-child {
	margin-top: 0;
}

.case-content > *:last-child {
	margin-bottom: 0;
}

.case-content p,
.case-content > ol,
.case-content > ul,
.case-content > figure,
.case-content > div:not(.case-detail) {
	margin-bottom: 40px;
}

.case-content p:last-child {
	margin-bottom: 0;
}

.case-content h2,
.case-content h3,
.case-content h4,
.case-content h5,
.case-content h6 {
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.case-content h2 {
	font-size: 2.4rem;
	border-bottom: 1px solid #AFC4E2;
	padding-bottom: 8px;
	margin-top: 60px;
	margin-bottom: 40px;
}

.case-content h3 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.case-content h4,
.case-content h5,
.case-content h6 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.case-content p {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 25px;
}

.case-content a {
	color: #0B30B3;
}

.case-content a:not([class]) {
	text-decoration: underline;
}

.case-content strong {
	font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

.case-content em {
	font-style: italic;
}

.case-content .wp-block-image figcaption {
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 0;
}

.case-content ul,
.case-content ol {
	line-height: 1.7;
}

.case-content ul li:not(:last-child),
.case-content ol li:not(:last-child) {
	margin-bottom: 15px;
}

.case-content ul li {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-indent: -30px;
	padding-left: 30px;
}

.case-content ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #0B30B3;
	border-radius: 50%;
	margin: 0 17px 0 10px;
	vertical-align: middle;
	-webkit-transform: translateY(-0.1rem);
	-ms-transform: translateY(-0.1rem);
	transform: translateY(-0.1rem);
}

.case-content ol {
	counter-reset: item;
}

.case-content ol li {
	position: relative;
	padding-left: 2em;
	font-size: 1.6rem;
	line-height: 1.5;
}

.case-content ol li::before {
	counter-increment: item;
	content: counter(item);
	display: block;
	font-family: "Domine", serif;
	font-weight: 600;
	color: #0B30B3;
	width: 1.7em;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.case-2col-sec__image {
	margin-bottom: 20px;
}

.case-2col-sec__image img {
	display: block;
}

.case-2col-sec__image figcaption {
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 0;
}

.history {
	margin-top: 82px;
	overflow: hidden;
}

.history__body {
	position: relative;
	margin-bottom: 17px;
	padding-top: 15px;
}

.history__line {
	position: absolute;
	top: 0;
	left: 33px;
	content: "";
	width: 2px;
	height: 0;
	display: block;
	background: #AFC4E2;
	z-index: -1;
	-webkit-transition: height 0.8s linear;
	transition: height 0.8s linear;
}

.history__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.history__item:last-child .history__content {
	padding-bottom: 60px;
}

.history__year {
	position: relative;
	font: 400 3rem "Domine", serif;
	color: #0B30B3;
	width: 110px;
	background: #ffffff;
}

.history__content {
	width: calc(100% - 110px);
	padding: 2px 0 38px;
}

.history__main dt {
	font-size: 2rem;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 9px;
}

.history__main dd {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.history__image {
	margin-top: 18px;
}

.history__image figcaption {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 9px;
}

.history__message__copy {
	font: 600 3.3rem "Domine", serif;
	color: #0B30B3;
	margin-bottom: 17px;
	line-height: 1;
	text-align: center;
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.history__message__copy__sm {
	font-size: 2.6rem;
	display: block;
	margin-top: 2px;
}

.history__message__text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 38px;
}

.news-list__item {
	position: relative;
}

.news-list__item:first-child a {
	padding-top: 0;
}

.news-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	padding: 15px 0 20px;
}

.news-list__item:not(:last-child) {
	border-bottom: 1px solid #AFC4E2;
}

.news-list__date {
	font-family: "Domine", serif;
	line-height: 1.5;
	color: #64676D;
	margin-top: 5px;
}

.news-list__main {
	margin-top: 6px;
}

.news-list__icon {
	position: relative;
	margin: 12px 0 0 auto;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid rgba(11, 48, 179, 0.2);
}

.news-list__icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 0);
	-ms-transform: translate(-50%, -50%) scale(0, 0);
	transform: translate(-50%, -50%) scale(0, 0);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border: 1px solid #0B30B3;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.news-list__icon::after {
	position: absolute;
	top: 45%;
	right: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 22px;
	height: 6px;
	display: block;
	background: url(../img/arrow_blue.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.news-list__title {
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.news-list__text {
	margin-top: 9px;
	letter-spacing: 0.05em;
	line-height: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news-content {
	line-height: 2.3;
	letter-spacing: 0.1em;
	word-break: break-word;
}

.news-content > *:first-child {
	margin-top: 0;
}

.news-content > *:last-child {
	margin-bottom: 0;
}

.news-content p,
.news-content > ol,
.news-content > ul,
.news-content > table,
.news-content > figure,
.news-content > blockquote,
.news-content .youtube,
.news-content > div {
	margin-bottom: 41px;
}

.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6 {
	margin-bottom: 18px;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.news-content h2 {
	font-size: 2.8rem;
}

.news-content h3 {
	font-size: 2.4rem;
}

.news-content h4 {
	font-size: 2rem;
}

.news-content h5,
.news-content h6 {
	font-size: 1.8rem;
}

.news-content p {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.news-content a {
	color: #0B30B3;
}

.news-content a:not([class]) {
	text-decoration: underline;
}

.news-content strong {
	font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

.news-content em {
	font-style: italic;
}

.news-content figure {
	padding: 20px 0;
}

.news-content figure img {
	display: block;
}

.news-content ul,
.news-content ol {
	line-height: 1.7;
}

.news-content ul li:not(:last-child),
.news-content ol li:not(:last-child) {
	margin-bottom: 15px;
}

.news-content ul li {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-indent: -30px;
	padding-left: 30px;
}

.news-content ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #0B30B3;
	border-radius: 50%;
	margin: 0 17px 0 10px;
	vertical-align: middle;
	-webkit-transform: translateY(-0.1rem);
	-ms-transform: translateY(-0.1rem);
	transform: translateY(-0.1rem);
}

.news-content ol {
	counter-reset: item;
}

.news-content ol li {
	position: relative;
	padding-left: 2em;
	font-size: 1.6rem;
	line-height: 1.5;
}

.news-content ol li::before {
	counter-increment: item;
	content: counter(item);
	display: block;
	font-family: "Domine", serif;
	font-weight: 600;
	color: #0B30B3;
	width: 1.7em;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.news-content .wp-element-caption {
	margin-top: 21px;
	margin-bottom: 0;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.news-content .wp-block-image.size-large img {
	width: 100%;
}

.news-article {
	margin-bottom: 60px;
}

.news-article__title {
	margin-bottom: 12px;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.news-article__date {
	display: block;
	margin-bottom: 43px;
	padding-bottom: 13px;
	border-bottom: 1px solid #AFC4E2;
	color: #64676D;
	font-family: "Domine", serif;
	line-height: 1.5;
}

.prev-next-link {
	margin-top: 62px;
	display: block;
}

.prev-next-link__item a {
	text-decoration: none;
	font-family: "TazuganeGothicStdN-Medium", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.prev-next-link__item a:hover {
	color: #2049DA;
}

.prev-next-link__item a:hover svg {
	color: #2049DA;
}

.prev-next-link__item svg {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
	color: #0B30B3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.prev-next-link__item--prev svg {
	margin-right: 1em;
}

.prev-next-link__item--next {
	margin-top: 10px;
	margin-left: auto;
	text-align: right;
}

.prev-next-link__item--next svg {
	margin-left: 1em;
}

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff; /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-left: auto;
		--swiper-pagination-right: 8px;
		--swiper-pagination-bottom: 8px;
		--swiper-pagination-top: auto;
		--swiper-pagination-fraction-color: inherit;
		--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
		--swiper-pagination-progressbar-size: 4px;
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-border-radius: 50%;
		--swiper-pagination-bullet-inactive-color: #000;
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		--swiper-pagination-bullet-opacity: 1;
		--swiper-pagination-bullet-horizontal-gap: 4px;
		--swiper-pagination-bullet-vertical-gap: 6px;
		*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	--swiper-navigation-size: 44px; /*
		--swiper-navigation-top-offset: 50%;
		--swiper-navigation-sides-offset: 10px;
		--swiper-navigation-color: var(--swiper-theme-color);
		*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: 60px;
	height: 60px;
	margin: 0;
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	border-radius: 50%;
	border: 1px solid #AFC4E2;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */

.swiper-button-prev::before,
.swiper-button-next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 0);
	-ms-transform: translate(-50%, -50%) scale(0, 0);
	transform: translate(-50%, -50%) scale(0, 0);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border: 1px solid #0B30B3;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	position: absolute;
	top: 48%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 22px;
	height: 6px;
	display: block;
	background: url(../img/arrow_blue.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	-ms-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}

/* Navigation font end */

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

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

.text-lg-center,
.has-text-align-center { /* pc */
	text-align: center;
}

.text-lg-right { /* pc */
	text-align: right;
}

.text-lg-left { /* pc */
	text-align: left;
}

/* pc */

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

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

/* pc */

.mt-lg-5 {
	margin-bottom: 5px !important;
}

.mb-lg-5 {
	margin-bottom: 5px !important;
}

/* pc */

.mt-lg-10 {
	margin-bottom: 10px !important;
}

.mb-lg-10 {
	margin-bottom: 10px !important;
}

/* pc */

.mt-lg-15 {
	margin-bottom: 15px !important;
}

.mb-lg-15 {
	margin-bottom: 15px !important;
}

/* pc */

.mt-lg-20 {
	margin-bottom: 20px !important;
}

.mb-lg-20 {
	margin-bottom: 20px !important;
}

/* pc */

.mt-lg-25 {
	margin-bottom: 25px !important;
}

.mb-lg-25 {
	margin-bottom: 25px !important;
}

/* pc */

.mt-lg-30 {
	margin-bottom: 30px !important;
}

.mb-lg-30 {
	margin-bottom: 30px !important;
}

/* pc */

.mt-lg-35 {
	margin-bottom: 35px !important;
}

.mb-lg-35 {
	margin-bottom: 35px !important;
}

/* pc */

.mt-lg-40 {
	margin-bottom: 40px !important;
}

.mb-lg-40 {
	margin-bottom: 40px !important;
}

/* pc */

.mt-lg-45 {
	margin-bottom: 45px !important;
}

.mb-lg-45 {
	margin-bottom: 45px !important;
}

/* pc */

.mt-lg-50 {
	margin-bottom: 50px !important;
}

.mb-lg-50 {
	margin-bottom: 50px !important;
}

/* pc */

.mt-lg-55 {
	margin-bottom: 55px !important;
}

.mb-lg-55 {
	margin-bottom: 55px !important;
}

/* pc */

.mt-lg-60 {
	margin-bottom: 60px !important;
}

.mb-lg-60 {
	margin-bottom: 60px !important;
}

/* pc */

.mt-lg-65 {
	margin-bottom: 65px !important;
}

.mb-lg-65 {
	margin-bottom: 65px !important;
}

/* pc */

.mt-lg-70 {
	margin-bottom: 70px !important;
}

.mb-lg-70 {
	margin-bottom: 70px !important;
}

/* pc */

.mt-lg-75 {
	margin-bottom: 75px !important;
}

.mb-lg-75 {
	margin-bottom: 75px !important;
}

/* pc */

.mt-lg-80 {
	margin-bottom: 80px !important;
}

.mb-lg-80 {
	margin-bottom: 80px !important;
}

/* pc */

.mt-lg-85 {
	margin-bottom: 85px !important;
}

.mb-lg-85 {
	margin-bottom: 85px !important;
}

/* pc */

.mt-lg-90 {
	margin-bottom: 90px !important;
}

.mb-lg-90 {
	margin-bottom: 90px !important;
}

/* pc */

.mt-lg-95 {
	margin-bottom: 95px !important;
}

.mb-lg-95 {
	margin-bottom: 95px !important;
}

/* pc */

.mt-lg-100 {
	margin-bottom: 100px !important;
}

.mb-lg-100 {
	margin-bottom: 100px !important;
}

.l-header { /* pc */
	padding: 0;
}

.l-header__bar { /* pc */
	height: auto;
	padding: 0 2.34%;
}

.l-header.is-scroll:not(.l-header--no-fixed) { /* pc */
}

.l-header.is-scroll:not(.l-header--no-fixed) .header-logo {
	margin-top: 3px;
}

.l-header.is-scroll:not(.l-header--no-fixed) .header-logo__image {
	width: 170px;
}

.l-header.is-scroll:not(.l-header--no-fixed) .main-navi {
	padding: 0;
	height: 60px;
}

.l-header.is-scroll:not(.l-header--no-fixed) .main-navi__item > a,
.l-header.is-scroll:not(.l-header--no-fixed) .main-navi__item__label {
	padding: 12px 0 17px;
}

.l-navi { /* pc */
	position: relative;
	top: 0;
	display: block;
	width: auto;
	height: auto;
	background: none;
	overflow: visible;
}

.l-navi__inner { /* pc */
	padding: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.l-page { /* pc */
	margin: 90px 0 0;
	padding-bottom: 200px;
}

.l-page::after { /* pc */
	background: url(../img/deco_shape_pc.png) no-repeat left bottom/100%;
	width: 510px;
	height: 385px;
	right: 0;
	top: 0px;
}

.l-footer { /* pc */
	position: relative;
	padding: 60px 4.68%;
}

.l-wrapper { /* pc */
	width: 84.38%;
	max-width: 1400px;
}

.l-lg-row { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-lg-row--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-lg-row--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.l-lg-row--between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-lg-row--top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.l-lg-row--bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.l-lg-row--row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.l-offset-1 { /* pc */
	margin-left: 8.3333333333%;
}

.l-offset-2 { /* pc */
	margin-left: 16.6666666667%;
}

.l-offset-3 { /* pc */
	margin-left: 25%;
}

.l-offset-4 { /* pc */
	margin-left: 33.3333333333%;
}

.l-offset-5 { /* pc */
	margin-left: 41.6666666667%;
}

.l-offset-6 { /* pc */
	margin-left: 50%;
}

.l-offset-7 { /* pc */
	margin-left: 58.3333333333%;
}

.l-offset-8 { /* pc */
	margin-left: 66.6666666667%;
}

.l-offset-9 { /* pc */
	margin-left: 75%;
}

.l-offset-10 { /* pc */
	margin-left: 83.3333333333%;
}

.l-offset-11 { /* pc */
	margin-left: 91.6666666667%;
}

.l-offset-12 { /* pc */
	margin-left: 100%;
}

.l-col-lg-1 { /* pc */
	width: 8.3333333333%;
}

.l-col-lg-2 { /* pc */
	width: 16.6666666667%;
}

.l-col-lg-3 { /* pc */
	width: 25%;
}

.l-col-lg-4 { /* pc */
	width: 33.3333333333%;
}

.l-col-lg-5 { /* pc */
	width: 41.6666666667%;
}

.l-col-lg-6 { /* pc */
	width: 50%;
}

.l-col-lg-7 { /* pc */
	width: 58.3333333333%;
}

.l-col-lg-8 { /* pc */
	width: 66.6666666667%;
}

.l-col-lg-9 { /* pc */
	width: 75%;
}

.l-col-lg-10 { /* pc */
	width: 83.3333333333%;
}

.l-col-lg-11 { /* pc */
	width: 91.6666666667%;
}

.l-col-lg-12 { /* pc */
	width: 100%;
}

.l-sticky { /* pc */
	position: sticky;
	top: 60px;
}

.header-logo { /* pc */
	display: block;
	margin-top: 5px;
}

.header-logo__image { /* pc */
	width: 180px;
	margin-right: 1.56vw;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-logo__text { /* pc */
	font-size: 1.2rem;
	margin: 3px 0;
}

.menu-btn { /* pc */
	display: none;
}

.main-navi { /* pc */
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.main-navi__item { /* pc */
	position: relative;
	border: none;
}

.main-navi__item:not(:last-child) {
	margin-right: 1.95vw;
}

.main-navi__item.is-current a,
.main-navi__item.is-current .main-navi__item__label { /* pc */
}

.main-navi__item.is-current a::after,
.main-navi__item.is-current .main-navi__item__label::after {
	content: "";
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.main-navi__item.is-current .main-navi__child a { /* pc */
}

.main-navi__item.is-current .main-navi__child a::after {
	content: none;
}

.main-navi__item a,
.main-navi__item__label { /* pc */
	font-size: clamp(1.3rem, 1.09vw, 1.4rem);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	white-space: nowrap;
}

.main-navi__item a::before,
.main-navi__item__label::before { /* pc */
	content: none;
}

.main-navi__item a::after,
.main-navi__item__label::after { /* pc */
	content: none;
}

.main-navi__item > a,
.main-navi__item__label { /* pc */
	padding: 12px 0 13px;
}

.main-navi__item > a::after,
.main-navi__item__label::after {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: #0B30B3;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.main-navi__item > a:hover,
.main-navi__item__label:hover {
	color: #0B30B3;
}

.main-navi__item > a:hover::after,
.main-navi__item__label:hover::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.main-navi__item.is-hover { /* pc */
}

.main-navi__item.is-hover .main-navi__children {
	opacity: 1;
	pointer-events: auto;
}

.main-navi__children { /* pc */
	position: absolute;
	top: 100%;
	left: -10px;
	opacity: 0;
	pointer-events: none;
	width: auto;
	background: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.main-navi__child:not(:last-child) { /* pc */
	border: none;
}

.main-navi__child a { /* pc */
	padding: 9.5px 10px;
}

.main-navi__child a:hover {
	background: #EDF3FB;
}

.sub-navi { /* pc */
	display: none;
}

.other-navi { /* pc */
	position: absolute;
	top: 0;
	right: 0;
	width: 321px;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	z-index: 10150;
}

.other-navi__item a { /* pc */
	font-size: 1.2rem;
	padding: 10px 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.other-navi__item a:hover {
	background: #2049DA;
}

.other-navi__item a::after { /* pc */
	width: 12px;
	height: 12px;
}

.breadcrumb { /* pc */
	padding: 30px 30px 0;
}

.breadcrumb__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.breadcrumb__item a:hover {
	text-decoration: none;
	color: #2049DA;
}

.footer__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer__bottom { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 20px;
}

.footer-navi-wrap { /* pc */
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 20px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.footer-navi { /* pc */
}

.footer-navi:not(:last-child) {
	margin-right: 20px;
}

.footer-navi--lg { /* pc */
	margin-bottom: 0;
	margin-right: 0;
}

.footer-navi__item:not(:last-child) { /* pc */
	margin-bottom: 11px;
}

.footer-navi__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__item a:hover {
	color: #2049DA;
}

.footer-links { /* pc */
	margin-bottom: 0;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 240px;
}

.footer-links__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-links__item a:hover {
	border-color: #0B30B3;
}

.footer-links__item--page a { /* pc */
}

.footer-links__item--page a:hover {
	opacity: 1;
}

.footer-links__item--page a:hover .footer-links__icon::before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

.footer-links__item--page a:hover .footer-links__icon::after {
	-webkit-transform: translate(15px, -50%);
	-ms-transform: translate(15px, -50%);
	transform: translate(15px, -50%);
}

.footer-sns { /* pc */
	margin-bottom: 0;
}

.footer-sns__item:not(:last-child) { /* pc */
	margin-right: 8px;
}

.footer-sns__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-sns__item a:hover {
	opacity: 0.6;
}

.footer-info { /* pc */
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
	margin-right: 55px;
}

.footer-info__logo { /* pc */
	margin-bottom: 33px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-info__logo:hover {
	opacity: 0.6;
}

.pagetop { /* pc */
	padding: 21px 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagetop:hover,
.pagetop:focus {
	background: #2049DA;
}

.cv-area { /* pc */
	background-image: url(../img/bg_cv_pc.png);
	padding: 120px 0;
}

.cv-area__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1080px;
}

.cv-area__head { /* pc */
	text-align: left;
	margin-bottom: 0;
	margin-top: 35px;
}

.cv-area__heading-en-lg { /* pc */
	font-size: clamp(8rem, 6.5vw, 8.4rem);
	margin-left: -10px;
}

.cv-area__lead { /* pc */
	font-size: 2rem;
}

.cv-area__main { /* pc */
	width: 41.7%;
}

.cv-area__item { /* pc */
	padding: 21px 20px 22px;
}

.cv-area__item__heading--mb-sm { /* pc */
	margin-bottom: 2px;
}

.cv-area__tel { /* pc */
	font-size: 3.4rem;
}

.cv-area__tel::before { /* pc */
	width: 33px;
	height: 33px;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.cv-area__text { /* pc */
	font-size: 1.4rem;
	margin-bottom: 2px;
}

.sp-fixed-cta { /* pc */
	display: none;
}

.label-mark { /* pc */
	margin-bottom: -10px;
}

.label-mark::before { /* pc */
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.heading-24-16 { /* pc */
	font-size: 2.4rem;
}

.heading-30-24 { /* pc */
	font-size: 3rem;
}

.heading-30-24--bb { /* pc */
	padding-bottom: 7px;
}

.heading-40 { /* pc */
	font-size: 4rem;
}

.heading-40-30 { /* pc */
	font-size: 4rem;
}

.heading-en-lg { /* pc */
	font-size: clamp(10rem, 8.6vw, 11rem);
	margin-left: -10px;
}

.heading-en-lg--pc-sm {
	font-size: 8rem;
}

.heading-en-md { /* pc */
	font-size: clamp(7rem, 6.25vw, 8rem);
}

.button { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}

.button:hover,
.button:focus {
	background: #2049DA;
}

.button:hover::before,
.button:focus::before {
	right: -20%;
}

.button:hover .button__icon::before,
.button:focus .button__icon::before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

.button:hover .button__icon::after,
.button:focus .button__icon::after {
	-webkit-transform: translate(15px, -50%);
	-ms-transform: translate(15px, -50%);
	transform: translate(15px, -50%);
}

.button::before {
	position: absolute;
	top: 50%;
	right: 110%;
	-webkit-transform: translateY(-50%) rotate(30deg);
	-ms-transform: translateY(-50%) rotate(30deg);
	transform: translateY(-50%) rotate(30deg);
	content: "";
	width: 20px;
	height: 100px;
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
	opacity: 0.3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button--lg-left {
	margin-left: 0;
	margin-right: auto;
}

.button-back { /* pc */
}

.button-back:hover {
	text-decoration: none;
}

.image-and-number__text { /* pc */
	font-size: 1.1rem;
	margin-bottom: 15px;
}

.image-and-number__number { /* pc */
	font-size: 7rem;
}

.hexagon4-image { /* pc */
	width: 139%;
}

.hexagon4-image--right { /* pc */
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.deco-hexagon2 { /* pc */
	width: 102.96%;
}

.deco-hexagon2--home-about { /* pc */
	right: -30.3%;
	bottom: -15%;
}

.deco-hexagon2--home-company { /* pc */
	z-index: 5;
	right: -45.6%;
	bottom: -16.2%;
}

.deco-hexagon2--home-recruit { /* pc */
	z-index: 0;
	width: 56.18%;
	left: auto;
	right: 71.37%;
	bottom: auto;
	top: 44px;
}

.deco-hexagon2--skill { /* pc */
	right: -30.3%;
	bottom: -15%;
}

.deco-hexagon2--feature { /* pc */
	right: -5.5vw;
	width: 43.4%;
}

.pagination { /* pc */
	margin-top: 80px;
}

.pagination a { /* pc */
}

.pagination a:hover {
	color: #2049DA;
}

.case-slide__item a { /* pc */
}

.case-slide__item a:hover .case-slide__name {
	color: #2049DA;
}

.case-slide__item a:hover .case-slide__name::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.case-slide__item a:hover .case-slide__icon::before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

.case-slide__item a:hover .case-slide__icon::after {
	-webkit-transform: translate(15px, -50%);
	-ms-transform: translate(15px, -50%);
	transform: translate(15px, -50%);
}

.case-slide__item a:hover .case-slide__image::after {
	right: -80px;
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.case-slide__year { /* pc */
	bottom: -12px;
	font-size: 5.2rem;
}

.case-slide__name { /* pc */
	padding: 22px 35px 13px 0;
	font-size: 2.4rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.case-slide__name::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #0B30B3;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.bg-blue-pattern { /* pc */
	background-size: 980px auto;
}

.bg-blue-pattern--pc-left { /* pc */
	left: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.bg-blue-pattern--pc-right { /* pc */
	right: 0;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}

.bg-blue-pattern--home-case { /* pc */
	width: 78.1266666667vw;
	max-width: calc(50vw + 466.6666666667px);
	height: calc(100% - 84px);
	background-position: 220px bottom;
}

.bg-blue-pattern--home-company { /* pc */
	width: 71.095vw;
	max-width: calc(50vw + 350px);
	height: 490px;
	top: 90px;
	bottom: 0;
	background-position: right 130px bottom;
}

.bg-blue-pattern--service-2 { /* pc */
	width: 78.1266666667vw;
	max-width: calc(50vw + 466.6666666667px);
	height: 622px;
	top: 0;
	bottom: 0;
	background-position: left 219px bottom -166px;
}

.bg-blue-pattern--motto { /* pc */
	width: 78.1266666667vw;
	max-width: calc(50vw + 466.6666666667px);
	height: 586px;
	background-position: left 222px bottom -201px;
	background-size: 976px auto;
}

.bg-blue-pattern--related-link { /* pc */
	width: 78.1266666667vw;
	max-width: calc(50vw + 466.6666666667px);
	height: 747px;
	background-position: left 222px bottom;
	background-size: 976px 932px;
	background-repeat: no-repeat;
}

.mainvisual { /* pc */
	margin-bottom: 200px;
	min-height: calc(140px + 60rem);
}

.mainvisual::after { /* pc */
	-webkit-transform: translateY(-50%) rotate(30deg);
	-ms-transform: translateY(-50%) rotate(30deg);
	transform: translateY(-50%) rotate(30deg);
	right: 120%;
	height: 150%;
}

.mainvisual.is-loaded::after { /* pc */
	right: -30%;
}

.mainvisual__catch { /* pc */
	padding-top: 86px;
	padding-bottom: 12px;
}

.mainvisual__main-text { /* pc */
	font-size: 5.2rem;
	gap: 1.2rem;
}

.mainvisual__en-text { /* pc */
	margin-top: 1.6rem;
}

.mainvisual__scroll { /* pc */
	right: 33px;
	margin-left: -5px;
}

.mainvisual__scroll__text { /* pc */
}

.mainvisual__scroll__line { /* pc */
	height: 100px;
	margin: 8px 0 0 6px;
}

.mv-info { /* pc */
	width: 1000px;
	max-width: calc(100% - 100px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mv-info__main { /* pc */
	width: calc(100% - 140px);
}

.mv-info__item a { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.65rem 2.9rem 1.2rem;
}

.mv-info__item a:hover .mv-info__title {
	text-decoration: none;
	color: #2049DA;
}

.mv-info__date { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mv-info__date::after {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background: #64676D;
	margin: 0 1em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mv-info__title { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mv-info__button-wrap { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 140px;
	padding: 0 20px;
}

.mv-info__button { /* pc */
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
	padding: 0.7rem 0 0.4em;
}

.mv-info__button:hover,
.mv-info__button:focus {
	background: #2049DA;
}

.mv-info__button:hover::before,
.mv-info__button:focus::before {
	right: -20%;
}

.mv-info__button::before {
	position: absolute;
	top: 50%;
	right: 110%;
	-webkit-transform: translateY(-50%) rotate(30deg);
	-ms-transform: translateY(-50%) rotate(30deg);
	transform: translateY(-50%) rotate(30deg);
	content: "";
	width: 20px;
	height: 100px;
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
	opacity: 0.3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mv-info__button--lg-left {
	margin-left: 0;
	margin-right: auto;
}

.home-about { /* pc */
	padding-bottom: 110px;
}

.home-about__en-head { /* pc */
	top: 78px;
}

.home-about__image { /* pc */
	margin-bottom: 0;
}

.home-about__main { /* pc */
	padding: 78px 0;
}

.home-about__text { /* pc */
	width: 80%;
}

.home-strong { /* pc */
	margin-bottom: 200px;
}

.home-strong__main { /* pc */
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}

.home-strong__item { /* pc */
	width: 33.3333333333%;
	margin-bottom: 0;
}

.home-strong__item:nth-child(2) {
	margin-top: 60px;
}

.home-strong__item:nth-child(3) {
	margin-top: 120px;
}

.home-strong__image { /* pc */
	width: 100%;
}

.home-strong__description { /* pc */
	padding-right: 30px;
}

.home-case { /* pc */
	padding: 0 0 127px;
}

.home-case__head { /* pc */
	padding: 0;
}

.home-case__main.swiper { /* pc */
	width: calc(50% + 50vw + 15px);
	padding-left: 15px;
	margin-left: -15px;
	padding-top: 0;
	margin-top: 0;
}

.home-case__item a:hover { /* pc */
}

.home-case__item a:hover .home-case__icon::before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

.home-case__item a:hover .home-case__icon::after {
	-webkit-transform: translate(15px, -50%);
	-ms-transform: translate(15px, -50%);
	transform: translate(15px, -50%);
}

.home-case__item a:hover .home-case__text {
	color: #2049DA;
}

.home-case__item a:hover .home-case__text::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.home-case__item a:hover .home-case__icon::before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

.home-case__item a:hover .home-case__icon::after {
	-webkit-transform: translate(15px, -50%);
	-ms-transform: translate(15px, -50%);
	transform: translate(15px, -50%);
}

.home-case__item a:hover .home-case__image::after {
	right: -80px;
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.home-case__button-wrap { /* pc */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	max-width: 1400px;
}

.home-case__navigation { /* pc */
	position: static;
}

.home-case__navigation .swiper-button-prev { /* pc */
	margin-right: 20px;
}

.home-history { /* pc */
	padding: 200px 0 207px;
}

.home-history__head { /* pc */
	padding: 123px 0 155px;
}

.home-history__heading { /* pc */
	height: auto;
}

.home-history__heading__jp { /* pc */
	font-size: 4rem;
	letter-spacing: 0.15em;
}

.home-history__bg img { /* pc */
	min-width: 1280px;
}

.home-history__contents { /* pc */
	margin-top: -60px;
	padding: 62px 20px 0;
}

.home-history__text-lg { /* pc */
	font-size: clamp(2.8rem, 2.3vw, 3rem);
}

.home-company { /* pc */
	padding: 0;
}

.home-company__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-company__image { /* pc */
	width: 50.1%;
	margin-bottom: 0;
	padding-top: 57px;
}

.home-company__contents { /* pc */
	width: 41.7%;
}

.home-company__head { /* pc */
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

.home-company__item a:hover { /* pc */
}

.home-company__item a:hover .home-company__icon::before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

.home-company__item a:hover .home-company__icon::after {
	-webkit-transform: translate(15px, -50%);
	-ms-transform: translate(15px, -50%);
	transform: translate(15px, -50%);
}

.home-company__list { /* pc */
	padding: 62px 0 0;
}

.home-recruit { /* pc */
	position: relative;
	padding: 0 0 200px;
	margin-top: 200px;
}

.home-recruit__inner { /* pc */
	width: 91.7%;
	margin-left: auto;
	margin-right: 0;
}

.home-recruit__en-head { /* pc */
	position: absolute;
	top: 0;
	left: -40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 1;
}

.home-recruit__jp-head { /* pc */
	margin-bottom: 30px;
}

.home-recruit__image { /* pc */
	aspect-ratio: 1090/560;
}

.home-recruit__contents { /* pc */
	margin-top: -62px;
	padding: 62px 0 0;
}

.home-recruit__bottom { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-recruit__text-lg { /* pc */
	font-size: 4rem;
}

.home-recruit__text-sm { /* pc */
	max-width: 540px;
	margin-right: 20px;
}

.home-recruit__button { /* pc */
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

.home-fixed-cta { /* pc */
	text-decoration: none;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	bottom: 32px;
	right: 30px;
	border-radius: 50%;
	background: #0B30B3;
	color: #fff;
	width: 120px;
	height: 120px;
	outline: 1px solid rgba(255, 255, 255, 0.3);
	outline-offset: -6px;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s, background 0.4s, visibility 0.4s;
	transition: opacity 0.4s, background 0.4s, visibility 0.4s;
}

.home-fixed-cta:hover {
	background: #2049DA;
}

.home-fixed-cta.is-visible {
	opacity: 1;
	visibility: visible;
}

.page-head { /* pc */
	padding: 72px 0 87px;
}

.page-head__en { /* pc */
	font-size: 8.6rem;
}

.page-head__jp { /* pc */
	margin-top: 8px;
	font-size: 2rem;
}

.page-head__vertical { /* pc */
	top: calc(100% - 4em - 0.48em);
	left: 28px;
	font-size: 4.6rem;
}

.page-head__vertical__pc-white { /* pc */
	color: #ffffff;
}

.page-head--pd-sm { /* pc */
	padding: 72px 0 44px;
}

.page-head-image { /* pc */
	height: 43.75vw;
	margin-bottom: 20px;
}

.page-head-image::after { /* pc */
	height: 60px;
	width: 92.19%;
}

.page-head-image img { /* pc */
}

.section { /* pc */
	margin-bottom: 150px;
}

.section--mb-0 { /* pc */
	margin-bottom: 0;
}

.about-lead { /* pc */
	margin-bottom: 200px;
}

.about-lead__body { /* pc */
	width: 66.6666666667%;
	padding-left: 8.3333333333%;
}

.about-lead__deco { /* pc */
	top: -240px;
	right: -8px;
	color: #0B30B3;
}

.about-lead__deco__lg { /* pc */
	font-size: 7.4rem;
}

.about-lead__deco__sm { /* pc */
	font-size: 5.9rem;
	margin-right: 0;
}

.strength { /* pc */
	margin-top: -100px;
	margin-bottom: 202px;
}

.strength__body { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.strength__head { /* pc */
	position: sticky;
	top: 0;
	left: 0;
	width: 25%;
	margin-bottom: 0;
	z-index: 1;
}

.strength__head .heading-en-md {
	-webkit-transition: font-size 0.4s;
	transition: font-size 0.4s;
}

.strength__head.is-scroll { /* pc */
}

.strength__head.is-scroll .label-mark {
	font-size: clamp(1.5rem, 1.56vw, 2rem);
	margin-bottom: 0px;
}

.strength__head.is-scroll .label-mark::before {
	width: clamp(10px, 0.94vw, 12px);
	height: clamp(10px, 0.94vw, 12px);
}

.strength__head.is-scroll .heading-en-md {
	font-size: clamp(2.5rem, 2.8vw, 3.6rem);
}

.strength__heading { /* pc */
	margin-top: 140px;
	margin-bottom: 48px;
	white-space: nowrap;
}

.strength__navi { /* pc */
}

.strength__navi__item {
	opacity: 0.2;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.strength__navi__item:not(:last-child) {
	margin-bottom: 10px;
}

.strength__navi__item a {
	text-decoration: none;
	font: 600 1.6rem "Domine", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #0B30B3;
}

.strength__navi__item a span {
	display: inline-block;
	width: 23px;
	margin-right: 10px;
}

.strength__navi__item.is-current {
	opacity: 1;
}

.strength__contents { /* pc */
	width: 75%;
	margin-left: auto;
	margin-right: 0;
	margin-top: 100px;
}

.strength__item:not(:last-child) { /* pc */
	padding-bottom: 150px;
}

.strength__image { /* pc */
	width: calc(50vw + 66.6665% - 33.33325%);
	margin-bottom: 60px;
}

.strength-2col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.strength-2col--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.strength-2col__image { /* pc */
	margin-bottom: 0;
	width: 33.3%;
}

.strength-2col__main { /* pc */
	width: 59.4%;
}

.license-list { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.license-list__item { /* pc */
	width: 47.7%;
}

.license-list__item:first-child {
	width: 100%;
}

.license-list__item:nth-child(even) {
	margin-right: 4.6%;
}

.strength-list-1__item:not(:last-child) { /* pc */
	margin-bottom: 40px;
}

.strength-list-1__head { /* pc */
	margin-right: 57px;
	padding-left: 8px;
}

.strength-list-1__head__num { /* pc */
	width: 86px;
	height: 100px;
	font-size: 4rem;
}

.strength-list-1__head__text { /* pc */
	font-size: 1.8rem;
	margin-top: 5px;
}

.strength-list-1__heading { /* pc */
	font-size: 2.4rem;
	margin-bottom: 15px;
}

.strength-list-1__text { /* pc */
	font-size: 1.6rem;
}

.strength-list-2 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

.strength-list-2__item { /* pc */
	width: 47.5%;
	margin-bottom: 30px;
}

.strength-list-2__item:nth-child(odd) {
	margin-right: 5%;
}

.strength-list-2__icon { /* pc */
	width: 86px;
	height: 100px;
	margin-right: 38px;
}

.strength-list-2__icon img { /* pc */
	width: 42px;
}

.about-case__gallery { /* pc */
	margin-top: -37px;
}

.feature { /* pc */
	padding-top: 8.5vw;
	margin-top: -8.5vw;
}

.feature__main { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 143px;
}

.feature__item { /* pc */
	width: 50%;
}

.feature__item:nth-child(even) {
	margin-top: 60px;
}

.feature__description { /* pc */
	padding-right: 40px;
}

.reason__head { /* pc */
	margin-bottom: -5.3rem;
}

.reason__image { /* pc */
	max-height: 600px;
}

.reason__heading { /* pc */
	text-align: left;
}

.reason__text { /* pc */
	max-width: 570px;
}

.skill { /* pc */
	margin-bottom: 110px;
	overflow: visible;
}

.skill__image { /* pc */
	margin-bottom: 0;
}

.skill__main { /* pc */
	max-width: 360px;
	margin-top: 60px;
}

.results { /* pc */
	margin-bottom: 200px;
}

.results__gallery { /* pc */
	margin-top: 38px;
}

.service-1 { /* pc */
	margin-bottom: 148px;
}

.service-1__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-1__item { /* pc */
	width: 33.3333333333%;
	margin-bottom: 0;
}

.service-1__item:nth-child(2) {
	margin-top: 60px;
}

.service-1__item:nth-child(3) {
	margin-top: 120px;
}

.service-1__description { /* pc */
	padding-right: 30px;
}

.service-2 { /* pc */
	padding: 100px 0 147px;
	margin-bottom: 200px;
}

.service-2__items { /* pc */
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.service-2__item { /* pc */
	width: calc(25% - 22.5px);
	margin-bottom: 0;
}

.service-2__item:not(:last-child) {
	margin-right: 30px;
}

.reform__head { /* pc */
	margin-bottom: -3.6rem;
}

.reform__image { /* pc */
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: calc(50% + 50vw);
	height: 46.9vw;
	max-height: 600px;
	margin-bottom: 0;
}

.reform__image::after { /* pc */
	right: auto;
	left: 0;
	height: 60px;
	width: 92.19%;
}

.motto { /* pc */
	padding: 115px 0 120px;
	margin-bottom: 202px;
}

.motto__body { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.motto__main { /* pc */
	margin-bottom: 0;
	width: 33.3333333333%;
}

.motto__text { /* pc */
	margin-top: 48px;
}

.motto__message { /* pc */
	height: 346px;
	width: 66.6666666667%;
	margin-top: 5px;
}

.motto__message img { /* pc */
	width: 300px;
}

.message { /* pc */
	margin-bottom: 200px;
}

.message__item:nth-of-type(2) { /* pc */
	margin-top: 150px;
}

.message__name { /* pc */
	margin-top: 30px;
}

.message__name span { /* pc */
	margin-top: 5px;
}

.message__image { /* pc */
	margin-bottom: 0;
}

.profile { /* pc */
	margin-top: 38px;
}

.company-philosophy { /* pc */
	margin-bottom: 203px;
}

.company-philosophy__text { /* pc */
	font-size: 3rem;
}

.company-philosophy__text::before,
.company-philosophy__text::after { /* pc */
	width: calc(100% - 60px);
}

.management-philosophy { /* pc */
	margin-bottom: 200px;
}

.action-guidelines { /* pc */
	padding-bottom: 0;
}

.company-info { /* pc */
	margin-bottom: 200px;
}

.company-info__main { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.company-info__item::after { /* pc */
	width: 23%;
}

.company-info__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	width: calc(50% - 20px);
}

.company-info__item:not(:nth-child(2n)) {
	margin-right: 40px;
}

.company-info__label { /* pc */
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 23%;
}

.company-info__text { /* pc */
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 77%;
}

.related-link { /* pc */
	padding: 100px 0 95px;
}

.related-link__main { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.related-link__item { /* pc */
	width: 33.3333333333%;
	margin-bottom: 0;
}

.related-link__item:nth-child(2) {
	margin-top: 60px;
}

.related-link__item:nth-child(3) {
	margin-top: 120px;
}

.related-link__item a { /* pc */
}

.related-link__item a:hover .related-link__icon::before,
.related-link__item a:focus .related-link__icon::before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

.related-link__item a:hover .related-link__icon::after,
.related-link__item a:focus .related-link__icon::after {
	-webkit-transform: translate(15px, -50%);
	-ms-transform: translate(15px, -50%);
	transform: translate(15px, -50%);
}

.related-link__text { /* pc */
	margin-right: 30px;
}

.related-link__icon { /* pc */
	top: -2px;
}

.office--mb-lg-0 { /* pc */
	margin-bottom: 0;
}

.office--right { /* pc */
	margin-left: auto;
}

.office--wide { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.office--wide__logo { /* pc */
	margin-top: 0;
	margin-left: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.office--wide__logo:hover {
	opacity: 0.6;
}

.office__map { /* pc */
	margin-top: 8px;
}

.office__map:hover {
	text-decoration: none;
}

.contact-tel { /* pc */
	padding: 40px 0 47px;
	margin: 40px 0 0;
}

.contact-tel__tel { /* pc */
	font-size: 4.8rem;
	margin-bottom: 0;
}

.contact-tel__tel::before { /* pc */
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.contact-tel__text { /* pc */
	font-size: 1.8rem;
}

.contact-tel__note { /* pc */
	font-size: 1.4rem;
}

.contact-main { /* pc */
	padding-top: 103px;
}

.contact-lead { /* pc */
	text-align: center;
}

.form__attention { /* pc */
	margin-bottom: 20px;
	padding-left: 23px;
}

.form__agree { /* pc */
	margin-top: 37px;
}

.form__agree .mwform-checkbox-field-text a { /* pc */
}

.form__agree .mwform-checkbox-field-text a:hover {
	text-decoration: none;
}

.form-item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -12px;
}

.form-item--file { /* pc */
	margin-top: -5px;
	margin-bottom: 22px;
}

.form-item--file .form-item__input { /* pc */
	padding: 18px 0 24px;
}

.form-item--mb-sm { /* pc */
	margin-bottom: 25px;
}

.form-item__label { /* pc */
	position: relative;
	width: 133px;
	margin-right: 60px;
	text-align: right;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 15px;
	margin-bottom: 0;
}

.form-item__label__sm { /* pc */
	padding-left: 0;
	display: inline-block;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.form-item__input { /* pc */
	width: calc(100% - 190px);
}

.form-item__input--sm { /* pc */
	max-width: 540px;
}

.form-item__required { /* pc */
	position: absolute;
	top: 0;
	left: 100%;
}

.form-item__radio { /* pc */
	padding: 15px 0 0;
	width: calc(100% - 190px);
}

.form-item__radio .mwform-radio-field { /* pc */
	display: inline-block;
	width: auto;
	margin-right: 26px;
}

.form-item__radio .mwform-radio-field:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.mw_wp_form_confirm.mw_wp_form_preview .contact-main { /* pc */
	padding-top: 60px;
}

.mw_wp_form_confirm.mw_wp_form_preview .form-item--file .form-item__input { /* pc */
	padding: 0;
}

.input,
.textarea { /* pc */
	padding: 15px 20px;
}

.case-index-slide { /* pc */
	margin-bottom: 113px;
}

.case-list { /* pc */
	margin-bottom: -38px;
}

.case-list__item { /* pc */
	width: 31.5%;
	margin-bottom: 38px;
}

.case-list__item:not(:nth-child(3n)) {
	margin-right: 2.75%;
}

.case-list__item a { /* pc */
}

.case-list__item a:hover .case-list__image::after {
	left: 122%;
}

.case-list__item a:hover .case-list__name {
	color: #2049DA;
}

.case-list__image { /* pc */
}

.case-list__image::after {
	position: absolute;
	top: 50%;
	left: -61%;
	-webkit-transform: translateY(-50%) rotate(30deg);
	-ms-transform: translateY(-50%) rotate(30deg);
	transform: translateY(-50%) rotate(30deg);
	content: "";
	width: 80px;
	height: 147%;
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
	opacity: 0.3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.case-list__name { /* pc */
	font-size: 1.8rem;
	margin-top: 22px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.case-article { /* pc */
	padding-bottom: 100px;
}

.case-article h2 { /* pc */
	font-size: 3rem;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.case-title { /* pc */
	font-size: 3.6rem;
	margin-bottom: 36px;
}

.case-gallery { /* pc */
	margin-bottom: 100px;
}

.case-gallery::before { /* pc */
	top: 85px;
	height: calc(100% - 115px);
}

.case-gallery .swiper-button-prev,
.case-gallery .swiper-button-next { /* pc */
	top: auto;
	bottom: 4px;
}

.case-gallery__thumb { /* pc */
	width: calc(100% - 140px);
	padding: 0;
}

.case-overview { /* pc */
	margin-bottom: 45px;
}

.case-detail { /* pc */
	margin-bottom: 100px;
}

.case-detail__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.case-detail__item::before { /* pc */
	background: linear-gradient(90deg, #0B30B3 120px, #AFC4E2 120px);
}

.case-detail__label { /* pc */
	width: 120px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
}

.case-detail__text { /* pc */
	padding-left: 22px;
}

.case-content > *:first-child { /* pc */
	margin-top: 0;
}

.case-content > *:last-child { /* pc */
	margin-bottom: 0;
}

.case-content p,
.case-content > ol,
.case-content > ul,
.case-content > figure,
.case-content > div:not(.case-detail) { /* pc */
	margin-bottom: 60px;
}

.case-content p:last-child { /* pc */
	margin-bottom: 0;
}

.case-content h2 { /* pc */
	font-size: 3rem;
	padding-bottom: 10px;
	margin-top: 100px;
	margin-bottom: 60px;
}

.case-content h3 { /* pc */
	font-size: 2.4rem;
}

.case-content p { /* pc */
	margin-bottom: 45px;
}

.case-content a:not([class]) { /* pc */
}

.case-content a:not([class]):hover {
	text-decoration: none;
}

.case-content .wp-block-column-is-layout-flow:first-child .wp-block-image { /* pc */
	padding-right: 7%;
}

.case-content .wp-block-column-is-layout-flow:last-child .wp-block-image { /* pc */
	padding-left: 7%;
}

.case-2col-sec { /* pc */
}

.case-2col-sec::before,
.case-2col-sec::after {
	content: "";
	display: table;
}

.case-2col-sec::after {
	clear: both;
}

.case-2col-sec__heading { /* pc */
	float: left;
	max-width: calc(70% - 30px);
}

.case-2col-sec__image { /* pc */
	float: right;
	max-width: 30%;
	margin-left: 30px;
}

.case-2col-sec__text { /* pc */
	clear: left;
	max-width: calc(70% - 30px);
}

.history { /* pc */
	margin-top: 102px;
}

.history__body { /* pc */
	margin-bottom: 23px;
	padding-top: 75px;
}

.history__line { /* pc */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.history__item { /* pc */
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.history__item:last-child .history__content { /* pc */
	padding-bottom: 120px;
}

.history__year { /* pc */
	font-size: 5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 130px;
	text-align: center;
}

.history__content { /* pc */
	padding: 6px 20px 75px 0;
	width: calc((100% - 130px) / 2);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.history__main { /* pc */
	max-width: 275px;
}

.history__image { /* pc */
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	margin-top: 5px;
}

.history__image--03 { /* pc */
	top: -70px;
}

.history__image--04 { /* pc */
	top: 72px;
}

.history__image--05 { /* pc */
	top: -105px;
}

.history__image--06 { /* pc */
	top: -58px;
}

.history__image--08 { /* pc */
	top: auto;
	bottom: calc(100% - 72px);
}

.history__message__copy { /* pc */
	font-size: 5rem;
	margin-bottom: 25px;
}

.history__message__copy__sm { /* pc */
	font-size: 4rem;
	margin-top: 7px;
}

.history__message__text { /* pc */
	text-align: center;
}

.news-list__item a { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 20px 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}

.news-list__item a:hover .news-list__title,
.news-list__item a:focus .news-list__title {
	color: #2049DA;
}

.news-list__item a:hover .news-list__icon::before,
.news-list__item a:focus .news-list__icon::before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

.news-list__item a:hover .news-list__icon::after,
.news-list__item a:focus .news-list__icon::after {
	-webkit-transform: translate(15px, -50%);
	-ms-transform: translate(15px, -50%);
	transform: translate(15px, -50%);
}

.news-list__date { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 2px;
	padding-right: 1%;
	width: 14.5%;
}

.news-list__main { /* pc */
	margin-top: 0;
	width: 78.5%;
}

.news-list__icon { /* pc */
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
}

.news-list__title { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.news-list__text { /* pc */
	margin-top: 11px;
	-webkit-line-clamp: 2;
}

.news-content > *:first-child { /* pc */
	margin-top: 0;
}

.news-content > *:last-child { /* pc */
	margin-bottom: 0;
}

.news-content p,
.news-content > ol,
.news-content > ul,
.news-content > table,
.news-content > figure,
.news-content > blockquote,
.news-content .youtube,
.news-content > div { /* pc */
	margin-bottom: 60px;
}

.news-content a:not([class]) { /* pc */
}

.news-content a:not([class]):hover {
	text-decoration: none;
}

.news-article { /* pc */
	margin-bottom: 80px;
}

.news-article__title { /* pc */
	font-size: 3.4rem;
}

.news-article__date { /* pc */
	margin-bottom: 63px;
}

.prev-next-link { /* pc */
	margin-top: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.prev-next-link__item--next { /* pc */
	margin-top: 0;
	text-align: start;
}

.swiper-button-prev,
.swiper-button-next { /* pc */
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next { /* pc */
}

.swiper-button-prev:hover::after,
.swiper-rtl .swiper-button-next:hover::after {
	-webkit-transform: translate(calc(-50% - 30px), -50%) scale(-1, 1);
	-ms-transform: translate(calc(-50% - 30px), -50%) scale(-1, 1);
	transform: translate(calc(-50% - 30px), -50%) scale(-1, 1);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev { /* pc */
}

.swiper-button-next:hover::after,
.swiper-rtl .swiper-button-prev:hover::after {
	-webkit-transform: translate(calc(-50% + 30px), -50%);
	-ms-transform: translate(calc(-50% + 30px), -50%);
	transform: translate(calc(-50% + 30px), -50%);
}

}

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

.l-header.is-scroll:not(.l-header--no-fixed) { /* sp調整用 */
}

.l-header.is-scroll:not(.l-header--no-fixed) .header-logo__image {
	width: 180px;
}

.header-logo { /* sp調整用 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-logo__image { /* sp調整用 */
	width: 18.75vw;
	max-width: 240px;
}

}

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

.l-col-xl-1 { /* lg */
	width: 8.3333333333%;
}

.l-col-xl-2 { /* lg */
	width: 16.6666666667%;
}

.l-col-xl-3 { /* lg */
	width: 25%;
}

.l-col-xl-4 { /* lg */
	width: 33.3333333333%;
}

.l-col-xl-5 { /* lg */
	width: 41.6666666667%;
}

.l-col-xl-6 { /* lg */
	width: 50%;
}

.l-col-xl-7 { /* lg */
	width: 58.3333333333%;
}

.l-col-xl-8 { /* lg */
	width: 66.6666666667%;
}

.l-col-xl-9 { /* lg */
	width: 75%;
}

.l-col-xl-10 { /* lg */
	width: 83.3333333333%;
}

.l-col-xl-11 { /* lg */
	width: 91.6666666667%;
}

.l-col-xl-12 { /* lg */
	width: 100%;
}

.motto__main { /* lg */
	width: 25%;
}

.motto__message { /* lg */
	width: 58.3333333333%;
}

.input-file__size-error { /* lg */
	width: auto;
	padding-left: 1em;
}

}

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

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.sp-only-3 { /* sp */
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.pc-only-3 { /* sp */
	display: none !important;
}

.other-navi--bar { /* sp */
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.hexagon4-image--sp-sm { /* sp */
	width: 127.3%;
}

.home-strong__body { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-strong__head { /* sp */
	width: 3.2rem;
}

.home-strong__heading { /* sp */
	line-height: 1.15;
	position: sticky;
	top: 105px;
	left: 0;
	padding-bottom: 60px;
}

.home-case__navigation .swiper-button-prev,
.home-case__navigation .swiper-button-next { /* sp */
	width: 40px;
	height: 40px;
}

.home-case__navigation .swiper-button-prev::after,
.home-case__navigation .swiper-button-next::after {
	width: 13px;
	height: 7px;
}

.strength__navi { /* sp */
	display: none;
}

.service-1__item { /* sp */
}

.service-1__item:not(:last-child) {
	margin-bottom: 40px;
}

.case-index-slide.swiper { /* sp */
}

.case-index-slide.swiper .swiper-button-prev,
.case-index-slide.swiper .swiper-button-next {
	display: none;
}

.case-list__item { /* sp */
}

.case-list__item:nth-child(odd) {
	margin-right: 6%;
}

.case-gallery .swiper-button-prev,
.case-gallery .swiper-button-next { /* sp */
	display: none;
}

}

@-webkit-keyframes scrollicon {

0% {
	top: 0;
	height: 0;
}

40% {
	top: 0;
	height: 100%;
}

80%,100% {
	top: 100%;
	height: 0;
}

}

@keyframes scrollicon {

0% {
	top: 0;
	height: 0;
}

40% {
	top: 0;
	height: 100%;
}

80%,100% {
	top: 100%;
	height: 0;
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

