html {
    height: 100%;
    background-color:#fff;
    width:100vw;
    max-width:100vw;
}
 
body {  
    font-family: "Avenir Next", Verdana , Arial,"Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    width: 100%;
    font-size: 16px;
    width:100vw;
    max-width:100vw;
    color: #000;
    line-height: 1.5;
    height: 100%;
}

.section-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 24px;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 72px;
    background-color: #E15371;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section-title p {
    font-size: 20px;
}

.section-title h2 {
    font-size: 32px;
}

.section-title_top p {
    color: #E15371;
}

@media screen and (max-width:780px){
    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 18px;
    }

    .section-title {
        margin-bottom: 24px;
        padding-bottom: 16px;
    }
}

@media screen and (max-width:500px){
    .section-title h2 {
        font-size: 26px;
    }
}

/*--------------------------breadcrumbs----------------------------*/
.breadcrumbs {
    background-color: #F0F0F0;
    margin: 16px 0 32px;
    padding: 8px 0;
    font-size: 12px;
}

.breadcrumbs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumbs-contents {
    position: relative;
}

.breadcrumbs-contents:not(:first-of-type) {
    padding-left: 10px;
}

.breadcrumbs-contents:not(:last-of-type) {
    margin-right: 8px;
}

.breadcrumbs-contents:not(:first-of-type)::before {
    content: url(../images/arrow_gray.svg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width:780px){
    .breadcrumbs {
        margin: 0 0 32px;
    }
}









.section-title_top_br_sp {
    display: none;
}

@media screen and (max-width:780px){
    .section-title_top_br_sp {
        display: block;
    }
}

/*--------------------------intro----------------------------*/
.intro {
    padding: 0 0 80px;
}

.intro-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.intro-image {
    display: block;
    width: 100%;
}

.intro-text__wrapper {
    margin-top: 50px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.intro-text__br_sp1 {
    display: none;
}

.intro-text__br_sp2 {
    display: none;
}

.intro-text__wrapper h4 {
    position: relative;
    width: fit-content;
    display: inline-block;
}

.intro-text__wrapper h4::before {
    content: "";
    left: -90px;
    width: 76px;
    height: 108px;
    background-image: url("../images/intro_decoration1.png");
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
}

.intro-text__wrapper h4::after {
    content: "";
    right: -90px;
    width: 82px;
    height: 110px;
    background-image: url("../images/intro_decoration2.png");
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
}

.intro-text__pink {
    color: #E15371;
}

@media screen and (max-width:980px){
    .intro-text__br_sp2 {
        display: block;
    }
}

@media screen and (max-width:780px){
    .intro {
        padding: 0 0 40px;
    }

    .intro-text__br_sp1 {
        display: block;
    }

    .intro-text__wrapper {
        margin-top: 32px;
    }

    .intro-text__wrapper h4 {
        font-size: 24px;
    }

    .intro-text__wrapper h4::before {
        width: 56px;
        height: 78px;
        left: -60px;
    }

    .intro-text__wrapper h4::after {
        width: 62px;
        height: 80px;
        right: -60px;
    }
}

@media screen and (max-width:600px){
    .intro-text__wrapper h4 {
        font-size: 20px;
    }
}

@media screen and (max-width:450px){
    .intro-text__wrapper h4 {
        font-size: 16px;
    }

    .intro-text__wrapper h4::before {
        width: 43px;
        height: 61px;
        left: -45px;
    }

    .intro-text__wrapper h4::after {
        width: 46px;
        height: 62px;
        right: -40px;
    }
}

@media screen and (max-width:340px){
    .intro-text__wrapper h4 {
        font-size: 14.5px;
    }
}

/*--------------------------vision----------------------------*/
.vision {
    padding: 80px 0;
    background-color: #FFF6DF;
}

.vision-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}

.vision-title p {
    background-color: #F28426;
    color: #fff;
    border-radius: 50px;
    width: fit-content;
    display: inline-block;
    margin: 0 auto;
    padding: 4px 16px 2px;
    margin-bottom: 6px;
}

.vision-title::after {
    background-color: #F28426;
}

.vision-title__br_sp {
    display: none;
}

.vision-text {
    text-align: center;
    margin-bottom: 24px;
}

.vision-contents__wrapper {
    display: flex;
    justify-content: space-between;
}

.vision-contents {
    width: 32%;
    background-color: #FFF3EB;
    border: #F28426 2px solid;
    border-radius: 10px;
    padding: 24px;
}

.vision-contents__title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #F28426;
    margin-bottom: 12px;
}

.vision-contents__image {
    display: block;
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width:780px){
    .vision {
        padding: 40px 0;
    }

    .vision-title__br_sp {
        display: block;
    }

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

    .vision-contents__wrapper {
        flex-wrap: wrap;
    }

    .vision-contents {
        width: 100%;
        padding: 24px 20px;
    }

    .vision-contents:not(:first-of-type) {
        margin-top: 20px;
    }
}

/*--------------------------voice----------------------------*/
.voice {
    padding: 80px 0;
}

.voice-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}

.voice-title p {
    background-color: #7FBA27;
    color: #fff;
    border-radius: 50px;
    width: fit-content;
    display: inline-block;
    margin: 0 auto;
    padding: 4px 16px 2px;
    margin-bottom: 6px;
}

.voice-title::after {
    background-color: #7FBA27;
}

.voice-title__br_sp {
    display: none;
}

.voice-text {
    text-align: center;
    margin-bottom: 24px;
}

.voice-contents__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voice-contents__wrapper::after{
    content:"";
    display: block;
    width:32%;
}

.voice-contents {
    width: 32%;
    background-color: #FFFDE6;
    border: #7FBA27 2px solid;
    border-radius: 10px;
    padding: 20px;
    color: #7FBA27;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.voice-contents__br1 {
    display: none;
}

.voice-contents__br2 {
    display: none;
}

.voice-contents::after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 18px;
    background-image: url("../images/balloon_tail.png");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -15px;
    right: 48px;
}

.voice-contents:not(:first-of-type,:nth-of-type(2),:nth-of-type(3)) {
    margin-top: 28px;
}

@media screen and (max-width:780px){
    .voice {
        padding: 40px 0;
    }

    .voice-title__br_sp {
        display: block;
    }

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

    .voice-contents__wrapper {
        flex-wrap: wrap;
    }

    .voice-contents {
        width: 100%;
    }

    .voice-contents:not(:first-of-type) {
        margin-top: 24px;
    }

    .voice-contents__br1 {
        display: block;
    }

    .voice-contents::after {
        right: 32px;
    }
}

@media screen and (max-width:360px){
    .voice-contents__br2 {
        display: block;
    }
}

/*--------------------------contact----------------------------*/
.contact {
    padding: 80px 0;
    background-color: #FFF6DF;
}

.contact-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}

.contact-title p {
    background-color: #3BA1C6;
    color: #fff;
    border-radius: 50px;
    width: fit-content;
    display: inline-block;
    margin: 0 auto;
    padding: 4px 16px 2px;
    margin-bottom: 6px;
}

.contact-title__br_sp {
    display: none;
}

.contact-title::after {
    background-color: #3BA1C6;
}

.contact-text {
    text-align: center;
    margin-bottom: 24px;
}

.contact-contents {
    background-color: #EBF5FA;
    border: #3BA1C6 2px solid;
    border-radius: 10px;
    padding: 28px 50px;
}

.contact-contents__title {
    text-align: center;
    margin-bottom: 16px;
    font-size: 24px;
    color: #3BA1C6;
    font-weight: bold;
}

.contact-item__wrapper {
    display: flex;
    justify-content: space-between;
}

.contact-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 24px 28px;
    width: 49%;
    display: flex;
    flex-direction: column;
}

.contact-item__title {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
}

.contact-item__title_blue {
    color: #3BA1C6;
}

.contact-item__btn {
    background-color: #3BA1C6;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    font-weight: bold;
    padding: 20px;
    font-size: 20px;
    align-items: center;
    transition: all 0.2s;
}

.contact-item__btn:hover {
    opacity: 0.8;
}

.contact-item__btn_icon {
    display: block;
    width: 20px;
    height: 17px;
    margin-left: 8px;
}

.contact-item__btn:first-of-type {
    margin-bottom: 12px;
}

.contact-item__address_wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.contact-item__address {
    display: flex;
    align-items: center;
}

.contact-item__address:first-of-type {
    margin-bottom: 16px;
}

.contact-item__address_blue {
    color: #3BA1C6;
    border: 1px #3BA1C6 solid;
    border-radius: 50px;
    font-weight: bold;
    font-size: 20px;
    padding: 2px 0 0;
    width: 78px;
    text-align: center;
    margin-right: 8px;
}

.contact-item__address_black {
    font-weight: bold;
    font-size: 28px;
}

.contact-attention {
    margin-top: 12px;
    font-size: 14px;
}

@media screen and (max-width:980px){
    .contact-item__address_black {
        font-size: 24px;
    }
}

@media screen and (max-width:900px){
    .contact-contents {
        padding: 28px 20px;
    }
}

@media screen and (max-width:850px){
    .contact-item__address_black {
        font-size: 20px;
    }
}

@media screen and (max-width:780px){
    .contact {
        padding: 40px 0;
    }

    .contact-title__br_sp {
        display: block;
    }

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

    .contact-item__wrapper {
        flex-wrap: wrap;
    }

    .contact-item {
        width: 100%;
        padding: 20px 16px;
    }

    .contact-item:first-of-type {
        margin-bottom: 12px;
    }

    .contact-contents {
        padding: 24px 20px;
    }

    .contact-item__btn {
        font-size: 18px;
    }

    .contact-item__address_blue {
        font-size: 16px;
        margin-right: 4px;
        width: 60px;
    }

    .contact-item__address:first-of-type {
        margin-bottom: 12px;
    }
}

@media screen and (max-width:380px){
    .contact-item__address_black {
        font-size: 18px;
    }
}

@media screen and (max-width:340px){
    .contact-item__title {
        font-size: 18px;
    }

    .contact-item__btn {
        font-size: 16px;
    }

    .contact-item__address_black {
        font-size: 16px;
    }
}