/*============================
  sub-visual
============================*/

.sub-mv {
    width: 100%;
    height: 264px;
    position: relative;
}

.sub-mv__img {
    width: 100%;
    height: 256px;
    margin: 0 0 0 auto;
}

.sub-mv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-mv__title {
    color: #fff;
    position: absolute;
    top: 41%;
    left: 30%;
    z-index: 30;
    text-align: center;
}


@media screen and (min-width: 768px) {
    .sub-mv__title {
        color: #fff;
        position: absolute;
        top: 41%;
        left: 36%;
        z-index: 30;
        text-align: center;
    }

    .sub-mv {
        height: 265px;
    }
}

@media screen and (min-width:1024px) {
    .sub-mv__img {
        width: 100%;
        height: 395px;
        margin: 0 0 0 auto;
    }

    .sub-mv__title {
        color: #fff;
        position: absolute;
        top: 60%;
        left: 17%;
        z-index: 30;
        text-align: center;
    }

    .sub-mv__title .font-jp {
        font-size: 56px;
    }

    .sub-mv {
        height: 350px;
    }
}

@media screen and (min-width: 1024px) {
    .submain_ttl {
        font-size: 60px;
        opacity: 0.8;
        mix-blend-mode: overlay;
    }

    .submain_txt {
        font-size: 40px;
        opacity: 0.8;
        mix-blend-mode: overlay;
    }

    .sub-mv {
        height: 354px;
    }
}

.sub-mv__title .font-en {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sub-mv__title .ftont-en_concept{
	text-transform:lowercase
}

.sub-mv__title .font-jp {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
    .sub-mv__title .font-jp {
        font-size: 48px;
    }

    .sub-mv__title .font-en {
        font-size: 60px;
        text-transform: uppercase;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    }
}

@media screen and (max-width: 499px) {
    .sub-mv__title .font-jp {
        font-size: 25px;
    }
}

/* 共通*/
.sub_bg {
    background-color: #fff;
}

.pad-10 {
    padding-top: 10px;
}

.mb10 {
    margin-bottom: 10px
}

.img-100 {
    width: 70px;
}

.item-center {
    align-items: center;
}

.gap-10 {
    gap: 10px;
}

/*============================
  concept
  ============================*/
.con_box {
    background-color: #f7efe1;
    padding: 20px;
}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slides img {
    width: 100%;
    flex-shrink: 0;
}


.sw__next {
    width: 1em;
    height: 1em;
}

.sw__prv {
    width: 1em;
    height: 1em;
}

.info__slash {
    font-weight: bold;
    margin: 0 1em;
}

.sw__prv::before {
    content: "＜";
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.sw__next::before {
    content: ">";
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.title-04 {
    font-size: 22px;
    border-bottom: 1px solid #a0988e;
    padding-bottom: 10px;
}

.btn_wrap {
    column-gap: 4%;
    row-gap: 5px;
    align-items: center;
    padding: 0px;
    background-color: #f7efe1;
}

.btn_second_wrap {
    width: 85%;
    align-items: center;
    padding: 30px;
    background-color: #eee6d4;
    margin: 30px auto;
}

.btn_third_wrap {
    width: 30%;
    align-items: center;
    padding: 30px;
    border: 4px solid #fff;
    margin: 20px auto;
}

.sub_scene.bg01 {
    background-position: top 7% right, bottom left;
}

.scene__intro {
    background: url(../images/concept01.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    font-size: 17px;
    height: 600px;
    padding: 15px;
    max-height: 371px;
}

.scene__flex {
    margin-bottom: 300px;
}

.img__box {
    position: relative;
}

.img__left {
    position: absolute;
    left: -16px;
    top: 80%;
    width: 400px;
}

.img__right {
    position: absolute;
    right: 0;
    top: 80%;
}

.sub_scene .flexbox:nth-child(2) .flex__img {
    position: relative;
}

@media screen and (max-width: 767px) {

    .btn_second_wrap {
        width: 100%;
        align-items: center;
        padding: 30px;
        background-color: #eee6d4;
    }

    .btn_third_wrap {
        width: 100%;
        align-items: center;
        padding: 30px;
        border: 4px solid #fff;
        margin: 20px auto;
    }
}

@media screen and (max-width: 1180px) {

    .img__left,
    .img__right {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .scene__intro {
        max-height: 440px;
    }

    .img__left,
    .img__right {
        position: static;
        width: 100%;
    }

    .scene__flex {
        margin-bottom: 60px;
    }

    .scene__flex:last-child {
        margin-bottom: 0;
    }

    .sub_scene .flexbox:nth-child(2) .flex__img::before {
        width: 27%;
        height: 19%;
        bottom: auto;
        right: 0;
        top: -85px;
    }

    .sub_scene .flexbox:nth-child(3) .flex__img::before {
        width: 27%;
        height: 19%;
        bottom: auto;
        left: 0;
        top: -55px;
    }
}

@media screen and (max-width: 414px) {

    .sub_scene .flexbox:nth-child(2) .flex__img::before {
        width: 27%;
        height: 17%;
        bottom: auto;
        right: 0;
        top: -65px;
    }

    .sub_scene .flexbox:nth-child(3) .flex__img::before {
        width: 27%;
        height: 17%;
        bottom: auto;
        left: 0;
        top: -55px;
    }
}

.scene_ttl {
    font-size: 20px;
}


.illust_bg_under {
    position: relative;
}

.illust_bg_under::after {
    content: "";
    position: absolute;
    top: -64px;
    left: -3px;
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url(../images/title.png)no-repeat center;
}

@media screen and (min-width:768px) {

    .illust_bg_under::after {
        content: "";
        position: absolute;
        top: -62px;
        left: 100px;
        width: 100px;
        height: 100px;
        display: inline-block;
        background: url(../images/title.png)no-repeat center;
    }

}

@media screen and (min-width:1024px) {

    .illust_bg_under::after {
        content: "";
        position: absolute;
        top: -57px;
        left: 100px;
        width: 100px;
        height: 100px;
        display: inline-block;
        background: url(../images/title.png)no-repeat center;
    }

}

/* anker link */
.anker__items {
    column-gap: 4%;
    row-gap: 10px;
}

.anker__item {
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
}

.anker__item a {
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    transition: all .5s;
    background: #a99d91;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

.anker__item a:hover {
    opacity: .8;
}

@media screen and (min-width:299px) {
    .anker__items {
        column-gap: 1%;
    }

    .anker__item {
        width: 100%;
        height: 45px;
    }

    .anker__item a {
        line-height: 45px;
    }

    .anker__items {
        column-gap: 1%;
    }
}

@media screen and (min-width:525px) {
    .anker__items {
        row-gap: 10px;
    }

    .anker__item {
        width: 48%;
    }
}

@media screen and (min-width:1024px) {
    .anker__item {
        width: 25%;
    }
}

/*beginners
----------------------------------------------------------------*/

.flow_ttl {
    text-align: center;
    font-size: 30px;
    color: #a99d91;
    font-weight: bold;
    margin-bottom: 30px;
}

.flow_area .flow_flex {
    padding: 30px 50px;
    background: #fff;
    margin-bottom: 50px;
}

.flow_area .flow_flex:last-child {
    margin-bottom: 0;
}

.flow_area .flex_img {
    width: 35%;
}

.flow_area .flex_txt {
    width: 60%;
}

.flow_num {
    color: #a99d91;
    font-size: 18px;
    font-weight: bold;
}

.flow_title {
    margin-bottom: 30px;
    padding: 0 0 15px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #a99d91;
    line-height: 1.5;
    position: relative;
    letter-spacing: 0.075em;
}

.flow_title::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px #a99d91;
    bottom: -2px;
    width: 15%;
    display: block;
    left: 0;
}

.flow_txt {
    font-size: 15px;
}

.point_box {
    border: double 4px #a99d91;
    padding: 35px 30px;
    margin: 60px auto 0;
}

.point_ttl {
    text-align: center;
    font-size: 24px;
    margin: 0 auto 25px;
    color: #a99d91;
}

.panel_area .point_txt {
    text-align: left;
}

.btn_flex {
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 50px auto 0;
}

.btn_flex .btn {
    max-width: 350px;
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    height: 65px;
}

.btn_flex .btn a {
    display: flex;
    align-items: center;
    max-width: 350px;
    width: 100%;
    height: 65px;
    justify-content: center;
    background: #1e1906;
    padding: 5px 0;
}

.btn_flex .btn a:hover {
    background: #b49531;
}

.btn_flex .btn a:hover .btn_txt {
    color: #fff;
}

.btn_txt {
    font-size: 16px;
    text-align: center;
}

.point_txt {
    text-align: center;
}

.cen {
    margin: 20px auto;
}

.accordion_item {
    margin-bottom: 15px;
}

.accordion_item:last-child {
    margin-bottom: 0;
}

.accordion_q_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    background: #fff;
    padding: 10px 15px;
}

.accordion_item .accordion_q_box::after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}

.accordion_item.open .accordion_q_box::after {
    transform: rotate(-45deg);
    top: 45%;
}

.accordion_q {
    background: #1e1906;
    color: #fff;
    padding: 5px 3px;
    width: 100%;
    max-width: 40px;
    text-align: center;
}

.accordion_ttl {
    margin-left: 15px;
    line-height: 2.5;
}

.accordion_a_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px 15px;
    background: #1e1906;
}

.accordion_answer {
    background: #fff;
    color: #a99d91;
    padding: 5px 3px;
    width: 100%;
    max-width: 40px;
    text-align: center;
}

.accordion_txt {
    margin-left: 15px;
    color: #fff;
    line-height: 2.5;
}


@media (max-width: 880px) {
    .panel.is-active {
        padding: 30px;
    }

    .flow_area .flow_flex {
        padding: 30px 25px;
    }

    .flow_area .flex_img {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .flow_area .flex_img img {
        max-width: 400px;
        width: 100%;
    }

    .flow_area .flex_txt {
        width: 100%;
        margin: 25px 0 auto;
    }

    .btn_flex {
        gap: 20px;
        margin: 35px auto 0;
    }

    .btn_flex .btn {
        max-width: 100%;
        width: 100%;
    }

    .accordion_q {
        padding: 3px;
        width: 5%;
        max-width: 35px;
    }

    .accordion_ttl {
        width: 90%;
    }

    .accordion_answer {
        padding: 3px;
        width: 5%;
        max-width: 35px;
    }

    .accordion_txt {
        width: 90%;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .point_txt {
        text-align: left;
    }
}

@media (max-width: 599px) {
    .panel.is-active {
        padding: 20px 15px;
        margin-bottom: 25px;
    }

    .flow_num {
        font-size: 15px;
    }

    .flow_title {
        font-size: 20px;
        margin-bottom: 15px;
        padding: 0 0 10px 0;
    }

    .point_ttl {
        font-size: 20px;
        margin: 0 auto 15px
    }

    .accordion_item .accordion_q_box::after {
        right: 12px;
    }

    .accordion_q {
        width: 10%;
    }

    .accordion_ttl {
        width: 85%;
        margin-left: 8px;
    }

    .accordion_answer {
        width: 10%;
    }

    .accordion_txt {
        width: 85%;
        margin-left: 8px;
    }
}

@media (max-width: 414px) {
    .flow_area .flow_flex {
        padding: 20px 15px;
    }

    .flow_title {
        font-size: 16px;
    }

    .point_ttl {
        font-size: 17px;
        text-align: left;
    }

    .point_box {
        padding: 20px 15px;
    }
}

/* -----タブ切り替え----- */
.tab_area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    column-gap: 10px;
    row-gap: 10px;
}

@media (max-width: 414px) {
    .tab_area {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 10px;
        row-gap: 10px;
    }
}

.tab {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.3s;
    border: solid 1px #a99d91;
    color: #a99d91;
}

.tab p {
    font-size: 16px;
    display: inline;
}

.tab.is-active {
    background: #a99d91;
    color: #fff;
}

.panel {
    display: none;
}

.panel.is-active {
    display: block;
    background-size: cover;
    padding: 30px 0 0;
}

@media screen and (min-width: 768px) {
    /* .panel.is-active {
      padding: 80px 30px 0;
    } */

    .tab {
        padding: 15px 0;
    }

    .tab p {
        font-size: 18px;
    }
}

.sub__ttl02 {
    position: relative;
    line-height: 1;
    letter-spacing: .04em;
    padding-bottom: 10px;
    border-bottom: 2px solid #ca943f;
    font-size: 18px;
    margin-bottom: 10px;
}

.sub__ttl02::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a99d91;
    left: 0;
    bottom: -5px;
}

.sub__ttl02_time {
    font-size: 18px;
    color: #a99d91;
    padding-right: 20px;
}

.flow__item {
    padding: 30px 20px 20px;
    background: #f9f8f1;
    position: relative;
}

.flow__item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background: #f3f8f5;
    z-index: -1;
}

.flow__item .flex__img {
    width: 100%;
}

.flow__item .flex__text {
    width: 100%;
}


@media screen and (min-width: 768px) {
    .sub__ttl02 {
        position: relative;
        line-height: 1;
        letter-spacing: .04em;
        padding-bottom: 10px;
        border-bottom: 2px solid #a99d91;
        font-size: 22px;
    }

    .sub__ttl02::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #a99d91;
        left: 0;
        bottom: -5px;
    }

    .sub__ttl02_time {
        font-size: 22px;
        color: #a99d91;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .flow__item {
        padding: 50px 30px;
    }

    .flow__item .flex__img {
        width: 33%;
    }

    .flow__item .flex__text {
        width: 100%;
    }

    .sub__ttl02_text {
        top: 0px;
        left: 50px;
    }
}


/*menu
----------------------------------------------------------------*/
.sub_menu .menu_flex {}

.sub_menu .menu_img {
    width: 45%;
}

.sub_menu .menu_txt {
    width: 50%;
    text-align: justify;
}

.option_box {
    background: #f9f8f1;
    padding: 50px;
}

.option_box .menu_txt {
    width: 100%;
    margin-bottom: 35px;
}

.option_box .menu_txt:last-child {
    margin-bottom: 0;
}

.sub_menu .point_txt {
    text-align: left;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .sub_menu .menu_img {
        width: 100%;
    }

    .sub_menu .menu_img img {
        max-width: 100%;
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .sub_menu .menu_txt {
        width: 100%;
        margin-top: 50px;
    }

    .option_box {
        padding: 30px 15px;
    }

    .sub_menu .menu_subtxt {
        font-size: 14px;
    }
}

.menu_img .img:not(:last-child) {
    margin-bottom: 20px;
}

.menu__items {
    display: block;
}

.menu__item {
    width: 100%;
    display: block;
}

.menu {

    display: block;
    padding: 10px 0 10px;
}

.menu__name {
    width: 100%;
}

.menu__price {
    width: 100%;
    font-weight: bolder;
    padding-top: 5px
}

.menu__name_long {
    width: 100%;
}

.menu__price_long {
    width: 100%;
    font-weight: bolder;
    padding-top: 5px
}

@media screen and (min-width:768px) {
    .menu_img .img:not(:last-child) {
        margin-bottom: 0px;
    }

    .menu_img .img:last-child {
        padding-top: 50px;
    }

    .menu_img .img {
        width: 48%;
    }

}

@media screen and (min-width:1024px) {
    .menu__items {
        display: flex;
        align-items: end;
    }

    .menu__item {
        width: 49%;

    }

    .menu__item_long {
        width: 100%;
    }

    .menu {
        margin-bottom: 10px;
        display: flex;
        padding: 20px 10px 10px;
        align-items: end;
    }

    .menu__name {
        display: inline-block;
        width: calc(100% - 100px);
        font-size: 15px;
        font-weight: bolder;
    }

    .menu__txt {
        width: calc(100% - 100px);
    }

    .menu__price {
        display: inline-block;
        width: 100%;
        text-align: right;
        font-size: 15px;
        font-weight: bolder;
    }

    .menu__name_long {
        display: inline-block;
        width: calc(100% - 220px);
        font-size: 15px;
        font-weight: bolder;
    }

    .menu__txt_long {
        width: calc(100% - 220px);
    }

    .menu__price_long {
        display: inline-block;
        width: 220px;
        text-align: right;
        font-size: 15px;
        font-weight: bolder;
    }
}

/*============================
    product
============================*/
.sub-fp__title {
    max-width: 600px;
    width: 100%;
    max-height: 245px;
    margin: 0 auto 50px;
}

.sub-fp__title img {
    width: 100%;
}

.imgbox__wrap {
    row-gap: 40px;
}

.imgbox img {
    width: 100%;
}

.imgbox__textarea {
    background: #eee6d4;
    padding: 30px 10px 10px;
    position: relative;
}

.imgbox__title {
    display: inline-block;
    font-size: 18px;

    background: #eee6d4;
    padding: 5px 15px;
    position: absolute;
    top: -25px;
    left: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.imgbox__title_second {
    display: inline-block;
    font-size: 18px;

    font-weight: bold;
    background: #eee6d4;
    padding: 12px 15px;
    position: absolute;
    top: -67px;
    left: 0;
}

.imgbox__title_third {
    display: inline-block;
    font-size: 16px;

    font-weight: bold;
    background: #eee6d4;
    padding: 12px 15px;
    position: absolute;
    top: -97px;
    left: 0;
}

.imgbox__text {
    font-size: 15px;
    width: 161px;
}

@media screen and (max-width: 1024px) {
    .imgbox {
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .imgbox__wrap {
        row-gap: 20px;
    }

    .imgbox__textarea {
        padding-top: 20px;
    }

    .imgbox__title {
        font-size: 16px;
    }

    .imgbox__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 599px) {
    .imgbox {
        width: 100%;
    }
}

.link-block-1730424397466 a {
    width: 100%;
}

/*============================
 staff
============================*/
/* flexbox */
.staff_textBox {
    background: #fff;
    padding: 30px;
}

.staff_textBox .img {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.staff_name {
    background: #ece4e4;
    padding: 5px 10px;
    font-size: 12px;
}

.staff_textBox .textarea {
    width: 100%;
}

.staff_ttl_area {
    border-top: 1px dashed #fff;
    padding-top: 15px;
    margin-top: 15px;
}

.staff_ttl {
    display: inline-block;
    margin-right: 10px;
    background: #a99d91;
    padding: 10px 15px;
    color: #fff;
}

@media screen and (min-width:768px) {

    /* flexbox */
    .staff_textBox .img {
        width: 30%;
        margin-bottom: 0px;
    }

    .staff_textBox .textarea {
        width: 65%;
    }
}

@media screen and (min-width:1024px) {
    .staff_name {
        font-size: 14px;
    }
}

.sta-img {
    width: 70%;
    margin: 0 auto;
}

/*============================
about
============================*/
.meteo_ttl {
    margin-bottom: 10px;
    font-size: 18px;
}

.recommend {
    background: #faf9f6;
    column-gap: 2%;
    row-gap: 20px;
    padding: 30px;
}

.recommend_list {
    position: relative;
    width: 100%;
    column-gap: 2%;
    padding-left: 30px;
    font-size: 13px;
}

.recommend_list::before {
    position: absolute;
    content: "";
    background: url(../images/check.png) repeat center center / cover;
    width: 15px;
    height: 15px;
    top: 2px;
    left: 0;
}

.ba_img {
    column-gap: 2%;
}

.ba_img_list {
    width: 48%;
    margin-bottom: 10px;
}

.textBox .textarea .name {
    position: relative;
    width: 100%;
    padding-left: 30px;
}

.textBox .textarea .name::before {
    position: absolute;
    content: "";
    background: url(../images/check.png) repeat center center / cover;
    width: 15px;
    height: 15px;
    top: 2px;
    left: 0;
}

.meteo_menu__name {
    width: 100%;
    font-size: 13px;
}

.meteo_menu__price {
    width: 100%;
    font-size: 13px;
}

.menu {
    background: #faf9f6;
    padding: 30px;
}

@media screen and (min-width:768px) {
    .meteo_ttl {
        font-size: 20px;
    }

    .ba_img_list {
        width: 23%;
        margin-bottom: 0px;
    }

    /*.ba_img_list:nth-child(even){
 padding-top:50px; 
}*/
    .meteo_menu__name {
        width: 300px;
        font-size: 14px;
    }

    .meteo_menu__price {
        width: calc(100% - 300px);
        text-align: right;
        font-size: 14px;
    }
}

@media screen and (min-width:1024px) {
    .meteo_ttl {
        font-size: 24px;
    }

    .recommend_list {
        position: relative;
        width: 49%;
        column-gap: 2%;
        padding-left: 30px;
        font-size: 15px;
    }
}

/*============================
support
============================*/
.sup_sns {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.sup-gap {
    gap: 50px;
}

.sns_img {
    width: 55px;
}

.text-cen {
    text-align: left;
}


.p-course-sec02 .table .td,
.p-course-sec02 .table .th {
    border: 1px solid #322f29;
    text-align: center;
    padding: 19px 30px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.46;
    font-size: 15px;
}

.p-course-sec02 .box {
    width: 97%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.l-content2 {
    width: 100%;
    max-width: 940px;
    height: auto;
    margin: 0 auto;
}

.p-course-sec03 .block {
    margin-top: 80px;
}

.p-course-sec03 .block .ul .li {
    margin-bottom: 70px;
    line-height: 1.6;
    font-size: 15px;
    padding-left: 50px;
    position: relative;
}

/*.p-course-sec03 .block .ul .li:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #322f29;
  transform: rotate(45deg);
  top: calc(100% + 40px);
}*/
.p-course-sec03 .block .ul .li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 4px;
    width: 13px;
    height: 50px;
    background-image: url(../images/btn_awr_flow.png);
    top: calc(100% + -18px);
}

.p-course-sec03 .block .ul .li .span {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #322f29;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    /*top: calc(50% - 15px); */
}

.p-course-sec03 .block .ul .li .bold {

    font-size: 18px;
}

.sup_cen {
    display: block;
    margin: 0 auto;
}

.support_ttl {
    text-align: center;
    font-size: 24px;
    color: #a99d91;
}

.support_price {
    width: 34px;
}

.p-course-sec02 .table .td .ul .left,
.p-course-sec02 .table .th .ul .left {
    text-align: left;
    line-height: 1.46;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 12px;
    text-indent: -12px;
}

@media screen and (min-width:1024px) {
    .text-cen {
        text-align: center;
    }

    .p-course-sec02 .box {
        width: 97%;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: nowrap;
    }
}

/*============================
guide
============================*/
/* ------------ FAQ ------------ */
.faq__item {
    background: #fff;
    padding: 60px 100px;
    max-width: 1080px;
    margin: 0 auto 20px;
}

.faq__head {
    padding-left: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a99d91;
    position: relative;
}

.faq__answer {
    padding-left: 30px;
    padding-top: 20px;
    position: relative;
}

.faq__head::before,
.faq__answer::before {
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    position: absolute;
    left: 0;
    line-height: 1;
}

.faq__head::before {
    content: "Q.";
    color: #a99d91;
}

.faq__answer::before {
    content: "A.";
    color: #999999;
}

@media screen and (max-width: 1024px) {

    .faq__item {
        padding: 50px 80px;
    }
}

@media screen and (max-width: 768px) {
    .faq__item {
        padding: 30px 20px;
    }

    .faq__head::before,
    .faq__answer::before {
        font-size: 18px;
    }
}

/*============================
    info
============================*/
.men_cen {
    margin: 0 atuo 10px;
}

.gap20 {
    gap: 20px;
}

.info {
    padding: 60px 0 0;
}



.info__atc {
    background: #fff;
    color: #a99d91;
    padding: 20px 5%;
    position: relative;
    margin: 0 auto 30px;
}

.info__atc:last-child {
    margin-bottom: 0;
}

.info__atc--inner {
    width: fit-content;
    margin: 0 auto;
}

.info__ttl {
    font-size: 1.6rem;
}

.info__contactwarp {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tel_second {
    max-width: 215px;
    max-width: 160px;
    margin: 0 auto 20px;

}

.info__ig {
    max-width: 22px;
    width: 16px;
}


.info__hb {
    max-width: 17px;
    width: 12px;
    margin-left: 10px;

}

.info__line {
    max-width: 300px;
    width: 240px;
}

.info__arw {
    max-width: 65px;
    width: 50px;
    margin: 10px 0 0 auto;

}


@media screen and (min-width:768px) {
    .info {
        padding: 100px 0 0;
    }



    .info__atc {
        padding: 20px 1em;
        width: 32%;
        max-width: 400px;
        margin: 0;
    }

    .info__atc--inner {
        width: 100%;
    }

    .info__ttl {
        font-size: 1.6rem;
    }

    .info__contactwarp {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .tel_second {
        max-width: 215px;
        max-width: 140px;

    }

    .info__ig {
        max-width: 22px;
        width: 16px;
    }


    .info__hb {
        max-width: 17px;
        width: 12px;
        margin-left: 10px;

    }

    .info__txt {
        letter-spacing: 0;
        font-size: 1.3rem;
    }

    .info__line {
        max-width: 300px;
        width: 100%;
    }

    .info__arw {
        max-width: 65px;
        width: 50px;
        margin: 10px 0 0 auto;

    }


}

@media screen and (min-width:1025px) {
    .info {
        padding: 200px 0 0;
    }



    .info__atc {
        padding: 20px 2%;
        width: 32%;
    }

    .info__ttl {
        font-size: 2.2rem;
    }

    .info__contactwarp {
        margin-bottom: 20px;
    }

    .tel_second {
        max-width: 215px;
        max-width: 215px;

    }

    .info__ig {
        max-width: 22px;
        width: 22px;
    }

    .info__hb {
        max-width: 17px;
        width: 17px;
        margin-left: 10px;

    }

    .info__txt {
        font-size: 1.6rem;
    }

    .info__line {
        max-width: 300px;
        width: 100%;
    }

    .info__arw {
        max-width: 65px;
        width: 65px;
        margin: 10px 0 0 auto;

    }
}

.line_img {
    height: 30px;
}

.flex_second {
    align-items: center;
    display: flex;
}

.sup_ttl {
    font-size: 18px;
}

.store_insta {
    margin-left: 8px;
}

@media screen and (min-width:1025px) {
    .sup_ttl {
        font-size: 20px;
    }