@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(500 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3 {
	padding-top: calc(45 / var(--break) * 100vw);
    padding-bottom: calc(75 / var(--break) * 100vw);
    margin-bottom: calc(80 / var(--break) * 100vw);
    position: relative;
	background-color: #fff;
}
.hdg3::before {
    content: "";
    position: absolute;
    background: #1a1a1a;
    width: calc(1 / var(--break) * 100vw);
    height: calc(50 / var(--break) * 100vw);
    transform: rotate(37deg);
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.ccl_common01 {
	background: url("images/page/ccl_common01.svg") no-repeat center / cover;
}
.bdr_common01 {
	background: linear-gradient(to right, #333333 0%, #333333 30%, #c0c0c0 30%, #c0c0c0 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left bottom;
}
.bdr_common01.right {
	background: linear-gradient(
		to left,
		#333333 0%,
		#333333 30%,
		#c0c0c0 30%,
		#c0c0c0 100%
	);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: left bottom;
}
.w50 {
	width: 50%!important;
}
.w48 {
	width: 48%!important;
}
.hdg5 {
	padding: calc(13 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(14 / var(--break) * 100vw) calc(80 / var(--break) * 100vw);
    position: relative;
}
.hdg5::before {
	content: "";
    position: absolute;
	background: url("images/page/deco_h5.svg") no-repeat center / cover;
    width: calc(50 / var(--break) * 100vw);
    height: calc(60 / var(--break) * 100vw);
	bottom: calc(0 / var(--break) * 100vw);
    left: calc(19 / var(--break) * 100vw);
}
.list_common01 li:before {
    background: #333;
}
.list_common02 li {
	padding-left: calc(54 / var(--break) * 100vw);
    width: 48.5%;
    border-bottom: solid 1px #cccccc;
    padding-bottom: calc(13 / var(--break) * 100vw);
}
.list_common02 li:before {
	content: "";
	position: absolute;
	width: calc(14 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	background: url(images/page/check01.svg) no-repeat center / cover;
	border-radius: 0%;
	left: calc(19 / var(--break) * 100vw);
    top: calc(11 / var(--break) * 100vw);
}
.list_common02 li:not(:first-child) {
	margin-top: calc(9 / var(--break) * 100vw);
}
.list_common02 li:nth-child(-n+2) {
	margin-top: 0;
}
.bg_common01 .ttl {
	height: calc(60 / var(--break) * 100vw);
}
.row_common01 .col_img {
	width: 47%;
	max-width: 700px;
}
.row_common01 .col_txt {
	width: 50%;
}
.row_common02 .col_img {
	width: 38%;
	max-width: 570px;
}
.row_common02 .col_txt {
	width: 58%;
}
.row_common02 .col_txt .copy {
	padding-bottom: calc(30 / var(--break) * 100vw);
    margin-bottom: calc(30 / var(--break) * 100vw);
}
.row_common03 {
	width: 90%;
	max-width: 1400px;
}
.row_common03 .col_img {
	width: 25%;
	max-width: 350px;
}
.row_common03 .col_txt {
	width: 70%;
}
.bg_flow01 {
	z-index: 0;
}
.bg_flow01.arw::before {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(40 / var(--break) * 100vw) calc(100 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
    top: calc(0 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}
.bg_flow01.bg_col02::before {
	border-color: #fff transparent transparent transparent;
}
.bg_flow01.bg_white::before {
	border-color: #f2f2f2 transparent transparent transparent;
}
.row_flow01 .col_img {
	width: 28%;
	max-width: 345px;
}
.row_flow01 .col_txt {
	width: 68%;
}
.ttl_flow01 {
	padding-bottom: calc(20 / var(--break) * 100vw);
	margin-bottom: calc(18 / var(--break) * 100vw);
}
.ttl_flow01 .num {
    left: calc(-5 / var(--break) * 100vw);
    bottom: 0;
    letter-spacing: 0;
}
.hdg4 {
	padding: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(32 / var(--break) * 100vw);
}
.hdg4::before {
	content: "";
    position: absolute;
	background: #fff;
    width: 100%;
    height: calc(1 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: calc(10 / var(--break) * 100vw);
	margin: auto;
}
.tbl_common01 table{
	border: 1px solid #333333;
}
.tbl_common01 th{
	background: #c0c0c0;
	color: #333333;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #333333;
}
.tbl_common01 tr td {
	background-color: #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #333333;
}
.tbl_common01 th, .tbl_common01 td {
    padding: calc(22 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(29 / var(--break) * 100vw);
}
.tbl_common01.ptn02 th, .tbl_common01.ptn02 td {
	padding: calc(15 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
}
.row_pay .col {
    width: 31%;
    max-width: 380px;
    margin-right: 3%;
}
.btn_common02 a::after {
	content: "";
	position: absolute;
	background: url("images/page/arw02.svg") no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(6 / var(--break) * 100vw);
	bottom: calc(-6 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(90deg);
	z-index: 3;
}
.row_qa01 {
	gap: calc(50 / var(--break) * 100vw) 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.hdg5::before {
		width: calc(46 / var(--break) * 100vw);
		height: calc(53 / var(--break) * 100vw);
		bottom: calc(0 / var(--break) * 100vw);
		left: calc(17 / var(--break) * 100vw);
	}
	.row_pay .col {
		padding-right: calc(40 / var(--break) * 100vw);
		padding-left: calc(40 / var(--break) * 100vw);
	}
}
@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");
		position: relative;
	}
	.hdg2 {
		position: absolute;
        top: 56%;
        transform: translateY(-50%);
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
	}
	.hdg2 .ja {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.hdg2 .en {
		font-size: calc(60 / var(--break) * 100vw);
	}
	.col_img {
		text-align: center;
	}
	.sp_stack {
		width: 100%!important;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.sp_stack .col {
		width: 100%!important;
	}
	.sp_stack .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.hdg3 {
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
		padding-bottom: calc(90 / var(--break) * 100vw);
	}
	.hdg3 .small {
		font-size: calc(42 / var(--break) * 100vw);
	}
	.w50 {
		width: 100%!important;
	}
	.w48 {
		width: 100%!important;
	}
	.hdg5 {
		padding: calc(13 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(14 / var(--break) * 100vw) calc(80 / var(--break) * 100vw);
        font-size: calc(36 / var(--break) * 100vw);
        letter-spacing: 0;
	}
	.hdg5::before {
		width: calc(54 / var(--break) * 100vw);
        height: calc(63 / var(--break) * 100vw);
        bottom: calc(0 / var(--break) * 100vw);
        left: calc(19 / var(--break) * 100vw);
	}
	.bg_common01 .en {
		font-size: calc(60 / var(--break) * 100vw);
	}
	.bg_common01 .ttl {
		height: calc(75 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_common02 li {
		padding-left: calc(60 / var(--break) * 100vw);
		width: 100%;
		padding-bottom: calc(10 / var(--break) * 100vw);
	}
	.list_common02 li:before {
		width: calc(24 / var(--break) * 100vw);
		height: calc(21 / var(--break) * 100vw);
		border-radius: 0%;
		left: calc(19 / var(--break) * 100vw);
		top: calc(16 / var(--break) * 100vw);
	}
	.list_common02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_common02 li:nth-child(2) {
		margin-top: 2vw;
	}
	.row_common02 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common02 .col_img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5vw;
	}
	.row_common02 .col_txt {
		width: 100%;
	}
	.row_common02 .col_txt .copy {
		font-size: 1.25rem;
		letter-spacing: 0;
		text-align: center;
		padding-bottom: calc(30 / var(--break) * 100vw);
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
	
	.row_common03 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common03 .col_img {
		width: 100%;
        max-width: calc(607 / var(--break) * 100vw);
        margin-bottom: 4vw;
        margin-left: auto;
        margin-right: auto;
	}
	.row_common03 .col_txt {
		width: 100%;
	}
	.row_common01 .copy {
		font-size: calc(38 / var(--break) * 100vw);
		padding-bottom: 3vw;
		margin-bottom: 4vw;
	}
	.row_flow01 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		margin: 0 auto 8vw;
	}
	.row_flow01 .col_txt {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_flow01 .col_txt .txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.ttl_flow01 {
		padding-bottom: calc(5 / var(--break) * 100vw);
        margin-bottom: calc(18 / var(--break) * 100vw);
        padding-left: 13vw;
		padding-right: 13vw;
	}
	.ttl_flow01 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
		text-align: center;
	}
	.ttl_flow01 .num {
		left: calc(-5 / var(--break) * 100vw);
		font-size: calc(100 / var(--break) * 100vw);
	}
	.hdg4 {
		padding: calc(15 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(29 / var(--break) * 100vw);
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg4::before {
		bottom: calc(10 / var(--break) * 100vw);
	}
	.bg_pay .txt.fz22.mb30 {
		font-size: 1rem;
	}
	.row_pay .col {
        width: 48%;
        margin-right: 4%;
        padding: 5vw;
    }
	.btn_common02 {
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.btn_common02 a {
		padding: 3.2vw 0 3.5vw;
	}
	.btn_common02 a span {
		font-size: calc(32 / var(--break) * 100vw);
        line-height: 1.6;
        display: inline-block;
	}
	.btn_common02 a::after {
		width: calc(45/ var(--break) * 100vw);
        height: calc(10 / var(--break) * 100vw);
	}
	.row_qa01 .col:nth-child(n+2) {
        margin-top: 7vw;
    }
}


/* clinic
------------------------------------------------------------------*/
.row_clinic01 {
	/* padding: calc(100 / var(--break) * 100vw) 0 calc(90 / var(--break) * 100vw); */
}
.row_clinic01 > .en.turn_up {
	font-size: calc(160 / var(--break) * 100vw);
	letter-spacing: .1em;
	color: #c0c0c099;
	line-height: 1;
}
.row_clinic01 .col {
	width: 50%;
	padding: calc(100 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
}
.row_clinic01 .col_l {
	background: url("images/clinic/bg_clinic01.png") no-repeat center / cover;
}
.row_clinic01 .col_r {
	background: url("images/clinic/bg_clinic02.png") no-repeat center / cover;
}
.row_clinic01 .col .en {
    padding-bottom: calc(40 / var(--break) * 100vw);
    margin-bottom: calc(28 / var(--break) * 100vw);
}
.row_clinic01 .col .en::before {
    content: "";
    position: absolute;
    background: #333333;
    width: calc(1 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    transform: rotate(30deg);
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.row_clinic01 .col .wrap {
	background-color: #fff;
	padding: calc(76 / var(--break) * 100vw) 11% calc(90 / var(--break) * 100vw);
	width: 74%;
}
.ccl_clinic01,.ccl_clinic02,.ccl_clinic03 {
	width: calc(200 / var(--break) * 100vw);
	height: calc(200 / var(--break) * 100vw);
}
.ccl_clinic01 {
	right: calc(40 / var(--break) * 100vw);
	bottom: calc(40 / var(--break) * 100vw);
}
.row_clinic02 .wrap {
	width: 69%;
}
.row_clinic03 {
	gap: calc(80 / var(--break) * 100vw) 2%;
}
.row_clinic03 .col {
	width: 32%;
	max-width: 475px;
}
.row_clinic03 .col .txt {
	position: relative;
	padding: calc(20 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
}
.row_clinic03.ptn02 .col .txt {
	padding: calc(20 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
	margin-bottom: calc(20 / var(--break) * 100vw);
}
.row_clinic03.ptn02 .col .txt02 {
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}
.row_clinic03 .col.w100 {
    width: 48%;
    max-width: 475px;
}
.row_clinic03 .col .txt::before {
	content: "";
    position: absolute;
	background: #333333;
    width: 82%;
    height: calc(1 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.collage_clinic01{
  display: grid;
  gap: calc(30 / var(--break) * 100vw);
  width: 50%;
  height: calc(600 / var(--break) * 100vw);
}
.row_top{
  display: grid;
  gap: inherit;
  grid-template-columns: 77fr 42fr;
}
.row_bottom{
  display: grid;
  gap: inherit;
  grid-template-columns: 38fr 68fr;
}
.collage_clinic01{
  grid-template-rows: 320fr 60fr;
}
.collage__item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ccl_clinic02 {
	left: 3%;
	bottom: calc(40 / var(--break) * 100vw);
}
.ccl_clinic03 {
	left: 27%;
	bottom: calc(40 / var(--break) * 100vw);
}
.row_clinic04 {
	gap: 1.3%;
}
.row_clinic04 .col {
	width: 24%;
	max-width: 360px;
}
.row_clinic04 .col .txt {
	padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
}

.wrap_clinic01 .txt_width {
	width: 93%;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 > .en.turn_up {
		font-size: calc(140 / var(--break) * 100vw);
	}
	.row_clinic01 .col .copy {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_clinic02 .col_txt .copy {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.ccl_clinic03 {
		left: 30%;
	}
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 > .en.turn_up {
		font-size: calc(110 / var(--break) * 100vw);
	}
	.row_clinic01 .col .copy {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.row_clinic01 .col .wrap {
		padding: calc(76 / var(--break) * 100vw) 6% calc(90 / var(--break) * 100vw);
		width: 85%;
	}
	.ccl_clinic02, .ccl_clinic03 {
		width: calc(150 / var(--break) * 100vw);
		height: calc(150 / var(--break) * 100vw);
	}
	.ccl_clinic03 {
        left: 28%;
    }
	.ccl_clinic02 .txt, .ccl_clinic03 .txt {
		font-size: calc(20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_clinic01 {
		max-width: 100%;
	}
	.row_clinic01 > .en.turn_up {
		font-size: calc(100 / var(--break) * 100vw);
	}
	.row_clinic01 .col {
		padding: calc(70 / var(--break) * 100vw) 0 calc(70 / var(--break) * 100vw);
	}
	.row_clinic01 .col_l {
		margin-top: 0vw!important;
	}
	.row_clinic01 .col_r {
		margin-top: 0vw!important;
	}
	.row_clinic01 .col .en {
		font-size: calc(32 / var(--break) * 100vw);
        padding-bottom: calc(50 / var(--break) * 100vw);
        margin-bottom: calc(20 / var(--break) * 100vw);
	}
	.row_clinic01 .col .en::before {
		width: calc(1 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
	}
	.row_clinic01 .col .copy {
		font-size: calc(40 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic01 .col .wrap {
		padding: calc(76 / var(--break) * 100vw) 6% calc(90 / var(--break) * 100vw);
		width: 89%;
	}
	.row_clinic01 .btn__concept01 {
		width: 100%;
	}
	.row_clinic02 .wrap {
		width: 91%;
	}
	.wrap_clinic01 .en {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.wrap_clinic01 .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic02 .col_img {
        margin-bottom: 5vw;
    }
	.ccl_clinic01 {
		right: calc(20 / var(--break) * 100vw);
		bottom: calc(20 / var(--break) * 100vw);
	}
	.ccl_common01 .txt {
		font-size: .875rem;
	}
	.row_clinic03 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_clinic03 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic03 .col .txt {
		font-size: .9375rem;
		letter-spacing: 0;
		padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
	}
	.row_clinic03.ptn02 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic03.ptn02 .col.w48 {
		width: 100%!important;
	}
	.row_clinic03.ptn02 .col .txt02 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic03 .col .txt {
		font-size: 1rem;
	}
	.collage_clinic01 {
		gap: calc(15 / var(--break) * 100vw);
		height: calc(600 / var(--break) * 100vw);
	}
	.ccl_clinic02, .ccl_clinic03 {
		width: calc(160 / var(--break) * 100vw);
		height: calc(160 / var(--break) * 100vw);
	}
	.ccl_clinic02 .txt,.ccl_clinic03 .txt {
        font-size: .75rem;
        left: 0;
    }
	.ccl_clinic02 {
		left: 1%;
		bottom: calc(20 / var(--break) * 100vw);
	}
	.ccl_clinic03 {
		left: 25%;
		bottom: calc(20 / var(--break) * 100vw);
	}
	.ttl_clinic01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic04 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_clinic04 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic04 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	
}

/* slider
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(61 /var(--break)*100vw);
	height: calc(61 /var(--break)*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(62 / var(--break) * 100vw);
   height: calc(62 / var(--break) * 100vw);
	right: -12%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-next {
		width: calc(62 / var(--break) * 100vw);
        height: calc(61.5 / var(--break) * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: -9%;
	}
	.slide_clinic01 .slick-next {
		right: -9%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-next {
		width: calc(61 /var(--break)*100vw);
		height: calc(61 /var(--break)*100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}

/* doctor
------------------------------------------------------------------*/
.row_doctor01 .col_img .img {
	width: calc(500 / var(--break) * 100vw);
}
.row_doctor02 .col_img {
	width: 25%;
	max-width: 345px;
}
.row_doctor02 .col_txt {
	width: 72%;
}
.box_prof01 .year {
	font-weight: 300;
}
.row_doctor03 .col_img {
	width: 33%;
	max-width: 500px;
}
.row_doctor03 .col_txt {
	width: 64%;
}
.row_doctor04 {
	gap: calc(80 / var(--break) * 100vw) 1.3%;
}
.row_doctor04 .col {
	width: 32%;
	max-width: 480px;
	padding: calc(42 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(51 / var(--break) * 100vw);
}
.ttl_doctor01.ptn02 .ja02 {
	margin-right: 0;
}
.bg_doctor01::before {
	content: "";
    position: absolute;
	background: url("images/doctor/bg_doctor01.png") no-repeat center / cover;
    width: 100%;
    height: calc(400 / var(--break) * 100vw);
	bottom: 0;
	left: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_doctor04 .col {
		padding: calc(42 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) calc(51 / var(--break) * 100vw);
	}
	.ttl_doctor01 .ja01 {
		margin-right: calc(15 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_doctor01 .col_txt {
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.ttl_doctor01 .ja01 {
		margin-right: calc(15 / var(--break) * 100vw);
	}
	.ttl_doctor01 .ja02 {
		font-size: calc(45 / var(--break) * 100vw);
	}
	.ttl_doctor01 .en {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.box_prof h5 {
        height: calc(75 / var(--break) * 100vw);
    }
	.box_doctor02 {
		padding: calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
	}
	.box_doctor02 .ttl01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_doctor02 .col_img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5vw;
	}
	.row_doctor02 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_doctor03 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_doctor03 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_prof .box_prof:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_doctor04 {
		gap: calc(60 / var(--break) * 100vw) 0;
	}
	.row_doctor04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		padding: calc(42 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
}


/* access
------------------------------------------------------------------*/
.bg_access01::before {
	content: "";
    position: absolute;
	background: #f2f2f2;
    width: 100%;
    height: calc(600 / var(--break) * 100vw);
	bottom: 0;
	left: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_access01::before {
		height: 75%;
	}
	#access01 .row_foot01 {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.row_access01 h5 {
		font-size: 1rem;
		letter-spacing: 0;
		height: calc(75 / var(--break) * 100vw);
	}
}


/* ortho_adult
------------------------------------------------------------------*/
.bg_ortho_adult01::before,.bg_ortho_adult01::after {
	content: "";
    position: absolute;
	background: #f2f2f2;
    width: calc(400 / var(--break) * 100vw);
    height: calc(400 / var(--break) * 100vw);
	z-index: -1;
}
.bg_ortho_adult01::before {
	top: 0;
	left: 0;
}
.bg_ortho_adult01::after {
	bottom: 0;
	right: 0;
}
.img_ortho_adult01 {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.row_ortho_adult01 {
	gap: 0 2.6%;
}
.row_ortho_adult01 .col {
	width: 12%;
}
.row_ortho_adult01 .col .img {
	width: 100%;
}
.row_ortho_adult02 .col .en {
	line-height: .8;
}

.table_medical_wrap{
  width: 100%;
  margin: 0 auto;
}

.table_medical{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-weight: 300;
}

.table_medical th,
.table_medical td{
  border: 1px solid #333;
  text-align: center;
 padding: calc(17 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
  background: #fff;
	font-weight: 300;
}

.table_medical thead th{
  background: #fff;
}

.table_medical thead tr:last-child th {
	padding: calc(26 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
}
.table_medical .top_head{
  background: #2f2f2f;
  color: #fff;
  font-size: calc(26 / var(--break) * 100vw);
  padding: calc(12 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
}

.table_medical .left_head{
  background: #c0c0c0;
  width: calc(310 / var(--break) * 100vw);
}

.table_medical tbody th{
  background: #c0c0c0;
}

.table_medical .big{
  display:block;
  font-size:calc(30 / var(--break) * 100vw);
  margin-bottom:calc(15 / var(--break) * 100vw);
	line-height: 1;
    letter-spacing: .1em;
}

.table_medical .sub{
  display:block;
	line-height: 1.6;
}

.note{
  margin-top:calc(22 / var(--break) * 100vw);
}
.bg_flow01 iframe {
    height: calc(562 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_flow01 iframe {
		height: calc(680 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_flow01 iframe {
		height: calc(635 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_ortho_adult01::before, .bg_ortho_adult01::after {
		width: calc(300 / var(--break) * 100vw);
		height: calc(300 / var(--break) * 100vw);
	}
	.row_ortho_adult01 {
		gap: calc(20 / var(--break) * 100vw) 2.5%;
	}
	.row_ortho_adult01 .col {
		width: 23%;
	}
	.row_ortho_adult01 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.bg_ortho_adult03 .hdg5 {
		margin-bottom: 7vw;
	}
	.box_ortho_adult01 {
		padding: 7vw 5vw 7vw;
	}
	.box_ortho_adult01 .ttl {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_ortho_adult02 .col .en {
		font-size: 1.85rem;
	}
	.row_ortho_adult02 .col .ja {
		font-size: 1.125rem;
	}
	.bg_flow01 iframe {
        height: calc(358 / var(--break) * 100vw);
        width: 100%;
        max-width: calc(646 / var(--break) * 100vw);
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
	.table_medical_wrap table {
		width: calc(1500 / var(--break) * 100vw);
	}
	.table_medical .sub {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.table_medical .top_head {
		font-size: calc(30 / var(--break) * 100vw);
		padding: calc(12 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	}
	.table_medical th, .table_medical td {
		padding: calc(17 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
		font-size: calc(28 / var(--break) * 100vw);
	}
}


/* invisalign_first
------------------------------------------------------------------*/
.row_invisalign_first01 .col {
	height: calc(180 / var(--break) * 100vw);
}
.row_invisalign_first01 .col_l {
	width: 48%;
	z-index: 1;
}
.row_invisalign_first01 .col_r {
	width: 52%;
	z-index: 0;
}
.row_invisalign_first01 .col_l::before {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(90 / var(--break) * 100vw) 0 calc(90 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
    border-color: transparent transparent transparent #f2f2f2;
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(-39 / var(--break) * 100vw);
    z-index: 2;
}
.row_invisalign_first01 .col .txt {
	padding-bottom: calc(20 / var(--break) * 100vw);
    width: 91%;
    margin-bottom: calc(20 / var(--break) * 100vw);
}
.row_invisalign_first01 .col_r .txt {
    width: 78%;
}


.tbl_invisalign_first01 table {
	border: 1px solid #333333;
}
.tbl_invisalign_first01 thead th {
	text-align: center;
	vertical-align: middle;
	padding: calc(20 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #333333;
}
.tbl_invisalign_first01 thead th:nth-of-type(2),.tbl_invisalign_first01 tbody td:nth-of-type(1){
	background: #f2f2f2;
}
.tbl_invisalign_first01 thead th:not(:first-child) {
	border-left: 1px solid #333;
}
.tbl_invisalign_first01 tbody  td {
	border-left: 1px solid #333;
}
.tbl_invisalign_first01 tbody td {
	vertical-align: middle;
	text-align: center;
	background: #fff;
	padding: calc(20 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
.tbl_invisalign_first01 tbody td .txt{
	line-height: 1.6;
}
.tbl_invisalign_first01 tbody th {
	color: #333;
	vertical-align: middle;
	text-align: center;
}
.tbl_invisalign_first01 tr:not(:last-child) td {
	border-bottom: 1px solid #333;
}
.tbl_invisalign_first01 tr:not(:last-child) th {
	border-bottom: 1px solid #333;
}
.tbl_invisalign_first01 thead th:nth-of-type(1),.tbl_invisalign_first01 tbody th {
	background: #c0c0c0;
	width: 18%;
}
.tbl_invisalign_first01 tbody td,.tbl_invisalign_first01 thead th:not(:first-child) {
    width: 27%;
}
.tbl_invisalign_first01 thead th:nth-child(2) {
    border-left: none;
}
.tbl_invisalign_first01 tbody td:nth-child(2) {
    border-left: none;
}
.tbl_invisalign_first01 thead th .ttl {
	margin-bottom: calc(25 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_invisalign_first01 thead th {
		padding: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}
	.tbl_invisalign_first01 thead th .ttl .fz18 {
		font-size: 1rem;
	}
}
@media(max-width: 767px) {
	.row_invisalign_first01 .col {
		height: calc(200 / var(--break) * 100vw);
	}
	.row_invisalign_first01 .col .txt {
		width: 62%;
		font-size: .875rem;
		letter-spacing: 0;
		padding-bottom: calc(10 / var(--break) * 100vw);
		margin-bottom: calc(10 / var(--break) * 100vw);
	}
	.row_invisalign_first01 .col .ttl {
		font-size: .9375rem;
    	letter-spacing: 0em;
	}
	.tbl_invisalign_first01 table {
		width: calc(1600 / var(--break) * 100vw);
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.tbl_invisalign_first01 thead th .ttl {
		font-size: 1rem;
		letter-spacing: 0;
		margin-bottom: calc(15 / var(--break) * 100vw);
	}
	.tbl_invisalign_first01 thead th .ttl .fz18 {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.tbl_invisalign_first01 thead th {
		padding: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}
}


/* mft
------------------------------------------------------------------*/
.row_mft01 {
	width: 90%;
	max-width: calc(1500 / var(--break) * 100vw);
	gap: 0 calc(20/ var(--break) * 100vw);
}
.row_mft01 .col {
	width: calc(170 / var(--break) * 100vw);
	height: calc(170 / var(--break) * 100vw);
}
.arw_mft01 {
	width: 90%;
	max-width: 1000px;
}
.box_mft01 {
	padding: calc(50 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
}
.row_mft02 {
	gap: calc(80 / var(--break) * 100vw) 1.3%;
}
.row_mft02 .col {
	width: 32%;
	padding: calc(30 / var(--break) * 100vw) calc( 40/ var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
.row_mft02 .col .ttl {
	padding-bottom: calc(20 / var(--break) * 100vw);
	margin-bottom: calc(20 / var(--break) * 100vw);
}
.box_qa03 {
    border: none;
	border-top: solid 1px #333;
	padding-top: calc(40 / var(--break) * 100vw);
	padding-bottom: calc(45 / var(--break) * 100vw);
}
.bg_qa01 .box_qa03:last-of-type {
  border-bottom: solid 1px #333;
}
.box_qa03 .box_q .box {
    background-color: transparent;
}
.box_qa03 .box_q .txt {
    background-color: transparent;
}
.box_qa03 .box_q .txt .icn:before {
    height: 1px;
}
.box_qa03 .box_q .txt .icn:after {
    width: 1px;
}
.box_qa03 .box_q .txt .icn {
    width: calc(26 / var(--break) * 100vw);
    height: calc(26 / var(--break) * 100vw);
}
.box_qa03 .box_a {
    padding: calc(30 / var(--break) * 100vw) calc(65 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
}
.box_qa03.open .box_a{
  display:block;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_mft01 .col {
		width: calc(160 / var(--break) * 100vw);
		height: calc(160 / var(--break) * 100vw);
	}
	.row_mft01 .col .txt {
		font-size: calc(22 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_mft01 {
		gap: 0 calc(10 / var(--break) * 100vw);
		width: 96%;
	}
	.row_mft01 .col {
		width: calc(142 / var(--break) * 100vw);
		height: calc(142 / var(--break) * 100vw);
	}
	.row_mft01 .col .txt {
		font-size: calc(19 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_mft01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		gap: calc(20 / var(--break) * 100vw);
	}
	.row_mft01 .col {
		width: calc(210 / var(--break) * 100vw);
		height: calc(210 / var(--break) * 100vw);
	}
	.row_mft01 .col .txt {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_mft01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_mft02 {
		gap: calc(40 / var(--break) * 100vw) 0%;
	}
	.row_mft02 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		padding: calc(30 / var(--break) * 100vw) calc( 40/ var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}
	.row_mft02 .col .ttl {
		font-size: 1rem;
		letter-spacing: 0;
		padding-bottom: calc(20 / var(--break) * 100vw);
		margin-bottom: calc(20 / var(--break) * 100vw);
	}
}


/* child
------------------------------------------------------------------*/
.youtube_child01 {
	height: calc(562 / var(--break) * 100vw);
}
.ttl_child01 {
	width: 90%;
	max-width: 700px;
	text-align: center;
	padding: calc(14 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(18 / var(--break) * 100vw);
}
.ttl_child01::before,.ttl_child01::after {
	content: "";
    position: absolute;
    width: 14%;
    height: 63%;
}
.ttl_child01::before {
	top: 0;
	left: 0;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
}
.ttl_child01::after {
	bottom: 0;
	right: 0;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
}
.row_child01 .col .txt {
    margin-bottom: calc(23 / var(--break) * 100vw);
}
.box_child01 {
	padding: calc(50 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.youtube_child01 {
		height: calc(693 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.youtube_child01 {
        height: calc(648 / var(--break) * 100vw);
    }
}
@media(max-width: 767px) {
	.youtube_child01 {
		height: calc(396 / var(--break) * 100vw);
	}
	.ttl_child01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		text-align: center;
		padding: calc(18 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic03.ptn02 .col .fz20 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_child01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* cases
------------------------------------------------------------------*/
/* ===== アコーディオン枠 ===== */
.case_accordion{
  border: 1px solid #ddd;
  background: #fff;
}

/* 2個目以降は上線を消してつながって見えるように */
.case_accordion:not(:first-child){
  border-top: none;
}

/* ヘッダー */
.case_accordion .box_q{
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

/* Qラベルはいらないなら消す（残したいならこの行消してOK） */
.case_accordion .box_q > .box{
  display: none;
}

/* 見出し */
.case_accordion .box_q .txt{
  width: 100%;
  margin: 0;
  padding: 22px 60px 22px 28px; /* 右はアイコン分 */
  font-size: 20px;
  line-height: 1.4;
}

/* 右の＋／−（既存の .icn を使う） */
.case_accordion .box_q .icn{
  position: absolute;
  top: 50%;
  right: 18px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}
.case_accordion .box_q .icn::before,
.case_accordion .box_q .icn::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #333;
  transform: translateY(-50%);
}
.case_accordion .box_q .icn::after{
  transform: translateY(-50%) rotate(90deg);
}
.case_accordion.open .box_q .icn::after{
  display: none; /* open時は「−」 */
}

/* 中身 */
.case_accordion .box_a{
  display: none; /* JSのslideToggle前提 */
  background: #f3f3f3;
  padding: 20px 28px;
}

/* チェック/ラジオのリスト */
.case_accordion .case_list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.case_accordion .case_list li{
  margin: 10px 0;
}
.case_accordion .case_list label{
  cursor: pointer;
}
/* box_a 内のリスト見た目だけ */
.tbl_case02 .case_list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.tbl_case02 .case_list li {
	line-height: 1.6;
}
.tbl_case02 .case_list li:nth-child(n+2) {
	margin-top: calc(6 / var(--break) * 100vw);
}
.tbl_case02 .case_list label{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: calc(8 / var(--break) * 100vw);
}

.tbl_case02 {
	gap: calc(80 / var(--break) * 100vw) 4%;
}
.wrap_case02 .box_qa03 {
    border: solid 1px #333;
    padding-top: calc(0 / var(--break) * 100vw);
    padding-bottom: calc(0 / var(--break) * 100vw);
}
.wrap_case02 .box_qa03 .box_q .txt .icn {
    width: calc(16 / var(--break) * 100vw);
    height: calc(16 / var(--break) * 100vw);
}
.box_case01.ptn02 {
	padding: 0;
}
.wrap_case02 .box_qa03 .box_a {
    padding: calc(34 / var(--break) * 100vw) calc(52 / var(--break) * 100vw) calc(45 / var(--break) * 100vw);
}
.wrap_case02 .box_qa03 .box_q .txt {
    padding: calc(15 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
.wrap_case02 .box_qa03 {
    margin-bottom: calc(0 / var(--break) * 100vw);
}
.unit_case {
	margin-bottom: calc(78 / var(--break) * 100vw)!important;
}
.btn_submit {
	width: calc(400 / var(--break) * 100vw);
    margin: auto;
    position: relative;
    max-width: calc(400 / var(--break) * 100vw);
}
.btn_submit input[type="submit"] {
	padding: calc(27 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
	border: 1px #333 solid;
	background-color: #fff;
	color: #333;
}
.btn_submit::before {
	display: none;
}
.btn_submit::after {
	content: "";
	position: absolute;
	background: url("images/page/arw02.svg") no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(6 / var(--break) * 100vw);
	bottom: calc(-6 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(90deg);
	z-index: 3;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_submit {
		width: calc(600 / var(--break) * 100vw);
		max-width: calc(600 / var(--break) * 100vw);
	}
	.btn_submit input[type="submit"] {
		padding: 4vw 0 4.5vw;
	}
	.btn_submit::after {
		width: calc(45 / var(--break) * 100vw);
		height: calc(8 / var(--break) * 100vw);
		bottom: calc(-9 / var(--break) * 100vw);
	}
}


/* 症例紹介 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,.area_case_common01 .ttl {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #333333;
	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(42 / var(--break) * 100vw);
    height: calc(80 / 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: 2.8%;
}
.slide_case01 .slick-next {
    right: 2.8%;
    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: #fff;
	border: solid 1px #333;
	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);/*ボーダー右切れる対策*/
}
.tbl_case table{
	border: 1px solid #333333;
}
.tbl_case th{
	background: #c0c0c0;
	color: #333333;
}
.tbl_case tr:not(:last-child) th {
	border-bottom-color: #333333;
}
.tbl_case tr td {
	background-color: #fff;
}
.tbl_case tr:not(:last-child) td {
	border-bottom-color: #333333;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(15 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(15 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.area_case_common01 .ttl {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.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 #333;
		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(42 / var(--break) * 100vw);
    	height: calc(80 / var(--break) * 100vw);
		bottom: auto;
		top: 70vw;
	}
	.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 #333;
	}
	.slide_case01 .tbl_case {
		max-width: calc(640 / var(--break) * 100vw);
	}
	.tbl_case02 {
		gap: calc(40 / var(--break) * 100vw) 0%;
	}
	.tbl_case02 .box_qa {
		width: 100%!important;
	}
	.row_case01, .area_case_common01 .ttl,.row_case01, .area_case_common01 .txt.fz24.mb30 {
		max-width: calc(600 / var(--break) * 100vw);
		width: 100%;
	}
	.area_case_common01 .txt.fz24.mb30 {
        font-size: 1.125rem;
		letter-spacing: 0;
		margin-left: auto;
		margin-right: auto;
    }
	.unit_case .slide_case01 .slick-prev, .unit_case .slide_case01 .slick-next {
        top: 80vw;
    }
	.wrap_case02 .box_qa03 .box_a {
		padding: calc(34 / var(--break) * 100vw) calc(35 / var(--break) * 100vw) calc(45 / var(--break) * 100vw);
	}
	.wrap_case02 .box_qa03 .box_q .txt .icn {
		width: calc(26 / var(--break) * 100vw);
		height: calc(26 / var(--break) * 100vw);
	}
	
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	border: solid 1px #333;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #fff;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	width: 90%;
	max-width: 1000px;
	border: solid 1px #333;
}
.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 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_invisalign .ttl {
		font-size: 1rem;
		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
------------------------------------------------------------------*/
.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: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #333;
}
.btn_submit input {
	border: none;
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
}

/* お問い合わせ 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: #333;
	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: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-right-color: #f2f2f2;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #f2f2f2;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #333;
	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 #333;
}
.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: #333;
	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 #333;
	color: #333;
	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: #333;
	background: #333;
	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 #c0c0c0;
	background: #fff;
	color: #c0c0c0;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active{
	background: #c0c0c0;
	color: #fff;
}
.single_post > h3 {
	    padding: calc(13 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
	background: #333333;
	color: #fff !important;
	font-size: calc(26 / var(--break) * 100vw);
    letter-spacing: .1em;
	line-height: 1.6;
	position: relative;
    z-index: 1;
	font-family: "vdl-v7gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.single_post > h3::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: calc(1 / var(--break) * 100vw);
    right: 0;
    left: 0;
    bottom: calc(10 / var(--break) * 100vw);
    margin: auto;
}
.post_content>h4 {
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: .1em;
	margin-bottom: calc(35 / var(--break) * 100vw)
}

.post_content>h4 {
	background-color: #c0c0c0;
	position: relative;
	padding: calc(15 / var(--break)* 100vw) calc(32 / var(--break)* 100vw) calc(15 / var(--break)* 100vw);
	font-family: "vdl-v7gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.post_content>h4::before {
	content: "";
	position: absolute;
	background: #fff;
	width: calc(2 / var(--break)* 100vw);
	height: 60%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: calc(10 / var(--break)* 100vw)
}
.post_content>h5 {
	padding: calc(13 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(14 / var(--break) * 100vw) calc(80 / var(--break) * 100vw);
    position: relative;
	border-bottom: 1px solid #333;
	font-family: "vdl-v7gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.post_content>h5::before {
    content: "";
    position: absolute;
    background: url(images/page/deco_h5.svg) no-repeat center / cover;
    width: calc(50 / var(--break) * 100vw);
    height: calc(60 / var(--break) * 100vw);
    bottom: calc(0 / var(--break) * 100vw);
    left: calc(19 / var(--break) * 100vw);
}
@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);
	}
	.post_content>h5::before {
		width: calc(54 / var(--break) * 100vw);
        height: calc(63 / var(--break) * 100vw);
        bottom: calc(0 / var(--break) * 100vw);
        left: calc(19 / 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));
	}
}