@import url('https://fonts.googleapis.com/css?family=Oswald:500&display=swap');

/* Tools */


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

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

.text-align-right {
    text-align: right;
}

.display-block {
    display: block;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

select::-ms-expand {
    display: none;
}


/* show only  SP/PC
-------------------------------*/

.sp-only {
    display: none !important;
}

.sp-only-2 {
    display: none !important;
}

.pc-only {
    display: block !important;
}

.pc-only-2 {
    display: inline-block !important;
}


/* font
-------------------------------*/

.bold {
    font-weight: bold;
}


/* margin
-------------------------------*/

.mb0 {
    margin-bottom: 0px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}


/* padding
-------------------------------*/


/* base */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}


a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}


/* Layout */

.l-body {
    padding-bottom: 87px;
    min-width: 1020px;
    width: 100%;
    overflow-x: hidden;
}

.l-body.is-fixed {
    position: fixed;
}

.l-header {
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 0 3px 7px rgba(30, 30, 30, 0.2);
    box-shadow: 0 3px 7px rgba(30, 30, 30, 0.2);
}

.l-footer {
    padding: 32px 0 0;
    background: #fbfbfb;
    /* margin-top: 40px; */
}

.l-content {
    margin-bottom: 40px;
}

.l-wrapper {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 980px;
}

.l-wrapper-945 {
    width: 945px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 5px;
}

.l-wrapper-md {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 945px;
}

.l-wrapper-pc-md {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 945px;
}

.l-wrapper-900 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}

.l-wrapper-800 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
}

.l-wrapper-sm {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 578px;
}

.l-2col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto 46px;
    width: 980px;
}

.l-2col__main {
    width: 685px;
}

.l-2col__side {
    width: 255px;
}


/* Module */

.header-bar {
    padding: 5px 0;
    background: #f2f1f1;
}

.header-bar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-main {
    padding: 20px 0;
}

.header-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-name {
    font-size: 1.2rem;
}

.header-logo {
    width: 182px;
}

.header-logo img {
    display: block;
}

.consultation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.consultation__image {
    overflow: hidden;
    width: 52px;
    height: 52px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 7px rgba(30, 30, 30, 0.2);
    box-shadow: 0 3px 7px rgba(30, 30, 30, 0.2);
}

.consultation__image img {
    display: block;
}

.consultation__text {
    position: relative;
    margin-left: 17px;
    padding: 5px 8px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.4;
}

.fixed-banner .l-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.fixed-banner .consultation__text {
    width: 235px;
    background: #fff;
}

.fixed-banner .consultation__image {
    width: 66px;
    height: 66px;
}

.consultation__text:before,
.consultation__text:after {
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.consultation__text:before {
    border-top: 7px solid transparent;
    border-right: 10px solid #dfdfdf;
    border-bottom: 7px solid transparent;
}

.consultation__text:after {
    margin-left: 2px;
    border-top: 8px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 8px solid transparent;
}

.consultation__text span {
    color: #d65f68;
    font-weight: bold;
    font-size: 1.4rem;
}

.consultation__random:not(.is-visible) {
    display: none;
}

.header-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.header-tel__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 73px;
    height: 31px;
    border-radius: 2px;
    background: #009de2;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
}

.header-tel__icon {
    margin-left: 6px;
    width: 24px;
}

.header-tel__number {
    display: block;
    margin-left: 9px;
    width: 400px;
}

.header-tel__tag {
    display: block;
    margin-left: 4px;
    padding: 4px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 11px;
}


/*
.globalnavi__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.globalnavi__item {
	position: relative;
}
.globalnavi__item:before {
	position: absolute;
	top: 50%;
	left: -1px;
	display: block;
	width: 1px;
	height: 30px;
	background: #d5d5d5;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.globalnavi__item > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
	height: 50px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4rem;
}
.globalnavi__item--current:after {
	position: absolute;
	bottom: 4px;
	left: 0;
	display: block;
	width: calc(100% - 4px);
	height: 2px;
	background: #009de2;
	content: '';
}
*/


/*
.globalnavi__item--1 {
	width: 90px;
}

.globalnavi__item--2 {
	width: 113px;
}

.globalnavi__item--3 {
	width: 128px;
}

.globalnavi__item--4 {
	width: 192px;
}

.globalnavi__item--5 {
	width: 192px;
}

.globalnavi__item--6 {
	width: 102px;
}

.globalnavi__item--7 {
	width: 168px;
}
*/


/*
.globalnavi__item--red a {
	background: #cd130d;
	color: #ffffff;
}
.globalnavi__item--parent > a:after {
	display: inline-block;
	margin-left: 4px;
	width: 0;
	height: 0;
	border-top: 5px solid #333333;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
}
.globalnavi__item--parent:hover .globalnavi__children {
	visibility: visible;
	opacity: 1;
}
.globalnavi__children {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	width: 100%;
	background: #ffffff;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.globalnavi__children--lg {
	width: 240px;
}
.globalnavi__child {
	border-top: 1px solid #cccccc;
}
.globalnavi__child a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 0 20px;
	height: 50px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5rem;
}
*/

.sp-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5000;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sp-menu.is-opend .sp-menu__layer {
    opacity: 1;
}

.sp-menu.is-opend .sp-menu__main {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.sp-menu__layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.5);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sp-menu__main {
    position: absolute;
    top: 0;
    right: 0;
    overflow: scroll;
    width: 262px;
    height: 100%;
    background: #ffffff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.sp-menu__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #6d6d6d;
    background: #e9e5df;
}

.sp-menu__home-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    border: 1px solid #f0ebe5;
    border-radius: 5px;
    background: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25rem;
}

.sp-menu__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 54px;
    height: 30px;
    border: 1px solid #f0ebe5;
    border-radius: 5px;
    background: #b5b5b5;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25rem;
}

.sp-menu__banner {
    padding: 20px;
}

.sp-menu__navi {
    padding-bottom: 40px;
}

.sp-menu__item {
    border-bottom: 1px solid #d2d2d2;
}

.sp-menu__item:first-child {
    border-top: 1px solid #d2d2d2;
}

.sp-menu__item--wrap {
    padding: 8px 10px 8px 10px;
}

.sp-menu__link {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
}

.sp-menu__link:after {
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333333;
    content: '';
}

.sub-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.2rem;
}

.sub-navi__item {
    margin-left: 24px;
}

.sub-navi__item:before {
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333333;
    content: '';
}

.sub-navi__item a {
    text-decoration: none;
}

.sub-navi__item a:hover {
    text-decoration: underline;
}

.sp-menu-btn {
    display: none;
}

.quick-navi {
    display: none;
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.footer-logo {
    margin-right: auto;
    width: 213px;
}

.footer-tel {
    margin-right: 20px;
    width: 390px;
}

.footer-navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 50px 0;
    font-size: 1.3rem;
    line-height: 2;
    background: #fff;
    white-space: nowrap;
    font-weight: bold;
}

.footer-navi::before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    width: 300%;
    z-index: 1;
}

.footer-navi__col {
    width: 20%;
    z-index: 2;
    position: relative;
    border-right: 1px solid rgb(242, 242, 242);
    padding-left: 20px;
}

.footer-navi__col:first-child {
    border-left: 1px solid rgb(242, 242, 242);
}

.footer-navi__item a {
    text-decoration: none;
    color: #333;
    transition: 0.5s;
}

.footer-navi__item a:hover {
    color: #009de2;
    transition: 0.5s;
}

.footer-navi__children a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-right: 5px;
    background: url("../img/icon_arrow_footer.svg") no-repeat left center;
    background-size: cover;
}

.navi__item__mt {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .footer-navi {
        padding: 0;
    }
    .footer-navi__col {
        width: 100%;
        padding-left: 0;
        ;
    }
    .navi__item__mt {
        margin-top: 0;
    }
    .footer-navi__item a {
        padding: 10px 0 10px 20px !important;
    }
}

.footer-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
}

.footer-banner__col {
    margin-right: 15px;
}

.footer-banner__col:nth-child(3) {
    margin-right: 10px;
}

.footer-banner__col:nth-child(4) {
    margin-right: 2px;
}

.footer-banner__col:last-child {
    margin-right: 0;
}

.footer-sub-navi {
    padding: 6px 0;
    background: #ccdec2;
}

.copyright {
    padding: 8px 0;
    background: #1e2182;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.fixed-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 9px 0 12px;
    width: 100%;
    background: #3e517f;
}

.fixed-banner__item {
    position: relative;
}

.fixed-banner__item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

.fixed-banner__item--call {
    margin-right: 10px;
    width: 317px;
}

.fixed-banner__item--request {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: 404px;
}

.fixed-banner__item--request:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    /* content: ""; */
    display: block;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background: #009de2;
    background: #00608a;
}

.fixed-banner__item--request a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #009de2;
}

.fixed-banner__item--club {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 271px;
}

.fixed-banner__item--club:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background: #009de2;
    background: #009de2;
    content: '';
}

.fixed-banner__item--club a {
    position: relative;
    display: block;
}

.fixed-banner__item .telList__btn {
    margin: 0;
    width: 210px;
    height: 66px;
}

.fixed-banner__item .btnGroup-1__icon {
    width: 30px;
}

.fixed-banner__item .btnGroup-1__txt {
    font-size: 2.1rem;
}

.fixed-banner__item .btnGroup-1__txt .small-txt {}

.page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    background: url(../img/bg_pt_1.png) no-repeat center, url(../img/bg_pt_2.png);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.2;
    z-index: 999;
    position: relative;
}

.page-title span {
    font-size: 3rem;
    color: #1e2182;
    display: contents;
}

.breadcrumb {
    /* padding: 5px 18px 5px; */
    padding: 15px 18px 15px;
}

.breadcrumb__item {
    display: inline-block;
}

.breadcrumb__item:not(:last-child):after {
    padding: 0 5px;
    content: '>';
}

.breadcrumb__item a {
    text-decoration: none;
}

.breadcrumb__item a:hover {
    text-decoration: underline;
}

.button-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 282px;
    height: 43px;
    border-radius: 5px;
    background: #009de2;
    -webkit-box-shadow: 0 3px 0 #00608a;
    box-shadow: 0 3px 0 #00608a;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6rem;
}

.button-1_dark {
    background: #1e2182;
    -webkit-box-shadow: 0 3px 0 #1e2182;
    box-shadow: 0 3px 0 #1e2182;
}

.button-1_pink {
    height: 43px;
    background: #f97270;
    -webkit-box-shadow: 0 3px 0 #c35250;
    box-shadow: 0 3px 0 #c35250;
}

.button-1:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.footer-btn {
    flex-wrap: wrap;
    margin: 0 5px;
    padding: 6px 0;
    width: 119px;
    height: 55px;
}

.footer-btn img {
    margin-bottom: 3px;
    max-width: 30px;
    max-height: 30px;
}

.footer-btn p {
    flex-basis: 100%;
    padding-top: 0.1rem;
    text-align: center;
    font-size: 1.2rem;
}

.button-1--search:before {
    display: inline-block;
    margin-right: 20px;
    width: 29px;
    height: 28px;
    background: url(../img/icon_search_area.png) no-repeat center/contain;
    content: '';
}

.button-1--reason:before {
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    height: 20px;
    background: url(../img/icon_reason.png) no-repeat center/contain;
    content: '';
}

.button-1--voice:before {
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    height: 20px;
    background: url(../img/icon_voice.png) no-repeat center/contain;
    content: '';
}

.button-1--request {
    font-size: 1.5rem;
}

.button-1--request:before {
    display: inline-block;
    margin-right: 15px;
    width: 26px;
    height: 34px;
    background: url(../img/icon_request.png) no-repeat center/contain;
    content: '';
}

.button-1--ex:after {
    display: inline-block;
    margin-left: 4px;
    width: 14px;
    height: 14px;
    background: url(../img/icon_ex.png) no-repeat center/contain;
    content: '';
}

.button-1--club {
    margin-top: 25px;
    margin-left: 0;
    width: 327px;
    height: 36px;
}

.button-1--request-txt {
    margin: 0;
    width: 363px;
    height: 58px;
}

.button-1--request-txt img {
    width: 244px;
}

.button-1--md {
    height: 63px;
}

.button-1--blue2 {
    background: #009de2;
}

.button-1--hall {
    width: 326px;
    height: 35px;
}

.button-1--form {
    padding: 0;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#009de2), to(#009de2));
    background-image: -webkit-linear-gradient(left, #009de2, #009de2);
    background-image: -o-linear-gradient(left, #009de2, #009de2);
    background-image: linear-gradient(to right, #009de2, #009de2);
    text-align: center;
    cursor: pointer;
}

.button-1__fig {
    padding-right: 0.3em;
    padding-left: 0.4em;
    font-size: 3.1rem;
}

.button-1--flower {
    width: 381px;
    height: 58px;
    font-size: 1.8rem;
}

.button-1--flower--online {
    background-color: #009de2;
}

.button-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.button-2:hover {
    opacity: 0.6;
}

.button-2:after {
    position: absolute;
    right: -20px;
    bottom: -20px;
    display: block;
    width: 30px;
    height: 50px;
    background: #009de2;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button-2__image {
    width: 152px;
}

.button-2__image img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.button-2__main {
    padding: 27px 12px 10px;
    width: calc(100% - 152px);
}

.button-2__heading {
    display: inline-block;
    margin-bottom: 11px;
    padding-bottom: 9px;
    border-bottom: 1px solid #009de2;
    font-weight: bold;
    font-size: 1.8rem;
}

.button-2__text {
    display: block;
    padding: 0 8px 0 10px;
    line-height: 1.8;
}

.button-2__more {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: block;
    padding-right: 20px;
    text-align: right;
}

.button-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px 10px 0;
    padding: 10px 25px 10px 5px;
    width: 223px;
    border: 1px solid #676460;
    border-radius: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(34, 23, 20, 0.1);
    box-shadow: 0 3px 4px 0 rgba(34, 23, 20, 0.1);
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.button-3:last-of-type {
    margin-right: 0;
}

.button-3:hover {
    -webkit-box-shadow: 0 3px 4px 0 rgba(34, 23, 20, 0.4);
    box-shadow: 0 3px 4px 0 rgba(34, 23, 20, 0.4);
}

.button-3 span {
    position: relative;
}

.button-3 span::before {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 13px;
    height: 13px;
    background: url(../img/icon_arrow_2.svg) no-repeat center/contain;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button-3--lg {
    padding: 8px 25px 8px 5px;
    width: 270px;
}

.button-3--tel {
    position: relative;
    padding-left: 28px;
}

.button-3--tel span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 24px;
}

.button-3--tel span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 21px;
    background: url(../img/icon_tel_black.svg) no-repeat center/contain;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 4px 8px;
    width: 210px;
    border: 1px solid #5f5f5f;
    border-radius: 10px;
    background-color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.button-4:nth-child(odd) {
    margin-bottom: 15px;
}

.button-4:hover {
    color: #009de2;
}

.button-4:hover img {
    opacity: 0.6;
}

.button-4__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.button-4__icon img {
    width: 46px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.button-4__text {
    font-weight: bold;
    line-height: 1.25;
}

.button-4--logo {
    margin-right: 6px;
    width: 199px;
}

.button-4__logo {
    padding: 13px 7px;
}

.button-4__logo img {
    width: 159px;
    height: 56px;
}

.button-4__img img {
    width: 67px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.heading-1 {
    margin-bottom: 36px;
    text-align: center;
    font-weight: 700;
    font-size: 2.6rem;
}

.heading-1__sm {
    display: inline-block;
    margin-bottom: 10px;
}

.heading-1__blue {
    color: #009de2;
}

.heading-1--top {
    margin-top: 17px;
}

.heading-1--arrow:after {
    display: block;
    margin: 6px auto 0;
    width: 10px;
    height: 10px;
    border-right: 5px solid #009de2;
    border-bottom: 5px solid #009de2;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.heading-1--line {
    position: relative;
    margin-bottom: 29px;
    padding-bottom: 12px;
}

.heading-1--line::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 181px;
    height: 1px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.heading-1--line--blue:before {
    background: #009de2;
}

.heading-1--line--orange::before {
    background: #e29558;
}

.heading-1--line--glayblue::before {
    background: #009de2;
}

.heading-1--line--purple::before {
    background: #1e2182;
}

.heading-2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}

.heading-2--mt {
    margin-top: 30px;
}

.heading-3 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 2rem;
}

.heading-3::before {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 26px;
    height: 15px;
    background: url(../img/icon_arrow_3.svg) no-repeat;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.heading-4 {
    margin-bottom: 10px;
    padding: 4px 12px 5px;
    border: 1px solid #959595;
    border-radius: 10px;
    background: #eeeeee;
    font-size: 1.6rem;
    line-height: 1.5;
}

.heading-4--center {
    text-align: center;
}

.heading-4--form {
    margin: 50px 0 20px;
}

.heading-5 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    font-size: 2rem;
}

.heading-5::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 77px;
    height: 1px;
    background: #333333;
    content: '';
}

.heading-5--heavy {
    border-width: 3px;
}

.heading-5--heavy::before {
    bottom: -3px;
    height: 3px;
}

.heading-5--black::before {
    background: #676460;
}

.heading-5--bold {
    font-weight: bold;
}

.heading-6 {
    margin-bottom: 12px;
    color: #009de2;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.5;
}

.heading-7 {
    position: relative;
    margin-bottom: 20px;
}

.heading-7::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #009de2;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading-7 span {
    position: relative;
    display: inline-block;
    padding: 6px 14px;
    min-width: 100px;
    border-radius: 10px;
    background: #009de2;
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
}

.heading-7--2 {
    margin-bottom: 10px;
}

.heading-7--2::before {
    background: #009de2;
}

.heading-7--2 span {
    padding: 6px 9px;
    border-radius: 0;
    background: #009de2;
    font-weight: bold;
    font-size: 2rem;
}

.heading-8 {
    margin: 30px 0 40px;
    text-align: center;
}

.heading-8--mb-sm {
    margin-bottom: 20px;
}

.heading-9 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 2rem;
}

.heading-9 span {
    position: relative;
    display: inline-block;
    padding-bottom: 13px;
    border-bottom: 1px solid #009de2;
}

.heading-10 {
    margin-bottom: 13px;
    padding: 10px 10px 11px;
    border-radius: 5px;
    background: #999999;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.heading-10--glayblue {
    background: #009de2;
}

.heading-10--orange {
    background: #d48c11;
}

.heading-10--purple {
    background: #1e2182;
}

.heading-10--green {
    background: #57a949;
}

.heading-10--red {
    background: #bf0937;
}

.heading-11 {
    margin-bottom: 28px;
    padding: 6px 0;
    border-top: 1px solid #009de2;
    border-bottom: 1px solid #009de2;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.8;
}

.select::-ms-expand {
    display: none;
}

.select:focus {
    outline: none;
    -webkit-box-shadow: 0 0 5px #dddddd;
    box-shadow: 0 0 5px #dddddd;
}

.select--form {
    padding: 0 15px;
    width: 400px;
    font-weight: bold;
}

.section-1 {
    padding: 60px 0;
}

.section-1:first-child {
    padding-top: 30px;
}

.section-1--blue {
    background: #e9f3f7;
}

.section-1--gray {
    background: #efefef;
}

.section-1--home-bottom {
    margin-bottom: -40px;
}

.section-1--home-pc-bottom {
    margin-bottom: -40px;
}

.section-1--mb {
    margin-bottom: 100px;
}

.section-2 {
    margin-bottom: 20px;
}

.section-2__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}

.section-2__image {
    width: 317px;
}

.section-2__content {
    padding-left: 21px;
    width: calc(100% - 317px);
}

.section-2__content p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.71429;
}

.section-2__content strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fdcccd), color-stop(90%, #fdcccd), color-stop(90%, transparent));
    background: -webkit-linear-gradient(transparent 70%, #fdcccd 70%, #fdcccd 90%, transparent 90%);
    background: -o-linear-gradient(transparent 70%, #fdcccd 70%, #fdcccd 90%, transparent 90%);
    background: linear-gradient(transparent 70%, #fdcccd 70%, #fdcccd 90%, transparent 90%);
}

.section-2__sub {
    margin-top: 15px;
    padding: 0 20px;
}

.section-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0 15px;
    margin-bottom: 16px;
    border: 1px solid #009de2;
    border-radius: 12px;
}

.section-3--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.section-3__image {
    overflow: hidden;
    width: 471px;
}

.section-3__image img {
    display: block;
    width: 100%;
}

.section-3__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 36px 15px 27px;
    width: calc(100% - 471px);
    border-radius: 10px;
    background: url(../img/bg_kv.png);
}

.section-3__main--reverse {
    padding-right: 27px;
    padding-left: 36px;
}

.section-3__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 21px;
}

.section-3__head__number {
    color: #009de2;
    font-weight: 500;
    font-size: 4.8rem;
    font-family: 'Oswald', sans-serif;
}

.section-3__head__text {
    padding-left: 9px;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.5;
}

.section-3__text p {
    font-size: 1.4rem;
    line-height: 2;
}

.section-3__more {
    margin-top: 9px;
    text-align: right;
}

.section-4 {
    margin-bottom: 40px;
}

.section-5 {
    margin-bottom: 35px;
}

.section-5__body {
    margin-bottom: 15px;
    padding: 0 15px;
}

.section-5__body--2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    overflow: hidden;
}

.section-5__body--2col__item {
    width: 425px;
}

.section-5__body--2col__item img {
    display: block;
    margin: 0 auto;
}

.section-5__image img {
    display: block;
    margin: 0 auto;
}

.section-5__text p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.71429;
}

.section-5__text--sm p {
    font-size: 1.2rem;
}

.section-5--flower {
    margin-bottom: 50px;
}

.section-6 {
    margin-bottom: 50px;
}

.section-6__body {
    padding: 0 13px;
}

.section-6__body--2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-6__body--2col__item {
    width: 427px;
}

.section-7 {
    margin-bottom: 60px;
}

.section-8 {
    margin-bottom: 95px;
}

.text-sm {
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.text-sm--service {
    margin-right: 18px;
    text-align: right;
}

.bg-blue-1 {
    background: #009de2;
}

.bg-blue-2 {
    background: #009de2;
}

.slide-1col {
    margin-top: 37px;
    margin-bottom: 24px;
    padding: 0 30px;
}

.slide-1col .slick-prev,
.slide-1col .slick-next {
    margin-top: -25px;
    background-color: #009de2;
}

.slide-1col .slick-prev {
    left: -25px;
}

.slide-1col .slick-next {
    right: -25px;
}

.slide-4col {
    margin-bottom: 24px;
    padding: 0 33px;
}

.slide-5col {
    margin-top: 26px;
    padding: 0 18px;
}

.slide-5col .slick-prev,
.slide-5col .slick-next {
    margin-top: -38px;
    background-color: #009de2;
}

.slide-5col .slick-prev {
    left: -15px;
}

.slide-5col .slick-next {
    right: -15px;
}

.slide-5col__item {
    padding: 0 6px;
}

.iziModal .iziModal-content img {
    vertical-align: bottom;
}

.guide-wrap {
    margin-bottom: 30px;
    padding: 10px 45px 0;
}

.guide-wrap .guide-wrap__item {
    height: auto;
}

.home-head {
    height: 304px;
}

.home-head--1 {
    background: url(../img/bg_kv_1_pc.jpg) no-repeat center/cover;
}

.home-head--1__text {
    position: absolute;
    top: 36px;
    right: 53%;
}

.home-head--1__text img {
    width: 369px;
}

.home-head--2 {
    background: url(../img/bg_kv_2_pc.jpg) no-repeat center/cover;
}

.home-head--2__text {
    position: absolute;
    top: 50px;
    right: 50%;
}

.home-head--2__text img {
    width: 365px;
}

.home-head__sub {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 194px;
    padding: 10px;
    width: 252px;
    border-radius: 5px 5px 0 0;
    background: #fff;
}

.home-head__sub--request {
    padding: 29px 10px 25px;
}

.home-head__sub img {
    display: block;
}

.home-head__sub__text {
    margin-bottom: 10px;
}

.hall-list {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 206px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.hall-list:hover {
    opacity: 0.6;
}

.hall-list__image {
    width: 100%;
    height: 125px;
}

.hall-list__image img {
    display: block;
    overflow: hidden;
    width: 100%;
}

.hall-list__main {
    position: relative;
    padding: 10px 10px 34px;
}

.hall-list__area {
    display: inline-block;
    margin-bottom: 6px;
    padding: 4px;
    color: #ffffff;
    font-size: 1.2rem;
}

.hall-list__name {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
}

.hall-list__more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 4px;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.hall-list__more:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    content: '';
}

.reason {
    padding: 20px 10px 24px;
}

.reason__item {
    position: relative;
    margin-right: 44px;
    padding-top: 10px;
    width: 207px;
}

.reason__item:nth-child(4n) {
    margin-right: 0;
}

.reason__heading {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 41px;
    border-radius: 5px;
    background: #009de2;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}

.reason__heading:before {
    position: absolute;
    top: 40px;
    right: 26px;
    display: block;
    width: 0;
    border-top: 12px solid #009de2;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: '';
}

.reason__image {
    overflow: hidden;
    width: 207px;
    border-radius: 50%;
}

.reason__image img {
    display: block;
}

.reason__text {
    padding: 20px 10px 0;
    font-size: 1.4rem;
    line-height: 1.8;
}

.banner {
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a.banner:hover {
    opacity: 0.6;
}

.banner img {
    position: relative;
    display: block;
    margin: 0 auto;
}

.banner:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background: #009de2;
    content: '';
}

.banner--shadow-none:before {
    content: none;
}

.banner--tel:before {
    background: #00608a;
}

.banner--request:before {
    background: #00608a;
}

.banner--club:before {
    background: #00608a;
}

.banner--club-2 {
    margin-bottom: 60px;
}

.banner--club-2:before {
    background: #006b3b;
}

.banner--quick::before {
    content: none;
}

.plan-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.plan-link {
    position: relative;
    display: block;
    overflow: hidden;
    width: 285px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background: #fff;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.plan-link::after {
    position: absolute;
    right: -20px;
    bottom: -20px;
    display: block;
    width: 30px;
    height: 50px;
    background: #009de2;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plan-link:hover {
    opacity: 0.6;
}

.plan-link--2col {
    margin-bottom: 20px;
    width: 438px;
}

.plan-link--lightblue {
    border-color: #009de2;
    border-top: 5px solid #009de2;
}

.plan-link--lightblue .plan-link__name {
    color: #009de2;
}

.plan-link--lightblue::after {
    background: #009de2;
}

.plan-link--orange {
    border-color: #e29558;
    border-top: 5px solid #e29558;
}

.plan-link--orange .plan-link__name {
    color: #e29558;
}

.plan-link--orange::after {
    background: #e29558;
}

.plan-link--purple {
    border-color: #1e2182;
    border-top: 5px solid #1e2182;
}

.plan-link--purple .plan-link__name {
    color: #1e2182;
}

.plan-link--purple::after {
    background: #1e2182;
}

.plan-link--green {
    border-color: #57a949;
    border-top: 5px solid #57a949;
}

.plan-link--green .plan-link__name {
    color: #57a949;
}

.plan-link--green::after {
    background: #57a949;
}

.plan-link--red {
    border-color: #bf0937;
    border-top: 5px solid #bf0937;
}

.plan-link--red .plan-link__name {
    color: #bf0937;
}

.plan-link--red::after {
    background: #bf0937;
}

.plan-link--pink {
    border-color: #fc7270;
    border-top: 5px solid #fc7270;
}

.plan-link--pink .plan-link__name {
    color: #fc7270;
}

.plan-link--pink::after {
    background: #fc7270;
}

.plan-link--pink_living {
    border-color: #c576ad;
    border-top: 5px solid #c576ad;
}

.plan-link--pink_living .plan-link__name {
    color: #c576ad;
}

.plan-link--pink_living::after {
    background: #c576ad;
}

.plan-link__heading {
    text-align: center;
}

.plan-link__overview {
    position: relative;
    padding: 4px 5px 5px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
}

.plan-link--lightblue .plan-link__overview {
    background: #009de2;
}

.plan-link--orange .plan-link__overview {
    background: #e29558;
}

.plan-link--purple .plan-link__overview {
    background: #1e2182;
}

.plan-link--green .plan-link__overview {
    background: #57a949;
}

.plan-link--red .plan-link__overview {
    background: #bf0937;
}

.plan-link--pink .plan-link__overview {
    background: #fc7270;
}

.plan-link__overview:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 17px;
    height: 17px;
    background: url(../img/icon_arrow_1.svg) no-repeat center/contain;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plan-link__body {
    position: relative;
    padding: 8px 15px 7px;
}

.plan-link__body--2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    align-items: center;
    -ms-flex-align: start;
    padding: 12px 10px 10px;
    padding-bottom: 20px;
}

.plan-link__image {
    position: relative;
    overflow: hidden;
    width: 165px;
    border-radius: 10px;
}

.plan-link__image--lg {
    margin-top: 10px;
    margin-bottom: 12px;
    width: 100%;
    height: 118px;
}

.plan-link__image--lg img {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.plan-link__image img {
    display: block;
}

.plan-link__main--sm {
    padding: 0 0 0 9px;
    width: calc(100% - 165px);
}

.plan-link__head {
    margin-bottom: 5px;
}

.plan-link__catch {
    /* text-align: center; */
    /* width: 80px; */
    /* height: 33px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.plan-link__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    margin-bottom: 5px;
}

.plan-link__price img {
    display: block;
}

.plan-link__price__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 8px 6px 0 0;
    width: 41px;
    height: 35px;
    border: 1px solid #333333;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

.plan-link__price__label--inner {
    margin: 10px 6px 0 6px;
}

.plan-link__price__fig {
    margin-right: 3px;
    color: #cc0c25;
    font-weight: 500;
    font-size: 5rem;
    font-family: 'Oswald', sans-serif;
}

.plan-link__price__fig--sm {
    font-size: 4.5rem;
}

.plan-link__price__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 3px;
    font-weight: 500;
}

.plan-link__price__unit img {
    width: 24px;
}

.plan-link__price__unit__1 {
    font-size: 1.8rem;
}

.plan-link__price__unit__1--sm {
    font-size: 1.8rem;
}

.plan-link__price__unit__2 {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.plan-link__price__unit--sm img {
    width: 20px;
}

.plan-link__target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    background: #eeeeee;
    font-size: 1.2rem;
}

.plan-link__target:not(:last-child) {
    margin-bottom: 4px;
}

.plan-link__target img {
    display: block;
    margin: 0 auto;
    height: 19px;
}

.plan-link__target__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 3px;
    width: 46px;
    height: 19px;
    background: #ffffff;
    color: #b6b6b6;
}

.plan-link__target__item span {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    text-indent: 100%;
    white-space: nowrap;
}

.plan-link__target__item.is-active {
    color: #ffffff;
}

.plan-link--lightblue .plan-link__target__item.is-active {
    background: #009de2;
}

.plan-link--orange .plan-link__target__item.is-active {
    background: #e29558;
}

.plan-link--purple .plan-link__target__item.is-active {
    background: #1e2182;
}

.plan-link--green .plan-link__target__item.is-active {
    background: #57a949;
}

.plan-link--red .plan-link__target__item.is-active {
    background: #bf0937;
}

.plan-link--pink .plan-link__target__item.is-active {
    background: #fc7270;
}

.plan-link-2 {
    display: block;
    padding: 3px 6px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    background: #eeeeee;
    text-decoration: none;
}

.plan-link-2:not(:last-child) {
    margin-bottom: 10px;
}

.plan-link-2--lightblue {
    border-color: #009de2;
}

.plan-link-2--orange {
    border-color: #e29558;
}

.plan-link-2--purple {
    border-color: #1e2182;
}

.plan-link-2--green {
    border-color: #57a949;
}

.plan-link-2--red {
    border-color: #bf0937;
}

.plan-link-2__heading {
    text-align: center;
}

.plan-link-2__catch {
    font-size: 1rem;
}

.plan-link-2__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4px;
}

.plan-link-2__name {
    height: 16px;
}

.plan-link-2__name img {
    width: auto;
    height: 100%;
}

.plan-link-2__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
}

.plan-link-2__price--lightblue {
    color: #009de2;
}

.plan-link-2__price--orange {
    color: #e29558;
}

.plan-link-2__price--purple {
    color: #1e2182;
}

.plan-link-2__price--green {
    color: #57a949;
}

.plan-link-2__price--red {
    color: #bf0937;
}

.plan-link-2__label {
    margin: 0 4px;
    padding: 1px 3px;
    border: 1px solid #333333;
    color: #333333;
    font-size: 0.7em;
    line-height: 1.1;
}

.plan-link-2__fig {
    font-weight: bold;
    font-size: 2.1rem;
}

.plan-link-2__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-weight: bold;
}

.plan-link-2__unit__1 {
    font-size: 1rem;
}

.plan-link-2__unit__2 {
    font-size: 0.8rem;
}

.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 24px 25px 20px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #ffffff;
}

.message:not(.is-visible) {
    display: none;
}

.message__sub {
    padding-right: 23px;
    width: 162px;
    text-align: center;
}

.message__main {
    padding-top: 5px;
    width: calc(100% - 162px);
}

.message__image {
    overflow: hidden;
    margin: 0 auto 4px;
    width: 93px;
    height: 93px;
    border: 1px solid #c3c5c5;
    border-radius: 50%;
}

.message__name {
    font-weight: bold;
}

.message__shop {
    margin-top: 10px;
    font-size: 1.2rem;
}

.message__heading {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 1.8rem;
}

.message__text {
    line-height: 1.75;
}

.more-link {
    text-decoration: underline;
}

.more-link:after {
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background: url(../img/icon_arrow_2.svg) no-repeat center/contain;
    content: '';
    vertical-align: middle;
}

a.more-link:hover {
    text-decoration: none;
}

.gray-box {
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #f7f7f7;
    background: #f7f7f7;
}

.gray-box__inner {
    padding: 40px 52px;
}

.staff-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.staff-list--mb-lg {
    margin-bottom: 60px;
}

.staff-list__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.staff-list__item {
    margin-right: 21px;
    width: 105px;
    text-align: center;
    text-decoration: none;
}

.staff-list__item:last-child {
    margin-right: 0;
}

.staff-list__item--random:not(.is-visible) {
    display: none;
}

.staff-list__image {
    display: block;
    overflow: hidden;
    margin: 0 auto 6px;
    width: 105px;
    border: 1px solid #c3c5c5;
    border-radius: 50%;
}

.staff-list__image img {
    display: block;
    width: 100%;
}

.staff-list__name {
    font-weight: bold;
    font-size: 1.2rem;
}

.staff-list__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #1e2182;
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
}

.staff-list__search span:after {
    display: inline-block;
    margin-bottom: 1px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: '';
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.key-visual {
    position: relative;
    /* overflow: hidden; */
}

.key-visual+.plans_kazokusou {
    margin-top: 60px;
    z-index: -1;
}

.slide-curve {
    /*position: absolute;
  bottom: -2px;
  left: 50%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  align-items: center;
  justify-content: center;*/
    /* min-width: 1100px; */
    /*transform: translateX(-50%);
  overflow: hidden;
  width: 100%;
  max-width: 100%;*/
}


/*.slide-curve img {
  min-width: 1200px;
}*/

.key-visual .slick-dots {
    margin-top: 20px;
}

.key-visual__item {
    position: relative;
}

.hall-head {
    position: relative;
    overflow: hidden;
    height: 285px;
    background: url(../img/bg_kv_hall_pc.jpg) no-repeat center/cover;
}

.hall-head::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 370px;
    height: 500px;
    content: "";
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    background: url(../img/kv_saidan_hall.png) no-repeat bottom center;
    background-size: contain;
}

.hall-head::after {
    position: absolute;
    right: 50%;
    bottom: -80px;
    left: auto;
    width: 300px;
    height: 500px;
    content: "";
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    background: url(../img/kv_women.png) no-repeat bottom center;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .hall-head::before,
    .hall-head::after {
        display: none;
    }
}

.hall-head__main {
    position: absolute;
    top: 15px;
    /* left: 46.6%; */
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.hall-head__heading {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    text-align: justify;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.6;
    padding-left: 1em;
}

.hall-head__text {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2.4rem;
}

.hall-head__img {
    position: absolute;
    top: 180px;
    right: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 410px;
}

.hall-head__img .fv-saidan {
    width: 340px;
}

.hall-head__img .fv-jojo {
    width: 100px;
    margin-top: -10px;
}

@media all and (-ms-high-contrast: none) {
    .hall-head__img .fv-jojo {
        height: 100px;
    }
}


/* .hall-head__img .fv-women {
	position: absolute;
	right: -240px;
	bottom: -30px;
	width: 224px;
} */

.hall-head__img .fv-women {
    position: absolute;
    right: -260px;
    bottom: -50px;
    width: 260px;
}

.home-head__sub__text_01 {
    margin-bottom: 10px;
    padding: 6px 0;
    border: #009de2 1px solid;
    border-radius: 30px;
    color: #009de2;
    text-align: center;
    font-size: 1.1rem;
}

.home-head__sub__text_01 span {
    font-size: 1.4rem;
    font-weight: 900;
}

.button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.table-1 {
    width: 100%;
}

.table-1__tr {
    font-size: 1.2rem;
    line-height: 2;
}

.table-1__th {
    padding: 4px 5px 5px 15px;
    width: 160px;
    border: 1px solid #959595;
    background: #e9f3fb;
    text-align: left;
}

.table-1__td {
    padding: 4px 20px 5px;
    width: calc(100% - 160px);
    border: 1px solid #959595;
}

.payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    background: #434343;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}

.payment--slider {
    position: absolute;
    top: 304px;
    left: 0;
    width: 100%;
}

.payment img {
    margin-left: 25px;
}

.icon-arrow {
    display: inline-block;
    margin-bottom: 6px;
    padding: 0 0.2em;
    vertical-align: middle;
}

.icon-arrow:before {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    content: '';
}

.voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.voice__image {
    display: block;
    margin-right: 30px;
    width: 130px;
    outline: none;
}

.voice__main {
    padding-top: 20px;
    width: 100%;
}

.voice__info {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.voice__text {
    font-size: 1.4rem;
    line-height: 1.71429;
}

.lead-2 {
    margin: 31px 0 38px;
    padding: 0 43px;
}

.lead-2--mt-lg {
    margin-top: 55px;
}

.lead-2__text p {
    font-size: 1.6rem;
    line-height: 2;
}

.heading-wrapper {
    margin-top: 30px;
    padding: 15px 0 20px;
}

.heading-wrapper__button {
    position: absolute;
    top: 0;
    right: 15px;
}

.hall-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 38px;
}

.hall-overview__image {
    position: relative;
    width: 350px;
}

.hall-overview__badge {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
}

.hall-overview__main {
    padding: 9px 0 0 27px;
    width: calc(100% - 350px);
}

.hall-overview__info {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.hall-overview__info::before {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 15px;
    height: 15px;
    content: '';
}

.hall-overview__info:not(:last-of-type) {
    padding-bottom: 5px;
    border-bottom: 1px solid #bfbfbf;
}

.hall-overview__info--address::before {
    background: url(../img/icon_pin.svg) no-repeat center center/contain;
}

.hall-overview__info--tel {
    font-size: 1.6rem;
    line-height: 1.5;
}

.hall-overview__info--tel::before {
    background: url(../img/icon_tel_black.svg) no-repeat center center/contain;
}

.spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
    -ms-flex-wrap: wrap;
    /*IE10*/
    flex-wrap: wrap;
}

.spec__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-right: 6px;
    margin-bottom: 5px;
    padding: 8px 6px;
    min-width: 110px;
    height: 33px;
    border: 1px solid #009de2;
    border-radius: 3px;
    color: #009de2;
    font-size: 1.2rem;
}

.spec__item svg {
    margin-right: 4px;
    height: auto;
}

.spec__item path,
.spec__item polygon {
    fill: #009de2;
}

.spec__item span {
    position: relative;
    margin-left: 5px;
}

.spec__item--disable {
    border-color: #909090;
    color: #909090;
}

.spec__item--disable path,
.spec__item--disable polygon {
    fill: #909090;
}

.spec__item--01 svg {
    width: 16px;
}

.spec__item--02 svg {
    width: 10px;
}

.spec__item--03 svg {
    width: 17px;
}

.spec__item--04 svg {
    width: 15px;
}

.spec__item--05 svg {
    width: 15px;
}

.spec__item--06 svg {
    width: 10px;
}

.spec__item--07 svg {
    width: 15px;
}

.spec__item--08 svg {
    width: 12px;
}

.spec__item--09 svg {
    width: 15px;
}

.spec--area {
    margin-bottom: 22px;
    padding-left: 18px;
}

.table-2.table-2--area {
    width: 100%;
}

.table-2__th {
    padding: 5px 5px 4px 9px;
    width: 75px;
    border: 1px solid #959595;
    background: #f6f6f6;
    font-size: 1.2rem;
    line-height: 2;
}

.table-2__td {
    padding: 5px 5px 4px 9px;
    border: 1px solid #959595;
    font-size: 1.2rem;
    line-height: 2;
}

.hall-gallery {
    outline: none;
    text-decoration: none;
}

.hall-gallery__image {
    display: block;
    margin-bottom: 7px;
}

.hall-gallery__text {
    font-size: 1.4rem;
    line-height: 1.71429;
}

.table-2 {
    width: 100%;
}

.map-1 {
    margin-right: 20px;
    width: 100%;
    height: 100%;
}

.map-1--area {
    height: 100%;
}

.map-1 iframe {
    width: 100%;
    height: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.key-visual__slider .slick-list {
    /* overflow: hidden; */
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    /*cursor: hand;*/
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    outline: none;
}

.key-visual .slick-slide {
    height: 300px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */


/* Icons */


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    /*margin-top: -20px;*/
    padding: 0;
    width: 33px;
    height: 33px;
    outline: none;
    border: none;
    border-radius: 50%;
    background: transparent;
    background-color: #009de2;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 3px 7px rgba(30, 30, 30, 0.2);
    box-shadow: 0 3px 7px rgba(30, 30, 30, 0.2);
    color: transparent;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}

.slick-prev {
    left: 0px;
    background-image: url(../img/icon_arrow_l_1.svg);
}

.slick-next {
    right: 0px;
    background-image: url(../img/icon_arrow_r_1.svg);
}

.slick-dots {
    z-index: 1;
    display: block;
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.key-visual .slick-dots {
    position: absolute;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 4px;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slick-dots li button {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: 0;
    background: transparent;
    background: #685a5a;
    color: transparent;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: #009de2;
}


/* State */


/* Theme */

@media screen and (min-width: 768px) {
    .section-1 {
        /* pc */
    }
    .section-1:not(.section-1--blue)+.section-1:not(.section-1--blue) {
        padding-top: 0;
    }
    .col2-pc {
        /* pc */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .col2-pc--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .col2-pc__item {
        width: calc(50% - 10px);
    }
    .plan-content__item:nth-of-type(3n) {
        /* pc */
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .sp-only {
        /* sp */
        display: block !important;
    }
    .sp-only-2 {
        /* sp */
        display: inline-block !important;
    }
    .pc-only {
        /* sp */
        display: none !important;
    }
    .pc-only-2 {
        /* sp */
        display: none !important;
    }
    .l-body {
        /* sp */
        padding-bottom: 64px;
        min-width: initial;
    }
    .l-header {
        /* sp */
        padding-top: 57px;
    }
    .page-title {
        height: 80px;
    }
    .l-footer {
        /* sp */
        padding: 0;
        background: none;
    }
    .l-wrapper {
        max-width: 560px;
        /* sp */
        width: calc(100% - 20px);
    }
    .hall-head .l-wrapper {
        max-width: 100%;
        width: 90vw;
    }
    .l-pc-wrapper {
        /* sp */
        width: 100%;
    }
    .l-wrapper-970 {
        max-width: 560px;
        /* sp */
        width: calc(100% - 20px);
    }
    .l-wrapper-945 {
        width: calc(100% - 20px);
        max-width: 560px;
    }
    .l-wrapper-md {
        max-width: 560px;
        /* sp */
        width: calc(100% - 20px);
    }
    .l-wrapper-md {
        max-width: 560px;
        /* sp */
        width: calc(100% - 20px);
    }
    .l-wrapper-pc-md {
        /* sp */
        width: 100%;
    }
    .l-wrapper-900 {
        max-width: 560px;
        /* sp */
        width: calc(100% - 20px);
    }
    .l-wrapper-800 {
        max-width: 560px;
        /* sp */
        width: calc(100% - 20px);
    }
    .l-wrapper-sm {
        /* sp */
        width: 100%;
    }
    .l-2col {
        /* sp */
        display: block;
        margin-bottom: 20px;
        max-width: 560px;
        width: calc(100% - 20px);
    }
    .l-2col__main {
        margin-bottom: 20px;
        /* sp */
        width: 100%;
    }
    .l-2col__side {
        /* sp */
        width: 100%;
    }
    .header-bar {
        /* sp */
        display: none;
    }
    .header-main {
        position: fixed;
        top: 0;
        left: 0;
        /* sp */
        padding: 12px 0;
        width: 100%;
        background: #ffffff;
    }
    .header-logo {
        /* sp */
        width: 129px;
    }
    .consultation {
        /* sp */
        display: none;
    }
    .header-tel {
        /* sp */
        display: none;
    }
    .globalnavi {
        /* sp */
        display: none;
    }
    .sub-navi {
        /* sp */
        display: block;
    }
    .sub-navi__item {
        /* sp */
        margin-left: 0;
        border-bottom: 1px solid #d2d2d2;
    }
    .sub-navi__item:before {
        /* sp */
        content: none;
    }
    .sub-navi__item a {
        display: block;
        /* sp */
        padding: 10px;
        font-weight: bold;
    }
    .sub-navi__item a:after {
        display: inline-block;
        margin-left: 10px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #333333;
        content: '';
    }
    .sp-menu-btn {
        display: block;
        /* sp */
        text-decoration: none;
    }
    .sp-menu-btn__icon {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 24px;
        height: 18px;
    }
    .sp-menu-btn__icon span {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        background: #333333;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
    .sp-menu-btn__icon span:nth-child(1) {
        top: 0;
    }
    .sp-menu-btn__icon span:nth-child(2) {
        top: 7px;
    }
    .sp-menu-btn__icon span:nth-child(3) {
        top: 15px;
    }
    .sp-menu-btn__text {
        display: block;
        margin-top: 5px;
        font-size: 1rem;
    }
    .quick-navi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /* sp */
        border-top: 1px solid #f3f3f3;
        background: #009de2;
    }
    .quick-navi__item {
        width: 25%;
        height: 41px;
        border-right: 1px solid #f8f8f8;
    }
    .quick-navi__item:last-child {
        border-right: none;
    }
    .quick-navi__item--red {
        border-right: none;
        background: #cd130d;
        color: #ffffff;
    }
    .quick-navi__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
        text-decoration: none;
    }
    .quick-navi__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 4px;
        height: 15px;
    }
    .quick-navi__icon img {
        display: block;
    }
    .quick-navi__icon--price {
        width: 13px;
    }
    .quick-navi__icon--flower {
        width: 17px;
    }
    .quick-navi__icon--search {
        width: 19px;
    }
    .quick-navi__icon--tel {
        width: 17px;
    }
    .quick-navi__text {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 0.9rem;
    }
    .quick-navi__item--red .quick-navi__text {
        color: #fff;
    }
    .footer-top {
        /* sp */
        display: none;
    }
    .footer-navi {
        /* sp */
        display: block;
        margin: 0;
        border-top: 1px solid #d2d2d2;
    }
    .footer-navi__col {
        /* sp */
        margin-right: 0;
    }
    .footer-navi__col:nth-child(3) {
        /* sp */
        margin-right: 0;
    }
    .footer-navi__item {
        margin-bottom: 0;
        /* sp */
        border-bottom: 1px solid #d2d2d2;
    }
    .footer-navi__item a {
        display: block;
        /* sp */
        padding: 10px;
    }
    .footer-navi__item a:after {
        display: inline-block;
        margin-left: 10px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #333333;
        content: '';
    }
    .footer-navi__children {
        /* sp */
        display: none;
    }
    .footer-banner {
        /* sp */
        display: none;
    }
    .footer-sub-navi {
        padding: 0;
        /* sp */
        background: none;
    }
    .fixed-banner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5px 0px 6px;
        /* sp */
        background: #3e517f;
    }
    .fixed-banner__item {
        /* sp */
        /* height: 40px; */
    }
    .fixed-banner__item--call {
        /* sp */
        margin-right: 0;
        width: 0;
    }
    .fixed-banner__item--call:before {
        position: absolute;
        bottom: -3px;
        left: 0;
        /* content: ""; */
        display: block;
        width: 100%;
        height: 20px;
        border-radius: 10px;
        background: #009de2;
        background: #00608a;
    }
    .fixed-banner__item--call a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: #009de2;
    }
    .fixed-banner__item--call img {
        width: 152px;
    }
    .fixed-banner__item--request {
        margin: 0 auto;
        max-width: 400px;
        /* sp */
        /* width: 35%; */
        width: 100%;
    }
    .fixed-banner__item--request:before {
        /* sp */
        border-radius: 6px;
    }
    .fixed-banner__item--request a {
        /* sp */
        border-radius: 5px;
    }
    .fixed-banner__item--request img {
        /* sp */
        /* width: 84px; */
    }
    .fixed-banner__item--club:before {
        /* sp */
        border-radius: 6px;
    }
    .fixed-banner__item--club {
        /* sp */
        display: none;
    }
    .breadcrumb {
        /* sp */
        padding: 8px 0;
        font-size: 1.2rem;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .breadcrumb__item:not(:last-child):after {
        /* sp */
        padding: 0 0.1em 0 0.4em;
    }
    .button-1--club {
        margin-top: 15px;
        /* sp */
        width: 100%;
    }
    .button-1--hall {
        /* sp */
        width: 180px;
        font-size: 1.4rem;
    }
    .button-1__fig {
        padding: 0 0.2em;
        /* sp */
        font-size: 2.8rem;
    }
    .button-1--flower {
        /* sp */
        width: 300px;
        font-size: 1.5rem;
    }
    .button-2 {
        margin-right: auto;
        /* sp */
        margin-left: auto;
    }
    .button-2:after {
        right: -26px;
        /* sp */
        bottom: -26px;
    }
    .button-2__image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        /* sp */
        width: 32%;
    }
    .button-2__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 6px 11px 0;
        /* sp */
        width: 68%;
    }
    .button-2__heading {
        margin-bottom: 5px;
        padding-bottom: 4px;
        /* sp */
        font-size: 1.2rem;
    }
    .button-2__text {
        /* sp */
        font-size: 1rem;
    }
    .button-2__more {
        /* sp */
        position: static;
        margin-top: 6px;
        padding-right: 0;
        width: 100%;
        text-align: right;
    }
    .button-3 {
        margin-right: auto;
        /* sp */
        margin-left: auto;
        padding: 10px 25px 10px 5px;
        width: 100%;
    }
    .button-3:last-of-type {
        margin-right: auto;
    }
    .heading-1 {
        margin-bottom: 16px;
        font-size: 1.75rem;
        /* sp */
        line-height: 1.5;
    }
    .heading-1__sm {
        /* sp */
        margin-bottom: 3px;
        font-size: 1.3rem;
    }
    .heading-1--arrow {
        /* sp */
    }
    .heading-1--arrow:after {
        content: none;
    }
    .heading-1--line {
        /* sp */
        padding-bottom: 5px;
    }
    .heading-2 {
        /* sp */
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .heading-3 {
        font-size: 1.8rem;
        /* sp */
        line-height: 1.4;
    }
    .heading-4 {
        /* sp */
        font-size: 1.5rem;
    }
    .heading-4--form {
        /* sp */
        margin: 30px 0 15px;
    }
    .heading-5 {
        /* sp */
        font-size: 1.6rem;
    }
    .heading-7 span {
        /* sp */
        font-size: 1.6rem;
    }
    .heading-8 {
        /* sp */
        margin: 20px 0 20px;
        padding: 0 10px;
    }
    .heading-10 {
        /* sp */
        padding: 6px 10px;
    }
    .heading-11 {
        /* sp */
        margin-bottom: 20px;
        font-size: 1.7rem;
        line-height: 1.5;
    }
    .select {
        margin-bottom: 10px;
        /* sp */
        width: 100%;
    }
    .section-1 {
        /* sp */
        padding: 30px 0 22px;
    }
    .section-1--sp-blue {
        /* sp */
        background: #e9f3f7;
    }
    .section-1--home-pc-bottom {
        /* sp */
        margin-bottom: 0;
    }
    .section-1--sp-gray {
        /* sp */
        border-top: 2px solid #009de2;
        background: #efefef;
    }
    .section-1--sp-bt {
        /* sp */
        border-top: 2px solid #009de2;
    }
    .section-1--mb {
        /* sp */
        margin-bottom: 40px;
    }
    .section-1 {
        /* sp */
    }
    .section-1:not(.section-1--blue):not(.section-1--sp-blue)+.section-1:not(.section-1--blue):not(.section-1--sp-blue) {
        padding-top: 0;
    }
    .section-2 {
        /* sp */
        margin-bottom: 30px;
    }
    .section-2__main {
        /* sp */
        display: block;
    }
    .section-2__image {
        margin-bottom: 5px;
        /* sp */
        width: 100%;
        text-align: center;
    }
    .section-2__content {
        padding-left: 0;
        /* sp */
        width: 100%;
    }
    .section-3 {
        display: block;
        /* sp */
        margin: 0 0 16px;
    }
    .section-3__image {
        /* sp */
        width: 100%;
    }
    .section-3__main {
        padding: 20px 15px;
        /* sp */
        width: 100%;
    }
    .section-3__head {
        /* sp */
        margin-bottom: 10px;
    }
    .section-3__head__text {
        /* sp */
        font-size: 1.8rem;
    }
    .section-5__body {
        /* sp */
        padding: 0;
    }
    .section-5__body--2col {
        /* sp */
        display: block;
    }
    .section-5__body--2col__item {
        /* sp */
        width: 100%;
    }
    .section-5__body--2col__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .text-sm--service {
        /* sp */
        margin-right: 0;
        text-align: left;
        font-size: 1.1rem;
    }
    .slide-1col .slick-prev {
        /* sp */
        left: 0;
    }
    .slide-1col .slick-next {
        /* sp */
        right: 0;
    }
    .slide-4col {
        /* sp */
        padding: 0 10px;
    }
    .slide-4col__item {
        /* sp */
        padding: 0 5px;
    }
    .slide-5col .slick-prev {
        /* sp */
        left: 0;
    }
    .slide-5col .slick-next {
        /* sp */
        right: 0;
    }
    .plan-wrap {
        /* sp */
        display: block;
    }
    .plan-link {
        margin: 0 auto 20px;
        /* sp */
        width: 310px;
    }
    .plan-link__body {
        /* sp */
        padding: 9px 6px 9px 122px;
    }
    .plan-link__body--2col {
        /* sp */
        padding: 9px 6px 10px;
    }
    .plan-link__image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        /* sp */
        width: 112px;
        border-radius: 5px;
    }
    .plan-link__image--lg {
        /* sp */
        position: absolute;
        top: 9px;
        left: 6px;
        margin: 0;
        height: auto;
    }
    .plan-link__image--lg img {
        /* sp */
        position: static;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    .plan-link__head {
        display: block;
        /* sp */
        margin-bottom: 4px;
    }
    .plan-link__name img {
        width: auto;
        /* sp */
        height: 18px;
    }
    .plan-link__catch {
        display: inline-block;
        margin-bottom: 5px;
        padding: 10px 5px 0;
        width: auto;
        height: auto;
        /* sp */
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .more-link:after {
        /* sp */
    }
    .more-link {
        /* sp */
        font-size: 1.2rem;
    }
    .gray-box__inner {
        /* sp */
        padding: 14px;
    }
    .staff-list {
        /* sp */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 15px);
    }
    .staff-list--mb-lg {
        /* sp */
        width: calc(100%);
    }
    .staff-list__main {
        /* sp */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .staff-list__item:last-child {
        /* sp */
        margin-right: 15px;
    }
    .staff-list__item {
        /* sp */
        margin-right: 15px;
        margin-bottom: 20px;
        width: calc((100% - 60px) / 4);
    }
    .staff-list__item.is_visible:nth-child(4n) {
        margin-right: 0;
    }
    .staff-list__image {
        /* sp */
        width: 100%;
    }
    .hall-head {
        /* sp */
        height: 90vw;
        background: url(../img/kv_bg_sp.jpg) no-repeat center/cover;
    }
    .hall-head__main {
        top: 2vw;
        /* sp */
        left: 50%;
        z-index: 2;
        width: 100%;
    }
    .hall-head__heading {
        /* sp */
        font-size: 2.3rem;
    }
    .voice__text {
        /* sp */
        font-size: 1.2rem;
    }
    .lead-2 {
        /* sp */
        margin: 25px 0 25px;
        padding: 0;
    }
    .lead-2__text p {
        /* sp */
        font-size: 1.3rem;
    }
    .heading-wrapper {
        /* sp */
        display: block;
        margin: 30px 0 20px;
        padding: 0;
    }
    .heading-wrapper__button {
        /* sp */
        position: static;
        margin-top: 20px;
    }
    .hall-overview {
        /* sp */
        display: block;
    }
    .hall-overview__image {
        /* sp */
        margin: 0 auto 20px;
        width: 100%;
        text-align: center;
    }
    .hall-overview__badge {
        /* sp */
        max-width: 150px;
        width: 40%;
    }
    .hall-overview__image img {
        width: 70%;
    }
    .hall-overview__main {
        padding: 0;
        /* sp */
        width: 100%;
    }
    .spec {
        /* sp */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .spec__item {
        margin: 0 0 10px;
        /* sp */
        width: calc(50% - 5px);
    }
    .spec--area {
        margin-bottom: 10px;
        /* sp */
        padding-left: 0;
    }
    .hall-gallery__text {
        /* sp */
        font-size: 1.2rem;
    }
    .map-1 {
        margin-right: 0;
        /* sp */
        width: 100%;
    }
    .slick-prev,
    .slick-next {
        /* sp */
        width: 17px;
        height: 17px;
        background-size: 30% auto;
    }
    .slick-prev {
        /* sp */
        -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
        transform: translate(-5px, -50%);
    }
    .slick-next {
        /* sp */
        -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
        transform: translate(5px, -50%);
    }
    .slick-dots {
        /* sp */
        margin-top: 18px;
    }
}

@media screen and (max-width: 320px) {
    .plan-link {
        width: 280px;
    }
}

@media screen and (max-width: 767px) {
    .fixed-banner__item--call a {
        /* sp */
        border-radius: 5px;
    }
    .lead__sub-head {
        /* sp */
        font-size: 1.3rem;
    }
}

.fv_badge {
    position: absolute;
    top: -16px;
    right: -68%;
    width: 100px;
}

@media screen and (max-width: 767px) {
    .fv_badge {
        position: absolute;
        top: -48px;
        right: 0%;
        width: 80px;
    }
}


/* ↓↓↓ここから「たまのや」のための、オリジナルスタイルエリア↓↓↓ */

.telList {
    padding: 20px 0;
}

.telList__flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5px;
}

.telList__item {
    padding: 5px;
    width: 50%;
}


/* --- エリアごとに電話番号を変える --- */


/* 福島 */

.telList__flexbox--fukushima>div {
    display: none;
}

.telList__flexbox--fukushima>div:nth-child(1) {
    display: block;
}

.telList__flexbox--fukushima .telList__item {
    width: 100%;
}

.fixed-banner .telList__flexbox--fukushima .telList__item a span {
    width: auto;
    padding: 8px;
    font-size: 2.2rem;
}

.fixed-banner .telList__flexbox--fukushima .telList__item a span img {
    width: 22px;
}

.fixed-banner .telList__flexbox--fukushima .telList__item a>img {
    width: 220px;
    padding: 0 10px;
}


/* 郡山 */

.telList__flexbox--koriyama>div {
    display: none;
}

.telList__flexbox--koriyama>div:nth-child(2) {
    display: block;
}

.telList__flexbox--koriyama .telList__item {
    width: 100%;
}

.fixed-banner .telList__flexbox--koriyama .telList__item a span {
    width: auto;
    padding: 8px;
    font-size: 2.2rem;
}

.fixed-banner .telList__flexbox--koriyama .telList__item a span img {
    width: 22px;
}

.fixed-banner .telList__flexbox--koriyama .telList__item a>img {
    width: 220px;
    padding: 0 10px;
}


/* 会津 */

.telList__flexbox--aizu>div {
    display: none;
}

.telList__flexbox--aizu>div:nth-child(3) {
    display: block;
}

.telList__flexbox--aizu .telList__item {
    width: 100%;
}

.fixed-banner .telList__flexbox--aizu .telList__item a span {
    width: auto;
    padding: 8px;
    font-size: 2.2rem;
}

.fixed-banner .telList__flexbox--aizu .telList__item a span img {
    width: 22px;
}

.fixed-banner .telList__flexbox--aizu .telList__item a>img {
    width: 220px;
    padding: 0 10px;
}


/* 茨城 */

.telList__flexbox--ibaraki>div {
    display: none;
}

.telList__flexbox--ibaraki>div:nth-child(4) {
    display: block;
}

.telList__flexbox--ibaraki .telList__item {
    width: 100%;
}

.fixed-banner .telList__flexbox--ibaraki .telList__item a span {
    width: auto;
    padding: 8px;
    font-size: 2.2rem;
}

.fixed-banner .telList__flexbox--ibaraki .telList__item a span img {
    width: 22px;
}

.fixed-banner .telList__flexbox--ibaraki .telList__item a>img {
    width: 220px;
    padding: 0 10px;
}

.telList__item a {
    display: block;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 7px #dcdcdc;
    text-decoration: none;
}

.telList__item a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 7px 7px 7px 12px;
    max-width: 195px;
    border-radius: 5px;
    background: #009ee2;
    color: #fff;
    font-size: 1.6rem;
}

.telList__item a span img {
    margin-right: 6px;
    width: 22px;
}

.telList__item a>img {
    display: block;
    padding: 0 6px;
    width: 260px;
}

.telList--hall .telList__item {
    width: 282px;
    padding: 5px 0;
}

.telList--hall .telList__item a {
    padding: 15px;
}

.telList--hall .telList__item a p {
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
}

.telList--hall .telList__item a p strong {
    color: #FF0000;
}

.telList--hall .telList__item a span {
    max-width: 100%;
    padding-top: 9px;
    justify-content: center;
}

.telList--hall .telList__item a>img {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.telList__btn {
    margin: 10px auto;
    border-radius: 10px;
    font-weight: bold;
}

.btnGroup-1__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 36px;
}

.btnGroup-1__icon img {
    width: 100%;
}

.btnGroup-1__txt {
    font-weight: bold;
    font-size: 2.6rem;
}

.btnGroup-1__txt .small-txt {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.4rem;
}

.btnGroup-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btnGroup-1 .telList__btn {
    padding: 40px;
    width: 440px;
}

.voice-review__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
}

.voice-review__module {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}

.voice-review__date {
    margin-bottom: 7px;
}

.voice-review__heading {
    margin-right: 7px;
}

.voice-review__stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.voice-review__stars img {
    width: 14px;
    height: 12px;
}

.plan-link__name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
}

.plan-link__name span {
    font-size: 34px;
    font-family: serif;
}

.plan-wrap-02 .plan-link__body {
    padding: 0 0 7px;
}

.plan-wrap-02 .plan-link__image--lg {
    margin: 0;
    border-radius: 0;
}

.plan-wrap-02 .plan-link__head {
    position: relative;
    padding-top: 20px;
}

.plan-wrap-02 .plan-link__head::after {
    position: absolute;
    top: -15px;
    left: 20px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../img/icon_arrow_r_1.svg) no-repeat center;
    background-size: 6px;
    content: '';
}

.plan-link--lightblue .plan-link__head::after {
    background-color: #009de2;
}

.plan-link--orange .plan-link__head::after {
    background-color: #e29558;
}

.plan-link--purple .plan-link__head::after {
    background-color: #1e2182;
}

.plan-link--green .plan-link__head::after {
    background-color: #57a949;
}

.plan-link--red .plan-link__head::after {
    background-color: #bf0937;
}

.plan-link--pink .plan-link__head::after {
    background-color: #fc7270;
}

.plan-link__hall {
    position: absolute;
    bottom: 10px;
    left: 80px;
    display: inline-block;
    padding: 4px;
    border-radius: 10px;
    background: #009de2;
    color: #fff;
    font-size: 1.3rem;
}

.contactBnr {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 0 auto 20px;
    width: 945px;
    height: 220px;
    border: 2px solid #009de2;
    border-radius: 10px;
    background: url(../img/bnr-mail-bg@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contactBnr__flex {
    position: absolute;
    top: 136px;
    left: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contactBnr__hall {
    top: 133px;
    left: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding: 10px 30px;
    border-radius: 5px;
    background: #009de2;
    color: #fff;
    font-size: 4rem;
}

.contactBnr__number {
    top: 110px;
    right: 48px;
}

.contactBnr__number img {
    width: auto;
    height: 60px;
}

.contactBnr__hall img {
    margin-right: 10px;
}

.contactBnr_top {
    background: url(../img/bnr-mail-bg-top@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contactBnr_top .contactBnr__flex {
    top: 103px;
    flex-wrap: wrap;
}

.contactBnr__flex>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.contactBnr_top .contactBnr__flex>div {
    margin-right: 4%;
    width: 45%;
}

.contactBnr_top .contactBnr__hall {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 110px;
    justify-content: center;
    margin-right: 6px;
    padding: 8px 0px;
    font-size: 1.6rem;
}

.contactBnr_top .contactBnr__number {
    width: 300px;
}

.contactBnr_top .contactBnr__number img {
    width: 100%;
    height: 46px;
}

.contactBnr_top .contactBnr__hall img {
    margin-right: 5px;
    width: 14px;
}

.fixed-banner .telList__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

.fixed-banner .telList__item a span {
    margin: 0;
    padding: 5px 6px;
    width: 60px;
    background: #fff;
    color: #009de2;
    font-size: 1.4rem;
}

.fixed-banner .telList__item a span img {
    width: 12px;
}

.fixed-banner .telList__item a>img {
    width: 120px;
}

.link__catch_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px auto;
    padding: 3px;
    padding-right: 20px;
    text-decoration: underline;
    font-size: 1.2rem;
}

.link__catch_link img {
    margin-left: 3px;
}

.d-flex-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 5px 0 12px;
}

.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col2__item {
    width: calc(50% - 10px);
}

.news-sm-list {
    margin-bottom: 20px;
    padding: 8px 10px 12px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
}

.news-sm-list__item:not(:last-child) {
    border-bottom: 1px solid #d2d2d2;
}

.news-sm-list__item a,
.news-sm-list__item p {
    display: block;
    padding: 15px 5px;
    text-decoration: none;
}

.news-sm-list__item a:hover .news-sm-list__text {
    text-decoration: underline;
}

.news-sm-list__category {
    margin-left: 5px;
    padding: 3px 5px;
    background: #333;
    color: #ffffff;
    font-size: 1.2rem;
}

.news-sm-list__text {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 1.4;
}

.news-sm-list__text::after {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    content: '...[もっとみる]';
}

.topTelList .telList {
    padding: 0 0 20px;
}

.banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banners__item {
    margin: 0 20px 13px 0;
    width: 230px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.banners__item:hover {
    color: #008549;
}

.banners__item:nth-child(4n) {
    margin-right: 0;
}

.banners__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 5px 7px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #ffffff;
    text-decoration: none;
}

.banners__image {
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 5px;
}

.banners__image img {
    display: block;
    width: 56px;
}

.banners__text {
    padding-left: 12px;
    font-weight: bold;
    font-size: 1.6rem;
}

.guide-list {
    display: block;
    margin: 0 auto;
    width: 160px;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.guide-list:hover {
    opacity: 0.6;
}

.guide-list__image {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.guide-list__image img {
    display: block;
    width: 100%;
}

.guide-list__tag {
    display: inline-block;
    margin: 12px 0;
    padding: 4px 8px;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: 1.2rem;
}

.guide-list__text {
    font-size: 1.2rem;
    line-height: 1.4;
}

.guide-list__icon {
    display: none;
    align-items: center;
    justify-content: center;
}

.guide-list__icon img {
    width: 20px;
}

.guide-tag__blue {
    background: #64add2;
}

.guide-tag__pink {
    background: #ec8784;
}

.guide-tag__green {
    background: #53a757;
}

.guide-tag__purple {
    background: #5c539b;
}

.guide-tag__orange {
    background: #ecb863;
}

.button-1--guide {
    width: 320px;
}

.button-1__icon {
    margin: 0 10px;
}

.sectionMessage__heading {
    padding: 10px 0;
    border-bottom: 1px solid #009ee2;
    color: #009ee2;
    text-align: center;
    font-weight: normal;
    font-size: 2.6rem;
}

.sectionMessage__heading2 {
    padding: 10px 0;
    color: #009ee2;
    text-align: center;
    font-weight: normal;
    font-size: 2rem;
}

.sectionArea__container_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.sectionArea__container_pc .sectionArea__column {
    padding: 30px 10px 40px;
    width: 230px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    background: #f7f7f7;
}

.sectionArea__container_pc .sectionArea__column h3 {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}

.sectionArea__container_pc .sectionArea__column h3:after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 2.5em);
    display: block;
    width: 5em;
    height: 1px;
    background: #1e2182;
    content: '';
}

.sectionArea__container_pc .sectionArea__telContainer {
    padding-top: 30px;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 1.6rem;
}

.sectionArea__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.sectionArea__telIcon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: #009de2;
}

.sectionArea__telIcon img {
    width: 10px;
    height: 12px;
}

.sectionArea__telNumber {
    flex-grow: 1;
}

.sectionArea__telNumber img {
    width: 100%;
}

.sectionRecruit {
    background: #ccebf9 url(../img/recruit-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sectionGraph__heading_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectionGraph__img {
    margin: 0 auto 20px;
    max-width: 730px;
}

.sectionGraph_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.sectionGraph_text_01 {
    padding: 10px 0;
    border-bottom: 1px solid #1e2182;
    font-weight: bold;
    font-size: 18px;
}

.sectionGraph_text_01 span {
    color: #1e2182;
}

.sectionGraph_text_02 {
    padding-left: 20px;
    width: 440px;
    font-size: 1.6rem;
    line-height: 1.7;
}

.key-visual-sp {
    overflow: hidden;
}

.key-visual .slick-next.slick-arrow {
    right: 20px;
    background-color: #1e2182;
}

.key-visual .slick-prev.slick-arrow {
    left: 20px;
    background-color: #1e2182;
}

.fixedSidebar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 50px;
    height: 400px;
    margin-top: 40px;
}

.fixedSidebar.fixed {
    position: fixed;
}

.fixedSidebar__item {
    margin-bottom: 20px;
}

.hall-head__heading img {
    display: inline-block;
    width: 170px;
    margin: -10px 3px -10px;
}

.key-visual-btn a img {
    margin-right: 10px;
    width: 20px;
}

hr {
    margin: 11px 5px 0;
    background: #000;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    height: 100%;
}

.key-visual__item_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    background: url(../img/bg_kv_2_pc@2x.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.key-visual__item_01 h2 {
    margin-bottom: 10px;
    color: #1e2182;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.4;
}

.key-visual__item_01 p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
}

.sectionGraph__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.progress {
    position: relative;
    margin: 0 auto;
    width: 220px;
    height: 220px;
    background: none;
    box-shadow: none;
}

.progress:after {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 30px solid #b5b5b5;
    border-radius: 50%;
    content: '';
}

.progress>span {
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-width: 30px;
    border-style: solid;
    background: none;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-left: 0;
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-right: 0;
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.active .progress-right .progress-bar {
    animation: loading-50per 0.6s linear forwards;
}

.progress .progress-value {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 10px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #ffffff;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 135px;
}

.blue .progress-bar {
    border-color: #009de2;
}

.purple .progress-bar {
    border-color: #1e2182;
}

.blue .progress_text {
    color: #009de2;
}

.purple .progress_text {
    color: #1e2182;
}

.per95.active .progress-left .progress-bar {
    animation: loading-plus45per 0.6s linear forwards 0.6s;
}

.per90.active .progress-left .progress-bar {
    animation: loading-plus45per 0.6s linear forwards 0.6s;
	/*animation: loading-plus40per 0.6s linear forwards 0.6s;*/
}

.per92.active .progress-left .progress-bar {
    animation: loading-plus45per 0.6s linear forwards 0.6s;
	/*animation: loading-plus42per 0.6s linear forwards 0.6s;*/
}

@keyframes loading-50per {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-plus45per {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(162deg);
        transform: rotate(162deg);
    }
}

@keyframes loading-plus40per {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-plus42per {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(151deg);
        transform: rotate(151deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}


/* margin
-------------------------------*/

.mb0 {
    margin-bottom: 0px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}


/* たまのやについて
-------------------------------*/

.l-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 1.7em;
    margin-bottom: 40px;
}

.l-intro .l-img {
    width: 380px;
    margin-right: 65px;
}

.l-intro .l-desc {
    flex: 1;
}

.l-intro .l-ttl {
    color: #049fe2;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.list-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.list-btns li {
    width: 32%;
}

.list-btns a {
    display: block;
    background: #1e2182;
    box-shadow: 0 3px 0 #06083e;
    border: none;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 15px 0 10px;
    box-sizing: border-box;
}

.list-btns a::after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #fff;
    margin-left: 10px;
    vertical-align: 2px;
}

.list-btns a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.l-about {
    overflow: hidden;
}

.l-about+.l-about {
    margin-top: 25px;
}

.l-about .l-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 10px;
    max-width: 890px;
    width: 100%;
    position: relative;
    z-index: 0;
}

.l-about .l-inner::before {
    content: "";
    background: #bae2f3;
    border-radius: 0 50px 50px 0;
    height: 36px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: -100%;
    z-index: -1;
}

.l-about .l-img {
    width: 270px;
    margin: 0 0 0 65px;
}

.l-about .l-desc {
    flex: 1;
    line-height: 1.7;
}

.l-about .l-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

.l-about .l-ttl .num {
    margin-right: 17px;
}

.l-about:nth-child(odd) .l-inner {
    flex-direction: row;
}

.l-about:nth-child(odd) .l-img {
    margin: 0 65px 0 0;
}

.l-about:nth-child(odd) .l-inner::before {
    content: "";
    background: #bae2f3;
    border-radius: 50px 0 0 50px;
    right: -100%;
    left: 0;
}

.l-about .l-btn {
    margin-top: 10px;
}

.l-about .l-btn a::after {
    content: "";
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background: url(../img/icon_arrow_2.svg) no-repeat center/contain;
    vertical-align: middle;
}

.l-about .l-btn a:hover {
    text-decoration: none;
}

.l-about {}


/* .l-about .l-img {
	transition: .5s;
	opacity: 0;
	transform: translateY(10px);
}
.l-about .l-ttl {
	transition: .5s;
	transition-delay: .5s;
	opacity: 0;
	transform: translateY(10px);
}
.l-about p {
	transition: .5s;
	transition-delay: .7s;
	opacity: 0;
	transform: translateY(10px);
} */

.l-about .l-img {
    transition: .5s;
    opacity: 0;
    transform: translateY(10px);
}

.l-about .l-ttl {
    transition: .5s;
    transition-delay: .5s;
    opacity: 0;
    transform: translateY(10px);
}

.l-about p {
    transition: .5s;
    transition-delay: .7s;
    opacity: 0;
    transform: translateY(10px);
}


/*アニメーション*/

.l-about.is-active {}

.l-about.is-active .l-img {
    opacity: 1;
    transform: translateY(0);
}

.l-about.is-active .l-ttl {
    opacity: 1;
    transform: translateY(0);
}

.l-about.is-active p {
    opacity: 1;
    transform: translateY(0);
}

.slick-video {}

.slick-video .slick-slide {
    cursor: pointer;
    height: auto;
    margin: 0 7.5px;
    transition: .5s;
}

.slick-video .slick-slide:hover {
    opacity: .5;
}

.slick-video .ttl {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.slick-video .slick-prev {
    left: -10px;
    top: 52%;
}

.slick-video .slick-next {
    right: -10px;
    top: 52%;
}


/*-- Modal-video --*/

@-webkit-keyframes modal-video {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modal-video {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.modal-video-close {
    opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
}

.modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
}


/* お客様の声
-------------------------------*/

.box-voice-search {
    background: #f7f7f7;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 70px;
}

.box-voice-search .box-ttl {
    border-bottom: 1px solid #1e2182;
    display: table;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.box-voice-search select {
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    background: url(../img/icon_arrow_5.svg) no-repeat right 13px center, #FFFFFF;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 360px;
    height: 49px;
    padding: 0 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 15px;
}

.box-voice-search select::-ms-expand {
    display: none;
}

.box-voice-search input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    background: #1e2182;
    box-shadow: 0 3px 0 #06083e;
    border: none;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    max-width: 120px;
    width: 100%;
    padding: 15px 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
}

.box-voice-search input[type="submit"]:focus {
    outline: 0;
}

.box-voice-search input[type="submit"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}


/* 葬儀・終活コラム
-------------------------------*/


/*コラム詳細*/

.list-column {
    margin-bottom: 25px;
}

.list-column li {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 20px 20px 15px;
}

.list-column li+li {
    margin-top: 25px;
}

.list-column .list-heading {
    /*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;*/
    margin-bottom: 20px;
}

.list-column .list-heading span:last-child {
    display: block;
}

.list-column .column-category {
    margin: 0 0 10px;
}

.list-column .list-ttl {
    flex: 1;
    display: inline-block;
    border-bottom: 1px solid #009de2;
    color: #009de2;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 5px;
}

.list-column .list-wrapper {
    border-bottom: 1px solid #aaa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.list-column .list-img {
    width: 225px;
    margin-right: 20px;
}

.list-column .list-desc {
    flex: 1;
    line-height: 1.8;
}

.list-column .list-more {
    text-align: right;
    margin-top: 20px;
}

.list-column .list-more a::after {
    content: "";
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background: url(../img/icon_arrow_2.svg) no-repeat center/contain;
    vertical-align: middle;
}

.list-column .list-more a:hover {
    text-decoration: none;
}

.list-column time {
    border-top: #aaa;
    display: block;
    color: #717171;
    text-align: right;
    padding-top: 15px;
}

.column-category {
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    font-size: 1.3rem;
    padding: 5px 10px 4px;
}

.column-category.cat01 {
    background: #64add2;
}

.column-category.cat02 {
    background: #ec8784;
}

.column-category.cat03 {
    background: #53a757;
}

.column-category.cat04 {
    background: #5c539b;
}

.column-category.cat05 {
    background: #808080;
}

.column-category.cat06 {
    background: #ecb863;
}

.column-category.cat07 {
    background: #e194b3;
}

.column-category.cat08 {
    background: #caf3cb;
    color: #333;
}


/*コラム詳細*/

.l-column-single {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    line-height: 1.5;
    padding: 20px 20px 50px;
    margin-bottom: 30px;
}

.l-column-single .l-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.l-column-single time {
    color: #717171;
}

.l-column-single p+p {
    margin-top: 15px;
}

.l-column-single .l-ttl {
    border-bottom: 1px solid #959595;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.l-column-single .l-h3,
.l-column-single .l-h302 {
    background: #009de2;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 15px;
    margin: 50px 0 25px;
}

.l-column-single .l-h302 {
    background: #1e2182;
}

.l-column-single .l-h4 {
    border-bottom: 2px solid #959595;
    font-weight: bold;
    font-size: 18px;
    padding: 0 5px 10px;
    margin: 25px 0 20px;
    position: relative;
}

.l-column-single .l-h4::before {
    content: "";
    background: #1e2182;
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}


/*目次*/

.box-table-of-contents {
    border: 1px solid #959595;
    background: #eaf9ff;
    border-radius: 2px;
    padding: 20px;
    margin: 30px 0 0;
}

.box-table-of-contents .box-ttl {
    margin-bottom: 10px;
}

.box-table-of-contents ul {
    list-style: disc;
    padding: 0 0 0 25px;
}

.box-table-of-contents ul a {
    color: #009de2;
}

.l-column-single .l-box ul a:hover {
    text-decoration: none;
}


/*ページャー*/

.post-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
}

.post-number a {
    text-decoration: none;
    border-bottom: 1px solid #333;
    display: inline-block;
    margin: 0 13px;
    line-height: 25px;
    position: relative;
}

.post-number a.prev,
.post-number a.next {
    border-bottom: none;
}

.post-number a.prev::before,
.post-number a.next::before {
    content: "";
    display: inline-block;
    border-style: solid;
    transition: .5s;
}

.post-number a.prev::before {
    border-width: 5px 6px 5px 0;
    border-color: transparent #333 transparent transparent;
}

.post-number a.next::before {
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #333;
}

.post-number a.prev:hover::before,
.post-number a.next:hover::before {
    opacity: .5;
}

.post-number a:hover {
    border-bottom: none;
}

.post-number .current {
    background: #fff;
    border: 1px solid #009de2;
    border-radius: 50px;
    color: #009de2;
    ;
    display: inline-block;
    padding: 1px 5px 0;
    margin: 0 8px;
    position: relative;
    line-height: 25px;
}

.post-number-single {
    text-align: center;
    line-height: 1;
    overflow: hidden;
}

.post-number-single a {
    display: inline-block;
    color: #000;
}

.post-number-single .prev {
    float: left;
}

.post-number-single .next {
    float: right;
}

.post-number-single .prev::before,
.post-number-single .next::after {
    content: "";
    display: inline-block;
    border-style: solid;
    transition: .5s;
}

.post-number-single .prev::before {
    border-width: 5px 6px 5px 0;
    border-color: transparent #333 transparent transparent;
    margin-right: 10px;
}

.post-number-single .next::after {
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #333;
    margin-left: 10px;
}

.post-number-single a.all {
    padding: 0;
}

.post-number-single a:hover {
    text-decoration: none;
}


/*サイドバー*/

.l-side-item {
    border: 1px solid #aaa;
    border-radius: 10px;
    background: #fff;
    padding: 20px 18px;
}

.l-side-item+.l-side-item {
    margin-top: 30px;
}

.l-side-item .l-ttl {
    border-bottom: 1px solid #aaa;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.search_container {}

.search_container input[type="text"] {
    display: block;
    background: #f9faed;
    border: 1px solid #aaa;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}

.search_container input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    background: #1e2182 url(../img/icon_search_white.png) no-repeat top 11px left 8px / 17px;
    box-shadow: 0 3px 0 #06083e;
    border: none;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    max-width: 135px;
    width: 100%;
    padding: 10px 0 7px;
    margin: 0 auto;
    box-sizing: border-box;
}

.search_container input[type="submit"]:focus {
    outline: 0;
}

.search_container input[type="submit"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.list-side-categorys {}

.list-side-categorys li {
    border-bottom: 1px solid #aaa;
}

.list-side-categorys li:last-child {
    border-bottom: none;
}

.list-side-categorys a {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 10px 0 10px 20px;
    transition: .5s;
}

.list-side-categorys a:hover {
    opacity: .5;
}

.list-side-categorys a::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 11px;
}

.list-side-categorys a.cat01::before {
    background: #64add2;
}

.list-side-categorys a.cat02::before {
    background: #ec8784;
}

.list-side-categorys a.cat03::before {
    background: #53a757;
}

.list-side-categorys a.cat04::before {
    background: #5c539b;
}

.list-side-categorys a.cat05::before {
    background: #808080;
}

.list-side-categorys a.cat06::before {
    background: #ecb863;
}

.list-side-categorys a.cat07::before {
    background: #e194b3;
}

.list-side-categorys a.cat08::before {
    background: #caf3cb;
}

.list-side-links li {
    border-bottom: 1px solid #aaa;
}

.list-side-links li:last-child {
    border-bottom: none;
}

.list-side-links a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    transition: .5s;
}

.list-side-links a:hover {
    opacity: .5;
}


/* 資料請求
-------------------------------*/

.contactBnr_top.inquiryBnr {
    background: url(../img/inquiry/01_inquiry.jpg);
}

.form-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.form-flow__item {
    font-size: 2.0rem;
    border-radius: 5px;
    border: 1px solid #c3c3c5;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.form-flow__item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -45px;
    width: 0;
    height: 0;
    border-left: 13px solid #009de2;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}

.form-flow__item.is-current {
    background: #eaf8ff;
}

.form-flow__item--1 {
    width: 298px;
}

.form-flow__item--2 {
    width: 219px;
}

.form-flow__item--3 {
    width: 132px;
}

.form {
    padding: 50px 41px 60px;
    border: 1px solid #c3c3c5;
    border-radius: 5px;
    margin: 40px 0 80px;
}

.form--mt-lg {
    margin-top: 60px;
}

.form__item {
    margin-bottom: 30px;
}

.form__item__row {
    margin-bottom: 16px;
}

.form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.form__parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.form__icon {
    margin: 0 0.7em;
    font-size: 1.6rem;
    font-weight: bold;
}

.form__label {
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 10px;
}

.form__must {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFFFFF;
    background: #009de2;
    border-radius: 10px;
    letter-spacing: 0.05em;
    display: inline-block;
    width: 56px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__must:not(:last-child) {
    margin-right: 14px;
}

.form__note {
    padding-left: 1em;
}

.form__note a:hover {
    text-decoration: none;
}

.form__note--mt {
    margin-top: 15px;
}

.form__agree {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    padding-bottom: 25px;
}

.form__3col {
    padding: 0px 0 0px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form__3col .mwform-radio-field {
    display: block;
    width: calc(100% / 3 - 75px);
    padding-bottom: 7px;
}

.input {
    background: #FFFFFF;
    background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
    background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
    background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    font-size: 1.6rem;
    width: 100%;
    padding: 0 12px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input--textarea {
    height: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.input--sm {
    width: 324px;
}

.input--xs {
    width: 166px;
}

.input::-webkit-input-placeholder {
    color: #d0d0d0;
}

.input::-moz-placeholder {
    color: #d0d0d0;
}

.input:-ms-input-placeholder {
    color: #d0d0d0;
}

.input::-ms-input-placeholder {
    color: #d0d0d0;
}

.input::placeholder {
    color: #d0d0d0;
}

.input:-ms-input-placeholder {
    color: #d0d0d0;
}

.input::-ms-input-placeholder {
    color: #d0d0d0;
}

.input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 5px #dddddd;
    box-shadow: 0 0 5px #dddddd;
}

.mwform-radio-field {
    position: relative;
    margin: 10px 15px 0 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mwform-radio-field input {
    position: absolute;
    opacity: 0;
}

.mwform-radio-field input:checked+span:before {
    background: #009de2;
    -webkit-box-shadow: 0 0 0 3px #FFFFFF inset;
    box-shadow: 0 0 0 3px #FFFFFF inset;
}

.mwform-radio-field-text:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px 0;
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
}

.mwform-radio-field-text:hover {
    opacity: 0.7;
    cursor: pointer;
}

.mwform-checkbox-field {
    position: relative;
    margin-right: 30px;
}

.mwform-checkbox-field input {
    position: absolute;
    opacity: 0;
}

.mwform-checkbox-field input:checked+span:before {
    background: #009de2;
    -webkit-box-shadow: 0 0 0 3px #FFFFFF inset;
    box-shadow: 0 0 0 3px #FFFFFF inset;
}

.mwform-checkbox-field-text:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px 0;
    width: 15px;
    height: 15px;
    border-radius: 1px;
    border: 1px solid #e7e7e7;
}

.form_inpuiry_wapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 0 -10px;
}

.form_inpuiry_wapper span {
    width: 48%;
    margin: 0 0 10px;
}

.button-1--form {
    padding: 0;
    border: none;
    background: #1e2182;
    box-shadow: 0 3px 0 #06083e;
    text-align: center;
    cursor: pointer;
}

.button-2--form {
    padding: 0;
    border: none;
    background: #bfbfbf;
    box-shadow: 0 2px 0 #707070;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .sectionGraph {
        max-width: 100%;
    }
    .progress {
        margin-bottom: 14vw;
        width: 28vw;
        height: 28vw;
    }
    .section-1-sp--white {
        background: #fff;
    }
    .section-1-sp--blue {
        background: #e9f3f7;
    }
    .voice,
    .voice-review__heading {
        font-size: 1.2rem;
    }
    .voice__image {
        margin-right: 10px;
    }
    .voice-review__container {
        display: block;
    }
    .voice-review__module {
        margin-bottom: 7px;
        margin-right: 0;
    }
    .telList__btn img {
        margin-right: 10px;
        max-width: 30px;
        max-height: 30px;
    }
    .plan-link__body {
        flex-wrap: wrap;
        padding: 0 0 10px;
    }
    .plan-link__image {
        position: static;
        width: 100%;
        border-radius: 0;
    }
    .plan-link__price {
        margin-bottom: 20px;
    }
    .fixed-banner .telList__item a span {
        padding: 2px 6px;
        width: 36px;
        word-break: keep-all;
        font-size: 1.2rem;
    }
    .message__sub {
        padding-right: 0;
        /* sp */
        width: 100px;
    }
    .message__main {
        padding: 0 0 0 10px;
        /* sp */
        width: calc(100% - 100px);
    }
    .message__image {
        margin-bottom: 10px;
        /* sp */
        width: 100px;
        height: 100px;
    }
    .message__name {
        /* sp */
        font-size: 1rem;
    }
    .message__shop {
        /* sp */
        display: none;
    }
    .message__heading {
        /* sp */
        display: none;
    }
    .message__text {
        margin-bottom: 10px;
        /* sp */
        font-size: 1.2rem;
    }
    .reason__item {
        margin-right: 0;
        padding: 0 10px;
        /* sp */
        width: 100%;
        height: auto;
    }
    .reason .slick-dots {
        position: static;
    }
    .reason__heading {
        left: 5px;
        /* sp */
        width: calc(100% - 20px);
        height: 30px;
        font-size: 1.2rem;
    }
    .reason__heading:before {
        /* sp */
        top: 30px;
    }
    .reason__image {
        margin: 0 auto;
        max-width: 207px;
        /* sp */
        width: 100%;
    }
    .reason__text {
        padding: 10px 0;
        /* sp */
        font-size: 1.2rem;
    }
    .banners__item {
        margin: 0 12px 9px 0;
        /* sp */
        width: calc(50% - 6px);
    }
    .banners__item:nth-child(even) {
        margin-right: 0;
    }
    .banners__image {
        /* sp */
        width: 35px;
        height: 35px;
    }
    .banners__text {
        padding-left: 9px;
        /* sp */
        font-size: 1rem;
        line-height: 1.4;
    }
    .guide-wrap {
        /* sp */
        padding: 0 15px;
    }
    .guide-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-bottom: 10px;
        /* sp */
        width: 100%;
        border-bottom: #d2d2d2 1px solid;
    }
    .guide-list__image {
        margin-right: 10px;
        width: 160px;
    }
    .guide-list__para {
        flex-grow: 1;
        margin-right: 10px;
    }
    .guide-list__text {
        font-size: 1.2rem;
    }
    .guide-list__icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .sectionMessage {
        padding-top: 20px !important;
    }
    .white-sp-box {
        margin-bottom: 10px;
        background: #fff;
    }
    .message {
        margin-bottom: 10px;
        border: none;
        border-bottom: 1px solid #bfbfbf;
        border-radius: 0;
    }
    .sectionMessage__heading2 {
        margin-bottom: 20px;
    }
    .sectionArea__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .sectionArea__column {
        padding: 0;
        width: 50%;
        border: 1px solid #bfbfbf;
    }
    .sectionArea__column a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 10px;
        text-decoration: none;
    }
    .sectionArea__column a h3 {
        font-size: 2rem;
    }
    .sectionArea__column a img {
        width: 30px;
    }
    .sectionGraph_text {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sectionGraph_text_01 {
        margin-bottom: 10px;
        text-align: center;
    }
    .sectionGraph_text_02 {
        padding: 0;
        font-size: 1.4rem;
    }
    .fv-women {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 0;
        width: 40vw;
    }
    .fv-saidan {
        position: absolute;
        bottom: 0;
        z-index: 0;
        width: 60vw;
    }
    .hall-head .button-1 {
        margin: 0;
        padding: 2vw;
        max-width: 70vw;
        width: 100%;
        height: auto;
        font-size: 3vw;
    }
    .hall-head__heading img {
        margin: 0 1vw;
        width: 28vw;
    }
    .sectionRecruit {
        background-size: cover;
    }
    .key-visual-sp .home-head--1 {
        padding: 3vw;
        height: 97vw;
    }
    .key-visual-sp .home-head--1__text {
        position: static;
    }
    .key-visual .hall-head__text {
        padding: 1vw 0;
        border-radius: 10px;
        background: #009ee2;
    }
    .key-visual .hall-head__heading {
        text-align: center;
    }
    .hall-head__heading {
        margin-bottom: 3vw;
        text-align: left;
        font-size: 5.5vw;
        padding-left: 0;
    }
    .key-visual .hall-head__img {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .key-visual .hall-head__img .fv-saidan {
        width: 47vw;
    }
    .key-visual .hall-head__img .fv-jojo {
        position: absolute;
        top: 36vw;
        left: 64vw;
        width: 17vw;
    }
    /* .key-visual .hall-head__img .fv-women {
		right: -1vw;
		bottom: 0;
		width: 43vw;
	} */
    .key-visual .hall-head__img .fv-women {
        right: -3vw;
        bottom: 0;
        width: 38vw;
    }
    .key-visual .home-head__sub {
        left: 3vw;
        margin: 0;
        padding: 3vw 2vw 11vw;
        width: 60vw;
        background: none;
    }
    .key-visual .home-head__sub__text_01 {
        display: none;
    }
    .key-visual .button-1_pink {
        display: none;
    }
    .key-visual hr {
        display: none;
    }
    .key-visual .key-visual-btn {
        padding: 23vw 0 10vw;
    }
    .key-visual .button-1 {
        padding: 4vw;
        width: 100%;
        height: 12vw;
        font-size: 3.6vw;
    }
    .key-visual .button-1 img {
        margin-right: 2vw;
        width: 5.2vw;
    }
    .progress .progress-value {
        top: 1vw;
        left: 2vw;
        padding: 2vw;
        width: 24vw;
        height: 24vw;
    }
    .progress .progress-bar {
        border-width: 3vw;
    }
    .progress:after {
        border-width: 3vw;
    }
    .progress_text {
        position: absolute;
        bottom: -10vw;
        width: 100%;
        text-align: center;
        font-size: 3vw;
        line-height: 1.3;
    }
    .form-flow__item {
        font-size: 1.3rem;
        height: 36px;
    }
    .form-flow__item:not(:last-child):after {
        border-width: 8px;
        right: -16px;
    }
    .form-flow__item--1 {
        width: calc(45% - 20px);
    }
    .form-flow__item--2 {
        width: calc(36% - 20px);
    }
    .form-flow__item--3 {
        width: calc(19%);
    }
    .form {
        margin: 20px 0 50px;
        padding: 20px 15px;
    }
    .list-column li {
        padding: 15px;
    }
    .list-column li+li {
        margin-top: 25px;
    }
    .list-column .list-heading {
        /*display: block;*/
        margin-bottom: 15px;
    }
    .list-column .list-wrapper {
        display: block;
        /*display: 100%;*/
        padding-bottom: 15px;
    }
    .list-column .list-img {
        width: 100%;
        margin: 0 0 15px;
    }
    .list-column .list-more {
        margin-top: 15px;
    }
    .l-column-single {
        padding: 15px 15px 30px;
        margin-bottom: 30px;
    }
    .l-column-single .l-ttl {
        font-size: 20px;
    }
    .l-column-single .l-h3,
    .l-column-single .l-h302 {
        font-size: 18px;
        margin: 30px 0 15px;
    }
    .l-column-single .l-h4 {
        font-size: 16px;
    }
    .box-table-of-contents {
        padding: 15px 10px;
    }
    .box-voice-search {
        padding: 15px;
        margin-bottom: 50px;
    }
    .box-voice-search .box-ttl {
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .box-voice-search select {
        width: 100%;
        height: 40px;
        margin-right: 15px;
    }
    .box-voice-search input[type="submit"] {
        max-width: 100%;
        width: 100%;
    }
    .l-intro {
        display: block;
        margin-bottom: 30px;
    }
    .l-intro .l-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .l-intro .l-ttl {
        font-size: 22px;
    }
    .list-btns {
        display: block;
    }
    .list-btns li {
        width: 100%;
    }
    .list-btns li+li {
        margin-top: 10px;
    }
    .l-about+.l-about {
        margin-top: 30px;
    }
    .l-about .l-inner {
        display: block;
        padding: 0 5% 55px;
    }
    .l-about .l-img {
        width: 200px;
        margin: 0 auto 15px;
    }
    .l-about .l-desc {
        line-height: 1.7;
    }
    .l-about .l-ttl {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .l-about .l-ttl .num {
        flex: 0 0 35px;
    }
    .l-about:nth-child(odd) .l-img {
        margin: 0 auto 15px;
    }
    .slick-video {}
    .slick-video .slick-slide {
        text-align: center;
        margin: 0;
    }
    .slick-video .slick-slide img {
        width: 100%;
    }
    .slick-video .slick-prev,
    .slick-video .slick-next {
        width: 25px;
        height: 25px;
    }
    .slick-video .slick-prev {
        left: 0;
    }
    .slick-video .slick-next {
        right: 0;
    }
    /* --- エリアごとに電話番号を変える --- */
    .fixed-banner .telList__flexbox--fukushima .telList__item a {
        padding: 8px 0;
    }
    .fixed-banner .telList__flexbox--fukushima .telList__item a span {
        padding: 5px 6px;
        font-size: 1.8rem;
    }
    .fixed-banner .telList__flexbox--fukushima .telList__item a>img {
        width: 180px;
    }
    /* 郡山 */
    .fixed-banner .telList__flexbox--koriyama .telList__item a {
        padding: 8px 0;
    }
    .fixed-banner .telList__flexbox--koriyama .telList__item a span {
        padding: 5px 6px;
        font-size: 1.8rem;
    }
    .fixed-banner .telList__flexbox--koriyama .telList__item a>img {
        width: 180px;
    }
    /* 会津 */
    .fixed-banner .telList__flexbox--aizu .telList__item a {
        padding: 8px 0;
    }
    .fixed-banner .telList__flexbox--aizu .telList__item a span {
        padding: 5px 6px;
        font-size: 1.8rem;
    }
    .fixed-banner .telList__flexbox--aizu .telList__item a>img {
        width: 180px;
    }
    /* 茨城 */
    .fixed-banner .telList__flexbox--ibaraki .telList__item a {
        padding: 8px 0;
    }
    .fixed-banner .telList__flexbox--ibaraki .telList__item a span {
        padding: 5px 6px;
        font-size: 1.8rem;
    }
    .fixed-banner .telList__flexbox--ibaraki .telList__item a>img {
        width: 180px;
    }
}