/* 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;
	font-family: "Noto Sans JP", 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;
}

html {
	scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

.bnr__title {
    margin: 0;
    font-size: 50px;
    padding: 200px 0;
}

.sect-cont {
	padding: 80px 0;
}

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

.af-topgap {
/*	height: 68px;*/
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	font-family: 'Noto Sans JP';
}

.hdr__layout {
	height: 72px;
}

.hdr__logo {
    margin: 0 auto 0 5px;;
	max-width: 150px;
}

.hdr__logo>a>img {
	height: auto;
	max-width: 213px;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
	width: 450px;
	align-items: center;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	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 7px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

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

.hdr__navi-lang:hover a {
    color: #59A4D8;
    text-decoration: none;
}

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

.hdr__logo a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.header-logo-text {
    display: block;
    text-align: center;
	margin: -10px 0;
}

.hdr__navi-lang {
    background-color: #59A4D8;
	border: 1px solid transparent;
    width: 176px;
    text-align: center;
    padding: 20px 0;
	position: relative;
	transition: all 0.3s ease;
}

.hdr__navi-lang:hover {
	 background-color: #fff;
	border: 1px solid #59A4D8;
	color: #59A4D8;
}

.hdr__navi-lang:hover img {
	filter: invert(1);
}

.hdr__navi-lang img {
    width: 20px;
    height: 16px;
    object-fit: contain;
	vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0 0 1px;
}

.hdr__navi-lang {
    display: flex;
    justify-content: center;
}

.shin-button {
	background-color: #000;
	border: 1px solid transparent;
	width: 280px;
	text-align: center;
	padding: 10px 0;
	position: relative;
	transition: all 0.3s ease;
	margin: 50px auto 0;
}

.shin-button a {
    color: #ffff;
    text-decoration: none;
}

.shin-button img {
    width: 10px;
    height: 10px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 15px;
}

.shin-button:hover {
    background-color: #fff;
    border: 1px solid #000;
}

.shin-button:hover a {
    color: #000;
    text-decoration: none;
}

.shin-button:hover img {
    filter: invert(1);
}

#sect-slider .shin-button {
	font-size: min(3.7vh,2.08vw);
	width: auto;
	height: auto;
	padding: 0;
	display: inline-block;
}

#sect-slider .shin-button a {
    display: flex;
/*     width: min(49vh, 27.6vw);
    height: min(10.65vh, 6vw); */
	width: 280px;
    height: 54px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

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

.hdr__menu-btn {
	position: absolute;
	top: calc(80px / 2);
	right: 15px;
	border: 2px solid #000;
	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: #000;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

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

.bnr__pix {
    text-align: center;
}

.bnr__pix > video {
	width: 100%;
	height: auto;
	display: block;
}

.bnr__ov {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
}

.hdr-text1 {
    font-size: 56px;
    display: block;
    font-weight: 700;
	font-family: "Oswald", sans-serif;
}

.bnr__ov-txt {
	color: #fff;
	text-shadow: 4px 4px 8px #011E3E;
	max-width: 900px;
    width: 100%;
    line-height: 1.2;
}

.hdr__ftr.ftr__cont {
    display: none;
}

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

.concept-vision__container {
    max-width: 1200px;
    margin: 100px auto 0 auto;
}

.concept-vision__content {
    margin: 0 0 0 60px;
}

.title-en {
    font-size: 48px;
    display: block;
    font-family: 'Oswald';
	background: linear-gradient(to right, #2F5772, #59A4D8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 10px;
	z-index: 1;
    position: relative;
}

.title-jp {
    font-size: 24px;
    display: block;
	z-index: 1;
    position: relative;
}

.mip-title {
    text-align: center;
    line-height: 48px;
	position: relative;
    z-index: 1;
}

.concept-vision__subcont {
    margin: 50px 0 0;
}

#concept-vision {
    padding: 80px 0;
	background-color: #F8FAFF;
}

.title-bg {
    position: absolute;
    width: 166px;
    height: 148px;
    top: -40%;
    left: 27%;
}

.title-bg.right {
    top: -36%;
    left: 56%;
}

#news-development {
    padding: 80px 0;
}

.news-development__container {
    max-width: 1200px;
    margin: 0 auto;
}

.news-development__subcont {
    margin: 30px 0;
	justify-content: space-between;
}
	
.news-development__item {
    margin: 0 40px 40px 0;
    width: calc(100% / 12 * 4 - 40px);
}

.news-development__item:nth-child(3n) {
    margin: 0 0 50px;
}

#news-development .am-bg-pix > img {
    object-fit: contain;
    object-position: bottom;
}

#our-works {
    padding: 80px 0;
    background-color: #F8FAFF;
}

#our-works .title-bg {
    left: 38%;
}

.our-works__subcont {
    margin: 50px 0 30px;
}

.our-works__container {
    max-width: 1200px;
    margin: 0 auto;
}

.our-works__item {
	border: 1px solid #E5E7EB;
	margin: 0 30px 30px 0;
	width: calc(100% / 12 * 4 - 55px);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	min-height: 360px;
	padding: 20px 15px;
	border-radius: 12px;
	background-color: #fff;
}

.our-works__item:nth-child(3n) {
    margin: 0 0 30px;
}

.our-works__item img {
    width: 130px;
    height: 130px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.our-works__subtitle {
    font-weight: 700;
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 24px 0 24px 0;
}

.our-works__list-img {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.our-works__list {
    font-weight: 700;
    font-size: 18px;
}

.our-works__list-text {
    display: block;
}

.our-works__list-img img {
    vertical-align: middle;
    padding: 0 0 1px;
}

.our-works__list-item {
    margin: 0 0 15px;
}

#corporate-philosophy {
    padding: 80px 0;
}

.corporate-philosophy__container {
    max-width: 1200px;
    margin: 0 auto;
}

.corporate-philosophy__subcont {
    margin: 50px 0;
}

.corporate-philosophy__content {
    margin: 0 0 0 50px;
}

.company-profile__table {
    width: 100%;
}

#company-profile {
    padding: 80px 0;
}

.company-profile__container {
    max-width: 1000px;
    margin: 100px auto 0 auto;
}

.company-profile__table tr td {
    border: 1px solid #C0D6FB;
    padding: 15px;
    border-width: 0 0 1px;
}

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

.company-profile__table ul {
    padding: 0 0 0 20px;
}

#company-profile .am-bg-pix > img {
    object-fit: contain;
    object-position: top;
}

#information {
    padding: 80px 0;
	background-color: #F8FAFF;
}

#information .am-bg-pix > img {
    object-fit: cover;
    object-position: bottom;
}

.information-subcont {
    max-width: 1000px;
    margin: 50px auto;
    background-color: #fff;
    min-height: 260px;
    padding: 25px;
    border: 1px solid #C0D6FB;
    overflow-y: scroll;
    height: 100px;
}

.information-date {
    text-align: center;
    color: #59A4D8;
    font-weight: 700;
    width: 90px;
    margin: 0 50px 0 0;
}

.information-desc {
    width: 840px;
	color: #000;
}

.information-item {
    text-decoration: none;
}

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

#recruitment {
    padding: 80px 0;
}

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

.recruitment-table table tr td {
    border: 1px solid #C0D6FB;
    border-width: 0 0 1px;
    padding: 15px;
}

.recruitment-container {
    max-width: 1000px;
    margin: 50px auto;
}

.recruitment-table table tr td:first-child {
    font-weight: 700;
    color: #333333;
	width: 100px;
}

#disclosure {
    padding: 80px 0;
    background-color: #F8FAFF;
}

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

.disclosure-table table tr td {
    border: 1px solid #C0D6FB;
    border-width: 0 0 1px;
    padding: 15px;
}

.disclosure-container {
    margin: 50px auto;
    max-width: 1000px;
}

.disclosure-table table tr td:first-child {
    font-weight: 700;
    color: #333333;
}

.disclosure-desc {
    text-align: center;
    margin: 40px 0;
}

#contact {
    padding: 80px 0;
}

.contact-contact-form {
	max-width: 1000px;
	margin: 50px auto;
}

.contact__container {
    margin: 120px 0 0;
}

.inquiry-form__contact-form {
	margin: 50px auto 0;
	text-align: right;
	max-width: 1000px;
	width: calc(100% - 20px);
	color: #fff;
}

.required {
	color: #FFF;
	padding: 3px 26px;
	font-size: 14px;
	margin: 0 20px 0 auto;
	background-color: #59A4D8;
}

.not.required {
    background: #888888;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
	color: #000;
}

.inquiry-form__contact-col input {
	padding: 16px 10px;
	width: calc(100% - 22px);
	border: 1px solid #59A4D8;
}

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

.inquiry-form__contact-col p textarea {
	padding: 10px;
	width: calc(100% - 22px);
	border: 1px solid #8E5343;
}

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

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
    align-items: flex-start;
	margin: 0 0 30px;
}

.inquiry-form__contact-col {
    width: calc(70% - 20px);
	margin: 0 0 0 20px;
}

.inquiry-form__contact-col:first-child {
    width: 30%;
	color: #371F1F;
}

.inquiry-form__submit-cont .dl-submit p input {
    background: #8E5343;
    border: unset;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 32px;
}

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

.inquiry-form__contact-col textarea {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #59A4D8;
}

input[type="radio"] {
    width: 20px!important;
	margin:0 10px 0 0;
}

.inquiry-form__contact-col {
	text-align: left;
}

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

span.wpcf7-spinner {
    display: none;
}

.notrequired {
    color: #FFF;
    padding: 3px 26px;
    font-size: 14px;
    margin: 0 20px 0 auto;
    background-color: #B8B8B8;
}

.inquiry-form__submit-cont .dl-submit input {
    background: #59A4D8;
    border: unset;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 16px 40px;
	border: 1px solid transparent;
}

#contact .title-bg {
    left: 39%;
}

.wpcf7 input[type="submit"] {
    background: url(../images/arrow-right.png) no-repeat right center;
    background-size: 10px;
    background-color: #59A4D8;
    background-position-x: calc(100% - 15px);
}

.ftr {
    padding: 60px 0 0;
}

.ftr-copyright {
    margin: 30px auto 0;
    text-align: center;
}

.ftr__socmed {
	align-content: center;
}

.ftr__logo img {
    max-width: 200px;
	vertical-align: middle;
}

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

.hdr__navi-lang:hover img {
   filter: invert(30%) sepia(15%) saturate(1736%) hue-rotate(179deg) brightness(92%) contrast(89%);
}

.am-anchor {
    position: relative;
}

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

.bnr__pix img {
    display: block;
}

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

#thanks {
    padding: 80px 0;
}

.thanks__subcont {
    text-align: center;
}

#thanks .title-bg {
    left: 33%;
    top: -60%;
}

#information.column-pg {
    background-color: #fff;
}

.ii-pgnavi__btn.ii-pgnavi__current {
	background: #59A4D8;
	color: #FFF;
	cursor: revert;
}

.ii-pgnavi__btn {
	background-color: #59A4D8;
	padding: 10px 14.79px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #59A4D8;
	margin: 0 5px;
	cursor: pointer;
	font-size: 16px;
}

.ii-pgnavi__btn i {
	background-color: #fff;
	color: #004F6D;
	margin: 0 0 0 8px;
}

button.ii-pgnavi__btn.next {
	background-color: #fff;
	padding: 10px 12.79px;
	color: #59A4D8;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #59A4D8;
	
}

button.ii-pgnavi__btn.previous {
	background-color: #fff;
	padding: 12px 13.79px;
	padding: 10px 12.79px;
	color: #004F6D;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #0079E1;
}

.sect-news__pagenavi{
	text-align: center;
	margin: 30px auto 0;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
}

.previous i.fa.fa-chevron-left {
    margin: 0 8px 0 0;
}

.top-columns__content {
    color: #000;
	display: block;
	margin: 10px 0 0;
}

.blog-title {
    display: flex;
    color: #000;
    font-weight: 700;
    background-color: #F2F2F3;
    padding: 10px 15px;
	width: calc(100% - 30px);
	margin: 5px 0 0;
	justify-content: space-between;
}

.top-columns__subtitle {
    margin: 0 10px;
    font-weight: 700;
	font-size: 16px;
}

.blog-title img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.blog-date {
    margin: 0;
	font-size: 16px;
}

.am-col4.blog-item {
    width: calc(100% / 12 * 4 - 30px);
    margin: 0 30px 30px 0;
}

.am-col4.blog-item:last-child {
    margin: 0;
}

.column__container {
    max-width: 1200px;
   margin: 50px auto;
}

#column {
    padding: 150px 0;
}

.blog-item__pix {
    border: 1px solid;
    min-height: 200px;
    object-fit: contain;
    padding: 15px;
    width: calc(100% - 30px);
}

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

.blog-item a {
    text-decoration: none;
}

.column__subtitle {
    display: flex;
}

.column__subtitle {
    align-self: center;
    justify-content: flex-start;
    display: inline-block;
    padding: 0 0 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.column__subtitle img {
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
}

.blog-category-list li {
    list-style: none;
    border-bottom: 1px solid #B6B6B6;
    margin: 0 0 10px;
    padding: 0 0 10px 0;
}

ul.blog-category-list {
    padding: 0;
}

.column__categories {
    margin: 0 0 40px;
}

.column__recommended-articles {
    margin: 0 0 40px;
}

.column__subtitle:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #FF613E;
}

.column__sidebar {
    border: 1px solid #59A4D8;
    padding: 20px;
}

.blog-side__item {
    display: flex;
	align-items: center;
}

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

.wp-block-heading {
    border-bottom: 3px solid #59A4D8;
    padding: 5px 0 0;
}

.wp-block-group {
    margin: 0 0 40px;
}

li.cat-item.cat-item-1 a {
    text-decoration: none;
    color: #000;
    border-bottom: 2px dotted #ccc;
    width: 100%;
    display: block;
}

.column__container {
    max-width: 1200px;
    margin: 50px auto;
}

.single-information-cont__title {
    font-size: 48px;
	margin: 0 0 30px 0;
	line-height: 48px;
}

.post-label {
    display: inline-block;
    background-color: #59A4D8;
    color: #fff;
    padding: 8px 32px;
    border-radius: 50px;
    margin: 0 20px 0 0;
}

.br-sp {
	display: none;
}

.br-pc {
	display: block;
}
