/* 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: -120px;
}

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

.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: #3365cb;
	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 {
	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: 80px;
}

.hdr__logo {
	margin: 0 auto 0 0;
}

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

.hdr__navi-bg {
	display: none;
}

.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 #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: 50%;
	right: 0;
	width: 100%;
	text-align: center;
	transform: translatey(-50%);
}

#top-banner .bnr__txt-title {
	color: #fff;
	font-size: min(40px, 3vw);
	margin: 0 0 20px;
	line-height: 1.8;
	font-weight: 600;
	text-shadow: 0 0 68px #0257c9B0;
}

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

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

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

.news-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
}

.news-item__cont {
    margin: 0 0 20px;
}

#sect-news .am-bg-cont {
    padding: 50px 0;
}

.news-item__cont {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px;
}

.tona-title span {
    font-size: 28px;
    color: #3366cc;
	font-family: Century Gothic;
}

.tona-title {
    color: #e68153;
    font-weight: 700;
	margin: 0 0 80px;
}

.tona-title.style2 span {
    color: #FFF;
}

.tona-title.style2 {
    color: #FFF;
}

#sect-greetings .am-col8 {
	line-height: 60px;
	font-size: 24px;
}

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

.greetings-cont > .am-col4 > img {
    margin: 0 30px 0 auto;
    display: block;
}

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

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

.service-item__title {
    color: #e45c01;
    font-size: 20px;
    line-height: 28px;
}

.service-item__title img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.service-item__text {
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0 0;
}

.service-cont {
    padding: 50px 0;
}

.content-cont__table tr:first-child td {
    color: #FFF;
    background: #3365cb;
    text-align: center;
    font-size: 18px;
}

.content-cont__table tr td {
    border: 1px solid #3366cc;
    text-align: center;
    padding: 10px;
}

.content-cont__sidecol {
    margin: 0 40px 0 0;
}

.content-cont__table {
    border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px;
	background-color: #fff;
}

.fc-b {
    color: #618ad8;
    font-weight: 700;
    font-size: 18px;
}

.fc-b-style1 {
	color: #618ad8;
	font-weight: 700;
	font-size: 16px;
}

.content-cont__sideimg > img {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}

.content-cont__item {
    border: 1px solid #3366cc;
    margin: 0 7.5px 15px 0;
    padding: 10px 15px;
    height: calc(100% - 40px);
}

.content-cont__item-layout .am-col6:nth-child(2n) .content-cont__item {
    margin: 0 0 15px 7.5px;
}

.content-cont__title {
    color: #3366cc;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}

.content-cont__title span {
    color: #000;
    font-weight: 400;
}

.content-cont__item-title {
    color: #FFF;
    background: #3366cc;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 15px;
}

.content-cont__item-layout {
    margin: 0 0 20px;
}

#sect-about .am-container {
    padding: 50px 0;
}

.about-cont {
    max-width: 1440px;
    margin: 0 auto;
}

#sect-about .am-col4 {
    margin: 0 40px 0 0;
}

.about-cont__item-title {
    font-weight: 700;
    background-color: #fff;
    width: fit-content;
    margin: -35px 0 10px;
}

#sect-about .am-col8 {
    line-height: 28px;
    font-size: 16px;
}

.about-cont__item {
    border: 1px solid #999999;
    margin: 30px 0;
    padding: 20px;
}

.tona-btn {
    background-color: #3366cc;
    color: #fff;
    border: 1px solid #3366cc;
    width: 400px;
    height: 82px;
    font-size: 18px;
    border-radius: 10px;
	position: relative;
	overflow: hidden;
}

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

#sect-about .am-col4 img {
    margin: 10px 0 0 0;
    height: 268px;
    object-fit: cover;
}

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

.day-bg {
	width: 87%;
}

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

.am-top-text {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 30px;
	font-weight: 700;
}

#sect-day .am-container {
	max-width: 1720px;
	margin: 0 auto 0 0;
}

.tona-btn i {
    margin: 0 0 0 20px;
	font-size: 21px;
	display: none;
}

#sect-staff.sect-cont {
    background: #3366cc;
    color: #FFF;
	padding: 90px 0;
}

.staff-item__info > .am-flex {
    align-items: start;
}

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

.staff-item__name {
    font-size: 28px;
}

.staff-item__name > span {
    display: block;
    font-size: 16px;
}

.staff-item__pix {
    margin: 0 0 20px;
}
.staff-item__pix > img {
    display: block;
}

.staff-item__info-title {
    width: 115px;
    text-align: center;
    border: 1px solid;
    margin: 0 20px 0 0;
}

.staff-item__info-item {
    margin: 0 0 30px;
}

.staff-item {
    border: 1px solid;
    padding: 50px;
	margin: 0 0 30px;
}

.staff-item__cont.style2 {
    margin: 0 0 40px;
}

.staff-item__info-content {
    width: calc(100% - 115px);
}

.voice-item {
    margin: 0 0 50px;
	align-items: center;
}

.voice-item__text {
    border: 1px solid #3366cc;
    border-radius: 10px;
    width: calc(100% - 40px);
    margin: 0 0 0 40px;
    position: relative;
    padding: 20px 20px 20px 30px;
}

.voice-item__text::before {
    content: "";
    background: #f2fcfe;
    display: block;
    width: 20px;
    height: 20px;
    border: solid #36c;
    border-width: 0 0 1px 1px;
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translateY(-50%) rotate(45deg) skew(-10deg, -10deg);
}

.voice-item.right .voice-item__icon {
    order: 2;
}

.voice-item.right .voice-item__text {
    margin: 0 40px 0 0;
}

.voice-item.right .voice-item__text::before {
    left: unset;
    right: -11px;
    border-width: 1px 1px 0 0;
	background: #e5f4fe;
}

.voice-sub {
    position: relative;
    padding: 50px 0 0;
}

.voice-sub__pix {
    position: absolute;
    height: 100%;
    width: auto;
    bottom: 0;
    z-index: 1;
}

.voice-sub__pix > img {
    display: block;
    height: 100%;
    width: auto;
}

.voice-sub__pix.left {
    left: 0;
}

.voice-sub__pix.right {
    right: 0;
}

.voice-sub__cont {
    position: relative;
    z-index: 0;
    width: calc(100% - 200px);
    background: #dcf0f9;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

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

.howto-pix > img {
    width: 100%;
    display: block;
}

.howto-content__item-title > * {
    color: #e45c01;
    vertical-align: middle;
}

.howto-flow__item {
    display: inline-block;
    width: 85px;
    background: #3366cc;
    text-align: center;
    color: #FFF;
    margin: 0 5px 0 0;
}

.howto-flow {
    color: #3366cc;
	margin: 10px 0 0;
}

.access-map {
    width: calc(100% - 40px);
	height: 100%;
    margin: 0 auto 0 0;
}

.access-map > iframe {
    width: 100%;
    height: 100%;
}

.access-item__title {
    color: #3366CC;
    border: 1px solid;
    padding: 4px 10px;
    width: 140px;
    display: inline-block;
	text-align: center;
	margin: 0 10px 0 0;
	vertical-align: top;
}

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

.access-item__text {
    display: inline-block;
}

.access-btn {
    position: relative;
}

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

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

.inquiry-form__contact-col {
    display: inline-block;
    width: 65%;
}

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

.required {
	color: #FFF;
	padding: 5px 30px;
	font-size: 14px;
	margin: 0 10px 0 0;
	background-color: #e45c01;
	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;
}

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

h4.howto-content__item-title {
    margin: 0;
}

.howto-content__item {
    margin: 0 0 30px;
}

#sect-thanks .am-bg-cont {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.thanks-cont {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

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

.news-item a {
    text-decoration: none;
    color: #000;
}

#sect-content .tona-title {
    margin: 0 0 50px;
}

#sect-about .tona-btn i {
    font-size: 26px;
}

#sect-greetings .tona-btn {
    margin: 30px 15px 0 0;
	text-align: center;
	width: 330px;
}

#sect-about .tona-btn__cont {
    margin: 30px 0 0;
}

#sect-about .tona-btn__cont .tona-btn {
    margin: 0 15px 0 0;
	width: 330px;
}

.tona-btn.style2:after {
    right: 25px;
}

.am-sp {
	display: none;
}

.download-btn, a.tona-btn.download-btn {
    width: 0;
    height: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
}

.ftr-main {
    position: relative;
    padding: 80px 80px 20px;
}

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

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

.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;
	padding-top: 3%;
}

.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 > a,
.ftr-navi > li:nth-last-child(2) > a {
    border-bottom: unset;
    margin: 0;
} */

/* .ftr-navi > li:last-child,
.ftr-navi > li:nth-last-child(2) {
    border-bottom: unset;
    margin: 0;
} */

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

#sect-staff .am-col8 {
	width: calc(100% - 350px);
}

#sect-staff .am-col4 {
	width: 350px;
}

.tona-btn__cont.am-left.howto-btn {
    text-align: center;
    display: flex;
}

.howto-btn a.tona-btn {
    width: 300px;
}

.howto-btn a.tona-btn.style2 {
    margin: 0 0 0 20px;
}

.howto-btn .tona-btn {
    font-size: 16px;
}

@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: 110px;
			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;
		}
		
		#sect-greetings .am-col8 {
			font-size: 16px;
		}
	}

	@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: 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;
		left: 50%;
		text-align: left;
		transform: translate(-50%, -50%);
	}
	
	.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-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;
	}

	.hdr__navi-menu li,
	.hdr__navi-menu li:last-child {
		border: solid #FFF8;
		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 {
		width: 100%;
		min-height: calc(100vh - 740px);
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 40px 0;
	}

	.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 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;
	}
	
	#sect-news .am-col2 {
		width: 40%;
	}

	#sect-news .am-col10 {
		width: 60%;
	}

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

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

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

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

	.about-cont {
		display: block;
	}
	
	.about-cont__image {
		display: block;
	}

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

	#sect-about .am-col8 {
		width: 100%;
	}
	
	.tona-btn {
		width: 250px;
		padding: 15px;
	}
	
	.day-cont {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	
	#sect-content .am-col4 {
		width: 100%;
	}
	
	.content-cont__container {
		display: block;
	}

	#sect-content .am-col6 {
		width: 100%;
	}

	#sect-content .am-col8 {
		width: 100%;
	}
	
	.content-cont__item-layout .am-col6:nth-child(2n) .content-cont__item {
		margin: 0;
	}
	
	.content-cont__item {
		height: auto;
		margin: 0 0 20px;
	}
	
	.content-cont__item-layout .am-col6:nth-child(2n) .content-cont__item {
		margin: 0 0 20px;
	}
	
	.staff-item {
		padding: 25px 20px;
	}

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

	.staff-item__cont {
		display: block;
	}

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

	.staff-item__leftcol {
		margin: 0;
	}

	.staff-item__name {
		text-align: center;
		margin: 20px 0;
	}

	.staff-item__info-item {
		display: block;
	}

	.staff-item__info-content.am-col-auto {
		margin: 20px 0 0;
		width: 100%;
	}

	.staff-item__cont.style2 {
		margin: 0 0 20px;
	}
	
	.staff-item__pix > img {
		margin: 0 auto;
	}
	
	.staff-item__pix {
		text-align: center;
	}
	
	.voice-sub__cont {
		width: calc(100% - 40px);
		padding: 20px 20px 120px;
	}

	.voice-sub__pix > img {
		height: 200px;
	}

	.voice-sub__pix {
		height: 100px;
	}
	
	#sect-howto .am-col6 {
		width: 100%;
	}
	
	.howto-flow__item {
		margin: 0 5px 10px 0;
	}
	
	.howto-cont__container {
		display: block;
	}

	.howto-pix {
		width: 100%;
	}
	
	#sect-access .am-col6 {
		width: 100%;
	}

	.access-cont__container {
		display: block;
	}

	.access-item__title {
		display: block;
		margin: 0 0 -21px;
		background: #f2f9ff;
		position: relative;
		z-index: 1;
	}
	
	.access-item__text {
		border: 1px solid #3366cc;
		width: calc(100% - 20px);
		padding: 24px 10px 10px;
	}

	.access-item {
		margin: 20px 0;
	}

	.tona-btn__con {
		text-align: center;
	}
	
	.tona-title {
		padding: 0 10px;
	}

	.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;
	}
	
	#sect-news {
		padding: 0 0 25px;
	}

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

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

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

	#sect-day.sect-cont {
		padding: 45px 0 30px 0;
	}

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

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

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

	#sect-content.sect-cont {
		padding: 45px 0 20px;
	}
	
	.tona-title {
		margin: 0 0 40px;
	}
	
	.access-map iframe {
		height: 350px;
	}

	.access-map {
		width: 100%;
	}

	#sect-greetings .am-col8 {
		line-height: 40px;
		font-size: 16px;
		margin: 20px 0 0 0;
	}
	
	#sect-day .am-container {
		max-width: 100%;
		width: 100%;
	}
	
	#top-banner .bnr__pix img {
		height: 400px;
		object-position: center;
		object-fit: cover;
	}
	
	#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;
	}
	
	a.tona-btn {
		width: 250px;
	}
	
	a.tona-btn.download-btn {
		display: none;
	}
	
	.tona-btn::after {
		right: 2px;
	}
	
	.submit-btn.tona-btn {
		height: 30px;
		width: 150px;
	}
	
	#sect-greetings .tona-btn {
		width: 300px;
		margin: 30px auto 0;
	}

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

	#sect-about .tona-btn__cont .tona-btn {
		width: 300px;
		margin: 30px auto 0;
	}
	
	.howto-btn a.tona-btn {
		height: 40px;
		line-height: 40px;
	}
	
	.tona-btn__cont.am-left.howto-btn {
		display: block;
	}

	.howto-btn a.tona-btn.style2 {
		margin: 0;
	}
}