@charset "utf-8";
.mtll { margin-top: 120px !important; }
.mbll { margin-bottom: 120px !important; }
.ptll { padding-top: 120px !important; }
.pbll { padding-bottom: 120px !important; }
.mtl { margin-top: 80px !important; }
.mbl { margin-bottom: 80px !important; }
.ptl { padding-top: 80px !important; }
.pbl { padding-bottom: 80px !important; }
.mtml { margin-top: 60px !important; }
.mbml { margin-bottom: 60px !important; }
.ptml { padding-top: 60px !important; }
.pbml { padding-bottom: 60px !important; }
.mtm { margin-top: 30px !important; }
.mbm { margin-bottom: 30px !important; }
.ptm { padding-top: 30px !important; }
.pbm { padding-bottom: 30px !important; }
.mtms { margin-top: 20px !important; }
.mbms { margin-bottom: 20px !important; }
.ptms { padding-top: 20px !important; }
.pbms { padding-bottom: 20px !important; }
.mts { margin-top: 20px !important; }
.mbs { margin-bottom: 20px !important; }
.pts { padding-top: 20px !important; }
.pbs { padding-bottom: 20px !important; }
.mtss { margin-top: 10px !important; }
.mbss { margin-bottom: 10px !important; }
.ptss { padding-top: 10px !important; }
.pbss { padding-bottom: 10px !important; }
html { min-width: 1040px; }
body, select {
	font-size: 1.6rem;
}

.inner,
#tinymce {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.w_inner {
	padding-left: 80px;
	padding-right: 80px;
}

.w_inner02 {
	padding-left: 40px;
	padding-right: 40px;
}

.inner_m {
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}

/*******************************************************************************
/*******************************************************************************
main */
#under_page main {
	padding-top: 100px;
	padding-bottom: 180px;
}
main {
	border-left: 10px solid #14375C;
}

/*******************************************************************************
/*******************************************************************************
header */


header {
	height: 100px;
	width: 100%;
}

header .logo {
	width: 244px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

header nav {
	display: block;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
	flex: 1 0 auto;
}
header .sp_menu_wrap { display: none; }

header .h_inner {
	padding: 0 0 0 40px;
	align-items: stretch;
	height: 100px;
	position: relative;
}

header nav .h_nav {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	height: 100px;
	margin-right: 35px;
}

header .nav_contact {
	width: 220px;
	height: 100%;
}

header .nav_contact a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background: #14375C;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
}

header nav a {
	text-decoration: none;
	text-align: center;
}

header nav a span {
	display: block;
	color: #14375C;
	font-size: 1.2rem;
	line-height: 1;
    padding-bottom: 5px;
}

header nav .h_nav > li {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
}


header nav .h_nav > li > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 18px;
	font-size: 1.4rem;
	font-weight: normal;
}


header .tel_link a {
	color: #fff;
}

.has_child {
	position: relative;
	cursor: pointer;
}

.has_child:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 6px;
	background: url(../images/header_arrow.svg) center center no-repeat;
	background-size: 10px 6px;
	bottom: 26px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.sub_menu_block {
	max-height: 0;
	opacity: 0;
	transition: all .5s;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 220px;
	display: block;
	overflow: hidden;
	margin-left: -110px;
}

.has_child:hover > .sub_menu_block {
	max-height: 9999px;
	opacity: 1;
}

.sub_menu {
	overflow: hidden;
	background: #14375C;
}
.nav_li_child:not(:last-of-type) { border-bottom: 1px solid #fff; }

.sub_menu a {
	color: #fff;
	display: block;
	opacity: 1;
}

.sub_menu > li > a {
	text-align: center;
	line-height: 1.4;
	padding: 10px;
}
.nav_li_child:not(:last-of-type) { border-bottom: 1px solid #fff; }

.sp_none.nav_tel {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

header nav .tel {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 226px;
    background: #14375C;
    position: relative;
    color: #fff;
    font-size: 2.2rem;
	padding-left: 35px;
	font-weight: 400;
}

header nav .tel:before {
	background: url(../images/h_tel.svg) center center no-repeat;
	width: 25px;
	height: 25px;
	background-size: cover;
	position: absolute;
	content: "";
	top: 50%;
	left: 32px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

header .pic_menu a {
	background: #98BD2C;
	display: block;
	color: #fff;
	width: 130px;
	font-size: 1.8rem;
	height: 45px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
header .pic_menu li + li a {background: #2897BC;}

header nav .h_nav > li li a:hover {
	background: #305d8d;
	color: #fff;
}
header .fix_con { display: none; }

.h_tel_pctb {
	position: absolute;
	top: 20px;
    right: 44px;
	color: #0470B0;
	z-index: 11;
}

.h_tel_pctb span,
.h_tel_pctb a {
	font-size: 2.2rem;
}

.h_tel_pctb span {
	position: relative;
	padding-left: 26px;
}

.h_tel_pctb span:before {
	position: absolute;
	top: 3px;
	left: 0;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-size: cover;
}

/*******************************************************************************
/*******************************************************************************
footer*/


/*______________________________________________________________________________
f_bnr */

.f_bnr {
	padding: 40px 0 40px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.f_bnr li,
.f_bnr li + li {
	width: 340px;
	margin: 0;
}

.f_bnrs02 {
	padding-top: 20px;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_bnr02 {
	display: block;
	margin: 0 15px;
	width: 400px;
}

/*______________________________________________________________________________
footer */


footer {
	font-size: 1.6rem;
	padding-top: 0;
	border-left: 10px solid #14375C;
}
footer:before {
    width: 100%;
}

footer .f_con {padding: 45px 0 0px;}

.contact_box span:before {
	width: 31px;
	height: 24px;
}

.contact_box span {
	padding-left: 40px;
	padding-right: 30px;
}
.contact_box a { padding: 16px; }

footer .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

footer .f_nav li {
	margin-right: 0;
	text-align: left;
	line-height: 1;
}

footer .f_info {
	width: 41%;
	margin-top: 0;
}
footer .f_ul_col {
	width: 100%;
	display: block;
}

footer .f_info .logo {
	max-width: 306px;
	margin-bottom: 15px;
}

footer .f_info .gmap {
	margin-top: 16px;
	height: 280px;
}

footer small {
	padding: 27px 30px 26px;
	font-weight: normal;
	font-size: 1.4rem;
	border-top: 1px solid #e6e6e6;
	margin-top: 50px;
	color: #999999;
}
footer .f_logo {
	margin-bottom: 30px;
}
footer .f_nav {
	display: flex;
	justify-content: center;
}
footer .f_nav a {
	padding-left: 0;
}

footer .f_nav li {
	position: relative;
	margin-bottom: 10px;
}
footer .f_nav li:not(:first-of-type) {
	padding-left: 0.6em;
	margin-left: 0.6em;
}
footer .f_nav a:before {
	display: none;
}
footer .f_nav li:not(:first-of-type):before {
    position: absolute;
    content: "";
    top: 0;
	left: 0;
	width: 1px;
	height: 15px;
	background: #222222;
}
.f_col {
	display: block;
}

.f_ul_item {
	width: 100%;
}

.f_ul_item + .f_ul_item {
	margin-top: 15px;
}

.f_simple {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

.f_list_set {
	width: 31.8%;
}

.f_list + .f_list {
	padding-top: 30px;
}

.f_list_set + .f_list_set {
	border-top: 0;
	padding-top: 0;
}

.f_list {
    margin-bottom: 30px;
}

.f_ttl {
    font-size: 2.4rem;
    text-align: left;
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
}

.f_ttl:before {
    width: 50px;
    height: 4px;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
topボタン */
.topbtn {
	bottom: 5rem;
	width: 6rem;
    height: 6rem;
}

.topbtn:before {
	top: 25px;
	width: 13px;
	height: 13px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*******************************************************************************
/*******************************************************************************
モジュール */


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WPネイティブCSS */


#under_page main .under_post .alignright,
#tinymce .alignright {
	margin-left: 40px;
	margin-bottom: 10px;
	display: block;
	float: right;
	max-width: 450px;
}

#under_page main .under_post .alignleft,
#tinymce .alignleft {
	margin-right: 40px;
	margin-bottom: 10px;
	display: block;
	float: left;
	max-width: 450px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5rem;
}

#tinymce h2 + .aligncenter,
#tinymce h3 + .aligncenter,
#tinymce h4 + .aligncenter,
#tinymce h5 + .aligncenter,
#tinymce h6 + .aligncenter,
#under_page main .under_post h2 + .aligncenter,
#under_page main .under_post h3 + .aligncenter,
#under_page main .under_post h4 + .aligncenter,
#under_page main .under_post h5 + .aligncenter,
#under_page main .under_post h6 + .aligncenter,
#tinymce h2 + .alignleft,
#tinymce h3 + .alignleft,
#tinymce h4 + .alignleft,
#tinymce h5 + .alignleft,
#tinymce h6 + .alignleft,
#under_page main .under_post h2 + .alignleft,
#under_page main .under_post h3 + .alignleft,
#under_page main .under_post h4 + .alignleft,
#under_page main .under_post h5 + .alignleft,
#under_page main .under_post h6 + .alignleft,
#tinymce h2 + .alignright,
#tinymce h3 + .alignright,
#tinymce h4 + .alignright,
#tinymce h5 + .alignright,
#tinymce h6 + .alignright,
#under_page main .under_post h2 + .alignright,
#under_page main .under_post h3 + .alignright,
#under_page main .under_post h4 + .alignright,
#under_page main .under_post h5 + .alignright,
#under_page main .under_post h6 + .alignright {
	margin-top: 0 !important;
}

#under_page main .under_post .clear, #tinymce .clear {
	margin-top: 3rem;
}
/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
textbox */
#under_page main .under_post .textbox, #tinymce .textbox {
    padding: 45px 40px;
    margin-top: 6rem;
}
/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
list */
.under_post ul, #tinymce ul {
	margin-left: 55px;
}
.under_post li, #tinymce li {
    position: relative;
    margin-top: 0;
}

/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
画像 */


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
テキスト */


.kyuushinbi {
	flex-direction: inherit;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 5px;
}

.kyuushinbi dt {
	padding: 0 13px;
	margin-right: 13px;
	margin-bottom: 0;
	font-size: 1.3rem;
}
.kyuushinbi dd { font-size: 1.4rem; }

#under_page main .kyuushinbi {
	margin-top: 10px !important;
}

/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
タイトル */

#under_page main .inner h2,
#tinymce h2 {
	margin-bottom: 80px;
	margin-top: 60px;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	padding: 0 0 10px 0;
}

#under_page main .inner h2:before,
#tinymce h2:before {
	width: 50px;
}


#under_page main .inner h3,
#tinymce h3 {
	margin-bottom: 45px;
	margin-top: 100px;
	font-size: 3rem;
	letter-spacing: 0.05em;
	padding: 20px 0 20px 55px;
}

#under_page main .inner h4,
#tinymce h4 {
	margin-bottom: 45px;
	margin-top: 65px;
	position: relative;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	padding-left: 55px;
}

#under_page main .inner h4:before,
#tinymce h4:before {
	width: 20px;
	top: 10px;
}

#under_page main .inner h5,
#tinymce h5 {
	margin-bottom: 45px;
	margin-top: 65px;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}

#under_page main .inner h5 span,
#tinymce h5 span {
	background: #14375C;
	display: inline-block;
	padding: 10px 55px 10px 55px;
}

#under_page main .inner h6,
#tinymce h6 {
	margin-bottom: 45px;
	margin-top: 55px;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	padding: 0 10px 10px 55px;
}

/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
囲みモジュール */
.wrap_border span {
	padding: 10px 70px;
}

/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
画像＋テキストモジュール */
.desc_box {
	display: flex;
	margin-bottom: 30px;
}

.desc_box.img_right {
	flex-direction: row-reverse;
}

.desc_img {
	width: 360px;
	margin-right: 40px;
}

.desc_box.img_right .desc_img {
	margin-right: 0px;
	margin-left: 40px;
}

.desc_text {
	flex: 1 1 0%;
}

.desc_box .desc_img,
.desc_box .desc_text {
	margin-top: 0 !important;
}

/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ナンバー付きモジュール */
.number_ttl:before {
    width: 3rem;
    height: 3rem;
    top: 0.1rem;
    margin-right: 1.5rem;
    padding-top: 2px;
    font-size: 1.8rem;
}

/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
リスト */


.def_ul li:before,
.under_post li:before,
.def_ul.txtb li:before,
.under_post .txtb li:before,
#tinymce .txtb li:before {
	width: 10px;
	height: 10px;
	top: 10px;
}

.li_col05 li {
	width: 20%;
	padding-right: 0.5em;
}


/*______________________________________________________________________________
li_並び */


.li_narabi_both li {
	display: inline-block;
	margin-right: 1em;
}
.li_mt00 li + li { margin-top: 0; }


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ボタン */


.btn { 
    text-align: center;
    margin-top: 0;
    max-width: 220px;
	width: 100%;
}

.btn_wrap {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.btn {
    margin: 0 15px;
}

.btn a {
    width: 100%;
    display: block;
    padding: 19px 35px 19px 35px;
    font-size: 1.6rem;
    margin: 0;
}

.btn a:before {
    right: 20px;
}

.btn a.btn02:before {
	border-width: 0 0 14px 14px;
}

.btn .btn_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: -20px;
}

.btn .btn_block li + li,
.btn .btn_block li { margin-top: 20px; }
.btn .btn_block li + li {margin-left: 30px;}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
表 */

.table_underline:not(.table_eigyou):not(.table_about) th {
	font-weight: 600;
}
.table_underline:not(.table_eigyou):not(.table_about) thead th:first-child, .table_underline:not(.table_eigyou):not(.table_about) tbody th {
	width: 100px;
	vertical-align: top;
	font-weight: 400;
}
.table_underline:not(.table_eigyou):not(.table_about) th,
.table_underline:not(.table_eigyou):not(.table_about) td {padding: 9px 5px 9px 0;}
.table_underline:not(.table_eigyou):not(.table_about) td {padding: 9px 0 9px 5px;}

.table_underline:not(.table_eigyou):not(.table_about) thead th {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.table_eigyou { font-size: 1.8rem; }

.table_about tr:not(:last-child) th,
.table_about tr:not(:last-child) td { border-bottom-width: 10px; }
.table_about th {
	width: 320px;
	padding: 10px 15px 10px 25px;
}
.table_about td { padding: 5px 0px 5px 30px; }

#under_page main .under_post .table_eigyou,
#tinymce .table_eigyou {
	margin-top: 5rem !important;
}

#tinymce table:not(.table_eigyou):not(.table_about) th,
#under_page main .under_post table:not(.table_eigyou):not(.table_about) th,
#tinymce table:not(.table_eigyou):not(.table_about) td,
#under_page main .under_post table:not(.table_eigyou):not(.table_about) td {
	   padding: 8px 22px 8px 22px;
}

#tinymce table:not(.table_eigyou):not(.table_about) th,
#under_page main .under_post table:not(.table_eigyou):not(.table_about) th {
	   padding: 8px 22px 8px 22px;
}

/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gmap */
.gmap {height: 440px;}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
youtube */


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
フォーム */


input[type=tel],
input[type=email],
input[type=text],
select,
textarea {
	padding: 7px 15px;
	width: 600px;
}

.wpcf7-checkbox,
.wpcf7-radio {
	width: 600px;
	margin-top: 5px !important;
}
/*______________________________________________________________________________
テキストエリア */


textarea {
	height: 38px;
	min-height: 166px;
}


/*______________________________________________________________________________
フォームレイアウト */


.form_wrap form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.form_wrap .form_con {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.form_layout {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.form_layout .form_con {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

#under_page main form .form_layout + .form_layout {
    margin-top: 15px;
}

.form_layout > dt {
	width: 9em;
	padding-top: 4px;
	margin-bottom: 0;
	margin-right: 30px;
	text-align: right;
}
.form_layout > dt .tl { font-size: 1.6rem; }

.form_layout > dd {
	-webkit-flex: 1;
	flex: 1 0 auto;
}


/*______________________________________________________________________________
送信ボタン */
#under_page main form .form_btn_block {
	margin-top: 30px;
}

.form_btn_block {
	margin-top: 0;
	margin-right: 250px;
	margin-left: auto;
	text-align: right;
}

.form_btn_block input[type="submit"],
.form_btn_block .submit_btn {
	margin-top: 15px;
	padding: 3px 27px 5px 27px;
	cursor: pointer;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
パン屑 */


.page_crumbs {
	margin-bottom: 70px;
	margin-top: 15px;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pager */


.pager { margin-top: 100px; }
.pager ul { width: 230px; }

.pager ul a {
	width: 32px;
	height: 32px;
}

.pager p {
	text-align: right;
	-webkit-flex: inherit;
	flex: inherit;
}
.pager .prev { padding-right: 20px; }
.pager .next { padding-left: 20px; }


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
kakomi */


.kakomi { padding: 30px 38px; }

.kakomi h2,
.kakomi h3,
.kakomi h4,
.kakomi h5,
.kakomi h6 {
	font-size: 2.2rem !important;
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ニュース */
.top_news_area .top_tl {
    margin-bottom: 2rem;
}

.news_block .news_box,
.news_block .news_box a {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.news_block .news_box a { padding: 0; }

.news_block .news_box time {
	font-size: 1.6rem;
	width: 130px;
}

.news_block .news_box .txt {
	position: relative;
	-webkit-flex: 1;
	flex: 1;
}

/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
umv_wrap */


.umv_wrap {
	display: flex;
	justify-content: center;
	border-top: 10px solid #14375C;
	border-bottom: 10px solid #14375C;
}

.umv_wrap_in {
	min-height: 200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.umv_wrap .tl {
	padding: 20px 30px;
	font-size: 3rem;
}

.umv_wrap .tl span {
	font-size: 2.4rem;
	padding: 5px 20px;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
doctor_block */


.doctor_block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.doctor_block .img_block {
	margin-bottom: 0px;
	width: 320px;
	margin-right: 40px;
}

.doctor_block .img_block .img {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}

.doctor_block .img_block .img:before {
	content: '';
	display: block;
	padding-top: 330px;
	width: 100%;
	position: relative;
}

.doctor_block .img_block .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
.doctor_block .img_block .name { margin-top: 0; }
.doctor_block .img_block .name span { padding: 3px 14px; }

.doctor_block .txt_block {
	-webkit-flex: 1;
	flex: 1;
	font-size: 1.4rem;
	line-height: 2.1;
}

/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ブロック */


#under_page main .under_post > *:first-child,
#tinymce > *:first-child { margin-top: 60px; }

#under_page main .under_post > h3:first-child,
#tinymce > h3:first-child,
#under_page main .under_post > *.h3wrap:first-child,
#tinymce > *.h3wrap:first-child { margin-top: 0 !important; }


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
並び */


/*******************************************************************************
/*******************************************************************************
ページ固有 */


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TOP */

.top_tl {
	padding-top: 0;
	margin-bottom: 60px;
	font-size: 3.2rem;
	line-height: 1;
}

.top_tl span {
	padding-top: 2rem;
    margin-top: 0;
	font-size: 1.6rem;
}

.top_section {
	padding: 85px 0 85px;
}

/*______________________________________________________________________________
TOP_mv */


.mv_area { 
	padding-top: 100px;
	height: 100vh;
}
.mv { 
    height: inherit;
    border-top: 10px solid #14375c;
	border-bottom: 10px solid #14375c;
	position: relative;
	height: 100%;
	display: block;
}

.mv .mv_pc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	object-fit: cover;
	object-position: left bottom;
    font-family: 'object-fit: cover; object-position: left bottom;';
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
	z-index: 10;
}

.mv .mv_pc_txt {
	position: absolute;
    bottom: 80px;
	left: 80px;
	width: 530px;
	z-index: 11;
}

.scroll_btn a {
    padding: 0 35px 0 25px;
}
.scroll_btn a img {
	width: 10px;
	transition: 0.3s;
}
.scroll_btn a:hover img {
	opacity: 0.5;
}
/*______________________________________________________________________________
top_news_area */


.top_news_area { 
	padding-bottom: 80px; 
	padding-top: 70px;
}

.top_news_area .inner02 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.top_news_area .top_news,
.top_news_area .top_contact {
	width: 46%;
	margin: 0;
}
.top_news_area .top_contact {
	padding: 75px 50px;
}
.top_news_area .top_tl {
	margin-bottom: 60px;
}

.top_news_area .top_tl em {
	font-size: 2.8rem;
}

.top_news_area .top_tl span:before {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

.news_btn {
	margin-top: 50px;
	margin: 60px auto 0;
}

.news_btn.btn a {
	margin: 0;
}

.top_blog {
	margin-top: 0;
}

.news_ttl {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-top: 50px;
}

.news_ttl:before {
	content: '';
	width: 30px;
	height: 4px;
	background: #fff;
	display: block;
	position: absolute;
	top: 0px;
	bottom: auto;
	left: 50%;
	transform: translateX(-50%);
}

/*______________________________________________________________________________
loop_slider */
.slick-initialized .slick-slide { width: auto; }

/*______________________________________________________________________________
top_contact */
.top_contact_catch {
	font-size: 2.2rem;
	padding-bottom: 35px;
	line-height: 1.9;
}

.top_contact_catch:before {
	content: '';
	width: 30px;
	height: 2px;
	display: block;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #fff;
}

.top_contact_tel {
	margin-top: 45px;
	font-size: 3.4rem;
	text-align: left;
	display: inline-block;
	letter-spacing: 0.3vw;
	line-height: 1;
}
.top_contact_tel .tel_link {
	line-height: 1;
}

.top_contact_tel span,
.top_contact_tel a {
	color: #fff;
	text-decoration: none;
}

.top_contact_txt {
	margin: 30px auto 0;
	background: #fff;
	color: #14375C;
	padding: 20px 0;
	font-weight: 600;
	width: 220px;
	font-size: 1.6rem;
}


/*______________________________________________________________________________
card_list */


.card_list_desc {
	line-height: 2.1;
	margin-bottom: 50px;
}

.card_list_items {
	margin-bottom: -60px;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.card_list_items li {
	width: 47%;
	margin-bottom: 60px;
	background: #fff;
}

.card_list_items li a {
	padding: 45px 50px 30px;
	height: 100%;
}

.card_item_ttl {
	font-size: 1.8rem;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.card_item_ttl:before {
	width: 60px;
	height: 1px;
}

.card_item_text {
	font-size: 1.4rem;
	line-height: 2.2;
}

/*______________________________________________________________________________
side_text_block */
.side_text_block {
	display: flex;
}

.side_text_ttl {
	width: 240px;
}

.side_text_ttl .top_tl {
	font-size: 3.2rem;
	line-height: 1;
	text-align: left;
}

.side_text_ttl .top_tl span {
	font-size: 1.6rem;
	padding-top: 2rem;
	margin-top: 0;
	line-height: 2.2;
}

.side_text_content {
	flex: 1 1 0%;
}

/*______________________________________________________________________________
top_concept */
.top_concept {

}

.concept_list {
	margin-bottom: -60px;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.concept_list li {
	width: 47%;
	margin-bottom: 60px;
    padding: 18% 3.5% 0;
}

.concept_list_body {
	padding: 40px;
}

.concept_list_ttl {
	position: relative;
	font-size: 1.8rem;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
}

.concept_list_ttl:before {
	width: 60px;
}

.concept_list_text {
	line-height: 1.6;
}

/*______________________________________________________________________________
top_message */

.message_block {
	position: relative;
	padding-top: 80px;
}

.message_img {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 500px;
}

.message_desc {
	padding: 60px 100px;
	margin-top: 1rem;
	position: relative;
	z-index: 10;
	margin-left: 450px;
}

.message_tl .top_tl {
	text-align: left;
	margin-bottom: 3rem;
}

.message_tl .top_tl span {
	margin-top: 1.2rem;
}


.message_catch {
	font-size: 1.8rem;
	padding-bottom: 1.7rem;
	margin-bottom: 1.5rem;
	text-align: left;
	display: inline-block
}

.message_text {
	font-size: 1.4rem;
}
.top_message .btn_wrap {
	margin-left: 450px;
	justify-content: space-between;
}
.top_message .btn_wrap .btn:first-of-type {
	margin-left: 0;
}
.top_message .btn_wrap .btn:last-of-type {
	margin-right: 0;
}
/*______________________________________________________________________________
top_business */
.top_business .top_tl {
	color: #fff;
}

.top_business:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/top_business_bg.jpg) center center no-repeat;
	background-size: cover;
	z-index: 1;
	opacity: 0.9;
}

.top_business:after {
	position: absolute;
	content: "";
	background: #091e34;
	opacity: 0.64;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.top_business .inner02 {
	position: relative;
	z-index: 3;
}

/*______________________________________________________________________________
top_support */
.top_support .top_tl {
	color: #fff;
}

.top_support:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/top_support_bg.jpg) center center no-repeat;
	background-size: cover;
	z-index: 1;
	opacity: 0.9;
}

.top_support:after {
	position: absolute;
	content: "";
	background: #091e34;
	opacity: 0.6;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.top_support .inner02 {
	position: relative;
	z-index: 3;
}

/*______________________________________________________________________________
top_profile */
.profile_block {
    background: #fff;
    padding: 75px 80px 70px;
    margin-top: 0;
}

.profile_body {
    display: flex;
    justify-content: space-between;
}
.top_profile {
	position: relative;
}
.profile_img {
	width: 46.3%;
}
.profile_desc {
	width: 46.3%;
}
.top_profile .table_underline thead th:first-child,
.top_profile .table_underline tbody th {
	width: 5em;
}

.top_profile .btn_wrap {
	margin-top: 3rem;
}

/*______________________________________________________________________________
top_youtube */
.youtube_block {
	background: #fff;
	padding: 75px 170px 90px;
	margin-top: 0;
}