@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);
}
.bg_hdg3 {
	background: url("images/page/hdg3_deco01.png") no-repeat left calc(50 / var(--break) * 100vw) top / calc(400 / var(--break) * 100vw),url("images/page/hdg3_deco02.png") no-repeat right calc(50 / var(--break) * 100vw) bottom / calc(400 / var(--break) * 100vw),linear-gradient(to right, #ffe179, #ffb1ca, #89c2f8);
}
.row_common01 .col_img {
	width: 48.4%;
	max-width: 600px;
}
.row_common01 .col_txt {
	width: 47.5%;
}
.row_common01 .col_img:before {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, #ef9259, #f678a0, #a483ef, #61aaee, #4cc1a1, #93d974);
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	right: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.list_col01 li:before {
	background: #141437;
}
.row_common02 .col_l {
	position: relative;
	width: calc(200 / var(--break) * 100vw);
}
.row_common02:not(:last-of-type) .col_l:before {
	position: absolute;
	content: "";
	background: url("images/page/deco26.svg") no-repeat left center / contain;
	width: calc(200 / var(--break)* 100vw);
	height: calc(40 / var(--break)* 100vw);
	left: 0;
	bottom: calc(-39 / var(--break) * 100vw);
	margin: auto;
	z-index: 2;
}
.row_common02:nth-child(1) .col_l:before {
	background: url("images/page/deco14.svg") no-repeat left center / contain;
}
.row_common02:nth-child(2) .col_l:before {
	background: url("images/page/deco15.svg") no-repeat left center / contain;
}
.row_common02:nth-child(3) .col_l:before {
	background: url("images/page/deco16.svg") no-repeat left center / contain;
}
.row_common02 .col_r {
	border:solid calc(4 / var(--break) * 100vw) #ef9259;
	width: calc(100% - calc(200 / var(--break) * 100vw));
}
.row_common02:first-of-type {
	z-index: 5;
}
.row_common02:nth-child(2) {
	z-index: 4;
}
.row_common02:nth-child(3) {
	z-index: 3;
}
.row_common02:nth-child(4) {
	z-index: 2;
}
.row_common02:nth-child(5) {
	z-index: 1;
}
.row_common03 .num {
	display: inline-block;
	padding: calc(7 / var(--break) * 100vw) calc(15 / var(--break) * 100vw)
}
.row_common03:not(:last-of-type) {
	border-bottom: dashed calc(3 / var(--break) * 100vw) #141437;
}
.row_common03.no_bdr {
	border-bottom: none;
}
.row_common03 .wrap .ttl {
	top: calc(-20 / var(--break) * 100vw);
	left: 0;
}
.row_common03 .ccl01 {
	left: calc(-60 / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
	width: calc(180 / var(--break) * 100vw);
	height: calc(180 / var(--break) * 100vw);
	background: url("images/page/ccl07.svg") no-repeat center / cover;
}
.tbl_common01 table {
	border: 1px solid #141437;
}
.tbl_common01 thead th {
	background: #141437;
	color: #fff;
	text-align: center;
}
.mother .tbl_common01 th {
	background: #f678a0;
}
.dietitian .tbl_common01 th {
	background: #ef9259;
}
.assistant .tbl_common01 th {
	background: #8bd237;
}
.hygienist .tbl_common01 th {
	background: #4cc1a1;
}
.tbl_common01 th {
	background: #61aaee;
	color: #fff;
}
.tbl_common01 td {
	background: #fff;
}
.tbl_common01 tr:not(:last-of-type) th {
	border-bottom: none;
}
.tbl_common01 tr:not(:first-of-type) th {
	border-top: 1px solid #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom: 1px solid #141437;
}
.tbl_common01 thead th:not(:first-of-type) {
	border-left: 1px solid #fff;
}
.tbl_common01 td:not(:first-of-type) {
	border-left: 1px solid #141437;
}
.row_flow01 .time {
	position: relative;
	line-height: 1.8;
	width: calc(204 / var(--break) * 100vw);
}
.row_flow01 .time:before {
	position: absolute;
	content: "";
	background: url("images/page/deco23.svg") no-repeat left center / contain;
	width: calc(8 / var(--break)* 100vw);
	height: calc(20 / var(--break)* 100vw);
	right: calc(-7 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.row_flow01 .txt {
	line-height: 1.8;
	width: calc(100% - calc(204 / var(--break) * 100vw));
}
.bg_interview01 {
	background-color: #e6a6fb4D!important;
	background: url("images/page/deco04.svg") no-repeat left top / calc(600 / var(--break) * 100vw),url("images/page/deco05.svg") no-repeat right bottom / calc(600 / var(--break) * 100vw);
}
.bg_interview01.pink {
	background-color: #fd95804D!important;
}
.bg_interview01.blue {
	background-color: #89daf84D!important;
}
.bg_interview01.green {
	background-color: #74e37c4D!important;
}
.bg_interview01.lightgreen {
	background-color: #bfe5254D!important;
}
.bg_interview01.orange {
	background-color: #ffd2584D!important;
}
.box_interview01 {
	background: url("images/page/deco02.svg") no-repeat left calc(20 / var(--break) * 100vw) top calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),url("images/page/deco03.svg") no-repeat right calc(20 / var(--break) * 100vw) bottom calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),linear-gradient(to right, #cfbaff, #e6a6fb, #a483ef);
}
.pink .box_interview01 {
	background: url("images/page/deco06.svg") no-repeat left calc(20 / var(--break) * 100vw) top calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),url("images/page/deco07.svg") no-repeat right calc(20 / var(--break) * 100vw) bottom calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),linear-gradient(to right, #fd9580, #f678a0);
}
.blue .box_interview01 {
	background: url("images/page/deco19.svg") no-repeat left calc(20 / var(--break) * 100vw) top calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),url("images/page/deco20.svg") no-repeat right calc(20 / var(--break) * 100vw) bottom calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),linear-gradient(to right, #89daf8, #61aaee);
}
.green .box_interview01 {
	background: url("images/page/deco24.svg") no-repeat left calc(20 / var(--break) * 100vw) top calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),url("images/page/deco25.svg") no-repeat right calc(20 / var(--break) * 100vw) bottom calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),linear-gradient(to right, #74e37c, #4cc1a1);
}
.lightgreen .box_interview01 {
	background: url("images/page/deco27.svg") no-repeat left calc(20 / var(--break) * 100vw) top calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),url("images/page/deco28.svg") no-repeat right calc(20 / var(--break) * 100vw) bottom calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),linear-gradient(to right, #bfe525, #8bd237);
}
.orange .box_interview01 {
	background: url("images/page/deco30.svg") no-repeat left calc(20 / var(--break) * 100vw) top calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),url("images/page/deco31.svg") no-repeat right calc(20 / var(--break) * 100vw) bottom calc(20 / var(--break) * 100vw) / calc(200 / var(--break) * 100vw),linear-gradient(to right, #ffd258, #ef9259);
}
.box_interview01:before {
	position: absolute;
	content: "";
	border: solid calc(3 / var(--break) * 100vw) #141437;
	width: 100%;
	height:100%;
	left: calc(-10 / var(--break) * 100vw);
	top: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.box_interview01:after {
	position: absolute;
	content: "";
	border: solid calc(3 / var(--break) * 100vw) #141437;
	width: 100%;
	height:100%;
	right: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.box_interview02:before {
	position: absolute;
	content: "";
	background: #a483ef;
	width: 100%;
	height: 100%;
	right: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.box_interview02 .picup {
	top: 0;
	border-right: solid 2px #141437;
	border-bottom: solid 2px #141437;
	left: 0;
	width: calc(143 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
}
.green.box_interview02:before {
	background: #8bd237;
}
.orange.box_interview02:before {
	background: #ef9259;
}
.pink .box_interview02:before {
	background: #f678a0;
}
.blue .box_interview02:before {
	background: #61aaee;
}
.green .box_interview02:before {
	background: #4cc1a1;
}
.lightgreen .box_interview02:before {
	background: #8bd237;
}
.orange .box_interview02:before {
	background: #ef9259;
}
.row_interview01 {
	width: 100%;
	max-width: calc(1000 / var(--break) * 100vw);
}
.row_interview01 .col_img {
	width: 40%;
}
.row_interview01 .col_txt {
	width: 54%;
}
.qa_common {
	border: none;
}
.qa_common .box_a {
	display: block;
	padding: 0;
}
.qa_common .box_q {
	box-sizing: border-box;
	pointer-events: none;
	border-bottom: calc(2 / var(--break) * 100vw) solid #141437;
}
.qa_common .box_q .txt {
	background: none;
	width: 100%;
	padding: calc(10 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(90 / var(--break) * 100vw);
}
.qa_common .box_q .box {
	background: #e6a6fb;
	position: absolute;
	left: 0;
	top: 0;
}
.pink .qa_common .box_q .box {
	background: #fd9580;
}
.blue .qa_common .box_q .box {
	background: #89daf8;
}
.green .qa_common .box_q .box {
	background: #74e37c;
}
.lightgreen .qa_common .box_q .box {
	background: #bfe525;
}
.orange .qa_common .box_q .box {
	background: #ffd258;
}
.qa_common .box_q .box:before {
	position: absolute;
    content: "";
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background: #a483ef;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.pink .qa_common .box_q .box:before {
	background: #f678a0;
}
.blue .qa_common .box_q .box:before {
	background: #61aaee;
}
.green .qa_common .box_q .box:before {
	background: #4cc1a1;
}
.lightgreen .qa_common .box_q .box:before {
	background: #8bd237;
}
.orange .qa_common .box_q .box:before {
	background: #ef9259;
}
.row_qa01 .col_img {
	width: 32.3%;
	max-width: 400px;
}
.row_qa01 .col_txt {
	width: 63%;
}
.row_interview02 .col_img {
	width: calc(200 / var(--break) * 100vw);
}
.row_interview02 .col_txt {
	width: calc(100% - calc(274 / var(--break) * 100vw));
}
.row_interview02 .col_txt:before {
	position: absolute;
	content: "";
	background: url("images/page/deco11.svg") no-repeat left center / contain;
	width: calc(30 / var(--break)* 100vw);
	height: calc(30 / var(--break)* 100vw);
	left: calc(-29 / var(--break) * 100vw);
	top:calc(30 / var(--break) * 100vw);
	margin: auto;
}
.row_interview02.r_reverse .col_txt:before {
	background: url("images/page/deco10.svg") no-repeat left center / contain;
	right: calc(-29 / var(--break) * 100vw);
	left: auto;
}
.row_interview02.pink .col_txt:before {
	background: url("images/page/deco12.svg") no-repeat left center / contain;
}
.row_interview02.green .col_txt:before {
	background: url("images/page/deco13.svg") no-repeat left center / contain;
}
.row_interview03 .col_img {
	width: 22.4%;
}
.row_interview03 .col_txt {
	width: 73.3%;
}
.pt02 .row_interview03 .col_img {
	width: 32.9%;
}
.pt02 .row_interview03 .col_txt {
	width: 61.5%;
}
.box_schedule01 .box02 .ttl {
	top: calc(-20 / var(--break) * 100vw);
	left: 0;
	width: calc(180 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
}
.bg_portrait01 {
	background: url("images/page/deco21.svg") no-repeat left top / calc(496 / var(--break) * 100vw),url("images/page/deco22.svg") no-repeat right bottom / calc(501 / var(--break) * 100vw),linear-gradient(to right, #89daf8, #61aaee);
}
.bg_portrait01.green {
	background: url("images/page/deco21.svg") no-repeat left top / calc(496 / var(--break) * 100vw),url("images/page/deco22.svg") no-repeat right bottom / calc(501 / var(--break) * 100vw),linear-gradient(to right, #74e37c, #4cc1a1);
}
.bg_portrait01.lightgreen  {
	background: url("images/page/deco21.svg") no-repeat left top / calc(496 / var(--break) * 100vw),url("images/page/deco22.svg") no-repeat right bottom / calc(501 / var(--break) * 100vw),linear-gradient(to right, #bfe525, #8bd237);
}
.bg_portrait01.orange  {
	background: url("images/page/deco21.svg") no-repeat left top / calc(496 / var(--break) * 100vw),url("images/page/deco22.svg") no-repeat right bottom / calc(501 / var(--break) * 100vw),linear-gradient(to right, #ffd258, #ef9259);
}
.bg_portrait01.pink  {
	background: url("images/page/deco21.svg") no-repeat left top / calc(496 / var(--break) * 100vw),linear-gradient(to right, #fd9580, #f678a0);
}
.box_portrait01 {
	margin-bottom: calc(240 / var(--break) * 100vw);
}
.box_portrait01 h4:before,.box_portrait01 h4:after {
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: calc(3 / var(--break) * 100vw);
	left: 0;
	top: calc(6 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
}
.box_portrait01 h4:after {
	bottom: calc(6 / var(--break) * 100vw);
	top: auto;
}
.box_portrait01 li {
	padding-bottom: calc(13 / var(--break) * 100vw);
	padding-left: calc(57 / var(--break) * 100vw);
	border-bottom: 1px solid #141437;
}
.box_portrait01 li:before {
	background: url("images/page/icn_check01.svg") no-repeat center / cover;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 0;
	left: calc(16 / var(--break) * 100vw);
	top: calc(5 / var(--break) * 100vw);
}
.green .box_portrait01 li:before {
	background: url("images/page/icn_check02.svg") no-repeat center / cover;
}
.lightgreen .box_portrait01 li:before {
	background: url("images/page/icn_check03.svg") no-repeat center / cover;
}
.orange .box_portrait01 li:before {
	background: url("images/page/icn_check04.svg") no-repeat center / cover;
}
.pink .box_portrait01 li:before {
	background: url("images/page/icn_check05.svg") no-repeat center / cover;
}
.box_portrait01 li:not(:first-child) {
    margin-top: calc(9 / var(--break) * 100vw);
}
.box_portrait02 .img {
	width: calc(250 / var(--break) * 100vw);
	top: calc(-180 / var(--break) * 100vw);
	left: 0;
	right: 0;
}
.row_program01 {
	gap: calc(20 / var(--break) * 100vw) 2.3%;
}
.row_program01 .col {
	width: 31.8%;
	background-image: linear-gradient(to right, #fd9580, #f678a0);
}
.row_program01.orange .col {
	background-image: linear-gradient(to right, #ffd258, #ef9259);
}
.row_program01.lightgreen .col {
	background-image: linear-gradient(to top, #bfe525, #8bd237);
}
.row_program01 .num {
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
}
.wrap_career01 .deco{
	width: calc(438 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
	top: calc(-44 / var(--break) * 100vw);
}
.tbl_career01 table {
	border: none;
}
.tbl_career01 thead th {
	padding: 0;
	vertical-align: bottom;
	border-bottom: 1px solid #141437;
}
.tbl_career01 th {
	background: none;
	text-align: center;
}
.tbl_career01 .year {
	text-align: center;
	color: #fff;
}
.tbl_career01 tbody th {
	background: #f9f5ec;
	color: #2a313c;
	font-weight: bold;
	border: 1px solid #141437;
	border-color: #141437!important;
}
.tbl_career01 th:nth-child(1) .box {
	background: #f9f5ec;
	color: #2a313c;
	height: calc(80 / var(--break) * 100vw);
	border: 1px solid #141437;
	border-bottom: none;
}
.tbl_career01 th:nth-child(2) .box {
	height: calc(100 / var(--break) * 100vw);
}
.tbl_career01 th:nth-child(3) .box {
	height: calc(140 / var(--break) * 100vw);
}
.tbl_career01 th:nth-child(4) .box {
	height: calc(180 / var(--break) * 100vw);
}
.tbl_career01 tr:last-of-type td {
	border-right: 1px solid #141437;
	border-bottom: 1px solid #141437;
}
.tbl_career01 th:first-of-type {
	width: 17.8%;
}
.tbl_career01 th:not(:first-of-type),.tbl_career01 td{
	width: 27.4%;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.bg_hdg3 {
		background: url(images/page/hdg3_deco01.png) no-repeat left calc(50 / var(--break) * 100vw) top / calc(200 / var(--break) * 100vw), url(images/page/hdg3_deco02.png) no-repeat right calc(50 / var(--break) * 100vw) bottom / calc(200 / var(--break) * 100vw), linear-gradient(to right, #ffe179, #ffb1ca, #89c2f8);
	}
}
@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 {
		height: calc(440 / var(--break) * 100vw);
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.bg_hdg3 {
		background: url(images/page/hdg3_deco01.png) no-repeat left top / calc(239 / var(--break) * 100vw), url(images/page/hdg3_deco02.png) no-repeat right bottom / calc(239 / var(--break) * 100vw), linear-gradient(to right, #ffe179, #ffb1ca, #89c2f8);
	}
	.hdg2 .ja {
		text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
		letter-spacing: 0;
		font-size: calc(50 / var(--break) * 100vw);
	}
	.hdg2 .en {
		letter-spacing: 0;
		font-size: calc(30 / var(--break) * 100vw);
	}
	.hdg3 {
		letter-spacing: 0;
		font-size: calc(46 / var(--break) * 100vw);
	}
	.row_common02 .col_l {
		letter-spacing: 0;
		padding: 3vw 2vw;
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_common02 .col_r {
		padding: 3vw 3vw;
		font-size: calc(20 / var(--break) * 100vw);
	}
	.row_common02 li {
		padding-left: 4vw;
	}
	.row_common02 li:before {
        width: calc(8 / var(--break) * 100vw);
        height: calc(8 / var(--break) * 100vw);
    }
	.row_common03 .col_txt {
		text-align: center;
	}
	.row_common03 .col_txt .txt {
		text-align: left;
	}
	.row_common03 .num {
		margin-bottom: 4vw;
		margin-right: auto;
		margin-left: auto;
		font-size: calc(40 / var(--break) * 100vw);
		padding: 2vw 2vw 1vw;
	}
	.row_common03 .box li {
		text-align: left;
	}
	.row_common03 .wrap {
		padding: 9vw 5vw 7vw;
	}
	.row_common03 .wrap .ttl {
		letter-spacing: 0;
		padding: 2vw 2vw 3vw;
		top: calc(-35 / var(--break) * 100vw);
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_common03 .ccl01 {
		letter-spacing: 0;
		left: calc(-30 / var(--break) * 100vw);
		font-size: calc(24 / var(--break) * 100vw);
	}
	.copy_common01 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable {
		overflow-x: auto!important;
	}
	.tbl_common01 td {
		text-align: left;
	}
	.col_img {
		text-align: center;
	}
	.box_interview01 {
		padding-top: calc(20 / var(--break) * 100vw);
		max-width: calc(680 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		padding: calc(20 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) 0 calc(10 / var(--break) * 100vw);
	}
	.box_interview01 {
		background: url("images/page/deco02.svg") no-repeat left top / calc(200 / var(--break) * 100vw),url("images/page/deco03.svg") no-repeat right bottom / calc(200 / var(--break) * 100vw),linear-gradient(to right, #cfbaff, #e6a6fb, #a483ef);
	}
	.pink .box_interview01 {
		background: url("images/page/deco06.svg") no-repeat left top / calc(200 / var(--break) * 100vw),url("images/page/deco07.svg") no-repeat right bottom / calc(200 / var(--break) * 100vw),linear-gradient(to right, #fd9580, #f678a0);
	}
	.blue .box_interview01 {
		background: url("images/page/deco19.svg") no-repeat left top / calc(200 / var(--break) * 100vw),url("images/page/deco20.svg") no-repeat right bottom / calc(200 / var(--break) * 100vw),linear-gradient(to right, #89daf8, #61aaee);
	}
	.green .box_interview01 {
		background: url("images/page/deco24.svg") no-repeat left top / calc(200 / var(--break) * 100vw),url("images/page/deco25.svg") no-repeat right bottom / calc(200 / var(--break) * 100vw),linear-gradient(to right, #74e37c, #4cc1a1);
	}
	.lightgreen .box_interview01 {
		background: url("images/page/deco27.svg") no-repeat left top / calc(200 / var(--break) * 100vw),url("images/page/deco28.svg") no-repeat right bottom / calc(200 / var(--break) * 100vw),linear-gradient(to right, #bfe525, #8bd237);
	}
	.orange .box_interview01 {
		background: url("images/page/deco30.svg") no-repeat left top / calc(200 / var(--break) * 100vw),url("images/page/deco31.svg") no-repeat right bottom / calc(200 / var(--break) * 100vw),linear-gradient(to right, #ffd258, #ef9259);
	}
	.row_interview01 {
		max-width: 100%;
	}
	.row_interview01 .col_txt {
		width: 55%;
	}
	.row_interview01 .col_img {
		width: 45%;
	}
	.row_interview01 .en {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_interview01 h4 {
		letter-spacing: 0;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.qa_common .txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_qa01 .col_img {
		width: 100%;
		max-width:100%;
		margin-bottom: 6vw;
	}
	.row_qa01 .col_txt {
		width:100%;
	}
	.box_interview02 h4 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_interview02 .col_img {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 7vw;
	}
	.row_interview02 .col_txt {
		width: 100%;
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_interview02 .col_txt:before {
		left: 0!important;
		right: 0!important;
		margin: auto;
		top: calc(-29 / var(--break) * 100vw);
		width: calc(30 / var(--break) * 100vw);
    	height: calc(30 / var(--break) * 100vw);
		transform: rotate(90deg);
	}
	.row_interview02.r_reverse .col_txt:before{
		transform: rotate(-90deg);
	}
	.row_interview03 .col_img {
		width: 100%;
		max-width: calc(450 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4vw;
	}
	.row_interview03 .col_txt {
		width: 100%;
	}
	.pt02 .row_interview03 .col_txt {
		width: 100%;
	}
	.pt02 .row_interview03 .col_img {
    	width: 100%;
	}
	.box_interview02 .bg {
		padding: 6vw 5vw 7vw;
	}
	.box_interview02 .picup {
		width: calc(200 / var(--break) * 100vw);
    	height: calc(60 / var(--break) * 100vw);
		font-size: calc(32 / var(--break) * 100vw);
	}
	.box_interview02 .picup {
		border-right: solid calc(2 / var(--break) * 100vw) #141437;
    	border-bottom: solid calc(2 / var(--break) * 100vw) #141437;
	}
	.bg_interview01.pink .row_interview01  h4 {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.box_portrait01 h4 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_portrait01 li:before {
		top: calc(11 / var(--break) * 100vw);
		width: calc(25 / var(--break) * 100vw);
    	height: calc(25 / var(--break) * 100vw);
	}
	.box_portrait02 h4 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_flow01 .time {
		letter-spacing: 0;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_flow01 .txt {
		letter-spacing: 0;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_program01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(50 / var(--break) * 100vw) 0;
	}
	.row_program01 h4 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_program01 .col {
		width: 100%;
	}
	.row_program01 .num {
		padding-left: 0.5vw;
		font-size: calc(56 / var(--break) * 100vw);
	}
	.tbl_career01 table {
		width: calc(1200 / var(--break) * 100vw);
	}
	.tbl_career01 {
		overflow-x: auto!important;
	}
	.tbl_career01 th {
		letter-spacing: 0;
		font-size: calc(24 / var(--break) * 100vw);
	}
	.tbl_career01 .money .fz42 {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.tbl_career01 .money small {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.tbl_career01 td {
		letter-spacing: 0;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.wrap_career01 {
		padding-top: 11vw;
	}
}


/* コンテンツ名 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url("images/clinic/bg_clinic01.jpg") no-repeat center / cover;
}
.bg_clinic02 {
	background-color: #ffd25880!important;
}
.bg_clinic03 {
	background-color: #fd958080!important;
}
.bg_clinic04 {
	background-color: #e6a6fb80!important;
}
.bg_clinic05 {
	background: url("images/page/deco08.svg") no-repeat left top calc(100 / var(--break) * 100vw) / calc(600 / var(--break) * 100vw),url("images/page/deco09.svg") no-repeat right bottom / calc(600 / var(--break) * 100vw);
}
.bg_clinic05:before {
	position: absolute;
	content: "";
	background: #89daf880 url("images/page/ptn02.png") repeat center / calc(7 / var(--break) * 100vw);
	width: 100%;
	height: 66%;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_clinic06:before {
	position: absolute;
	content: "";
	background: #bfe52580 url("images/page/ptn02.png") repeat center / calc(7 / var(--break) * 100vw);
	width: 100%;
	height: 66%;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_clinic07:before {
	position: absolute;
	content: "";
	background: #f9f5ec;
	width: 100%;
	height: 75%;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_clinic07 .img {
	max-width: 750px;
}
.bg_clinic07 .img:before {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, #ef9259, #f678a0, #a483ef, #61aaee, #4cc1a1, #93d974);
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
	right: calc(-10 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.bg_clinic02 .row__charms02 {
	margin-top: 0;
}
.box_clinic01:before {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #ef9259, #f678a0, #a483ef, #61aaee, #4cc1a1, #93d974);
	width: 100%;
	height: 100%;
	right: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.box_clinic01 li {
	padding-bottom: calc(13 / var(--break) * 100vw);
	padding-left: calc(57 / var(--break) * 100vw);
	border-bottom: 1px solid #141437;
}
.box_clinic01 li:before {
	background: url("images/page/icn_check01.svg") no-repeat center / cover;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 0;
	left: calc(16 / var(--break) * 100vw);
	top: calc(5 / var(--break) * 100vw);
}
.box_clinic01 li:nth-child(2):before {
	background: url("images/page/icn_check02.svg") no-repeat center / cover;
}
.box_clinic01 li:nth-child(3):before {
	background: url("images/page/icn_check03.svg") no-repeat center / cover;
}
.box_clinic01 li:nth-child(4):before {
	background: url("images/page/icn_check04.svg") no-repeat center / cover;
}
.box_clinic01 li:nth-child(5):before {
	background: url("images/page/icn_check05.svg") no-repeat center / cover;
}
.box_clinic01 li:not(:first-child) {
    margin-top: calc(11 / var(--break) * 100vw);
}
.row_clinic01 .col_txt {
	width: 58.1%;
}
.row_clinic01 .col_img {
	width: 37.1%;
	max-width: 460px;
}
.row_clinic01 .ccl__message {
	right: calc(20 / var(--break) * 100vw);
	bottom: calc(-60 / var(--break) * 100vw);
	top: auto;
	left: auto;
}
.row_clinic01 .deco {
	width: calc(400 / var(--break) * 100vw);
	left: calc(-80 / var(--break) * 100vw);
	top: 0;
}
.row_clinic02 .col_img {
	width: 50%;
	min-height: calc(490 / var(--break) * 100vw);
	background: url("images/clinic/img_clinic06.jpg") no-repeat center / cover;
}
.row_clinic02.num02 .col_img {
	background: url("images/clinic/img_clinic08.jpg") no-repeat center / cover;
}
.row_clinic02.num03 .col_img {
	background: url("images/clinic/img_clinic09.jpg") no-repeat center / cover;
}
.row_clinic02.num04 .col_img {
	background: url("images/clinic/img_clinic14.jpg") no-repeat center / cover;
}
.row_clinic02.num05 .col_img {
	background: url("images/clinic/img_clinic20.jpg") no-repeat center / cover;
}
.row_clinic02 .col_txt {
	width: 50%;
	background-image: linear-gradient(to right, #ffd258, #ef9259);
}
.row_clinic02.num02 .col_txt {
	background-image: linear-gradient(to right, #fd9580, #f678a0);
}
.row_clinic02.num03 .col_txt {
	background-image: linear-gradient(to right, #e6a6fb, #a483ef);
}
.row_clinic02.num04 .col_txt {
	background-image: linear-gradient(to right, #74e37c, #4cc1a1);
}
.row_clinic02.num05 .col_img .ccl01{
	right: calc(40 / var(--break) * 100vw);
	bottom: calc(40 / var(--break) * 100vw);
	width: calc(180 / var(--break) * 100vw);
	height: calc(180 / var(--break) * 100vw);
	background: url("images/page/ccl01.svg") no-repeat center / cover;
}
.row_clinic02 .wrap {
	max-width: calc(680 / var(--break) * 100vw);
}
.row_clinic02 h4 {
	border-bottom: calc(3 / var(--break) * 100vw) dashed #fff;
}
.wrap_clinic01 h4 {
	border-bottom: calc(3 / var(--break) * 100vw) dashed #61aaee;
}
.row_clinic03 {
	gap: calc(50 / var(--break) * 100vw) 4%;
}
.row_clinic03 .col {
	width: 48%;
}
.row_clinic03 .col:before {
	position: absolute;
	content: "";
	background: #8bd237;
	width: 100%;
	height: 100%;
	right: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.row_clinic03 .col.green:before {
	background: #4cc1a1;
}
.row_clinic03 .col.blue:before {
	background: #61aaee;
}
.row_clinic03 .col.purple:before {
	background: #a483ef;
}
.row_clinic03 .col.lightpurple:before {
	background: #e6a6fb;
}
.row_clinic04 .col {
	width: 31.8%;
}
.row_clinic04 {
	gap: calc(30 / var(--break) * 100vw) 2.3%;
}
.row_clinic05 {
	max-width: calc(1240 / var(--break) * 100vw);
	gap:calc(20 / var(--break) * 100vw) 1.6%;
}
.row_clinic05 .col {
	width: 23.8%;
}
.row_clinic05 .ccl01 {
	top: calc(-50 / var(--break) * 100vw);
	left: calc(-133 / var(--break) * 100vw);
	background: url("images/page/ccl06.svg") no-repeat center / cover;
	width: calc(180 / var(--break) * 100vw);
	height: calc(179 / var(--break) * 100vw);
}
.row_clinic05 .ccl02 {
	bottom: calc(-46 / var(--break) * 100vw);
	right: calc(-137 / var(--break) * 100vw);
	background: url("images/page/ccl06.svg") no-repeat center / cover;
	width: calc(180 / var(--break) * 100vw);
	height: calc(179 / var(--break) * 100vw);
}
.row_clinic06 {
	gap:calc(50 / var(--break) * 100vw) 4.85%;
}
.row_clinic06 .col {
	width: 30.1%;
}
.row_clinic07 .col_l {
	width: 48.4%;
}
.row_clinic07 .col_r {
	width: 48.4%;
}
.row_clinic07 .tbl_foot {
	margin-right: auto;
	margin-left: auto;
}
.wrap_clinic .map {
	padding-top: calc(460 / var(--break) * 100vw);
}
.wrap_clinic02 h4 span:before {
	position: absolute;
	content: "";
	background: url("images/page/deco34.svg") no-repeat center / cover;
	width:calc(16 / var(--break) * 100vw);
	height: calc(28 / var(--break) * 100vw);
	left: calc(-45 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.wrap_clinic02 h4 span:after {
	position: absolute;
	content: "";
	background: url("images/page/deco35.svg") no-repeat center / cover;
	width:calc(16 / var(--break) * 100vw);
	height: calc(28 / var(--break) * 100vw);
	right: calc(-45 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}

.slide_clinic01 .slick-prev {
	background: url(images/page/arw_clinic01.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/page/arw_clinic01.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	right: -7.2%;
	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) {
	.row_clinic01 .deco {
		left: calc(-60 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
	.row_clinic05 {
		max-width: calc(1000 / var(--break) * 100vw);
	}
	.row_clinic02 h4 {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.row_clinic02 .col_txt {
		padding: calc(40 / var(--break) * 100vw)
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
	.box_clinic01 h4 {
		letter-spacing: 0;
		font-size: calc(38 / var(--break) * 100vw);
	}
	.box_clinic01 li:before {
		top: calc(11 / var(--break) * 100vw);
		width: calc(25 / var(--break) * 100vw);
    	height: calc(25 / var(--break) * 100vw);
	}
	.row_clinic01 .col_img {
		max-width: calc(450 / 750*100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic01 .ccl__message {
		right: calc(-20 / var(--break) * 100vw);
	}
	.row_clinic01 .deco {
		left: calc(-40 / var(--break) * 100vw);
	}
	.row_clinic01 h4 {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.row_clinic01 h4 .fz50 {
        font-size: calc(60 / var(--break) * 100vw);
    }
	.row_clinic02 .col_img {
		width: 100%;
		min-height: calc(490 / var(--break) * 100vw);
	}
	.row_clinic02 .col_txt {
		width: 100%;
		padding: 6vw 5vw 7vw;
	}
	.row_clinic02 h4 {
		letter-spacing: 0;
		font-size: calc(38 / var(--break) * 100vw);
	}
	.bg_clinic02 .row__charms02 .col small {
		letter-spacing: 0;
		margin-top: 0;
		display: block;
		font-size: calc(20 / var(--break) * 100vw);
	}
	.bg_clinic05:before {
		height: 47%;
	}
	.bg_clinic05 {
		background: none;
	}
	.row_clinic03 {
		gap: calc(50 / var(--break) * 100vw) 0;
	}
	.row_clinic03 .col {
		width: 100%;
	}
	.row_clinic03 h4 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic03 .icn {
		margin-bottom: 3vw;
	}
	.row_clinic03 .bg {
		padding: 6vw 5vw 7vw;
	}
	.wrap_clinic01 {
		margin-bottom: 9vw;
	}
	.wrap_clinic01 h4 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic04 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_clinic04 .col {
		width: 48%;
	}
	.row_clinic04 h4 {
		letter-spacing: 0;
		line-height: 1.5;
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_clinic05 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(30 / var(--break) * 100vw) 4%;
		margin-bottom: 20vw;
	}
	.row_clinic05 .col {
		width: 48%;
	}
	.row_clinic05 .ccl01 {
		letter-spacing: 0;
		top: -15vw;
    	left: -5vw;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_clinic05 .ccl02 {
		letter-spacing: 0;
		bottom: -15vw;
    	right: -5vw;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.wrap_clinic01.mb40 {
		margin-bottom: 20vw;
	}
	.row_clinic02.num05 .col_img .ccl01 {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.wrap_clinic02 h4 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic06 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_clinic06 .col {
		width: 48%;
	}
	.row_clinic06 h4 {
		padding: 2vw 2vw ;
		letter-spacing: 0;
		line-height: 1.5;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_clinic07 .col_l {
		width: 100%;
		margin-bottom: 4vw;
	}
	.row_clinic07 .col_r {
		width: 100%;
	}
	.logo_clinic {
		margin-bottom: calc(60 / var(--break) * 100vw);
        width: calc(557 / var(--break) * 100vw);
	}
	.ttl_clinic {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_schedule01 .box01 h4{
		letter-spacing: 0;
		font-size: calc(38 / var(--break) * 100vw);
	}
	.box_schedule01 .box01 h5{
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_schedule01 .box02.pt02 {
		padding: 10vw 4vw 7vw;
	}
	.box_schedule01 .box02.pt02 .wrap.mb50 {
		margin-bottom: 10vw;
	}
	.box_schedule01 .box02.pt02 .wrap {
		padding: 9vw 5vw 7vw;
	}
	.box_schedule01 .box02 .ttl {
		top: calc(-35 / var(--break) * 100vw);
		left: 0;
		width: calc(240 / var(--break) * 100vw);
		height: calc(70 / var(--break) * 100vw);
		font-size: calc(34 / var(--break) * 100vw);
	}
}


/* 歯科医師 doctor
------------------------------------------------------------------*/
.bg_doctor01 {
	background: url("images/page/deco17.png") no-repeat left top / calc(600 / var(--break) * 100vw),url("images/page/deco18.png") no-repeat right top / calc(700 / var(--break) * 100vw),url("images/page/ptn01.jpg") repeat left top / calc(1920 / var(--break) * 100vw) auto;
}
.h4_doctor {
	max-width: 700px;
	border-bottom: calc(2 / var(--break) * 100vw) solid #141437;
	border-top: calc(2 / var(--break) * 100vw) solid #141437;
}
.tbl_doctor01 tr:first-of-type th:not(:first-of-type) {
	border-left: 1px solid #141437;
}
.tbl_doctor01 th {
	background: #141437;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 40%;
}
.tbl_doctor01 td {
	text-align: center;
	vertical-align: middle;
	width: 40%;
	padding: calc(30 / var(--break) * 100vw);
}
.tbl_doctor01 td:not(:first-of-type) {
	border-left: 1px solid #141437;
}
.tbl_doctor01 th:first-of-type {
	width: 20%;
}
.row_doctor01 {
	gap: calc(20 / var(--break) * 100vw) 4%;
}
.row_doctor01 .col {
	width: 48%;
}
.slide_doctor01 .slick-prev {
	background: url(images/page/arw_clinic01.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_doctor01 .slick-next {
	background: url(images/page/arw_clinic01.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_doctor01 .slick-prev:before, .slide_doctor01 .slick-next:before {
	display: none;
}
.slide_doctor01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_doctor01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_doctor01 .slide_thumbnail li:nth-child(5n), .slide_doctor01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_doctor01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_doctor01 .slick-prev {
		left: 2%;
	}
	.slide_doctor01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_doctor01 .slick-prev, .slide_doctor01 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_doctor01 .slick-prev {
		left: 3vw;
	}
	.slide_doctor01 .slick-next {
		right: 3vw;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_doctor01 {
		background: url(images/page/deco17.png) no-repeat left top / calc(300 / var(--break) * 100vw), url(images/page/deco18.png) no-repeat right top / calc(300 / var(--break) * 100vw), url(images/page/ptn01.jpg) repeat left top / calc(1920 / var(--break) * 100vw) auto;
	}
	.h4_doctor {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.tbl_doctor01 th {
		letter-spacing: 0;
		padding: 2vw 1vw;
		font-size: calc(20 / var(--break) * 100vw);
	}
	.tbl_doctor01 td {
		padding: 2vw;
	}
	.row_doctor01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(50 / var(--break) * 100vw) 0;
	}
	.row_doctor01 .col {
		width: 100%;
	}
}

/* コンテンツ名 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) {
}
@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);*/
		margin: 0 2vw;
	}
	.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);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.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
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: #42210b;
}
.tbl_guideline01 th {
	background: #61aaee;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #42210b;
}
.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: #141437;
}
.btn_submit {
	max-width: calc(400 / var(--break) * 100vw);
}
.btn_submit input {
	border: none;
	background: #141437;
}
.btn_submit input {
	padding: calc(30 / var(--break) * 100vw) calc(5 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
    outline-offset: calc(-6 / var(--break) * 100vw);
    outline: 2px solid #fff;
}
.btn_submit:before {
    content: "";
    position: absolute;
    width: calc(24 / var(--break) * 100vw);
    height: calc(24 / var(--break) * 100vw);
    border: none;
	background: url("images/page/arw01.svg") no-repeat center / cover;
    top: calc(2 / var(--break) * 100vw);
    bottom: 0;
    margin: auto;
    right: calc(20 / var(--break) * 100vw);
    transform: rotate(0deg);
}
@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);
	}
}

/* お問い合わせ 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: #ef9259;
	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: #ffd258;
	border: 1px solid #ffd258;
	border-right-color: #ffd258;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #ffd258;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #141437;
	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 #141437;
}
.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:#141437;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #141437;
	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 #141437;
	color: #141437;
	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: #141437;
	background: #141437;
	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 );
	font-weight: bold;
}
.post_content > h4 {
	background: #f9f5ec;
	position: relative;
	padding: calc(15 / var(--break) * 100vw) calc(34 / var(--break) * 100vw);
}
.post_content > h4:before {
	position: absolute;
	content: "";
	background: url("images/page/deco37.svg") no-repeat left center / contain;
	width: calc(4 / var(--break)* 100vw);
	height: calc(40 / var(--break)* 100vw);
	left: calc(10 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.post_content > h5 {
	position: relative;
	padding-bottom: calc(13 / var(--break) * 100vw);
	padding-left: calc(33 / var(--break) * 100vw);
	border-bottom: calc(2 / var(--break) * 100vw) solid #141437;
}
.post_content > h5:before {
	position: absolute;
	content: "";
	background: url("images/page/deco38.png") no-repeat left center / contain;
	width: calc(22 / var(--break)* 100vw);
	height: calc(23 / var(--break)* 100vw);
	left: 0;
	top: calc(5 / var(--break) * 100vw);
	margin: auto;
}
#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 #a483ef;
	background: #a483ef;
	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: #a483ef;
}
.single_post h3 {
	position: relative;
	line-height: 1.6;
	padding: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	background:url("images/page/deco36.png") no-repeat right bottom / calc(168 / var(--break) * 100vw),linear-gradient(to right, #ffe179, #ffb1ca, #89c2f8);
}
.single_post h3:before {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 100%;
	height: calc(2 / var(--break) * 100vw);
	left: 0;
	bottom: calc(10 / var(--break) * 100vw);
	z-index: 1;
}
@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;
	}
	.post_content > h5 {
		padding-left: calc(43 / var(--break) * 100vw);
	}
	.post_content > h5:before {
		width: calc(26 / var(--break) * 100vw);
		height: calc(27 / var(--break) * 100vw);
		left: 0;
		top: calc(16 / var(--break) * 100vw);
	}
	.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
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.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));
	}
}