@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*NotoSansJPミディアム*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.ttf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*NotoSansJPボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*RobotoCondensed*/
  font-family: "Roboto Condensed";
  src: url('../fonts/font/RobotoCondensed-Regular.ttf');
  src:
  url('../fonts/font/RobotoCondensed-Regular.woff2') format('woff2'),
  url('../fonts/font/RobotoCondensed-Regular.woff') format('woff'),
  url('../fonts/font/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*RobotoCondensedミディアム*/
  font-family: "Roboto Condensed";
  src: url('../fonts/font/RobotoCondensed-Medium.ttf');
  src:
  url('../fonts/font/RobotoCondensed-Medium.woff2') format('woff2'),
  url('../fonts/font/RobotoCondensed-Medium.woff') format('woff'),
  url('../fonts/font/RobotoCondensed-Medium.ttf') format('truetype');
	font-weight: 500;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #0E0E0E;text-decoration: none;
}
a:hover, a:active {
	color: #0E0E0E;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #0E0E0E;
	background: #FFFFFF;
	font-size:16px;
	line-height:1.6;
	font-family: YakuHanJP,'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:700;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 340px;height: 60px;margin-top: 40px;}
.btn01 a {display: flex;justify-content: space-between;align-items: center;width: 100%;height: 100%;padding-left: 27px;box-sizing: border-box;background: #04287E;border-radius: 6px;}
.btn01 a .btn-text {width: calc(100% - 56px);font-weight: 700;color: #FFFFFF;}
.btn01 a .arrow {display: block;width: 46px;height: 30px;border-left: 1px solid rgba(255, 255, 255, 0.2);background-image: url("../img/common/btn_arrow.svg");background-repeat: no-repeat;background-position: center;background-size: 11px;}
.btn01 a:hover {text-decoration: none;opacity: 0.7;}

.btn02 {display: inline-block;}
.btn02 a {display: inline-flex;align-items: center;justify-content: flex-end;}
.btn02 a .btn-text {font-weight: 500;}
.btn02 a .arrow {display: inline-block;width: 14px;height: 14px;border-radius: 50%;background-color: #04287E;background-image: url("../img/common/btn_arrow.svg");background-repeat: no-repeat;background-position: center;background-size: 5px;margin-right: 8px;}

.title01 {display: flex;align-items: flex-end;margin-bottom: 40px;}
.title01 .en {display: inline-block;padding-left: 32px;box-sizing: border-box;font-family: "Roboto Condensed";font-size: 20px;font-weight: 500;text-transform: capitalize;position: relative;margin: 0 0 6px 40px;order: 1;}
.title01 .en::before {content: "";display: block;width: 20px;height: 12px;background: url("../img/common/title_icon01.png") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.title01 .ja {display: inline-block;font-size:40px;}

.title02 {padding-left: 32px;box-sizing: border-box;font-size: 26px;position: relative;margin-bottom: 30px;}
.title02::before {content: "";display: block;width: 20px;height: 12px;background: url("../img/common/title_icon01.png") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}

.tel_box {}
.tel_box .tel {}
.tel_box .tel .num {display: inline-block;padding-left: 24px;box-sizing: border-box;font-family: "Roboto Condensed";font-size: 24px;font-weight: 500;position: relative;}
.tel_box .tel .num::before {content: "";display: block;width: 16px;height: 16px;background: url("../img/common/icon_tel.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.tel_box .tel-text {font-weight: 400;}

.tel_wrap {}
.tel_wrap .tel-list {}
.tel_wrap .tel-list .tel {}
.tel_wrap .tel-list .tel a {display: block;}
.tel_wrap .tel-list .tel a .text {display: block;font-size: 16px;margin-bottom: -5px;}
.tel_wrap .tel-list .tel a .num {display: inline-block;padding-left: 23px;box-sizing: border-box;font-family: "Roboto Condensed";font-size: 24px;font-weight: 500;position: relative;}
.tel_wrap .tel-list .tel a .num::before {content: "";display: block;width: 16px;height: 16px;background: url("../img/common/icon_tel.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.tel_wrap .tel-text {font-size: 16px;}

.under-cont > section {padding: 100px 0;}
.under-cont > section:first-child {padding-top: 60px;}
.under-cont > section:nth-child(2n) {background: #F3F6FF;}
.under-cont > section:nth-child(4n) {background: #F6F6F6;}

/*ウェブフォント*/
.normal{font-weight: 400;}
.medium{font-weight: 500;}
.bold{font-weight: 700;}

.common_text {line-height: 1.8;}

.text_uppercase {text-transform: uppercase;}
.text_capitalize {text-transform: capitalize;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.roboto {font-family: "Roboto Condensed";}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.tate .tate-line {display: inline-block;writing-mode: horizontal-tb;letter-spacing: 0;transform: rotate(90deg);margin: 10px 0 -5px;}
.safari .tate {letter-spacing: 0.1em;}
.safari .tate .tate-line {margin: 5px 0;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
	.tate .tate-line {margin: 5px 0;}
}

/*色*/
.shiro {color:#fff;}
.pink {color: #F2157F;}
.blue {color: #04287E;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 100px;min-width:1200px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;}
.fixed #header {background: #FFFFFF;}
#header .header_inner {height: 100%;justify-content: space-between;align-items: flex-start;flex-wrap: nowrap;padding: 0 20px;box-sizing: border-box;}
#header .header_inner .logo_box {width: 440px;position: relative;z-index: 1;margin-top: 14px;}
#header .header_inner .logo .logo-text {font-size: 12px;font-weight: 400;margin-bottom: 10px;}
#header .header_inner .logo a {display: flex;align-items: center;width: 100%;}
#header .header_inner .logo a .logo-img01 {display: block;width: 243px;}
#header .header_inner .logo a .logo-img02 {display: block;width: 140px;margin-left: 16px;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}

#header .header_inner .right {width: calc(100% - 440px);height: 100%;justify-content: flex-end;}
#header .header_inner .right .right_top {height: 46px;justify-content: flex-end;align-items: center;}
#header .header_inner .right .right_top .tel_wrap {display: flex;align-items: center;flex-direction: row-reverse;height: 100%;}
#header .header_inner .right .right_top .tel_wrap .tel-list {display: flex;width: auto;height: 100%;background: #04287E;border-bottom-left-radius: 10px;}
#header .header_inner .right .right_top .tel_wrap .tel-list .tel {padding: 2px 20px 0;box-sizing: border-box;position: relative;}
#header .header_inner .right .right_top .tel_wrap .tel-list .tel::before {content: "";display: block;width: 1px;height: 31px;background: rgba(255, 255, 255, 0.6);position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
#header .header_inner .right .right_top .tel_wrap .tel-list .tel:last-child::before {display: none;}
#header .header_inner .right .right_top .tel_wrap .tel-list .tel a {color: #FFFFFF;}
#header .header_inner .right .right_top .tel_wrap .tel-list .tel a .text {display: block;font-size: 11px;margin-bottom: -7px;}
#header .header_inner .right .right_top .tel_wrap .tel-list .tel a .num {padding-left: 18px;font-size: 20px;}
#header .header_inner .right .right_top .tel_wrap .tel-list .tel a .num::before {width: 14px;height: 14px;filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2470%) hue-rotate(301deg) brightness(115%) contrast(100%);}
#header .header_inner .right .right_top .tel_wrap .tel-text {font-size: 12px;margin-right: 10px;}

#header .header_inner .right .right_top .header-contact_btn {width: 200px;height: 100%;}
#header .header_inner .right .right_top .header-contact_btn a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;background: #F2157F;border-bottom-right-radius: 10px;text-align: center;}
#header .header_inner .right .right_top .header-contact_btn a .btn-text {display: inline-block;padding-left: 25px;box-sizing: border-box;font-weight: 700;color: #FFFFFF;position: relative;}
#header .header_inner .right .right_top .header-contact_btn a .btn-text::before {content: "";display: block;width: 14px;height: 11px;background: url("../img/common/icon_mail.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 0;transform: translateY(-50%);filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2470%) hue-rotate(301deg) brightness(115%) contrast(100%);}
#header .header_inner .right .right_top .header-contact_btn a:hover {text-decoration: none;opacity: 0.7;}

/*gnav*/
.gnav {height: 38px;margin-top: 16px;}
.gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 30px;}
.gnav > ul > li:last-child {margin-right: 40px;}
.gnav > ul > li > a {display: flex;flex-wrap: nowrap;height: 100%;justify-content: center;width: auto;max-width: 100%;}
.gnav > ul > li > a > span {font-weight: 500;line-height: 1.6;transition: 0.3s;white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;}
.gnav > ul > li > a:hover span {color: #04287E;}

.gnav .gnav_first {position: relative;z-index: 1;}
.gnav .gnav_first > p {display: flex;height: 100%;font-weight: 500;line-height: 1.6;padding-right: 17px;position: relative;white-space: nowrap;}
.gnav .gnav_first > p::after {content: "";display: inline-block;width: 9px;height: 11px;background: url("../img/common/gnav_arrow.svg") no-repeat center;background-size: contain;transition: 0.3s;position: absolute;top: 8px;right: 0;}
.gnav .gnav_first:hover > p {color: #04287E;}
.gnav .gnav_first:hover > p::after {transform: rotate(180deg);}
.gnav_bg {
	width: auto;
	height: auto;
    position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	max-height: calc(100vh - 100px);
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.gnav_second {
	min-width: 200px;
	box-sizing: border-box;
    transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: relative;
	background: #FFFFFF;
	padding: 20px 26px;
	border-radius: 6px;
	box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
.gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
.gnav_second ul li {
	margin-bottom: 6px;
}
.gnav_second ul li:last-child {
	margin-bottom: 0;
}
.gnav_second ul li a {
	display: block;
	padding-left: 22px;
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
}
.gnav_second ul li a .arrow {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #04287E;
	background-image: url("../img/common/btn_arrow.svg");
	background-repeat: no-repeat;
	background-position: top 5px left 5px;
	background-size: 5px;
	transition: 0.3s;
	position: absolute;
	top: 6px;
	left: 0;
}
.gnav_second ul li a:hover {
	text-decoration: none;
	color: #04287E;
}

/* main */
/*-------------------------------------------*/
#main.home_main {width: 100%; height: 680px;padding: 0 20px;box-sizing: border-box;position: relative;z-index: 1;margin-top: 107px;}
#main.home_main .main_box {width: 100%;height: 100%;position: relative;}
#main.home_main .main_box .main_img {width: 100%;height: 100%;justify-content: space-between;}
#main.home_main .main_box .main_img .main_slide {width: calc(50% - 5px);height: 680px;margin-bottom: 0!important;}
#main.home_main .main_box .main_img .main_slide .slide_img {height: 680px;background-repeat: no-repeat;background-position: center;background-size: cover;border-radius: 20px;position: relative;}

/* メインスライド左 */
#main.home_main .main_box .main_img .main_slide_left .slide_img01 {background-image: url("../img/main/main_slide01.jpg");}
#main.home_main .main_box .main_img .main_slide_left .slide_img02 {background-image: url("../img/main/main_slide03.jpg");}
#main.home_main .main_box .main_img .main_slide_left .slide_img03 {background-image: url("../img/main/main_slide05.jpg");}
/* メインスライド右 */
#main.home_main .main_box .main_img .main_slide_right .slide_img01 {background-image: url("../img/main/main_slide02.jpg");}
#main.home_main .main_box .main_img .main_slide_right .slide_img02 {background-image: url("../img/main/main_slide04.jpg");}
#main.home_main .main_box .main_img .main_slide_right .slide_img03 {background-image: url("../img/main/main_slide06.jpg");}

#main.home_main .main_title {width: 472px;position: absolute;bottom: 0;left: 0;z-index: 1;}

#main.home_main .main_news {width: 620px;height: 100px;padding: 50px 80px 0 60px;box-sizing: border-box;background: url("../img/main/news_bg.png") no-repeat bottom right;background-size: cover;position: absolute;bottom: 0;right: 20px;}
#main.home_main .main_news .top-news01 a h3 {-webkit-line-clamp: 1;line-height: 1.1;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;padding: 170px 0 80px;box-sizing: border-box;background: #F6F6F6;}
#main.kasou .main_title .ja {display: block;font-size:48px;}
#main.kasou .main_title .en {display: block;font-family: "Roboto Condensed";font-size: 18px;font-weight: 500;color: #F2157F;text-transform: capitalize;margin-top: 8px;}

#main.kasou.service-main {padding-top: 160px;}
#main.kasou.service-main .cnt {justify-content: space-between;align-items: flex-start;}
#main.kasou.service-main .cnt .point {width: 480px;font-size: 32px;line-height: 1.45;}
#main.kasou.service-main .cnt .text {width: 480px;}
#main.kasou.service-main .anchor-link {justify-content: space-between;margin-top: 40px;}
#main.kasou.service-main .anchor-link .anchor_btn {width: 530px;height: 60px;}
#main.kasou.service-main .anchor-link .anchor_btn a {display: flex;align-items: center;justify-content: space-between;width: 100%;height: 100%;background: #FFFFFF;padding: 0 24px;box-sizing: border-box;border-radius: 6px;}
#main.kasou.service-main .anchor-link .anchor_btn a .btn-text {display: block;transition: 0.3s;}
#main.kasou.service-main .anchor-link .anchor_btn a .arrow {display: block;width: 14px;height: 13px;background-repeat: no-repeat;background-position: center;background-size: contain;}
#main.kasou.service-main .anchor-link .anchor_btn a:hover {text-decoration: none;}
#main.kasou.service-main .anchor-link .anchor_btn a:hover .btn-text {color: #FFFFFF;}
#main.kasou.service-main .anchor-link .anchor_btn a:hover .arrow {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(28%) hue-rotate(88deg) brightness(107%) contrast(109%);}

#main.kasou.service-main .anchor-link .anchor_btn.left a {border: 1px solid #04287E;}
#main.kasou.service-main .anchor-link .anchor_btn.left a .arrow {background-image: url("../img/p02/anchor_arrow01.svg");}
#main.kasou.service-main .anchor-link .anchor_btn.left a:hover {background: #04287E;}

#main.kasou.service-main .anchor-link .anchor_btn.right a {border: 1px solid #F2157F;}
#main.kasou.service-main .anchor-link .anchor_btn.right a .arrow {background-image: url("../img/p02/anchor_arrow02.svg");}
#main.kasou.service-main .anchor-link .anchor_btn.right a:hover {background: #F2157F;}

#main.kasou.kasou02 {padding-top: 140px;}
#main.kasou.kasou02 .main_title .sub {display: block;font-size:20px;}
#main.kasou.kasou02 .main_box {justify-content: space-between;align-items: flex-start;}
#main.kasou.kasou02 .main_box .main_title {width: calc(100% - 500px);}
#main.kasou.kasou02 .main_box .text_box {width: 460px;}
#main.kasou.kasou02 .main_box .text_box p.point {font-size: 28px;line-height: 1.45;margin-bottom: 16px;}

#main.kasou.kasou02 .main_box02 .text_box {width: 480px;}
#main.kasou.kasou02 .main_box02 .main_title {width: 100%;margin-bottom: 40px;}
#main.kasou.kasou02 .main_box02 .img_box {width: 540px;margin-top: -10px;}

#main.kasou.single-main .info_cate {margin-bottom: 6px;}
#main.kasou.single-main .info_cate .cate-list {margin-bottom: 0;}
#main.kasou.single-main .info_cate .cate-list li {font-size: 14px;margin-bottom: 5px;}
#main.kasou.single-main .single_title {display: block;font-size:24px;}

/*パンくず*/
div#bread {width: 100%;padding-top: 8px;}
ul.bread-list {font-size:12px;justify-content: flex-end;}
ul.bread-list li {line-height: 1;}
ul.bread-list li a {line-height: 1;}
ul.bread-list li a:hover {opacity: 0.7;}
ul.bread-list li::after{content:"＞";margin: 0 5px;}
ul.bread-list li:last-child::after{display: none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* footer */
/*-------------------------------------------*/
#contact-sec {padding: 100px 0;position: relative;}
#contact-sec .bg-img {width: calc(100% - 40px);height: 100%;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
#contact-sec .bg-img > div {width: 50%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
#contact-sec .bg-img > div.left-img {background-image: url("../img/common/btn_bg01.jpg");border-radius: 20px 0 0 20px;}
#contact-sec .bg-img > div.right-img {background-image: url("../img/common/btn_bg02.jpg");border-radius: 0 20px 20px 0;}
#contact-sec .wrap {z-index: 1;}
#contact-sec .cnt {justify-content: space-between;}
#contact-sec .cnt .contact_box {width: 500px;}
#contact-sec .cnt .contact_box .title02 {font-size: 24px;margin: 0 0  22px 20px;}
#contact-sec .cnt .contact_box .box {width: 100%;height: 180px;border-radius: 10px 0 10px 10px;box-sizing: border-box;text-align: center;position: relative;z-index: 1;}
#contact-sec .cnt .contact_box .box::before {content: "";display: block;width: 170px;height: 60px;background-repeat: no-repeat;background-position: center;background-size: contain;position: absolute;top: -59px;right: 0;}

#contact-sec .cnt .contact_box.left .box {background: #04287E;padding-top: 44px;}
#contact-sec .cnt .contact_box.left .box::before {;background-image: url("../img/common/bg_shape01.png");}

#contact-sec .cnt .contact_box.left .box .tel_wrap {}
#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list {display: flex;align-items: center;justify-content: center;}
#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list .tel {padding-right: 20px;margin-right: 20px;position: relative;}
#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list .tel::before {content: "";display: block;width: 1px;height: 51px;background: rgba(255, 255, 255, 0.6);position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list .tel:last-child {padding-right: 0;margin-right: 0;}
#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list .tel:last-child::before {display: none;}
#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list .tel a {display: inline-block;text-align: left;color: #FFFFFF;}
#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list .tel a .text {font-size: 16px;margin-bottom: -5px;}
#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list .tel a .num {display: block;padding-left: 28px;font-size: 30px;}
#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list .tel a .num::before {width: 24px;height: 24px;filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2470%) hue-rotate(301deg) brightness(115%) contrast(100%);}
#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-text {font-size: 16px;color: #FFFFFF;margin-top: 5px;}

#contact-sec .cnt .contact_box.right .box {background: #F2157F;padding-top: 40px;}
#contact-sec .cnt .contact_box.right .box::before {;background-image: url("../img/common/bg_shape02.png");}
#contact-sec .cnt .contact_box.right .box .btn01 {width: 400px;height: 70px;margin: 0 auto 10px;}
#contact-sec .cnt .contact_box.right .box .btn01 a {padding-left: 30px;background: #FFFFFF;border-radius: 6px;text-align: left;}
#contact-sec .cnt .contact_box.right .box .btn01 a .btn-text {width: calc(100% - 58px);font-size: 20px;color: #F2157F;}
#contact-sec .cnt .contact_box.right .box .btn01 a .arrow {width: 58px;height: 36px;border-left: 1px solid rgba(242, 21, 127, 0.2);background-image: url("../img/common/icon_mail.svg");background-size: 18px;}

#map-sec { width: 100%; height: 460px;padding: 20px 20px 0;box-sizing: border-box;position: relative; }
#map-sec iframe { width: 100%; height: 100%;border-radius: 20px;overflow: hidden;}

#footer {padding: 80px 0 24px;}
#footer .footer_box {justify-content: space-between;flex-wrap: nowrap;margin-bottom: 60px;}
#footer .footer_box .left {width: 440px;}
#footer .footer_box .left .logo {width: 440px;}
#footer .footer_box .left .logo .logo-text {font-size: 12px;margin-bottom: 10px;}
#footer .footer_box .left .logo a {display: flex;align-items: center;width: 100%;}
#footer .footer_box .left .logo a .logo-img01 {display: block;width: 243px;}
#footer .footer_box .left .logo a .logo-img02 {display: block;width: 140px;margin-left: 16px;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.7;}

#footer .footer_box .left .info {align-items: flex-start;margin-top: 30px;}

#footer .footer_box .left .info .tel_wrap .tel-list .tel a {display: flex;align-items: flex-start;}
#footer .footer_box .left .info .tel_wrap .tel-list .tel a .text {width: 100px;margin: 6px 10px 0 0;font-weight: 700;}
#footer .footer_box .left .info .tel_wrap .tel-text {margin-top: 5px;}

#footer .footer_box .left .info .sns-list {width: auto;margin-top: 8px;margin-left: 40px;}
#footer .footer_box .left .info .sns-list li {width: 30px;height: 30px;margin-right: 16px;}
#footer .footer_box .left .info .sns-list li:last-child {margin-right: 0;}
#footer .footer_box .left .info .sns-list li a {display: block;width: 100%;height: 100%;}
#footer .footer_box .left .info .sns-list li a img {display: block;width: 100%;}
#footer .footer_box .left .info .sns-list li a:hover {opacity: 0.7;}

#footer .footer_box .right {width: 400px;}
.navs-list {width: 100%;justify-content: flex-end;display:flex;}
.navs-list > ul.navs-list01 {margin-right: 80px;}
.navs-list > ul.navs-list00 > li {margin-bottom: 20px;}
.navs-list > ul.navs-list00 > li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li > a, .navs-list > ul.navs-list00 > li .nav-midashi {padding-left: 14px;box-sizing: border-box;font-weight: 500;position: relative;}
.navs-list > ul.navs-list00 > li > a::before, .navs-list > ul.navs-list00 > li .nav-midashi::before {content: "";display: block;width: 6px;height: 6px;background: #F2157F;border-radius: 50%;position: absolute;top: 10px;left: 0;}
.navs-list > ul.navs-list00 > li .sp-nav {padding-left: 14px;box-sizing: border-box;margin-top: 12px;}
.navs-list > ul.navs-list00 > li .sp-nav li {margin-bottom: 6px;}
.navs-list > ul.navs-list00 > li .sp-nav li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li a:hover {text-decoration: none;color: #F2157F;}

#footer .bottom_box {justify-content: space-between;align-items: center;flex-direction: row-reverse;padding-top: 20px;box-sizing: border-box;border-top: 1px solid #EEEEEE;}
#footer .bottom_box .link_list {width: auto;}
#footer .bottom_box .link_list li::after {content:"／";margin: 0 10px;}
#footer .bottom_box .link_list li:last-child::after {display: none;}
#footer .bottom_box .link_list li a:hover {text-decoration: none;opacity: 0.7;}

/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
