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

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

@font-face {
   	font-family: Century Gothic;
    src: url('fonts/century-gothic/Century Gothic.ttf');
}

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: 1100px;
}

.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: -80px;
}

.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-flex.vert-fl-start {
	align-items: flex-start;
}

.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-left {
	text-align: left;
}

.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;
    opacity: 0.7;
}

.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;
/* 	margin: 70px 0 0 0; */
}

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

.slider__nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, calc(50% + 42px));
	background-color: #00000080;
	width: calc(100% - 140px);
	padding: 50px 50px 0;
	max-width: 1440px;
	z-index: 2;
}

.slider--style1 .slider__nav {
	bottom: 0;
	left: 0;
	transform: unset;
	position: relative;
	margin: 0 auto;
}

.slider-nav__container {
	width: 100%;
	margin: 0 auto;
	background-color: #000000;
	border: 1px solid #222222;
	padding: 15px;
}

.slider-nav__image {
	width: 100%;
	height: auto;
}

.slider-nav .slick-slide .slider-nav__image {
	filter: saturate(0);
}

.slider-nav .slick-slide.slick-current .slider-nav__image {
	filter: unset;
}

.slider-navi {
	text-align: center;
	margin: 15px 0;
	display: block;
	width: 100%;
	white-space: nowrap;
	padding: 0;
}
.slider-navi button {
	background-color: unset;
	color: #041E59;
	border: unset;
	font-size: 35px;
	cursor: pointer;
	display: inline-block;
	width: fit-content;
	max-width: 15%;
	padding: 0 10px;
	margin: 0;
}

.slider-nav__item:focus-visible .slider-nav__image {
	position: relative;
	z-index: -1;
}

#sect-news {
    padding: 0 0 50px;
}

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

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

#sect-about.sect-cont {
    padding: 0;
}

#sect-day.sect-cont {
    padding: 90px 0 60px 0;
}

#sect-voice.sect-cont {
    padding: 90px 0;
}

#sect-howto.sect-cont {
    padding: 90px 0;
}

#sect-access.sect-cont {
    padding: 90px 0;
}

#sect-content.sect-cont {
    padding: 90px 0 40px;
}

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

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

.af-topgap {
	height: 68px;
}

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

.hdr__layout {
	height: 80px;
}

.hdr__logo {
	margin: 0 auto 0 0;
}

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

.hdr__logo > a {
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 296px;
    text-decoration: unset;
}

.hdr__logo > a > h1 {
    white-space: nowrap;
    font-family: "Century Gothic";
    width: auto;
    margin: 0 0 0 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #000;
	text-shadow: 
	  1px 1px 1px #fff, /* bottom-right */
	  -1px -1px 1px #fff, /* top-left */
	  -1px 1px 1px #fff, /* bottom-left */
	  1px -1px 1px #fff, /* top-right */
	  0 1px 1px #fff, /* bottom */
	  1px 0 1px #fff, /* right */
	  0 -1px 1px #fff, /* top */
	  -1px 0 1px #fff, /* left */
      0 2px 5px #666;
}

.hdr__navi-bg {
	display: none;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	border-bottom: 5px solid #264896;
	border-bottom: unset;
	background-color: #fff0;
}

.hdr__navi-menu li {
	list-style: none;
	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: 20px 50px;
	padding: 20px 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 #3365cb;
	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: #3365cb;
	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: 100%;
/* 	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: 55%;
	right: 0;
	width: 100%;
	text-align: center;
	transform: translatey(-50%);
}

/* #top-banner .bnr__txt-title {
	color: #fff;
	font-weight: 600;
	text-shadow: 0 0 68px #0257c9B0;
} */

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

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

header .ftr__cont {
	display: none;
}

.inquiry-form__contact-form {
	margin: 0 auto;
	text-align: left;
	max-width: 1100px;
	width: 100%;
}

.inquiry-form__contact-col {
    display: inline-block;
    width: 65%;
	width: calc(69% - 20px);
}

.inquiry-form__contact-col:first-child {
    width: 30%;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.required {
	color: #FFF;
	padding: 0 30px;
	font-size: 14px;
	margin: 0 10px 0 0;
	background-color: #264896;
	border-radius: 20px;
}

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

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

.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;
	padding: 20px 10px;
}

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

.wpcf7-submit {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #f0f0f0;
}

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

.wpcf7-spinner {
	display: block !important;
}

.inquiry-form__submit-cont>p {
	margin: 0;
	text-align: center;
}

.inquiry-form__submit-cont>p>span.wpcf7-spinner {
	margin: 0 auto;
}

.inquiry-form__submit-cont>p>.submit_btn {
	margin: 20px 0 0;
	background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
	color: #FFF;
}

.submit-btn {
    position: relative;
    margin: 0 auto;
    width: 240px;
    height: 50px;
    margin: 30px auto 0;
}

.submit-btn > p {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.submit-btn input {
    background: transparent;
    border: unset;
    width: 100%;
    height: 100%;
	cursor: pointer;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
    font-size: 16px;
}

.inquiry-form__contact-col.chkbox > p {
    display: flex;
}

.inquiry-form__contact-col.chkbox .wpcf7-list-item {
    margin: 0 10px 0 0;
}

.inquiry-form__contact-col.chkbox .wpcf7-list-item input {
    width: 20px;
    height: 20px;
}

.ftr-main {
    position: relative;
    padding: 80px 80px 20px;
	background-color: #264896;
}

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

.ftr-cont {
    z-index: 1;
	text-align: center;
}

.ftr-bg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.ftr-cont .am-flex {
    align-items: center;
}

.ftr-cont p{
	text-align: center;
	color: #fff;
	border-top: 2px solid #fff;
    width: 400px;
    margin: 15px auto 0;
	padding: 10px 0 0;
}

.ftr-main__title {
    display: block;
    margin: 15px auto 0;
	filter: invert(1);
}

.ftr-phone > span {
    font-size: 30px;
    font-weight: bold;
}

.ftr-navi {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content:space-between;
	padding: 0;
}

.ftr-navi > li {
    width: calc(50% - 20px);
    border-bottom: 1px solid;
    margin: 0 0 10px;
}

.ftr-navi > li > a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
    
}

.ftr-navi > li:last-child,
.ftr-navi {
    border-bottom: unset;
    margin: 0;
}

.ftr-phone a {
    text-decoration: none;
    color: #000;
}

.hdr__ftr-phone a {
    color: #000;
    text-decoration: none;
}

.hdr__logo>a>img {
    height: 70px;
}

.ftr-main__logo {
    width: 165px;
    height: 165px;
    margin: 0 auto;
}

.slider-logo {
    width: 25%;
    height: 25%;
    object-fit: cover;
}

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

.al-title-1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.al-sect-beginnings-cont {
    max-width: 1100px;
    margin: 0 auto;
	padding: 0 0 50px;
	font-size: 20px;
	line-height: 40px;
}

section#al-sect-beginnings .al-title-1 {
    padding: 50px 0 20px;
}

.al-title-2 {
    text-align: center;
    padding: 50px 0 20px;
	line-height: 40px;
}

.al-title-jp {
    display: block;
    font-size: 36px;
}

.al-title-en {
    font-size: 24px;
    border-bottom: 3px solid;
    width: 100%;
    display: block;
	padding: 0 0 10px;
}

.al-sect-company-profile-cont {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 50px;
}

.al-sect-company-profile-table {
    width: 100%;
    border-collapse: collapse;
}

.al-sect-company-profile-table tr td:first-child {
    background-color: #F4F4F4;
    text-align: center;
}

.al-sect-company-profile-table tr td {
    border: 1px solid;
    padding: 11px 10px;
    background-color: #fff;
}

.al-banner {
    margin: 0 0 30px;
}

.al-sect-works-cont {
    max-width: 1100px;
    margin: 0 auto;
}

.al-sect-item span {
    display: block;
    text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.al-sect-item img {
    width: 100%;
}

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

.al-sect-works-gallery.am-flex.wrap {
    justify-content: space-between;
}

.al-sect-item.am-col4:nth-child(3n) {
    margin: 0 0 30px 0;
}

.al-sect-business-content-cont {
    max-width: 1100px;
    margin: 0 auto;
	padding: 0 0 50px 0;
}

.al-priciples-title {
    border: 1px solid #F4F4F4;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
	margin: 40px 0 60px 0;
}

.al-priciples-title span.al-priciples-subtitle {
    background-color: #264896;
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.al-priciples-desc {
    text-align: center;
	margin: 0 0 50px 0;
}

.al-priciples-item {
    margin: 0 0 40px 0;
}

.al-priciples-item__title {
    border-bottom: 1px solid;
    display: block;
    margin: 0 0 10px 0;
	font-weight: 700;
}

.al-left-behind span {
    display: block;
}

span.al-priciples-item__desc {
    padding-left: 20px;
    display: block;
}

.al-left-behind {
    background-color: #fff;
    border: 2px solid #264896;
    padding: 40px 20px 20px 40px;
    position: relative;
	margin: 20px 0 0;
}

.al-sect-flow-cont {
    max-width: 1100px;
    margin: 0 auto;
}

.al-sect-flow-desc {
    text-align: center;
    font-weight: 700;
    margin: 0 0 30px;
}

.al-sect-flow-cont-item {
    max-width: 720px;
    margin: 0 auto 30px auto;
}

.al-sect-flow-item .am-col10 {
    align-content: center;
}

.al-sect-flow-item .am-col10 span {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.al-sect-contact-cont {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 50px;
}

.al-sect-contact-desc {
    text-align: center;
	font-weight: 700;
	margin: 0 0 20px;
}

.inquiry-form__row.last .inquiry-form__contact-col {
    vertical-align: text-top;
}

.al-btn {
    background-color: #3366cc;
    color: #fff;
    width: 300px;
    height: 56px;
    font-size: 18px;
    border-radius: 60px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
	background: linear-gradient(90deg, #264896 0%, #B4E0FC 100%);
}

a.al-btn {
	width: 400px;
    display: inline-block;
    line-height: 80px;
	text-decoration: unset;
}

.al-btn::after {
    content: "\f061";
    font-family: FontAwesome;
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 21px;
    transform: translateY(-50%);
}

.inquiry-form__row .inquiry-form__contact-col:first-child > p {
    display: flex;
    justify-content: space-between;
}

.al-left-behind > span {
    position: absolute;
    left: 0;
    top: 0;
    background: #264896;
    color: #FFF;
    padding: 0 10px;
}

.am-col-auto.hdr__navi.am-flex a {
    color: #000;
    display: contents;
}

.al-priciples-item:last-child {
	margin: 0;
}

#al-sect-flow .am-col10 {
    width: calc(100% / 12*10 - 40px);
    margin: 0 0 0 40px;
}

.am-pc {
	display: none;
}

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

	@media screen and (max-width:1366px) {		
		#sect-greetings .am-col4 {
			margin: 0 20px 0 0;
		}
		
		#sect-greetings .am-col8 {
			line-height: 2.5;
			font-size: 20px;
		}
		
		#sect-staff .am-col4 {
			width: calc(100% - 920px);
		}
		
		#sect-staff .am-col8 {
			width: 920px;
		}
	}
	
	@media screen and (max-width:1250px) {
		#sect-staff .am-col4 {
			width: 100%;
			text-align: center;
			margin: 0 auto;
		}

		.staff-item__cont {
			display: block;
			width: 100%;
		}

		#sect-staff .am-col8 {
			width: 100%;
		}
		
		.staff-item__pix > img {
			display: block;
			margin: 0 auto;
		}
	}
	
	@media screen and (max-width:1200px) {
		.hdr__layout.am-flex {
			height: 150px;
			text-align: center;
			flex-direction: column;
			justify-content: center;
		}

		.hdr__logo {
			margin: 0 auto 8px;
		}

		.hdr__navi {
			margin: 0 auto;
		}		
		
		.ftr-cont .am-flex {
			display: block;
			margin: 0 auto;
			text-align: center;
		}

		.ftr-cont .am-flex > div {
			width: 100%;
			max-width: 600px;
			margin: 0 auto;
		}
		
		.hdr__navi-menu li {
			line-height: 2;
		}
		
/* 		.bnr__cont {
			margin: 110px 0 0;
		} */
	}

	@media screen and (max-width:1024px) {
		
		.hdr__navi-menu li a {
			padding: 0 15px;
		}
		
		.slick-next {
			right: 0px;
		}

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

		.news-cont {
			width: calc(100% - 40px);
			margin: 0 20px;
		}

		.service-item__cont {
			width: calc(100% - 40px);
			margin: 0 20px;
		}

		.about-cont {
			width: calc(100% - 40px);
			margin: 0 20px;
		}

		.day-cont {
			width: 65%;
			margin: 0 20px 0 auto;
		}
	}

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

		.ftr.type2 .ftr__socmed-link {
			width: 150px;
		}
		
		.hdr__logo {
			width: 200px;
			margin: 0 auto 15px;
		}

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

		.tona-title {
			margin: 0 0 40px;
		}

		#sect-about .am-col4 img {
			width: calc((100% / 3) - 10px);
			height: auto;
		}

		.about-cont__image {
			display: block;
		}

		#sect-about .about-cont__image .am-col4 {
			width: 100%;
			display: flex;
			justify-content: space-between;
			margin: 0 0 20px;
		}

		.about-cont__image .am-col8 {
			width: 100%;
		}

		.content-cont__container {
			display: block;
		}

		.content-cont__sidecol {
			width: 100%; 
			margin: 0 0 20px;
		}

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

		.content-cont__sideimg > img {
			width: calc((100% / 3) - 10px);
		}

		.content-cont__container > .am-col8 {
			width: 100%;
		}
		
		.voice-sub__cont {
			width: calc(100% - 300px);
			padding: 20px 75px;
		}
		.voice-sub__pix {
			height: auto;
			width: 150px;
		}
		
		.howto-cont__container > div:first-child {
			width: calc(100% - 425px);
		}

		.howto-cont__container > div:nth-child(2) {
			width: 425px;
		}
		
		.access-cont__container > div:last-child {
			width: 460px;
		}

		.access-cont__container > div:first-child {
			width: calc(100% - 460px);
		}

		.access-map {
			height: 100%;
			width: calc(100% - 20px);
		}

		.access-map > iframe {
			height: 100%;
		}
	}
	
	@media screen and (max-width: 800px) {
		.hdr__navi-menu li a {
			font-size: 12px;
		}
	}

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

@media screen and (max-width: 820px) {
	.inquiry-form__contact-col:first-child {
		width: 33%;
	}
	
	.inquiry-form__contact-col {
		width: calc(65% - 20px);
	}
}

@media screen and (max-width: 767px) {	
		
	.bnr__cont {
		margin: 92px 0 0 0;
	}

	.hdr__menu-btn {
		display: block;
	}

	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #CCC;
		height: 90px;
		overflow: hidden;
		transition: height 0.5s ease;
	}

	header .am-container {
		width: 100%;
	}
	
	section#al-sect-business-content .al-banner img {
		object-position: 30%;
	}

	.hdr__logo > a {
		position: absolute;
		top: 45px;
		left: 33%;
		text-align: left;
		transform: translate(-50%, -50%);
	}
	
	.hdr__logo > a > h1 {
		font-size: 20px;		
	}
	
	.hdr__logo img {
		width: auto;
		max-width: 200px;
		height: 50px;
	}
	
	.hdr__logo>a>img {
		object-fit: contain;
	}

	.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-bg-layout {
		position: relative;
		width: 100%;
		padding: 0 0 110px;
	}
	
	.hdr__navi-bg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: 0;
	}

	.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;
		border-bottom: 0;
	}

	.hdr__navi-menu li,
	.hdr__navi-menu li:last-child {
		border: 2px solid #264896;
		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;
		font-weight: 400;
		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;
		display: none;
	}

	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 {
		width: 100%;
		min-height: calc(100vh - 740px);
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 40px 0;
		display: none;
	}

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

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

	.hdr__ftr-cont {
		position: relative;
		z-index: 1;
		text-align: center;
	}

	.hdr__ftr-addr {
		font-size: 16px;
	}

	.hdr__ftr-phone > span {
		font-size: 30px;
		font-weight: bold;
	}

	.hdr__ftr .ftr__cont {
		padding: 20px;
	}

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

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

	section {
		margin: 30px 0;
	}

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

	.inquiry-form__contact-col:first-child {
		width: 100%;
	}

	.inquiry-form__contact-col {
		width: calc(100% - 10px);
	}
	
	.ftr-main .am-col6 {
		width: 100%;
	}

	.ftr-navi > li {
		width: 100%;
	}

	.ftr-cont .am-flex {
		display: block;
	}

	.ftr-cont.am-container {
		width: 100%;
	}

	.ftr-main {
		padding: 30px;
	}

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

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

	.ftr-phone {
		margin: 30px 0 0;
	}
	
	#top-banner .bnr__pix img {
		height: auto;
		object-position: center;
		object-fit: contain;
	}

	#top-banner .bnr__pix img.img-adj {
		object-position: 40% 100%;
	}
	
	#top-banner .bnr__txt-title {
		font-size: min(40px, 5vw);
	}
	
	.am-pc {
		display: none;
	}
	
	.am-sp {
		display: block;
	}
	
	.ftr-navi > li:last-child,
	.ftr-navi > li:nth-last-child(2) {
		border-bottom: 1px solid;
		margin: 0 0 10px;
	}
	
	header {
		background-color: #fff;
	}
	
	.ftr-cont p {
		width: unset;
	}
	
	.slider-logo {
		width: 50%;
	}
	
	.al-title-1 {
		font-size: 25px;
	}
	
	.al-sect-company-profile-table tr td {
		display: block;
	}
	
	.al-sect-company-profile-table tr td:first-child {
		text-align: left;
		border-width: 1px 1px 0 1px;
	}
	
	.al-sect-company-profile-table {
		border-collapse: unset;
	}

	.al-sect-company-profile-table tr {
		margin: 0 0 10px;
		display: block;
	}
	
	.al-sect-item.am-col4 {
		width: 100%;
		margin: 0 0 30px;
	}
	
	.al-sect-item span {
		margin: -10px 0 0 0;
	}

	.al-banner img {
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
	
	.al-priciples-title {
		margin: 20px 0 30px 0;
	}
	
	.al-priciples-desc {
		text-align: left;
		margin: 0 0 30px 0;
	}
	
	span.al-priciples-item__desc {
		padding-left: 0;
	}
	
	.al-left-behind {
		padding: 40px 20px 20px 20px;
	}
	
	.al-priciples-item {
		margin: 0 0 30px 0;
	}
	
	.al-sect-business-content-cont {
		padding: 0 0 30px 0;
	}
	
	#al-sect-flow .al-title-2 {
		padding: 20px 0;
	}
	
	.al-sect-flow-desc {
		text-align: left;
	}
	
	.al-sect-flow-item .am-col2 {
		width: 25%;
	}

	#al-sect-flow .al-sect-flow-item .am-col10 {
		width: calc(75% - 20px);
		margin: 0 0 0 20px;
	}

	.al-sect-flow-item {
		margin: 0 0 20px;
	}
	
	.al-sect-contact-desc {
		text-align: left;
	}
	
	.inquiry-form__row .inquiry-form__contact-col:first-child > p {
		justify-content: unset;
	}
	
	.required {
		margin: 0 0 0 15px;
	}	
	.am-pc {
		display: none;
	}
	.al-sect-flow-cont {
		padding: 30px 0 0;
	}
}