/* General element styling --------------------------------------------- */

@font-face {
	font-family: 'HGSGothicM';
	src: url('fonts/HGSGothicM.woff') format('woff'),
		url('fonts/HGSGothicM.woff2') format('woff2');
	font-weight: 400;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	letter-spacing: 1pt;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #000;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
	transition-duration: 0.4s;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
	overflow: visible;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style4 {
	max-width: 900px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-anchor {
	position: relative;
}

.am-anchor > span {
	position: absolute;
	top: -100px;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

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

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
	position: relative;
}

.am-bg-pix {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.am-bg-pix > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
    position: relative;
    z-index: 0;        
}

.am-bg-cont {
	position: relative;
	z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
	position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	height: auto;
}

#sect-banner .am-bg-pix > img {
	object-position: right;
}

.bnr__cont {
	position: relative;
}

.bnr__title {
	margin: 0;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.bnr__title span {
	background-color: rgba(255,255,255, 0.7);
	color: #21366d;
	padding: 50px;
	margin: 0 0 0 30px;
	line-height: 70px;
	font-size: 48px;
	font-weight: 500;
}

.sect-cont {
	padding: 100px 0;
	margin: 0;
	overflow: hidden;
}

.sect-cont.style2 {
	padding: 60px 0;
}

.af-topgap {
	height: 68px;
}

header {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom: 1px solid #CCC8;
	box-shadow: 0 -2px 10px #CCCC;
}

.hdr__layout {
	height: 100px;
}

.hdr__logo {
	margin: 0 auto 0 0;
}

.hdr__logo>a>img {
	height: auto;
	display: block;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	/* 	border-style: solid; */
	display: block;
	line-height: 1;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	padding: 5px 20px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
	color: #ffff;
	text-decoration: none;
}

.hdr__navi-lang a.active {
	color: blue;
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(90px / 2);
	right: 15px;
	border: 2px solid #233b6a;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 2px;
	background: #233b6a;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

.hdr__ftr {
	display: none;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
}

.ov-anm {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.ov-anm::before, .ov-anm::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: #243969;
    transition: width 0.5s ease 0.5s;
    transform: rotate(30deg);
}

.ov-anm::before {
    left: 0;
}

.ov-anm::after {
    right: 0;
}

.ov-anm.load::before,
.ov-anm.load::after {
    width: 0%;
}

.bnr__pix {
	text-align: center;
	width: 100%;
	height: 27vw;
}

.bnr__pix img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 53%;
	display: block;
}

#top-banner .bnr__pix {
	height: auto;
	margin: 0 0 20px;
}

#top-banner .bnr__pix img {
	height: auto;
	object-position: unset;
	width: 50%;
/* 	transform: scale(1.5) rotate(90deg);
	transition: transform 10s ease-out; */
}

#top-banner.load .bnr__pix img{
/* 	transform: scale(1) rotate(0deg); */
}

#top-banner .bnr__txt {
	position: absolute;
	top: 50%;
	right: 0;
	width: 45%;
	text-align: center;
	transform: translatey(-50%);
}

#top-banner .bnr__txt-title {
	color: #233867;
	font-size: 2.5vw;
	margin: 0 0 20px;
	line-height: 1.8;
}

/* #top-banner .bnr__txt-title::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #33416f;
	transition: width 0.5s ease;
}

#top-banner.load .bnr__txt-title::before {
	width: 0;
} */

#top-banner .bnr__txt-subtitle {
	color: #233867;
	font-size: 20px;
}

#top-banner .bnr__txt-subtitle > span {
	display: inline-block;
	background: linear-gradient(180deg, #233867, #355cc3);
	width: 6vw;
	vertical-align: middle;
	border-radius: 50%;
	color: #FFF;
	padding: 3vw 0;
	line-height: 0;
}

#sect-intro {
	color: #fff;
	padding: 0 0 50px;
}

.intro__item {
	font-size: 16px;
	text-align: center;
}

.intro__item-pix {
	background: #FFF;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	padding: 50px;
	margin: 0 auto;
}

.intro__item-pix > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.intro__item-subtext {
	margin: 20px auto;
	font-size: 14px;
	color: #2f3035;
	text-align: center;
	max-width: 900px;
	line-height: 30px;
}

.intro__item-title {
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 25px;
	color: #273468;
	text-align: center;
}

#sect-about {
	color: #fff;
}

.af-title {
	text-align: center;
	font-size: 60px;
	margin: 0 0 50px;
}

.af-title.style2 {
	text-align: left;
	font-size: 30px;
	margin: 0 0 30px;
}

#sect-case .af-title.style2 {
	font-size: 35px;
}

header .ftr__cont {
	display: none;
}

.sect-intro-banner {
	position: relative;
}

.intro-cont {
	position: absolute;
	top: 20%;
	text-align: center;
	width: 100%;
	color: #000;
}

.sect-intro-banner img {
	margin: 0 auto;
	text-align: center;
}

.unity-title {
	font-weight: bold;
	color: #33416f;
}

.sect-intro-banner img {
	width: 100%;
}

section#sect-intro {
	max-width: 1200px;
	margin: 0 auto;
}

section#web-accessibility {
	padding: 50px 0;
}

section#privacy-policy {
	padding: 50px 0;
}

.unity-title-style2 span {
	color: #233b6a;
	display: block;
}

.unity-title__en {
	font-size: 52px;
	font-weight: bold;
}

.unity-title-style2 {
	text-align: center;
	line-height: 1.2;
}

.service-item__title {
	color: darkblue;
	width: calc(100% - 80px);
	margin: 0 40px 0 0;
	font-weight: bold;
	position: relative;
}

.service-item__title span {
	font-size: 40px;
	vertical-align: bottom;
	margin: 0 10px 0 0;
}

.service-cont {
	max-width: 1200px;
	margin: 0 auto;
}

.service-item__content {
	font-weight: 400;
	margin: 20px 30px 0 0;
}

.service-item {
	margin: 30px 0;
}

.service-item__title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(-40px - 10px);
	transform: translateY(-50%);
	background: darkblue;
	width: 40px;
	height: 2px;
	display: block;
}

.unity-btn__cont {
	margin: 60px 0 0;
}

.unity-btn {
	color: #FFF;
	background: #233b6a;
	min-width: 270px;
	padding: 16px 0;
	font-weight: 500;
	position: relative;
	border: unset;
	font-size: 16px;
	cursor: pointer;
	font-family: 'Noto Sans JP';
}

.unity-btn:hover {
	background-color: white;
	color: #233b6a;
	border: 1px solid #233b6a;
}

.unity-btn::after {
	content: "";
	width: 38px;
	height: 12px;
	border: solid #969eab;
	display: block;
	position: absolute;
	top: 45%;
	right: -20px;
	border-width: 0px 3px 2px 0;
	transform: skew(50deg, 0deg) translateY(-50%);
}

.staff-item__image img {
	border-radius: 50%;
	width: 15vw;
	height: 15vw;
}

.staff-item {
	background-color: #fff;
	box-shadow: 0 0 10px #CCCC;
	margin: 0 auto;
	text-align: center;
	height: auto;
	padding: 30px;
	color: #000;
	width: calc(100% - 120px);
}

.staff-item__pix {
	width: 15vw;
	height: 15vw;
	max-width: 290px;
	max-height: 290px;
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
}

.staff-item__pix > img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

section {
	padding: 100px 0;
}

.staff-btn {
	padding: 40px 0;
}

.service-btn {
	padding: 40px 0;
}

#sect-greetings {
	background-color: #F8F9FD;
}

#sect-ig {
	background-color: #FAFCFB;
}

#job-intro {
	background-color: #FAFCFB;
}

#job-activity {
	background-color: #F8F9FD;
}

.greetings-cont__description {
	color: #000;
}

.greetings-cont__image img {
	margin: 0 0 0 20px;
	width: calc(100% - 40px);
	height: 450px;
	object-fit: cover;
}

.greetings-cont {
	margin: 30px 0 0;
}

.faq-cont {
	color: #000;
}

.faq-item__question {
	border: 1px solid #344477;
	padding: 10px;
	position: relative;
	padding: 10px 30px 10px 50px;
}

.faq-item__answer {
	border: 1px solid #e6ecf1;
	padding: 15px;
}

.faq-item {
	margin: 15px 0;
}

#sect-faq {
	max-width: 1200px;
	margin: 0 auto;
}

.faq-item__answer {
	border: unset;
	padding: 0 15px;
	overflow: hidden;
	max-height: 0;
	transition: 0.5s ease;
}

.faq-item.show .faq-item__answer {
	border: 1px solid #cacdd1;
	padding: 15px 15px 15px 45px;
	max-height: 1000px;
	position: relative;
}

.faq-cont {
	margin: 30px 0 0;
}

.staff-cont {
	margin: 30px -30px 0;
}

.blog-item {
	width: calc(100% - 30px);
	margin: 0 auto;
}

.blog-cont.am-flex {
	margin: 0 -15px;
}

.sect-blog__item-img {
	width: calc(100% - 30px);
	margin: 0 30px 0 0;
}

.sect-blog__item-cont {
	margin: 0 0 30px;
	border-bottom: 1px solid #C0B8B8;
	padding: 0 0 30px 0;
}

.sect-blog__item-date {
	font-size: 16px;
}

.sect-blog__item-excerpt {
	font-size: 18px;
	line-height: 40px;
}

.sect-blog__item-title {
	font-size: 22px;
	margin: 10px 0;
}

.sect-blog__title {
	font-size: 22px;
	border-bottom: 1px solid #C0B8B8;
	padding: 0 0 10px 0;
	margin: 0;
}

ul.wp-block-categories-list.wp-block-categories {
	list-style: none;
	padding-left: 0;
}

.sect-blog__sidebar {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}

.sect-blog__title ul li a {
	text-decoration: unset;
}

.wp-block-categories li a {
	text-decoration: unset;
	color: #000;
	padding: 0 0 20px 0;
	font-size: 20px;
}

.wp-block-categories li {
	border-bottom: 1px solid #C0B8B8;
	padding: 20px 0;
}

.sect-blog__post a {
	text-decoration: unset;
	color: #000;
}

.wp-block-categories li:first-child {
	padding: 0 0 20px;
}

.sect-blog__single-cont {
	font-size: 18px;
	line-height: 48px;
}

.sect-blog__single-cont img {
	width: auto;
	display: block;
	margin: 30px auto;
}

.sect-blog__single-cont-title {
	font-size: 30px;
	text-align: center;
}

.sect-blog__single-cont-date {
	display: inline-block;
}

.sect-blog__single-cont-tags {
	display: inline-block;
	margin: 0 0 0 10px;
	background-color: #D9D9D9;
	width: 90.1px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.faq-item__question img {
	width: 3%;
	vertical-align: middle;
}

.faq-item__answer img {
	width: 2%;
	margin: 0 4px 0 8px;
	vertical-align: middle;
}

.faq-item__question:after {
	content: "\f078";
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	color: #000;
	transition: transform 0.5s ease;
}

.faq-item__question img {
	margin: 0 6px 0 0;
	position: absolute;
	left: 7px;
	top: 12px;
}

.faq-item__question span {
	margin: 0 6px 0 0;
	position: absolute;
	left: 8px;
	top: 12px;
	background-color: #20366b;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1.7;
}

.faq-item__answer img {
	margin: 0 10px 0 0;
	position: absolute;
	left: 14px;
	top: 20px;
}

.faq-item__answer span {
	margin: 0 10px 0 0;
	position: absolute;
	left: 18px;
	top: 15px;
	color: #20366b;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
}

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

span.wpcf7-spinner {
	display: none;
}

.inquiry-form__button input {
	width: 320px;
	height: 50px;
	color: #fff;
	background-color: #4A90E1;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
}

.wpcf7-form-control.wpcf7-checkbox {
	display: inline-block;
	margin: 0 10px 0 0;
}

.ig-cont {
	max-width: 1200px;
	margin: 0 auto;
}

.am-lower-banner img {
	object-fit: cover;
}

.job-intro__cont {
	max-width: 1120px;
	margin: 0 auto;    
}
.unity-title-style3 {
	color: #223871;
	font-size: 36px;
	text-align: center;
	line-height: 44px;
	margin: 0 0 60px;
}

.unity-title-style4 {
	font-size: 20px;
	line-height: 30px;
	background-color: #21366C;
	color: #fff;
	padding: 10px 20px 10px;
	margin: 0 0 30px 0;
    position: relative;
    z-index: 3;
}

.job-intro__item1 {
	margin: 0 0 60px;
}

.job-intro__item2 .unity-title-style4 {
	margin: 0 0 40px;
}

.job-intro__cont .am-col6 {
    position: relative;
    z-index: 4;
}

#job-intro .am-col6.mrg-r {
	margin: 0 40px 0 0;
}

#job-intro {
    position: relative;
}

#job-intro .am-bg-pix {
/*    top: 70%;*/
}
 
.job-intro__item1 .am-col7 {
	width: calc(100% - 80px);
	margin: 0 40px 0 0;
}

.job-intro__item2 .am-col7 {
	width: calc(100% - 80px);
	margin: 0 0 0 40px;
}

#job-activity .am-col6.mrg-r {
	margin: 0 40px 0 0;
}

.staff-greetings__cont {
	max-width: 1116px;
	margin: 0 auto;
}

#staff-greetings .am-col6.mrg-r {
	margin: 0 30px 0 0;
	width: calc(100% - 240px);
}

#staff-greetings .am-col6 img {
	height: 540px;
	object-fit: cover;
	width: 100%;
}

#staff-greetings .am-col6 {
	width: 100%;
}

.staff-message__cont {
	max-width: 1116px;
	margin: 0 auto;
}

.mrg-40 {
	margin: 0 40px 0 0;
}

.mrg-60 {
	margin: 0 60px 0 0;
}

.staff-message__item {
	margin: 0 0 40px 0;
}

.srv-target__layout > div:nth-child(2n - 1) > .srv-target__item {
	width: calc(100% - 40px);
	margin: 0 60px 40px 0;
}

.srv-target__layout > div:nth-child(2n) > .srv-target__item {
	width: calc(100% - 40px);
	margin: 0 0 40px 60px;
}

section#srv-flow {
	margin: 0;
	padding: 100px 0;
	background: #F8F9FD;
}

.srv-flow__cont {
	margin: 0 0 60px;
}

.srv-flow__item {
	text-align: center;
	position: relative;
}

.srv-flow__item-num {
	font-size: 20px;
}

.srv-flow__item-text {
	color: #21366C;
	font-size: 24px;
}

.srv-flow__item-circle {
	border: 5px solid #21366C;
	border-radius: 50%;
	width: 24vw;
	height: 24vw;
	max-width: 290px;
	max-height: 290px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FFF;
}

.srv-flow__item::after {
	content: "▶";
	color: #D9D9D9;
	position: absolute;
	top: calc(50% - 20px);
	right: 0;
	font-size: 60px;
	line-height: 1;
	transform: translateX(50%) scaleX(0.5);
}

.srv-flow__item.no-arrow::after {
	content: unset;
}

.srv-flow__subtext {
	background: white;
	padding: 10px 20px;
}

.staff-facility-intro__cont {
	max-width: 1116px;
	margin: 0 auto;
}

.staff-facility-intro__image {
	margin: 0 15px 5px 0;
}

.staff-facility-intro__gallery {
	margin: 0 -15px;
}

.srv-flow__item-icon img {
	width: 90px;
}

.faq__item.show .faq__item-line.que::after {
	transform: translateY(-50%) rotate(180deg);
}

.faq-item.show .faq-item-line.ans {
	border-width: 0 1px 1px;
	max-height: 700px;
	padding: 10px;
}

.company-profile__cont {
	max-width: 968px;
	margin: 0 auto;
}

.company-profile__cont-table table tr td {
	border: 1px solid #B5B2B2;
	padding: 20px;
	background-color: #fff;
}

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

.company-profile__cont-table tr td:first-child {
	background-color: #EEF5FD;
}

#company-profile {
	background-color: #F8F9FD;
}

.unity-title-style5 {
	text-align: center;
	color: #21366C;
	line-height: 48px;
	font-size: 28px;
}

.inquiry-form__cont {
	max-width: 700px;
	margin: 0 auto;
}

.inquiry-form__text {
	text-align: center;
	margin: 50px 0 0;
}

.unity-title-style6 {
	border-left: 5px solid #21366d;
	padding: 0 8px 0;
}

#privacy-policy .unity-title-style6 {
	margin: 0 0 60px;
}

#web-accessibility .unity-title-style6 {
	margin: 0 0 60px;
}

.mgb-40 {
	margin-bottom: 40px;
}

.privacy-policy__cont {
	max-width: 995px;
	margin: 0 auto;
	line-height: 20px;
}

.privacy-policy__item {
	margin: 30px 0 0;
}

.web-accessibility__cont {
	max-width: 992px;
	margin: 0 auto;
}

.web-accessibility__item {
	margin: 20px 0 0;
	line-height: 36px;
}

/* .web-accessibility__text div {
font-size: 20px;
} */

.web-accessibility__text span {
	font-size: 20px;
}

.fs-20 {
	font-size: 20px;
}

.inquiry-form {
	max-width: 700px;
	margin: 0 auto;
}
.inquiry-form__contact-form {
	margin: 0 auto;
	text-align: right;
	max-width: 995px;
	width: 100%;
}

.required {
	color: red;
	font-size: 18px;
	margin: 0 10px 0 0;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
}

.inquiry-form__contact-col input {
	padding: 22px 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	font-size: 16px;
	color: #D9D9D9;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.inquiry-form__link {
	text-decoration: underline;
	font-size: 18px;
}

.wpcf7-submit {
	width: 510px;
	height: 100px;
	color: #000;
	font-weight: 700;
	font-size: 22px;
	border: 1px solid #f0f0f0;
	text-align: center;
}

.wpcf7-form-control.wpcf7-submit.has-spinner p {
	text-decoration: underline;
}

.inquiry-form__submit-cont {
	text-align: left;
}

.inquiry-form__contact-col input[type="radio"] {
	width: fit-content;
} 

.wpcf7-list-item {
	display: block!important;
	margin: 0!important;
}

.greeting__pix {
	width: calc(100% - 40px);
	height: auto;
}

.greeting__pix > img {
	width: 100%;
	height: auto;
	display: block;
}

.top-blog__cont {
	margin: 0 -20px;
}

.top-blog__item {
	width: calc(100% - 40px);
	margin: 0 auto;
}

.top-blog__item a {
	text-decoration: none;
	color: #000;
}

.top-blog__item-pix {
	width: 100%;
	height: auto;
}

.top-blog__item-pix > img {
	width: 100%;
	height: 18vw;
	max-height: 200px;
}

#sect-intro img {
	height: 190px;
}

#srv-faq-bg {
	background-color: #FAFCFB;
}

#staff-greetings {
	background-color: #F8F9FD;
}

#staff-message {
	background-color: #FAFCFB;
}
.hdr__logo {
	max-width: 250px;
}

.slick-prev, .slick-next {
	color: #000;
	background: transparent;
	color: #fff;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: #fff;
}

.slick-prev:before, .slick-next:before {
	color: gray;
}

.slick-prev {
	left: -10px;
}

.slick-next {
	right: -7px;
}

.slick-prev, .slick-next {
	z-index: 2;
}

.fs-30 {
	font-size: 30px;
}

.web-accessibility__item span {
	font-size: 20px;
}

.sect-blog__cont {
	max-width: 1200px;
	margin: 0 auto;
}

#sect-staff {
	background-color: #FAFCFB;
}

.ftr__cont-text {
	margin: 0 0 20px;
}

.ftr__cont-map {
	line-height: 0;
}

.ftr-logo {
	max-width: 200px;
	margin: 0 auto;
}

.ftr__cont-content {
	text-align: center;
	margin: 40px 0 0;
}

.ftr__cont-tel {
	font-size: 24px;
	line-height: 1.8;

}

.ftr__cont-tel a{
	text-decoration:none!important;
	color: inherit !important;
}

.ftr__cont-tel img {
	width: 2%;
	margin: 0 10px 0 0;
}

footer {
	background-color: #21366d;
	color: #fff;
}

/* Footer --------------------------------------------------------------------- */


/* .hdr__navi-menu li.active a {
color: blue;
} */

.ftr {
	font-size: 16px;
}

.ftr__cpright {
	font-size: 15px;
}

.ftr__navi-menu {
	align-items: flex-start;
}

.ftr__cont {
	padding: 60px 0;
}

.ftr__socmed-link {
	color: #FFF;
	text-decoration: unset;
}

.ftr__cpright {
	background: #fff;
	color: #000;
	padding: 0;
	text-align: center;
}

.ftr.type2 .ftr__cont {
	text-align: center;
}

.ftr.type2 .ftr__logo,
.ftr.type2 .ftr__addr {
	margin: 0 0 20px;
}

.ftr.type2 .ftr__socmed-link,
.hdr__ftr .ftr__socmed-link {
	display: inline-block;
	background: #000;
	width: 200px;
	margin: 0 7px 40px;
	border: 1px solid #8f9195;
	border-radius: 20px;
}

.ftr.type2 .ftr__navi-menu {
	justify-content: center;
	margin: 0;
	width: 100%;
}

.ftr__cpright.type2 {
	background: #040d17;
	padding: 30px 0;
	text-align: center;
}

/* Custom */
.am-col6 img {
    position: relative;
    z-index: 1;
}

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

.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#293f77;
  z-index:9999;
  animation: byeShutter 2.6s forwards;
  
  &::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    margin:auto;
    background-color:#EDF5FD;
    width:0;
    height:1px;
    animation: shutterOpen 2.6s forwards;
  }
}

.content{
  animation: contentScale 2.6s forwards;
}

@keyframes byeShutter{
  70%{
    opacity:1;
  }
  100%{
    opacity:0;
    display:none;
    z-index:-1;
  }
}

@keyframes shutterOpen{
  0%{
    width:0;
    height:1px;
  }
  50%{
    width:100%;
    height:1px;
  }
  90%{
    width:100%;
    height:100%;
  }
  100%{
    width:100%;
    height:100%;
  }
}

@keyframes contentScale{
  70%{
    transform:perspective(800px) scale(0.9) rotateX(15deg);
  }
  100%{
    transform:perspective(800px) scale(1) rotateX(0);
  }
}

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

}

@media screen and (max-width:1024px) {	
	.slick-next {
		right: 0px;
	}

	.staff-facility-intro__gallery {
		margin: 0;
	}
}

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

	.ftr.type2 .ftr__socmed-link {
		width: 150px;
	}

	.hdr__navi-menu li a {
		padding: 5px 10px;
		width: calc(100% - 20px);
		font-size: 14px;
	}
}


@media screen and (max-width: 768px) {
	.slick-next {
		right: -7px
	}
}

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

	.hdr__menu-btn {
		display: block;
	}

	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #CCC;
	}

	header .am-container {
		width: 100%;
	}

	.hdr__logo > a {
		display: block;
		position: absolute;
		top: 45px;
		width: calc(100% - 170px);
		text-align: left;
		transform: translateY(-50%);
		padding: 0 0 0 20px;
	}

	.hdr__logo img {
		width: auto;
		max-width: 150px;
		height: 50px;
	}

	.hdr__layout {
		display: block;
		height: auto;
		width: 100%;
		position: relative;
	}

	.hdr__logo {
		text-align: center;
		height: 90px;
	}

	.hdr__navi {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s linear;
		flex-wrap: wrap;
	}

	.hdr__navi-cont {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		min-height: max(710px, calc(100vh - 125px));
	}

	.hdr__navi-menu {
		position: relative;
		margin: 0;
		width: calc(100%);
	}

	.hdr__navi-menu-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.hdr__navi-menu {
		display: block;
		position: relative;
		z-index: 2;
		background: #233b6a;
	}

	.hdr__navi-menu li,
	.hdr__navi-menu li:last-child {
		border: solid #FFF;
		border-width: 1px 0 0;
	}

	.hdr__navi-menu li:last-child {
		/* border: solid #FFF; */
		border-width: 1px 0;
	}

	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		padding: 30px 0;
		color: #FFF;
		font-weight: 200;
		width: 100%;
		text-align: center;
		font-size: 16px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child,
	.hdr__navi-btn-cont .hdr__navi-btn:first-child {
		border-radius: 25px;
		display: block;
		margin: 50px auto 10px;
		font-size: 16px;
	}

	.hdr__navi-lang {
		position: absolute;
		top: 60px;
		transform: translateY(-50%);
		right: 80px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child {
		margin: 0 auto;
	}

	.hdr__navi-btn-cont {
		text-align: center;
	}

	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

	.hdr__menu--show .hdr__menu-btn-icon::before {
		transform: translateY(10px) rotate(225deg);
	}

	.hdr__menu--show .hdr__menu-btn-icon::after {
		transform: translateY(-10px) rotate(-225deg);
	}

	.hdr__menu--show .hdr__navi {
		max-height: 1000px;
	}

	header .ftr__cont {
		display: block;
	}

	.hdr__ftr {
		display: block;
	}

	.hdr__ftr.ftr__cont {
		padding: 30px 0 0;
		min-height: calc(100vh - 461px);
		display: flex;
		flex-direction: column;
	}

	.hdr__ftr .ftr__socmed {
		padding: 0 10px;
	}

	.hdr__ftr .ftr__addr {
		margin: auto 20px 30px;
		text-align: center;
	}

	.hdr__ftr .ftr__socmed-link {
		text-align: center;
		width: calc(50% - 25px);
		margin: 0 10px 20px;
		padding: 5px 0;
	}

	.hdr__ftr .ftr__cpright {
		margin: auto 0 0;
	}

	.hdr__ftr {
		background: #21366d;
		color: #FFF;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: calc(100vh - 495px);
	}

	.hdr__ftr .ftr__cont {
		padding: 20px;
	}

	.hdr__ftr .ftr__cont-content {
		margin: 20px 0 0;
	}

	.hdr__ftr .ftr__cont-tel {
		font-size: 16px;
	}

	.hdr__ftr .ftr__cont-tel a{
		text-decoration: none !important;
	}
	
	section {
		margin: 30px 10px;
	}

	.unity-title-style5 {
		font-size: 26px;
	}
	
	.am-lower-banner img {
		height: 100%;
	}

	.bnr__title span {
		font-size: 24px;
		padding: 20px 50px;
		margin: 0;
	}

	.bnr__pix {
		height: 50vw;
	}

	.bnr__title {
		padding: 60px 0;
		margin: 0 auto;
		text-align: center;
	}

	#top-banner .bnr__pix img {
		width: 100%;
/* 		transition: transform 3s ease-out; */
	}

	#top-banner .bnr__txt {
		position: relative;
		width: 100%;
		top: unset;
		transform: unset;
		margin: 0 0 10vw;
	}

	#top-banner .bnr__txt-title {
		font-size: 6vw;
		margin: 0 0 1vw;
	}

	#top-banner .bnr__txt-subtitle {
		font-size: 5vw;
	}

	#top-banner .bnr__txt-subtitle > span {
		width: 15vw;
		padding: 7.5vw 0;
		margin: 0 5px;
	}

	#job-intro .am-flex {
		flex-wrap: wrap;
		width: 100%;
	}

	#job-intro .am-col6.mrg-r {
		order: 1;
		width: 100%;
		margin: 0;
	}

	#job-intro .am-col6 img {
		width: 100%;
	}

	#job-intro .am-col6 img {
		width: 100%;
	}

	#job-activity .am-flex {
		flex-wrap: wrap;
		width: 100%;
	}

	#job-activity .am-col6.mrg-r {
		order: 1;
		width: 100%;
		margin: 0;
	}

	#job-activity .am-col6 img {
		width: 100%;
	}

	#job-activity .am-col6 img {
		width: 100%;
	}

	#job-activity .am-col6 {
		width: 100%;
	}

	#sect-intro img {
		height: 100%;
		object-fit: cover;
	}

	.faq-item__question span {
		line-height: 2;
	}

	.intro__item-subtext {
		padding: 0 5px 20px;
	}

	.intro__item-title {
		padding: 10px;
	}

	.service-item.am-flex {
		flex-wrap: wrap;
		width: 100%;
	}

	#sect-service .am-col7 {
		width: 100%;
		margin: 30px 0 0;
	}

	#sect-service .am-col5 {
		width: 100%;
		margin: 10px 0 0;
	}

	.service-item__title::before {
		display: none;
	}

	.service-item__title {
		margin: 0;
		text-align: center;
		width: 100%;
	}

	.service-item__title span {
		display: block;
	}

	.staff-cont {
		display: block;
	}

	#sect-staff .am-col4 {
		width: 100%;
	}

	.staff-item {
		width: calc(100% - 40px);
		padding: 10px 0;
		margin: 10px auto;
	}

	#sect-greetings .greeting-cont {
		display: block;
	}

	#sect-greetings .am-col5 {
		width: 100%;
	}

	#sect-greetings .am-col7 {
		width: 100%;
	}

	.unity-title__en {
		font-size: 36px;
	}
	
	.greeting__pix {
		width: 100%;
	}

	.greeting__txt {
		margin: 20px 0 0;
	}

	.company-profile__cont-table table tr td {
		padding: 10px;
		width: 10px;
	}

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

	.inquiry-form__contact-col input {
		padding: 22px 2px;
		font-size: 14px;
	}

	.job-intro__item2 .unity-title-style4 {
		margin: 0 0 20px;
	}

	.ftr__cont-tel {
		font-size: 16px;
	}

	.ftr__cont-tel img {
		width: 6%;
	}

	.ftr__cont-tel a{
		text-decoration: none !important;
	}
	
	.ftr.type2 .ftr__socmed-link {
		width: 140px;
		margin: 15px 10px
	}

	.faq-item__question img {
		width: 10%;
	}

	.faq-item__answer img {
		width: 5%;
	}

	.faq-item__question {
		font-size: 14px;
	}

	.faq-item__answer {
		font-size: 14px;
	}

	.faq-item__question:after {
		right: 15px;
	}

	.unity-title-style3 {
		font-size: 22px;
	}

	.top-blog__cont {
		display: block;
	}

	#sect-blog .am-col4 {
		width: 100%;
	}

	.top-blog__item {
		width: 100%;
	}

	h3.info-item__title {
		margin: 0;
	}

	p.info-item__text {
		margin: 0 0 30px;
	}

	.info-item__img img {
		width: 100%;
	}

	.job-intro__cont .am-flex .am-col6 {
		width: 100%;
	}

	.job-intro__item2 .am-flex .am-col6 {
		width: 100%;
		order: 2;
	}

	.staff-item__pix {
		width: 50vw;
		height: 50vw;
	}

	.srv-target__layout > div:nth-child(2n - 1) > .srv-target__item {
		width: 100%;
	}

	.srv-target__layout > div:nth-child(2n) > .srv-target__item {
		width: 100%;
		margin: 0 0 30px;
	}


	.srv-target__layout {
		display: block;
	}

	.srv-target__layout .am-col6 {
		width: 100%;
	}

	.unity-title-style4 {
		margin: 0 0 20px 0;
	}

	.unity-title-style3 {
		margin: 60px 0;
	}

	.srv-flow__cont > div {
		width: 100%;
	}

	.srv-flow__cont {
		flex-wrap: wrap;
	}

	.srv-flow__item-circle {
		width: 45vw;
		height: 45vw;
	}

	.srv-flow__item {
		margin: 0 0 60px;
	}

	.srv-flow__item::after {
		top: unset;
		right: unset;
		left: 50%;
		bottom: -27%;
		transform: translateX(-50%) rotate(90deg) scaleX(0.5);
	}

	#staff-greetings .am-col7 {
		width: 100%;
		margin: 0;
	}

	#staff-greetings .am-flex {
		display: block;
	}

	#staff-greetings .am-col7 img {
		height: auto;
	}

	#staff-message .am-flex {
		flex-wrap: wrap;
		width: 100%;
	}

	#staff-message .am-col6.mrg-40 {
		order: 1;
		width: 100%;
		margin: 10px 0;
	}

	#staff-message .am-col6 {
		width: 100%;
		margin: 10px 0 0;
	}

	.staff-facility-intro__gallery > div {
		width: 50%;
	}

	.staff-facility-intro__image {
		margin: 0 5px 10px;
	}

	.staff-facility-intro__image > img {
		display: block;
	}

	.am-flex.sect-blog__cont {
		display: block;
		width: 100%;
	}

	#sect-blog .am-col9 {
		width: 100%;
	}

	#sect-blog .am-col5 {
		width: 100%;
	}

	.am-flex.sect-blog__item-cont {
		display: block;
		margin: 40px 0;
		padding: 0;
	}

	#sect-blog .am-col7 {
		width: 100%;
	}

	#sect-blog .am-col3 {
		width: 100%;
	}

	.sect-blog__sidebar {
		width: 100%;
		margin: 0;
	}

	.sect-blog__item-img {
		margin: 0;
		width: 100%;
	}

	#staff-greetings .am-col6.mrg-r {
		margin: 0;
		width: 100%; 
	}

	#web-accessibility .unity-title-style6 {
		margin: 40px 0 20px;
	}

	#privacy-policy .unity-title-style6 {
		margin: 40px 0 20px;
	}

	#web-accessibility .mgb-40 {
		margin-bottom: 20px;
	}

	.inquiry-form__text {
		margin: 20px 0 0;
	}

	.sect-blog__item-excerpt {
		padding: 0 0 10px;
	}

	.sect-cont {
		padding: 50px 10px;
	}

	.srv-flow__item-text {
		font-size: 16px;
	}

	.am-col6.mrg-60 {
		order: 1;
	}

	section {
		padding: 0;
	}

	.ftr-logo {
		max-width: 200px;
		margin: 20px auto 0 auto;
	}

	.ftr__layout {
		display: block;
	}

	.ftr__logo {
		text-align: center;
	}

	.ftr__navi {
		margin: 50px 0;
	}

	.ftr__cpright {
		text-align: center;
	}
	
	.service-item__content {
		margin: 20px 0 0 0;
	}
}