/* 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: impact;
	src: url('../font/impact.ttf') format('truetype')
}

@font-face {
	font-family: Yu Gothic UI;
	src: url('../font/YuGothM.ttc') format('opentype')
}

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Boku&display=swap');


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

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

.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 {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	font-family: "source-han-sans-japanese", sans-serif;
}

.hdr__layout {
	height: 100px;
}

.hdr__logo {
    margin: 0 auto 0 0;
}

.hdr__logo>a>img {
	/* height: auto; */
	height: 60px;
	vertical-align: middle;
	padding-bottom: 10px;
}

.hdr__navi-menu {
	display: block;
}

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

.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 20px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
	font-size: 18px;
}

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

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

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

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

.hdr__menu-btn {
	position: absolute;
	top: calc(90px / 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;
	padding: 0 0 50px;
}

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

.bnr__ov {
	position: absolute;
	bottom: 25px;
	right: 10px;
}

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

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

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

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

.intro__item-subtext {
    margin: 30px 0 0;
    font-size: 16px;
}

h3.intro__item-title {
    margin: 0;
    padding: 0;
    font-size: 25px;
}

#sect-about {
    color: #fff;
}

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

.af-title.style2 > span {
    margin: 0 20px 0 0;
}

.af-text {
    font-size: 16px;
}

.af-tech-style1 > .af-text {
	width: 75%;
	margin: 0 0 0 auto;
}

.about__cont {
    text-align: left;
}

.about__cont a {
    color: #fff;
    text-decoration: none;
/*     margin: 0 60px 0 0;
    font-size: 30px; */
	margin: 0 30px 0 0;
	font-size: 1.5vw;
}

.news__item,
.links__item {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #1a2a58;
    color: #FFF;
    text-decoration: unset;
}

.news__cont.am-content {
    width: 70%;
    padding-left: 30%;
}

.news__item-date {
    width: 140px;
}

.news__item-txt {
    width: calc(100% - 140px);   
}

.links__cont.am-content {
    width: 70%;
    padding-left: 30%;
}

.links__item-desc {
    margin:0 20px 0 0;   
}

.links__item-link > a{
	color: #FFF;
	text-underline-offset: 4px;
}

.inq__btn {
    display: block;
    padding: 100px 20px;
    text-align: center;
    color: #FFF;
    text-decoration: unset;
    background: url(./images/btn-02.png);
	background-repeat: no-repeat;
	position: relative;
}

.inq__btn > span {
    position: relative;
    display: inline-block;
	font-size: 28px;
}

.inq__btn > span::after {
    content: "";
    width: 38px;
    height: 12px;
    border: solid #FFF;
    display: block;
    position: absolute;
    top: 45%;
    right: -56px;
    border-width: 0 3px 2px 0;
    transform: skew(50deg, 0deg) translateY(-50%);
}

.af-btn__cont {
	text-align: center;
	margin: 50px 0 0;
}

.ku-btn {
    display: inline-block;
    height: 50px;
    line-height: 2;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    width: 132px;
    background-color: #fff;
    border-radius: 20px;
}

span.wpcf7-spinner {
    display: block;
}

#sect-prod-details {
    padding: 60px 0;
}
/*kenji*/
.prd-intro__cont {
    text-align: center;
}
/*.prd-intro__cont {
    text-align: left;
}*/

.prd-intro__cont > p {
    font-size: 20px;
}

.prd-intro__hlight {
    font-size: 30px;
    font-weight: 700;
	line-height: 1.8;
}

.prd-sidepix {
    margin: 40px 0 0;
}

.prd-sidepix__pix {
    width: calc(100% - 50px);
/*     margin: 0 0 0 50px; */
    background: #FFF;
    text-align: center;
    padding: 36px 0;
}

.prd-sidepix__title {
    position: relative;
}

.prd-sidepix__title::after {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background: #8c8d8e;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
}

.case__pix > iframe {
    width: 100%;
    height: 25vw;
    max-height: 360px;
}

.case__pix {
    width: calc(100% - 20px);
    margin: 0 auto 0 0;
}

.case__row > div:nth-child(2n) .case__pix {
    margin: 0 0 0 auto;
}

.case__pix-caption {
    text-align: center;
	font-size: 18px;
	margin: 0 0 40px;
}

.contact__item {
    display: flex;
    margin: 0 0 30px;
	padding: 10px;
}

.contact__item-lbl {
    width: 170px;
}

.contact__item-field {
    width: calc(100% - 170px);
}

.contact__item-field > input[type='text'], .contact__item-field > textarea {
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid #163a6e;
    background: #000;
    color: #FFF;
}

.contact__item-field > span > input[type='text'], .contact__item-field > span > textarea, .contact__item-field > span > input[type='email'] {
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid #163a6e;
    background: #000;
    color: #FFF;
	font-size: 16px;
}

.contact__item-field > span > textarea {
    width: calc(100% - 32px);
    min-height: 150px;
}

.contact__chkbox {
    margin: 60px auto 70px auto;
    width: fit-content;
}

.contact__chkbox > input[type='checkbox'] {
    color: #FFF;
    background: #000;
    border: 1px solid blue;
}

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

.contact__cont {
    padding: 40px 0;
}

.prd-intro__cont a {
    color: #fff;
    text-decoration: none;
    margin: 0 40px;
    font-size: 30px;
}

.mgt-50 {
	margin-top: 50px;
}

header .ftr__cont {
    display: none;
}

#sect-news .af-title {
    text-align: left;
}

.side-title a {
    display: inline-block;
}

.side-title a:last-child {
    margin: 20px 0 0;
}


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

.force__cont .prd-sidepix__pix {
    padding: 0;
}

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

#sect-thanks .af-title.style2 {
    text-align: center;
}

.thanks__cont {
    text-align: center;
}

section#sect-thanks {
    min-height: calc(100vh - 676px);
}

.side-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.side-title .af-title {
    width: 30%;
}

.side-title .am-content {
    width: 70%;
	margin: 70px 0 0;
}

.intro__item-subtext.price {
    margin: 0;
}

#sect-product-spidarg p {
    margin: 0 0 20px;
}

.prd-sidepix__price {
    text-align: right;
    margin: 30px 0 0 0;
	font-size: 30px;
    padding: 0 100px 0 0;
}

#sect-product-spidargs p {
    margin: 0 0 20px;
}

#sect-product-spidarw p {
    margin: 0 0 20px;
}

/* #sect-inertia .inertia__cont {
    display: flex;
}

#sect-inertia .af-title.style2 {
    width: 25%;
}

#sect-inertia .af-text {
    margin: 40px 0 0;
    width: 75%;
}

#sect-stiffness .stiffness__cont {
    display: flex;
}

#sect-stiffness .af-title.style2 {
    width: 25%;
}

#sect-stiffness .af-text {
    margin: 40px 0 0;
    width: 75%;
}

#sect-degree-freedom .degree-freedom__cont {
    display: flex;
}

#sect-degree-freedom .af-title.style2 {
    width: 25%;
}

#sect-degree-freedom .af-text {
    margin: 40px 0 0;
    width: 75%;
}

#sect-realization-wearable .prd__cont {
    display: flex;
}

#sect-realization-wearable .af-title.style2 {
    width: 25%;
}

#sect-realization-wearable .af-text {
    margin: 40px 0 0;
    width: 75%;
}

#sect-cost .cost__cont {
    display: flex;
}

#sect-cost .af-title.style2 {
    width: 25%;
}

#sect-cost .af-text {
    margin: 40px 0 0;
    width: 75%;
} */


.case__cont-item {
    margin: 40px 0 0;
}

#sect-case .am-col6 img {
    margin: 0px 15px 0 0;
    width: calc(100% - 30px);
}

.item-text span {
    font-size: 14px;
}

.item-text {
    font-size: 18px;
}

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

.ftr {
    font-size: 16px;
}

.ftr__cpright {
    font-size: 15px;
}

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

.ftr__cont {
    padding: 60px 0 30px;
}

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

.ftr__cpright {
    background: #33BA12;
    color: #FFF;
    padding: 10px;
    text-align: center;
    position: absolute;
    width: calc(100% - 20px);
}

footer {
    background-color: #00983C;
}

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

.ftr__addr {
    display: block;
    margin: 0 0 20px 0;
}

.ftr__layout.am-col6 {
    margin: 0 30px 0 0;
}

.slider__item {
    height: auto;
}

.slider__item > img,
.slider__item > video {
    height: calc(100vh - 100px);
    width: 100%;
    object-fit: contain;
    min-height: 675px;
	margin-top: 100px;
}

.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;
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 20px 0 0;
	margin: 0 0 50px;
}

.slider-navi button {
    background-color: unset;
    color: #000;
    border: unset;
    font-size: 35px;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    max-width: 15%;
    padding: 0 10px;
    margin: 0;	
}

#sect-news .slider-navi button {
	display: none;
}

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

.slider__layout {
    position: relative;
}

.slider__ov {
    position: absolute;
    left: 50%;
    top: calc(60% - 15px);
    transform: translate(-50%, -50%);
    height: 150px;
    width: 50%;
    color: #fff;
	text-shadow: -2px -2px 0 black,  2px -2px 0 black, -2px  2px 0 black, 2px  2px 0 black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-color: rgba(0, 0, 0, 0.3);
}

.slider__ov-main-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.8;
    margin: 0;
	font-family: "source-han-sans-japanese", sans-serif;
}

.slider__ov-sub-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

.hightlighted__text {
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    font-family: "source-han-sans-japanese", sans-serif;
    color: #fff;
    text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black;
    padding: 0 20px;
    width: 60%;
    margin: 0 auto 50px;
    display: block;
	text-align: center;
}

h2.hightlighted__text-title {
    font-size: 35px;
}

.btn-pc {
	display: block;
}

.btn-sp {
	display: none;
}

.slider__top-btn {
    position: absolute;
    top: 30px;
    right: 0;
    width: auto;
    color: #fff;
   	display: inline-block;
    background-color: #F19602;
    margin: 0 14% 0 0;
    padding: 3px 30px;
    border-radius: 40px;
}
	
.slider__top-btn img {
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.slider__side-btn img {
    margin: 10px 0 0 0;
}

.slider__side-btn {
    position: fixed;
    z-index: 3;
    /* top: 18%; */
    top: 120px;
    right: 0;
    width: auto;
    color: #fff;
    display: inline-block;
    background-color: #06c755;
    /* margin: 0 50px 0 0; */
    padding: 15px 10px;
    /* border-radius: 40px; */
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 1pt;
    height: 75px;
}

.slider__side-btn a {
    color: #fff;
    text-decoration: none;
}


#sect-slider {
    background-color: #fff;
}

.news-cont {
    max-width: 680px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
	color: #000;
}

.title-jp {
    font-size: 1.5rem;
    display: block;
	margin: 0 0 25px 0;
	color: #000;
}

.news-title {
	margin: 0 30px 0 0;
    background-color: #E1E7EF;
    padding: 10px;
    display: inline-block;
    font-size: 1rem;
    width: 132px;
    text-align: center;
}

.title1 {
    text-align: center;
}

.title-en {
    font-size: 80px;
	font-family: impact, sans-serif;
	color: #000;
}

#sect-news .title-en {
    font-size: 80px;
    font-family: impact, sans-serif;
    color: #000;
}

.message-desc {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 40px 0;
    line-height: 2;
}

.message-cont {
    max-width: 1200px;
    margin: 0 auto;
    color: #000;
    padding: 50px 15px;
}

.ku-sh {
    color: #33BA12;
    display: block;
    font-size: 30px;
    text-align: center;
    margin: 0 0 10px;
}

.tal-r {
    display: block;
    text-align: right;
}

.message-item .am-col5 img {
    border-radius: 30px;
}

.concept-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

figcaption {
    text-align: center;
    border: 1px solid;
}

.concept-cont .am-col4 img {
    width: 100%;
	border-radius: 25px;
}

.concept-item figcaption {
	border-radius: 25px;
}

.concept-cont .am-col4 {
    margin: 0 30px 0 0;
}

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

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

.main-patients-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 15px;
}

#sect-main-patients .title1 .title-en {
    color: #000;
}

.main-patients-item__cont {
    margin: 50px 0 0;
}

.main-patients-item {
    background-color: #FDFF90;
    margin: 0 20px 20px 0;
    padding: 15px;
    height: 7vw;
	max-height: 90px;
    border-radius: 15px;
	align-items: center;
    display: flex;
}

.main-patients-button {
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
	background-color: #fff;
	transition: 0.5s;
	font-size: 16px;
	color: #000;
}

#sect-main-patients .btn-cont-main-patients.first {
    text-align: right;
	margin: 50px 15px 0 0;
}

.services-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.services-cont .am-col5 {
    margin: 0 30px 0 0;
}

.services-item {
    margin: 50px 0 0 0;
}

.services-item img {
    border-radius: 25px;
}

#sect-main-patients .am-col6:first-child {
    margin: 0 50px 0 0;
}

.btn-cont-services {
    text-align: center;
    margin: 30px 0 0;
}

.advantages-item {
    margin: 50px 0 0;
}

.advantages-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

#sect-advantages .title-en {
    color: #000;
}

.advantages-icon .am-col3 img {
	width: 130px;
	height: 130px;
	object-fit: contain;
	filter: opacity(0.5);
}

.advantages-icon .am-col3 {
    text-align: center;
}

.advantages-icon {
	margin: 50px 0 0;
}

.patient-voices-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.patient-voices-cont .am-col4 {
    margin: 0 30px 0 0;
}

.patient-voices-item {
    margin: 50px 0 0;
}

.patient-voices-item h3 {
    font-size: 24px;
}

.patient-voices-item .am-bg-pix > img {
    object-fit: contain;
}

.patient-voices-cont .am-col4.mrg-left {
    margin: 0 0 0 30px;
}

.btn-patient-voices, .btn-staff-intro {
    text-align: center;
    margin: 50px 0 0;
}

.btn-patient-voices button, .btn-staff-intro button {
    font-size: 24px;
}

.btn-cont-services button, .btn-staff-intro {
    font-size: 24px;
}

#sect-main-patients .btn-cont-main-patients {
    margin: 50px 0 0 0;
}

.staff-intro-item {
    margin: 50px 0 0;
}

#sect-staff-intro .title1 .title-en {
    color: #000;
}

.btn-staff-intro button {
    font-size: 24px;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    background-color: #fff;
	transition: 0.5s;
	color: #000;
}

.access-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

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

.access-item .am-col6:first-child {
    margin: 0 40px 0 0;
}

.access-item span {
    display: block;
}

.access-item .am-col6 a {
    color: #000;
}

.btn-access button {
    font-size: 24px;
    padding: 15px 40px;
    border-radius: 10px;
    background-color: #f2f7c9;
	border: none;
	transition: 0.5s;
	color: #000;
}

.btn-access {
    text-align: center;
    margin: 50px 0 0;
}

.instagram-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.instagram-item {
    margin: 50px 0 0;
}

.instagram-item .am-col3 img {
	width: 250px;
	height: 250px;
}

.instagram-item .am-col3 {
    margin: 0 20px 40px 0;
    width: calc(100% / 4 - 40px);
}

.instagram-item .am-col3.mrg-0 {
    margin: 0 0 20px 0;
}

.blog-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0 50px 0;
}

.blog-item {
    margin: 50px 0 0;
}

#sect-blog .title-en {
    color: #000;
}

.blog-title {
    background-color: #fff;
    border: 1px solid;
    padding: 5px 15px;
	border-radius: 25px;
}

.blog-item img {
    width: 100%;
	border-radius: 25px;
}

.blog-item .am-col4 {
    margin: 0 40px 0 0;
}

.faq-cont {
    max-width: 1200px;
    margin: 0 auto;
	padding: 50px 0;
}

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

.faq-question {
    background-color: #00983C;
    color: #fff;
    padding: 10px 20px;
	margin: 0;
}

.faq-question span {
    font-size: 30px;
    margin: 0 10px 0 0;
	font-family: impact, sans-serif;
}

span.faq-answer {
    display: flex;
	border: 1px solid;
}

.faq-answer p {
    font-size: 30px;
    margin: 0 10px 0 0;
    font-weight: 700;
	font-family: impact, sans-serif;
}

.faq-answer {
    padding: 10px 20px;
}

.btn-faq {
	justify-content: center;
	margin: 50px 0 0;
}

.faq-button {
    font-size: 24px;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    background-color: #f2f7c9;
}

.faq-button.first {
    margin: 0 80px 0 0;
}

.faq-button, .patients-button  {
    font-size: 24px;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    background-color: #f2f7c9;
	transition: 0.5s;
	color: #000;
}

.services-button  {
    font-size: 24px;
    padding: 15px 40px;
    border-radius: 10px;
    background-color: #fff;
	border: none;
	transition: 0.5s;
	color: #000;
}

.message-item .am-col5 {
    margin: 0 30px 0 0;
}

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

.news-item {
    font-size: 24px;
    line-height: 1.8;
	padding: 0 0 10px 0;
}

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

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

.main-patients-button:hover {
    background-color: #00983C;
    color: #fff;
}

.services-button:hover {
    background-color: #00983C;
    color: #fff;
}

.patients-button:hover, .staff-intro-button:hover, .access-button:hover, .faq-button:hover {
    background-color: #00983C;
    color: #fff;
}

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

.patient-voices-cont article:nth-of-type(even) .am-col4 {
    order: 1;
	margin: 0 0 0 40px;
}

.about-us-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 15px;
}

.slider__container-aboutus {
    width: 96%;
    height: 97%;
    position: absolute !important;
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    border-radius: 14%;
    overflow: hidden;
}

.slider__layout-aboutus {
    position: relative;
    width: calc(100% - 20px);
    margin-right: auto;
}

.vid-frame {
    position: relative;
    width: 100%;
    height: auto;
}

.slider__item-aboutus > video,
.slider__item-aboutus > iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__item-aboutus {
    height: 100%;
}

.slider__container-aboutus .slick-list,
.slider__container-aboutus .slick-track {
	height: 100% !important;
}

.slider-nav__arrows-aboutus {
	width: calc(100% - 60px);
	margin-right: auto;
}

.slider__item-aboutus {
	width: 100%;
	height: 100%;
}

.about-us-item {
	margin-top: 80px;
}

.about-us-item .am-col8 {
    align-content: center;
}

.content-wrap {
    padding: 0 30px
}

.btn-about-us {
    text-align: left;
    /* margin: 300px 0 0 110px; */	
    margin: -110px 0 0 110px;
}

.about-us-button {
    font-size: 24px;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    background-color: #f2f7c9;
    transition: 0.5s;
    color: #000;
}

.about-us-button:hover {
    background-color: #00983C;
    color: #fff;
}

#sect-about-us button.slick-prev.slider-navi__prev.slick-arrow, #sect-about-us button.slick-next.slider-navi__next.slick-arrow {
	display: none!important;
}

.sect-banner__layout {
    width: 100%;
    height: auto;
}

.sect-banner__layout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
	margin-top: 80px;
}

.about-hospital-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

#sect-about-hospital .title-en {
    color: #000;
}

.target-users-cont {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0;
}

.target-users-item {
    margin: 30px 0 0;
}

.target-users-item h3 {
    margin: 0;
	font-size: 24px;
}

.about-hospital-sh {
    font-size: 24px;
	font-weight: 700;
}

.target-users-item__img img {
    width: 90px;
}

.target-users-item .am-col3 {
	text-align: center;
}

.target-users-item__img {
    align-content: center;
}

#sect-about-hospital .title1, #sect-target-users .title1  {
    margin: 0 0 50px;
}

.treatment-flow-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.treatment-flow-subcont {
    max-width: 1200px;
    margin: 80px auto 0 auto;
}

.target-users-item__img {
    text-align: center;
}

.treatment-flow-item__sh {
    font-size: 24px;
    margin: 0;
}

.treatment-flows-item {
    margin: 30px 0 0 0;
}

.treatment-flows-item:first-child {
    margin: 0;
}

.qna-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.qna-question {
    background-color: #33BA12;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #000;
}

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

article.qna-item.mgt-50 {
    margin: 50px 0 0;
}

.qna-question span {
    font-size: 30px;
    margin: 0 10px 0 0;
    font-family: Impact;
}

.qna-answer {
    padding: 15px;
    border: 1px solid #000;
    border-width: 0 1px 1px 1px;
}

.qna-answer span {
    font-family: Impact;
    font-size: 30px;
    margin: 0 10px 0 0;
}

.price-list-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.price-list-table1 {
   width: 100%;
    margin: 50px auto 0 auto;
}

.price-list-table1 table {
    width: 100%;
}

.price-list-table1 table tr:first-child td {
    background-color: #33ba12;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #000;
}

.price-list-table1 table tr td {
    padding: 10px;
    text-align: center;
    border: 1px solid;
}

.price-list-table1 table {
    border-collapse: collapse;
}

#sect-treatment-flow .title1 .title-jp {
    color: #000;
}

#sect-treatment-flow .title1 .title-en {
    color: #000;
}

.prict-list-item {
    margin: 30px 0 0;
}

.prict-list-item h3 {
    margin: 0;
    background-color: #33ba12;
    padding: 9px 20px;
    color: #fff;
    font-size: 24px;
}

.prict-list-item span {
    background-color: #fff;
    display: block;
    padding: 5px;
}

.prict-list-item.mgt-50 {
    margin: 50px 0 0;
}

.reservation-inquiry-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

#sect-reservation-inquiry .title-en {
    color: #DDDDDD;
}

.reservation-inquiry-cont p {
    font-weight: 700;
}

.contact__item-lbl {
    width: 25%;
	align-self: center;
}

.contact__item-field {
    width: calc(74% - 22px);
}

.contact__item-field > input[type='text'], .contact__item-field > textarea {
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid #163a6e;
    background: #000;
    color: #FFF;
}

.contact__item-field > span > input[type='text'], .contact__item-field > span > textarea, .contact__item-field > span > input[type='email'] {
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid #163a6e;
    background: #fff;
    color: #000;
	font-size: 16px;
}

.contact__item-field > span > textarea {
    width: calc(100% - 32px);
    min-height: 150px;
}

.contact__chkbox {
    margin: 60px auto 70px auto;
    width: fit-content;
}

.contact__chkbox > input[type='checkbox'] {
    color: #FFF;
    background: #000;
    border: 1px solid blue;
}

.contact__submit {
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: center;
}

.contact__cont {
    padding: 40px 0;
}

.required {
    background-color: #33BA12;
    color: #fff;
    padding: 0px 20px;
    border-radius: 20px;
    font-size: 14px;
    height: 30px;
    line-height: 2;
    margin: 0 15px 0 10px;
}

.contact__item {
    background-color: #fff;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 15px;
	border: 1px solid #ccc;
    width: 100%
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
}

input.wpcf7-form-control.wpcf7-text.walcf7-datetimepicker {
    margin: 0 0 10px;
}

.reservation-inquiry-subcont span {
    background-color: #33BA12;
    display: block;
    color: #fff;
    padding: 0 0 0 10px;
}

.reservation-inquiry-subcont p {
    font-weight: 400;
    background-color: #fff;
    margin: 0;
    padding: 15px;
}

span.reservation-inquiry-sh {
    font-size: 24px;
    background-color: #fff;
    color: #000;
}

table.ftr__table tr td {
    background-color: #fff;
    border: 1px solid;
    padding: 10px;
}

.ftr__table {
    border-collapse: collapse;
	table-layout: fixed;
    width: 100%;
	text-align: center;
}

.ftr__table tr td:first-child {
    width: 30%;
}

.ftr__table tr td {
    width: 10%;
}

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

.ftr__addr .am-flex img {
    margin: 0 20px 0 0;
}

.ftr__cont .am-col6 iframe {
    width: 100%;
    height: 440px;
}

table.price-list2 {
    width: 100%;
    margin: 20px 0 0;
    border-collapse: collapse;
}

table.price-list2 tr td {
    border: 1px solid;
    background-color: #fff;
    text-align: center;
    padding: 5px 0 5px 20px;
}

table.price-list2 tr td:first-child {
    text-align: left;
    width: 50%;
}

h1.hdr__logo {
    font-size: 32px;
	font-weight: 700;
}

.price-list-item-caption {
    margin: 10px 0 40px;
}

.price-sh {
    font-size: 24px;
}

.price-list-desc {
    margin: 0 0 40px;
}

.price-list-table1.tr-pg tr td {
    width: calc(100% / 3);
}

.ftr__addr h3 {
    font-size: 32px;
	margin-top: 30px;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
}

.ftr-logo {
    margin: 0 0 20px;
}

.am-col6.sns-images {
    align-self: end;
    text-align: end;
}

img.sns-icon.mrg-0 {
    margin: 0;
}

#sect-concept .title-en {
    color: #000;
}

.concept-sh {
    background-color: #FDFF90;
    margin: 0;
	font-size: 24px;
    padding: 5px;
}

.concept-item {
    background-color: #fff;
    margin: 0 0 20px;
}

.concept-item__desc {
    padding: 5px;
    display: block;
}

#sect-concept .title1 {
    padding: 0 0 30px;
}

.concept-img img {
    width: 100%;
}

.concept-img {
    margin: 100px 0 30px;
}

#sect-patient-voices .title-en {
    color: #000
}

.staff-intro-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.staff-intro-cont .am-col4.mrg-right {
    margin: 0 60px 0 0;
}

.staff-intro-cont .am-col4.mrg-left {
    margin: 0 0 0 60px;
}

#sect-staff-intro-pg .title-en {
    color: #000;
}

.staff-intro-item:nth-child(odd) .am-col4 {
	order: 2;
	margin: 0 0 0 60px;
}

.logo-text-lg {
	position: relative;
	top: -10px;
}
.logo-text-sm {
	font-size: 14px;
	position: absolute;
	bottom: -25px;
	left: 0;
}

.logo-text-ft-sm {
	font-size: 14px;
	display: block;	
}

.img-price {
	width: 100%;
	border-radius: 20px;
}

.patient-voices-item img {
	border-radius: 25px;
}

.concept-item2 {
	margin-top: 50px;
}

.txt-name {
	font-size: 30px;
	font-family: "source-han-sans-japanese", sans-serif;
}

.staff-notice-cont {
	max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.staff-notice {
	margin: 50px 0 0;
}

.main-patients-item .am-col3 img {
    width: 90px;
    text-align: center;
    height: auto;
	margin: 0 0 -8px;
}

.am-anchor {
    position: relative;
}

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

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

p.ftr__table-caption {
    margin: 0;
}

@media screen and (max-width:1366px) {
    .intro__item-pix {
        width: 22vw;
        height: 22vw;
        padding: 3vw;
    }
}


@media screen and (max-width:1024px) {
	.prd-intro__cont a {
		margin: 0 20px;
		font-size: 25px;
	}
	
	.bnr__pix video {
		width: 100%;
		height: auto;
	}
	
	.side-title .af-title {
		width: 33%;
	}
	
	.slider__ov {
		height: 250px;
		width: 70%;
	}
	
	#sect-news .title-en {
		font-size: 40px;
	}
	
	.title-en {
		font-size: 40px;
	}
	
	.title-jp {
		margin: 0 0 10px 0;
	}
	
	#sect-main-patients .am-col6:first-child {
		margin: 0 20px 0 0;
	}
	
	.main-patients-item {
		margin: 0 0 20px 0;
	}
	
	.advantages-cont, .services-cont, .patient-voices-cont, .access-cont, .instagram-cont, .faq-cont  {
		padding: 50px 15px;
	}
	
	.access-item .am-col6:first-child {
		width: 100%;
	}
	
	.instagram-item .am-col3 img {
		width: 200px;
		height: 200px;
	}
	
	.blog-cont {
		padding: 70px 15px 50px 15px;
	}
	
	.ftr__layout.am-col6 {
		width: 100%;
	}
	
	.about-hospital-cont {
		padding: 50px 15px;
	}

	.treatment-flow-cont {
		padding: 50px 15px;
	}

	.qna-cont {
		padding: 50px 15px;
	}

	.price-list-cont {
		padding: 50px 15px;
	}
	
	.concept-cont, .staff-intro-cont {
		padding: 50px 15px;
	}	

	.staff-notice-cont {
		padding: 50px 15px;
	}

	.slider__item > img, .slider__item > video {
		height: 100%;
		margin-top: 110px;
	}

	.slick-list.draggable {
		height: 100%!important;
	}
}

@media screen and (max-width:991px) {
    .intro__cont {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .intro__cont > div {
        width: 50%;
    }
    
    .intro__item-pix {
        width: 30vw;
        height: 30vw;
        padding: 5vw;
    }
	
	.about__cont a {
		font-size: 30px;
		margin: 0 0 20px;
		display: block;
	}
	
	.ftr.type2 .ftr__socmed-link {
		width: 150px;
	}
	
	.prd-intro__cont a {
		margin: 0 10px;
		font-size: 20px;
	}
	
	.access-item .am-col6:first-child iframe {
		width: 100%;
		height: 340px;
	}
	
	.access-item .am-col6:first-child {
        width: 50%;
    }
	
	.instagram-item .am-col3 img {
        width: 100%;
        height: 150px;
    }
	
	.ftr__layout.am-col6 {
        width: 50%;
    }
	
	.ftr__layout.am-col6 iframe {
		width: 100%;
	}
	
	.faq-button, .btn-access button, .btn-staff-intro button, .btn-patient-voices button, .btn-cont-services button{
		font-size: 16px;
	}
	
	.blog-item .am-col4 {
		margin: 0 20px 0 0;
	}
	
	.hdr__navi-menu li a {
		padding: 5px 12px;	
		font-size: 17px;
	}
	
	h1.hdr__logo {
		font-size: 24px;
	}
	
	.sns-images img {
		width: 40px;
	}
	
	.main-patients-item,
	#sect-main-patients .btn-cont-main-patients,
	#sect-main-patients .btn-cont-main-patients.first {
		margin: 0 0 20px 0;
	}
	
	.main-patients-item {
		height: 9vw;		
	}
	
	#sect-main-patients .am-col3 {
		margin: 0 20px 0 0;
	}
}

@media screen and (max-width: 834px) {
	.logo-text-sm {
		font-size: 12px;
		bottom: -28px;
	}
}

@media screen and (max-width: 768px) {
	.prd-intro__cont a {
		display: block;
		font-size: 25px;
		margin: 10px 0;
	}
	
	.hdr__navi-menu li a {
        padding: 5px 10px;
    }

	.slider__item > img,
	.slider__item > video {		
		margin-top: 50px;
	}

	.slider__ov-main-title {
		font-size: 26px;
	}
	
	.main-patients-item {
        height: 20vw;
        max-height: 110px;
    }
}

@media screen and (max-width: 767px) {
	.af-topgap {
		height: 70px;
	}
	
	.hdr__menu-btn {
		display: block;
	}
	
	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		/* border-bottom: 1px solid #163a6e; */
	}
	
	header .am-container {
		width: 100%;
	}

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

	.hdr__logo img {
		width: auto;
		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% - 1px);
	}

	.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 #000;
		border-width: 1px 0 0;
	}
	
	.hdr__navi-menu li:last-child {
		border: solid #000;
		border-width: 1px 0;
	}

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

	.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.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;
		display: none;
	}
	
	.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;
		padding: 15px 0;
	}
	
	.intro__cont > div {
		width: 100%;
	}
	
	.news__item {
		display: block;
		width: 100%;
	}
	
	.links__item {
		display: block;
	}

	.inq__btn {
		padding: 50px 20px;
	}

	.inq__btn span {
		font-size: 18px;
	}

	.news__item-txt {
		width: 100%;
	}
	
	.about__cont a {
		font-size: 20px;
	}
	
	.intro__item-pix {
		width: 70vw;
		height: 70vw;
	}
	
	.intro__item {
		margin: 50px 0 0;
	}
	
	.prd-intro__hlight {
		font-size: 25px;
		text-align: left;
	}

	.prd-intro__cont > p {
		font-size: 18px;
		text-align: left;
	}

	.prd-sidepix {
		display: block;
	}

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

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

	.force__cont .prd-sidepix__pix {
		margin: 30px 0 0;
		width: 100%;
	}

	.bnr__title {
		text-align: center;
		padding: 90px 0;
		font-size: 46px;
	}
	
	.af-title.style2 {
		font-size: 25px;
	}
	
	#sect-prod-details .prd-sidepix__pix {
		width: 100%;
	}

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

	#sect-product-spidarg .am-col8 {
		width: 100%;
		margin: 30px 0 0;
	}

	.prd-sidepix__list {
		width: 100%;
		margin: 20px 0 0;
	}

	#sect-product-spidarw .am-col8 {
		width: 100%;
		margin: 30px 0 0;
	}

	#sect-product-spidargs .am-col8 {
		width: 100%;
		margin: 30px 0 0;
	}
	
	.prd-intro__cont a {
		display: block;
		margin: 20px 0;
		font-size: 20px;
	}

	#sect-case .case__row {
		display: block;
	}

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

	.case__pix {
		width: 100%;
	}

	.case__pix iframe {
		height: auto;
	}

	.case__pix-caption {
		margin: 0 0 30px;
	}

	.contact__item {
		display: block;
	}

	.contact__item-field {
		width: 100%;
		margin: 10px 0;
	}
	
	.side-title {
		display: block;
	}

	.side-title .am-content {
		width: 100%;
	}

	.side-title .af-title {
		width: 100%;
		text-align: center;
	}
	
	.side-title .am-content {
		margin: unset;
	}
	
	#sect-inertia .inertia__cont {
		display: block;
	}

	#sect-inertia .af-title.style2 {
		width: 100%;
	}

	#sect-inertia .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-stiffness .stiffness__cont {
		display: block;
	}

	#sect-stiffness .af-title.style2 {
		width: 100%;
	}

	#sect-stiffness .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-degree-freedom .degree-freedom__cont {
		display: block;
	}

	#sect-degree-freedom .af-title.style2 {
		width: 100%;
	}

	#sect-degree-freedom .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-realization-wearable .prd__cont {
		display: block;
	}

	#sect-realization-wearable .af-title.style2 {
		width: 100%;
	}

	#sect-realization-wearable .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-cost .cost__cont {
		display: block;
	}

	#sect-cost .af-title.style2 {
		width: 100%;
	}

	#sect-cost .af-text {
		margin: unset;
		width: 100%;
	}
	
	.prd-sidepix__price {
		padding: unset;
	}
	
	.ftr.type2 .ftr__socmed-link {
		width: 140px;
    	margin: 15px 10px
	}

	.ftr__layout {
		display: block;
	}

	.ftr__logo {
		text-align: center;
	}

	.ftr__navi {
		margin: 50px 0;
	}

	.ftr__cpright {
		text-align: center;
	}
    
    .news__cont.am-content {
        width: 100%;
        padding-left: 0;
    }

    .links__cont.am-content {
        width: 100%;
        padding-left: 0;
    }
	
	.item-text {
		order: 2;
	}

	.item-cont {
		margin: 0 0 40px 0;
	}
	
	.slider__ov-main-title {
		font-size: 15px;	
		padding: 10px;
	}
	
	.slider__ov {
        height: 180px;
        width: 90%;
    }
	
	slider__item > img, .slider__item > video {
		min-height: 500px;
	} 

	#sect-slider {
		/* height: 235px; */
		height: auto;
	}
	
	.slider__item > img, .slider__item > video {		
		min-height: 200px;
		margin-top: 40px;
	}
	
	#sect-blog .am-flex {
		display: block;
	}
	
	.news-cont {
		padding: 20px 15px 50px 15px;
	}
	
	.news-item {
		font-size: 18px;
		line-height: 1.5;
		padding: 0 0 30px 0;
	}
	
	.message-desc {
		font-size: 24px;
		text-align: left;
		line-height: 1.5;
	}
	
	#sect-message .am-flex {
		display: block;
	}

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

	#sect-message .am-col7 {
		width: 100%;
	}
	
	.concept-cont {
		padding: 50px 15px;
	}
	
	#sect-concept .am-col4 {
		width: 100%;
		margin: 0 0 30px 0;
	}

	#sect-concept .am-flex {
		display: block;
	}
	
	#sect-main-patients .am-col6 {
		width: 100%;
	}

	.am-flex.main-patients-item__cont {
		display: block;
	}
	
	.news-item span {
		display: block;
		margin: 0 0 10px;
	}

	.main-patients-item {
		padding: 25px 15px;
	}
	
	#sect-main-patients .btn-cont-main-patients.first {
		margin: 20px auto 40px;
		text-align: center;
	}
	
	#sect-main-patients .btn-cont-main-patients{
		margin: 20px auto 0;
		text-align: center;
	}
	
	#sect-services .am-flex {
		display: block;
	}

	#sect-services .am-col5, #sect-services .am-col7 {
		width: 100%;
	}
	
	.advantages-icon .am-col3 img {
		width: 100px;
		height: 100px;
	}
	
	#sect-patient-voices .am-flex {
		display: flex;
        width: 100%;
        flex-wrap: wrap;
	}
	
	#sect-patient-voices .am-col8 {
		order: 2;
		width: 100%;
	}

	#sect-patient-voices .am-col4 {
		order: 1;
		width: 100%;
		margin: 0;
	}
	
	#sect-patient-voices .am-col4.mrg-left {
		margin: 0;
	}
	
	#sect-staff-intro .am-flex {
		display: flex;
        width: 100%;
        flex-wrap: wrap;
	}
	
	#sect-staff-intro .am-col4{
		order: 1;
		width: 100%;
		margin: 0;
	}
	
	#sect-staff-intro .am-col8{
		order: 2;
		width: 100%;		
	}
	
	#sect-access .am-flex {
		display: block;
	}
	
	#sect-access .am-col6{
		width: 100%;
	}
	
	.instagram-item .am-col3 {
		margin: 0 0 20px;
		width: calc(100% / 2 - 25px);
	}
	
	#sect-blog .am-col4{
		width: 100%;
		margin: 0;
	}
	
	#sect-instagram .am-flex.between {
		justify-content: space-around;
	}
	
	#sect-faq .am-flex {
		display: block;
	}

	.faq-button.first {
		margin: 0 0 30px;
	}
	
	.faq-button {
		width: 100%;
	}
	
	.faq-question {
		display: flex;
	}
	
	.ftr__layout.am-col6 iframe {
        width: 100%;
        height: 300px;
    }
	
	footer .am-col6 {
		width: 100%;
	}

	footer .am-flex {
		display: block;
	}

	.ftr__layout.am-col6 {
		margin: 0 0 20px 0;
		width: 100%;
	}
	
	
	#sect-about-us .am-flex {
		display: block;
	}

	#sect-about-us .am-col4, #sect-about-us .am-col8 {
		width: 100%;
		margin: 0;
	}

	#sect-about-us .am-col3, #sect-about-us .am-col9 {
		width: 100%;
		margin: 0;
	}

	.slider__layout-aboutus {
		margin-right: unset;
		width: 100%;
	}

	.slider-nav__arrows-aboutus.slider-navi {
		width: 100%;
	}
	
	.btn-about-us {
		margin: 50px 0 0;
		text-align: center;
	}

	button.about-us-button {
		font-size: 16px;
		width: fit-content;
	}
	
	.ftr__table tr td:first-child {
		width: 35%;
	}
	
	.sect-banner__layout {
		height: auto;
		margin-bottom: 11px;
	}
	
	.sect-banner__layout img {
		object-position: 48%;
		height: 200px;
		margin: 0 0 -12px;
	}
	
	.sect-banner__layout.voices img {
        height: 272px;
    }
	
	.about-hospital-sh {
		font-size: 20px;
	}
	
	.target-users-cont {
		padding: 50px 15px;
	}
	
	.target-users-item h3 {
		font-size: 20px;
	}
	
	.target-users-item .am-col3 {
		margin: 0 30px 0 0;
	}
	
	.am-flex.treatment-flow-subcont {
		display: block;
	}

	.treatment-flow-subcont .am-col3 {
		width: 100%;
	}

	.treatment-flow-subcount .am-col9 {
		width: 100%;
	}

	.treatment-flow-subcont .am-col9 {
		width: 100%;
	}

	.target-users-item__img img {
		width: 80%;
	}

	.target-users-item__img {
		text-align: left;
	}

	.am-col3.target-users-item__img {
		width: calc(45% - -18px););
	}
	
	.price-list-table1 table tr td {
		padding: 3px;
	}
	
	.ftr__addr .am-flex {
		display: flex;
	}
	
	h1.hdr__logo {
		font-size: 24px;
	}
	
	.price-list-table1 table tr:first-child td {
		font-size: 18px;	
	}
	
	.am-flex.ftr-sns-add__cont {
		display: block;
	}

	.am-col6.sns-images {
		text-align: left;
		margin: 20px 0;
	}
	
	.prict-list-item h3 {
		font-size: 20px;
	}
	
	.concept-sh {
		font-size: 19px;
	}
	
	.staff-intro-cont .am-col4.mrg-right,
	.staff-intro-cont .am-col4.mrg-left{
		margin: 0;
		width: 100%;
		order: 1;
	}

	.staff-intro-item.am-flex {
		display: flex;
		flex-wrap: wrap;
	}

	.staff-intro-item .am-col8 {
		width: 100%;
		order: 2;
	}

	.content-wrap {
		padding: 0;
	}
	
	.concept-item2 .am-col8 {
		width: 100%;
	}

		.slider__item-aboutus>video,
		.slider__item-aboutus>iframe {
			width: 80%;		
			height: 100%;	
			margin: 0 auto;
			display: block;
			border-radius: 30px;
		}

		.vid-frame {
			width: 71%;
			height: auto;
			margin: 0 auto;
			display: block;
		}
	
		.pc-only {
			display: none;
		}

		.sp-only {
			display: block;
		}
	
	    .btn-sp {
			display: block;
		}
	
	    .btn-pc {
			display: none;
		}
	
	    .slider__side-btn {
			position: fixed;
			top: 100px;
			right: 0;
			width: 80px;
			text-align: center;
			color: #fff;
			display: inline-block;
			background-color: #06c755;
			margin: 0 8px 0 0;
			padding: 0px 14px;
			border-radius: 40px;
			writing-mode: unset;
			text-orientation: unset;
			height: auto;
		}
}

@media screen and (max-width: 430px) {
	.sect-banner__layout.voices img {
        height: 200px;
    }
}

/*========= BLOG ========= */
.mgb-30 {
    margin-bottom: 30px;
}

.header-blog {
    position: relative;  
    font-weight: 700;  
    color: #000;
    line-height: 140%;   
    border-bottom: 3px solid #000;
    font-size: 26px;
    text-align: left;
}

.header-blog:after {
    border-bottom: 3px solid #000;
}


/* Side Widget Area */
h2.widgettitle {    
    font-size: 24px;
    color: #000;
    padding: 5px;
    border-bottom: 3px solid #000;
    text-align: left;   
    margin-top: 0;
    margin-bottom: 30px;
}

.sidebar {
    padding: 0 15px;       
}

.sidebar-wrap {
    padding: 14px 10px 30px 10px;  
    color: #000;
	margin-top: -20px;
}

.sidebar ul {
    list-style-type: none;
}
.sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    font-weight: 5500;
    letter-spacing: 0;
}
.sidebar ul li a {
    color: #000;
}

/* calendar widget */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.pagination .page-numbers {
    padding: 7px 15px;
    color: #000;
}

.pagination .current {
    background-color: #80be67;
    color: #fff; 
}

.clear {
    clear: both;
}

.sidebar ul li:first-child {
    padding-top: 0;
}

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

.sect-blog__item-img {
	width: calc(100% - 30px);
	margin: 0 30px 0 0;
	border: 2px solid #ccc;
	border-radius: 20px;
	height: 200px;
	object-fit: cover;
}

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

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

.sect-blog__item-excerpt {
	font-size: 16px;
	line-height: 160%;
}

.sect-blog__item-title {
	font-size: 18px;
	margin: 10px 0;
	font-weight: 700;
}

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

.sect-blog__item {
    padding-left: 40px;
}




@media screen and (max-width:768px) {
    
    h2.widgettitle {    
        font-size: 18px;
        font-weight: bold;   
    }
    
     .pagination {                 
        display: flex;
        justify-content: center;
        font-weight: bold;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .sidebar {
        padding: 0;       
    }  

	#sect-blog .am-col8 {
		width: 100%;
        margin: 0;
	}

	.sect-blog__item-cont .am-col5 {
		width: 100%;
	}

	.sect-blog__item-cont .am-col7 {
		width: 100%;
	}

	.sect-blog__item {
		padding-left: 0;
	}
	
	.slider__container-aboutus {
		width: 85%;
		height: 96.5%;	
		top: 2%;
	}
	
	.hightlighted__text {
		font-size: 18px;
		width: calc(100% - 60px);
		margin: 0 10px 50px 10px;
	}
}