@charset "UTF-8";

.pc_display {
    display: block;
}

@media screen and (max-width: 768px) {
    .pc_display {
        display: none;
    }
}

.pc_display1 {
    display: inline;
}

@media screen and (max-width: 768px) {
    .pc_display1 {
        display: none;
    }
}

.pc_display2 {
    display: block;
}

@media screen and (max-width: 624px) {
    .pc_display2 {
        display: none;
    }
}

.pc_display3 {
    display: block;
}

@media screen and (max-width: 480px) {
    .pc_display3 {
        display: none;
    }
}

.sp_display {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp_display {
        display: block;
    }
}

.sp_display2 {
    display: none;
}

@media screen and (max-width: 624px) {
    .sp_display2 {
        display: block;
    }
}

.sp_display3 {
    display: none;
}

@media screen and (max-width: 480px) {
    .sp_display3 {
        display: block;
    }
}

.lineheight {
    line-height: 2em !important;
}

@media screen and (max-width: 768px) {
    .lineheight {
        line-height: 2em !important;
    }
}

.ma_t30 {
    margin-top: 30px !important;
}

.ma_t50 {
    margin-top: 50px !important;
}

@media screen and (max-width: 768px) {
    .ma_t50 {
        margin-top: 30px !important;
    }
}

.ma_t100 {
    margin-top: 100px !important;
}

.ma_b20 {
    margin-bottom: 20px !important;
}

.ma_b30 {
    margin-bottom: 30px !important;
}

.ma_b100 {
    margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
    .ma_b100 {
        margin-bottom: 30px !important;
    }
}

.ma_tb20 {
    margin: 20px auto !important;
}

.ma_tb30 {
    margin: 30px auto !important;
}

.ma_tb50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
    .ma_tb50 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

.ma_tb100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
    .ma_tb100 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

.pa_t50 {
    padding-top: 50px;
}

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

.ta_left {
    text-align: left !important;
}

main {
    letter-spacing: 0.01em;
}

/*--- header ---*/
#head #head_in .sp_head_menu {
    display: none;
}

@media screen and (max-width: 768px) {
    #head #head_in .sp_head_menu {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    #head #head_in .sp_head_menu > a {
        background-color: #6BAB2A;
        display: block;
        font-size: 16px;
        padding: 10px 0;
    }
}

#head #head_in #head_tel {
    float: right;
}

@media screen and (max-width: 768px) {
    #head #head_in #head_tel {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 10px 2%;
        width: 96%;
    }
}

@media screen and (max-width: 768px) {
    #head #head_in #head_tel #pc {
        display: block;
        width: 49%;
        margin-right: 2%;
        margin-left: 0;
    }

    #head #head_in #head_tel #pc:last-child {
        margin-right: 0;
    }

    #head #head_in #head_tel #pc > img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #navi_index {
        display: none;
    }
}

.title_area {
    margin: 50px auto;
    width: 100%;
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    .title_area {
        margin: 20px auto;
    }
}

.title_area .title_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 768px) {
    .title_area .title_bg {
        height: 240px;
    }
}

.title_area .title_bg .title_outer {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 420px;
}

.title_area .title_bg .title_outer .title_inner {
    border: 2px solid #231815;
    background: rgba(255, 255, 255, 0.3);
    color: #231815;
    display: block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.6;
    margin: auto;
    padding: 50px 0;
}

@media screen and (max-width: 768px) {
    .title_area .title_bg .title_outer .title_inner {
        font-size: 7vw;
        padding: 20px 0;
        max-width: 76vw;
    }
}

.title_area .title_bg2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 240px;
}

@media screen and (max-width: 768px) {
    .title_area .title_bg2 {
        height: 200px;
    }
}

.title_area .title_bg2 .title_inner {
    background: rgba(255, 255, 255, 0.8);
    color: #231815;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.6;
    margin: auto;
    padding: 30px 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .title_area .title_bg2 .title_inner {
        font-size: 7vw;
        padding: 20px 0;
        width: 80%;
    }
}

.title_area .top_bg {
    background-image: url(../img/top_bg01.jpg) !important;
}

.title_area .jirei_bg {
    background-image: url(../img/top_bg06.jpg) !important;
}

.title_area .under_bg {
    background-image: url(../img/und_bg01.jpg) !important;
}

.main_area .text_area {
    margin: 50px auto 30px;
    position: relative;
    width: 100%;
    max-width: 1000px;
}

.main_area .text_area .text_inner {
    margin: auto;
    width: 96%;
}

.main_area .text_area .title_image {
    background-color: #FFF;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: -65px;
    right: 0;
    left: 0;
    width: 90%;
    max-width: 620px;
}

@media screen and (max-width: 624px) {
    .main_area .text_area .title_image {
        top: -10vw;
    }
}

.main_area .text_area .title_image > img {
    width: 100%;
}

.main_area .image_bg {
    margin: 50px auto;
    padding: 50px;
    position: relative;
    width: 100%;
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    .main_area .image_bg {
        padding: 10px;
    }
}

.main_area .image_bg .image_inner {
    background: rgba(255, 255, 255, 0.5);
    margin: auto;
    padding: 20px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 94%;
}

@media screen and (max-width: 360px) {
    .main_area .image_bg .image_inner {
        padding: 0 10px;
    }
}

.main_area .image_bg .image_inner2 {
    background: rgba(255, 255, 255, 0.5);
    margin: auto;
    padding: 20px;
    width: 100%;
}

@media screen and (max-width: 360px) {
    .main_area .image_bg .image_inner2 {
        padding: 0 20px;
    }
}

.main_area .image_bg .text_inner {
    margin: auto;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}

@media screen and (max-width: 768px) {
    .main_area .image_bg .text_inner {
        width: 96%;
    }
}

@media screen and (max-width: 480px) {
    .main_area .image_bg .text_inner {
        position: static;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        width: 100%;
        padding: 0;
    }
}

.main_area .image_bg .com_image1 {
    position: absolute;
    bottom: 170px;
    left: 2%;
}

@media screen and (max-width: 768px) {
    .main_area .image_bg .com_image1 {
        bottom: 250px;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image1 {
        position: static;
    }
}

.main_area .image_bg .com_image1 > img {
    width: 460px;
    height: 140px;
}

@media all and (max-width: 1024px) {
    .main_area .image_bg .com_image1 > img {
        width: 45vw;
        height: 14vw;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image1 > img {
        width: 94vw;
        height: auto;
        margin-top: 5px;
    }
}

.main_area .image_bg .com_image2 {
    position: absolute;
    bottom: 170px;
    right: 4%;
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image2 {
        position: static;
    }
}

.main_area .image_bg .com_image2 > img {
    width: 460px;
    height: 140px;
}

@media all and (max-width: 1024px) {
    .main_area .image_bg .com_image2 > img {
        width: 45vw;
        height: 14vw;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image2 > img {
        width: 94vw;
        height: auto;
        margin-top: 5px;
    }
}

.main_area .image_bg .com_image3 {
    position: absolute;
    bottom: 15px;
    left: 4%;
}

@media screen and (max-width: 768px) {
    .main_area .image_bg .com_image3 {
        bottom: 95px;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image3 {
        position: static;
    }
}

.main_area .image_bg .com_image3 > img {
    width: 460px;
    height: 140px;
}

@media all and (max-width: 1024px) {
    .main_area .image_bg .com_image3 > img {
        width: 45vw;
        height: 14vw;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image3 > img {
        width: 94vw;
        height: auto;
        margin-top: 5px;
    }
}

.main_area .image_bg .com_image4 {
    position: absolute;
    bottom: 15px;
    right: 2%;
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image4 {
        position: static;
    }
}

.main_area .image_bg .com_image4 > img {
    width: 460px;
    height: 140px;
}

@media all and (max-width: 1024px) {
    .main_area .image_bg .com_image4 > img {
        width: 45vw;
        height: 14vw;
    }
}

@media screen and (max-width: 624px) {
    .main_area .image_bg .com_image4 > img {
        width: 94vw;
        height: auto;
        margin-top: 5px;
    }
}

.main_area .flower_bg {
    background-image: url(../img/top_bg02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

@media screen and (max-width: 480px) {
    .main_area .flower_bg {
        background-position: top;
        height: 150vw;
    }
}

@media screen and (max-width: 360px) {
    .main_area .flower_bg {
        height: 600px;
    }
}

.main_area .gold_bg {
    background-image: url(../img/top_bg07.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 768px) {
    .main_area .gold_bg {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .gold_bg {
        background-position: top;
    }
}

@media screen and (max-width: 360px) {
    .main_area .gold_bg {
        height: 700px;
    }
}

.main_area .gold_border {
    border: 5px solid #C79317;
}

.main_area .flower_bg3 {
    background-image: url(../img/top_bg09.jpg);
    background-position: top;
    background-repeat: repeat-y;
    background-size: auto;
    width: 100%;
}

.main_area .man_bg {
    background-image: url(../img/top_bg02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 738px;
}

@media screen and (max-width: 624px) {
    .main_area .man_bg {
        background-image: none;
        height: auto;
    }
}

.main_area .man_bg2 {
    background-image: url(../img/top_bg03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 768px) {
    .main_area .man_bg2 {
        background-position: top;
        height: 360px;
    }
}

.main_area .man_bg3 {
    background-image: url(../img/top_bg04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 768px) {
    .main_area .man_bg3 {
        background-position: top;
        height: 400px;
    }
}

.main_area .man_bg4 {
    background-image: url(../img/top_bg05.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

@media screen and (max-width: 480px) {
    .main_area .man_bg4 {
        background-position: top;
        height: 400px;
    }
}

.main_area .man_bg5 {
    background-image: url(../img/top_bg08.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}

@media screen and (max-width: 480px) {
    .main_area .man_bg5 {
        background-position: top;
        height: 250px;
    }
}

.main_area .urline_text {
    background: linear-gradient(transparent 85%, #2DC3BC 0%);
    display: inline;
    padding: 0 0 5px;
    font-size: 36px;
    font-weight: 700;
    line-height: 2em;
    margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
    .main_area .urline_text {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .urline_text {
        font-size: 20px;
    }
}

.main_area .urline_text1 {
    background: linear-gradient(transparent 85%, #2DC3BC 0%);
    display: inline;
    padding: 0 0 5px;
    font-size: 36px;
    font-weight: 700;
    line-height: 2em;
    margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
    .main_area .urline_text1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 624px) {
    .main_area .urline_text1 {
        font-size: 4vw;
    }
}

.main_area .urline_text2 {
    background: linear-gradient(transparent 95%, #FF696D 0%);
    display: inline;
    padding: 0 0 2px;
    color: #FF696D;
    font-weight: 700;
    line-height: 1em;
}

.main_area .red_box {
    background-color: #E50012;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .main_area .red_box {
        padding: 10px;
    }
}

.main_area .red_box2 {
    background-color: #E50012;
    display: inline-block;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
    width: auto;
}

@media screen and (max-width: 480px) {
    .main_area .red_box2 {
        padding: 10px;
    }
}

.main_area .green_box3 {
    background-color: #2DC3BC;
    margin: 20px auto 50px;
    padding: 20px;
    text-align: center;
    width: 90%;
}

@media screen and (max-width: 480px) {
    .main_area .green_box3 {
        padding: 20px 10px;
    }
}

.main_area .green_box3.bottom_arrow {
    position: relative;
}

.main_area .green_box3.bottom_arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #2DC3BC;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
}

.main_area .green_box4 {
    background-color: #81DBD7;
    margin: 20px auto;
    padding: 20px 5%;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .main_area .green_box4 {
        padding: 20px 10px;
    }
}

.main_area .wred_font {
    display: inline-block;
    color: #FF7B7F;
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

@media screen and (max-width: 960px) {
    .main_area .wred_font {
        font-size: 28px;
    }
}

@media screen and (max-width: 624px) {
    .main_area .wred_font {
        font-size: 4.6vw;
    }
}

.main_area .wred_font2 {
    display: inline-block;
    color: #FF7B7F;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

@media screen and (max-width: 624px) {
    .main_area .wred_font2 {
        font-size: 20px;
    }
}

.main_area .wblack_font {
    display: inline-block;
    color: #595757;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

@media screen and (max-width: 624px) {
    .main_area .wblack_font {
        font-size: 20px;
    }
}

.main_area .red_font {
    color: #2DC3BC;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media screen and (max-width: 960px) {
    .main_area .red_font {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .red_font {
        font-size: 20px;
    }
}

.main_area .border_box {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #2DC3BC;
    padding: 20px;
    position: absolute;
    top: 3%;
    right: 3%;
    width: 100%;
    max-width: 400px;
}

@media screen and (max-width: 624px) {
    .main_area .border_box {
        position: static;
        max-width: none;
    }
}

.main_area .bnr_list {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    width: 96%;
}

@media screen and (max-width: 624px) {
    .main_area .bnr_list {
        position: static;
        width: 100%;
    }
}

.main_area .bnr_list > li {
    margin: 10px 1%;
    width: 48%;
}

.main_area .bnr_list > li > a > img {
    width: 100%;
}

.main_area .border_box2 {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #2DC3BC;
    border-radius: 10px;
    margin: auto;
    padding: 20px;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    width: 90%;
}

@media screen and (max-width: 768px) {
    .main_area .border_box2 {
        padding: 15px;
        width: 96%;
    }
}

.main_area .block_colum {
    margin: 20px auto;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .main_area .block_colum {
        margin: 10px auto;
    }
}

.main_area .block_colum > li {
    display: inline-block;
    width: 49%;
}

.main_area .block_colum .pink {
    background-color: #2DC3BC;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 10px;
    text-align: center;
}

@media screen and (max-width: 624px) {
    .main_area .block_colum .pink {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .block_colum .pink {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .pink {
        margin: 5px auto;
        width: 100%;
    }
}

.main_area .block_colum .pink_ar {
    background-color: #2DC3BC;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 10px;
    position: relative;
    text-align: center;
}

.main_area .block_colum .pink_ar::before {
    content: '';
    position: absolute;
    top: -15px;
    right: 10%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 18px solid #2DC3BC;
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .pink_ar::before {
        content: none;
    }
}

@media screen and (max-width: 624px) {
    .main_area .block_colum .pink_ar {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .block_colum .pink_ar {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .pink_ar {
        margin: 5px auto;
        width: 100%;
    }
}

.main_area .block_colum .orange {
    background-color: #FFB360;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 624px) {
    .main_area .block_colum .orange {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .block_colum .orange {
        font-size: 18px;
        padding: 20px 5px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .orange {
        margin: 5px auto;
        width: 100%;
    }
}

.main_area .block_colum .orange_ar {
    background-color: #FFB360;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    padding: 20px;
    position: relative;
    text-align: center;
}

.main_area .block_colum .orange_ar::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 10%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 18px solid #FFB360;
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .orange_ar::before {
        content: none;
    }
}

@media screen and (max-width: 624px) {
    .main_area .block_colum .orange_ar {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .block_colum .orange_ar {
        font-size: 18px;
        padding: 20px 5px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .block_colum .orange_ar {
        margin: 5px auto;
        width: 100%;
    }
}

.main_area .black_title {
    color: #595757;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .black_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .black_title {
        font-size: 18px;
    }
}

.main_area .green_title {
    color: #2DC3BC;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .green_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .green_title {
        font-size: 18px;
    }
}

.main_area .green_title2 {
    color: #2DC3BC;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .green_title2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .green_title2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .green_title2 {
        font-size: 18px;
    }
}

.main_area .normal_title {
    color: #595757;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    .main_area .normal_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .normal_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .normal_title {
        font-size: 18px;
    }
}

.main_area .orange_title {
    color: #FFB363;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
}

@media screen and (max-width: 768px) {
    .main_area .orange_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .orange_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .orange_title {
        font-size: 18px;
    }
}

.main_area .white_title {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
}

@media screen and (max-width: 768px) {
    .main_area .white_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .white_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .white_title {
        font-size: 18px;
    }
}

.main_area .white_title2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .white_title2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .white_title2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .white_title2 {
        font-size: 18px;
    }
}

.main_area .title_border {
    border-bottom: 1px solid #B4B4B5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.main_area .green_border {
    border: 2px solid #2DC3BC;
    border-radius: 10px;
}

.main_area .normal_text {
    color: #595757;
    font-size: 24px;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .normal_text {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .normal_text {
        font-size: 16px;
    }
}

.main_area .normal_text2 {
    color: #595757;
    font-size: 28px !important;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .normal_text2 {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 360px) {
    .main_area .normal_text2 {
        font-size: 16px !important;
    }
}

.main_area .small_text {
    color: #595757;
    font-size: 20px;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .main_area .small_text {
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .small_text {
        font-size: 13px;
    }
}

.main_area .green_btn {
    background-color: #2DC3BC;
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.main_area .green_btn:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .main_area .green_btn {
        font-size: 22px;
        margin: 10px auto;
        padding: 10px;
        max-width: 160px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .green_btn {
        font-size: 18px;
    }
}

.main_area .tocheck_list {
    margin-top: 20px;
}

@media screen and (max-width: 624px) {
    .main_area .tocheck_list {
        margin-top: 0;
    }
}

.main_area .tocheck_list > li {
    color: #59575B;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 6px;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .main_area .tocheck_list > li {
        font-size: 19px;
        padding-left: 1.75em;
        text-indent: -1.75em;
    }
}

@media screen and (max-width: 360px) {
    .main_area .tocheck_list > li {
        font-size: 18px;
        padding-left: 1.8em;
        text-indent: -1.8em;
    }
}

.main_area .green_check > li::before {
    content: '';
    background-image: url(../img/top_icon05.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
    width: 29px;
    height: 26px;
}

@media screen and (max-width: 768px) {
    .main_area .green_check > li::before {
        vertical-align: text-top;
    }
}

.main_area .orange_check > li::before {
    content: '';
    background-image: url(../img/top_icon06.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
    width: 28px;
    height: 26px;
}

@media screen and (max-width: 768px) {
    .main_area .orange_check > li::before {
        vertical-align: text-top;
    }
}

.main_area .pink_slash {
    margin: 6px auto;
}

.main_area .pink_slash::before {
    content: '＼';
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .main_area .pink_slash::before {
        font-size: 24px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .pink_slash::before {
        content: none;
    }
}

.main_area .pink_slash::after {
    content: '／';
    font-size: 30px;
    font-weight: 700;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .main_area .pink_slash::after {
        font-size: 24px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 480px) {
    .main_area .pink_slash::after {
        content: none;
    }
}

.main_area .big_text {
    font-size: 24px;
    line-height: 1.4em;
}

@media screen and (max-width: 480px) {
    .main_area .big_text {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .big_text {
        font-size: 16px;
    }
}

.main_area .big_text2 {
    font-size: 30px;
    line-height: 1.4em;
}

@media screen and (max-width: 624px) {
    .main_area .big_text2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .big_text2 {
        font-size: 18px;
    }
}

.main_area .big_text3 {
    font-size: 28px;
    line-height: 1.4em;
}

@media screen and (max-width: 624px) {
    .main_area .big_text3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .big_text3 {
        font-size: 16px;
    }
}

.main_area .green_text {
    color: #2DC3BC;
}

.main_area .red_text {
    color: #E50012;
}

.main_area .gray_text {
    color: #595757;
}

.main_area .gr_big_text {
    color: #2DC3BC;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4em;
    padding: 20px 0;
}

@media screen and (max-width: 480px) {
    .main_area .gr_big_text {
        font-size: 24px;
    }
}

.main_area .ta_left {
    text-align: left !important;
}

.main_area .link_list {
    margin: 50px auto 0;
    width: 100%;
    max-width: 800px;
}

@media screen and (max-width: 480px) {
    .main_area .link_list {
        margin-top: 20px;
    }
}

.main_area .link_list > li {
    margin-bottom: 10px;
    text-align: left;
}

.main_area .link_list > li:last-child {
    margin-bottom: 0;
}

.main_area .link_list > li > a {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.4em;
    padding: 15px 20px;
    position: relative;
}

.main_area .link_list > li > a:hover {
    opacity: 0.8;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .main_area .link_list > li > a {
        font-size: 16px;
        padding: 10px 0 10px 5px;
    }
}

.main_area .link_list > li > a > p {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .main_area .link_list > li > a > p {
        width: 84%;
    }
}

.main_area .link_list > li .line {
    background-color: #00B050;
}

.main_area .link_list > li .line::before {
    content: '';
    background-image: url(../img/top_icon07.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    width: 56px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .main_area .link_list > li .line::before {
        background-size: contain;
        width: 10%;
        height: 25px;
    }
}

.main_area .link_list > li .tel {
    background-color: #08B8B0;
}

.main_area .link_list > li .tel::before {
    content: '';
    background-image: url(../img/top_icon08.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    width: 44px;
    height: 50px;
}

@media screen and (max-width: 768px) {
    .main_area .link_list > li .tel::before {
        background-size: contain;
        width: 10%;
        height: 31px;
    }
}

.main_area .link_list > li .wtel {
    background-color: #2DC3BC;
}

.main_area .link_list > li .wtel::before {
    content: '';
    background-image: url(../img/top_icon09.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    width: 53px;
    height: 25px;
}

@media screen and (max-width: 768px) {
    .main_area .link_list > li .wtel::before {
        background-size: contain;
        width: 10%;
        height: 17px;
    }
}

.main_area .link_list > li .mail {
    background-color: #00B0F0;
}

.main_area .link_list > li .mail::before {
    content: '';
    background-image: url(../img/top_icon10.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    width: 55px;
    height: 35px;
}

@media screen and (max-width: 768px) {
    .main_area .link_list > li .mail::before {
        background-size: contain;
        width: 10%;
        height: 21px;
    }
}

.main_area .line_area {
    background-image: url(../img/top_line.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    margin: 30px auto;
    width: 100%;
    height: 91px;
}

@media screen and (max-width: 768px) {
    .main_area .line_area {
        background-size: cover;
    }
}

.main_area .pink_bg {
    background-color: #FFE0E1;
    padding: 30px 0;
}

.main_area .yellow_bg {
    background-color: #FFE69B;
    padding: 30px 0;
}

.main_area .sky_bg {
    background-color: #E2FFF6;
    padding: 50px 0 30px;
}

.main_area .purple_bg {
    background-color: #ECD9FF;
    padding: 30px 0;
}

.main_area .orange_bg {
    background-color: #F8CFB3;
    padding: 30px 0;
}

.main_area .green_bg {
    background-color: #2DC3BC;
    padding: 30px 0;
}

.main_area .green_bg2 {
    background-color: #C7EED9;
    padding: 30px 0;
}

.main_area .white_bg {
    background-color: #FFF;
    padding: 30px 2%;
}

.main_area .gray_bg {
    background-color: #7F7F7F;
    padding: 30px 2%;
}

.main_area .misora_bg {
    background-color: #C1D9EF;
    padding: 30px 2%;
}

.main_area .bold_text {
    font-weight: 700;
}

.main_area .image_area {
    margin: 30px auto;
    position: relative;
    width: 100%;
}

.main_area .image_area > img {
    width: 100%;
}

.main_area .image_area2 {
    margin: 30px auto;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .main_area .image_area2 {
        margin-top: 0;
    }
}

.main_area .image_area2 > img {
    width: 100%;
}

.main_area .image_area3 {
    margin: 5px auto;
    position: relative;
    width: 100%;
}

.main_area .image_area3 > img {
    width: 100%;
}

.main_area .white_text {
    color: #fff;
}

.main_area .dash_line {
    height: 2px;
    margin: 50px auto;
    position: relative;
}

.main_area .dash_line::before {
    content: '';
    background-image: linear-gradient(to right, #2DC3BC, #2DC3BC 20px, transparent 3px, transparent 8px);
    background-size: 36px 2px;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main_area .svg_image {
    margin: 20px auto;
    width: 600px;
    height: 97px;
}

@media screen and (max-width: 624px) {
    .main_area .svg_image {
        width: 300px;
        height: 48px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .svg_image {
        width: 100%;
        height: auto;
    }
}

.main_area .svg_image2 {
    margin: auto;
    width: 100%;
    max-width: 960px;
    height: 466px;
}

@media all and (max-width: 1024px) {
    .main_area .svg_image2 {
        height: 40vw;
    }
}

.main_area .step_icon {
    background-color: #2DC3BC;
    color: #FFF;
    font-size: 20px;
    margin: auto;
    padding: 1px 15px 1px 40px;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 624px) {
    .main_area .step_icon {
        padding: 5px 0;
        margin-bottom: 20px;
        position: static;
        text-align: center;
    }
}

.main_area .step_icon::before {
    content: '';
    border-left: 22px solid #FFF;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
}

@media screen and (max-width: 624px) {
    .main_area .step_icon::before {
        content: none;
    }
}

.main_area .step_icon::after {
    content: '';
    border-left: 22px solid #2DC3BC;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    display: block;
    margin: auto;
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
}

@media screen and (max-width: 624px) {
    .main_area .step_icon::after {
        content: none;
    }
}

.main_area .logo_size {
    width: 100%;
    max-width: 570px;
}

.main_area .google_map {
    margin-top: 10px;
    width: 100%;
    height: 400px;
}

.main_area .white_line {
    margin: 30px auto;
    width: 100%;
}

.main_area .dating_form {
    margin: 30px auto;
    width: 100%;
}

.main_area .dating_form th {
    font-size: 20px;
    position: relative;
    width: 50%;
}

@media screen and (max-width: 624px) {
    .main_area .dating_form th {
        display: block;
        text-align: left;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .main_area .dating_form th {
        font-size: 16px;
    }
}

.main_area .dating_form th .item {
    text-align: left;
}

@media screen and (max-width: 624px) {
    .main_area .dating_form th .item {
        display: inline-block;
    }
}

.main_area .dating_form th .m_term {
    background-color: #E50012;
    color: #FFF;
    letter-spacing: 0.3em;
    margin: auto;
    padding: 7px;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    text-align: right;
    width: 70px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .main_area .dating_form th .m_term {
        text-align: center;
    }
}

@media screen and (max-width: 624px) {
    .main_area .dating_form th .m_term {
        display: inline-block;
        letter-spacing: 0.1em;
        margin-right: 6px;
        padding: 2px;
        position: static;
        width: 50px;
        height: 30px;
    }
}

.main_area .dating_form th .a_term {
    background-color: #545F6D;
    color: #FFF;
    letter-spacing: 0.3em;
    margin: auto;
    padding: 7px;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    text-align: right;
    width: 70px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .main_area .dating_form th .a_term {
        text-align: center;
    }
}

@media screen and (max-width: 624px) {
    .main_area .dating_form th .a_term {
        display: inline-block;
        letter-spacing: 0.1em;
        margin-right: 6px;
        padding: 2px;
        position: static;
        width: 50px;
        height: 30px;
    }
}

.main_area .dating_form td {
    width: 50%;
}

@media screen and (max-width: 624px) {
    .main_area .dating_form td {
        display: block;
        width: 100%;
    }
}

.main_area .dating_form td > input {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    margin: 10px auto;
    padding: 10px 20px;
    width: 100%;
}

@media screen and (max-width: 360px) {
    .main_area .dating_form td > input {
        font-size: 16px;
    }
}

.main_area .dating_form td > textarea {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    margin: 10px auto;
    padding: 10px 20px;
    width: 100%;
}

@media screen and (max-width: 360px) {
    .main_area .dating_form td > textarea {
        font-size: 16px;
    }
}

.main_area .btn_area > li {
    margin-right: 5%;
    display: inline-block;
    width: 47%;
}

@media screen and (max-width: 768px) {
    .main_area .btn_area > li {
        margin: 20px auto;
        display: block;
        width: 100%;
    }
}

.main_area .btn_area > li:last-child {
    margin-right: 0;
}

.main_area .btn_area > li input {
    border: 2px solid #FFF;
    border-radius: 10px;
    color: #666;
    font-size: 28px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    letter-spacing: 0.1em;
    padding: 20px 30px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .main_area .btn_area > li input {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .main_area .btn_area > li input {
        font-size: 5vw;
    }
}

.main_area .btn_area > li .btn_wrap {
    position: relative;
}

.main_area .btn_area > li .btn_wrap:hover {
    cursor: pointer;
}

.main_area .btn_area > li .btn_wrap .submit_btn {
    background-color: #81DBD7;
}

.main_area .btn_area > li .btn_wrap .reset_btn {
    background-color: #FFE69B;
}

.main_area .yellow_marker {
    background-color: rgba(255, 255, 0, 0.9);
    display: inline-block;
    padding: 10px;
}

.main_area .orange_marker {
    background-color: rgba(245, 192, 9, 0.9);
    display: inline-block;
    padding: 10px;
}

.main_area .icon_list {
    display: flex;
    -webkit-display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin: 10px auto;
    width: 96%;
}

@media screen and (max-width: 360px) {
    .main_area .icon_list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main_area .icon_list > li {
    margin-right: 2%;
    width: 17.5%;
    width: -webkit-calc(70% / 4);
    width: calc(70% / 4);
}

.main_area .icon_list > li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .main_area .icon_list > li {
        width: 23.5%;
    }

    .main_area .icon_list > li:nth-child(2n) {
        margin-right: 0;
    }
}

.main_area .icon_list > li > a > img {
    width: 100%;
}

.main_area .icon_list > li > a .name {
    color: #2DC3BC;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 624px) {
    .main_area .icon_list > li > a .name {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 360px) {
    .main_area .icon_list > li > a .name {
        font-size: 6vw;
    }
}

.icon_area {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.icon_area .icon_inner {
    display: inline-block;
    text-align: left;
}

.icon_area .icon_inner .left_icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}

.icon_area .icon_inner .right_text {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.breadcrumb_list {
    margin: auto;
    padding: 20px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .breadcrumb_list {
        padding: 10px;
    }
}

.breadcrumb_list > li {
    background-color: #2DC3BC;
    padding: 20px;
    width: 100%;
    max-width: 300px;
}

@media screen and (max-width: 768px) {
    .breadcrumb_list > li {
        padding: 10px;
        max-width: 210px;
    }
}

.breadcrumb_list > li > a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
}

@media screen and (max-width: 768px) {
    .breadcrumb_list > li > a {
        font-size: 14px;
    }
}

.case_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 0 20px;
}

@media screen and (max-width: 960px) {
    .case_list {
        padding: 0 1%;
    }
}

.case_list > li {
    background-color: #fff;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 20px;
    width: 49%;
    height: 410px;
}

@media screen and (max-width: 960px) {
    .case_list > li {
        margin-right: 0;
        padding: 10px;
        width: 100%;
        height: auto;
    }
}

.case_list > li:nth-child(2n) {
    margin-right: 0;
}

.case_list > li:nth-child(3) {
    margin-bottom: 0;
}

@media screen and (max-width: 960px) {
    .case_list > li:nth-child(3) {
        margin-bottom: 20px;
    }
}

.case_list > li:nth-child(4) {
    margin-bottom: 0;
}

.case_list > li > img {
    width: 100%;
}

.slide {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 100%;
    height: 30vw;
    background: #fff;
}

.slide img {
    display: block;
    position: absolute;
    width: 94vw;
    height: auto;
    left: 100%;
    animation: slideAnime 20s ease infinite;
}

.slide img:nth-of-type(1) {
    animation-delay: 0s;
}

.slide img:nth-of-type(2) {
    animation-delay: 5s;
}

.slide img:nth-of-type(3) {
    animation-delay: 10s;
}

.slide img:nth-of-type(4) {
    animation-delay: 15s;
}

@keyframes slideAnime {
    0% {
        left: 100%;
    }

    3% {
        left: 0;
    }

    22% {
        left: 0;
    }

    25% {
        left: -100%;
    }

    100% {
        left: -100%;
    }
}


.image_area2 .image_inner {
    width: 100%;
}

.main_area .tocheck_list {
    width: 100%;
}

.image_area2 {
    margin: 20px auto;
    width: 100%;
    max-width: 640px;
}