@charset "utf-8";
/* CSS Document */

/*===================================================================
//  基本設定
//=================================================================*/
html {height: 100%;}
body {height: 100%;margin: 0;}
body:before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(../img/index/hanabi_main_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: -1;
}
body.fixed {position: fixed; width:100%;}


.pc-non {display:none!important;}
.tb {display: none !important;}
.sp {display: none !important;}
a:focus{outline: none;}

.flex {display:flex; flex-wrap: wrap; width: 100%;}


.contents-wrapper {padding-left: 80px; padding-right: 80px; box-sizing: border-box; max-width: 1200px !important; margin: 0 auto;}
.margin-b {margin-bottom: 2em!important;}

.scroll_box > ul::-webkit-scrollbar:hover{cursor: pointer;}

.more_btn_inner:hover {background: #000 !important; color: #fff; border-color: #fff; box-shadow: 5px 5px 20px rgba(201, 52, 84, 0.5);}
.more_btn_inner:hover:before,
.more_btn_inner:hover:after {border-color: #fff;}

#pagetop,
#contents,
#pagebottom {word-break: break-all; /*min-width: 1080px;*/}
#contents {position: relative;}

.contents-wrapper {padding-left: 5%; padding-right: 5%;}

.margin-b {margin-bottom: 2em;}

.section_ttl {font-size: 35px; text-align: center;   padding-bottom: 0em; font-weight: normal;}

.section_txt {
    display: inline-block; 
    font-size: 4rem;
    color: #1d1d1d;     
  position: relative;
  padding: 1.5rem;
  text-align: center;
}



.section_ttl.gothic {font-size: 24px;}
.section_ttl .small {display: block; font-size: 13px;}
.description_text {
    font-size: 14px;
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 3em;
    font-weight: bold;
}
.small {font-size: 10px;}
.red {color: #e66f66;}


.link_color {color: #3b5caf; text-decoration: underline !important;}

.curve {
    padding-top: 50px;
    padding-bottom: 100px;
}

.marker {
    background:linear-gradient(transparent 55%, #ffeb5d 55%);
    font-weight: bold;
    display: inline;
    padding: 0 0.15em;
}


/* アニメーションスタイル */
/* ---------------------------- */

/* アニメーション前 */
.u-fade-type-up{
    opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-up{
    opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.is-active .u-fade-type-up:nth-child(2){transition-delay: .4s;}
.is-active .u-fade-type-up:nth-child(3){transition-delay: .8s;}
.is-active .u-fade-type-up:nth-child(4){transition-delay: 1.2s;}
.is-active .u-fade-type-up:nth-child(5){transition-delay: 1.6s;}
.is-active .u-fade-type-up:nth-child(6){transition-delay: 2s;}










/*===================================================================
//  ヘッダー
//=================================================================*/



.header_contents {
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 100; 
    display: table;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fadc86+0,fadc86+100&0.35+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(250,220,134,0.35) 0%, rgba(250,220,134,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(250,220,134,0.35) 0%,rgba(250,220,134,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(250,220,134,0.35) 0%,rgba(250,220,134,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.header_contents .header_logo {
    padding: 0.2em 0.2em 0.2em 1em;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}
.header_logo_inner {
    color: #000;
    width: 170px;
    padding: 0.2em 0.2em 0.2em 1em;
    display: inline-block;
    vertical-align: middle;
}
.header_contents .header_logo .logo {
    width: 100%;
}
.header_contents .header_logo .header_logo_text {
    font-size: 10px;
    letter-spacing: 0.02em;
    padding: 0.2em 0.2em 0.2em 1em;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.header_contact_btn,
.header_tel_btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 14.28%;
}
.header_contact_btn_inner {
    width: 180px;
    text-align: center;
    font-weight: 700;
    color: #958012;
    background: rgba(255 255 255 / 87%);
    padding: 1em 1em;
    box-sizing: border-box;
    display: block;
    margin: 0 0.3em 0 auto;
    border: 1px solid #958012;
    border-radius: 30px;
    box-shadow: 0 0 25px rgb(251 208 0 / 45%);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition-property: transform, box-shadow;
    margin: 0 10% auto auto;
}
.header_contact_btn_inner:hover {
    transform: scale(0.96);
    box-shadow: 0 0 25px rgb(251 208 0 / 45%) 0 0 2rem;
}
.header_contact_btn_inner i {
    margin-right: 0.3em;
}

.header_tel_btn_inner {
    width: 180px;
    text-align: center;
    font-weight: 700;
    color: #ef857d!important;
    background: #fff;
    padding: 1em 1em;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 0 0.3em;
    border-radius: 30px;
    box-shadow: 0 0 15px rgb(235 140 123 / 0.45);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition-property: transform, box-shadow;
}
.header_tel_btn_inner:hover {
    transform: scale(0.96);
    box-shadow: 0 0 25px rgb(251 208 0 / 45%) 0 0 2rem;
}
.header_tel_btn_inner i {
    margin-right: 0.3em;
}


.header_contents .nav_wrap {
    max-width: 300px;
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
}
#g-nav {
    display: table; 
    width: 100%;
}
.nav_item {
    display: table-cell; 
    vertical-align: middle; 
    text-align: center; 
    width: 14.28%; 
    padding: 0;
}
/*.nav_item_inner {
    display: block; 
    font-size: 13px; 
    line-height: 1.2; 
    color: #333; 
    padding: 2em 0; 
    margin: 0 0.3em; 
    transition:all .3s;
    position: relative;
    display: inline-block; 
    text-decoration: none;
}
.nav_item_inner::after {
    position: absolute; 
    bottom: 1.3em; 
    left: 0; 
    content: ''; 
    width: 100%; 
    height: 2px; 
    background: #444; 
    transform: scale(0, 1); 
    transform-origin: center top; 
    transition: transform .3s;
}
.nav_item_inner:hover::after {
    transform: scale(1, 1);
}*/








/*===================================================================
//  TOP - スクロールアクション
//=================================================================*/

.fv {
    z-index: 1;
}










/*===================================================================
//  TOP - メイン
//=================================================================*/
.main_inner_catch {
    text-align: center;
    position: relative;
    height: 73vh;
    min-height: 479px;
    max-width: 1400px !important;
    margin: 0 auto;
}
.main_wrap {
    padding-top: 130px;
    width: 100%; 
    display: table;
    position: relative;
    
}

.main_catch {
    position: relative;
    height: 65vh;
    background-image: url(../img/index/hanabi_fv_img_back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
    max-width: 1400px!important;
}
.main_catch:after {
    content: '';
    background-image: url(../img/index/hanabi_fv_img_front.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0%;
    bottom: -6em;
    width: 40%;
    height: 400px;
}
.main_catch_txt {
    margin-bottom: 1rem; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    padding-top: 45vh;
}
.main_catch_txt_bold {
    display: block;
    width: 50%;
}
.main_sub_desc {
    width: 23%;
}
.main_catch_txt_small {
    font-size: 2rem; 
}
.main_sub_desc h3 {
    font-size: 22px;
    font-weight: 700;
    color: #5e5db9;
    text-indent: -0.5em;
}
.main_contact_btn {
    margin-top: 1em;
    /*position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;*/
}
.main_wrap .main_contact_btn_inner {
    width: 310px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #f1c700;
    background: #fff;
    padding: 1.4em 0;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 0 25px rgb(72 170 210 / 45%);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition-property: transform, box-shadow;
}
.main_wrap .main_contact_btn_inner:hover {
    transform: scale(0.96);
    box-shadow: rgb(72 170 210 / 50%) 0 0 4rem;
}
.main_contact_btn_inner i {
    margin-right: 0.3em;
}


/** ABOUT **/
.intro_wrap {
    padding: 8em 0 2em;
    position: relative;
}
.intro_wrap:before {
    content: '';
    background-image: url(../img/index/hanabi_intro_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0%;
    top: 8em;
    width: 35%;
    height: 400px;
}
.intro_wrap:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
.intro_wrap_inner {
    padding: 1em 0 1em 36%;
    margin: 0 auto;
    box-sizing: border-box;
}
.intro_wrap_txt {
    width: 100%;
    text-align: left;
}
.intro_wrap .section_txt_main {
    font-size: 4rem;
    color: #1d1d1d;
    font-weight: bold;
    position: relative;
    padding: 1.5rem;
    font-size: 3.2rem; 
    line-height: 1.5;
}
.intro_section_alpha {    
    width: 165px;
    position: absolute;
    left: -48px;
    top: -30px;
}
.section_txt .big {
    font-size: 0.8em;
}
.section_txt small {
    font-size: 14px;
}
.intro_wrap_inner_txt {
    line-height: 2.5;
    padding: 0 1.5em;
}



/** 強み **/
.strength_list {
    padding-left: 2em;
    width: calc(100% - 380px);
    float: right;
    box-sizing: border-box;
}

/** 全体像 **/

.outline_wrap {}

.outline_wrap_figure {
    max-width: 265px;
    float: left;
    text-align: center;
    padding: 0 1em 0 0;
    box-sizing: border-box;
}
.outline_wrap_inner table {
    float: left;
    width: calc(100% - 265px);
    margin-top: 3em;
}

/** スライダー **/

.sliders_wrap {
    position: relative;
    margin: 6em 0;
}
.sliders_wrap_txt_box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    top: 30%;
}
.sliders_wrap_txt {
    padding: 0;
    margin: 2% 0;
}
.sliders_wrap_txt_big {
    display: inline-block;
    font-size: 5rem;
    color: #fff;
    font-weight: normal;
    position: relative;
    padding: 0.3rem 3.5rem;
    text-align: center;
    background-color: rgba(32,47,85,82%);
}
.sliders_wrap_txt_small {
    display: inline-block;
    font-size: 4rem;
    color: #fff;
    font-weight: normal;
    position: relative;
    padding: 0.3rem 3.5rem;
    text-align: center;
    background-color: rgba(32,47,85,78%);
}
.sliders_figure {
    text-align: center;
    margin-bottom: 2em;
}
.sliders_figure figcaption {
    font-weight: bold;
    color: #888;
}
.sliders_wrap_inner_box {
    margin-bottom: -10px;
}
.sliders_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.sliders_list_opposit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.sliders_item {
    width: 30%;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.sliders_item_figure {
    width: 180px;
    margin: 0 auto;
    max-height: 109px;
}
.sliders_txt {
    display: table-cell;
    vertical-align: middle;
}

/** slick 設定 **/
.slick-initialized .slick-slide {
    margin-right: 0!important;
    display: block;
}



/** 募集要項 **/

.job_description_wrap {
    margin-bottom: 8em;
}
.job_description_wrap_txt {
    padding-bottom: 0em;
}
.job_description_section_txt {

}
.job_description_section_txt_big {

}
.job_description_section_alpha {    
    width: 165px;
    position: absolute;
    left: -34px;
    top: -30px;
}

.job_description_inner {

}
.job_description_list {

}
.job_description_item_box {
    padding: 4em 0;
    border-bottom: 1px solid #f3d676;
}
.job_description_item_box:first-child {
    padding-top: 2em;
}
.job_description_item {
    display: flex;
}

.job_description_img_wrap {
    width: 40%;
    padding: 0 5% 0 0;
}
.job_description_item_img {

}

.job_description_text_wrap {
    width: 50%;
}
.job_description_ttl {

}
.job_description_alpha {

}
.job_description_cat {
    font-size: 24px;
    color: #958012;
    padding: 0em 0 0.5em 0;
    display: block;
}
.job_description_cat .smaller {
    font-size: 18px;
}
.job_description_text_inner {
    display: table;
    width: 100%;
}
.job_description_text_inner .small {
    font-size: 12px;
    display: block;
}
.job_description_text_inner dt {
    width: 90px;
    display: table-cell;
    vertical-align: middle;
    padding: 1rem 0;
    border-bottom: 1px solid #707070;
    font-weight: bold;
}
.job_description_text_inner dd {
    display: table-cell;
    vertical-align: middle;
    padding: 1rem 0;
    border-bottom: 1px solid #707070;
}
.job_description_text_inner:first-of-type dd,
.job_description_text_inner:first-of-type dt  {
    border-top: 1px solid;
}

.job_description_terms {
    padding: 1em 0;
}
.job_description_terms_list {

}
.job_description_terms_list_item {
    border: 1px solid #958012;
    color: #958012;
    border-radius: 25px;
    display: inline-block;
    margin: 0.3em 0.1rem;
    padding: 0.3rem 1rem;
    line-height: 1.5;
    background: rgb(255 255 255 / 50%);
}











/** 入会までの流れ **/
.steps_wrap {
    padding-top: 4em;
}
.steps_section_txt {
}

.steps_section_txt_big {

}
.steps_section_alpha {    
    width: 165px;
    position: absolute;
    left: -34px;
    top: -30px;
}
.steps_wrap_inner {
    padding-bottom: 6em;
}
.steps_wrap_inner:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    background-color: #707070;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.steps_wrap_inner .description_text {
}
.steps_wrap_detail {
    max-width: 750px;
    margin: 0 auto;
    padding-top: 3em;
    counter-reset: number 0;
    flex-wrap: wrap;
}
.steps_wrap_item {
    width: 42%;
    float: left;
    position: relative;
    padding: 1.5em 8% 1.5em 0%;
    margin-top: -4.5em;
}
.steps_wrap_item:nth-child(even) {
    width: 42%;
    float: left;
    position: relative;
    margin-top: 9em;
    padding: 1.5em 0% 1.5em 8%;
    margin-bottom: -2.5em;
}
/**.steps_wrap_item:before {
    counter-increment: number 1;
    content: "step" counter(number);
    position: absolute;
    left: 1.3em;
    top: calc(50% - 1em);
    font-size: 1.5em;
    color: #efd100;
}
.steps_wrap .steps_wrap_item:not(:last-child):after {
    position: absolute;
    bottom: -1.5em;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-top: 5px solid #349bc5;
    border-right: 5px solid #349bc5;
    -webkit-transform: rotate(
    135deg
    );
        transform: rotate(
    135deg
    );
}**/


/** 必要なもの **/

.terms_wrap {
    background-color: rgba(32,47,85,78%);
    background-image: url(../img/index/hanabi_terms_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3em 0;
}
.terms_wrap_inner {
    max-width: 750px;
    margin: 0 auto;
    background-image: url(../img/index/hanabi_terms_deco.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 3em 0;
}
.terms_wrap_inner_section_ttl {
    padding: 0;
}
.terms_section_txt {
    color: #fff;
    font-size: 2.5rem;
    padding: 0;
}   
.terms_wrap_inner_text {
    color: #fff;
    padding: 1em 1em 3em 1em;
}
.terms_wrap_terms_detail {
    margin-bottom: 1em;
    width: 100%;
}
.terms_wrap_terms_list {
    width: 75%;
    margin: 0 auto;
}
.terms_wrap_terms_list_item {
    margin-left: 2em;
}
.terms_wrap_terms_detail_note {
    padding: 0.5em 0;
}




/** お問い合せ **/
.form_wrap {
    background-color: #202F55;
    background-image: url(../img/index/hanabi_contact_img.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 50%;
}
.form_wrap .contents-wrapper {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
}
.form_section_txt_ttl {
    width: 224px;
}

.form_wrap_txt {
    padding-bottom: 3em!important;   
    color: #fff;
    font-size: 15px;
}
.form_contact_btn_inner {
    width: 310px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbba60+0,deaa31+100 */
    background: rgb(203,186,96); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(203,186,96,1) 0%, rgba(222,170,49,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(203,186,96,1) 0%,rgba(222,170,49,1) 100%); /* Chrome10-25,Safari5.1-6 */

    padding: 1.4em 0;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 2em;
    border-radius: 50px;
    border: none;
    box-shadow: 0 0 25px rgb(0 0 0 / 50%);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition-property: transform, box-shadow;
}
.form_contact_btn_inner i {
    margin-right: 0.3em;
}
.form_contact_btn_inner:hover {
    transform: scale(0.96);.form_contact_btn_inner
    box-shadow: rgb(251 208 0 / 50%) 0 0 4rem;
}

#form_input label.error {
    border: none;
    border-radius: 0;
    background-color: #ede0e0;
    color: #df2525;
    margin: 0;
    display: block;
}

/** MAP **/
.map_section_txt {
    width: 145px;
    padding: 1em 0 1em;
}
.map_wrap iframe {
    margin: 0 auto 4em;
    width: 100%;
}




/*===================================================================
//  応募フォーム
//=================================================================*/
.form_input_wrap {
    background-color: #202F55;
    padding-top: 50px;
    padding-bottom: 100px;
}
.form_section_txt_big {
    color: #fff;
}
.form_section_alpha {
    width: 139px;
    position: absolute;
    left: -34px;
    top: -20px;
}



#form_input .form_wrap_inner {
    margin: 0 auto;
    max-width: 750px;
}

#form_input .title-wrapper {font-size: 5.5rem;}
#form_input .must {font-size: 10px; position: absolute; right: 0; top: calc(50% - 6px); color: #bbb;
}
#form_input select {max-width: 190px;}
#form_input label:hover {background: #fff;}
#form_input .form-name input[type="text"],
#form_input input[type="tel"],
#form_input input[type="number"] {width: 50% !important; margin-right: 2%;}
#form_input .title-wrapper:before {content: ""; display: block; position: absolute; bottom: -58px; left: 50%; border: 30px solid transparent; border-top: 28px solid #086cbd; margin-left: -30px;}
#form_input .title-wrapper .kerning {letter-spacing: -.1em;}
#form_input .title-wrapper .kerning > span {font-size: 4.5rem;}


#form_input .detail .form-top {padding: 3em 0 2em 0;}
#form_input .detail > .inner {max-width: 930px; width: 95%; margin: 0 auto; background: #fff; padding: 1.5em;}


#form_input table tr {}
#form_input table th,
#form_input table td {padding: 0.5em; box-sizing: border-box; color: #fff;}
#form_input table th {text-align: left; width: 30%; position: relative; color: #fff; vertical-align: middle;}
#form_input input[type="text"],
#form_input input[type="tel"],
#form_input input[type="email"],
#form_input input[type="number"],
#form_input select,
#form_input textarea {padding: 0.5em; font-size: 1.6rem; font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif; color: #555; box-sizing: border-box; width: 100%; border: none; border: solid 1px #c9dcdc; background: #f2f9f9;}
#form_input input[type="text"]:focus,
#form_input input[type="tel"]:focus,
#form_input input[type="email"]:focus,
#form_input select:focus,
#form_input textarea:focus {background: #fff;}
#form_input textarea {height: 10em !important;}
#form_input select,
#form_input label {cursor: pointer;}
#form_input label {margin-right: 0.5em; display: inline-block; border-radius: 5px; padding: 0.5em 3em 0.5em 0.5em; border: #c9dcdc 1px solid; background: #f2f9f9; transition: all .3s; font-weight: normal;}
#form_input label.checked-label {font-weight: bold; color: #fe5757; background: #ffd7d8 !important; border: #f0abad 1px solid;}
#form_input .form-name input[type="text"] {width: 47.3% !important;}


/*.form-privacy-box {height: 10em; overflow-y: scroll; margin-bottom: 1em; padding: 1em; border: solid 1px #ccc; background: #fff; font-weight: normal;}*/


#form_input .form-buttons {clear: both; text-align: center;
    margin: 1em 0 0;}
/*#form_input .form-buttons button {
    -webkit-appearance: none; letter-spacing: .1em; cursor: pointer; font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-seri; font-weight: bold; color: #fff; border: none; background: #df442b;
}
#form_input .form-buttons button[type="reset"] {color: #555; background: #dddddd;}

#form_input .form-buttons button[type="reset"], 
.mfp_buttons button#mfp_button_cancel {
    padding: 1em 2em;
}
#form .form-buttons button, .mfp_buttons button {
    margin: 1.5em 0.5em 0 0.5em;
    padding: 1em 6em;
    font-size: 2.2rem;
    transition: all .3s;
}*/






/** 完了ページ **/
.confirm_wrap {
    padding: 8em 0 2em;
    position: relative;
    min-height: 100vh;
}
.confirm_wrap:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
.confirm_wrap_inner {
    padding: 5em 5% 1em ;
    margin: 0 auto;
    box-sizing: border-box;
}
.confirm_wrap_txt {
    width: 100%;
    padding-bottom: 1em;
}
.confirm_wrap .section_txt_main {
    font-size: 4rem;
    color: #1d1d1d;
    font-weight: bold;
    position: relative;
    padding: 1.5rem;
    font-size: 3.2rem; 
    line-height: 1.5;
}
.confirm_section_alpha {    
    width: 165px;
    position: absolute;
    left: -48px;
    top: -30px;
}
.confirm_wrap_inner_txt {
    line-height: 2.5;
    padding: 4em 1.5rem;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.confirm_wrap_inner_back {
    padding: 3em 0 1em;
}
.confirm_wrap_inner_back_btn {
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
}

.footer_confirm {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}






















/*===================================================================
//  フッター
//=================================================================*/
footer {
    background: #f9f9f1;
    padding-left: 50%;
}
.foot_logo a {
    width: 165px;
    padding: 1em 0;
    margin: 0 auto;
    opacity: 0.5;
}
footer .add {padding: 1em 0; font-size: 12px; color: #aaa;}
footer .copy {color: #aaa; padding: 1.1em 0 1em; font-size: 0.8em;}

footer .footer_inner {
    display: inline-block;
    margin-right: 4%;
}
footer .footer_inner p,
footer .footer_inner a
 {
    display: inline-block!important;
    vertical-align: middle;;
}
footer .foot_left {float: left; padding: 0 1em 0 0; width: 100%; line-height: 1.8; box-sizing: border-box;}
footer .foot_right {float: right; padding: 1em 0 7em 1em; width: 50%; box-sizing: border-box; line-height: 1.8;}

footer .foot_link {padding: 1em 0 1em;}
footer .foot_link a .text {color: #aaa;  padding: 0 3em 2rem 0; display: inline-block; letter-spacing: 0.1em;}
footer .add .tel {margin-right: 1rem;}



#scroll-to-top-btn {
	position: fixed;
	bottom: 31px;
	right: 15px;
	height: 50px;
	width: 50px;
	color: #FFF;
	font-size:30px;
    background-color: rgb(216 195 106 / 70%);
	border: none;
	border-radius: 50%;
	transform: rotate(-90deg);
	opacity: 0;
	transition-duration: 0.5s;
}
.scroll-to-top-btn-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    padding: 10px;
}
.scroll-to-top-btn-arrow:after{
    content: '';
    position: absolute;
    top: 0;
    right: 7px;
    left: -4px;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
  }

/*===================================================================
//  タブレットサイズ
//=================================================================*/
/* タブレットサイズ */
@media screen and (min-width: 800px) and (max-width: 1200px) {
    
    
    
.terms_wrap_detail {
    display: block;
}
.steps_wrap .terms_wrap_item.left {
    width: auto;
    float: none;    
    padding: 2em 0;
    border-top: 2px dotted #cbc5c9;
}
.terms_wrap_item.right {
    width: auto;
    float: none; 
    border-top: 2px dotted #cbc5c9;
    border-bottom: 2px dotted #cbc5c9;
    border-left: none;
    text-align: center;
    padding: 2em 0;
}
.terms_wrap_merit_list {
    text-align: left;
}
    
    
    
}




