@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-XXX */
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.en {
    font-family: "din-2014", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 2rem;
}
@media all and (min-width: 820px) {
    .content {
        margin: 0 auto;
        max-width: 1108px;
    }
}
/*------------------------------------------------------------
	headline01
------------------------------------------------------------*/
.headline01 {
    margin-bottom: 2.3rem;
    font-size: 2.7rem;
    line-height: 1.56;
    letter-spacing: 0.54rem;
}
.headline01 .en {
    margin: 0 0 0.3rem 0.4rem;
    padding: 0.9rem 0 1rem 1.3rem;
    display: block;
    color: #0068B7;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.088rem;
    background: url(../../images/common/ttl_bg.svg) no-repeat left top/2.4rem auto;
}
.headline01 .jp {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
	vertical-align: top;
}
.headline01 .jp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(-151%) skewX(-45deg);
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 0.2s;
}
.headline01 .jp.is-active::after {
    transform: translateX(151%) skewX(-45deg);
}
@media all and (min-width: 820px) {
    .headline01 {
        margin-bottom: 30px;
        font-size: 38px;
        line-height: 1.4;
        letter-spacing: 7.6px;
    }
    .headline01 .en {
        margin: 0 0 4px 5px;
        padding: 11px 0 10px 13px;
        font-size: 12px;
        background-size: 27px auto;
    }
}
/*------------------------------------------------------------
	headline02
------------------------------------------------------------*/
.headline02 {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    color: #0068B7;
    font-size: 2.2rem;
    line-height: 1.56;
    letter-spacing: 0.44rem;
    border-bottom: 1px solid #0068B7;
}
.headline02.green {
    color: #389B7F;
    border-color: #389B7F;
}
@media all and (min-width: 820px) {
    .headline02 {
        font-size: 27px;
        letter-spacing: 5.4px;
    }
}
/*------------------------------------------------------------
	popup
------------------------------------------------------------*/
.mfp-bg {
	position: fixed !important;
    background: rgba(204, 227, 244, 0.70);
}
.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.8);
}
.mfp-fade.mfp-wrap .mfp-content {
    padding: 0.25rem;
}
.pup-box {
    margin: 0 auto;
    max-height: calc(100vh - 18rem);
    position: relative;
    overflow-y: auto;
    border-radius: 0.8rem;
    box-shadow: 0 0.4rem 0.8rem 0 rgba(16, 24, 64, 0.08);
    background: #F6F3EB;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
}
.mfp-fade.mfp-bg.mfp-ready .pup-box {
    opacity: 1;
    visibility: visible;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-container {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-container {
    opacity: 0;
}
.pup-box .close {
    position: absolute;
    right: 2.4rem;
    top: 2.4rem;
}
.pup-box .com-more-btn {
    margin: 3.4rem 0 0 auto;
    width: 11.3rem;
}
.pup-box .com-more-btn a {
    padding-top: 0;
    height: 3.9rem;
}
.pup-box .com-more-btn a span {
    font-weight: 600;
    font-family: "din-2014", sans-serif;
}
.pup-box .com-more-btn a span::before, .pup-box .com-more-btn a span::after {
    width: 1.4rem;
    height: 1.5rem;
    background: url(../../images/common/icon_plus04.svg) no-repeat center center / 1.4rem auto;
}
.pup-box .com-more-btn a span::after {
    background-image: url(../../images/common/icon_plus05.svg);
}
@media all and (min-width: 820px) {
    .pup-box {
        margin: 0 auto;
        width: 563px;
        max-height: calc(100vh - 100px);
    }
    .pup-box .com-more-btn {
        margin-right: -50.5px;
    }
    .pup-box .com-more-btn a span {
        padding-right: 22px;
    }
    html:not(.tab) .pup-box .close a:hover {
        opacity: 0.7;
    }
}
/*------------------------------------------------------------
	fade
------------------------------------------------------------*/
.fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 0.5s;
}
.fadein.on {
    opacity: 1;
    transform: translate(0, 0);
}
.fade-left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: all 0.5s;
}
.fade-left.on {
    opacity: 1;
    transform: translate(0, 0);
	transition-delay: 0.3s;
}
/*------------------------------------------------------------
	com-select-box
------------------------------------------------------------*/
.com-select-box .select-wrapper {
    position: relative;
	background-color: #fff;
	border-radius: 0.8rem;
}
.com-select-box select {
    display: none;
}
.com-select-box .select-btn {
    padding: 0.2rem 3rem 0 4.7rem;
    width: 100%;
    height: 5rem;
	color: #524747;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.52;
    letter-spacing: 0.15rem;
    text-align: left;
    border-radius: 0.8rem;
    border: 0.1rem solid #524747;
    background: url(../../images/common/icon_vector.svg) no-repeat left 1.5rem center / 2.2rem auto, url(../../images/common/icon_plus01.svg) no-repeat right 1.5rem center / 1rem auto;
    background-color: #fff;
    box-sizing: border-box;
	transition: .3s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Zen Kaku Gothic New", sans-serif;
    cursor: pointer;
}
.com-select-box .select-btn .caret {
    display: none;
}
.com-select-box .select-list {
    margin-top: 1.2rem;
    padding: 1.4rem;
    width: 100%;
    position: absolute;
    display: none;
    border-radius: 0.8rem;
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
}
.com-select-box .select-list li.option {
    padding: 0 3.6rem;
    height: 3.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(6, 17, 10, .5);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8;
	transition: .3s;
    letter-spacing: 0.104rem;
	border-radius: 0.8rem;
    background: url(../../images/common/icon_location01.svg) no-repeat left 1rem center / 1.6rem auto;
}
.com-select-box .select-list li.option[value="0"] {
    display: none !important;
}
.com-select-box .select-list li.option[selected] {
    color: #06110A;
    background-color: #F6F3EB;
}
@media all and (min-width: 820px) {
	html:not(.tab) .com-select-box .select-list li.option:hover {
		color: #06110A;
		background-color: #F6F3EB;
	}
	html:not(.tab) .com-select-box .select-btn:hover {
		opacity: 0.7;
	}
}
/*------------------------------------------------------------
	com-btn
------------------------------------------------------------*/
.com-btn {
    margin-bottom: 1.6rem;
    text-align: center;
}
.com-btn a {
    padding: 0 3.9rem;
    height: 5.1rem;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 2.8rem;
    border: 0.1rem solid #524747;
    background: #FFFFA4;
    box-shadow: 0 0.2rem 0.4rem 0 rgba(136, 144, 194, 0.20), 0 0.5rem 1.5rem 0 rgba(37, 44, 97, 0.15);
    overflow: hidden;
    z-index: 1;
}
.com-btn a .arrow {
    margin-left: 0.7rem;
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    background: none;
    overflow: hidden;
}
.com-btn a .arrow:before, .com-btn a .arrow:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../../images/common/icon_arr01.svg) no-repeat right center / 1.5rem auto;
    transition: .3s;
}
.com-btn a .arrow:before {
    transform: translate(-100%, 100%);
}
.com-btn a .arrow::after {
    transform: translate(0, 0);
}
.com-btn.blue a {
    color: #fff;
    border: none;
    background: none;
}
.com-btn.green a {
    color: #fff;
    border: none;
    background: none;
}
.com-btn.blue a::before, .com-btn.green a::before, .com-btn.blue a::after, .com-btn.green a::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    transition: .3s;
}
.com-btn.blue a::before, .com-btn.green a::before {
    background: #0068B7;
    z-index: -1;
}
.com-btn.blue a::after, .com-btn.green a::after {
    background: linear-gradient(83deg, #0068B7 47.37%, #2592E5 88.52%);
    z-index: -2;
}
.com-btn.green a::before {
    background: #389B7F;
}
.com-btn.green a::after {
    background: linear-gradient(83deg, #389B7F 47.37%, #1FBC90 88.52%);
}
@media all and (min-width: 820px) {
    .com-btn a {
        letter-spacing: 0.12rem;
    }
    html:not(.tab) .com-btn a:hover {
        color: #fff;
        background: #524747;
    }
    html:not(.tab) .com-btn a:hover .arrow:before, html:not(.tab) .com-btn a:hover .arrow:after {
        background-image: url(../../images/common/arrow04.svg);
    }
    html:not(.tab) .com-btn a:hover .arrow:before {
        transform: none;
    }
    html:not(.tab) .com-btn a:hover .arrow:after {
        transform: translate(100%, -100%);
    }
    html:not(.tab) .com-btn.blue a:hover::before, html:not(.tab) .com-btn.green a:hover::before {
        opacity: 0;
    }
}
/*------------------------------------------------------------
	com-more-btn
------------------------------------------------------------*/
.com-more-btn {
    width: 15.9rem;
}
.com-more-btn a {
    padding-top: 0.2rem;
    height: 4.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 450;
    border-radius: 2.8rem;
    border: 0.1rem solid #3E4227;
    background: #FFF;
    box-shadow: 0 0.2rem 0.4rem 0 rgba(136, 144, 194, 0.20), 0 0.5rem 1.5rem 0 rgba(37, 44, 97, 0.15);
}
.com-more-btn a span {
    padding-right: 1.7rem;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.045rem;
    font-family: "futura-pt", sans-serif;
}
.com-more-btn a span::before, .com-more-btn a span::after {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/common/icon_plus01.svg) no-repeat center center / 1rem;
    transition: .3s;
    content: "";
}
.com-more-btn a span::before {
    z-index: 1;
}
.com-more-btn a span::after {
    background-image: url(../../images/common/icon_plus06.svg);
    opacity: 0;
}
.com-more-btn.center {
    margin: 0 auto;
}
@media all and (min-width: 820px) {
    .com-more-btn {
        width: 139px;
    }
    .com-more-btn a {
        padding-top: 1px;
        height: 39px;
    }
    .com-more-btn a span {
        background-position: right top 0.2rem;
    }
    html:not(.tab) .com-more-btn a:hover {
        color: #fff;
        background: #524747;
    }
	.com-more-btn a span::before, .com-more-btn a span::after {
		margin-top: -0.5px;
	}
    html:not(.tab) .com-more-btn a:hover span::before {
        opacity: 0;
    }
    html:not(.tab) .com-more-btn a:hover span::after {
        opacity: 1;
    }
}