@charset "UTF-8";

/*====== Element =====*/
body {
    font-size: 14px;
}

h2, .h1 { font-size: 36px; font-size: min(9.6vw, 50px); line-height: 1.24; }

h3, .h2 { font-size: 28px; font-size: min(7.47vw, 38px); line-height: 1.32; }

h4, .h3 { font-size: 21px; font-size: min(5.6vw, 30px); line-height: 1.48; }

h5, .h4 { font-size: 18px; font-size: min(4.8vw, 24px); line-height: 1.55; }

h6, .h5 { font-size: 15px; font-size: min(4vw, 18px); line-height: 1.625; }

/*====== Common Style =====*/
.for_pc { display: none !important; }

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

/* margin */
.m-mtp_s { margin-top: 25px !important; }
.m-mtp_m { margin-top: 45px !important; }
.m-mtp_l { margin-top: 90px !important; }

.m-mbt_s { margin-bottom: 25px !important; }
.m-mbt_m { margin-bottom: 45px !important; }
.m-mbt_l { margin-bottom: 90px !important; }

/* label - Main Text (Color) + Sub Text */
.m-lb01 {
    margin-bottom: 30px;
    color: var(--color-blue);
    font-size: 42px;
    font-size: min(11.2vw, 72px);
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.139;
    text-align: center;
}

.m-lb01__main {
    display: block;
}

.m-lb01__sub {
    display: block;
    margin-top: 10px;
    color: var(--color-text);
    font-size: .32em;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 1;
}

/* label - short underline */
.m-lb02 {
    position: relative;
	padding-bottom: 18px;
	margin-bottom: 30px;
    font-size: 24px;
    font-size: min(6.4vw, 32px);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.188;
}

.m-lb02.is-white {
	color: #fff;
}

.m-lb02.is-center {
    text-align: center;
}

.m-lb02::after {
    content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	border-bottom: solid 3px var(--color-blue);
    opacity: .4;
}

.m-lb02.is-white::after {
    border-bottom-color: #fff;
}

.m-lb02.is-center::after {
    left: 50%;
    margin-left: -20px;
}

/* label - short dot underline */
.m-lb03 {
    position: relative;
	padding-bottom: 18px;
	margin-bottom: 50px;
    font-size: 28px;
    font-size: min(7.47vw, 40px);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.65;
    text-align: center;
}

.m-lb03::after {
    content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 44px;
    height: 4px;
    margin-left: -22px;
	background: url("../image/icon/line_dot_s.svg") 50% 50% no-repeat;
    background-size: contain;
}

/* label - dot underline */
.m-lb04 {
    padding-bottom: 20px;
	margin-bottom: 40px;
    background: url("../../_common/image/icon/line_dot.svg") 0 100% repeat-x;
    background-size: 8px;
    font-size: 30px;
    font-size: min(8vw, 36px);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.36;
}

/* label - 2Color underline */
.m-lb05 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: solid 1px var(--color-gray);
    font-size: 23px;
    font-size: min(6.13vw, 26px);
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.56;
}

.m-lb05::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 28px;
    border-bottom: solid 1px var(--color-blue);
}

/* label - bg Blue Line */
.m-lb06 {
    margin-bottom: 20px;
    padding: .636em .909em;/*14px 20px*/
    border-radius: var(--border-radius);
    background: var(--color-blue);
    color: #fff;
    font-size: 18px;
    font-size: min(4.8vw, 22px);
    font-weight: 500;
    line-height: 1.545;
}

/* label - left Line */
.m-lb07 {
    margin-bottom: 20px;
    padding: 0.037em 0 0.148em 0.667em;
    border-left: solid 3px var(--color-blue);
    font-size: 20px;
    font-size: min(5.33vw, 27px);
    font-weight: 700;
    line-height: 1.185;
}

/* catch text */
.m-catch01 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: min(5.87vw, 36px);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.611;
}

/* link */
.m-link01 {
    display: inline-block;
	position: relative;
    padding: .4em 2.688em .4em 0;
	color: var(--color-text);
    line-height: 1.2;
    text-align: left;
	text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
}

.m-link01::after {
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
	width: 3.333em;
    height: 3.333em;/*30px*/
    margin-top: -1.667em;
    border-radius: 50%;
    background: var(--color-blue);
    color: #fff;
    font-size: .563em;/*9px*/
    letter-spacing: normal;
    -webkit-transition: .6s;
    transition: .6s;
}

.m-link01.is-rv {
    padding: .4em 0 .4em 2.688em;
}

.m-link01.is-rv::after {
    content: "\f053";
    right: auto;
    left: 0;
}

.m-link02 {
    display: inline-block;
	position: relative;
    padding-left: 1.3em;
	color: var(--color-blue);
    font-weight: 700;
	text-decoration: none;
}

.m-link02::before {
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    top: .9em;
	width: 1.6em;
    height: 1.6em;
    padding-top: .2em;
    border-radius: 50%;
    background: var(--color-blue);
    color: #fff;
    font-size: 0.625em;
    letter-spacing: normal;
}

/* link button */
.m-btn01 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	max-width: 100%;
    width: 21.75em;
	height: 4.688em;
    padding: 0 1.688em;
	border-radius: 3em;
	border: 1px solid var(--color-gray);
	background: #fff;
	color: var(--color-text);
    line-height: 1.2;
    text-align: left;
	text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
}

.m-btn01:hover {
    background: var(--color-blue);
    color: #fff;
    opacity: 1;
}

.m-btn01::after {
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 3.222em;/*29px*/
    top: 50%;
	width: 3.333em;
    height: 3.333em;/*30px*/
    margin-top: -1.667em;
    border-radius: 50%;
    background: var(--color-blue);
    color: #fff;
    font-size: .563em;/*9px*/
    letter-spacing: normal;
    -webkit-transition: .6s;
    transition: .6s;
}

.m-btn01:hover::after {
    background: #fff;
    color: var(--color-blue);
}

.m-btn02 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	max-width: 100%;
    width: 21.75em;
	height: 4.688em;
    padding: 0 1.688em;
	border-radius: 3em;
	border: 1px solid var(--color-gray);
    background: var(--color-blue);
    color: #fff;
    line-height: 1.2;
    text-align: left;
	text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
}

.m-btn02::after {
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 3.222em;/*29px*/
    top: 50%;
	width: 3.333em;
    height: 3.333em;/*30px*/
    margin-top: -1.667em;
    border-radius: 50%;
    background: #fff;
    color: var(--color-blue);
    font-size: .563em;/*9px*/
    letter-spacing: normal;
    -webkit-transition: .6s;
    transition: .6s;
}

/* box */
.m-sec01 {
    padding: 60px 0 80px;
}

.m-sec02 {
    margin-top: 60px;
}

.m-box01 {
    padding: 15px;
    border-radius: var(--border-radius);
    background: var(--bg-light);
}

.m-lead {
    margin-bottom: 50px;
}

.m-lead.m-col-lr {
    display: block;
}

.m-lead.m-col-lr .m-lead__cat {
	margin: 0 0 15px;
}

.m-lead2 {
    margin-bottom: 60px;
}

/* Column Box */
.m-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
}

.m-col2 + .m-col2 {
    margin-top: 22px;
}

.m-col2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.m-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
}

.m-col3 + .m-col3 {
    margin-top: 14px;
}

.m-col3 > * {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
}

.m-col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.m-col4 + .m-col4 {
    margin-top: 10px;
}

.m-col4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}

.m-col2.sp-clear,
.m-col3.sp-clear,
.m-col4.sp-clear {
    display: block;
}

.m-col2.sp-clear > * + *,
.m-col3.sp-clear > * + *,
.m-col4.sp-clear > * + * {
    margin-top: 25px;
}

/* Column Box - left right */
.m-col-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.m-col-lr + .m-col-lr {
    margin-top: 40px;
}

.m-col-lr.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.m-col-lr__l,
.m-col-lr__r {
    -ms-flex-preferred-size: 48.166%;
        flex-basis: 48.166%;
}

.m-col-lr.sp-clear {
    display: block;
}

.m-col-lr.sp-clear > * + * {
    margin-top: 25px;
}

/* list */
.m-dlList01 {
    border-radius: var(--border-radius);
    border: solid 1px var(--color-blue);
    background: #fff;
}

.m-dlList01 + .m-dlList01 {
    margin-top: 25px;
}

.m-dlList01__lb {
    padding: 23px 8% 17px;
    color: var(--color-blue);
    font-size: 1.143em;
    font-weight: 700;
    line-height: 1.625;
    text-align: center;
}

.m-dlList01__cont {
    position: relative;
    padding: 20px 8%;
    text-align: left;
}

.m-dlList01__cont::before {
    content: "";
    display: block;
    position: absolute;
    left: 8%;
    right: 8%;
    top: 0;
    border-top: solid 1px var(--color-blue);
}

.m-dlList02 {
    position: relative;
    padding: 20px;
    border-radius: var(--border-radius);
    border: solid 1px var(--color-blue);
    background: #fff;
}

.m-dlList02__lb {
    position: absolute;
    left: 20px;
    top: 0;
    -webkit-transform: translate(0, -55.9%);
            transform: translate(0, -55.9%);
    padding: 0 10px;
    margin-bottom: 0;
    background: #fff;
    color: var(--color-blue);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.889;
}

.m-dlList02.is-color {
    background: var(--bg-blue);
}

.m-dlList02.is-color .m-dlList02__lb {
    background: var(--color-blue);
    color: #fff;
}

/* table */
.m-table {
    display: table;
    border-collapse: collapse;
}

.m-table__tr {
    display: table-row;
}

.m-table__th,
.m-table__td {
    display: table-cell;
}

/* table - border bottom */
.m-table01 {
    width: 100%;
    line-height: 1.625;
}

.m-table01 th,
.m-table01 td,
.m-table01 .m-table__th,
.m-table01 .m-table__td {
    vertical-align: middle;
    padding: 17px 0;
}

.m-table01 th,
.m-table01 .m-table__th {
    width: 7em;
    border-bottom: solid 1px;
    color: var(--color-blue);
}

.m-table01 td,
.m-table01 .m-table__td {
    border-bottom: solid 1px var(--color-gray);
}

/* table - th bg color */
.m-table02 {
    width: 100%;
    line-height: 1.625;
}

.m-table02 th,
.m-table02 td,
.m-table02 .m-table__th,
.m-table02 .m-table__td {
    vertical-align: middle;
    text-align: center;
    padding: 12px 0;
}

.m-table02 thead th,
.m-table02 thead td,
.m-table02 thead .m-table__th,
.m-table02 thead .m-table__td {
    padding: 10px 0;
}

.m-table02 th,
.m-table02 .m-table__th {
    border: solid 1px #fff;
    background: var(--color-blue);
    color: #fff;
    font-weight: 500;
}

.m-table02 td,
.m-table02 .m-table__td {
    border: solid 1px var(--color-gray);
    background: #fff;
}

/* table - th bg color gray */
.m-table03 {
    width: 100%;
    border-collapse: separate;
}

.m-table03 tr:first-child *:first-child,
.m-table03 .m-table__tr:first-child *:first-child {
    border-radius: var(--border-radius) 0 0 0;
}

.m-table03 tr:first-child *:last-child,
.m-table03 .m-table__tr:first-child *:last-child {
    border-radius: 0 var(--border-radius) 0 0;
}

.m-table03 tr:last-child *:first-child,
.m-table03 .m-table__tr:last-child *:first-child {
    border-radius: 0 0 0 var(--border-radius);
}

.m-table03 tr:last-child *:last-child,
.m-table03 .m-table__tr:last-child *:last-child {
    border-radius: 0 0 var(--border-radius) 0;
}

.m-table03 th,
.m-table03 td,
.m-table03 .m-table__th,
.m-table03 .m-table__td {
    vertical-align: middle;
    border: solid 1px var(--color-gray);
    text-align: left;
}

.m-table03 tr:not(:last-child) th,
.m-table03 tr:not(:last-child) td,
.m-table03 .m-table__tr:not(:last-child) .m-table__th,
.m-table03 .m-table__tr:not(:last-child) .m-table__td {
    border-bottom: none;
}

.m-table03 th,
.m-table03 .m-table__th {
    width: 6.5em;
    padding: 12px;
    border-right: none;
    background: var(--bg-light);
}

.m-table03 td,
.m-table03 .m-table__td {
    padding: 12px 15px;
    border-left: none;
    background: #fff;
}

/* map */
.m-map iframe {
    width: 100%;
}

/* image */
.m-round10 {
    border-radius: var(--border-radius);
}


/*====== site logo =====*/
.site-logo {
    display: block;
    padding: 5px;
    color: inherit;
    text-decoration: none;
}

.site-logo__txt {
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
}

.site-logo__logo img {
    max-width: 36.64vw;
}


/*====== gnv =====*/
.sns-list__item + .sns-list__item {
    margin-top: 1em;
}

.sns-list__btn {
    display: block;
    position: relative;
    padding: .5em 0 .5em 3em;
}

.sns-list__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.sns-list__item--mail .sns-list__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: .273em;
    width: 2.727em;
    height: 2.727em;
    border-radius: 50%;
    font-size: .786em;
}

.sns-list__item--line .sns-list__icon {
    left: .179em;
    font-size: 2em;
}


/*====== header =====*/
#wrapper {
    padding-top: 70px;
}

.anchorBlock {
    padding-top: 70px;
    margin-top: -70px;
}

.site-header {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.site-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    height: 70px;
}

.site-header__ttl {
    margin: 0 5px;
}

.site-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 10000;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    border: solid 1px var(--color-gray);
    border-bottom: none;
    background: #fff;
    overflow: hidden;
}

.site-header__navLeft {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.site-header .gnv-tel {
    color: var(--color-blue);
    font-size: 18px;
    font-size: min(4.8vw, 24px);
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.site-header .gnv-tel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 60px;
}

.site-header .gnv-tel__lb {
    font-size: 0.667em;
    letter-spacing: normal;
}

.site-header .gnv-tel__time {
    margin-top: 2px;
    font-size: 0.444em;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.site-header .gnv {
    display: none;
}

.site-header .gnv-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header .gnv-btn__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    width: 70px;
    width: min(17.81vw, 117px);
    height: 60px;
    font-size: 7.7px;
    font-size: min(2.05vw, 10px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.39;
    text-align: center;
}

.site-header .gnv-btn__item--cart {
    background: #226DBE;
    color: #fff;
}

.site-header .gnv-btn__item--cart .gnv-btn__icon {
    font-size: 11.17px;
}

.site-header .gnv-btn__item--line {
    background: #55C33F;
    color: #fff;
}

.site-header .gnv-btn__item--line .gnv-btn__icon {
    font-size: 14.22px;
}

.site-header .gnv-btn__item--mail {
    background: #F46518;
    color: #fff;
}

.site-header .gnv-btn__item--mail .gnv-btn__icon {
    font-size: 11.17px;
}


/*====== toggle Navi =====*/
.toggle-button {
    position: fixed;
    z-index: 11000;
    right: 0;
    top: 0;
    display: block;
    border: none;
    background: transparent;
    width: 76px;
    height: 70px;
    padding: 0;
    cursor: pointer;
}

.toggle-button::after {
    content: "メニュー";
    display: block;
    margin-top: 23px;
    color: var(--color-text);;
    font-size: 12px;
    letter-spacing: .03em;
    line-height: 1;
}

.toggle-button span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 30px;
    height: 2px;
    margin: -11px 0 0 -15px;
    background: var(--color-text);
    font-size: 0;
}

.toggle-button span::before,
.toggle-button span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--color-text);
    -webkit-transition: .3s;
    transition: .3s;
}

.toggle-button span::before {
    top: -6px;
}

.toggle-button span::after {
    top: 6px;
}

.toggle-nav {
    position: fixed;
    z-index: 90;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
}

.toggle-nav__inner {
    width: 100%;
    height: 100%;
    padding: 0 6.67% 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.toggle-nav .gnv {
    font-size: 16px;
}

.toggle-nav .gnv li {
    border-bottom: solid 1px var(--color-gray);
}

.toggle-nav .gnv li a {
    position: relative;
    display: block;
    padding: 13px 13px 13px 32px;
}

.toggle-nav .gnv li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 1.35em;
    font-size: .8em;
}

/* menu Open */
.is-gnvOpen { overflow: hidden; }

.is-gnvOpen .toggle-button span {
    background: transparent;
}

.is-gnvOpen .toggle-button span::before,
.is-gnvOpen .toggle-button span::after {
    top: 0;
}

.is-gnvOpen .toggle-button span::before {
    -webkit-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
}

.is-gnvOpen .toggle-button span::after {
    -webkit-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
}

.is-gnvOpen .toggle-nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*====== page header =====*/
.page-header {
    position: relative;
    background: var(--color-blue);
    color: #fff;
}

.page-header__img img {
    width: 100%;
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
}

.page-header__txt {
    padding: 12% 4%;
}

.page-header__deco {
    position: absolute;
    left: 0;
    bottom: 2%;
    font-size: min(18vw, 160px);
    font-weight: 600;
    letter-spacing: normal;
    line-height: .8;
    white-space: nowrap;
    opacity: .08;
}

.page-title {
    margin: 0;
    font-size: 38px;
    font-size: min(10.13vw, 60px);
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 0.968;
}

.page-title__main {
    display: block;
}

.page-title__sub {
    display: block;
    margin-bottom: 15px;
    font-size: .387em;
    font-weight: 600;
    letter-spacing: normal;
    opacity: .6;
}

/* breadcrumbs */
.breadcrumbs {
    margin-bottom: 45px;
    padding: 20px 0;
    font-size: 13px;
    letter-spacing: .03em;
    line-height: 1.2;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs a {
    color: inherit;
}


/*====== footer =====*/
.site-footer {
    padding: 55px 0 80px;
    background: #226DBE;
    color: #fff;
}

.site-footer__inner {
    max-width: 280px;
    width: 92%;
    margin: 0 auto;
}

.site-footer__ttl {
    margin-bottom: 5px;
}

.site-footer__info {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.571;
}

.site-footer__info > * + * {
    margin-top: 12px;
}

.site-footer__info .gnv-tel__time {
    margin-top: 5px;
    font-size: 0.857em;
    letter-spacing: 0.03em;
}

.site-footer__info .sns-list {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
}

.site-footer__info .sns-list__item--mail .sns-list__icon {
    background: #fff;
    color: #226DBE;
}

.site-footer__right {
    margin-top: 40px;
}

.fnv__item1 {
    margin-bottom: 20px;
}

.fnv__btn1 {
    display: block;
    position: relative;
    padding: .467em .467em .8em 0;
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1;
}

.fnv__btn1::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: .5em;
    bottom: 1.5em;
    width: 2.833em;
    height: 2.833em;
    border-radius: 50%;
    background: #fff;
    color: #226DBE;
    font-size: .4em;
    letter-spacing: normal;
}

.fnv__btn1 .font-en {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .5);
    font-size: .8em;
    font-weight: 400;
    letter-spacing: normal;
}

.fnv__child {
    margin-top: 12px;
}

.fnv__item2 {
    margin-top: 6px;
}

.fnv__btn2 {
    display: block;
    position: relative;
    padding: .5em 0 .5em 1.5em;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1;
}

.fnv__btn2::before {
    content: "";
    display: block;
    position: absolute;
    left: .333em;
    top: 1em;
    width: .5em;
    border-bottom: solid 2px;
}

.site-footer__copy {
    margin-top: 60px;
}

.copyright {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1;
}


/* accordion (js) */
.accordion__item + .accordion__item {
    margin-top: 15px;
}

.accordion__lb {
    position: relative;
    padding: .86em .86em;
    background: #e9ecef;
    font-size: 1.071em;
}

.accordion__lb::before {
    content: "\f055";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.accordion__lb.is-active::before {
    content: "\f056";
}

.accordion__cont {
    display: none;
    padding: 1.2em 0;
}

.accordion__item:last-child .accordion__cont {
    padding-bottom: 0;
}

/* switch tab (js) */
.tabBox__tabBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    border-bottom: solid 1px #222;
}

.tabBox__tab {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    padding: .3em .86em;
    background: #e9ecef;
    font-size: 1.071em;
    cursor: pointer;
}

.tabBox__tab.is-active {
    background: #333;
    color: #fff;
}

.tabBox__cont {
    display: none;
    padding: 1.7em 0 0;
}

.tabBox__cont.is-active {
    display: block;
}
