@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@800&display=swap');

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
/*
* {
	font-family: 'Noto Sans JP', Yu Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media (-ms-high-contrast: none) {
	* {
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
*/
body {
	font-size: 15px;
	font-size: 1.5rem;
	/*-15px-*/
	line-height: 1.6;
	color: #333333;
	font-weight: 400;
	/*min-width: 1200px;*/
	padding: 20px;
}

.layout .navbar {font-size: 150%;}-10px-*/

/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* clear
---------------------------------------------- */
.overflow_clear {
	overflow: hidden;
	height: 100%;
}

/* text-align
---------------------------------------------- */
.align_right {
	text-align: right !important;
}

.align_left {
	text-align: left !important;
}

.align_center {
	text-align: center !important;
}

.center {
	margin: 0 auto !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

/* font
---------------------------------------------- */
.normal {
	font-weight: normal !important;
}

.bold {
	font-weight: bold !important;
}

.italic {
	font-style: italic !important;
}

.f16rem {
	font-size: 1.6rem !important;
}

/* vertical-align
---------------------------------------------- */
.valign_top {
	vertical-align: top !important;
}

.valign_middle {
	vertical-align: middle !important;
}

.valign_btm {
	vertical-align: bottom !important;
}

/* visibility
---------------------------------------------- */
.hidden {
	visibility: hidden !important;
}

.visible {
	visibility: visible !important;
}

/* display
---------------------------------------------- */
.none {
	display: none !important;
}

/* margin
---------------------------------------------- */
.mr_none {
	margin-right: 0px !important;
}

.mr_05 {
	margin-right: 5px !important;
}

.mr_10 {
	margin-right: 10px !important;
}

.mr_15 {
	margin-right: 15px !important;
}

.mr_20 {
	margin-right: 20px !important;
}

.mr_25 {
	margin-right: 25px !important;
}

.mr_30 {
	margin-right: 30px !important;
}

.mr_35 {
	margin-right: 35px !important;
}

.mr_40 {
	margin-right: 40px !important;
}

.mr_45 {
	margin-right: 45px !important;
}

.mr_50 {
	margin-right: 50px !important;
}

.ml_none {
	margin-left: 0px !important;
}

.ml_05 {
	margin-left: 5px !important;
}

.ml_10 {
	margin-left: 10px !important;
}

.ml_15 {
	margin-left: 15px !important;
}

.ml_20 {
	margin-left: 20px !important;
}

.ml_25 {
	margin-left: 25px !important;
}

.ml_30 {
	margin-left: 30px !important;
}

.ml_35 {
	margin-left: 35px !important;
}

.ml_40 {
	margin-left: 40px !important;
}

.ml_45 {
	margin-left: 45px !important;
}

.ml_50 {
	margin-left: 50px !important;
}

.mt_none {
	margin-top: 0px !important;
}

.mt_05 {
	margin-top: 5px !important;
}

.mt_10 {
	margin-top: 10px !important;
}

.mt_15 {
	margin-top: 15px !important;
}

.mt_20 {
	margin-top: 20px !important;
}

.mt_25 {
	margin-top: 25px !important;
}

.mt_30 {
	margin-top: 30px !important;
}

.mt_35 {
	margin-top: 35px !important;
}

.mt_40 {
	margin-top: 40px !important;
}

.mt_45 {
	margin-top: 45px !important;
}

.mt_50 {
	margin-top: 50px !important;
}

.mt_60 {
	margin-top: 60px !important;
}

.mb_none {
	margin-bottom: 0px !important;
}

.mb_05 {
	margin-bottom: 5px !important;
}

.mb_10 {
	margin-bottom: 10px !important;
}

.mb_15 {
	margin-bottom: 15px !important;
}

.mb_20 {
	margin-bottom: 20px !important;
}

.mb_25 {
	margin-bottom: 25px !important;
}

.mb_30 {
	margin-bottom: 30px !important;
}

.mb_35 {
	margin-bottom: 35px !important;
}

.mb_40 {
	margin-bottom: 40px !important;
}

.mb_45 {
	margin-bottom: 45px !important;
}

.mb_50 {
	margin-bottom: 50px !important;
}

.mb_55 {
	margin-bottom: 55px !important;
}

.mb_60 {
	margin-bottom: 60px !important;
}

.mb_65 {
	margin-bottom: 65px !important;
}

.mb_70 {
	margin-bottom: 70px !important;
}

.mb_75 {
	margin-bottom: 75px !important;
}

.mb_80 {
	margin-bottom: 80px !important;
}

.mb_85 {
	margin-bottom: 85px !important;
}

.mb_90 {
	margin-bottom: 90px !important;
}

.mb_95 {
	margin-bottom: 95px !important;
}

.mb_100 {
	margin-bottom: 100px !important;
}

/* color
---------------------------------------------- */
.gray03 {
	color: #666666 !important;
}

.red01 {
	color: #FF0000 !important;
}

/* indent
---------------------------------------------- */
.indent-1 {
	text-indent: -1em !important;
	padding-left: 1em !important;
}

.indent-2_5 {
	text-indent: -2.5em !important;
	padding-left: 2.5em !important;
}

/* width
---------------------------------------------- */
.w500 {
	width: 500px !important;
}

.w820 {
	width: 820px !important;
}


/* ------------------------------------------------------------

common

------------------------------------------------------------ */

.wrap_all {
	overflow: hidden;
}

/* レイアウト
---------------------------------------------- */
.wrap_type01 {
	max-width: 980px;
	margin: 0 auto 100px;
	padding: 80px 20px 0 20px;
	overflow: hidden;
}

/*--404ページ--*/
.wrap_404 {
	text-align: center;
	padding: 100px 0;
	max-width: 980px;
	margin: 0 auto;
}

.ttl_404 {
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.txt_404 {
	margin-bottom: 30px;
}

/* リンク
---------------------------------------------- */
.link01 {
	color: #E0A151;
	text-decoration: underline !important;
}

.link01:hover {
	opacity: 0.7;
	text-decoration: none !important;
}

.link02 {
	color: #333;
}

.link02:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.link03 {
	color: #333333;
	text-decoration: underline;
}

.link03:hover {
	color: #E0A151;
	text-decoration: none;
}

.link04 {
	color: #3FD2A5;
	text-decoration: underline !important;
}

.link04:hover {
	text-decoration: none !important;
}

/* ページタイトル
---------------------------------------------- */
.pagettl {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 40px);
	font-weight: bold;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #FFF;
}

.pagettl::before {
	content: "";
	background: rgba(0, 0, 0, .3);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.pagettl::after {
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.pagettl p,
.pagettl h1 {
	position: relative;
}

.pagettl h1 {
	font-size: 3rem;
}

.pagettl p {
	font-size: 5rem;
}

/* 見出し
---------------------------------------------- */
.heading04 {
	position: relative;
	padding: 20px 0 20px 25px;
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: normal;
	border-top: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	margin-bottom: 60px;
}

.heading04::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 4px solid #E0A151;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
}

.heading05 {
	position: relative;
	padding: 0 0 8px 24px;
	font-size: 1.6rem;
	line-height: 1.2;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 25px;
}

.heading05::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 4px solid #E0A151;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.heading06 {
	background: url(../img/bg_bdr01.gif) repeat-x 0 bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
}

.heading06::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #EB6152;
	position: absolute;
	top: 5px;
	left: 0;
}

/* パンくずリスト
---------------------------------------------- */
.breadcrumb {
	background: #EAEAEA;
	padding: 10px 0 9px;
	font-size: 1.3rem;
}

.breadcrumb ul {
	width: 980px;
	margin: 0 auto;
	line-height: 1.2;
	overflow: hidden;
	list-style: none;
}

.breadcrumb ul li {
	padding-right: 15px;
	float: left;
	color: #444444;
}

.breadcrumb ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumb ul li a,
.breadcrumb ul li span {
	background: url(../img/ico_arrow03.png) no-repeat right 0.45em;
	color: #444444;
	padding-right: 15px;
}

.breadcrumb ul li a:hover {
	opacity: 0.7;
}

/* リスト
---------------------------------------------- */
.list_type01 li,
.list_type02 li,
.list_type03 li,
.list_type04 li,
.list_type05 li {
	padding-left: 13px;
	margin-bottom: 20px;
	position: relative;
}

.list_type04 li {
	margin-top: 20px;
}

.list_type04 li ul {
	padding-left: 13px;
	padding-bottom: 13px;
}

.list_type04 span {
	display: inline;
}

.list_type05 {
	margin-top: 20px;
}

.list_type05 li {
	margin-top: 0;
	margin-bottom: 0;
}

.list_type01 li::before,
.list_type02 li::before,
.list_type03 li::before,
.list_type05 li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 5px;
	position: absolute;
	top: 11px;
	left: 0;
}

.list_type01 li:last-of-type,
.list_type02 li:last-of-type,
.list_type03 li:last-of-type, {
	margin-bottom: 0;
}

.list_type01 li::before {
	background: #3ED2A5;
}

.list_type02 li::before {
	background: #E0A151;
}

.list_type03 li::before,
.list_type05 li::before {
	background: #333333;
}

/* ボタン
---------------------------------------------- */
.btn_type01 a {
	background: #E0A151;
	display: inline-block;
	line-height: 1.2;
	padding: 15px 20px;
	min-width: 200px;
	border-radius: 45px;
	color: #FFF;
	text-align: center;
}

.btn_type01 a:hover {
	opacity: 0.7;
}

.btn_type02 a {
	background: #E0A151;
	display: inline-block;
	line-height: 1.2;
	padding: 18px 22px;
	min-width: 305px;
	border-radius: 8px;
	color: #FFF;
	text-align: center;
	font-size: 1.6rem;
}

.btn_type02 a:hover {
	opacity: 0.7;
}

/* アプリダウンロード
---------------------------------------------- */
.app_down {
	background: url("../img/bg_app_down01.png") no-repeat 0 0;
	width: 472px;
	height: 126px;
	margin: 0 auto;
	position: relative;
}

.app_down p {
	position: absolute;
	top: 50px;
}

.app_down p:nth-child(1) {
	left: 120px;
}

.app_down p:nth-child(2) {
	right: 17px;
}

.app_down p:hover {
	opacity: 0.7;
}

/* フォーム関連
---------------------------------------------- */
.form {
	width: 100%;
}

.form tr {
	border-bottom: 1px dotted #CCCCCC;
}

.form tr:first-of-type {
	border-top: 1px dotted #CCCCCC;
}

.form th,
.form td {
	padding: 22px 0;
}

.form th {
	width: 30%;
	padding-right: 40px;
}

.form .inquiry th>div,
.form .hospital_tel th>div,
.form .knew th>div,
.form .agree th>div {
	display: flex;
}

.form th>div p:first-of-type {
	flex: none;
}

.form .knew td>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form th .must,
.form th .optional {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 4px;
	line-height: 1.2;
	font-size: 13px;
	margin-right: 5px;
}

.form th .must {
	background: #3ED2A5;
	color: #FFF;
}

.form th .optional {
	background: #EEEEEE;
	color: #666666;
}


.form td {
	word-break: break-all;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form textarea {
	width: 400px;
	padding: 10px;
	font-size: 1.5rem;
	border: 1px solid #CCC;
	border-radius: 0;
}

.form input::-moz-focus-inner {
	border: 0;
}

/* Firefox 点線消す */

.form textarea {
	display: block;
	min-height: 210px;
	resize: vertical;
}

.error {
	color: #D50000;
}

label {
	display: inline-block;
}

input[type=radio],
input[type=checkbox] {
	margin-right: 5px;
	vertical-align: baseline;
}

/*--ボタン--*/
.btn_form {
	display: flex;
	justify-content: center;
	align-items: center;
}

button.submit,
button.back,
button.send {
	background: #E0A151;
	color: #FFF;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 50px;
	cursor: pointer;
	padding: 0;
	outline: none;
	font-size: 1.7rem;
    letter-spacing: 0.2em;
    border-radius: 8px;
}

button.submit:hover{
	background: #3ED2A5;
}

/*--recaptcha--*/
.grecaptcha-badge {
	bottom: 180px !important;
}


/* ------------------------------------------------------------

header

------------------------------------------------------------ */

.navbar-brand {
	display: flex !important;
}

.navbar-brand .logo {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.navbar-brand .logo img {
	width: 100%;
}

.navbar-brand .navbar-brand-img {
	height: 30px;
}


.nav_type02 {
	background: #f4f5f8;
	padding-bottom: 35px !important;
}

.nav_type02 .navbar-nav .nav-link {
	color: rgba(51, 51, 51, .75);
	font-weight: 700;
}

.nav_type02 .navbar-nav .nav-link:hover {
	color: rgba(51, 51, 51, 1);
}

.nav_type02 img {
	width: 139px;
	height: auto;
}


/* ------------------------------------------------------------

footer

------------------------------------------------------------ */

.pt-5,
.py-5 {
	padding-top: 16px !important;
}

.footer-wrap small {
	font-size: 0.7rem;
}

/* ページトップボタン
---------------------------------------------- */
#pagetop {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 80px;
	height: 97px;
	background: url(../img/btn_pagetop01.png) no-repeat 0 0;
	cursor: pointer;
}

#pagetop:hover {
	background: url(../img/btn_pagetop01_on.png) no-repeat 0 0;
}

#pagetop span {
	display: none
}

/* 下線
---------------------------------------------- */
.underline01 {
	text-decoration: underline;
	text-underline-offset: 2px;
}