/**
Theme Name: Tutui Theme
Version: 1.0.0
Text Domain: tutui-theme
Template: astra
*/

.site-title {
    display: none;
}

p {
    margin: 0;
    color: black;
}

.yellow-marker {
    background: linear-gradient(transparent 60%, #FFD52E 60%);
}

.green-marker {
    background: linear-gradient(transparent 80%, #3bf7be 80%);
}


.holiday-msg {
    font-size: 12px;
    text-align: center;
}

.time-table {
    padding: 4px 16px;
    padding-bottom: 0;
    background-color: #FFF;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.time-table-parent-flex {
    /* display: flex; */
    display: block;
}

.time-table-child {
    display: block;
}

.time-table-child-calendar-flex {
    display: flex;
    align-items: center;
}

.time-table-child-calendar-title {
    width: 75px;
}

.time-table-child-calendar-title>span {
    background-color: #FFD52E;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    border-radius: 4px;
}

.time-table-calendar-title {
    padding: 3px 13px;
}

.time-table-holiday-title {
    padding: 3px 18px;
}

.time-table-child-calendar-body>p {
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
    margin-left: 0px;
}

.ul-icon-flex {
    display: flex;
    list-style: none;
    margin: 0;
    margin-top: 12px;
    justify-content: center;
}

.ul-icon-flex li {
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 0px 0px 0px;
    width: auto;
    flex: none;
    height: auto;
    /* margin: auto; */
    margin: 0px 4px 0px 4px;
    max-width: calc(100% - 10px);
}

.icon-flex-child {
    flex: none;
    height: 78px;
    margin: 0px 0px -32px 0px;
    width: 78px;
    max-width: 100%;
    align-items: center;
    background: #c3ffe2;
    border-radius: 320px;
    padding-top: 8px;
}

.icon-flex-child i {
    color: #02734d;
    font-size: 32px;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    max-width: 100%;
    font-size: 16px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.icon-flex-child p {
    color: #02734d;
    flex: none;
    font-size: 10px;
    font-weight: 700;
    height: auto;
    letter-spacing: normal;
    line-height: 1.4;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 100%;
    z-index: 1;
    max-width: 100%;
    justify-content: center;
}

.slider {
    margin: 0;
}

.slider-item-box {
    padding: 10px;
}

.slick-slide img {
    height: 30vw;
    max-height: 200px;
    min-height: 200px;
    width: 100%;
    object-fit: contain;
}

.kuyou-img {
    height: 30vw;
    max-height: 280px !important;
    min-height: 280px !important;
    width: 100%;
    object-fit: contain;
}

.slider--title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-top: 8px;
}

.prev-arrow {
    position: absolute;
    z-index: 98;
    top: 40%;
    left: -15px;
}

.next-arrow {
    position: absolute;
    z-index: 98;
    top: 40%;
    right: -15px;
}

.img-wrap {
    width: 100vw;
    /* height: 100vh; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.header-big-title-background {}

.top-back-wrapper-img {
    width: 100%;
    object-fit: cover;
}

.header-big-title {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: right;
}

.header-big-h2 {
    color: #000;
    font-weight: 900;
    font-size: 17px;
}

.header-big-p-top {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.header-big-p-bottom {
    font-size: 10px;
    display: none;
}

.header-big-img-wrapper {}

.header-big-img {
    width: 150px;
    margin: 10px 0;
}

.header-center-h2 {
    font-size: 22px;
}

.header-bottom-h2 {
    font-size: 16px;
}

.gradation-background {
    padding: 10px 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #14ba88 0%, #ffdb30 100%);
}

.gradation--p-top {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 6px;
}

.gradation--p-bottom {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 10px;
}

.symptoms-background {
    padding: 50px 0;
}

.symptoms-grid {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.symptoms-grid-row {
    display: flex;
    background-color: #FFF;
    border-radius: 10px;
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px 10px rgb(35 74 104 / 5%);
}

.symptoms--grid-img {
    width: 100px;
    height: 100px;
    border-radius: 0 10px 10px 0;
    object-fit: cover;
}

.symptoms-grid-msg-row {
    width: 100%;
    margin: auto;
    padding: 8px 16px;
}

.symptoms--grid-p-sub {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #222;
}

.symptoms--grid-p-title {
    font-weight: 900;
    font-size: 16px;
    margin-top: 4px;
}

.symptoms-flex {
    display: flex;
    align-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px 0px 50px 0px;
    padding: 0px;
    max-width: 100%;
}

.symptoms-flex-row {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px 3px 0px;
    padding: 0px;
    max-width: calc(100% - 20px);
}

.symptoms-h3 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.symptoms-m-h3 {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.symptoms--img {
    width: auto;
}

.symptoms--p {
    font-size: 11px;
    font-weight: 500;
    margin-top: 4px;
    text-align: left;
    width: 100%;
    line-height: 1.3;
    color: #222;
}

.section-background {}


.section-header {
    z-index: 1;
    position: relative;
    background-color: #fff;
    padding: 15px 20px 20px;
    border-radius: 10px;
    max-width: 680px;
    margin: auto;
}

.section-header:before {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(#f7f6f2 1px, transparent 0), linear-gradient(90deg, #f7f6f2 1px, transparent 0);
    background-position: center center;
    /* background-size: 30px 30px; */
    background-size: 20px 20px;
    content: "";
}

.section-sub-title {
    position: relative;
    color: #000;
    font-size: 12px;
    margin-left: 14px;
}

.section-sub-title::before {
    /* 基本的に変更しないプロパティ */
    content: '';
    position: absolute;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    /* アイコンとテキストの間隔を調整するプロパティ */
    left: -14px;

    /* アイコンの上下位置を調整するプロパティ */
    transform: translateY(-50%);

    /* アイコンのサイズを調整するプロパティ */
    width: 1em;
    height: 1em;

    /* 表示させるアイコンのパスを指定 */
    background-image: url(img/trending-topic.svg);
}

.section-title {
    color: #000;
    font-weight: 900;
    font-size: 20px;
}

.voice-background {
    text-align: center;
}

.voice-msg-s {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
}

.voice-msg-l {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
}

.voice-msg {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
}

.voice-img {
    max-width: 720px;
    width: 100%;
}

.section-background-w {
    background-color: #FCF8F2;
}

.section-count {
    padding: 4px 14px;
}

.section-count-child {
    display: flex;
    align-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 3px 3px 3px #e6e3df;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 75px;
    justify-content: flex-start;

    margin: 15px auto 15px auto;
    padding: 0px 10px 0px;
    width: 700px;
    max-width: 100%;
}

.count-child--number {
    align-content: center;
    align-items: center;
    background: #04bf64;
    border-radius: 32px;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 23px;
    justify-content: center;
    margin: 0px 13px 0px 0px;
    width: 23px;
    max-width: calc(100% - 13px);
}

.count-child--number p {
    color: #FFF;
    font-size: 14px;
    font-weight: 900;
    height: auto;
    line-height: 1.8;
    margin: 0px 0px 2px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
    font-family: 'volte';
}

.count-child--img {
    flex: none;
    margin: 0px 5px 0px 0px;
    width: 60px;
    max-width: calc(100% - 5px);
}

.count-child--h3 {
    color: #000;
    /* flex: none; */
    font-size: 14px;
    text-align: left;
    width: 248px;
    max-width: 100%;
    justify-content: flex-start;
}

.support--grid {
    margin-top: 20px;
    margin-bottom: 20px;
}

.support-ul {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.support-li {
    border-radius: 6px;
    padding: 20px;
    background-color: #FFF;
}

.support__point {
    display: inline-block;
    font-weight: 900;
    font-size: 11px;
    margin: 16px 0 10px 0;
    color: #FFF;
    background-color: #04bf65;
    padding: 0px 8px;
    border-radius: 20px;
}

.support__title {
    display: inline-block;
    margin: 0;
    font-weight: 600;
    color: #333;
}

.support-child--ul {
    margin: 0;
}

.support-child--li {
    /* color: #606060; */
    color: #333;
    font-weight: bold;
}

.support-child--li {
    list-style-type: none;
    /*点を非表示*/
    position: relative;
    /*基準位置*/
    padding-left: 0.6em;
}

.support-child--li:before {
    border-radius: 50%;
    /*丸くする*/
    width: 5px;
    /*点の幅*/
    height: 5px;
    /*点の高さ*/
    display: block;
    position: absolute;
    /*絶対配置*/
    left: 0;
    /*点の位置*/
    top: 0.7em;
    /*点の位置*/
    content: "";
    background: #FFD52E;
    /*点の色*/
}

.concept-wrapper {
    text-align: center;
}

.concept-wrapper-bottom {
    text-align: center;
    padding: 16px 0;
    margin: 16px 0;
}

.concept-01-p {
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0;
}

.concept-02-p {
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    background-color: #FF4500;
    padding: 12px 8px;
    border-radius: 40px;
    text-align: center;
    max-width: 480px;
    margin: auto;
}

.concept-03-p {
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0;
}

.concept-04-p {
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0;
}

.concept-05-p {
    font-size: 20px;
    font-weight: 900;
    margin: 0px 0px 16px;
}

.concept-06-p {
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0 8px;
}

.approach-01-p {
    color: #FFF;
    font-size: 17px;
    font-weight: 900;
    background-color: #FF4500;
    padding: 12px 8px;
    border-radius: 40px;
    text-align: center;
    max-width: 480px;
    margin: auto;
}

.approach-gird {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    margin-top: 30px;
    gap: 30px;
}

.approach-grid-child {
    position: relative;
    background-color: #FFF;
    padding: 20px;
    max-width: 580px;
    margin: auto;
}

.approach-grid-child-number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #14bf64;
    padding: 10px;
}

.approach-grid-child-number span {
    color: #FFF;
    font-family: 'volte';
    font-weight: bold;
    font-size: 1.5rem;
    margin: auto;
    line-height: 1;
}

.approach-grid-child-img {
    display: block;
    width: 100%;
    max-height: 200px;
    margin: 0px auto 10px auto;
    object-fit: contain;
}

.approach-grid-child-h3 {
    color: #333;
}

.approach-grid-child-p {
    color: #333;
    margin-top: 8px;
    line-height: 1.3;
    font-size: 15px;
}

.contact-child--tel {
    padding: 20px;
    background-color: #FFF;
}

.line-btn {
    margin-top: 8px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #2CDE63;
    padding: 15px 25px 10px 5px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-family: 'volte';
    font-size: 21px;
}

.line-btn i {
    margin-right: 10px;
}

.web-btn {
    margin-top: 8px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f86904;
    /* padding: 15px 25px 10px 5px; */
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 20px;
}

.web-btn:hover, .web-btn:focus {
    color: #FFF;
    opacity: 0.5;
}

.tel-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #14bf63;
    padding: 15px 25px 10px 5px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-family: 'volte';
    font-size: 24px;
}

.tel-btn img {
    width: 30px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: -12px;
}

.tel-btn:hover, .tel-btn:focus {
    color: #FFF;
    opacity: 0.5;
}

.tel-font {}

.service-gird {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    margin-top: 30px;
    gap: 30px;
}

.service-grid-child {
    position: relative;
    background-color: #FFF;
    padding: 20px;
    max-width: 580px;
    margin: auto;
    border: 3px dashed #14bf64;
}

.service-grid-child:not(:last-child)::after {
    font-family: "Font Awesome 6 Free";
    content: "\f0d7";
    font-weight: 900;
    position: absolute;
    right: 50%;
    top: auto;
    bottom: -32px;
    transform: translateX(50%);
    color: #333;
    font-size: 20px;
}

.service-grid-child-img {
    display: block;
    width: 120px;
    height: 150px;
    margin: 0px auto 10px auto;
    object-fit: contain;
}

.plan-gird {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    margin-top: 30px;
    gap: 30px;
}

.plan-grid-child {
    width: 100%;
    position: relative;
    background-color: #FFF;
    padding: 18px 0;
    max-width: 680px;
    margin: auto;
    border: 3px solid #14bf64;
    border-radius: 6px;
    text-align: center;
}

.plan-grid-child-img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px auto 10px auto;
    object-fit: contain;
}

.plan-grid-child-img-xl {
    width: 160px;
}

.plan-grid-p-t {
    font-size: 22px;
    font-weight: 800;
    color: #1bc067;
}

.plan-grid-p-m {
    font-size: 22px;
    font-weight: 800;
    color: #333;
    line-height: 24px;
    margin: 10px 0;
}

.plan-grid-p-s {
    margin: 16px 0
}

.plan-grid-p-en {
    font-size: 28px;
    font-weight: 800;
    color: #333;
    line-height: 1;
}

.plan-grid-p-tax {
    margin-top: 6px;
    margin-bottom: 18px;
}

.plan-bottom-p {
    margin-top: 16px;
}

.guide-wrapper {
    background-color: #e8f2e6;
    border-radius: 10px;
    padding: 20px 20px;
    text-align: center;
}

.guide-wrapper h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #338d7e;
}

.guide-wrapper p {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    text-align: left;
}

.mission-block {
    padding: 20px;
}

.access-txt {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    padding: 20px;
}

.covid-block {
    text-align: center;
}

.covid-img {
    width: 100%;
    max-width: 680px;
}

.about-background {
    max-width: 680px;
    margin: 20px auto;
    padding: 20px;
    background-color: #FCF8F2;
    border-radius: 20px;
}

.about-msg {
    line-height: 2.0;
    font-size: 12px;
    font-weight: 600;
    color: #404040;
}

/* 画面サイズが580px以上に適用 */
@media (min-width: 580px) {
    .header-big-p-top {
        font-size: 16px;
    }

    .header-big-h2 {
        font-size: 20px;
    }

    .header-center-h2 {
        font-size: 31px;
    }

    .header-big-img {
        width: 280px;
        margin: 16px 0;
    }

    .header-bottom-h2 {
        font-size: 22px;
    }

    .voice-msg {
        font-size: 28px;
        line-height: 1.5;
    }

    .voice-msg-s {
        font-size: 20px;
    }

    .voice-msg-l {
        font-size: 28px;
        line-height: 1.2;
    }

    .symptoms-h3 {
        font-size: 28px;
    }

    .symptoms-m-h3 {
        font-size: 28px;
    }

    .symptoms-flex-row {
        margin: 0px 10px 0px;
    }

    .symptoms--p {
        font-size: 1.0rem;
    }

    .concept-01-p {
        font-size: 20px;
    }

    .concept-02-p {
        font-size: 22px;
        max-width: 580px;
        margin: 30px auto;
    }

    .concept-03-p {
        font-size: 20px;
        line-height: 1.8;
    }

    .concept-04-p {
        font-size: 20px;
    }

    .concept-05-p {
        font-size: 30px;
    }

    .concept-06-p {
        font-size: 20px;
    }

    .guide-wrapper h3 {
        font-size: 24px;
    }

    .guide-wrapper p {
        font-size: 16px;
    }

    .service-grid-child {
        min-height: auto;
    }
}

/* 画面サイズが922px以上に適用 */
@media (min-width: 922px) {

    .section-background-w {
        background-color: #FCF8F2;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .gradation-background {
        padding: 20px 20px;
    }


    .symptoms-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .symptoms-grid-row {
        max-width: 480px;
        width: 100%;
        min-width: 320px;
        margin: unset;
    }

    .grid-margin-left {
        margin-left: auto;
    }

    .grid-margin-right {
        margin-right: auto;
    }


    .symptoms--grid-img {
        width: 145px;
        height: 145px;
    }

    .symptoms-grid-msg-row {}

    .symptoms--grid-p-sub {
        font-size: 20px;
    }

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

    .slider-vw {
        max-width: 1200px;
        margin: auto;
    }

    .section-title {
        font-size: 30px;
    }

    .voice-msg {
        font-size: 24px;
    }

    .voice-msg-s {
        font-size: 18px;
    }

    .voice-msg-pc {
        font-size: 28px;
    }

    .concept-child--img {
        max-width: 680px;
        margin: auto;
    }

    .concept-01-p {
        font-size: 20px;
    }

    .concept-02-p {
        font-size: 22px;
        max-width: 580px;
        margin: 30px auto;
    }

    .concept-03-p {
        font-size: 20px;
    }

    .concept-04-p {
        font-size: 20px;
    }

    .concept-05-p {
        font-size: 30px;
    }

    .concept-06-p {
        font-size: 20px;
    }

    .approach-01-p {
        font-size: 22px;
        max-width: 580px;
        margin: 30px auto;
    }

    .count-child--h3 {
        font-size: 18px;
        width: 100%;
    }

    .count-child--img {
        width: 60px;
    }

    .img-wrap {
        width: 100vw;
        /* height: 100vh; */
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-back-wrapper {
        text-align: center;
        background-color: #f0f0f0;
    }

    .top-back-wrapper-img {
        max-width: 1480px;
        width: 100%;
        object-fit: cover;
    }

    .header-big-title-background {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 920px;
        height: 400px;
    }

    .header-big-title {
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        text-align: left;
    }

    .header-big-h2 {
        color: #000;
        font-weight: 900;
        font-size: 38px;
    }

    .header-center-h2 {
        font-size: 50px;
    }

    .header-bottom-h2 {
        font-size: 32px;
    }

    .header-big-p-top {
        color: #000;
        font-weight: bold;
        font-size: 18px;
    }

    .header-big-p-bottom {
        font-size: 10px;
    }

    .header-big-img {
        margin: 20px 0;
        width: 400px;
    }

    .gradation--p-top {
        text-align: center;
        color: #FFF;
        font-weight: 900;
        font-size: 30px;
        margin-bottom: 0px;
    }

    .gradation--p-bottom {
        text-align: center;
        color: #FFF;
        font-weight: 900;
        font-size: 40px;
    }

    .symptoms-background {}

    .symptoms-flex {}

    .symptoms-flex-row {
        margin: 0px 20px 0px;
    }

    .symptoms-h3 {
        font-size: 36px;
    }

    .symptoms-m-h3 {
        font-size: 28px;
    }

    .symptoms--img {
        width: 180px;
    }

    .symptoms--p {
        font-size: 1.0rem;
        max-width: 200px;
    }

    .slick-slide img {
        height: 30vw;
        max-height: 300px;
        min-height: none;
        width: 100%;
    }

    .kuyou-img {
        height: 30vw;
        max-height: 300px;
        min-height: none;
        width: 100%;
        object-fit: contain;
    }

    .support-ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .approach-gird {
        grid-template-columns: 1fr 1fr;
    }

    .approach-grid-child {
        min-height: 470px;
    }

    .approach-grid-child-img {
        max-height: 400px;
        object-fit: contain;
    }

    .service-gird {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .service-grid-child:not(:last-child)::after {
        font-family: "Font Awesome 6 Free";
        content: "\f0da";
        font-weight: 900;
        position: absolute;
        right: -23px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        font-size: 24px;
        color: #333;
    }

    .service-grid-child {
        min-height: 360px;
    }

    .plan-gird {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .plan-grid-child {
        min-height: 360px;
    }

    .pc-padding {
        text-align: center;
        padding: 40px;
    }

    .contact-child--img {
        max-width: 680px;
    }

    .contact-child--tel {
        max-width: 680px;
        margin: auto;
    }

    .guide-wrapper {
        border-radius: 10px;
        padding: 20px 20px;
        text-align: center;
        max-width: 680px;
        margin: auto;
    }

    .guide-wrapper h3 {
        font-size: 24px;
    }

    .guide-wrapper p {
        font-size: 16px;
    }

    .access-txt {
        font-size: 16px;
    }

    .mission-img {
        max-width: 680px;
        margin: auto;
        padding: 40px 0;
    }

    .about-msg {
        font-size: 1rem;
    }
}