@charset "utf-8";
/*
Theme Name: res
Version: 1.5.3
Author: T8,Inc.
*/


/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */

/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */

/*
 * Normalization
 */

abbr[title] {
	text-decoration: underline; /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
	text-decoration: underline dotted; /* Firefox 40+ */
}

audio:not([controls]) {
	display: none; /* Chrome 44-, iOS 8+, Safari 9+ */
}

b,
strong {
	font-weight: bolder; /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}

button {
	-webkit-appearance: button; /* iOS 8+ */
	overflow: visible; /* Internet Explorer 11- */
}

button,
input {
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;/* Firefox 4+ */
	padding: 0;/* Firefox 4+ */
}

button:-moz-focusring, input:-moz-focusring {
	outline: 1px dotted ButtonText;/* Firefox 4+ */
}

button,
select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

details {
	display: block; /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
	-ms-overflow-style: -ms-autohiding-scrollbar; /* Edge 12+, Internet Explorer 11- */
	overflow-y: scroll; /* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%; /* iOS 8+, Windows Phone 8.1+ */
}

hr {
	overflow: visible; /* Internet Explorer 11-, Edge 12+ */
}

input {
	-webkit-border-radius: 0 /* iOS 8+ */
}

input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	-webkit-appearance: button;/* iOS 8+ */
}

input[type="number"] {
	width: auto;/* Firefox 36+ */
}

input[type="search"] {
	-webkit-appearance: textfield;/* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;/* Chrome 45+, Safari 9+ */
}

main {
	display: block; /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
	overflow: auto; /* Internet Explorer 11- */
}

progress {
	display: inline-block; /* Internet Explorer 11-, Windows Phone 8.1+ */
}

summary {
	display: block; /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
	overflow: hidden; /* Internet Explorer 11- */
}

template {
	display: none; /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
	overflow: auto; /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
	display: none; /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */

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

* {
	font-size: inherit;
	line-height: inherit;
}

:before,
:after {
	text-decoration: inherit;
	vertical-align: inherit;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}



/*
 * Opinionated defaults
 */

/* specify the margin and padding of all elements */

* {
	margin: 0;
	padding: 0;
}

/* specify the border style and width of all elements */

*,
:before,
:after {
	border-style: solid;
	border-width: 0;
}

/* remove the tapping delay from clickable elements */

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
}

/* use current current as the default fill of svg elements */

svg {
	fill: currentColor;
}

/* specify the progress cursor of updating elements */

[aria-busy="true"] {
	cursor: progress;
}

/* specify the pointer cursor of trigger elements */

[aria-controls] {
	cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
	cursor: default;
}

/* specify the style of visually hidden yet accessible elements */

[hidden][aria-hidden="false"] {
	clip: rect(0 0 0 0);
	display: inherit;
	position: absolute
}

[hidden][aria-hidden="false"]:focus {
	clip: auto;
}



/*
 * Configurable defaults
 */

/* specify the background repeat of all elements */

* {
	background-repeat: no-repeat;
}

/* specify the root styles of the document */

:root {
	background-color: #ffffff;
	box-sizing: border-box;
	color: #000000;
	cursor: default;
	font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */

a {
	text-decoration: none;
}

/* specify the alignment of media elements */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/* specify the coloring of form elements */

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
}

/* specify the minimum height of form elements */

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
	min-height: 1.5em;
}

/* specify the font family of code elements */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

/* specify the list style of nav lists */

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

/* specify the font size of small elements */

small {
	font-size: 75%;
}

/* specify the border styling of tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* specify the resizability of textareas */

textarea {
	resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */

::-moz-selection {
	background-color: #b3d4fc; /* required when declaring ::selection */
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* required when declaring ::selection */
	color: #ffffff;
	text-shadow: none;
}






/* parts.cssの内容：デザインに合わせて適宜変更してください */

/* パーツテンプレート
------------------------------------------------------------------*/
/* heading */
.hdg3 {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.hdg4 {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.hdg5 {
	margin-bottom: calc(20 / var(--break) * 100vw);
}
/* row */
.row_default_1500px {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_default_1500px .col_txt {
	width: 49.4%;
}
.row_default_1500px .col_img {
	width: 46.7%;
	max-width: 700px;
}
.row_default_1500px_2 {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_default_1500px_2 .col_txt {
	width: 58%;
}
.row_default_1500px_2 .col_img {
	width: 38%;
	max-width: 570px;
}
.row_default_1500px_3 {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_default_1500px_3 .col_txt {
	width: 73.4%;
}
.row_default_1500px_3 .col_img {
	width: 23.4%;
	max-width: 350px;
}
.row_default_1500px_4 {
	gap: calc(40 / var(--break) * 100vw) 1.33%;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_default_1500px_4 .col {
	width: 24%;
	max-width: 360px;
}
.row_default_1240px {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_default_1240px .col_txt {
	width: 50%;
}
.row_default_1240px .col_img {
	width: 46%;
	max-width: 570px;
}
.row_default01 {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_default01 .col_txt {
	width: 59%;
}
.row_default01 .col_img {
	width: 37%;
	max-width: 450px;
}
.row_default02 {
	gap: calc(60 / var(--break) * 100vw) 5%;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_default02 .col {
	width: 47.5%;
}
.row_default03 {
	gap: calc(60 / var(--break) * 100vw) 1.55%;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_default03 .col {
	width: 32.3%;
	max-width: 394px;
}
.row_default04 .col_txt {
	width: 70%;
}
.row_default04 .col_img {
	width: 26%;
	max-width: 290px;
}
.row_default05 {
	gap: calc( 60 / var(--break) * 100vw) 3.2%;
}
.row_default05 .col {
	width: 48.4%;
	max-width: 600px;
}
/* list */
.list_default li {
	position: relative;
	padding-left: calc(24 / var(--break) * 100vw);
	line-height: 1.5;
}
.list_default li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_default li:before {
	content: "";
	position: absolute;
	width: calc(6 / var(--break) * 100vw);
	height: calc(6 / var(--break) * 100vw);
	background: #333;
	border-radius: 50%;
	left: 0;
	top: .55em;
}
.list_default01 li {
	width: 49%;
}
.list_default01 li:nth-child(-n+2) {
	margin-top: 0;
}
.list_default02 {
	position: relative;
}
.list_default02 li:nth-child(-n+3) {
	margin-top: 0;
}
.list_default02:before, .list_default03:before {
	content: "";
	display: block;
	order: 1;
}
.list_default02:after, .list_default03:after {
	content: "";
	display: block;
}
.list_default02 li, .list_default02:before, .list_default02:after {
	width: 32%;
}
.list_default03 li, .list_default03:before, .list_default03:after {
	width: 24%;
}
.list_default03 li:nth-child(-n+4) {
	margin-top: 0;
}
/* case */
.box_case > .flex {
	position: relative;
}
.box_case > .flex:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: calc(16 / var(--break) * 100vw) solid #333;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	right: 0;
	left: 0;
	top: 22%;
	bottom: 0;
	margin: auto;
}
.box_case .col {
	width: 45%;
	max-width: 400px;
}
_:-ms-lang(x)::-ms-backdrop, .box_case .col_l {
	margin-right: auto;
}
.box_case .col .ttl {
	background: #fff;
	border: 1px solid #333;
	font-size: 1.5rem;
	letter-spacing: .1em;
	line-height: 1.8;
	margin-bottom: calc(20 / var(--break) * 100vw);
	padding: calc(3 / var(--break) * 100vw);
}
.row_case01 {
	position: relative;
	max-width: 1000px;
}
.row_case01 .col {
	width: 48%;
	max-width: 480px;
}
.row_case01 .ttl {
	line-height: calc(50 / var(--break) * 100vw);
	font-size: 1.5rem;
	letter-spacing: .1em;
	background: #eee;
}
.row_case01:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: calc(15 / var(--break) * 100vw) solid #a1a1a6;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(70 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.btn_case01.flex {
	max-width: 300px;
	height: calc(60 / var(--break) * 100vw);
	border: 1px solid #423d45;
	position: relative;
	transition: .3s;
}
.btn_case01 .icn {
	display: block;
	position: absolute;
	width: calc(17 / var(--break) * 100vw);
	height: calc(17 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_case01 .icn:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #423d45;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_case01 .icn:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #423d45;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	transition: .3s;
}
.btn_case01.open .icn:after {
	opacity: 0;
	transition: .3s;
}
.tbl_case01 {
	margin-top: calc(60 / var(--break) * 100vw)!important;
}
.tbl_case01 table {
	border-color: #333;
}
.tbl_case01 th {
	background: #a1a1a6;
}
.tbl_case01 tr:not(:last-child) td {
	border-bottom-color: #333;
}

@media(min-width: 768px){
	.btn_case01:hover {
		cursor: pointer;
		opacity: .75;
		transition: .3s;
	}
}

/* flow */
.box_flow {
	background: #eee;
	position: relative;
}
.box_flow.arw_flow {
	margin-bottom: calc(55 / var(--break) * 100vw);
}
.arw_flow:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: calc(16 / var(--break) * 100vw) solid #333;
	border-right: calc(23 / var(--break) * 100vw) solid transparent;
	border-left: calc(23 / var(--break) * 100vw) solid transparent;
	right: 0;
	left: 0;
	bottom: calc(-35 / var(--break) * 100vw);
	margin: auto;
}
.box_flow .col_txt {
	width: 56.6%;
}
.box_flow .col_txt h4 {
	margin-bottom: calc(17 / var(--break) * 100vw);
}
.box_flow .col_txt h4 .num {
	background: #333;
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	font-weight: 300;
}
.box_flow .col_txt h4 .ttl {
	width: calc(100% - calc(60 / var(--break) * 100vw));
	font-weight: 300;
}
.box_flow .col_img {
	width: 38.4%;
	max-width: 345px;
}
.box_flow.box_1240px .col_txt {
	width: 65%;
	line-height: 2;
}
.box_flow.box_1240px .col_img {
	width: 31%;
}
.box_flow.box_1240px .col_txt.w100 {
	width: 100%;
}
/* qa */

.box_qa02 {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.box_qa02 .box_q {
	cursor: pointer;
	background: #eee;
}
.box_qa02 .box_q .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	background: #333;
}
.box_qa02 .box_q .txt {
	width: calc(100% - calc(60 / var(--break) * 100vw));
}
.box_qa02 .box_q .txt .icn {
    display: block;
    position: absolute;
    right: calc(20 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(18 / var(--break) * 100vw);
    height: calc(18 / var(--break) * 100vw);
}
.box_qa02 .box_q .txt .icn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.box_qa02 .box_q .txt .icn:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #333;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    transition: .3s;
}
.box_qa02.open .box_q .txt .icn:after {
    opacity: 0;
    transition: .3s;
}
.box_qa02 .box_a {
	display: none;
	background: #eee;
}
.box_qa02 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	background: #aaa;
}
.box_qa02 .box_a .txt {
	width: calc(100% - calc(60 / var(--break) * 100vw));
}
.box_qa03 {
	border: 1px solid #eee;
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.box_qa03 .box_q:hover {
	cursor: pointer;
}
.box_qa03 .box_q .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	background: #333;
}
.box_qa03 .box_q .txt {
	width: calc(100% - calc(60 / var(--break) * 100vw));
	background: #eee;
}
.box_qa03 .box_q .txt .icn {
	display: block;
	position: absolute;
	right: calc(20 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	width: calc(18 / var(--break) * 100vw);
	height: calc(18 / var(--break) * 100vw);
}
.box_qa03 .box_q .txt .icn:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #333;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.box_qa03 .box_q .txt .icn:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 2px;
	background: #333;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	transition: .3s;
}
.box_qa03.open .box_q .txt .icn:after {
	opacity: 0;
	transition: .3s;
}
.box_qa03 .box_a {
	display: none;
}
/* accordion */
.acc_default {
	border: 1px solid #333;
}
.js_acc_toggle {
	height: calc(160 / var(--break) * 100vw);
	cursor: pointer;
}
.js_acc_toggle .en:before {
	content: "OPEN";
	font-size: 1.25rem;
	letter-spacing: .1em;
	line-height: 2;
}
.js_acc_toggle.is_open .en:before {
	content: "CLOSE";
}
.js_acc_toggle .arw:after {
	content: "";
	position: absolute;
	background: url("images/page/arw_acc01.svg")no-repeat center / cover;
	width: calc(14 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.js_acc_toggle.is_open .arw:after {
	transform: scaleY(-1);
}


/* prof */
.box_prof {
	width: 48%;
	background: #eee;
}
.box_prof h5 {
	font-weight: normal;
}
.box_prof01 ol {
	line-height: 1.375;
}
.box_prof01 .year {
	width: calc(90 / var(--break) * 100vw);
	font-weight: bold;
}
.box_prof01 .txt {
	width: calc(100% - calc(90 / var(--break) * 100vw));
}
.box_prof01 li:not(:last-of-type) {
	margin-bottom: calc(15 / var(--break) * 100vw);
}
.box_prof.box_1240px {
	width: 48.5%;
}
.ttl_prof01 {
	font-size: 1.25rem;
	letter-spacing: .1em;
	line-height: 1.5;
	padding-bottom: calc(13 / 1920 * 100vw);
	border-bottom: 1px solid #333;
	margin-bottom: calc(12 / 1920 * 100vw);
}
.bg_prof {
	background: #eee;
	padding: calc(55 / 1920 * 100vw) 0 calc(60 / 1920 * 100vw);
}
.list_prof .year {
	width: 5em;
	line-height: 1.5;
}
.list_prof .txt {
	width: calc(100% - 5em);
	line-height: 1.5;
}
.list_prof li {
	padding: calc(6 / 1920 * 100vw) 0 calc(7 / 1920 * 100vw);
	border-bottom: 2px dotted #333;
	width: 100%;
}

/* video */
.box_video01 {
	width: 100%;
	max-width: 700px;
	margin: 0 auto calc(60 / 1920 * 100vw);
}
.box_video01 iframe,.box_video01 video {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.box_video02 {
	width: 100%;
	max-width: 854px;
	margin: 0 auto calc(60 / 1920 * 100vw);
}
.box_video02 iframe,.box_video02 video {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
/* table */
.tbl_default {
	margin: 0 auto calc(60 / var(--break) * 100vw );
}
.tbl_default table {
	border: 1px solid #333;
	width: 100%;
	line-height: 1.5;
}
.tbl_default th {
	background: #333;
	color: #fff;
	width: 35%;
	text-align: left;
	font-weight: 300;
	padding: calc(15 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(16 / var(--break) * 100vw );
	vertical-align: top;
}
.tbl_default.reverse th {
	width: 65%;
}
.tbl_default.half th {
	width: 50%;
}
.tbl_default tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.tbl_default td {
	width: 65%;
	padding: calc(15 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(16 / var(--break) * 100vw );
}
.tbl_default.reverse td {
	width: 35%;
}
.tbl_default.half td {
	width: 50%;
}
.tbl_default tr:not(:last-child) td {
	border-bottom: 1px solid #333;
}
.tbl_default th.last{ border-bottom: 0 !important; }
.tbl_recruit .require span {
	position: relative;
	width: 100%;
	display: inline-block;
}
.tbl_recruit span.wpcf7-list-item {
	margin-left: 0!important;
	margin-right: 1em!important;
}
.tbl_recruit td .wpcf7-checkbox input, .tbl_recruit td .wpcf7-radio input {
	width: auto;
}
.tbl_recruit td select {
	background: #f2f4f5;
	width: 49%;
	padding: calc(5 / var(--break) * 100vw );
}
.tbl_recruit td textarea {
	max-height: calc(200 / var(--break) * 100vw );
}
.bg_form {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ccc;
	padding: calc(70 / var(--break) * 100vw ) calc(35 / var(--break) * 100vw );
}
.btn_submit {
	margin: 0 auto;
	text-align: center;
	position: relative;
	max-width: calc(330 / var(--break) * 100vw );
	width: 100%;
}
.btn_submit:before {
	content: "";
	position: absolute;
	width: calc(7 / var(--break) * 100vw );
	height: calc(7 / var(--break) * 100vw );
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	top: calc(2 / var(--break) * 100vw );
	bottom: 0;
	margin: auto;
	right: calc(34 / var(--break) * 100vw );
	transform: rotate(-45deg);
}
.btn_submit:hover {
	cursor: pointer;
	opacity: .85;
	transition: .3s;
}
.btn_submit input {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.375rem;
	background: #333;
	border-radius: 0;
	line-height: 1;
	padding: calc(17 / var(--break) * 100vw ) calc(5 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw );
	letter-spacing: .1em;
}
.btn_submit input:hover {
	cursor: pointer;
}
.btn_submit input:disabled {
	background: #ddd;
	cursor: not-allowed;
}
.btn_submit .wpcf7-spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(-15 / var(--break) * 100vw );
	margin: auto!important;
}
.txt_accept {
	text-align: center;
	margin: calc(40 / var(--break) * 100vw ) auto;
}
.txt_accept span.wpcf7-list-item {
	margin: 0!important;
}
.box_form {
	background: #eee;
	text-align: center;
	padding: calc(10 / var(--break) * 100vw ) calc(50 / var(--break) * 100vw ) calc(15 / var(--break) * 100vw );
	margin-bottom: calc(50 / var(--break) * 100vw );
}
.box_privacy {
	border: 1px solid #333;
	padding: calc(43 / var(--break) * 100vw ) calc(50 / var(--break) * 100vw );
	max-height: 260px;
	overflow-y: auto;
	margin: 0 auto calc(60 / var(--break) * 100vw );
}
.box_privacy .ttl {
	font-size: 1.25rem;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: calc(13 / var(--break) * 100vw );
}
.box_privacy .txt {
	font-size: 1rem;
	letter-spacing: .1em;
}
.adjust_form01 {
	padding-top: calc(20 / var(--break) * 100vw) !important;
	padding-bottom: calc(20 / var(--break) * 100vw) !important;
}
.tbl_form01 table {
	border: none;
}
.tbl_form01 th,
.tbl_form01 td {
	border-bottom: none!important;
	padding: calc( 36 / var(--break) * 100vw);
	padding-left: 0;
	padding-right: 0;
}
.tbl_form01 th {
	background: none;
	width: 25%;
}
.tbl_form01 td {
	padding-left: calc( 26 / var(--break) * 100vw);
	width: 75%;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	width: 100%;
	border: none;
	padding: calc( 12 / var(--break) * 100vw);
}
.tbl_form01 .box_form {
	padding: calc(20 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_form01 .require span:after {
	font-size: .875rem;
	padding-bottom: calc( 5 / var(--break) * 100vw);
	width: calc(50 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	line-height: calc(30 / var(--break) * 100vw);
	content: "必須";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: calc(4 / var(--break) * 100vw );
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tbl_form01 .box_privacy {
	max-width: 1000px;
}
/* box_1240pxが優先になるよう下の行に記述 */
.box_1240px {
	padding-left: calc(50 / 1920 * 100vw);
	padding-right: calc(50 / 1920 * 100vw);
}
.tbl_time01 {
	width: 100%;
	max-width: 500px;
}
.tbl_time01.day8 {
	max-width: 530px;
}
.tbl_time01 table {
	width: 100%;
	border: 1px solid #aaa;
}
.tbl_time01 thead th {
	background: #aaa;
	color: #fff;
	font-weight: 300;
	line-height: 1.5;
	padding: calc(9 / var(--break) * 100vw ) 0 calc(12 / var(--break) * 100vw );
}
.tbl_time01 thead th:first-child, .tbl_time01 tbody th {
	width: 38%;
	line-height: 1.5;
}
.tbl_time01.day8 thead th:first-child, .tbl_time01.day8 tbody th {
	width: 36%;
}
.tbl_time01 tbody th, .tbl_time01 tbody td {
	padding: calc(9 / var(--break) * 100vw ) 0 calc(12 / var(--break) * 100vw );
}
.tbl_time01 tbody th {
	font-weight: 300;
	padding-right: calc(10 / var(--break) * 100vw );
}
.tbl_time01 thead th:not(:first-child), .tbl_time01 tbody td {
	width: calc(50% / 6);
	text-align: left;
}
.tbl_time01.day8 thead th:not(:first-child), .tbl_time01.day8 tbody td {
	width: calc(54% / 7);
}
.tbl_time01 thead th:last-child, .tbl_time01 tbody td:last-child {
	width: 12%;
	text-align: left;
}
.tbl_time01.day8 thead th:last-child, .tbl_time01.day8 tbody td:last-child {
	width: 9%;
}
.tbl_time01 tbody td {
	font-size: .875rem;
	padding-left: .05em;
}
.tbl_time01 tbody tr:first-child th {
	padding-left: .6em;
}
.tbl_time01 tr:not(:last-child) th, .tbl_time01 tr:not(:last-child) td {
	border-bottom: 1px solid #aaa;
}
.tbl_time02 {
	width: 100%;
	max-width: 500px;
}
.tbl_time02.day8 {
	max-width: 530px;
}
.tbl_time02 .box {
	background: #666;
	padding: calc(12 / var(--break) * 100vw ) calc(15 / var(--break) * 100vw );
}
.tbl_time02 table {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	color: #fff;
}
.tbl_time02.day8 table {
	max-width: 470px;
}
.tbl_time02 thead th {
	font-weight: 300;
	line-height: 1.5;
	padding: calc(9 / var(--break) * 100vw ) 0 calc(15 / var(--break) * 100vw );
	border-bottom: 1px solid #fff;
}
.tbl_time02 thead th:first-child, .tbl_time02 tbody th {
	width: 39%;
}
.tbl_time02.day8 thead th:first-child, .tbl_time02.day8 tbody th {
	width: 36%;
}
.tbl_time02 tbody th, .tbl_time02 tbody td {
	padding: calc(11 / var(--break) * 100vw ) 0 calc(3 / var(--break) * 100vw );
	line-height: 1.5;
}
.tbl_time02 tbody tr:last-child th, .tbl_time02 tbody tr:last-child td {
	padding: calc(3 / var(--break) * 100vw ) 0 calc(10 / var(--break) * 100vw );
}
.tbl_time02 tbody tr:last-child th,.tbl_time02 tbody th {
	font-weight: 300;
	padding-right: calc(13 / var(--break) * 100vw );
}
.tbl_time02 thead th:not(:first-child), .tbl_time02 tbody td {
	width: calc(49% / 6);
	text-align: left;
}
.tbl_time02.day8 tbody th {
	padding-right: calc(10 / var(--break) * 100vw );
}
.tbl_time02.day8 thead th:not(:first-child), .tbl_time02.day8 tbody td {
	width: calc(53% / 7);
}
.tbl_time02 thead th:last-child, .tbl_time02 tbody td:last-child {
	width: 12%;
	text-align: left;
}
.tbl_time02.day8 thead th:last-child, .tbl_time02.day8 tbody td:last-child {
	width: 11%;
}
.tbl_time02 tbody td {
	font-size: .875rem;
	padding-left: .05em;
}
.tbl_time02 tbody tr:first-child th {
	padding-left: .6em;
}

.tbl_time03 {
	width: 100%;
	max-width: 500px;
}
.tbl_time03.day8 {
	max-width: 530px;
}
.tbl_time03 table {
	width: 100%;
	margin: 0 auto;
}
.tbl_time03 th, 
.tbl_time03 td {
	font-weight: 300!important;
	font-size: 1.125rem;
}
.tbl_time03 thead th {
	line-height: 1.5;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: calc(30 / var(--break) * 100vw ) 0 calc(35 / var(--break) * 100vw );
}
.tbl_time03 thead th:first-child, .tbl_time03 tbody th {
	width: 39%;
}
.tbl_time03.day8 thead th:first-child, .tbl_time03.day8 tbody th {
	width: 36%;
}
.tbl_time03 tbody th, .tbl_time03 tbody td {
	padding: calc(35/ var(--break) * 100vw ) 0 calc(23 / var(--break) * 100vw );
	line-height: 1.5;
}
.tbl_time03 tbody tr:last-child th, .tbl_time03 tbody tr:last-child td {
	padding: calc(3 / var(--break) * 100vw ) 0 calc(40 / var(--break) * 100vw );
}
.tbl_time03 tbody tr:last-child th,.tbl_time03 tbody th {
	padding-right: 13px;
}
.tbl_time03 thead th:not(:first-child), .tbl_time03 tbody td {
	width: calc(49% / 6);
	text-align: left;
}
.tbl_time03.day8 tbody th {
	padding-right: 10px;
}
.tbl_time03.day8 thead th:not(:first-child), .tbl_time03.day8 tbody td {
	width: calc(53% / 7);
}
.tbl_time03 thead th:last-child, .tbl_time03 tbody td:last-child {
	width: 12%;
	text-align: left;
}
.tbl_time03.day8 thead th:last-child, .tbl_time03.day8 tbody td:last-child {
	width: 11%;
}
.tbl_time03 tbody td {
	font-size: .875rem!important;
	padding-left: .05em;
}
.tbl_time03 tbody tr:first-child th {
	padding-left: .6em;
}
.tbl_time03 tbody tr:last-child th, .tbl_time03 tbody tr:last-child td {
	border-bottom: 1px solid #333333;
}


/* 16px */
.tbl_time01_16px {
	width: 100%;
	max-width: 500px;
	font-size: 1rem;
}
.tbl_time01_16px.day8 {
	max-width: 530px;
}
.tbl_time01_16px table {
	width: 100%;
	border: 1px solid #aaa;
}
.tbl_time01_16px thead th {
	background: #aaa;
	color: #fff;
	font-weight: 300;
	padding: calc(9 / var(--break) * 100vw ) 0 calc(12 / var(--break) * 100vw );
	line-height: 1.5;
}
.tbl_time01_16px thead th:first-child, .tbl_time01_16px tbody th {
	width: 38%;
}
.tbl_time01_16px.day8 thead th:first-child, .tbl_time01_16px.day8 tbody th {
	width: 36%;
}
.tbl_time01_16px tbody th {
	font-weight: 300;
}
.tbl_time01_16px tbody th, .tbl_time01_16px tbody td {
	padding: calc(9 / var(--break) * 100vw ) 0 calc(12 / var(--break) * 100vw );
	line-height: 1.5;
}
.tbl_time01_16px thead th:not(:first-child), .tbl_time01_16px tbody td {
	width: calc(50% / 6);
	text-align: left;
}
.tbl_time01_16px.day8 thead th:not(:first-child), .tbl_time01_16px.day8 tbody td {
	width: calc(54% / 7);
}
.tbl_time01_16px thead th:last-child, .tbl_time01_16px tbody td:last-child {
	width: 12%;
	text-align: left;
}
.tbl_time01_16px.day8 thead th:last-child, .tbl_time01_16px.day8 tbody td:last-child {
	width: 10%;
}
.tbl_time01_16px tbody td {
	font-size: .875rem;
	padding-left: .05em;
}
.tbl_time01_16px tbody tr:first-child th {
	padding-left: .6em;
}
.tbl_time01_16px tr:not(:last-child) th, .tbl_time01_16px tr:not(:last-child) td {
	border-bottom: 1px solid #aaa;
}
.tbl_time02_16px {
	width: 100%;
	max-width: 500px;
	font-size: 1rem;
}
.tbl_time02_16px.day8 {
	max-width: 530px;
}
.tbl_time02_16px .box {
	background: #666;
	padding: calc(12 / var(--break) * 100vw ) calc(15 / var(--break) * 100vw );
}
.tbl_time02_16px table {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	color: #fff;
}
.tbl_time02_16px.day8 table {
	max-width: 470px;
}
.tbl_time02_16px thead th {
	font-weight: 300;
	padding: calc(9 / var(--break) * 100vw ) 0 calc(15 / var(--break) * 100vw );
	border-bottom: 1px solid #fff;
	line-height: 1.5;
}
.tbl_time02_16px thead th:first-child, .tbl_time02_16px tbody th {
	width: 38%;
}
.tbl_time02_16px.day8 thead th:first-child, .tbl_time02_16px.day8 tbody th {
	width: 36%;
}
.tbl_time02_16px tbody th {
	font-weight: 300;
	line-height: 1.5;
}
.tbl_time02_16px tbody th, .tbl_time02_16px tbody td {
	padding: calc(11 / var(--break) * 100vw ) 0 calc(3 / var(--break) * 100vw );
	line-height: 1.5;
}
.tbl_time02_16px tbody tr:last-child th, .tbl_time02_16px tbody tr:last-child td {
	padding: calc(3 / var(--break) * 100vw ) 0 calc(10 / var(--break) * 100vw );
}
.tbl_time02_16px thead th:not(:first-child), .tbl_time02_16px tbody td {
	width: calc(51% / 6);
	text-align: left;
}
.tbl_time02_16px.day8 thead th:not(:first-child), .tbl_time02_16px.day8 tbody td {
	width: calc(53% / 7);
}
.tbl_time02_16px thead th:last-child, .tbl_time02_16px tbody td:last-child {
	width: 11%;
	text-align: left;
}
.tbl_time02_16px.day8 thead th:last-child, .tbl_time02_16px.day8 tbody td:last-child {
	width: 11%;
}
.tbl_time02_16px tbody td {
	font-size: .875rem;
	padding-left: .05em;

}
.tbl_time02_16px tbody tr:first-child th {
	padding-left: .6em;
}
/*pay*/
.bg_pay {
	background-color: #eee;
}
.row_pay .col {
	width: 23.7%;
	margin-right: 1.7%;
}
.row_pay .col:last-child {
	margin-right: 0;
}
.row_pay .icn {
	width: calc( 176 / var(--break) * 100vw );
}
.row_pay .bdr {
	border-bottom: 1px solid #333;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_default03 .box_default01 {
		padding: calc(40 / 1599 * 100vw) calc(30 / 1599 * 100vw) calc(45 / 1599 * 100vw);
	}

	/* bg */
	.bg_default01 {
		margin-bottom: calc(60 / 1599 * 100vw);
		padding: calc(46 / 1599 * 100vw) 0 calc(60 / 1599 * 100vw);
	}
	.bg_default01 .copy {
		margin-bottom: calc(16 / 1599 * 100vw);
	}
	
	/* prof */
	.box_prof01 .year {
		width: calc(90 / var(--break) * 100vw);
	}
	.box_prof01 .txt {
		width: calc(100% - calc(90 / var(--break) * 100vw));
	}
	.box_prof01 li:not(:last-of-type) {
		margin-bottom: calc(15 / var(--break) * 100vw);
	}
	.ttl_prof01 {
		padding-bottom: calc(13 / 1599 * 100vw);
		margin-bottom: calc(12 / 1599 * 100vw);
	}
	.bg_prof {
		padding: calc(55 / 1599 * 100vw) 0 calc(60 / 1599 * 100vw);
	}
	.list_prof li {
		padding: calc(6 / 1599 * 100vw) 0 calc(7 / 1599 * 100vw);
	}
	/* video */
	.box_video01 {
		margin: 0 auto calc(60 / 1599 * 100vw);
	}
	.box_video02 {
		margin: 0 auto calc(60 / 1599 * 100vw);
	}
	/* box_1240pxが優先になるよう下の行に記述 */
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_default03 .box_default01 {
		padding: calc(40 / 1299 * 100vw) calc(30 / 1299 * 100vw) calc(45 / 1299 * 100vw);
	}
	/* bg */
	.bg_default01 {
		margin-bottom: calc(60 / 1299 * 100vw);
		padding: calc(46 / 1299 * 100vw) 0 calc(60 / 1299 * 100vw);
	}
	.bg_default01 .copy {
		margin-bottom: calc(16 / 1299 * 100vw);
	}
	/* prof */
	.box_prof01 .year {
		width: calc(90 / var(--break) * 100vw);
	}
	.box_prof01 .txt {
		width: calc(100% - calc(90 / var(--break) * 100vw));
	}
	.box_prof01 li:not(:last-of-type) {
		margin-bottom: calc(15 / var(--break) * 100vw);
	}
	.ttl_prof01 {
		padding-bottom: calc(13 / 1299 * 100vw);
		margin-bottom: calc(12 / 1299 * 100vw);
	}
	.bg_prof {
		padding: calc(55 / 1299 * 100vw) 0 calc(60 / 1299 * 100vw);
	}
	.list_prof li {
		padding: calc(6 / 1299 * 100vw) 0 calc(7 / 1299 * 100vw);
	}
	/* video */
	.box_video01 {
		margin: 0 auto calc(60 / 1299 * 100vw);
	}
	.box_video02 {
		margin: 0 auto calc(60 / 1299 * 100vw);
	}
	/* table */
	/* box_1240pxが優先になるよう下の行に記述 */
	.box_1240px {
		padding-left: calc(50 / 1299 * 100vw);
		padding-right: calc(50 / 1299 * 100vw);
	}
}

@media only screen and (max-width: 767px) {
	/* heading */
	.hdg3 {
		margin-bottom: 6vw;
	}
	.hdg4 {
		margin-bottom: 6vw;
	}
	.hdg5 {
		margin-bottom: 4vw;
	}
	/* row */
	.row_default_1500px {
		display: block!important;
		margin-bottom: 11vw;
	}
	.row_default_1500px .col_txt {
		width: 100%!important;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_default_1500px .col_img {
		width: 100%!important;
		max-width: 100%!important;
		margin-bottom: 5vw;
	}
	.row_default_1500px .copy{
		font-size: 1.25rem;
		line-height: 1.5;
		margin-bottom: 3vw;
		letter-spacing: 0;
		text-align: center;
	}
	.row_default_1500px_2 {
		display: block!important;
		margin-bottom: 11vw;
	}
	.row_default_1500px_2 .col_txt {
		width: 100%!important;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_default_1500px_2 .col_img {
		width: 100%!important;
		max-width: 100%!important;
		margin-bottom: 5vw;
	}
	.row_default_1500px_2 .copy{
		font-size: 1.125rem;
		line-height: 1.6;
		margin-bottom: 3vw;
		letter-spacing: 0;
		text-align: center;
	}
	.row_default_1500px_3 {
		display: block!important;
		margin-bottom: 11vw;
	}
	.row_default_1500px_3 .col_txt {
		width: 100%!important;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_default_1500px_3 .col_img {
		width: 100%!important;
		max-width: 100%!important;
		margin-bottom: 5vw;
	}
	.row_default_1500px_4{
		width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_default_1500px_4 .col {
		width: 100%!important;
		max-width: 100%!important;
	}
	.row_default_1500px_4 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 2vw 3vw;
	}
	.row_default_1240px {
		display: block!important;
		margin-bottom: 11vw;
	}
	.row_default_1240px .col_txt {
		width: 100%!important;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_default_1240px .copy {
		font-size: 1.1875rem;
		line-height: 1.6;
		margin-bottom: 3vw;
		letter-spacing: 0;
		text-align: center;
	}
	.row_default_1240px .col_img {
		width: 100%!important;
		max-width: 100%!important;
		margin-bottom: 5vw;
	}
	.row_default01 {
		display: block!important;
		margin-bottom: 11vw;
	}
	.row_default01 .col_txt {
		width: 100%!important;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_default01 .copy {
		font-size: 1.1875rem;
		line-height: 1.6;
		margin-bottom: 3vw;
		letter-spacing: 0;
		text-align: center;
	}
	.row_default01 .col_img {
		width: 100%!important;
		max-width: calc(646 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.row_default02, .row_default03 {
		gap: 5vw 0;
		width: calc(646 / var(--break) * 100vw);
		margin: 0 auto 11vw;
	}
	.row_default03 {
		width: calc(600 / var(--break) * 100vw);
	}
	.row_default02 .col, .row_default03 .col {
		width: 100%!important;
		max-width: 100%!important;
	}
	.row_default02 .ttl, .row_default03 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 2vw 3vw;
	}
	.row_default04 {
		display: block!important;
	}
	.row_default04 .col_img {
		width: 100%!important;
		max-width: 100%!important;
		text-align: center;
		margin-bottom: 5vw;
	}
	.row_default04 .col_txt {
		width: 100%!important;
		max-width: 100%!important;
	}
	.row_default04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		text-align: center;
	}
	.row_default05 {
		gap: 5vw 0;
	}
	.row_default05 .col {
		width: 100%;
		max-width: 600px;
		padding: 5vw 5vw 6vw;
	}
	.row_default05 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	/* box */
	.box_default01 {
		padding: 6vw 5% 7vw;
		margin-bottom: 11vw;
	}
	.box_default01 .ttl {
		font-size: 1.125rem;
		letter-spacing: .0em;
		margin-bottom: 2.5vw;
		line-height: 1.6;
	}
	/* bg */
	.bg_default01 {
		padding: 6.5vw 0 7vw;
	}
	.bg_default01 .copy {
		font-size: 1.25rem;
		line-height: 1.5;
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	/* list */
	.list_default {
		display: block;
	}
	.list_default li {
		width: 100%;
		padding-left: 6vw;
	}
	.list_default li:not(:first-child) {
		margin-top: 3vw;
	}
	.list_default li:before {
		width: calc(12 / var(--break) * 100vw);
		height: calc(12 / var(--break) * 100vw);
	}
	/* case */
	.box_case {
		padding: 4vw 4.5%;
	}
	.box_case > .flex:before {
		border-left-width: calc(15 / var(--break) * 100vw);
		border-top-width: calc(22 / var(--break) * 100vw);
		border-bottom-width: calc(22 / var(--break) * 100vw);
		top: 25%;
	}
	.box_case .col {
		width: 45.5%;
	}
	.box_case .col .ttl {
		font-size: .75rem;
		padding: 0 0 .5vw;
		margin-bottom: 3vw;
	}
	.row_case01:after {
		top: calc(60 / var(--break) * 100vw);
		border-width: calc(24 / var(--break) * 100vw) 0 calc(24 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
	}
	.row_case01 .ttl {
		line-height: calc(60 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.btn_case01.flex {
		height: calc(100 / var(--break) * 100vw);
		font-size: calc( 34 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.btn_case01 .icn {
		width: calc(25 / var(--break) * 100vw);
		height: calc(25 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
	.tbl_case01 {
		margin-top: 6vw!important;
	}
	/* flow */
	.box_flow {
		display: block !important;
		padding: 8vw 5% 7vw;
		margin-bottom: 11vw;
	}
	.box_flow.arw_flow {
		margin-bottom: 15vw;
	}
	.box_flow .col_img {
		width: 100%!important;
		max-width: 100%!important;
		text-align: center;
		margin-bottom: 5.5vw;
	}
	.box_flow .col_txt {
		width: 100%!important;
		max-width: 100%!important;
	}
	.box_flow .col_txt h4 {
		margin-bottom: 3vw;
	}
	.box_flow .col_txt h4 .num {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		font-size: 1.375rem;
	}
	.box_flow .col_txt h4 .ttl {
		width: calc(100% - calc(100 / 750 * 100vw));
		font-size: 1.25rem;
		letter-spacing: 0;
		padding-top: 1vw;
	}
	.arw_flow:before {
		border-top-width: calc(30 / 750 * 100vw);
		border-right-width: calc(45 / 750 * 100vw);
		border-left-width: calc(45 / 750 * 100vw);
		bottom: -9.5vw;
	}
	/* qa */
	.box_qa02 {
		margin-bottom: 8vw;
	}
	.box_qa02 .box_q .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		line-height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.box_qa02 .box_q .txt {
		width: calc(100% - calc(80 / 750 * 100vw));
		font-size: 1.125rem;
		line-height: 1.6;
		letter-spacing: 0;
		padding: 1vw 8vw 1vw 4vw;
	}
	.box_qa02 .box_a .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		line-height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.box_qa02 .box_q .box span {
		line-height: 1.4;
	}
	.box_qa02 .box_a {
		margin-top: 5.5vw;
	}
	.box_qa02 .box_a .txt {
		width: calc(100% - calc(80 / 750 * 100vw));
		padding: 2vw 4vw 5vw;
	}
	.box_qa02 .box_a .box span {
		line-height: 1.5;
	}
	.box_qa02 .box_q .txt .icn {
		width: calc(24 / 750 * 100vw);
		height: calc(24 / 750 * 100vw);
		right: 3.5vw;
	}
	.box_qa03 {
		margin-bottom: 5vw;
	}
	.box_qa03 .box_q .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		line-height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.box_qa03 .box_q .box span {
		line-height: 1;
	}
	.box_qa03 .box_q .txt {
		width: calc(100% - calc(80 / 750 * 100vw));
		font-size: 1.125rem;
		line-height: 1.6;
		letter-spacing: 0;
		padding: 1vw 8vw 1vw 4vw;
	}
	.box_qa03 .box_q .txt .icn {
		width: calc(24 / 750 * 100vw);
		height: calc(24 / 750 * 100vw);
		right: 3.5vw;
	}
	.box_qa03 .box_a {
		padding: 5vw 5% 5.5vw;
	}
	/* accordion */
	.js_acc_toggle {
		height: calc(210 / 750*100vw);
	}
	.js_acc_toggle .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: -2vw;
	}
	.js_acc_toggle .en:before {
		font-size: .625rem;
		letter-spacing: 0;
	}
	.js_acc_toggle .arw:after {

		width: calc(14 / 750*100vw);
		height: calc(20 / 750*100vw);
		right: -.5vw;
		top: 2vw;
	}
	.js_acc_toggle.is_open .arw:before {
		top: 2vw;
	}
	.js_acc_toggle.is_open .arw:after {
		top: 3vw;
		right: 0;
	}
	.js_acc_toggle .arw {
		padding-right: 4vw;
	}
	/* prof */
	.row_prof {
		display: block;
	}
	.box_prof,.box_prof.box_1240px {
		width: 100%;
		padding: 8vw 5%;
	}
	.box_prof h5 {
		font-size: 1.06rem;
		margin-bottom: 4vw;
	}
	.box_prof01 {
		margin-bottom: 5vw;
	}
	.box_prof01 .year {
		width: 25%;
	}
	.box_prof01 .txt {
		width: 75%;
	}
	.box_prof01 li:not(:last-of-type) {
		margin-bottom: 2.5vw;
	}
	.bg_prof {
		padding: 6.5vw 0 8vw;
	}
	.ttl_prof01 {
		padding-bottom: 2.5vw;
		margin-bottom: 4vw;
		font-size: 1.25rem;
		line-height: 1.6;
	}
	.list_prof li {
		padding: 2vw 0;
	}
	/* youtube */
	.box_video01 {
		max-width: 100%!important;
		margin-bottom: 11vw;
	}
	.box_video02 {
		max-width: 100% !important;
	}
	/* table */
	.tbl_default {
		margin-bottom: 11vw;
	}
	.tbl_default th {
		width: 40%;
		padding: 2vw 3vw 3vw;
		-ms-vertical-align: middle;
		vertical-align: middle;
	}
	.tbl_default td {
		width: 60%;
		padding: 2vw 3vw 3vw;;
	}
	.tbl_caption {
		margin-top: 4vw;
	}
	.tbl_recruit table, .tbl_recruit tbody, .tbl_recruit tr, .tbl_recruit th, .tbl_recruit td {
		display: block;
		width: 100%!important;
	}
	.tbl_recruit td input {
		width: 100%;
		padding: 2vw;
	}
	.tbl_recruit td select {
		padding: 2vw;
	}
	.tbl_recruit td textarea {
		max-height: calc(400 / var(--break) * 100vw );
	}
	.bg_form {
		padding: 9vw 3.2vw;
		width: calc(100% + 6.4vw);
		margin-left: -3.2vw;
	}
	.txt_accept {
		margin: 9vw auto 10vw;
	}
	.box_form {
		text-align: left;
		padding: 3vw 5%;
		margin-bottom: 8vw;
	}
	.btn_submit {
		max-width: 300px;
	}
	.btn_submit input {
		font-size: 1.06rem;
		letter-spacing: 0;
		padding: 4vw 5% 5vw;
	}
	.btn_submit:before {
		top: 0;
		right: 5vw;
		width: calc(16 / var(--break) * 100vw );
		height: calc(16 / var(--break) * 100vw );
		border-bottom-width: 1px;
		border-right-width: 1px;
	}
	.btn_submit .wpcf7-spinner {
		right: auto;
		bottom: 0;
	}
	.box_privacy {
		padding: 6.5vw 5% 8vw;
		max-height: calc(626 / var(--break) * 100vw );
		margin-bottom: 8vw;
	}
	.box_privacy .ttl {
		font-size: 1.06rem;
		margin-bottom: 3vw;
	}
	.box_privacy .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.tbl_form01 table {
		display: block;
		max-width: calc( 646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.tbl_form01 th {
		padding: 3vw 0 0;
	}
	.tbl_form01 td {
		padding: 4vw 0 5vw;
	}
	.tbl_form01 .require span:after {
		width: calc(80 / var(--break)* 100vw);
		height: calc(40 / var(--break)* 100vw);
		line-height: calc(40 / var(--break)* 100vw);
		font-size: .75rem;
		letter-spacing: 0;
	}
	.btn_submit input {
		font-size: 1.125rem;
	}
	.tbl_time01, .tbl_time01.day8 {
		max-width: 100%;
	}
	.tbl_time01 th {
		letter-spacing: .1em;
	}
	.tbl_time01 thead th {
		padding: 1.5vw 0 2.2vw;
	}
	.tbl_time01 thead th:first-child, .tbl_time01 tbody th {
		width: 35%;
	}
	.tbl_time01.day8 thead th:first-child, .tbl_time01.day8 tbody th {
		width: 32%;
	}
	.tbl_time01 tbody th, .tbl_time01 tbody td {
		padding: 2vw 0 2.2vw;
	}
	.tbl_time01 tbody th {
		font-size: .875rem;
		letter-spacing: .05em;
	}
	.tbl_time01 tbody td {
		font-size: .75rem;
		padding-left: .05em;
	}
	.tbl_time01 thead th:not(:first-child), .tbl_time01 tbody td {
		width: calc(53% / 6);
	}
	.tbl_time01.day8 thead th:not(:first-child), .tbl_time01.day8 tbody td {
		width: calc(55% / 7);
	}
	.tbl_time01 thead th:last-child, .tbl_time01 tbody td:last-child {
		width: calc(53% / 6);
	}
	.tbl_time01.day8 thead th:last-child, .tbl_time01.day8 tbody td:last-child {
		width: calc(55% / 7);
	}
	.tbl_time02, .tbl_time02.day8 {
		max-width: 100%;
	}
	.tbl_time02 .box {
		padding: 1.7vw 5vw;
	}
	.tbl_time02 table {
		max-width: 100%;
	}
	.tbl_time02 th {
		letter-spacing: .1em;
	}
	.tbl_time02 thead th {
		padding: 1vw 0 3vw;
	}
	.tbl_time02 tbody th {
		font-size: .875rem;
		letter-spacing: .05em;
	}
	.tbl_time02 thead th:first-child, .tbl_time02 tbody th {
		width: 37%;
	}
	.tbl_time02.day8 thead th:first-child, .tbl_time02.day8 tbody th {
		width: 38%;
	}
	.tbl_time02.day8 tbody th {
		padding-right: 0;
	}
	.tbl_time02 tbody th, .tbl_time02 tbody td {
		padding: 3vw 0 1vw;
	}
	.tbl_time02 tbody tr:last-child th, .tbl_time02 tbody tr:last-child td {
		padding: 0 0 2vw;
	}
	.tbl_time02 tbody td {
		font-size: .75rem;
		padding-left: .05em;
	}
	.tbl_time02 thead th:not(:first-child), .tbl_time02 tbody td {
		width: calc(52% / 6);
	}
	.tbl_time02.day8 thead th:not(:first-child), .tbl_time02.day8 tbody td {
		width: calc(51% / 7);
	}
	.tbl_time02 thead th:last-child, .tbl_time02 tbody td:last-child {
		width: 11%;
	}
	.tbl_time02.day8 thead th:last-child, .tbl_time02.day8 tbody td:last-child {
		width: 11%;
	}
	
	.tbl_time03 {
		width: 100%;
		max-width: 100%;
	}
	.tbl_time03 table {
		width: 100%;
		margin: 0 auto;
	}
	.tbl_time03 th, 
	.tbl_time03 td {
		font-weight: 300!important;
		font-size: 1.125rem;
	}
	.tbl_time03 thead th {
		font-size: 1rem;
		padding: calc(30 / var(--break) * 100vw ) 0 calc(35 / var(--break) * 100vw );
	}
	.tbl_time03 thead th:first-child, .tbl_time03 tbody th {
		width: 39%;
	}
	.tbl_time03.day8 thead th:first-child, .tbl_time03.day8 tbody th {
		width: 36%;
	}
	.tbl_time03 tbody th, .tbl_time03 tbody td {
		padding: calc(35 / var(--break) * 100vw ) 0 calc(23 / var(--break) * 100vw );
		line-height: 1.5;
	}
	.tbl_time03 tbody tr:last-child th, .tbl_time03 tbody tr:last-child td {
		padding: calc(3 / var(--break) * 100vw ) 0 calc(40 / var(--break) * 100vw );
	}
	.tbl_time03 tbody tr:last-child th,.tbl_time03 tbody th {
		padding-right: calc( 10 / var(--break) * 100vw );
	}
	.tbl_time03 thead th:not(:first-child), .tbl_time03 tbody td {
		width: calc(58% / 6);
	}
	.tbl_time03.day8 thead th:not(:first-child), .tbl_time03.day8 tbody td {
		width: calc(49% / 7);
	}
	.tbl_time03 tbody th {
		font-size: .875rem;
	}
	.tbl_time03.day8 tbody th {
		padding-right: calc( 10 / var(--break) * 100vw );
	}
	.tbl_time03.day8 thead th:not(:first-child), .tbl_time03.day8 tbody td {
		width: calc(53% / 7);
	}
	.tbl_time03 thead th:last-child, .tbl_time03 tbody td:last-child {
		width: 12%!important;
		text-align: left;
	}
	.tbl_time03.day8 thead th:last-child, .tbl_time03.day8 tbody td:last-child {
		width: 11%!important;
	}
	.tbl_time03 tbody td {
		font-size: .75rem!important;
		padding-left: .05em;
	}
	.tbl_time01_16px, .tbl_time02_16px {
		font-size: 100%;
	}
	.tbl_time01_16px, .tbl_time01_16px.day8 {
		max-width: 100%;
	}
	.tbl_time01_16px th {
		letter-spacing: .1em;
	}
	.tbl_time01_16px thead th {
		font-size: 1rem;
		letter-spacing: 0;
		padding: 2vw 0 2.2vw;
	}
	.tbl_time01_16px thead th:first-child, .tbl_time01_16px tbody th {
		width: 35%;
	}
	.tbl_time01_16px.day8 thead th:first-child, .tbl_time01_16px.day8 tbody th {
		width: 32%;
	}
	.tbl_time01_16px tbody th, .tbl_time01_16px tbody td {
		padding: 2vw 0 2.2vw;
	}
	.tbl_time01_16px tbody th {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.tbl_time01_16px tbody td {
		font-size: .75rem;
		padding-left: .05em;
	}
	.tbl_time01_16px thead th:not(:first-child), .tbl_time01_16px tbody td {
		width: calc(53% / 6);
	}
	.tbl_time01_16px.day8 thead th:not(:first-child), .tbl_time01_16px.day8 tbody td {
		width: calc(57% / 7);
	}
	.tbl_time01_16px thead th:last-child, .tbl_time01_16px tbody td:last-child {
		width: 12%;
	}
	.tbl_time01_16px.day8 thead th:last-child, .tbl_time01_16px.day8 tbody td:last-child {
		width: 11%;
	}
	.tbl_time02_16px, .tbl_time02_16px.day8 {
		max-width: 100%;
	}
	.tbl_time02_16px .box {
		padding: 1.7vw 5vw;
	}
	.tbl_time02_16px th {
		letter-spacing: .1em;
	}
	.tbl_time02_16px thead th {
		padding: 2vw 0 3vw;
		font-size: 1rem;
		letter-spacing: 0;
	}
	.tbl_time02_16px thead th:first-child, .tbl_time02_16px tbody th {
		width: 37%;
	}
	.tbl_time02_16px.day8 thead th:first-child, .tbl_time02_16px.day8 tbody th {
		width: 38%;
	}
	.tbl_time02_16px tbody th, .tbl_time02_16px tbody td {
		padding: 3vw 0 2vw;
	}
	.tbl_time02_16px tbody th {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.tbl_time02_16px tbody tr:last-child th, .tbl_time02_16px tbody tr:last-child td {
		padding: 0 0 2vw;
	}
	.tbl_time02_16px tbody td {
		font-size: .75rem;
		padding-left: .05em;
	}
	.tbl_time02_16px thead th:not(:first-child), .tbl_time02_16px tbody td {
		width: calc(52% / 6);
	}
	.tbl_time02_16px.day8 thead th:not(:first-child), .tbl_time02_16px.day8 tbody td {
		width: calc(51% / 7);
	}
	.tbl_time02_16px thead th:last-child, .tbl_time02_16px tbody td:last-child {
		width: 11%;
	}
	.tbl_time02_16px.day8 thead th:last-child, .tbl_time02_16px.day8 tbody td:last-child {
		width: 11%;
	}
	.tbl_time .tbl_caption {
		font-size: .875rem;
		letter-spacing: 0;
		margin-top: 3vw;
		line-height: 1.6;
	}
	.bg_pay {
		padding: 5vw 0;
	}
	.row_pay .col {
		width: 48%;
		margin-right: 4%;
		padding: 5vw;
	}
	.row_pay .col:nth-child(2n) {
		margin-right: 0;
	}
	.row_pay .col:nth-child(-n+2) {
		margin-bottom: 5vw;
	}
	.row_pay .icn {
		width: calc( 176 / var(--break) * 100vw );
	}
	.row_pay .copy {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_pay .txt {
		font-size: .875rem;
	}
	.row_pay .bdr {
		margin-bottom: 2vw;
		padding-bottom: 2vw;
	}
}
/* ボタン button
------------------------------------------------------------------*/
.btn_default01 {
	max-width: 380px;
	width: calc(380 / 1920 * 100vw);
	text-align: center;
}
.btn_default01 a {
	display: block;
	border: 1px solid #555;
	padding: calc(20 / 1920 * 100vw) 3% calc(22 / 1920 * 100vw);
	position: relative;
	z-index: 1;
	transition: .3s;
}
.btn_default01 a:hover {
	background: #555;
	color: #fff;
}
.btn_default01.arw01 a:after {
	content: "";
	position: absolute;
	border-left: calc(8 / 1920 * 100vw) solid #555;
	border-top: calc(8 / 1920 * 100vw) solid transparent;
	border-bottom: calc(8 / 1920 * 100vw) solid transparent;
	bottom: calc(2 / 1920 * 100vw);
	right: calc(6 / 1920 * 100vw);
	width: 0;
	height: 0;
	transform: rotate(45deg);
	transition: .3s;
}
.btn_default01.arw01 a:hover:after {
	border-left-color: #fff;
	transition: .3s;
}
.btn_default01.arw02 a:after {
	content: "";
	position: absolute;
	width: calc(7 / 1920 * 100vw);
	height: calc(7 / 1920 * 100vw);
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	transform: rotate(-45deg);
	right: calc(30 / 1920 * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .15s;
}
.btn_default01.arw02 a:hover:after {
	border-bottom-color: #fff;
	border-right-color: #fff;
	right: calc(25 / 1920 * 100vw);
	transition: .3s;
}
.btn_default01.arw03 a:before,.btn_default01.arw03 a:after {
	content: "";
	position: absolute;
	border-top: 1px solid #555;
	transform: rotate(25deg);
	width: calc(10 / 1920*100vw);
	height: 0;
	right: calc(30 / 1920*100vw);
	top: calc(-4 / 1920*100vw);
	bottom: 0;
	margin: auto;
	transition: .15s;
}
.btn_default01.arw03 a:after {
	transform: rotate(-25deg);
	top: calc(4 / 1920*100vw);
}
.btn_default01.arw03 a:hover:before,.btn_default01.arw03 a:hover:after {
	border-top-color: #fff;
	transition: .3s;
	right: calc(25 / 1920*100vw);
}
.btn_default01.arw04 a:after {
	content: "";
	position: absolute;
	border-left: calc(7 / 1920*100vw) solid #555;
	border-top: calc(5 / 1920*100vw) solid transparent;
	border-bottom: calc(5 / 1920*100vw) solid transparent;
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(30 / 1920*100vw);
	width: 0;
	height: 0;
	transform: rotate(0);
	transition: .15s;
}
.btn_default01.arw04 a:hover:after {
	border-left-color: #fff;
	right: calc(25 / 1920*100vw);
	transition: .3s;
}
.btn_default01.border01 a {
	background: none;
	color: #555;
	opacity: 1;
}
.btn_default01.border01 a:after {
	content: "";
	position: absolute;
	width: calc(50 / 1920*100vw);
	height: 0;
	border-top: 1px solid #555;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .15s;
}
.btn_default01.border01 a:hover:after {
	right: calc(-25 / 1920*100vw);
	transition: .3s;
}
.btn_default01.border02 a {
	background: none;
	color: #555;
	opacity: 1;
}
.btn_default01.border02 a:before,.btn_default01.border02 a:after {
	content: "";
	position: absolute;
	width: calc(50 / 1920 * 100vw);
	height: 0;
	border-top: 1px solid #555;
	right: calc(-25 / 1920 * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .15s;
}
.btn_default01.border02 a:before {
	width: calc(10 / 1920 * 100vw);
	transform: rotate(45deg);
	top: calc(-8 / 1920 * 100vw);
}
.btn_default01.border02 a:hover:before,.btn_default01.border02 a:hover:after {
	transition: .3s;
	right: calc(-30 / 1920 * 100vw);
}
.btn_default01.border03 a {
	padding: calc(5 / 1920 * 100vw);
}
.btn_default01.border03 .box {
	padding: calc(13 / 1920 * 100vw) 3% calc(18 / 1920 * 100vw);
	border: 1px solid #555;
}
.btn_default01.border03 a:hover .box {
	border-color: #fff;
}
.btn_default01.glow01 a {
	background: #555;
	color: #fff;
	overflow: hidden;
}
.btn_default01.glow01 a:hover {
	opacity: 1;
}
.btn_default01.glow01 a:after {
	content: "";
	position: absolute;
	background: rgba(255,255,255,.1);
	width: calc(50 / 1920 * 100vw);
	height: calc(155 / 1920 * 100vw);
	left: calc(-75 / 1920 * 100vw);
	top: calc(-50 / 1920 * 100vw);
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn_default01.glow01 a:hover:after {
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn_default01.slope01 {
	position: relative;
	z-index: 1;
}
.btn_default01.slope01 a {
	overflow: hidden;
	background: none;
}
.btn_default01.slope01 a:hover {
	opacity: 1;
}
.btn_default01.slope01 a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	left: -5.5%;
	bottom: 0;
	background: #555;
	-webkit-transition: .3s;
	transition: .3s;
	transform: skewX(25deg);
	z-index: -1;
}
.btn_default01.slope01 a:hover:after {
	width: 120%;
}
.btn_default01.slope01 span {
	z-index: 1;
	position: relative;
}
.btn_default01.gradation01 a {
	background: -moz-linear-gradient(-40deg, #aaa, #555); 
	background: -webkit-linear-gradient(-40deg, #aaa, #555); 
	background: linear-gradient(120deg, #aaa, #555);
	padding: 0;
	position: relative;
	border: none;
	opacity: 1;
}
.btn_default01.gradation01 a .box {
	padding: calc(20 / 1920*100vw) 3% calc(25 / 1920*100vw);
}
.btn_default01.gradation01 a .box:before {
	content: "";
	position: absolute;
	background: #fff;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
}
.btn_default01.gradation01 a:hover .box:before {
	opacity: 0;
	transition: .3s;
}
.btn_default01.gradation01 .box span {
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.btn_default01 {
		width: calc(380 / 1599 * 100vw);
	}
	.btn_default01 a {
		padding: calc(20 / 1599 * 100vw) 3% calc(22 / 1599 * 100vw);
	}
	.btn_default01.arw01 a:after {
		border-left-width: calc(8 / 1599 * 100vw);
		border-top-width: calc(8 / 1599 * 100vw);
		border-bottom-width: calc(8 / 1599 * 100vw);
		bottom: calc(2 / 1599 * 100vw);
		right: calc(6 / 1599 * 100vw);
	}
	.btn_default01.arw02 a:after {
		width: calc(7 / 1599*100vw);
		height: calc(7 / 1599*100vw);
		right: calc(30 / 1599 * 100vw);
	}
	.btn_default01.arw02 a:hover:after {
		right: calc(25 / 1599 * 100vw);
	}
	.btn_default01.arw03 a:before,.btn_default01.arw03 a:after {
		width: calc(10 / 1599*100vw);
		right: calc(30 / 1599*100vw);
		top: calc(-4 / 1599*100vw);
	}
	.btn_default01.arw03 a:after {
		top: calc(4 / 1599*100vw);
	}
	.btn_default01.arw03 a:hover:before,.btn_default01.arw03 a:hover:after {
		right: calc(25 / 1599*100vw);
	}
	.btn_default01.arw04 a:after {
		border-left: calc(7 / 1599*100vw) solid #555;
		border-top: calc(5 / 1599*100vw) solid transparent;
		border-bottom: calc(5 / 1599*100vw) solid transparent;
		right: calc(30 / 1599*100vw);
	}
	.btn_default01.arw04 a:hover:after {
		right: calc(25 / 1599*100vw);
	}
	.btn_default01.border01 a:after {
		width: calc(50 / 1599*100vw);
	}
	.btn_default01.border01 a:hover:after {
		right: calc(-25 / 1599*100vw);
	}
	.btn_default01.border02 a:before,.btn_default01.border02 a:after {
		width: calc(50 / 1599 * 100vw);
		right: calc(-25 / 1599 * 100vw);
	}
	.btn_default01.border02 a:before {
		width: calc(10 / 1599 * 100vw);
		top: calc(-8 / 1599 * 100vw);
	}
	.btn_default01.border02 a:hover:before,.btn_default01.border02 a:hover:after {
		right: calc(-30 / 1599 * 100vw);
	}
	.btn_default01.border03 a {
		padding: calc(5 / 1599 * 100vw);
	}
	.btn_default01.border03 .box {
		padding: calc(13 / 1599 * 100vw) 3% calc(18 / 1599 * 100vw);
	}
	.btn_default01.glow01 a:after {
		width: calc(50 / 1599 * 100vw);
		height: calc(155 / 1599 * 100vw);
		left: calc(-75 / 1599 * 100vw);
		top: calc(-50 / 1599 * 100vw);
	}
	.btn_default01.gradation01 a .box {
		padding: calc(20 / 1599*100vw) 3% calc(25 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.btn_default01 {
		width: calc(380 / 1299 * 100vw);
	}
	.btn_default01 a {
		padding: calc(20 / 1299 * 100vw) 3% calc(22 / 1299 * 100vw);
	}
	.btn_default01.arw01 a:after {
		border-left-width: calc(8 / 1299 * 100vw);
		border-top-width: calc(8 / 1299 * 100vw);
		border-bottom-width: calc(8 / 1299 * 100vw);
		bottom: calc(2 / 1299 * 100vw);
		right: calc(6 / 1299 * 100vw);
	}
	.btn_default01.arw02 a:after {
		width: calc(7 / 1299*100vw);
		height: calc(7 / 1299*100vw);
		right: calc(30 / 1299 * 100vw);
	}
	.btn_default01.arw02 a:hover:after {
		right: calc(25 / 1299 * 100vw);
	}
	.btn_default01.arw03 a:before,.btn_default01.arw03 a:after {
		width: calc(10 / 1299*100vw);
		right: calc(30 / 1299*100vw);
		top: calc(-4 / 1299*100vw);
	}
	.btn_default01.arw03 a:after {
		top: calc(4 / 1299*100vw);
	}
	.btn_default01.arw03 a:hover:before,.btn_default01.arw03 a:hover:after {
		right: calc(25 / 1299*100vw);
	}
	.btn_default01.arw04 a:after {
		border-left: calc(7 / 1299*100vw) solid #555;
		border-top: calc(5 / 1299*100vw) solid transparent;
		border-bottom: calc(5 / 1299*100vw) solid transparent;
		right: calc(30 / 1299*100vw);
	}
	.btn_default01.arw04 a:hover:after {
		right: calc(25 / 1299*100vw);
	}
	.btn_default01.border01 a:after {
		width: calc(50 / 1299*100vw);
	}
	.btn_default01.border01 a:hover:after {
		right: calc(-25 / 1299*100vw);
	}
	.btn_default01.border02 a:before,.btn_default01.border02 a:after {
		width: calc(50 / 1299 * 100vw);
		right: calc(-25 / 1299 * 100vw);
	}
	.btn_default01.border02 a:before {
		width: calc(10 / 1299 * 100vw);
		top: calc(-8 / 1299 * 100vw);
	}
	.btn_default01.border02 a:hover:before,.btn_default01.border02 a:hover:after {
		right: calc(-30 / 1299 * 100vw);
	}
	.btn_default01.border03 a {
		padding: calc(5 / 1299 * 100vw);
	}
	.btn_default01.border03 .box {
		padding: calc(13 / 1299 * 100vw) 3% calc(18 / 1299 * 100vw);
	}
	.btn_default01.glow01 a:after {
		width: calc(50 / 1299 * 100vw);
		height: calc(155 / 1299 * 100vw);
		left: calc(-75 / 1299 * 100vw);
		top: calc(-50 / 1299 * 100vw);
	}
	.btn_default01.gradation01 a .box {
		padding: calc(20 / 1299*100vw) 3% calc(25 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.btn_default01 {
		max-width: calc(500 / 750*100vw);
	}
	.btn_default01 a {
		padding: 2.5vw 3% 3.5vw;
	}
	.btn_default01.arw01 a:after {
		border-left-width: calc(14 / 750*100vw);
		border-top-width: calc(14 / 750*100vw);
		border-bottom-width: calc(14 / 750*100vw);
		right: 1vw;
		bottom: 0;
	}
	.btn_default01.arw02 a:after {
		width: calc(14 / 750*100vw);
		height: calc(14 / 750*100vw);
		right: 5vw;
	}
	.btn_default01.arw02 a:hover:after {
		right: 5vw;
	}
	.btn_default01.arw03 a:before, .btn_default01.arw03 a:after {
		width: calc(16 / 750*100vw);
	}
	.btn_default01.arw03 a:before {
		top: -1vw;
	}
	.btn_default01.arw03 a:after {
		top: 1vw;
	}
	.btn_default01.arw03 a:before, .btn_default01.arw03 a:after {
		right: 5vw;
	}
	.btn_default01.arw03 a:hover:before, .btn_default01.arw03 a:hover:after {
		right: 5vw;
	}
	.btn_default01.arw04 a:after {
		border-left-width: calc(10 / 750*100vw);
		border-top-width: calc(8 / 750*100vw);
		border-bottom-width: calc(8 / 750*100vw);
		right: 5vw;
	}
	.btn_default01.arw04 a:hover:after {
		right: 5vw;
	}
	.btn_default01.border01 a:after,.btn_default01.border01 a:hover:after {
		right: -5.5vw;
	}
	.btn_default01.border01 a:after {
		width: calc(80 / 750*100vw);
	}
	.btn_default01.border02 a:before, .btn_default01.border02 a:after,
	.btn_default01.border02 a:hover:before, .btn_default01.border02 a:hover:after {
		right: -5vw;
	}
	.btn_default01.border02 a:before {
		width: calc(14 / 750*100vw);
		top: -1.5vw;
	}
	.btn_default01.border02 a:after {
		width: calc(80 / 750*100vw);
	}
	.btn_default01.border03 .box {
		padding: 2.5vw 3% 3.5vw;
	}
	.btn_default01.gradation01 a .box {
		padding: 2.5vw 3% 3.5vw;
	}
	.btn_default01.border03 a {
		padding: 1vw;
	}
	.btn_default01.glow01 a:after {
		width: calc(50 / 750 * 100vw);
		height: calc(155 / 750 * 100vw);
		left: calc(-75 / 750 * 100vw);
		top: calc(-50 / 750 * 100vw);
	}
	.btn_default01.gradation01 a .box {
		padding: 2.5vw 3% 3.5vw;
	}
}


/*  */
.list_circle li { position: relative; }
.list_circle li::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.list_circle li > *:not(.none){
	width: 100%;
	height: 100%;
	margin-top: -100%;
	border-radius: 100%;
	position: absolute;
}

.btn_arw_parts01::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.btn_arw_parts02::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: 20px;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #aaa;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #A09986;
	--color02: #F8F8F8;
	--color03: #86BFAC;
	--color04: #F3EFDE;
	--color05: #E3ECF1;
	--color06: #D8D3C9;
	--color07: #B0AFA2;
	--color08: #F8F6F1;
	--color09: #F0F3F5;

	--color10: #93B2C7;
	--color11: #5686A7;
	--color12: #B3910A;
	--color13: #E2EDED;
	--color14: #FFFFFF;
	--color15: #222222;
	--color16: #8E8E8E;
	--color17: #A7A7A7;
	--color18: #D5D5D5;
	--color19: #DEDEDE;
	--color20: #E8E8E8;
	--color21: #CACACA;
	--color22: #af9a47;
	--color23: #53a086;;

    --size5px:  calc(5 / var(--break) * 100vw);
    --size10px:  calc(10 / var(--break) * 100vw);
    --size15px:  calc(15 / var(--break) * 100vw);
    --size20px:  calc(20 / var(--break) * 100vw); 
    --size25px:  calc(25 / var(--break) * 100vw);
    --size30px:  calc(30 / var(--break) * 100vw);
    --size35px:  calc(35 / var(--break) * 100vw);
    --size40px:  calc(40 / var(--break) * 100vw);
    --size45px:  calc(45 / var(--break) * 100vw);
    --size50px:  calc(50 / var(--break) * 100vw);
    --size55px:  calc(55 / var(--break) * 100vw);
    --size60px:  calc(60/ var(--break) * 100vw);
    --size65px:  calc(65 / var(--break) * 100vw);
    --size70px:  calc(70 / var(--break) * 100vw);
    --size75px:  calc(75 / var(--break) * 100vw);
    --size80px:  calc(80 / var(--break) * 100vw);
    --size85px:  calc(85 / var(--break) * 100vw);
    --size90px:  calc(90 / var(--break) * 100vw);
    --size95px:  calc(95 / var(--break) * 100vw);
    --size100px:  calc(100 / var(--break) * 100vw);
    --size105px:  calc(105 / var(--break) * 100vw);
    --size110px:  calc(110 / var(--break) * 100vw);
    --size115px:  calc(115 / var(--break) * 100vw);
    --size120px:  calc(120 / var(--break) * 100vw);
    --size125px:  calc(125 / var(--break) * 100vw);
    --size130px:  calc(130 / var(--break) * 100vw);
    --size135px:  calc(135 / var(--break) * 100vw);
    --size140px:  calc(140 / var(--break) * 100vw);
    --size145px:  calc(145 / var(--break) * 100vw);
    --size150px:  calc(150 / var(--break) * 100vw);
    --size160px:  calc(160 / var(--break) * 100vw);
    --size170px:  calc(170 / var(--break) * 100vw);
    --size180px:  calc(180 / var(--break) * 100vw);
    --size190px:  calc(190 / var(--break) * 100vw);
    --size200px:  calc(200 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width: 1599px) {
    :root {
		--break: 1599;
    }
}
@media(min-width: 768px) and (max-width: 1299px) {
    :root {
		--break: 1299;
    }
}
@media(max-width:767px) {
        :root {
		--break: 750;
    }
}

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #222222;
	text-decoration: underline;
}
.shr {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.shm {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.arn {
	font-family: "arno-pro-display", serif;
	font-weight: 300;
	font-style: normal;
}
.bg_pt01 {
	background: url("images/page/bg_pattern04.png") repeat center / calc(596 / var(--break) * 100vw)
}

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #222222;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body .page_main{
	text-align: left;
	font-feature-settings: normal;
}
body .en{
	font-weight: 300;
}
body{
	overflow: hidden
}
.depilation .com_pageTit01 .titBox .ja {
	font-size: 36px;
	color: #796A56;
}
.depilation .fix_web {
	display: none;
}
.depilation .bottom-btn .flexBox {
	justify-content: center;
}
.depilation .fix_line {
	margin-right: calc(10 / var(--break) * 100vw);
}
footer {
	font-weight: 500;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
video {
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
#wrap {
	overflow: hidden;
}
.oh {
	overflow: hidden;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
a.zoom{
	pointer-events: none;
}
.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500,.inner1600,.inner1720
{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.inner1000 {
	max-width: 1000px;
}
.inner1140 {
	max-width: 1140px;
}
.inner1200 {
	max-width: 1200px;
}
.inner1340 {
	max-width: 1340px;
}
.inner1500 {
	max-width: 1500px;
}
.inner1600 {
	max-width: 1600px;
}
.inner1720 {
	max-width: 1720px;
}
.w100 {
	width: 100%!important;
}
table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.adjust {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	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;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.flex.cc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
.flex.ccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center;}
.flex.cccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; -webkit-flex-direction:column; flex-direction:column;}
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

.ccl { border-radius: 100%; }
.bdrd5 {border-radius: var(--size5px);}
.bdrd10 {border-radius: var(--size10px);}
.bdrd15 {border-radius: var(--size15px);}
.bdrd20 {border-radius: var(--size20px);}
.bdrd25 {border-radius: var(--size25px);}
.bdrd30 {border-radius: var(--size30px);}
.bdrd35 {border-radius: var(--size35px);}
.bdrd40 {border-radius: var(--size40px);}
.bdrd45 {border-radius: var(--size45px);}
.bdrd50 {border-radius: var(--size50px);}

.txt_center { text-align: center; }
.txt_right { text-align: right; }
.txt_rl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.mgn_a {
	margin-left: auto;
	margin-right: auto;
}
.mgn_l { margin-left: auto; }
.mgn_r { margin-right: auto; }
.no_mgn { margin-bottom: 0!important;}
.mb5    { margin-bottom: var(--size5px); }
.mb10   { margin-bottom: var(--size10px); }
.mb15   { margin-bottom: var(--size15px); }
.mb20   { margin-bottom: var(--size20px); }
.mb25   { margin-bottom: var(--size25px); }
.mb30   { margin-bottom: var(--size30px); }
.mb35   { margin-bottom: var(--size35px); }
.mb40   { margin-bottom: var(--size40px); }
.mb45   { margin-bottom: var(--size45px); }
.mb50   { margin-bottom: var(--size50px); }
.mb55   { margin-bottom: var(--size55px); }
.mb60   { margin-bottom: var(--size60px); }
.mb65   { margin-bottom: var(--size65px); }
.mb70   { margin-bottom: var(--size70px); }
.mb75   { margin-bottom: var(--size75px); }
.mb80   { margin-bottom: var(--size80px); }
.mb85   { margin-bottom: var(--size85px); }
.mb90   { margin-bottom: var(--size90px); }
.mb95   { margin-bottom: var(--size95px); }
.mb100  { margin-bottom: var(--size100px); }
.mb105  { margin-bottom: var(--size105px); }
.mb110  { margin-bottom: var(--size110px); }
.mb115  { margin-bottom: var(--size115px); }
.mb120  { margin-bottom: var(--size120px); }
.mb125  { margin-bottom: var(--size125px); }
.mb130  { margin-bottom: var(--size130px); }
.mb135  { margin-bottom: var(--size135px); }
.mb140  { margin-bottom: var(--size140px); }
.mb145  { margin-bottom: var(--size145px); }
.mb150  { margin-bottom: var(--size150px); }
.mb05em { margin-bottom:0.5em; }
.mb10em { margin-bottom:1.0em; }
.mb15em { margin-bottom:1.5em; }
.mb20em { margin-bottom:2.0em; }
.mb25em { margin-bottom:2.5em; }
.mb30em { margin-bottom:3.0em; }

.mt5    { margin-top: var(--size5px); }
.mt10   { margin-top: var(--size10px); }
.mt15   { margin-top: var(--size15px); }
.mt20   { margin-top: var(--size20px); }
.mt25   { margin-top: var(--size25px); }
.mt30   { margin-top: var(--size30px); }
.mt35   { margin-top: var(--size35px); }
.mt40   { margin-top: var(--size40px); }
.mt45   { margin-top: var(--size45px); }
.mt50   { margin-top: var(--size50px); }
.mt55   { margin-top: var(--size55px); }
.mt60   { margin-top: var(--size60px); }
.mt65   { margin-top: var(--size65px); }
.mt70   { margin-top: var(--size70px); }
.mt75   { margin-top: var(--size75px); }
.mt80   { margin-top: var(--size80px); }
.mt85   { margin-top: var(--size85px); }
.mt90   { margin-top: var(--size90px); }
.mt95   { margin-top: var(--size95px); }
.mt100  { margin-top: var(--size100px); }
.mt105  { margin-top: var(--size105px); }
.mt110  { margin-top: var(--size110px); }
.mt115  { margin-top: var(--size115px); }
.mt120  { margin-top: var(--size120px); }
.mt125  { margin-top: var(--size125px); }
.mt130  { margin-top: var(--size130px); }
.mt135  { margin-top: var(--size135px); }
.mt140  { margin-top: var(--size140px); }
.mt145  { margin-top: var(--size145px); }
.mt150  { margin-top: var(--size150px); }
.mt05em { margin-top:0.5em; }
.mt10em { margin-top:1.0em; }
.mt15em { margin-top:1.5em; }
.mt20em { margin-top:2.0em; }
.mt25em { margin-top:2.5em; }
.mt30em { margin-top:3.0em; }

.mr5 {margin-right: var(--size5px); }
.mr10 {margin-right: var(--size10px); }
.mr15 {margin-right: var(--size15px); }
.mr20 {margin-right: var(--size20px); }
.mr25 {margin-right: var(--size25px); }
.mr30 {margin-right: var(--size30px); }
.mr35 {margin-right: var(--size35px); }
.mr40 {margin-right: var(--size40px); }
.mr45 {margin-right: var(--size45px); }
.mr50 {margin-right: var(--size50px); }

.ml5 {margin-left: var(--size5px); }
.ml10 {margin-left: var(--size10px); }
.ml15 {margin-left: var(--size15px); }
.ml20 {margin-left: var(--size20px); }
.ml25 {margin-left: var(--size25px); }
.ml30 {margin-left: var(--size30px); }
.ml35 {margin-left: var(--size35px); }
.ml40 {margin-left: var(--size40px); }
.ml45 {margin-left: var(--size45px); }
.ml50 {margin-left: var(--size50px); }

.db { display: block; }
.dib { display: inline-block; }
.por { position: relative; z-index: 1; }
.poa { position: absolute; }
.zi0 { z-index: 0; }
.zi1 { z-index: 1; }
.zi2 { z-index: 2; }

.turn_up {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.lh1 { line-height: 1; }
.lh11 { line-height: 1.1; }
.lh12 { line-height: 1.2; }
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.lh16 { line-height: 1.6; }
.lh17 { line-height: 1.7; }
.lh18 { line-height: 1.8; }
.lh19 { line-height: 1.9; }
.lh2 { line-height: 2; }
.lh22 { line-height: 2.2; }
.lh25 { line-height: 2.5; }

.pt0 { padding-top: 0; }
.pt5 { padding-top: var(--size5px); }
.pt10 { padding-top: var(--size10px); }
.pt15 { padding-top: var(--size15px); }
.pt20 { padding-top: var(--size20px); }
.pt25 { padding-top: var(--size25px); }
.pt30 { padding-top: var(--size30px); }
.pt35 { padding-top: var(--size35px); }
.pt40 { padding-top: var(--size40px); }
.pt45 { padding-top: var(--size45px); }
.pt50 { padding-top: var(--size50px); }
.pt55 { padding-top: var(--size55px); }
.pt60 { padding-top: var(--size60px); }
.pt65 { padding-top: var(--size65px); }
.pt70 { padding-top: var(--size70px); }
.pt75 { padding-top: var(--size75px); }
.pt80 { padding-top: var(--size80px); }
.pt85 { padding-top: var(--size85px); }
.pt90 { padding-top: var(--size90px); }
.pt95 { padding-top: var(--size95px); }
.pt100 { padding-top: var(--size100px); }
.pt105 { padding-top: var(--size105px); }
.pt110 { padding-top: var(--size110px); }
.pt115 { padding-top: var(--size115px); }
.pt120 { padding-top: var(--size120px); }
.pt125 { padding-top: var(--size125px); }
.pt130 { padding-top: var(--size130px); }
.pt135 { padding-top: var(--size135px); }
.pt140 { padding-top: var(--size140px); }
.pt145 { padding-top: var(--size145px); }
.pt150 { padding-top: var(--size150px); }
.pt160 { padding-top: var(--size160px); }
.pt170 { padding-top: var(--size170px); }
.pt180 { padding-top: var(--size180px); }
.pt190 { padding-top: var(--size190px); }
.pt200 { padding-top: var(--size200px); }

.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: var(--size5px); }
.pb10 { padding-bottom: var(--size10px); }
.pb15 { padding-bottom: var(--size15px); }
.pb20 { padding-bottom: var(--size20px); }
.pb25 { padding-bottom: var(--size25px); }
.pb30 { padding-bottom: var(--size30px); }
.pb35 { padding-bottom: var(--size35px); }
.pb40 { padding-bottom: var(--size40px); }
.pb45 { padding-bottom: var(--size45px); }
.pb50 { padding-bottom: var(--size50px); }
.pb55 { padding-bottom: var(--size55px); }
.pb60 { padding-bottom: var(--size60px); }
.pb65 { padding-bottom: var(--size65px); }
.pb70 { padding-bottom: var(--size70px); }
.pb75 { padding-bottom: var(--size75px); }
.pb80 { padding-bottom: var(--size80px); }
.pb85 { padding-bottom: var(--size85px); }
.pb90 { padding-bottom: var(--size90px); }
.pb95 { padding-bottom: var(--size95px); }
.pb100 { padding-bottom: var(--size100px); }
.pb105 { padding-bottom: var(--size105px); }
.pb110 { padding-bottom: var(--size110px); }
.pb115 { padding-bottom: var(--size115px); }
.pb120 { padding-bottom: var(--size120px); }
.pb125 { padding-bottom: var(--size125px); }
.pb130 { padding-bottom: var(--size130px); }
.pb135 { padding-bottom: var(--size135px); }
.pb140 { padding-bottom: var(--size140px); }
.pb145 { padding-bottom: var(--size145px); }
.pb150 { padding-bottom: var(--size150px); }
.pb160 { padding-bottom: var(--size160px); }
.pb170 { padding-bottom: var(--size170px); }
.pb180 { padding-bottom: var(--size180px); }
.pb190 { padding-bottom: var(--size190px); }
.pb200 { padding-bottom: var(--size200px); }

.pr5 {padding-right: var(--size5px); }
.pr10 {padding-right: var(--size10px); }
.pr15 {padding-right: var(--size15px); }
.pr20 {padding-right: var(--size20px); }
.pr25 {padding-right: var(--size25px); }
.pr30 {padding-right: var(--size30px); }
.pr35 {padding-right: var(--size35px); }
.pr40 {padding-right: var(--size40px); }
.pr45 {padding-right: var(--size45px); }
.pr50 {padding-right: var(--size50px); }
.pr55 {padding-right: var(--size55px); }
.pr60 {padding-right: var(--size60px); }
.pr65 {padding-right: var(--size65px); }
.pr70 {padding-right: var(--size70px); }
.pr75 {padding-right: var(--size75px); }
.pr80 {padding-right: var(--size80px); }
.pr85 {padding-right: var(--size85px); }
.pr90 {padding-right: var(--size90px); }
.pr95 {padding-right: var(--size95px); }
.pr100 { padding-right: var(--size100px); }

.pl5 {padding-left: var(--size5px); }
.pl10 {padding-left: var(--size10px); }
.pl15 {padding-left: var(--size15px); }
.pl20 {padding-left: var(--size20px); }
.pl25 {padding-left: var(--size25px); }
.pl30 {padding-left: var(--size30px); }
.pl35 {padding-left: var(--size35px); }
.pl40 {padding-left: var(--size40px); }
.pl45 {padding-left: var(--size45px); }
.pl50 {padding-left: var(--size50px); }
.pl55 {padding-left: var(--size55px); }
.pl60 {padding-left: var(--size60px); }
.pl65 {padding-left: var(--size65px); }
.pl70 {padding-left: var(--size70px); }
.pl75 {padding-left: var(--size75px); }
.pl80 {padding-left: var(--size80px); }
.pl85 {padding-left: var(--size85px); }
.pl90 {padding-left: var(--size90px); }
.pl95 {padding-left: var(--size95px); }
.pl100 { padding-left: var(--size100px); }

.prl5 { padding-right: var(--size5px); padding-left: var(--size5px); }
.prl10 { padding-right: var(--size10px); padding-left: var(--size10px); }
.prl15 { padding-right: var(--size15px); padding-left: var(--size15px); }
.prl20 { padding-right: var(--size20px); padding-left: var(--size20px); }
.prl25 { padding-right: var(--size25px); padding-left: var(--size25px); }
.prl30 { padding-right: var(--size30px); padding-left: var(--size30px); }
.prl35 { padding-right: var(--size35px); padding-left: var(--size35px); }
.prl40 { padding-right: var(--size40px); padding-left: var(--size40px); }
.prl45 { padding-right: var(--size45px); padding-left: var(--size45px); }
.prl50 { padding-right: var(--size50px); padding-left: var(--size50px); }
.prl55 { padding-right: var(--size55px); padding-left: var(--size55px); }
.prl60 { padding-right: var(--size60px); padding-left: var(--size60px); }
.prl65 { padding-right: var(--size65px); padding-left: var(--size65px); }
.prl70 { padding-right: var(--size70px); padding-left: var(--size70px); }
.prl75 { padding-right: var(--size75px); padding-left: var(--size75px); }
.prl80 { padding-right: var(--size80px); padding-left: var(--size80px); }
.prl85 { padding-right: var(--size85px); padding-left: var(--size85px); }
.prl90 { padding-right: var(--size90px); padding-left: var(--size90px); }
.prl95 { padding-right: var(--size95px); padding-left: var(--size95px); }
.prl100 { padding-right: var(--size100px); padding-left: var(--size100px); }

.fz10{font-size: .625rem; letter-spacing: .1em;}
.fz12{font-size: .75rem; letter-spacing: .1em;}
.fz13{font-size: .8125rem; letter-spacing: .1em;}
.fz14{font-size: .875rem; letter-spacing: .1em;}
.fz15{font-size: .9375rem; letter-spacing: .1em;}
.fz16{font-size: 1rem; letter-spacing: .1em;}
.fz18{font-size: 1.125rem; letter-spacing: .1em;}
.fz20{font-size: 1.25rem; letter-spacing: .1em;}
.fz22{font-size: 1.375rem; letter-spacing: .1em;}
.fz24{font-size: 1.5rem; letter-spacing: .1em;}
.fz25{font-size: 1.5625rem; letter-spacing: .1em;}
.fz26{font-size: 1.625rem; letter-spacing: .1em;}
.fz28{font-size: 1.75rem; letter-spacing: .1em;}
.fz30{font-size: 1.875rem; letter-spacing: .1em;}
.fz32{font-size: 2rem; letter-spacing: .1em;}
.fz34{font-size: 2.125rem; letter-spacing: .1em;}
.fz36{font-size: 2.25rem; letter-spacing: .1em;}
.fz38{font-size: 2.375rem; letter-spacing: .1em;}
.fz40{font-size: 2.5rem; letter-spacing: .1em;}
.fz42{font-size: 2.625rem; letter-spacing: .1em;}
.fz44{font-size: 2.75rem; letter-spacing: .1em;}
.fz46{font-size: 2.875rem; letter-spacing: .1em;}
.fz48{font-size: 3rem; letter-spacing: .1em;}
.fz50{font-size: 3.125rem; letter-spacing: .1em;}
.fz52{font-size: 3.25rem; letter-spacing: .1em;}
.fz54{font-size: 3.375rem; letter-spacing: .1em;}
.fz56{font-size: 3.5rem; letter-spacing: .1em;}
.fz58{font-size: 3.625rem; letter-spacing: .1em;}
.fz60{font-size: 3.75rem; letter-spacing: .1em;}
.fz62{font-size: 3.875rem; letter-spacing: .1em;}
.fz64{font-size: 4rem; letter-spacing: .1em;}
.fz66{font-size: 4.125rem; letter-spacing: .1em;}
.fz68{font-size: 4.25rem; letter-spacing: .1em;}
.fz70{font-size: 4.375rem; letter-spacing: .1em;}
.fz80{font-size: 5rem; letter-spacing: .1em;}
.fz84{font-size: 5.25rem; letter-spacing: .1em;}
.fz90{font-size: 5.625rem; letter-spacing: .1em;}
.fz96{font-size: 6rem; letter-spacing: .1em;}
.fz100{font-size: 6.25rem; letter-spacing: .1em;}
.fz110{font-size: 6.875rem; letter-spacing: .1em;}
.fz120{font-size: 7.5rem; letter-spacing: .1em;}
.fz130{font-size: 8.125rem; letter-spacing: .1em;}
.fz140{font-size: 8.75rem; letter-spacing: .1em;}
.fz150{font-size: 9.375rem; letter-spacing: .1em;}

.ls0 { letter-spacing: 0; }
.ls05 { letter-spacing: .05em; }
.ls1 { letter-spacing: .1em; }
.ls15 { letter-spacing: .15em; }
.ls2 { letter-spacing: .2em; }

.txt_white { color: #fff!important; }
.bg_white { background-color: #fff!important; }
.shadow_w {
	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;
}
em { font-style: normal; }


.txt_col01{color: var(--color01) !important;}
.txt_col02{color: var(--color02) !important;}
.txt_col03{color: var(--color03) !important;}
.txt_col04{color: var(--color04) !important;}
.txt_col05{color: var(--color05) !important;}
.txt_col06{color: var(--color06) !important;}
.txt_col07{color: var(--color07) !important;}
.txt_col08{color: var(--color08) !important;}
.txt_col09{color: var(--color09) !important;}
.txt_col10{color: var(--color10) !important;}
.txt_col11{color: var(--color11) !important;}
.txt_col12{color: var(--color12) !important;}
.txt_col13{color: var(--color13) !important;}
.txt_col14{color: var(--color14) !important;}
.txt_col15{color: var(--color15) !important;}
.txt_col16{color: var(--color16) !important;}
.txt_col17{color: var(--color17) !important;}
.txt_col18{color: var(--color18) !important;}
.txt_col19{color: var(--color19) !important;}
.txt_col20{color: var(--color20) !important;}
.txt_col21{color: var(--color21) !important;}
.txt_col22{color: var(--color22) !important;}
.txt_col23{color: var(--color22) !important;}

.txt_col_fl01::first-letter{color: var(--color01) !important;}
.txt_col_fl02::first-letter{color: var(--color02) !important;}
.txt_col_fl03::first-letter{color: var(--color03) !important;}
.txt_col_fl04::first-letter{color: var(--color04) !important;}
.txt_col_fl05::first-letter{color: var(--color05) !important;}
.txt_col_fl06::first-letter{color: var(--color06) !important;}
.txt_col_fl07::first-letter{color: var(--color07) !important;}
.txt_col_fl08::first-letter{color: var(--color08) !important;}
.txt_col_fl09::first-letter{color: var(--color09) !important;}
.txt_col_fl10::first-letter{color: var(--color10) !important;}
.txt_col_fl11::first-letter{color: var(--color11) !important;}
.txt_col_fl12::first-letter{color: var(--color12) !important;}
.txt_col_fl13::first-letter{color: var(--color13) !important;}
.txt_col_fl14::first-letter{color: var(--color14) !important;}
.txt_col_fl15::first-letter{color: var(--color15) !important;}
.txt_col_fl16::first-letter{color: var(--color16) !important;}
.txt_col_fl17::first-letter{color: var(--color17) !important;}
.txt_col_fl18::first-letter{color: var(--color18) !important;}
.txt_col_fl19::first-letter{color: var(--color19) !important;}
.txt_col_fl20::first-letter{color: var(--color20) !important;}
.txt_col_fl21::first-letter{color: var(--color21) !important;}
.txt_col_fl22::first-letter{color: var(--color22) !important;}
.txt_col_fl23::first-letter{color: var(--color23) !important;}

.bg_col01{background-color: var(--color01) !important;}
.bg_col02{background-color: var(--color02) !important;}
.bg_col03{background-color: var(--color03) !important;}
.bg_col04{background-color: var(--color04) !important;}
.bg_col05{background-color: var(--color05) !important;}
.bg_col06{background-color: var(--color06) !important;}
.bg_col07{background-color: var(--color07) !important;}
.bg_col08{background-color: var(--color08) !important;}
.bg_col09{background-color: var(--color09) !important;}
.bg_col10{background-color: var(--color10) !important;}
.bg_col11{background-color: var(--color11) !important;}
.bg_col12{background-color: var(--color12) !important;}
.bg_col13{background-color: var(--color13) !important;}
.bg_col14{background-color: var(--color14) !important;}
.bg_col15{background-color: var(--color15) !important;}
.bg_col16{background-color: var(--color16) !important;}
.bg_col17{background-color: var(--color17) !important;}
.bg_col18{background-color: var(--color18) !important;}
.bg_col19{background-color: var(--color19) !important;}
.bg_col20{background-color: var(--color20) !important;}

.bdr_col01{border-color: var(--color01) !important;}
.bdr_col02{border-color: var(--color02) !important;}
.bdr_col03{border-color: var(--color03) !important;}
.bdr_col04{border-color: var(--color04) !important;}
.bdr_col05{border-color: var(--color05) !important;}
.bdr_col06{border-color: var(--color06) !important;}
.bdr_col07{border-color: var(--color07) !important;}
.bdr_col08{border-color: var(--color08) !important;}
.bdr_col09{border-color: var(--color09) !important;}
.bdr_col10{border-color: var(--color10) !important;}
.bdr_col11{border-color: var(--color11) !important;}
.bdr_col12{border-color: var(--color12) !important;}
.bdr_col13{border-color: var(--color13) !important;}
.bdr_col14{border-color: var(--color14) !important;}
.bdr_col15{border-color: var(--color15) !important;}
.bdr_col16{border-color: var(--color16) !important;}
.bdr_col17{border-color: var(--color17) !important;}
.bdr_col18{border-color: var(--color18) !important;}
.bdr_col19{border-color: var(--color19) !important;}
.bdr_col20{border-color: var(--color20) !important;}

.bbw {
	border-bottom: 1px solid #fff;
}
.bbw2 {
	border-bottom: 2px solid #fff;
}
.btw {
	border-top: 1px solid #fff;
}
.btw2 {
	border-top: 2px solid #fff;
}
.border {
	border: 1px solid #fff;
}
.border2 {
	border: 2px solid #fff;
}

.parallax { 
	width: 100%; 
	background-attachment: fixed!important; 
} 
.parallax.is_ios, .tab.parallax { 
	background-attachment: inherit!important; 
} 
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(100 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
    line-height: calc(40 / var(--break) * 100vw);
    background: rgba(51,51,51,.7);
    font-size: 1.125rem;
    letter-spacing: .1em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    position: absolute;
}
@media(max-width: 767px){ 
.parallax, .parallax.is_ios, .tab.parallax {  
		width: 100%;  
		background-attachment: inherit!important;  
	}
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.slick-slide img,
	#sb_instagram .sbi_photo_wrap
	{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
}
@media(max-width: 767px) {
	:root {
		font-size: 4.27vw;
	}
	html, body {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.lum-lightbox {
		background-color: rgba(255,255,255,.9);
	}
	.lum-close-button:after, .lum-close-button:before {
		background-color: rgb(000,000,000);
	}
	.lum-gallery-button {
		display: none !important;
	}
	a.zoom{
		position: relative;
		display: block;
		pointer-events: auto;
	}
	a.zoom:before {
		content: "タップで拡大します";
		position: absolute;
		width: 100%;
		height: 4.27vw;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		letter-spacing: .1em;
		line-height: 4.27vw;
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
		text-align: center;
	}
	a.zoom:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.5em;
		height: 1.5em;
		background-color: rgba(0,0,0,0.5);
		background-image: url("images/page/icn_zoom.svg");
		background-size: 1em 1em;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.lum-lightbox.lum-open {
		z-index: 10;
	}
	.lum-lightbox-image-wrapper {
		overflow-x: scroll;
	}
	.lum-lightbox-inner img {
		max-width: calc(1000 / var(--break) * 100vw);
	}
	.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500,.inner1600 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}

	.pt_1vw { padding-top: 1vw;}
	.pt_2vw { padding-top: 2vw;}
	.pt_3vw { padding-top: 3vw;}
	.pt_4vw { padding-top: 3vw;}
	.pt_5vw { padding-top: 5vw;}
	.pt_6vw { padding-top: 6vw;}
	.pt_7vw { padding-top: 7vw;}
	.pt_8vw { padding-top: 8vw;}
	.pt_9vw { padding-top: 9vw;}
	.pt_10vw { padding-top: 10vw;}
	.pt_11vw { padding-top: 11vw;}
	.pt_12vw { padding-top: 12vw;}
	.pt_13vw { padding-top: 13vw;}
	.pt_14vw { padding-top: 14vw;}
	.pt_15vw { padding-top: 15vw;}

	.pb_1vw { padding-bottom: 1vw; }
	.pb_2vw { padding-bottom: 2vw; }
	.pb_3vw { padding-bottom: 4vw; }
	.pb_5vw { padding-bottom: 5vw; }
	.pb_6vw { padding-bottom: 6vw; }
	.pb_7vw { padding-bottom: 7vw; }
	.pb_8vw { padding-bottom: 8vw; }
	.pb_9vw { padding-bottom: 9vw; }
	.pb_10vw { padding-bottom: 10vw; }
	.pb_11vw { padding-bottom: 11vw; }
	.pb_12vw { padding-bottom: 12vw; }
	.pb_13vw { padding-bottom: 13vw; }
	.pb_14vw { padding-bottom: 14vw; }
	.pb_15vw { padding-bottom: 15vw; }
	
	.ls0_sp { letter-spacing: 0!important; }
	.ls05_sp { letter-spacing: .05em!important; }
	.ls15_sp { letter-spacing: .15em!important; }
	.ls2_sp { letter-spacing: .2em!important; }

	.txt_width {
		max-width: calc(646 / var(--break) * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
	}
	.txt_tb {
		writing-mode: horizontal-tb;
	}
	.ready:before {
		font-size: .75rem;
	}
	.bbw2 {
		border-bottom: calc(2 / var(--break) * 100vw) solid #fff;
	}
	.btw2 {
		border-top: calc(2 / var(--break) * 100vw) solid #fff;
	}
	.border2 {
		border: calc(2 / var(--break) * 100vw) solid #fff;
	}
	.depilation .com_pageTit01 .titBox .ja {
		color: #796A56;
		font-size: 6vw;
	}
}

/* ヘッダー header
------------------------------------------------------------------*/
.tel_head {
	width: calc(280 / var(--break) * 100vw);
}
.tel_head a{
	height: calc(88 / var(--break) * 100vw);
	background: url("images/page/deco_tel01.svg") no-repeat left calc(4 / var(--break) * 100vw) top calc(4 / var(--break) * 100vw) / calc(20 / var(--break) * 100vw),url("images/page/deco_tel02.svg") no-repeat right calc(4 / var(--break) * 100vw) top calc(4 / var(--break) * 100vw) / calc(20 / var(--break) * 100vw),url("images/page/deco_tel04.svg") no-repeat right calc(4 / var(--break) * 100vw) bottom calc(4 / var(--break) * 100vw) / calc(20 / var(--break) * 100vw),url("images/page/deco_tel03.svg") no-repeat left calc(4 / var(--break) * 100vw) bottom calc(4 / var(--break) * 100vw) / calc(20 / var(--break) * 100vw)
}
.web_head {
	width: calc(220 / var(--break) * 100vw);
}
.web_head a{
	height: calc(88 / var(--break) * 100vw);
}
.web_head .txt02:before {
	position: absolute;
	content: "";
	background: url("images/page/arw01.svg") no-repeat left center / contain;
	width: calc(27 / var(--break)* 100vw);
	height: calc(9 / var(--break)* 100vw);
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.line_head {
	width: calc(220 / var(--break) * 100vw);
}
.line_head a{
	height: calc(88 / var(--break) * 100vw);
}
.line_head .txt02:before {
	position: absolute;
	content: "";
	background: url("images/page/arw01.svg") no-repeat left center / contain;
	width: calc(27 / var(--break)* 100vw);
	height: calc(9 / var(--break)* 100vw);
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.logo_head {
	width: calc(290 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.tel_head {
		margin-right: calc(10 / var(--break) * 100vw);
		width: calc(200 / var(--break) * 100vw);
	}
	.tel_head .txt {
		font-size: calc(14 / var(--break) * 100vw);
	}
	.tel_head .num {
		font-size: calc(20 / var(--break) * 100vw);
	}
	.tel_head .num .fz36{
		font-size: calc(26 / var(--break) * 100vw);
	}
	.web_head {
		width: calc(180 / var(--break) * 100vw);
	}
	.web_head .txt {
		font-size: calc(16 / var(--break) * 100vw);
	}
	.web_head .txt02 {
		font-size: calc(20 / var(--break) * 100vw);
	}
	.line_head {
		width: calc(180 / var(--break) * 100vw);
	}
	.line_head .txt {
		font-size: calc(16 / var(--break) * 100vw);
	}
	.line_head .txt02 {
		font-size: calc(18 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.web_head {
		width: calc(160 / var(--break) * 100vw);
	}
	.line_head {
		width: calc(160 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.tel_head {
		margin-bottom: calc(40 / var(--break) * 100vw);
		margin-right: auto!important;
		margin-left: auto!important;
		width: 100%;
	}
	.tel_head .txt {
		margin-right: 2vw;
		font-size: calc(22 / var(--break) * 100vw);
	}
	.tel_head .num {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.tel_head .num .fz36{
		font-size: calc(58 / var(--break) * 100vw);
	}
	.tel_head a {
		background: url(images/page/deco_tel01.svg) no-repeat left calc(4 / var(--break) * 100vw) top calc(4 / var(--break) * 100vw) / calc(40 / var(--break) * 100vw), url(images/page/deco_tel02.svg) no-repeat right calc(4 / var(--break) * 100vw) top calc(4 / var(--break) * 100vw) / calc(40 / var(--break) * 100vw), url(images/page/deco_tel04.svg) no-repeat right calc(4 / var(--break) * 100vw) bottom calc(4 / var(--break) * 100vw) / calc(40 / var(--break) * 100vw), url(images/page/deco_tel03.svg) no-repeat left calc(4 / var(--break) * 100vw) bottom calc(4 / var(--break) * 100vw) / calc(40 / var(--break) * 100vw);
		flex-wrap: nowrap!important;
		flex-direction: row!important;
		height: calc(140 / var(--break) * 100vw);
	}
	.web_head {
		width: calc(280/ var(--break) * 100vw);
	}
	.web_head a {
		border-radius: calc(70 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	.web_head .txt02:before {
		right: -3vw;
		background: url(images/page/arw08_sp.svg) no-repeat left center / contain;
		width: calc(41 / var(--break) * 100vw);
		height: calc(11 / var(--break) * 100vw);
	}
	.web_head .txt {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.web_head .txt02 {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.line_head {
		width: calc(280 / var(--break) * 100vw);
	}
	.line_head a {
		border-radius: calc(70 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	.line_head .txt {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.line_head .txt02 {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.line_head .txt02:before {
		right: -3vw;
		background: url(images/page/arw08_sp.svg) no-repeat left center / contain;
		width: calc(41 / var(--break) * 100vw);
		height: calc(11 / var(--break) * 100vw);
	}
}



/*lower-style.cssの内容： 共通
------------------------------------------------------------------*/
.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(200 / var(--break) * 100vw);
}
.low_head {
	position: relative;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg4 {
	letter-spacing: 0;
	background: url("images/page/hdg4_deco01.png") no-repeat left center / contain,url("images/page/hdg4_deco02.png") no-repeat right center / contain;
}
.hdg4:before {
	position: absolute;
	content: "";
	background: #fff;
	left: 0;
	bottom: calc(8 / var(--break) * 100vw);
	margin: auto;
	width: 100%;
	height: calc(2 / var(--break) * 100vw);
}
.copy_common02 span:before,.copy_common02 span:after{
	position: absolute;
	content: "";
	background: url("images/page/deco05.svg") no-repeat left center / cover;
	width: calc(29 / var(--break)* 100vw);
	height: calc(29 / var(--break)* 100vw);
	left: calc(-60 / var(--break) * 100vw);
	bottom: calc(8 / var(--break) * 100vw);
	margin: auto;
}
.copy_common02 span:after {
	background: url("images/page/deco06.svg") no-repeat left center / cover;
	left: auto;
	right: calc(-60 / var(--break) * 100vw);
}
.bg_hdg3 {
	border-top: 2px solid #222222;
}
.bg_hdg3:before {
	position: absolute;
	content: "";
	background: url("images/page/bg_pattern01.png")repeat left center / calc(3 / var(--break) * 100vw);
	width: 100%;
	height: calc(10 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	margin: auto;
}
.wrap_common01 .copy span:before {
	position: absolute;
	content: "";
	background: url("images/page/hdg5_deco01.svg") no-repeat left center / contain;
	width: calc(18 / var(--break)* 100vw);
	height: calc(18 / var(--break)* 100vw);
	left: 0;
	top: calc(9 / var(--break) * 100vw);
	margin: auto;
}
.flow_common01{
	background: url("images/page/deco12.svg") no-repeat right top / calc(64 / var(--break) * 100vw)
}
.flow_common01:after{
	position: absolute;
	content: "";
	background:url("images/page/bg_pattern03.png") repeat left center / calc(14 / var(--break) * 100vw);
	width: 100%;
	height: calc(80 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.flow_common01.pt02.box_flow h4 .num{
	width: calc(160 / var(--break) * 100vw);
}
.flow_common01.pt02 .col_txt h4 .ttl {
    width: calc(100% - calc(180 / var(--break) * 100vw));
}
.row_common01 .col_img:before {
	position: absolute;
	content: "";
	background:#e2eded;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	left: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_common01.r_reverse .col_img:before {
	left: auto;
	right: calc(-20 / var(--break) * 100vw);
}
.row_common01 .col_img:after {
	position: absolute;
	content: "";
	background:#e2eded url("images/page/bg_pattern03.png") repeat left top / calc(14 / var(--break) * 100vw);
	width: 100%;
	height: calc(240 / var(--break) * 100vw);
	left: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_common01.r_reverse .col_img:after {
	left: auto;
	right: calc(-20 / var(--break) * 100vw);
}
.row_common02 .copy:before {
	position: absolute;
	content: "";
	background: linear-gradient(
	  to right,
	  #b3910a 13%,
	  #d8d3c9 13%
	);
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	margin: auto;
}
.row_common03 {
	gap: calc(50 / var(--break) * 100vw) 2%;
}
.row_common03 .col {
	width: 32%;
	border: solid 1px #222;
}
.row_common03 .copy:before {
	position: absolute;
	content: "";
	background: #222222;
	width: 1px;
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.row_common04 {
	gap: calc(50 / var(--break) * 100vw) 2.45%;
}
.row_common04 .col {
	width: 31.7%;
}
.row_common04 .box {
	border: solid 1px #222;
	border-top: none;
}
.bg_common01 .parallax{
	bottom: 0;
	left: 0;
	z-index: -1;
	height: calc(327 / var(--break) * 100vw);
	background: url("images/page/parallax_low.jpg") no-repeat center / cover;
}
.bg_common02 {
	background: url("images/page/bg_deco02.png") no-repeat left top / cover;
}
.box_common01 {
	box-shadow: 0 0 18px 2px rgba(62, 58, 58, 0.1);
}
.box_common01.pt02 li:not(:first-child) {
    margin-top: calc(8 / var(--break) * 100vw);
}

.box_common01 .en {
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	top: calc(-70 / var(--break) * 100vw);
}
.box_common01 li:before {
	top: calc(6 / var(--break) * 100vw);
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url("images/page/icn_check02.svg") no-repeat center / cover;
}
.box_common01 li:nth-child(n+3){
    margin-top: calc(8 / var(--break) * 100vw);
}
.box_common01 li{
	padding-left: calc(32 / var(--break) * 100vw);
	padding-bottom: calc(5 / var(--break) * 100vw);
	border-bottom: 1px dotted #000000;
}
.box_common01 .ttl {
	background: url(images/page/deco07.svg) no-repeat left calc(5 / var(--break) * 100vw) top calc(5 / var(--break) * 100vw) / calc(10 / var(--break) * 100vw), url(images/page/deco08.svg) no-repeat right calc(5 / var(--break) * 100vw) top calc(5 / var(--break) * 100vw) / calc(10 / var(--break) * 100vw), url(images/page/deco10.svg) no-repeat right calc(5 / var(--break) * 100vw) bottom calc(5 / var(--break) * 100vw) / calc(10 / var(--break) * 100vw), url(images/page/deco09.svg) no-repeat left calc(5 / var(--break) * 100vw) bottom calc(5 / var(--break) * 100vw) / calc(10 / var(--break) * 100vw);
}
.btn_common01.pt02 {
	width: calc(330 / var(--break) * 100vw);
}
.btn_common01.pt02 a {
	height: calc(60 / var(--break) * 100vw);
}
.btn_common01.pt02 a:before {
	background: url(images/page/arw02.svg) no-repeat left center / contain;
    width: calc(21 / var(--break) * 100vw);
    height: calc(7 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
}

.btn_case01 {
	width: calc(280 / var(--break) * 100vw)!important;
}
.btn_case01 a {
	height: calc(70 / var(--break) * 100vw)!important;
}
.btn_case01 a:before {
	background: url(images/page/arw04.svg) no-repeat left center / contain!important;
    width: calc(37 / var(--break) * 100vw)!important;
    height: calc(9 / var(--break) * 100vw)!important;
	right: calc(28 / var(--break) * 100vw)!important;
}

.box_common02  {
	background: url("images/page/deco11.svg") no-repeat left top / calc(258 / var(--break) * 100vw);
	outline-offset:calc(-12 / var(--break) * 100vw);
	outline: 2px solid #fff;
}
.box_common02 .col_img {
	width: 30.3%;
}
.box_common02 .col_txt {
	width: 65.8%;
}
.btn_common03 {
	width: calc(300 / var(--break) * 100vw);
}
.btn_common03 a {
	height: calc(60 / var(--break) * 100vw);
}
.btn_common03 a:before {
	position: absolute;
	content: "";
	background: url("images/page/arw09.svg") no-repeat left center / contain;
	width: calc(18 / var(--break)* 100vw);
	height: calc(10 / var(--break)* 100vw);
	right: calc(20 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.box_common02 .list_box li:before {
	position: absolute;
	content: "";
	left: 0;
	top: calc(4 / var(--break) * 100vw);
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url("images/page/icn_check02.svg") no-repeat center / cover;
}
.box_common02 .list_box li:nth-child(n+2){
    margin-top: calc(8 / var(--break) * 100vw);
}
.box_common02 .list_box li{
	position: relative;
	padding-left: calc(32 / var(--break) * 100vw);
	padding-bottom: calc(5 / var(--break) * 100vw);
	border-bottom: 1px dotted #000000;
}
.box_common03 {
	min-height: calc(235 / var(--break) * 100vw);
	outline-offset:calc(-10 / var(--break) * 100vw);
	outline: 2px solid #222;
	background: url("images/page/deco15.png") no-repeat right top / calc(200 / var(--break) * 100vw);
}
.box_common03.pt02 {
	background: url("images/page/deco16.png") no-repeat right top / calc(200 / var(--break) * 100vw);
}
.box_common03 .wrap {
    max-width: calc(780 / var(--break) * 100vw);
}
.box_common03 .img {
    width: calc(302 / var(--break) * 100vw);
    bottom: 0;
    left: calc(50 / var(--break) * 100vw);
}
.bg_campaign01 .img01{
	left: 0;
	top: calc(-60 / var(--break) * 100vw);
	width: calc(280 / var(--break) * 100vw);
}
.bg_campaign01 .img02{
	right: 0;
	bottom: 0;;
	width: calc(290 / var(--break) * 100vw);
}
.bg_campaign01:before {
	position: absolute;
	content: "";
	background: url("images/page/bg_pattern03.png") repeat left center / calc(14 / var(--break) * 100vw);
	width: 100%;
	height: calc(30 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	margin: auto;
}
.bg_campaign01 .en {
	left: 0;
	right: 0;
	margin: auto;
	top: calc(-70 / var(--break) * 100vw);
}
.bg_pay .en {
	left: 0;
	right: 0;
	margin: auto;
	top: calc(-70 / var(--break) * 100vw);
}
.bg_pay:before {
	position: absolute;
	content: "";
	background: url("images/page/bg_pattern02.png") repeat left center / calc(3 / var(--break) * 100vw);
	width: 100%;
	height: calc(220 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.row_pay {
	gap:calc(20 / var(--break) * 100vw) 2%;
}
.row_pay .col {
	width: 32%;
	margin-right: 0;
	outline-offset:calc(-10 / var(--break) * 100vw);
	outline: 1px solid #222222;
}
.tbl_common01 table {
	margin-right: auto;
	margin-left: auto;
	max-width: 1240px;
	border: 1px solid #222222;
}
.tbl_common01 .tbl_caption {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(1240 / var(--break) * 100vw);
}
.tbl_common01 thead th {
	background: #222222;
	color: #fff;
	text-align: center;
}
.tbl_common01 thead th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_common01.pt02 thead th:first-of-type,.tbl_common01.pt02 td:first-of-type {
	width: 65%;
}
.tbl_common01.pt02 thead th,.tbl_common01.pt02 td {
	width: 35%;
}
.tbl_common01.pt03 thead th[colspan="2"] {
	width: 65%;
}
.tbl_common01.pt03 thead th {
	width: 35%;
}
.tbl_common01.default thead th:first-of-type,.tbl_common01.default td:first-of-type {
	width: 35%;
}
.tbl_common01.default thead th,.tbl_common01.default td {
	width: 65%;
}
.tbl_common01.tbthc tbody th{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.strikethrough {
	text-decoration: line-through;
}
.tbl_common01 th {
	color: #222;
	background: #f8f8f8;
}
.tbl_common01 td:not(:last-of-type) {
	border-right: 1px solid #222;
}
.tbl_common01 td {
	background: #fff;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom: 1px solid #222222;;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom: 1px solid #222222;
}
.tbl_common01.center th {
	text-align: center;
	vertical-align: middle;
}
.tbl_common01.center td {
	text-align: center;
	vertical-align: middle;
}
.tbl_de01 thead th:first-of-type,.tbl_de01 tbody th {
	width: 16%!important;
}
.tbl_de01 thead th,.tbl_de01 tbody td {
	width: 42%!important;
}
.tbl_leb01 thead th {
	vertical-align: middle;
}
.tbl_leb01 tbody th {
	text-align: center;
	font-weight: bold;
}
.tbl_depilation01 td:first-of-type {
	background: #f3efde;
}
.tbl_depilation01 tbody th {
	font-weight: bold;
}
.qa_common01 .box_a .box {
	font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.box_campaign01 {
	outline-offset:calc(-16 / var(--break) * 100vw);
	outline: 6px solid #fff;
	background: url("images/page/bg_campaign01.jpg") no-repeat center / cover;
}
.box_campaign01 .en {
	color: #53a086;
}
.box_campaign01 .copy {
	margin-right: auto;
	margin-left: auto;
	color: #53a086;
	max-width: calc(680 / var(--break) * 100vw);
	border-top: 3px solid #53a086;
	border-bottom: 3px solid #53a086;
}
.row_campaign01 {
	max-width: calc(1380 / var(--break) * 100vw);
	gap: calc(20 / var(--break) * 100vw) 2.15%;
}
.row_campaign01 .col {
	width: 31.9%;
	outline-offset:calc(-7 / var(--break) * 100vw);
	outline: 1px solid #222222;
}
.row_campaign01 .arw {
	margin-right: auto;
	margin-left: auto;
	width: calc(136 / var(--break) * 100vw);
}
.row_campaign01 .price01 .bdr:before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #222222;
	border-top: 1px solid #222222;
	width: 100%;
	height: 6px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.row_campaign01 .price02 .num{
	margin-right: calc(-10 / var(--break) * 100vw);
}
.wrap_campaign01 {
	animation-name: fuwa;
	transform: scale(0.85,0.85);
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
.btn_campaign01 {
	max-width: calc(600 / var(--break) * 100vw);
}
.btn_campaign01 span:before {
	position: absolute;
	content: "";
	background: url("images/page/arw01.svg") no-repeat left center / contain;
	width: calc(27 / var(--break)* 100vw);
	height: calc(9 / var(--break)* 100vw);
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
@keyframes fuwa {
  100% {
    transform: scale(1,1);
  }
}
@media(min-width: 768px) {
	.btn_case01 a:hover:before {
		right: calc(20 / var(--break) * 100vw)!important;
	}
	.btn_common01.pt02 a:hover:before {
		right:calc(15 / var(--break) * 100vw);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.row_common01 .copy {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_common02 .copy {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.box_common02 .copy {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_campaign01 .copy01 {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.row_campaign01 .copy02 {
		font-size: calc(16 / var(--break) * 100vw);
	}
	.row_campaign01 .price02 .num {
		font-size: calc(60 / var(--break) * 100vw);
	}
	.row_campaign01 .price02 .yen {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.row_campaign01 .price02 .wrap {
		margin-top: calc(5 / 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 {
		height: calc(240 / var(--break) * 100vw);
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.hdg2 {
		justify-content: center;
		text-align: center;
	}
	.hdg2 .ja {
		margin-right: 0;
		width: 100%;
		margin-bottom: 2vw;
		letter-spacing: 0;
		font-size: calc(50 / var(--break) * 100vw);
	}
	.hdg2 .en {
		width: 100%;
		letter-spacing: .15em;
		font-size: calc(30 / var(--break) * 100vw);
	}
	.hdg3 {
		letter-spacing: 0;
		font-size: calc(46 / var(--break) * 100vw);
	}
	.hdg3 .sp_small {
		letter-spacing: 0;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.bg_hdg3 {
		padding-bottom: 5vw;
		border-top: 2px solid #222;
	}
	.bg_hdg3:before {
		height: calc(14 / var(--break) * 100vw);
	}
	.hdg4 {
		padding: 3vw 2vw;
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
		background: url("images/page/hdg4_deco01_sp.png") no-repeat left center / contain,url("images/page/hdg4_deco02_sp.png") no-repeat right center / contain;
	}
	.copy_common01 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.copy_common02 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.copy_common03 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.col_img {
		text-align: center;
	}
	.wrap_common01 .copy {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.wrap_common01 .copy span:before {
		width: calc(22 / var(--break) * 100vw);
		height: calc(22 / var(--break) * 100vw);
		top: calc(17 / var(--break) * 100vw);
	}
	.wrap_common01 .col_img {
		max-width: calc(646 / 750*100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.box_common01 {
		margin-bottom: 0;
		padding: 8vw 5vw 7vw;
	}
	.box_common01 .en {
		top: -5vw;
		letter-spacing: 0;
		font-size: calc(80 / var(--break) * 100vw);
	}
	.box_common01 li {
		padding-left: 5vw;
	}
	.box_common01 li:before {
		top: calc(11 / var(--break) * 100vw);
        width: calc(30 / 750 * 100vw);
        height: calc(30 / 750 * 100vw);
	}
	.box_common01 li:not(:first-child) {
        margin-top: calc(12 / var(--break) * 100vw);
    }
	.box_common02 .list_box li {
		padding-left: 5vw;
	}
	.box_common02 .list_box li:before {
		top: calc(11 / var(--break) * 100vw);
        width: calc(30 / 750 * 100vw);
        height: calc(30 / 750 * 100vw);
	}
	.box_common02 .list_box li:not(:first-child) {
        margin-top: calc(12 / var(--break) * 100vw);
    }
	.box_common02 {
		padding: 8vw 5vw 7vw;
	}
	.box_common02 .copy {
		line-height: 1.5;
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_common03 {
		outline-offset: calc(-12 / var(--break) * 100vw);
		outline: 1px solid #222;
        padding: 7vw 8vw 48vw;
    }
	.box_common03 .img {
        bottom: 1.5vw;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(302 / var(--break) * 100vw);
    }
	.box_common03 .copy {
        padding-bottom: 2vw;
        margin-bottom: 3vw;
        border-bottom: 1px solid #fff;
        text-align: center;
        font-size: calc(40 / var(--break) * 100vw);
    }
	.flow_common01  .col_txt h4 .ttl {
		padding-top: 1.5vw;
	}
	.flow_common01.pt02.box_flow h4 .num {
		border-radius: calc(60 / var(--break) * 100vw);
	}
	.btn_common01.pt02 {
		width: calc(602 / var(--break) * 100vw)!important;
	}
	.btn_common01.pt02  a {
		border-radius: calc(50 / var(--break) * 100vw)!important;
		font-size: calc(32 / var(--break) * 100vw)!important;
		height: calc(100 / var(--break) * 100vw)!important;
	}
	.btn_common01.pt02  a:before {
		position: absolute;
		content: "";
		background: url("images/page/arw04_sp.svg") no-repeat left center / contain;
		width: calc(41 / var(--break)* 100vw);
		height: calc(11 / var(--break)* 100vw);
		right: calc(32 / var(--break) * 100vw);
		bottom: 0;
		top: 0;
		margin: auto;
		transition: all .3s;
	}
	.btn_case01 a:before{
		background: url(images/page/arw04_sp.svg) no-repeat left center / contain!important;
        width: calc(41 / var(--break) * 100vw)!important;
        height: calc(11 / var(--break) * 100vw)!important;
        right: calc(20 / var(--break) * 100vw)!important;
	}
	.btn_common03 {
		width: calc(602 / var(--break) * 100vw)!important;
	}
	.btn_common03  a {
		border-radius: calc(50 / var(--break) * 100vw)!important;
		font-size: calc(32 / var(--break) * 100vw)!important;
		height: calc(100 / var(--break) * 100vw)!important;
	}
	.btn_common03 a:before {
		width: calc(24 / var(--break) * 100vw);
		height: calc(14 / var(--break) * 100vw);
		right: calc(27 / var(--break) * 100vw);
	}
	.row_common01 .col_img {
		padding-bottom: calc(10 / var(--break) * 100vw);
	}
	.row_common01 .col_img:before {
		position: absolute;
		content: "";
		background:#e2eded;
		width: 100%;
		height: calc(100% - calc(10 / var(--break) * 100vw));
		left: calc(-10 / var(--break) * 100vw);
		bottom: 0;
		z-index: -1;
	}
	.row_common01.r_reverse .col_img:before {
		left: auto;
		right: calc(-10 / var(--break) * 100vw);
	}
	.row_common01 .col_img:after {
		position: absolute;
		content: "";
		background:#e2eded url("images/page/bg_pattern03.png") repeat left top / calc(14 / var(--break) * 100vw);
		width: 100%;
		height: calc(240 / var(--break) * 100vw);
		left: calc(-10 / var(--break) * 100vw);
		bottom: 0;
		z-index: -1;
	}
	.row_common01.r_reverse .col_img:after {
		left: auto;
		right: calc(-10 / var(--break) * 100vw);
	}
	
	.row_common03 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(40 / var(--break) * 100vw) 0;
	}
	.row_common03 .col {
		width: 100%;
		border: solid 1px #222;
	}
	.row_common03 .copy {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_common04 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(50 / var(--break) * 100vw) 0%;
	}
	.row_common04 .ttl {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_common04 .col {
		width: 100%;
	}
	.bg_campaign01 .en {
		top: -5vw;
        letter-spacing: 0;
        font-size: calc(80 / var(--break) * 100vw);
	}
	.bg_campaign01 .copy {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.bg_campaign01 .img01 {
		left: 0;
		top: calc(-60 / var(--break) * 100vw);
		width: calc(150 / var(--break) * 100vw);
	}
	.bg_campaign01 .img02 {
		right: 0;
		bottom: 0;
		width: calc(164 / var(--break) * 100vw);
	}
	.wrap_campaign01 {
        padding: 5vw 0 8vw;
    }
	.bg_pay .en {
		top: -5vw;
        letter-spacing: 0;
        font-size: calc(80 / var(--break) * 100vw);
	}
	.copy_pay {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_pay {
		gap: calc(40 / var(--break) * 100vw) 4%;
	}
	.row_pay .col {
		width: 48%;
	}
	.tbl_common01.js-scrollable table {
		width: calc(1500 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable {
		overflow-x: auto!important;
	}
	.bg_common01 .parallax{
		height: 80%;
	}
	.bg_campaign01 .en {
		top: -5vw;
        letter-spacing: 0;
        font-size: calc(80 / var(--break) * 100vw);
	}
	.bg_campaign01 .copy {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.bg_campaign01 .img01 {
		left: 0;
		top: calc(-60 / var(--break) * 100vw);
		width: calc(150 / var(--break) * 100vw);
	}
	.bg_campaign01 .img02 {
		right: 0;
		bottom: 0;
		width: calc(164 / var(--break) * 100vw);
	}
	.wrap_campaign01 {
        padding: 5vw 0 8vw;
    }
	.bg_pay .en {
		top: -5vw;
        letter-spacing: 0;
        font-size: calc(80 / var(--break) * 100vw);
	}
	.copy_pay {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_pay {
		gap: calc(40 / var(--break) * 100vw) 4%;
	}
	.row_pay .col {
		width: 48%;
	}
	.tbl_common01.js-scrollable table {
		width: calc(1500 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable {
		overflow-x: auto!important;
	}
	.bg_common01 .parallax{
		height: 80%;
	}
	.box_campaign01 {
		padding: 9vw 5vw 9vw;
		outline-offset:calc(-16 / var(--break) * 100vw);
		outline: calc(6 / var(--break) * 100vw) solid #fff;
		background: url("images/page/bg_campaign01_sp.jpg") no-repeat center / cover;
	}
	.box_campaign01 .en {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.box_campaign01 .ttl {
		line-height: 1.3;
		font-size: calc(70 / var(--break) * 100vw);
	}
	.box_campaign01 .ttl .fz100{
		line-height: 1.3;
		font-size: calc(70 / var(--break) * 100vw);
	}
	.box_campaign01 .copy {
		border-top: calc(3 / var(--break) * 100vw) solid #53a086;
		border-bottom: calc(3 / var(--break) * 100vw) solid #53a086;
		font-size: calc(28 / var(--break) * 100vw);
		max-width: calc(582 / var(--break) * 100vw);
	}
	.row_campaign01 {
		margin-left: auto;
		margin-right: auto;
		max-width: calc(582 / var(--break) * 100vw);
		gap: calc(20 / var(--break) * 100vw) 0;
	}
	.row_campaign01 .col {
		width: 100%;
		padding: 6vw 4vw 6vw;
		outline-offset:calc(-7 / var(--break) * 100vw);
		outline: 1px solid #222222;
	}
	.row_campaign01 .arw {
		margin-right: auto;
		margin-left: auto;
		width: calc(136 / var(--break) * 100vw);
	}
	.row_campaign01 .copy01 {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_campaign01 .copy02 {
		line-height: 1.2;
		margin-bottom: 3vw;
		font-size: calc(30 / var(--break) * 100vw);
	}
	.row_campaign01 .price01 .num {
		font-size: calc(70 / var(--break) * 100vw);
	}
	.row_campaign01 .price01 .yen {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.row_campaign01 .price01 .bdr:before {
		position: absolute;
		content: "";
		border-bottom: 1px solid #222222;
		border-top: 1px solid #222222;
		width: 100%;
		height: 6px;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		z-index: -1;
	}
	.row_campaign01 .price02 .num{
		font-size: calc(112 / var(--break) * 100vw);
		margin-right: calc(-10 / var(--break) * 100vw);
	}
	.row_campaign01 .price02 .tax {
		font-size: calc(25 / var(--break) * 100vw);
	}
	.row_campaign01 .price02 .yen {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.row_campaign01 .price02 .wrap {
		margin-top: 3vw;
	}
	.btn_campaign01 {
		max-width: calc(602 / var(--break) * 100vw);
	}
	.btn_campaign01 span:before {
		position: absolute;
		content: "";
		background: url("images/page/arw08_sp.svg") no-repeat left center / contain;
		width: calc(41 / var(--break)* 100vw);
		height: calc(11 / var(--break)* 100vw);
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
	}
	.btn_campaign01 a {
		padding: 6vw 2vw;
		border-radius: calc(70 / var(--break) * 100vw);
		font-size: calc(38 / var(--break) * 100vw);
	}
	.btn_campaign01 span {
		padding-right: 8vw;
	}
	.copy_campaign01 {
		font-size: calc(46 / var(--break) * 100vw);
	}
}


/* コンテンツ名 class
------------------------------------------------------------------*/
.bg_clinic01:before {
	position: absolute;
    content: "";
    background: linear-gradient(to bottom, #dfe8ee 15%, #93b2c7 15%, #93b2c7 100%);
    width: 100%;
    height: calc(100% - calc(100 / var(--break) * 100vw));
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -2;
}
.bg_clinic01:after {
    position: absolute;
    content: "";
    background: url(images/page/deco01.png) no-repeat left center / contain;
    width:calc(771 / var(--break) * 100vw);
    height:calc(726 / var(--break) * 100vw);
    left: 0;
    top: calc(100 / var(--break) * 100vw);
    margin: auto;
	z-index: -1;
}
.bg_clinic02:before {
	position: absolute;
	content: "";
	background:#f0f3f5 url("images/page/bg_deco01.png") no-repeat center / cover;
	width: calc(100% - calc(80 / var(--break) * 100vw));
	height: 100%;
	left: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.bg_clinic02 .bdr {
	width: calc(100% - calc(80 / var(--break) * 100vw));
	height: 100%;
	z-index: 4;
	left: 0;
	top: 0;
}
.bg_clinic02 .bdr:before {
	position: absolute;
	content: "";
	border-right: 2px solid #fff;
	width: 2px;
	height: 100%;
	right:calc(30 / var(--break) * 100vw);
	bottom: 0;
	z-index: 3;
}
.bg_clinic02 .bdr:after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #fff;
	width: 100%;
	height: 2px;
	bottom:calc(30 / var(--break) * 100vw);
	left: 0;
	z-index: 3;
}
.row_clinic01 .num__reason .en{
	left: calc(-20 / var(--break) * 100vw);
}
.row_clinic01.num01 .col_img {
	background: url("images/clinic/img_clinic02.jpg") no-repeat center / cover;
}
.row_clinic01.num02 .col_img {
	background: url("images/clinic/img_clinic03.jpg") no-repeat center / cover;
}
.row_clinic01.num03 .col_img {
	background: url("images/clinic/img_clinic04.jpg") no-repeat center left/ cover;
}
.row_clinic01.num04 .col_img {
	background: url("images/clinic/img_clinic05.jpg") no-repeat center / cover;
}
.row_clinic01.num05 .col_img {
	background: url("images/clinic/img_clinic06.jpg") no-repeat center / cover;
}
.row_clinic02:before {
	position: absolute;
	content: "";
	background: url("images/page/deco04.svg") no-repeat left center / contain;
	width: calc(139 / var(--break)* 100vw);
	height: calc(143 / var(--break)* 100vw);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.row_clinic02 .col {
	border:solid calc(30 / var(--break) * 100vw) #ffffff33;
	width: 50%;
	background: url("images/page/deco03.svg") no-repeat center / calc(384 / var(--break) * 100vw);
}
.row_clinic02 .box {
	background: url("images/page/deco02.svg") no-repeat left top / calc(30 / var(--break) * 100vw);
	max-width: calc(500 / var(--break) * 100vw);
}
.row_clinic03 .col_img {
	width: 50.6%;
}
.row_clinic03 .col_txt {
	width: 45%;
}
.row_clinic03 .en {
	width: calc(660/ var(--break) * 100vw);
}
.row_clinic04 .col{
	width: 48.3%;
}
.row_clinic04 {
	gap: calc(20 / var(--break) * 100vw) 3.2%;
}
.row_clinic05 {
	gap: calc(20 / var(--break) * 100vw) 2.45%;
}
.row_clinic05 .col {
	width: 31.7%;
}
.box_clinic01 .year {
	line-height: 2;
	font-weight: 300!important;
}
.box_clinic01 .txt {
	line-height: 2;
}
.box_clinic01 li:not(:last-of-type) {
    margin-bottom: calc(10 / var(--break) * 100vw);
}
.box_clinic li:before {
	background: #d8d3c9;
}
.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) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.row_clinic03 .en {
		width: calc(500/ var(--break) * 100vw);
	}
	.bg_clinic02:before {
		width: calc(100% - calc(40 / var(--break) * 100vw));
	}
	.bg_clinic02 .bdr {
		width: calc(100% - calc(40 / var(--break) * 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
	.row_clinic03 .en {
		width: calc(400/ var(--break) * 100vw);
	}
	.row_clinic02 .col {
		padding: calc(30 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	}
	.row_clinic02 .ttl {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.row_clinic02:before {
		width: calc(90 / var(--break) * 100vw);
    	height: calc(92 / var(--break) * 100vw);
	}
	.bg_clinic02:before {
		width: calc(100% - calc(20 / var(--break) * 100vw));
	}
	.bg_clinic02 .bdr {
		width: calc(100% - calc(20 / var(--break) * 100vw));
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
	.bg_clinic01 .img {
		max-width: calc(450 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_clinic01 .copy {
		letter-spacing: 0;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.bg_clinic01:before {
		background: linear-gradient(to bottom, #dfe8ee 5%, #93b2c7 5%, #93b2c7 100%);
	}
	.name_clinic01 .ja {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.name_clinic01 .job {
		font-size: calc(29 / var(--break) * 100vw);
	}
	.name_clinic01 .en {
		font-size: calc(22 / var(--break) * 100vw);
	}
	.row_clinic02:before {
		width: calc(139 / var(--break)* 100vw);
		height: calc(143 / var(--break)* 100vw);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.row_clinic02 .col {
		width: 100%;
		border: solid calc(20 / var(--break) * 100vw) #ffffff33;
		padding: 10vw 2vw 12vw;
		background: url("images/page/deco03.svg") no-repeat center / calc(384 / var(--break) * 100vw);
	}
	.row_clinic02 .box {
		max-width: 100%;
		font-size: calc(26 / var(--break) * 100vw);
		background: url("images/page/deco02.svg") no-repeat left top / calc(30 / var(--break) * 100vw);
	}
	.row_clinic02 .ttl {
		letter-spacing: 0;
		font-size: calc(48/ var(--break) * 100vw);
	}
	.bg_clinic02:before {
		width: calc(100% - calc(24 / var(--break) * 100vw));
	}
	.bg_clinic02 .bdr {
		width: calc(100% - calc(24 / var(--break) * 100vw));
	}
	.bg_clinic02 .bdr:before {
		right: calc(10 / var(--break) * 100vw);
	}
	.bg_clinic02 .bdr:after {
		bottom: calc(10 / var(--break) * 100vw);
	}
	.row_clinic03 .en {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.row_clinic03 .copy {
		text-align: center;
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic03 .col_img {
		width: 100%;
		max-width: calc(600 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_clinic03 .col_txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.row_clinic04 .copy {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic04 .col{
		width: 100%;
	}
	.row_clinic04 {
		gap: calc(20 / var(--break) * 100vw) 0;
	}
	.row_clinic05 {
		gap: calc(20 / var(--break) * 100vw) 4%;
	}
	.row_clinic05 .col {
		width: 48%;
	}
	.row_clinic05 .ttl {
		letter-spacing: 0;
		font-size: calc(32 / var(--break) * 100vw);
	}
	.clinic .row_foot03 {
		margin-right: auto;
		margin-left: auto;
		justify-content: center!important;
	}
	
	.logo_clinic {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
}

/* 形成外科 ps
------------------------------------------------------------------*/
.row_ps01 .col_img {
	max-width: 400px;
	width: 27%;
}
.row_ps01 .col_txt {
	width: 70%;
	max-width: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_ps01 .col_img {
		max-width: calc(450 / 750*100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_ps01 .col_txt {
		width: 100%;
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
}

/* 眼瞼下垂 ptosis
------------------------------------------------------------------*/
.bg_ptosis01 {
	background: url("images/page/bg_deco03.png") no-repeat left top / cover;
}
.row_ptosis01 {
	max-width: calc(1480 / var(--break) * 100vw);
	gap: calc(20 / var(--break) * 100vw) 1.25%;
}
.row_ptosis01 .col {
	background: #fff;
	width: 19%;
	outline-offset:calc(-10 / var(--break) * 100vw);
	outline: 1px solid #222222;
}
.row_ptosis01 .icn {
	width: calc(176 / var(--break) * 100vw);
}
.row_anker {
	gap: calc(20 / var(--break) * 100vw) 0.8%;
}
.row_anker .col {
	width: 24.2%;
}
.row_anker a {
	min-height: calc(100 / var(--break) * 100vw);
	position: relative;
	letter-spacing: 0;
	padding-bottom: calc(10 / var(--break) * 100vw);
}
.row_anker a:before {
	position: absolute;
	content: "";
	background: url("images/page/arw09.svg") no-repeat left center / contain;
	width: calc(18 / var(--break)* 100vw);
	height: calc(10 / var(--break)* 100vw);
	left: 0;
	bottom: calc(10 / var(--break) * 100vw);
	right: 0;
	margin: auto;
}
.row_anker02 {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(1020 / var(--break) * 100vw);
	gap: calc(20 / var(--break) * 100vw) 4%;
}
.row_anker02 .col {
	width: 48%;
}
.row_anker02 a {
	min-height: calc(88 / var(--break) * 100vw);
	position: relative;
	letter-spacing: 0;
}
.row_anker02 a:before {
	background: url("images/page/arw02.svg") no-repeat center / contain;
	width: calc(21 / var(--break) * 100vw);
    height: calc(8 / var(--break) * 100vw);
    right: calc(21 / var(--break) * 100vw);
}

@media(min-width: 768px) {
	.row_anker02 a:hover:before {
		right: calc(15 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_ptosis01 .copy {
		font-size: calc(18 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_ptosis01 {
		max-width: calc(1480 / var(--break) * 100vw);
		gap: calc(20 / var(--break) * 100vw) 2%;
	}
	.row_ptosis01 .col {
		background: #fff;
		width: 49%;
		outline-offset:calc(-10 / var(--break) * 100vw);
		outline: 1px solid #222222;
	}
	.row_ptosis01 .icn {
		margin-bottom: 3vw;
	}
	.row_ptosis01 .copy {
		letter-spacing: 0;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_anker {
		gap: calc(20 / var(--break) * 100vw) 2%;
	}
	.row_anker .col {
		width: 49%;
	}
	.row_anker a {
		border-radius: calc(100 / var(--break) * 100vw);
		padding: 4vw 1vw 7vw;
		letter-spacing: 0;
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_anker a:before {
		position: absolute;
		content: "";
		background: url(images/page/arw09.svg) no-repeat left center / contain;
		width: calc(22 / var(--break) * 100vw);
		height: calc(12 / var(--break) * 100vw);
		left: 0;
		bottom: calc(13 / var(--break) * 100vw);
		right: 0;
		margin: auto;
	}
	.row_anker02 a {
		padding: 2vw 2vw 2vw;
		font-size: calc(26 / var(--break) * 100vw)!important;
	}
	.row_anker02 a:before {
		background: url(images/page/arw04_sp.svg) no-repeat left center / contain;
        width: calc(41 / var(--break) * 100vw);
        height: calc(11 / var(--break) * 100vw);
        right: calc(20 / var(--break) * 100vw);
	}
}

.slide_ptosis01 {
	max-width: calc(1360 / var(--break) * 100vw);
	margin: 0 auto;
}
.slide_ptosis01 li {
	margin: 0 calc(15 / var(--break) * 100vw);
}
.slide_ptosis01 li iframe {
	width: 100%;
	height: 100%;
}
.slide_ptosis01 .slick-prev, .slide_ptosis01 .slick-next {
	top: 0;
	bottom: 0;
	z-index: 1;
	width: calc(80 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
	margin: auto;
	background: url("images/page/arw06.svg") no-repeat center / contain;
}
.slide_ptosis01 .slick-prev {
	transform: translate(0);
	left: -8.2%;
}
.slide_ptosis01 .slick-next {
	transform: translate(0) scaleX(-1);
	right: -8.2%;
}
.slide_ptosis01 .slick-prev:before, .slide_ptosis01 .slick-next:before {
	display: none;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_ptosis01 {
		max-width: calc(1000 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.slide_ptosis01 {
		margin: 0;
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.slide_ptosis01 li {
		margin: 0;
	}
	.slide_ptosis01 .slick-prev, .slide_ptosis01 .slick-next {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	.slide_ptosis01 .slick-prev {
		left: -3.7vw;
	}
	.slide_ptosis01 .slick-next {
		right: -3.7vw;
	}
}

/* ほくろ NEVUS
------------------------------------------------------------------*/
.row_nevus01 {
	gap: calc(20 / var(--break) * 100vw) 2.45%;
}
.row_nevus01 .col {
	width: 31.7%;
}
.row_nevus01 .col:not(:last-of-type):before {
	position: absolute;
	content: "";
	width:0;
	height:0;
	border-style:solid;
	border-width: calc(25.5 / var(--break) * 100vw) 0 calc(25.5 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
	border-color: transparent transparent transparent #222222;
	right: calc(-31 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.row_nevus02 {
	gap: calc(40 / var(--break) * 100vw) 3.2%;
}
.row_nevus02 .col {
	width: 48.4%;
	border-top: calc(3 / var(--break) * 100vw) solid #5686a7;
}
.row_nevus02 .list_box li:before {
	top: calc(6 / var(--break) * 100vw);
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url("images/page/icn_check02.svg") no-repeat center / cover;
}
.row_nevus02 .list_box li:nth-child(n+2){
    margin-top: calc(13 / var(--break) * 100vw);
}
.row_nevus02 .list_box li{
	padding-left: calc(32 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_nevus01 .ttl {
		font-size: calc(22 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_nevus01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(20 / var(--break) * 100vw) 0;
	}
	.row_nevus01 .col {
		width: 100%;
	}
	.row_nevus01 .ttl {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_nevus02 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(40 / var(--break) * 100vw) 0%;
	}
	.row_nevus02 .col {
		width: 100%;
	}
	.row_nevus02 .ttl {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_nevus02 .img {
		max-width: calc(300 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_nevus02 .list_box li {
		padding-left: 5vw;
	}
	.row_nevus02 .list_box li:before {
		top: calc(11 / var(--break) * 100vw);
        width: calc(30 / 750 * 100vw);
        height: calc(30 / 750 * 100vw);
	}
	.row_nevus02 .list_box li:not(:first-child) {
        margin-top: calc(12 / var(--break) * 100vw);
    }
}

/* 医療脱毛 depilation
------------------------------------------------------------------*/
.row_depilation01 {
	gap: calc(20 / var(--break) * 100vw) 2.45%;
}
.row_depilation01 .col {
	width: 31.7%;
}
.row_depilation01 .box {
	border: solid 1px #222;
	border-top: none;
}
.box_depilation01 {
	background: url("images/page/deco17.svg") no-repeat left top / calc(400 / var(--break) * 100vw)
}
.box_depilation01 .col_img {
	width: 41%;
}
.box_depilation01 .col_txt {
	width: 55.4%;
}
.box_depilation01 li {
	padding-left: calc(46 / var(--break) * 100vw);
}
.box_depilation01 li:before {
	border-radius: 0;
	top: 0;
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	background: url("images/page/icn_check03.svg") no-repeat center / cover;

}
.box_depilation01 li:not(:first-child) {
    margin-top: calc(18 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_depilation01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(50 / var(--break) * 100vw) 0;
	}
	.row_depilation01 .col {
		width:100%;
	}
	.row_depilation01 .ttl {
		letter-spacing: 0;
		font-size: calc(38 / var(--break) * 100vw);
	}
	.row_depilation01 .copy {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_depilation01 {
		padding: calc(40 / var(--break) * 100vw);
		background: url("images/page/deco17.svg") no-repeat left top / calc(400 / var(--break) * 100vw)
	}
	.box_depilation01 .copy {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_depilation01 .col_img {
		width: 100%;
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.box_depilation01 .col_txt {
		width: 100%;
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.box_depilation01 li {
		font-size: calc(32 / var(--break) * 100vw);
		padding-left: calc(46 / var(--break) * 100vw);
	}
	.box_depilation01 li:before {
		border-radius: 0;
		top: 1.5vw;
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		background: url("images/page/icn_check03.svg") no-repeat center / cover;
	}
	.box_depilation01 li:not(:first-child) {
		margin-top: calc(18 / var(--break) * 100vw);
	}
	
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

/* 料金表 FEE
------------------------------------------------------------------*/
.box_fee01 .col_txt .deco01 {
	top: calc(20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
	width: calc(97 / var(--break) * 100vw);
}
.box_fee01 .col_txt .deco02 {
	bottom: calc(20 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
	width: calc(97 / var(--break) * 100vw);
}
.box_fee01 .col_img {
    width: calc(296 / var(--break) * 100vw);
}
.box_fee01 .col_txt {
    width: calc(100% - calc(296 / var(--break) * 100vw));
}
.box_fee01:before {
	content: none;
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_fee01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
}

/* 症例紹介 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(65 / var(--break) * 100vw);
    height: calc(65 / var(--break) * 100vw);
    background: url(images/page/arw06.svg)no-repeat center / cover;
    z-index: 9;
    top: -10%;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: 9.2%;
}
.slide_case01 .slick-next {
    right: 9.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: #fff;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
	border: solid 1px #222;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #222222;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.slide_case01 .img {
	height: calc(375 / var(--break) * 100vw);
}
.slide_case01 .col {
	width: 360px;
	margin: 0 15px;
}
.slide_case01.no-slider .col {
	width: 24%;
}
.slide_case01.no-slider{
	margin-right: auto;
	margin-left: auto;
	max-width: calc(100% - calc(100 / var(--break) * 100vw));
    display: flex;
    justify-content: center; /* 左寄せなら flex-start */
    gap: calc(40 / var(--break) * 100vw) 1.3%;
    flex-wrap: wrap; /* SPで折り返したい場合 */
}

.slide_case01.no-slider .col{
    margin: 0;
}
.slide_case01 .slick-list{
    padding: 0 110px;
    overflow: hidden;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}

.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.row_btn_case {
	gap: calc(30 / var(--break) * 100vw) 1.55%;
}
.row_btn_case li {
	width: 32.3%;
}
.row_btn_case a {
	padding: calc(15 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
.row_btn_case a:before {
	position: absolute;
	content: "";
	background: url("images/page/arw07.svg") no-repeat left center / contain;
	width: calc(27 / var(--break)* 100vw);
	height: calc(9 / var(--break)* 100vw);
	right: calc(32/ var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.row_case02 {
	gap: calc(20 / var(--break) * 100vw) 1.33%;
}
.row_case02 .col {
	width: 24%;
}
.row_case02 .col .img{
	height: calc(375 / var(--break) * 100vw);
}
.row_case02 .btn_common01 a {
	height: calc(60 / var(--break) * 100vw);
}
.row_case02 .btn_common01 a:before {
	background: url("images/page/arw07.svg") no-repeat center / cover;
	width: calc(27 / var(--break) * 100vw);
    height: calc(9 / var(--break) * 100vw);
    right: calc(22 / var(--break) * 100vw);
}

.slide_case01 .btn_common01 a {
	height: calc(60 / var(--break) * 100vw);
}
.slide_case01 .btn_common01 a:before {
	background: url("images/page/arw07.svg") no-repeat center / cover;
	width: calc(27 / var(--break) * 100vw);
    height: calc(9 / var(--break) * 100vw);
    right: calc(22 / var(--break) * 100vw);
}


.row_case03 {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(788 / var(--break) * 100vw);
	gap: calc(30 / var(--break) * 100vw) 2.4%;
}
.row_case03 .col {
	width: 48.8%;
	max-width: calc(384 / var(--break) * 100vw);
}
.row_case03 .col .img{
	height: calc(480 / var(--break) * 100vw);
}
.tbl_case {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	border: 1px solid #3e3a3a;
}
.tbl_case th {
	background: #f3efde;
	color: #222222;
}
.tbl_case td {
	background: #fff;
}
.tbl_case tr:not(:last-child) th {
	border-bottom: 1px solid #3e3a3a;
}
.tbl_case tr:not(:last-child) td {
	border-bottom: 1px solid #3e3a3a;
}
@media(min-width: 768px) {
	.slide_case01 .btn_common01 a:hover:before {
		transition: all .3s;
		right: calc(17 / var(--break) * 100vw);
	}
	.row_case02 .btn_common01 a:hover:before  {
		right: calc(17 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_case01 .img {
		height: calc(243 / var(--break) * 100vw);
	}
	.slide_case01.no-slider .img {
		height: calc(375 / var(--break) * 100vw);
	}
	.slide_case01 .btn_common01 a{
		font-size: calc(14 / var(--break) * 100vw);
	}
	.slide_case01 .col {
		margin: 0 calc(10 / var(--break) * 100vw)
	}
	.slide_case01.no-slider .btn_common01 a {
		font-size: calc(18 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
	}
	.slide_case01 .btn_common01 a:before {
		background: url(images/page/arw07.svg) no-repeat center / cover;
		width: calc(20 / var(--break) * 100vw);
		height: calc(5 / var(--break) * 100vw);
		right: calc(9 / var(--break) * 100vw);
	}
	.slide_case01 .btn_common01 a:hover:before {
		transition: all .3s;
		right: calc(4 / var(--break) * 100vw);
	}
	.slide_case01.no-slider .btn_common01 a:before {
		background: url("images/page/arw07.svg") no-repeat center / cover;
		width: calc(27 / var(--break) * 100vw);
		height: calc(9 / var(--break) * 100vw);
		right: calc(22 / var(--break) * 100vw);
	}
	.slide_case01.no-slide .btn_common01 a:hover:before {
		transition: all .3s;
		right: calc(17 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .btn_common01 a:before {
		background: url("images/page/arw07.svg") no-repeat center / cover;
		width: calc(27 / var(--break) * 100vw);
		height: calc(9 / var(--break) * 100vw);
		right: calc(22 / var(--break) * 100vw);
	}
	.slide_case01 .btn_common01 a:hover:before {
		transition: all .3s;
		right: calc(17 / var(--break) * 100vw);
	}
	.slide_case01 .btn_common01 a{
		font-size: calc(22 / var(--break) * 100vw);
	}
	.slide_case01.no-sliders .btn_common01 a{
		font-size: calc(22 / var(--break) * 100vw);
	}
	.slide_case01 .img {
		height: calc(540 / var(--break) * 100vw);
	}
	.row_btn_case a {
		font-size: calc(18 / var(--break) * 100vw);
	}
	.row_case02 {
		gap: calc(20 / var(--break) * 100vw) 2%;
	}
	.row_case02 .col {
		width:32%;
	}
	.row_case02 .col .img {
		height: calc(392 / var(--break) * 100vw);
	}
	.slide_case01.no-slider .img {
		height: calc(542 / var(--break) * 100vw);
	}
	.slide_case01.no-slider {
		max-width: calc(1000 / var(--break) * 100vw);
        gap: calc(40 / var(--break) * 100vw) 4%;
        flex-wrap: wrap;
    }
	.slide_case01.no-slider .col {
        width: 48%;
    }
}
@media(max-width: 767px) {
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #ccc;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(65 / var(--break) * 100vw);
		height: calc(65/ var(--break) * 100vw);
		bottom: auto;
		top: 51vw;
	}
	.slide_case01 .slick-prev {
		left: 8vw;
	}
	.slide_case01 .slick-next {
		right: 8vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.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);
	}
	.slide_case01 .img {
		height: calc(586 / var(--break) * 100vw);
	}
	.slide_case01 .col {
		width: 360px;
		margin: 0 15px;
	}
	.slide_case01.no-slider .col {
		width: 100%;
		max-width: calc(530 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.slide_case01.no-slider .img {
		height: calc(586 / var(--break) * 100vw);
	}
	.slide_case01.no-slider{
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
		max-width: calc(702 / var(--break) * 100vw);
		display: flex;
		justify-content: center; /* 左寄せなら flex-start */
		gap: calc(40 / var(--break) * 100vw) 4%;
		flex-wrap: wrap; /* SPで折り返したい場合 */
	}
	.slide_case01 .ttl {
        letter-spacing: 0;
        font-size: calc(32 / var(--break) * 100vw);
    }
	.slide_case01 .btn_common01 {
        width: 100%!important;
    }
	
	.slide_case01 .btn_common01 a:before {
       background: url(images/page/arw04_sp.svg) no-repeat left center / contain;
        width: calc(41 / var(--break) * 100vw);
        height: calc(11 / var(--break) * 100vw);
        right: calc(22 / var(--break) * 100vw);
    }
	.tbl_case tr th {
			border-bottom: 1px solid #000;
	}
	.row_case02 {
		gap: calc(20 / var(--break) * 100vw) 4%;
	}
	.row_case02 .col {
		width:100%;
		max-width: calc(530 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_case02 .ttl {
		letter-spacing: 0;
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_case02 .col .img {
		height: calc(586 / var(--break) * 100vw);
	}
	.row_case02 .btn_common01 {
        width: 100%!important;
    }
	.row_case02 .btn_common01 a:before {
		background: url(images/page/arw04_sp.svg) no-repeat left center / contain;
        width: calc(41 / var(--break) * 100vw);
        height: calc(11 / var(--break) * 100vw);
        right: calc(22 / var(--break) * 100vw);
	}
	.row_case03 .col .img {
		height: calc(367 / var(--break) * 100vw);
	}
	.row_btn_case {
		gap: calc(20 / var(--break) * 100vw) 4%;
	}
	.row_btn_case li{
		width: 48%;
	}
	.row_btn_case a {
		border-radius: calc(80 / var(--break) * 100vw);
		font-size: calc(28 / var(--break) * 100vw);
		padding: calc(15 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}
	.row_btn_case a:before {
		position: absolute;
		content: "";
		background: url("images/page/arw07_sp.svg") no-repeat left center / contain;
		width: calc(31 / var(--break)* 100vw);
		height: calc(11 / var(--break)* 100vw);
		right: calc(32/ var(--break) * 100vw);
		bottom: 0;
		top: 0;
		margin: auto;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.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: #222 !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: ;
}
.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:#f8f6f1;;
	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: #222222;
	border: 1px solid #222222;
	border-right-color: #222222;
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
}
#wp-calendar tbody td {
	border: 1px solid #222222;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #af9a47;
	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 #222222;
	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 #222222;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
	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: #222222;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #222222;
	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 #222222;
	color: #222222;
	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: #93b2c7;
	background:#93b2c7;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post h1 {
	font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: calc(26 / var(--break) * 100vw);
	position: relative;
	padding: calc(15 / var(--break) * 100vw) 0;
	border-top: 2px solid #3e3a3a;
}
.single_post h1:before {
    position: absolute;
    content: "";
    background: url(images/page/bg_pattern01.png) repeat left center / calc(3 / var(--break) * 100vw);
    width: 100%;
    height: calc(10 / var(--break) * 100vw);
    left: 0;
    bottom: 0;
    margin: auto;
}
.post_content > h2 {
	position: relative;
	font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
	border-bottom: 1px solid #3e3a3a;
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: .1em;
	line-height: 1.6;
	padding: 0 0 calc(10 / var(--break) * 100vw) calc(35 / var(--break) * 100vw);
}
.post_content > h2:before {
	position: absolute;
	content: "";
	background: url("images/page/hdg5_deco01.svg") no-repeat left center / contain;
	width: calc(18 / var(--break)* 100vw);
	height: calc(18 / var(--break)* 100vw);
	left: 0;
	top: calc(10 / var(--break) * 100vw);
	margin: auto;
}
.post_content > h2,.post_content > h3{
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.post_content > h3 {
	font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
	position: relative;
	font-size: calc(20 / var(--break) * 100vw);
	line-height: 1.6;
	padding-bottom: calc(10 / var(--break) * 100vw);
}
.post_content > h3:before {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #b3910a 13%, #d8d3c9 13%);
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    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 #93b2c7;
	background: #93b2c7;
	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;
	border: solid 1px #222;
	color: #222;
}

@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 > h1 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h2,.post_content > h3{
		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 > h2:before {
		position: absolute;
		content: "";
		background: url(images/page/hdg5_deco01.svg) no-repeat left center / contain;
		width: calc(22 / var(--break) * 100vw);
		height: calc(22 / var(--break) * 100vw);
		left: 0;
		top: calc(16 / var(--break) * 100vw);
		margin: auto;
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}

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


