@charset "UTF-8";
/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * setting for animation style *
===================================== */
.fadeIn {
    opacity: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    /* 縦方向に下げておくことで、下から上に上がってくるようなアニメーションになります */
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
  }
  
  /* jQueryでスクロール量に応じて付与された 'scrollIn' のスタイル */
  .fadeIn.scrollIn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
/* =================
	all
================= */

a:hover img{
	opacity: 0.7;
}

img{
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.main-area .main-inner{
    width: 100%;
    max-width: none;
}
#staff_height_200820{
    max-width:1400px;
    margin: 0 auto;
    margin-bottom: 140px;
    font-feature-settings: "palt";
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", Noto Sans JP, "Open Sans", "メイリオ", sans-serif;
}
#staff_height_200820 .staff_height_all{
    width: 1015px;
    margin: 0 auto;
}
#staff_height_200820 img{
    width: 100%;
}
.flexbox_txt .img_txt{
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.86;
    padding-top: 25px;
    font-feature-settings: normal;
}
.flexbox_txt .price{
    font-size: 12px;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 2;
    padding-top: 6px;
    font-feature-settings: normal;
}
.sp_only{
    display: none !important;
}
/* =================
	title(top)
================= */
#staff_height_200820 .ttl_area{
    margin-top: 60px;
    margin-bottom: 93px;
    text-align: center;
}
#staff_height_200820 .ttl_area._03{
    margin-bottom: 95px;
}
#staff_height_200820 .ttl_area .ttlbox span{
    display: block;
}
#staff_height_200820 .ttl_area .ttlbox span:first-child{
    font-size: 23px;
    letter-spacing: 0.04em;
    padding-bottom: 20px;
}
#staff_height_200820 .ttl_area .ttlbox span:nth-child(2){
    font-size: 45px;
    letter-spacing: 0.09em;
    position: relative;
    padding-bottom: 25px;
}
#staff_height_200820 .ttl_area .ttlbox span:nth-child(2)::after{
    content: "";
    position: absolute;
    width: 400px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #000000;
}
#staff_height_200820 .ttl_area .ttlbox span:last-child{
    font-size: 27px;
    letter-spacing: 0.04em;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 20px;
}
#staff_height_200820 .ttl_area .subttl{
    font-size: 15px;
    letter-spacing: 0.065em;
    padding-top: 40px;
}
#staff_height_200820 .ttl_area .ttlbox_top span{
    display: block;
}
#staff_height_200820 .ttl_area .ttlbox_top span:first-child{
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.05em;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    padding-top: 97px;
}
#staff_height_200820 .ttl_area._02 .ttlbox_top span:first-child,#staff_height_200820 .ttl_area._03 .ttlbox_top span:first-child{
    padding-top: 87px;
}
#staff_height_200820 .ttl_area .ttlbox_top span:first-child::after{
    content: "";
    position: absolute;
    width: 90px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 8px solid #E5E5E5;
    z-index: -1;
}
#staff_height_200820 .ttl_area .ttlbox_top span:nth-child(2){
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.07em;
    padding-top: 17px;
}
#staff_height_200820 .ttl_area .ttlbox_top img{
    width: 250px;
    padding-top: 15px;
}
#staff_height_200820 .ttl_area .ttlbox_top .ttlbox_price{
    font-size: 14px;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.065em;
    padding-top: 20px;
}
#staff_height_200820 .ttl_area .ttlbox_top .ttlbox_txt{
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.07em;
    padding-top: 38px;
    font-feature-settings: normal;
}
/* =================
	section1
================= */
#staff_height_200820 .staff_height_sec._01{
    margin-bottom: 99px;
}
#staff_height_200820 .staff_height_sec._01 .sec_top{
    position: relative;
    width: 450px;
    margin-left: 212px;
    z-index: 1;
}
#staff_height_200820 .staff_height_sec._01 .sec_top .bub{
    position: absolute;
    width: 179px;
    top: 110px;
    left: -105px;
    z-index: 2;
}
#staff_height_200820 .staff_height_sec._01 .flexbox{
    display: flex;
    justify-content: space-between;
    width: 990px;
    margin-top: 60px;
    margin-right: auto;
}
#staff_height_200820 .staff_height_sec._01 .flexbox_img{
    width: 350px;
    margin-left: 13px;
    z-index: 3;
}
#staff_height_200820 .staff_height_sec._01 .flexbox_txt{
    width: 400px;
    margin-top: -524px;
    margin-right: -13px;
    z-index: 10;
}
#staff_height_200820 .staff_height_sec._01 .flexbox_txt .img_txt{
    width: 402px;
    text-align:justify;
    letter-spacing: 0.07em;
}
#staff_height_200820 .staff_height_sec._01 .flexbox_txt .img_txt span{
letter-spacing: 0.1em;
}
/* =================
	section2
================= */
#staff_height_200820 .staff_height_sec._02{
    margin-bottom: 93px;
}
#staff_height_200820 .staff_height_sec._02 .sec_top{
    position: relative;
    width: 480px;
    margin: 0 auto;
}
#staff_height_200820 .staff_height_sec._02 .sec_top .bub{
    position: absolute;
    width: 178px;
    top: 110px;
    left: -95px;
}
#staff_height_200820 .staff_height_sec._02 .flexbox{
    display: flex;
    justify-content: space-between;
    width: 810px;
    margin: 0 auto;
    margin-top: 60px;
}
#staff_height_200820 .staff_height_sec._02 .flexbox_onlyimg img{
    width: 400px;
    margin-top: 60px;
}
#staff_height_200820 .staff_height_sec._02 .flexbox_txt img{
    width: 350px;
}
#staff_height_200820 .staff_height_sec._02 .flexbox_txt .img_txt{
    letter-spacing: 0.07em;
  }

/* =================
	section3
================= */
#staff_height_200820 .staff_height_sec._03 .sec_top{
    position: relative;
    width: 450px;
    margin-left: 231px;
    z-index: 1;
}
#staff_height_200820 .staff_height_sec._03 .sec_top .bub{
    position: absolute;
    width: 179px;
    top: 110px;
    left: -99px;
    z-index: 2;
}
#staff_height_200820 .staff_height_sec._03 .flexbox{
    display: flex;
    justify-content: space-between;
    width: 940px;
    margin-top: 60px;
    margin-left: 82px;
	position: relative;
	z-index: 1;
}
#staff_height_200820 .staff_height_sec._03 .flexbox img{
    width: 320px;
    z-index: 3;
}
#staff_height_200820 .staff_height_sec._03 .flexbox_txt img{
    width: 400px;
    margin-top: -534px;
    z-index: 10;
}
#staff_height_200820 .staff_height_sec._03 .flexbox_txt .img_txt{
    width: 401px;
}
#staff_height_200820 .staff_height_sec._03 .flexbox_txt .img_txt span{
    letter-spacing: 0.14em;
}

/* =================
	section4
================= */
#staff_height_200820 .staff_height_sec._04{
    margin-bottom: 98px;
}
#staff_height_200820 .staff_height_sec._04 .sec_top{
    position: relative;
    width: 480px;
    margin: 0 auto;
}
#staff_height_200820 .staff_height_sec._04 .sec_top .bub{
    position: absolute;
    width: 179px;
    top: 110px;
    left: -99px;
}
#staff_height_200820 .staff_height_sec._04 .flexbox{
    display: flex;
    justify-content: space-between;
    width: 860px;
    margin: 0 auto;
    margin-top: 60px;
}
#staff_height_200820 .staff_height_sec._04 .flexbox_onlyimg img{
    width: 400px;
    margin-top: 100px;
}
#staff_height_200820 .staff_height_sec._04 .flexbox_txt img{
    width: 400px;
}
#staff_height_200820 .staff_height_sec._04 .flexbox_txt .price{
    padding-top:8px;
  }

/* =================
	section5
================= */
#staff_height_200820 .staff_height_sec._05{
    margin-bottom: 97px;
}
#staff_height_200820 .staff_height_sec._05 .sec_top{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 860px;
    margin-left: 77px;
    align-items: flex-start;
}
#staff_height_200820 .staff_height_sec._05 .sec_top_bub{
    position: relative;
    width: 450px;
}
#staff_height_200820 .staff_height_sec._05 .sec_top .bub{
    position: absolute;
    width: 178px;
    top: 80px;
    left: -80px;
    z-index: 2;
}
#staff_height_200820 .staff_height_sec._05 .sec_top .flexbox_onlyimg{
    width: 350px;
    margin-top: 300px;
}
#staff_height_200820 .staff_height_sec._05 .flexbox_txt{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    width: 727px;
    margin-left: 185px;
}
#staff_height_200820 .staff_height_sec._05 .flexbox_txt img{
    width: 400px;
}
#staff_height_200820 .staff_height_sec._05 .flexbox_txt .price{
    padding-top:10px;
  }

/* =================
	section6
================= */
#staff_height_200820 .staff_height_sec._06{
    margin-bottom: 0;
}
#staff_height_200820 .staff_height_sec._06 .sec_top{
    position: relative;
    width: 450px;
    margin: 0 auto;
}
#staff_height_200820 .staff_height_sec._06 .sec_top .bub{
    position: absolute;
    width: 179px;
    top: 110px;
    left: -100px;
}
#staff_height_200820 .staff_height_sec._06 .flexbox{
    display: flex;
    justify-content: space-between;
    width: 860px;
    margin: 0 auto;
    margin-top: 60px;
}
#staff_height_200820 .staff_height_sec._06 .flexbox_onlyimg img{
    width: 400px;
    margin-top: 80px;
}
#staff_height_200820 .staff_height_sec._06 .flexbox_txt img{
    width: 400px;
}
/* =================
	section7
================= */
#staff_height_200820 .staff_height_sec._07{
    margin-bottom: 100px;
}
#staff_height_200820 .staff_height_sec._07 .sec_top{
    position: relative;
    width: 480px;
    margin-left: 297px;
    z-index: 1;
}
#staff_height_200820 .staff_height_sec._07 .sec_top .bub{
    position: absolute;
    width: 179px;
    top: 110px;
    left: -130px;
    z-index: 2;
}
#staff_height_200820 .staff_height_sec._07 .flexbox{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 1000px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: 7px;
}
#staff_height_200820 .staff_height_sec._07 .flexbox_onlyimg{
    width: 400px;
    margin-left: auto;
    z-index: 3;
}
#staff_height_200820 .staff_height_sec._07 .flexbox_txt{
    width: 350px;
    margin-top: -475px;
    z-index: 10;
}
#staff_height_200820 .staff_height_sec._07 .flexbox_txt .img_txt{
    font-size: 13px;
    letter-spacing: 0.07em;
    line-height: 1.86;
    padding-top: 25px;
    font-feature-settings: normal;
}
/* =================
	section8
================= */
#staff_height_200820 .staff_height_sec._08{
    margin-bottom: 95px;
}
#staff_height_200820 .staff_height_sec._08 .sec_top{
    position: relative;
    width: 450px;
    margin: 0 auto;
}
#staff_height_200820 .staff_height_sec._08 .sec_top .bub{
    position: absolute;
    width: 178px;
    top: 80px;
    left: -95px;
}
#staff_height_200820 .staff_height_sec._08 .flexbox{
    display: flex;
    justify-content: space-between;
    width: 860px;
    margin: 0 auto;
    margin-top: 60px;
}
#staff_height_200820 .staff_height_sec._08 .flexbox img{
    width: 400px;
}
#staff_height_200820 .staff_height_sec._08 .flexbox_txt{
    text-align: center;
}
/* =================
	section9
================= */
#staff_height_200820 .staff_height_sec._09{
    margin-bottom: 97px;
}
#staff_height_200820 .staff_height_sec._09 .sec_top{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 890px;
    margin-left: auto;
    margin-right: 63px;
    align-items: flex-start;
}
#staff_height_200820 .staff_height_sec._09 .sec_top_bub{
    position: relative;
    width: 480px;
}
#staff_height_200820 .staff_height_sec._09 .sec_top .bub{
    position: absolute;
    width: 179px;
    top: 111px;
    left: -107px;
    z-index: 2;
}
#staff_height_200820 .staff_height_sec._09 .sec_top .flexbox_onlyimg{
    width: 350px;
    margin-top: 300px;
}
#staff_height_200820 .staff_height_sec._09 .flexbox_txt{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    width: 730px;
    margin-top: -44px;
    margin-left: 183px;
}
#staff_height_200820 .staff_height_sec._09 .flexbox_txt img{
    width: 400px;
}
/* =================
	btn
================= */
#staff_height_200820 .staff_btn{
    box-sizing: border-box;
    width: 380px;
    height: 74px;
    margin: 0 auto;
    margin-bottom: 31px;
    font-size: 22px;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 74px;
    letter-spacing: 0.04em;
    text-align: center;
    border: 1px solid #000000;
}
#staff_height_200820 .staff_btn a{
    display: block;
}
/* =================
	vol1
================= */
#staff_height_200820 .vol2{
    width: 92px;
    margin: 0 auto;
    margin-bottom: 139px;
    border-bottom: 1px solid #000;
}

#staff_height_200820 .vol2 a{
    width: 64px;
    display: block;
    margin: 0 auto 5px;
}

/* for tablet */
@media only screen
and (min-device-width: 561px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
	.sp_only {
		display: none;
    }
/* =================
	all
================= */
#staff_height_200820{
    width: calc( 1400 * (100vw / 1200));
    margin-bottom: calc( 140 * (100vw / 1400));
}
#staff_height_200820 .staff_height_all{
    width: calc( 1015 * (100vw / 1200));
}
.flexbox_txt .img_txt{
    font-size: calc( 13 * (100vw / 1200));
    padding-top: calc( 25 * (100vw / 1200));
}
.flexbox_txt .price{
    font-size: calc( 12 * (100vw / 1200));
    padding-top: calc( 6 * (100vw / 1200));
}
/* =================
	title(top)
================= */
#staff_height_200820 .ttl_area{
    margin-top: calc( 60 * (100vw / 1200));
    margin-bottom: calc( 93 * (100vw / 1200));
}
#staff_height_200820 .ttl_area._03{
    margin-bottom: calc( 95 * (100vw / 1200));
}
#staff_height_200820 .ttl_area .ttlbox span:first-child{
    font-size: calc( 23 * (100vw / 1200));
    padding-bottom: calc( 20 * (100vw / 1200));
}
#staff_height_200820 .ttl_area .ttlbox span:nth-child(2){
    font-size: calc( 45 * (100vw / 1200));
    padding-bottom: calc( 25 * (100vw / 1200));
}
#staff_height_200820 .ttl_area .ttlbox span:nth-child(2)::after{
    width: calc( 400 * (100vw / 1200));
}
#staff_height_200820 .ttl_area .ttlbox span:last-child{
    font-size: calc( 27 * (100vw / 1200));
    padding-top: calc( 20 * (100vw / 1200));
}
#staff_height_200820 .ttl_area .subttl{
    font-size: calc( 15 * (100vw / 1200));
    padding-top: calc( 40 * (100vw / 1200));
}
#staff_height_200820 .ttl_area .ttlbox_top span:first-child{
    font-size: calc( 17 * (100vw / 1200));
    padding-top: calc( 97 * (100vw / 1200));
}
#staff_height_200820 .ttl_area._02 .ttlbox_top span:first-child{
    padding-top: calc( 87 * (100vw / 1200));
}
#staff_height_200820 .ttl_area .ttlbox_top span:first-child::after{
    width: calc( 90 * (100vw / 1200));
    bottom: calc( -3 * (100vw / 1200));
    border-bottom: calc( 8 * (100vw / 1200)); solid #E5E5E5;
}
#staff_height_200820 .ttl_area .ttlbox_top span:nth-child(2){
    font-size: calc( 22 * (100vw / 1200));
    padding-top: calc( 17 * (100vw / 1200));
}
#staff_height_200820 .ttl_area .ttlbox_top img{
    width: calc( 250 * (100vw / 1200));
    padding-top: calc( 15 * (100vw / 1200));
}
#staff_height_200820 .ttl_area .ttlbox_top .ttlbox_price{
    font-size: calc( 14 * (100vw / 1200));
    padding-top: calc( 20 * (100vw / 1200));
}
#staff_height_200820 .ttl_area .ttlbox_top .ttlbox_txt{
    font-size: calc( 13 * (100vw / 1200));
    padding-top: calc( 39 * (100vw / 1200));
}
/* =================
	section1
================= */
#staff_height_200820 .staff_height_sec._01{
    margin-bottom: calc( 99 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._01 .sec_top{
    width: calc( 450 * (100vw / 1200));
    margin-left: calc( 212 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._01 .sec_top .bub{
    width: calc( 178 * (100vw / 1200));
    top: calc( 110 * (100vw / 1200));
    left: calc( -105 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._01 .flexbox{
    width: calc( 990 * (100vw / 1200));
    margin-top: calc( 60 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._01 .flexbox_img{
    width: calc( 350 * (100vw / 1200));
    margin-left: calc( 13 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._01 .flexbox_txt{
    width: calc( 400 * (100vw / 1200));
    margin-top: calc( -524 * (100vw / 1200));
    margin-right: calc( -13 * (100vw / 1200));
}
/* =================
	section2
================= */
#staff_height_200820 .staff_height_sec._02{
    margin-bottom: calc( 93 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._02 .sec_top{
    width: calc( 480 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._02 .sec_top .bub{
    width: calc( 178 * (100vw / 1200));
    top: calc( 110 * (100vw / 1200));
    left: calc( -95 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._02 .flexbox{
    width: calc( 810 * (100vw / 1200));
    margin-top: calc( 60 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._02 .flexbox_onlyimg img{
    width: calc( 400 * (100vw / 1200));
    margin-top: calc( 60 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._02 .flexbox_txt img{
    width: calc( 350 * (100vw / 1200));
}

/* =================
	section3
================= */
#staff_height_200820 .staff_height_sec._03 .sec_top{
    width: calc( 450 * (100vw / 1200));
    margin-left: calc( 231 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._03 .sec_top .bub{
    width: calc( 178 * (100vw / 1200));
    top: calc( 110 * (100vw / 1200));
    left: calc( -99 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._03 .flexbox{
    width: calc( 940 * (100vw / 1200));
    margin-top: calc( 60 * (100vw / 1200));
    margin-left: calc( 82 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._03 .flexbox img{
    width: calc( 320 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._03 .flexbox_txt img{
    width:calc( 400 * (100vw / 1200));
    margin-top: calc( -534 * (100vw / 1200));
}

/* =================
	section4
================= */
#staff_height_200820 .staff_height_sec._04{
    margin-bottom: calc( 98 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._04 .sec_top{
    width: calc( 480 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._04 .sec_top .bub{
    width: calc( 178 * (100vw / 1200));
    top: calc( 110 * (100vw / 1200));
    left: calc( -99 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._04 .flexbox{
    width: calc( 860 * (100vw / 1200));
    margin-top: calc( 60 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._04 .flexbox_onlyimg img{
    width: calc( 400 * (100vw / 1200));
    margin-top: calc( 100 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._04 .flexbox_txt img{
    width: calc( 400 * (100vw / 1200));
}

/* =================
	section5
================= */
#staff_height_200820 .staff_height_sec._05{
    margin-bottom: calc( 97 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._05 .sec_top{
    width: calc( 860 * (100vw / 1200));
    margin-left: calc( 77 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._05 .sec_top_bub{
    width: calc( 450 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._05 .sec_top .bub{
    width: calc( 178 * (100vw / 1200));
    top: calc( 80 * (100vw / 1200));
    left: calc( -80 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._05 .sec_top .flexbox_onlyimg{
    width: calc( 350 * (100vw / 1200));
    margin-top: calc( 300 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._05 .flexbox_txt{
    width: calc( 727 * (100vw / 1200));
    margin-left: calc( 185 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._05 .flexbox_txt img{
    width: calc( 400 * (100vw / 1200));
}

/* =================
	section6
================= */
#staff_height_200820 .staff_height_sec._06{
    margin-bottom: calc( 0 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._06 .sec_top{
    width: calc( 450 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._06 .sec_top .bub{
    width: calc( 178 * (100vw / 1200));
    top: calc( 110 * (100vw / 1200));
    left: calc( -100 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._06 .flexbox{
    width: calc( 860 * (100vw / 1200));
    margin-top: calc( 60 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._06 .flexbox_onlyimg img{
    width: calc( 400 * (100vw / 1200));
    margin-top: calc( 80 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._06 .flexbox_txt img{
    width: calc( 400 * (100vw / 1200));
}
/* =================
	section7
================= */
#staff_height_200820 .staff_height_sec._07{
    margin-bottom: calc( 100 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._07 .sec_top{
    width: calc( 480 * (100vw / 1200));
    margin-left: calc( 297 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._07 .sec_top .bub{
    width: calc( 178 * (100vw / 1200));
    top: calc( 110 * (100vw / 1200));
    left: calc( -130 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._07 .flexbox{
    width: calc( 1000 * (100vw / 1200));
    margin-top: calc( 60 * (100vw / 1200));
    margin-left: calc( 7 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._07 .flexbox_onlyimg{
    width: calc( 400 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._07 .flexbox_txt{
    width: calc( 350 * (100vw / 1200));
    margin-top: calc( -475 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._07 .flexbox_txt .img_txt{
    font-size: calc( 13 * (100vw / 1200));
    padding-top: calc( 25 * (100vw / 1200));
}
/* =================
	section8
================= */
#staff_height_200820 .staff_height_sec._08{
    margin-bottom: calc( 95 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._08 .sec_top{
    width: calc( 450 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._08 .sec_top .bub{
    width: calc( 178 * (100vw / 1200));
    top: calc( 80 * (100vw / 1200));
    left: calc( -95 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._08 .flexbox{
    width: calc( 860 * (100vw / 1200));
    margin-top: calc( 60 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._08 .flexbox img{
    width: calc( 400 * (100vw / 1200));
}
/* =================
	section9
================= */
#staff_height_200820 .staff_height_sec._09{
    margin-bottom: calc( 97 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._09 .sec_top{
    width: calc( 890 * (100vw / 1200));
    margin-right: calc( 63 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._09 .sec_top_bub{
    width: calc( 480 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._09 .sec_top .bub{
    width: calc( 178 * (100vw / 1200));
    top: calc( 111 * (100vw / 1200));
    left: calc( -107 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._09 .sec_top .flexbox_onlyimg{
    width: calc( 350 * (100vw / 1200));
    margin-top: calc( 300 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._09 .flexbox_txt{
    width: calc( 730 * (100vw / 1200));
    margin-top: calc( -44 * (100vw / 1200));
    margin-left: calc( 183 * (100vw / 1200));
}
#staff_height_200820 .staff_height_sec._09 .flexbox_txt img{
    width: calc( 400 * (100vw / 1200));
}
/* =================
	btn
================= */
#staff_height_200820 .staff_btn{
    width: calc( 380 * (100vw / 1200));
    height: calc( 74 * (100vw / 1200));
    margin-bottom: calc( 31 * (100vw / 1400));
    font-size: calc( 22 * (100vw / 1200));
    line-height: calc( 74 * (100vw / 1200));
}
/* =================
	vol1
================= */
#staff_height_200820 .vol2{
    width: calc( 92 * (100vw / 1400));
    margin-bottom: calc( 139 * (100vw / 1400));
    margin-bottom: calc( 139 * (100vw / 1400));
}
#staff_height_200820 .vol2 a{
    width: calc( 64 * (100vw / 1400));
    display: block;
    margin: 0 auto calc(5*(100vw/1400));
}
}