@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){}

.product-block-wrap01 {
    margin-bottom: 60px;
}

.product-block {
    position: relative;
    z-index: 10;
}

.product-img {
    text-align: right;
}

.product-block-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 40%;
    background: rgba(243,152,0,0.9);
}

.product-block-text-inner {
    position: relative;
    padding: 50px 0;
}

.product-block-text-inner:after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #f39800)) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f39800 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    right: -50px;
    top: 0;
    opacity: 0.9;
}

.product-block-text-inner:before {
    content: "";
    display: block;
    width: 80%;
    height: 5px;
    background: #f2600c;
    position: absolute;
    top: 0;
    left: 0;
}

.product-block-heading {
    padding-left: 50px;
    position: relative;
    color: #fff;
    position: relative;
}

.product-block-heading:before {
    content: "";
    display: block;
    width: 85%;
    height: 25px;
    background: #f38010;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
}

.product-block-heading span,
.product-block02-heading span,
.company-block-heading span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.product-block-heading h3,
.product-block02-heading h3,
.company-block-heading h3 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.product-block-text-inner p {
    padding-left: 50px;
    color: #fff;
}

.product-block-text-inner .btn-wrap02 {
    text-align: left;
    padding-left: 50px;
}

.product-block-text-inner .btn01,
.company-block-text .btn01 {
    border-radius: 0;
}

.btn01 {
    border: solid 2px #fff;
    padding: 20px 100px;
}

.btn-arrow01:after {
    content: "";
    display: block;
    width: 30px;
    height: 10px;
    background: url(../images/common/arrow01.png) no-repeat center center;
    background-size: 30px 10px;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.btn-arrow01:hover:after {
    background: url(../images/common/arrow02.png) no-repeat center center;
    background-size: 30px 10px;
}

.btn-arrow02:after {
    content: "";
    display: block;
    width: 30px;
    height: 10px;
    background: url(../images/common/arrow02.png) no-repeat center center;
    background-size: 30px 10px;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.btn-arrow02:hover:after {
    background: url(../images/common/arrow01.png) no-repeat center center;
    background-size: 30px 10px;
}

.btn-color01 {
    color: #fff;
}

.btn-color01:hover {
    color: #f39800;
    background: #fff;
}

.btn-color02 {
    border: solid 2px #f39800;
}

.btn-color02:hover {
    color: #fff;
    background: #f39800;
}


.product-block-wrap01-full,
.product-block-wrap02-full {
    position: relative;
}

.product-block-wrap01-full:before {
    content: "";
    display: block;
    width: 90%;
    height: 390px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9ce82+0,f9ef82+100 */
    background: rgb(249,206,130); /* Old browsers */
    background: -moz-linear-gradient(left,  rgb(249,206,130) 0%, rgb(249,239,130) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgb(249,206,130) 0%,rgb(249,239,130) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgb(249,206,130) 0%,rgb(249,239,130) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    bottom: -140px;
    /* z-index: -1; */
}

.product-block-wrap01-full:after {
    content: "";
    display: block;
    width: 10%;
    height: 390px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: -140px;
    z-index: 0;
}

.product-block-wrap02-full:before {
    content: "";
    display: block;
    width: 100%;
    height: 599px;
    background: #edeceb;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.product-block02-text {
    position: relative;
}

.product-block02-text:before {
    content: "";
    display: block;
    width: 25%;
    height: 5px;
    background: #f2600c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.product-block02-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #f39800;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.prodcut-block02-inner {
    padding: 40px 40px 80px 40px;

    background: #fff;
}

.product-block02-heading span {
    color: #f39800;
}

.product-block02 a {
    display: block;
    position: relative;
}

.product-block02 a:hover {
    color: #333;
}

.product-block02 a:hover:before {
    border-color: transparent transparent #f39800 transparent;
}

.product-block02 a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 80px 130px;
    border-color: transparent transparent #669900 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: .2s;
}

.product-block02 a:after {
    content: "";
    display: block;
    width: 30px;
    height: 10px;
    background: url(../images/common/arrow01.png) no-repeat center center;
    background-size: 30px 10px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 4;
}

.product-block02-img {
    background: #fff;
}

.product-block02-wrap {
    padding-bottom: 60px;
}

.company-block-wrap {
    position: relative;
}

.company-block-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 50%;
    background: rgba(255,255,255,0.9);
    padding: 40px 0;
}

.company-block-heading {
    padding-left: 50px;
}

.company-block-text p {
    padding-left: 50px;
    position: relative;
}

.company-block-text:after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    right: -50px;
    top: 0;
    opacity: 0.9;
}

.company-block-text .btn-wrap02 {
    text-align: left;
    padding-left: 50px;
}

.company-block-heading span {
    color: #f39800;
}

.company-block-heading {
    position: relative;
}

.company-block-heading:before {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #f2600c;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.contact-block-wrap {
    background: url(../images/common/bg_contact.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
}

.contact-block-heading {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 40px;
}

.contact-block-heading-inner {
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.contact-block-heading-inner:before {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -250px;
}

.contact-block-heading-inner:after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -250px;
}

.contact-block-inner {
    display: flex;
}

.contact-block-item {
    width: 50%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}


.contact-block-item-text {
    font-size: 20px;
    font-weight: bold;
}

.contact-block-item-tel {
    margin-bottom: 0;
    line-height: 1.5;
}

.contact-block-item-tel a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-block-item-tel .icon-tel {
    width: 40px;
    height: 50px;
    margin-right: 10px;
    display: inline-block;
}

.contact-block-item-tel .icon-tel svg {
    width: 40px;
    height: 50px;
}

.contact-block-item-tel .icon-tel svg path {
    fill: #fff;
}

.contact-block-item-tel .font01 {
    font-size: 50px;
    color: #fff;
    letter-spacing: 3px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
}

.contact-block-item-mail a {
    display: inline-block;
    border-radius: 4px;
    background: #669900;
    width: 80%;
    padding: 20px 30px;
    position: relative;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
}

.contact-block-item-mail a:hover {
    opacity: .8;
}

.contact-block-item-mail .icon-mail01:before {
    width: 30px;
    height: 21px;
    background: url(../images/common/icon_mail.png);
    background-size: 30px 21px;
    left: 20px;
}

.contact-block-item-annotation {
    font-size: 20px;
    font-weight: bold;
}


.sub-contents {
    padding-bottom: 120px;
}

.is-style-table01.company table td:nth-child(1) {
    background: #edeff1;
    color: #333;
}

.membership-list {
    display: flex;
}

.membership-item {
    margin-right: 60px;
    text-align: center;
}

.reformup-result-box .wp-block-column:first-child .wp-block-image {
    position: relative;
}

.reformup-result-box .wp-block-column:first-child .wp-block-image:before {
    display: block;
    content: "";
    position: absolute;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 25px;
    border-color: transparent transparent transparent #f39800;
}

.footer-nav {
    width: 60%;
}

.icon {
    position: relative;
    display: inline-block;
}

.footer-twitter,
.footer-line {
    width: 3%;
}

.icon-twitter:before {
    position: absolute;
    display: block;
    content: "";
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
}

.icon-twitter:before {
    width: 21px;
    height: 18px;
    background: url(../images/common/icon_twitter.png) no-repeat center center;
    background-size: 21px 18px;
    left: 0px;
}

.icon-line:before {
    width: 18px;
    height: 18px;
    background: url(../images/common/icon_line.png) no-repeat center center;
    background-size: 18px 18px;
    left: 0px;
}

.footer-nav ul li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.footer-nav ul li:nth-child(5n) {
    margin-right: 2%;
}

.line-area {
    border: solid 4px #00b900;
    padding: 30px;
}

.line-area-message {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.line-area-qr-block {
    display: flex;
    justify-content: space-between;
}

.line-area-qr,
.line-area-qr-img {
    width: 48%;
}

.line-area-qr-img {
    text-align: center;
}

.line-area-qr-link {
    margin-top: 10px;
    text-align: center;
}
.flt-left09 {
    width: 50%;
}
.flt-right09 {
    width: 45%;
}
.link-icon i {
    transition: .2s;
    font-size: 18px;
    margin-right: 5px;
}
.btn-color02:hover .link-icon i {
    color: #fff;
}
@media only screen and (max-width: 992px) {
    .product-block-text {
        position: relative;
        width: 80%;
        transform: none;
        margin-top: -140px;
        z-index: 100;
    }

    .product-block-wrap01-full:before {
        bottom: -100px;
        height: 90%;
    }

    .company-block-text {
        position: relative;
        width: 80%;
        transform: none;
        margin-top: -140px;
    }

    .contact-block-inner {
        display: block;
    }

    .contact-block-item {
        width: 100%;
    }

    .contact-block-item:first-child {
        border-right: 0;
        margin-bottom: 40px;
    }

    .footer-inner-wrap {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .product-block-wrap01-full .inner,
    .product-block-wrap02-full .inner {
        padding: 0
    }

    .product-block-wrap01 {
        margin-bottom: 30px;
    }

    .product-block-text {
        width: 100%;
        margin-top: -50px;
    }

    .product-block-text-inner {
        padding: 20px 0;
    }

    .product-block-text-inner:after {
        display: none;
    }

    .product-block-heading {
        padding-left: 20px;
    }

    .product-block-heading span, .product-block02-heading span, .company-block-heading span {
        font-size: 16px;
    }

    .product-block-heading h3, .product-block02-heading h3, .company-block-heading h3 {
        font-size: 20px;
    }

    .product-block-text-inner p {
        padding-left: 20px;
    }

    .product-block-text-inner .btn-wrap02 {
        padding-left: 0;
        text-align: center;
    }

    .btn01, #submit #confirm, #submit #send, #submit #back {
        width: 90%;
    }

    .prodcut-block02-inner {
        padding: 20px 20px 40px 20px;
    }

    .product-block02-wrap {
        padding-bottom: 30px;
    }

    .product-block02 a:before {
        border-width: 0px 0 50px 100px;
    }

    .product-block02 a:after {
        right: 10px;
        bottom: 13px;
    }

    .company-block-text {
        width: 100%;
        margin-top: 0px;
        padding: 20px 0;
    }

    .company-block-text:after {
        display: none;
    }

    .company-block-heading {
        padding-left: 20px;
    }

    .company-block-text p {
        padding-left: 20px;
    }

    .company-block-text .btn-wrap02 {
        text-align: center;
        padding: 0;
    }

    .company-block-heading:before {
        width: 15px
    }

    .product-block-wrap01-full:before {
        width: 110%;
        left: -10px;
    }

    .product-block-wrap01-full:after {
        display: none;
    }

    .product-block-wrap02-full:before {
        height: 100%;
    }

    .contact-block-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact-block-item-text {
        font-size: 18px;
    }

    .contact-block-item-tel .icon-tel {
        width: 20px;
        height: 30px;
        margin-right: 5px;
    }

    .contact-block-item-tel .icon-tel svg {
        width: 20px;
        height: 30px;
    }

    .contact-block-item-tel .font01 {
        font-size: 30px;
    }

    .contact-block-item-annotation {
        font-size: 14px;
    }

    .contact-block-item:first-child {
        margin-bottom: 30px;
    }

    .contact-block-item-mail a {
        margin-top: 0;
        width: 90%;
        padding:  20px;
        font-size: 16px;
    }

    .contact-block-wrap {
        padding: 40px 0;
    }

    .footer {
        margin-top: 50px;
    }

    .main-contents {
        padding: 50px 0;
    }

    .wp-block-buttons {
        text-align: center;
    }

    .is-style-btn01 {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .is-style-btn01 a {
        width: 100%;
    }

    .sub-contents {
        padding-bottom: 50px;
    }

    .is-style-table01 table td {
        border-right: none;
        border-left: none;
    }

    .membership-item {
        width: 50%;
        margin-right: 0;
    }

    .reformup-result-box .wp-block-column:first-child .wp-block-image:before {
        display: none;
    }

    .footer-nav {
        width: 100%;
    }

    .footer-twitter {
        width: 100%;
    }

    .footer-nav ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0px;
    }

    .footer-twitter, .footer-line {
        display: inline-block;
        margin-right: 30px;
        margin-top: 15px;
        width: 3%;
    }

    .line-area {
        padding: 15px;
    }

    .line-area-message {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }
        .flt-left09 {
            width: 85%;
        }

        .flt-right09 {
            width: 15%;
        }
}
