@charset "utf-8";

/* common
======================================= */
.wrapper {
    width: 900px;
    padding: 10px;
    box-sizing: border-box;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}
button { border: none; }
img {
    width: 100%;
    height: auto;
}

.pc-only { display: block!important; }
.pc-inline-only { display: inline-block!important; }
.sp-only { display: none!important; }
.sp-inline-only { display: none!important; }


.border-radius-5 { border-radius: 5px; }
.border-radius-10 { border-radius: 10px; }
.border-b-radius-10 { border-radius: 0 0 10px 10px; }
.border-radius-25 { border-radius: 25px; }

.w-5 { width: 5%!important; }
.w-10 { width: 10%!important; }
.w-15 { width: 15%!important; }
.w-20 { width: 20%!important; }
/* .w-25 { width: 25%!important; } */
.w-30 { width: 30%!important; }
.w-35 { width: 35%!important; }
.w-40 { width: 40%!important; }
.w-45 { width: 45%!important; }
/* .w-50 { width: 50%!important; } */
.w-55 { width: 55%!important; }
.w-60 { width: 60%!important; }
.w-65 { width: 65%!important; }
.w-70 { width: 70%!important; }
/* .w-75 { width: 75%!important; } */
.w-80 { width: 80%!important; }
.w-85 { width: 85%!important; }
.w-90 { width: 90%!important; }
.w-95 { width: 95%!important; }

.lh-1 { line-height: 110%; }
.lh-2 { line-height: 120%; }
.lh-3 { line-height: 130%; }
.lh-4 { line-height: 140%; }
.lh-5 { line-height: 150%; }
.lh-6 { line-height: 160%; }
.lh-7 { line-height: 170%; }
.lh-8 { line-height: 180%; }
.lh-9 { line-height: 190%; }
.lh-10 { line-height: 200%; }

.ls-1 { letter-spacing: 0.1rem; }
.ls-2 { letter-spacing: 0.2rem; }
.ls-3 { letter-spacing: 0.3rem; }
.ls-4 { letter-spacing: 0.4rem; }
.ls-5 { letter-spacing: 0.5rem; }
.ls-6 { letter-spacing: 0.6rem; }
.ls-7 { letter-spacing: 0.7rem; }
.ls-8 { letter-spacing: 0.8rem; }
.ls-9 { letter-spacing: 0.9rem; }
.ls-10 { letter-spacing: 1.0rem; }

.mt--3 { margin-top: -1rem; }

.mt-0 { margin-top: 0!important; }
.mt-10 { margin-top: 10px!important; }
.mt-20 { margin-top: 20px!important; }
.mt-30 { margin-top: 30px!important; }
.mt-40 { margin-top: 40px!important; }
.mt-50 { margin-top: 50px!important; }
.mt-60 { margin-top: 60px!important; }
.mt-70 { margin-top: 70px!important; }
.mt-80 { margin-top: 80px!important; }
.mt-90 { margin-top: 90px!important; }
.mt-100 { margin-top: 100px!important; }

.mb-0 { margin-bottom: 0!important; }
.mb-10 { margin-bottom: 10px!important; }
.mb-20 { margin-bottom: 20px!important; }
.mb-30 { margin-bottom: 30px!important; }
.mb-40 { margin-bottom: 40px!important; }
.mb-50 { margin-bottom: 50px!important; }
.mb-60 { margin-bottom: 60px!important; }
.mb-70 { margin-bottom: 70px!important; }
.mb-80 { margin-bottom: 80px!important; }
.mb-90 { margin-bottom: 90px!important; }
.mb-100 { margin-bottom: 100px!important; }
.h0 { font-size: medium!important; }

.w-0 { width: 0; }
.w-10px { width: 10px; }
.w-20px { width: 20px; }
.w-30px { width: 30px; }
.w-40px { width: 40px; }
.w-50px { width: 50px; }
.w-60px { width: 60px; }
.w-70px { width: 70px; }
.w-90px { width: 90px; }
.w-100px { width: 100px; }
.w-150px { width: 150px; }
.w-200px { width: 200px; }
.w-250px { width: 250px; }
.w-300px { width: 300px; }
.w-350px { width: 350px; }
.w-400px { width: 400px; }
.w-450px { width: 450px; }
.w-500px { width: 500px; }

.h-1rem { height: 1rem; }
.h-2rem { height: 2rem; }
.h-3rem { height: 3rem; }
.h-4rem { height: 4rem; }
.h-5rem { height: 5rem; }
.h-6rem { height: 6rem; }
.h-7rem { height: 7rem; }
.h-8rem { height: 8rem; }
.h-9rem { height: 9rem; }
.h-10rem { height: 10rem; }


/* 全体
=========================================== */

body {
    color: #4C4948;
    /* font-family: "Roboto", "BIZ UDGothic", serif; */
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.e-font {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 16px;
}
a,
a:focus,
a:hover {
    color: #4C4948;
}
ol, ul, dl {
    margin: 0;
}


.text-orange { color: #F59459!important; }

.wrap {
    width: 800px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg {
    background: #ffffd9;
}
.bg-stripe {
    background: url(../images/bg_stripe_pink.png);
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    padding: 20px 0;
    min-width: 1050px;
}

.greenbase .bg-stripe {
    background: url(../images/bg_stripe_green.png);
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    padding: 20px 0;
}
.bg-yellow {
    background: #ffffd9;
    padding: 20px 0;
    min-width: 1050px;
}

/* header
=========================================== */
header {
    position: fixed;
    width: 100%;
    background: #ffffd9;
    padding: 15px 10px;
    z-index: 1000;
}

.header-left-title {
    border: 30px;
    padding: 5px 30px;
    text-align: center;
    position: relative;
    border-radius: 30px;
}
.header-left-title {
    background: #f8931f;
}
.header-left-title a,
.header-left-title a:hover,
.header-left-title a:active {
    color: #fff;
    letter-spacing: 3px;
}
.header-left-title img {
    position: absolute;
    right: -20px;
    bottom: -15px;
    width: 45px;
}
.header-right li {
    margin-right: 15px;
    text-align: center;
}
.header-right li:last-child {
    margin-right: 0;
}
.header-right a,
.header-right a:hover,
.header-right a:active {
    color: #858376;
    text-decoration: underline;
}
.header-item img {
    height: 20px;
    width: auto!important;
}
.header-item-button {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #858376;
}
.header-item-button a {
    padding: 8px 15px;
    display: block;
}

.greenbase header {
    background: #8cc63f;
}
.greenbase .main-wrap {
    height: 510px;
}
.greenbase .header-left-title {
    background: #ffffd8;
}
.greenbase .header-left-title a,
.greenbase .header-left-title a:hover,
.greenbase .header-left-title a:active {
    color: #f7931e;
}
.greenbase .header-right a,
.greenbase .header-right a:hover,
.greenbase .header-right a:active {
    color: #f2f2f2;
}
.greenbase .header-item-button a,
.greenbase .header-item-button a:hover,
.greenbase .header-item-button a:active  {
    color: #858376;
}



/* footer
=========================================== */
footer {
    text-align: center;
    padding: 15px 0 15px;
    min-width: 1050px;
}
.page-top {
    position: fixed;
    z-index: 200;
    bottom: 20px;
    right: 20px;
    width: 75px;
}

.page-top img {
    width: 100%;
    height: auto;
}

.page-top .page-top-logo {
    position: absolute;
    width: 50%;
    height: auto;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* toshow
=========================================== */
.toshow-session {
    background: #ffffd9;
}
.toshow-box {
    border: 2px #999999 solid;
    border-radius: 10px;
    padding: 30px 20px;
    background: #fff;
    margin-top: 40px;
}
.toshow-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.toshow-item-img {
    width: 10%;
}
.toshow-item-img img {
    width: auto;
    margin: 0 auto;
    height: 45px;
    display: block;
}
.toshow-item-category {
    width: 20%;
    font-weight: bold;
    color: #2aaae1;
}
.toshow-item-class {
    width: 20%;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    padding: 5px 0;
    background: #2aaae1;
    border: 1px solid #368eb3;
}
.toshow02 .toshow-item-category {
    color: #fbb03c;
}
.toshow02 .toshow-item-class {
    background: #fbb03c;
    border: 1px solid #c1a059;
}
.toshow03 .toshow-item-category {
    color: #c69b6d;
}
.toshow03 .toshow-item-class {
    background: #c69b6d;
    border: 1px solid #a98b6b;
}
.toshow04 .toshow-item-category {
    color: #999999;
}
.toshow04 .toshow-item-class {
    background: #999999;
    border: 1px solid #747474;
}
.toshow-item-text {
    width: 45%;
}
.toshow-button-more {
    background: #ffe3de;
    border: 1px #675f5c solid;
    border-radius: 5px;
    width: 70%;
    margin: 40px auto 10px;
    text-align: center;
}
.toshow-button-more a {
    display: block;
    width: 100%;
    padding: 8px 0;
}

.step-main {
    width: 32%;
    margin: 0 auto;
}
.step-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -180px;
    margin-bottom: 100px;
}
.step-item {
    width: 32%;
}
.step-item.step-item02 {
    width: 36%;
    margin-top: 170px;
    margin-left: -1.4%;
}
.step-item.step-item03 {
    position: relative;
}
.step-item.step-item03 .step-item03-child {
    position: absolute;
    width: 60%;
    right: 0;
    bottom: -30px;
}
.division-session-img {
    margin-bottom: 40px;
}
.form-main-txt {
    width: 38%;
    margin: -15px auto 20px;
}
.form-block {
    background: #fee4dd;
    border: 2px solid #8c8683;
    border-radius: 10px;
    padding: 20px;
}
.form-block-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -40px;
}
.form-block-top-img {
    position: relative;
    z-index: 10;
    width: 20%;
}
.form-block-top-title {
    background: #fff;
    border: 1px #f4a3a5 solid;
    border-radius: 5px;
    width: 15%;
    margin-left: -3%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 0;
}
.form-block-top-text {
    width: 65%;
}
.form-box-button input[type="submit"] {
    width: 50%;
    background: #f4a3a5;
    padding: 10px 0;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 3px;
    border: 1px solid #fff;
}
.main-form-box .form-box-button p {
    margin-bottom: 0;
}
.main-form-box .wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.greenbase .form-box-button input[type="submit"] {
    background: #8cc63f;
}
.message-block {
    position: relative;
    background: #ffffd9;
    border: 2px solid #8c8683;
    border-radius: 10px;
    padding: 20px;
    margin: 60px 0;
}
.message-block-txt {
    width: 75%;
    font-weight: bold;
}
.message-block-img img {
    position: absolute;
    width: 15%;
    right: 4%;
    bottom: -10px;
}

.content-session {
    position: relative;
}
.main-wrap {
    position: relative;
    height: 600px;
}
.main-visual01 {
    position: absolute;
    width: 550px;
    left: -100px;
    bottom: -140px;
}
.main-business {
    position: absolute;
    width: 28%;
    right: 0;
    bottom: -39px;
    z-index: 100;
}
.greenbase .main-business {
    bottom: 30px;
}
.main-text01 {
    position: absolute;
    width: 50%;
    right: 40px;
    top: 140px;
    z-index: 10;
}
.main-text02 {
    position: absolute;
    width: 50%;
    right: 10px;
    top: 275px;
    z-index: 5;
}

.step-main-img img {
    width: 130%;
    margin: 40px 0 10px -15%;
}
.form-main-img {
    width: 32%;
    margin: 0 auto;
}
.form-main-img img {
    width: 120%;
    margin: 0 0 0 -10%;
}

.company-session {
    margin-bottom: 50px;
}
.company-session .company-main {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffe3de;
    border-radius: 10px 10px 10px 10px;
    width: 300px;
    padding: 20px 40px;
    font-weight: bold;
}
.company-session .company-main.is-open {
    border-radius: 10px 10px 0 0;
}
.company-session .company-main::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #4C4948;
    margin-left: 8px;
    transition: transform 0.2s ease;
}
.company-session .company-main.is-open::after {
    transform: rotate(180deg);
}
.company-session .company-block {
    display: none;
    background: #fff;
    border: 5px solid #ffe3de;
    border-radius: 0 10px 10px 10px;
    padding: 30px 40px;
    font-size: 1.1rem;
}
.company-session .company-table th,
.company-session .company-table td {
    padding: 10px 20px;
}
.company-session .company-table th {
    font-weight: normal;
}
.company-session .company-table td {
    font-weight: bold;
}




/* 教室ページ　緑ベース
=========================================== */
.submain-message {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: -80px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 38px;
    color: #f7931e;
    letter-spacing: 12px;
    font-weight: bold;
    text-align: center;
    text-shadow:
        4px 4px 0 #fff,
        -4px 4px 0 #fff,
        4px -4px 0 #fff,
        -4px -4px 0 #fff,
        0 4px 0 #fff,
        4px 0 0 #fff,
        0 -4px 0 #fff,
        -4px 0 0 #fff;
}

.toshow-point-button a {
    display: block;
    width: 90%;
    margin: 80px auto 20px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 30px;
    letter-spacing: 10px;
    background: #009245;
    border-radius: 5px;
}
.toshow-point-box {
    border: 2px #999999 solid;
    border-radius: 10px;
    padding: 0px 0;
    background: #fff;
    margin-bottom: 20px;
}
.toshow-point-box .flexbox {
    align-items: stretch;
}
.toshow-point-box-left {
    width: 40%;
    position: relative;
    height: auto;
}
.toshow-point-box-right {
    width: 60%;
    position: relative;
    font-weight: bold;
    padding: 20px 30px;
    letter-spacing: 2px;
    box-sizing: border-box;
}
.support-person01 {
    width: 30%;
    position: absolute;
    z-index: 20;
    bottom: -2px;
    left: 5px;
}
.support-person02 {
    width: 30%;
    position: absolute;
    z-index: 20;
    bottom: -2px;
    right: 5px;
}
.visual-dissatisfaction01 {
    width: 20%;
    position: absolute;
    z-index: 10;
    left: 35%;
    top: 18px;
}
.visual-dissatisfaction02 {
    width: 20%;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 56px;
}
.visual-dissatisfaction03 {
    width: 20%;
    position: absolute;
    z-index: 10;
    left: 29%;
    top: 80px;
}
.toshow-support {
    border: 5px dotted #009245;
    border-radius: 10px;
    margin: 40px auto 30px;
    box-sizing: border-box;
    padding: 20px;
}
.toshow-support-title {
    text-align: center;
    color: #009245;
    font-size: 24px;
    width: 60%;
    background: #ffffd9;
    margin: -40px auto 30px;
    font-weight: bold;
    letter-spacing: 5px;
}
.toshow-support-message {
    text-align: center;
    margin-bottom: 20px;
}
.toshow-support-message-text {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        #fff9a0 50%,
        #fff9a0 100%
    );
}

.questionnaire01,
.questionnaire02 {
    position: relative;
    width: 47%;
}
.questionnaire01-icon,
.questionnaire02-icon  {
    position: absolute;
    width: 15%;
}
.questionnaire01-icon {
    top: -10px;
    left: -15px;
}
.questionnaire02-icon {
    top: 15px;
    right: -10px;
}
.questionnaire03 {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.arrow_green-image {
    position: absolute;
    z-index: 20;
    top: -46px;
    left: 57%;
    width: 20%;
}
.bussiness05-image {
    position: absolute;
    z-index: 20;
    top: -70px;
    right: -40px;
    width: 16%;
}
.questionnaire04 .flexbox {
    align-items: start;
    justify-content: start;
}
.questionnaire04-text {
    position: relative;
    font-size: 18px;
    padding: 30px 20px 10px;
    margin: 0 40px 30px 0;
}
.questionnaire04-text::before {
    content: "";
    position: absolute;
    background: url(../images/speech_bubble01.png)no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    width: 240px;
    height: 90px;
}
.questionnaire04-text .text-orange {
    font-size: 22px;
}
.questionnaire04-text .under-orange {
    text-decoration: underline;
}
.questionnaire04-01 {
    margin-left: -15px;
}
.questionnaire04-03 {
    margin-left: 35px;
}
.service-title {
    background: #8cc63f;
    color: #fff;
    padding: 15px 0;
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: bold;
}
.service-title .flexbox {
    justify-content: center;
}
.service-title-image {
    width: 40px;
    height: auto;
    margin: 0 8px;
}
.service-step-block {
    padding: 15px;
    border-bottom: 2px solid #8cc63f;
}
.service-step-title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    text-decoration: underline;
    margin: 0 20px 10px;
}
.service-step-txt {
    font-size: 18px;
    margin: 0 20px 10px;
}
.service-step02-image {
    margin-top: -40px;
}
.service-price {
    padding: 50px 0 50px;
}
.service-price-consultation {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    margin: 25px 0 20px;
    display: block;
}
.service-price-consultation::before,
.service-price-consultation::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 3px;
    background: #000000;
    position: relative;
    top: -0.2em;
    vertical-align: middle;
}

.service-price-consultation::before {
    margin-right: 14px;
    transform: rotate(60deg);
}

.service-price-consultation::after {
    margin-left: 16px;
    transform: rotate(-60deg);
}
.service-price-block {
    position: relative;
    z-index: 20;
    width: 32%;
    background: #fff;
    border: 2px solid #4C4948;
    border-radius: 10px;
    text-align: center;
}
.service-price-image-bussiness {
    position: absolute;
    z-index: -1;
    width: 55%;
    top: -95px;
    left: 10px;
}
.service-price-title {
    border-radius: 7px 7px 0 0;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
}
.service-price01 .service-price-title {
    background: #8cc63f;
}
.service-price02 .service-price-title {
    background: #3ab54b;
}
.service-price03 .service-price-title {
    background: #009245;
}
.service-price-txt {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    text-shadow:
        /* 白いふちどり（内側） */
        0 0 4px #fff,
        0 0 2px #fff,
        2px 0 0 #fff,
        -2px 0 0 #fff,
        0 2px 0 #fff,
        0 -2px 0 #fff,
        2px 2px 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        /* グレーの影（外側） */
        0 0 4px #888,
        1px 2px 4px #888,
        0px 2px 4px #888
}
.greenbase .form-block {
    background: #ffffd9;
}
.greenbase .form-block-top {
    display: block;
    margin-top: 0;
}
.form-block-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #009245;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.form-block-text {
    text-align: center;
}
#form {
    margin-top: -90px;
    padding-top: 90px;
    margin-bottom: 40px;
}
h1 {
    font-size: initial;
    margin: 0;
    padding: 0;
}

.main-flexbox {
    padding-top: 90px;
    margin-bottom: 200px;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wrap.main-flexbox {
    width: 1050px;
    margin: 0 auto;
}
.main-left {
    width: 50%;
    margin-top: 20px;
}
.main-right {
    width: 45%;
}
.main-left-yellow {
    background: #FFFFD9;
    border: 2px solid #8C8684;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 40px;
}
.main-left-center {
    font-size: 20px;
    margin-bottom: 30px;
}
.main-left-center div {
    font-size: 24px;
    margin-left: 30px;
    margin-bottom: 10px;
}
.main-left-white {
    position: relative;
    background: #fff9f9;
    border: 2px solid #8C8684;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 20px;
}
.main-left-white img {
    position: absolute;
    width: 100px;
    bottom: -30px;
    right: -20px;
}
.main-right-top.flexbox {
    justify-content: space-around;
}
.main-circle-item {
    position: relative;
    width: 75px;
    height: 75px;
    color: #fff;
    background: #90afad;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
}
.main-circle-item div {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 100%;
}
.main-form-title {
    width: 55%;
    margin: 5px auto 10px;
}
.main-form-box textarea.form-control {
    height: 70px;
}
.main-form-box .form-box-item-title p {
    margin-bottom: 0;
    margin-top: 20px;
}
.main-form-box .form-control {
    border-color: #767676;
}

/* Javascriptの動きをつける
=========================================== */
.fadeblock {opacity: 0; transform: translateY(10px);}
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fuwa01 {
    animation: floating-y 3.0s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
    0% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(3px);
    }
}

.fuwa02 {
    animation: floating-y 3.0s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
    0% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}