@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}
html {
	line-height: 1
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, td, th {
	text-align: left;
	font-weight: 400;
	vertical-align: middle
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none
}
a img {
	border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block
}
@font-face {
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-Regular.woff) format("woff"), url(../fonts/NotoSansCJKjp-Regular.ttf) format("truetype"), url(../fonts/NotoSansCJKjp-Regular.eot) format("embedded-opentype")
}
@font-face {
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSansCJKjp-Medium.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-Medium.woff) format("woff"), url(../fonts/NotoSansCJKjp-Medium.ttf) format("truetype"), url(../fonts/NotoSansCJKjp-Medium.eot) format("embedded-opentype")
}
@font-face {
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansCJKjp-Bold.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-Bold.woff) format("woff"), url(../fonts/NotoSansCJKjp-Bold.ttf) format("truetype"), url(../fonts/NotoSansCJKjp-Bold.eot) format("embedded-opentype")
}
*, :after, :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	background-repeat: no-repeat
}
a {
	text-decoration: none;
	color: currentColor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
a:hover {opacity: .7;}
a[href^="tel:"] {
	pointer-events: none
}
@media only screen and (max-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}
img {
	vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}
iframe, img {
	max-width: 100%;
    height: auto;
}
.is-pc a {
	-webkit-transition: .3s;
	transition: .3s
}
.is-ie a[href^="tel:"] {
	pointer-events: none!important
}
.pc-only {display: block}
.sp-only, .sp-only{display: none}
@media screen and (max-width:768px) {
    .pc-only {display: none!important}
	.sp-only {display: block}
    .sp-hide {display: none}
}
.is-disabled, .is-hidden {
	opacity: 0;
	pointer-events: none
}

/*============================================================================
common
============================================================================*/
html {
	font-family:Noto Sans JP, sans-serif;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body {
	font-weight: 400;
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.6;
    letter-spacing: 0.03em;
    background: repeating-linear-gradient(-45deg,#EFEFEF,#EFEFEF 6px,#fff 0, #fff 11px)
}
.wrapper {
	position: relative;
    overflow: hidden
}
.main {
    position: relative;
}
.container{
    width: 90rem;
    margin: 0 auto;
    padding: 10rem 0;
    background: #fff;
}
.sec-title{
    font-family:Jost, sans-serif;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    color: #2772A8;
}
.sec-title span{
    font-family:Noto Sans JP, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.09em;
    color: #000;
    display: block;
    margin-top: 2rem;
}
.sec-subttl{
    font-family:Jost, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    color: #2772A8;
}
.sec-subttl span{
    font-family:Noto Sans JP, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.09em;
    color: #000;
    display: block;
    margin-top: 2rem;
}
.slick-dots{
    bottom: -3.5rem !important;
}
.slick-dots li button:before {
    font-size: 1.1rem !important;
    color: #D5D5D5 !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
    color: #2772A8 !important;
    opacity: 1 !important;
}
.c-line{
    text-decoration: underline;
}
::placeholder {
  color: #dfdfdf;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    body {
        font-size:1.333vw;
    }
    .container{
        width: 75vw;
        padding: 8.333vw 0;
    }
    .sec-title{
        font-size: 5.833vw;
    }
    .sec-title span{
        font-size: 1.333vw;
        margin-top: 1.667vw;
    }
    .sec-subttl{
        font-size: 3.333vw;
    }
    .sec-subttl span{
        font-size: 1.333vw;
        margin-top: 1.667vw;
    }
    .slick-dots li button:before {
        font-size: 0.917vw !important;
    }
    .slick-dots{
        bottom: -2.917vw !important;
    }
}
@media screen and (max-width:768px) {
    body { font-size: 4.267vw}
    .container{
        width:/*86.66667vw*/100%;
        padding: 12vw 8vw;
    }
    .sec-title{
        font-size: 16vw;
        text-align: center;
    }
    .sec-title span{
        font-size: 4.267vw;
        font-weight: 700;
        display: block;
        margin-top: 4vw;
        text-align: center;
    }
    .sec-subttl{
        font-size: 10.667vw;
        text-align: center
    }
    .sec-subttl span{
        font-size: 4.267vw;
        margin-top:4vw;
    }
    .slick-dots{
        bottom: -8vw !important;
    }
}

/* スクロールイベント関連 */
/* フェードイン */
.is-fade-in {
    opacity: 0;
    transition: opacity 0.8s ease-out 0.2s;
}
.is-fade-in.visible {
    opacity: 1;
}

/* スライドイン */
/* 右→左 */
.is-slide-rtl {
    transform: translateX(100%); /* 要素を画面外に追い出す */
    transition: transform 0.5s ease-out 0.2s;
}
.is-slide-rtl.visible {
    transform: translateX(0);
}

/* 左→右 */
.is-slide-ltr {
    transform: translateX(-100%);
    transition: transform 0.5s ease-out 0.2s;
}
.is-slide-ltr.visible {
    transform: translateX(0);
}

/* 下→上 */
.is-slide-btt {
    transform: translateY(60px); /* スライドインの高さを指定 */
    transition: transform 0.5s ease-out 0.2s;
}
.is-slide-btt.visible {
    transform: translateY(0);
}

/* 上→下はscrollTriggerと相性が悪いためJavaScript側で実装する */

@media screen and (max-width:768px) {
    /* スマホではHEROおよびメニュー以外はフェード処理を行わない */
    .is-fade-in:not(.top-slider), 
    .is-slide-ttb-fadein, 
    .concept__wrap .sec-title, 
    .concept__wrap .slider, 
    .concept__wrap .concept__subimg, 
    .concept__wrap h3, 
    .concept__wrap h3 + p, 
    .concept__wrap dl, 
    .award__wrap .sec-title, 
    .award__wrap .slider, 
    .award__wrap .sec-title + p, 
    .award__wrap dl,
    .about__head-ttl, 
    .about__head-txt, 
    .about__head .slider, 
    .about__head .sec-title + p, 
    .about__head dl, 
    .about__head dl + p {
        opacity: 1 !important;
    }
}

/*============================================================================
header
============================================================================*/
header{
    position: relative;
    width: 100%;
}
.header__logo{
    position: fixed;
    top: 2.6rem;
    left: 4rem;
    font-family:Jost, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0;
    z-index: 5;
    opacity: 0;
}
.header__copy{
    position: absolute;
    top: 37%;
    left: 17rem;
    z-index: 1
}
.header__copy-en{
    font-family:Jost, sans-serif;
    font-size: 6.0rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    color: #000;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header__copy-jp{
    margin-top: 3rem;
    display: block;
    color: #000;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.kv {
    opacity: 0;
}
.kv div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: #fff;
    height: 100vh;
    margin: 0;
}
.kv .slick-dots {
    display: none !important;
}
header .slick-dotted.slick-slider{
    margin: 0
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .header__logo{
        position: absolute;
        top: 2.167vw;
        left:3.333vw;
        font-size: 2.083vw;
    }
    .header__copy{
        position: absolute;
        top: 37%;
        left:14.167vw;
    }
    .header__copy-en{
        font-size:5vw;
    }
    .header__copy-jp{
        margin-top:2.500vw;
    }
    .kv div img {
        width: 100%;
		height: 100vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 50% 50%;
		object-position: 50% 50%
    }
}
@media screen and (max-width:768px) {
    .header__logo{
        top: 2vw;
        left: 6vw;
        font-size: 6.667vw;
    }
    .header__copy{
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        left: 8vw;
        z-index: 1
    }
    .header__copy-en{
        font-size: 10.667vw;
    }
    .header__copy-jp{
        font-size: 4vw;
    }
    .kv div img {
        width: 100%;
		height: 100vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 50% 50%;
		object-position: 50% 50%
    }
}

/*============================================================================
fixed-contact
============================================================================*/
.fixed-contact{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
}
.fixed-contact a{
    display: block;
    text-align: center;
    width: 29rem;
    padding: 1.5rem;
    background:#2772A8;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .fixed-contact a{
        width: 24.167vw;
        padding: 1.250vw;
        font-size: 1.333vw;
    }
}
@media screen and (max-width:768px) {
    .fixed-contact a{
        width: 77.333vw;
        padding: 4vw;
        font-size: 4.267vw;
    }
}

/*============================================================================
fixed-followus
============================================================================*/
.fixed-followus{
    position: fixed;
    right: 3rem;
    bottom: 4rem;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 11rem;
	margin:0 auto;
    padding-top: 9rem;
    background: url("../images/fixed-followus__title-pc.svg") no-repeat center top;
    background-size: 7.2rem 8.1rem;
    z-index: 2;
    opacity: 0;
}
.fixed-followus a{
    width: 1.8rem
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .fixed-followus{
        position: fixed;
        right: 2.500vw;
        bottom: 3.333vw;
        width: 9.167vw;
        padding-top: 7.500vw;
        background: url("../images/fixed-followus__title-pc.svg") no-repeat center top;
        background-size:6vw 6.750vw;
    }
    .fixed-followus a{
        width:1.500vw
    }
}
@media screen and (max-width:768px) {
    .fixed-followus{
        right: 5.333vw;
        bottom: 5.333vw;
        display: block;
        width: 4.800vw;
        padding-top:10vw;
        background: url("../images/fixed-followus__title-sp.svg") no-repeat center top;
        background-size: 2.667vw 13.067vw;
    }
    .fixed-followus a{
        width: 4.800vw;
        margin-top: 8vw;
        display: block;
    }
}

/*============================================================================
fixed-copyright
============================================================================*/
.fixed-copyright{
    position: fixed;
	top: 50vh;
	left: -8rem;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
    font-family:Jost, sans-serif;
	font-size: .9rem;
    font-weight: 500;
    z-index: 2;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .fixed-copyright{
        position: fixed;
        top: 50vh;
        left: -6.667vw;
        font-size: 0.750vw;
    }
}
@media screen and (max-width:768px) {
    .fixed-copyright{
        display: none;
    }
}

/*============================================================================
g-nav
============================================================================*/
.g-nav{
    position: relative;
    background: #fff;
}
.g-nav:after{
    content: "";
    position: absolute;
    top: 0rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height:34rem;
    z-index: -1
}
.g-nav ul{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 67rem;
	margin:0 auto;
    padding: 9rem 0;
}
.g-nav li{
    text-align: center;
}
.g-nav li .jp{
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.37;
    margin-top: 1rem;
    display: block;
}
.g-nav li .en{
    background: url("../images/icon-gnav.svg") no-repeat;
    color: #2772A8;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.47;
    padding-left: 2rem;
}
/*上部にきたら固定*/
.g-nav.m_fixed {
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 4;
    background: rgba(255,255,255,0.85);
}
.g-nav.m_fixed ul {
    width: 67rem;
    margin:0 auto;
    padding: 2.7rem 0;
    z-index: 4;
}
.g-nav.m_fixed:after{
    content: none
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .g-nav:after{
        height:28.333vw;
    }
    .g-nav ul{
        width:55.833vw;
        padding: 7.500vw 0;
    }
    .g-nav li{
        text-align: center;
    }
    .g-nav li .jp{
        margin-top:0.833vw;
    }
    .g-nav li .en{
        background: url("../images/icon-gnav.svg") no-repeat;
        background-size: 1.250vw 1.083vw;
        font-size: 1.250vw;
        padding-left: 1.667vw;
    }
}
@media screen and (max-width:768px) {
    body {
        padding-top: 0 !important;
    }
    .g-nav{
        display: none;
    }
}

/*============================================================================
sp-menu
============================================================================*/
.sp-menu{
        display: none;
    }
@media screen and (max-width:768px) {
    .sp-menu{
        display: block;
    }
    .sp-menu__top{
        position: absolute;
        top:6.133vw/*23px*/;
        left: 7.467vw/*28px*/;
        z-index: 2;
    }
    .sp-menu__top a{
        font-family:Jost, sans-serif;
        color: #fff;
        font-size: 5.067vw/*1.9rem*/;
        font-weight: 600;
        letter-spacing: 0.09em;
    }
    .sp-menu__btn{
        position: fixed;
        top:6.133vw/*23px*/;
        right: 5.333vw/*20px*/;
        width: 8vw/*30px*/;
        height: 7.733vw/*29px*/;
        z-index: 6;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }
    .sp-menu__btn span{
        position: absolute;
        width: 100%;
        height: 0.533vw/*2px*/;
        background: #000;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }
    .sp-menu__btn span:nth-child(1) {
        top:0;
    }
    .sp-menu__btn span:nth-child(2) {
        top:2.400vw/*9px*/;
    }
    .sp-menu__btn span:nth-child(3) {
        top:4.800vw/*18px*/;
    }
    .sp-menu__btn span:nth-child(4) {
        top:7.200vw/*27px*/;
    }
    .sp-menu__btn.open span:nth-child(1),.sp-menu__btn.open span:nth-child(4){
        background: #fff;
        top: 1.600vw/*6px*/;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }
    .sp-menu__btn.open span:nth-child(2), .sp-menu__btn.open span:nth-child(3){
        top: 1.600vw/*6px*/;
        background :#fff;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }
    .sp-nav{
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #2772A8;
        box-sizing: border-box;
        z-index:5;
        transition: .3s;
    }
    .sp-nav.open{
        right: 0px;
    }
    .sp-nav__innner{
        position: relative;
        width: 100%;
        height: 100%;
    }
    .sp-nav ul{
        position: absolute;
        top:21.333vw;
        left:21.333vw;
    }
    .sp-nav li{
        margin-top: 8vw;
    }
    .sp-nav .sp-nav__innner li {
        opacity: 0;
    }
    .sp-nav.open .sp-nav__innner li:nth-of-type(1) {
        animation: sp-nav-anim 0.3s ease-in 0.4s forwards;
    }
    .sp-nav.open .sp-nav__innner li:nth-of-type(2) {
        animation: sp-nav-anim 0.3s ease-in 0.5s forwards;
    }
    .sp-nav.open .sp-nav__innner li:nth-of-type(3) {
        animation: sp-nav-anim 0.3s ease-in 0.6s forwards;
    }
    .sp-nav.open .sp-nav__innner li:nth-of-type(4) {
        animation: sp-nav-anim 0.3s ease-in 0.7s forwards;
    }
    .sp-nav.open .sp-nav__innner li:nth-of-type(5) {
        animation: sp-nav-anim 0.3s ease-in 0.8s forwards;
    }
    @keyframes sp-nav-anim {
        form { opacity: 0; }
        to { opacity: 1; }
    }
    .sp-nav li .jp{
        color: #fff;
        font-size: 4.800vw;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.37;
        margin-top: 2.667vw;
        display: block;
    }
    .sp-nav li .en{
        color: #D5D5D5;
        background: url("../images/icon-sp-nav.svg") no-repeat;
        font-size: 4vw;
        font-weight: 500;
        letter-spacing: 0.09em;
        line-height: 1.47;
        padding-left: 5.333vw;
    }
    .sp-nav__contact{
        position: absolute;
        left: 0;
        bottom:0;
        width: 77.333vw;
        padding: 4vw;
        font-size: 4.267vw;
        display: block;
        text-align: center;
        font-weight: 700;
        letter-spacing: 0;
        background: #fff;
    }
    .sp-nav__followus{
        position: absolute;
        right: 5.333vw;
        bottom: 5.333vw;
        display: block;
        width: 4.800vw;
        margin:0 auto;
        padding-top:10vw;
        background: url("../images/fixed-followus__title-sp-white.svg") no-repeat center top;
        background-size: 2.667vw 13.067vw;
        z-index: 1;
    }
    .sp-nav__followus a{
        width: 4.800vw;
        margin-top: 8vw;
        display: block;
    }
}

/*============================================================================
top-slider
============================================================================*/
.top-slider .slider{
    width: 90rem;
    margin: 0 auto;
    background: #fff;
}
.top-slider .slider .slick-dots {display: none !important;}
.top-slider .slick-dotted.slick-slider{margin-bottom: 0}
@media screen and (min-width:769px) and (max-width:1280px) {
    .top-slider .slider{
        width: 75vw;
    }
}
@media screen and (max-width:768px) {
    .top-slider{
        margin-top: 20vw
    }
    .top-slider .slider{
        width:100%;
        margin: 0 auto;
    }
}

/*============================================================================
concept
============================================================================*/
.concept .container{
    position: relative;
}
.concept .container:after{
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: calc(100% + 28rem);
    margin:-15rem 0 -13rem;
}
.concept__wrap{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap;
    height: 91rem;
    margin-bottom: 7rem;
}
.concept__wrap h2,.concept__wrap h3,.concept__wrap p,.concept__wrap dl{
    width: 32rem
}
.concept__wrap dl{
    width: 37.5rem
}
.concept__wrap h3{
    margin: 6rem 0 3rem;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.09em;
}
.concept__wrap p{
    margin:0 0 4rem;
    font-weight: 500;
}
.concept__wrap dl{
    font-family:Jost, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.concept__wrap dt{
    width: 13.5rem;
    text-align: center;
    font-size: 2.8rem;
    background: #D5D5D5;
    margin: 3rem 1rem 0 0;
    line-height: 1.3;
}
.concept__wrap dd{
    width: 61%;
    font-size: 1.8rem;
    margin: 3rem 0 0 0;
    line-height: 1.3;
}
.concept__wrap dd small{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}
.concept__wrap .slider{
    margin: 12rem -10.5rem 0 0;
    width: 57rem;
    background: #fff;
}
.concept__subimg{
    margin: 2rem -10.5rem 0 0;
    width: 57rem;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.concept__subimg p{
    width: 27rem;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 1rem 0 0;
}
.features__wrap{
    position: relative;
    width: 84rem;
    margin-top: 3rem;
}
.features__wrap .slide__item{
    position: relative;
    display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    height: 33rem;
}
.features__wrap .slide__item div{
    width: 32rem;
}
.features__wrap .slide__item p{
    width: 47rem;
}
.features__wrap .slider__nav{
    display: block;
    position: relative;
    z-index: 3;
    width: 32rem;
    margin-top: -2.6rem;
    text-align: center;
}
.features__wrap .slider__nav li {
    display: inline-block;
    line-height: 2.6rem;
}
.features__wrap .prev-arrow{
    cursor: pointer;
    vertical-align: middle;
}
.features__wrap .next-arrow{
    cursor: pointer;
    vertical-align: middle;
}
.features__wrap .guide-text{
    padding: 0 1.2rem;
    font-family:Jost, sans-serif;
    font-weight: 500;
}
.features__wrap .guide-text span{
    vertical-align: middle;
}
.features__num{
    font-family:Jost, sans-serif;
    display: block;
    font-size: 4.5rem;
    padding-top: 4rem;
    text-align: center;
}
.features__txt{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 2.7rem 0;
}
.features__foot{
    width: 84rem;
    margin-top: 5.7rem;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.features__foot-left{
    width: 43.7rem;
}
.features__foot-left div{
    width: 100%;
    margin-top: 3.3rem;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.features__foot-right {
    width: 34rem;
}
.features__foot-right h4 {
    font-family:Jost, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 2rem;
}
.features__foot-right > div {
    margin-bottom: 1rem;
}
.features__foot-right dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.features__foot-right dt{
    font-family:Jost, sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0;
    width: 11rem;
    text-align: center;
    background: #D5D5D5;
    margin: 1.6rem 1rem 0 0;
    line-height: 1.3;
}
.features__foot-right dd{
    font-family:Jost, sans-serif;
    width: 22rem;
    margin: 1.6rem 0 0 0;
    line-height: 1.3;
}
.features__foot-right dd small{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}
.features__foot-btm {
    margin-top: 3rem;
    width: 43.7rem;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.features__foot-btm .img{
    width: 17.9rem
}
.features__foot-btm .txt{
    width: 21.8rem;
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .concept .container:after{
        height: calc(100% + 23.333vw);
        margin:-12.500vw 0 -10.833vw;
    }
    .concept__wrap{
        height: 75.833vw;
        margin-bottom:5.833vw;
    }
    .concept__wrap h2,.concept__wrap h3,.concept__wrap p,.concept__wrap dl{
        width: 26.667vw
    }
    .concept__wrap dl{
        width: 31.250vw
    }
    .concept__wrap h3{
        margin: 5vw 0 2.500vw;
        font-size: 1.833vw;
    }
    .concept__wrap p{
        margin:0 0 3.333vw;
    }
    .concept__wrap dt{
        width: 11.250vw;
        font-size: 2.333vw;
        margin: 2.500vw 0.833vw 0 0;
    }
    .concept__wrap dd{
        width: 61%;
        font-size: 1.500vw;
        margin: 2.500vw 0 0 0;
    }
    .concept__wrap dd small{
        font-size: 1.500vw;
    }
    .concept__wrap .slider{
        margin: 10vw -8.750vw 0 0;
        width: 47.500vw;
    }
    .concept__subimg{
        margin: 1.667vw -8.750vw 0 0;
        width: 47.500vw;
    }
    .concept__subimg p{
        width:22.500vw;
        font-size: 1.167vw;
        margin:0.833vw 0 0;
    }
    .features__wrap{
        width:70vw;
        margin-top: 2.500vw;
    }
    .features__wrap .slide__item{
        height: 27.500vw;
    }
    .features__wrap .slide__item div{
        width: 26.667vw;
    }
    .features__wrap .slide__item p{
        width: 39.167vw;
    }
    .features__wrap .slider__nav{
        width: 26.667vw;
        margin-top: -2.167vw;
    }
    .features__wrap .slider__nav li {
        display: inline-block;
        line-height: 2.167vw;
    }
    .features__wrap .guide-text{
        padding: 0 1vw;
    }
    .features__num{
        font-size: 3.750vw;
        padding-top: 3.333vw;
    }
    .features__txt{
        padding: 2.250vw 0;
    }
    .features__foot{
        width: 70vw;
        margin-top: 4.750vw;
    }
    .features__foot-left{
        width: 36.417vw;
    }
    .features__foot-left div{
        margin-top: 2.750vw;
    }
    .features__foot-right {
        width:28.333vw;
    }
    .features__foot-right h4 {
        font-size:2.333vw;
        margin-bottom: 1.667vw;
    }
    .features__foot-right > div {
        margin-bottom: 0.833vw;
    }
    .features__foot-right dt{
        font-size: 1.667vw;
        width: 9.167vw;
        margin: 1.333vw 0.833vw 0 0;
    }
    .features__foot-right dd{
        width: 18.333vw;
        margin: 1.333vw 0 0 0;
    }
    .features__foot-right dd small{
        font-size: 1.500vw;
    }
    .features__foot-btm {
        margin-top: 2.500vw;
        width: 36.417vw;
    }
    .features__foot-btm .img{
        width: 14.917vw
    }
    .features__foot-btm .txt{
        width: 18.167vw;
        font-size: 1.167vw;
        font-weight: 400;
    }
}
@media screen and (max-width:768px) {
    .concept .container:after{
        position: absolute;
        content: "";
        background: #fff;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        height: calc(100% + 26.667vw);
        margin:0 0 -26.667vw;
    }
    .concept__wrap{
        display: flex;
        height: auto;
        margin-bottom: 18.667vw;
    }
    .concept__wrap h2,.concept__wrap h3,.concept__wrap p,.concept__wrap dl{
        width: 100%
    }
    .concept__wrap dl{
        width: 100%;
    }
    .concept__wrap h3{
        margin: 16vw 0 8vw;
        font-size: 5.867vw/*2.2rem*/;
    }
    .concept__wrap p{
        font-size: 4.267vw;
        margin:0 0 10.667vw;
    }
    .concept__wrap dl{
        order: 6;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        font-family:Jost, sans-serif;
        font-weight: 500;
        letter-spacing: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .concept__wrap dt{
        width: 41.333vw;
        text-align: left;
        text-indent: 1.3em;
        font-size: 7.467vw/*2.8rem*/;
        margin: 8vw 2.667vw 0 0;
    }
    .concept__wrap dd{
        width:50%;
        font-size:5.333vw/*2rem*/;
        margin: 8vw 0 0 0;
    }
    .concept__wrap dd small{
        font-size: 4.267vw;
    }
    .concept__wrap .slider{
        margin: 32vw -28vw 0 0;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        background: #fff;
    }
    .concept__subimg{
        margin: 10vw -28vw 0 0;
        width: 100%;
        display: block;
    }
    .concept__subimg p{
        width: 100%;
        font-size:3.733vw /*1.4rem*/;
        font-weight: 400;
        margin:2.667vw 0 0;
    }
    .features__wrap{
        width: 100%;
        margin-top: 8vw;
    }
    .features__wrap .slide__item{
        display: block !important;
        height:auto;
    }
    .features__wrap .slide__item div{
        width: 100%;
    }
    .features__wrap .slide__item p{
        width: 100%;
        margin-top: 8vw;
    }
    .features__wrap .slider__nav{
        display: block;
        position: relative;
        z-index: 3;
        width: auto;
        margin-top: 6vw;
        text-align: center;
    }
    .features__wrap .slider__nav li {
        display: inline-block;
        line-height: 6.25vw;
    }
    .features__wrap .prev-arrow{
        cursor: pointer;
        vertical-align: middle;
    }
    .features__wrap .next-arrow{
        cursor: pointer;
        vertical-align: middle;
    }
    .features__wrap .guide-text{
        padding: 0 3.75vw;
        font-family:Jost, sans-serif;
        font-weight: 500;
    }
    .features__wrap .guide-text span{
        vertical-align: middle;
    }
    .features__num{
        font-size: 12vw;
        padding-top: 0;
    }
    .features__txt{
        font-size: 4.267vw/*1.6rem*/;
        border-top: 0.533vw solid #000;
        border-bottom: 0.533vw solid #000;
        padding: 7.200vw 0;
    }
    .features__foot{
        width: 100%;
        margin-top: 12vw;
        display: block;
    }
    .features__foot-left{
        width: 100%;
        margin-bottom: 8vw;
    }
    .features__foot-left div{
        width: 100%;
        margin-top:8vw;
    }
    .features__foot-right {
        width: 100%;
    }
    .features__foot-right h4 {
        font-family:Jost, sans-serif;
        font-size: 7.467vw/*2.8rem*/;
        margin-bottom: 5.333vw;
    }
    .features__foot-right > div {
        margin-bottom: 2.667vw;
        font-size: 4.267vw;
    }
    .features__foot-right dl{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .features__foot-right dt{
        font-size: 5.333vw/*2.0rem*/;
        width: 30vw;
        margin: 4.267vw 2.667vw 0 0;
        line-height: 1.3;
        text-align: left;
        text-indent: 1.2em;
    }
    .features__foot-right dd{
        font-size: 4.267vw;
        width: 60vw;
        margin: 4.267vw 0 0 0;
        line-height: 1.3;
    }
    .features__foot-btm{
        display: block;
        width: 72%;
        margin: 16vw auto 0;
    }
    .features__foot-btm .img{
        width: 70%;
        margin: 4vw auto;
    }
    .features__foot-btm .txt{
        width: 100%;
        font-size: 3.733vw;
    }
}

/*============================================================================
dev-story
============================================================================*/
.dev-story{
    position: relative;
    background:#D5D5D5;
    width: 105rem;
    margin: 0 auto 15rem;
    padding: 9rem 4rem 12rem;
}
.dev-story h2{
    position:absolute;
    font-family:Jost, sans-serif;
    font-size:10rem;
    line-height:1;
    letter-spacing:0;
    color:#fff;
    transform:rotate(90deg);
    left:16rem;
    top:8.5rem;
    transform-origin:top left
}
.dev-story__wrap{
    width: 72rem;
    margin-left:23rem;
}
.dev-story__lead{
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 8rem;
}
.dev-story__item{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-bottom: 10rem;
}
.dev-story__item:last-child{margin: 0}
.dev-story__item:first-child,.dev-story__item:last-child{
    flex-direction: row-reverse;
}
.dev-story__item p{
    width: 36rem;
}
.dev-story__item dl{
    width: 29rem;
}
.dev-story__item dt{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2rem;
}
.dev-story__item dt span{
    font-family:Jost, sans-serif;
    font-size: 4.5rem;
    font-weight: 600;
    margin-left: 1rem;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .dev-story{
        width: 87.500vw;
        margin: 0 auto 12.500vw;
        padding: 7.500vw 3.333vw 10vw;
    }
    .dev-story h2{
        font-size:8.333vw;
        left:13.333vw;
        top:7.083vw;
    }
    .dev-story__wrap{
        width: 60vw;
        margin-left:19.167vw;
    }
    .dev-story__lead{
        font-size: 1.333vw;
        margin-bottom: 6.667vw;
    }
    .dev-story__item{
        margin-bottom:8.333vw;
    }
    .dev-story__item p{
        width: 30vw;
    }
    .dev-story__item dl{
        width: 24.167vw;
    }
    .dev-story__item dt{
        font-size: 1.667vw;
        margin-bottom: 1.667vw;
    }
    .dev-story__item dt span{
        font-size: 3.750vw;
        margin-left:0.833vw;
    }
}
@media screen and (max-width:768px) {
    .dev-story{
        width: 80vw;
        margin: 0 auto 20vw;
        padding: 14vw 3.4vw 11vw;
    }
    .dev-story h2{
        position:relative;
        font-size:10vw;
        font-weight: 600;
        line-height:1.25;
        transform:none;
        left:auto;
        top:auto;
        text-align: center;
        margin-bottom: 8vw
    }
    .dev-story__wrap{
        width: 100%;
        margin-left:0;
    }
    .dev-story__lead{
        font-size: 4.267vw;
        font-weight: 500;
        margin-bottom: 20vw;
        padding: 0 4vw;
    }
    .dev-story__item{
        display: block;
        margin-bottom: 20vw;
    }
    .dev-story__item:last-child{margin: 0}
    .dev-story__item:first-child,.dev-story__item:last-child{
        flex-direction: row-reverse;
    }
    .dev-story__item p{
        width: 100%;
    }
    .dev-story__item dl{
        width: 100%;
    }
    .dev-story__item dt{
        display: -webkit-box;
        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;
        font-size: 5.333vw;
        margin-bottom: 5.333vw;
    }
    .dev-story__item dd{
        font-size: 4.267vw;
        padding: 0 4vw;
        margin-bottom: 4vw;
    }
    .dev-story__item dt span{
        font-size: 12vw/*4.5rem*/;
        margin-left: 2.667vw;
    }
}

/*============================================================================
purchase-box
============================================================================*/
.purchase-box{
    position: relative;
    width: 100%;
    z-index: 1;
}
.purchase-box .slick-list{
    overflow: inherit;
}
.purchase-box .slide__item{
    position: relative;
    width: 55rem;
    height: 54rem;
    text-align: center;
    margin: 0 2rem !important;
    cursor: move;
}
.purchase-box .slide__item:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -2.6rem;
    width: 30px;
    height: 30px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.p-box__img {
    width: 100%
}
.purchase-box .slider__nav{
    display: none;
}
.p-box__head-1 {
    position: absolute;
    bottom: 2.6rem;
    left: 50%;
    transform: translatex(-50%);
    font-size: 1.8rem;
    font-weight: 700;
    z-index: 1;
}
.p-box__head-10{
    position: absolute;
    bottom: 3.6rem;
    left: 50%;
    transform: translatex(-50%);
    background: #2772A8;
    width: 22rem;
    height: 5rem;
    font-weight: 700;
    color: #fff;
    z-index: 1;
}
.p-box__head-10 p{
    font-size: 1.8rem;
    line-height: 1.4;
}
.p-box__head-10 small{
    font-size: 1.6rem;
    letter-spacing: 0;
}
.p-box__head-10 span{
    font-family:Jost, sans-serif;
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 0 1rem;
}
.p-box__foot{
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translatex(-50%);
    background: #fff;
    width: 41rem;
    height: 12rem;
    font-size: 1.8rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-box__foot-inner{
    position: relative;
    width: 100%;
}
.p-box__foot-inner div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -37%);
    font-family:Jost, sans-serif;
    font-size: 4.5rem;
    letter-spacing: 0;
    font-weight: 600;
}
.p-box__foot-inner div small{
    display: block;
    font-size: 1.6rem;
}
.p-box__foot-inner span{
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translatey(-50%);
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 500;
}
.p-box__foot-inner .case{
    position: absolute;
    top: -8rem;
    left: -2rem;
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 50%;
    background: #d5d5d5;
    font-weight:700;
    letter-spacing: 0;
    text-align: center;
    font-size: 1.6rem;
    padding-top: 2.2rem;
    line-height: 1.4;
}
.p-box__foot-inner .no-case{
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translatey(-50%);
    font-size: 1.4rem;
    font-weight:700;
    letter-spacing: 0;
    text-align: left;
}
.purchase-box__wrap{
    position: relative;
    padding: 10rem 0 0
}
.purchase-box__wrap:after {
    position: absolute;
    content: "";
    background: #fff;
    top: -5rem;
    left: 0;
    right: 0;
    height: 18rem;
    z-index: -1;
}
.purchase-box__wrap .btn{
    width: 90rem;
    padding: 4rem 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
    background:#2772A8;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .purchase-box .slide__item{
        width: 45.833vw;
        height: 45vw;
        margin: 0 1.667vw !important;
    }
    .purchase-box .slide__item:before{
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        left: -2.167vw;
        width: 2.500vw;
        height: 2.500vw;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .p-box__head-1 {
        bottom: 2.167vw;
        left: 50%;
        font-size: 1.500vw;
    }
    .p-box__head-10{
        bottom: 3vw;
        left: 50%;
        width: 18.333vw;
        height: 4.167vw;
    }
    .p-box__head-10 p{
        font-size:1.500vw;
    }
    .p-box__head-10 small{
        font-size: 1.333vw;
    }
    .p-box__head-10 span{
        font-size: 1.833vw;
        margin: 0 0 0 0.833vw;
    }
    .p-box__foot{
        bottom: -4.167vw;
        left: 50%;
        width: 34.167vw;
        height: 9.167vw;
        font-size: 1.500vw;
    }
    .p-box__foot-inner div{
        position: absolute;
        top: 50%;
        left: 50%;
        transform:translate(-50%, -37%);
        font-size: 3.750vw;
    }
    .p-box__foot-inner div small{
        font-size:1.333vw;
    }
    .p-box__foot-inner span{
        position: absolute;
        top: 50%;
        right: 0.833vw;
        transform: translatey(-50%);
        font-size: 1.167vw;
    }
    .p-box__foot-inner .case{
        position: absolute;
        top: -6.667vw;
        left: -1.667vw;
        width: 7.333vw;
        height: 7.333vw;
        font-size: 1.333vw;
        padding-top: 1.833vw;
    }
    .p-box__foot-inner .no-case{
        position: absolute;
        top: 50%;
        left: 0.833vw;
        transform: translatey(-50%);
        font-size: 1.167vw;
    }
    .purchase-box__wrap{
        padding: 8.333vw 0 0
    }
    .purchase-box__wrap:after {
        position: absolute;
        top: -4.167vw;
        left: 0;
        right: 0;
        height: 15vw;
    }
    .purchase-box__wrap .btn{
        width:75vw;
        padding: 3.333vw 0;
        font-size: 2.083vw;
    }
}
@media screen and (max-width:768px) {
    .purchase-box{
        position: relative;
        width: 100%;
        z-index: 1;
    }
    .purchase-box .slick-list{
        overflow: inherit;
    }
    .purchase-box .slide__item{
        position: relative;
        width: 72vw;
        height: auto;
        background: #AEACB1;
        text-align: center;
        margin: 0 2.667vw !important;
    }
    .purchase-box .slide__item:before{
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        left: -3.6vw;
        width: 4vw;
        height: 4vw;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .purchase-box .slider__nav{
        display: none;/*一旦非表示の指示-2/7*/
        position: relative;
        z-index: 3;
        width: auto;
        margin-top: 20vw;
        text-align: center;
    }
    .purchase-box .slider__nav li {
        display: inline-block;
        line-height: 6.25vw;
    }
    .purchase-box .prev-arrow{
        cursor: pointer;
        vertical-align: middle;
    }
    .purchase-box .next-arrow{
        cursor: pointer;
        vertical-align: middle;
    }
    .purchase-box .guide-text{
        padding: 0 3.75vw;
        font-family:Jost, sans-serif;
        font-weight: 500;
    }
    .purchase-box .guide-text span{
        vertical-align: middle;
    }
    .p-box__head-1 {
        bottom: 0.1vw;
        font-size: 4vw;
    }
    .p-box__head-10{
        bottom: 2vw;
        left: 50%;
        width: 42.667vw;
        height: 10.667vw;
        padding-top: 1.4vw;
    }
    .p-box__head-10 p{
        font-size: 3vw;
        line-height: 1;
    }
    .p-box__head-10 small{
        font-size:3vw;
        letter-spacing: 0;
    }
    .p-box__head-10 span{
        font-size: 4vw;
        line-height: 1;
        margin: 0 0 0 2.667vw;
    }
    .p-box__foot{
        position: absolute;
        bottom: -12vw;
        left: 50%;
        transform: translatex(-50%);
        background: #fff;
        width: 68vw;
        height: 18vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .p-box__foot-inner{
        position: relative;
        width: 100%;
    }
    .p-box__foot-inner div{
        position: absolute;
        top: 50%;
        left: 50%;
        transform:translate(-50%, -37%);
        font-size: 6.400vw;
    }
    .p-box__foot-inner div small{
        font-size:3vw;
    }
    .p-box__foot-inner span{
        right: 2.667vw;
        font-size: 3vw;
    }
    .p-box__foot-inner .case{
        position: absolute;
        top: -16vw;
        left: -5.333vw;
        width: 16vw;
        height: 16vw;
        font-size: 3vw;
        padding-top: 4.800vw;
        line-height: 1.4;
    }
    .p-box__foot-inner .no-case{
        left: 2.667vw;
        font-size:3vw;
    }
    .purchase-box__wrap{
        position: relative;
        padding: 16vw 0 0
    }
    .purchase-box__wrap:after {
        position: absolute;
        content: "";
        background: #fff;
        top: -28.333vw;
        left: 0;
        right: 0;
        height: 50vw;
        z-index: -1;
    }
    .purchase-box__wrap .btn{
        width: 80vw;
        padding: 6.667vw 0;
        font-size: 5.867vw;
    }
}

/*============================================================================
technology
============================================================================*/
.technology{
    margin:18rem 0 14.6rem;
}
.technology .container{
    position: relative;
}
.technology .container:after{
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.technology h2{
    margin-left: 9rem
}
.technology h3{
    position:absolute;
    font-family:Jost, sans-serif;
    font-size:11.4rem;
    font-weight: 500;
    line-height:1;
    letter-spacing:0;
    color:#EFEFEF;
    transform:rotate(90deg);
    right:-5rem;
    top:85rem;
    transform-origin:top right
}
.technology__movie{
    width: 68rem;
    height: 38rem;
    margin: 7rem 0 7rem -10rem;
}
.video_container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.technology__movie iframe{
    width: 100%;
    height: 100%;
}
.technology .slider{
    position: relative;
    margin:0 0 11rem 12rem;
    width: 45rem;
}
.technology__img{
    width: 69rem;
    margin-left: 31.5rem;
}
.technology .slide__item{
    display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.technology .slider__nav{
    position: relative;
    z-index: 3;
    width: 28rem;
    margin: -8.6rem 24rem 6rem auto;
    text-align: center;
}
.technology .slider__nav li {
    display: inline-block;
    line-height: 2.6rem;
}
.technology .prev-arrow{
    cursor: pointer;
    vertical-align: middle;
}
.technology .next-arrow{
    cursor: pointer;
    vertical-align: middle;
}
.technology .guide-text{
    padding: 0 1.2rem;
    font-family:Jost, sans-serif;
    font-weight: 500;
}
.technology .guide-text span{
    vertical-align: middle;
}
.technology__num{
    font-family:Jost, sans-serif;
    font-size:1.8rem;
    font-weight: 600;
    line-height:1;
    letter-spacing:0;
    background: #D5D5D5;
    border-radius: 50%;
    width: 11.2rem;
    height: 11.2rem;
    text-align: center;
    padding-top: 3rem;
}
.technology__num span{
    display: block;
    font-size:3.4rem;
}
.technology__txt{
    width: 28rem;
}
.technology__txt dt{
    font-weight:700;
    margin-bottom: 2rem;
}
.technology__txt dd{
    font-size:1.4rem;
    line-height: 1.7;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .technology{
        margin:15vw 0 12.167vw;
    }
    .technology h2{
        margin-left: 7.500vw
    }
    .technology h3{
        position:absolute;
        right:-4.167vw;
        top:70.833vw;
        font-size:9.500vw;
    }
    .technology__movie{
        width: 56.667vw;
        height: 31.667vw;
        margin: 5.833vw 0 5.833vw -8.333vw;
    }
    .technology__movie iframe{
        width: 100%;
        height: 100%;
    }
    .technology .slider{
        margin:0 0 9.167vw 10vw;
        width: 37.500vw;
    }
    .technology__img{
        width: 57.500vw;
        margin-left:26.250vw;
    }
    .technology .slider__nav{
        width: 23.333vw;
        margin: -7.167vw 20vw 5vw auto;
        text-align: center;
    }
    .technology .slider__nav li {
        line-height: 2.6rem;
    }
    .technology .guide-text{
        padding: 0 1vw;
    }
    .technology__num{
        font-size:1.500vw;
        width: 9.333vw;
        height: 9.333vw;
        padding-top: 2.500vw;
    }
    .technology__num span{
        font-size:2.833vw;
    }
    .technology__txt{
        width: 23.333vw;
    }
    .technology__txt dt{
        margin-bottom: 1.667vw;
    }
    .technology__txt dd{
        font-size:1.167vw;
    }
}
@media screen and (max-width:768px) {
    .technology{
        margin:20vw 0 30vw;
    }
    .technology .container{
        position: relative;
    }
    .technology .container:after{
        position: absolute;
        content: "";
        background: #fff;
        top: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
    .technology h2{
        margin-left: 0;
    }
    .technology h3{
        display: none;
    }
    .technology__movie{
        width: 100vw;
        height:50vw;
        margin: 12vw calc(50% - 50vw);
    }
    .technology .slider{
        margin:0 0 29.333vw;
        width: 100%;
    }
    .technology__img{
        width: 100%;
        margin-left:0;
    }
    .technology .slide__item{
        display: block !important;
    }
    .technology .slider__nav{
        display: block;
        position: relative;
        z-index: 3;
        width: auto;
        margin: -20vw auto 18.75vw;
        text-align: center;
    }
    .technology .slider__nav li {
        display: inline-block;
        line-height: 6.25vw;
    }
    .technology .prev-arrow{
        cursor: pointer;
        vertical-align: middle;
    }
    .technology .next-arrow{
        cursor: pointer;
        vertical-align: middle;
    }
    .technology .guide-text{
        padding: 0 3.75vw;
        font-family:Jost, sans-serif;
        font-weight: 500;
    }
    .technology .guide-text span{
        vertical-align: middle;
    }
    .technology__num{
        font-size:4.800vw;
        width: 29.867vw;
        height: 29.867vw;
        padding-top: 8vw;
        margin: 0 auto 8vw;
    }
    .technology__num span{
        display: block;
        font-size:9.067vw;
    }
    .technology__txt{
        width: 100%;
    }
    .technology__txt dt{
        font-size: 4.267vw;
        font-weight:700;
        margin-bottom: 5.333vw;
        text-align: center;
    }
    .technology__txt dd{
        font-size:3.733vw;
        line-height: 1.7;
    }
}

/*============================================================================
award
============================================================================*/
.award {
    margin-bottom: 20rem
}
.award .container{
    position: relative;
}
.award .container:after{
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.award__wrap{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap;
    height: 58rem;
    margin-bottom: 10rem;
}
.award__wrap h2{
    width: 32rem;
}
.award__wrap p{
    width: 29.5rem;
    margin: 3rem auto;
}
.award__wrap dl{
    width: 32rem;
}
.award__wrap dt{
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    font-weight: 700;
}
.award__wrap dt img{
    width: 21.5rem
}
.award__wrap .slider{
    margin: 5rem -5.8rem 0 0;
    width: 52rem;
    background: #fff;
}
.award h3{
    text-align: center;
    margin-bottom: 4rem;
}
.other__wrap {
    margin-left: 3rem;
}
.other__wrap .slider {
    display: flex;
}
.other__wrap .slide__item {
    background: #D5D5D5;
    width: 25rem !important;
    margin: 0 1.5rem !important;
    padding: 1rem 2rem;
    text-align: center;
}
.other__wrap-award {
    padding: 1rem 0 2rem;
    width: 19.3rem;
    margin: 0 auto;
}
.other__wrap .slider__nav{
    display: none;
}
.other__wrap-img {
    margin-bottom: 1rem
}
.other__wrap-txt {
    font-weight: 700;
}
.award .btn{
    position: absolute;
    bottom:-6rem;
    right: 0;
    width: 90rem;
    padding: 4rem 0;
    display: block;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
    background:#2772A8;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .award {
        margin-bottom:16.667vw
    }
    .award__wrap{
        height: 48.333vw;
        margin-bottom: 8.333vw;
    }
    .award__wrap h2{
        width: 26.667vw;
    }
    .award__wrap p{
        width:24.583vw;
        margin:2.500vw auto;
    }
    .award__wrap dl{
        width: 26.667vw;
    }
    .award__wrap dt{
        margin-bottom: 2.500vw;
        font-size:1.500vw;
    }
    .award__wrap dt img{
        width: 17.917vw
    }
    .award__wrap .slider{
        margin: 4.167vw -4.833vw 0 0;
        width: 43.333vw;
    }
    .award h3{
        margin-bottom: 3.333vw;
    }
    .other__wrap {
        margin-left:2.500vw;
    }
    .other__wrap .slide__item {
        width: 20.833vw !important;
        margin: 0 1.250vw !important;
        padding: 0.833vw 1.667vw;
    }
    .other__wrap-award {
        padding: 0.833vw 0 1.667vw;
        width: 16.083vw;
    }
    .other__wrap-img {
        margin-bottom: 0.833vw
    }
    .award .btn{
        position: absolute;
        bottom:-5vw;
        right: 0;
        width: 75vw;
        padding: 3.333vw 0;
        font-size:2.083vw;
    }
}
@media screen and (max-width:768px) {
    .award {
        margin-bottom: 40vw
    }
    .award .container{
        position: relative;
        padding-bottom: 30vw;
    }
    .award .container:after{
        position: absolute;
        content: "";
        background: #fff;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
    .award__wrap{
        display: flex;
        height: auto;
        margin-bottom: 24vw;
    }
    .award__wrap h2{
        width: 100%;
    }
    .award__wrap p{
        width: 100%;
        margin: 8vw auto;
    }
    .award__wrap dl{
        width: 100%;
    }
    .award__wrap dt{
        text-align: center;
        margin-bottom:8vw;
        font-size: 4.800vw;
    }
    .award__wrap dd{
        font-size:4.267vw;
    }
    .award__wrap dt img{
        width: 57.333vw
    }
    .award__wrap .slider{
        width: 100vw;
        margin: 13.333vw calc(50% - 50vw) 0;
        background: #fff;
    }
    .award .prev-arrow{
        position: absolute;
        right: auto;
        bottom: -13.333vw;
        left: 30vw;
        cursor: pointer;
    }
    .award .next-arrow{
        position: absolute;
        right: 30vw;
        bottom: -13.333vw;
        cursor: pointer;
    }
    .award h3{
        text-align: center;
        margin-bottom: 10.667vw;
    }
    .other__wrap {
        width: 100vw;
        margin: 10vw calc(50% - 50vw) 0;
    }
    .other__wrap .slider {
        display: block;
    }
    .other__wrap .slick-track {
        display: flex;
    }
    .other__wrap .slick-slide {
        height: auto !important;
    }
    .other__wrap .slide__item {
        background: #D5D5D5;
        width:84vw !important;
        margin: 0 2.133vw !important;
        padding: 4vw 5.333vw;
        text-align: center;
    }
    .other__wrap .slider__nav{
        display: block;
        position: relative;
        z-index: 3;
        width: auto;
        margin: 10vw auto 5vw;
        text-align: center;
    }
    .other__wrap .slider__nav li {
        display: inline-block;
        line-height: 6.25vw;
    }
    .other__wrap .prev-arrow{
        position: static;
        cursor: pointer;
        vertical-align: middle;
    }
    .other__wrap .next-arrow{
        position: static;
        cursor: pointer;
        vertical-align: middle;
    }
    .other__wrap .guide-text{
        padding: 0 3.75vw;
        font-family:Jost, sans-serif;
        font-weight: 500;
    }
    .other__wrap .guide-text span{
        vertical-align: middle;
    }
    .other__wrap-award {
        padding: 4vw 0 5.333vw;
        width: 44vw;
        margin: 0 auto;
    }
    .other__wrap-award img {
        margin: 0 auto;
    }
    .other__wrap-img {
        margin-bottom: 4vw
    }
    .other__wrap-txt {
        font-weight: 700;
    }
    .award .btn{
        position: absolute;
        bottom:-17vw;
        right: auto;
        width: 80vw;
        padding: 6.667vw 0;
        font-size: 5.867vw;
    }
}

/*============================================================================
medal-img
============================================================================*/
.medal-img{
    position: relative;
    z-index: 1;
    width: 90rem;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .medal-img{
        width: 75vw;
    }
}
@media screen and (max-width:768px) {
    .medal-img{
        width: 100%;
    }
}

/*============================================================================
case
============================================================================*/
.case{
}
.case .container{
    position: relative;
    padding: 23rem 0 10rem;
    margin-top: -13rem
}
.case .container:after{
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.case__head{
    display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.case__head h2{
    margin-left: 15rem;
}
.case__head-txt{
    width: 39rem;
    margin: 2rem 5rem 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
}
.case__wrap {
      margin:10rem -6rem 0 21.5rem;
}
.case__wrap-item{
    display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 6rem;
    flex-direction: row-reverse;
}
.case__wrap .slider__nav{
    display: none;
}
.case__wrap .case__txt{
    width: 24rem;
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 2.6rem;
}
.case__wrap .case__txt h3{
    margin: 0 0 1em -3em;
    font-size: 1.8rem;
    font-weight: 700;
}
.case__wrap .case__txt small{
    font-size: 1.4rem;
    font-weight: 400;
}
.case__wrap-item .slider{
    width: 50rem;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .case .container{
        padding: 19.167vw 0 8.333vw;
        margin-top: -10.833vw
    }
    .case__head h2{
        margin-left: 15rem;
    }
    .case__head-txt{
        width: 39rem;
        margin: 2rem 5rem 0 0;
        font-size: 1.8rem;
        letter-spacing: 0.02em;
    }
    .case__wrap{
        margin: 12rem -6rem 0 21.5rem
    }
    .case__wrap-item{
        margin-bottom: 5vw;
    }
    .case__wrap .case__txt{
        width: 20vw;
        padding-bottom: 2.167vw;
    }
    .case__wrap .case__txt h3{
        margin: 0 0 1em -3em;
        font-size: 1.500vw;
    }
    .case__wrap .case__txt small{
        font-size: 1.167vw;
        font-weight: 400;
    }
    .case__wrap-item .slider{
        width: 41.667vw;
    }
}
@media screen and (max-width:768px) {
    .case{
    }
    .case .container{
        position: relative;
        padding: 8vw 0 4vw;
        margin-top: 0;
    }
    .case .container:after{
        position: absolute;
        content: "";
        background: #fff;
        top: 0;
        left: 100%;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
    .case__head{
        display: block !important;
    }
    .case__head h2{
        margin-left: 0;
    }
    .case__head-txt{
        width: 100%;
        margin: 0;
        padding: 8vw;
        font-size: 4.800vw;
    }
    .case__wrap{
        margin: 8vw 0;
    }
    .case__wrap-item{
        display: block !important;
        margin-bottom: 16vw;
    }
    .case .slider__nav{
        display: block;
        position: relative;
        z-index: 3;
        width: auto;
        margin: -8vw auto 0;
        text-align: center;
    }
    .case .slider__nav li {
        display: inline-block;
        line-height: 6.25vw;
    }
    .case .prev-arrow{
        position: static;
        cursor: pointer;
        vertical-align: middle;
    }
    .case .next-arrow{
        position: static;
        cursor: pointer;
        vertical-align: middle;
    }
    .case .guide-text{
        padding: 0 3.75vw;
        font-family:Jost, sans-serif;
        font-weight: 500;
    }
    .case .guide-text span{
        vertical-align: middle;
    }
    .case__wrap .case__txt{
        font-size: 4.267vw;
        width: 70vw;
        margin:12vw auto 0;
    }
    .case__wrap .case__txt h3{
        margin: 0 0 1em -1em;
        font-size: 4.800vw;
    }
    .case__wrap .case__txt small{
        font-size: 3.733vw;
        font-weight: 400;
    }
    .case__wrap-item .slider{
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
}

/*============================================================================
followus-box
============================================================================*/
.followus-box{
    width:15rem;
    margin: 11rem auto;
}
.followus-box dl{
    text-align: center;
}
.followus-box__sns{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin: 2.6rem 0 4.4rem;
}
.followus-box__sns a img{
    width: 5rem
}
.followus-box__txt{
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .followus-box{
        width:12.500vw;
        margin: 9.167vw auto;
    }
    .followus-box__sns{
        margin: 2.167vw 0 3.667vw;
    }
    .followus-box__sns a img{
        width: 4.167vw
    }
}
@media screen and (max-width:768px) {
    .followus-box{
        width:45.333vw;
        margin: 18.667vw auto;
    }
    .followus-box dl{
        text-align: center;
    }
    .followus-box__sns{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 6.933vw 0 11.733vw;
    }
    .followus-box__sns a img{
        width: 13.333vw
    }
    .followus-box__txt{
        font-size: 4.267vw;
        text-align: center;
        font-weight: 700;
        line-height: 1.6;
    }
}

/*============================================================================
about
============================================================================*/
.about{
    margin-bottom: 13rem
}
.about .container{
    position: relative;
}
.about .container:after{
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.about__head01{
    width: 81rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
    margin-bottom: 10rem
}
.about__head01 h3{
    margin-top: 3rem;
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 0;
}
.about__head01 h3 span{
    display: block;
    font-family:Jost, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
}
.about__head-txt{
    margin-left: auto;
    width: 39rem;
}
.about__head-txt h4{
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 2rem 0;
}
.about__head-txt p{
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.about__head{
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap;
    height: 48rem;
    width: 81rem;
    margin-bottom: 12rem;
}
.about__head .slider{
    width: 52rem;
    margin: 3rem 0 0 -10rem;
    background: #fff;
}
.about__head dl{
    width: 30rem;
    margin-top: 2rem;
}
.about__head dt{
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.about__head dd{
    font-size: 1.8rem;
}
.about__head p{
    width: 30rem;
    font-size: 1.8rem;
    margin-top: 5rem;
}
.about__foot{
    width: 81rem;
}
.about__foot .slide__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6rem
}
.about__foot .slide__item:last-child{margin: 0}
.about__foot .slider__nav{
    display: none;
}
.about__foot-ttl{
    width: 11.5rem;
    height: 11.5rem;
    text-align: center;
    background: #D5D5D5;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    padding-top: 3rem;
    line-height: 1.44;
}
.about__foot-txt{
    width: 29rem;
}
.about__foot-img{
    width: 30rem;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .about{
        margin-bottom:10.833vw
    }
    .about__head01{
        width: 67.500vw;
        margin-bottom: 8.333vw
    }
    .about__head01 h3{
        margin-top: 2.500vw;
        font-size: 2.500vw;
    }
    .about__head01 h3 span{
        font-size: 1.417vw;
    }
    .about__head-txt{
        width: 32.500vw;
    }
    .about__head-txt h4{
        font-size:2.500vw;
        padding:1.667vw 0;
    }
    .about__head-txt p{
        font-size: 1.500vw;
    }
    .about__head{
        height: 42.500vw;
        width:67.500vw;
        margin-bottom:10vw;
    }
    .about__head .slider{
        width:43.333vw;
        margin: 2.500vw 0 0 -8.333vw;
    }
    .about__head dl{
        width: 25vw;
        margin-top: 1.667vw;
    }
    .about__head dt{
        font-size: 1.833vw;
        margin-bottom: 2.500vw;
    }
    .about__head dd{
        font-size:1.500vw;
    }
    .about__head p{
        width: 25vw;
        font-size: 1.500vw;
        margin-top: 4.167vw;
    }
    .about__foot{
        width:67.500vw;
    }
    .about__foot .slide__item{
        margin-bottom:5vw
    }
    .about__foot-ttl{
        width:9.583vw;
        height:9.583vw;
        font-size:1.500vw;
        padding-top:2.500vw;
    }
    .about__foot-txt{
        width: 24.167vw;
    }
    .about__foot-img{
        width:25vw;
    }
}
@media screen and (max-width:768px) {
    .about{
        margin-bottom: 18.667vw
    }
    .about .container{
        position: relative;
    }
    .about .container:after{
        position: absolute;
        content: "";
        background: #fff;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
    .about__head01{
        width: 100%;
        display: block;
        margin-bottom: 20vw
    }
    .about__head01 h3{
        margin-top: 5.333vw;
        font-size: 8vw;
        text-align: center;
    }
    .about__head01 h3 span{
        display: block;
        font-size: 4.533vw;
    }
    .about__head-txt{
        margin-left: 0;
        width: 100%;
    }
    .about__head-txt h4{
        font-size: 8vw;
        padding:20vw 0 10vw;
    }
    .about__head-txt p{
        font-size:4.800vw;
    }
    .about__head{
        display: flex;
        height: auto;
        width: 100%;
        margin-bottom: 20vw;
    }
    .about__head .slider{
        order: 3;
        width: 100vw;
        margin: 8vw calc(50% - 50vw);
        background: #fff;
    }
    .about__head dl{
        order: 2;
        width: 100%;
        margin-top:12vw;
    }
    .about__head dt{
        text-align: center;
        font-size:5.867vw;
        margin-bottom: 8vw;
    }
    .about__head dd{
        font-size: 4.800vw;
    }
    .about__head p{
        order: 3;
        width: 100%;
        font-size: 4.800vw;
        margin-top: 0;
    }
    .about__foot{
        width: 100%;
    }
    .about__foot .slide__item{
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-direction: column;
        align-content: space-between;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin-bottom: 16vw
    }
    .about__foot .slide__item:last-child{margin: 0}
    .about__foot .slider__nav{
        display: block;
        position: relative;
        z-index: 3;
        width: auto;
        margin: -8vw auto 0;
        text-align: center;
    }
    .about__foot .slider__nav li {
        display: inline-block;
        line-height: 6.25vw;
    }
    .about__foot .prev-arrow{
        position: static;
        cursor: pointer;
        vertical-align: middle;
    }
    .about__foot .next-arrow{
        position: static;
        cursor: pointer;
        vertical-align: middle;
    }
    .about__foot .guide-text{
        padding: 0 3.75vw;
        font-family:Jost, sans-serif;
        font-weight: 500;
    }
    .about__foot .guide-text span{
        vertical-align: middle;
    }
    .about__foot-ttl{
        width: 30.667vw;
        height: 30.667vw;
        text-align: center;
        background: #D5D5D5;
        font-size: 4.800vw;
        font-weight: 700;
        letter-spacing: 0.07em;
        padding-top: 8vw;
        line-height: 1.44;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5vw;
    }
    .about__foot-txt{
        order:3;
        width: 90%;
        font-size: 4.267vw;
    }
    .about__foot-img{
        order:2;
        width: 100%;
        margin: 4vw 0;
    }
}

/*============================================================================
form
============================================================================*/
.form{
    position: relative;
    padding-bottom: 20rem;
}
.form:after {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 22.6rem;
  z-index: -1;
}
.form .container{
    width: 100rem;
    margin: -6rem auto 0;
    padding: 23rem 10rem 6rem;
}
.form .sec-title {
    color: #000;
    text-align: center;
    font-size: 3.0rem;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 9rem;
}
.form__progress{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
    margin-bottom: 5rem;
}
.form__list dt{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    background: #D5D5D5;
    padding: 1rem 1rem 1rem 1.6rem;
    margin-bottom: 1.6rem;
}
.form__list dt p{
    font-size: 1.8rem;
    font-weight: 700;
}
.form__list dt p span{
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 3rem;
}
.form__list dt small{
    font-size: 1.4rem;
    font-weight: 700;
    background: #fff;
    padding: .5rem 1.5rem;
}
.form__list dt small.off{
    font-weight: 500;
    background: none;
}
.form__list dd{
    width: 71rem;
    margin: 0 auto 1rem;
}
.form__list .f-contact div{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.form__list .f-contact div .f-contact__ttl{
    width: 14rem;
    padding-top: .6rem;
}
.form__list .f-contact div small{
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
}
.form__list dd [type=email], .form__list dd [type=tel], .form__list dd [type=text], .form__list dd select, .form__list dd textarea {
	width: 100%;
	font-size: inherit;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.5;
	padding: .5em;
    margin-bottom: 1.5rem;
	background: #f5f5f5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form__list [type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.form__list [type="radio"] + span {
    position: relative;
    cursor: pointer;
    margin-right: 5rem
}
.form__list [type="radio"] + span::before {
    display: inline-block;
    content: "";
    width: 1.13em;
    height: 1.13em;
    background: #EFEFEF;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: .5em;
    vertical-align: -.2em;
    text-indent: .15em;
    line-height: .65;
}
.form__list [type="radio"]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.13em;
    height: 1.13em;
    background: #000;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) scale(.65);
    transform: translateY(-50%) scale(.65);
}
.f-select {
    position: relative;
    display: inline-block;
}
.f-select:before {
    position: absolute;
    display: inline-block;
    pointer-events: none;
    top: calc(50% - 1.2rem);
    right: 1.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem .6rem 0 .6rem;
    border-color: #000 transparent transparent transparent;
    content: '';
}
.f-select .select01 {
    width: 45rem;
    cursor: pointer;
}
.f-select .select02 {
    width: 16rem;
    cursor: pointer;
}
.f-product .notice {
    margin-bottom: 2rem;
}
.f-product .notice p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.f-product .f-product-detail {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #D5D5D5;
}
.f-product .f-product-detail + .f-product-detail {
    padding-top: 2.4rem;
    padding-bottom: 0;
    border-bottom: none;
}
.f-product .f-product-detail > p {
    width: 26rem;
}
.f-product .f-product-detail .f-select .select01 {
    width: 32rem;
}
.f-address > div {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.f-address > div:first-child {
    margin-bottom: 1.5rem;
}
.f-address .f-info01 {
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-address > div span{
    font-size: 1.8rem;
    font-weight: 500;
    padding-top: .5rem;
}
.f-address > div button{
    width: 16rem;
    text-align: center;
    display: block;
    border: 2px solid #e4e4e4;
    background: #fafafa;
    border-radius: 1rem;
    padding: 1rem;
    margin-left: 2rem;
}
.f-address > div .zip01{
    width: 6rem;
    margin: 0 1rem;
}
.f-address > div .zip02{
    width: 8rem;
    margin: 0 1rem;
}
.f-address .f-zip{
    width: auto;
}
.f-address > div .input02{
    width: 50rem;
    margin-left: auto;
}
.form__last {
    font-size: 1.4rem;
    margin: 6rem 0 3rem;
}
.form__last a {
    text-decoration: underline;
}
.form__agree {
    text-align: center;
    font-weight: 500;
    margin-bottom: 5rem;
}
.form__agree [type=checkbox] {
	position: absolute;
	clip: rect(0, 0, 0, 0)
}
.form__agree [type=checkbox]+span {
	position: relative;
	cursor: pointer
}
.form__agree [type=checkbox]+span:before {
	display: inline-block;
	content: "";
	width: 1.13em;
	height: 1.13em;
	border: 1px solid;
	margin-right: .5em;
	vertical-align: -.2em;
	text-indent: .15em;
	line-height: .65
}
.form__agree [type=checkbox]:checked+span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: .75em;
	height: 1.25em;
	border: 4px solid;
	border-top: none;
	border-left: none;
	-webkit-transform: translateY(-90%) translateX(25%) rotate(45deg);
	transform: translateY(-90%) translateX(25%) rotate(45deg)
}
.form__button{
    text-align: center;
}
.form__button input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #2772A8;
	color: #fff;
	border-radius: 1rem;
	border: none;
	width: 74rem;
	font-size: 2.0rem;
    font-weight: 700;
	padding: 2rem 0;
	cursor: pointer;
}
.form__button input:hover {
	opacity: .7;
}
.form__tel{
    text-align: center;
    margin-top: 5rem;
}
.form__tel dt{
    font-weight: 500;
}
.form__tel .form__tel-tel{
    font-size: 1.6rem;
    margin-top: 3rem;
    font-weight: 700;
}
.form__tel .form__tel-tel .num{
    font-family:Jost, sans-serif;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0;
}
.form__tel .form__tel-tel .num small{
    font-size: 2.0rem;
}
.form__tel .form__tel-date{
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 500;
}
.form__progress li {
    position: relative;
    text-align: center;
    background-color: #FFF;
    border: 0.2rem solid #D5D5D5;
    border-right: none;
    width: 33%;
    line-height: 6rem;
    color: #D5D5D5;
}
.form__progress li::before {
    position: absolute;
    left: 0rem;
    top: -0.2rem;
    content: "";
    display: block;
    background-color: transparent;
    border-left: 3.2rem solid #D5D5D5;
    border-top: 3.2rem solid transparent;
    border-bottom: 3.2rem solid transparent;
}
.form__progress li span:first-child {
    position: absolute;
    left: -0.2rem;
    top: 0;
    background-color: transparent;
    border-left: 3rem solid #FFF;
    border-top: 3rem solid transparent;
    border-bottom: 3rem solid transparent;
}
.form__progress li::after {
    position: absolute;
    right: 0rem;
    top: -0.2rem;
    content: "";
    display: block;
    background-color: #FFF;
    border-left: 3.2rem solid #D5D5D5;
    border-top: 3.2rem solid transparent;
    border-bottom: 3.2rem solid transparent;
}
.form__progress li span:last-child {
    position: absolute;
    right: 0.3rem;
    top: 0;
    background-color: transparent;
    border-left: 3rem solid #FFF;
    border-top: 3rem solid transparent;
    border-bottom: 3rem solid transparent;
    z-index: 2;
}
.form__progress li.current {
    background-color: #D5D5D5;
    color: #000;
    text-indent: -1em;
}
.form__progress li.current::after {
    position: absolute;
    right: 0rem;
    top: -0.2rem;
    content: "";
    display: block;
    background-color: #FFF;
    border-left: 3.2rem solid #D5D5D5;
    border-top: 3.2rem solid transparent;
    border-bottom: 3.2rem solid transparent;
}

.form__progress.step2 li:nth-of-type(1):before {
    display: none;
}
.form__progress.step2 li:nth-of-type(1) span:last-child {
    left: auto;
}
.form__progress.step2 li.current span:last-child {
    display: none;
}
.form__radio{
    margin-bottom: 2rem;
}
.form__list [type="radio"] ~ span {
    position: relative;
    cursor: pointer;
    margin-right: 5rem
}
.form__list [type="radio"] ~ span::before {
    display: inline-block;
    content: "";
    width: 1.13em;
    height: 1.13em;
    background: #EFEFEF;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: .5em;
    vertical-align: -.2em;
    text-indent: .15em;
    line-height: .65;
}
.form__list [type="radio"]:checked ~ span::after {
    content: "";
    position: absolute;
    top: 49%;
    left: 0;
    width: 1.13em;
    height: 1.13em;
    background: #000;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) scale(.65);
    transform: translateY(-50%) scale(.65);
}
.form__list [type="radio"] ~ div[id^="errormsg_mfp_"] {
    display: none;
}
.form__agree [type="checkbox"] ~ span {
    position: relative;
    cursor: pointer
}
.form__agree [type="checkbox"] ~ span:before {
    display: inline-block;
    content: "";
    width: 1.13em;
    height: 1.13em;
    border: 1px solid;
    margin-right: .5em;
    vertical-align: -.2em;
    text-indent: .15em;
    line-height: .65
}
.form__agree [type="checkbox"]:checked ~ span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: .75em;
    height: 1.25em;
    border: 4px solid;
    border-top: none;
    border-left: none;
    -webkit-transform: translateY(-90%) translateX(25%) rotate(45deg);
    transform: translateY(-90%) translateX(25%) rotate(45deg)
}

div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
.mfp_buttons {
    display: flex;
    text-align: center;
}
.mfp_buttons button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #2772A8;
    color: #fff;
    border-radius: 1rem;
    border: none;
    width: 74rem;
    font-size: 2.0rem;
    font-weight: 700;
    padding: 2rem 0;
    cursor: pointer;
    margin: 0 auto;
}
.mfp_buttons button:hover {
    opacity: .7;
}
#mfp_phase_confirm {
    display: none;
}
#mfp_confirm_table {
    width: 100%;
    margin-bottom: 5rem;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}
#mfp_confirm_table tr th {
    white-space: nowrap;
    padding: 0.5rem 1rem;
    border: solid 0.1rem #CCC;
}
#mfp_confirm_table tr td {
    padding: 0.5rem 1rem;
    border: solid 0.1rem #CCC;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.form__list [type="checkbox"] ~ div[id^="errormsg_mfp_"] {
    display: none;
}
div.mfp_err {
    color: #F00;
}
/*以下送信完了画面*/
#sent .header__logo{
    opacity: 1;
}
#sent .form:after {
  content: none;
}
#sent .form .container{
    width: 100rem;
    margin: 10rem auto 0;
    padding: 6rem 10rem;
}
.sent-form__txt{
}
.sent-form__txt .btn{
    background: #2772A8;
    color: #fff;
    border-radius: 1rem;
    width: 27rem;
    font-size: 2.0rem;
    font-weight: 700;
    padding: 2rem 0;
    margin: 8rem auto;
    text-align: center;
    display: block;
}

@media screen and (min-width:769px) and (max-width:1280px) {
    .form{
        padding-bottom:16.667vw;
    }
    .form:after {
      position: absolute;
      content: "";
      top:0;
      left: 0;
      right: 0;
      height: 18.833vw;
    }
    .form .container{
        width: 83.333vw;
        margin: -5vw auto 0;
        padding: 20vw 8.333vw 5vw
    }
    .form .sec-title {
        font-size: 2.500vw;
        margin-bottom: 7.500vw;
    }
    .form__progress{
        margin-bottom: 4.167vw;
    }
    .form__list dt{
        padding:0.833vw 0.833vw 0.833vw 1.333vw;
        margin-bottom: 1.333vw;
    }
    .form__list dt p{
        font-size:1.500vw;
    }
    .form__list dt p span{
        font-size: 1.167vw;
        margin-left: 2.500vw;
    }
    .form__list dt small{
        font-size: 1.167vw;
        padding: 0.417vw 1.250vw;
    }
    .form__list dd{
        width: 59.167vw;
        margin: 0 auto 0.833vw;
    }
    .form__list .f-contact div .f-contact__ttl{
        width: 11.667vw;
        padding-top: 0.500vw;
    }
    .form__list .f-contact div small{
        font-size:1.167vw;
    }
    .form__list dd [type=email], .form__list dd [type=tel], .form__list dd [type=text], .form__list dd select, .form__list dd textarea {
        padding: .5em;
        margin-bottom: 1.250vw;
    }
    .form__list [type="radio"] + span {
        margin-right: 4.167vw
    }
    .form__list [type="radio"] + span::before {
        display: inline-block;
        content: "";
        width: 1.13em;
        height: 1.13em;
        background: #EFEFEF;
        border: 1px solid #707070;
        border-radius: 50%;
        margin-right: .5em;
        vertical-align: -.2em;
        text-indent: .15em;
        line-height: .65;
    }
    .form__list [type="radio"]:checked + span::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 1.13em;
        height: 1.13em;
        background: #000;
        border-radius: 50%;
        -webkit-transform: translateY(-50%) scale(.65);
        transform: translateY(-50%) scale(.65);
    }
    .f-select:before {
        position: absolute;
        display: inline-block;
        pointer-events: none;
        top: calc(50% - 1vw);
        right: 1.250vw;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.833vw 0.500vw 0 0.500vw;
        border-color: #000 transparent transparent transparent;
        content: '';
    }
    .f-select .select01 {
        width: 37.500vw;
    }
    .f-select .select02 {
        width: 13.333vw;
    }
    .f-product .notice {
        margin-bottom: 1.667vw;
    }
    .f-product .notice p {
        font-size: 1.167vw;
        margin-bottom: 0.833vw;
    }
    .f-product .f-product-detail {
        padding-bottom: 0.833vw;
        border-bottom-width: 1px;
    }
    .f-product .f-product-detail + .f-product-detail {
        padding-top: 2vw;
    }
    .f-product .f-product-detail > p {
        width: 21.667vw;
    }
    .f-product .f-product-detail .f-select .select01 {
        width: 26.667vw;
    }
    .f-address > div:first-child {
        margin-bottom:1.250vw
    }
    .f-address > div span{
        font-size: 1.500vw;
        padding-top: 0.417vw;
    }
    .f-address > div button{
        width:13.333vw;
        border-radius: 0.833vw;
        padding: 0.833vw;
        margin-left: 1.667vw;
    }
    .f-address > div .zip01{
        width: 5vw;
        margin: 0 0.833vw;
    }
    .f-address > div .zip02{
        width: 6.667vw;
        margin: 0 0.833vw;
    }
    .f-address .f-select + div{
        margin-left: 1.667vw;
    }
    .f-address > div .input02{
        width: 41.667vw;
    }
    .form__last {
        font-size:1.167vw;
        margin: 5vw 0 2.500vw;
    }
    .form__agree {
        margin-bottom: 4.167vw
    }
    .form__agree [type=checkbox]+span:before {
        display: inline-block;
        content: "";
        width: 1.13em;
        height: 1.13em;
        border: 1px solid;
        margin-right: .5em;
        vertical-align: -.2em;
        text-indent: .15em;
        line-height: .65
    }
    .form__agree [type=checkbox]:checked+span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: .75em;
        height: 1.25em;
        border: 4px solid;
        border-top: none;
        border-left: none;
        -webkit-transform: translateY(-90%) translateX(25%) rotate(45deg);
        transform: translateY(-90%) translateX(25%) rotate(45deg)
    }
    .form__button input {
        border-radius: 0.833vw;
        width: 61.667vw;
        font-size:1.667vw;
        padding: 1.667vw 0;
    }
    .form__tel{
        text-align: center;
        margin-top:4.167vw;
    }
    .form__tel .form__tel-tel{
        font-size: 1.333vw;
        margin-top:2vw;
    }
    .form__tel .form__tel-tel .num{
        font-size: 2.500vw;
    }
    .form__tel .form__tel-tel .num small{
        font-size: 1.667vw;
    }
    .form__tel .form__tel-date{
        margin-top:1.667vw;
        font-size: 1.167vw;
    }
    /*.form__progress li {
        position: relative;
        text-align: center;
        background-color: #FFF;
        border: 0.167vw solid #D5D5D5;
        border-right: none;
        width: 33%;
        line-height: 5vw;
        color: #D5D5D5;
    }
    .form__progress li::before {
        position: absolute;
        left: 0rem;
        top: -0.167vw;
        content: "";
        display: block;
        background-color: transparent;
        border-left: 2.667vw solid #D5D5D5;
        border-top:2.667vw solid transparent;
        border-bottom: 2.667vw solid transparent;
    }
    .form__progress li span:first-child {
        position: absolute;
        left: -0.167vw;
        top: 0;
        background-color: transparent;
        border-left:2.500vw solid #FFF;
        border-top: 2.500vw solid transparent;
        border-bottom: 2.500vw solid transparent;
    }
    .form__progress li::after {
        position: absolute;
        right: 0rem;
        top: -0.167vw;
        content: "";
        display: block;
        background-color: #FFF;
        border-left: 2.667vw solid #D5D5D5;
        border-top:2.667vw solid transparent;
        border-bottom: 2.667vw solid transparent;
    }
    .form__progress li span:last-child {
        position: absolute;
        right: 0.250vw;
        top: 0;
        background-color: transparent;
        border-left:2.500vw solid #FFF;
        border-top: 2.500vw solid transparent;
        border-bottom: 2.500vw solid transparent;
        z-index: 2;
    }
    .form__progress li.current::after {
        position: absolute;
        right: 0rem;
        top: -0.167vw;
        content: "";
        display: block;
        background-color: #FFF;
        border-left: 2.667vw solid #D5D5D5;
        border-top:2.667vw solid transparent;
        border-bottom: 2.667vw solid transparent;
    }*/
    .form__radio{
        margin-bottom: 1.667vw;
    }
    .form__list [type="radio"] ~ span {
        margin-right: 4.167vw
    }
    .form__list [type="radio"] ~ span::before {
        display: inline-block;
        content: "";
        width: 1.13em;
        height: 1.13em;
        background: #EFEFEF;
        border: 1px solid #707070;
        border-radius: 50%;
        margin-right: .5em;
        vertical-align: -.2em;
        text-indent: .15em;
        line-height: .65;
    }
    .form__list [type="radio"]:checked ~ span::after {
        content: "";
        position: absolute;
        top: 49%;
        left: 0;
        width: 1.13em;
        height: 1.13em;
        background: #000;
        border-radius: 50%;
        -webkit-transform: translateY(-50%) scale(.65);
        transform: translateY(-50%) scale(.65);
    }
    .form__agree [type="checkbox"] ~ span:before {
        display: inline-block;
        content: "";
        width: 1.13em;
        height: 1.13em;
        border: 1px solid;
        margin-right: .5em;
        vertical-align: -.2em;
        text-indent: .15em;
        line-height: .65
    }
    .form__agree [type="checkbox"]:checked ~ span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: .75em;
        height: 1.25em;
        border: 4px solid;
        border-top: none;
        border-left: none;
        -webkit-transform: translateY(-90%) translateX(25%) rotate(45deg);
        transform: translateY(-90%) translateX(25%) rotate(45deg)
    }
    div#mfp_hidden input {
        margin: 0.833vw;
    }
    .mfp_buttons button {
        border-radius: 0.833vw;
        width: 61.667vw;
        font-size: 1.667vw;
        padding: 1.667vw 0;
    }
    #mfp_confirm_table {
        margin-bottom:4.167vw;
    }
    #mfp_confirm_table tr th {
        padding: 0.417vw 0.833vw;
    }
    #mfp_confirm_table tr td {
        padding:0.417vw 0.833vw;
    }
    /*以下送信完了画面*/
    #sent .form .container{
        width: 83.333vw;
        margin: 8.333vw auto 0;
        padding:5vw 8.333vw;
    }
    .sent-form__txt{
    }
    .sent-form__txt .btn{
        border-radius: 0.833vw;
        width: 22.500vw;
        font-size: 1.667vw;
        padding: 1.667vw 0;
        margin: 6.667vw auto;
    }
}
@media screen and (max-width:768px) {
    .form{
        position: relative;
        padding-bottom: 34.667vw;
    }
    .form:after {
      position: absolute;
      content: "";
      background: #fff;
      top: 0vw;
      left: 0;
      right: 0;
      height: 50vw;
      z-index: -1;
    }
    .form .container{
        width:90vw;
        margin: -27vw auto 0;
        padding: 50vw 0 16vw;
    }
    .form .sec-title {
        font-size:6.400vw;
        margin-bottom:8vw;
    }
    .form__progress{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        margin-bottom:14.533vw;
    }
    .form__list dl{
        width: 100%;
    }
    .form__list dt{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #D5D5D5;
        padding: 2.667vw 2.667vw 2.667vw 2.667vw;
        margin-bottom: 2.667vw;
    }
    .form__list dt p{
        font-size: 4.800vw;
        font-weight: 700;
    }
    .form__list dt p span{
        font-size: 3.733vw;
        font-weight: 500;
        margin-left: 7vw;
        display: block;
    }
    .form__list dt small{
        font-size: 3.733vw;
        font-weight: 700;
        background: #fff;
        padding: 1.333vw 4vw;
    }
    .form__list dt small.off{
        padding: 1.333vw 0;
    }
    .form__list dd{
        width: 100%;
        margin: 0 auto 2.667vw;
        padding: 0 4vw;
    }
    .form__list .f-contact div{
        display: block;
    }
    .form__list .f-contact div .f-contact__ttl{
        font-size: 4.267vw;
        width: auto;
        padding-top: 1.600vw;
    }
    .form__list .f-contact div small{
        font-size:3vw;
    }
    .form__list dd [type=email], .form__list dd [type=tel], .form__list dd [type=text], .form__list dd select, .form__list dd textarea {
        width: 100%;
        font-size: inherit;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 1.5;
        padding: .5em;
        margin-bottom: 4vw;
        background: #f5f5f5;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .form__list [type="radio"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }
    .form__list [type="radio"] + span {
        font-size: 4.267vw;
        position: relative;
        cursor: pointer;
        margin-right: 5rem
    }
    .form__list [type="radio"] + span::before {
        display: inline-block;
        content: "";
        width: 1.13em;
        height: 1.13em;
        background: #EFEFEF;
        border: 1px solid #707070;
        border-radius: 50%;
        margin-right: .5em;
        vertical-align: -.2em;
        text-indent: .15em;
        line-height: .65;
    }
    .form__list [type="radio"]:checked + span::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 1.13em;
        height: 1.13em;
        background: #000;
        border-radius: 50%;
        -webkit-transform: translateY(-50%) scale(.65);
        transform: translateY(-50%) scale(.65);
    }
    .f-select {
        position: relative;
        display: inline-block;
    }
    .f-select:before {
        position: absolute;
        display: inline-block;
        pointer-events: none;
        top: calc(50% - 3.200vw);
        right: 4vw;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2.667vw 1.600vw 0 1.600vw;
        border-color: #000 transparent transparent transparent;
        content: '';
    }
    .f-product .notice {
        margin-bottom: 5.333vw;
    }
    .f-product .notice p {
        font-size: 3vw;
        margin-bottom: 2.667vw;
    }
    .f-product .f-product-detail {
        display: block;
        padding-bottom: 3.125vw;
        border-bottom-width: 1px;
    }
    .f-product .f-product-detail + .f-product-detail {
        padding-top: 7.5vw;
    }
    .f-product .f-product-detail > p {
        width: 100%;
        margin-bottom: 2vw;
    }
    .f-product .f-product-detail .f-select {
        width: 100%;
    }
    .f-product .f-product-detail .f-select .select01 {
        display: block;
        width: 100%;
    }
    .f-address > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .f-address .f-zip{
        display: block;
    }
    .f-address .f-zip > div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .f-address > div:first-child {
        margin-bottom: 4vw;
    }
    .f-address > div:nth-child(4) {
        display: block;
    }
    .f-address .f-info01 {
        display: block;
    }
    .f-address > div span{
        font-size: 4.800vw;
        font-weight: 500;
        padding-top: 1.333vw;
    }
    .f-address > div button{
        width: 42.667vw;
        text-align: center;
        display: block;
        border: 2px solid #e4e4e4;
        background: #fafafa;
        border-radius: 3.125vw;
        padding: 3.125vw;
        margin-top: 4vw;
        margin-left: 0;
    }
    .f-address > div .zip01{
        width: 18.75vw;
        margin: 0 3.125vw 0;
    }
    .f-address > div .zip02{
        width: 25vw;
        margin: 0 3.125vw 0;
    }
    .f-address .f-select, 
    .f-address .pref{
        width: 100%;
    }
    .f-address > div .input02{
        width: 100%;
        margin-left: auto;
    }
    .form__last {
        font-size: 3.733vw;
        margin: 8vw 0 12vw;
        padding: 0 4vw;
    }
    .form__last a {
        text-decoration: underline;
    }
    .form__agree {
        text-align: center;
        font-weight: 500;
        margin-bottom: 13.333vw;
    }
    .form__agree [type=checkbox] {
        position: absolute;
        clip: rect(0, 0, 0, 0)
    }
    .form__agree [type=checkbox]+span {
        position: relative;
        cursor: pointer
    }
    .form__agree [type=checkbox]+span:before {
        display: inline-block;
        content: "";
        width: 1.13em;
        height: 1.13em;
        border: 1px solid;
        margin-right: .5em;
        vertical-align: -.2em;
        text-indent: .15em;
        line-height: .65
    }
    .form__agree [type=checkbox]:checked+span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: .75em;
        height: 1.25em;
        border: 4px solid;
        border-top: none;
        border-left: none;
        -webkit-transform: translateY(-90%) translateX(25%) rotate(45deg);
        transform: translateY(-90%) translateX(25%) rotate(45deg)
    }
    .form__button{
        text-align: center;
        padding: 0 4vw;
    }
    .form__button input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #2772A8;
        color: #fff;
        border-radius: 2.667vw;
        border: none;
        width: 100%;
        font-size: 5.333vw;
        font-weight: 700;
        padding: 5.333vw 0;
        cursor: pointer;
    }
    .form__button input:hover {
        opacity: .7;
    }
    .form__tel{
        text-align: center;
        margin-top: 13.333vw;
    }
    .form__tel dt{
        font-size: 3.666vw;
        font-weight: 500;
        padding: 0 4vw;
    }
    .form__tel .form__tel-tel{
        font-size: 3.733vw;
        margin-top: 6vw;
    }
    .form__tel .form__tel-tel .num{
        font-size: 8vw;
    }
    .form__tel .form__tel-tel .num small{
        font-size: 5.333vw;
    }
    .form__tel .form__tel-date{
        margin-top: 5.333vw;
        font-size: 3.733vw;
        font-weight: 500;
    }
    .form__list label {
        display: block;
        padding: 2.667vw 0;
    }
    .f-select .select01 {
        width: 100%;
        padding-right: 10.667vw;
    }
    .form__progress {
        display: block;
        padding: 0 4vw;
    }
    .form__progress li {
        font-size: 3.733vw;
        border-right: 0.533vw solid #D5D5D5;
        width: 100%;
        margin-bottom: 3.733vw;
    }
    .form__progress li.current {
        text-indent: 0;
    }
    .form__progress li::before,
    .form__progress li::after,
    .form__progress li span,
    .form__progress li.current::before,
    .form__progress li.current::after,
    .form__progress li.current span {
        display: none;
    }
    #mfp_phase_confirm p {
        padding: 0 4vw;
        margin-bottom: 4vw;
    }
    #mfp_phase_confirm_inner{
        padding: 0 4vw;
    }
    /*#mfp_confirm_table tr th {
        white-space: pre-wrap;
    }*/
    #mfp_confirm_table tr th {
        display: block;
        background: #d5d5d5;
        white-space: inherit;
    }
    #mfp_confirm_table tr td {
        display: block;
        padding: 2vw 1rem
    }
    /*以下送信完了画面*/
    #sent .form .container{
        width: 90vw;
        margin: 20vw auto 0;
        padding:16vw 4vw;
    }
    .sent-form__txt{
    }
    .sent-form__txt .btn{
        border-radius:2.667vw;
        width: 64vw;
        font-size: 5.333vw;
        padding: 5.333vw 0;
        margin: 16vw auto;
    }
}

/*============================================================================
modal-privacy
============================================================================*/
.modal-privacy{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,80%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 9
}
/*モーダル本体の擬似要素の指定*/
.modal-privacy:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-privacy.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1000px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close01{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: 4rem;
    right: 7rem;
	font-size: 1.6rem;
	color: #000;
	cursor: pointer;
}
.modal-close02{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	bottom:4rem;
	right:7rem;
	font-size: 1.6rem;
	color: #000;
	cursor: pointer;
}
.modal-close01 span, .modal-close02 span{
    font-size: 3.2rem;
    margin-right: 1rem
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 15rem;
}
.modal-content h2 {
    font-family:Jost, sans-serif;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.modal-content p {
    margin-top: 8rem;
}
.modal-content dt {
    margin-top: 8rem;
    font-weight: 700;
}
.modal-content dd {
    margin-top: 3rem;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    .modal-privacy{
        padding: 3.333vw 1.667vw;
    }
    .modal-body{
        max-width: 83.333vw;
    }
    .modal-close01{
        position: absolute;
        top:3.333vw;
        right:5.833vw;
        font-size:1.333vw;
    }
    .modal-close02{
        position: absolute;
        bottom:3.333vw;
        right:5.833vw;
        font-size:1.333vw;
    }
    .modal-close01 span, .modal-close02 span{
        font-size: 2.667vw;
        margin-right:0.833vw
    }
    .modal-content{
        padding:12.500vw;
    }
    .modal-content h2 {
        font-size: 2.500vw;
    }
    .modal-content p {
        margin-top: 6.667vw;
    }
    .modal-content dt {
        margin-top: 6.667vw;
    }
    .modal-content dd {
        margin-top: 2.500vw;
    }
}
@media screen and (max-width:768px) {
    .modal-privacy{
        padding: 4vw;
        z-index: 9
    }
    .modal-body{
        width: 96%;
    }
    .modal-close01{
        top: 2vw;
        right: 4vw;
        font-size: 4.267vw;
    }
    .modal-close02{
        bottom:2vw;
        right:4vw;
        font-size: 4.267vw;
    }
    .modal-close01 span, .modal-close02 span{
        font-size: 8.533vw;
        margin-right: 2.667vw
    }
    .modal-content{
        background: #fff;
        text-align: left;
        padding: 20vw 8vw;
    }
    .modal-content h2 {
        font-size:8vw;
    }
    .modal-content p {
        margin-top: 12vw;
    }
    .modal-content dt {
        margin-top: 12vw;
        font-weight: 700;
    }
    .modal-content dd {
        margin-top: 4vw;
    }
}
/*============================================================================
footer
============================================================================*/
footer{
    position: relative;
    text-align: center;
    background: #D5D5D5;
    padding: 9rem 0 4rem;
    z-index: 2;
}
.page-top{
    position: absolute;
    top:-6rem;
    left: 50%;
    transform: translatex(-50%);
    width: 15.4rem;
    height: 15.4rem;
    border-radius: 50%;
    background: #D5D5D5;
    padding-top: 4rem;
}
.page-top a{
    position: relative;
    color: #fff;
    font-family:Jost, sans-serif;
    font-size:1.7rem;
    font-weight: 600;
    letter-spacing: 0;
}
.page-top a:before{
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-right: solid 6px transparent;
    border-left: solid 6px transparent;
    border-bottom: solid 9px #fff;
    position: absolute;
    top: -2rem;
    left:50%;
    transform: translatex(-50%);
}
.footer__catch{
    font-weight: 700;
    margin-bottom: 3rem;
}
.footer__logo{
    width: 18.6rem;
    margin:0 auto 4rem;
}
.footer__url{
    margin-bottom: 8rem;
}
.footer__copy{
    font-family:Jost, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
}
@media screen and (min-width:769px) and (max-width:1280px) {
    footer{
        padding:7.500vw 0 3.333vw;
    }
    .page-top{
        position: absolute;
        top:-5vw;
        left: 50%;
        transform: translatex(-50%);
        width: 12.833vw;
        height: 12.833vw;
        padding-top: 3.333vw;
    }
    .page-top a{
        font-size:1.417vw;
    }
    .page-top a:before{
        content: "";
        display:inline-block;
        width: 0;
        height: 0;
        border-top: solid 0.500vw transparent;
        border-right: solid 0.500vw transparent;
        border-left: solid 0.500vw transparent;
        border-bottom: solid 0.750vw #fff;
        position: absolute;
        top: -1.667vw;
        left:50%;
        transform: translatex(-50%);
    }
    .footer__catch{
        margin-bottom:2.500vw;
    }
    .footer__logo{
        width: 15.500vw;
        margin:0 auto 3.333vw;
    }
    .footer__url{
        margin-bottom: 6.667vw;
    }
    .footer__copy{
        font-size:1.167vw;
    }
}
@media screen and (max-width:768px) {
    footer{
        padding: 21.333vw 0 8vw;
        z-index: 4;
    }
    .page-top{
        position: absolute;
        top:-16vw;
        left: 50%;
        transform: translatex(-50%);
        width: 41.067vw;
        height: 41.067vw;
        border-radius: 50%;
        background: #D5D5D5;
        padding-top:10.667vw;
        z-index: -1;
    }
    .page-top a{
        font-size:4.533vw;
    }
    .page-top a:before{
        content: "";
        display:inline-block;
        width: 0;
        height: 0;
        border-top: solid 6px transparent;
        border-right: solid 6px transparent;
        border-left: solid 6px transparent;
        border-bottom: solid 9px #fff;
        position: absolute;
        top: -5.333vw;
        left:50%;
        transform: translatex(-50%);
    }
    .footer__catch{
        font-size: 4.267vw;
        margin-bottom: 8vw;
    }
    .footer__logo{
        width: 48vw;
        margin:0 auto 10.667vw;
    }
    .footer__url{
        margin-bottom:29.867vw;
    }
    .footer__copy{
        font-size: 3.733vw;
        padding-bottom: 12vw;
    }
}
