@charset "UTF-8";
/* 基礎設定 */
html, body {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%;
    /*
    background: #fff;
    */
    scroll-behavior: auto!important;
    overflow-x: hidden;
    /* animation: fadeIn 1s; */
}

body {
    background: url(../img/bg_body.png) fixed no-repeat center bottom;
    background-size: cover;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
}

/* A-Form */
.aform-header {
    display: none;
}

/*--- 画面全体をフェードイン(animation設定) ---*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.txt-ja, span[lang='ja'],
.txt-en, span[lang='en'] { font-family: "Noto Serif JP", serif; }
.txt-none { font-family: "Noto Sans JP", sans-serif!important; }
/* html{ height: -webkit-fill-available;} */
html.nosc,body.nosc{
	overflow: hidden;
    overflow-x: scroll;
    overflow-y: auto;
}
.color-red { color: #FF0000;}
.color-blue{ color: #024886;}
.color-lblue{ color: #005BAC;}
.color-skyblue { color: #64B7FF;}
.color-wh{ color: #fff;}
.color-gr{ color: #5FD1C6;}
.color-lgr{ color: #F3F4EB;}
.color-ye{ color: #FFF200;}
.color-ly{ color: #f9f1a7;}
.color-pink { color: #F8668E;}
.color-aq { color: #6EC0D9;}
.color-or{ color: #FAAE8B;}
.color-prp{ color: #721DC8;}
.color-gy{ color: #FAF9F4;}
.color-bw{ color: #4D0001;}
.color-bk{ color: #333;}

.bg-red{ background: #FF0000;}
.bg-blue{ background: #024886;}
.bg-lblue{ background: #005BAC;}
.bg-gr{ background: #5FD1C6;}
.bg-ye{ background: #FFF200;}
.bg-lye{ background: #F6F1E4;}
.bg-lgr{ background: #EBFDF8;}
.bg-pn { background: #F8668E;}
.bg-bk{ background: #000333;}
.bg-wh{ background: #fff;}
.bg-gray{ background: #F4F4F4;}
.bg-bw{ background: #4D0001;}
.bg-cream { background: #FDF5ED; }

/* a:hover{
    color: #333;
} */

a.anchorpoint01 {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

h1, h2, h3, h4, h5, h6,
.sizeh1, .sizeh2, .sizeh3, .sizeh4, .sizeh5, .sizeh6 {
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 auto 1.5rem;
    padding: 0;
    /*
    font-family: "Noto Serif JP", serif;
    */
}
h1, .sizeh1 { font-size: 36px; }
h2, .sizeh2 { font-size: 32px; }
h3, .sizeh3 { font-size: 29px; }
h4, .sizeh4 { font-size: 25px; }
h5, .sizeh5 { font-size: 21px; }
h6, .sizeh6 { font-size: 18px; }

.other-content h2 {
    position: relative;
    margin-bottom: 1.5rem;
    padding: 0 0.5em 0.3rem 0;
}
.other-content h2::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #67B82D;
}

/*
.other-content h3 {
    color: #fff;
    margin-bottom: 1.2rem;
    padding: 0.4rem 1rem;
    position: relative;
    background: #67B82D;
    border-radius: 5px;
}
.other-content h3.h3color-or { background: linear-gradient(90deg, #FAAE8B 80%, rgba(250, 174, 139, 0) 100%); }
.other-content h3.h3color-bl { background: linear-gradient(90deg, #6EC0D9 80%, rgba(110, 192, 217, 0) 100%); }
.other-content h3.h3color-gr { background: linear-gradient(90deg, #5FD1C6 80%, rgba(95, 209, 198, 0) 100%); }
*/

.other-content h3 {
    position: relative;
    line-height: 1.3;
    padding-left: 20px;
    font-feature-settings: "palt";
}
.other-content h3::before {
    content: '';
    display: block;
    width: 7px;
    height: 1.1em;
    position: absolute;
    left: 0;
    top: 0.15em;
    background-color: #67B82D;
}
.other-content h3 span {
    font-size: 0.8em;
}
.other-content h4 {
    position: relative;
    line-height: 1.3;
    padding-left: 15px;
    font-feature-settings: "palt";
}
.other-content h4::before {
    content: '';
    display: block;
    width: 7px;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0.15em;
    background-color: #67B82D;
}
.other-content h4 span {
    font-size: 0.8em;
}
.other-content .titbg1 {
    color: #fff;
    margin-bottom: 1.2rem;
    padding: 0.4rem 1rem;
    position: relative;
    background: #67B82D;
    border-radius: 5px;
}

.other-content h5 {
    line-height: 1.2;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
}
.other-content h5::before {
    content: '';
    display: block;
    width: 0.82em;
    height: 0.82em;
    background-color: #67B82D;
    border-radius: 50%;
}

.other-content h6 {
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #67B82D;
}

.other-content li {
    /*
  margin-left: 1.5em;
  */
  padding-left: 0.2em;
}
.other-content li::marker {
  font-weight: bold;
  color: #67B82D;
  font-size: 18px;
}

.box-wh {
    padding: 2.5em 3em;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.movie {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-top: 56.25%;
}
.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------
*   hd-scroll
--------------------------------------------- */
.hd-scroll {
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: 10;
    mix-blend-mode: hard-light;
}
.hd-scroll_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    color: #fff;
    -ms-writing-mode: tb-rl;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;

/*
    -webkit-box-align: center;
    align-items: center;
*/
}
.hd-scroll_box:hover, .hd-scroll_box:focus { color: #fff; }
.hd-scroll_txt {
    /*
    font-weight: 400!important;
    */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.hd-scroll_line {
    position: relative;
    overflow: hidden;
    /*
    margin-top: 15px;
    */
    margin: 0 5px 100px 0;
    width: 1px;
    height: 130px;
    background-color: rgba(255, 255, 255, 0.2);
}
.hd-scroll_bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(255,255,255);
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
    -webkit-animation: bnr_drop 4s cubic-bezier(0.5, 0.06, 0.6, 0.15) infinite;
    animation: bnr_drop 4s cubic-bezier(0.5, 0.06, 0.6, 0.15) infinite;
    opacity: 0.8;
}
@keyframes bnr_drop {
    0% { -webkit-transform:translateY(-100%) } 
    50% { -webkit-transform:translateY(0)}
    70% { -webkit-transform:translateY(0)}
    100% { -webkit-transform:translateY(100%)}
}
@-webkit-keyframes bnr_drop {
    0% { -webkit-transform:translateY(-100%) } 
    50% { -webkit-transform:translateY(0)}
    70% { -webkit-transform:translateY(0)}
    100% { -webkit-transform:translateY(100%)}
}

@media screen and (max-width: 991px) {
    .hd-scroll { left: 37px; }
    .hd-scroll_box { font-size: 14px; }
    .hd-scroll_line { height: 250px; }
}
@media screen and (max-width: 767px) {
    .hd-scroll { display: none; }
}


/* --------------------------------------------
    common
-------------------------------------------- */
p {
    margin: 0 auto 1.5em;
    padding: 0;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a.anchorpoint {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
a.link-txt {
    color: #5FD1C6;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    display: inline-block;
    margin: 12px auto;
    padding: 5px 12px;
    border: 2px solid;
    border-radius: 8px;
}
a.link-txt:hover {
    color: #fff;
    background-color: #5FD1C6;
}

img.img-radius20, .img-radius20 img { border-radius: 20px; overflow: hidden; }

hr {
    margin: 3rem 0;
    border-top: 2px solid #ddd;
}

.btn01 {
    position: relative;
    display: inline-block;
    transition: ease-in 0.2s;
}
.btn01 a, .btn01 .btn-none {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    white-space: nowrap;
    color: #333;
    transition: ease-in 0.2s;
}
.btn01 .btn-none, .btn02 .btn-none { color: #fff;}
.btn01 a::after, .btn01 .btn-none::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
    border: 1px solid #585858;
    background: #585858;
    border-radius: 50%;
    width: 36px;
    aspect-ratio: 1;
    transition: ease-in 0.2s;
}
.btn01 .arrow {
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
    z-index: 10;
    overflow: hidden;
}
.btn01 .arrow-item { 
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.2s;
}
.btn01 .arrow .arrow-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #fff;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all 0.2s;
    z-index: 10;
}
.btn01 a:hover::after, a:hover .btn01 .btn-none::after {
    background: #fff;
}
.btn01 a:hover .arrow .arrow-item::before {
    border-color: #67B82D;
}

.btn02 {
    display: inline-block;
    text-align: center;
    background: #67B82D;
    border-radius: 5px;
}
.btn02 a, .btn02 .btn-none { 
    display: block;
    position: relative;
    width: 100%;
    min-width: 220px;
    font-size: 16px;
    padding: 18px 50px;
    color: #fff;
    /*text-wrap: nowrap;*/
}
.btn02 a::before, .btn02 .btn-none::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.4em;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #fff;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all 0.2s;
    z-index: 10;
}
.btn02 a::after, .btn02 .btn-none::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 24px;
    aspect-ratio: 1;
    transition: ease-in 0.2s;
}
.btn02:hover a::before, a:hover .btn02 .btn-none::before { border-color: #585858;}
.btn02:hover a::after, a:hover .btn02 .btn-none::after { background: #fff;}

.other-content section .content-wrap .btn02,
.other-content section .content-wrap .btn03 { display: table; margin: 0 0 1.5rem; }
.other-content section .content-wrap .btn03 { width: auto; min-width: 280px; height: auto; }
.other-content section .content-wrap .btn02 a,
.other-content section .content-wrap .btn02 .btn-none,
.other-content section .content-wrap .btn03 a,
.other-content section .content-wrap .btn03 .btn-none { line-height: 1.4; padding: 16px 50px 16px 25px; }

.btn03 {
    background: #fff;
    text-align: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*
    display: block;
    border: 1px solid #D0D0D0;
    border-radius: 35px;
    */
}
.btn03 a { 
    /* display: block; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* flex-direction: column; */
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    font-size: 16px;
    padding: 1rem;
    color: #333;
}
.btn03 a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.4em;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #fff;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all 0.2s;
    z-index: 10;
}
.btn03 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    border: 1px solid #fff;
    background: #585858;
    border-radius: 50%;
    width: 24px;
    aspect-ratio: 1;
    transition: ease-in 0.2s;
}
.btn03 a:hover::before {
    border-color: #585858;
}
.btn03 a:hover::after { 
    border: 1px solid #585858;
    background: #fff;
}
.btn03 a span { margin: 0 1.5em 0 1em;}
.btn03 a span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1.0em;
    transform: translate(-50%,-50%);
    width: 5px;
    height: 5px;
    background: #67B82D;
    border-radius: 5px;
    /*
    bottom: 50%;
     content:'・'; color: #67B82D;
     */
     }

/* TOPのsection設定 */
.sec-wrap {
    position: relative;
    width: 90%;
    /*max-width: 1200px;*/
    max-width: 1100px;
    margin: 0 auto;
    padding: 6rem 0 8rem;
}
.sec-tit {
    position: relative;
    font-size: 25px;
    display: inline-block;
    padding: 26px 0 0 0;
}
.sec-tit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 25px;
    height: 25px;
    background-image: url(../img/tit-point1.png);
    background-repeat: no-repeat;
    background-size: contain;
/*
    background-position: top center;
*/

}
.sec-tit span {
    font-size: 50px;
    color: #67B82D;
    line-height: 1;
    /*
    letter-spacing: 0.15em;
    */
}
.sec-tit h2 {
    font-size: 25px;
    line-height: 1;
    /*
    letter-spacing: 0.1em;
    margin-bottom: 0;
    */
}

/* --- flex-box --- */
.flex-box {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
}
.flex1 > div { width: 100%; }
.flex2 > div { width: 50%; }
.flex3 > div { width: calc(100% / 3); }
.flex4 > div { width: 25%; }
.flex5 > div { width: 20%; }
.flex-last {
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
}

/*--- grid-box ---*/
.grid-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
.grig-wrap0 { grid-gap: 0; }
.grid1 { grid-template-columns: repeat(1, 1fr); grid-gap: 0;}
.grid2 { grid-template-columns: repeat(2, 1fr); }
.grid3 { grid-template-columns: repeat(3, 1fr); }
.grid5 { grid-template-columns: repeat(5, 1fr); }

.flex-dl { display: flex; margin: 0 auto 10px; }
.flex-dl:last-of-type { margin-bottom: 1em; }
.flex-dl dt { width: 4em; margin-right: 1.5em; }
.flex-dl dd { flex: 1; margin-bottom: 0; }

/*--- .full-map ---*/
.full-map .map-wrap {
    line-height: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.full-map .map-wrap iframe {
    width: 100%;
    height: 700px;
    margin-top: -200px;
}

section {
    position: relative;
    z-index: 10;
    /*padding: 5rem 0;*/
}
.flex-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 2;
}
.flex-list li {
    margin-right: 2rem;
}
.flex-list.list-border {
    border: 1px solid #333;
    padding: 1rem 2rem;
}
a:link,a:visited,a:hover,a:active {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
    padding-left: 2em;
}
.other-content section ul { margin-bottom: 1.5rem; }
.other-content section li { padding-bottom: 1rem; }

/* リキャプチャ非表示用（別途フォームに注記必要） */
.recaptcha_policy {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 11px !important;
    color: #444 !important;
}
.recaptcha_policy a {
    font-size: 11px !important;
    color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }


/* --------------------------------------------
    nav
-------------------------------------------- */
#head{ 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
    transition: all 0.4s ease;
    font-size: 16px;
    background-color: #EDEDED; 
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}
#head h1{ margin-bottom: 0;}
.h-logo .brand{
    max-width: 126px;
    z-index: 10;

}
.menu-wrap { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    max-width: 1500px;
    height: 100%;
    margin: 0 auto;
    /*
    background-color: #EDEDED; 
    border-bottom: 0.5px solid #D0D0D0;
    */
}

.h-logo { 
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    height: 100%;
    transition: ease 0.4s;
}
.h-logo a { display: block; }
.h-logo .brand {
    transition: all 0.8s;
}
.nosc .brand.logo-hidd { display: none;}
.logo-vis {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.nosc .brand.logo-vis {
    left: 1em;
}
#cpage .h-logo {
    display: flex!important;
    align-items: center!important;
}
#cpage .h-logo .brand {
    position: relative!important;
    top: 0!important;
    transform: none!important;
}

.nosc .menu-wrap { justify-content: space-between;}
#clickarea .link-tel {
    height: auto;
    display: inline-block;
}
.nosc .menu-list {
    display: none !important;
}
.menu-list { height: 100%;}
.menu-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    /* gap: 2rem; */
    padding-left: 0;
}
.menu-list ul li {
    display: block;
    width: 100%;
    height: 100%;
}
.menu-list ul li > a {
    position: relative;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-wrap: nowrap;
    padding: 0 1rem;
}
.menu-list ul li:hover a.menu-link::after, .menu-list ul li:hover a.nav-none::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translate(-50%,-50%);
    width: 5px;
    height: 5px;
    background: #67B82D;
    border-radius: 5px;
    animation-name: infoAnime;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    z-index: 10;
}
@keyframes infoAnime{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
} 

.nav-vis {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    background-color: #EDEDED;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -100;
    padding-top: 70px;
}
.nav-vis-wrap {
    margin: 0 auto;
    padding: 3rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    width: 86%;
    max-width: 152rem;
}
.menu-list ul li a.menu-link:hover + .nav-vis,
.menu-list ul li a.menu-link + .nav-vis:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    /*z-index: 100;*/
    z-index: -15 !important;
}
.menu-list ul li a.nav-none:hover + .nav-vis {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -100;
}
.menu-hover { z-index: -10; }

.nav-img {
    max-width: 100%;
    width: 300px;
    /*
    border-radius: 10px;
    */
}
.nav-img img {
    max-width: 100%;
    width: 300px;
    border-radius: 10px;
}
.nav-wrap {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.nav-wrap .nav-item {
    line-height: 1.4;
}
.nav-item .btn03 {
    display: block;
    border-radius: 5px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.03));
    /*
    border: 1px solid rgba(208, 208, 208, 0.5);
    */
}
.nav-item .btn03 a {
    height: 60px;
    padding: 10px 20px;
    gap: 15px;
}
.nav-icon-menu .nav-item .btn03 a { padding: 10px; }
.nav-item .small-txt {
    display: block;
    font-size: 14px;
    margin-left: -0.5em;
    /*font-feature-settings: "palt";*/
}
/*
.nav-item svg {
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    overflow: visible;
    margin-right: 0.5em;
}
.nav-item.nav-cat01 svg { background: #F586A4;}
.nav-item.nav-cat02 svg { background: #F586A4;}
.nav-item.nav-cat03 svg { background: #FAAE8B;}
.nav-item.nav-cat04 svg { background: #F0CF74;}
.nav-item.nav-cat05 svg { background: #BCD56A;}
.nav-item.nav-cat06 svg { background: #99C6D5;}
.nav-item.nav-cat07 svg { background: #6EC0D9;}
.nav-item.nav-cat08 svg { background: #5FD1C6;}
*/

.nav-menu ul { 
    position: relative;
    margin-bottom: 0;
}
.nav-menu ul li { 
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.click-link {
    display: flex;
    align-items: center;
    gap: 1rem;
}


/* ハンバーガーメニュー */
.openbtn{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all 0.4s;
}
.openbtn span{
    display: block;
    transition: all .4s;
    position: relative;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 2px;
    background-color: #333333;
    width: 39px;
}
.openbtn span:nth-of-type(1) {
    top: 35%; 
}
.openbtn span:nth-of-type(2) {
    top: 50%;
}
.openbtn span:nth-of-type(3) {
    top: 65%; 
}
  
.openbtn.active span:nth-of-type(1) {
    top: 45%;
    left: 1em;
    transform: translateY(3px) rotate(-45deg);
    width: 50%;
    background: #333;
}
.openbtn.active span:nth-of-type(2) {
    display: none;
}
.openbtn.active span:nth-of-type(3) {
    top: 55%;
    left: 1em;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
    background: #333;
}
/* ×印が横幅を広くしても消えない設定 */
.openbtn.active{ display: block !important;}
.nosc .nav-menu{ opacity: 0;}
.nosc .sp-menu.d-md-none{
    display: flex !important;
}
.nosc #top-menu{ display: none !important;}

/* ハンバーガーメニュー内部 */
#clickarea {
    position: fixed;
    opacity: 0;
    width: 50%;
    height: 100vh;
    top: 70px;
    right: -120%;
    background: #fff;
    transition: all 0.4s;
    transform: translateX(120%);
    overflow-x: hidden;
    z-index: -1;
}
#clickarea.panelactive{
    opacity: 1;
    visibility: visible;
    right: 0;
    transform: translateX(0);
}
#clickarea.panelactive #click-wrap{
    position: relative;
    z-index: 1000;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}
#clickarea.panelactive ul li span::before {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);
    transform: translate(-50%,-50%) scale(1);
}
#clickarea .click-list {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 10rem;
}
#clickarea.panelactive .click-list > div {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
#clickarea ul li a:hover,.click-list > div a:hover, #clickarea ul li:hover span::before { opacity: 0.5;}
.click-list ul { 
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.click-list > ul li a {
    position: relative;
    color: #333;
    font-weight: 500;
}
.click-list > ul.nav-par > li { margin-bottom: 1.5rem;}
.click-list > ul.nav-par > li > a { line-height: 2.5;}
.click-list ul.nav-chi li { 
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.click-list ul.nav-chi li a { 
    position: relative;
    padding-left: 1em;
    font-size: 0.9em;
    font-weight: 400;
}
.click-list ul.nav-chi li a::before {
    content: "▶";
    color: #67B82D;
    font-size: 10px;
    margin-right: 0.5em;
}
.nosc .menu-bg {
    opacity: 0.5;
    visibility: visible;
}
.menu-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
}


/* TOP btn */
.reverse{
    position: fixed;
    bottom: 5%;
    right: 20px;
    width: 48px;
    height: 48px;
    z-index: 15;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
}
.reverse::before{
    position: absolute;
    width: 15px;
    height: 15px;
    top: 35%;
    left: 41%;
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg) translate(-50%,-50%);
    transform-origin: top right;
    transition: all 0.4s;
    z-index: 2;
}
.reverse:hover.reverse::before {
    top: 30%;
}
/* SIDE btn */
.sidebtn {
    position: fixed;
    right: 0;
    text-wrap: nowrap;
    writing-mode: vertical-rl;
    z-index: 99;
    width: auto;
    letter-spacing: 0.1em;
    border-radius: 10px 0 0 10px;
    transition: all 0.4s;
}
.sidebtn.sidebtn03 {
    bottom: 420px;
    background: #99C6D5;
}
.sidebtn.sidebtn01 {
    bottom: 270px;
    background: #5FD1C6;
}
.sidebtn.sidebtn02 {
    bottom: 90px;
    background: #F586A4;
}
.sidebtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 50px;
    height: auto;
    color: #fff;
    margin: 0 auto;
    border: none;
    padding: 12px 5px 15px;
}
.sidebtn a img {
    width: 34px;
    margin-bottom: 6px;
}
.sidebtn a:hover {
    opacity: 0.5;
}

/* --------------------------------------------
    TOP PAGE
-------------------------------------------- */
#maintop {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    padding: 0;
}
.main-slider {
    position: relative;
    z-index: 1;
    max-height: 100vh;
    min-height: 500px;
}
/*
.main-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-image: url(../img/main-cover.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
*/
.main-txt {
    /*
    letter-spacing: 0.2em;
    line-height: 1.4;
    */
    color:#fff;
}
.main-txt .main-large, .main-txt .main-medium, .main-txt .main-small {
    display: inline-block;
    position: relative;
    left: 6.5%;
    z-index: 20;
    line-height: 1.3;
    margin-top: 10px;
}
.main-txt .main-large {
    font-size: clamp(1.375rem, 0.739rem + 3.18vw, 3.125rem);
    /*
    font-size: clamp(1.375rem, -0.9778rem + 5.2vw, 6.875rem);
    line-height: 1.26;
    letter-spacing: 0.2em;
    */
}
.main-txt .main-medium {
    font-size: clamp(1.125rem, 0.966rem + 0.8vw, 1.563rem);
}
.main-txt .main-small {
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    line-height: 1.8;
    /*
    font-size: clamp(0.75rem, 0.2143rem + 1.1161vw, 2rem);
    */
}
#maintop img { width: 100%;}

.sub-slider {
    position: relative;
    z-index: 10;
    overflow: visible;

    transform: translateY(-40%);
}
.sub-slide-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    z-index: 2; /* メインスライダーの上 */
}
/*
.sub-slide-wrap svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: visible;
}
*/
/* sec01 */
/*
#sec01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-image: url(../img/sec01-cover.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
*/
#sec01 { padding: 10em 0;}

.sec01-wrap {
    display: flex;
    gap: 4vw;
    /*
    width: 80%;
    min-width: 1000px;
    margin: 0 auto 6rem;
    */
}
.s01-wrap01 {
    flex-direction: row-reverse;
}

.sec01-img, .sec01-txt { width: 45%;}
.sec01-img img {
    border-radius: 5px 0 0 5px;
    /*
    */
}
.sec01-txt .sec01-tit { line-height: 1.8; }
.sec01-txt .sec01-tit > span:not(.color-bk) { margin-left: -0.5em; }
.sec01-txt p {
    width: 100%;
    /*
    max-width: 29em;
    */
    margin: 0 0 1.5rem;
}

/* --------------------------------------------
    お知らせリスト
-------------------------------------------- */
.info-wrap {
  width: 100%;
  margin: 0 auto;
}
.tabs-wrap { overflow: auto; }
/* tab */
.nav-tabs {
    position: relative;
    z-index: 10;
/*
    width: 100%;
    min-width: 560px;
    min-width: 900px;
    min-width: 650px;
    justify-content: space-between;
    flex-flow: nowrap;
*/
    display: flex;
    align-content: flex-start;
    border: none;
    padding: 0!important;
    margin: 0!important;
    overflow-x: auto;
    overflow-y: hidden;
}
.nav-tabs > li { margin: 0; flex: 0 1 auto; }
.nav-tabs > li:not(:last-child) { margin-right: 10px; }
.nav-tabs > li a {
    background-color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: #fff;
    border: none;
    border-radius: 5px 5px 0 0;
    padding: 10px 4px;
    text-align: center;
    width: 160px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #333;
    border: none;
}
.nav-tabs .nav-link:hover {
    background-color: #fff;
    color: #333;
}
.nav-tabs .nav-link {
    border: none;
}

.tab-content > .tab-pane { position: relative; }
/* dl */
.tab-wrap {
    position: relative;
    z-index: 0;
    background-color: #fff;
    margin: 0 auto 3rem;
    padding: 1rem 2rem;
    border-radius: 0 5px 5px 5px ;
}
.info-box {
  list-style-type: none;
  padding: 0!important;
  margin: 0!important;
}
.info-item {
    color: #333;
    display: flex;
    margin-bottom: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.info-box > a:last-child .info-item { border-bottom: none; }
.info-item dt { margin-right: 2em; }
.info-item dd {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info-box > a:hover .info-item, .info-box > a:focus .info-item {
    color: #333;
    text-decoration: none;
    outline: none;
}
@media screen and (max-width: 767px) {
    .nav-tabs > li a {
        font-size: 14px;
        letter-spacing: 0;
        width: 130px;
        }
}
@media screen and (max-width: 575px) {
    .tab-wrap {
        padding: 0.5rem 1.5rem;
        border-radius: 5px; }
    .info-item { flex-wrap: wrap; }
    .info-item dt { margin: 0 0 5px; }
    .info-item dd {
        white-space: initial;
        text-overflow: initial;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}


.news-wrap {
    position: relative;
    z-index: 50;
    background: #fff;
    padding: 60px 50px 40px;
    border-radius: 20px;
}
.news-tit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D3D3D3;
    padding-top: 2em;
    margin-bottom: 1.5em;
}
.news-tit::before, .select-menu .sec-tit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5em;
    height: 5px;
    background: #5FD1C6;
    border-radius: 0 0 3px 3px;
}
.news-wrap .sec-tit {
    display: flex;
    gap: 20px;
    align-items: center;
}
.news-item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 0rem;
    padding: 18px 6px;
}
.btn01.news-btn {
    left: -3em;
}
.news-box .news-bg > a:last-child .news-item{
    border-bottom: none;
}
.news-box .news-bg > a { color: #333; }
.other-content .news-box a { color: #333; }
.news-item dt { 
    font-weight: bold;
    margin-right: 2em;
    /* width: 15%; */
}
.news-item dd { 
    width: 85%;
}
dt { font-weight: normal; }
dd { margin-bottom: 0; }
.news-box > a:hover{ opacity: 0.5; }

.blog-box .news-item dt { margin-right: 0; }
.blog-box .news-item dd { width: 100%; }




#sec0102 .sec-wrap {
    width: 100%;
    max-width: none;
    padding-top: 1px;
}

/* sec02 */
#sec02 {
    padding: 10em 0;
    background-color: #F4F4F4;
}
.sec02-wrap {
    position: relative;
    display: flex;
    margin: 0 auto 6rem;
    width: 85%;
    min-width: 1000px;
}
.sec2-tit {
    display: block;
    text-align: center;
    padding-bottom: 50px;
}
.sec2-tit::before {
    left: 50%;
}
.s02-wrap02 {
    flex-direction: row-reverse;
}

.sec02-txt {
    position: relative;
    transform: translateY(10%);
    /*
    right: 5%;
    text-align: center;
    */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 5rem;
    background: #fff;
    border-radius: 5px;
    width: 60%;
    min-width: 500px;
    max-height: 500px;
}
.sec02-img {
    position: relative;
    z-index: 2;
    width: 50%;
    /*
    border-radius: 0 20px 20px 0;
    */
}
.s02-wrap01 .sec02-img {
    left: 3%;

}
.s02-wrap02 .sec02-img {
    right: 3%;

}

.sec02-img img {
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    /*
    */
}

/*
.s02-wrap02 .sec02-img img { border-radius: 20px 0 0 20px; }
*/
.sec02-txt .sec-tit {
    display: block;
    position: relative;
    text-align: center;
    line-height: 0.5;
    padding-top: 1em;
    margin-bottom: 1.5rem;
    /*
    border-top: 1px solid #D3D3D3;
    */
}
.sec02-txt .sec-tit::before {
    display: none;
}

.sec02-txt .sec-tit::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 1em;
    height: 1px;
    background: #67B82D;
    /*
    border-radius: 0 0 3px 3px;
    */
}
.sec02-txt .sec-tit h2 {
    line-height: 1;
}
.sec02-txt .sec-tit span { 
   
}



.select-menu {
    padding: 3rem 0 3rem 3rem;
    background: #FDF5ED;
    border-radius: 20px;
}
.select-menu .sec-tit {
    border-top: 1px solid #D3D3D3;
    padding-top: 1em;
    margin-bottom: 0.5em;
    margin-right: 3rem;
}
.select-menu .sec-tit > div {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.select-img {
    position: relative;
    width: 60%;
}
.select-img-sp {
    position: relative;
}
.menu-img img {
    border-radius: 0 0 0 4%;
}
.select-box {
    display: flex;
    justify-content: space-between;
}
.img-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 23px;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0 0 20px 0;
    padding: 0.5rem;
    padding-left: 1em;
    padding-right: 1em;
}
.img-name img { width: 42px; }
.menu-img#cat01 .img-name { background: #F586A4;}
.menu-img#cat02 .img-name { background: #F4A1BB;}
.menu-img#cat03 .img-name { background: #FAAE8B;}
.menu-img#cat04 .img-name { background: #F0CF74;}
.menu-img#cat05 .img-name { background: #BCD56A;}
.menu-img#cat06 .img-name { background: #99C6D5;}
.menu-img#cat07 .img-name { background: #6EC0D9;}
.menu-img#cat08 .img-name { background: #5FD1C6;}

.select-cat {
    width: 30%;
    margin-left: 0;
}
.select-cat ul {
    list-style: none;
    padding-left: 0;
}
.select-cat li {
    position: relative;
    padding-left: 1em;
    border-bottom: 1px solid #DBDBDB;
}
.select-cat li::before {
    content: "●";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 0.7em;
}
.select-cat li::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    right: 0;
    left: auto;
    bottom: -1px;
    transition: ease 0.4s;
    background: #DBDBDB;
}
.select-cat li:hover::after {
    width: 100%;
    height: 2px;
    left: 0;
    right: auto;
}

.select-cat li.s-cat01:hover::after {  background: #F586A4;}
.select-cat li.s-cat01::before { color: #F586A4;}
.select-cat li.s-cat02:hover::after {  background: #F4A1BB;}
.select-cat li.s-cat02::before { color: #F4A1BB;}
.select-cat li.s-cat03:hover::after {  background: #FAAE8B;}
.select-cat li.s-cat03::before { color: #FAAE8B;}
.select-cat li.s-cat04:hover::after {  background: #F0CF74;}
.select-cat li.s-cat04::before { color: #F0CF74;}
.select-cat li.s-cat05:hover::after { background: #BCD56A;}
.select-cat li.s-cat05::before { color: #BCD56A;}
.select-cat li.s-cat06:hover::after {  background: #99C6D5;}
.select-cat li.s-cat06::before { color: #99C6D5;}
.select-cat li.s-cat07:hover::after {  background: #6EC0D9;}
.select-cat li.s-cat07::before { color: #6EC0D9;}
.select-cat li.s-cat08:hover::after {  background: #5FD1C6;}
.select-cat li.s-cat08::before { color: #5FD1C6;}

.select-cat li a {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 1em 0;
}
.swiper.select-img { margin: 0;}
.swiper.select-cat .swiper-wrapper {
    display: block;
    height: auto;
}

/* sec03 */
#sec03 { padding: 10em 0;}


    /*
#sec03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-image: url(../img/sec01-cover.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
    */

.sec03-wrap {
    display: flex;
    gap: 4vw;
    /*
    width: 80%;
    min-width: 1000px;
    margin: 0 auto 6rem;
    */
}
.s03-wrap01 {
    flex-direction: row-reverse;
}

.sec03-img, .sec03-txt { width: 45%;}
.sec03-img img {
    border-radius: 5px 0 0 5px;
    /*
    */
}
.sec03-txt .sec01-tit { line-height: 1.8; }
.sec03-txt .sec01-tit > span:not(.color-bk) { margin-left: -0.5em; }
.sec03-txt p {
    width: 100%;
    /*
    max-width: 29em;
    */
    margin: 0 0 1.5rem;
}

.sec03-wrap .btn02 {
    max-width: 280px;
    width: 100%;
}
.sec03-link {
    max-width: 1000px;
    width: 60%;
    margin: 0 auto 8rem;
}
.s03-wrap02 {
    flex-direction: row-reverse;
}
.s03-wrap02 .sec03-txt {
    right: auto;
    left: 5%;
}
.sec03-box.grid-box.grid2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
}
.sec03-box-item {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec03-box-item .box-tit h2 { margin-bottom: 0;}
.sec03-box-item .box-tit span {
    font-size: 13px;
    letter-spacing: 0.15em;
}
.sec03-box-item.sec03-link01 {
    background-image: url(../img/sec03-bg-pn.jpg);
}
.sec03-box-item.sec03-link02 {
    background-image: url(../img/sec03-bg-gr.jpg);
}
.sec03-box-item a {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 20%;
    color: #fff;
}
.sec03-box .box-tit {
    text-align: center;
    margin-bottom: 1rem;
}

/* sec04 */
#sec04 {
    background-color: #F4F4F4;
}

.sec4-tit {
    display: block;
    text-align: center;
    padding-bottom: 50px;
}
.sec4-tit::before {
    left: 50%;
}

#sec04 .d-lg-flex { gap: 50px; }
#sec04 .d-lg-flex > div { flex: 1; }

.blog-wrap {
    width: 45%;
}
.sns-wrap {
    width: 45%;
}
.blog-wrap .news-box {
    padding: 2rem;
    background: #fff;
    border-radius: 20px;
}
.blog-wrap .news-bg {
    margin-bottom: 2rem;
}
.blog-wrap .news-item { display: block;}


.hos-name {
    color: #F8668E;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}
.hos-name > span { display: block; }
.hos-name .small-txt {
    font-size: 16px;
    margin-bottom: 5px;
}
.hos-name .middle-txt {
    font-size: 20px;
    margin-bottom: 3px;
}
.hos-name .large-txt {
    font-size: 32px;
}
.sec04-img { 
    width: 50%;
    border-radius: 20px;
}
.sec04-img img { border-radius: 20px;}
.sec04-txt { width: 40%;}

/* お問い合わせフッタリンク */
#sec05 {
    background: url(../img/bg_sec05.png) no-repeat center top #67B82D;
    background-size: cover;
    /*
    background-position: cover;
    background-repeat:;
    background-color:;
    margin-bottom: 5px;
    */
}
#sec05 .bgimg01{
    color: #fff;
    padding: 100px 0;
 }
#sec05 .bgimg01::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    transform: translate(-100%, -50%);
    transition: all 0.4s;
    background: #0F5A23;
    opacity: 0;
}
#sec05 .bgimg01:hover::after {
    transform: scale(2,1) translate(0%, -50%);
    opacity: 0.9;
}
#sec05 .bgimg01 .sec-content {
    position: relative;
    z-index: 50;
}

#sec05 .bgimg01 .sec-tit {
    padding-top: 30px;
}
#sec05 .bgimg01 .sec-tit::before,
#sec05 .bgimg01 .sec-tit h2::before {
    display: none;
}
#sec05 .bgimg01 .sec-tit h2 {
    font-size: 25px;
    line-height: 1;
}
#sec05 .bgimg01 .sec-tit span {
    font-size: 50px;
    color: #fff;
    line-height: 1;
}
#sec05 .bgimg01 .sec-txt {
    padding: 30px 0px 0 20px;
    /*
    color: transparent;
    transition: all 0.3s;
    */
}
#sec05 .bgimg01:hover .sec-txt {
    color: #fff;
    transition: all 0.3s;
}
#sec05 .bgimg01 .sec-btn {
    position: absolute;
    right: 15px;
    bottom: 30px;
    width: 75px;
    height: 75px;
    z-index: 50;
    display: inline-block;
    padding: 0.5em 0em;
    background-color: transparent;
    transition: all 0.2s ease-out;
    border: 1px solid #fff;
    border-radius: 90px;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    padding: 20px 0 0 34px;
    /*
    color: #fff;
    */

}
#sec05 .bgimg01:hover .sec-btn {
    width: 99px;
    height: 99px;
    right: 3px;
    bottom: 18px;
    padding: 33px 0 0 47px;
    /*
    12px分半径拡大　大きさは24px拡大
    z-index: 50;
    display: inline-block;
    color: #fff;
    background-color: transparent;
    transition: all 0.2s ease-out;
    border: 1px solid #fff;
    border-radius: 90px;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    padding: 0.5em 0em;
    */

}

/*施工事例*/
.main1{grid-template-columns: 1fr 1fr 1fr;}
@media screen and (max-width: 767px) {
    .main1{grid-template-columns: 1fr;}
}

.panel1,.panel1:hover {color: #2b2b2b;text-decoration:none; margin:1em;}
.panel1 article {
    /*
    border: solid 4px #EFFDE5;
    */
    border-radius: 10px;
    background-color: #fcfcfc;
    margin:0;
    padding:1.5em;
    height:100%;
    }
.panel1 article:hover {
    background-color:#EFFDE5;
    }
.image_circle1 {
    text-align: center;
}
.workico1 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: solid 5px #67B82D;
  margin: auto;
}
.panel1 .entry-more-link {color: #274a78;}
.panel1:hover .entry-more-link {color: #3a6eb2; text-decoration:underline;}

/*お知らせ*/

.other-content .nav-tabs > li a {
    background-color: #fff;
    color: #67B82D;
    border: solid 2px #67B82D;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.01em;
    border-radius: 5px;
    padding: 10px 4px;
    text-align: center;
    width: 130px;
}
.other-content .nav-tabs .nav-item.show .nav-link, .other-content .nav-tabs .nav-link.active, .other-content .nav-tabs .active:hover {
    background-color: #67B82D;
    color: #fff;
    border: solid 2px #67B82D;
    border-radius: 5px;
}
.other-content .nav-tabs .nav-link:hover {
    background-color: #67B82D;
    color: #fff;
    border: solid 2px #67B82D;
}


/* 各ページ */

.img-ceo1 {
    float:inline-end;
    width:400px;
    max-width: 100%;
    padding: 0 0 1rem 1rem;
}
.img-ceo1 img {
    border-radius: 5px;
}

.link-work1 div {
    text-align: center;
}
.link-work1 div a {
    display: inline-block;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
    padding: 2rem;
    background-color: #fcfcfc;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.link-work1 div a:hover {
    background-color: #EFFDE5;
}
.link-work1 div a img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: solid 5px #67B82D;
    margin: 0 auto 5px;
}


/* --------------------------------------------
    other page
-------------------------------------------- */
#titbar {
    position: relative;
    z-index: 5;
    background-color: #F586A4;
    background-image: url(../img/titbar.jpg);
    background-position: center;
    background-repeat: no-repeat; 
    background-color: #fff;
    background-size: cover;
    background-position: left center;
    padding: 0!important;
    left: 0;
    margin-top: 70px;
}
#titbar h1 {
    color: #fff;
    display: block;
    width: 100%;
    margin: 0;
    padding: 80px 25px 80px;
    text-align: center;
    text-wrap: wrap;
    font-size: 36px;
    font-weight: 500;
}

.sec-inline { padding-inline: calc((100vw - 1000px) / 2);}
.sec-inline-start { padding-inline-start: calc((100vw - 950px) / 2); }
.sec-inline-end { padding-inline-end: calc((100vw - 950px) / 2); }
.content-wrap { padding-top: 6rem; padding-bottom: 6rem; }
.other-content img {
    max-width: 100%;
    height: auto;
}
.other-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.other-content .content-wrap {
    position: relative;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.other-content .sec-inline > .bg-cream { background-color: #FEF9F4; }
.other-content .sec-inline > .bg-cream::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    /*background-color: #FDF5ED;*/
    background-color: #FEF9F4;
}

/*--- table ---*/
.other-content table {
    width: 100%;
    margin-bottom: 2em;
    background-color: #fff;
    border-collapse: collapse;
    border:none;
}
.other-content table th, .other-content table td {
    vertical-align: text-top;
    padding: 1em;
    line-height: 1.8;
    border-bottom: 1px solid #dadada;
    /*border: 1px solid #67B82D;*/
}
.other-content table th {
    font-weight: 500;
    vertical-align: middle;
    /*background-color: #f9f9f9;*/
}
/*
.other-content table th.cell-tit {
    color: #fff;
    letter-spacing: 0.02em;
    text-align: center;
    background-color: #F586A4;
}
*/
.other-content table td ol,
.other-content table td ul { margin-bottom: 0; }
.other-content table th p, .other-content table td p {
    margin-bottom: 0!important;
    line-height: 1.8!important;
}

/*--- js-scrollable ---*/
@media screen and (max-width: 767px) {
    .js-scrollable {
        width: 100%;
        overflow-x: auto;
    }
    .js-scrollable table {
        width: 100%;
        min-width: 600px;
    }
    .js-scrollable table.table-long { min-width: 900px; }
}

/*-- 装飾 --*/
.waku1{
/*    border: solid 1px #dadada;*/
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
    margin: 0 2em 2em 1em;
    padding: 1.4em 2em 0.2em 2em;
}
.waku2 {
    margin-bottom: 3em !important;
}
.waku2 li {
    list-style: none;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
    margin: 0 2em 2em 1em;
    padding: 1.4em 2em 0.2em 2em;
}

.waku1 h4,.waku2 li h4,.list-flow1 li h4 {
    padding-left: 0;
    color: #67B82D;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.waku1 h4::before,.waku2 li h4::before,.list-flow1 li h4::before {
    display: none;
}

.mvv1 {
    display: flex;
    flex-direction: row-reverse;
}
.img-mvv1 {
    padding: 2em;
    width: 500px;
    max-width: 100%;
}
.img-mvv1 img {
}
.txt-mvv1 {
    width: 100%;
    padding: 1em;
}

.txt-mvv1 h4 {
    margin-bottom: 0.3em;
    padding: 0.2em 0.5em;
/*    background-color: #333;
    color: #fff;*/
}
.txt-mvv1 h4::before {
    display: none;
}
.txt-mvv1 h4 span {
    font-size: 0.8em;
}
.txt-mvv1 p {
    margin-bottom: 1em;
}
.txt-mvv1 .tit1 {
    border-bottom: solid 5px #4CABDE;
/*    background-color: #4CABDE;*/
}
.txt-mvv1 .tit2 {
    border-bottom: solid 5px #FAA51D;
/*    background-color: #FAA51D;*/
}
.txt-mvv1 .tit3 {
    border-bottom: solid 5px #67B82D;
/*    background-color: #67B82D;*/
}
.txt2-mvv1 {
    padding: 1em;
}
.txt2-mvv1 h5::before {
    display: none;
}
.txt2-mvv1 h5 {
    color: #67B82D;
    font-weight: 700;;
}
.txt2-mvv1 li {
    padding-bottom: 0 !important;
}

.ico-mappin,.ico-tel,.ico-train {
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dadada;
}
.ico-mappin::before,.ico-tel::before,.ico-train::before {
    content: '';
    display: block;
    width: 30px; 
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.ico-mappin::before {
    background-image: url(../img/ico-mappin.svg);
    top: 1em;
}
.ico-tel::before {
    background-image: url(../img/ico-tel.svg);
}
.ico-train::before {
    background-image: url(../img/ico-train.svg);
}

.list-flow1 {
    list-style: none;
    margin: 3em;
}
.list-flow1 li {
    position: relative;
    padding-left: 100px;
}
.list-flow1 li::before {
    content: '';
    display: block;
    width: 70px; 
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    left: 0;
}
.list-flow1 .fl01::before {
    background-image: url(../img/ico_flow01.svg);
}
.list-flow1 .fl02::before {
    background-image: url(../img/ico_flow02.svg);
}
.list-flow1 .fl03::before {
    background-image: url(../img/ico_flow03.svg);
}
.list-flow1 .fl04:before {
    background-image: url(../img/ico_flow04.svg);
}
.list-flow1 .fl05::before {
    background-image: url(../img/ico_flow05.svg);
}
.list-flow1 .fl06::before {
    background-image: url(../img/ico_flow06.svg);
}
.list-flow1 .fl07::before {
    background-image: url(../img/ico_flow07.svg);
}
.list-flow1 .fl08::before {
    background-image: url(../img/ico_flow08.svg);
}
.list-flow1 .fl09::before {
    background-image: url(../img/ico_flow09.svg);
}
.list-flow1 .fl10::before {
    background-image: url(../img/ico_flow10.svg);
}
.list-flow1 .fl11:before {
    background-image: url(../img/ico_flow11.svg);
}
.list-flow1 li::after {
    content: '';
    display: block;
    width: 50px; 
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 20px;
    left: 30%;
    background-image: url(../img/ico_arrow1.svg);
}
.list-flow1 li:last-child::after {
    display: none;
}
.list-flow1 span {
    font-weight: 700;
    border-bottom: solid 2px #67B82D;
}

.jirei-content h3 {
    font-size: 1.4em;
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
    padding: 0.2em;
}
.jirei-content h3::before {
    display: none;
}
.jirei-content p {
    padding: 0 0.5em 1em;
}

/*--- time-table ---*/
table.time-table tr th:first-child {
    width: 175px;
}
table.time-table th,
table.time-table td {
    text-align: center;
    padding: 16px 30px;
    border: 2px solid #e6e6e6;
}
table.time-table th:not(:last-child) {
    font-size: 1.2em;
    border-right-style: dashed;
    border-right-color: #dadada;
    background-color: #f9f9f9;
}
table.time-table tr th._gray {
    font-size: 1em;
    background-color: #ebebeb;
}
table.time-table ._time {
    font-size: 1.5em;
    line-height: 1;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .js-scrollable table.time-table { min-width: 360px; }
    .js-scrollable table.time2col-table { min-width: 420px; }
    table.time-table th, table.time-table td { padding: 10px 15px; }
    table.time-table tr:not(:first-child) th:first-child { width: 120px; }
    table.time-table tr:not(:first-child) th.th2txt { width: 80px; }
    table.time-table th:not(:last-child) { font-size: 1rem; }
    table.time-table ._time { font-size: 1.2em; }
}


/* --------------------------------------------
    Breadcrumbs - パンクズリスト
-------------------------------------------- */
.breadcrumb {
    display: block;
    background-color: transparent;
    margin: 0 auto!important;
    padding-top: 6px !important;
    padding-bottom: 12px !important;
    text-align: right;
    background-color: #EFFDE5;
}
.breadcrumb > span {
    list-style: none;
    line-height: 1;
    display: block;
    margin: 0 auto!important;
    padding: 0!important;
}
.breadcrumb > span > span {
    color: #707070;
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.015em;
    margin: 0;
    padding: 0!important;
}
.breadcrumb > span > i {
    font-size: 12px;
    font-weight: 900;
    padding: 0 5px;
    color: #C3C3C3;
}
.breadcrumb > span > span a {
    color: #333;
    line-height: 1;
    border-bottom: 1px solid #333;
}
@media screen and (max-width: 575px) {
    .breadcrumb > span > span { font-size: 12px; }
    .breadcrumb > span > span:not(:last-child) > i { font-size: 10px; padding: 0 0 0 8px; }
}



/* --------------------------------------------
    Pagination - ページネーション
-------------------------------------------- */
.pagenate > ul {
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
    display: flex!important;
    justify-content: center;
    flex-flow: wrap;
      list-style: none;
}
.pagenate > ul.visible-xs { display: none!important; }
.pagenate > ul > li { padding-left: 0.3em!important; padding-bottom: 0.5em; }
.pagenate > ul > li > a,
.pagenate > ul > li > span {
    color: #024886!important;
    font-size: 15px!important;
    font-weight: bold!important;
    line-height: 1.5!important;
    padding: 0.5em 0.8em!important;
    border: 2px solid #024886!important;
    border-radius: 5px!important;
}
.pagenate > ul > li::before { display: none!important; }
.pagenate > ul > li > span, .pagenate > ul > li > a:hover {
    color: #fff!important;
    background-color: #024886!important;
    border-color: #024886!important;
}
.pagenate > ul > li > span { padding: 0; }

@media screen and (max-width: 767px) {
    .pagenate > ul.hidden-xs { display: none!important; }
    .pagenate > ul.visible-xs { display: flex!important; }
    .pagenate > ul.visible-xs:last-child { margin-top: 0!important; }
}

/* --------------------------------------------
    Single content
-------------------------------------------- */
.single-content img.aligncenter { display: block; margin: 0 auto; }


/* --------------------------------------------
    footer
-------------------------------------------- */
footer {
    position: relative;
    z-index: 10;
    width: 100%;
    font-size: 14px;
    color: #333;
    background: #CBCBCB;   
}
footer a { color: #222;}
.f-wrap {
    padding: 5rem 0 3rem;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.ch-flex { 
    padding-top: 2em;
    width: 100%;
    /*
    gap: 0 2rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #8E6E63;
    */
}
.ch-tit {
    font-size: 32px;
    border-radius: 15px;
    background: #7E655D;
    margin-bottom: 2rem;
}
.ch-table {
    width: 100%;
    text-align: center;
    color: #333;
    font-weight: 400;
    text-wrap: nowrap;
    margin-bottom: 15px;
}
.ch-table caption {
    caption-side: top;
    font-size: 23px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    padding: 0;
}
.ch-table tbody tr > * { padding: 3px;}
.oag .ch-table th { background: #F586A4;}
.emhc .ch-table th { background: #5FD1C6;}
.ch-table th,
.ch-table td { font-size: 18px; line-height: 40px; border: 2px solid #6E564E; }
.ch-table th { 
    width: 30%;
    color: #fff;
    font-weight: 400;
}
.ch-table tr:first-child th { border-radius: 15px 0 0 0;}
.ch-table tr:last-child th { border-radius: 0 0 0 15px;}
.ch-table tr:first-child td:last-child { border-radius: 0 15px 0 0;}
.ch-table tr:last-child td:last-child { border-radius: 0 0 15px 0;}
.ch-table td {  background: #FDF5ED; }
.ch-table td:last-child { width: 100px;}
.ch-table td.cross { background: #E0D2C5;}
.ch-flex ul, .f-menu ul, .f-link ul {
    list-style: none;
    padding-left: 0;
}
.ch-flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.f-menu ul li, .f-link ul li {
    position: relative;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding-left: 0;
}
.ch-flex ul li {
    position: relative;
    font-size: 14px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    padding: 0 0.3em;
}
.ch-flex ul li:not(:last-child){
    border-right: solid 1px rgb(145, 145, 145);;
}

.f-flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}
.f-logo {
    max-width: 200px;
    margin: 0 1rem 0 0;
}
#ft01 .part-com .logo-com {
    border-bottom: solid 1px #919191;
    padding-bottom: 2em;
}
#ft01 .part-com .address-com, #ft01 .part-copy {
    margin-bottom: 0;
}
#ft01 .part-link {
    border-left: solid 1px #919191;
    padding-left: 2em;
}
#ft01 span { 
    font-size: 16px;
    font-weight: 400;
}
.f-menu ul { margin-top: 0.5rem;}
.f-menu ul li::before {
    content: "▶";
    color: #67B82D;
    font-size: 10px;
    margin-right: 0.5em;
}
.f-menu {
    position: relative;
    padding-left: 1rem;
}
.f-menu p {
    margin-bottom: 0.2em;
}

footer a:hover{ opacity: 0.5;}
.f-sub {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.f-link {
    display: flex;
    gap: 3rem;
}
.f-link li {
    padding-left: 1em;
}
.f-link li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #fff;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: 10;
}
.copy { 
    text-align: right;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    /*
    color: #fff;
    */
}
.part-com {
    width: 48%;
}
.part-link {
    width: 48%;    
}

@media(max-width: 1150px){
    .f-nav{
        width: 80%;
        justify-content: flex-start;
        margin: 0 auto;
    }
    .f-nav > ul:last-child {
        width: 100%;
        padding-top: 1.5rem;
        padding-bottom: 0;
        border-top: 1px solid #D6D6D6;
    }
}


@media screen and (min-width: 1500px) {
    .sec-inline { padding-inline: calc((100vw - 1100px) / 2); }
    .sec-inline-start { padding-inline-start: calc((100vw - 1100px) / 2); }
    .sec-inline-end { padding-inline-end: calc((100vw - 1100px) / 2); }
}
@media screen and (max-width: 1100px) {
    .sec-inline { padding-inline: calc((100vw - 900px) / 2); }
    .sec-inline-start { padding-inline-start: calc((100vw - 900px) / 2); }
    .sec-inline-end { padding-inline-end: calc((100vw - 900px) / 2); }
.part-com {
    width: 42%;
}
.part-link {
    width: 50%;    
}

}
@media(max-width: 991px){
    .logo-hidd {
        display: none;
        opacity: 0;
    }
    .logo-vis {
        left: 5%;
        z-index: 1;
    }
    .h-logo { display: flex; align-items: center; }
    .h-logo .logo-hidd { display: none!important; }
    .h-logo .brand {
        position: relative;
        top:0;
        transform: translateY(0);
    }

    .menu-wrap {
        justify-content: flex-start;
    }
    .breadcrumb ul {
        /* padding-top: 2rem; */
        padding-inline: initial;
        padding-left: 6%;
        padding-right: 6%;
    }
    .sec-inline-start {
        padding-inline: initial;
        padding-left: 7%;
    }
    .sec-inline-end {
        padding-inline: initial;
        padding-right: 7%;
    }
    .sec-inline {
        padding-inline: initial;
        padding-left: 7%;
        padding-right: 7%;
    }
    .grid-box {
        grid-gap: 1.5vw;
    }

    /* フッター*/
    footer ul{
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
    }
    .ft-link{
        flex-direction: column;
    }
    .ft-link01{
        margin-bottom: 2em;
    }
    .sec02-wrap {
    width: 100%;
    min-width: auto;
    }
    .ch-flex ul li:not(:last-child){
        border-right: none;
    }

}


/* SPサイズ */
@media(max-width: 767px){
    /* 基礎設定 */
    html, body { 
        font-size: 16px;
        overflow-x: hidden;
    }
    #head{ 
        height: 70px;
        background: #fff;
    }
    .h-logo .brand {
        max-width: 150px;
        /* max-width: 200px; */
    }
    .nosc .brand.logo-vis {
        left: 5%;
    }
    h1 { font-size: 26px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    .grid-box {
        grid-gap: 15px;
    }
    .grid2 { grid-template-columns: repeat(1, 1fr) !important; }
    .grid3 { grid-template-columns: repeat(1, 1fr) !important; }
    .grid4 { grid-template-columns: repeat(2, 1fr) !important; }
    .grid5 { grid-template-columns: repeat(2, 1fr) !important; }
    .box-wh, .box-gray, .box-grad { padding: 1.5em 1.2em; }
    .full-map .map-wrap { height: 300px; }
    .full-map .map-wrap iframe { height: 600px; margin-top: -180px; }
    .is-hidden{
        visibility: hidden;
        opacity: 0;
    }
    .breadcrumb ul li { font-size: 10px; }
    .breadcrumb ul li:not(:last-child)::after {
        font-size: 10px;
        padding: 0 6px;
    }
    .sec-wrap { padding: 0; }
    .sec-inline-start { padding-left: 6%; }
    .sec-inline-end { padding-right: 6%; }
    .sec-inline { padding-left: 6%; padding-right: 6%; }
    .tit-bg {
        clip-path: polygon(0px 0%, calc(100% - 30px) 0%,100% 100%, 0% 100%);
    }

    .openbtn { 
        width: 70px;
        height: 70px;
    }
   
    #clickarea ul li{ font-size: 16px;}
    #clickarea ul{ margin: 0;}
    #clickarea {
        width: 100%;
        top: 66px;
        padding-top: 3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 20vh;
    }
    #clickarea .click-list {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #clickarea.panelactive #click-wrap {
        top: 0;
        padding-left: 0;
    }

    .sub-slider { transform: translateY(-40px);}

    /* sec01 */
    .news-tit {
        display: block;
        margin-bottom: auto;
    }
    .news-wrap .sec-tit {
        margin-bottom: 1.5rem;
    }
    .btn01.news-btn { 
        left: 0;
    }
    .sec-tit {
        padding: 34px 0 0 0;
    }
    .sec-tit span {
    font-size: 46px;
    line-height: 0.6;
    }
    .sec-tit h2 {
    font-size: 23px;
    }

    .sec01-img img {
        border-radius: 0px;
    }
    .sec01-txt { margin: 0 auto;}

    .sec01-wrap {
        display: block;
    }
    .sec01-img { width: 100%; }
    .sec01-txt { width: 88%; }
    .sec01-img {
        margin-bottom: 2rem;
    }
    #sec01,#sec02,#sec03,#sec04 {
      padding: 3rem 0 4rem;
    }
    #sec02 .btn02 {
        margin: 0 auto;
        width: 90%;
        }
    .sec02-wrap {
        display: block;
        min-width: auto;
    }
    .sec2-tit, .sec4-tit {
        display: block;
        text-align: left;
        padding-bottom: 50px;
        width: 88%;
        margin: auto;
    }
    .sec2-tit::before,.sec4-tit::before {
        left: 0;
    }
    .s02-wrap02 {
        margin-bottom: 5rem;
    /*
        flex-direction: row-reverse;
    */
    }
    .sec02-txt {
        display: block;
        min-width: auto;
        max-height: none;
        width: auto;
        padding: 1rem 2rem;
        margin: -2.5rem 1rem 0;
        /*
        position: relative;
        transform: translateY(10%);
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #fff;
        border-radius: 0;
        margin-top: -2rem;
        right: 5%;
        text-align: center;
        */
    }
    .sec02-img {
        position: relative;
        z-index: 2;
        width: auto;
        /*
        border-radius: 0 20px 20px 0;
        */
    }
    /*
    .sec02-img img {
        filter: none;
        border-radius: 0;
    }
    .s02-wrap01 .sec02-img {
        left: 0;
    }
    .s02-wrap02 .sec02-img {
        right: 0;
    }
    */

    .select-menu .sec-tit { margin: 0 15px; padding: 15px 0; }
    .select-menu .sec-tit h2 + span { display: none; }
    .select-menu { padding-left: 0; }
    .select-img-sp { width: 100%; }
    .select-img-sp a {
        display: block;
        width: 100%;
    }
    .select-img-sp .menu-img {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .select-img-sp .menu-img::before {
        content: "";
        display: block;
        padding-top: 60%;
    }
    .select-img-sp .menu-img > img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        object-fit: cover;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        border-radius: 0;
    }

    .img-name {
        gap: 6px;
        font-size: 14px;
        letter-spacing: 0.05em;
        border-radius: 0 0 16px 0;
        padding: 6px 12px 6px 10px;
    }
    .img-name img { width: 36px; }

    .sec03-wrap { 
        display: block;
    }

    .sec03-img {
        width: 100%;
        border-radius: 0;
    }
    .sec03-img img {
        border-radius: 0;
    }
    .sec03-txt {
        width: 90%;
        min-width: initial;
        max-height: none;
        right: auto;
        transform: none;
        margin: 2rem auto 0;
    }
    .s03-wrap02 .sec03-txt { left: auto; }
    .sec03-link { width: 90%; margin-bottom: 4rem; }

    .blog-wrap .news-bg { padding-top: 0;}
    .blog-wrap, .sns-wrap { 
        width: 100%;
    }
    .blog-wrap { margin-bottom: 2rem;}

    .sec04-img { 
        width: 100%;
        margin-bottom: 2rem;
    }
    .sec04-txt { width: 100%;}


    #sec05 .bgimg01 {
        padding: 0 0 50px;
    }
    #sec05 .bgimg01 .sec-txt {
        padding: 0px 0px 0 20px;
    }
    #sec05 .bgimg01 .sec-btn {
        position: relative;
        right: -40%;
        bottom: 0;
        }
    #sec05 .bgimg01:hover .sec-btn {
        right: -40%;
        bottom: 0;
        width: 75px;
        height: 75px;
        padding: 20px 0 0 34px;
        }



    main { margin-top: 67px;}


    .other-content .flex-box > div  {
        border-right: 1px solid #333;
        margin-right: -1px;
        border-bottom: 1px solid #333;
        margin-bottom: -1px;
    }


    
    .about-list{
        padding: 0;
    }
    .about-list dt{
        width: 40%;
    }
    .about-list dd{
        width: 60%;
    }
    .contact-form dl {
        display: block;
    }
    .contact-form dl dt {
        width: 100%;
        margin-right: 0;
        margin-bottom: auto;
        padding: 10px 15px;
    }
    .contact-form dl dd {
        width: 100%;
    }
    .contact-form dl dd input, .contact-form dl dd textarea {
        max-width: 100%;
    }
    #titbar{ margin-top: 67px;}
    #titbar h1 { 
        padding: 50px 15px 50px;
        font-size: 26px;
     }

    .sidebtn {
        right: auto;
        bottom: 0 !important;
        writing-mode: horizontal-tb;
        width: 100%;
        text-align: center;
        border-radius: 0;
    }
    .sidebtn.sidebtn03 { 
        width: 30%;
        left: 0;
    }
    .sidebtn.sidebtn01 {
        width: 30%;
        left: 30%;
    }
    .sidebtn.sidebtn02 { 
        width: 40%;
        right: 0;
    }

    .sidebtn a {
        font-size: 15px;
        width: auto;
        padding: 10px 0px;
    }
    .sidebtn a span { display: none; }
    .sidebtn a img { display: none; }
    .other-content .flex-box {
        display: block;
    }
    footer { margin-bottom: 0px;}
    .f-nav {
        gap: 0;
        width: 100%;
        flex-direction: column;
    }
    .f-wrap{ 
        width: 92%;
        padding: 2rem 0 0;
        margin: 0 auto;
    }
    .f-nav > ul{
        border-right: none;
        border-bottom: 1px solid #D6D6D6;
        padding: 1rem 0;
        width: 80%;
        margin: 0 auto;
        line-height: 2;
    }
    .f-sub {
        align-items: flex-start;
        flex-direction: column;
        gap: 3rem;
    }
    .f-link {
        flex-direction: column;
        gap: 0;
    }
    .part-com {
        width: auto;
    }
    .part-link {
        width: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .part-copy {
        display: block;
        flex-basis: 100%;
    }
    
    .ch-flex { padding-bottom: 30px; margin-bottom: 30px; }
    .ch-flex ul li, .f-menu ul li, .f-link ul li { font-size: 14px; letter-spacing: 0.02em; padding-bottom:0.8em; }
    .ch-flex ul li::before { font-size: 15px; top: -2px; }
    .ch-tit { font-size: 23px; }
    .ch-table caption { font-size: 18px; letter-spacing: 0.05em; }
    .ch-table th, .ch-table td { font-size: 15px; border: 1px solid #6E564E; }
    .ch-table td:last-child { width: 64px; }
    .f-logo {  max-width: 200px; margin-bottom: 20px; }

    .oag { margin-bottom: 2rem;}
    .copy{ 
        font-size: 14px;
        line-height: 2em;
        /*
        text-align: center;
        text-wrap: nowrap;
        */
    }
}

@media(max-width: 575px){
    .btn02 { display: block; width: 100%; }
    .btn02 a, .btn02 .btn-none { min-width: auto; }
    #maintop { top: 1px;}
    #maintop::after { content: none;}
    .main-slider::before { display: none; }
    .h-txt {
        font-size: 12px;
        line-height: 1.2;
        margin-left: 0.5em;
    }
    .h-txt span {
        margin-left: auto;
    }
    .main-img {
        width: 80vw;
        bottom: 25%;
    }
    #sec01::before { background-image: url(../img/sec01-cover-sp.jpg); }
    .scroll {
        bottom: 5%;
        left: 50%;
    }

    .h-logo a {
        font-size: 18px;
    }
    .table th, .table td {
        display: block;
        width: 100%;
    }
    .table th { border-bottom: none !important; padding-top: 20px !important; }
    .table td { padding-top: 0 !important; padding-bottom: 25px !important; }
    .table td *:last-of-type { margin-bottom: 0; }
    .box-wh, .box-gray, .box-grad { padding: 1.5em 1.2em; }


    .sec02-txt .sec-tit::after {
        bottom: -20%;
    }

    .news-wrap { padding: 36px 25px 15px; }
    .news-tit .sec-tit h2 { flex: auto; }
    .news-item{ flex-direction: column;}
    .news-item dt{ width: 100%;}
    .news-item dd{
        margin-left: auto;
        width: 100%;
    }
    



    #ft01 .part-com .logo-com {
        border: none;
    }
    #ft01 .part-link {
        border: none;
        padding-left: 0;
    }
    
    .f-menu::after { content: none;}
    .f-menu {
        margin: 0;
        padding-left: 0;
        flex-basis: 42%;
    }
    .f-nav {
        font-size: 14px;
    }
    .f-flex {
        margin-bottom: 0;
    }
    
    .ch-flex {
        padding-bottom: 0px;
        margin-bottom: 90px;
        text-align: right;
    }
    .ch-flex ul {
        display: block;
    }

    .other-content section .content-wrap .btn03 { min-width: auto; }
    .other-content .table1 th, .other-content .table1 td {display: block;}

    .img-ceo1 {
        float: none;
        padding: 0;
    }
    
/*-- 装飾 --*/
    .other-content .waku1 {
        margin: 0 0 2em;
        padding: 1.4em 1.5em 0.2em 1.5em;
    }
    .mvv1 {
        display: block;
    }
    .waku2 {
        padding-left: 0;
    }
    .waku2 li {
        margin: 0 0 2em;
        padding: 1.4em 1.5em 0.2em 1.5em;
    }
    .list-flow1 {
        margin: 0;
        padding: 0;
    }
    .list-flow1 li {
        padding-left: 0;
        padding-bottom: 2em;
    }
    .list-flow1 li::before {
        position: relative;
        width: 50px;
        height: 60px;
        top: 0;
        left: 0;
    }
    .list-flow1 li::after {
        position: relative;
        top: 15px;
        left: 40%;
    }



}

/* --------------------------------------------
    point-list
-------------------------------------------- */
.point-list {
    display: grid;
    grid-gap: 12px;
    margin-bottom: 15px;
}
.point-list .list-item {
    font-weight: 500;
    text-align: center;
    padding: 10px;
    background-color: #FDF5ED;
    border-radius: 10px;
}

/* --------------------------------------------
    アンカーリンク
-------------------------------------------- */
.btn-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
}
.btn-list a {
    color: #333;
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 36px 10px 15px;
    background-color: #fff;
    border: 1px solid #585858;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
}
.btn-list span { align-items: center; }
.btn-list a::after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: calc(50% - 11.5px);
    right: 17px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23 23"><path fill="%23585858" d="M-13104-2433.5a11.424,11.424,0,0,1-8.134-3.367,11.438,11.438,0,0,1-3.367-8.133,11.434,11.434,0,0,1,3.367-8.13,11.43,11.43,0,0,1,8.134-3.367,11.413,11.413,0,0,1,8.13,3.367,11.423,11.423,0,0,1,3.371,8.13,11.426,11.426,0,0,1-3.371,8.133A11.407,11.407,0,0,1-13104-2433.5Zm-.566-15.819a.488.488,0,0,0-.352.148.489.489,0,0,0-.148.352.49.49,0,0,0,.148.352l3.416,3.42-3.416,3.42a.491.491,0,0,0-.148.353.489.489,0,0,0,.148.352.49.49,0,0,0,.352.148.494.494,0,0,0,.353-.148l3.772-3.772a.494.494,0,0,0,.147-.352.493.493,0,0,0-.147-.352l-3.772-3.772A.49.49,0,0,0-13104.566-2449.32Z" transform="translate(-2433.5 13115.501) rotate(90)" /></svg>') no-repeat center center;
    background-size: 23px 23px;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}
.btn-list a:hover::after { top: calc(50% - 8px); }
.btn-list a:hover svg { fill: #fff; }
@media screen and (max-width: 991px) {
    .btn-list { grid-template-columns: 1fr 1fr 1fr; grid-gap: 10px; }
    .btn-list > li { width: calc(100% / 2); height: 230px; }
}
@media screen and (max-width: 767px) {
    .btn-list { grid-template-columns: 1fr 1fr!important; grid-gap: 5px; }
}
@media screen and (max-width: 575px) {
    .btn-list { grid-template-columns: 1fr!important; grid-gap: 10px; }
}

/* --------------------------------------------
    pagination
-------------------------------------------- */
.pnavi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
}
.pnavi .page-numbers {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-bottom: 2px solid #f2f2f2;
    color: #333;
    font-size: 13px;
    text-decoration: none;
}
.pnavi .current {
    border-bottom: 2px solid #f586a4;
    pointer-events: none;
}
