@charset "UTF-8";

body { font-size: 14px; line-height: 1.75; }


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

.m-inner,
.m-inner-s {
    padding-right: 11% !important;
}
.m-inner .m-inner-s {
    padding-right: 0 !important;
}

/* midashi */
    /* ●small + big */
.m-lb01 {
    margin-bottom: 25px;
}
.m-lb01__small {
    position: relative;
    display: block;
    color: #1f2f53;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1;
    padding-left: 20px;
}
.m-lb01__small::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    border-radius: 50%;
    background: #f08300;
    width: 10px;
    height: 10px;
}
.m-lb01__big {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 0;
}

    /* border bottom + orange border */
.m-lb02,
.m-lb02--y {
    position: relative;
    border-bottom: solid 1px #c8c8c8;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 35px;
}
.m-lb02::before,
.m-lb02--y::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    border-top: solid 3px;
    width: 2.5em;
}
.m-lb02::before {
    border-top-color: #f08300;
}
.m-lb02--y::before {
    border-top-color: #f2b700;
}

    /* | text  */
.m-lb03 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding-left: 18px;
}
.m-lb03::before {
    content: "";
    position: absolute;
    top: .15em;
    bottom: .15em;
    left: 0;
    display: block;
    border-left: solid 2px #f08300;
}
.m-lb03--white {
    position: relative;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: .4em;
    padding-left: 18px;
}
.m-lb03--white::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-left: solid 2px #f08300;
}

.m-catch01 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.m-catch02 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

/* link */
    /* bg color */
.m-btn01,
.m-btn01--y {
    display: inline-block;
    color: #fff;
    text-align: center;
    max-width: 100%;
    width: 480px;
    height: 58px;
    line-height: 58px;
}
.m-btn01 {
    background: #f08300;
}
.m-btn01--y {
    background: #f2b700;
}
.m-btn01 > span,
.m-btn01--y > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    padding: 0 25px .25em 0;
}
.m-btn01 > span::after,
.m-btn01--y > span::after {
    content: "";
    position: absolute;
    top: .4em;
    right: 0;
    display: block;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 5px 0 5px 4px;
}

    /* border color */
.m-btn02,
.m-btn02--y {
    display: inline-block;
    border: solid 1px;
    background: #fff;
    text-align: center;
    max-width: 100%;
    width: 480px;
    height: 58px;
    line-height: 58px;
}
.m-btn02 {
    color: #f08300;
}
.m-btn02--y {
    color: #f2b700;
}
.m-btn02 > span,
.m-btn02--y > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    padding: 0 25px .25em 0;
}
.m-btn02 > span::after,
.m-btn02--y > span::after {
    content: "";
    position: absolute;
    top: .4em;
    right: 0;
    display: block;
    border: solid transparent;
    border-width: 5px 0 5px 4px;
}
.m-btn02 > span::after {
    border-left-color: #f08300;
}
.m-btn02--y > span::after {
    border-left-color: #f2b700;
}

/* list */
    /* ●title -list */
.m-list01 > dt {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 10px;
}
.m-list01 > dt::before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    display: block;
    border-radius: 50%;
    background: #f08300;
    width: 10px;
    height: 10px;
}
.m-list01 > dd {
    position: relative;
    color: #6c6c6c;
    line-height: 2;
    padding-left: 10px;
}
.m-list01 > dd::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}

    /* border */
.m-list02 {
    border-top: solid 1px #c8c8c8;
}
.m-list02 > div {
    border-bottom: solid 1px #c8c8c8;
    padding: 18px 0 20px;
}
.m-list02 > div > dt {
    font-weight: 700;
    margin-bottom: 12px;
}

/* box */
.m-pad {
    padding: 60px 0;
}
.m-pad-notop {
    padding: 0 0 60px;
}
.m-pad-nobtm {
    padding: 60px 0 0;
}

.flex-lr > * + * {
    margin-top: 25px;
}

/* Logo */
.site-logo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.site-logo__logo {
    margin-right: 8px;
}
.site-logo__ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1;
}


/*====== header =====*/
#header {
    padding-top: 60px;
}
.area-anchor {
    padding-top: 60px;
    margin-top: -60px;
}

.h1 {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 8px;
}

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
}
.site-header__inner {
    position: relative;
}
.site-header__logo {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding: 0 20px;
}
.site-header__logo .site-logo__logo {
    width: 50px;
}

.gnv {
    margin-top: 61px;
}
.gnv__main {
    border-top: solid 1px #6c6c6c;
    font-size: 16px;
}
.gnv__main li {
    border-bottom: solid 1px #c8c8c8;
}
.gnv__main a {
    display: block;
    padding: 1.05em 1.2em;
}
.gnv__tel {
    text-align: center;
    margin-top: 25px;
}
.gnv__tel__tel {
    display: block;
    font-size: 34px;
    font-size: 9vw;
    font-weight: 700;
    line-height: 1;
}
.gnv__tel__time {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 0;
}

.fix-banner {
    position: fixed;
    z-index: 50;
    top: 80px;
    right: -1px;
}
.fix-banner a {
    display: block;
    border-radius: 4.8px 0 0 4.8px;
    border: solid 1px #f08300;
    text-align: center;
    width: 54px;
    padding: 10px 0;
}

.fix-banner3,
.fix-banner2 {
    position: fixed;
    z-index: 50;
    right: -1px;
}
.fix-banner3 a,
.fix-banner2 a {
    display: block;
    border-radius: 4.8px 0 0 4.8px;
    border: solid 1px #f08300;
    text-align: center;
    width: 54px;
    padding: 10px 0;
}
.fix-banner2 {
    top: 225px;
}
.fix-banner3 {
    top: 295px;
}


.fix-banner__btn01 {
    background: #f08300;
    color: #fff;
}
.fix-banner__btn02 {
    background: #fff;
    color: #f08300;
    margin-top: 10px;
}
.fix-banner__btn03 {
    background: #f08300;
    color: #fff;
	margin-top: 10px;
}

.fix-banner i {
    display: block;
    font-size: 30px;
}
.fix-banner__txt {
    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;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    width: 100%;
}

#toggle-button {
    position: absolute;
    z-index: 102;
    right: 0; top: 0;
    display: block;
    background: transparent;
    width: 70px;
    height: 60px;
    cursor: pointer;
}
#toggle-button span,
#toggle-button span:before,
#toggle-button span:after {
    position: absolute;
    border-radius: 4px;
    background: #333;
    height: 4px;
}
#toggle-button span {
    display: block;
    font-size: 0;
    width: 25px;
    margin: -2px 0 0 -12.5px;
    left: 50%; top: 50%;
}
#toggle-button span:before,
#toggle-button span:after {
    content: "";
    right: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
#toggle-button span:before {
    top: -9px;
}
#toggle-button span:after {
    top: 9px;
}

#toggle-menu {
    display: none;
    position: fixed;
    top: 0; left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
}
.toggle-menu-inner {
    width: 100%;
    height: 100%;
    padding: 0 0 120px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

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

.gnvOpen #toggle-button span {
    background: transparent;
}
.gnvOpen #toggle-button span:before,
.gnvOpen #toggle-button span:after {
    top: 0;
}
.gnvOpen #toggle-button span:before {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
}
.gnvOpen #toggle-button span:after {
    width: 100%;
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
}

/* Page Header */
.page-header {
    border-bottom: solid 1px #c8c8c8;
}
.page-header__pic {
    position: absolute;
    right: -5%;
    bottom: -60px;
    max-width: 150px;
    width: 40%;
}

.page-title {
    position: relative;
    padding: 40px 0 32px;
    margin: 0 -25% 0 0;
    overflow: hidden;
}
.page-title__main {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding-left: 28px;
}
.page-title__main::before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    display: block;
    border-radius: 50%;
    background: #f08300;
    width: 11px;
    height: 11px;
}
.page-title__sub {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f08300;
    font-size: 70px;
    font-size: 16vw;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 0.75;
    opacity: .1;
}

/* breadcrumbs */
.breadcrumbs {
    padding: 18px 0;
    margin-bottom: 22px;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs li {
    display: inline-block;
    line-height: 1;
}

/* content */
.page-content {
    padding: 70px 0 60px;
}


/*====== footer =====*/
.site-footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
.site-footer .m-inner {
    padding: 0 !important;
}
.site-footer .site-logo__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.site-footer .site-logo__logo {
    width: 69px;
}


/*====== pattern-list =====*/
.pattern-list {
    width: 80%;
	margin: 20px auto;
        padding: 20px 0 0px;
        margin-top: 25px;
}
.pattern-list__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
            align-items: flex-end;
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
}
.pattern-list li:not(:last-child) {
	margin-bottom: 90px;
}
.pattern-list li:nth-child(even) {
	margin-top: 30px;
}
.psp {
	background: #FFF3E6;
	border-radius: 10px 10px 0 0;
	position: relative;
	padding-top: 10px;
}
.pattern-list h3 {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.pattern-list h4 {
	margin: 30px auto!important;
	text-align: center;
	font-size: 13px;
}
.pattern-list p {
	width: 92%;
	margin: 0 auto;
	font-size: 12px;
}

.pattern-list li:nth-child(odd) h3{
	margin-bottom: 20px;
}
.pattern-list li:nth-child(even) h3{
	margin-bottom: 20px;
	color: #F08302;
	font-size: 26px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

    .pattern-list__box {
        width: 100%;
		position: relative;
    }

    .pattern-list__box:first-child::after,
    .pattern-list__box:nth-child(2)::after {
		content: url("/_common/image/icon/ptn_arw2.png");
		position: absolute;
		bottom: -60px;
		left: 50%;
		transform: translateX(-50%);
    }
