@charset "UTF-8";
/*
 * page.css
 *
 */

/*==================================
             omoi
==================================*/
section {
    padding: 50px 50px 0px;
}
.page-template-default .section_box,
.single .section_box {
    padding: 120px 50px 0px;
}
.single .section_box.syojo {
    padding: 40px 50px 0px;
}
section h3 {
    margin-bottom: 100px;
}
section h3.middle {
    letter-spacing: 20px;
    text-indent: 20px;
}
section h3.fs45 { font-size: 45px;}
section h3.fs40 { font-size: 40px;}
section h3.fs36 { font-size: 36px;}
section h3.fs34 { font-size: 34px;}
section h3.fs32 { font-size: 32px;}
section h3.fs30 { font-size: 30px;}
section h3.fs28 { font-size: 28px;}
section h3.fs25 { font-size: 25px;}
section h3.fs24 { font-size: 24px;}
section h3.fs20 { font-size: 20px;}
.page-template-default .section_box p:not(.more_btn),
.single .section_box p:not(.more_btn),
.customer li p {
    padding: 20px;
    font-size: 18px;
    color: #5c5e5e;
    letter-spacing: 5px;
    line-height: 2em;
}
.about-sashie img {
    width: 290px;
    bottom: -216px;
    top: unset;
    right: -51px;
}
/*==================================
             aisatsu
==================================*/
.profile dl {
    display: flex;
    flex-wrap: wrap;
    color: #5c5e5e;
    font-size: 18px;
}
.profile dl dt {
    width: 250px;
    padding: 5px 0px;
}
.profile dl dd {
    width: calc(100% - 250px);
    padding: 5px 0px;
}
.aisatsu-img,
.aisatsu-img2 {
    text-align: center;
}
.aisatsu-img img {
    width: 400px;
    margin: 50px 0px 0px;
}
.aisatsu-img2 img {
    width: 400px;
    margin: 75px 0px 0px;
}
/*==================================
             shojyo
==================================*/
.section_box ul {
    
}
.section_box h4 {
    font-size: 18px;
    color: #5c5e5e;
    letter-spacing: 5px;
    line-height: 2em;
    font-weight: bold;
}
.section_box ul li {
    font-size: 18px;
    color: #5c5e5e;
    letter-spacing: 5px;
    line-height: 2em;
    list-style: disc;
    margin-left: 80px;
}
.section_box ul.list-no>li {
    list-style: none;
}
.section_box ul.list-no li h4 {
    font-weight: bold;
}

/*==================================
             category
==================================*/
.archive_list li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 24px;
    padding: 0px 15px 0px 0px;
    position: relative;
    top: 2px;
    color: #2bb5cd;
}
.archive_list li a h6 {
    padding: 0px 0px 20px;
    color: #2bb5cd;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5em;
    font-size: 21px;
    display: inline;
    line-height: 3em;
}
.archive_list li a:hover {
    text-decoration: none;
}

/*==================================
             contact
==================================*/
.page-template-default .section_box .contact-form p {
    padding: 0px;
    color: #2bb5cd;
}
.contact-form {
    margin: 10px 50px;
    display: flex;
    flex-wrap: wrap;
}
.contact-form dt {
    padding: 0px 10px;
    margin-bottom: 0px;
	text-align: left;
}
.contact-form dd textarea ,
.contact-form dd input[type="text"],
.contact-form dd input[type="tel"],
.contact-form dd input[type="email"] {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-size: 21px;
}
.contact-form input {
    font-size: 21px;
}
.contact-form dd {
    margin-bottom: 50px;
    line-height: 1.5;
    padding: 0px 10px;
}
.required {
    background-color: #df1014;
    color: #fff;
    font-size: 10px;
    padding: 3px 10px;
    margin: 5px 15px 5px 5px;
    border-radius: 5px;
}
form input[type="submit"] {
    color: #fff;
    background-color: #2bb5cd;
    border: 2px solid #2bb5cd;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 18px 100px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
form input[type="submit"]:hover {
    cursor: pointer;
    color: #2bb5cd;
    text-decoration: none;
    background-color: #fff;
    border-color: #2bb5cd;
}
.page-template-default .section_box.line {
    padding: 0px;
}
.line-div, .tel-div {
    width: calc(100vw - 10px);
    margin: 0px calc(50% - 50vw) 150px;
}
.tel-div {
    padding-top: 100px;
}
.line-div>div, .tel-div>div {
    width: 880px;
    margin: 0px auto;
}
.tel-div>div::after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 12px;
    background: url(../img/h4-border.svg);
    background-size: cover;
    
}
.line-div img, .tel-div img {
    width: 80%;
    height: auto;
    margin-bottom: 60px;
}
.line-div, .tel-div {
    text-align: center;
}
.page-template-default .section_box .tel-div p,
.page-template-default .section_box .line-div p {
    font-size: 24px;
}
/*==================================
             customer
==================================*/
.customer h5 {
    text-align: center;
    font-size: 46px;
    color: #2bb5cd;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    padding-top: 100px;
}
.customer li:nth-of-type(1) h5 {
    padding-top: 50px;
}
.customer h5::after {
    content: "";
    display: block;
    width: 450px;
    margin: 0px auto;
    height: 8px;
    background: url(../img/h4-border.svg);
    background-size: cover;
}
.customer .basho {
    text-align: center;
    font-size: 46px;
    color: #2bb5cd;
    line-height: 1em;
    padding-bottom: 40px;
}
.customer li figure {
    text-align: center;
}
.customer li figure::after {
    content: "";
    display: block;
    width: 600px;
    margin: 0px auto;
    height: 9px;
    background: url(../img/h4-border.svg);
    background-size: cover;
    z-index: 20;
    position: relative;
}
.customer li img {
    width: 65%;
    height: auto;
    position: relative;
    bottom: -10px;
    z-index: 10;
}
.customer li div p {
    margin: 20px 0px;
}
.customer li::after {
    content: "";
    display: block;
    background: url(../img/pattern-12.svg) no-repeat;
    background-size: cover;
    width: calc(100vw - 10px);
    height: 77px;
    margin: 0 calc(50% - 50vw);
    margin-top: 200px;
}
.customer li:last-of-type::after {
    content: none;
}

/*==================================
             ryokin
==================================*/
section.ryokin h3 {
    font-size: 45px;
    letter-spacing: 0;
    text-indent: 0;
}
.page-template-default .section_box.ryokin p {
    color: #2bb5cd;
    font-style: italic;
    text-align: center;
    font-size: 24px;
}
.page-template-default .section_box.ryokin p.kanzenyoyaku {
    font-size: 100px;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.page-template-default .section_box.ryokin p.kanzenyoyaku::after {
    content: "";
    display: block;
    margin: 0px auto;
    height: 8px;
    background: url(../img/h4-border.svg);
    background-size: cover;
}
.page-template-default .section_box.ryokin p.sejyutsuryo {
    letter-spacing: 0.4em;
    text-indent: 0.4em;
}
.page-template-default .section_box.ryokin p.sejyutsuryo::before,
.page-template-default .section_box.ryokin p.sejyutsuryo::after {
    content: "";
    display: inline-block;
    width: 190px;
    height: 3px;
    background: #2bb5cd;
    border-style: solid;
    border-width: 0;
    margin: 0px 30px;
}

.page-template-default .section_box.ryokin .nedan p {
    font-size: 100px;
    line-height: 0.5em;
    display: inline-block;
}
.page-template-default .section_box.ryokin .nedan p span {
    font-size: 50px;
}
.page-template-default .section_box.ryokin .nedan p.tax {
    font-size: 20px;
    display: inline-block;
    writing-mode: vertical-rl;
    position: absolute;
    top: -13px;
    right: 137px;
}
.page-template-default .section_box.ryokin p.small {
    font-size: 18px;
    padding: 20px 0px 0px;
}
.nedan {
    position: relative;
    text-align: center;
    margin-bottom: 200px;
}
.nedan::after {
    content: "";
    display: block;
    width: 400px;
    margin: 0px auto;
    height: 24px;
    background: url(../img/h3-border.svg);
    background-size: cover;
}
.page-template-default .section_box.ryokin p.flow {
    font-size: 30px;
}
.page-template-default .section_box.ryokin p.flow::after,
.section_box ul.flow-ul::after {
    content: "";
    display: block;
    width: 450px;
    margin: 0px auto;
    height: 8px;
    background: url(../img/h4-border.svg);
    background-size: cover;
}
.section_box ul.flow-ul li {
    color: #2bb5cd;
    font-style: italic;
    list-style: none;
    padding: 15px 0px 0px 100px;
    font-size: 22px;
    letter-spacing: 0.8em;
    text-indent: 0.8em;
}
.section_box ul.flow-ul li:last-of-type {
    padding-bottom: 50px;
}
.page-template-default .section_box.ryokin p.koka {
    font-size: 75px;
    letter-spacing: 0;
    text-indent: 0;
    width: calc(100vw - 70px);
    margin: 0 calc(50% - 49vw);
}
.page-template-default .section_box.ryokin p.koka::after {
    content: "";
    display: block;
    width: 910px;
    margin: 0px auto;
    height: 12px;
    background: url(../img/h4-border.svg);
    background-size: cover;
}
.page-template-default .section_box.ryokin p.hajimete {
    font-size: 31px;
    line-height: 0.2em;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
}
.page-template-default .section_box.ryokin p.shokai-campaign {
    font-size: 53px;
    color: #fff;
    background: url(../img/campaign-back.svg) no-repeat;
    background-position: center;
}
.page-template-default .section_box.ryokin p.jisshichu {
    font-size: 66px;
    padding: 10px 0px 30px;
    line-height: 0.8em;
    letter-spacing: 0.6em;
    text-indent: 0.6em;
}
.page-template-default .section_box.ryokin p.hangaku {
    font-size: 100px;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    line-height: 0.7em;
}
.page-template-default .section_box.ryokin p.hangaku::after {
    content: "";
    display: block;
    margin: 0px auto;
    height: 18px;
    background: url(../img/h3-border.svg);
    background-size: cover;
    width: 368px;
}
.page-template-default .section_box.ryokin p.hangaku-ryokin {
    font-size: 100px;
    letter-spacing: 0;
    text-indent: 0;
    line-height: 0.5em;
}
.page-template-default .section_box.ryokin p.hangaku-ryokin span {
    font-size: 24px
}
.page-template-default .section_box.ryokin p.hangaku span {
    font-size: 50px;
    letter-spacing: 0;
    text-indent: 0;
}
.page-template-default .section_box.ryokin p.okomari {
    font-size: 50px;
    width: calc(100vw - 70px);
    margin: 0 calc(50% - 49vw);
}
.page-template-default .section_box.ryokin p.okomari::after {
    content: "";
    display: block;
    width: 800px;
    margin: 0px auto;
    height: 36px;
    background: url(../img/h3-border.svg);
    background-size: cover;
}
.campaign {
    position: relative;
}
.campaign figure {
    position: absolute;
    bottom: 440px;
    left: -90px;
}
.campaign figure img {
    width: 230px;
    height: auto;
}

/*==================================
             blog
==================================*/
ul.blog li a {
    color: #2bb5cd
}
ul.blog li time {
    display: inline-block;
}
ul.blog li p {
    display: inline-block;
}

/*==================================
             qa
==================================*/
.qa-div {
    width: calc(100vw - 9px);
    margin: 0px calc(50% - 50vw);
}
.qa {
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 2em;
    width: 828px;
    margin: 0px auto;
}
.page-template-default .section_box .qa dt p,
.page-template-default .section_box .qa dd p {
    padding: 0px 69px 0px 80px;
    color: #2bb5cd;
}
.qa dt {
    color: #2bb5cd;
    padding: 15px 0px 75px 0px;
    margin-top: 23px;
}
.qa dd {
    color: #2bb5cd;
    line-height: 1.7em;
    letter-spacing: .06em;
    padding: 0px 0px 30px;
}
.page-template-default .section_box .qa dt p::before, .page-template-default .section_box .qa dd p::before {
    content: 'Q';
    font-style: italic;
    color: #2bb5cd;
    font-size: 32px;
    letter-spacing: .02em;
    position: relative;
    font-weight: 500;
    left: -35px;
    top: 0px;
}
.page-template-default .section_box .qa dd p::before {
    content: 'A';
    color: #2bb5cd;
}
.qa dd::after {
    content: "";
    display: block;
    width: 100%;
    margin: 100px auto 0px;
    height: 12px;
    background: url(../img/h4-border.svg);
    background-size: cover;
}
.qa dd:last-of-type::after {
    display: none;
}
.qa-page-img {
    width: 150px;
    height: auto;
    margin: 0px auto;
}
.page-template-default .section_box p.qa-p:nth-of-type(1) {
    text-align: center;
    color: #2bb5cd;
    padding: 80px 20px 20px;
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 2em;
}
.page-template-default .section_box p.qa-p:nth-of-type(2) {
    text-align: center;
    padding: 0px;
}