@charset 'UTF-8';
/* =====================================================
 * Base
 * ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

@import url(//fonts.googleapis.com/css?family=Roboto:400,700,900);
@import url(//fonts.googleapis.com/css?family=Barlow+Condensed&display=swap);
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/* -----------------------------------------------------
 * Font
 * -------------------------------------------------- */

@font-face {
	font-family: 'NotoSansCJKjp-Jxck';
  font-weight: 400;
  font-style: normal;
  src: local('NotoSansCJKjp-Bold.otf'), local('NotoSansJP-Bold.otf'), url('../font/NotoSansCJKjp-Jxck-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoSansCJKjp-Jxck';
  font-weight: 700;
  font-style: normal;
  src: local('NotoSansCJKjp-Bold.otf'), local('NotoSansJP-Bold.otf'), url('../font/NotoSansCJKjp-Jxck-Bold.woff') format('woff');
}

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

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

/* normalize overwrite */

html {
	position: relative;
	min-height: 100%;
	font-family: Roboto, 'Noto Sans', 'Noto Sans CJK JP', 'NotoSansCJKjp-Jxck', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
	font-size: 62.5%;
}

body {
	overflow-x: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-size: 4.26667vw;
	line-height: 2;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

a {
	color: #7d4e22;
	text-decoration: none;
}

.is-pc a {
	transition: opacity 0.3s ease-in-out;
}

.is-pc a:hover {
	opacity: 0.7;
	text-decoration: none;
}

a:active,
a:focus,
a:visited {
	color: #7d4e22;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
figcaption,
small {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
}

img {
	vertical-align: bottom;
}

ul {
	list-style-type: none;
	padding: 0;
}

ol {
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * Base
 * -------------------------------------------------- */

body {
	display: flex;
	flex-direction: column;
}

body.is-menu-open,
body.is-modal-open {
	overflow: hidden;
}

.mod-button {
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	min-width: 64vw;
	height: 13.33333vw;
	margin: 16vw 11.86667vw 0 0;
	padding: 0 8.66667vw;
	border-radius: 70px;
	background: #8d4b27;
	color: #fff;
	font-size: 4.8vw;
}

.mod-button:active,
.mod-button:focus,
.mod-button:visited {
	color: #fff;
}

.is-pc .mod-button:hover.arrow:before {
	right: -50px;
}

.mod-button.accent {
	background: #ff8e6c;
}

.mod-button.accent.arrow:before {
	background: url(../img/ico_arrow_trouble_07.png) no-repeat 50% 50%;
	background-size: cover;
}

.mod-button.dermatology {
	background: #f9e74a;
}

.mod-button.dermatology.arrow:before {
	background: url(../img/ico_arrow_skin_07.png) no-repeat 50% 50%;
	background-size: cover;
}

.mod-button.otolaryngology {
	background: #8d4b27;
}

.mod-button.otolaryngology.arrow:before {
	background: url(../img/ico_arrow_wish_07.png) no-repeat 50% 50%;
	background-size: cover;
}

.mod-button.arrow {
	margin-right: 8vw;
}

.mod-button.arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -8vw;
	width: 13.6vw;
	height: 2vw;
	background: url(../img/ico_arrow_07.png) no-repeat 50% 50%;
	background-size: cover;
	-webkit-transform: translate(0, -3px);
	transform: translate(0, -3px);
}

.mod-button.arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 8.8vw;
	height: 0.93333vw;
	background: #fff;
	-webkit-transform: translate(0, 1px);
	transform: translate(0, 1px);
}

.mod-button-small {
	display: inline-flex;
	position: relative;
	margin: 40px 0 0;
	padding: 0 21.33333vw 0 0;
	color: #8d4b27;
	font-size: 4.26667vw;
	text-align: left;
}

.mod-button-small:active,
.mod-button-small:focus,
.mod-button-small:visited {
	color: #8d4b27;
}

.is-pc .mod-button-small:hover.arrow:before {
	right: -10px;
}

.mod-button-small.accent {
	color: #ff8e6c;
}

.mod-button-small.accent.arrow:before {
	background: url(../img/ico_arrow_trouble_01.png) no-repeat 50% 50%;
	background-size: contain;
}

.mod-button-small.dermatology {
	background: #f9e74a;
}

.mod-button-small.dermatology.arrow:before {
	background: url(../img/ico_arrow_skin_01.png) no-repeat 50% 50%;
	background-size: contain;
}

.mod-button-small.otolaryngology {
	background: #8d4b27;
}

.mod-button-small.otolaryngology.arrow:before {
	background: url(../img/ico_arrow_wish_01.png) no-repeat 50% 50%;
	background-size: contain;
}

.mod-button-small.arrow:before {
	content: '';
	position: absolute;
	top: 2.66667vw;
	right: 2.66667vw;
	width: 13.33333vw;
	height: 2.13333vw;
	background: url(../img/ico_arrow_01.png) no-repeat 50% 50%;
	background-size: contain;
}

.mod-button-large {
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	min-width: 81.33333vw;
	height: 18.66667vw;
	margin: 16vw 0 0 0;
	padding: 0 8.66667vw;
	border-radius: 70px;
	background: #8d4b27;
	color: #fff;
	font-size: 4.53333vw;
}

.mod-button-large:active,
.mod-button-large:focus,
.mod-button-large:visited {
	color: #fff;
}

.is-pc .mod-button-large:hover.arrow:before {
	right: -75px;
}

.mod-button-large.accent {
	background: #ff8e6c;
}

.mod-button-large.accent.arrow:before {
	background-size: cover;
}

.mod-button-large.dermatology {
	background: #f9e74a;
}

.mod-button-large.dermatology.arrow:before {
	background: url(../img/ico_arrow_skin_07.png) no-repeat 50% 50%;
	background-size: cover;
}

.mod-button-large.otolaryngology {
	background: #8d4b27;
}

.mod-button-large.otolaryngology.arrow:before {
	background: url(../img/ico_arrow_wish_07.png) no-repeat 50% 50%;
	background-size: cover;
}


.mod-button-large.arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -8vw;
	width: 13.6vw;
	height: 2vw;
	background-size: cover;
	-webkit-transform: translate(0, -3px);
	transform: translate(0, -3px);
}

.mod-button-large.arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 8.8vw;
	height: 0.93333vw;
	-webkit-transform: translate(0, 1px);
	transform: translate(0, 1px);
}

.mod-button.details {
	display: flex;
	width: 100%;
	height: 13.33333vw;
	margin: 8vw auto 0;
	background: #fff;
	color: #8d4b27;
}

.mod-line-wave {
	content: '';
	display: block;
	width: 100%;
	height: 3.2vw;
	margin: 8vw 0 0;
	border: none;
	background: url(../img/ph_wave_01.png) repeat-x 0 50%;
}

.mod-line-dashed {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin: 60px 0 0;
	border: none;
	background: url(../img/ph_doted_01.png) repeat-x 0 50%;
}

.mod-line-oblique-lite {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	margin: 17px 0 0;
	border: none;
	background: url(../img/ph_oblique_01.png) repeat-x 0 50%;
}

.mod-line-oblique {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	margin: 17px 0 0;
	border: none;
	background: url(../img/ph_oblique_01.png) repeat-x 0 50%;
}

.mod-label {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 5px;
	background: #ff8e6c;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.0;
}

.mod-line {
	display: inline-block;
	position: relative;
	width: 100px;
}

.mod-line:before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	width: 80px;
	height: 1px;
	background: #000;
}

.mod-profile {
	text-align: center;
}

.mod-profile figure img {
	width: 100%;
}

.mod-profile-outline {
	padding: 30px;
	font-size: 2.4rem;
}

.mod-profile-outline ul {
	margin: 20px auto 0;
}

.mod-profile-outline ul li {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.75;
}

.mod-profile-outline ul li:before {
	content: none;
}

.mod-profile .profile-outline {
	padding: 30px;
	border-radius: 0 0 25px 0;
	background: #fce2d9;
	text-align: left;
}

.mod-profile .profile-outline.color-trouble {
	background: #ff8e6c;
	color: #fff;
}

.mod-profile .profile-outline.color-skin {
	background: #f9e74a;
}

.mod-profile .profile-outline.color-allergie {
	background: #acd753;
	color: #fff;
}

.mod-profile .profile-outline .profile-name {
	font-size: 2.4rem;
}

.mod-profile .profile-outline ul {
	margin: 20px auto 0 0;
}

.mod-profile .profile-outline ul li {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.75;
}

.mod-profile .profile-outline ul li:before {
	content: none;
}

.mod-profile .profile-outline p {
	font-size: 1.6rem;
}

/* -----------------------------------------------------
 * Utilities
 * -------------------------------------------------- */

/*docs
---
title: テキスト寄せ
name: util-010
category: utilities
---

```html
<p class="mod-left">.mod-left</p>
<p class="mod-center">.mod-center</p>
<p class="mod-right">.mod-right</p>
```
*/

.mod-left {
	display: block;
	margin: 0 auto 0 0;
	text-align: left !important;
}

.mod-center {
	display: block;
	margin: 0 auto;
	text-align: center !important;
}

.mod-right {
	display: block;
	margin: 0 0 0 auto;
	text-align: right !important;
}

/*docs
---
title: メディア表示
name: util-020
category: utilities
---

```html
<div class="is-pc-hide">PC非表示（指定がなければSP表示）</div>
<div class="is-pc-show">PCでは必ず表示（指定がなければSP表示）</div>
<div class="is-sp-show">SPでは必ず表示（指定がなければPC表示）</div>
<div class="is-sp-hide">SP非表示（指定がなければPC表示）</div>
<p>テキストテキストテキスト。<br class="is-br-sp-show">SPでは改行が入る。</p>
<p>テキストテキストテキスト。<br class="is-br-pc-show">PCでは改行が入る。</p>
```
*/

.is-br-sp-show {
	display: none;
}

.is-br-pc-show {
	display: none;
}

/*docs
---
title: JSメディアチェック用
name: util-030
category: utilities
---
SP表示チェック。
- jQueryのis(':visible')を利用することで、JSとCSSの同期が取れる。
- SP時に display: block; となる。

```html
<div class="check-media">SP時 display: block;</div>
```
*/

.check-media {
	display: block;
}

/* -----------------------------------------------------
 * Typography
 * -------------------------------------------------- */

/* ----- Heading ----- */

.mod-heading1,
.mod-heading2,
.mod-heading3,
.mod-heading4,
.mod-heading5,
.mod-heading6,
.mod-heading7
 {
	display: block;
	margin: 30px 0;
}

.mod-heading1:first-child,
.mod-heading2:first-child,
.mod-heading3:first-child,
.mod-heading4:first-child,
.mod-heading5:first-child,
.mod-heading6:first-child,
.mod-heading7:first-child
 {
	margin-top: 0;
}

.mod-heading1 {
	font-size: 2.4rem;
}

.mod-heading2 {
	margin: 16vw 0 0;
	font-size: 7.6vw;
	text-align: center;
}

.mod-heading2:first-child {
	margin-top: 16vw;
}

.mod-heading2 .english {
	display: block;
	color: #8d4b27;
	font-family: 'Barlow Condensed';
	font-size: 6vw;
	letter-spacing: 0.012em;
	text-transform: uppercase;
}

.mod-heading2 .text {
	display: block;
	margin: 10.66667vw 0 0;
	color: #8d4b27;
	font-size: 6.4vw;
}

.mod-heading3 {
	margin: 21.33333vw 0 0;
	font-size: 6.93333vw;
	text-align: center;
}

.mod-heading3:first-child {
	margin-top: 25.33333vw;
}

.mod-heading4 {
	position: relative;
	margin: 21.33333vw 0 0;
	font-size: 6.4vw;
}

.mod-heading4:first-child {
	margin-top: 25.33333vw;
}

.mod-heading4:after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	margin: 20px 0 0;
	background: url(../img/line_h4.png) repeat-x 0 50%;
}

.mod-heading5 {
	text-align: center;
}

.mod-heading5 .heading5-inner {
	display: inline-block;
	width: 100%;
	margin: 16vw auto 0;
	padding: 4vw 14.66667vw;
	border-right: 5px solid #8d4b27;
	border-left: 5px solid #8d4b27;
	background: #fce2d9;
	color: #8d4b27;
	font-size: 5.33333vw;
	text-align: center;
}

.mod-heading5.accent .heading5-inner {
	border-right: 5px solid #ff8e6c;
	border-left: 5px solid #ff8e6c;
	background: #ffddd3;
	color: #ff8e6c;
}

.mod-heading5.dermatology .heading5-inner {
	border-right: 5px solid #f9e74a;
	border-left: 5px solid #f9e74a;
	background: #fdf8c8;
	color: #f9e74a;
}

.mod-heading5.otolaryngology .heading5-inner {
	border-right: 5px solid #8d4b27;
	border-left: 5px solid #8d4b27;
	background: #fce2d9;
	color: #8d4b27;
}

.mod-heading6 {
	font-size: 1.4rem;
}

.mod-heading7 {
	text-align: center;
}

.mod-heading7 .heading7-inner {
	display: inline-block;
	width: 100%;
	margin: 16vw auto 0;
	padding: 4vw 14.66667vw;
	border-right: 5px solid #8d4b27;
	border-left: 5px solid #8d4b27;
	background: #fce2d9;
	color: #8d4b27;
	font-size: 5.33333vw;
	text-align: center;
}

.mod-heading7.accent .heading7-inner {
	border-right: 5px solid #ff8e6c;
	border-left: 5px solid #ff8e6c;
	background: #f5faf4;
	color: #ff8e6c;
}

.mod-heading7.dermatology .heading7-inner {
	border-right: 5px solid #f9e74a;
	border-left: 5px solid #f9e74a;
	background: #fdf8c8;
	color: #f9e74a;
}

.mod-heading7.otolaryngology .heading7-inner {
	border-right: 5px solid #8d4b27;
	border-left: 5px solid #8d4b27;
	background: #fce2d9;
	color: #8d4b27;
}

/* ----- Paragraph ----- */

.mod-p {
	margin: 2.66667vw 0 0;
	font-size: 4.8vw;
}

.mod-p .small {
	font-size: 4.26667vw;
}

/* ----- List ----- */

.mod-ul {
	display: table;
	margin: 5.33333vw 0;
}

.mod-ul > li {
	position: relative;
	margin: 2.66667vw 0 0;
	padding: 0 0 0 6.66667vw;
	font-size: 4.8vw;
}

.mod-ul > li:first-child {
	margin-top: 0;
}

.mod-ul > li:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 3px;
	width: 10px;
	height: 10px;
	padding-right: 0.4em;
	border-radius: 50%;
	background: #8d4b27;
	font-weight: bold;
}

.mod-ol {
	list-style-type: decimal;
	margin: 5.33333vw 0;
	padding: 0 0 0 1em;
}

.mod-ol > li {
	list-style-type: decimal;
	margin: 2.66667vw 0 0;
}

.mod-ol > li:first-child {
	margin-top: 0;
}

.mod-dl {
	margin: 5.33333vw 0;
}

.mod-dl dt {
	margin: 2.66667vw 0 0;
	font-weight: bold;
}

.mod-dl dt:first-child {
	margin-top: 0;
}

.mod-dl dd {
	margin: 2.66667vw 0 0 2.66667vw;
}

/* -----------------------------------------------------
 * Tools
 * -------------------------------------------------- */

/*docs
---
title: アコーディオン
name: tool-010
category: tools
---

```html
<div class="mod-ac">
<a href="javascript:void(0)" class="mod-ac-trigger">トリガー .mod-ac-trigger</a>
<div class="mod-ac-target">ターゲット .mod-ac-target</div>
</div>
```
*/

.mod-ac-target {
	display: none;
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * Header
 * -------------------------------------------------- */

.l-header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 20vw;
	padding: 1.86667vw;
	border-bottom: 1px solid #f4f2f0;
	background: #fff;
}

.l-header-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.l-header-inner .mod-sp-menu {
	position: absolute;
	top: 5.33333vw;
	right: 2.66667vw;
	width: 5.33333vw;
	height: 4.26667vw;
	padding: 0;
	border: none;
	background: none;
	transition: all 0.2s ease-in-out;
}

.l-header-inner .mod-sp-menu.l-header-english {
	display: none;
}

.l-header-inner .mod-sp-menu .icon {
	position: absolute;
	top: 2vw;
	left: 0;
	width: 5.33333vw;
	height: 0.53333vw;
	background-color: #8d4b27;
}
 
.l-header-inner .mod-sp-menu .icon:before,
.l-header-inner .mod-sp-menu .icon:after {
	content: '';
	display: block;
	position: absolute;
	height: 0.53333vw;
	background-color: #8d4b27;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.l-header-inner .mod-sp-menu .icon:before {
	top: -2vw;
	left: 2vw;
	width: 3.33333vw;
}

.l-header-inner .mod-sp-menu .icon:after {
	top: 1.73333vw;
	left: 2vw;
	width: 3.33333vw;
}

.l-header-inner .mod-sp-menu:focus {
	outline: 0;
}

.l-header-sub {
	display: none;
}

.l-header-sub-sp {
	display: flex;
	flex-wrap: wrap;
}

.l-header-sub-sp li {
	width: 100%;
	padding: 4vw 0;
	border-top: 2.13333vw solid #fff;
	text-align: center;
}

.l-header-sub-sp-reception {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
}

.l-header-sub-sp-reception li {
	padding: 0;
	border: none;
	color: #8d4b27;
	font-size: 6.13333vw;
	font-weight: bold;
	line-height: 1.0;
}

.l-header-sub-sp-reception li:last-child {
	display: block;
	margin: 2.66667vw 0 0;
	font-size: 3.73333vw;
	font-weight: normal;
}

.l-header-sub-sp-tel {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	padding-bottom: 0 !important;
}

.l-header-sub-sp-tel li {
	margin: 2.66667vw 0 0;
	padding: 0;
	border: none;
	color: #8d4b27;
	font-size: 4.26667vw;
	letter-spacing: 0.025em;
}

.l-header-sub-sp-tel li a {
	color: #8d4b27;
}

.l-header-sub-sp-tel li.number {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 8vw;
	font-weight: bold;
	line-height: 1.25;
}

.l-header-sub-sp-tel li.number .tel-icon {
	font-size: 0.8em;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}

.l-header-sub-sp-tel li .direct {
	font-size: 5.33333vw;
	font-weight: bold;
}

.l-header-sub-sp-access {
	margin: 5.33333vw 0 0;
	padding: 0 !important;
	border-top: none !important;
}

.l-header-sub-sp-access a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 13.33333vw;
	border-radius: 50px;
	background: #8d4b27;
	color: #fff;
	font-size: 4.53333vw;
	font-weight: bold;
	text-decoration: none;
}

.l-header-logo {
	position: absolute;
	top: 0;
	left: 3.33333vw;
}

.l-header-logo a {
	display: block;
	overflow: hidden;
	width: 73.33333vw;
	height: 12.66667vw;
	background: url(../img/logo_sp.png) no-repeat 50% 50%;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
}

.l-header-nav {
	display: none;
	position: relative;
	z-index: 10;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 5.33333vw;
	background: #fce2d9;
}

.l-header-nav .calender {
	display: none;
}

.is-menu-open .l-header-nav {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100vh - 20vw);
	margin-top: 20vw;
	padding-bottom: 40vw;
}

.is-menu-open .l-header-nav .calender {
	display: block;
	margin: 8vw 0 0;
	text-align: center;
}

.is-menu-open .l-header-nav .calender tr:nth-child(1) {
	height: 9.33333vw;
	background: #8d4b27;
	color: #fff;
}

.is-menu-open .l-header-nav .calender tr:nth-child(1) td {
	color: #fff;
}

.is-menu-open .l-header-nav .calender tr:nth-child(2) {
	border-bottom: 1px dashed #8d4b27;
}

.is-menu-open .l-header-nav .calender tr:nth-child(3) {
	border-bottom: 1px solid #8d4b27;
}

.is-menu-open .l-header-nav .calender tr td {
	width: 10.66667vw;
	border-right: 1px solid #8d4b27;
	color: #8d4b27;
}

.is-menu-open .l-header-nav .calender tr td:nth-child(1) {
	width: 12.66667vw;
	background: #8d4b27;
	color: #fff;
}

.l-header .mod-header-nav {
	padding: 4vw 0;
}

.l-header .mod-header-nav > li {
	font-size: 4.8vw;
}

.l-header .mod-header-nav > li > ul {
	display: none;
}

.l-header .mod-header-nav > li > a {
	display: block;
	width: 100%;
	padding: 4vw 0;
	color: #8d4b27;
	text-decoration: none;
}

.l-footer {
	position: relative;
	margin: 26.66667vw 0 13.33333vw;
	padding: 10.66667vw 5.33333vw 0;
	border-top: 6px solid #8d4b27;
}

.l-footer-head {
	position: relative;
}

.l-footer-head .footer-logo img {
	width: 100%;
}

.l-footer-head .social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 6.66667vw -1.33333vw 0 0;
}

.l-footer-head .social li {
	width: 9.33333vw;
	height: 9.33333vw;
	margin: 0 2.66667vw 0 0;
	border-radius: 50%;
	background: #8d4b27;
}

.l-footer-head .social li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.l-footer-head .social li a i {
	color: #fff;
}

.l-footer-contact {
	display: flex;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.l-footer-contact > li {
	display: block;
	width: 50%;
	height: 13.33333vw;
}

.l-footer-contact > li:nth-child(1) {
	background: #ff8e6c;
}

.l-footer-contact > li:nth-child(2) {
	background: #8d4b27;
}

.l-footer-contact > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
}

.l-footer-content {
	display: flex;
	flex-wrap: wrap;
}

.l-footer-content .mod-button {
	width: 100%;
	margin: 5.33333vw 0 0;
	background: #8d4b27;
	color: #fffff;
}

.l-footer-logo a {
	display: block;
	width: 73.33333vw;
	height: 12.66667vw;
	background: url(../img/logo_sp.png) no-repeat 50% 50%;
	background-size: contain;
}

.l-footer-info {
	flex: 1;
}

.l-footer-access {
	display: flex;
	position: relative;
}

.l-footer .number {
	margin: 2.66667vw 0 0;
	color: #8d4b27;
	font-size: 7.46667vw;
	font-weight: bold;
}

.l-footer .number i {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.l-footer-tel {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.l-footer-calendar {
	margin: 8vw 0 0;
}

.l-footer-calendar table tr {
	border-bottom: 1px solid #eee;
}

.l-footer-calendar table tr:nth-child(1) {
	background: #eee;
}

.l-footer-calendar table tr:nth-child(2) {
	border-bottom: 1px dashed #ccc;
}

.l-footer-calendar table tr td {
	width: 10.66667vw;
	height: 20vw;
	border-right: 0.26667vw solid #eee;
	text-align: center;
}

.l-footer-calendar table tr td:nth-child(1) {
	width: 13.33333vw;
	background: #eee;
}

.l-footer-calendar table tr td:nth-child(2),
.l-footer-calendar table tr td:nth-child(3),
.l-footer-calendar table tr td:nth-child(4),
.l-footer-calendar table tr td:nth-child(5),
.l-footer-calendar table tr td:nth-child(6),
.l-footer-calendar table tr td:nth-child(7) {
	color: #8d4b27;
}

.l-footer-nav {
	margin: 8vw -5.33333vw 0;
	padding: 10.66667vw 5.33333vw;
	background: url(../img/bg_wood_03.jpg) repeat 50% 50%;
	background-size: contain;
	text-align: center;
}

.l-footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	height: 100%;
	margin: 0 auto;
}

.l-footer-nav ul li {
	width: 50%;
	margin: 8vw 0 0;
}
.l-footer-nav ul li img {
    width: 90%;
} 
.l-footer-nav ul li a {
	display: block;
}

.l-footer-nav ul li a p {
	color: #000;
	font-size: 4vw;
}

.l-footer-copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	font-size: 1.5rem;
}

.mod-pagetop {
	position: fixed;
	z-index: 5;
	right: 1.33333vw;
	bottom: 17.33333vw;
	width: 24vw;
	height: 24vw;
	border: 4px solid #8d4b27;
	border-radius: 50%;
	background: #fff;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transform: translateY(66.66667vw);
	transform: translateY(66.66667vw);
}

.mod-pagetop:before {
	content: '';
	display: block;
	position: absolute;
	top: 2.66667vw;
	left: calc(50% - 1.86667vw);
	width: 3.73333vw;
	height: 2.13333vw;
	background: url(../img/ico_arrow_08.png) no-repeat 50% 50%;
	background-size: cover;
}

.mod-pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 1.33333vw 0 0;
	color: #8d4b27;
	font-size: 4vw;
	line-height: 1.0;
	text-align: center;
}

.is-pagetop-active .mod-pagetop {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.is-pagetop-fixed .mod-pagetop {
	position: absolute;
	top: -12vw;
	bottom: auto;
	transition: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.l-facility .l-column-head {
	position: relative;
	width: calc(100% - 21%);
	margin: 80px 0 0;
	padding: 80px 180px 0 0;
}

.l-facility .l-column-head:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background: #fce2d9;
}

.l-facility .l-column-head-inner {
	width: 840px;
	margin: 0 0 0 auto;
}

.l-facility .l-column-head-inner .mod-heading3 {
	margin: 0;
	font-size: 2.4rem;
	text-align: left;
}

.l-facility .l-column-head-inner > p {
	margin: 30px 0 0;
}

/* -----------------------------------------------------
 * Layout
 * -------------------------------------------------- */

.l-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	padding-top: 20vw;
}

.is-menu-open .l-wrapper {
	position: fixed;
}

.l-kv {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40vw;
	background: url(../img/bg_kv_01.png) repeat 50% 50%;
	text-align: center;
}

.l-kv.coral {
	background: url(../img/bg_kv_02.png) repeat 50% 50%;
}

.l-kv.clams {
	background: url(../img/bg_kv_03.png) repeat 50% 50%;
}

.l-kv h1 {
	color: #fff;
	font-size: 6.93333vw;
	font-weight: normal;
}

.l-kv h1 .english {
	display: block;
	font-family: 'Barlow Condensed';
	font-size: 5.6vw;
	letter-spacing: 0.012em;
	text-transform: uppercase;
}

.l-kv img {
	width: 100%;
	height: auto;
}

.l-breadcrumbs {
	padding: 2.66667vw;
}

.l-breadcrumbs ol {
	letter-spacing: -0.4em;
}

.l-breadcrumbs ol > * {
	letter-spacing: normal;
}

.l-breadcrumbs ol li {
	display: inline-block;
	position: relative;
	margin: 0 0 0 1.5em;
}

.l-breadcrumbs ol li:before {
	content: '>';
	position: absolute;
	top: 50%;
	left: -1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-breadcrumbs ol li:nth-child(1) {
	margin: 0;
}

.l-breadcrumbs ol li:nth-child(1):before {
	display: none;
}

.l-breadcrumbs ol li a {
	color: #8d4b27;
}

.l-contents {
	flex-grow: 1;
	min-width: 320px;
}

.l-main-inner.bg-01 {
	background-color: #e4e4e4;
}

.l-main-inner.bg-02 {
	background-color: #333;
	color: #fff;
}

.l-section {
	width: 100%;
	padding: 0 5.33333vw;
}

.l-section h1,
.l-section h2,
.l-section h3,
.l-section h4,
.l-section h5,
.l-section h6 {
	display: block;
	margin: 30px 0;
}

.l-section h1:first-child,
.l-section h2:first-child,
.l-section h3:first-child,
.l-section h4:first-child,
.l-section h5:first-child,
.l-section h6:first-child {
	margin-top: 0;
}

.l-section .mod-heading1 {
	font-size: 2.4rem;
}

.l-section .mod-heading2 {
	margin: 16vw 0 0;
	font-size: 7.6vw;
	text-align: center;
}

.l-section .mod-heading2:first-child {
	margin-top: 16vw;
}

.l-section .mod-heading2 .english {
	display: block;
	color: #8d4b27;
	font-family: 'Barlow Condensed';
	font-size: 6vw;
	letter-spacing: 0.012em;
	text-transform: uppercase;
}

.l-section .mod-heading2 .text {
	display: block;
	margin: 10.66667vw 0 0;
	color: #8d4b27;
	font-size: 6.4vw;
}

.l-section .mod-heading3 {
	margin: 21.33333vw 0 0;
	font-size: 6.93333vw;
	text-align: center;
}

.l-section .mod-heading3:first-child {
	margin-top: 25.33333vw;
}

.l-section .mod-heading4 {
	position: relative;
	margin: 21.33333vw 0 0;
	font-size: 6.4vw;
}

.l-section .mod-heading4:first-child {
	margin-top: 25.33333vw;
}

.l-section .mod-heading4:after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	margin: 20px 0 0;
	background: url(../img/line_h4.png) repeat-x 0 50%;
}

.l-section .mod-heading5 {
	text-align: center;
}

.l-section .mod-heading5 .heading5-inner {
	display: inline-block;
	width: 100%;
	margin: 16vw auto 0;
	padding: 4vw 14.66667vw;
	border-right: 5px solid #8d4b27;
	border-left: 5px solid #8d4b27;
	background: #fce2d9;
	color: #8d4b27;
	font-size: 5.33333vw;
	text-align: center;
}

.l-section .mod-heading5.accent .heading5-inner {
	border-right: 5px solid #ff8e6c;
	border-left: 5px solid #ff8e6c;
	background: #ffddd3;
	color: #ff8e6c;
}

.l-section .mod-heading5.dermatology .heading5-inner {
	border-right: 5px solid #f9e74a;
	border-left: 5px solid #f9e74a;
	background: #fdf8c8;
	color: #f9e74a;
}

.l-section .mod-heading5.otolaryngology .heading5-inner {
	border-right: 5px solid #8d4b27;
	border-left: 5px solid #8d4b27;
	background: #fce2d9;
	color: #8d4b27;
}

.l-section .mod-heading6 {
	font-size: 1.4rem;
}

.l-section .mod-heading7 {
	text-align: center;
}

.l-section .mod-heading7 .heading7-inner {
	display: inline-block;
	width: 100%;
	margin: 16vw auto 0;
	padding: 4vw 14.66667vw;
	border-right: 5px solid #8d4b27;
	border-left: 5px solid #8d4b27;
	background: #fce2d9;
	color: #8d4b27;
	font-size: 5.33333vw;
	text-align: center;
}

.l-section .mod-heading7.accent .heading7-inner {
	border-right: 5px solid #99abbd;
	border-left: 5px solid #99abbd;
	background: #f5faf4;
	color: #99abbd;
}

.l-section .mod-heading7.dermatology .heading7-inner {
	border-right: 5px solid #f9e74a;
	border-left: 5px solid #f9e74a;
	background: #fdf8c8;
	color: #f9e74a;
}

.l-section .mod-heading7.otolaryngology .heading7-inner {
	border-right: 5px solid #8d4b27;
	border-left: 5px solid #8d4b27;
	background: #fce2d9;
	color: #8d4b27;
}


.l-section p {
	margin: 2.66667vw 0 0;
	font-size: 4.8vw;
}

.l-section p .small {
	font-size: 4.26667vw;
}

.l-section p.small {
	font-size: 4.26667vw;
}

.l-section p.color-gray {
	padding: 2.66667vw;
	background: #f4f2f0;
}

.l-section p.color-main {
	color: #8d4b27;
}

p.color-trouble {
	color: #ff8e6c;
}

.l-section ul {
	display: table;
	margin: 5.33333vw 0;
}

.l-section ul > li {
	position: relative;
	margin: 2.66667vw 0 0;
	padding: 0 0 0 6.66667vw;
	font-size: 4.8vw;
}

.l-section ul > li:first-child {
	margin-top: 0;
}

.l-section ul > li:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 3px;
	width: 10px;
	height: 10px;
	padding-right: 0.4em;
	border-radius: 50%;
	background: #8d4b27;
	font-weight: bold;
}

.l-section ol {
	list-style-type: decimal;
	margin: 5.33333vw 0;
	padding: 0 0 0 1em;
}

.l-section ol > li {
	list-style-type: decimal;
	margin: 2.66667vw 0 0;
}

.l-section ol > li:first-child {
	margin-top: 0;
}

.l-section dl {
	margin: 5.33333vw 0;
}

.l-section dl dt {
	margin: 2.66667vw 0 0;
	font-weight: bold;
}

.l-section dl dt:first-child {
	margin-top: 0;
}

.l-section dl dd {
	margin: 2.66667vw 0 0 2.66667vw;
}

.l-section > img {
	width: 100%;
	margin: 10.66667vw 0 0;
}

.l-sub-menu-wrap {
	margin: 13.33333vw 0 0;
}

.l-sub-menu-wrap .l-sub-menu {
	display: flex;
	position: relative;
	justify-content: center;
	height: 13.33333vw;
	margin: 0 5.33333vw 0;
}

.l-sub-menu-wrap .l-sub-menu > li {
	z-index: 5;
	width: 100%;
}

.l-sub-menu-wrap .l-sub-menu > li .sp-menu-open {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 4.26667vw;
}

.l-sub-menu-wrap .l-sub-menu > li .sp-menu-open:after {
	content: '';
	position: absolute;
	top: calc(50% - 1.46667vw);
	right: 4vw;
	width: 4vw;
	height: 2.93333vw;
	background: url(../img/ico_arrow_06.png) no-repeat 50% 50%;
	background-size: cover;
}

.is-pc .l-sub-menu-wrap .l-sub-menu > li .sp-menu-open:hover .second-level {
	visibility: visible;
	opacity: 1;
}

.l-sub-menu-wrap .l-sub-menu > li .sp-menu-open.is-open:after {
	content: '';
	position: absolute;
	top: calc(50% - 1.46667vw);
	right: 4vw;
	width: 4vw;
	height: 2.93333vw;
	background: url(../img/ico_arrow_06.png) no-repeat 50% 50%;
	background-size: cover;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.l-sub-menu-wrap .l-sub-menu .second-level {
	display: none;
	position: absolute;
	width: 100%;
	height: 40vw;
}

.l-sub-menu-wrap .l-sub-menu .second-level li {
	display: block;
	height: 13.33333vw;
}

.l-sub-menu-wrap .l-sub-menu .second-level li a {
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fce2d9;
	color: #000;
	font-size: 4.26667vw;
}

.l-sub-menu-wrap .l-sub-menu .second-level li.is-current a,
.l-sub-menu-wrap .l-sub-menu .second-level li a:hover {
	opacity: 1.0;
	color: #8d4b27;
}

.l-sub-menu-wrap .l-sub-menu .second-level li.is-current a:after,
.l-sub-menu-wrap .l-sub-menu .second-level li a:hover:after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.l-treatment-block {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	margin: 16vw 0 0;
}

.l-treatment-block .mod-profile {
	width: 100%;
	border-radius: 50px 0 50px 0;
	background: #fce2d9;
	text-align: center;
}

.l-treatment-block .inner {
	margin: 40px 0 0 0;
}
.l-treatment-block strong {
	color:#ff8e6c;
}
.l-treatment-block .inner p {
	margin: 0;
}

.l-treatment-block .inner ul {
	display: block;
	margin: 40px 0 0;
	padding: 40px;
	border-radius: 50px 0 50px 0;
	background: #fce2d9;
}

.l-treatment-block .inner ul li {
	margin: 0;
}

.l-treatment-block a {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 70px 0;
	color: #8d4b27;
	text-decoration: none;
}

.l-treatment-block a:after {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	width: 51px;
	height: 7px;
	background: url(../img/ico_arrow_01.png) no-repeat 50% 50%;
	background-size: contain;
}

.l-table-wrap {
	overflow: auto;
	width: 100%;
	white-space: nowrap;
}

.l-table {
	width: 100%;
	margin: 14.66667vw 0 0;
}

.l-table thead tr {
	font-size: 4.8vw;
}

.l-table thead tr th {
	padding: 4vw;
	border: 1px solid #eee;
	border-bottom: 1px dashed #eee;
	text-align: center;
}

.l-table thead tr th:nth-child(1) {
	width: auto;
}

.l-table thead tr th:nth-child(2) {
	background: #fce2d9;
}

.l-table tbody tr {
	font-size: 4.8vw;
}

.l-table tbody tr:last-child {
	border-bottom: 1px solid #eee;
}

.l-table tbody td {
	padding: 4vw;
	border-left: 1px solid #eee;
	text-align: center;
}

.l-table tbody td:nth-child(1) {
	padding: 4vw 4vw 4vw 15px;
	text-align: left;
}

.l-table tbody td:last-child {
	border-right: 1px solid #eee;
}

.l-table tbody td img {
	margin: 0 auto;
}

.l-section .l-qanda {
	margin: 13.33333vw 0 0;
}

.l-section .l-qanda .question {
	position: relative;
	padding: 0 0 0 13.33333vw;
	font-size: 6.4vw;
}

.l-section .l-qanda .question:before {
	content: 'Q.';
	position: absolute;
	top: 5px;
	left: 0;
	color: #8d4b27;
	font-size: 6.4vw;
	line-height: 1.0;
}

.l-section .l-qanda .question:after {
	content: '';
	display: block;
	max-width: 1200px;
	height: 1px;
	margin: 6.66667vw 0 0 -13.33333vw;
	background: url(../img/ph_doted_01.png) repeat-x 0 50%;
}

.l-section .l-qanda .answer {
	margin: 8vw 0 0;
	font-size: 4.8vw;
}

.l-section .l-flowchart {
	margin: 16vw 0 0;
	padding: 0;
}

.l-section .l-flowchart.accent li ul li:nth-child(1) {
	background: #63ADC9;
}

.l-section .l-flowchart.dermatology li ul li:nth-child(1) {
	background: #f9e74a;
}

.l-section .l-flowchart.otolaryngology li ul li:nth-child(1) {
	background: #8d4b27;
}

.l-section .l-flowchart.clear li ul li:nth-child(1) {
	background: none;
	color: #000;
}

.l-section .l-flowchart.clear li ul li:nth-child(1) img {
	width: auto;
	height: 100%;
}

.l-section .l-flowchart li {
	position: relative;
	list-style: none;
	margin: 16vw 0 0;
}

.l-section .l-flowchart li:before {
	content: '';
	display: block;
	position: absolute;
	top: -10.66667vw;
	left: 40vw;
	width: 8.8vw;
	height: 5.33333vw;
	background: url(../img/ico_arrow_04.png) no-repeat 50% 50%;
	background-size: cover;
}

.l-section .l-flowchart li:nth-child(1):before {
	content: none;
}

.l-section .l-flowchart li ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.l-section .l-flowchart li ul li {
	display: flex;
	margin: 0;
	padding: 0;
}

.l-section .l-flowchart li ul li:nth-child(1) {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 15.33333vw;
	border-radius: 25px 0 0 0;
	background: #8d4b27;
	color: #fff;
}

.l-section .l-flowchart li ul li:last-child {
	flex: 1;
	justify-content: center;
	align-items: center;
	margin: 1.33333vw 0 0;
	padding: 5.33333vw;
	background: #f4f2f0;
}

.l-section .l-flowchart li ul li:before {
	content: none;
}

.l-section .l-condition {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.l-section .l-condition li {
	width: 50%;
	margin: 10.66667vw 0 0;
	padding: 0 6.66667vw 0 0;
	font-size: 6.4vw;
}

.l-section .l-condition li:before {
	content: none;
}

.l-section .l-condition li:after {
	content: '';
	display: block;
	width: 100%;
	height: 2.66667vw;
	margin: 2.66667vw 0 0;
	background: url(../img/line_h4_paint.png) repeat-x 0 50%;
}

.l-section .l-condition li:nth-child(1) {
	margin: 0;
}

.l-section .l-condition li:nth-child(2) {
	margin: 0;
}

.l-section .l-table-coupon {
	width: 100%;
	margin: 16vw 0 0;
}

.l-section .l-table-coupon tbody tr td {
	padding: 2.66667vw 4vw;
	border: 1px solid #fff;
	background: #f4f2f0;
}

.l-section .l-table-coupon tbody tr td:first-child {
	background: #fce2d9;
}

.l-section .l-table-price {
	width: 100%;
	margin: 60px 0 0;
}

.l-section .l-table-price.accent thead {
	background: #ff8e6c;
}

.l-section .l-table-price.dermatology thead {
	background: #f9e74a;
}

.l-section .l-table-price.otolaryngology thead {
	background: #8d4b27;
}

.l-section .l-table-price thead {
	background: #8d4b27;
}

.l-section .l-table-price thead tr td {
	height: 16vw;
	padding: 0 4vw;
	border: 1px solid #fff;
	color: #fff;
}

.l-section .l-table-price tbody {
	background: #f4f2f0;
}

.l-section .l-table-price tbody tr td {
	height: 24vw;
	padding: 0 4vw;
	border: 1px solid #fff;
	line-height: 1.75;
}

.l-section .l-table-price tbody tr td .strong {
	display: block;
	font-size: 5.33333vw;
	font-weight: bold;
}

.l-section .l-table-case {
	width: 100%;
}

.l-section .l-table-case.accent tr:first-child {
	background: #ff8e6c;
}

.l-section .l-table-case.accent tr:first-child td:nth-child(n+1) {
	background: #ff8e6c;
}

.l-section .l-table-case.accent td:nth-child(1) {
	background: #ff8e6c;
}

.l-section .l-table-case.accent td:nth-child(3) {
	background: #ffddd3;
	color: #ff8e6c;
}

.l-section .l-table-case.dermatology tr:first-child {
	background: #f9e74a;
}

.l-section .l-table-case.dermatology tr:first-child td:nth-child(n+1) {
	background: #f9e74a;
}

.l-section .l-table-case.dermatology td:nth-child(1) {
	background: #f9e74a;
}

.l-section .l-table-case.dermatology td:nth-child(3) {
	background: #fdf8c8;
	color: #f9e74a;
}

.l-section .l-table-case.otolaryngology tr:first-child {
	background: #8d4b27;
}

.l-section .l-table-case.otolaryngology tr:first-child td:nth-child(n+1) {
	background: #8d4b27;
}

.l-section .l-table-case.otolaryngology td:nth-child(1) {
	background: #8d4b27;
}

.l-section .l-table-case.otolaryngology td:nth-child(3) {
	background: #fce2d9;
	color: #8d4b27;
}

.l-section .l-table-case thead {
	background: #8d4b27;
	color: #fff;
}

.l-section .l-table-case thead tr td {
	border: 1px solid #fff;
}

.l-section .l-table-case tbody tr:first-child {
	background: #8d4b27;
}

.l-section .l-table-case tbody tr:first-child td {
	background: #8d4b27 !important;
	color: #fff !important;
}

.l-section .l-table-case tbody tr td {
	min-width: 38.66667vw;
	padding: 5.33333vw;
	border: 1px solid #fff;
	font-size: 4.8vw;
	text-align: center;
}

.l-section .l-table-case tbody tr td:nth-child(1) {
	background: #8d4b27;
	color: #fff;
}

.l-section .l-table-case tbody tr td:nth-child(2) {
	width: 61.33333vw;
	background: #f4f2f0;
}

.l-section .l-table-case tbody tr td:nth-child(3) {
	width: 61.33333vw;
	background: #fce2d9;
	color: #8d4b27;
}

.l-section .l-check-list {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	margin: 8vw 0 0;
}

.l-section .l-check-list ul li {
	position: relative;
	margin: 0;
	padding: 12px 0 12px 50px;
}

.l-section .l-check-list ul li:before {
	top: 50%;
	width: 30px;
	height: 30px;
	background: url(../img/ico_check_01.png) no-repeat 50% 50%;
	background-size: cover;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.l-section .l-check-list ul li:after {
	content: '';
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: url(../img/ph_doted_01.png) repeat-x 0 50%;
}

.l-section .l-check-list .mod-profile {
	margin: 60px 0 0;
	border-radius: 50px 0 50px 0;
	background: #fce2d9;
	text-align: center;
}

.l-section .l-check-list .mod-profile figure img {
	width: 100%;
	height: auto;
}

.l-section .l-check-list .mod-profile p {
	margin: 0;
	font-size: 4.26667vw;
}

.l-arrow-list {
	position: relative;
	margin: 16vw 0 0 5.33333vw;
	background: #fce2d9;
}

.l-arrow-list.wish {
	background: #fce2d9;
}

.l-arrow-list.trouble {
	background: #ffddd3;
}

.l-arrow-list header {
	display: flex;
	position: absolute;
	z-index: 1;
	top: -6.66667vw;
	left: 50%;
	justify-content: center;
	align-items: center;
	width: calc(100% - 40px);
	height: 13.33333vw;
	background-color: #fff;
	font-size: 4.26667vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-arrow-list.wish header {
	color: #8d4b27;
}

.l-arrow-list.trouble header {
	color: #ff8e6c;
}

.l-arrow-list ul {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	margin: 16vw 0 0;
	padding: 6.66667vw 13.33333vw;
}

.l-arrow-list ul li {
	position: relative;
	width: 100%;
	margin: 5.33333vw 0 0;
	padding: 0 !important;
}

.l-arrow-list ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8vw;
	height: 1.33333vw;
	border-radius: unset;
	background: url(../img/ico_arrow_01.png) no-repeat 50% 50%;
	background-size: contain;
	-webkit-transform: translate(0, -0.4vw);
	transform: translate(0, -0.4vw);
}

.is-pc .l-arrow-list ul li:hover:before {
	left: 7px;
}

.l-arrow-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 12vw;
	color: #000;
	font-size: 4.26667vw;
	text-decoration: none;
}

.l-arrow-list.has-header ul {
	padding-top: 13.33333vw;
}

.l-arrow-list.wish ul {
	background-color: #fce2d9;
}

.l-arrow-list.trouble ul {
	background: #ffddd3;
}

.l-arrow-list.wish li:before {
	background-image: url(../img/ico_arrow_wish_01.png);
}

.l-arrow-list.trouble li:before {
	background-image: url(../img/ico_arrow_trouble_01.png);
}

.l-arrow-list.skin li:before {
	background-image: url(../img/ico_arrow_skin_01.png);
}

.l-column {
	display: flex;
	flex-wrap: wrap;
	margin: 16vw 0 0;
}

.l-column.center {
	justify-content: center;
}

.l-column figure {
	display: table;
	margin: 0 auto;
}

.l-column figure img {
	max-width: 100%;
	height: auto;
	margin: auto;
	border-radius: 6.66667vw 0 6.66667vw 0;
}

.l-column figure img.no-radius {
	border-radius: 0;
}

.l-column figure figcaption {
	display: table-caption;
	caption-side: bottom;
	margin: 10px 0 0;
	font-size: 4.26667vw;
}

.l-column figure figcaption.top {
	caption-side: inherit;
	margin: 0 0 10px;
}

.l-column .l-column-inner {
	width: 100%;
	margin: 16vw auto 0;
}

.l-column .l-column-inner:nth-child(1) {
	margin: 0 auto;
}

.l-column .l-column-inner .title {
	display: block;
	margin: 8vw 0 0;
	font-size: 6.4vw;
}

.l-column.col-quarter .l-column-inner:nth-child(1) {
	margin: 0;
}

.l-column.col-quarter .l-column-inner:nth-child(2) p:nth-child(1) {
	margin: 0;
}

.l-column.col-1 > figure {
	text-align: center;
}

.l-column.col-2 .l-column-inner > p:nth-child(1) {
	margin: 0;
}

.l-column.col-3 .l-column-inner p {
	font-size: 4.26667vw;
}

.l-column.col-3 .slide-dots {
	display: flex;
	justify-content: center;
	margin: 5.33333vw 0 0 auto;
}

.l-column.col-3 .slide-dots li {
	margin: 0;
	padding: 0;
}

.l-column.col-3 .slide-dots li:before {
	display: none;
}

.l-column.col-3 .slide-dots li button {
	outline: none;
	position: relative;
	margin: 0 0 0 2.66667vw;
	border: none;
	background: none;
	text-indent: -9999px;
}

.l-column.col-3 .slide-dots li button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.66667vw;
	height: 2.66667vw;
	border: 1px solid #8d4b27;
	border-radius: 2.66667vw;
	background: #fff;
}

.l-column.col-3 .slide-dots li:first-child button {
	margin: 0;
}

.l-column.col-3 .slide-dots li.slick-active button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.66667vw;
	height: 2.66667vw;
	border: 1px solid #8d4b27;
	border-radius: 2.66667vw;
	background: #8d4b27;
}

.l-column.center .l-column-inner {
	margin: 5.33333vw 0 0;
}

.l-column.center .l-column-inner:first-child {
	margin: 0;
}

.l-profile {
	width: 100%;
	margin: 26.66667vw 0 0;
	padding: 13.33333vw 0 13.33333vw;
	background: #fce2d9;
}

.l-profile:nth-child(n + 1) {
	margin: 16vw 0 0;
}

.l-profile .mod-heading2 {
	margin: 0 auto 13.33333vw !important;
}

.l-profile .mod-line-wave {
	width: 93.33333vw;
	margin: 0 auto 13.33333vw;
}

.l-profile-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 5.33333vw 13.33333vw;
}

.l-profile-inner figure {
	width: auto;
	height: auto;
	margin: 0 auto;
}

.l-profile-inner figure img {
	width: 80vw;
	height: auto;
	border-radius: 6.66667vw 0 6.66667vw 0;
}

.l-profile-outline {
	position: relative;
	margin: 6.66667vw 0 0 0;
}

.l-profile-outline .job {
	display: block;
	font-size: 4.8vw;
	text-align: center;
}

.l-profile-outline .name {
	display: block;
	margin: 4vw 0 0;
	font-size: 8vw;
	text-align: center;
}

.l-profile-outline .name .english {
	margin: 0 0 0 5.33333vw;
	color: #8d4b27;
	font-size: 4.8vw;
}

.l-profile-outline .link {
	position: relative;
	justify-content: left;
	width: 100%;
	margin: 4vw 0 0;
	background: #fff;
	color: #8d4b27;
}

.l-profile-outline .link i {
	position: absolute;
	top: 4vw;
	right: 20px;
}

.l-profile-outline .about {
	margin: 8vw 0 0;
	padding: 8vw;
	border-radius: 50px 0 50px 0;
	background: #fff;
}

.l-profile-outline .career {
	margin: 9.33333vw 0 0;
	font-size: 5.33333vw;
}

.l-profile-outline .career-title {
	position: relative;
	padding: 0 0 0 26.66667vw;
}

.l-profile-outline .career-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	width: 80px;
	height: 1px;
	background: #000;
}

.l-profile-outline ul {
	margin: 5.33333vw 0 0;
	font-size: 5.33333vw;
}

.l-profile-outline ul li {
	margin: 0;
	padding: 0;
	font-size: 4.26667vw;
}

.l-profile-outline ul li:before {
	display: none;
}

.l-category-wrap {
	position: relative;
	max-width: 100%;
	margin: 8vw 5.33333vw 0;
	padding: 0 0 17.33333vw;
}

.l-section .l-category-wrap {
	margin: 8vw 0 0;
}

.l-category-wrap .l-category {
	display: flex;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 13.33333vw;
	margin: 0 auto 0;
	background: #fce2d9;
}

.l-category-wrap .l-category > li {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.l-category-wrap .l-category > li:before {
	display: none;
}

.l-category-wrap .l-category > li .sp-menu-open {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 4.26667vw;
}

.l-category-wrap .l-category > li .sp-menu-open:after {
	content: '';
	position: absolute;
	top: calc(50% - 1.46667vw);
	right: 4vw;
	width: 4vw;
	height: 2.93333vw;
	background: url(../img/ico_arrow_06.png) no-repeat 50% 50%;
	background-size: cover;
}

.is-pc .l-category-wrap .l-category > li .sp-menu-open:hover .second-level {
	visibility: visible;
	opacity: 1;
}

.l-category-wrap .l-category > li .sp-menu-open.is-open:after {
	content: '';
	position: absolute;
	top: calc(50% - 1.46667vw);
	right: 4vw;
	width: 4vw;
	height: 2.93333vw;
	background: url(../img/ico_arrow_06.png) no-repeat 50% 50%;
	background-size: cover;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.l-category-wrap .l-category > li > ul {
	display: none;
	position: absolute;
	z-index: 5;
	top: 13.33333vw;
	left: 0;
	width: 100%;
	margin: 0;
	margin-bottom: 20vw;
}

.l-category-wrap .l-category > li > ul > li {
	display: block;
	height: 13.33333vw;
	margin: 0;
	padding: 0;
}

.l-category-wrap .l-category > li > ul > li:before {
	content: none;
}

.l-category-wrap .l-category > li > ul > li a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fce2d9;
	color: #000;
	font-size: 4.26667vw;
}

.l-category-wrap .l-category > li > ul > li.is-current:after {
	content: none;
}

.l-category-wrap .l-category > li > ul > li.is-current a {
	color: #8d4b27;
}

.l-category-wrap .l-category .medical-table {
	display: flex;
	position: absolute;
	bottom: -17.33333vw;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 13.33333vw;
	border: 0.13333vw solid #8d4b27;
	background: #fce2d9;
	color: #8d4b27;
}

.l-category-wrap .l-category .medical-table:hover:after {
	bottom: -30px;
}

.l-beauty-media {
	margin-top: 16vw;
}

.l-beauty-media figure {
	display: flex;
	justify-content: center;
}

.l-beauty-media-cont {
	margin: 9.33333vw 0 0 0;
}

.l-beauty-media header {
	display: flex;
	align-items: center;
}

.l-beauty-media.wish header:before {
	content: 'WISH';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13.33333vw;
	height: 13.33333vw;
	border-radius: 50%;
	background-color: #8d4b27;
	color: #fff;
	font-family: 'Barlow Condensed';
	font-size: 5.06667vw;
	font-weight: 100;
}

.l-beauty-media.trouble header:before {
	content: 'TROUBLE';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20.26667vw;
	height: 10.26667vw;
	border-radius: 0 2.66667vw 0 2.66667vw;
	background-color: #ff8e6c;
	color: #fff;
	font-family: 'Barlow Condensed';
	font-size: 5.06667vw;
	font-weight: 100;
}

.l-beauty-media h3 {
	flex: 1;
	margin: 0 0 0 4vw;
	font-size: 6.93333vw;
	text-align: left;
}

.l-beauty-media .mod-heading4 {
	margin-top: 30px !important;
}

.l-beauty-media.wish .mod-heading4:after {
	background: url(../img/line_h4_wish.png) repeat-x 0 50%;
}

.l-beauty-media.trouble .mod-heading4:after {
	background: url(../img/line_h4_trouble.png) repeat-x 0 50%;
}

.l-beauty-media.skin .mod-heading4:after {
	background: url(../img/line_h4_skin.png) repeat-x 0 50%;
}

.l-section.news .article {
	margin: 10.66667vw 0 0;
}

.l-section.news .article a {
	display: flex;
	flex-wrap: wrap;
}

.l-section.news .article a .date {
	color: #8798a8;
	font-size: 4vw;
}

.l-section.news .article a .outline {
	display: block;
}

.l-section.news .article a .outline .mod-heading3 {
	margin: 0;
	color: #8d4b27;
	font-size: 5.33333vw;
	text-align: left;
}

.l-section.news .article a .outline p {
	color: #000;
	font-size: 4.26667vw;
}

.l-section .l-wish-trouble {
	display: flex;
	flex-wrap: wrap;
	margin: 14.66667vw -5.33333vw 0;
	padding: 9.33333vw 0 0;
}

.l-section .l-wish-trouble .unit-wish {
	width: 100%;
}

.l-section .l-wish-trouble .unit-wish-inner {
	position: relative;
	margin-bottom: 16vw;
	padding: 8vw 4vw;
	border-radius: 0;
	background: #8d4b27;
}

.l-section .l-wish-trouble .unit-wish-inner:before {
	content: '';
	display: block;
	position: absolute;
	top: -35px;
	left: calc(50% - 55px);
	width: 111px;
	height: 54px;
	background: url(../img/medical/ico_wish_01.png) no-repeat 50% 50%;
	background-size: cover;
}

.l-section .l-wish-trouble .unit-wish-inner .photo-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.l-section .l-wish-trouble .unit-wish-inner .photo-list li {
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.l-section .l-wish-trouble .unit-wish-inner .photo-list li:before {
	display: none;
}

.l-section .l-wish-trouble .unit-wish-inner .photo-list li a p {
	color: #000;
}

.l-section .l-wish-trouble .unit-wish-inner .title {
	color: #fff;
	text-align: center;
}

.l-section .l-wish-trouble .unit-trouble {
	width: 100%;
	padding-top: 9.33333vw;
}

.l-section .l-wish-trouble .unit-trouble-inner {
	position: relative;
	padding: 8vw 4vw;
	background: #ff8e6c;
}

.l-section .l-wish-trouble .unit-trouble-inner:before {
	content: '';
	display: block;
	position: absolute;
	top: -35px;
	left: calc(50% - 94px);
	width: 188px;
	height: 54px;
	background: url(../img/medical/ico_trouble_01.png) no-repeat 50% 50%;
	background-size: cover;
}

.l-section .l-wish-trouble .unit-trouble-inner .photo-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.l-section .l-wish-trouble .unit-trouble-inner .photo-list li {
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.l-section .l-wish-trouble .unit-trouble-inner .photo-list li:before {
	display: none;
}

.l-section .l-wish-trouble .unit-trouble-inner .photo-list li a img {
	border-radius: 50%;
}

.l-section .l-wish-trouble .unit-trouble-inner .photo-list li a p {
	color: #000;
	line-height: 1.3;
}

.l-section .l-wish-trouble .unit-trouble .title {
	color: #fff;
	text-align: center;
}

.l-section .l-wish-trouble .category-list {
	display: flex;
	flex-wrap: wrap;
	margin: 90px 0 0;
}

.l-section .l-wish-trouble .category-list li {
	margin: 0;
	padding: 0 20px;
}

.l-section .l-wish-trouble .category-list li:before {
	display: none;
}

.l-section .l-wish-trouble .category-list li:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
	width: 1px;
	height: 20px;
	background: #000;
}

.l-section .l-wish-trouble .category-list li a {
	color: #000;
	transition: color 0.3s ease-in-out;
}

.l-section .l-wish-trouble .category-list li a:hover {
	color: #8d4b27;
}

.l-section .l-detail-block {
	display: flex;
	flex-wrap: wrap;
	margin: 13.33333vw 0 0;
}

.l-section .l-detail-block figure {
	display: flex;
	position: relative;
	justify-content: center;
	width: 100%;
	height: 64vw;
}

.l-section .l-detail-block figure img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	border-radius: 13.33333vw 0 13.33333vw 0;
}

.l-section .l-detail-block .l-detail-inner {
	position: relative;
	width: 100%;
	padding-bottom: 24vw;
	word-break: break-word;
}

.l-section .l-detail-block .l-detail-inner .mod-heading3 {
	margin: 10.66667vw 0 0;
	font-size: 6.4vw;
	text-align: left;
}

.l-section .l-detail-block .l-detail-inner .detail-sub {
	margin: 2.66667vw 0 0;
}

.l-section .l-detail-block .l-detail-inner .detail-sub .category {
	padding: 1.33333vw;
	background: #8d4b27;
	color: #fff;
}

.l-section .l-detail-block .l-detail-inner .detail-sub .category.voice {
	background: #acd753;
}

.l-section .l-detail-block .l-detail-inner .detail-sub .category.weare {
	background: #8d4b27;
}

.l-section .l-detail-block .l-detail-inner .detail-sub .category.challenge {
	background: #ff8e6c;
}

.l-section .l-detail-block .l-detail-inner .detail-sub .category.diary {
	background: #acd753;
}

.l-section .l-detail-block .l-detail-inner .detail-sub .category.today {
	background: #8d4b27;
}

.l-section .l-detail-block .l-detail-inner .detail-sub .category.report {
	background: #ff8e6c;
}

.l-section .l-detail-block .l-detail-inner .detail-sub .date {
	margin: 0 0 0 2.66667vw;
}

.l-section .l-detail-block .l-detail-inner .detail-sub .author {
	margin: 0 0 0 2.66667vw;
}

.l-section .l-detail-block .l-detail-inner p {
	margin: 8vw 0 0;
}

.l-section .l-detail-block .l-detail-inner .mod-button {
	position: absolute;
	right: 0;
	bottom: 0;
}

.l-index {
	width: 100%;
	margin: 13.33333vw 0 0;
	padding: 10.66667vw 5.33333vw;
	background: #fce2d9;
}

.l-index .mod-heading2 {
	margin: 0 !important;
	color: #8d4b27;
}

.l-index ul {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	margin: 5.33333vw 0 0;
}

.l-index ul.is-hide {
	overflow: hidden;
	height: 98.66667vw;
}

.l-index ul li {
	position: relative;
	width: 100%;
	padding: 5.33333vw 0;
}

.l-index ul li:nth-child(3n) {
	margin-right: 0;
}

.l-index ul li:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.13333vw;
	border-bottom: 0.53333vw solid #fff;
}

.l-index ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 4.8vw;
}

.l-index .more-button {
	width: 100%;
	margin: 5.33333vw auto 0;
}

.l-index .more-button:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	top: calc(50% - 1.33333vw);
	right: 6.66667vw;
	width: 4.4vw;
	height: 2.66667vw;
	background: url(../img/ico_arrow_09.png) no-repeat 50% 50%;
	background-size: cover;
}

.l-index .more-button.is-show:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.l-calendar {
	position: relative;
}

.l-calendar:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28.66667vw;
	background: url(../img/line_shade_01.png) repeat-x 50% 50%;
	background-size: contain;
}

.l-calendar-header {
	position: relative;
	height: 28.66667vw;
}

.l-calendar-header:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 29.33333vw);
	height: 28.66667vw;
	background: url(../img/line_shade_01.png) repeat 50% 50%;
	background-size: contain;
}

.l-calendar-header:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 29.33333vw);
	height: 28.66667vw;
	background: url(../img/line_shade_01.png) repeat 50% 50%;
	background-size: contain;
}

.l-calendar-header .mod-heading2 {
	color: #8d4b27;
	font-family: 'Barlow Condensed';
	font-size: 13.33333vw;
}

.l-calendar-header .mod-heading2 span {
	display: block;
	color: #000;
	font-family: Roboto, 'Noto Sans', 'Noto Sans CJK JP', 'NotoSansCJKjp-Jxck', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
	font-size: 4.8vw;
}

.l-calendar-inner {
	padding: 0 5.33333vw 42.66667vw;
}

.l-calendar table {
	width: 100%;
}

.l-calendar table thead tr .holiday {
	color: #8d4b27;
}

.l-calendar table tbody tr .holiday {
	background: #fce2d9;
}

.l-calendar table tr {
	border-bottom: 1px dashed #8d4b27;
}

.l-calendar table tr td {
	padding: 5.33333vw;
	font-size: 4.8vw;
	text-align: center;
}

.l-calendar table tr td:first-child {
	padding: 20px 0;
	text-align: left;
}

.l-calendar table tr td img {
	width: 19.2vw;
	height: 19.2vw;
	border-radius: 50%;
}

.l-calendar table tr td .name {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 1.6rem;
}

.l-calendar table tr td .name .job {
	display: block;
	font-size: 1.3rem;
}

.l-group {
	margin: 29.33333vw 0 0;
}

.l-group .mod-heading2 {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 7.6vw;
	text-align: center;
}

.l-group .mod-heading2 .english {
	display: block;
}

.l-group > p {
	margin: 6.66667vw 5.33333vw 0;
	text-align: center;
}

.l-group-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 5.33333vw;
}

.l-group-inner .unit-group {
	margin-top: 16vw;
}

.l-group-inner .unit-group:nth-child(2) .unit-group-inner:before {
	background: url(../img/about/bg_group_02.png) repeat 50% 50%;
}

.l-group-inner .unit-group:nth-child(3) .unit-group-inner:before {
	background: url(../img/about/bg_group_03.png) repeat 50% 50%;
}

.l-group-inner .unit-group:nth-child(4) .unit-group-inner:before {
	background: url(../img/about/bg_group_04.png) repeat 50% 50%;
}

.l-group-inner .unit-group:nth-child(5) .unit-group-inner:before {
	background: url(../img/about/bg_group_05.png) repeat 50% 50%;
}

.l-group-inner .unit-group:nth-child(6) .unit-group-inner:before {
	background: url(../img/about/bg_group_06.png) repeat 50% 50%;
}

.l-group-inner .unit-group .mod-heading3 {
	display: block;
	margin: 13.33333vw 0 0;
	font-size: 7.46667vw;
	font-weight: lighter;
	text-align: left;
}

.l-group-inner .unit-group .mod-heading3:nth-child(1) {
	margin: 0;
}

.l-group-inner .unit-group .unit-group-inner {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 8vw 0 0;
	padding: 0 0 9.33333vw;
}

.l-group-inner .unit-group .unit-group-inner:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 5.33333vw;
	width: 86.66667vw;
	height: 65.33333vw;
	border-radius: 6.66667vw 0 6.66667vw 0;
	background: url(../img/about/bg_group_01.png) repeat 50% 50%;
	background-size: contain;
}

.l-group-inner .unit-group .unit-group-inner figure {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 5.33333vw;
}

.l-group-inner .unit-group .unit-group-inner figure img {
	width: 89.33333vw;
	height: 54.66667vw;
	border-radius: 6.66667vw 0 6.66667vw 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-group-inner .unit-group .unit-group-inner p {
	display: flex;
	position: relative;
	align-items: center;
	margin: 0 0 0 10.66667vw;
	padding: 13.33333vw 0 0;
	color: #000;
}

.l-group-inner .unit-group .unit-group-inner p:before {
	content: '診療科目';
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 76vw;
	height: 12vw;
	background: #fff;
}

.l-csr {
	margin: 26.66667vw auto 0;
	padding: 0 5.33333vw;
}

.l-csr > p {
	margin: 50px 0 0;
	text-align: center;
}

.l-csr .article {
	display: flex;
	position: relative;
	margin: 13.33333vw 0 0;
}

.l-csr .article .date {
	position: absolute;
	top: 0;
	left: 44vw;
	color: #8798a8;
}

.l-csr .article a {
	display: flex;
	flex: 1;
}

.l-csr .article a figure {
	position: absolute;
	top: 0;
	left: 0;
}

.l-csr .article a .outline .mod-heading3 {
	position: absolute;
	top: 8vw;
	left: 44vw;
	margin: 0;
	color: #8d4b27;
	font-size: 5.33333vw;
	text-align: left;
}

.l-csr .article a .outline p {
	padding: 32vw 0 0;
	color: #000;
}

.page-about .l-section .mod-heading2 {
	font-size: 10.66667vw;
}

.page-about .l-column-inner .mod-heading5 {
	color: #8d4b27;
}

.page-about .l-column-inner .mod-heading7 {
	color: #8d4b27;
}


.page-about .l-column-inner > p {
	margin: 8vw 0 0;
}

.page-about .l-profile {
	margin: 26.66667vw 0 0;
}

.page-information .l-facility .mod-heading2 {
	margin: 26.66667vw 0 0;
}

.page-information .l-facility .unit-facility {
	position: relative;
	margin: 21.33333vw 0 0;
}

.page-information .l-facility .unit-facility:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 140vw;
	background: #fce2d9;
}

.page-information .l-facility .unit-facility .l-section .unit-facility-outline {
	width: 100%;
	padding: 13.33333vw 0 0;
}

.page-information .l-facility .unit-facility .l-section .mod-heading3 {
	margin: 0;
	font-size: 6.4vw;
	line-height: 2.0;
	text-align: left;
}

.page-information .l-facility .unit-facility .l-section .col-3 {
	margin: 10.66667vw 0 0;
}

.page-information .l-facility .unit-facility .l-section .col-3 .mod-heading3 {
	margin: 10.66667vw 0 0;
}

.page-information .l-facility .unit-facility .l-section .col-3 p {
	margin: 10.66667vw 0 0;
}

.page-information .l-facility .unit-facility .l-section .col-4 {
	flex-wrap: wrap;
	margin: 0;
}

.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner {
	margin: 8vw 0 0;
}

.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner:nth-child(2) .mod-heading3 {
	margin: 0 !important;
}

.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner:nth-child(2) p {
	margin: 0;
}

.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner .mod-heading3 {
	margin: 8vw 0 0 !important;
	font-size: 4.8vw;
	font-weight: bold;
	text-align: left;
}

.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner p {
	font-size: 4.26667vw;
}

.page-information .l-staff {
	width: 100%;
	margin: 0 auto;
	padding: 0 5.33333vw;
}

.page-information .l-staff .mod-heading2 {
	margin: 26.66667vw 0 0;
}

.page-information .l-staff .mod-heading3 {
	margin: 10.66667vw 0 0;
	color: #8d4b27;
	font-size: 6.4vw;
}

.page-information .l-staff > p {
	margin: 8vw 0 0;
}

.page-information .l-staff-unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 13.33333vw 0 0;
}

.page-information .l-staff-unit-inner {
	width: 40vw;
}

.page-information .l-staff-unit-inner img {
	width: 40vw;
	height: auto;
}

.page-information .l-staff-unit-inner p {
	text-align: center;
}

.page-information .l-staff-unit-inner .job {
	margin: 5.33333vw 0 0;
	font-size: 4.26667vw;
}

.page-information .l-staff-unit-inner .name {
	margin: 0;
	font-size: 48;
}

.page-information .l-staff .mod-button-large {
	width: 81.33333vw;
	margin-right: 0;
}

.page-information .l-childcare .mod-heading2 {
	margin: 26.66667vw 0 0;
}

.page-information .l-childcare-header {
	display: flex;
	flex-wrap: wrap;
	margin: 13.33333vw 0 0;
}

.page-information .l-childcare-header figure {
	width: 100%;
	margin: 0 5.33333vw 0 0;
}

.page-information .l-childcare-header figure img {
	width: 100%;
	height: auto;
}

.page-information .l-childcare-outline {
	width: 100%;
	margin: 0 0 0 5.33333vw;
	padding: 8vw;
	background: #fce2d9;
}

.page-information .l-childcare-outline .mod-heading3 {
	margin: 0;
	color: #8d4b27;
	font-size: 6.4vw;
	text-align: left;
}

.page-information .l-childcare-outline p {
	margin: 10.66667vw 0 0;
	font-size: 4.8vw;
}

.page-information .l-childcare-outline p .small {
	font-size: 4vw;
}

.page-information .l-childcare-message {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.page-information .l-childcare-message .message {
	margin: 0 5.33333vw;
}

.page-information .l-childcare-message .message .mod-heading3 {
	margin: 13.33333vw 0 0;
	color: #8d4b27;
	font-size: 6.13333vw;
}

.page-information .l-childcare-message .message p {
	margin: 13.33333vw 0 0;
}

.page-information .l-childcare-message .message hr {
	margin: 8vw 0 0;
}

.page-information .l-childcare-message .message ul {
	margin: 8vw 0 0;
}

.page-information .l-childcare-message .message ul li {
	position: relative;
	padding: 0 0 0 8vw;
}

.page-information .l-childcare-message .message ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 2.13333vw;
	left: 0;
	width: 4.26667vw;
	height: 4.26667vw;
	border-radius: 50%;
	background: #8d4b27;
}

.page-information .l-childcare .images {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin: 10.66667vw auto 0;
}

.page-information .l-childcare .images figure {
	width: 50%;
}

.page-information .l-childcare .images figure img {
	width: 100%;
	height: auto;
}

/* =====================================================
 * Page
 * ================================================== */

/* -----------------------------------------------------
 * Home
 * -------------------------------------------------- */

.page-home .l-kv-top {
	display: block;
	justify-content: normal;
	align-items: normal;
	height: auto;
	background: none;
}

.page-home .l-kv-top .slick-list {
	height: 124vw;
}

.page-home .l-kv-top .slick-list .slick-track img {
	width: 100vw;
	height: 124vw;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-home .l-kv-top .slick-list .slick-track img.is-sp-hide {
	display: none;
}

.page-home .l-kv-top .slide-dots {
	display: flex;
	justify-content: center;
	margin: 5.33333vw 0 0;
}

.page-home .l-kv-top .slide-dots li button {
	outline: none;
	position: relative;
	margin: 0 0 0 2.66667vw;
	border: none;
	background: none;
	text-indent: -9999px;
}

.page-home .l-kv-top .slide-dots li button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.66667vw;
	height: 2.66667vw;
	border: 1px solid #8d4b27;
	border-radius: 2.66667vw;
	background: #fff;
}

.page-home .l-kv-top .slide-dots li:first-child button {
	margin: 0;
}

.page-home .l-kv-top .slide-dots li.slick-active button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.66667vw;
	height: 2.66667vw;
	border: 1px solid #8d4b27;
	border-radius: 2.66667vw;
	background: #8d4b27;
}

.page-home .l-breadcrumbs {
	display: none;
}

.page-home .l-contents {
	background: none;
}

.page-home .l-contents .buttons {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 5.33333vw;
}

.page-home .l-contents .buttons li {
	width: 100%;
}

.page-home .l-contents .buttons li .mod-button-large {
	width: 100%;
	margin: 4vw 0 0;
}

.page-home .l-home-message {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	margin: 13.33333vw 0 0;
	padding: 0;
	background: #fce2d9;
}

.page-home .l-home-message-inner {
	z-index: 5;
	padding: 13.33333vw 5.06667vw 0;
}

.page-home .l-home-message-inner .mod-heading2 {
	margin: 0;
	color: #8d4b27;
	font-size: 7.46667vw;
	text-align: left;
}

.page-home .l-home-message-inner p {
	margin: 8vw 0 0;
	font-size: 4.8vw;
}

.page-home .l-home-message-inner .name {
	display: block;
	margin: 10.66667vw 0 0;
	font-size: 4vw;
}

.page-home .l-home-message-inner .name span {
	display: block;
	margin: 2.66667vw 0 0 0;
	font-size: 5.33333vw;
}

.page-home .l-home-message figure {
	position: relative;
	z-index: 5;
	margin: 10.66667vw auto 13.33333vw;
}

.page-home .l-home-message figure:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -4vw;
	width: 21.33333vw;
	height: 36vw;
	background: url(../img/img_ilust_01.png) no-repeat 50% 50%;
	background-size: contain;
}

.page-home .l-home-message figure:after {
	content: '';
	display: block;
	position: absolute;
	top: 3.33333vw;
	right: -4vw;
	width: 26vw;
	height: 25.73333vw;
	background: url(../img/img_ilust_02.png) no-repeat 50% 50%;
	background-size: contain;
}

.page-home .l-home-message figure img {
	width: 78.66667vw;
	height: 78.66667vw;
	margin: 0 5.33333vw;
}

.l-home-news {
	display: flex;
	flex-wrap: wrap;
}

.l-home-news .todays {
	display: block;
	position: relative;
	width: 100%;
	padding: 6.66667vw 5.33333vw 13.33333vw;
	background: url(../img/bg_wood_03.jpg) repeat 50% 50%;
	background-size: contain;
}

.l-home-news .todays-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.l-home-news .todays-header .mod-heading2 {
	margin: 0;
	font-family: 'Barlow Condensed';
	font-size: 11.2vw;
}

.l-home-news .todays-header .social {
	display: flex;
	align-items: center;
	margin: 4vw -1.33333vw 0 0;
}

.l-home-news .todays-header .social li {
	width: 9.6vw;
	height: 9.6vw;
	margin: 0 1.33333vw 0 0;
	border-radius: 50%;
	background: #8d4b27;
}

.l-home-news .todays-header .social li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.l-home-news .todays-header .social li a i {
	color: #fff;
}

.l-home-news .todays .article {
	display: flex;
	margin: 8vw 0 0;
	color: #000;
}

.l-home-news .todays .article figure {
	display: flex;
	justify-content: center;
	width: 42.66667vw;
	height: 42.66667vw;
}

.l-home-news .todays .article figure img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}

.l-home-news .todays .article .text {
	display: block;
	margin: 0 0 0 8vw;
}

.l-home-news .todays .article .text .date {
	display: block;
	font-size: 4vw;
}

.l-home-news .todays .article .text .title {
	display: block;
	font-size: 5.86667vw;
}

.l-home-news .todays .article .text .title a {
	color: #000;
	text-decoration: underline;
}

.l-home-news .news {
	position: relative;
	margin: 0;
	padding: 10.66667vw 5.33333vw;
	background: #fce2d9;
}

.l-home-news .news:after {
	display: none;
}

.l-home-news .news .mod-heading2 {
	margin: 0;
	font-size: 8.53333vw;
	text-align: center;
}

.l-home-news .news article {
	display: flex;
	flex-wrap: wrap;
	margin: 10.66667vw 0 0;
}

.l-home-news .news article .date {
	display: block;
	color: #8798a8;
	font-size: 4vw;
}

.l-home-news .news article .outline {
	display: block;
}

.l-home-news .news article .outline .mod-heading3 {
	margin: 0;
	color: #8d4b27;
	font-size: 5.33333vw;
	text-align: left;
}

.l-home-news .news article .outline p {
	color: #000;
	font-size: 4.26667vw;
}

.l-home-trouble {
	display: none;
	margin: 26.66667vw 0 0;
	padding: 0 5.33333vw;
	text-align: center;
}

.l-home-trouble .mod-heading2 {
	font-size: 7.73333vw;
	text-align: left;
}

.l-home-trouble > p {
	margin: 8vw 0 0;
	text-align: left;
}

.l-home-trouble-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 5.33333vw 0 0;
}

.l-home-trouble-inner .trouble {
	width: 100%;
}

.l-home-trouble-inner .trouble .mod-line-wave {
	width: calc(100% + 10.66667vw);
	margin: 0 0 0 -5.33333vw;
}

.l-home-trouble-inner .trouble .mod-line-wave.bottom {
	margin-top: 8vw;
}

.l-home-trouble-inner .trouble ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 0;
}

.l-home-trouble-inner .trouble ul li {
	position: relative;
	width: 50%;
	margin: 6.66667vw 0 0;
}

.l-home-trouble-inner .trouble ul li a {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1.0;
	transition: opacity 0.3s ease-in-out;
}

.l-home-trouble-inner .trouble ul li a figure img {
	width: 32vw;
	height: 32vw;
	border-radius: 50%;
}

.l-home-trouble-inner .trouble ul li a p {
	color: #000;
	transition: color 0.3s ease-in-out;
}

.l-home-trouble-inner .trouble ul li a:hover {
	opacity: 0.7;
}

.l-home-trouble-inner .trouble .buttons {
	display: flex;
	padding: 0;
}

.l-home-trouble-inner .trouble .buttons > li {
	width: auto;
	margin: auto;
}

.l-home-trouble-inner .trouble .buttons > li .mod-button-large {
	display: flex;
	align-items: center;
	width: 80vw;
	height: 18.66667vw;
	margin-top: 5.33333vw;
}

.l-home-trouble-inner .mod-profile {
	margin: 8vw 0 0;
}

.l-home-trouble-inner .mod-profile figure img {
	border-radius: 6.66667vw 0 0;
}

.l-home-trouble-inner .mod-profile .profile-outline p {
	font-size: 4.26667vw;
}

.l-home-information {
	margin: 29.33333vw 0 0;
}

.l-home-information .mod-heading2 {
	display: inline-flex;
	position: relative;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 9.33333vw;
	font-size: 7.6vw;
}

.l-home-information .mod-heading2 .english {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #8d4b27;
	font-size: 6vw;
	font-style: 'Barlow Condensed';
}

.l-home-information-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 12vw 0 0;
	padding: 0 5.33333vw;
}

.l-home-information-inner .unit-information:nth-child(n + 2) {
	margin: 16vw 0 0;
}

.l-home-information-inner .unit-information a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.l-home-information-inner .unit-information a:before {
	content: '';
	display: block;
	position: absolute;
	top: 80vw;
	right: -4.66667vw;
	width: 13.6vw;
	height: 2vw;
	background: url(../img/ico_arrow_07.png) no-repeat 50% 50%;
	background-size: contain;
	transition: right 0.3s ease-in-out;
}

.l-home-information-inner .unit-information a:after {
	content: '';
	display: block;
	position: absolute;
	top: 81.33333vw;
	right: 2.66667vw;
	width: 21.33333vw;
	height: 0.8vw;
	background: #fff;
}

.l-home-information-inner .unit-information a picture {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 16vw;
}

.l-home-information-inner .unit-information a picture img {
	width: 72vw;
	height: 72vw;
	border-radius: 6.66667vw 0 6.66667vw 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-home-information-inner .unit-information a picture:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	right: -15.33333vw;
	bottom: 0;
	width: 65.33333vw;
	height: 65.33333vw;
	border-radius: 6.66667vw 0 6.66667vw 0;
	background: url(../img/bg_information_01.png) repeat 50% 50%;
}

.l-home-information-inner .unit-information a picture:after {
	content: 'MORE';
	display: block;
	position: absolute;
	top: 5.33333vw;
	right: -9.33333vw;
	color: #fff;
	font-size: 5.33333vw;
}

.l-home-information-inner .unit-information a .mod-heading3 {
	display: block;
	margin: 24vw 0 0;
	color: #8d4b27;
	font-size: 6.4vw;
	font-weight: lighter;
}

.l-home-information-inner .unit-information a p {
	color: #000;
	font-size: 4.8vw;
}

.l-home-learn {
	position: relative;
}

.l-home-learn-title {
	position: relative;
}

.l-home-learn-title .heading-wrap {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 77.33333vw;
	height: 29.33333vw;
	padding: 0 9.33333vw 0 5.33333vw;
	background: #fff;
}

.l-home-learn-title .heading-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.l-home-learn-title .heading-wrap .mod-heading3 {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	margin: 0;
	color: #8d4b27;
	letter-spacing: -0.08em;
}

.l-home-learn-title .heading-wrap .mod-heading3 > span {
	margin: 0 0 0 16vw;
}

.l-home-learn-title p {
	margin: 5.33333vw 0 0;
	padding: 0 5.33333vw;
}

.l-home-learn-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 34.66667vw 0 0;
	padding: 0 0 0 5.33333vw;
}

.l-home-learn-inner .category {
	position: relative;
	width: 100%;
	margin: 0;
	background: #fff;
}

.l-home-learn-inner .category-title {
	display: flex;
	position: absolute;
	top: -14.66667vw;
	left: 12vw;
	width: calc(100% - 12vw);
}

.l-home-learn-inner .category-title-english {
	display: flex;
	justify-content: left;
	align-items: center;
	width: 40vw;
	height: 24vw;
	padding: 0 0 0 2.66667vw;
	background: #8d4b27;
	color: #fff;
	font-family: 'Barlow Condensed';
	font-size: 8vw;
}

.l-home-learn-inner .category-title-english.voice,
.l-home-learn-inner .category-title-english.lalala {
	background-color: #acd753;
}

.l-home-learn-inner .category-title-english.repoert,
.l-home-learn-inner .category-title-english.challenge {
	background-color: #ff8e6c;
}

.l-home-learn-inner .category-title-japanese {
	display: flex;
	position: relative;
	flex: 1;
	justify-content: left;
	align-items: center;
	padding: 0 0 0 10.66667vw;
	background: #fff;
	color: #000;
	font-size: 4.26667vw;
}

.l-home-learn-inner .category-title-japanese:before {
	content: '';
	display: block;
	position: absolute;
	top: 12vw;
	left: -4vw;
	width: 13.33333vw;
	border-bottom: 1px solid #000;
}

.l-home-learn-inner .category-inner {
	display: flex;
	padding: 4vw 0 4vw 4vw;
}

.l-home-learn-inner .category-inner figure {
	display: flex;
	justify-content: center;
	width: 42.66667vw;
	height: 42.66667vw;
}

.l-home-learn-inner .category-inner figure img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}

.l-home-learn-inner .category-inner .article {
	padding: 10.66667vw 8vw 0;
}

.l-home-learn-inner .category-inner .article .title {
	display: block;
	position: relative;
	color: #000;
	text-decoration: underline;
}

.l-home-recruitment {
	position: relative;
	padding: 10.66667vw 0 14.66667vw;
	margin-top:80px;
}

.l-home-recruitment:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_staff_01.jpg) no-repeat 0 50%;
	background-size: cover;
}

.l-home-recruitment .mod-heading3 {
	margin: 0;
	color: #8d4b27;
	font-size: 8vw;
	text-align: center;
}

.l-home-recruitment p {
	margin: 9.33333vw 0 0;
	padding: 0 5.33333vw;
	text-align: center;
}

.l-home-recruitment ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.l-home-recruitment ul li a {
	min-width: 96vw;
	margin: 8vw 0 0;
	font-size: 5.33333vw;
}

.l-home-recruitment .mod-button.details {
	width: 96vw;
}

.l-home-ranking {
	position: relative;
	margin: 13.33333vw 0 0 5.33333vw;
	padding: 6.66667vw 5.33333vw 0;
}

.l-home-ranking:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 56vw;
	background: #fce2d9;
}

.l-home-ranking-inner {
	margin: 0 auto;
}

.l-home-ranking-inner .mod-heading3 {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	color: #8d4b27;
	font-family: 'Barlow Condensed';
	font-size: 16vw;
	text-align: left;
}

.l-home-ranking-inner .mod-heading3 span {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 4.8vw;
}

.l-home-ranking-inner ol {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	margin: 8vw 0 0;
}

.l-home-ranking-inner ol li {
	position: relative;
	height: 50.66667vw;
	padding: 0;
	color: #8d4b27;
	text-align: left;
}

.l-home-ranking-inner ol li:nth-child(n + 2) {
	margin: 5.33333vw 0 0;
}

.l-home-ranking-inner ol li:nth-child(2) a figure:after {
	content: 'NO.2';
}

.l-home-ranking-inner ol li:nth-child(3) a figure:after {
	content: 'NO.3';
}

.l-home-ranking-inner ol li a {
	display: flex;
	width: 100%;
	height: auto;
}

.l-home-ranking-inner ol li a figure {
	position: relative;
	padding: 0 0 17.33333vw;
}

.l-home-ranking-inner ol li a figure:after {
	content: 'NO.1';
	display: flex;
	position: absolute;
	bottom: 0;
	left: 5.33333vw;
	justify-content: center;
	align-items: center;
	width: 22.66667vw;
	height: 22.66667vw;
	border-radius: 50%;
	background: #8d4b27;
	color: #fff;
	font-family: 'Barlow Condensed';
	font-size: 7.46667vw;
}

.l-home-ranking-inner ol li a figure img {
	width: 33.33333vw;
	height: 33.33333vw;
}

.l-home-ranking-inner ol li a p {
	display: block;
	margin: 0 0 0 6.66667vw;
	color: #8d4b27;
	font-size: 5.33333vw;
}

.l-home-ranking-inner ol li a p span {
	display: block;
	color: #000;
	font-size: 4.8vw;
}

.l-home-qol {
	display: flex;
	flex-wrap: wrap;
	margin: 13.33333vw 4vw 0;
	padding: 13.33333vw 8vw 18.66667vw;
	border-radius: 6.66667vw 0 6.66667vw 0;
	background: url(../img/bg_qol_01.png) repeat 50% 50%;
	text-align: center;
}

.l-home-qol p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 5.6vw;
}

.l-home-qol figure {
	display: flex;
	margin: 8vw 0 0 -4vw;
}

.l-home-qol figure img {
	width: 82vw;
	height: 78.53333vw;
}

@media print, screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}

	body {
		min-width: 1200px;
	}

	body.is-menu-open {
		overflow: visible;
	}

	.mod-button {
		min-width: 240px;
		height: 54px;
		margin: 60px 0 0;
		padding: 0 45px;
		border-radius: 35px;
		font-size: 1.8rem;
	}

	.mod-button.accent.arrow:before {
		background: url(../img/ico_arrow_trouble_01.png) no-repeat 50% 50%;
		background-size: cover;
	}

	.mod-button.dermatology.arrow:before {
		background: url(../img/ico_arrow_skin_01.png) no-repeat 50% 50%;
		background-size: cover;
	}

	.mod-button.otolaryngology.arrow:before {
		background: url(../img/ico_arrow_wish_01.png) no-repeat 50% 50%;
		background-size: cover;
	}

	.mod-button.arrow {
		margin-right: 45px;
	}

	.mod-button.arrow:before {
		right: -30px;
		width: 51px;
		height: 7px;
		background: url(../img/ico_arrow_01.png) no-repeat 50% 50%;
		transition: right 0.3s ease-in-out;
	}

	.mod-button.arrow:after {
		right: 0;
		width: 30px;
		height: 3px;
	}

	.mod-button-small {
		padding: 0 70px 0 0;
		font-size: 1.8rem;
	}

	.mod-button-small.arrow:before {
		top: 10px;
		right: 10px;
		width: 51px;
		height: 7px;
		transition: right 0.3s ease-in-out;
	}

	.mod-button-large {
		min-width: 360px;
		height: 70px;
		margin: 60px 30px 0 0;
		padding: 0 55px;
		border-radius: 35px;
		font-size: 1.8rem;
	}

	.mod-button-large.accent.arrow:before {
		background: url(../img/ico_arrow_trouble_03.png) no-repeat 50% 50%;
		background-size: cover;
	}

	.mod-button-large.dermatology.arrow:before {
		background: url(../img/ico_arrow_skin_03.png) no-repeat 50% 50%;
		background-size: cover;
	}

	.mod-button-large.otolaryngology.arrow:before {
		background: url(../img/ico_arrow_wish_03.png) no-repeat 50% 50%;
		background-size: cover;
	}


	.mod-button-large.arrow:before {
		right: -55px;
		width: 109px;
		height: 7px;
		background-size: cover;
		transition: right 0.3s ease-in-out;
	}

	.mod-button-large.arrow:after {
		right: 0;
		width: 54px;
		height: 3px;
	}

	.mod-button.details {
		width: 360px;
		height: 50px;
		margin: 50px auto 0;
	}

	.mod-line-wave {
		height: 13px;
		margin: 60px 0 0;
	}

	.mod-profile {
		width: 320px;
		border-radius: 25px 0 25px 0;
		text-align: left;
	}

	.mod-profile-outline ul {
		margin: 15px 0 0;
	}

	.is-pc-hide {
		display: none !important;
	}

	.is-pc-show {
		display: block !important;
	}

	.is-br-pc-show {
		display: inline-block !important;
	}

	.check-media {
		display: none;
	}

	.mod-heading2 {
		margin: 80px 0 0;
		font-size: 3.6rem;
		font-weight: normal;
		text-align: center;
	}

	.mod-heading2:first-child {
		margin-top: 60px;
	}

	.mod-heading2 .english {
		font-size: 2.8rem;
	}

	.mod-heading2 .text {
		margin: 20px 0 0;
		font-size: 2.4rem;
	}

	.mod-heading3 {
		margin: 80px;
		font-size: 3.2rem;
	}

	.mod-heading3:first-child {
		margin-top: 180px;
	}

	.mod-heading4 {
		margin: 80px 0 0;
		font-size: 2.4rem;
	}

	.mod-heading4:first-child {
		margin-top: 100px;
	}

	.mod-heading5 .heading5-inner {
		width: auto;
		margin: 40px auto 0;
		padding: 15px 40px;
		font-size: 2.0rem;
	}

	.mod-heading7 .heading7-inner {
		width: auto;
		margin: 40px auto 0;
		padding: 15px 40px;
		font-size: 2.0rem;
	}


	.mod-p {
		margin: 40px 0 0;
		font-size: 1.8rem;
	}

	.mod-p .small {
		font-size: 1.6rem;
	}

	.mod-ul {
		margin: 20px 0;
	}

	.mod-ul > li {
		margin: 10px 0 0;
		padding: 0 0 0 25px;
		font-size: 1.8rem;
	}

	.mod-ol {
		margin: 20px 0;
	}

	.mod-ol > li {
		margin: 10px 0 0;
	}

	.mod-dl {
		margin: 20px 0;
	}

	.mod-dl dt {
		margin: 10px 0 0;
	}

	.mod-dl dd {
		margin: 10px 0 0 10px;
	}

	.l-header {
		min-width: 1200px;
		height: 190px;
		padding: 0;
	}

	.l-header-inner {
		display: block;
		max-width: 1440px;
		height: 90px;
		margin: 0 auto;
	}

	.l-header-inner .mod-sp-menu {
		display: none;
	}

	.l-header-sub {
		display: flex;
		position: absolute;
		right: 0;
		height: 100%;
	}

	.l-header-sub-reception {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 300px;
	}

	.l-header-sub-reception li {
		color: #8d4b27;
		font-size: 2.0rem;
		line-height: 1.0;
	}

	.l-header-sub-reception li:last-child {
		display: block;
		margin: 10px 0 0;
		color: #000;
		font-size: 1.4rem;
	}

	.l-header-sub-tel {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 250px;
		background: #63adc9;
	}

	.l-header-sub-tel li {
		color: #8d4b27;
		font-size: 1.4rem;
		letter-spacing: 0.025em;
	}

	.l-header-sub-tel li a {
		color: #ffffff;
	}

	.l-header-sub-tel li.number {
		position: relative;
		padding: 0;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.25;
	}

	.l-header-sub-tel li.number .tel-icon {
		font-size: 0.8em;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	.l-header-sub-tel li .direct {
		font-size: 1.6rem;
		font-weight: bold;
	}

	.l-header-sub-access {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		width: 115px;
		height: 100%;
		background: #63ad40;
	}

	.is-pc .l-header-sub-access {
		transition: opacity 0.3s ease-in-out;
	}

	.is-pc .l-header-sub-access:hover {
		opacity: 0.7;
	}

	.l-header-sub-access a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #fff;
		line-height: 1.25;
		text-align: center;
		text-decoration: none;
	}

	.l-header-sub-access a:before,
  .l-header-sub-access a:after {
		content: '';
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border: 3px solid transparent;
	}

	.l-header-sub-buttons {
		padding: 10px 10px 0;
	}

	.l-header-sub-buttons li {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		width: 120px;
		height: 38px;
		border: 1px solid #eff4f6;
		text-align: center;
	}

	.l-header-sub-buttons li:last-child {
		margin: 4px 0 0;
		font-size: 1.3rem;
	}

	.l-header-sub-buttons li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #8d4b27;
		font-size: 1.5rem;
		line-height: 1.0;
		text-decoration: none;
	}

	.l-header-sub-buttons li a:before,
  .l-header-sub-buttons li a:after {
		content: '';
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border: 1px solid transparent;
	}

	.is-pc .l-header-sub-buttons li a:hover {
		opacity: 1.0;
	}

	.is-pc .l-header-sub-buttons li a:hover:before,
  .is-pc .l-header-sub-buttons li a:hover:after {
		width: 100%;
		height: 100%;
	}

	.is-pc .l-header-sub-buttons li a:hover:before {
		border-top-color: #8d4b27;
		border-right-color: #8d4b27;
		transition: width 0.3s, height 0.3s 0.3s ease-in-out;
	}

	.is-pc .l-header-sub-buttons li a:hover:after {
		border-bottom-color: #8d4b27;
		border-left-color: #8d4b27;
		transition: height 0.3s, width 0.3s 0.3s ease-in-out;
	}

	.l-header-sub-sp {
		display: none;
	}

	.l-header-logo {
		top: 10px;
		left: 10px;
	}

	.l-header-logo a {
		width: 550px;
		height: 75px;
		background: url(../img/logo.png) no-repeat 50% 50%;
		background-size: cover;
	}

	.l-header-nav {
		display: block;
		position: absolute;
		z-index: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-y: visible;
		width: 100%;
		max-width: 1440px;
		height: 100px;
		margin: 0 auto;
		padding: 0;
		background: transparent;
	}

	.l-header .mod-header-nav > li > ul {
		display: block;
	}

	.l-header .mod-header-nav > li > a {
		display: inline-block;
		position: relative;
		color: #000;
	}

	.l-header .mod-header-nav > li > a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #8d4b27;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.is-pc .l-header .mod-header-nav > li > a:hover {
		opacity: 1.0;
		color: #8d4b27;
	}

	.is-pc .l-header .mod-header-nav > li > a:hover:after {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.l-header .mod-header-nav {
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 100%;
		padding: 0;
		background: transparent;
	}

	.l-header .mod-header-nav > li {
		flex: 1 0 auto;
	}

	.l-header .mod-header-nav > li:hover .nav-sub {
		z-index: 10;
		overflow: visible;
		max-height: 9999px;
		padding: 30px 0;
		opacity: 1;
		transition: padding 0.5s ease-in-out, max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
	}

	.l-header .mod-header-nav > li.is-current a {
		color: #8d4b27;
	}

	.l-header .mod-header-nav > li.is-current a:hover {
		opacity: 1;
	}

	.l-header .mod-header-nav > li > a {
		display: flex !important;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 0 !important;
		color: #000;
		font-size: 1.8rem;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		transition: opacity 0.2s ease-in-out;
	}

	.l-header .mod-header-nav > li > a:hover {
		opacity: 0.7;
	}

	.l-header .mod-header-nav .nav-sub {
		display: flex;
		position: absolute;
		top: 100px;
		left: 0;
		overflow: hidden;
		justify-content: space-around;
		width: 100%;
		max-height: 0;
		background: #fce2d9;
		opacity: 0;
		text-align: center;
		transition: padding 0.5s ease-in-out, max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
	}

	.l-header .mod-header-nav .nav-sub-menu {
		font-size: initial;
		line-height: initial;
	}

	.l-header .mod-header-nav .nav-sub-menu > a {
		display: inline-block;
		position: relative;
		padding: 0 0 5px;
		color: #8d4b27;
		font-size: 1.8rem;
		line-height: 2;
	}

	.l-header .mod-header-nav .nav-sub-menu > a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #8d4b27;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.l-header .mod-header-nav .nav-sub-menu > a:hover {
		opacity: 1.0;
		color: #8d4b27;
	}

	.l-header .mod-header-nav .nav-sub-menu > a:hover:after {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.l-header .mod-header-nav .nav-sub-menu-inner {
		display: block;
		margin: 10px 0 0;
		font-size: 1.8rem;
		line-height: 2;
		text-align: left;
	}

	.l-header .mod-header-nav .nav-sub-menu-inner > li > a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		color: #000;
		transition: color 0.3s ease-in-out;
	}

	.l-header .mod-header-nav .nav-sub-menu-inner > li > a:hover {
		opacity: 1.0;
		color: #8d4b27;
		transition: color 0.3s ease-in-out;
	}

	.l-footer {
		margin: 180px 0 0;
		padding: 50px 0 0;
	}

	.l-footer-head {
		width: 1300px;
		margin: 0 auto;
		padding: 0 50px;
	}

	.l-footer-head .footer-logo img {
		width: auto;
	}

	.l-footer-head .social {
		position: absolute;
		right: 50px;
		bottom: 0;
		margin: 0 -5px 0 10px;
	}

	.l-footer-head .social li {
		width: 40px;
		height: 40px;
		margin: 0 5px 0 0;
	}

	.l-footer-contact {
		display: none;
	}

	.l-footer-content {
		flex-wrap: nowrap;
		width: 1300px;
		margin: 0 auto;
		padding: 30px 50px 60px;
		font-size: 1.5rem;
		line-height: 1.75;
	}

	.l-footer-content .mod-button {
		position: absolute;
		right: 40px;
		width: auto;
		min-width: 160px;
		height: 40px;
		padding: 0;
		font-size: 1.5rem;
	}

	.l-footer-logo a {
		width: 489px;
		height: 82px;
		background: url(../img/logo_footer.png) no-repeat 50% 50%;
	}

	.l-footer-access {
		flex-wrap: nowrap;
	}

	.l-footer-access .mod-button {
		margin: 40px 0 0;
	}

	.l-footer .number {
		margin: 10px 0 0;
		font-size: 2.8rem;
	}

	.l-footer-tel {
		flex-wrap: nowrap;
	}

	.l-footer-tel .mod-button {
		margin: 0;
	}

	.l-footer-calendar {
		margin: 0;
	}

	.l-footer-calendar table tr td {
		width: 60px;
		height: 60px;
		border-right: 1px solid #eee;
	}

	.l-footer-calendar table tr td:nth-child(1) {
		width: 130px;
	}

	.l-footer-nav {
		margin: 0;
		padding: 0;
	}

	.l-footer-nav ul {
		flex-wrap: nowrap;
		width: 1200px;
		padding: 60px 50px;
	}

	.l-footer-nav ul li {
		width: auto;
		margin: 0;
	}

	.l-footer-nav ul li a p {
		font-size: 1.5rem;
	}

	.mod-pagetop {
		right: 50px;
		bottom: 20px;
		width: 90px;
		height: 90px;
	}

	.mod-pagetop:before {
		top: 13px;
		left: calc(50% - 7px);
		width: 14px;
		height: 10px;
		background: url(../img/ico_arrow_05.png) no-repeat 50% 50%;
	}

	.mod-pagetop a {
		margin: 10px 0 0;
		font-size: 1.5rem;
	}

	.is-pagetop-fixed .mod-pagetop {
		top: -50px;
	}

	.l-wrapper {
		overflow-x: hidden;
		padding-top: 190px;
	}

	.l-kv {
		min-width: 1200px;
		height: auto;
		min-height: 300px;
	}

	.l-kv h1 {
		font-size: 3.6rem;
	}

	.l-kv h1 .english {
		font-size: 2.8rem;
	}

	.l-breadcrumbs {
		padding: 10px;
	}

	.l-breadcrumbs ol {
		max-width: 1200px;
		margin: 0 auto;
	}

	.l-section {
		width: 1200px;
		margin: 0 auto;
		padding: 0;
	}

	.l-section .mod-heading2 {
		margin: 80px 0 0;
		font-size: 3.6rem;
		font-weight: normal;
		text-align: center;
	}

	.l-section .mod-heading2:first-child {
		margin-top: 60px;
	}

	.l-section .mod-heading2 .english {
		font-size: 2.8rem;
	}

	.l-section .mod-heading2 .text {
		margin: 20px 0 0;
		font-size: 2.4rem;
	}

	.l-section .mod-heading3 {
		margin: 80px;
		font-size: 3.2rem;
	}

	.l-section .mod-heading3:first-child {
		margin-top: 180px;
	}

	.l-section .mod-heading4 {
		margin: 80px 0 0;
		font-size: 2.4rem;
	}

	.l-section .mod-heading4:first-child {
		margin-top: 100px;
	}

	.l-section .mod-heading5 .heading5-inner {
		width: auto;
		margin: 40px auto 0;
		padding: 15px 40px;
		font-size: 2.0rem;
	}

	.l-section .mod-heading7 .heading7-inner {
		width: auto;
		margin: 40px auto 0;
		padding: 15px 40px;
		font-size: 2.0rem;
	}

	.l-section p {
		margin: 40px 0 0;
		font-size: 1.8rem;
	}

	.l-section p .small {
		font-size: 1.6rem;
	}

	.l-section p.small {
		font-size: 1.6rem;
	}

	.l-section p.color-gray {
		padding: 20px;
	}

	.l-section ul {
		margin: 20px 0;
	}

	.l-section ul > li {
		margin: 10px 0 0;
		padding: 0 0 0 25px;
		font-size: 1.8rem;
	}

	.l-section ol {
		margin: 20px 0;
	}

	.l-section ol > li {
		margin: 10px 0 0;
	}

	.l-section dl {
		margin: 20px 0;
	}

	.l-section dl dt {
		margin: 10px 0 0;
	}

	.l-section dl dd {
		margin: 10px 0 0 10px;
	}

	.l-section > img {
		margin: 40px 0 0;
	}

	.l-sub-menu-wrap {
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}

	.l-sub-menu-wrap .l-sub-menu {
		width: 1200px;
		height: 100%;
		margin: 0 auto;
	}

	.l-sub-menu-wrap .l-sub-menu:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: calc(100% + 600px);
		height: 100%;
		margin-left: -600px;
		background: #fce2d9;
	}

	.l-sub-menu-wrap .l-sub-menu > li .sp-menu-open {
		display: none;
	}

	.l-sub-menu-wrap .l-sub-menu .second-level {
		display: flex;
		position: relative;
		flex-wrap: wrap;
		width: auto;
		height: 100%;
		padding: 30px 0;
		opacity: 1;
	}

	.l-sub-menu-wrap .l-sub-menu .second-level li {
		width: 33%;
		height: auto;
		text-align: center;
	}

	.l-sub-menu-wrap .l-sub-menu .second-level li:nth-child(n+4) {
		margin: 30px 0 0;
	}

	.l-sub-menu-wrap .l-sub-menu .second-level li a {
		width: auto;
		background: none;
		font-size: 1.8rem;
		transition: color 0.3s ease-in-out;
		pointer-events: auto;
	}

	.l-sub-menu-wrap .l-sub-menu .second-level li a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #8d4b27;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.l-treatment-block {
		margin: 50px 0 0;
	}

	.l-treatment-block .mod-profile {
		width: 320px;
		border-radius: 25px 0 25px 0;
		text-align: left;
	}

	.l-treatment-block .inner {
		flex: 1;
		margin: 0 0 0 70px;
	}

	.l-treatment-block .inner ul {
		border-radius: 25px 0 25px 0;
	}

	.l-table-wrap {
		white-space: normal;
	}

	.l-table {
		margin: 50px 0 0;
	}

	.l-table thead tr {
		font-size: 1.8rem;
	}

	.l-table thead tr th {
		width: 240px;
		height: 90px;
		padding: 0;
	}

	.l-table tbody tr {
		font-size: 1.8rem;
	}

	.l-table tbody td {
		height: 60px;
		padding: 0;
	}

	.l-table tbody td:nth-child(1) {
		max-width: none;
		padding: 0 0 0 40px;
	}

	.l-section .l-qanda {
		margin: 50px 0 0;
	}

	.l-section .l-qanda .question {
		padding: 0 0 0 50px;
		font-size: 2.4rem;
	}

	.l-section .l-qanda .question:before {
		font-size: 2.4rem;
	}

	.l-section .l-qanda .question:after {
		margin: 20px 0 0 -50px;
	}

	.l-section .l-qanda .answer {
		margin: 30px 0 0;
		font-size: 1.8rem;
	}

	.l-section .l-flowchart {
		margin: 60px 0 0;
	}

	.l-section .l-flowchart li {
		margin: 80px 0 0;
	}

	.l-section .l-flowchart li:before {
		top: -50px;
		left: 145px;
		width: 33px;
		height: 20px;
	}

	.l-section .l-flowchart li ul {
		flex-wrap: nowrap;
	}

	.l-section .l-flowchart li ul li:nth-child(1) {
		width: 320px;
		height: 115px;
	}

	.l-section .l-flowchart li ul li:last-child {
		margin: 0 0 0 10px;
		padding: 0 40px;
	}

	.l-section .l-condition li {
		width: auto;
		margin: 0 0 0 25px;
		padding: 0;
		font-size: 2.4rem;
	}

	.l-section .l-condition li:after {
		height: 10px;
		margin: 10px 0 0;
	}

	.l-section .l-condition li:nth-child(2) {
		margin: 0 0 0 25px;
	}

	.l-section .l-table-coupon {
		margin: 60px 0 0;
	}

	.l-section .l-table-coupon tbody tr td {
		width: 50%;
		padding: 20px 30px;
	}

	.l-section .l-table-price thead tr td {
		height: 60px;
		padding: 0 30px;
	}

	.l-section .l-table-price tbody tr td {
		height: 90px;
		padding: 0 30px;
	}

	.l-section .l-table-price tbody tr td .strong {
		font-size: 2.0rem;
	}

	.l-section .l-table-case tbody tr td {
		min-width: auto;
		padding: 20px;
		font-size: 1.8rem;
	}

	.l-section .l-table-case tbody tr td:nth-child(2) {
		width: 460px;
	}

	.l-section .l-table-case tbody tr td:nth-child(3) {
		width: 460px;
	}

	.l-section .l-check-list {
		margin: 60px 0 0;
	}

	.l-section .l-check-list ul {
		width: calc(100% - 390px);
		margin: 0;
	}

	.l-section .l-check-list .mod-profile {
		width: 320px;
		margin: 0 0 0 70px;
		border-radius: 25px 0 25px 0;
		text-align: left;
	}

	.l-section .l-check-list .mod-profile p {
		font-size: 1.6rem;
	}

	.l-arrow-list {
		position: relative;
		width: 100%;
		margin: 60px 0 0;
		background: none;
	}

	.l-arrow-list:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: calc(100% + 600px);
		height: 100%;
		margin-left: -600px;
		background: #fce2d9;
	}

	.l-arrow-list.wish:before {
		background: #fce2d9;
	}

	.l-arrow-list.trouble:before {
		background: #ffddd3;
	}

	.l-arrow-list header {
		top: -50px;
		width: 450px;
		height: 100px;
		font-size: 2rem;
	}

	.l-arrow-list ul {
		width: 1200px;
		margin: 0 auto 0;
		padding: 50px;
		background: #fce2d9;
	}

	.l-arrow-list ul li {
		width: 33%;
		margin: 20px 0 0;
	}

	.l-arrow-list ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.l-arrow-list ul li:nth-child(-n+3) {
		margin-top: 0;
	}

	.l-arrow-list ul li:before {
		left: 0;
		width: 30px;
		height: 5px;
		transition: left 0.3s ease-in-out;
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	.l-arrow-list ul li a {
		padding: 0 0 0 45px;
		font-size: 1.8rem;
	}

	.l-arrow-list.has-header ul {
		padding-top: 100px;
	}

	.l-column {
		flex-wrap: wrap;
		margin: 60px 0 0;
	}

	.l-column figure img {
		border-radius: 25px 0 25px 0;
	}

	.l-column figure figcaption {
		font-size: 1.6rem;
	}

	.l-column .l-column-inner {
		margin: 0;
	}

	.l-column .l-column-inner .title {
		margin: 30px 0 0;
		font-size: 2.4rem;
	}

	.l-column.col-quarter .l-column-inner {
		margin: 80px 0 0 30px;
	}

	.l-column.col-quarter .l-column-inner:nth-child(1) {
		width: calc(100% / 4 - 70px);
	}

	.l-column.col-quarter .l-column-inner:nth-child(2) {
		flex: 1;
		margin: 0 0 0 70px;
	}

	.l-column.col-1 {
		justify-content: center;
	}

	.l-column.col-2 {
		margin: 80px -70px 0 0;
	}

	.l-column.col-2 .l-column-inner {
		width: calc(100% / 2 - 70px);
		margin: 0 70px 0 0;
	}

	.l-column.col-2 .l-column-inner:nth-child(n + 3) {
		margin: 100px 70px 0 0;
	}

	.l-column.col-3 {
		margin: 80px -60px 0 0;
	}

	.l-column.col-3 .l-column-inner {
		width: calc(100% / 3 - 60px);
		margin: 0 60px 0 0;
	}

	.l-column.col-3 .l-column-inner:nth-child(n + 4) {
		margin: 100px 70px 0 0;
	}

	.l-column.col-3 .l-column-inner p {
		font-size: 1.6rem;
	}

	.l-column.col-3.down .l-column-inner:nth-child(2) {
		margin-top: 60px;
	}

	.l-column.col-3 .slide-dots {
		justify-content: flex-end;
		margin: 20px 0 0;
	}

	.l-column.col-3 .slide-dots li button {
		margin: 0 0 0 10px;
	}

	.l-column.col-3 .slide-dots li button:before {
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}

	.l-column.col-3 .slide-dots li.slick-active button:before {
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}

	.l-column.col-4 {
		margin: 80px -30px 0 0;
	}

	.l-column.col-4 .l-column-inner {
		width: calc(100% / 4 - 30px);
		margin: 0 30px 0 0;
	}

	.l-column.col-4 .l-column-inner:nth-child(n + 5) {
		margin: 100px 70px 0 0;
	}

	.l-column.center .l-column-inner {
		width: auto;
		margin: 0 0 0 60px;
	}

	.l-profile {
		margin: 200px 0 0;
		padding: 100px 0 0;
	}

	.l-profile:nth-child(n + 1) {
		margin: 60px 0 0;
	}

	.l-profile .mod-heading2 {
		margin: 0 auto 100px !important;
	}

	.l-profile .mod-line-wave {
		width: 1200px;
		margin: 0 auto 100px;
	}

	.l-profile-inner {
		flex-wrap: nowrap;
		width: 1200px;
		padding: 0 0 100px;
	}

	.l-profile-inner figure img {
		width: 300px;
		border-radius: 25px 0 25px 0;
	}

	.l-profile-outline {
		margin: 0 0 0 60px;
	}

	.l-profile-outline .job {
		font-size: 1.8rem;
		text-align: left;
	}

	.l-profile-outline .name {
		margin: 30px 0 0;
		font-size: 3.0rem;
		text-align: left;
	}

	.l-profile-outline .name .english {
		margin: 0 0 0 20px;
		font-size: 2.4rem;
	}

	.l-profile-outline .link {
		position: absolute;
		top: 30px;
		right: 0;
		width: 260px;
		margin: 0;
	}

	.l-profile-outline .link i {
		top: 18px;
	}

	.l-profile-outline .about {
		margin: 30px 0 0;
		padding: 30px;
		border-radius: 25px 0 25px 0;
	}

	.l-profile-outline .career {
		margin: 35px 0 0;
		font-size: 2.0rem;
	}

	.l-profile-outline .career-title {
		padding: 0 0 0 100px;
	}

	.l-profile-outline ul {
		margin: 20px 0 0;
		font-size: 2.0rem;
	}

	.l-profile-outline ul li {
		font-size: 1.6rem;
	}

	.l-category-wrap {
		margin: 30px 0 0;
		padding: 0;
		background: none;
	}

	.l-section + .l-category-wrap {
		margin-top: 180px;
	}

	.l-category-wrap:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: calc(100% + 600px);
		height: 100%;
		margin-left: -600px;
		background: #fce2d9;
	}

	.l-category-wrap .l-category {
		width: 1200px;
		height: auto;
		padding: 40px 200px 40px 50px;
		background: #fce2d9;
	}

	.l-category-wrap .l-category > li {
		width: auto;
		height: auto;
	}

	.l-category-wrap .l-category > li .sp-menu-open {
		display: none;
	}

	.l-category-wrap .l-category > li > ul {
		display: flex;
		position: initial;
		flex-wrap: wrap;
		width: auto;
		height: auto;
		margin: -30px 0 0 -30px;
		margin-bottom: auto;
		opacity: 1;
	}

	.l-category-wrap .l-category > li > ul > li {
		height: auto;
		margin: 30px 0 0 30px;
	}

	.l-category-wrap .l-category > li > ul > li:after {
		content: '';
		display: block;
		width: 100%;
		border-bottom: 3px solid #fff;
	}

	.l-category-wrap .l-category > li > ul > li a {
		background: none;
		font-size: 1.8rem;
		transition: color 0.3s ease-in-out;
		pointer-events: auto;
	}

	.l-category-wrap .l-category > li > ul > li a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #8d4b27;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.l-category-wrap .l-category .medical-table {
		top: 40px;
		right: 50px;
		width: 100px;
		height: 100px;
		border: 1px solid #8d4b27;
	}

	.l-category-wrap .l-category .medical-table:after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		bottom: -20px;
		left: 0;
		width: 1px;
		height: 40px;
		margin: auto;
		background: #8d4b27;
		transition: bottom 0.3s ease-in-out;
	}

	.l-beauty-media {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 60px 0 0 0;
		padding: 0 50px;
	}

	.l-beauty-media figure {
		padding-top: 40px;
	}

	.l-beauty-media-cont {
		width: calc(100% - 270px);
		margin: 0;
	}

	.l-beauty-media header {
		margin-left: -30px;
	}

	.l-beauty-media.wish header:before {
		width: 100px;
		height: 100px;
		font-size: 3.8rem;
	}

	.l-beauty-media.trouble header:before {
		width: 152px;
		height: 77px;
		border-radius: 20px 0 20px 0;
		font-size: 3.8rem;
	}

	.l-beauty-media h3 {
		margin: 0 0 0 30px;
		font-size: 3.2rem;
	}

	.l-section.news .article {
		margin: 50px 0 0;
	}

	.l-section.news .article a {
		flex-wrap: nowrap;
	}

	.l-section.news .article a .date {
		font-size: 1.5rem;
	}

	.l-section.news .article a .outline {
		margin: 0 0 0 45px;
	}

	.l-section.news .article a .outline .mod-heading3 {
		font-size: 2.0rem;
	}

	.l-section.news .article a .outline p {
		font-size: 1.6rem;
	}

	.l-section .l-wish-trouble {
		flex-wrap: nowrap;
		margin: 55px 0 0;
		padding: 35px 0 0;
	}

	.l-section .l-wish-trouble .unit-wish {
		width: 50%;
	}

	.l-section .l-wish-trouble .unit-wish-inner {
		margin-bottom: 60px;
		padding: 60px;
		border-radius: 80px 0 80px 0;
	}

	.l-section .l-wish-trouble .unit-wish-inner .photo-list li:nth-child(n+3) {
		margin: 40px 0 0;
	}

	.l-section .l-wish-trouble .unit-wish-inner .photo-list li a img {
		width: 160px;
		height: 160px;
	}

	.l-section .l-wish-trouble .unit-wish-inner .photo-list li a p {
		margin: 20px 0 0;
		font-size: 2.0rem;
	}

	.l-section .l-wish-trouble .unit-wish-inner .title {
		font-size: 2.4rem;
	}

	.l-section .l-wish-trouble .unit-wish .category-list {
		margin-right: 60px;
	}

	.l-section .l-wish-trouble .unit-trouble {
		width: 50%;
		margin-top: 0;
		padding-top: 0;
	}

	.l-section .l-wish-trouble .unit-trouble-inner {
		margin-top: 60px;
		padding: 60px;
		border-radius: 80px 0 80px 0;
	}

	.l-section .l-wish-trouble .unit-trouble-inner .photo-list li:nth-child(n+3) {
		margin: 40px 0 0;
	}

	.l-section .l-wish-trouble .unit-trouble-inner .photo-list li a img {
		width: 160px;
		height: 160px;
	}

	.l-section .l-wish-trouble .unit-trouble-inner .photo-list li a p {
		margin: 20px 0 0;
		font-size: 2.0rem;
	}

	.l-section .l-wish-trouble .unit-trouble .title {
		font-size: 2.4rem;
	}

	.l-section .l-wish-trouble .unit-trouble .category-list {
		margin-left: 60px;
	}

	.l-section .l-detail-block {
		flex-wrap: nowrap;
		margin: 50px 0 0;
	}

	.l-section .l-detail-block figure {
		width: 360px;
		height: 270px;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.l-section .l-detail-block figure img {
		border-radius: 50px 0 50px 0;
	}

	.l-section .l-detail-block .l-detail-inner {
		flex: 1;
		margin-left: 60px;
		padding-bottom: 90px;
	}

	.l-section .l-detail-block .l-detail-inner .mod-heading3 {
		margin: 0 !important;
		font-size: 2.4rem;
	}

	.l-section .l-detail-block .l-detail-inner .detail-sub {
		margin: 10px 0 0;
	}

	.l-section .l-detail-block .l-detail-inner .detail-sub .category {
		padding: 5px;
	}

	.l-section .l-detail-block .l-detail-inner .detail-sub .date {
		margin: 0 0 0 10px;
	}

	.l-section .l-detail-block .l-detail-inner .detail-sub .author {
		margin: 0 0 0 10px;
	}

	.l-section .l-detail-block .l-detail-inner p {
		margin: 30px 0 0;
	}

	.l-section .l-detail-block .l-detail-inner .mod-button {
		right: -40px;
	}

	.l-index {
		margin: 100px 0 0;
		padding: 50px 0 100px;
	}

	.l-index ul {
		width: 1200px;
		height: auto;
		margin: 60px auto 0;
	}

	.l-index ul.is-hide {
		display: flex;
		overflow: auto;
		height: auto;
	}

	.l-index ul li {
		width: 370px;
		margin: 0 40px 0 0;
		padding: 20px 0 20px 20px;
	}

	.l-index ul li:before {
		height: 1px;
		border-bottom: 2px solid #fff;
	}

	.l-index ul li a {
		font-size: 1.8rem;
	}

	.l-index .more-button {
		display: none;
	}

	.l-calendar {
		padding: 0 0 150px;
	}

	.l-calendar:after {
		height: 100px;
	}

	.l-calendar-header {
		height: 100px;
	}

	.l-calendar-header:before {
		width: calc(50% - 180px);
		height: 100px;
	}

	.l-calendar-header:after {
		width: calc(50% - 180px);
		height: 100px;
	}

	.l-calendar-header .mod-heading2 {
		font-size: 5.0rem;
	}

	.l-calendar-header .mod-heading2 span {
		font-size: 1.8rem;
	}

	.l-calendar-inner {
		width: 1200px;
		margin: 50px auto;
		padding: 0 50px;
	}

	.l-calendar table tr td {
		padding: 20px;
		font-size: 1.8rem;
	}

	.l-calendar table tr td img {
		width: 72px;
		height: 72px;
	}

	.l-group {
		max-width: 1200px;
		margin: 110px auto 0;
	}

	.l-group .mod-heading2 {
		padding: 0;
		font-size: 3.6rem;
	}

	.l-group > p {
		margin: 50px 0 0;
	}

	.l-group-inner {
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}

	.l-group-inner .unit-group {
		margin: 100px 0 0;
	}

	.l-group-inner .unit-group .mod-heading3 {
		margin: 0 auto;
		padding-left: 60px;
		font-size: 2.8rem;
	}

	.l-group-inner .unit-group {
		width: 540px;
	}

	.l-group-inner .unit-group .unit-group-inner {
		margin: 20px 0 0;
		padding: 0 0 30px;
	}

	.l-group-inner .unit-group .unit-group-inner:before {
		bottom: 0;
		left: 60px;
		width: 480px;
		height: 270px;
		border-radius: 50px 0 50px 0;
	}

	.l-group-inner .unit-group .unit-group-inner figure {
		padding: 0 60px 0 0;
	}

	.l-group-inner .unit-group .unit-group-inner figure img {
		width: 480px;
		height: 270px;
		border-radius: 25px 0 25px 0;
		-o-object-fit: none;
		object-fit: none;
	}

	.l-group-inner .unit-group .unit-group-inner p {
		width: 370px;
		min-height: 60px;
		margin: 30px 0 0 100px;
		padding: 0 0 0 130px;
	}

	.l-group-inner .unit-group .unit-group-inner p:before {
		width: 100px;
		height: 60px;
	}

	.l-csr {
		width: 1200px;
		margin: 150px auto 0;
		padding: 0 50px;
	}

	.l-csr .article {
		margin: 50px 0 0;
	}

	.l-csr .article .date {
		position: static;
	}

	.l-csr .article a {
		margin: 0 0 0 80px;
	}

	.l-csr .article a figure {
		position: static;
	}

	.l-csr .article a .outline {
		margin: 0 0 0 40px;
	}

	.l-csr .article a .outline .mod-heading3 {
		position: static;
		font-size: 2.0rem;
	}

	.l-csr .article a .outline p {
		padding: 0;
	}

	.page-about .l-section .mod-heading2 {
		font-size: 4.0rem;
	}

	.page-about .l-column-inner > p {
		margin: 30px 0 0;
	}

	.page-about .l-profile {
		margin: 200px 0 0;
	}

	.page-information .l-column.col-3 .l-column-inner:nth-child(3n + 1) {
		margin: 100px 60px 0 0;
	}

	.page-information .l-column.col-3 .l-column-inner:nth-child(3n + 2) {
		margin: 50px 60px 0 0;
	}

	.page-information .l-column.col-3 .l-column-inner:nth-child(3n) {
		margin: 0 60px 0 0;
	}

	.page-information .l-column.col-3.guidance .l-column-inner:nth-child(3n + 1) {
		margin: 160px 60px 0 0;
	}

	.page-information .l-column.col-3.guidance .l-column-inner:nth-child(3n + 2) {
		margin: 80px 60px 0 0;
	}

	.page-information .l-column.col-3.guidance .l-column-inner:nth-child(3n) {
		margin: 0 60px 0 0;
	}

	.page-information .l-facility .mod-heading2 {
		margin: 80px 0 0;
	}

	.page-information .l-facility .unit-facility {
		margin: 80px auto 0;
	}

	.page-information .l-facility .unit-facility:before {
		right: 21%;
		width: calc(100% - 21%);
		height: 510px;
	}

	.page-information .l-facility .unit-facility .l-section .unit-facility-outline {
		width: 840px;
		padding: 80px 0 0;
	}

	.page-information .l-facility .unit-facility .l-section .unit-facility-outline p {
		margin: 0;
	}

	.page-information .l-facility .unit-facility .l-section .mod-heading3 {
		font-size: 2.4rem;
	}

	.page-information .l-facility .unit-facility .l-section .col-3 {
		margin: 40px -60px 0 0;
	}

	.page-information .l-facility .unit-facility .l-section .col-3 .mod-heading3 {
		margin: 40px 0 0;
	}

	.page-information .l-facility .unit-facility .l-section .col-3 p {
		margin: 40px 0 0;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 {
		margin: 50px 0 0;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner {
		width: 50%;
		margin: 0;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner:nth-child(2) figure {
		margin: 50px 0 0;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner:nth-child(2) figure img {
		width: 580px;
		height: 460px;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner:nth-child(3) {
		margin: -20px 0 0;
		padding: 0 40px 0 0;
		text-align: right;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner:nth-child(3) .title {
		text-align: right;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner:nth-child(3) figure {
		margin: 0;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner:nth-child(3) figure img {
		width: 580px;
		height: 320px;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner:nth-child(4) {
		margin: 40px 0 0;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner figure {
		margin: 0;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner figure img {
		width: 580px;
		height: 580px;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner .mod-heading3 {
		font-size: 1.8rem;
	}

	.page-information .l-facility .unit-facility .l-section .col-4 .l-column-inner p {
		margin: 0;
		font-size: 1.5rem;
	}

	.page-information .l-staff {
		width: 1200px;
		padding: 0;
	}

	.page-information .l-staff .mod-heading2 {
		margin: 180px 0 0;
	}

	.page-information .l-staff .mod-heading3 {
		margin: 40px 0 0;
		font-size: 2.4rem;
	}

	.page-information .l-staff > p {
		margin: 30px 0 0;
	}

	.page-information .l-staff-unit {
		flex-wrap: nowrap;
		justify-content: space-around;
		margin: 80px 0 0;
	}

	.page-information .l-staff-unit-inner {
		width: auto;
	}

	.page-information .l-staff-unit-inner img {
		width: 300px;
		height: 300px;
	}

	.page-information .l-staff-unit-inner .job {
		margin: 20px 0 0;
		font-size: 1.6rem;
	}

	.page-information .l-staff-unit-inner .name {
		font-size: 2.4rem;
	}

	.page-information .l-staff .mod-button-large {
		width: 360px;
	}

	.page-information .l-childcare .mod-heading2 {
		margin: 180px 0 0;
	}

	.page-information .l-childcare-header {
		flex-wrap: nowrap;
		margin: 80px 0 0;
	}

	.page-information .l-childcare-header figure {
		width: 50%;
		margin: 0;
	}

	.page-information .l-childcare-outline {
		width: 620px;
		margin: 0;
		padding: 60px;
	}

	.page-information .l-childcare-outline .mod-heading3 {
		font-size: 2.4rem;
	}

	.page-information .l-childcare-outline p {
		margin: 40px 0 0;
		font-size: 1.8rem;
	}

	.page-information .l-childcare-outline p .small {
		font-size: 1.5rem;
	}

	.page-information .l-childcare-message {
		flex-wrap: nowrap;
		width: 1200px;
		margin: 60px auto 0;
	}

	.page-information .l-childcare-message .message {
		margin: 0;
	}

	.page-information .l-childcare-message .message .mod-heading3 {
		margin: 30px 0 0;
		font-size: 2.4rem;
	}

	.page-information .l-childcare-message .message p {
		margin: 50px 0 0;
	}

	.page-information .l-childcare-message .message hr {
		margin: 30px 0 0;
	}

	.page-information .l-childcare-message .message ul {
		margin: 30px 0 0;
	}

	.page-information .l-childcare-message .message ul li {
		padding: 0 0 0 30px;
	}

	.page-information .l-childcare-message .message ul li:before {
		top: 8px;
		left: 0;
		width: 16px;
		height: 16px;
	}

	.page-information .l-childcare .images {
		flex-wrap: wrap;
		margin: 0 0 0 80px;
	}

	.page-information .l-childcare .images figure {
		width: 100%;
	}

	.page-information .l-childcare .images figure img {
		width: 100%;
		height: auto;
	}

	.page-home .l-header {
		border-bottom: none;
	}

	.page-home .l-header-nav {
		position: relative;
		margin: 0 auto;
	}

	.page-home .l-kv-top {
		max-width: 1300px;
		margin: 0 auto;
	}

	.page-home .l-kv-top .slick-list {
		width: 100%;
		height: 500px;
	}

	.page-home .l-kv-top .slick-list .slick-track img {
		width: auto;
		height: auto;
		-o-object-fit: none;
		object-fit: none;
	}

	.page-home .l-kv-top .slide-dots {
		justify-content: flex-end;
		margin: 20px 0 0;
	}

	.page-home .l-kv-top .slide-dots li button {
		margin: 0 0 0 10px;
	}

	.page-home .l-kv-top .slide-dots li button:before {
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}

	.page-home .l-kv-top .slide-dots li.slick-active button:before {
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}

	.page-home .l-wrapper {
		width: 100%;
		margin: 0 auto;
	}

	.page-home .l-contents .buttons {
		flex-wrap: nowrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0;
	}

	.page-home .l-contents .buttons li {
		margin-left: 30px;
	}

	.page-home .l-contents .buttons li:nth-child(1) {
		margin-left: 0;
	}

	.page-home .l-contents .buttons li .mod-button-large {
		width: 280px;
		min-width: auto;
		margin-top: 0;
		padding: 0;
	}

	.page-home .l-home-message {
		flex-wrap: nowrap;
		margin: 100px 0 0;
		padding: 0;
		background: none;
	}

	.page-home .l-home-message:before {
		content: '';
		display: block;
		position: absolute;
		top: -60px;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fce2d9;
	}

	.page-home .l-home-message-inner {
		width: 800px;
		margin: 0 0 0 auto;
		padding: 0 0 0 50px;
	}

	.page-home .l-home-message-inner .mod-heading2 {
		margin: 0;
		font-size: 2.8rem;
	}

	.page-home .l-home-message-inner p {
		margin: 30px 0 0;
		font-size: 1.8rem;
	}

	.page-home .l-home-message-inner .name {
		margin: 20px 0 0;
		font-size: 1.5rem;
	}

	.page-home .l-home-message-inner .name span {
		display: inline;
		margin: 0 0 0 15px;
		font-size: 2.0rem;
	}

	.page-home .l-home-message figure {
		margin: 0 auto 0 70px;
		padding: 0 50px 0 0;
	}

	.page-home .l-home-message figure:before {
		top: 170px;
		left: -80px;
		width: 105px;
		height: 180px;
	}

	.page-home .l-home-message figure:after {
		top: -30px;
		right: 0;
		width: 120px;
		height: 130px;
	}

	.page-home .l-home-message figure img {
		width: 400px;
		height: 400px;
		margin: 0;
	}

	.l-home-news {
		flex-wrap: nowrap;
		margin: 60px 0 0;
	}

	.l-home-news .todays {
		width: 480px;
		margin: 0 0 0 auto;
		padding: 40px 70px 80px 50px;
	}

	.l-home-news .todays:before {
		display: none;
	}

	.l-home-news .todays-header {
		flex-wrap: nowrap;
		justify-content: left;
		margin: 0 -70px 0 0;
	}

	.l-home-news .todays-header .mod-heading2 {
		font-size: 4.2rem;
		text-align: left;
	}

	.l-home-news .todays-header .social {
		margin: 0 -5px 0 10px;
	}

	.l-home-news .todays-header .social li {
		width: 36px;
		height: 36px;
		margin: 0 5px 0 0;
	}

	.l-home-news .todays .article {
		margin: 30px 0 0;
	}

	.l-home-news .todays .article figure {
		width: 160px;
		height: 160px;
	}

	.l-home-news .todays .article .text {
		width: 200px;
		margin: 15px 0 0 30px;
	}

	.l-home-news .todays .article .text .date {
		font-size: 1.4rem;
	}

	.l-home-news .todays .article .text .title {
		margin: 10px 0 0;
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.l-home-news .news {
		margin: 0 auto 0 40px;
		padding: 50px 0 50px 50px;
	}

	.l-home-news .news:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background: #fce2d9;
	}

	.l-home-news .news .mod-heading2 {
		font-size: 3.2rem;
	}

	.l-home-news .news article {
		flex-wrap: nowrap;
		margin: 50px 0 0;
	}

	.l-home-news .news article .date {
		min-width: 85px;
		font-size: 1.5rem;
	}

	.l-home-news .news article .outline {
		margin: 0 0 0 45px;
	}

	.l-home-news .news article .outline .mod-heading3 {
		font-size: 2.0rem;
	}

	.l-home-news .news article .outline p {
		font-size: 1.6rem;
	}

	.l-home-trouble {
		display: block;
		max-width: 1200px;
		margin: 100px auto 0;
		padding: 0;
	}

	.l-home-trouble .mod-heading2 {
		font-size: 3.2rem;
		text-align: center;
	}

	.l-home-trouble > p {
		margin: 20px 0 0;
		text-align: center;
	}

	.l-home-trouble-inner {
		flex-wrap: nowrap;
		margin: 80px 0 0;
	}

	.l-home-trouble-inner .trouble {
		width: calc(100% - 380px);
	}

	.l-home-trouble-inner .trouble .mod-line-wave {
		width: auto;
		margin: 0;
	}

	.l-home-trouble-inner .trouble .mod-line-wave.bottom {
		margin-top: 60px;
	}

	.l-home-trouble-inner .trouble ul {
		justify-content: center;
		margin: 20px -20px 0;
	}

	.l-home-trouble-inner .trouble ul li {
		width: 130px;
		margin: 40px 20px 0;
	}

	.l-home-trouble-inner .trouble ul li a figure img {
		width: 130px;
		height: 130px;
	}

	.l-home-trouble-inner .trouble .buttons {
		margin: 0 30px 0 0;
	}

	.l-home-trouble-inner .trouble .buttons > li .mod-button-large {
		width: 300px;
		height: 70px;
		margin: 40px 30px 0;
	}

	.l-home-trouble-inner .trouble .buttons > li .mod-button-large:before {
		z-index: -1;
		right: -30px;
	}

	.l-home-trouble-inner .trouble .buttons > li .mod-button-large:after {
		width: 30px;
	}

	.l-home-trouble-inner .trouble .buttons > li .mod-button-large:hover:before {
		right: -50px;
	}

	.l-home-trouble-inner .trouble .buttons > li .mod-button-large:nth-child(n+1) {
		margin-left: 40px;
	}

	.l-home-trouble-inner .mod-profile {
		margin: 0 0 0 60px;
	}

	.l-home-trouble-inner .mod-profile figure img {
		border-radius: 25px 0 0 0;
	}

	.l-home-trouble-inner .mod-profile .profile-outline p {
		font-size: 1.6rem;
	}

	.l-home-information {
		max-width: 1200px;
		margin: 110px auto 0;
	}

	.l-home-information .mod-heading2 {
		justify-content: start;
		width: auto;
		margin: 0 0 0 80px;
		padding: 0;
		font-size: 3.6rem;
	}

	.l-home-information .mod-heading2 .english {
		bottom: -100%;
		font-size: 2.8rem;
		text-align: center;
	}

	.l-home-information-inner {
		margin: 0;
		padding: 0;
	}

	.l-home-information-inner .unit-information {
		width: 540px;
	}

	.l-home-information-inner .unit-information:nth-child(odd) {
		margin: 100px 0 0 0;
	}

	.l-home-information-inner .unit-information:nth-child(even) {
		margin: 0 0 100px auto;
	}

	.l-home-information-inner .unit-information a:before {
		z-index: -1;
		top: 300px;
		right: -55px;
		width: 89px;
		height: 7px;
		background: url(../img/ico_arrow_03.png) no-repeat 50% 50%;
	}

	.l-home-information-inner .unit-information a:after {
		top: 304px;
		right: 0;
		width: 80px;
		height: 3px;
	}

	.l-home-information-inner .unit-information a:hover:before {
		right: -75px;
	}

	.l-home-information-inner .unit-information a picture {
		padding: 0 60px 60px 0;
	}

	.l-home-information-inner .unit-information a picture img {
		width: 480px;
		height: 270px;
		border-radius: 50px 0 50px 0;
		-o-object-fit: none;
		object-fit: none;
	}

	.l-home-information-inner .unit-information a picture:before {
		right: 0;
		bottom: 0;
		width: 440px;
		height: 220px;
		border-radius: 25px 0 25px 0;
	}

	.l-home-information-inner .unit-information a picture:after {
		top: 24px;
		right: 25px;
		font-size: 2.0rem;
	}

	.l-home-information-inner .unit-information a .mod-heading3 {
		margin: 100px auto 0;
		font-size: 2.8rem;
	}

	.l-home-information-inner .unit-information a p {
		margin: 40px 0 0;
		font-size: 1.8rem;
	}

	.l-home-learn {
		margin: 100px 0 0;
		padding: 50px 0 100px;
	}

	.l-home-learn:before {
		content: '';
		display: block;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/bg_wood_01.jpg) no-repeat 50% 50%;
		background-size: cover;
	}

	.l-home-learn-title {
		width: 50%;
	}

	.l-home-learn-title .heading-wrap {
		width: 100%;
		height: 120px;
		padding: 0;
		background: none;
	}

	.l-home-learn-title .heading-wrap:before {
		left: -75px;
	}

	.l-home-learn-title .heading-wrap .mod-heading3 {
		flex-wrap: nowrap;
		width: 520px;
		height: 120px;
		font-size: 3.6rem;
	}

	.l-home-learn-title .heading-wrap .mod-heading3 > span {
		margin: 0;
	}

	.l-home-learn-title p {
		width: 450px;
		margin: 50px 150px 0 auto;
		padding: 0;
	}

	.l-home-learn-inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0;
	}

	.l-home-learn-inner .category {
		width: 50%;
		padding: 0 50px;
	}

	.l-home-learn-inner .category:nth-child(1) {
		margin: 90px 0 0;
	}

	.l-home-learn-inner .category:nth-child(even) {
		padding: 0 0 0 50px !important;
	}

	.l-home-learn-inner .category:nth-child(even) .category-title {
		top: -40px !important;
	}

	.l-home-learn-inner .category:nth-child(n + 3) {
		padding: 120px 0 0 50px;
	}

	.l-home-learn-inner .category:nth-child(n + 3) .category-title {
		top: 80px;
	}

	.l-home-learn-inner .category:nth-child(5) {
		padding-bottom: 60px;
	}

	.l-home-learn-inner .category:last-child {
		margin: 0 0 130px;
	}

	.l-home-learn-inner .category-title {
		z-index: 5;
		top: -40px;
		left: 80px;
		width: 500px;
	}

	.l-home-learn-inner .category-title-english {
		width: 200px;
		height: 90px;
		padding: 0 0 0 20px;
		font-size: 4.0rem;
	}

	.l-home-learn-inner .category-title-japanese {
		flex: auto;
		width: 310px;
		height: 90px;
		padding: 0 0 0 50px;
		font-size: 1.6rem;
	}

	.l-home-learn-inner .category-title-japanese:before {
		top: 44px;
		left: -10px;
		width: 50px;
	}

	.l-home-learn-inner .category-inner {
		margin: 30px 0 0;
		padding: 0;
	}

	.l-home-learn-inner .category-inner figure {
		width: 160px;
		height: 160px;
	}

	.l-home-learn-inner .category-inner .article {
		padding: 40px 0 0 30px;
	}

	.l-home-learn-inner .category-inner .article .date {
		font-size: 1.5rem;
	}

	.l-home-learn-inner .category-inner .article .title {
		margin: 10px 0 0;
		font-size: 2.2rem;
	}

	.l-home-recruitment {
		padding: 60px 0 80px;
	}

	.l-home-recruitment:before {
		background: url(../img/bg_staff_01.jpg) no-repeat 50% 50%;
		background-size: cover;
	}

	.l-home-recruitment .mod-heading3 {
		margin: 0;
		font-size: 3.0rem;
	}

	.l-home-recruitment p {
		margin: 40px 0 0;
		font-size: 1.8rem;
	}

	.l-home-recruitment ul {
		flex-wrap: nowrap;
		width: 1200px;
		margin: 50px auto 0;
	}

	.l-home-recruitment ul li a {
		width: 360px;
		min-width: 360px;
		height: 70px;
		margin: 0;
		font-size: 20px;
	}

	.l-home-recruitment .mod-button.details {
		width: 360px;
	}

	.l-home-ranking {
		margin: 0;
		padding: 0;
	}

	.l-home-ranking:before {
		left: 50%;
		width: calc(100% + 650px);
		height: 280px;
		margin-left: -650px;
	}

	.l-home-ranking-inner {
		max-width: 1200px;
		margin: 120px auto 0;
		padding: 0;
	}

	.l-home-ranking-inner .mod-heading3 {
		margin: 0 0 0 40px;
		padding: 80px 0 0;
		font-size: 6.0rem;
	}

	.l-home-ranking-inner .mod-heading3 span {
		margin: 0 0 0 30px;
		font-size: 1.8rem;
	}

	.l-home-ranking-inner ol {
		flex-wrap: nowrap;
		height: auto;
		margin: 40px 0 0 270px;
	}

	.l-home-ranking-inner ol li {
		width: 250px;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.l-home-ranking-inner ol li:nth-child(n + 2) {
		margin: 0 0 0 120px;
	}

	.l-home-ranking-inner ol li a {
		display: block;
	}

	.l-home-ranking-inner ol li a figure {
		padding: 0 0 100px;
	}

	.l-home-ranking-inner ol li a figure:after {
		bottom: 0;
		left: calc(50% - 60px);
		width: 120px;
		height: 120px;
		font-size: 4.0rem;
	}

	.l-home-ranking-inner ol li a figure img {
		width: 180px;
		height: 180px;
	}

	.l-home-ranking-inner ol li a p {
		margin: 20px 0 0;
		font-size: 2.0rem;
	}

	.l-home-ranking-inner ol li a p span {
		font-size: 1.8rem;
	}

	.l-home-qol {
		flex-wrap: nowrap;
		width: 1200px;
		height: 360px;
		margin: 100px auto 0;
		padding: 0;
		border-radius: 50px 0 50px 0;
	}

	.l-home-qol p {
		font-size: 2.4rem;
		text-align: left;
	}

	.l-home-qol figure {
		align-items: center;
		margin: 0 120px 0 0;
	}

	.l-home-qol figure img {
		width: 307px;
		height: 294px;
	}
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
	.l-home-news .todays:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: url(../img/bg_wood_03.jpg) repeat 50% 50%;
	}
}

@media screen and (max-width: 767px) {
	.is-sp-show {
		display: block !important;
	}

	.is-sp-hide {
		display: none !important;
	}

	.is-br-sp-show {
		display: inline-block !important;
	}

	.is-menu-open .l-header-inner .mod-sp-menu {
		right: 13.33333vw;
	}

	.is-menu-open .l-header-inner .mod-sp-menu .icon {
		background: none;
	}

	.is-menu-open .l-header-inner .mod-sp-menu .icon:before,
  .is-menu-open .l-header-inner .mod-sp-menu .icon:after {
		top: 0;
		background-color: #8d4b27;
	}

	.is-menu-open .l-header-inner .mod-sp-menu .icon:before {
		width: 5.33333vw;
		-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}

	.is-menu-open .l-header-inner .mod-sp-menu .icon:after {
		width: 5.33333vw;
		-webkit-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}

	.is-menu-open .l-header-inner .mod-sp-menu.l-header-english {
		display: block;
		position: absolute;
		z-index: 5;
		top: 2.66667vw;
		right: 0;
		width: 8vw;
		height: 8vw;
		border: 2px solid #8d4b27;
		color: #8d4b27;
	}

	.l-sub-menu-wrap .l-sub-menu > li {
		background: #fce2d9;
	}

	.l-sub-menu-wrap .l-sub-menu > li a {
		color: #8d4b27;
	}

	.l-section > .l-section {
		padding: 0;
	}

	.l-category-wrap .l-category .medical-table:after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		bottom: -6vw;
		left: 0;
		width: 0.13333vw;
		height: 8vw;
		margin: auto;
		background: #8d4b27;
	}

	.l-section .l-wish-trouble .unit-wish-inner .photo-list-wrapper {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	.l-section .l-wish-trouble .unit-wish-inner .photo-list {
		width: calc(34.66667vw * 7);
	}

	.l-section .l-wish-trouble .unit-wish-inner .photo-list li {
		width: 32vw;
		margin-top: 2.66667vw;
		margin-right: 8vw;
	}

	.l-section .l-wish-trouble .unit-wish-inner .photo-list li a img {
		width: 32vw;
		height: 32vw;
	}

	.l-section .l-wish-trouble .unit-wish-inner .photo-list li a p {
		line-height: 1.3;
	}

	.l-section .l-wish-trouble .unit-trouble-inner .photo-list-wrapper {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	.l-section .l-wish-trouble .unit-trouble-inner .photo-list {
		width: calc(41.33333vw * 6);
	}

	.l-section .l-wish-trouble .unit-trouble-inner .photo-list li {
		width: 33.33333vw;
		margin-top: 2.66667vw;
		margin-right: 8vw;
	}

	.l-section .l-wish-trouble .unit-trouble-inner .photo-list li a img {
		width: 32vw;
		height: 32vw;
	}

	.page-information .l-column.col-3.guidance {
		margin: 13.33333vw 0 0;
	}

	.page-information .l-column.col-3.guidance .l-column-inner {
		margin: 13.33333vw 0 0;
	}

	.page-information .l-column.col-3.guidance .l-column-inner:nth-child(1) {
		margin: 0;
	}

	.page-information .l-facility .unit-facility .l-section .col-3 .l-column-inner {
		margin: 0;
	}

	.page-information .l-staff-unit-inner:nth-child(n + 3) {
		margin: 10.66667vw 0 0;
	}

	.l-home-learn {
		margin: 26.66667vw 0 0;
		padding: 10.66667vw 0 16vw;
	}

	.l-home-learn:before {
		content: '';
		display: block;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 94vw;
		background: url(../img/bg_wood_02.jpg) no-repeat 50% 50%;
		background-size: contain;
	}

	.l-home-learn:after {
		content: '';
		display: block;
		position: absolute;
		z-index: -1;
		top: 94vw;
		left: 0;
		width: 100vw;
		height: calc(100% - 94vw);
		background: url(../img/bg_wood_03.jpg) repeat 50% 50%;
		background-size: contain;
	}

	.l-home-learn-inner .category:nth-child(n + 2) {
		margin: 20vw 0 0;
	}
}

@media print {
	header,
  footer {
		display: none;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}