:root {
    --txt_ja: "Zen Kaku Gothic New";
    --txt_en: "Plus Jakarta Sans", sans-serif;
    --font_color: #000000;
    --bg_color: #E4A3AC;
    --accent_color: #E44391;
}

/* 共通 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Zen Kaku Gothic New", serif;
}
.fixed {
    overflow: hidden;
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
    padding: 0;
    margin: 0;
}
p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

a:hover {
    opacity: 0.7;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
}

.section_ttl {
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
}
.section_ttl_en {
    font-size: 80px;
    line-height: 80px;
    color: #E4A3AC;
    font-weight: bold;
    text-align: center;
}

.txt_br_sp {
    display: none;
}

/* 共通cta */
.common_cta_box {
    max-width: 909px;
    margin-left: auto;
    margin-right: auto;
}
.cta_btn {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1600px) {
    .inner {
        max-width: 1200px;
    }
}
@media only screen and (max-width: 1200px) {
    .inner {
        max-width: 1000px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .inner {
        max-width: 750px;
    }
}
@media only screen and (max-width: 750px) {
    .inner {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .section_ttl {
        font-size: 6.67vw;
        line-height: 10.67vw;
    }
    .section_ttl_en {
        font-size: 10.67vw;
        line-height: 10.67vw;
    }
    .txt_br_pc {
        display: none;
    }
    .txt_br_sp {
        display: block;
    }
    
}

/* fv */
.fv {
    position: relative;
}
.fv_cta_box {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 47.4vw;
    height: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media only screen and (max-width: 750px) {
    .fv_cta_box {
        display: none;
    }
}

/* worries */
.worries {
    padding-top: 96px;
    padding-bottom: 86px;
}
.worries_ttl {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.worries_txt {
    font-size: 46px;
    line-height: 50px;
    text-align: center;
}
.worries_flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 90px;
    margin-bottom: 90px;
}
.worries_flex_img {
    width: 44%;
    height: auto;
}
.worries_flex_img>img {
    -o-object-fit: contain;
       object-fit: contain;
}
.worries_flex_txt_box {
    width: 52%;
    padding: 60px 40px;
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
.worries_flex_txt_box li {
    display: flex;
    align-items: center;
}
.worries_flex_txt_box li:nth-child(n+2) {
    margin-top: 40px;
}
.worries_flex_txt_box img {
    width: 50px;
    height: 50px;
    margin-right: 40px;
}
.worries_flex_txt_box li span {
    font-size: 30px;
    line-height: 50px;
}

@media only screen and (max-width: 750px) {
    .worries {
        padding-top: 4.8vw;
        padding-bottom: 20.4vw;
    }
    .worries_ttl {
        font-size: 6.67vw;
        line-height: 9.34vw;
        margin-bottom: 4vw;
    }
    .worries_txt {
        font-size: 6.67vw;
        line-height: 8vw;
    }
    .worries_flex {
        margin-top: 8vw;
        margin-bottom: 8vw;
    }
    .worries_flex_img {
        width: 100%;
        margin-bottom: 8vw;
    }
    .worries_flex_txt_box {
        width: 100%;
        padding: 8vw 5.34vw;
        box-shadow: 0 0.54vw 5.34vw rgba(0,0,0,0.1);
        border-radius: 5.34vw;
        -webkit-border-radius: 5.34vw;
        -moz-border-radius: 5.34vw;
        -ms-border-radius: 5.34vw;
        -o-border-radius: 5.34vw;
    }
    .worries_flex_txt_box li:nth-child(n+2) {
        margin-top: 5.34vw;
    }
    .worries_flex_txt_box img {
        width: 6.67vw;
        height: 6.67vw;
        margin-right: 4vw;
    }
    .worries_flex_txt_box li span {
        font-size: 4vw;
        line-height: 6.67vw;
    }

}

.worries2 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/worries2_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.worries2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border: 50px solid transparent;
    border-top: 50px solid #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.worries2_txt {
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 75px;
}
.worries2_txt>span {
    font-weight: bold;
}
.worries2_txt2_box {
    max-width: 1400px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    background-color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
.worries2_txt2 {
    font-size: 40px;
    line-height: 70px;
    text-align: center;
}
.worries2_txt2>span {
    color: var(--accent_color);
}

@media only screen and (max-width: 750px) {
    .worries2 {
        padding-top: 13.34vw;
        padding-bottom: 13.34vw;
        background-image: url(../img/worries2_bg_sp.webp);
    }
    .worries2::before{
        border: 6.67vw solid transparent;
        border-top: 6.67vw solid #fff;
    }
    .worries2_txt {
        font-size: 5.34vw;
        line-height: 9.34vw;
        margin-bottom: 9.34vw;
    }
    .worries2_txt2_box {
        padding: 8vw 2.67vw;
        margin-bottom: 9.34vw;
        border-radius: 5.34vw;
        -webkit-border-radius: 5.34vw;
        -moz-border-radius: 5.34vw;
        -ms-border-radius: 5.34vw;
        -o-border-radius: 5.34vw;
    }
    .worries2_txt2 {
        font-size: 5.34vw;
        line-height: 9.34vw;
    }
}

/* reason */
.reason {
    padding-top: 226px;
    padding-bottom: 100px;
}
.reason_box {
    padding: 100px;
    margin-bottom: 100px;
    background-color: var(--bg_color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.reason_ttl {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.reason_ttl {
    font-size: 60px;
}
.reason_card_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}
.reason_card {
    width: 48%;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.reason_card:nth-child(n+3){
    margin-top: 100px;
}
.reason_card_img {
    margin-bottom: 30px;
}
.reason_card_txt_box {
    padding: 0 30px 50px;
}
.reason_card_ttl {
    position: relative;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.reason_card_ttl::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 40%;
    height: 4px;
    background-color: #D9D9D9;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.reason_card_txt {
    font-size: 30px;
    line-height: 50px;
}
.reason_card_txt>span {
    font-weight: bold;
}

@media only screen and (max-width: 750px) {
    .reason {
        padding-top: 20.4vw;
        padding-bottom: 11.87vw;
    }
    .reason_box {
        padding: 13.34vw 4vw;
        margin-bottom: 0px;
        border-radius: 4vw;
        -webkit-border-radius: 4vw;
        -moz-border-radius: 4vw;
        -ms-border-radius: 4vw;
        -o-border-radius: 4vw;
    }
    .reason_ttl {
        font-size: 6.67vw;
        line-height: 10.67vw;
    }
    .reason_ttl {
        font-size: 8vw;
    }
    .reason_card_box {
        margin-top: 13.34vw;
    }
    .reason_card {
        width: 100%;
        border-radius: 2.67vw;
        -webkit-border-radius: 2.67vw;
        -moz-border-radius: 2.67vw;
        -ms-border-radius: 2.67vw;
        -o-border-radius: 2.67vw;
    }
    .reason_card:nth-child(n+2){
        margin-top: 8vw;
    }
    .reason_card_img {
        margin-bottom: 4vw;
    }
    .reason_card_txt_box {
        padding: 0 4vw 6.67vw;
    }
    .reason_card_ttl {
        font-size: 5.34vw;
        line-height: 9.34vw;
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }
    .reason_card_ttl::after {
        height: 0.54vw;
    }
    .reason_card_txt {
        font-size: 4vw;
        line-height: 6.67vw;
    }
    .reason .common_cta_box {
        display: none;
    }
}

/* flow */
.flow {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FBF7F5;
}
.flow_box {
    margin-bottom: 160px;
}
.flow_card_box {
    margin-top: 160px;
}
.flow_card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 100px 60px 60px;
    background-color: #fff;
    border: 4px solid var(--accent_color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.flow_card:nth-child(n+2){
    margin-top: 131px;
}
.flow_card_number {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 140px;
    height: 140px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.flow_card_img {
    display: grid;
    width: 45%;
    height: auto;
}
.flow_card_txt_box {
    width: 50%;
    height: auto;
}
.flow_card_ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}
.flow_card_subttl {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}
.flow_card_txt {
    font-size: 30px;
    line-height: 50px;
}
.flow_card_txt>span {
    font-weight: bold;
}
.flow_card_arrow {
    position: absolute;
    bottom: -65px;
    left: 50%;
    width: 320px;
    height: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media only screen and (max-width: 750px) {
    .flow {
        padding-top: 13.34vw;
        padding-bottom: 13.34vw;
    }
    .flow_box {
        margin-bottom: 21.34vw;
    }
    .flow_card_box {
        margin-top: 21.34vw;
    }
    .flow_card {
        padding: 8vw 4vw 5.34vw;
        background-color: #fff;
        border: 0.54vw solid var(--accent_color);
        border-radius: 4vw;
        -webkit-border-radius: 4vw;
        -moz-border-radius: 4vw;
        -ms-border-radius: 4vw;
        -o-border-radius: 4vw;
    }
    .flow_card:nth-child(n+2){
        margin-top: 17.47vw;
    }
    .flow_card_number {
        position: absolute;
        top: calc(18.67vw / 2 * -1);
        width: 18.67vw;
        height: 18.67vw;
    }
    .flow_card_img {
        width: 100%;
        height: auto;
        margin-bottom: 8vw;
    }
    .flow_card_txt_box {
        width: 100%;
        height: auto;
    }
    .flow_card_ttl {
        font-size: 6.67vw;
        line-height: 6.67vw;
        margin-bottom: 4vw;
    }
    .flow_card_subttl {
        font-size: 5.34vw;
        line-height: 6.67vw;
        margin-bottom: 4vw;
    }
    .flow_card_txt {
        font-size: 4vw;
        line-height: 6.67vw;
    }
    .flow_card_arrow {
        position: absolute;
        bottom: -9vw;
        width: 42.67vw;
    }
}


/* course */
.course {
    padding-top: 126px;
    padding-bottom: 223px;
}
.course_box {
    margin-bottom: 126px;
    background-color: #FBF7F5;
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
    border-radius: 40px 40px 0 0;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    -ms-border-radius: 40px 40px 0 0;
    -o-border-radius: 40px 40px 0 0;
}
.course_ttl {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: var(--bg_color);
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 40px 40px 0 0;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    -ms-border-radius: 40px 40px 0 0;
    -o-border-radius: 40px 40px 0 0;
}
.course_price {
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
    text-align: center;
    color: var(--accent_color);
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}
.course_price>span {
    font-size: 50px;
    line-height: 50px;
}
.course_txt_box {
    max-width: 1000px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 40px 40px;
    -webkit-border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    -ms-border-radius: 0px 0px 40px 40px;
    -o-border-radius: 0px 0px 40px 40px;
}
.course_txt {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 40px;
}
.course_txt_list {
    padding-left: 40px;
    margin-bottom: 40px;
}
.course_txt_list>li {
    font-size: 30px;
    line-height: 50px;
    list-style: disc;
}
.course_flex_wrap {
    margin-bottom: 40px;
}
.course_flex_box {
    display: flex;
    align-items: center;
}
.course_flex_box:nth-child(n+2){
    margin-top: 20px;
}
.course_flex_box>img {
    width: 21px;
    height: auto;
    margin-right: 40px;
}
.course_flex_box>p {
    font-size: 36px;
    line-height: 50px;
}
.course_txt_sm {
    font-size: 24px;
    line-height: 50px;
}

@media only screen and (max-width: 1200px) {
    .course_txt_box {
        max-width: 800px;
    }
}
@media only screen and (max-width: 750px) {
    .course {
        padding-top: 17.6vw;
        padding-bottom: 11.74vw;
    }
    .course_box {
        margin-bottom: 17.74vw;
        box-shadow: 0 0.54vw 5.34vw rgba(0,0,0,0.1);
        border-radius: 5.34vw 5.34vw 0 0;
        -webkit-border-radius: 5.34vw 5.34vw 0 0;
        -moz-border-radius: 5.34vw 5.34vw 0 0;
        -ms-border-radius: 5.34vw 5.34vw 0 0;
        -o-border-radius: 5.34vw 5.34vw 0 0;
    }
    .course_ttl {
        font-size: 5.34vw;
        padding-top: 5.34vw;
        padding-bottom: 5.34vw;
        border-radius: 5.34vw 5.34vw 0 0;
        -webkit-border-radius: 5.34vw 5.34vw 0 0;
        -moz-border-radius: 5.34vw 5.34vw 0 0;
        -ms-border-radius: 5.34vw 5.34vw 0 0;
        -o-border-radius: 5.34vw 5.34vw 0 0;
    }
    .course_price {
        font-size: 13.34vw;
        line-height: 13.34vw;
        padding-top: 5.34vw;
        padding-bottom: 5.34vw;
    }
    .course_price>span {
        font-size: 6.67vw;
        line-height: 6.67vw;
    }
    .course_txt_box {
        padding: 10.67vw 5.34vw;
        border-radius: 0px 0px 5.34vw 5.34vw;
        -webkit-border-radius: 0px 0px 5.34vw 5.34vw;
        -moz-border-radius: 0px 0px 5.34vw 5.34vw;
        -ms-border-radius: 0px 0px 5.34vw 5.34vw;
        -o-border-radius: 0px 0px 5.34vw 5.34vw;
    }
    .course_txt {
        font-size: 4vw;
        line-height: 6.67vw;
        margin-bottom: 5.34vw;
    }
    .course_txt_list {
        padding-left: 5.34vw;
        margin-bottom: 5.34vw;
    }
    .course_txt_list>li {
        font-size: 4vw;
        line-height: 6.67vw;
    }
    .course_flex_wrap {
        margin-bottom: 5.34vw;
    }
    .course_flex_box:nth-child(n+2){
        margin-top: 2.67vw;
    }
    .course_flex_box>img {
        width: 2.8vw;
        margin-right: 5.34vw;
    }
    .course_flex_box>p {
        font-size: 4.8vw;
        line-height: 6.67vw;
    }
    .course_txt_sm {
        font-size: 3.2vw;
        line-height: 6.67vw;
    }
}


/* voice */
.voice {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FBF7F5;
}
.voice_card_box {
    margin-top: 160px;
    margin-bottom: 160px;
}
.voice_card {
    position: relative;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.1);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.voice_card:nth-child(n+2){
    margin-top: 100px;
}
.voice_card_num {
    position: absolute;
    top: -70px;
    left: 50px;
    font-size: 200px;
    line-height: 200px;
    font-weight: bold;
    color: #E4A3AC;
}
.voice_card_img {
    position: absolute;
    top: 48px;
    right: 85px;
    width: 18%;
    height: auto;
}
.voice_ttl_box {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 50px;
    background-color: #F6DFD3;
    border-radius: 40px 40px 0 0;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    -ms-border-radius: 40px 40px 0 0;
    -o-border-radius: 40px 40px 0 0;
}
.voice_ttl_box>h3 {
    width: 72%;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 60px;
}
.voice_ttl_box>p {
    width: 72%;
    font-size: 30px;
    line-height: 50px;
}
.voice_txt_box {
    padding: 50px;
    border-radius: 0px 0px 40px 40px;
    -webkit-border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    -ms-border-radius: 0px 0px 40px 40px;
    -o-border-radius: 0px 0px 40px 40px;
}
.voice_txt {
    width: 72%;
    font-size: 30px;
    line-height: 50px;
}
.voice_txt>span {
    font-weight: bold;
}

@media only screen and (max-width: 750px) {
    .voice {
        padding-top: 13.34vw;
        padding-bottom: 13.34vw;
    }
    .voice_card_box {
        margin-top: 21.34vw;
        margin-bottom: 21.34vw;
    }
    .voice_card {
        box-shadow: 0.54vw 0.54vw 1.6vw rgba(0,0,0,0.1);
        border-radius: 4vw;
        -webkit-border-radius: 4vw;
        -moz-border-radius: 4vw;
        -ms-border-radius: 4vw;
        -o-border-radius: 4vw;
    }
    .voice_card:nth-child(n+2){
        margin-top: 13.34vw;
    }
    .voice_card_num {
        top: -9.34vw;
        left: 6.67vw;
        font-size: 26.67vw;
        line-height: 26.67vw;
    }
    .voice_card_img {
        top: 2.67vw;
        right: 2vw;
        width: 29%;
    }
    .voice_ttl_box {
        padding-top: 8vw;
        padding-bottom: 5.34vw;
        padding-left: 5.34vw;
        border-radius: 5.34vw 5.34vw 0 0;
        -webkit-border-radius: 5.34vw 5.34vw 0 0;
        -moz-border-radius: 5.34vw 5.34vw 0 0;
        -ms-border-radius: 5.34vw 5.34vw 0 0;
        -o-border-radius: 5.34vw 5.34vw 0 0;
    }
    .voice_ttl_box>h3 {
        width:61%;
        font-size: 5.34vw;
        line-height: 6.67vw;
        font-weight: bold;
        margin-bottom: 8vw;
    }
    .voice_ttl_box>p {
        width:61%;
        font-size: 4vw;
        line-height: 6.67vw;
    }
    .voice_txt_box {
        padding: 6.67vw 5.34vw;
        border-radius: 0px 0px 5.34vw 5.34vw;
        -webkit-border-radius: 0px 0px 5.34vw 5.34vw;
        -moz-border-radius: 0px 0px 5.34vw 5.34vw;
        -ms-border-radius: 0px 0px 5.34vw 5.34vw;
        -o-border-radius: 0px 0px 5.34vw 5.34vw;
    }
    .voice_txt {
        width: 100%;
        font-size: 4vw;
        line-height: 6.67vw;
    }
}


/* instructor */
.instructor {
    padding-top: 179px;
    padding-bottom: 100px;
}
.instructor_info_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 60px 230px;
    margin-top: 120px;
    margin-bottom: 120px;
    border: 4px solid var(--bg_color);
}
.instructor_img_box {
    width: 28%;
    height: auto;
}
.instructor_name {
    text-align: center;
}
.instructor_name>p:first-child  {
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.instructor_name>p:last-child  {
    font-size: 30px;
    line-height: 50px;
}
.instructor_info_txt_box {
    width: 67%;
}
.instructor_info_ttl {
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 30px;
    background-color: var(--bg_color);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.instructor_info_txt {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 60px;
}
.instructor_info_txt2 {
    font-size: 30px;
    line-height: 50px;
}
.instructor_info_arrow {
    position: absolute;
    bottom: -65px;
    left: 50%;
    width: 320px;
    height: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media only screen and (max-width: 750px) {
    .instructor {
        padding-top: 13.34vw;
        padding-bottom: 13.34vw;
    }
    .instructor_info_box {
        padding: 3.4vw;
        margin-top: 16vw;
        margin-bottom: 16vw;
        border: 0.54vw solid var(--bg_color);
    }
    .instructor_img_box {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .instructor_img {
        width: 41%;
    }
    .instructor_name {
        width: 59%;
    }
    .instructor_name>p:first-child  {
        font-size: 4.67vw;
        line-height: 6.67vw;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 1.34vw;
    }
    .instructor_name>p:last-child  {
        font-size: 4vw;
        line-height: 6.67vw;
    }
    .instructor_info_txt_box {
        width: 100%;
        margin-top: 5.34vw;
    }
    .instructor_info_ttl {
        font-size: 5.34vw;
        line-height: 6.67vw;
        padding: 1.34vw 4vw;
        margin-bottom: 4vw;
        background-color: var(--bg_color);
        border-radius: 13.34vw;
        -webkit-border-radius: 13.34vw;
        -moz-border-radius: 13.34vw;
        -ms-border-radius: 13.34vw;
        -o-border-radius: 13.34vw;
    }
    .instructor_info_txt {
        font-size: 4vw;
        line-height: 6.67vw;
        margin-bottom: 8vw;
    }
    .instructor_info_txt2 {
        font-size: 4vw;
        line-height: 6.67vw;
    }
    .instructor_info_arrow {
        bottom: -9vw;
        width: 42.67vw;
    }
}


/* timerex */
.timerex {
    padding-top: 100px;
    padding-bottom: 100px;
}

.timerex_box {
    margin-top: 120px;
}


@media only screen and (max-width: 750px) {
    .timerex {
        padding-top: 13.34vw;
        padding-bottom: 13.34vw;
    }

    .timerex_box {
        margin-top: 16vw;
    }
}

/* faq */
.faq {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FBF7F5;
}
.faq_box {
    margin-top: 100px;
    margin-bottom: 100px;
}
.accordion {
    position: relative;
    width: 100%;
}
.accordion-item:nth-child(n+2) {
    margin-top: 40px;
}
.accordion-title {
    position: relative;
    display: flex;
    cursor: pointer;
    padding: 40px 50px;
    background-color: var(--bg_color);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
.accordion-title.open {
    border-radius: 40px 40px 0 0;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    -ms-border-radius: 40px 40px 0 0;
    -o-border-radius: 40px 40px 0 0;
}
.accordion-title>p {
    min-width: 60px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-right: 20px;
}
.accordion-title>h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
}
.accordion-content {
    display: none;
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 0 0 40px 40px;
    -webkit-border-radius: 0 0 40px 40px;
    -moz-border-radius: 0 0 40px 40px;
    -ms-border-radius: 0 0 40px 40px;
    -o-border-radius: 0 0 40px 40px;
}
.accordion_content_box {
    display: flex;
}
.accordion_content_box>p:first-child {
    min-width: 60px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: var(--bg_color);
    margin-right: 20px;
}
.accordion_content_box>p:last-child {
    font-size: 30px;
    line-height: 50px;
}
.accordion_content_box>p:last-child>span {
    font-weight: bold;
}

/* 矢印 */
.accordion-arrow {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 52px;
    height: 52px;
    background-color: #fff;
    color: var(--bg_color);
}
.accordion-arrow::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 60%;
    height: 4px;
    background-color: var(--bg_color);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.accordion-arrow::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 4px;
    height: 60%;
    background-color: var(--bg_color);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.accordion-title.open .accordion-arrow::after {
    width: 60%;
    height: 4px;
}

@media only screen and (max-width: 750px) {
    .faq {
        padding-top: 13.34vw;
        padding-bottom: 13.34vw;
    }
    .faq_box {
        margin-top: 13.34vw;
        margin-bottom: 13.34vw;
    }
    .accordion-item:nth-child(n+2) {
        margin-top: 5.34vw;
    }
    .accordion-title {
        padding: 5.34vw;
        border-radius: 5.34vw;
        -webkit-border-radius: 5.34vw;
        -moz-border-radius: 5.34vw;
        -ms-border-radius: 5.34vw;
        -o-border-radius: 5.34vw;
}
    .accordion-title.open {
        border-radius: 5.34vw 5.34vw 0 0;
        -webkit-border-radius: 5.34vw 5.34vw 0 0;
        -moz-border-radius: 5.34vw 5.34vw 0 0;
        -ms-border-radius: 5.34vw 5.34vw 0 0;
        -o-border-radius: 5.34vw 5.34vw 0 0;
}
    .accordion-title>p {
        min-width: 8vw;
        font-size: 8vw;
        line-height: 6.67vw;
        margin-right: 2.67vw;
    }
    .accordion-title>h3 {
        width: 75%;
        font-size: 4vw;
        line-height: 6.67vw;
    }
    .accordion-content {
        padding: 5.34vw;
        border-radius: 0 0 5.34vw 5.34vw;
        -webkit-border-radius: 0 0 5.34vw 5.34vw;
        -moz-border-radius: 0 0 5.34vw 5.34vw;
        -ms-border-radius: 0 0 5.34vw 5.34vw;
        -o-border-radius: 0 0 5.34vw 5.34vw;
}
    .accordion_content_box {
        display: flex;
    }
    .accordion_content_box>p:first-child {
        min-width: 8vw;
        font-size: 8vw;
        line-height: 6.67vw;
        margin-right: 2.67vw;
    }
    .accordion_content_box>p:last-child {
        font-size: 4vw;
        line-height: 6.67vw;
    }

    /* 矢印 */
    .accordion-arrow {
        top: 5.34vw;
        right: 5.34vw;
        width: 6.94vw;
        height: 6.94vw;
    }
    .accordion-arrow::before {
        height: 0.54vw;
    }
    .accordion-arrow::after {
        width: 0.54vw;
        height: 60%;
    }
    .accordion-title.open .accordion-arrow::after {
        width: 60%;
        height: 0.54vw;
    }
}


/* application */
.application {
    padding-top: 100px;
    padding-bottom: 100px;
}
.application_step_box {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}
.application_step {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.application_step:nth-child(n+2){
    margin-top: 80px;
}
.application_step:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 140px;
    border: 40px solid transparent;
    border-top: 40px solid #F1D1D5
}
.application_step_number_box {
    width: 28%;
    padding: 30px;
    margin-right: 60px;
    background-color: var(--bg_color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.application_step_number_box>p {
    font-size: 64px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.application_step_txt_box {
    width: 60%;
}
.application_step_txt_box>h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}
.application_step_txt_box>p {
    font-size: 30px;
    line-height: 50px;
}

@media only screen and (max-width: 750px) {
    .application {
        padding-top: 13.34vw;
        padding-bottom: 13.34vw;
    }
    .application_step_box {
        margin-top: 16vw;
    }
    .application_step:nth-child(n+2){
        margin-top: 10.67vw;
    }
    .application_step:nth-child(n+2)::before {
        content: "";
        position: absolute;
        top: -8vw;
        left: 50%;
        border: 5.34vw solid transparent;
        border-top: 5.34vw solid #F1D1D5;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}
    .application_step_number_box {
        width: 80%;
        padding: 4vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8vw;
        border-radius: 2.67vw;
        -webkit-border-radius: 2.67vw;
        -moz-border-radius: 2.67vw;
        -ms-border-radius: 2.67vw;
        -o-border-radius: 2.67vw;
}
    .application_step_number_box>p {
        font-size: 8.54vw;
        line-height: 6.67vw;
        margin-bottom: 2.67vw;
    }
    .application_step_txt_box {
        width: 100%;
        text-align: center;
    }
    .application_step_txt_box>h3 {
        font-size: 5.34vw;
        line-height: 6.67vw;
        margin-bottom: 4vw;
    }
    .application_step_txt_box>p {
        font-size: 4vw;
        line-height: 6.67vw;
    }
}

/* last_cta */
.last_cta {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FBF7F5;
}
.last_cta::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border: 50px solid transparent;
    border-top: 50px solid #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media only screen and (max-width: 750px) {
    .last_cta {
        padding-top: 13.34vw;
        padding-bottom: 13.34vw;
    }
    .last_cta::before{
        border: 6.67vw solid transparent;
        border-top: 6.67vw solid #fff;
    }
}


/* contact */
.contact {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact_txt {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
}
.contact_form_box {
    margin-top: 100px;
}
.contact_form_img {
    max-width: 709px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

@media only screen and (max-width: 750px) {
    .contact {
        padding-top: 13.34vw;
        padding-bottom: 13.34vw;
    }
    .contact_txt {
        font-size: 4vw;
        line-height: 6.67vw;
        margin-top: 2.67vw;
    }
    .contact_form_box {
        margin-top: 13.34vw;
    }
    .contact_form_img {
        margin-bottom: 13.34vw;
    }
}

.contact_box2 {
    margin-top: 100px;
    padding: 40px 44px;
    background-color: #fff;
    border: 4px solid var(--accent_color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.form_step {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.form_step.sp {
    display: none;
}

.form_item {
    display: flex;
    padding: 25px 12px;
}

.form_label {
    width: 30%;
    font-weight: bold;
}

.form_input {
    width: 70%;
}

.form_badge {
    padding: 0px 12px;
    font-size: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.form_badge.orange {
    background-color: #FB9804;
    color: #fff;
}

.form_badge.gray {
    background-color: #AEAEAE;
    color: #fff;
}

.input_label {
    position: relative;
    cursor: pointer;
    padding-left: 50px;
}

.input_label::before,
.input_label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.input_label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: 5px;
}

.input_label::after {
    background-color: #FB9804;
    border-radius: 50%;
    opacity: 0;
    width: 20px;
    height: 20px;
    left: 10px;
}

input:checked .input_label::after {
    opacity: 1;
}

.input_radio {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

.input_radio_7 span {
    display: block;
    margin-bottom: 16px !important;
    margin-left: 0 !important;
}

.input_radio_7 span:last-child {
    margin-bottom: 0px !important;
}

.input_radio_7 .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    padding-left: 50px;
}

.input_radio_7 .wpcf7-list-item-label::before,
.input_radio_7 .wpcf7-list-item-label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.input_radio_7 .wpcf7-list-item-label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: 5px;
}

.input_radio_7 .wpcf7-list-item-label::after {
    background-color: #FB9804;
    border-radius: 50%;
    opacity: 0;
    width: 10px;
    height: 10px;
    left: 15px;
}

input:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.wpcf7-list-item>label>input {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

.form_input .form-check {
    margin-bottom: 16px;
}

.form_input .form-check:last-child {
    margin-bottom: 0;
}

.form-check {
    padding-left: 0;
}

.form-control::-webkit-input-placeholder {
    color: #757575;
}

.form-control::-moz-placeholder {
    color: #757575;
}

.form-control:-ms-input-placeholder {
    color: #757575;
}

.form-control::-ms-input-placeholder {
    color: #757575;
}

.form-control::placeholder {
    color: #757575;
}

.privacy_box {
    height: 180px;
    overflow: scroll;
    background: #DDDDDD;
    margin-top: 2px;
    margin-bottom: 24px;
    padding: 24px 25px;
    letter-spacing: 1px;
    color: #000000;
}

.privacy_ttl_lg {
    font-size: 18px;
    font-weight: bold;
}

.privacy_ttl {
    font-weight: bold;
}

.privacy_box p {
    font-size: 14px;
    line-height: 30px;
    padding-right: 15%;
}
.wpcf7 .privacy_box p {
    display: block;
}

.input_check_label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.privacy_input_box {
    text-align: center;
    margin-bottom: 36px;
}

.input_check_label::before,
.input_check_label::after {
    content: "";
    display: block;
    position: absolute;
}

.input_check_label::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}

.input_check_label::after {
    border-bottom: 2px solid #FB9804;
    border-left: 2px solid #FB9804;
    opacity: 0;
    height: 5px;
    width: 10px;
    transform: rotate(-45deg);
    top: 9px;
    left: 10px;
}

#flexCheckDefault:checked+br+.input_check_label::after {
    opacity: 1;
}

.form_conf_btn_box {
    margin-bottom: 30px;
    text-align: center;
}

.form_conf_btn {
    background-color: #B7B7B7;
    padding: 17px 90px;
    color: #fff;
    border: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: 0px 3px 5px rgb(0, 0, 0, 0.1);
}

.form_conf_btn:disabled {
    background-color: #CCCCCC;
}

.form_conf_btn_prev {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.form_conf_btn_prev::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-right-color: currentColor;
    border-left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.form_conf_btn_next {
    position: relative;
    display: inline-block;
}

.form_conf_btn_next::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.form_bottom {
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
}

.form_input_box {
    padding: 44px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
}

.privacy_input_box br {
    display: none;
}

.wpcf7 p {
    display: inline;
}

.wpcf7-spinner {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .contact_box2 {
        padding: 20px;
    }
    .form_step {
        width: 100%;
        margin-bottom: 30px;
    }
    .form_item {
        display: block;
        padding: 10px 0px;
    }

    .form_label {
        width: 100%;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .form_input {
        width: 100%;
    }

    .input_label {
        font-size: 13px;
        padding-left: 30px;
    }

    .input_label::before {
        width: 15px;
        height: 15px;
    }

    .input_label::after {
        width: 9px;
        height: 9px;
        left: 8px;
    }

    .input_radio_7 .wpcf7-list-item-label {
        font-size: 13px;
        padding-left: 30px;
    }

    .input_radio_7 .wpcf7-list-item-label::before {
        width: 15px;
        height: 15px;
    }

    .input_radio_7 .wpcf7-list-item-label::after {
        width: 9px;
        height: 9px;
        left: 8px;
    }

    .form_input .form-check {
        margin-bottom: 6px;
    }

    .form_badge {
        padding: 0px 10px;
        font-size: 13px;
    }

    .form_item:nth-of-type(2),
    .form_item:nth-of-type(3),
    .form_item:nth-of-type(4),
    .form_item:nth-of-type(5),
    .form_item:nth-of-type(6) {
        border: none;
    }

    .privacy_box {
        padding: 5px 10px;
    }

    .privacy_box p {
        font-size: 12px;
    }

    .input_check_label {
        font-size: 14px;
    }

    .form_conf_btn {
        width: 272px;
        padding: 8px 0;
    }

    .form_input_box {
        padding: 0;
    }
}



/* article */
.article {
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #FBF7F5;
}
.article_box {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
}
.article_list {
    padding: 0;
}
.article_link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 4px solid #4B4B4B;
}
.article_item:last-child .article_link {
    border-bottom: 4px solid #4B4B4B;
}

.article_date {
    display: block;
    width: 200px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color: #000;
    margin-right: 20px;
}
.article_cate {
    /* width: 200px; */
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-color: #FF9D14;
    padding: 0 20px;
    margin-right: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.article_ttl {
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    color: #000;
}
.article_all_link_box {
    text-align: right;
    padding-top: 40px;
    padding-bottom: 40px;
}
.article_all_link {
    display: inline-block;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    padding: 10px 24px;
    background-color: #4B4B4B;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

@media only screen and (max-width: 750px) {
    .article {
        padding-top: 9.34vw;
        padding-bottom: 13.34vw;
    }
    .article_box {
        margin-top: 14.67vw;
    }

    .article_link {
        padding-top: 5.34vw;
        padding-bottom: 5.34vw;
        border-top: 0.54vw solid #4B4B4B;
    }
    .article_item:last-child .article_link {
        border-bottom: 0.54vw solid #4B4B4B;
    }

    .article_date {
        display: block;
        width: 100%;
        font-size: 4vw;
        text-align: left;
        line-height: 6.67vw;
        margin-right: 0px;
        margin-bottom: 2.67vw;
    }
    .article_cate {
        /* width: 26.67vw; */
        font-size: 4vw;
        line-height: 6.67vw;
        margin-right: 2.67vw;
    }
    .article_ttl {
        font-size: 4vw;
        line-height: 6.67vw;
    }
    .article_all_link_box {
        padding-top: 5.34vw;
        padding-bottom: 5.34vw;
    }
    .article_all_link {
        font-size: 4vw;
        line-height: 6.67vw;
        padding: 10px 24px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
    }
}


/* footer */
footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FBF7F5;
}
.footer_info_box
,.footer_info_box2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_info_box2 {
    margin-top: 75px;
}

.footer_info {
    display: flex;
    align-items: center;
}
.footer_info_box2 .footer_info:first-child {
    margin-right: 100px;
}
.footer_info_icon {
    margin-right: 30px;
}
.footer_info_txt {
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    margin-right: 30px;
}
.footer_number_txt {
    font-size: 50px;
    font-weight: bold;
    color: #FF9D14;
    line-height: 50px;
}
.footer_logo {
    max-width: 491px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    margin-bottom: 55px;
}
.copyright_box {
    text-align: center;
}
.copyright {
    font-size: 25px;
}

@media only screen and (max-width: 750px) {
    footer {
        padding-top: 13.34vw;
        padding-bottom: 13.34vw;
    }
    .footer_info_box
    ,.footer_info_box2 {
        display: block;
    }
    .footer_info_box2 {
        margin-top: 0;
    }
    .footer_info {
        justify-content: center;
    }
    .footer_info_box2 .footer_info:first-child {
        margin-bottom: 0;
        margin-right: 0px;
    }
    .footer_info_icon {
        margin-right: 4vw;
    }
    .footer_info_box .footer_info_icon>svg {
        width: 7.87vw;
    }
    .footer_info_box2 .footer_info:first-child .footer_info_icon>svg {
        width: 8vw;
    }
    .footer_info_box2 .footer_info:last-child .footer_info_icon>svg {
        width: 4.54vw;
    }
    .footer_info_txt {
        font-size: 3.47vw;
        line-height: 6.67vw;
        margin-right: 4vw;
    }
    .footer_number_txt {
        font-size: 6.67vw;
        line-height: 6.67vw;
    }
    .footer_logo {
        max-width: 65.47vw;
        margin-top: 10vw;
        margin-bottom: 7.34vw;
    }
    .copyright {
        font-size: 3.34vw;
    }
}