@charset "utf-8";

/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

/* !HTML5 elements
---------------------------------------------------------- */
header, 
footer, 
nav, 
section, 
aside, 
article {
    display: block;
}

/* !Reseting
---------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

fieldset {
  border: none;
}

ul,
ol,
li {
	list-style: none;
}

img {
	max-width: 100%;
    height: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check{
	display: none;
}

select,
input[type=radio],
input[type=checkbox],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
	appearance: none;
	border-radius: 0;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear{
	display: none;
}

input[type=reset],
input[type=button],
input[type=submit]  {
	cursor: pointer;
}

*,
*:before,
*::after {
	box-sizing: border-box;
}


.notos {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

/* !Layout
---------------------------------------------------------- */
html {
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    /*font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;*/
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-display: swap;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* !Base Fonts -------------------------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

/*** hover ***/
@media screen and (min-width: 960px) {
    a {
        transition: all 0.5s;
    }

    .op {
        transition: opacity 0.5s ease-out;
    }

    .op:hover {
        opacity: .7;
    }

    a[href^="tel:"] {
        cursor: default;
        pointer-events:none;
    }
}

.is-hide {
    display: none;
}

@media screen and (min-width: 1025px) {
    .is-sp {
        display: none;
    }
}

@media only screen and (max-width : 1024px){
	.is-pc {
		display: none;
	}
}

@media only screen and (max-width : 767px){
	.is-pt {
		display: none;
	}
}


/* !wrapper
---------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	max-width: 39rem;
}

/* !header
---------------------------------------------------------- */
#header {
	position: relative;
	z-index: 99;
}

.head-inner {
	display: none;
}

.btn-menu {
	display: none;
}

#g-navi {
	position: fixed;
	top: 0;
	left: 0;
	background: url("../img/common/bg_body.webp") no-repeat center center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: -1;
	overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#g-navi .left {
	padding: 3.6rem 0 10.2rem;
	width: calc(50% - 23.5rem);
	background: #fff;
	/*background: url("../img/top/right_bg.webp") no-repeat;
	background-size: 100% 100%;*/
}

#g-navi .left:after {
	width: calc(50% - 23.5rem);
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	content: '';
	background: #fff;
	z-index: -1;
}

#g-navi .right {
	padding: 8rem 0;
	width: calc(50% - 19.5rem);
	/*background: url("../img/top/right_bg.webp") no-repeat;
	background-size: 100% 100%;*/
}
#g-navi .left .inner {
	max-width: 37rem;
}
#g-navi .right .inner {
	max-width: 39rem;
}
#g-navi .logo {
	margin-bottom: 2.5rem;
}
.menu-link {
	display: flex;
	justify-content: space-between;
	gap: 0 6rem;
}
.menu-link ul {
	width: calc(50% - 3rem);
}
.menu-link li {
	margin-top: -1px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.menu-link li a {
	display: block;
	padding: 2rem 0;
	letter-spacing: 0.06em;
	line-height: 1.428;
	font-size: 1.4rem;
	font-weight: bold;
}
#g-navi .tel-link {
	margin-top: 4.8rem;
}
#g-navi .tel-link a {
	display: block;
	background: url("../img/common/tel-link_bg.webp") no-repeat;
	background-size: cover;
	text-align: center;
	padding: 2rem 0;
	border-radius: 0.5rem;
}
#g-navi .operate-crown {
	margin-bottom: 3.4rem;
}

.headlinks {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

article {
	position: relative;
	z-index: 100;
}

/*** hover ***/
@media screen and (min-width: 960px) {}

/* sp */
@media only screen and (max-width : 1024px){
	#wrapper {
		padding: 8.7rem 0 6rem;
	}
	
	#header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0.3rem 1rem rgba(0,0,0,0.16);
	}
	.head-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 1rem;
	}
	.head-logo {
		display: flex;
		align-items: center;
		height: 8.7rem;
	}
	.head-logo img {
		width: 23.4rem;
	}
	.btn-menu {
		display: block;
		width: 6rem;
		height: 6rem;
		background: url(../img/common/icon_menu.svg)no-repeat center;
		background-size: 4.8rem;
	}
	.btn-menu.active {
		background-image: url(../img/common/icon_menu_close.svg);
		background-size: 5.8rem;
	}
	
	#g-navi {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		left: 0;
		top: 8.7rem;
		z-index: 3;
		transition-duration: 0.5s;
		width: 100%;
		height: calc(100vh - 8.7rem);
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 33px;
	}
	#g-navi.open {
		opacity: 1;
		visibility: visible;
	}
	#g-navi .left,
	#g-navi .right {
		position: static;
		width: auto;
		height: 100%;
	}
	#g-navi .left {
		padding: 3rem 0 7.5rem;
		background: #fff;
	}
	#g-navi .right {
		padding: 0 0 5.5rem;
		display: flex;
		align-items: center;
	}
	.menu-link {
	    display: block;
	    gap: 0;
	}	
	.menu-link ul {
	    width: auto;
	}
	.menu-link li a {
	    padding: 2rem 0;
	    font-size: 1.7rem;
	}
	#g-navi .tel-link {
		display: none;
	}
	
	.headlinks {
		display: flex;
		gap: 0 2px;
		background: #fff;
	}
	.headlinks a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 6rem;
		width: 100%;
		background: url("../img/common/sp_footer_bg.webp") no-repeat;
		background-size: cover;
		letter-spacing: 0.06em;
		text-align: center;
		color: #534741;
		font-weight: 900;
	}
	.headlinks .tel span {
		padding-left: 4rem;
		background: url(../img/common/icon_tel_b.svg)no-repeat left center;
	}
	.headlinks .contact {
		font-size: 2rem;
	}
	.headlinks .contact span {
		padding-right: 3rem;
		background: url(../img/common/icon_link_circle.svg)no-repeat right center;
		background-size: .8rem;
	}

	article {
		position: static;
	}
	
}

@media only screen and (max-width : 767px){
	#g-navi {
		display: block;
	}
	#g-navi .left,
	#g-navi .right {
		position: static;
		width: auto;
		height: auto;
	}

	#g-navi .right {
		display: block;
		background: #fff;
	}
}
 
/* !footer
---------------------------------------------------------- */
#footer {
	padding: 8rem 0;
	background: #fff;
	max-width: 390px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}
#footer .inner {
	padding: 0 3.5rem;
}
.footlogo {
	width: 32rem;
	margin: 0 auto;
	text-align: center;
}
.sns-links {
	display: flex;
	justify-content: center;
	gap: 1.4rem;
	margin-top: 3rem;
}
.sns-links a {
	width: 4.6rem;
}
#copyright {
	margin-top: 3rem;
	text-align: center;
}

/*** hover ***/
@media screen and (min-width: 960px) {
	#footer a:hover {
		opacity: 0.7;
	}
}
/* sp */
@media only screen and (max-width : 1024px){
	#footer {
		max-width: 100%;
		z-index: 98;
	}
}


/* !common
---------------------------------------------------------- */


#contents {}

.inner {
	padding: 0 2rem;
	margin: 0 auto;
}

.font-barlow {
	font-family: "Barlow", sans-serif;
}

.head-large {
	margin-bottom: 1.5rem;
	text-align: center;
	letter-spacing: 0.06em;
}
.head-large .eng {
	font-family: "Noto Serif JP", serif;
	color: #AA8842;
	font-size: 1.7rem;
	font-weight: 700;
}
.head-large .jap {
	font-family: "Noto Serif JP", serif;
	color: #534741 !important;
	font-size: 3.5rem;
	font-weight: 900;
}

.head-medium {
	margin: 0 0.6rem 0.6rem;
	text-align: center;
}

.area-flicker {
	overflow: hidden;
	position: relative;
}


.area-flicker:before {
	content: "";
	display: block;
	position: absolute;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fbfbfb;
	animation: flicker 3s ease-in-out infinite;
}

.area-flicker h3 {
	font-size: 2.6rem;
	font-weight: 900;
	color: #fff;
	text-shadow: 0px 0px 5px #AA8235 ,
	0px 0px 10px #AA8235,
	0px 0px 30px #AA8235,
	0px 0px 50px #AA8235,
	0px 0px 70px #AA8235;
	0px 0px 90px #AA8235;
		
}
.area-flicker h3 span {
	font-size: 4.4rem;
}
.area-flicker_txt {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}


@-webkit-keyframes flicker {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.bg-gridblue {
	background: url(../img/common/bg_grid1.webp)no-repeat center top;
	background-size: cover;
}

.swiper-ctrl.swiper-button-prev:after, 
.swiper-ctrl.swiper-button-next:after {
	display: none;
}
.swiper-ctrl.swiper-button-prev, 
.swiper-ctrl.swiper-button-next {
	width: 4.2rem;
	height: 4.2rem;
	background: no-repeat center;
	background-size: 100%;
}
.swiper-ctrl.swiper-button-prev {
	left: -1.6rem;
	background-image: url(../img/common/icon_prev_b.webp);
}
.swiper-ctrl.swiper-button-next {
	right: -1.6rem;
	background-image: url(../img/common/icon_next_b.webp);
}
.swiper-ctrl.swiper-pagination {
	position: static;
	font-size: 0;
}
.swiper-ctrl .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 0.5rem !important;
	width: 1rem;
	height: 1rem;
	background: #fff;
	border: 1px solid #C7C7C7;
}
.swiper-ctrl .swiper-pagination-bullet-active {
	background: #AA8842;
}

.contact-box-btn .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	height: 8rem;
	width: 100%;
	max-width: 29.4rem;
	background: url("../img/top/contact_btn.webp") no-repeat;
	background-size: cover;
	border-radius: 5rem;
	border: 0;
	color: #534741;
	font-size: 2.8rem;
	font-weight: 900;
}
.contact-box-btn .btn:after {
	content: "";
	position: absolute;
	right: 2.6rem;
	top: 0;
	transition-duration: 0.3s;
	height: 100%;
	width: .6rem;
	background: url(../img/common/icon_link_circle.svg)no-repeat center;
	background-size: 100%;
}

.anchor-area {
	position: relative;
}
.anchor-area .anchor {
	position: absolute;
	top: 0;
}

/*** hover ***/
@media screen and (min-width: 960px) {
	.contact-box-btn .btn:hover:after {
		right: 2.3rem;
	}
}
/*** sp ***/
@media screen and (max-width: 750px) {
	.anchor-area .anchor {
		top: -8.7rem;
	}
}

/* !page
---------------------------------------------------------- */
.main-kv {
	padding: 0 0 9rem;
}
.head-main {
	margin: -8.6rem 1.2rem 1.4rem;
}
.contact-box {
	position: relative; 
}

.monitor-top {
	width: 30rem;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	margin-top: -3rem;
}

.contact-box .tab {
	padding: 1.6rem 1.8rem;
	background: url("../img/top/contact_bg.webp") no-repeat;
	background-size: cover;
	border-radius: 0.5rem 0.5rem 0 0;
	text-align: center;
	font-size: 0;
	margin-top: -3rem;
}
.contact-box .info {
	padding: 1.8rem 1.6rem;
	background: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
	letter-spacing: 0.06em;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}
.contact-box .head {
	position: relative;
	margin-bottom: 2rem;
	padding-right: 3rem;
	color: #AA8842;
	font-size: 2rem;
	font-weight: 600;
}
.contact-box .head .chance {
	padding: 0.7rem 0.9rem;
	background: #fff;
	color: #AA8842;
	border-top: 2px solid #AA8842;
	border-left: 2px solid #AA8842;
	border-bottom: 2px solid #AA8842;
	font-size: 2.7rem;
	font-weight: 900;
}
.contact-box .head .chance span {
	display: inline-block;
	animation: zoomin 1.5s infinite;
}
@-webkit-keyframes zoomin {
    0% { 
		-webkit-transform: scale(1.05);
	}
	50% {
		-webkit-transform: scale(0.9);
	}
    100% { 
		-webkit-transform: scale(1.05);
	}
}
.contact-box .head .people {
	position: absolute;
	right: -2rem;
	bottom: 0;
	width: 12.2rem;
}
.contact-box .head2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 1.5rem;
	text-align: center;
	color: #575757;
	font-size: 2rem;
	font-weight: bold;
}
.contact-box .head2:before,
.contact-box .head2:after {
	content: "";
	width: 2.6rem;
	height: 4.5rem;
	background: no-repeat center;
	background-size: 100%;
}
.contact-box .head2:before {
	background-image: url(../img/common/icon_frame_l.svg);
}
.contact-box .head2:after {
	background-image: url(../img/common/icon_frame_r.svg);
} 
.contact-box.hurry-st {
	margin-top: 5rem;
}
.contact-box .hurry {
	position: absolute;
	left: 50%;
	top: -8.5rem;
	z-index: 2;
	transform: translateX(-50%);
	width: 29.2rem;
}

.main-kv .operate {
	padding: 6rem 0;
	/*
	background: url(../img/top/bg_rhombus.webp)no-repeat center;
	background-size: 100% 100%;
	*/
}
.operate-crown {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 0.6rem;
}
.operate-crown li {
	position: relative;
	background: #fff;
	border-radius: 0.5rem;
}
.operate-crown li.crown:before {
	content: "";
	position: absolute;
	left: -1.4rem;
	top: -4rem;
	z-index: 2;
	width: 6.2rem;
	height: 4.8rem;
	background: url(../img/top/icon_crown.svg)no-repeat center;
	background-size: 100%;
}
.operate-crown .th {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.6rem;
	background: #AA8842;
	border-radius: 0.5rem 0.5rem 0 0;
	text-align: center;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 900;
}
.operate-crown .th .small {
	font-size: 1.7rem;
}

.operate-crown .td {
	padding: 0;
}

.main-kv .mian-about {
	padding: 5rem 0 0;
	color: #534741;
	background: #F6F6F6;
}
.mian-about .head-large .jap {
	color: #534741;
}
.mian-about .head {
	margin-bottom: 1.5rem;
	text-align: center;
	line-height: 1.56;
	font-size: 2.5rem;
	font-weight: bold;
}
.mian-about .img {
	position: relative;
}
.mian-about .img .bnr img {
	width: 100%;
}
.mian-about .img .sign {
	position: absolute;
	right: -1.3rem;
	top: -0.7rem;
}
.feature-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2.4rem 0;
	min-height: 11rem;
	border-bottom: 1px solid #C7C7C7;
	letter-spacing: 0.06em;
}
.feature-list .step {
	position: relative;
	line-height: 1;
	text-align: center;
}
.feature-list .step:before {
	content: "特 徴";
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	color: #AA8842;
	font-size: 1.4rem;
}
.feature-list .step .num {
	font-family: "Noto Serif JP", serif;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.8rem;
	height: 4.8rem;
	background: #AA8842;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
}
.feature-list .tit {
	width: calc(100% - 5.8rem);
	color: #534741;
	font-size: 2.5rem;
	font-weight: bold;
}

.section-trouble {
	padding: 3.3rem 0 0;
	background: linear-gradient(to bottom, #C1C1C1, #FFFFFF 30%);
	overflow: hidden;
}

.decoration {
	position: relative;
}
.decoration .icon {
	position: absolute;
}
.decoration .icon1 {
	right: 0.8rem;
	top: 1.2rem;
	width: 8.6rem;
}
.decoration .icon2 {
	right: 1.5rem;
	bottom: 0.1rem;
	width: 13.3rem;
}
.decoration .icon3 {
	right: -3rem;
	bottom: -3.5rem;
	width: 12.1rem;
}

.foucs-line {
	background: linear-gradient(to top, #EBEBEB 0.8rem, transparent 0.8rem);
}

.section-trouble .troubles li {
	padding-left: 3rem;
	background-repeat: no-repeat;
	background-size: 2.2rem;
	letter-spacing: 0.06em;
	font-weight: 500;
}

.such-trouble .troubles {
	padding: 2.8rem 2.2rem;
	background: #fff;
	border-radius: 0.5rem 0.5rem 0 0;
}
.such-trouble .troubles li {
	background-position: left 0.3rem;
	background-image: url(../img/common/icon_checkbox_checked.svg);
	font-size: 1.7rem;
}
.such-trouble .troubles li + li {
	margin-top: 2rem;
}
.such-trouble2 .head {
	padding: 1.3rem 0;
}
.such-trouble2 .bnr {
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 3.2rem), 50% 100%, 0% calc(100% - 3.2rem));
	padding: 0.8rem 0.8rem 1.2rem;
	background: url("../img/top/such-bg.webp") no-repeat;
	background-size: cover;
}
.such-trouble2 .box {
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 3.2rem), 50% 100%, 0% calc(100% - 3.2rem));
	padding: 2rem 1.6rem 4.5rem;
	background: #fff;
}
.such-trouble2 .troubles {
	margin-top: 2rem;
}
.such-trouble2 .troubles li {
	background-position: left 0.4rem;
	background-image: url(../img/common/icon_checkbox_checked_g.svg);
	color: #534741;
	font-size: 2rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}
.such-trouble2 .troubles li + li {
	margin-top: 2.4rem;
}
.such-trouble2 .foucs-line {
	background: linear-gradient(to top, #D5F1FF 0.8rem, transparent 0.8rem);
	background-size: 100%;
}

.such-trouble3 {
	padding: 5.7rem 0 5rem;
	/*
	background: url(../img/top/bg_trouble.webp) no-repeat center bottom;
	background-size: 100% calc(100% - 26rem);
	*/
}

.such-trouble3 h2.head-medium {
	width: 27.1rem;
	margin: 0 auto 3rem;
}

.such-trouble3 .lifesmile-swiper {
	margin-bottom: 3.3rem;
}
.lifesmile-swiper {
	overflow: hidden;
}
.lifesmile-swiper .swiper-wrapper,
.doctor-swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.lifesmile-swiper .swiper-slide {
	width: 29.2rem;
}
.lifesmile-swiper .swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 19.5rem;	
}

.section-before-after {
	padding: 5rem 0 0;
	background: #fff;
}

.section-before-after h2.head-large {
	width: 29.5rem;
	margin: 0 auto 3rem;
}


.section-before-after .head-large {
    margin-bottom: 3.6rem;
}
.case-list .list li {
	position: relative;
	padding: 3.2rem 2.6rem;
	background: #F6F6F6;
	border: 2px solid #F6F6F6;
	border-radius: 0;
	line-height: 1.857;
	font-size: 1.4rem;
	font-weight: 500;
}
.case-list .list li + li {
	margin-top: 4.5rem;
}
.case-list .list .step {
	font-family: "Noto Serif JP", serif;
	position: absolute;
	left: -2px;
	top: 0;
	transform: translateY(-50%);
	padding: 0.2rem 0 0.2rem 1rem;
	width: 11.3rem;
	background: #AFA89A;
	letter-spacing: 0.06em;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.case-list .list .img {
	margin-bottom: 1.6rem;
}
.case-list .btn-more {
	position: relative;
}
.case-list .btn-more a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5rem;
	border: 1px solid #646464;
	border-radius: 5rem;
	letter-spacing: 0.06em;
	color: #646464;
	font-size: 1.7rem;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
}
.case-list .show:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 30rem;
	background: linear-gradient(to top, #FFFFFF 25%, transparent);
}

.case-list .show a {
	transform: translateY(-5rem);
}

.case-list .close {
	padding: 2.4rem 0 5rem;
}

.section-appeal {
	padding: 5rem 0;
	background: #fff;
}
.section-appeal .different .head {
	margin-bottom: 3rem;
}
.section-appeal .different ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 2.3rem;
}
.section-appeal .different .icon {
	margin-bottom: 0.5rem;
}
.section-appeal .different .tit {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	line-height: 1.47;
	color: #534741;
	font-size: 1.7rem;
	font-weight: bold;
}
.section-appeal .data {
	margin-top: 4rem;
}

.section-doctor {
	overflow: hidden;
	padding: 5rem 0 8rem;
}
.section-doctor .contact-box {
	margin-bottom: 7rem;
}
.section-doctor .head-large {
	margin-bottom: 1rem;
}
.section-doctor .head-large .jap {
	color: #fff;
}
.doctor-introd {
	padding: 0 0 2rem;
	color: #fff;
}

.section-doctor h2.head-large {
	width: 22rem;
	margin: 0 auto 1rem;
} 


.doctor-introd .head {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	letter-spacing: 0.06em;
	font-size: 2rem;
	font-weight: 900;
	color: #646464;
}
.doctor-introd .head .foucs {
	color: #AA8842;
	font-size: 3rem;
}

.fc-y {color: #AA8842 !important;}

.doctor-introd .pic {
	overflow: hidden;
	margin: 1.8rem 0;
	border-radius: 0.5rem 0.5rem 0.5rem 0;
}
.doctor-introd ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 0.2rem;
	margin-top: 1.2rem;
}
.doctor-introd li .icon {
	margin-bottom: 0.4rem;
}
.doctor-introd li .tit {
	text-align: center;
	line-height: 1.4285;
	letter-spacing: 0.06em;
	font-size: 1.4rem;
	font-weight: 500;
	color: #646464;
}

.doctor-swiper .swiper-slide img {
	object-fit: cover;
	height: 10rem;
}

.doctor-history {
	margin: 3.2rem 0 0;
	padding: 2.5rem 2rem;
	background: #fff;
}
.doctor-history .part + .part {
	margin-top: 3rem;
}
.doctor-history h3 {
	margin-bottom: 0.5rem;
	color: #AA8842;
	font-size: 1.4rem;
	font-weight: bold;
}

.doctor-history dl {
	display: flex;
}

.doctor-history dl + dl {margin-top: 1rem;}

.doctor-history dl dt {
	font-size: 1.4rem;
	width: 25rem;
}
.doctor-history dl dd {
	font-size: 1.4rem;
	width: 75rem;
}

.doctor-history .part_02 dl dt {
	font-size: 1.4rem;
	width: 35rem;
}

.doctor-history .part_02 dl dd {
	font-size: 1.4rem;
	width: 65rem;
}


.doctor-history .txt {
	letter-spacing: 0.06em;
	line-height: 2.35;
	font-size: 1.4rem;
}
.section-doctor .certificate {
	margin-top: 2.4rem;
}

.section-strengths {
	padding: 5rem 0 6rem;
	background: #fff;
}
.section-strengths .lifesmile-swiper {
	margin-bottom: 2rem;
}

.section-strengths .head-medium {
	font-size: 2.5rem;
	color: #AA8842;
	font-weight: bold;
}

.strengths-step li + li {
	margin-top: 6.2rem;
}
.strengths-step li {
	padding-top: 2.2rem;
	letter-spacing: 0.06em;
}
.strengths-step .step-box {
	font-family: "Noto Serif JP", serif;
	position: relative;
	margin-bottom: 2rem;
	padding: 2rem 1.2rem 1rem;
	border-radius: 0.5rem;
}
.strengths-step .step-box .th {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 900;
}
.strengths-step .step-box .step {
	position: absolute;
	left: 0;
	top: -2.2rem;
	width: 100%;
	line-height: 1;
	color: #fff;
	font-size: 3.7rem;
	font-weight: bold;
}
.strengths-step .step-box .td {
	padding: 1.4rem 1rem;
	background: #fff;
	text-align: center;
	color: #464646;
	font-size: 2rem;
	font-weight: bold;
}
.strengths-step .step-box .note {
	margin: 1.6rem 0 0.6rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
}
.strengths-step .display + .display {
	margin-top: 3.5rem;
}
.strengths-step .display > div + div {
	margin-top: 2rem;
}
.strengths-step .display .img {
	position: relative;
	text-align: center;
} 
.strengths-step .display .wid2 {
	margin: 0 auto;
	max-width: 20rem;
}
.strengths-step .display .sign {
	position: absolute;
	top: -1rem;
}
.strengths-step .display .sign1 {
	right: -1rem;
}
.strengths-step .display .sign2 {
	left: -2.5rem;
	top: -2.5rem;
}

.strengths-step .display .sign3 {
	left: -1.5rem;
    top: 14rem;
}


.strengths-step .display .info {
	line-height: 1.857;
	font-size: 1.4rem;
	font-weight: 500;
}
.strengths-step .display .tit {
	margin-bottom: 0.8rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.7rem;
}
.strengths-step .display .txt p + p {
	margin-top: 2rem;
}

.strengths-step li:nth-of-type(1) .step-box,
.strengths-step li:nth-of-type(2) .step-box,
.strengths-step li:nth-of-type(3) .step-box,
.strengths-step li:nth-of-type(4) .step-box,
.strengths-step li:nth-of-type(5) .step-box{
	background: #F6F6F6;
}
.strengths-step li:nth-of-type(1) .step-box .th,
.strengths-step li:nth-of-type(1) .step-box .note,
.strengths-step li:nth-of-type(2) .step-box .th,
.strengths-step li:nth-of-type(2) .step-box .note,
.strengths-step li:nth-of-type(3) .step-box .th,
.strengths-step li:nth-of-type(3) .step-box .note,
.strengths-step li:nth-of-type(4) .step-box .th,
.strengths-step li:nth-of-type(4) .step-box .note,
.strengths-step li:nth-of-type(5) .step-box .th,
.strengths-step li:nth-of-type(4) .step-box .note{
	color: #534741;
}

.strengths-step li:nth-of-type(1) .display .tit,
.strengths-step li:nth-of-type(2) .display .tit,
.strengths-step li:nth-of-type(3) .display .tit,
.strengths-step li:nth-of-type(4) .display .tit,
.strengths-step li:nth-of-type(5) .display .tit{
	color: #AA8842;
}


.strengths-step li:nth-of-type(1) .step-box .step,
.strengths-step li:nth-of-type(2) .step-box .step,
.strengths-step li:nth-of-type(3) .step-box .step,
.strengths-step li:nth-of-type(4) .step-box .step,
.strengths-step li:nth-of-type(5) .step-box .step{
	text-shadow: -1px 1px 0 #AFA89A,
	1px 1px 0 #AFA89A, 
	1px -1px 0 #AFA89A, 
	-1px -1px 0 #AFA89A;
	font-family: "Noto Serif JP", serif;
}

.section-plan {
	padding: 5rem 0 8rem;
	letter-spacing: 0.06em;
	line-height: 1.785;
	color: #fff;
	font-size: 1.4rem;
}
.section-plan .head-large .jap {
	color: #fff;
}
.section-plan .sub {
	color: #000000;
	margin-bottom: 2.5rem;
	font-weight: 500;
}
.section-plan .plan-flow {
	margin-bottom: 5rem;
}
.section-plan .plan-flow .flow {
	position: relative;
	z-index: 2;
}
.section-plan .plan-flow .flow:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 1.5rem);
	width: 16.2rem;
	height: 5.1rem;
	background: url(../img/top/icon_arrow_b.svg)no-repeat center;
	background-size: cover;
}
.section-plan .plan-flow .price {
	margin-top: 4.3rem;
	background: url("../img/top/plan_bg.webp") no-repeat;
	background-size: cover;
	padding: 1rem 1rem 3rem;
}
.section-plan .note {
	color: #646464;
	margin-top: 2rem;
	font-weight: 500;
}

.section-flow {
	background: #F6F6F6;
	padding: 5.8rem 0 0;
}
.flow-swiper {
	position: relative;
	letter-spacing: 0.06em;
}
.flow-swiper .swiper-pagination {
	margin-top: 2.6rem;
}
.flow-swiper .swiper-slide {
	position: relative;
	background: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}
.flow-swiper .step {
	font-family: "Noto Serif JP", serif;
	clip-path: polygon(0% 0%, 100% 0%, 0 100%);
	position: absolute;
	left: 0;
	top: 0;
	padding: 1rem;
	width: 10rem;
	height: 10rem;
	background: #fff;
	line-height: 1;
	color: #534741;
	font-weight: bold;
	font-size: 3rem;
}
.flow-swiper .step:before {
	content: "STEP";
	display: block;
	font-size: 1.5rem;
}
.flow-swiper .info {
	padding: 2rem 2.6rem 3rem;
}
.flow-swiper h3 {
	margin-bottom: 1rem;
	text-align: center;
	color: #AA8842;
	font-size: 2rem;
	font-weight: bold;
}

.section-movie {
	background: #F6F6F6;
	padding: 8.5rem 0 0;
}
.section-movie .movie-part + .movie-part {
	margin-top: 3.5rem;
}
.section-movie .movie {
	position: relative;
	padding-top: 56.25%;
}
.section-movie .movie iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.section-movie .tit {
	margin-top: 1rem;
	line-height: 2.14;
	text-decoration: underline;
	letter-spacing: 0.06em;
	font-size: 1.4rem;
	font-weight: 500;
}

.js-toggle-btn {
	cursor: pointer;
}
.js-toggle-box {
	display: none;
}

.section-faq {
	background: #F6F6F6;
	padding: 8rem 0 11rem;
}
.section-faq li + li {
	margin-top: 1.6rem;
}
.section-faq li {
	border: 2px solid #AFA89A;
}
.section-faq li .quest {
	padding: 1.6rem 4.8rem 1.6rem 2rem;
	background: url(../img/common/icon_plus.svg)no-repeat right 1.8rem center #AFA89A;
	background-size: 2.2rem;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
}
.section-faq li .quest.is-active {
	background-image: url(../img/common/icon_minus.svg);
}
.section-faq li .answer {
	padding: 1.8rem 2.6rem 2.6rem;
	background: #fff;
	letter-spacing: 0.06em;
	line-height: 1.85;
	font-size: 1.4rem;
	font-weight: 500;
}
.section-faq li .answer h3 {
	margin-bottom: 1rem;
	line-height: 1.5;
	color: #534741;
	font-size: 1.7rem;
	font-weight: bold;
}

.section-access {
	padding: 5.6rem 0 4.6rem;
	background: #fff;
	letter-spacing: 0.06em;
}
.access-swiper {
	overflow: hidden;
}
.access-swiper .swiper-pagination {
	margin-top: 1rem;
}

.section-access .head {
	margin-bottom: 1rem;
	line-height: 1.5;
	color: #534741;
	font-size: 1.7rem;
	font-weight: bold;
}
.section-access .access-info {
	margin-top: 3.2rem;
	line-height: 1.8;
	font-size: 1.4rem;
	font-weight: 500;
}
.access-info ul {
	margin-top: 1.6rem;
	border-top: 1px solid #B1B1B1;
}
.access-info li {
	display: flex;
	justify-content: space-between;
	padding: 1.4rem 0;
	border-bottom: 1px solid #B1B1B1;
}
.access-info li .th {
	width: 7rem;
	color: #AA8842;
	font-weight: bold;
}
.access-info li .td {
	width: calc(100% - 8rem);
}
.access-info li.full {
	display: block;
}
.access-info li.full .th {
	margin-bottom: 1rem;
	width: auto;
}
.section-access .calendar iframe {
	width: 100%;
	height: 32.4rem;
}

.section-access .map {
	margin-top: 3.6rem;
}
.section-access .map iframe {
	width: 100%;
	height: 20rem;
}

.section-contact {
    background: url(../img/common/bg_grid1.webp) no-repeat center top;
    background-size: cover;
	padding: 4.5rem 0;
}
.section-contact .sign {
	display: inline-block;
	padding: 0 0.5rem;
	border-radius: 2px;
	color: #fff;
	font-size: 1.2rem;
}
.section-contact .must {
	background: #EB5C5C;
}
.section-contact .any {
	background: #43AD00;
}
.section-contact li {
	padding: 1.4rem 0;
}
.section-contact .th {
	margin-bottom: 1rem;
	font-size: 1.7rem;
	font-weight: 500;
}
/*
.section-contact .row {
	margin-top: 1.8rem;
}
*/
.section-contact .th .sign {
	margin-right: 0.8rem;
}
.section-contact .th .note {
	margin-left: 4.5rem;
	font-size: 1.2rem;
}
.section-contact input[type=text],
.section-contact input[type=tel],
.section-contact input[type=date] {
	padding: 0 1.4rem;
	height: 5.2rem;
	width: 100%;
	border: 1px solid #BCBCBC;
	font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
}
.section-contact select {
	padding: 0 3.2rem 0 1.4rem;
	width: 19.4rem;
	height: 5.2rem;
	background: url(../img/common/icon_select.svg)no-repeat right 0.4rem center #fff;
	border: 1px solid #BCBCBC;
	font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
}
.section-contact textarea {
	resize: none;
	padding: 1.4rem;
	height: 9rem;
	width: 100%;
	border: 1px solid #BCBCBC;
	font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
}
.choice-checkbox label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1.5rem;
	font-size: 1.7rem;
	font-weight: 500;
}

.choice-checkbox input {
	display: inline-block;
	margin: 0 0.6rem 0 0;
	width: 2rem;
	height: 2rem;
	background: url(../img/common/icon_checkbox.svg)no-repeat center;
	background-size: 100%;
}
.choice-checkbox input:checked {
	background-image: url(../img/common/icon_checkbox_checked.svg);
}
.section-contact .agree {
	text-align: center;
}
.section-contact .agree label {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	height: 6.8rem;
	background: #fff;
	border: 1px solid #3B3B3B;
	font-size: 1.7rem;
	font-weight: bold;
}
.section-contact .agree input {
	display: inline-block;
	margin: 0 1.6rem 0 0;
	width: 2rem;
	height: 2rem;
	background: url(../img/common/icon_checkbox.svg)no-repeat center;
	background-size: 100%;
}
.section-contact .agree input:checked {
	background-image: url(../img/common/icon_checkbox_checked_g.svg);
}
.section-contact .agree a {
	text-decoration: underline;
	color: #AA8842;
}

.section-contact .contact-box-btn {
	margin-top: 3rem;
}
.contact-box-btn.btns .btn {
	margin-top: 1rem;
}
.section-contact .contact-box-btn input {
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
	color: inherit;
	font-size: 2rem;
	font-weight: 900;
	padding-top: 4.5rem;
}
.section-contact .contact-box-btn .edit {
	background: #eee;
}

.section-contact .confirm-st li + li {
	border-top: 1px solid #D9D9D9;
}
.section-contact .confirm-st .th {
	font-weight: bold;
}
.section-contact .confirm-st .row {
    margin-top: 1.4rem;
}
.section-contact .textarea {
	font-size: 1.2rem;
}
.section-contact .textarea .pre {
	font-size: 1.7rem;
	font-weight: 500;
}

.contact-thanks {
	padding: 5rem 0 10rem;
	font-size: 1.4rem;
	font-weight: 500;
	background: #fff;
}
.contact-thanks .head-large .eng {
	font-size: 2.5rem;
	font-weight: 900;
}
.contact-thanks .sub {
	text-align: center;
	line-height: 1.857;
}
.contact-thanks .tel-box {
	margin-top: 1.6rem;
	padding: 1.6rem;
	border: 2px solid #C7C7C7;
	text-align: center;
	color: #646464;
}
.contact-thanks .tel-box .tit {
	margin-bottom: 0.6rem;
}
.contact-thanks .tel-box .tel a {
	padding-left: 3rem;
	background: url(../img/common/icon_tel_b.svg) no-repeat left 1.1rem;
	background-size: 1.9rem;
	letter-spacing: 0.06em;
	font-size: 2.5rem;
	font-weight: 900;
}

.btn-link .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5rem;
	background: #fff;
	border-radius: 4rem;
	border: 1px solid #646464;
	letter-spacing: 0.06em;
	color: #646464;
	font-size: 1.7rem;
	font-weight: bold;
}
.btn-link.go-list {
	margin-top: 5.7rem;
}
.btn-link.go-list .btn {
	background: #707070;
	color: #fff;
}

.thanks-other {
	margin-top: 8.8rem;
}
.thanks-other .tit {
	text-align: center;
	letter-spacing: 0.06em;
	color: #646464;
	font-size: 1.7rem;
	font-weight: bold;
}
.thanks-other .btn-link .btn {
	margin-top: 2.2rem;
}


#ui-datepicker-div {padding: 1rem !important;}
.ui-datepicker-calendar th span {
	color: #ccc !important;
	font-size: 1.2rem !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #fff !important;
    background: #fff !important;
    font-weight: normal;
    color: #555;
    font-size: 1.4rem !important;
}

.ui-widget-header {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #555 !important;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 1.4rem !important;
}

.ui-datepicker-month,
.ui-datepicker-year {border: none !important;}
.ui-datepicker .ui-datepicker-title select {
    margin-left: 1rem !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 19% !important;
}

.ui-datepicker-prev span.ui-icon,
.ui-datepicker-next span.ui-icon {
  text-indent: -9999px !important; /* デフォルトのテキストを隠す */
  overflow: hidden !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.ui-datepicker-prev span.ui-icon {
  background-image: url('../img/common/icon_link_circle1.svg') !important;
}

.ui-datepicker-next span.ui-icon {
  background-image: url('../img/common/icon_link_circle.svg') !important;
}

/* 必要に応じてボタン自体のスタイルも調整 */
.ui-datepicker-prev,
.ui-datepicker-next {
  /* 例: サイズ調整 */
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  border: none !important; /* デフォルトのボーダーを削除する場合 */
  background-color: transparent !important; /* デフォルトの背景色を透明にする場合 */
}

.mw_wp_form .vertical-item + .vertical-item {
    margin-top: 1rem !important;
}

.agree .mwform-checkbox-field .mwform-checkbox-field-text {font-size: 0 !important;}
.agree .mwform-checkbox-field label {
	cursor: pointer;
	padding: 0;
	height: 0;
	background: #fff;
	border: none;
	font-size: 1.7rem;
	font-weight: bold;
}

.page-template-page-confirm .section-contact{
	background: #fff;
}

.page-template-page-confirm .must,
.page-template-page-confirm .sign,
.page-template-page-confirm .agree,
.page-template-page-confirm .note {
	display: none;
}

.page-template-page-confirm .section-contact li {
    border-bottom: 1px solid #D9D9D9;
}

.page-template-page-confirm .section-contact li:last-child {
    border-bottom: none;
}

.page-template-page-confirm .reset {
	font-size: 1.4rem !important;
	color: #646464 !important;
	font-weight: bold;
	padding-top: 4rem;
}

.page-template-page-confirm .row {
    margin-top: 1rem;
}

.page-template-page-confirm .select_sp {
    margin-top: -2rem !important;
}

.agree .wpcf7-list-item-label {display: none;}

.agree .wpcf7-not-valid-tip {
    font-size: 8px !important;
}

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

.wpcf7 form .wpcf7-response-output {
	display: none;
}

.page-template-page-confirm .section-contact .textarea {
    font-size: 1.4rem;
}

.mw_wp_form .error {
    font-size: 1.2rem !important;
}

.page-template-page-error .section-contact .agree label {
    font-size: 1.4rem;
}

.ui-state-highlight {color: #c00 !important;}

/*** hover ***/
@media screen and (min-width: 960px) {
	.section-contact .agree a:hover {
		text-decoration: none;
	}
}
/*** sp ***/
@media screen and (max-width: 767px) {
	
	.doctor-introd .head {
		font-size: 1.8rem;
	}
	
	.section-contact select {
	    padding: 0 3.2rem 0 1.4rem;
	    width: 22.4rem;
	}
	
	.page-template-page-error .section-contact .agree label {
	    font-size: 1.2rem;
	}
	
}

/* 20250508 追加 */
.such-trouble3 .head {
	margin-bottom: 3.3rem;
}
.such-trouble3 .img {
	margin-bottom: 0.5rem;
}
.such-trouble3 .txt p {
	margin-bottom: 2.4rem;
	line-height: 1.857;
	font-size: 1.4rem;
	font-weight: 500;
}

.such-trouble3 .feature-list {
	margin-bottom: 8rem;
}
.such-trouble3 .feature-list .tit {
	font-size: 2.15rem;
	letter-spacing: 0;
}
.such-trouble3 .contact-box {
	padding: 4.7rem 2rem;
	background: #F6F6F6;
}

.strengths-step .feature-list li + li {
	margin-top: 0;
}
.strengths-step .feature-list .tit {
	font-size: 2.2rem;
}

.specialist-teams {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.7rem 1rem;
	margin: 0 0 2.6rem;
}
.specialist-teams li {
	padding: 0;
	width: calc(50% - 0.5rem);
}
.specialist-teams li + li {
	margin-top: 0;
}

.section-contact .tel-link-btn {
	margin: 0 0 1.4rem;
}
.tel-link-btn a {
	display: block;
	background: url(../img/common/tel-link_bg.webp) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 2rem 0;
	border-radius: 0.5rem;
}


.doctor-loop {
	width: calc(100% + 4rem);
	margin: 0 -2rem;
	overflow: hidden;
}

.doctor-loop__loop {
	display: flex;
	justify-content: flex-start;
}

.doctor-loop__loop ul {
	display: flex;
}
.doctor-loop__loop ul li {
	width: fit-content;
}

.doctor-loop__loop ul:nth-child(odd) {
	animation-name: image-loop-left1;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.doctor-loop__loop ul:nth-child(even) {
	animation-name: image-loop-left2;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.doctor-loop__loop ul li img {
	width: 64.5rem;
	max-width: unset;
	height: 10rem;
	object-fit: cover;
}

.page-template-page-confirm .choice-checkbox br,
.choice-checkbox br {display: none !important;}

.page-template-page-confirm .choice-checkbox label {
	margin-bottom: 0.5rem !important;
}

.input_txt {
	padding: 0 1.4rem !important;
    height: 5.2rem !important;
    width: 100% !important;
    border: 1px solid #BCBCBC !important;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
    font-size: 1.6rem !important;
}

span.up {display: none;}

@keyframes image-loop-left1 {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}

}
@keyframes image-loop-left2 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-200%);
	}

}



/*** sp ***/
@media screen and (max-width: 767px) {
	.strengths-step .display .sign3 {
		left: -1rem;
        top: 14.5rem;
	}
}