@charset "UTF-8";

/*====================
        reset
======================*/
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
}

input,
textarea {
/*
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    display: none;
*/
}

html {
    font-size: 1.33vw;
    box-sizing: border-box;
}

.pc_b {
    display: none;
}

/*@media screen and (min-width: 1200px) {
	html {
		font-size: 13px;
	}
}*/

/*@media screen and (max-width: 720px) {
	html {
		font-size: 13px;
	}
}*/

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

input[type="submit"] {
    -webkit-appearance: none;
}

/*Foundation*/
body {
    width: 100%;
    color: #363636;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}


@media screen and (min-width: 992px) {
    html {
        font-size: 10px;
    }

    .sp_b {
        display: none;
    }

    .pc_b {
        display: block;
    }

    .max_1152 {
        width: 100%;
        max-width: 1152px;
        margin: auto;
    }

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

    .col3 {
        display: flex;
        flex-wrap: wrap;
    }
}

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


/*====================
        base
======================*/

/*-------
  ボタンスタイル
--------*/
.c-button {
    margin: 8rem auto;
}

.u-bggreen {
    background-color: #48ccc2;
    color: #ffffff;
    text-align: center;
    padding: 2rem;
    font-size: 3.2rem;
    border-radius: 50px;
    box-shadow: 0px 1rem 0px 0px rgba(181, 181, 181, 0.5);
    width: 60%;
    position: relative;
}

.u-bggreen::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 2rem;
    height: 2rem;
    border-style: solid;
    border-width: 2rem 1.5rem 0 1.5rem;
    border-color: #ffffff transparent transparent transparent;
    line-height: 0px;
}

.u-bgorg {
    background-color: #fea700;
    color: #ffffff;
    text-align: center;
    padding: 4rem 1rem;
    font-size: 3.2rem;
    box-shadow: 0px 1rem 0px 0px rgba(181, 181, 181, 0.5);
    width: 94%;
    margin: 8rem auto;
    position: relative;
    line-height: 1.2;
}

.u-bgWh_borg {
    background-color: #ffffff;
    color: #fea700;
    text-align: center;
    padding: 4rem 1rem;
    font-size: 3.2rem;
    border: solid 1rem #fea700;
    box-shadow: 0px 1rem 0px 0px rgba(181, 181, 181, 0.5);
    width: 94%;
    margin: 8rem auto;
    position: relative;
    line-height: 1.2;
}

a {
    transition: all .3s ease;
}

@media screen and (min-width: 992px) {
    .c-button {
        margin: 8rem auto;
        transition: all .1s ease;
    }

    .u-bggreen {
        padding: 2rem 4rem;
        font-size: 2.4rem;
        width: 36rem;
    }

    .u-bggreen::before {
        right: 2rem;
        width: 1rem;
        height: 1rem;
        border-width: 1rem 0.7rem 0 0.7rem;
    }

    .c-button:hover {
        transform: scale(1.01);
    }

    .c-button:active {
        box-shadow: 0px 1rem 0px 0px rgba(181, 181, 181, 0);
        transform: scale(1.01) translateY(5px);
    }

    .u-bgorg {
        padding: 2rem 1rem;
        font-size: 2.4rem;
    }

    .u-bgWh_borg {
        padding: 2rem 1rem;
        font-size: 2.4rem;
    }
}



/*-------
  sectionのタイトルスタイル
--------*/

.c-section-title {
    text-align: center;
    font-size: 4rem;
    position: relative;
    padding: 10rem 0;
    margin: 5rem 0;
    line-height: 1.5;
    font-weight: normal;
    z-index: 1;
}

.c-section-title::before {
    content: '';
    display: block;
    width: 10rem;
    height: 10rem;
    background-image: url(../img/ic_tit01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 5rem;
    transform: translate(-50%, -50%);
}

.c-section-title::after {
    content: '';
    display: block;
    position: absolute;
    border-top: 0.3rem solid #ff9900;
    width: 5rem;
    left: 50%;
    bottom: 5rem;
    transform: translateX(-50%);
}

.c-section-title.white::before {
    content: '';
    display: block;
    width: 10rem;
    height: 10rem;
    background-image: url(../img/ic_tit03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 5rem;
    transform: translate(-50%, -50%);
}

.c-section-title.white::after {
    content: '';
    display: block;
    position: absolute;
    border-top: 0.3rem solid #fff;
    width: 5rem;
    left: 50%;
    bottom: 5rem;
    transform: translateX(-50%);
}

.grd_bg_or {
    background-image: -moz-linear-gradient(-45deg, rgba(247, 203, 107, 0.99608) 0%, rgb(251, 169, 128) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgba(247, 203, 107, 0.99608) 0%, rgb(251, 169, 128) 100%);
    background-image: -ms-linear-gradient(-45deg, rgba(247, 203, 107, 0.99608) 0%, rgb(251, 169, 128) 100%);
}

@media screen and (min-width: 992px) {
    .c-section-title {
        padding: 8rem 0;
    }
}

/*-------
  subタイトルスタイル 両側に横線が入った文字のスタイル
--------*/
.c-sub-title {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 100;
    margin: 4rem 0;
    padding: 0 6rem;
}

.c-sub-title span {
    position: relative;
    display: inline-block;
    font-weight: normal;
}

.c-sub-title span::before,
.c-sub-title span::after {
    content: '';
    display: block;
    position: absolute;
    border-top: 0.3rem solid #5ed2c9;
    width: 5rem;
    top: 50%;
    transform: translateY(-50%);
}

.c-sub-title span::before {
    right: -7rem;
}

.c-sub-title span::after {
    left: -7rem;
}

/*-------
  フロースタイル
--------*/
.flow,
.flow2 {
    padding: 10rem 2rem 2rem;
    position: relative;
}

.flow {
    background-color: #fffcdc;
}

.flow img,
.flow2 img {
    width: 10rem;
    height: 10rem;
}

.flow::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5rem 50vw 0px 50vw;
    border-color: #fff transparent transparent transparent;
}

.flow::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5rem;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5rem 50vw 0px 50vw;
    border-color: #FFFBDE transparent transparent transparent;
}


/*
.flow2 {
    padding: 15rem 2rem 10rem;
}
*/


.flow2::before {
    content: "";
    width: 6rem;
    height: 4rem;
    background-image: url(../img/ic_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 11%;
    transform: translate(-50%, -50%);
}

.flow2::after {
    content: "";
    width: 6rem;
    height: 4rem;
    background-image: url(../img/ic_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 111%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/*-------
  アーティクルスタイル1 黄色の吹き出しがあるデザイン
--------*/
.c-article01 {
    margin-top: 8rem;
}

.c-article01-img {
    width: 100%;
    height: 70vw;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-article01-head {
    text-align: center;
    background-color: #ffc600;
    width: 82%;
    position: absolute;
    transform: translate(-50%, 50%);
    padding: 3rem 0 3rem 4rem;
    font-size: 2.4rem;
    bottom: 0;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 5px 5px 0px rgba(138, 138, 138, 0.5);
    font-weight: bold;
    left: 50%;
}

.c-article01-head::after {
    position: absolute;
    content: '';
    border-bottom: 15px solid #ffc600;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: 98%;
    left: 50%;
    transform: translateX(-50%);
}

.c-article01-head span {
    color: #fff;
    font-size: 4rem;
    position: relative;
    padding: 0 1rem 0 7rem;
}

.c-article01-head span::before {
    content: '';
    display: block;
    width: 6rem;
    height: 6rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

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

    .c-article01 {
        margin-top: 8rem;
        width: 32%;
        transition: all .3s ease;
        margin-right: 2%;
    }

    .c-article01:nth-of-type(3n) {
        margin-right: 0;
    }

    .c-article01:hover {
        transform: scale(1.05);

    }

    .c-article01-img {
        width: 100%;
        height: 25rem;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .c-article01-head {
        width: 90%;
        padding: 1rem;
        font-size: 1.6rem;
    }

    .c-article01-head::after {
        border-bottom: 20px solid #ffc600;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }


    .c-article01-head span {
        font-size: 2.2rem;
        padding: 0 0.5rem 0 3rem;
    }

    .c-article01-head span::before {
        width: 2.5rem;
        height: 2.5rem;
    }

    .c-article {
        display: flex;
        /* justify-content: space-between; */
    }
}

/*各ロゴのスタイル*/
.c-article01-head.c-article01-head-logo1 span::before {
    background-image: url(../img/ic_house.svg);
    background-repeat: no-repeat;

}

.c-article01-head.c-article01-head-logo2 span::before {
    background-image: url(../img/ic_shop.svg);
    background-repeat: no-repeat;
}

.c-article01-head.c-article01-head-logo3 span::before {
    background-image: url(../img/ic_buil.svg);
    background-repeat: no-repeat;
}


.c-article01-comment {
    width: 100%;
    /* height: 50rem; */
    padding: 7rem 5rem 5rem 5rem;
    background-color: #fff;
}

.c-article01-comment div {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.c-article01-comment p {
    font-size: 2.6rem;
    line-height: 1.5;
}

.c-article01-comment span {
    border-bottom: solid 1px #000000;
    transition: all .1s ease;
}

@media screen and (min-width: 992px) {
    .c-article01-comment {
        padding: 4rem 2rem 3rem 2rem;
    }


    .c-article01-comment div {
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        line-height: 2;
    }

    .c-article01-comment p {
        font-size: 1.6rem;
        line-height: 2;
        margin-top: 2rem;
    }

    .c-article01-comment span:hover {
        border-bottom: solid 1px #fe9900;
        color: #fe9900;
    }

}

/*-------
  アーティクルスタイル2
--------*/

.c-article02 {
    position: relative;
    z-index: 2;
    margin-bottom: 2.5rem;
}


.c-article02-img {
    width: 100%;
    height: 65vw;
    padding: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.c-article02-label {
    width: auto;
    height: 8rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.c-article02-comment {
    background-color: #fff;
    padding: 3.5rem;
}

.c-article02-head p {
    position: relative;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 2.6rem;
    margin-left: 2rem;
    width: 83%;
}

.c-article02-head div {
    width: 9rem;
    height: 9rem;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-position: center;
}

.c-article02-comment > p {
    font-size: 2.4rem;
    margin: 3rem 0;
    line-height: 1.7;
}

.c-article02-comment p span {
    border-bottom: solid 1px #000000;
}

@media screen and (min-width: 992px) {
    .c-article02 {
        width: 32%;
        margin-right: 2%;
        transition: all .3s ease;
    }

    .c-article02:hover {
        transform: scale(1.05);

    }

    .c-article02:nth-of-type(3n) {
        margin-right: 0;
    }

    .c-article02-img {
        width: 100%;
        height: 25rem;
        padding: 2rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .c-article02-label {
        height: 3.5rem;
    }

    .c-article02-comment {
        padding: 1.5rem 1.5rem 3rem;
    }

    .c-article02-head p {
        font-size: 1.6rem;
        width: 80%;
    }

    .c-article02-head div {
        width: 4.5rem;
        height: 4.5rem;
    }

    .c-article02-comment > p {
        font-size: 1.6rem;
        margin: 2rem 0 0;
        line-height: 1.7;
    }

}

/*-------
  アーティクルスタイル3
--------*/
.c-article03 {
    transition: all .3s ease;
    position: relative;
    z-index: 2;
    margin-bottom: 8vw;
}

.c-article03:hover {
    transform: scale(1.05);

}

.c-article03-img {
    width: 100%;
    height: 65vw;
    padding: 2.8vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.c-article03-comment {
    background-color: #fff;
    padding: 4rem;
}

.c-article03-head p {
    position: relative;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 2.4rem;
    margin-left: 2vw;
    line-height: 1.5;
    width: 83%;
}

.c-article03-head div {
    width: 9rem;
    height: 9rem;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-position: center;
}

.c-article03-comment > p {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    line-height: 1.7;
    text-decoration: underline;
}

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

    .c-article03 {
        margin-bottom: 2.5rem;
        width: 32%;
        margin-right: 2%;
    }

    .c-article03:nth-of-type(3n) {
        margin-right: 0;
    }

    .c-article03-img {
        height: 25rem;
        padding: 2rem;
    }

    .c-article03-comment {
        padding: 2rem;
    }

    .c-article03-head p {
        font-size: 1.6rem;
        margin-left: 2rem;
        line-height: 1.5;
        width: 80%;
    }

    .c-article03-head div {
        width: 4.5rem;
        height: 4.5rem;
    }

    .c-article03-comment > p {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
}

/*----------
  アコーディオンのタイトルスタイル
-----------*/
.c-accordion {
    width: 100%;
}

.c-accordion-content {
    display: none;
    background-color: #fff;
    padding: 0 0 1rem 0;
}

.c-accordion > p {
    text-align: center;
    margin: 0rem 0 6rem;
    font-size: 3.2rem;
    font-weight: bold;
}

.c-accordion-title {
    padding: 2.6rem;
    box-sizing: border-box;
    background-color: #fff;
}

.c-accordion-item {
    margin-bottom: 3rem;
}

.c-accordion-title img {
    width: 16%;
    height: auto;
}

.c-accordion-title p {
    position: relative;
    width: 84%;
    font-size: 3rem;
    margin-left: 2rem;
}

.c-accordion-title p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3rem;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 2rem;
    height: 2rem;
    border-top: solid 0.4rem #bbb;
    border-right: solid 0.4rem #bbb;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg) translate(-50%, 50%);
}

.c-accordion-title.open p::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}

@media screen and (min-width: 992px) {
    .c-accordion {
        width: 100%;
    }

    .c-accordion-content {
        display: none;
        /* height: 124vw; */
        background-color: #fff;
    }

    .c-accordion > p {
        text-align: center;
        margin: 0rem 0 6rem;
        font-size: 3.2rem;
        font-weight: bold;
    }

    .c-accordion-title {
        padding: 2rem 5rem;
    }

    .c-accordion-item {
        margin-bottom: 2rem;
    }

    .c-accordion-title img {
        width: 5%;
        height: auto;
    }

    .c-accordion-title p {
        width: 95%;
        font-size: 2.4rem;
        margin-left: 2.5rem;
    }

    .c-accordion-title p::after {
        right: 3rem;
        width: 1.5rem;
        height: 1.5rem;
    }

    .c-accordion-title.open::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 45%;
    }
}

/*----------
  アコーディオンの中のスライドのスタイル
-----------*/

.c-accordion-button {
    height: 23%;
    background-color: aquamarine;
}

.c-slider {
    padding: 2.9rem;
    position: relative;
}


li.c-slider-content {
    width: 100%;
    height: 77%;
    display: grid !important;
    grid-template-columns: 29.5rem 1fr;
    grid-template-rows: 29.5rem 1fr;
    row-gap: 5rem;
    column-gap: 3rem;
    margin-bottom: 6rem;
}

.ac-slide-arrow {
    width: 8vw;
    position: absolute;
    z-index: 1;
}

.ac-prev-arrow {
    right: 60%;
    bottom: 0.5rem;
}

.ac-next-arrow {
    left: 60%;
    bottom: 0.5rem;
}

.c-slider-comment {
    position: relative;
    background-color: #f5f5f5;
    width: 100%;
    font-size: 2.4rem;
    box-sizing: border-box;
    padding: 2.5rem 4rem;
    border-radius: 10px;
    line-height: 1.7;
    grid-row: 2;
    grid-column: 1/3;
}

.c-slider-comment::before {
    position: absolute;
    content: '';
    width: 2rem;
    height: 2rem;
    border-bottom: 4rem solid #f5f5f5;
    border-right: 2.5rem solid transparent;
    border-left: 2.5rem solid transparent;
    bottom: 98%;
    left: 22%;
    transform: translateX(-50%);
}

.c-slider-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.c-slider-head {
    width: 100%;
    align-self: center;
}

.c-slider-head div,
.c-slider-head p {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2;
}

.c-slider-head div {
    font-weight: bold;
}

.c-slider-head p {
    margin-top: 2rem;
}

.c-slider-button {
    margin: 8vw auto;
}

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

    .c-accordion-button {
        height: 23%;
        background-color: aquamarine;
    }

    .c-slider {
        padding: 1rem 4rem;
        position: relative;
    }


    .c-slider-content {
        width: 100%;
        height: 77%;

    }

    .c-slider-head span {
        width: 2rem;
        display: inline-block;
    }

    .ac-slide-arrow {
        width: 5rem;
        position: absolute;
        z-index: 3;
    }

    .ac-prev-arrow {
        right: 60%;
        bottom: 0.5rem;
    }

    .ac-next-arrow {
        left: 60%;
        bottom: 0.5rem;
    }

    .c-slider-img {
        grid-row: 1/3;
        grid-column: 1;
    }

    .c-slider-comment::before {
        position: absolute;
        content: '';
        border-bottom: 20px solid #f5f5f5;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        bottom: 60%;
        left: -1%;
        transform: translateX(-50%) rotate(270deg);
    }

    .c-slider-comment {
        grid-row: 2;
        grid-column: 2;
        font-size: 1.6rem;
        padding: 1.5rem 3.5rem;
        line-height: 2;
    }

    .c-slider-head {}

    .c-slider-head p {
        font-size: 1.6rem;
    }

    .c-slider-head div {
        /* padding-top: 8vw; */
        font-weight: bold;
        font-size: 2.4rem;
    }


    .c-slider-button {
        margin: 4rem auto;
    }

    li.c-slider-content {
        width: 100%;
        height: 77%;
        display: grid !important;
        grid-template-columns: 27rem 1fr;
        grid-template-rows: 13rem 13rem;
        row-gap: 1rem;
        column-gap: 4rem;
        margin-bottom: 5rem;
    }

}

/*-------------
  NEWS
--------------*/
.news-section {
    background-color: #fdffdc;
    padding: 1rem 3rem;
    margin: 0 2rem 15rem;
    position: relative;
}

.news-section::before {
    content: "";
    position: absolute;
    left: -0.5rem;
    top: -7rem;
    width: 25rem;
    height: 16rem;
    background-image: url(../img/ic_motif01.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.news-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5rem;
    background-image: url(../img/news_bg_bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.news-section .news_list {
    font-size: 2.4rem;
}

.news-section .news_list a {
    display: flex;
    padding: 3rem 2rem;
    border-bottom: dotted 1px #000000;
    line-height: 1.5;
}

.news-link__day {
    color: #999999;
    margin-right: 5rem;
}

.news-section .c-section-title {
    padding: 10rem 0 4rem;
    margin: 5rem 0 0;
}

.news-section .c-section-title::after {
    bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .news-section {
        padding: 1rem 8rem;
        margin: 0 auto 15rem;
        max-width: 1000px;
    }

    .news-section::after {
        height: 7rem;
    }

    .news-section .news_list {
        font-size: 2.0rem;
    }

    .news-section .news_list a {
        padding: 2rem 2rem;
    }

    .news-link__day {
        color: #999999;
        margin-right: 5rem;
    }

    .news-section .c-section-title {
        padding: 10rem 0 4rem;
        margin: 2rem 0 0;
    }

    .news-section .c-section-title::after {
        bottom: 1rem;
    }
}


/*-------------
  pankuz
--------------*/
.pankuz {
    background-color: #ffffff;
    width: 100%;
}

.pankuz nav {
    padding: 0 2rem;
}

.pankuz nav ol {
    display: flex;
    align-content: center;
    align-items: center;
}

.pankuz nav li {
    position: relative;
}

.pankuz nav li:after {
    content: ">";
    position: absolute;
    font-size: 1.8rem;
    color: #a0a0a0;
    font-weight: bold;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.pankuz nav li:last-child:after {
    display: none
}

.pankuz nav li img {
    display: block;
    width: 3rem;
    height: auto;
}

.pankuz nav a,
.pankuz nav span {
    font-size: 1.8rem;
    color: #3e3e3f;
    display: inline-block;
    padding: 1rem 4rem 1rem 0;
}



@media screen and (min-width: 992px) {
    .pankuz nav {
        max-width: 1152px;
        margin: 0 auto;
    }
}


/*-------------
  2カラム用のスタイル
--------------*/
@media screen and (min-width: 992px) {
    .c-pc-2column {
        display: flex;
    }

    .c-pc-2column .news-div-section {
        width: 66%;
    }

    .c-pc-2column .news-side-section {
        width: 344px;
        margin-left: 3rem;
    }
}

/*-------------
  Utility
--------------*/

.u-display-block {
    display: block;
}

.u-padding-side2vw {
    padding: 0 2vw;
}

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

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

/*テキストスタイル*/
.u-fontgreen {
    color: #48ccc2;
}

.u-mv-orange {
    padding-top: 5rem;
}

/*ページのトップのdivに適用させるスタイル*/
.c-page-top {
    padding-top: 18rem;
}

.c-page-top.c-top-more {
    padding-top: 21.5rem;
}

@media screen and (min-width: 992px) {
    .c-page-top {
        padding-top: 7.5rem;
    }

    .c-page-top.c-top-more {
        padding-top: 13.5rem;
    }

    .u-padding-side2vw {
        padding: 0;
    }

}
