@charset "utf-8";

/* -------------------- */
/* base
/* -------------------- */

html { scroll-behavior: smooth;}

body {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    letter-spacing: 1px;
}
li {
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}
img {
    vertical-align: bottom;
    width: 100%;
}

.sec-title{
    padding-top: 50px;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 4px;
}

.sec-title::after {
    content: url("../img/sec-balloon.png");
}

.sec-title-sub {
    margin: 15px 0 50px;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.sec-center-text {
    text-align: center;
    line-height: 40px;
    margin: 20px 0;
    font-weight: 500;
}

.btn {
    width: 300px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.dl-btn {
    margin: 0 10px; 
    position: relative;
    padding: 18px 0;
    color: rgb(75, 215, 210);
    border: solid 2px #4bd7d2;
}

.dl-btn:hover {
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #4bd7d2;
    color: #fff;
}

.contact-btn {
    margin: 0 10px;
    position: relative;
    padding: 20px 0;
    color: #fff;
    background-color: #ffbe46;
}
.contact-btn:hover {
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #e8ac3d;
}

/* -------------------- */
/* header
/* -------------------- */
.header {
    align-items: center;
    background-color: #fff;
    color: #000;
    display: flex;
    height: 80px;
    width: 100%;
    justify-content: space-around;
    position: fixed;
    z-index: 1;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 20%);
}

#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    position: relative;
}

.site-title {
    width: 190px;
}

.site-title:hover {
    content: '';
    opacity: 0.8;
    transition: 0.3s;
}

.nav-list {
    /* navの横並び */
    display: flex;
}
.nav-item {
    /* メニューの右側に余白 */
    margin-right: 45px;
}

.nav-item a {
    position: relative;
}

.nav-item a::after {
    content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 10px;
	background-color: rgba(46, 157, 21, 0.5);
	transition: width 0.3s;
}

.nav-item a:hover::after {
    width: 100%;
}

.burger-btn {
    display: none;
}

/* -------------------- */
/* hero
/* -------------------- */

.hero-text {
    color: #fff;
    font-size: 2vw;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

}

.news {
    position: absolute;
    top: 92%;
    left: 0%;
}

.news-text {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.news-text::after {
    content: '';
	position: absolute;
	bottom: -45%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fdfdfd;
	transition: width 0.3s;
}

.news-text:hover::after {
	width: 100%;
}

.news-text:hover{
    color: #fdfdfd;
    transition: width 0.3s;
}

/* -------------------- */
/* cta-uh
/* -------------------- */

.cta-uh {
    text-align: center;
    background-color: #fffce8;
    padding: 50px 0;
}

.uh-title {
    font-weight: 600;
    font-size: 35px;
}

.uh-phone a {
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 2px;
}

.uh-phone i {
    font-size: 60px;
    margin-right: 1%;
}

.uh-buttons {
    margin-top: 20px;
}

/* -------------------- */
/* problem
/* -------------------- */

.problem {
    margin: 0 auto;
    padding: 5% 0;
    background-image: url("../img/pb-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.problem-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}

.problem-title::before {
    content: url("../img/problem-icon.png");
}

.problem-title::after {
    content: url("../img/problem-icon.png");
}

.pb-big {
    font-size: 42px;
}

.pb-list-box {
    text-align: center;
}

.problem-ul {
    margin: auto;
    display: table;
}

.problem-list {
    font-size: 20px;
    line-height: 40px;
    text-align: left;
}

/* -------------------- */
/* fix
/* -------------------- */

.fix {
    text-align: center;
    padding: 50px 0;
    background-color: #c6e3f0;
    font-size: 30px;
}

/* -------------------- */
/* What is ruru
/* -------------------- */

.wi-ruru {
    background-color: #f6fff2;
    padding: 5% 0;
}

.wi-img {
    width: 50%;
    margin: auto;
}

/* -------------------- */
/* ruruiku
/* -------------------- */

.ruruiku {
    padding: 5% 0;
}

.ruruiku-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
    margin:40px auto 0;
}

.ruruiku-box {
    width: 350px;
    border-radius: 15px;
    padding: 5% 2% 2%; 
    margin: 18px 18px 40px;
    background-color: #e3edf5;
    position: relative;
}

.ruruiku-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.ruruiku-text {
    line-height: 30px;
}

.ruruiku-number {
    margin: auto;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 65px;
    font-size: 40px;
    background-color: #fff;
    position: absolute;
    top: -15%;
    left: 40%;
}

/* -------------------- */
/* Schedule
/* -------------------- */

.schedule {
    background-color: #fffce8;
    padding: 5% 0;
}

.sch-title{
    font-size: 30px;
    text-align: center;
}

.sch-title::before {
    content: url("../img/sch-be.png");
}

.sch-title::after {
    content: url("../img/sch-af.png");
}

.sch-container {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: auto;
}

.sch-box {
    margin: 3% 1%;
    padding: 3%;
    border-radius: 15px;
    border: 2px dotted #d1d1d1;
}

.sch-title-h3 {
    font-size: 24px;
    color: #367b54;
    letter-spacing: 4px;
    margin-bottom: 2%;
}

.sch-title-sub-h3 {
    margin-bottom: 3%;
    font-size: 14px;
    color: #565656;
}

.schedule table {
    margin-top: 5%;
    border-spacing: 20px;
    width: 100%;
}

.schedule  table,td,th {
    padding: 20px;
}

.schedule table tbody tr {
    border-bottom: 1px solid #d1d1d1;
}

.schedule table tbody th {
    color: #367b54;
    font-weight: 700;
}


/* -------------------- */
/* Message
/* -------------------- */

.message {
    position: relative;
    padding: 5% 0;
}

.mes-title {
    font-size: 30px;
    text-align: center;
}

.gre-box {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    bottom: 100%;
    left: 14%;
}

.gre-text-img {
    width: 30%;
    margin: auto;
    position: relative;
}

.gre-text-img img {
    position: absolute;
    top: 2%;
    left: -3%;
}

.gre-line {
    height: 3px;
    width: 90%;
    border-radius: 3px;
    margin: 7% auto 0;
    background-color: #50a173;
}

.gre-children img {
    position: absolute;
    bottom: 20%;
    right: -18%;
    width: 25%;
}

.mes-contents {
    display: flex;
    width: 70%;
    margin: auto;
}

.mes-img {
    width: 40%;
}

.mes-text-box {
    width: 60%;
    margin-left: 3%;
}

.mes-text {
    margin-bottom: 10%;
    line-height: 30px;
}

.manager-prof {
    margin: 5% auto 0;
    display: table;
}

.mng-role {
    margin-bottom: 2%;
}

.mng-name {
    font-size: 30px;
    font-weight: 600;
    white-space: nowrap;
}

.mng-name-en {
    font-size: 20px;
}

/* -------------------- */
/* staff
/* -------------------- */

.staff {
    padding: 5% 0;
}

.staff-contents {
    margin: auto;
    width: 100%;
}

.staff-box {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 5% auto;
}

.staff-box img {
    width: 300px;
}

.staff-prof {
    margin:auto 0 auto 5%;
    width: 300px;
}

.staff-role {
    font-size: 14px;
    margin-bottom: 1%;
}

.staff-name {
    font-size: 30px;
    margin-bottom: 2%;
    font-weight: 600;
    white-space: nowrap;
}

.staff-name-en {
    font-size: 20px;
    margin-left: 2%;
}
.staff-detail {
    margin-bottom: 1%;
    white-space: nowrap;
}

/* -------------------- */
/* Entry
/* -------------------- */

.entry {
    padding: 5% 0;
    background-image: url("../img/entry-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.entry-contents {
    display: flex;
    justify-content: space-evenly;
}

.entry-text {
    line-height: 30px;
}

.entry-li-title {
    font-size: 20px;
    font-weight: 600;
}

.entry-p {
    margin: 1% 0 5%;
}

/* -------------------- */
/* Infomation
/* -------------------- */

.info {
    padding: 5% 0;
}

.info-table {
    font-size: 20px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 20px;
}

.th-title {
    color: #367b54;
    margin-right: 5%;
    white-space: nowrap;
}

.schedule table, td, th {
    padding: 0;
}

/* -------------------- */
/* cta-of
/* -------------------- */

.cta-of {
    background-color: #dbffcf;
    padding: 50px 0;
}

.of-contents {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: auto;
}

.of-text {
    display: block;
}

.of-title {
    font-size: 3vw;
    font-weight: 600;
}

.of-big {
    font-size: 6vw;
    letter-spacing: 7px;
}

.of-p {
    font-size: 1.7vw;
}

.of-btn {
    text-align: center;
    margin: auto;
}

.of-phone {
    margin-bottom: 5%;
}

.of-phone a {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    white-space: nowrap;
}

.of-phone i {
    font-size: 35px;
}

/* -------------------- */
/* map
/* -------------------- */

/* Google Mapを囲う要素 */
.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 30%; /* 比率を4:3に固定 */
}
  
/* Google Mapのiframe */
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------- */
/* footer
/* -------------------- */

.footer {
    padding: 3% 0;
    background-color: #262626;
}

.ft-logo-contents {
    display: flex;
    justify-content: center;
    margin-bottom: 1%;
}

.ft-logo {
    display: inline-block;
}

.ft-logo img {
    width: 200px;
}

.ruru-text {
    color: #ececec;
    margin: auto 1%;
    font-size: 14px;
}

.copy-right {
    text-align: center;
    color: #565656;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1%;
}

.footer-li {
    margin: 0 1%;
}

.footer-li a {
    color: #acacac;
    position: relative;
}

.footer-li a::after {
    content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 10px;
	background-color: rgba(46, 157, 21, 0.5);
	transition: width 0.3s;
}

.footer-li a:hover::after {
    width: 100%;
}
  
@media screen and (max-width:1100px) {
    /* ----------------------- */
    /* base_sp
    /* ----------------------- */
    /* デフォルトのbuttonスタイルをリセット */
    button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: 0;
        border-radius: 0;
        color: inherit;
        cursor: pointer;
        font: inherit;
        margin: 0;
        outline: none;
        padding: 0;
        vertical-align: middle;
    }

    /* ------------------ */
    /* humberger-menu */
    /* ------------------ */
    .header {
        padding: 0;
        justify-content: space-between;
    }

    .site-title {
        margin-left: 3%;
    }
        
    /* 以下、ハンバーガーボタン */
    .burger-btn {
        display: block;
        height: 39px;
        position: relative;
        width: 39px;
        z-index: 3;
        margin-right: 3%;
        background-color: transparent;
        border: none;
    }

    .bar {
        background-color: #000;
        display: block;
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 20px;
    }
    .bar_top {
        top: 10px;
    }
    .bar_mid {
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .bar_bottom {
        bottom: 10px;
    }
    .burger-btn.close .bar_top {
        transform: translate(-50%,10px) rotate(45deg);
        transition: transform .3s;
    }
    .burger-btn.close .bar_mid {
        opacity: 0;
        transition: opacity .3s;
    }
    .burger-btn.close .bar_bottom {
        transform: translate(-50%,-8px) rotate(-45deg);
        transition: transform .3s;
    }
    /* スクロール制御 */
    .noscroll{
        overflow: hidden;
    }

    /* 以下、ハンバーガーメニュー */
    .nav-wrapper {
        visibility: hidden;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        opacity: 0;
        transition: opacity .5s;
        z-index: 2;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
    }

    .header-nav {
        background-color: #fff;
        height: 100%;
        width: 100%;
        z-index: 2;
    }
    .nav-list {
        display: block;
        left: 50%;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .nav-item {
        margin-bottom: 40px;
        margin-right: 0;
    }

    /* メニューオープン時 */
    .nav-wrapper.fade {
        opacity: 1;
        visibility: visible;
    }

    /* ------------------ */
    /* hero */
    /* ------------------ */

    .hero-text {
        font-size: 4vw;
    }

    .news {
        top: 90%;
    }

    /* -------------------- */
    /* ruruiku
    /* -------------------- */

    .ruruiku-container {
        width: 100%;
    }

    /* -------------------- */
    /* Schedule
    /* -------------------- */

    .sch-container {
        width: 90%;
    }

    /* -------------------- */
    /* Message
    /* -------------------- */

    .mes-contents {
        display: block;
    }

    .mes-text-box {
        width: 100%;
        margin-top: 5%;
    }

    .mes-img {
        width: 60%;
        margin: auto;
    }

    /* -------------------- */
    /* Staff
    /* -------------------- */

    .staff-box {
        display: block;
        width: 100%;
    }

    .staff-box img {
        margin: auto;
        display: block;
    }

    .staff-prof {
        margin: 4% auto;
    }

    /* -------------------- */
    /* Entry
    /* -------------------- */

    .entry-img {
        width: 30%;
    }

    /* -------------------- */
    /* cta-of
    /* -------------------- */

    .of-contents {
        display: block;
        width: 100%;
    }

    .of-text {
        display: table;
        margin: auto;
    }

    .of-title {
        font-size: 6vw;
    }

    .of-big {
        font-size: 11.8vw;
    }

    .of-phone {
        margin: 6% auto 2%;
    }

    .of-phone a {
        font-size: 35px;
    }

    .of-p {
        margin-top: 2%;
        font-size: 3.4vw;

    }

    /* -------------------- */
    /* map
    /* -------------------- */

    .map {
        padding-top: 40%;
    }

}

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

    /* ------------------ */
    /* cta-uh */
    /* ------------------ */

    .uh-title {
        font-size: 25px;
    }

    .uh-phone a {
        font-size: 60px;
    }

    .uh-phone i {
        font-size: 40px;
    }

    .dl-btn {
        margin-bottom: 2%;
    }

    /* ------------------ */
    /* Problem */
    /* ------------------ */

    .problem-title {
        font-size: 25px;
    }

    .pb-big {
        font-size: 35px;
    }

    .problem-list {
        font-size: 18px;
    }

    .fix {
        font-size: 25px;
    }

    /* ------------------ */
    /* wi-ruru */
    /* ------------------ */

    .sec-center-text {
        width: 80%;
        margin: 3% auto 0;
        text-align: left;
        line-height: 30px;
    }

    .sec-center-text br {
        display: none;
    }

    /* -------------------- */
    /* ruruiku
    /* -------------------- */

    .ruruiku-box {
        width: 250px;
        padding: 8% 2% 2%;
    }

    /* -------------------- */
    /* Schedule
    /* -------------------- */

    .sch-container {
        display: block;
    }

    /* -------------------- */
    /* Entry
    /* -------------------- */

    .entry-img {
        display: none;
    }

    .entry-contents {
        display: block;
    }

    .entry-text {
        display: table;
        margin: auto;
        width: 70%;
    }

    .entry-li-title {
        font-size: 16px;
    }

    .entry-p {
        font-size: 14px;
    }

    /* -------------------- */
    /* cta-of
    /* -------------------- */

    /* -------------------- */
    /* map
    /* -------------------- */
    
    .map {
        padding-top: 60%;
    }

}

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

    /* ------------------ */
    /* hero */
    /* ------------------ */

    .hero-text {
        font-size: 6.5vw;
        top: 25%;
        left: 43%; 
    }

    .news {
        top: 85%;
    }

    /* ------------------ */
    /* cta-uh */
    /* ------------------ */

    .uh-title {
        font-size: 22px;
    }

    .uh-phone a {
        font-size: 45px;
    }

    .uh-phone i {
        font-size: 35px;
    }

    .dl-btn {
        margin-bottom: 2%;
    }

    /* ------------------ */
    /* Problem */
    /* ------------------ */

    .problem-title {
        font-size: 18px;
    }

    .pb-big {
        font-size: 25px;
    }

    .problem-list {
        font-size: 14px;
    }

    .fix {
        font-size: 18px;
    }

    /* -------------------- */
    /* ruruiku
    /* -------------------- */

    .ruruiku-box {
        padding: 13% 5% 5%;
    }

    /* -------------------- */
    /* message,staff
    /* -------------------- */

    .mes-contents {
        width: 80%;
    }

    .mes-img {
        width: 300px;
    }

    .mng-name,.staff-name {
        font-size: 26px;
    }

    .mng-name-en,.staff-name-en {
        font-size: 16px;
    }

    .mng-role {
        font-size: 14px;
    }

    /* -------------------- */
    /* infomation
    /* -------------------- */

    .info-table {
        font-size: 16px;
    }

    /* -------------------- */
    /* map
    /* -------------------- */
    
    .map {
        padding-top: 80%;
    }

    /* -------------------- */
    /* footer
    /* -------------------- */

    .ft-logo-contents {
        display: block;
        text-align: center;
    }

    .footer-li a {
        font-size: 14px;
    }

}
