@charset "UTF-8";

body, .site-header { min-width: 1280px; }

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


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

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

    /* border bottom + orange border */
.m-lb02,
.m-lb02--y {
    position: relative;
	border-bottom: solid 1px #c8c8c8;
    font-size: 24px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.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: 20px;
    font-weight: 700;
    padding-left: 18px;
}
.m-lb03::before {
    content: "";
    position: absolute;
    top: .15em;
    bottom: .15em;
    left: 0;
    display: block;
    border-left: solid 3px #f08300;
}
.m-lb03--white {
    position: relative;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: .5em;
    padding-left: 18px;
}
.m-lb03--white::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-left: solid 3px #f08300;
}

.m-catch01 {
    font-size: 30px;
    font-weight: 700;
}

.m-catch02 {
    font-size: 24px;
    font-weight: 700;
}

/* 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: 18px;
    font-weight: 700;
    padding-left: 22px;
    margin-bottom: 15px;
}
.m-list01 > dt::before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    display: block;
    border-radius: 50%;
    background: #f08300;
    width: 12px;
    height: 12px;
}
.m-list01 > dd {
    position: relative;
    color: #6c6c6c;
    line-height: 2;
    padding-left: 12px;
}
.m-list01 > dd::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}

    /* border */
.m-list02 {
    display: table;
    border-collapse: collapse;
    border-top: solid 1px #c8c8c8;
    width: 100%;
}
.m-list02 > div {
    display: table-row;
    border-bottom: solid 1px #c8c8c8;
}
.m-list02 > div > dt,
.m-list02 > div > dd {
    display: table-cell;
    vertical-align: top;
}
.m-list02 > div > dt {
    font-weight: 700;
    padding: 33px 10px 33px 0;
}
.m-list02 > div > dd {
    padding: 29px 0;
}

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

.flex-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-lr.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.flex-lr.is-vcenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.flexWrap {
	flex-wrap: wrap;
}

/* 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: 20px;
}
.site-logo__ttl {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1;
}


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

.h1 {
    font-size: 12px;
    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 {
    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;
    max-width: 1600px;
    height: 95px;
    padding: 0 50px;
    margin: 0 auto;
}
.site-header__nav {
    flex-shrink: 0;
}

.gnv__main,
.gnv__tel {
    display: inline-block;
    vertical-align: middle;
}
.gnv__main li {
    display: inline-block;
    margin-right: 15px;
}
.gnv__tel {
    text-align: right;
}
.gnv__tel__tel {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.gnv__tel__time {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 5px 0 0;
}

.fix-banner {
    position: fixed;
    z-index: 100;
    top: 50%;
    right: -2px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.fix-banner a {
    display: block;
    border-radius: 9.6px 0 0 9.6px;
    border: solid 2px #f08300;
    text-align: center;
    width: 88px;
    padding: 23px 0 25px;
}
.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: 36px;
    margin-bottom: 7px;
}
.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: 18px;
    font-weight: 700;
    letter-spacing: 0.025em;
    width: 100%;
}
.fix-banner3,
.fix-banner2 {
    position: fixed;
    z-index: 100;
    right: -2px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.fix-banner3 a,
.fix-banner2 a {
    display: block;
    border-radius: 9.6px 0 0 9.6px;
    border: solid 2px #f08300;
    text-align: center;
    width: 88px;
    padding: 23px 0 25px;
}
.fix-banner2 {
    top: calc(50% + 161px );
}
.fix-banner3 {
    top: calc(50% + 265px );
}


#toggle-button {
    display: none;
}

#toggle-menu {
    display: block !important;
}

/* Page Header */
.page-header {
    border-bottom: solid 1px #c8c8c8;
}
.page-header__pic {
    position: absolute;
    right: -40px;
    bottom: -100px;
}

.page-title {
    position: relative;
    padding: 92px 0 72px;
    margin: 0 -155px 0 0;
    overflow: hidden;
}
.page-title__main {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding-left: 35px;
}
.page-title__main::before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    display: block;
    border-radius: 50%;
    background: #f08300;
    width: 14px;
    height: 14px;
}
.page-title__sub {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f08300;
    font-size: 160px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 0.75;
    opacity: .1;
}

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

/* content */
.page-content {
    padding: 115px 0 98px;
}


/*====== footer =====*/
.site-footer {
    background: #333;
    color: #fff;
    padding: 60px 0;
}


.seminer-list__img img {
  width: 100%;
  height: 230px !important;
  object-fit: cover !important; /* 中央でトリミング */
}

/*====== pattern-list =====*/
.pattern-list {
    width: 1000px;
	margin: 20px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	justify-content: space-between;
        padding: 50px 0 0;
        margin-top: 55px;
}
.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: 200px;
    height: 200px;
    margin: 0 auto 20px;
}
.pattern-list__img .about-list__img {
    width: 100%;
}
.pattern-list li:nth-child(even) {
	margin-top: 30px;
}
.psp {
	background: #FFF3E6;
	border-radius: 10px 10px 0 0;
	position: relative;
	padding-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	box-sizing: border-box;
}
.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 li:nth-child(even) h4{
	text-align: left;
}
*/
.pattern-list p {
	width: 100%;
	margin: 0 auto 0 10px;
	box-sizing: border-box;
	font-size: 11px;
}

.pattern-list p.mgl_20 {margin-left: 20px!important;}
.pattern-list p.mgl_30 {margin-left: 30px!important;}
.pattern-list p.mgl_40 {margin-left: 40px!important;}
.pattern-list p.mgl_50 {margin-left: 50px!important;}
.pattern-list p.mgl_60 {margin-left: 60px!important;}
.pattern-list p.mgl_70 {margin-left: 70px!important;}
.pattern-list p.mgl_80 {margin-left: 80px!important;}
.pattern-list p.mgl_90 {margin-left: 90px!important;}
.pattern-list p.mgl_100 {margin-left: 100px!important;}

.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: 33%;
		position: relative;
    }

    .pattern-list__box:first-child::before,
    .pattern-list__box:last-child::before {
		content: url("/_common/image/icon/ptn_arw1.png");
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
    }

    .pattern-list__box:first-child::before {
		right: 0px;
    }
    .pattern-list__box:last-child::before {
		left: 0px;
    }


@media screen and (max-width: 1599px) {

    .h1 {
        width: 21em;
    }

    .m-inner {
        width: 86%;
    }

}

@media all and (-ms-high-contrast:none) { /*IE*/

    .fix-banner__btn01 .fix-banner__txt {
        height: 4.5em;
    }
    .fix-banner__btn02 .fix-banner__txt {
        height: 6.5em;
    }
    .fix-banner__btn03 .fix-banner__txt {
        height: 6.5em;
    }

}