@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/*------------ noto serif jpインポート---------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css2?family=Kosugi+Maru&family=Sawarabi+Gothic&display=swap);


body {
    font-family: "Kosugi Maru";
}

.top #content {
    padding-top: 0 !important;
}

@media(min-width:768px) {
    .spon {
        display: none;
    }
}

/*------------------------------------------------
        ヘッダーflex化
------------------------------------------------*/
.-parallel .l-header__logo {
    display: block;
}

.flex-right {
    display: none;
}

@media (min-width: 960px) {
    .-parallel .l-header__logo {
        display: flex;
        padding: 16px 48px !important;
    }

    .flex-right {
        width: 69.9%;
        display: flex;
        margin-left: auto;
    }

    .contact-box {
        margin-left: auto;
        margin-bottom: 2px;
        line-height: 1.5em;
    }

    .contact-banner {
        padding-left: 1em;
    }

    .contact-banner a {
        font-size: 16px;
        height: 88%;
        display: flex;
        align-items: center;
        padding: 0 2em;
        margin-top: 3px;
    }

    .flex-cta {
        border: 1px solid #00bcd5;
        color: #FFFFFF;
        background: #3ebbf5;
        transition: all 0.3s ease 0s;
    }

    .flex-cta:hover {
        border: 1px solid #3ebbf5;
        background: #FFFFFF;
        color: #3ebbf5;
    }

    .contact-box span {
        display: block;
    }

    .contact-box01 {
        font-size: 14px;
        text-align: justify;
        text-align-last: justify;
    }

    .contact-box02 {
        font-weight: 700;
        color: #000000;
        font-size: 25px;
        letter-spacing: 2px;
        margin-bottom: 2px;
    }

    .contact-box03 {
        font-size: 14px;
        text-align: justify;
        text-align-last: justify;
    }
}

/*------------------------------------------------
            各固定ページヘッダー
 ------------------------------------------------*/
.c-pageTitle {
    font-size: 2em;
    letter-spacing: .3em;
}

.l-content {
    margin: 0 auto;
}

@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 350px;
    }

    -pageTitle {
        font-size: 3em;
    }
}

/*------------------------------------------------
            見出し
 ------------------------------------------------*/
.-height-full .p-mainVisual__slideText {
    font-size: 1.4vw;
}

@media(min-width: 600px) {
    .p-mainVisual__slideTitle {
        font-size: 3em;
    }

    .bgh2 {
        font-size: 3em !important;
    }
}


.bg-round-hd {
    position: relative !important;
    color: #333;
    margin: 47px 0;
    text-shadow: 0 0 2px white;
    margin-bottom: 6em !important;
}

.bg-round-hd:before {
    content: "" !important;
    max-width: 300px;
    margin: 0 auto;
    height: 200px !important;
    background-color: #ff5533;
    border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
    animation: wobble-ellipse 10s ease-in-out infinite;
    position: absolute !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    z-index: -1;
}

/*-------------------見出しその2----------------------*/
.heading14 {
    position: relative !important;
    padding-left: 60px !important;
    font-size: 20px !important;
}

.heading14::before {
    content: attr(data-number) !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    color: rgba(63, 193, 201, 0.3) !important;
    font-size: 50px;
}

.heading14::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100px !important;
    height: 1px !important;
    background-color: rgba(63, 193, 201, 1) !important;

}

/*-------------------------------------------
        中央揃え
--------------------------------------------*/
.center {}

.center p {
    text-align: center !important;
}

/*-------------------------------------------
        メニューの文字の大きさ
--------------------------------------------*/
@media(min-width: 1280px) {
    .c-gnav>.menu-item>a .ttl {
        display: block;
        font-size: 1.05rem;
    }
}

/*-------------------------------------------
        どんな会社？
------------------------------------------*/
.about-wrap {
    position: relative;
    padding-top: 30vh !important;
    padding-bottom: 30vh !important;
}

.about-wrap h2,
.about-wrap p {
    position: relative;
    z-index: 1;
}

.about-bg {
    max-width: 100%;
    margin: 0 auto;
    height: 600px;
    background-color: #ff5533;
    border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
    animation: wobble-ellipse 10s ease-in-out infinite;
    position: absolute;
    top: -16vh;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

@keyframes wobble-ellipse {
    0% {
        border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
    }

    25% {
        border-radius: 55% 45% 65% 45% / 55% 45% 55% 60%;
    }

    50% {
        border-radius: 50% 50% 60% 55% / 65% 55% 50% 45%;
    }

    75% {
        border-radius: 60% 50% 55% 45% / 50% 60% 45% 55%;
    }

    100% {
        border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
    }
}

/*-------------------------------------------
      投稿のサムネを楕円形に
--------------------------------------------*/

.-type-card .p-postList__thumb {
    border-radius: 21% 16% 34% 27% / 40% 26% 27% 19%;
}

/*-------------------------------------------
      ギャラリーの横並び基準
--------------------------------------------*/

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    justify-content: space-around !important;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px) {

    .inquiry th,
    .inquiry td {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important;
    }

    /* 必須・任意のサイズ調整 */
    .inquiry .haveto,
    .inquiry .any {
        font-size: 10px;
    }
}

/*見出し欄*/
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7;
}

/*通常欄*/
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

/*任意の調整*/
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
    display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
    display: block;
    padding: 1em 0;
    margin-top: 30px;
    width: 100%;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
    border: none;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
}

/*------------------------------------------------
            footer contact
------------------------------------------------*/
.contact-area {
    background: url(http://niiza-tst.work/wp-content/uploads/2021/08/footerbg.jpg) no-repeat 0 0 / cover;
}

.mask {
    background: rgba(0, 0, 0, 0.6);
    color: #000;
    letter-spacing: 1px;
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    word-break: break-all;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.contact-set {
    color: #000;
    letter-spacing: 1px;
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    word-break: break-all;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.contact-title {
    color: #000;
    letter-spacing: 1px;
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    word-break: break-all;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    width: 230px;
    border-right: 1px solid #FFF;
}

.sub {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    word-break: break-all;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    margin-bottom: 6px;
    font-family: "EB Garamond";
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 0.18em;
    color: #fff;
}

#footer .contact-area .contact-title .sub span {
    color: #295890;
}

#footer .contact-area .contact-title .main {
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    color: #fff;
}

#footer .contact-area .contact-btn {
    width: calc(100% - 230px);
}

#footer .contact-area .contact-btn a {
    margin-left: 100px;
    position: relative;
    display: block;
    min-width: 460px;
    padding: 19px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    border: 1px solid #FFF;
    transition: ease .25s background;
}

#footer .contact-area .contact-btn a span {
    display: inline-block;
    padding-left: 36px;
    line-height: 18px;
    background: url(https://sukesan-benriya.jp/wp-content/uploads/2021/06/mail_icon.png) no-repeat 0 center / 26px auto;
}

#footer .contact-area .contact-btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    box-sizing: border-box;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 2px;
}

@media(max-width: 767px) {
    .contact-area {
        display: block;
        padding: 50px 0 60px;
        height: auto;
        background-position: top;
    }

    .contact-area .contact-set {
        margin: 0 auto;
        width: calc(100% - 30px);
    }

    .contact-area .contact-title {
        width: 100%;
        padding: 0 0 20px;
        margin: 0 0 30px;
        text-align: center;
        border-right: 0;
        border-bottom: 1px solid #FFF;
    }

    #footer .contact-area .contact-title .sub {
        margin-bottom: 3px;
        font-size: 2.4rem;
    }

    .contact-area .contact-title .main {
        font-size: 1rem;
    }

    #footer .contact-area .contact-btn {
        width: 100%;
    }

    .contact-area .contact-btn a {
        margin-left: 0;
        min-width: 100% !important;
        padding: 15px 10px;
        margin: 0 auto !important;
    }

    .contact-area .contact-btn a span {
        padding-left: 28px;
        background-size: 20px auto;
    }
}

.relative {
    position: relative;
    margin-top: 3em !important;
}

.service {
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.service span {
    display: inline-block;
    background: #3ebbf5;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

@media(min-width: 600px) {
    .relative {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/*-----------------------------------
    ブロークンテキストの位置調整
----------------------------------*/

.is-style-broken.wp-block-media-text {
    --swl-mediatext--lap: -8em;
}

@media(min-width: 901px) {
    .r-mrgn {
        margin-right: 8em;
    }

    .l-mrgn {
        margin-left: 8em;
    }
}

.br-txt-wrap {
    border-radius: 5%;
}