@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(350 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.low_head {
	background: #fff;
    align-items: center!important;
    justify-content: space-between!important;
	position: relative;
	padding: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
.low_head h1 {
    width: calc(539 / var(--break) * 100vw);
    position: relative;
    right: auto;
    left: auto;
    margin: unset;
    top: 0;
}
.low_head .wrap_head01 {
	margin-top: 0;
	margin-right: 0;
}
.low_head .box_head01 {
	display: none;
}
.low_head .row_head01 {
	margin-bottom: 0;
}
.hdg3 {
	background: url("images/page/bg_h3.png") no-repeat center / cover;
}
.list_common01 li {
    position: relative;
    padding-left: calc(44 / var(--break) * 100vw);
    line-height: 1.5;
}
.list_common01 li::before {
    content: "";
    background: url(images/page/check04.svg) no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    position: absolute;
    top: calc(6 / var(--break) * 100vw);
    left: calc(3 / var(--break) * 100vw);
	border-radius: 0;
}
.list_common01 li:not(:first-child) {
    margin-top: calc(13 / var(--break) * 100vw);
}
.row_common01 .col_txt .copy  {
    border-bottom: solid calc(2 / var(--break) * 100vw) #000000;
}
.row_common01 .col_img {
    width: 47%;
    max-width: 700px;
}
.row_common01 .col_img::before {
    content: "";
    position: absolute;
    background: #202050;
    width: 100%;
    height: calc(100% - calc(10 / var(--break) * 100vw));
    right: calc(-10 / var(--break) * 100vw);
    bottom: 0;
    z-index: -1;
}
.ttl_common01 {
	border-bottom: dotted calc(6 / var(--break) * 100vw) #3ba5b9;
}
.deco_common01 {
	outline-offset: calc(-7 / var(--break) * 100vw);
    outline: #000 solid calc(2 / var(--break) * 100vw);
	border: solid calc(2 / var(--break) * 100vw) #000;
}
.list_common02 li:before {
    background: #3ba5b9;
}
.shadow_common01 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		font-size: calc(46 / var(--break) * 100vw);
        letter-spacing: 0;
        padding: 3vw 1vw 3vw;
	}
	.low_head {
		padding: calc(35 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(38 / var(--break) * 100vw) calc(24 / var(--break) * 100vw);
	}
	.low_head h1 {
		width: calc(452 / var(--break) * 100vw);
	}
	.list_common01 li {
		padding-left: calc(53 / var(--break) * 100vw);
	}
	.list_common01 li::before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
		left: calc(3 / var(--break) * 100vw);
	}
	.ttl_common01 {
		font-size: 1.25rem;
		letter-spacing: 0;
		border-bottom: dotted calc(8 / var(--break) * 100vw) #3ba5b9;
	}
}


/* clinic
------------------------------------------------------------------*/
.bg_clinic01::before {
	content: "";
    position: absolute;
	background: url("images/page/pattern03.png") repeat center / calc(7 / var(--break) * 100vw);
    width: 100%;
    height: calc(100% - calc(100 / var(--break) * 100vw));
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.box_clinic01 {
	padding: calc(65 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw);
	background: url("images/clinic/bg_clinic01.png") no-repeat center top / 100% auto #fff;
}
.box_clinic01.ptn02 {
	background: url("images/clinic/bg_clinic03.png") no-repeat center top / 100% auto #fff;
}
.box_clinic01.ptn03 {
	background: url("images/clinic/bg_clinic04.png") no-repeat center top / 100% auto #fff;
}
.box_clinic01.ptn04 {
	background: url("images/clinic/bg_clinic05.png") no-repeat center top / 100% auto #fff;
}
.box_clinic01 .wrap {
	width: 57%;
}
.box_clinic02 {
	outline-offset: calc(-7 / var(--break) * 100vw);
    outline: #000 solid calc(2 / var(--break) * 100vw);
	border: solid calc(2 / var(--break) * 100vw) #000;
	position: relative;
}
.box_clinic02::before,.box_clinic02::after {
    content: "";
    position: absolute;
    background: #3ba5b933;
    width: calc(120 / var(--break) * 100vw);
    height: calc(120 / var(--break) * 100vw);
    bottom: 0;
	z-index: -1;
}
.box_clinic02::before {
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	right: 0;
}
.box_clinic02::after {
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	left: 0;
}
.list_clinic01 {
	width: 82%;
}
.bg_clinic03 {
	margin-top: calc(200 / var(--break) * 100vw);
}
.row_clinic01 {
	width: 90%;
	max-width: 1120px;
	gap: calc(30 / var(--break) * 100vw) 1.3%;
	margin-left: auto;
	margin-right: auto;
}
.row_clinic01 .col {
	width: 32%;
	max-width: 360px;
}
.wrap__charm01.num6 .num {
    width: calc(185 / var(--break) * 100vw);
}
.wrap__charm01.num7 {
    width: 79%;
}
.row__charm03.ptn02 {
	gap: 0 4%;
}
.row__charm02.ptn02 .col_l {
    background: url(images/clinic/bg_clinic02.png) no-repeat center / cover;
	position: absolute;
    top: calc(-100 / var(--break) * 100vw);
}
.row__charm03.ptn02 .col::before {
    background: #2020501a;
}
.row__charm03.ptn02 .col {
    height: calc(166 / var(--break) * 100vw);
}
.bg_clinic02 {
	margin-bottom: calc(200 / var(--break) * 100vw);
}
.bg_clinic04.bg__charm02 {
	padding: calc(48 / var(--break) * 100vw) 0 calc(185 / var(--break) * 100vw);
}
.wrap__charm01.num7 .num {
    width: calc(185 / var(--break) * 100vw);
    transform: translateY(-123%);
    -webkit-transform: translateY(-123%);
    position: absolute;
    right: 17%;
}
.row__charm02.ptn02 > .col {
    margin-left: auto;
}
.wrap__charm01.num8 {
    width: 52%;
}
.wrap__charm01.num8 .num {
    width: calc(187 / var(--break) * 100vw);
    margin: 0 auto calc(20 / var(--break) * 100vw);
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.bg_clinic05 {
	padding-bottom: calc(0 / var(--break) * 100vw);
	background: url(images/index/bg_charm05.png) no-repeat top 7% left / 50% auto, url(images/index/bg_charm06.png) no-repeat top 7% right / 50% auto;
}
.slide_clinic01 .ccl {
	width: calc(180 / var(--break) * 100vw);
    height: calc(180 / var(--break) * 100vw);
	position: absolute;
}
.slide_clinic01 .ccl_l {
	left: 5.5%;
    bottom: -11%;
}
.slide_clinic01 .ccl_r {
	right: 5%;
    top: -22%;
}
.slide_clinic01::before {
    content: "";
    position: absolute;
    background: #3333331a;
    width: 100%;
    height: calc(306 / var(--break) * 100vw);
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.img_clinic01 {
	width: 90%;
	max-width: 750px;
}
.row_clinic02 .col_l {
	width: 50%;
}
.row_clinic02 .col_r {
	width: 45%;
}
.logo_clinic01{
	width: calc(626 / var(--break) * 100vw);
}
.logo_clinic02{
	width: calc(553 / var(--break) * 100vw);
}
.tel_clinic {
	width: calc(350 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.tel_clinic a {
	height: calc(100 / var(--break) * 100vw);
}
.tel_clinic a::after {
    border-width: calc(10 / var(--break) * 100vw);
    bottom: calc(5 / var(--break) * 100vw);
    right: calc(5 / var(--break) * 100vw);
}
.tbl_foot thead th {
    line-height: 1.5;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: calc(30 / var(--break) * 100vw) 0 calc(35 / var(--break) * 100vw);
    font-family: "ryo-display-plusn", serif;
    font-weight: 700!important;
    font-style: normal;
	font-size: calc(16 / var(--break) * 100vw);
}
.tbl_foot tbody th, .tbl_foot tbody td {
    padding: calc(21 / var(--break) * 100vw) 0 calc(6 / var(--break) * 100vw);
    line-height: 1.4;
}
.tbl_foot tbody tr:last-child th, .tbl_foot tbody th {
    padding-right: 0;
}
.tbl_foot tbody tr:last-child th, .tbl_foot tbody tr:last-child td {
    padding: calc(3 / var(--break) * 100vw) 0 calc(25 / var(--break) * 100vw);
}
.box_clinic03 {
	padding: calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
	border: solid calc(2 / var(--break) * 100vw) #000;
	position: relative;
}
.box_clinic03::after {
    content: "";
    position: absolute;
    background: url(images/index/deco_number01.png) no-repeat center / cover;
    width: calc(100 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
    top: calc(6 / var(--break) * 100vw);
    left: calc(6 / var(--break) * 100vw);
}
.box_clinic03::before {
    content: "";
    position: absolute;
    background: #20205033;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: calc(300 / var(--break) * 100vw);
    height: calc(300 / var(--break) * 100vw);
    right: 0;
    bottom: 0;
}
.ttl_clinic01 {
	border-bottom: solid calc(1 / var(--break) * 100vw) #000;
	padding-bottom: calc(20 / var(--break) * 100vw);
	margin-bottom: calc(20 / var(--break) * 100vw);
}
.ttl_clinic01 .icn {
	width: calc(40 / var(--break) * 100vw);
}

.ttl_clinic02 .icn {
	width: calc(27 / var(--break) * 100vw);
	margin-right: calc(20 / var(--break) * 100vw);
	line-height: 1;
}
.ttl_clinic02.ptn02 .en {
	padding-right: calc(60 / var(--break) * 100vw);
	position: relative;
}
.ttl_clinic02.ptn02 .en::before {
	content: "";
    position: absolute;
	background: #202050;
    width: 23%;
    height: calc(1 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.box_clinic04 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	background: url(images/index/deco_charm03.png) no-repeat right calc(5 / var(--break) * 100vw) bottom calc(5 / var(--break) * 100vw) / calc(100 / var(--break) * 100vw) #fff;
	padding: calc(40 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic02.ptn01 {
		margin-bottom: calc(150 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_clinic02.ptn01 {
        margin-bottom: calc(150 / var(--break) * 100vw);
    }
	.wrap__charm01.num6 .num {
		width: calc(135 / var(--break) * 100vw);
	}
	.wrap__charm01.num7 .num {
		width: calc(135 / var(--break) * 100vw);
	}
	.wrap__charm01.num8 .num {
		width: calc(147 / var(--break) * 100vw);
	}
	.wrap__charm01.num8 {
		width: 62%;
	}
	.box_clinic01 .wrap {
		width: 75%;
	}
}
@media(max-width: 767px) {
	.box_clinic01 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_clinic04 .ttl.fz28 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_clinic01 .ttl .fz28 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_clinic01 .wrap {
		width: 89%;
	}
	.box_clinic02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_clinic01 {
		width: 87%;
	}
	.bg_clinic02.ptn01 {
        margin-bottom: calc(100 / var(--break) * 100vw);
    }
	.bg_clinic02.ptn02 {
		margin-top: 0;
		margin-bottom: calc(100 / var(--break) * 100vw);
	}
	.bg_clinic03 {
		margin-top: calc(100 / var(--break) * 100vw);
	}
	.row_clinic01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		gap: calc(30 / var(--break) * 100vw) 4%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic01 .col .ttl {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.row__charm02.ptn02 .col_l {
		position: relative;
		top: 0;
	}
	.wrap__charm01.num7 .num {
		width: calc(185 / var(--break) * 100vw);
		transform: translateY(-0%);
		-webkit-transform: translateY(0%);
		position: relative;
		right: 0;
		left: 0;
	}
	.bg_clinic04.bg__charm02 {
		padding: 0;
		margin-bottom: 0;
	}
	.bg_clinic05 {
        background: url(images/index/bg_charm05_sp.png) no-repeat top 8% left / 100% auto, url(images/index/bg_charm06_sp.png) no-repeat bottom 35% right / 100% auto;
        padding-top: calc(92 / var(--break) * 100vw);
        padding-bottom: calc(0 / var(--break) * 100vw);
    }
	.wrap__charm01.num8 {
        width: 100%;
        max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14vw;
    }
	.slide_clinic01 .ccl {
		width: calc(160 / var(--break) * 100vw);
		height: calc(160 / var(--break) * 100vw);
	}
	.slide_clinic01 .ccl .ryo {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.slide_clinic01 {
        margin-bottom: 0;
        padding-bottom: 7vw;
    }
	.slide_clinic01 .ccl_r {
		right: 5%;
		top: -20%;
	}
	.slide_clinic01 .ccl_l {
		left: 5.5%;
		bottom: -8%;
	}
	.row_clinic02 .col_l {
		width: 100%;
		margin-bottom: 5vw;
	}
	.row_clinic02 .col_r {
		width: 100%;
	}
	.tel_clinic {
		width: calc(500 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.tel_clinic a {
		height: calc(130 / var(--break) * 100vw);
	}
	.tel_clinic .num {
		font-size: 1.5rem;
	}
	.tbl_foot thead th {
		font-size: 1rem;
	}
	.tbl_time03.day8 tbody th .fz14 {
        font-size: .65rem;
    	letter-spacing: 0;
    }
	.tbl_time03.day8 tbody th {
        padding-right: 0;
    }
	.tbl_time03 tbody tr:first-child th {
		padding-left: 0;
	}
	.ttl_clinic01 .icn {
		width: calc(45 / var(--break) * 100vw);
	}
	.ttl_clinic01 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.ttl_clinic02 .icn {
		width: calc(34 / var(--break) * 100vw);
		margin-right: calc(15 / var(--break) * 100vw);
	}
	.ttl_clinic02.ptn02 .ja {
        margin-right: calc(10 / var(--break) * 100vw);
    }
	.ttl_clinic02.ptn02 .en {
		padding-right: calc(40 / var(--break) * 100vw);
        font-size: .75rem;
		letter-spacing: .05em;
	}
	.ttl_clinic02.ptn02 .en::before {
		width: 13%;
		height: calc(1 / var(--break) * 100vw);
	}
	.box_clinic04 {
		background: url(images/index/deco_charm03.png) no-repeat right calc(5 / var(--break) * 100vw) bottom calc(5 / var(--break) * 100vw) / calc(100 / var(--break) * 100vw) #fff;
		padding: calc(40 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
	}
	.box_clinic01 .ja {
        font-size: 1.125rem;
        letter-spacing: 0;
    }
	.ttl_clinic02 .ja {
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.ttl_clinic02 .en {
		font-size: .875rem;
	}
}

/* _staff
------------------------------------------------------------------*/
.row_staff01 .col_img {
	width: 37%;
	max-width: 460px;
}
.deco_staff01 {
	background: url("images/staff/deco_staff02.png") no-repeat left bottom / calc(600 / var(--break) * 100vw) auto,url("images/staff/deco_staff01.png") no-repeat right bottom / calc(147 / var(--break) * 100vw) auto;
}
.row_staff01 .col_txt {
    width: 58%;
}
.row_staff01 .wrap__greeting01 {
    padding: calc(0 / var(--break) * 100vw) calc(62 / var(--break) * 100vw) calc(0 / var(--break) * 100vw);
    left: calc(-20 / var(--break) * 100vw);
    bottom: calc(20 / var(--break) * 100vw);
}
.box_prof h5 {
	height: calc(55 / var(--break) * 100vw);
}
.box_prof01 .year {
    font-weight: 300;
}
.wrap_staff01 {
	width: 90%;
	max-width: 1500px;
	border-bottom: solid calc(2 / var(--break) * 100vw) #202050;
	padding-bottom: calc(50 / var(--break) * 100vw);
}
.bg_staff01 {
	padding: calc(50 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
	background: 
		url("images/staff/deco_staff03_t.png") no-repeat left top / calc(340 / var(--break) * 100vw) auto,
		url("images/staff/deco_staff03_b.png") no-repeat left bottom / calc(651 / var(--break) * 100vw) auto,
		url("images/staff/deco_staff04_t.png") no-repeat right top / calc(651 / var(--break) * 100vw) auto,
		url("images/staff/deco_staff04_b.png") no-repeat right bottom / calc(340 / var(--break) * 100vw) auto,
		url("images/page/pattern02.png") repeat center / calc(7 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_staff01 {
		padding: calc(50 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
		background: 
			url("images/staff/deco_staff03_t.png") no-repeat left top / calc(240 / var(--break) * 100vw) auto,
			url("images/staff/deco_staff03_b.png") no-repeat left bottom / calc(551 / var(--break) * 100vw) auto,
			url("images/staff/deco_staff04_t.png") no-repeat right top / calc(551 / var(--break) * 100vw) auto,
			url("images/staff/deco_staff04_b.png") no-repeat right bottom / calc(240 / var(--break) * 100vw) auto,
			url("images/page/pattern02.png") repeat center / calc(7 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_staff01 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw)!important;
		margin: 0 auto 5vw!important;
	}
	.row_staff01 .wrap__greeting01 .fz40 {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.box_prof h5 {
		height: calc(75 / var(--break) * 100vw);
	}
	.row_prof .box_prof:nth-child(n+2) {
		margin-top: 5vw;
	}
	.bg_staff01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_staff01 {
		padding: calc(50 / var(--break) * 100vw) 0 calc(70 / var(--break) * 100vw);
		background: 
			url("images/staff/deco_staff03_t.png") no-repeat left top / calc(260 / var(--break) * 100vw) auto,
			url("images/staff/deco_staff03_b.png") no-repeat left bottom / calc(371 / var(--break) * 100vw) auto,
			url("images/staff/deco_staff04_t.png") no-repeat right top / calc(371 / var(--break) * 100vw) auto,
			url("images/staff/deco_staff04_b.png") no-repeat right bottom / calc(260 / var(--break) * 100vw) auto,
			url("images/page/pattern02.png") repeat center / calc(7 / var(--break) * 100vw);
	}
}

/* interview
------------------------------------------------------------------*/
.bg_interview01 {
	background: url("images/interview/deco_interview01.png") no-repeat left top /  calc(255 / var(--break) * 100vw)auto,url("images/interview/deco_interview02.png") no-repeat right top /  calc(255 / var(--break) * 100vw)auto,url("images/interview/bg_interview01.png") no-repeat center / cover;
	height: calc(500 / var(--break) * 100vw);
}
.bg_interview01 .wrap {
	width: 90%;
	max-width: 1240px;
	height: 100%;
}
.txt_interview01 {
	border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
}
.bg_interview01 .img {
	width: calc(620 / var(--break) * 100vw);
	bottom: 0;
	right: calc(0 / var(--break) * 100vw);
}
.box_qa02 .box_q {
    cursor: default;
}
.box_qa02 .box_a {
    border: solid 1px #202050;
	border-top: none;
}
.box_qa02 .box_a {
	display: block;
    background: #fff;
}
.box_qa02 .box_q .txt .icn:before {
    display: none;
}
.box_qa02 .box_q .txt .icn:after {
    display: none;
}
.box_qa02 .box_a .txt {
    width: 100%;
}
.bg_interview02::before {
	content: "";
    position: absolute;
	background: #3ba5b9;
    width: calc(650 / var(--break) * 100vw);
    height: calc(570 / var(--break) * 100vw);
	left: 0;
	top: calc(40 / var(--break) * 100vw);
	z-index: -1;
}
.bg_interview02.ptn02::before {
	left: auto;
	right: 0;
}
.bg_interview02.col02::before {
	background: #202050;
}
.row_interview01 {
	width: 90%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.row_interview01 .col_img {
	width: 44%;
	max-width: 650px;
}
.row_interview01 .col_txt {
	width: 53%;
}
.bg_interview03 {
	padding-top: calc(54 / var(--break) * 100vw);
}
.bg_interview03::before {
	content: "";
    position: absolute;
	background: linear-gradient(0deg, #e1dac9, #f3f0e9);
    width: 100%;
    height: 60%;
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.bg_interview03 .en {
	line-height: .8;
    position: relative;
}
.diagonal-text {
   background: linear-gradient(-39deg, #000000 0%, #000000 55%, #9B844C 55%, #9B844C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box_interview01 {
	position: relative;
    top: calc(-6 / var(--break) * 100vw);
}
.row_interview02 .col_img {
	width: 25%;
	max-width: 280px;
}
.row_interview02 .col_txt {
	width: 69%;
}
.list_schedule01 li:nth-child(n+2) {
    margin-top: calc(21 / var(--break) * 100vw);
}
.list_schedule01 .time {
	width: 16%;
	position: relative;
	padding: calc(19 / var(--break) * 100vw) calc(25 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	line-height: 1.2;
}
.list_schedule01 .time::before {
    content: "";
    position: absolute;
    background: #fff;
    width: calc(19 / var(--break) * 100vw);
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 98% 50%);
    top: 0;
    bottom: 0;
    right: calc(-1 / var(--break) * 100vw);
    margin: auto;
    z-index: 1;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.list_schedule01 .txt {
	width: 84%;
    padding: calc(15 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
    line-height: 1.6;
	border: solid 1px #000;
	border-left: none;
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_interview02::before {
		width: calc(500 / var(--break) * 100vw);
		height: calc(450 / var(--break) * 100vw);
		top: calc(40 / var(--break) * 100vw);
	}
	.txt_interview01 {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.txt_interview01 .fz80 {
		font-size: calc(60 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.txt_interview01 {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.txt_interview01 .fz80 {
		font-size: calc(60 / var(--break) * 100vw);
	}
	.bg_interview01 {
		background: url(images/interview/deco_interview01.png) no-repeat left top / calc(205 / var(--break) * 100vw) auto, url(images/interview/deco_interview02.png) no-repeat right top / calc(205 / var(--break) * 100vw) auto, url(images/interview/bg_interview01.png) no-repeat center / cover;
	}
	.bg_interview01 .img {
		width: calc(600 / var(--break) * 100vw);
		bottom: 0;
		right: -15vw;
	}
	.box_qa02 .box_a {
        margin-top: 0vw;
    }
	.box_qa02 .box_a {
		padding: 2vw 4vw 5vw;
	}
	.box_qa02 .box_a .txt {
        width: 100%;
        padding: 0;
    }
	.row_interview01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.row_interview01 .col_img {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-bottom: 10vw;
		margin-left: auto;
		margin-right: auto;
	}
	.row_interview01 .col_txt {
		width: 100%;
	}
	.bg_interview03 .en {
		font-size: calc(100 / var(--break) * 100vw);
	}
	.box_interview01 {
		padding: calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
	}
	.box_interview01 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_interview02 .col_img {
		width: 100%;
		max-width: calc(280 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.row_interview02 .col_txt {
		width: 100%;
	}
	.list_schedule01 .time {
		font-size: calc(26 / var(--break) * 100vw);
		letter-spacing: 0;
		width: 30%;
		padding: calc(20 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	}
	.list_schedule01 .txt {
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: 0;
		width: 70%;
	}
	.box_qa02 .box_q .txt {
		padding: 1vw 4vw 1vw 4vw;
	}
}

/* education
------------------------------------------------------------------*/
.row_education01 {
	gap: calc(30 / var(--break) * 100vw) 1.3%;
}
.row_education01 .col {
    width: 32%;
}
.row_education01 .col::before {
    content: "";
    position: absolute;
    background: #20205033;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: calc(200 / var(--break) * 100vw);
    height: calc(200 / var(--break) * 100vw);
    right: 0;
    bottom: 0;
}
.row_education02 .col {
    width: 32%;
}
.row_education02 .col .box01 {
    outline-offset: calc(-5 / var(--break) * 100vw);
    outline: #fff solid calc(2 / var(--break) * 100vw);
	background: linear-gradient(0deg, #3cbaa6, #3ba5b9);
}
.row_education02 .col01 .box01 {
    height: calc(153 / var(--break) * 100vw);
}
.row_education02 .col02 .box01 {
    height: calc(173 / var(--break) * 100vw);
}
.row_education02 .col03 .box01 {
    height: calc(193 / var(--break) * 100vw);
}
.row_education02 .col .ttl {
	padding: calc(15 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
	position: relative;
}
.row_education02 .col .ttl::after {
	content: "";
    position: absolute;
	background: #9b844c;
    width: calc(10 / var(--break) * 100vw);
    height: 100%;
	left: calc(-10 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_education02 .col .ttl::before {
	content: "";
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	width: calc(10 / var(--break) * 100vw);
    height: calc(10 / var(--break) * 100vw);
	background-color: #000;
	top: calc(-10 / var(--break) * 100vw);
	left: calc(-10 / var(--break) * 100vw);
}
.row_education02 .col .box02 {
    border: solid calc(2 / var(--break) * 100vw) #9b844c;
	border-top: none;
}
.arw_flow:before {
    border-top: calc(16 / var(--break) * 100vw) solid #9b844c;
}
.box_flow {
	background: url("images/entry/deco_entry01.svg") no-repeat right calc(8 / var(--break) * 100vw) bottom calc(8 / var(--break) * 100vw) / calc(100 / var(--break) * 100vw);
}
.box_flow .col_txt h4 {
    margin-bottom: calc(30 / var(--break) * 100vw);
}
.box_flow .col_txt h4 .num {
    width: calc(80 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
    font-weight: 300;
    outline-offset: calc(-5 / var(--break) * 100vw);
    outline: #fff solid 1px;
    position: absolute;
    left: calc(52 / var(--break) * 100vw);
    top: calc(-20 / var(--break) * 100vw);
}
.box_flow .col_txt h4 .ttl {
    width: 100%;
    padding: calc(23 / var(--break) * 100vw) calc(5 / var(--break) * 100vw) calc(23 / var(--break) * 100vw) calc(153 / var(--break) * 100vw);
}
.box_flow .col_txt .txt {
	width: 92%;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_education01 {
		gap: calc(30 / var(--break) * 100vw) 0%;
	}
	.row_education01 .col {
		width: 100%;
		padding: calc(35 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}
	.row_education01 .col .ttl {
        font-size: calc(34 / var(--break) * 100vw);
        letter-spacing: 0px;
        padding-bottom: 4vw;
    }
	.ttl_education01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_education02 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_education02 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_education02 .col .txt01 {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_education02 .col .txt02 {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.row_education02 .col .ttl {
		padding: calc(15 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
		font-size: 1rem;
	}
	.row_education02 .col01 .box01 {
		height: calc(173 / var(--break) * 100vw);
	}
	.row_education02 .col02 .box01 {
		height: calc(193 / var(--break) * 100vw);
	}
	.row_education02 .col03 .box01 {
		height: calc(213 / var(--break) * 100vw);
	}
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #ccc;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -7.2%;
}
.slide_case01 .slick-next {
    right: -7.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ccc;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #333;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #ccc;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.tbl_case tr th {
			border-bottom: 1px solid #000;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: ;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.box_recruit01 {
	width: calc(595 / var(--break) * 100vw);
	box-shadow: 6px 8px 0 rgba(0, 0, 0, 0.2);
}
.box_recruit01 .box01 {
	outline-offset: calc(-5 / var(--break) * 100vw);
    outline: #fff solid calc(2 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
}
.box_recruit01 .box02 {
	border: solid calc(2 / var(--break) * 100vw) #000000;
	border-top: none;
	height: calc(210 / var(--break) * 100vw);
}
.row_recruit01 .ccl {
	width: calc(110 / var(--break) * 100vw);
	height: calc(110 / var(--break) * 100vw);
	background: linear-gradient(0deg, #3cbaa6, #3ba5b9);
}
.tbl_common01 table{
	border: 1px solid #9b844c;
}
.tbl_common01 th{
	background: #9b844c;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_common01 tr td {
	background-color: #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #9b844c;
}
.tbl_common01 th, .tbl_common01 td {
    padding: calc(26 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(26 / var(--break) * 100vw);
}
.box_privacy {
    border: 1px solid #000000;
}
.box_form {
    background: #fffde5;
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #000;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
	border-radius: calc(5 / var(--break) * 100vw);
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #202050;
}
.btn_submit input {
	border: none;
	background: #000;
}
.btn_submit:before {
    display: none;
}
.btn_submit:after {
	content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-width: calc(10 / var(--break) * 100vw);
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    position: absolute;
    bottom: calc(3 / var(--break) * 100vw);
    right: calc(3 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_recruit01 .box01 {
		height: calc(100 / var(--break) * 100vw);
	}
	.box_recruit01 .box01 .txt {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_recruit01 .ccl .txt {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_recruit01 .fz80 {
		font-size: calc(80 / var(--break) * 100vw);
	}
	.row_recruit01 .fz80 .fz54 {
		font-size: calc(54 / var(--break) * 100vw);
	}
	
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
	.box_flow .col_txt h4 .num {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
		left: calc(30 / var(--break) * 100vw);
	}
	.box_flow .col_txt h4 .ttl {
		padding: calc(23 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(23 / var(--break) * 100vw) calc(143 / var(--break) * 100vw);
	}
	.arw_flow:before {
		border-top-width: calc(30 / 750 * 100vw);
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #959595;
	color: #959595;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	border: 1px solid #959595;
	background: #959595;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active{
	background: #fff;
	color: #959595;
}

@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #333;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #333 #fff;
    scrollbar-width: thin;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
}