@charset "utf-8";
/*
Theme Name: AA001
Theme URI: http://www.no-b.co.jp
Description: 株式会社ノーブランド［社会保険労務士専門テーマ］
Version: 1.0
Author: nobrand co.,ltd.
Author URI: http://www.no-b.co.jp
Tags: responsive

	nobrand_themes v1.0
	 http://www.no-b.co.jp

	This theme was designed and built by nobrand co.,ltd.,
	whose blog you will find at http://www.no-b.co.jp
*/


/*-------------------------------------------------------------------------------------------*/
/* 　全体
/*-------------------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    font-size: 10px;
}
body {
    font-family: -apple-system, BlinkMacSystemFont,
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #555;
    -webkit-text-size-adjust: none;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--back);
}

/*-------- リンク設定 --------*/
a {
    color: var(--link);
    padding: 0;
    margin: 0;
    text-decoration: none;
    background: transparent;
    outline: 0;
    vertical-align: baseline;
    transition: 0.3s;
}
a:hover,
a:active {
    outline: none;
    color: var(--link-h);
}
.hideAnchor {
    display: inline-block;
    height: 0px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -65px;
    padding-bottom: 65px;
}

/*-------- ベースレイアウト --------*/
* {
    box-sizing: border-box;
}
.inner {
    display: block;
    width: 80%;
    min-width: 1024px;
    max-width: 1200px;
    margin: 0 auto;
}
header {
    width: 100%;
}
article[id^="page-"],
article[id^="post-"],
.page-content,
.post-archive,
.single-content,
.search-archive,
.notfound {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
}
.text p {
    font-size: clamp(1.6rem, 1.467rem + 0.18vw, 1.8rem);
    margin-bottom: 20px;
}
.text p:last-of-type {
    margin-bottom: 0;
}
#toppage #content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#content {
    width: 100%;
}
#sidebar {
    width: 270px;
}
#footer {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 200px;
    padding: 100px 0;
    background-color: #fff;
}
.wide-box {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}
p:empty:before {
    content: initial !important;
}
.align-left {
    text-align: justify;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btnA {
    display: block;
    width: 100%;
    color: #fff;
    line-height: 2.4;
    text-align: center;
    margin-top: 15px;
    background: var(--link);
}
.btnA:hover {
    color: #fff;
    background: var(--link-h);
}
.text.align-left,
.text.align-right,
.text.align-center {
    display: inline-block;
    width: 100%;
}


/*-------- 画像 --------*/
img,
.wp-caption,
.wp-video {
    max-width: 100%;
    vertical-align: bottom;
}
.wp-video {
    width: 100% !important;
    height: auto;
    vertical-align: bottom;
}
a img {
    transition: 0.3s ease-in-out;
}
a img:hover {
    transition: all 1s;
    filter: blur(3px);
    filter: brightness(80%);
}
.alignnone,
.aligncenter,
.alignleft,
.alignright {
    position: relative;
    display: block;
}
.alignnone,
.aligncenter {
    margin: 0 auto 20px;
}
.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 30px;
}
.size-full {
    max-width: 100%;
}
.alignnone + br {
    margin: 0 auto 20px;
}
img.position-right,
img.position-left,
img.position-center {
    width: 350px;
    height: auto;
}
img.position-right {
    float: right;
    margin: 0 0 20px 30px;
}
img.position-left {
    float: left;
    margin: 0 30px 20px 0;
}
img.position-center {
    display: block;
    width: auto;
    margin: 0 auto 20px;
}
img.position-full {
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
}
a .size-medium,
#content a img.right,
#content .gallery-box div a img,
.page-gallery .box div a img {
    cursor: url(images/zoom.png), auto;
}

/*-------- Google font --------*/
@font-face {
    font-display: swap;
    font-weight: 600;
    font-style: normal;
    font-family: 'Outfit-Medium';
    src: url('fonts/Outfit-Medium.ttf') format('truetype');
}




/*-------------------------------------------------------------------------------------------*/
/* 　ヘッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- ヘッダメニュー --------*/
@media only screen and (min-width: 1025px) {
    #nav-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: auto;
    }
    #mainNav .pullMain {
        position: relative;
        display: flex;
        justify-content: flex-end;
        z-index: 100;
    }
    #mainNav .pullMain li {
        text-align: center;
    }
    #mainNav .pullMain li a {
        display: block;
        color: var(--sub);
        white-space: nowrap;
        padding: 7px 10px;
    }
    #mainNav .pullMain li a:hover {
        color: #fff;
        background: var(--sub);
        transition: all .8s;
    }
    #mainNav .has-sub {
        position: relative;
    }
    #mainNav .has-sub ul {
        position: absolute;
        height: 0;
        left: 0;
        margin-top: -20px;
        opacity: 0;
        pointer-events: none;
    }
    #mainNav .has-sub > a:after {
        content: "\f107";
        font-family: "icomoon";
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.4rem;
    }
    #mainNav .has-sub:hover ul {
        transition: all 0.5s;
        transform: translateY(20px);
        opacity: 1;
        pointer-events: auto;
    }
    #mainNav .has-sub ul li a {
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.4;
        white-space: nowrap;
        padding: 14px 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        background: var(--sub);
    }
    #mainNav .has-sub ul li a:hover {
        color: #fff;
        background: var(--main);
    }
}
#nav-box .btn,
.top-btn {
    color: #fff;
    padding: 3px 15px;
    margin-right: 5px;
    border-radius: 50px;
    background: var(--link);
}
#nav-box .btn:hover,
.top-btn:hover {
    background: var(--link-h);
}
#nav-box .btn .icon-chevron-right,
.top-btn .icon-chevron-right {
    font-size: 1.4rem;
    margin-left: 10px;
}
.top-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    font-size: 2.4rem;
    padding: 20px 40px;
    margin: 40px auto 0;
    border: 5px solid #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 15px 3px;
}
.top-btn:hover {
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.top-btn .icon-chevron-right {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #f90;
}
#header-top-img .top-btn {
    margin: 30px 0 0;
}

/*-------- ヘッダトップ --------*/
header .copy {
    color: var(--main);
    padding: 5px 2%;
    background: #d1ebff;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 2%;
    background: rgba(255, 255, 255, .6);
    z-index: 1;
}
.header-logo-text {
    color: var(--main);
}

/*-------- ヘッダホーム画像 --------*/
#header-top-img {
    position: relative;
    top: 0;
    min-height: 750px;
    margin: 0 0 150px;
    border-bottom: 70px solid #fff;
    overflow: hidden;
    z-index: 0;
}
#header-top-img .character {
    position: absolute;
    left: 5.8%;
    bottom: 0;
    width: 45%;
    max-width: 730px;
    z-index: 1;
}
#header-top-img .back {
    min-height: 750px;
    object-fit: cover;
}
#header-top-img .img-copy {
    position: absolute;
    top: 12%;
    right: 5%;
    width: 46%;
    min-width: 480px;
}
#header-top-img .img-copy:before {
    content: "";
    position: absolute;
    top: -15%;
    right: -10%;
    width: 40%;
    height: 60%;
    background: url(images/header-coin.png) no-repeat;
    background-size: contain;
}
#header-top-img .img-copy .box {
    color: #000;
    font-size: 1.8rem;
    padding: 40px 50px 45px;
    border-radius: 30px;
    background: rgba(255,255,255,.85);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 26px 3px;
    z-index: 0;
}
#toppage h1 {
    font-size: clamp(2.2rem, 1.857rem + 1.71vw, 4rem);
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}
#toppage h1 span:first-child {
    color: var(--main);
}
#toppage h1 span:last-child {
    color: #f00;
}
#header-top-img .tel,
.head-title .tel {
    position: absolute;
    right: 5%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 7px;
    font-family: 'Outfit-Medium', serif;
    color: var(--main);
    font-size: 3.2rem;
    padding: 10px 30px 5px;
    border-radius: 20px 20px 0 0;
    background: #fff;
    z-index: 2;
}
#header-top-img .tel i,
.head-title .tel i,
#footer li.tel i {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: var(--sub);
}
#header-top-img .tel span,
.head-title .tel span {
    font-size: 1.7rem;
}
#header-top-img .tel span i:hover,
.head-title .tel span i:hover {
    color: var(--main);
}
.head-title .tel {
    padding: 20px 50px 10px;
}

/*-------- ヘッダ画像 --------*/
.head-title {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 auto 120px;
    border-bottom: 50px solid #fff;
}
.head-title img {
    object-fit: cover;
}

/*-------- パンくず --------*/
#breadcrumb {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 7px 10px 7px 30px;
    background: rgba(255, 255, 255, .6);
}
#breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    color: #999;
    margin: 0 auto;
}
#breadcrumb li,
#breadcrumb li a {
    flex-grow: 0;
    font-size: 1.2rem;
    line-height: 2;
    margin-right: 5px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　ホーム
/*-------------------------------------------------------------------------------------------*/

#content-page {
    width: 100%;
}

/*-------- ホームタイトル --------*/
h2.top-title {
    color: var(--main);
    font-size: clamp(2.6rem, 2.333rem + 1.33vw, 4rem);
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 50px;
}

/*-------- サービス --------*/
#service {
    counter-reset: item;
}
#service .box {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    padding: 0 calc(350px + 10%) 100px 0;
    margin-bottom: 100px;
    overflow: hidden;
}
#service .box img {
    height: 500px;
    object-fit: cover;
}
#service .box h3 {
    position: absolute;
    top: 0;
    right: 10%;
    height: 8em;
    font-family: "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #000;
    font-size: clamp(2rem, 1.564rem + 2.18vw, 3.2rem);
    writing-mode: vertical-rl;
    z-index: 1;
}
#service .box .number:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 30px;
    color: rgba(255, 255, 255, .5);
    font-size: clamp(4rem, 3.273rem + 3.64vw, 6rem);
    counter-increment: item;
    content: counter(item, decimal-leading-zero)'';
}
#service .box div {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 400px;
    padding: 60px;
    background: rgba(255, 255, 255, .9);
    z-index: 1;
}
#service .box:nth-child(even) {
    padding: 0 0 100px calc(350px + 10%);
}
#service .box:nth-child(even) h3 {
    right: auto;
    left: 10%;
}
#service .box:nth-child(even) .number:before {
    left: auto;
    right: 30px;
}
#service .box:nth-child(even) div {
    left: 10%;
}

/*-------- ホームコンテンツ --------*/
html {
  scroll-behavior: smooth;
}
#form {
  scroll-margin-top: 150px;
}
#main-content {
    width: 100%;
}
#main-content .column1 div {
    width: 32%;
}
#main-content .column1 div img {
    margin-bottom: 0;
}
.wpz-insta-lightbox-wrapper>.swiper .swiper-button-prev,
.wpz-insta-lightbox-wrapper>.swiper .swiper-button-next {
    top: 40%;
}
#toppage .case .box {
    padding: 20px 20px 70px !important;
    background: #fff;
}
#toppage .case .box .btnA {
    bottom: 20px;
    width: calc(100% - 40px);
}
.equipment .column-box5 {
    flex-wrap: wrap !important;
}
.equipment .column-box5 .box {
    flex: initial !important;
    width: 31.333333%;
}
.equipment .column-box5 .box img {
    border: 5px solid var(--main);
}
.text-big {
    color: #000;
    font-size: 3rem;
    margin-bottom: 0;
}
.btn-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
}
.btn-box .btn-text div {
    position: relative;
    padding: 30px 50px 40px;
    border: 10px solid #fff;
    border-radius: 20px;
    z-index: 0;
}
.btn-box .btn-text div:before {
    content: "";
    position: absolute;
    top: 25%;
    right: -38px;
    margin-top: -9px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 39px 0 39px 39px;
    border-color: transparent transparent transparent #f1f1f1;
    z-index: 0;
}
.btn-box .btn-text div:after {
    content: "";
    position: absolute;
    top: 25%;
    right: -50px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 40px 40px;
    border-color: transparent transparent transparent #fff;
    z-index: -1;
}
.btn-box .btn-text {
    width: 50%;
    min-width: 520px;
}
.btn-box .btn-text h2 {
    font-size: clamp(2.4rem, 2.25rem + 0.75vw, 3rem);
    color: #000;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 15px;
}
.btn-box .btn-text h2 span:first-child {
    color: var(--main);
    font-size: 125%;
}
.btn-box .btn-text h2 span:last-child {
    color: #f00;
    font-size: 125%;
}
.btn-box .btn-text .icon {
    position: absolute;
    right: 20px;
    top: -50px;
    width: 130px;
    height: 130px;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.5;
    padding-top: 32px;
    border-radius: 50%;
    background: #f30;
    box-shadow: 0px 4px 4px rgba(0,0,0,.5);
    z-index: 10;
}
.btn-box .btn-text .icon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 37%;
    margin-left: -45px;
    display: block;
    width: 0px;
    transform: rotate(30deg);
    height: 0px;
    border-style: solid;
    border-width: 40px 30px 0 30px;
    border-color: #f30 transparent transparent transparent;
}
.form-box {
    position: relative;
    padding: 7% 5% 5%;
    border-radius: 20px;
    border: 2px solid var(--link);
    background: #f9f9f9;
}
.form-box h2 {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px !important;
    color: #fff !important;
    font-size: 2.4rem;
    padding: 10px 20px;
    margin: auto;
    border: 5px solid #fff;
    border-radius: 70px;
    background: var(--link);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 15px 3px;
}
.form-box h2.title:after {
    display: none !important;
}
.form-box .copy {
    font-size: 2.2rem;
    line-height: 2;
    background: var(--back);
}



/*-------------------------------------------------------------------------------------------*/
/* 　コンテンツ
/*-------------------------------------------------------------------------------------------*/
#content .table,
#content .column,
#content .tab,
#content .download,
#content .gallery,
#content .movie {
    width: 100%;
    overflow: hidden;
}
#content .list {
    overflow: hidden;
}
#content h3 {
    margin-top: 50px;
    clear: both;
}
#content h3:first-of-type {
    margin-top: 0;
}
.full-width {
    width: 100vw !important;
    padding: 100px 10% 150px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
/*-------- 文章 --------*/


/*-------- 画像 --------*/
#content img.right,
#content img.left,
#content img.center {
    width: 400px;
    height: auto;
}
#content img.right {
    float: right;
    margin-left: 30px;
}
#content img.left {
    float: left;
    margin-right: 30px;
}
#content img.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#content img.full {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    object-fit: cover;
}

/*-------- リスト --------*/
#content .list.typeA {
    color: #333;
}
#content .list.typeA p {
    padding: 7px 0 5px;
    padding-left: calc(1em + 13px);
    text-indent: calc(-1em + -9px);
}
#content .list.typeA p:first-of-type {
    margin-left: 6px;
    padding-left: calc(1em + 8px);
    text-indent: calc(-1em + -3px);
}
#content .list.typeA p + p,
#content .list.typeB p + p {
    border-top: 1px dotted #CCC;
}
#content .list.typeA p:before {
    content: "\ea42";
    font-family: "icomoon";
    color: var(--sub);
    font-size: 1.4rem;
    margin-right: 7px;
}
#content .list.typeA p:first-of-type:before {
    margin-left: -6px;
    margin-right: 10px;
}
#content .list.typeA p.title-english:before,
#content .list.typeB p.title-english:before {
    content: initial;
}
#content .list.typeB {
    counter-reset: p;
    color: #333;
}
#content .list.typeB p {
    padding: 7px 0 5px;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
#content .list.typeB p:before {
    content: counter(p, decimal) ". ";
    counter-increment: p;
    color: var(--sub);
}

/*-------- テーブル --------*/
.table-note {
    display: none;
}
.tableA {
    width: 100%;
    border-collapse: collapse;
    border-top: #ddd 1px solid;
}
.tableA th {
    color: var(--main);
    text-align: left;
    padding: 10px 0px;
    font-weight: 400;
    border: 1px solid #ddd;
}
.tableA td {
    text-align: left;
    padding: 10px 10px 10px 15px;
    border: 1px solid #ddd;
}
.tableA th.last,
.tableA td.last {
    border-bottom: none;
}
.tableA td ul {
    margin-top: -28px;
}
.tableB {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.tableB th {
    width: 20%;
    color: var(--main);
    vertical-align: middle;
    padding: 12px;
    border: 1px solid #ddd;
    background: #f8f8f8;
}
.tableB th:before {
    content: "\ea42";
    font-family: "icomoon";
    color: var(--sub);
    font-size: 1.2rem;
    margin-right: 5px;
}
.tableB td {
    vertical-align: middle;
    padding: 12px;
    border: 1px solid #ddd;
}
.tableC {
    width: 100%;
    border-collapse: collapse;
    border-top: #ddd 1px solid;
}
.tableC th {
    color: var(--main);
    text-align: left;
    padding: 10px 0px;
    font-weight: 400;
    border-bottom: #ddd 1px solid;
}
.tableC td {
    position: relative;
    text-align: left;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid #ddd;
}
.tableC td:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 1px;
    height: calc(100% - 20px);
    margin-left: -15px;
    background: var(--link);
}
.tableC th.last,
.tableC td.last {
    border-bottom: none;
}
.tableC td ul {
    margin-top: -28px;
}
.tableC ul.sns {
    border-top: none;
}

/*-------- カラム --------*/
#content .column-text,
#content .column-text-under,
#content .form-box .text {
    color: #000;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
}
#content .form-box .text {
    font-size: 2.2rem;
}
#content .form-box .text span {
    color: var(--sub);
    font-size: 2.6rem;
    font-weight: bold;
}
#content .column-text-under {
    margin-top: 30px;
}
#content [class^="column-box"] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px 3%;
}
#content [class^="column-box"] .box {
    flex: 1 0 0%;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}
@-moz-document url-prefix() {
#content [class^="column-box"] .box {
    padding-bottom: 50px;
}
}
#content [class^="column-box"] .box:has(a){
    padding-bottom: 50px;
}
#content [class^="column-box"] img {
    margin-bottom: 10px;
    object-fit: cover;
    aspect-ratio: 6/4;
}
#content [class^="column-box"] h3 {
    color: var(--main);
    text-align: center;
    margin-bottom: 5px;
}
#content [class^="column-box"] a {
    position: absolute;
    bottom: 0;
}
#content .columnA [class^="column-box"] .box {
    padding: 30px 30px 85px;
    background: #fff;
}
#content .columnA [class^="column-box"] a {
    width: calc(100% - 60px);
    bottom: 30px;
}
#content .column.pro .box img {
    display: block;
    width: 70%;
    margin: 0 auto 20px;
    aspect-ratio: initial;
}

/*-------- タブ --------*/
#toppage [class^="tab"] ul,
.basic-format [class^="tab"] ul {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
#toppage [class^="tab"] ul li,
.basic-format [class^="tab"] ul li {
    display: block;
    height: calc(100% + 1px);
    color: #222;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 12px 20px;
    padding-left: calc(1em + 20px);
    text-indent: calc(-1em + 0px);
    text-transform: uppercase;
    background: #ddd;
    margin-bottom: -1px;
    border-top: 1px solid #ddd;
}
#toppage [class^="tab"] ul li a,
.basic-format [class^="tab"] ul li a {
    color: #222;
}
#toppage [class^="tab"] ul li:last-of-type a,
.basic-format [class^="tab"] ul li:last-of-type a {
    margin-right: 0;
}
#toppage [class^="tab"] ul li a:before,
.basic-format [class^="tab"] ul li a:before {
    content: "\ea42";
    font-family: "icomoon";
    color: var(--link);
    font-size: 1.2rem;
    margin-right: 5px;
    vertical-align: 2px;
}
#toppage [class^="tab"] ul li:hover,
.basic-format [class^="tab"] ul li:hover {
    background: var(--link);
}
#toppage [class^="tab"] ul li:hover a,
.basic-format [class^="tab"] ul li:hover a {
    color: #fff;
}
#toppage [class^="tab"] ul li:hover a:before,
.basic-format [class^="tab"] ul li:hover a:before {
    color: #fff;
}
#toppage [class^="tab"] ul li.active,
.basic-format [class^="tab"] ul li.active {
    color: #222;
    border-top: 2px solid var(--link);
    background: #fff;
}
#toppage [class^="tab"] ul li.active:hover a,
.basic-format [class^="tab"] ul li.active:hover a {
    color: #222;
}
#toppage [class^="tab"] ul li.active:hover a:before,
.basic-format [class^="tab"] ul li.active:hover a:before {
    color: var(--link);
}
#toppage .tab-detail,
.basic-format .tab-detail {
    width: 100%;
    padding: 60px;
    background: #fff;
    overflow: hidden;
}
#toppage [class^="tabbox"],
.basic-format [class^="tabbox"] {
    display: none;
}

/*-------- ダウンロード --------*/
#content .download a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    width: 100%;
    color: #333;
    padding: 10px 20px 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-left: 2px solid var(--link);
    background: #fff;
}
#content .download a i {
    color: var(--link);
}
#content .download a:hover {
    color: var(--link);
    background: #fff;
}

/*-------- ギャラリー --------*/
#content .gallery.full-width {
    background: #fff;
}
#content .gallery-box {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2%;
}
#content .gallery-box div {
    position: relative;
    width: 23.5%;
}
#content .gallery-box div img {
    margin-bottom: 10px;
    object-fit: cover;
    aspect-ratio: 6/4.5;
}
#content .gallery-box div h4 {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 5px;
    background: var(--main);
    transition: all .5s;
    opacity: 0;
}
#content .gallery-box div h4:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--main) transparent transparent transparent;
}
#content .gallery-box div:hover h4 {
    top: -40px;
    opacity: 1;
}
/*-------- 動画 --------*/
.movie-bace {
    width: 100%;
    overflow: auto;
}
.movie-box {
    position: relative;
    max-width: 100%;
    height: auto;
    padding-top: 56.25%;
    margin-bottom: 20px;
    overflow: hidden;
}
.movie-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.movie-box.position-right,
.movie-box.position-left,
.movie-box.position-center {
    width: 400px;
    height: 225px;
    padding-top: 0;
}
.movie-box.position-right {
    float: right;
    margin-left: 30px;
}
.movie-box.position-left {
    float: left;
    margin-right: 30px;
}
.movie-box.position-center {
    margin-right: auto;
    margin-left: auto;
}

/*-------- ステップ --------*/
.step-box {
    counter-reset: item;
}
.step-box .detail {
	position: relative;
	display: inline-block;
	padding: 25px 25px 17px 100px;
	width: 100%;
	margin-bottom: 30px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	background: #f8f8f8;
}
.step-box .detail:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 34.5px 0 34.5px;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    left: 15px;
    bottom: -25px;
}
.step-box .detail:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 34.5px 0 34.5px;
    border-color: #F6F6F6 transparent transparent transparent;
    position: absolute;
    left: 15px;
    bottom: -22px;
}
.step-box .detail h4.step-title {
    display: block;
	font-size: 2rem;
	color: var(--main);
	font-weight: normal;
    margin-bottom: 10px;
}
.step-box .detail h4.step-title:before {
    position: absolute;
    top: 20px;
    left: 25px;
    font-family: 'Outfit-Medium', serif;
    color: var(--sub);
    font-size: 6rem;
    line-height: 1;
    margin-top: -10px;
    counter-increment: item;
    content: counter(item, decimal-leading-zero);
}
.step-box .detail:last-child:before,
.step-box .detail:last-child:after {
    display: none;
}
.step-box .detail img {
    width: 120px !important;
}

/*-------- ヒストリー --------*/
.history {
    position: relative;
    counter-reset: item;
    padding-top: 25px;
    overflow: hidden;
}
.history:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    margin-left: -2px;
    background: var(--sub);
}
.history .round {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: 15px;
    border-radius: 50%;
    background: var(--sub);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.history .content {
    position: relative;
    width: 46.5%;
    padding: 30px;
    margin: 0;
    background: #fff;
}
.history .content:after {
    content: "";
    top: 24px;
    left: 100%;
    display: table;
    border-color: transparent;
    border-left-color: var(--sub);
    clear: both;
}
.history .content:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 100%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 15px solid var(--sub);
}
.history .content .day {
    width: 100px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 2px 8px;
    margin-bottom: 8px;
    background: var(--main);
}
.history .content h4 {
    color: var(--main);
    padding-bottom: 8px;
    margin-bottom: 7px;
    border-bottom: 1px dotted var(--main);
}
.history .content h4:before {
    position: absolute;
    top: -70px;
    left: 30px;
    font-family: 'Outfit-Medium', serif;
    color: var(--sub);
    font-size: 7rem;
    counter-increment: item;
    content: counter(item, decimal-leading-zero);
}
.history .block {
    position: relative;
}
.history .block:after {
    content: "";
    display: table;
    clear: both;
}
.history .block:nth-child(even) .content {
    float: right;
}
.history .block:nth-child(even) .content:before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: var(--sub);
}
.history .content img {
    width: 250px !important;
}


/*-------------------------------------------------------------------------------------------*/
/* 　お知らせ（スライダー）
/*-------------------------------------------------------------------------------------------*/
[id^="news"] {
    width: 100vw;
    padding: 80px 7% 120px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 50px;
    background-position: center;
    background-size: cover;
}
[id^="news"] h2.title {
    margin-bottom: 0;
}
[id^="news"] h2.title:after {
    display: none;
}
.content-slider .slide-media {
    margin-bottom: 20px;
    background: var(--main);
    overflow: hidden;
}
.content-slider .slide-media img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 6/4;
    transition: .8s;
}
.content-slider .swiper-area {
    position: relative;
}
.content-slider .swiper-button-prev,
.content-slider .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    font-size: 3rem;
    margin: auto;
}
.content-slider .swiper-button-prev {
    right: calc(100% + 2.4rem);
    left: initial;
}
.content-slider .swiper-button-next {
    left: calc(100% + 2.4rem);
}
[id^="news"] .swiper-slide {
    padding: 17px;
    border: 3px solid #fff;
    background: #fff;
}
[id^="news"] .swiper-slide .cal {
    position: absolute;
    top: 30px;
    left: 30px;
}
[id^="news"] .swiper-slide h4 {
    color: var(--main);
    font-size: 1.6rem;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
[id^="news"] .swiper-slide .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.2em;
}
[id^="news"] .swiper-slide .slide-btn {
    color: #fff;
    line-height: 2;
    text-align: center;
    margin-top: 15px;
    background: var(--link);
}
[id^="news"] .swiper-slide a {
    display: block;
    width: 100%;
    color: #666;
    font-size: 1.5rem;
}
[id^="news"] .swiper-slide a:hover img {
    transform: scale(1.4) rotate(8deg);
    opacity: 1;
}
[id^="news"] .swiper-slide a:hover .slide-btn {
    background: var(--link-h);
}
.swiper-button-prev i,
.swiper-button-next i {
    color: var(--link);
}
#news-typeB {
    width: 80%;
    min-width: 1024px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    transform: translateX(0);
}
#toppage #news-typeB {
    width: 100%;
}
#news-typeB .news {
    margin-top: 30px;
}
#news-typeB .news li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 10px 20px;
    margin-bottom: 7px;
    background: #f8f8f8;
}
#news-typeB .news li a {
    display: -webkit-box;
    width: 100%;
    height: 100%;
    color: #333;
    line-height: 45px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding-left: calc(6em + 10px);
    text-indent: calc(-6em + -2px);
}
#news-typeB .news li a:hover {
    background: #f1f1f1;
}
#news-typeB .news .ymd {
    color: #FFF;
    font-size: 1.3rem;
    padding: 3px 6px 4px;
    margin-right: 12px;
    border-radius: 3px;
    background: var(--sub);
}
#news-typeB .news li i {
    color: var(--main);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}


/*-------------------------------------------------------------------------------------------*/
/* 　固定ページ
/*-------------------------------------------------------------------------------------------*/
/*-------- 固定タイトル --------*/
h1.page-title {
    color: #222;
    font-size: clamp(2.8rem, 2.662rem + 0.74vw, 3.4rem);
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 100px;
}
h1.page-title:after {
    content: "";
    display: block;
    width: 2px;
    height: 60px;
    margin: auto;
    background: var(--sub);
}
.title-english {
    font-family: 'Outfit-Medium', serif;
    color: var(--main);
    font-size: clamp(3rem, 1.909rem + 5.45vw, 6rem) !important;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto !important;
}
h2.title {
    display: inline-block;
    width: 100%;
    color: var(--main);
    font-size: clamp(2.4rem, 2.15rem + 1.25vw, 3.4rem);
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 40px;
}
h2.title:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    margin: 10px auto 0;
    background: var(--sub);
}
#toppage h2.title {
    font-size: clamp(2.6rem, 2.333rem + 1.33vw, 4rem);
}
h3.title {
    display: flex;
    align-items: center;
    color: var(--main);
    font-size: clamp(1.8rem, 1.754rem + 0.25vw, 2rem);
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--main);
}
h3.title:before {
    content: "";
    width: 20px;
    height: 2px;
    margin-right: 10px;
    background: var(--sub);
}
.notfound p {
    text-align: center;
}

/*-------- テーブル --------*/
.table-time {
    width: 100%;
    border-collapse: collapse;
    border: 1px #ccc solid;
    margin-bottom: 10px;
}
.table-time th {
    color: var(--main);
    font-size: 1.4rem;
    border: 1px #ccc solid;
    background-color: #f4f4f4;
    text-align: center;
    font-weight: normal;
}
.table-time td {
    font-size: 1.2rem;
    border: 1px solid #DADADA;
    border: 1px #ccc solid;
    text-align: center;
}
.table1 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}
.table1 th {
    color: var(--main);
    text-align: left;
    padding: 10px 0px;
    font-weight: 400;
    border-bottom: #e3e3e3 1px solid;
}
.table1 td {
    text-align: left;
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 5px;
}
.table1 th.last,
.table1 td.last {
    border-bottom: none;
}

/*-------- 固定コンテンツ --------*/
.area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 9px;
    margin-bottom: 80px;
}
.area-btn a {
    position: relative;
    display: block;
    min-width: 70px;
    color: #fff;
    font-size: 2rem;
    padding: 22px 1.82%;
    text-align: center;
    border-radius: 10px;
    background: var(--main);
    z-index: 0;
}
.area-btn a.active {
    background: var(--link);
}
.area-btn a:hover:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -17.5px;
    display: block;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: var(--main) transparent transparent transparent;
}
.area-btn a.active:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -17.5px;
    display: block;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: var(--link) transparent transparent transparent;
}
.area-count {
    text-align: center;
    margin-bottom: 30px;
}
.area-count span {
    font-family: 'Outfit-Medium', serif;
    color: var(--sub);
    font-size: 3rem;
    padding: 0 5px;
}
.post-grants section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
    width: 100%;
}
.post-grants .post-list {
    position: relative;
    width: 32%;
    padding: 20px 20px 65px;
    background: #fff;
}
.post-grants .post-list img {
    object-fit: cover;
    aspect-ratio: 6/3.33;
}
.post-grants .post-list .area {
    width: 90px;
    color: var(--main);
    font-size: 1.3rem;
    text-align: center;
    padding: 3px 10px;
    margin: 14px auto 14px;
    border: 1px solid var(--main);
}
.post-grants .post-list h2 {
    text-align: center;
}
.post-grants .blog-button {
    position: absolute;
    bottom: 20px;
    display: block;
    width: calc(100% - 40px);
    font-size: 1.2rem;
    text-align: center;
    padding: 5px 20px 3px;
    margin-right: 20px;
    border: 1px solid var(--link);
}
.area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 4%;
}
.area .img {
    width: 48%;
}
.area .text-box {
    position: relative;
    width: 48%;
    padding: 20px;
    border-radius: 10px;
    border: 5px solid var(--sub);
}
.area .text-box:before {
        content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    margin-top: -24px;
    display: block;
    border-style: solid;
    border-width: 29px 29px 29px 0;
    border-color: transparent #f1f1f1 transparent transparent;
    z-index: 0;
}
.area .text-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -32px;
    margin-top: -25px;
    display: block;
    border-style: solid;
    border-width: 30px 30px 30px 0;
    border-color: transparent var(--sub) transparent transparent;
    z-index: -1;
}
.area .text-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 1%;
}
.area .text-box h3 {
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.area .text-box li {
    width: 24%;
    color: var(--main);
    font-size: 2.4rem;
    text-align: center;
    border-radius: 5px;
    border: 3px solid var(--main);
}




/*-------------------------------------------------------------------------------------------*/
/* 　検索結果
/*-------------------------------------------------------------------------------------------*/
.search-archive #no-image {
    display: none;
}
.search-archive .post-list {
    position: relative;
    padding: 20px 160px 20px 30px;
    margin-bottom: 30px;
    background: #fff;
}
.search-archive .post-list span {
    display: inline-block;
    color: var(--sub);
    font-size: 1.4rem;
    margin-bottom: 7px;
    border-radius: 2px;
}
h2.post-list-title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 5px;
}
h2.post-list-title a {
    color: #222;
}
h2.post-list-title.typeB {
    padding-left: calc(1em + 5px);
    text-indent: calc(-1em + 7px);
}
h2.post-list-title i {
    color: var(--main);
}
h2.post-list-title span {
    float: left;
    display: inline-block;
    min-width: 90px;
    color: var(--main);
    font-size: 1.3rem;
    text-align: center;
    padding: 3px 10px;
    margin-right: 7px;
    border: 1px solid var(--main);
}
.search-archive .blog-button {
    right: 30px;
    bottom: 37px;
}




/*-------------------------------------------------------------------------------------------*/
/* 　SNS
/*-------------------------------------------------------------------------------------------*/
[class^="page-staff-"] .box dt {
    color: var(--main);
    padding-left: 3px;
    margin: 20px 0 10px;
    border-left: 2px solid var(--sub);
}
ul.sns {
    display: flex;
    column-gap: 10px;
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px dotted #ccc;
}
.page-staff-big ul.sns {
    padding-top: 25px;
    margin-top: 20px;
}
ul.sns a {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 1em;
}
ul.sns li img {
    width: 26px;
    height: 26px;
    padding: 4px;
    object-fit: cover;
}
ul.sns .twi {
    background: #000;
}
ul.sns .fac {
    background: #537bbd;
}
ul.sns .ins {
    background: #f2117b;
}
ul.sns .lin {
    background: #06c755;
}
ul.sns .not {
    background: #41c9b4;
}
.sns .blo {
    background: #f90;
}
ul.sns li span {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 5px;
    background: var(--main);
    transition: all .5s;
    opacity: 0;
}
ul.sns li span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--main) transparent transparent transparent;
}
ul.sns a:hover span {
    opacity: 1;
}



/*-------------------------------------------------------------------------------------------*/
/* 　ギャラリー
/*-------------------------------------------------------------------------------------------*/
.page-gallery {
    width: 100%;
    column-count: 3;
    column-width: 7em;
    column-gap: 2%;
    overflow: hidden;
}
.page-gallery .box {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
    background: #fff;
    transition: .8s;
}
.page-gallery .box div {
    overflow: hidden;
}
.page-gallery .box img:hover {
    transform: scale(1.2) rotate(5deg);
    opacity: 1;
}
.page-gallery .box h3 {
    color: #fff;
    font-size: 1.4rem;
    padding: 3px 5px;
    margin: 15px 0 15px !important;
    border-left: 2px solid var(--sub);
    background: var(--main);
}
.page-gallery .box .comment {
    font-size: 1.4rem;
}



/*-------------------------------------------------------------------------------------------*/
/* 　Q&A
/*-------------------------------------------------------------------------------------------*/
.faq-box {
    overflow: hidden;
}
.accordion {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}
.accordion .ac-header {
    position: relative;
    color: #222;
    font-size: 1.8rem;
    padding: 20px 35px 20px 30px;
    border-top: 1px dotted #ccc;
    cursor: pointer;
    transition-duration: 0.2s;
}
.accordion .ac-header:hover {
    background: #f8f8f8;
}
.accordion .ac-header:before {
    content: "\ea0a";
    font-family: "icomoon";
    float: right;
    color: var(--sub);
	font-size: 2rem;
    font-weight: 900;
    margin-right: -30px;
    transition: .5s;
}
.accordion .ac-header.open:before {
    content: "\ea0b";
    font-family: "icomoon";
    transform: rotate(180deg);
}
.accordion .ac-header:after,
.accordion .ac-inner:after {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    margin: 0 8px -6px 0;
    border-radius: 50%;
}
.accordion .ac-header:after {
    content: "Q";
    top: 20px;
    background: var(--main);
}
.accordion .ac-inner {
    position: relative;
    display: none;
    padding: 0 35px 20px 30px;
    box-sizing: border-box;
}
.accordion .ac-inner:after {
    content: "A";
    top: 0;
    background: var(--sub);
}
.accordion:last-child .ac-header {
    border-bottom: 1px dotted #ccc;
}
.accordion:last-child .ac-header.open {
    border-bottom: none;
}
.accordion:last-child .ac-header:after.open {
    content: "\f068";
}
.accordion:last-child .ac-inner {
    border-bottom: 1px dotted #ccc;
}




/*-------------------------------------------------------------------------------------------*/
/* 　会社概要
/*-------------------------------------------------------------------------------------------*/
.campany-format .tableA .sns {
    display: flex;
    column-gap: 10px;
}
.campany-format .tableA .sns a,
.campany-format .tableA .sns li img {
    width: 30px;
    height: 30px;
}
.campany-format .sns-line {
    display: flex;
    column-gap: 15px;
    margin-top: 20px;
}
.campany-format .sns-line img {
    height: 40px;
}
#map-top {
    width: 100%;
}
.acf-map {
    width: 100%;
    height: 400px;
    margin: 0;
    border: 20px solid #fff;
}
.acf-map img {
    max-width: inherit !important;
}



/*-------------------------------------------------------------------------------------------*/
/* 　投稿ページ
/*-------------------------------------------------------------------------------------------*/
/*-------- 投稿ヘッダ --------*/
.single-content .header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
    background: none;
}
.cal {
    position: relative;
    width: 80px;
    min-width: 80px;
    height: 80px;
    color: #FFF;
    text-align: center;
    padding: 3px 10px 5px;
    margin: 0 10px 0 0;
    border-radius: 3px;
    background: var(--main);
}
.cal p:nth-child(1) {
    width: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.cal p:nth-child(2) {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0px;
}
.cal p:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    border-radius: 0 0 3px 3px;
    background: var(--link);
}
.blog-info {
    flex-grow: 1;
    color: #666;
    font-size: 1.2rem;
    padding: 0px;
}
.blog-info ul {
    display: flex;
    min-height: 30px;
    padding: 5px 0;
    margin-top: 13px;
    border-top: 1px solid var(--main);
    border-bottom: 1px solid var(--main);
}

/*-------- 投稿タイトル --------*/
.post-title {
    color: #222;
    font-size: clamp(2rem, 1.908rem + 0.49vw, 2.4rem);
    line-height: 1.4;
    margin-bottom: 8px;
}

/*-------- 投稿コンテンツ --------*/
.single-box {
    padding: 5%;
    background: #fff;
}
.single-post {
    word-wrap: break-word;
    overflow: auto;
}
.single-post + .single-post {
    margin-top: 70px;
}
.single-post p {
    font-size: 1.6rem;
}

/*-------- 投稿ソーシャルボタン --------*/
.social-sharing {
    height: 32px;
    margin-top: 70px;
}
.social-sharing ul {
    display: flex;
    justify-content: center;
}
.social-sharing li {
    margin: 0px 5px;
}
.social-sharing li img:hover {
    transform: scale(1, 1);
}
.social-sharing .line {
    width: 32px;
    height: 32px;
    padding: 1px;
    background: #00b900;
}
.social-sharing a img:hover {
    opacity: 1;
    transform: scale(1);
}

/*-------- 投稿ページナビ --------*/
.pagenav {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.pagenav a {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 6px 15px;
    border-radius: 3px;
    border: 1px solid var(--link);
}
.pagenav a:hover {
    border: 1px solid var(--link-h);
}
.prev a:before {
    content: "\f053";
    font-family: "icomoon";
    color: var(--sub);
    font-size: 1.2rem;
    margin-right: 10px;
}
.next a:after {
    content: "\f054";
    font-family: "icomoon";
    color: var(--sub);
    font-size: 1.2rem;
    margin-left: 10px;
}

/*-------- ツールチップ --------*/
[data-tooltip] {
    position: relative;
    display: inline-block;
    color: #F60;
    border-bottom: 1px dotted #F60;
}
[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
[data-tooltip]:before {
    content: '';
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
}
[data-tooltip]:after {
    height: 22px;
    padding: 11px 11px 0;
    font-size: 1.2rem;
    line-height: 11px;
    content: attr(data-tooltip);
    white-space: nowrap;
    border-radius: 4px;
}
[data-tooltip]:hover,
[data-tooltip]:focus {
    background-color: transparent;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
    visibility: visible;
    opacity: 1;
}
.tooltip-top.tooltip-movable:before,
.tooltip-top.tooltip-movable:after {
    transition: all .1s linear;
}
.tooltip-top.tooltip-movable:before {
    margin-bottom: -15px;
}
.tooltip-top.tooltip-movable:after {
    margin-bottom: -3px;
}
.tooltip-top.tooltip-movable:hover:before,
.tooltip-top.tooltip-movable:hover:after {
    transform: translateY(-10px);
}
.tooltip-top:before,
.tooltip-top:after {
    left: 30%;
}
.tooltip-top:after {
    margin-left: -120px;
    height: auto;
    width: 150px;
    padding: 11px;
    line-height: 19px;
    white-space: normal;
    text-align: left;
}
.tooltip-top:after {
    margin-bottom: 7px;
}
[data-tooltip].tooltip-top:after {
    color: #fff;
    background: var(--sub);
}
[data-tooltip].tooltip-top:before {
    border-top-color: var(--sub);
}
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
}
.tooltip-top:before {
    margin-bottom: -5px;
}
[data-tooltip].social {
    border-bottom: none;
}
[data-tooltip].social:after {
    text-align: center;
    width: 120px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　投稿テキストエディタボタン
/*-------------------------------------------------------------------------------------------*/
strong {
    color: var(--main);
    text-decoration: underline dotted #f10;
}
del {
    text-decoration: var(--link) line-through;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
h3.editor {
    position: relative;
    color: var(--main);
    font-size: clamp(2.1rem, 1.867rem + 0.53vw, 2.4rem);
    line-height: 1.6;
    padding-left: 0.5em;
    padding-bottom: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--main);
}
h3.editor:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 4px;
    height: 22px;
    background: var(--main);
}
h4.editor {
    display: inline-block;
    color: var(--main);
    font-size: 1.7rem;
    line-height: 1.7;
    padding-bottom: 3px;
    margin: 10px 0;
    border-bottom: 1px solid var(--main);
}
.btn1,
.btn2 {
    position: relative;
    display: inline-block;
    color: var(--main);
    line-height: 1.6;
    padding: 3px 50px 3px 0px;
    margin: 10px 0;
    border-bottom: 1px solid var(--link);
}
.btn1:hover,
.btn2:hover {
    color: #fff;
    padding: 3px 50px 3px 10px;
    border: 1px solid var(--link);
    background: var(--link);
}
.btn1:after {
    content: "\f178";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.btn2:after {
    content: "\f24d";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.box1 {
    padding: 40px;
    margin: 20px 0;
    background: #fbfbfb;
}
.box2 {
    padding: 40px;
    margin: 20px 0;
    border: 1px solid #ddd;
}
.box3 {
    position: relative;
    padding: 40px;
    margin: 20px 0;
    border: 1px solid #f1d8d4;
    background: #faf3f2;
}
.column1,
.column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 2%;
    margin-bottom: 20px;
}
.column1 div {
    padding: 30px;
    background: #fbfbfb;
}
.column1 div.two,
.column2 div.two {
    flex: 0 0 49%;
}
.column1 div.three,
.column2 div.three {
    flex: 0 0 32%;
}
.column1 div.four,
.column2 div.four {
    flex: 0 0 23.5%;
}
.column1 div.five,
.column1 div.others,
.column2 div.five,
.column2 div.others {
    flex: 0 0 18.4%;
}
.column1 h4,
.column2 h4 {
    color: var(--main);
    font-size: 1.8rem;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}
.column2 div {
    padding: 30px;
    border: 1px solid #ddd;
}
.column1 div p,
.column2 div p {
    line-height: 1.8;
    margin-bottom: 20px !important;
}
.column1 div p:last-of-type,
.column2 div p:last-of-type {
    margin-bottom: 0 !important;
}
.list1 {
    color: #333;
    margin: 10px 0;
}
.list1 li {
    padding: 8px 0;
    padding-left: calc(1em + 5px);
    text-indent: calc(-1em + -4px);
}
.list1 li + li {
    border-top: 1px dotted #ccc;
}
.list1 li:before {
    content: "\ea42";
    font-family: "icomoon";
    color: var(--main);
    font-size: 1.4rem;
    margin-right: 7px;
}
.list2 {
    counter-reset: li;
    color: #333;
    margin: 10px 0;
}
.list2 li {
    padding: 4px 0;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.list2 li:before {
    content: counter(li, decimal) ". ";
    counter-increment: li;
    color: var(--main);
}
.line-list1 {
    width: 200px;
    margin: 30px auto;
    border-style: none;
    border-width: 0;
}
.list2 li + li {
    border-top: 1px dotted #ccc;
}
.list3 {
    display: flex;
    column-gap: 4%;
}
.list3 li {
    color: var(--main);
    padding: 5px 15px;
    border: 1px solid var(--sub);
}
.line-list1::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 20px;
    background: radial-gradient(circle farthest-side, #eee, #eee 60%, transparent 60%, transparent);
    background-size: 20px 20px;
}
.space {
    height: 20px;
    border-style: none;
    border-width: 0;
}



/*-------------------------------------------------------------------------------------------*/
/* 　事例詳細
/*-------------------------------------------------------------------------------------------*/
.single-case {
    padding: 80px;
    background: #fff;
}
.single-case .image-orver img,
.case-list .image-orver img {
    object-fit: cover;
    aspect-ratio: 6/3;
}
.single-case .case-info,
.case-list .case-info {
    position: relative;
    padding-top: 70px;
}
.single-case .case-info {
    padding-top: 100px;
}
.case-list h3 {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    color: var(--main);
    font-size: clamp(2rem, 1.862rem + 0.74vw, 2.6rem);
    line-height: 1.6;
    text-align: center;
    background: #fff;
}
.single-case h2 {
    width: 80%;
    color: var(--main);
    font-size: clamp(2rem, 1.862rem + 0.74vw, 2.6rem);
    line-height: 1.6;
    text-align: center;
    margin: -50px auto 60px;
    background: #fff;
}
.single-case h3,
.case-list h4 {
    color: var(--main);
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}
.single-case .day,
.case-list .day {
    line-height: 30px;
    margin-bottom: 20px;
}
.single-case .day span,
.case-list .day span {
    position: relative;
    display: inline-block;
    width: 80px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
    margin-right: 20px;
    background: var(--main);
    z-index: 0;
}
.single-case .day span:after,
.case-list .day span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -10px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--main);
}
.single-case .comment {
    margin-bottom: 100px;
}
.single-case .free {
    margin-bottom: 50px;
    overflow: auto;
}
.single-case .free:last-child {
    margin-bottom: 0;
}
.single-case .gallery-box img {
    margin-bottom: 10px;
}
.single-case .gallery-box div h5 {
    display: block;
    width: 100%;
    color: var(--main);
    font-size: 1.8rem;
    text-align: center;
    padding: 5px;
}
#content .single-case .gallery-box {
    gap: 30px 4%;
}
#content .single-case .gallery-box div {
    width: 22%;
}



/*-------------------------------------------------------------------------------------------*/
/* 　投稿一覧
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿一覧リスト --------*/
.post-archive .post-list {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
}
.post-archive section:last-child {
    margin-bottom: 150px;
}

/*-------- アイキャッチ --------*/
.post-archive .image-orver {
    width: 180px;
    background: var(--main);
    overflow: hidden;
}
.post-archive .image-orver img {
    height: 100%;
    object-fit: cover;
    transition: .8s;
}
.post-archive .image-orver img:hover {
    transform: scale(1.2) rotate(5deg);
    opacity: 1;
}

/*-------- 投稿情報 --------*/
.post-archive .blog-info {
    flex-basis: 100%;
    flex-shrink: 20;
    position: relative;
    padding-bottom: 40px;
}
.post-archive .blog-info ul {
    display: flex;
    flex-wrap: wrap;
    min-height: 35px;
    color: #666;
    padding: 8px 0 4px;
    margin: 10px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.post-archive .blog-info .data:before {
    content: "\f073";
    font-family: "icomoon";
}
.post-archive .blog-info li,
.post-archive .blog-info li a {
    font-size: 1.2rem;
}
.blog-comment {
    display: block;
    font-size: 1.4rem;
    overflow: hidden;
}
.blog-button {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    font-size: 1.2rem;
    padding: 5px 20px 3px;
    margin-top: 16px;
    border: 1px solid var(--link);
}
.blog-button:before {
    content: "\f105";
    font-family: "icomoon";
    color: var(--sub);
    font-size: 1.2rem;
    margin-right: 7px;
}
.blog-button:hover {
    color: #FFF;
    border: 1px solid var(--link-h);
    background: var(--link-h);
}
.blog-info li {
    margin: 0 15px 0 5px;
    justify-content: center;
}
.blog-info li {
    font-size: 1.2rem;
}
.blog-info li a {
    color: #666;
}
.blog-info li a:hover,
.blog-info-single li a:hover {
    color: var(--link-h);
}
.blog-info li:before {
    font-family: "icomoon";
    color: var(--sub);
    margin-right: 7px;
}
.blog-info li.cat:before {
    content: "\e930";
}
.blog-info li.date:before {
    content: "\f073";
}
.blog-info li.tag:before {
    content: "\e935";
}

/*-------- ページナビゲーション --------*/
.pagination {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    margin: 50px 0;
    border-radius: 25px;
}
.pagination .current {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 5px;
    border-radius: 15px;
    background: var(--link);
}
.pagination a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-radius: 25px;
}
.pagination a:hover {
    color: #fff;
    border-radius: 15px;
    background: var(--link-h);
}
.pagination a:before {
    display: inline-block;
    color: var(--link);
    font-size: 2rem;
    margin-top: -5px;
}
.pagination a:hover:before {
    color: #fff;
}
.previous-button a:before {
    font-family: "icomoon";
    content: "\e946";
}
.first-button a:before {
    font-family: "icomoon";
    content: "\e94e";
}
.next-button a:before {
    font-family: "icomoon";
    content: "\e940";
}
.last-button a:before {
    font-family: "icomoon";
    content: "\e94d";
}



/*-------------------------------------------------------------------------------------------*/
/* 　事例一覧
/*-------------------------------------------------------------------------------------------*/
.case-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 4%;
    overflow: hidden;
}
.case-list .case {
    position: relative;
    width: 48%;
    min-width: 48%;
    padding: 30px;
    background: #fff;
}
.case-list .case img {
    aspect-ratio: 6/4;
}
.case-list .case h3 {
    top: -35px;
    font-size: 1.8rem;
    padding: 25px 5% 5px;
}
.case-list .case h4 {
    font-size: 1.7rem;
    margin-bottom: 15px;
}
.case-list .day {
    margin-bottom: 15px;
}
.case-list .comment {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: -25px;
}
.case-list .comment.detail {
    margin-top: 0;
    margin-bottom: 25px;
}
.case-list a {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 100px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8;
    background: var(--link);
}
.case-list a:hover {
    background: var(--link-h);
}
.case-list a:hover i {
    margin-left: 10px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　サイドバー
/*-------------------------------------------------------------------------------------------*/
.post-archive #content .flex,
.single-content #content .flex {
    display: flex;
    justify-content: space-between;
}
.post-archive #content .flex .content,
.single-content #content .flex .content {
    width: 100%;
}
.post-archive #content .flex .content.sidebar,
.single-content #content .flex .content.sidebar {
    width: calc(100% - 320px);
}

/*-------- ブロック --------*/
#sidebar .widget {
    font-size: 1.4rem;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

/*-------- タイトル --------*/
#sidebar .widget h3 {
    color: var(--main);
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 3px solid var(--main);
}

/*-------- 最近の投稿 --------*/
.new-postA .post,
.new-postB .post {
    position: relative;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    transition: .3s;
}
.new-postA a .post .img {
    width: 100%;
    background: var(--main);
    overflow: hidden;
}
.new-postA a .post img {
    transition: .8s;
}
.new-postA a:hover .post img {
    transform: scale(1.2) rotate(5deg);
    opacity: 1;
}
.new-postA a:last-child .post,
.new-postB a:last-child .post {
    margin-bottom: 0;
}
.new-postA h4,
.new-postB h4 {
    color: var(--main);
    line-height: 1.4;
    margin-top: 8px;
}
.new-postA .date,
.new-postB .date {
    font-size: 1.2rem;
}
.new-postA .date:before {
    content: "\f073";
    font-family: "icomoon";
    color: #999;
    font-size: 1.2rem;
    margin-right: 7px;
}
.new-postA img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 6/4;
}
.new-postA .cal {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 3px 5px 5px;
    margin: 0;
}
.new-postA .cal p:nth-child(1),
.new-postB .cal p:nth-child(1) {
    font-size: 1.1rem;
    line-height: 1.5;
}
.new-postA .cal p:nth-child(2),
.new-postB .cal p:nth-child(2) {
    line-height: 1;
}
.new-postA .cal p:nth-child(3),
.new-postB .cal p:nth-child(3) {
    font-size: 1.1rem;
    line-height: 1.2;
}
.new-postB .post {
    display: flex;
    align-items: center;
    column-gap: 7px;
    border: none;
    border-bottom: 1px solid #eee;
}
.new-postB .cal {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 3px 5px 5px;
    margin: 0;
}
.new-postA h4,
.new-postB h4 {
    margin-top: 0;
}

/*-------- カテゴリー --------*/
.widget_categories li a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}
.widget_categories li a:before {
    content: "\e930";
    font-family: "icomoon";
    color: var(--sub);
    margin-right: 10px;
}

/*-------- アーカイブ --------*/
label.screen-reader-text {
    display: none;
}
.widget_archive select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 11px 15px 11px 35px;
    line-height: 1.5;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
    background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
    border: 1px solid #c0c0c0;
}
.widget_archive:after {
    content: "\f078";
    font-family: "icomoon";
    position: absolute;
    color: var(--sub);
    font-size: 1.4rem;
    padding-left: 5px;
    margin-top: -35px;
    margin-left: 10px;
    z-index: 2;
}

/*-------- タグ --------*/
.tag-box .ac-header {
    font-size: 1.4rem;
    padding: 10px 40px 10px 20px;
    border: 1px dotted #ccc;
}
.tag-box .ac-header:before {
    font-size: 1.4rem;
}
.tag-box .ac-header:after,
.tag-box .ac-inner:after {
    display: none;
}
.tag-box .ac-inner {
    padding: 10px;
    border: 1px dotted #ccc;
    border-top: none;
}
.tagcloud {
    display: flex;
    flex-wrap: wrap;
}
.widget_tag_cloud a {
    color: #fff;
    font-size: 1.2rem !important;
    text-align: center;
    line-height: 1.2;
    padding: 4px 10px;
    margin: 5px 3px 0 0;
    border-radius: 3px;
    background: var(--link);
    transition: 0.5s;
}
.widget_tag_cloud a:hover {
    color: #fff;
    background: var(--link-h);
}



/*-------------------------------------------------------------------------------------------*/
/* 　フッダ
/*-------------------------------------------------------------------------------------------*/
/*-------- フッダコンテンツ --------*/
#footer li.name {
    color: var(--main);
    font-size: 1.8rem;
}
#footer li.tel {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
    font-family: 'Outfit-Medium', serif;
    color: var(--main);
    font-size: 3.2rem;
}
#footer li.mail a {
    color: #fff;
    font-size: 2rem;
    padding: 10px 40px;
    border-radius: 3px;
    background: var(--link);
}
#footer li.mail a:hover {
    background: var(--link-h);
}
#footer .footer-content {
    display: flex;
    justify-content: center;
    gap: 30px 6%;
    margin-top: 40px;
}
#footer .footer-content div {
    width: 100%;
}
#footer h3 {
    color: var(--main);
    font-size: 1.8rem;
    padding-bottom: 5px;
}
#footer a {
    color: #666;
}
#footer a:hover {
    color: var(--link-h);
}
.footer-logo {
    width: 250px;
    margin-bottom: 10px;
}
.footer-logo-text {
    color: var(--main);
}
.under-btn {
    display: none;
}
.footer-under {
    text-align: center;
    padding: 20px 10px;
    background: var(--main);
}
.copyright {
    font-size: 1.2rem;
    color: #FFF;
    margin-top: -5px;
}
#footer ul.sns {
    justify-content: center;
    padding-top: 30px;
    margin-top: 50px;
}
#footer-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 4%;
    overflow: hidden;
}
#footer-btn a {
    width: 22%;
}
#footer .top-btn {
    color: #fff;
    margin: 0 auto;
}
#footer .top-btn:hover {
    color: #fff;
}

/*-------- ページスクロール --------*/
#page-scroll {
    position: fixed;
    right: 20px;
    bottom: 31px;
    text-align: center;
    z-index: 100;
}
#page-scroll .fa-angle-up {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4);
    background: var(--sub);
    transition: all 0.3s;
}
#page-scroll .fa-angle-up:hover {
    border-radius: 5px;
    background: var(--sub);
}




/*-------------------------------------------------------------------------------------------*/
/* 　フォーム
/*-------------------------------------------------------------------------------------------*/
div.wpcf7 {
    margin: 0;
    padding: 0;
}
form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    background: #fef0f0;
}
.wpcf7 .wpcf7-response-output {
    margin: 25px auto 0 !important;
    padding: 12px 20px !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #f33 !important;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    width: 100%;
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    margin-bottom: 20px;
}
.wpcf7 .wpcf7-mail-sent-ok {
    width: 100%;
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
    margin-bottom: 20px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
.wpcf7 select {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 10px;
    margin-top: 5px;
    nowhitespace: afterproperty;
    -webkit-appearance: none;
    border: solid 1px #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
textarea {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px;
    margin-top: 5px;
    nowhitespace: afterproperty;
    -webkit-appearance: none;
    border: solid 1px #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=password]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=url]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form textarea:focus {
    box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=reset]:hover {
    border-color: var(--link);
}
.wpcf7 form {
    display: flex;
    column-gap: 5%;
}
.wpcf7 p {
    color: var(--main);
    margin-bottom: 20px;
}
.wpcf7 label {
    color: #555;
}
.wpcf7 .dual {
    width: 47.5%;
}
.wpcf7 .full {
    width: 100%;
}
.wpcf7 .approval {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    margin-top: 15px;
}
.wpcf7 .approval .wpcf7-form-control-wrap {
    display: block;
    width: 255px;
    font-size: 1.8rem;
    text-align: center;
    padding: 20px 10px;
    border: none;
    border-radius: 10px;
    background: var(--link);
    transition: 0.5s;
}
.wpcf7 .approval .wpcf7-form-control-wrap label {
    color: #fff !important;
}
.wpcf7 .approval input[type="checkbox" i] {
    width: 25px;
    height: 25px;
    vertical-align: top;
}
input[type=submit] {
    display: block;
    width: 33%;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.5rem;
    padding: 20px 10px;
    border: none;
    border-radius: 10px;
    background: var(--link);
    transition: 0.5s;
    -webkit-appearance: none;
}
input[type=submit]:hover {
    color: #fff;
    background: var(--link-h);
}
.wpcf7-spinner {
    margin: 0 !important;
}
.wpcf7 .approval .wpcf7-list-item {
    margin: 0;
}
.wpcf7-spinner {
    position: absolute !important;
    bottom: -40px;
    display: block !important;
}
.wpcf7 .star:before {
    content: "必須";
    color: #fff;
    font-size: 1.2rem;
    padding: 3px 5px;
    margin-left: 5px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 3px;
    background: #f33;
}

/*-------- reCAPTCHA --------*/
.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha_policy {
    width: 100%;
    color: #444 !important;
    font-size: 11px !important;
    text-align: center;
    padding: 0;
    margin: 0;
}
.recaptcha_policy a {
    color: #111 !important;
    font-size: 11px !important;
}




/*-------------------------------------------------------------------------------------------*/
/* 　検索
/*-------------------------------------------------------------------------------------------*/
#search-wrap #searchform {
    position: relative;
    width: 100%;
    display: flex;
    height: 46px;
}
#search-wrap #s {
    width: calc(100% - 120px);
    height: 46px;
    font-size: 1.4rem;
    padding: 0px 8px;
    margin-top: 0;
    border: none;
    background: #fff;
    z-index: 10;
    outline: 0;
}
#search-wrap #searchsubmit {
    position: absolute;
    right: 0px;
    height: 46px;
    padding: 0 30px;
    border-radius: 5px;
    background: var(--link);
    z-index: 90;
}
#search-wrap #searchsubmit:hover {
    background: var(--link-h);
}
#search-wrap {
    opacity: 0;
}
#search-wrap.panelactive {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 30;
    transition: all 0.6s;
    opacity: 1;
}
#search-wrap #search {
    display: none;
}
#search-wrap.panelactive #search {
    display: block;
    width: 50%;
}
.open-btn {
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 35px;
    text-align: center;
    margin-left: 3px;
    border-radius: 50%;
    background: var(--link);
    cursor: pointer;
    z-index: 31;
}
.open-btn:hover {
    background: var(--link-h);
}
.close-btn {
    display: none;
}
#search-wrap.panelactive .close-btn {
    position: relative;
    top: -50px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 2rem;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--link);
    cursor: pointer;
    z-index: 2;
}
.close-btn:hover {
    background: var(--link-h);
    animation: spin 3s linear infinite;
    animation-iteration-count: 1;
}


