@charset "utf-8";

/***************************************************************************
*
* STYLE CSS
*
***************************************************************************/
.yelColor {
    color: #ffff06;
}

/*AREASERVICE*/
.areaService {
    margin-bottom: 47px;
}

.areaService .serviceTitle {
    font-size: 24px;
    color: #00cdff;
    text-align: center;
    margin-bottom: 14px;
}

.areaService .serviceText {
    font-size: 15px;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 35px;
}

.areaService .serviceText span {
    color: #e31d1d;
    font-weight: bold;
}

.areaService .serviceList {
    display: flex;
    justify-content: space-between;
    padding: 0 13px;
}

.areaService .serviceList li {
    position: relative;
    width: 312px;
    text-align: center;
}

.areaService .serviceList li+li:before {
    content: '';
    position: absolute;
    top: 43%;
    left: -26px;
    transform: translateY(-50%);
    width: 27px;
    height: 31px;
    background: url(../images/index/arrow-yellow.png) no-repeat center center/100%;
}

.areaService .serviceList li .photo {
    margin-bottom: 11px;
}

.areaService .serviceList li .info .text {
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
    padding: 0 10px 0 20px;
    letter-spacing: -1.1px;
}

/*AREASERVICE*/

/*.AREAHOWTO*/

.areaHowto {
    background: #edf8ff;
    padding: 74px 0 66px;
}

.areaHowto .areaTitle {
    margin-bottom: 36px;
}

.areaHowto .wrapList .itemList {
    float: left;
    width: calc(100% / 2 - 18px);
    margin-right: 35px;
}

.areaHowto .wrapList .itemList:nth-child(2n) {
    margin-right: 0;
}

.areaHowto .wrapList .itemList .titleList {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../images/beginners/howto-icon-lups.png) no-repeat top 14px right -18px, #23c8a3;
    padding: 18px 40px 13px 10px;
    border-radius: 8px 8px 0 0;
    font-size: 30px;
    color: #fff;
    min-height: 125px;
    text-shadow: 3px 0 0 #008869, -3px 0 0 #008869, 0 3px 0 #008869, 0 -3px 0 #008869, 1px 1px #008869, -1px -1px 0 #008869, 1px -1px 0 #008869, -1px 1px 0 #008869;
}

.areaHowto .wrapList .itemList:nth-child(2n) .titleList {
    background-color: #00b1f2;
    text-shadow: 3px 0 0 #2f81a0, -3px 0 0 #2f81a0, 0 3px 0 #2f81a0, 0 -3px 0 #2f81a0, 1px 1px #2f81a0, -1px -1px 0 #2f81a0, 1px -1px 0 #2f81a0, -1px 1px 0 #2f81a0;
}

.areaHowto .wrapList .itemList .titleList .caseIcon {
    display: inline-block;
    vertical-align: 15px;
    margin-right: 15px;
}

.areaHowto .wrapList .itemList .brgDetail {
    position: relative;
    background: #71dbc3;
    padding: 31px 30px 29px;
    border-radius: 0 0 15px 15px;
    margin-bottom: 37px;
}

.areaHowto .wrapList .itemList .brgDetail:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 30px solid #0ebc95;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
}

.areaHowto .wrapList .itemList:nth-child(2n) .brgDetail {
    background: #7dd5f5;
}

.areaHowto .wrapList .itemList:nth-child(2n) .brgDetail:after {
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 30px solid #00b1f2;
}

.areaHowto .wrapList .itemList .brgDetail .boxDetail {
    position: relative;
    background: #fff;
    padding: 105px 25px 7px;
    border-radius: 8px;
    text-align: center;
}

.areaHowto .wrapList .itemList .brgDetail .boxDetail .iconDetail {
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
}

.areaHowto .wrapList .itemList .brgDetail .boxDetail .descripDetail {
    position: relative;
    display: inline-block;
    color: #006ed8;
    font-size: 24px;
    font-weight: bold;
    margin: -30px 0 18px;
}

.areaHowto .wrapList .itemList .brgDetail .boxDetail .descripDetail:before {
    content: "";
    position: absolute;
    background: url(../images/beginners/howto-descrip-left.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 28px;
    top: 55%;
    left: -25px;
    transform: translateY(-50%);
}

.areaHowto .wrapList .itemList .brgDetail .boxDetail .descripDetail:after {
    content: "";
    position: absolute;
    background: url(../images/beginners/howto-descrip-right.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 28px;
    top: 55%;
    right: -25px;
    transform: translateY(-50%);
}

.areaHowto .wrapList .itemList .brgDetail .listDetail {
    text-align: left;
}

.areaHowto .wrapList .itemList .brgDetail .listDetail li {
    border-top: 1px solid #cfe3ee;
    padding: 10px 15px;
}

.areaHowto .wrapList .itemList .brgDetail .listDetail li:after {
    content: "";
    clear: both;
    display: table;
}

.areaHowto .wrapList .itemList .brgDetail .listDetail li .iconList {
    float: left;
    width: 51px;
    margin-top: 5px;
    margin-right: 20px;
}

.areaHowto .wrapList .itemList .brgDetail .listDetail li .subList {
    float: right;
    width: calc(100% - 72px);
    font-size: 20px;
    font-weight: 500;
}

.areaHowto .wrapList .itemList .boxButton {
    text-align: center;
}

.areaHowto .wrapList .itemList .boxButton li {
    margin-bottom: 16px;
}

.areaHowto .wrapList .itemList .boxButton li a {
    display: inline-block;
    box-shadow: 0 0 17px #c8e6e7;
    border-radius: 20px;
}

.areaHowto .wrapList .itemList .boxContact {
    text-align: center;
}

.areaHowto .wrapList .itemList .boxContact .timeOpen {
    font-size: 20px;
    color: #454545;
    margin: 3px 0 8px;
}

.areaHowto .wrapList .itemList .boxContact .boxBtn {
    display: flex;
    justify-content: space-between;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}

/*areaBanner*/
.areaBanner {
    background: url(../images/beginners/banner-brg.png) no-repeat top center;
    padding-top: 52px;
    height: 329px;
}

.areaBanner .detailBanner {}

.areaBanner .detailBanner li {
    float: left;
    width: calc(100% / 2 - 17.5px);
    margin-right: 33px;
    text-align: center;
}

.areaBanner .detailBanner li:nth-child(2n) {
    margin-right: 0;
}

.areaBanner .detailBanner li .titleItem {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.areaBanner .detailBanner li .titleItem .imageItem a{
    display: block;
}

.areaBanner .detailBanner li .titleItem .yelColor {
    color: #ffff05;
    font-size: 24px;
}

.areaBanner .detailBanner li .titleItem:before {
    content: "";
    position: absolute;
    background: url(../images/beginners/banner-title-left.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 28px;
    top: 62%;
    left: -26px;
    transform: translateY(-50%);
}

.areaBanner .detailBanner li .titleItem:after {
    content: "";
    position: absolute;
    background: url(../images/beginners/banner-title-right.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 28px;
    top: 62%;
    right: -26px;
    transform: translateY(-50%);
}

/*.areaGoogle*/

.areaGoogle {}

.areaGoogle .wrapTop {
    background: #edf8ff;
    padding: 76px 0 103px;
}

.areaGoogle .wrapBot {
    background: url(../images/beginners/google-brg-bot.png);
    padding-bottom: 24px;
}

.areaGoogle .wrapBot .wrapReviews {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #e0f1f9;
    padding: 40px 55px 60px;
    transform: translateY(-76px);
}

.areaGoogle .wrapBot .wrapReviews .wrapScroll {
    height: 612px;
    padding-right: 63px;
}

.areaGoogle .wrapBot .wrapReviews .boxRate {
    width: 352px;
    margin: 0 auto 23px;
    transform: translateX(34px);
}

.areaGoogle .wrapBot .wrapReviews .boxRate .listBar {
    float: left;
    width: 236px;
}

.areaGoogle .wrapBot .wrapReviews .boxRate .listBar li {
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}

.areaGoogle .wrapBot .wrapReviews .boxRate .listBar li .numBar {
    color: #72777c;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 15px;
}

.areaGoogle .wrapBot .wrapReviews .boxRate .listBar li .rateBar {
    position: relative;
    background: #e7eaed;
    width: calc(100% - 27px);
    height: 8px;
    border-radius: 50px;
    vertical-align: middle;
}

.areaGoogle .wrapBot .wrapReviews .boxRate .listBar li .rateBar .yelBar {
    position: absolute;
    background: #fabb05;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
}

.areaGoogle .wrapBot .wrapReviews .boxRate .detailRate {
    float: right;
    width: 95px;
    padding-top: 2px;
    text-align: center;
}

.areaGoogle .wrapBot .wrapReviews .boxRate .detailRate .numDetail {
    font-size: 53px;
    line-height: 1;
    margin-bottom: 6px;
}

.areaGoogle .wrapBot .wrapReviews .boxRate .review {
    margin-top: -1px;
}

.areaGoogle .wrapBot .wrapReviews .boxRate .review span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    line-height: 1;
}

.areaGoogle .wrapBot .wrapReviews .boxRate .howmuch {
    font-size: 12px;
    font-weight: 500;
    color: #909498;
    letter-spacing: 1px;
}

.areaGoogle .wrapBot .wrapReviews .listComment {
    position: relative;
    padding-top: 33px;
}

.areaGoogle .wrapBot .wrapReviews .listComment:before {
    content: "";
    position: absolute;
    background: url(../images/beginners/google-boder-rate.png) repeat-x;
    background-size: cover;
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
}

.areaGoogle .wrapBot .wrapReviews .listComment li {
    overflow: hidden;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfe3ee;
}

.areaGoogle .wrapBot .wrapReviews .listComment li .logoUser {
    float: left;
    width: 36px;
    margin-top: 4px;
    border-radius: 50%;
    overflow: hidden;
}

.areaGoogle .wrapBot .wrapReviews .listComment li .detialComment {
    float: right;
    width: calc(100% - 50px);
}

.areaGoogle .wrapBot .wrapReviews .listComment li .detialComment .boxName {
    margin-bottom: 4px;
}

.areaGoogle .wrapBot .wrapReviews .listComment li .detialComment .boxName .nameUser {
    display: inline-block;
    margin-right: 10px;
}

.areaGoogle .wrapBot .wrapReviews .listComment li .detialComment .boxName .review {
    display: inline-block;
}

.areaGoogle .wrapBot .wrapReviews .listComment li .detialComment .boxName .review span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    line-height: 1;
    margin-right: -2px;
}

.areaGoogle .wrapBot .wrapReviews .listComment li .detialComment .subComment {
    line-height: 1.3;
    letter-spacing: -0.8px;
}

.areaGoogle .wrapBot .wrapReviews .wrapScroll.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
    padding: 1px;
}

.areaGoogle .wrapBot .wrapReviews .wrapScroll.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    right: 1px;
}

.areaGoogle .wrapBot .wrapReviews .wrapScroll.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #21d2f3;
}

.areaGoogle .wrapBot .wrapReviews .wrapScroll.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.areaGoogle .wrapBot .wrapReviews .wrapScroll.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: #f2f2f2;
}

/*areaEfforts*/
.areaEfforts {
    background: #0096e7;
    padding: 74px 0 81px;
    margin-bottom: 75px;
}

.areaEfforts .areaTitle {
    margin-bottom: 33px;
}

.areaEfforts .areaTitle .titleEn {
    color: #fff;
}

.areaEfforts .areaTitle .titleJp {
    color: #fff;
    background-image: url(../images/beginners/efforts-title-bg.png);
}

.areaEfforts .areaTitle .titleJp:before,
.areaEfforts .areaTitle .titleJp:after {
    background-image: url(../images/beginners/efforts-icon-hand.png);
}

.areaEfforts .Initiative {}

.areaEfforts .Initiative .itemInitiative {
    float: left;
    width: calc(100% / 2 - 17px);
    margin-right: 34px;
    text-align: center;
}

.areaEfforts .Initiative .itemInitiative:nth-child(2n) {
    margin-right: 0;
}

.areaEfforts .Initiative .itemInitiative .titleInitiative {
    position: relative;
    background: #0762dd;
    padding: 65px 0 34px;
    border-radius: 15px 15px 0 0;
}

.areaEfforts .Initiative .itemInitiative .titleInitiative .nameInitiaTive {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.areaEfforts .Initiative .itemInitiative .titleInitiative .title {
    color: #fff;
    font-size: 29px;
}

.areaEfforts .Initiative .itemInitiative .detailInitiative {
    background: #fff;
    padding: 17px 55px 40px;
    border-radius: 0 0 15px 15px;
}

.areaEfforts .Initiative .itemInitiative .detailInitiative .imageInitiative {
    position: relative;
    background: #d7f0ff;
    height: 140px;
    margin: 30px 0 51px;
}

.areaEfforts .Initiative .itemInitiative .detailInitiative .imageInitiative img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.areaEfforts .Initiative .itemInitiative .detailInitiative .subInitiative {
    font-size: 15px;
    text-align: left;
    letter-spacing: -1px;
    line-height: 1.75;
    margin-bottom: 26px;
    margin-right: -3px;
}

.areaEfforts .Initiative .itemInitiative .detailInitiative .buttonInitiative {
    display: inline-block;
    width: 320px;
}

.areaEfforts .Initiative .itemInitiative .detailInitiative .buttonInitiative a {
    display: block;
    background: url(../images/hajimete/camp-arrows-white.png) no-repeat center right 20px / 6px 13px, #0096ff;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px 2px #0071d9;
    padding: 9px 2px 11px;
    border-radius: 50px;
}


/*listFAQ*/

.areaFAQ {
    margin-bottom: 101px;
}

.areaFAQ .areaTitle {
    margin-bottom: 38px;
}

.areaFAQ .listFAQ {}

.areaFAQ .listFAQ li {
    margin-bottom: 10px;
}

.areaFAQ .listFAQ li .question {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid #2e6fb1;
    padding: 13px 52px 17px;
    letter-spacing: -0.5px;
    transition: 250ms all linear;
}

.areaFAQ .listFAQ li .question:hover {
    background-color: #efefef;
}

.areaFAQ .listFAQ li .question:before {
    content: "Q";
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-family: 'Roboto', sans-serif;
}

.areaFAQ .listFAQ li .question:after {
    content: "";
    position: absolute;
    background: url(../images/beginners/faq-icon-plus.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
}

.areaFAQ .listFAQ li .question.changeIcon:after {
    background-image: url(../images/beginners/faq-icon-minus.png);
    height: 2px;
}

.areaFAQ .listFAQ li .anwser {
    display: none;
    background: #fffdf7;
    font-size: 15px;
    border-radius: 5px;
    color: #454545;
    margin-top: 10px;

}

.areaFAQ .listFAQ li .anwser .iconA {
    display: block;
    position: relative;
    padding: 18px 56px 20px 54px;
    line-height: 1.6;
}

.areaFAQ .listFAQ li .anwser .iconA:before {
    content: "A";
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #f45959;
    top: 13px;
    left: 21px;
    font-family: 'Roboto', sans-serif;
}


/*areaSearch*/
.areaSearch {
    background: #004eb8;
    padding: 43px 0 57px;
    text-align: center;
    margin-bottom: -6px;
}

.areaSearch .inner {
    position: relative;
}

.areaSearch .boxTitle {
    text-align: center;
    margin-bottom: 26px;
}

.areaSearch .boxTitle .titleDescrip {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.areaSearch .boxTitle .titleDescrip span {
    position: relative;
    letter-spacing: -0.5px;
}

.areaSearch .boxTitle .titleDescrip span:after {
    content: "";
    position: absolute;
    background: url(../images/how/line-dot.png) repeat-x;
    background-size: 60px 6px;
    width: 60px;
    height: 6px;
    left: 11px;
    top: -5px;
}

.areaSearch .boxTitle .titleDescrip:before {
    content: "";
    position: absolute;
    background: url(../images/beginners/banner-title-left.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 24px;
    top: 55%;
    left: -26px;
    transform: translateY(-50%);
}

.areaSearch .boxTitle .titleDescrip:after {
    content: "";
    position: absolute;
    background: url(../images/beginners/banner-title-right.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 24px;
    top: 55%;
    right: -26px;
    transform: translateY(-50%);
}

.areaSearch .boxTitle .titleSearch {
    display: inline-block;
    position: relative;
    font-size: 46px;
    font-weight: bold;
    color: #ffff05;
    line-height: 1.3;
    letter-spacing: 0.1px;
}

.areaSearch .boxTitle .titleSearch:before {
    content: "";
    position: absolute;
    background: url(../images/beginners/search-metal-icon.png) no-repeat;
    background-size: cover;
    width: 110px;
    height: 131px;
    bottom: 29%;
    left: -123px;
    transform: translateY(50%);
    z-index: 2;
}

.areaSearch .numHit {
    position: absolute;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 117px;
    min-height: 78px;
    top: 11px;
    right: 40px;
    padding: 11px 3px 7px;
    border: 2px solid #fff;
}

.areaSearch .numHit:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #fff;
    bottom: -12px;
    left: 53%;
    transform: translateX(-50%);
}

.areaSearch .numHit:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #004eb8;
    bottom: -9px;
    left: 53%;
    transform: translateX(-50%);
}

.areaSearch .numHit .num {
    color: #f593a4;
    font-size: 24px;
}

.areaSearch .boxSearch {
    background: #afd2ed;
    width: calc(100% - 25px);
    padding: 5px 10px 5px 5px;
}

.areaSearch .boxSearch form {
    display: flex;
    justify-content: space-between;
}

.areaSearch .boxSearch .listSearch {
    display: flex;
    width: calc(100% - 134px);
    text-align: left;
    margin-right: 10px;
}

.areaSearch .boxSearch .listSearch .itemSearch {
    position: relative;
    min-width: 193px;
    border: solid #cfe3ee;
    border-width: 0 1px;
    background: url(../images/beginners/search-icon-arrows.png) no-repeat center right 20px, linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 247, 250, 1) 57%, rgba(212, 237, 245, 1) 100%);
    padding: 18px 35px 22px 17px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
}
.areaSearch .boxSearch .listSearch .itemSearch::-ms-expand {
    display: none;
}

.areaSearch .boxSearch .listSearch .itemSearch option {
    background-color: #afd2ed;
    font-size: 15px;
    color: #333;
    left: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cfe3ee;
    padding: 15px 5px;
}

.areaSearch .boxSearch .btnSearch .btnSubmit {
    display: block;
    width: 133px;
    background: url(../images/beginners/search-icon-btn.png) no-repeat center left 35px, #24a5ff;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 18px 5px 20px 37px;
    border-radius: 5px;
    letter-spacing: 2px;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
}

.areaSearch .boxSearch .listItem {
    display: none;
}


@media (min-width: 769px) {
    .areaHowto .wrapList .itemList .boxContact .phoneNum {
        pointer-events: none;
    }
}

@media (max-width: 768px) {
    .main-img-banner.main {
        height: 78.7vw;
        padding: 25.333vw 24px 0;
    }
    /*AREASERVICE*/
    .areaService {
        margin-bottom: 34px;
    }

    .areaService .serviceTitle {
        font-size: 17px;
        margin-bottom: 11px;
    }

    .areaService .serviceText {
        font-size: 13px;
        text-align: left;
        margin-bottom: 14px;
    }

    .areaService .serviceList {
        flex-direction: column;
        padding: 0;
    }

    .areaService .serviceList li {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .areaService .serviceList li+li {
        margin-top: 31px;
    }

    .areaService .serviceList li+li:before {
        content: '';
        position: absolute;
        top: -24px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        width: 13px;
        height: 11px;
        background: url(../images/index/arrow-yellow.png) no-repeat center center/100%;
    }

    .areaService .serviceList li .photo {
        width: 90px;
        margin-bottom: 0;
        margin-left: 7px;
        margin-top: 6px;
    }

    .areaService .serviceList li .info {
        width: calc(100% - 97px);
        text-align: left;
        padding-left: 24px;
    }

    .areaService .serviceList li .info .title {
        display: block;
        margin-bottom: 4px;
        overflow: hidden;
    }

    .areaService .serviceList li .info .title .number {
        float: left;
        width: 30px;
        font-size: 19px;
        color: #fff;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3);
    }

    .areaService .serviceList li .info .title .titleText {
        font-size: 15px;
        color: #253a9e;
        letter-spacing: -0.4px;
        line-height: 1.3;
        background-image: linear-gradient(180deg, transparent 75%, #fcff00 0);
    }

    .areaService .serviceList li .info .text {
        font-size: 13px;
        padding: 0;
        letter-spacing: -0.7px;
    }

    /*AREASERVICE*/

    /*AREAHOWTO*/
    .areaHowto {
        padding: 35px 0 41px;
    }

    .areaHowto .areaTitle {
        margin-bottom: 14px;
    }

    .areaHowto .wrapList .itemList {
        float: left;
        width: 100%;
        margin-right: 0;
    }

    .areaHowto .wrapList .itemList:nth-child(2n) {
        margin-top: 32px;
    }

    .areaHowto .wrapList .itemList .titleList {
        justify-content: flex-start;
        background: #23c8a3;
        padding: 11px 40px 13px 36px;
        border-radius: 5px 5px 0 0;
        font-size: 18px;
        min-height: inherit;
        text-shadow: 1.5px 0 0 #008869, -1.5px 0 0 #008869, 0 1.5px 0 #008869, 0 -1.5px 0 #008869, 1px 1px #008869, -1px -1px 0 #008869, 1px -1px 0 #008869, -1px 1px 0 #008869;
    }

    .areaHowto .wrapList .itemList:nth-child(2n) .titleList {
        text-shadow: 1.5px 0 0 #2f81a0, -1.5px 0 0 #2f81a0, 0 1.5px 0 #2f81a0, 0 -1.5px 0 #2f81a0, 1px 1px #2f81a0, -1px -1px 0 #2f81a0, 1px -1px 0 #2f81a0, -1px 1px 0 #2f81a0;
        padding-bottom: 10px;
    }

    .areaHowto .wrapList .itemList .titleList .caseIcon {
        width: 50px;
        margin-right: 37px;
    }

    .areaHowto .wrapList .itemList .brgDetail .boxDetail .iconDetail {
        width: 64.1px;
        top: -28px;
        left: 52.5%;
    }

    .areaHowto .wrapList .itemList:nth-child(2) .brgDetail .boxDetail .iconDetail {
        width: 53px;
        top: -29px;
        left: 48.5%;
    }

    .areaHowto .wrapList .itemList .brgDetail {
        padding: 19px 21px 20px;
        border-radius: 0 0 5px 5px;
        margin-bottom: 26px;
    }

    .areaHowto .wrapList .itemList:nth-child(2n) .brgDetail {
        margin-bottom: 23px;
    }


    .areaHowto .wrapList .itemList .brgDetail .boxDetail {
        padding: 42px 21px 5px;
        border-radius: 5px;
    }

    .areaHowto .wrapList .itemList .brgDetail .boxDetail .descripDetail {
        font-size: 17px;
        margin: 0 0 7px;
        letter-spacing: 0.7px;
    }

    .areaHowto .wrapList .itemList .brgDetail .boxDetail .descripDetail:before {
        background: url(../images/beginners/howto-descrip-left-sp.png) no-repeat;
        background-size: cover;
        width: 14px;
        height: 20px;
        top: 60%;
        left: -20px;
    }

    .areaHowto .wrapList .itemList .brgDetail .boxDetail .descripDetail:after {
        background: url(../images/beginners/howto-descrip-right-sp.png) no-repeat;
        background-size: cover;
        width: 14px;
        height: 20px;
        top: 60%;
        right: -20px;
    }

    .areaHowto .wrapList .itemList .brgDetail .listDetail li {
        padding: 6px 0px 9px;
    }

    .areaHowto .wrapList .itemList .brgDetail .listDetail li .iconList {
        width: 25.5px;
        margin-top: 1px;
        margin-right: 0;
    }

    .areaHowto .wrapList .itemList .brgDetail .listDetail li .subList {
        width: calc(100% - 32px);
        font-size: 16px;
    }

    .areaHowto .wrapList .itemList .brgDetail:after {
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 21px solid #0ebc95;
        bottom: -11px;
        left: 52%;
    }

    .areaHowto .wrapList .itemList:nth-child(2n) .brgDetail:after {
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 21px solid #00b1f2;
    }

    .areaHowto .wrapList .itemList .boxButton {
        padding: 0 1px;
    }

    .areaHowto .wrapList .itemList .boxButton li {
        margin-bottom: 9px;
    }

    .areaHowto .wrapList .itemList .boxButton li a {
        box-shadow: 1px 1px 5px rgba(49, 137, 105, 0.35);
    }

    .areaHowto .wrapList .itemList .boxContact .phoneNum {
        margin-bottom: 10px;
    }

    .areaHowto .wrapList .itemList .boxContact .boxBtn {
        max-width: 100%;
        flex-direction: column;
    }

    .areaHowto .wrapList .itemList .boxContact .boxBtn .itemButton {
        margin-bottom: 9px;
    }

    /*AREAHOWTO*/

    /*AREABANNER*/
    .areaBanner {
        padding-top: 29px;
        height: 400px;
        background: url(../images/beginners/banner-brg-sp.jpg) no-repeat top center;
    }

    .areaBanner .detailBanner li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .areaBanner .detailBanner li .titleItem {
        font-size: 16px;
        margin-bottom: -1px;
        letter-spacing: -1px;
    }

    .areaBanner .detailBanner li .titleItem .yelColor {
        font-size: 19px;
    }

    .areaBanner .detailBanner li .titleItem:before {
        background: url(../images/beginners/banner-title-left-sp.png) no-repeat;
        background-size: cover;
        width: 14px;
        height: 20px;
        top: 60%;
        left: -20px;
    }

    .areaBanner .detailBanner li .titleItem:after {
        background: url(../images/beginners/banner-title-right-sp.png) no-repeat;
        background-size: cover;
        width: 14px;
        height: 20px;
        top: 60%;
        right: -20px;
    }

    /*AREABANNER*/

    /*AREAGOOGLE*/
    .areaGoogle {
        margin-bottom: -35px;
    }

    .areaGoogle .areaTitle {
        margin-bottom: 0;
    }

    .areaGoogle .wrapTop {
        padding: 36px 0 96px;
    }

    .areaGoogle .wrapBot {
        background-size: cover;
        padding-bottom: 0;
    }

    .areaGoogle .wrapBot .wrapReviews {
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px #e0f1f9;
        padding: 17px 7px 30px 21px;
        transform: translateY(-76px);
    }

    .areaGoogle .wrapBot .wrapReviews .boxRate {
        width: 100%;
        margin: 0 auto 18px;
        transform: translateX(20px);
    }

    .areaGoogle .wrapBot .wrapReviews .boxRate .listBar {
        width: 165px;
    }

    .areaGoogle .wrapBot .wrapReviews .boxRate .listBar li .numBar {
        font-size: 11px;
    }

    .areaGoogle .wrapBot .wrapReviews .boxRate .listBar li .rateBar {
        width: calc(100% - 25px);
        height: 6px;
        margin-top: 3px;
    }

    .areaGoogle .wrapBot .wrapReviews .boxRate .detailRate {
        margin-right: 24px;
    }

    .areaGoogle .wrapBot .wrapReviews .boxRate .detailRate .numDetail {
        font-size: 45px;
        margin-bottom: 1px;
    }

    .areaGoogle .wrapBot .wrapReviews .boxRate .review {
        margin-bottom: -5px;
    }

    .areaGoogle .wrapBot .wrapReviews .boxRate .review span {
        width: 10px;
    }

    .areaGoogle .wrapBot .wrapReviews .boxRate .howmuch {
        font-size: 10px;
    }

    .areaGoogle .wrapBot .wrapReviews .wrapScroll {
        height: 474px;
        padding-right: 20px;
    }

    .areaGoogle .wrapBot .wrapReviews .listComment {
        padding-top: 29px;
    }

    .areaGoogle .wrapBot .wrapReviews .listComment:before {
        height: 4px;
    }

    .areaGoogle .wrapBot .wrapReviews .listComment li .logoUser {
        width: 31px;
    }

    .areaGoogle .wrapBot .wrapReviews .listComment li .detialComment {
        width: calc(100% - 42px);
        padding-right: 20px;
    }

    .areaGoogle .wrapBot .wrapReviews .listComment li .detialComment .boxName {
        margin-bottom: 17px;
    }

    .areaGoogle .wrapBot .wrapReviews .listComment li .detialComment .boxName .nameUser {
        font-size: 12px;
        margin-right: 6px;
        vertical-align: 2px;
    }

    .areaGoogle .wrapBot .wrapReviews .listComment li .detialComment .boxName .review span {
        width: 11px;
        margin-right: -2px;
    }

    .areaGoogle .wrapBot .wrapReviews .listComment li .detialComment .subComment {
        font-size: 11px;
        line-height: 1.45;
        letter-spacing: 0.4px;
        margin-left: -3px;
    }


    .areaGoogle .wrapBot .wrapReviews .wrapScroll.os-theme-dark>.os-scrollbar-vertical,
    .areaGoogle .wrapBot .wrapReviews .wrapScroll.os-theme-light>.os-scrollbar-vertical {
        width: 6px;
    }

    .areaGoogle .wrapBot .wrapReviews .wrapScroll.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
        right: 4px;
    }

    /*AREAGOOGLE*/

    /*AREAEFFORTS*/
    .areaEfforts {
        padding: 35px 0 0;
        margin-bottom: 35px;
    }

    .areaEfforts .areaTitle {
        margin-bottom: 35px;
    }

    .areaEfforts .Initiative .itemInitiative {
        width: 100%;
        margin-right: 0;
        margin-bottom: 49px;
    }

    .areaEfforts .Initiative .itemInitiative:last-child {
        margin-bottom: 38px;
    }

    .areaEfforts .Initiative .itemInitiative .titleInitiative .nameInitiaTive {
        width: 190px;
        top: -18px;
    }

    .areaEfforts .Initiative .itemInitiative .titleInitiative .title {
        font-size: 18px;
        letter-spacing: -1px;
    }

    .areaEfforts .Initiative .itemInitiative .titleInitiative {
        position: relative;
        background: #0762dd;
        padding: 37px 0 16px;
        border-radius: 7px 7px 0 0;
    }

    .areaEfforts .Initiative .itemInitiative .detailInitiative {
        padding: 16px 21px 40px;
        border-radius: 0 0 7px 7px;
    }

    .areaEfforts .Initiative .itemInitiative .detailInitiative .imageInitiative {
        width: 100%;
        height: auto;
        margin: 0 0 15px;
        background: transparent;
    }

    .areaEfforts .Initiative .itemInitiative:nth-child(2) .detailInitiative .imageInitiative {
        margin: 22px 0 23px;
    }

    .areaEfforts .Initiative .itemInitiative .detailInitiative .imageInitiative img {
        position: static;
        transform: none;
    }

    .areaEfforts .Initiative .itemInitiative .detailInitiative .subInitiative {
        font-size: 13px;
        letter-spacing: -1.1px;
        margin-bottom: 28px;
    }

    .areaEfforts .Initiative .itemInitiative .detailInitiative .buttonInitiative {
        width: 100%;
        padding: 0 19px;
    }


    .areaEfforts .Initiative .itemInitiative .detailInitiative .buttonInitiative a {
        background: url(../images/hajimete/camp-arrows-white.png) no-repeat center right 20px / 6px 13px, #0096ff;
        font-size: 16px;
        text-shadow: 1px 1px 2px #0071d9;
        padding: 6px 2px 10px;
    }

    /*AREAEFFORTS*/

    /*AREAFAQ*/
    .areaFAQ {
    	margin-bottom: 45px;
    }

    .areaFAQ .areaTitle {
        margin-bottom: 20px;
    }
    .areaFAQ .listFAQ li {
    	margin-bottom: 10px;
    }
    .areaFAQ .listFAQ li .question {
        font-size: 15px;
        border-radius: 3px;
        border: 1px solid #2e6fb1;
        padding: 15px 26px;
        letter-spacing: -2.1px;
    }

    .areaFAQ .listFAQ li .question:before {
        font-size: 16px;
        top: 15px;
        left: 10px;
        transform: none;
    }

    .areaFAQ .listFAQ li .question:after {
        width: 17px;
        right: 10px;
        background-size: 100%;
    }

    .areaFAQ .listFAQ li .anwser .iconA {
        padding: 10px 18px 10px 28px;
        line-height: 1.6;
        letter-spacing: -1.3px;
        line-height: 1.55;
    }

    .areaFAQ .listFAQ li .anwser .iconA:before {
        font-size: 16px;
        top: 10px;
        left: 11px;
    }

    /*AREAFAQ*/

    /*AREASEARCH*/
    .areaSearch {
        padding: 38px 0 39px;
    }

    .areaSearch .boxTitle {
        padding-left: 54px;
        letter-spacing: -1px;
        margin-bottom: 12px;
    }

    .areaSearch .boxTitle .titleDescrip {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .areaSearch .boxTitle .titleSearch {
        font-size: 19px;
        letter-spacing: -0.1px;
    }

    .areaSearch .boxTitle .titleDescrip:before {
        width: 13px;
        height: 19px;
        top: 55%;
        left: -18px;
    }

    .areaSearch .boxTitle .titleDescrip:after {
        width: 13px;
        height: 19px;
        top: 54%;
        right: -16px;
    }

    .areaSearch .boxTitle .titleSearch:before {
        width: 54px;
        height: 65px;
        left: -60px;
        bottom: 84%;
    }

    .areaSearch .boxSearch {
        width: 100%;
        padding: 0;
        background: transparent;
    }

    .areaSearch .boxSearch form {
        flex-direction: column;
    }
    .areaSearch .boxSearch .listSearch {
        flex-direction: column;
        width: 100%;
        padding: 5px;
        background: #afd2ed;
        margin-bottom: 20px;
    }
    .areaSearch .boxSearch .listSearch .itemSearch {
        width: 100%;
        border-color: #afd2ed;
        border-width: 0 0 5px;
        font-size: 15px;
        padding: 6px 50px 7px 11px;
        background: url(../images/beginners/search-icon-arrows.png) no-repeat center right 15px/ 11px 7px, linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 247, 250, 1) 57%, rgba(212, 237, 245, 1) 100%);
    }

    .areaSearch .boxSearch .listSearch .itemSearch:last-child {
        border: none;
    }

    .areaSearch .boxSearch .listSearch .itemSearch .listItem option {
        font-size: 13px;
        padding: 15px 20px;
    }

    .areaSearch .boxSearch .btnSearch {
        position: relative;
        width: 100%;
    }

    .areaSearch .boxSearch .btnSearch .btnSubmit {
        background-position: center left 17px;
        background-size: 20px;
        font-size: 16px;
        letter-spacing: 5px;
        font-weight: normal;
        width: 100%;
        padding: 10px 33px 15px 30px;
        border-radius: 3px;
    }

    .areaSearch .numHit {
        font-size: 11px;
        font-weight: normal;
        width: auto;
        min-height: auto;
        top: 47%;
        right: 20px;
        border: none;
        padding: 0;
        transform: translateY(-50%);
    }

    .areaSearch .numHit br {
        display: none;
    }

    .areaSearch .numHit .num {
        display: inline-block;
        vertical-align: -2px;
        font-size: 17px;
        padding: 0 3px;
        color: #fff;
    }

    .areaSearch .numHit:before,
    .areaSearch .numHit:after {
        content: none;
    }

}