@charset "utf-8";
/* ---- カラー */
:root {
    --color-00: #39302A;
    --color-01: #FAE0BE;
    --color-02: #FCF2E7;
    --color-03: #858E8C;
    --color-04: #337A74;
    --color-05: #E5E5E5;
    --color-white: #fff;
    --color-black: #000;
}
.color-00 { color: var(--color-00); }
.color-01 { color: var(--color-01); }
.color-02 { color: var(--color-02); }
.color-03 { color: var(--color-03); }
.color-04 { color: var(--color-04); }
.color-05 { color: var(--color-05); }
.color-white { color: var(--color-white); }
.color-black { color: var(--color-black); }
.bg-color-00 { background-color: var(--color-00); }
.bg-color-01 { background-color: var(--color-01); }
.bg-color-02 { background-color: var(--color-02); }
.bg-color-03 { background-color: var(--color-03); }
.bg-color-04 { background-color: var(--color-04); }
.bg-color-05 { background-color: var(--color-05); }
.bg-color-white { background-color: var(--color-white); }
.bg-color-black { background-color: var(--color-black); }
/* ---- フォント */
body {
    line-height: 1;
    font-size: 16px;
    font-family: 'Noto Sans JP',
    sans-serif,"Yu Gothic",
    "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3",
    "メイリオ", sans-serif;
}
.bold { font-weight: bold; }
a {
    transition-duration: var(--duration-050);
    text-decoration: none;
}
.underline { text-decoration: underline; }
.fs-80 { font-size: 0.8rem; }
.fs-01 { font-size: 1rem; }
.fs-02 { font-size: 1.1rem; }
.fs-03 { font-size: 1.2rem; }
.fs-04 { font-size: 1.4rem; }
.fs-05 { font-size: 1.5rem; }
:root {
    --fs-08: 0.8rem;
    --fs-12: 1.2rem;
    --fs-16: 1.6rem;
    --fs-18: 1.8rem;
}
/* ---- ラップ(主に固定投稿ページ用) */
:root {
    --width-01: 1200px;
    --width-02: 1375px;
    --width-03: 1335px;
    --heigt-01: 600px;
}
.body-wrap { 
    width: 100%;
    max-width: var(--width-01);
    margin: 0 auto;
}
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.align-center { align-items: center; }
.align-start { align-items: flex-start; }
.align-end { align-items: flex-end; }
.align-stretch { align-items: stretch; }
.direction-column { flex-direction: column; }
.direction-reserve { flex-direction: column-reverse; }
.box-2-column { width: 50%; }
.box-3-column { width: calc(100% / 3); }
.box-4-column { width: 25%; }
/* ---- マージンパッディング量(主に固定投稿ページ用) */
.mt-100-50 { margin-top: 100px; }
.ma-0a { margin: 0 auto; }
.pa-20-10 { padding: 20px; }
.pb-20-10 { padding-bottom: 20px; }
.pc-pa-30 { padding: 30px; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }
/* ---- その他初期設定 */
* { box-sizing: border-box; }
img { max-width: 100%; }
:root {
    --duration-025: .25s;
    --duration-050: .5s;
    --duration-075: .75s;
    --duration-100: 1s;
    --duration-150: 1.5s;
    --duration-200: 2s;
}
a:hover {
    transition-duration: var(--duration-025);
    opacity: .5;
}
.align-center {
    text-align: center;
}
.sp-block { display: none; }
.pc-block { display: block; }

.grecaptcha-badge { 
    visibility: hidden;
}
/* ---- タイトル見出し */
.title-01 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 20px 0;
}
.title-01::before {
    position: absolute;
    content: "";
    background: url(../img/lantern.svg) no-repeat center center;
    background-size: contain;
    left: -55px;
    top: 0px;
    width: 55px;
    height: 84.5px;
}
.title-01 .text {
    font-size: var(--fs-16);
    font-weight: bold;
    display: flex;
    flex-direction: column;
}
.title-01 .sub-title {
    font-size: var(--fs-08);
    margin-bottom: 0.5rem;
}

.title-02 {
    position: relative;
}
.title-02::before {
    position: absolute;
}

/* ---- 全ページ共通パーツ */
.to-top {  }
/* ---- inviewパーツ */
.fade { opacity: 0; transition-duration: var(--duration-200); }
.fade-in { opacity: 1; transition-duration: var(--duration-200); }
.ef-up { transform: translateY(80px); opacity: 0; transition-duration: var(--duration-150); }
.is-show-up { opacity: 1; transform: translateY(0px); transition-duration: var(--duration-150); }
.ef-right { transform: translateX(80px); opacity: 0; transition-duration: var(--duration-150); }
.ef-left { transform: translateX(-80px); opacity: 0; transition-duration: var(--duration-150); }
.is-show-right { opacity: 1; transform: translateX(0px); transition-duration: var(--duration-150); }
.is-show-left { opacity: 1; transform: translateX(0px); transition-duration: var(--duration-150); }
/* ---- ボタン */
.btn-wrap {
    display: flex;
    justify-content: center;
}
.btn-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 244px;
    height: 42px;
    border-radius: 21px;
    text-align: center;
    font-weight: bold;
}
.btn-01::after {
    /* content: ""; */
    width: 30px;
    height: 30px;
    background-image: url(../img/btn-01-icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.btn-02 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-size: 24px;
    font-weight: bold;
    color: var(--color-00);
    margin-left: 30px;
}

.btn-02::before {
    position: absolute;
    content: "";
    background: url(../img/btn-02-mark.png) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 70px;
    left: -24px;
    top: -9px;
}

.btn-03 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-04);
    color: var(--color-white);
    font-weight: bold;
    text-align: center;
    width: 400px;
    height: 46px;
    border-radius: 22px;
    border: 2px solid #fff;
}
.btn-03::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/btn-03-mark.png) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 10px;
}




.btn-04 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    font-weight: bold;
    width: 100%;
    height: 44px;
    border-radius: 22px;
}
.btn-04::after {
    position: absolute;
    content: "";
    background-image: url(../img/btn-03-mark.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    right: 10px;
}
.btn-04.disabled { background-color: #7e7e7e; }
.youtube-wrap .btn-03::before {
    content: "";
    background-image: url(../img/youtube-mark.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 34px;
    height: 22px;
    padding-left: 50px;
}
.note-wrap .btn-03::before {
    content: "";
    background-image: url(../img/note-mark.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 112px;
    height: 31px;
    margin-left: 50px;
}
.btn-03::after {
    content: "";
    background-image: url(../img/btn-03-mark.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    padding-right: 50px;
}
.youtube-color {
    background-color: #C5302A;
}

.note-color {
    background-color: #3A3A3A;
}


/* ---- header */
header {
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    background-color: var(--color-white);
    box-shadow:0px 0px 8px 5px rgba(0, 0, 0, 0.3);
}
header .logo img { width:  170px; }
.header-inner .left-wrap { display: flex; }
.header-inner {
    width: 100%;
    max-width: var(--width-01);
    align-items: center;
    height: 80px;
    padding: 10px;
    position: relative;
    justify-content: space-between;
}
.header-btn-wrap {
    position: absolute;
    left: 15px;
    top: 19px;
    margin: auto;
}

.header-nav-logo {
    width: 50%;
}

.header-nav ul {
    display: flex;
    padding: 5px 20px 0;
}

.nav-btn {
    transition: transform 1s;
    width: 60px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
    z-index: 200;
}

.nav-btn span {
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: var(--color-00);
}

.nav-btn span:nth-of-type(1) {
    top: 15px; 
    width: 65%;
}

.nav-btn span:nth-of-type(2) {
    top: 23px;
    width: 65%;
}

.nav-btn span:nth-of-type(3) {
    top: 31px;
    width: 65%;
}
.nav-btn:hover span:nth-of-type(1) {
    top: 13px; 
    width: 65%;
}

.nav-btn:hover span:nth-of-type(2) {
    top: 23px;
    width: 65%;
}

.nav-btn:hover span:nth-of-type(3) {
    top: 33px;
    width: 65%;
}

.nav-btn.active span:nth-of-type(1) {
    top: 18px;
    left: 25px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.nav-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.nav-btn.active span:nth-of-type(3){
    top: 30px;
    left: 25px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}
.header-nav li {
    text-align: center;
    margin-right: 10px;
}
.menu-title {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 15px;
}
.header-nav a {
    color: var(--color-00);
    padding: 5px;
    font-weight: bold;
}

.main-menu {
    position: absolute;
    right: 0;
    top: 80px;
    width: 360px;
    height: 100vh;
    padding: 0 30px;
}

.second-menu-wrap {
    opacity: 0;
    transform: translateX(100vw);
    transition: var(--duraiton-050);
    position: fixed;
    top: 80px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
}
.second-menu-wrap-dark {
    width: 65%;
    height: 100%;
}
.second-menu-wrap.active {
    opacity: 1;
    transform: translateX(0);
    transition: var(--duraiton-050);
}
.second-menu-wrap .header-nav-second {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background-color: var(--color-white);
}
.second-menu-wrap .header-nav-second a {
    color: var(--color-01);
    font-weight: 500;
    display: flex;
    padding: 0 20px;
    align-items: center;
    height: 50px;
    width: 100%;
}
.second-menu-wrap .header-nav-second li + li {
    border-top: 1px solid var(--color-02);
}
.main-menu {
    transform: translateX(380px);
    transition-duration: var(--duraiton-050);
}

.main-menu.active {
    transform: translateX(0px);
    transition-duration: var(--duraiton-050);
}
.main-menu ul a {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
.main-menu ul li + li {
    border-top: 1px solid var(--color-white);
    padding-top: 10px;
}
.header-nav-second .menu-item-has-children a {
    padding: 0 0 0 20px;
    justify-content: space-between;
}
.header-nav-second .menu-item-has-children a::after {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../img/icon-plus-01.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    transition-duration: var(--duraiton-050);
}
.header-nav-second .menu-item-has-children a.active::after {
    transform: rotate(45deg);
    transition-duration: var(--duraiton-050);
}
.header-nav-second .sub-menu a::after {
    content: none;
}
.header-nav-second .sub-menu li + li {
    border-top: none;
}
.header-nav-second .sub-menu li {
    padding-left: 10px;
}
.header-nav-second .sub-menu {
    display: none;
}


.main-menu .copyright {
    margin-top: 10px;
}
/* ---- フロントページ front */
.wrap.front, .wrap.page, .wrap.single {
    position: relative;
    top: 80px;
    overflow: hidden;
}
.wrap.front .mv-wrap {
    position: relative;
}

.front main {
    background-color: var(--color-01);
    position: relative;
    margin: 0 auto;

}

.front main .slider {
    margin: 0 auto;
    max-width: var(--width-01);
    overflow: hidden;
    border-radius: 130px;
}

.front .slider-wrap {
    position: relative;
    margin: 0 auto;
    max-width: var(--width-01);
}

.front main .slider img {

}

.mv-wrap .logo-img {
    position: absolute;
    z-index: 4;
    bottom: -4%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 850px;
    width: 80%;
}
.mv-wrap .decoration-01 {
    position: absolute;
    z-index: 4;
    left: -40px;
    bottom: -30%;
    width: 17%;
}
section {
    position: relative;
}

.greeting {
    background-color: var(--color-01);
    z-index: 2;
    margin: 0 auto;
    max-width: 100%;
    padding: 100px 20px 70px;
}
.greeting::after {
    content: "";
    background: url(../img/greeting-bg.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    height: 13vw;
    width: 100%;
    bottom: -120px;
    left: 0;
    z-index: -1;
}
section h2 {
    text-align: center;
}
.greeting .column-wrap {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    max-width: var(--width-01);
    margin: 0 auto 25px;
}
.greeting .column-wrap .decoration-02 {
    position: absolute;
    right: 40px;
    bottom: -200px;
    width: 130px;
}
.greeting .btn-wrap-02 {
    max-width: var(--width-01);
    margin: 0 auto;
}
.greeting .column-wrap .item ul {
    margin-bottom: 20px;
}
.greeting .column-wrap .item li {
    font-size: var(--fs-12);
    font-weight: bold;
    line-height: 2.5;
}
.greeting .column-wrap .item.text {
    flex: 3;
}
.greeting .column-wrap .item.img {
    flex: 2;
}
.greeting .column-wrap .item p {
    line-height: 2;
}
.greeting .column-wrap .item img {
    width: 100%;
}

section.works {
    position: relative;
    background-color: var(--color-02);
    padding-top: 200px;
    z-index: 1;
}
section.works::after {
    content: "";
    background: url(../img/works-bg.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    height: 13vw;
    width: 100%;
    bottom: -120px;
    left: 0;
    z-index: -1;
}
section.works .item-wrap {
    max-width: var(--width-01);
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 50px auto 0;
}
section.works .item-wrap .item {
    background-color: var(--color-white);
    width: 48%;
    padding: 20px;
}
section.works .title-02 {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.works .title-02 .text {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    align-items: center;
    margin-left: 20px;
}
section.works .title-02 .sub-title {
    font-weight: bold;
    color: #E2C39A;
    margin-bottom: 10px;
}

section.works .title-02 img {
    max-height: 80px;
    height: 100%;
}
section.works .item p {
    line-height: 1.75;
    margin-top: 20px;
}
section.works .btn-wrap {
    margin-top: 50px;
}
section.achievement {
    position: relative;
    background-color: var(--color-white);
    min-height: 500px;
    padding-top: 200px;
    margin: 0 auto;
    text-align: center;
    max-width: var(--width-01);
}
section.achievement .decoration-03 {
    position: absolute;
    top: 200px;
    left: -5%;
    z-index: 2;
}
section.achievement .decoration-04 {
    position: absolute;
    bottom: 0px;
    right: -5%;
    z-index: 2;
}
section.achievement .thumb {
    margin: 50px 20px 50px;
    border-radius: 25px;
    width: calc(100% - 40px);
    max-width: 1080px;
}

section.company {
    padding: 150px 0;
}
section.company .content {
    position: relative;
    width: 900px;
    margin: 50px auto;
    padding: 70px 0;
}
section.company .content::before {
    position: absolute;
    top: 0;
    content: "";
    background: url(../img/mark-up.svg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 20px;
    display: block;
}
section.company .content::after {
    position: absolute;
    bottom: 0;
    content: "";
    background: url(../img/mark-down.svg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 20px;
    display: block;
}

section.company .content table {
    width: 800px;
    margin: 0 auto;
}
section.company .content table a {
    text-decoration: underline;
    color: var(--color-00);
}
section.company .content table th,
section.company .content table td {
    padding: 10px;
}

section.company .content table td::before {
    content: ": ";
}
section.company .content table th {
    text-align: right;
}


/* ---- 固定ページ */

.page.wrap,.page.single {
    min-height: 80vh;
    padding: 100px 20px 200px;
    background-color: #F1F4F6;
}
.page.wrap.type-b {
    background-color: var(--color-white);
}

.page-eye {
    max-width: var(--width-01);
    margin: 0 auto;
    position: relative;
}

.page-eye .icon-01 {
    position: absolute;
    max-width: 100%;
    width: 100px;
    object-fit: contain;
    left: -10px;
    top: -20px;
    height: auto;
    max-height: 100%;
    border-radius: 0;
}
.page-eye .icon-02 {
    position: absolute;
    max-width: 100%;
    width: 100px;
    object-fit: contain;
    right: -10px;
    top: 210px;
    height: auto;
    max-height: 100%;
    border-radius: 0;
}
.page-eye img {
    border-radius: 40px;  
    object-fit: cover;
    max-width: 1200px;
    width: 100%;
    height: 300px;
    max-height: 100%;
}


.page.wrap h1,.page.single h1 {
    font-size: 26px;
    text-align: center;
    line-height: 1.5;
    margin: 30px auto;
}
.page.wrap .content,.page.single .content {
    background-color: var(--color-white);
    padding: 30px;
    max-width: var(--width-01);
    margin: 0 auto;
    line-height: 2;
}

.page.about .about-wrap {
    display: flex;
}
.page.about .about-wrap .item {
    position: relative;
    width: 50%;
    line-height: 2;
}
.page.about .about-wrap .item img.owner {
    border-radius: 100px;
}

.page.about .about-wrap .item .text-img {
    position: absolute;
    bottom: -15px;
    left: 50px;
}
.page.about .about-wrap .item p {
    margin-left: 30px;
}
.page.about .about-wrap.type-b {
    margin-top: 250px;
    display: inline-block;
    position: relative;
}
.page.about .about-wrap.type-b .item.left {
    position: relative;
    z-index: 1;
    border: 4px solid #efefef;
    border-radius: 70px;
    padding: 45px 80px 45px 45px;
    width: 80%;
    padding-right: 150px;
    line-height: 2;
    background-color: #fff;
}
.page.about .about-wrap.type-b .item.left p {
    width: 62%;
}
.page.about .about-wrap.type-b .item.owner {
    max-width: 400px;
    position: absolute;
    top: -100px;
    right: 5%;
    z-index: 2;
}
.page.about .about-wrap.type-b .item.owner img {
    border-radius: 60px;
    max-width: 100%;

}
.page.about .concept {
    margin-top: 200px;
}
.page.about .concept-inner {
    border-radius: 70px;
    border: 4px solid #efefef;
    padding: 45px;

}
.page.about .concept h2 {
    font-size: 24px;
    font-weight: bold;
}
.page.about .concept p {
    color: #7a7a7a;
    line-height: 2.5;
    font-size: 18px;
    padding: 50px 0;
}

.page.achievement .item-wrap {
    display: flex;
    justify-content: space-between;
}
.page.achievement .item-wrap h2 {
    border-bottom: 3px solid #000;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.page.achievement .item-wrap .item {
    width: 48%;
}
.page.achievement .item-wrap .item img {
    width: 100%;
}
.page.achievement .item-wrap + .item-wrap {
    margin-top: 50px;
}

.page.wrap .content h2 {
    margin-top: 50px;
    font-size: 1.2rem;
}
.page.wrap.achievement .content h2 {
    margin-top: 0px;
    font-size: 1.2rem;
}

.page.wrap .content h2:first-child {
    margin-top: 0;
}
.page.wrap .content h3 {
    margin-top: 30px;
    font-size: 1.1rem;
}

.border-left {
    border-left: 4px solid;
    padding-left: 5px;
}








.page-wrap {
    position: relative;
    z-index: 2;
    padding-top: 80px;
}


.pankuzu ul {
    display: flex;
    padding: 20px 0;
    width: var(--width-01);
    margin: 0 auto;
}
.pankuzu ul a {
    color: var(--color-00);
}
.pankuzu ul li {
    padding: 0 5px;
}
.pankuzu ul li + li::before {
    content: " / ";
}

.eye-catch {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 110px 0 30px;
}
.page-content {
    background-image: url(../img/top-bg-01.jpg);
    padding: 24px 0 50px;
    margin-top: 50px;
}
.articles-wrap {
    width: var(--width-03);
    background-color: var(--color-white);
    margin: 0 auto;
    padding: 80px 180px;
}
.loop-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.articles-wrap .item {
    width: 230px;
    position: relative;
    margin-bottom: 70px;
    color: var(--color-00);
}
.articles-wrap .item .img-wrap {
    position: relative;
}
.articles-wrap .item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.articles-wrap .item .img-wrap::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background-color: #50A63F80;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}
.pagination a {
    color: var(--color-02);
    font-size: 20px;
}
.pagination a + a {
    margin-left: 10px;
}
.pagination a.active {
    font-size: 30px;
}
.category-list {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.category-list li + li {
    margin-left: 15px;
}
.category-list li a {
    background-color: #C7C7C7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 120px;
    border-radius: 14px;
    color: var(--color-white);
}
.category-list li a.current {
    background-color: var(--color-02);
}
.btn-wrap.bottom {
    padding: 65px 0 100px;
}

.news-list .loop-wrap {
    flex-direction: column;
}
.news-list .loop-wrap .item {
    width: auto;
    margin-bottom: 0;
}
.news-list .loop-wrap .item .post-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.articles-wrap.news-list .item + .item {
    margin-top: 30px;
}
/* ---- 投稿ページ */
.article-eye-wrap {
    padding: 30px;
    text-align: center;
    margin: auto;
}
.article-eye-wrap img {
    width: 100%;
}
.single-page .text-wrap {
    width: 1050px;
    margin: 0 auto;
    padding: 50px 0;
    line-height: 1.75;
}
.single-page .text-wrap time {
    margin-bottom: 30px;
    font-size: 14px;
}
.single-page .text-wrap a {
    color: var(--color-02);
    text-decoration: underline;
}
/* ---- 記事ループページ */
/* ---- footer */
footer {
    position: relative;
    z-index: 1;
    background-color: var(--color-03);
    padding: 50px 0 5px;
}
footer::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: url(../img/footer-mountain-pc.svg) no-repeat;
    background-size: 100%;
    width: 80%;
    max-width: 700px;
    height: 47%;
    top: -20%;
    left: -2px;
}
footer .to-top {
    cursor: pointer;
    z-index: 3;
    position: absolute;
    right: 10%;
    top: -70px;
    transition-duration: var(--duration-025);
}
footer .to-top:hover {
    transition-duration: var(--duration-025);
    top: -80px;
}

footer .footer-nav ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

footer .footer-nav ul a {
    color: var(--color-white);
    font-weight: bold;
}

footer .footer-nav ul li + li {
    margin-left: 30px;
}

footer .copywrite {
    font-size: var(--fs-08);
    line-height: 1.5;
}

footer .logo {
    font-weight: bold;
    margin-right: 30px;
    margin-top: 5px;
    max-width: 150px;
    width: 100%;
}

.footer-inner {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.footer-logo {
    width: 100%;
}

footer .menu-btn-wrap {
    margin: 70px auto 30px;
}
footer .menu-btn-wrap img {
    height: 35px;
}
footer .menu-btn-wrap a + a {
    margin-left: 20px;
}

footer a.logo + img {
    width: 100px;
}

.form-01 {
    max-width: 600px;
    margin: 0 auto;
}
.form-01 input {
    border: 2px solid #858E8C;
    background-color: #F4F4F4;
    width: 100%;
    border-radius: 10px;
    font-size: 1.2rem;
    padding: 0 10px;
}

.form-01 .must {
    color: #FF060A;
    font-weight: bold;
}
.form-01 dt {
    font-weight: bold;
    font-size: 1.2rem;
}
.form-01 dl + dl {
    margin-top: 20px;
}

.form-01 .yubin-wrap {
    display: flex;
    align-items: center;
}

.form-01 textarea {
    border: 2px solid #858E8C;
    background-color: #F4F4F4;
    width: 100%;
    border-radius: 10px;
    font-size: 1.2rem;
    padding: 0 10px;
}
.form-01 input[type=submit]{
    background-color: var(--color-00);
    color: var(--color-white);
    width: 250px;
    margin: 30px 0 auto;
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 5px 0;
}
.form-01 .btn-wrap-04 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.form-01 .policy {
    font-weight: bold;
    font-size: 1.2rem;
}

.form-01 .policy a {
    color: #337A74;
}

.form-01 .wpcf7-list-item-label {
    display: none;
}
.form-01 input[type=checkbox]{
    margin: 0;
    width: 20px;
    height: 20px;
}
.form-01 .policy .wpcf7-list-item {
    margin-left: 0;
}
@media screen and ( max-width:834px ){
/* ---- マージンパッディング量(主に固定投稿ページ用) */
.mt-100-50 { margin-top: 50px; }
.pa-20-10 { padding: 10px; }
.pb-20-10 { padding-bottom: 10px; }
.pc-pa-30 { padding: 0px; }
/* ---- その他初期設定 */
    .sp-block { display: block; }
    .pc-block { display: none; }
    .sp-direction-column { flex-direction: column; }
    .sp-direction-reserve { flex-direction: column-reverse!important; }
/* ---- ボタン */
.btn-wrap {
    padding: 0 15px;
    width: 100%;
}

.btn-06 {
    margin-top: 30px;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 20px;

}

/* ---- タイトル */

.title-01 .sub-title,.title-02 .sub-title {
    font-size: 16px;
}
.title-01 .main-title,.title-02 .main-title {
    font-size: 24px;
    padding-right: 15px;
    line-height: 1.5;
}
.note-wrap .btn-03::before {
    margin: 0 15px;
}
.eye-catch {
    padding-top: 30px;
}
/* ---- header */
.header-inner {
    max-width: 100%;
    height: 60px;
}
.nav-btn {
    top: 5px;
}
.header-nav {
    display: none;
}
.main-menu {
    transform: translateX(100vw);
    width: 100vw;
}

.header-sp-nav-wrap {
    transition-duration: var(--duration-050);
    transform: translateX(100%);
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: var(--color-01);
    height: 100vh;
    padding: 50px 20px 0;
}
.header-sp-nav-wrap.active {
    transition-duration: var(--duration-050);
    transform: translateX(0);
}

.header-sp-nav li {
    text-align: center;
    padding: 5px;
    margin: 0 auto;
}

.header-sp-nav a {
    color: var(--color-00);
    display: block;
    padding: 10px 0;
    font-weight: bold;
}

/* ---- フロントページ */
body {
    min-width: 100%;
}

.front main .slider {
    border-radius: 0;
}
.front main .slider img {
    object-fit: cover;
}
.greeting .column-wrap .decoration-02 {
    width: 60px;
    right: 20px;
    bottom: -100px;
}
.mv-wrap .decoration-01 {
    left: 20px;
    bottom: -20%;
}
.greeting {
    padding-bottom: 0;
}
.greeting::after,section.works::after {
    bottom: -13vw;
}
.greeting .column-wrap {
    flex-direction: column;
}
.greeting .column-wrap .item ul {
    text-align: center;
}
.greeting .btn-wrap-02 {
    text-align: center;
}
section.works,section.achievement,section.company {
    padding-top: 100px;
}
section.works .item-wrap .item {
    width: calc(100% - 40px);
    margin: 0 auto;
}

section.company .content,
section.company .content table {
    width: 100%;
}

section.company .content table th {
    white-space: nowrap;
}
section.company .content table th,
section.company .content table td {
    line-height: 1.5;
    position: relative;
}

section.achievement {
    max-width: 100%;
    min-width: 100%;
}
section.achievement .decoration-03 {
    left: 10px;
    top: 150px;
    width: 60px;
}

section.achievement .decoration-04 {
    right: 10px;
    width: 70px;
}
section.company .content table td::before {
    position: absolute;
    left: 2px;
}
section.company .content::before,
section.company .content::after {
    width: calc(100% - 40px);
    margin: auto;
    left: 0;
    right: 0;
}
section.company .content {
    padding: 40px 0;
}



.wrap.front {
    top: 60px;
}

.wrap.page, .wrap.single {
    top: 60px;
    padding-top: 30px;
}

.ftont-achivements-wrap {
    width: 100%;
}
.header-btn-wrap {
    display: none;
}
header .logo img {
    height: 50px;
}
.header-inner {
    justify-content: space-between;
}
.front main {
    max-width: 100%;
}
.front-top-slider img {
    border-radius: 15px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    width: 30px;
    height: 30px;
}
.wrap-01 {
    top: 0px;
}

.page-content .wrap-01 {
    top: 0px;
    margin: 0 auto;
}

.front-about-us,
.single-page {
    width: 100%;
}
.front-about-us p {
    max-width: 100%;
}
.front-information h2 {
    width: auto;
}
.front-information-wrap {
    width: auto;
    padding: 15px;
}
.front-pickup-inner {
    width: auto;
}
.front-form-wrap {
    width: auto;
}
.front-about-us .name-wrap::before {
    width: 30vw;
    height: 30vw;
    left: 0px;
    display: block;
    position: relative;
}
.front-about-us h2::after {
    right: 0;
    bottom: 130px;
    height: 32vw;
    width: 26vw;
}

.front-about-us .sp-block h2::after {
    content: none;
}
.front-about-us .name-wrap dd {
    top: 0px;
    left: 0px;
    font-size: 18px;
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.front-about-us .name-wrap dt {
    top: 0px;
    left: 0px;
    font-size: 22px;
    position: relative;
    margin-top: 10px;
    text-align: center;
}
.front-about-us h2 {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
    text-align: center;
    padding: 0 15px;
    font-size: 20px;
    letter-spacing: -0.025em;
}
.front-about-us .sp-block h2 {
    text-align: left;
    top: 0px;
    padding: 0;
}
.front-about-us p {
    padding: 0 15px;
    font-size: 18px;
}

.front-about-us .sns-wrap {
    left: unset;
    width: 100%;
    margin: 15px 0;
}
.front-about-us .sns-wrap ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    place-items: center;
    padding: 0 5px;
}
.front-about-us .sns-wrap ul li a {
    display: flex;
    align-items: center;
}
.front-about-us .sns-wrap ul a {
    height: 30px;
}
.article-wrap {
    flex-wrap: wrap;
    padding: 0 15px;
}
.post-item {
    width: 46%;
    margin-bottom: 50px;
}
.front-about-us .name-wrap {
    height: auto;
    margin-bottom: 0;
    padding: 0 15px;
}
.front-about-us .name-wrap::after {
    position: absolute;
    z-index: 1;
    content: "";
    background-image: url(../img/book-01.png);
    width: 32%;
    height: 60%;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: unset;
    top: 10px;
    right: 0px;
}
h2 + .article-wrap {
    margin-top: 50px;
}
.book-item-wrap {
    flex-direction: column;
    margin: 50px 15px 0px;
}

.book-item-wrap .item + .item {
    margin-left: 0;
    margin-top: 50px;
}

.book-info .book-info-inner {
    width: auto;
}

.book-item-wrap .item {
    max-width: 100%;
    width: 100%;
}

.front-information-wrap .post-content {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0;
}
.front-information-wrap .post-item {
    justify-content: center;
}
.front-information-wrap .post-date, .news-list .loop-wrap .post-date {
    margin-right: 0;
}
.front-information-wrap .post-category, .news-list .loop-wrap .post-category {
    margin-right: 0;
    margin-top: 20px;
}
.front-information {
    padding: 50px 15px;
}
.post-meta {
    margin-top: 20px;
}
.front-form {
    padding: 0 15px;
}
.note-wrap-inner,
.youtube-wrap-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 3列に均等に分割 */
    padding: 0 15px;
}
.youtube-wrap-inner li + li,
.note-wrap-inner .item + .item {
    margin-top: 30px;
}
.book-item-wrap .item h3 {
    font-size: 16px;
}

/* ---- 固定ページ */
.page.wrap .content, .page.single .content {
    padding: 10px;
}
.page-eye img {
    height: 300px;
}

.page.about .about-wrap {
    flex-direction: column;
}
.page.about .about-wrap .item {
    width: 100%;
}
.page.about .about-wrap .item .text-img {
    bottom: 0;
    left: 0;
}

.page.about .about-wrap .item p {
    margin-top: 30px;
    margin-left: 0;
    width: 100%!important;
}
.page.about .about-wrap.type-b {
    position: static;
    margin-top: 30px;
}
.page.about .about-wrap.type-b .item.left {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}
.page.about .about-wrap.type-b .item.owner {
    position: static;
    right: 0;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
}
.page.about .about-wrap.type-b .item.owner img {
    border-radius: 20px;
    width: 100%;
}
.page.about .about-wrap .item img.owner {
    border-radius: 20px;
}

.page.about .concept {
    margin-top: 20px;
}
.page.about .concept-inner {
    border-radius: 20px;
    padding: 10px;
}

.page-wrap {
    top: 80px;
    padding-bottom: 120px;
}
.pankuzu ul {
    padding: 20px 0;
    width: auto;
}
.page-content {
    padding: 15px;
    margin-top: 0;
}
.articles-wrap {
    width: 100%;
    padding: 0;
}
.category-list {
    flex-wrap: wrap;
    justify-content: inherit;
    margin: 30px auto;
    padding-top: 30px;
}
.category-list li {
    margin: 0 5% 15px;
    width: 40%;
}
.category-list li + li {
    margin-left: 5%;
}
.category-list li a {
    padding: 10px 0;
    width: auto;
}
.articles-wrap {
    padding: 0 15px;
}
.articles-wrap .item {
    width: 100%;
    margin-bottom: 50px;
}
.post-title {
    font-size: 16px;
}

.post-date {
    margin-top: 10px;
    display: inline-block;
}
.pagination {
    padding-bottom: 30px;
}
.pagination a {
    font-size: 24px;
    padding: 5px;
}
.btn-wrap.bottom {
    padding: 40px 15px 0;
}
.news-list .loop-wrap .item .post-content {
    flex-direction: column;
}
.news-list .loop-wrap a:last-child {
    margin-bottom: 30px;
}
.front-pickup::before,
.front-pickup::after {
    width: 70vw;
    height: 45vw;
    background-size: 100%;
}
/* ---- 投稿ページ */
.single-page .text-wrap {
    width: auto;
    padding: 0;
}
.single-page {
    padding: 15px;
    border-radius: 15px;
}
.article-eye-wrap {
    padding: 0;
}

.page.achievement .item-wrap {
    flex-direction: column;
}
.page.achievement .item-wrap .item {
    width: 100%;
}
.page.achievement .item-wrap .item + .item {
    margin-top: 20px;
}
/* ---- 記事ループページ */
/* ---- footer */

footer .to-top {
    right: 0;
}

footer::before {
    top: -9%;
}

footer {
    padding: 30px 15px 0;
}

.footer-inner,
.footer-inner .menu {
    flex-wrap: wrap;
}
.footer-inner {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    align-items: center;
}
footer .footer-nav ul {
    margin: 30px auto;
    flex-wrap: wrap;
}


footer .menu-btn-wrap {
    margin: 30px auto;
}
footer .logo {
    margin-right: 0;
    margin-bottom: 20px;
}
footer .footer-nav li {
    width: 50%;
}
footer .footer-nav li a {
    padding: 15px 0;
    display: inline-block;
}
footer .footer-nav ul li + li {
    margin-left: 0;

    
}


footer .menu-btn-wrap {
    padding-bottom: 10px;
}

.form-01 {
    padding: 10px;
}

}/* max-width:999px ここまで */