@charset "utf-8";
/* CSS Document */
/*Theme Name: original
  Author:marudou.com
  Description: Version: 1.0
    License:RI*/

/*  CSS Reset 
------------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}


picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%
}

img {
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

#root,
#__next {
    isolation: isolate
}

/*input,*/
textarea {
    -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

/* flex
--------------------------------------------------------*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex.end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex.center {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex.around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex.between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex.stretchf {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex.ai_center {
    -webkit-align-items: center;
    align-items: center;
}

.flex.ai_start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.ai_end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex.column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex.row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex.c_reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex.r_reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.noshrink {
    flex: 0 0 auto;
}

.grow {
    flex: 1 1 auto;
}

/* base
---------------------------------------------------------------*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: .5;
    transition: .3s;
}

a[href^="tel:"]:hover {
    opacity: 1;
}

.slick-slide {
    outline: none;
}

.tb_only {
    display: none;
}

.sp_only {
    display: none;
}

.tb_pc {
    display: inherit;
}

.sp_tb {
    display: none;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

body {
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: 400;
    min-width: 1280px;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-top: 120px;
    height: auto;
    position: relative;
}

.jn {
    font-family: 'Zen Maru Gothic', sans-serif;
}

.en {
    font-family: 'Roboto', sans-serif;
}


@media(max-width: 767px) {
    .inner {
        max-width: 100%;
        padding: 0 6.4vw;
    }

    body {
        min-width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.5625;
        margin-top: 60px;
    }

}



/* debug 
----------------------------------------------------------------------------------------------*/
html.int {
    margin-top: 0 !important;
}

#wpadminbar {
    z-index: 10000000 !important;
    background: rgba(0, 0, 0, 0.25) !important;
}

/*--------------------------------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:960px) {
    .pc_only {
        display: none;
    }

    .tb_only {
        display: inherit;
    }

    .sp_only {
        display: none;
    }

    .tb_pc {
        display: inherit;
    }

    .sp_tb {
        display: inherit;
    }

    body {
        min-width: 100%;
        max-width: 100%;
        overflow-y: scroll;
    }

}

@media(max-width: 767px) {



    .pc_only {
        display: none;
    }

    .tb_only {
        display: none;
    }

    .sp_only {
        display: inherit;
    }

    .tb_pc {
        display: none;
    }

    .sp_tb {
        display: inherit;
    }




}

/* conponent
----------------------------------------------------------*/
.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb3 {
    margin-bottom: 3rem;
}

.mb4 {
    margin-bottom: 4rem;
}

.mb5 {
    margin-bottom: 5rem;
}

.mb6 {
    margin-bottom: 6rem;
}

.mb7 {
    margin-bottom: 7rem;
}

.mb8 {
    margin-bottom: 8rem;
}

.mb9 {
    margin-bottom: 9rem;
}

.mb10 {
    margin-bottom: 10rem;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt3 {
    margin-top: 3rem;
}

.mt4 {
    margin-top: 4rem;
}

.mt5 {
    margin-top: 5rem;
}

.fw3 {
    font-weight: 300;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw7 {
    font-weight: 700;
}

.txt_link {
    text-decoration: underline;
    color: #EF8D1A;
}

.wrap_bread {
    color: #333;
    padding: 0rem 0 0;
    font-size: 75%;
    font-weight: 400;
    position: relative;
    margin-top: -1.25rem;
    margin-left: 2rem;
    z-index: 1001;
}

.wrap_bread.scrolled {
    z-index: 1;
}

.wrap_bread span {
    padding-right: 0.25em;
}

.wrap_bread span.sep {
    padding-right: 0.5rem;
}

.wrap_bread span a:hover {
    text-decoration: underline;
    color: #FF981F;
    opacity: 1;
}

.nav-links {
    text-align: center;
}

.nav-links a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 12px 0 0;
    opacity: 1;
}

.nav-links a:hover {
    background: #EF8D1A;
    color: #fff;
    border-radius: 18px;
}

.nav-links .current {
    display: inline-block;
    padding: 4px 10px;
    font-weight: bold;
    margin: 0 12px 0 0;
    color: #fff;
    background: #EF8D1A;
    border-radius: 18px;
}

.nav-links a.prev,
.nav-links a.next {}

.wrap_pagenation01 {
    margin-top: 5rem;
}




@media(max-width: 767px) {
    .wrap_bread {
        padding: 1rem 0 0;
        margin-left: 4.2vw;
    }

    .btn01 a {
        font-size: 1rem;
        width: 220px;
    }

    .btn02 a:hover::before {
        right: -18px;
    }

    .body_bread {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* header
----------------------------------------------------------*/
.header {
    height: 120px;
    padding: 16px 32px;
    backdrop-filter: blur(0px);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header.scrolled {
    backdrop-filter: blur(3px);
}

.btn_head {
    padding-top: 8px;
}

.header .btn_line {
    margin-right: 25px;
}

.header .btn_line a {
    display: inline-block;
    font-size: 1.375rem;
    background-color: #90CE0D;
    color: #fff;
    padding: 3px 32px 11px;
    border-radius: 32.5px;
    line-height: 1.2;
    font-weight: bold;
}

.header .btn_line a small {
    font-size: 1rem;
}

/*========= ボタンのためのCSS ===============*/


.openbtn {
    position: relative;
    z-index: 999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 92px;
    height: 94px;
    border-radius: 50%;
    background-color: #FF981F;
}

/*
.openbtn.active {
    background-color: #fff;
}*/

/*×に変化*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    height: 5px;
    border-radius: 3px;
    background-color: #fff;
    width: 35%;
}

/*
.openbtn.active span {
    background-color: #FF981F;
}
*/
.openbtn span:nth-of-type(1) {
    top: 35%;
    transform: translate(-50%, -35%);
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
}

.openbtn span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.openbtn span:nth-of-type(3) {
    top: 65%;
    transform: translate(-50%, -65%);
    -webkit-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
}

/*
.openbtn.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 50%;
}

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

.openbtn.active span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 50%;
}
*/

.openbtn02 {
    position: absolute;
    z-index: 99999999;
    top: 24px;
    right: 32px;
    cursor: pointer;
    width: 92px;
    height: 94px;
    border-radius: 50%;
    background-color: #fff;
}

.openbtn02:hover {
    opacity: 0.75;
}

.openbtn:hover {
    opacity: 0.75;
}

/*×に変化*/
.openbtn02 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    height: 5px;
    border-radius: 3px;
    background-color: #FF981F;
}


.openbtn02 span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 50%;
}

.openbtn02 span:nth-of-type(2) {
    opacity: 0;
}

.openbtn02 span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 50%;
}

#g-nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 640px;
    background: rgba(255, 152, 31, 0.95);
    transition: all 0.3s;
    display: block;
}

#g-nav.panelactive {
    opacity: 1;
    z-index: 9999999;
}

#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    min-width: 1200px;
}
#g-nav.panelactive #g-nav-list::before {
    width: 100%;
    height: 100%;
    background-image: url(images/bg_nav.png);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right top;
}

.circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 152, 31, 0.95);
    transform: scale(0);
    right: -50px;
    top: -50px;
    transition: all .6s;
}




@media(max-width: 767px) {
    .no-scroll {
        overflow: hidden;
        touch-action: none;
    }

    .header {
        height: 60px;
        padding: 8px 3.2vw;
    }

    .header .btn_line {
        margin-right: 8px;
    }

    .header .btn_line a small {
        font-size: 10px;
    }

    .header .btn_line a {
        font-size: 12px;
        padding: 2px 13px 5px;
        border-radius: 16.5px;
    }

    .openbtn {
        width: 40px;
        height: 40px;
    }

    .openbtn span {
        height: 2px;
    }

    .btn_head {
        padding-top: 0;
    }
    .openbtn02 {
        top: 8px;
        right: 12px;
        width: 40px;
        height: 40px;
    }
    .openbtn02 span {
        height: 2px;
    }
    #g-nav {
        width: 100%;
        height: 100vh;
    }
    #g-nav-list .ttl {
        margin: 60px auto 0;
        font-size: 1.5rem;
        line-height: 1;
        padding-left: 6.4vw;
    }
    #g-nav-list .subttl {
        color: #fff;
        margin: 3px auto 24px;
        font-size: 1rem;
        font-weight: 600;
        padding-left: 6.4vw;
    }
    #g-nav-list .nav_sitemap01 .list {
        width: 50%;
        font-size: 0.92rem;
        padding-left: 6.4vw;
        letter-spacing: 0;
    }
    #g-nav-list .btns {
        display: none;
    }
    #g-nav.panelactive #g-nav-list::before {
        width: 100%;
        height: 100%;
        background-image: url(images/bg_nav_sp.png);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }
    #g-nav.panelactive #g-nav-list {
        min-width: 100%;
    }
}

/* page common
----------------------------------------------------------*/
.page_head {
    text-align: center;
    padding-top: 10px;
    position: relative;
}

.page_head .jn {
    font-size: 2.4375rem;
    font-weight: 500;
    line-height: 1.5;
}

.page_head .en {
    font-size: 1.375rem;
    font-weight: 600;
    color: #FF981F;
}

.page main {
    padding: 3rem 0 6rem;
}

@media(max-width: 767px) {

    .mv_page {
        width: 100%;
        height: 140px;
        background-image: url(images/page_bg_hero_sp.png);
    }

    .mv_page .area01 {
        width: 85%;
    }

    .mv_page .ttl {
        padding: 0 0px 20px;
    }

    .page main {
        padding: 2rem 0 6rem;
    }

    .page_head {
        padding-top: 40px;
    }

    .page_head .jn {
        font-size: 1.75rem;
        line-height: 1.25;
    }

    .page_head .en {
        font-size: 1rem;
    }
}

/* sitemap footer header menu
----------------------------------------------------------*/
.nav_sitemap01 {
    padding-top: 3rem;
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
}

.nav_sitemap01 .list {
    width: 265px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2.5;
    letter-spacing: 0;
}

.nav_sitemap01 .list03 li:nth-child(n+2) {
    font-weight: 400;
    line-height: 2;
}

.nav_sitemap01 .list a:hover {
    opacity: 1;
    color: #FF981F;
    text-decoration: underline;
}

.nav_box {
    width: 265px;
}

.nav_box .btn_contact {
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
}

.nav_box .btn_contact a {
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    height: 65px;
    line-height: 65px;
    border-radius: 32.5px;
    font-size: 1.375rem;
    display: inline-block;
}

.nav_box .btn_contact.sitemap01 a {
    background: #FF981F;
    color: #fff;
}

.nav_box .txt01 {
    position: relative;
    text-align: center;
    font-size: 1.375rem;
    color: #FF981F;
    font-weight: 600;
}

.nav_box .btn_list_sns {
    width: 215px;
    margin: 0 auto;
    font-size: 2rem;
}

.nav_box .btn_list_sns a i {
    color: #FF981F;
}

.footer {
    background-color: #FFF9C7;
    padding: 5rem 0 0;
}

.ctr {
    margin-bottom: 60px;
}

.ctr .inner {
    padding-top: 55px;
    padding-bottom: 6.25rem;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
}

.ctr .inner::before,
.ctr .inner::after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
}

.ctr .inner::before {
    background-image: url(images/img_ctr01.png);
    top: -50px;
    left: -80px;
    width: 247px;
    height: 345px;
}

.ctr .inner::after {
    background-image: url(images/img_ctr02.png);
    bottom: -10px;
    right: -40px;
    width: 142px;
    height: 235px;
}

.ctr .ttl,
.cmn_ttl01 {
    font-size: 2.25rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

.ctr .subttl,
.cmn_subttl01 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #FF981F;
    text-align: center;
}

.ctr .txt01 {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: 500;
}

.ctr .btn {
    margin-top: 2.5rem;
}

.ctr .btn li a {
    position: relative;
    border: 4px solid #90CE0D;
    display: inline-block;
    text-align: center;
    height: 86px;
    line-height: 76px;
    border-radius: 86px;
    font-size: 1.5rem;
    font-weight: bold;
}

.ctr .btn li:nth-of-type(1) a {
    background-color: #90CE0D;
    color: #fff;
    width: 465px;
    margin-right: 10px;
    padding-right: 30px;
}

.ctr .btn li:nth-of-type(1) a span {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -64px;
    color: #90CE0D;
    font-size: 1rem;
    pointer-events: none;
}

.ctr .btn li:nth-of-type(2) a {
    background-color: #fff;
    color: #90CE0D;
    width: 370px;
    padding-right: 10px;
}

.ctr .btn li a::before {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}

.ctr .btn li:nth-of-type(1) a::before {
    background-image: url(images/ctr_arw01.png);
}

.ctr .btn li:nth-of-type(2) a::before {
    background-image: url(images/ctr_arw02.png);
}

.footer .copyright {
    line-height: 40px;
    padding-top: 6rem;
    font-size: 0.875rem;
    text-align: center;
}

#g-nav-list .nav_sitemap01 {
    color: #fff;
    padding-top: 0;
}

#g-nav-list .nav_sitemap01 a:hover {
    color: #fff;
    opacity: 0.75;
}

#g-nav-list .btns {
    width: 365px;
}

#g-nav-list .btns li a {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 68px;
    line-height: 66px;
    border-radius: 68px;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
    font-size: 1.25rem;
}

#g-nav-list .nav_sitemap01 .list {
    width: 250px;
    font-size: 1.125rem;
}

#g-nav-list .btns li:nth-of-type(1) a {
    background-color: #90CE0D;
    color: #fff;
    padding-right: 30px;
    margin-bottom: 32px;
}

#g-nav-list .btns li:nth-of-type(2) a {
    background-color: #fff;
    color: #90CE0D;
    padding-right: 10px;
}

#g-nav-list .btns li a::before {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
}

#g-nav-list .btns li:nth-of-type(1) a::before {
    background-image: url(images/ctr_arw01.png);
}

#g-nav-list .btns li:nth-of-type(2) a::before {
    background-image: url(images/ctr_arw02.png);
}

#g-nav-list .ttl {
    color: #fff;
    width: 1120px;
    max-width: 100%;
    margin: 70px auto 0;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1;
}

#g-nav-list .subttl {
    color: #fff;
    width: 1120px;
    max-width: 100%;
    margin: 0 auto 70px;
    font-size: 1.375rem;
    font-weight: 600;
}

@media(max-width: 767px) {

    .ctr .btn li:nth-of-type(1) a {
        width: 100%;
        margin-right: 0px;
        padding-right: 0px;
        line-height: 1.2;
        padding-top: 14px;
        font-size: 1.25rem;
        padding-right: 0px;
        margin-bottom: 3rem;
    }

    .ctr .btn li:nth-of-type(1) a span {
        bottom: -28px;
        font-size: 0.875rem;
        pointer-events: none;
    }

    .ctr .btn li:nth-of-type(2) a {
        width: 100%;
        padding-right: 0;
        line-height: 1.2;
        padding-top: 14px;
        font-size: 1.25rem;
    }

    .ctr {
        margin-bottom: 60px;
    }

    .footer {
        padding: 3rem 6.4vw 0;
        overflow: hidden;
    }

    .ctr .ttl,
    .cmn_ttl01 {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .ctr .subttl,
    .cmn_subttl01 {
        font-size: 1rem;
    }

    .ctr .txt01 {
        margin-top: 1.25rem;
        font-size: 1rem;
        text-align: left;
    }

    .ctr .inner::before {
        top: -64px;
        left: -69px;
        width: 165px;
        height: 215px;
    }

    .ctr .btn {
        margin-top: 1.5rem;
    }

    .ctr .btn li {
        width: 100%;
    }

    .ctr .btn li a::before {
        right: 6px;
        width: 30px;
        height: 30px;
    }

    .ctr .inner {
        padding-top: 55px;
        padding-bottom: 45px;
    }

    .ctr .inner::after {
        background-image: url(images/img_ctr02.png);
        bottom: 52px;
        right: -26px;
        width: 72px;
        height: 159px;
    }

    .ctr {
        margin-bottom: 0px;
    }

    .nav_sitemap01 .list {
        width: 50%;
        font-size: 0.875rem;
        font-weight: bold;
        line-height: 2.5;
        letter-spacing: 0;
        padding-right: 15px;
        letter-spacing: 0;
    }

    .nav_sitemap01 .list03 {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .nav_box {
        width: 100%;
    }

    .footer .copyright {
        padding-top: 2rem;
        font-size: 0.75rem;
    }
}

/* privacy company faq recruit
----------------------------------------------------------*/
.wrap_privacy {
    width: 800px;
    margin: 0 auto;
    padding: 0.5rem 0 1rem;
}

.wrap_privacy>p {
    margin-bottom: 1.5rem;
}

.wrap_privacy>dl>dd {
    margin-bottom: 1.5rem;
}

.wrap_privacy>dl>dt {
    font-size: 112.5%;
    font-weight: bold;
}

.wrap_privacy>dl>dd>ul {
    margin-left: 1.5rem;
}

.wrap_privacy>dl>dd>ul>li {
    list-style-type: decimal;
}

.wrap_privacy>dl>dd>ul>li>ol {
    margin-left: 1.5rem;
}

.wrap_privacy>dl>dd>ul>li>ol>li {
    list-style-type: lower-latin;
}

.wrap_privacy>dl>dd>ul>li>ol>li>ul {
    margin-left: 1.5rem;
}

.wrap_privacy>dl>dd>ul>li>ol>li>ul>li {
    list-style-type: lower-roman
}

body.post-type-archive-news::before,
body.tax-category_news::before,
body.single-news::before,
body.company::before,
body.about::before,
body.voice::before,
body.faq::before {
    content: '';
    background-color: #ccc;
    width: 100%;
    height: 320px;
    position: absolute;
    top: -120px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body.about::before {
    background-color: #fff;
    background-image: url(images/bg_head_about.png);
    height: 670px;
}

body.post-type-archive-news::before,
body.tax-category_news::before,
body.single-news::before,
body.company::before {
    background-color: #fff;
    background-image: url(images/bg_head_company.png);
}

body.faq::before,
body.voice::before {
    background-color: #fff;
    background-image: url(images/bg_head_faq.png);
}

.post-type-archive-news main,
.tax-category_news main,
.single-news main,
.company main {
    padding-top: 8rem;
}

.list_company {
    width: 800px;
    margin: 0 auto;
    border-top: 1px dotted #000;
}

.list_company dt {
    border-bottom: 1px dotted #000;
    width: 180px;
    font-weight: bold;
    font-size: 112.5%;
    height: 76px;
    line-height: 76px;
}

.list_company dd {
    border-bottom: 1px dotted #000;
    width: 620px;
    height: 76px;
    line-height: 76px;
}

.faq main,
.voice main {
    padding-top: 10rem;
}

.list_faq {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}

.list_faq dt {
    padding: 0 1rem;
}

.list_faq dt .en {
    color: #FF981F;
    font-size: 4.5rem;
    font-weight: 500;
    width: 50px;
}

.list_faq dt span:nth-child(2) {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 1rem;
    width: calc(100% - 50px);
}

.list_faq dd {
    background-color: #F1F1F1;
    border-radius: 20px;
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.list_faq dd .en {
    color: #FFF;
    font-size: 4.5rem;
    font-weight: 500;
    width: 50px;
}

.list_faq dd span:nth-child(2) {
    font-size: 1.125rem;
    width: calc(100% - 50px);
    padding: 40px 1rem;
}

.wrap1100 {
    width: 1100px;
    margin: 0 auto;
}

.head_recruit {
    position: relative;
}

.head_recruit::before {
    content: '';
    width: 100%;
    height: 60px;
    background-color: #FFF9C7;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.head_recruit::after {
    content: '';
    width: 610px;
    height: 510px;
    background-image: url(images/img_recruit01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.head_recruit .wrap1100 {
    text-align: left;
    padding-top: 70px;
    position: relative;
}

.recruit main {
    background-color: #FFF9C7;
    padding-bottom: 14rem;
}


.recruit_copy01 {
    font-weight: 500;
    font-size: 1.8125rem;
    line-height: 3.75rem;
    letter-spacing: 3%;
    width: 560px;
}

.recruit_area01 {
    margin-top: 7.5rem;
    background: #fff;
    padding: 64px;
    border-radius: 40px;
}

.list_recruit {
    margin-top: 3.75rem;
}

.btn01 {
    text-align: center;
}

.btn01 a {
    color: #fff;
    background-color: #FF981F;
    width: 225px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.25rem;
}

.btn_recruit01 {
    margin-top: 5rem;
}

.form_txt02 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 2.125rem;
    margin-bottom: 4.5rem;
}

.wrap800 {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}

.wrap_form01 {
    border-top: 1px dotted #000;
}

.wrap_form01 dt {
    width: 200px;
    font-size: 1.125rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px dotted #000;
}

.wrap_form01 dt span {
    background-color: #d61619;
    color: #fff;
    font-size: 75%;
    display: inline-block;
    padding: 0.35rem 0.5rem 0.25rem;
    line-height: 1;
    margin: 0 0rem 0 0.4rem;
    border-radius: 4px;
    font-weight: 600;
}

.wrap_form01 dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 200px);
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px dotted #000;
}

.wrap_form01 dd input {
    border: none;
    background: #F4F4F4;
    font-size: 16px;
    line-height: 2;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 4px 12px;
}

.wrap_form01 dd.files input {
    background: none;
    padding-left: 0;
}

.wrap_form01 dd textarea {
    outline: none;
    border: none;
    background: #F4F4F4;
    width: 100%;
    padding: 8px;
    font-size: 16px;
}

.form_check01 {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 2rem;
}

.form_txt03 {
    margin-top: 1rem;
    text-align: center;
    font-size: 87.5%;
    margin-bottom: 1.5rem;
}

.form_txt03 a {
    color: #FF981F;
    text-decoration: underline;
}

.wrap_form02 .btn input {
    display: inline-block;
    width: 450px;
    margin: auto;
    font-size: 28px;
    font-weight: 700;
    height: 86px;
    line-height: 86px;
    border-radius: 46px;
    position: relative;
    background-color: #FF981F;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    max-width: 100%;
}

.wrap_form02 .btn01 {
    max-width: 130px;
    margin-right: 16px;
}

.wrap_form02 .btn01 input {
    width: 130px;
    background-color: #ddd;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.form_txt02.com {
    display: none;
}

.mw_wp_form_preview .form_txt02,
.mw_wp_form_preview .form_txt03 {
    display: none;
}

.mw_wp_form_preview .form_txt02.com {
    display: block;
}

.form main {
    padding-bottom: 10rem;
}

.txt_thanks01 {
    margin-bottom: 3.5rem;
}

.btn_line_form01 a {
    background-color: #90CE0D;
    color: #fff;
    width: 465px;
    position: relative;
    border: 4px solid #90CE0D;
    display: inline-block;
    text-align: center;
    border-radius: 86px;
    padding: 20px 10px 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.btn_line_form01 a::before {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    background-image: url(images/ctr_arw01.png);
}

.btn_line_form01 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_line_form01 a small {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
}

.btn_line_form01 a span {
    display: block;
    width: 100%;
    font-size: 1.625rem;
    font-weight: 700;
}

.form_txt01 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 2.125rem;
    margin-bottom: 3.5rem;
}

.form_ttl {
    text-align: center;
    margin-top: 5rem;
    padding-top: 5rem;
    position: relative;
    padding-bottom: 3rem;
}

.form_ttl::before {
    top: 0;
    left: -150px;
    right: 0;
    margin: auto;
    position: absolute;
    content: '';
    width: 1100px;
    height: 3px;
    background-color: #FF981F;
}

.mw_wp_form_confirm .form_txt01,
.mw_wp_form_confirm .btn_line_form01 {
    display: none;
}

@media(max-width: 767px) {
    .form_ttl::before {
        width: 100%;
    }

    .form_txt01 {
        text-align: left;
        font-size: 0.875rem;
        line-height: 2;
        margin-bottom: 2.5rem;
    }

    .wrap_form02 .btn input {
        width: 220px;
    }

    .wrap_form02 .btn01 input {
        width: 85px;
        text-align: center;
        padding: 0;
    }

    .form_ttl {
        margin-top: 4rem;
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }

    .btn_line_form01 a small {
        font-size: 1rem;
    }

    .btn_line_form01 a span {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .btn_line_form01 a::before {
        right: 5px;
        width: 30px;
        height: 30px;
    }

    .form_ttl::before {
        left: 0;
    }

    .form_txt02 {
        font-size: 0.875rem;
        line-height: 2;
        margin-bottom: 3.5rem;
        text-align: left;
    }

    .wrap_form01 dt {
        width: 100%;
        font-size: 1rem;
        border-bottom: none;
    }

    .wrap_form01 dd {
        width: 100%;
        padding-left: 0;
        padding-bottom: 1rem;
        padding-top: 0;
    }

    .wrap_form01 dd input {
        padding: 6px 12px;
    }

    .form_txt03 {
        text-align: left;
    }

    .form_check01 {
        text-align: center;
        font-size: 1rem;
        font-weight: 500;
        margin-top: 2rem;
    }

    .txt_thanks01 {
        margin-bottom: 3.5rem;
        text-align: left;
    }

    .wrap_privacy {
        max-width: 100%;
    }

    .list_company {
        max-width: 100%;
    }

    .list_company dt {
        border-bottom: none;
        width: 100%;
        height: auto;
        font-size: 100%;
        line-height: 1.5;
        padding: 15px 0 5px;
    }

    .list_company dd {
        border-bottom: 1px dotted #000;
        width: 100%;
        height: auto;
        line-height: 1.4;
        padding-bottom: 1rem;
    }

    .head_recruit .wrap1100 {
        padding-top: 0;
    }

    .head_recruit::before {
        height: 50px;
    }

    .head_recruit::after {
        display: none;
    }

    .recruit_copy01 {
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 2;
        letter-spacing: 0;
        width: 100%;
        position: relative;
        padding-bottom: 300px;
    }

    .recruit_copy01::after {
        content: '';
        width: 100%;
        height: 285px;
        background-image: url(images/img_recruit01.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: auto;
        bottom: 0;
        right: -7vw;
        z-index: 0;
    }

    .recruit_area01 {
        margin-top: 2.5rem;
        padding: 40px 25px;
    }

    .list_recruit {
        margin-top: 1.75rem;
    }

    .btn_recruit01 {
        margin-top: 3rem;
    }

    .recruit main {
        padding-bottom: 4rem;
    }

    body.faq::before,
    body.voice::before {
        background-image: url(images/bg_head_faq_sp.png);
        width: 100%;
        height: 257px;
        top: -44px;
    }
    .faq main, .voice main {
        padding-top: 5rem;
    }
    .list_faq dt .en {
        font-size: 3.5rem;
        width: 50px;
        margin-bottom: 15px
    }
    .list_faq dt {
        padding: 0 0rem 0 1rem;
    }
    .list_faq dt span:nth-child(2) {
        font-size: 1.1rem;
        font-weight: bold;
        padding: 0 0rem;
        width: calc(100% - 50px);
        letter-spacing: 0;
        margin-bottom: 7px;
    }
    .list_faq dd .en {
        color: #FFF;
        font-size: 3.5rem;
        font-weight: 500;
        width: 50px;
    }
    .list_faq dd span:nth-child(2) {
        font-size: 1rem;
        width: calc(100% - 50px);
        padding: 30px 0rem 25px;
    }

}



/*plan about
-----------------------------------------*/
.list_plan01 {
    width: 900px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.list_plan01 .col {
    width: calc(100% / 3 - 8px);
    text-align: center;
}

.list_plan01 .col .img {
    width: 100%;
    font-size: 0;
}

.list_plan01 .col .img img {
    width: 100%;
}

.list_plan01 .ttl_plan01 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.list_plan01 .txt_plan01 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 0.75rem;
}

.list_plan01 .area_plan {
    color: #000;
    background-color: #FFF9C7;
    margin-top: 1rem;
    border-radius: 10px;
    padding: 0.5rem 0;
}

.list_plan01 .area_plan02 {
    background-color: #FCC585;
}

.list_plan01 .area_plan03 {
    background-color: #FF981F;
    color: #fff;
}

.list_plan01 .price_plan01 span {
    font-weight: bold;
    font-size: 2rem;
}

.list_plan01 .price_plan01 small {
    font-size: 1.125rem;
    font-weight: 500;
}

.list_plan01 .txt_plan02 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4px;
}

.list_plan01 .txt_plan03 {
    font-size: 1.25rem;
    font-weight: bold;
}

.list_plan01 .list {
    width: 100%;
    position: relative;
    margin-top: 0.5rem;
}

.list_plan01 .list li {
    background: #f0f0f0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 1.5rem;
    margin-bottom: 6px;
    position: relative;
}

.list_plan01 .list li span {
    display: inline-block;
}

.list_plan01 .list li span small {
    position: absolute;
    top: 1px;
    right: 0rem;
    left: 10.1rem;
    margin: auto;
    text-align: left;
    font-weight: 500;
    font-size: 55%;
}

.wrap_plan01 {
    position: relative;
}

.wrap_plan01 .head_list {
    display: none;
}

.list_plan01 .col01 .wrap_plan01 .head_list {
    display: block;
    position: absolute;
    bottom: 0;
    left: -10rem;
    text-align: right;
    margin-top: 0.5rem;
}

.list_plan01 .col01 .wrap_plan01 .head_list li {
    height: 38px;
    line-height: 38px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 6px;
    position: relative;
}

.btn_plan01 {
    margin: 4rem 0 5rem;
    text-align: center;
}

.sec_plan2 {
    background-image: url(images/bg_plan_sec2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5.5rem 0;
}

.sec_plan2 .list {
    margin-top: 2.5rem;
}

.sec_plan2 .list li {
    background-color: #fff;
    width: calc(100% / 3 - 15px);
    text-align: center;
    padding: 2.5rem 1rem 3rem;
    border-radius: 20px;
}

.sec_plan2 .list .ttl {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.sec_plan2 .list .stxt span {
    font-weight: bold;
    font-size: 1.75rem;
}

.sec_plan2 .list .stxt small {
    font-weight: 500;
    font-size: 1.125rem;
}

.sec_plan2 .list .txt {
    margin-top: 1rem;
}

.sec_plan3 {
    padding: 4rem 0 4rem;
}

.sec_plan3 .item1,
.sec_plan3 .item2,
.sec_plan3 .item3,
.sec_plan3 .item4,
.sec_plan3 .item5 {
    padding: 65px 40px 65px;
    border-radius: 20px;
    background-color: #FFF9C7;
    margin-bottom: 2rem;
}

.sec_plan3 .item2 {
    background-color: #FCC585
}

.sec_plan3 .item3 {
    color: #fff;
    background-color: #FF981F;
}

.sec_plan3 .wrap1100 .list {
    padding-top: 3rem;
}

.sec_plan3 .wrap1100 .list li {
    width: calc(100% / 3 - 20px);
    text-align: center;
}

.sec_plan3 .wrap1100 .list li .img {
    width: 100%;
    font-size: 0;
}

.sec_plan3 .wrap1100 .list li .img img {
    width: 100%;
}

.sec_plan3 .wrap1100 .list li .ttl_plan01 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1rem;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_plan3 .wrap1100 .list li .txt_plan01 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.75rem;
    text-align: left;
}

.wrap1100 {
    max-width: 100%;
}

.parts_faq .wrap1100 {
    padding: 60px 60px;
    border: 5px solid #FF981F;
    border-radius: 30px;
}

.parts_faq .list_faq {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.about main {
    padding-top: 15rem;
}

.head_about .ttl {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1rem;
}

.head_about .txt01 {
    font-size: 2.4375rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.head_about .txt02 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.head_about .list01 ul {
    gap: 0 16px;
}

.head_about .list01 li {
    gap: 0 1rem;
}

.head_about .list01 li a {
    background: #fff;
    padding: 1.2rem;
    line-height: 1;
    text-align: center;
    color: #EF8D1A;
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
    border-radius: 7px;
}

.head_about .list01 li a:hover {
    opacity: 1;
    background: #EF8D1A;
    color: #fff;
}

.about_sec01 .list {
    padding-top: 3.5rem;
    padding-bottom: 8rem;
}

.about_sec01 .list dt {
    width: 415px;
    background-image: url(images/bg_about03.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1rem;
    border-radius: 20px;
}

.about_sec01 .list dt span {
    background-color: #FF981F;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 1.125rem;
    padding: 0.75rem;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}

.about_sec01 .list dd {
    width: calc(100% - 415px);
    padding-left: 50px;
    padding-bottom: 0.4rem;
}

.about_sec01 .list dd .ttl01 {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-left: -1.5rem;
}

.about_sec01 .list dd .txt01 {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75;
}

.about_sec01 {
    background-image: url(images/bg_about02.png);
    background-position: 35% -29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.about_sec02 {
    background-image: url(images/bg_about04.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 6rem;
    padding-top: 6rem;
    margin-bottom: 7rem;
}

.about_sec02 .item1 {
    margin-top: 3rem;
}

.about_sec02 .wrap1100 {
    background-color: #fff;
    color: #000;
}

.about_sec02 .wrap1100 .cmn_ttl01 {
    gap: 0 10px;
}

.about_sec02 .wrap1100 .cmn_ttl01 strong {
    font-size: 4.5rem;
    color: #FF981F;
}

.about_sec02 .wrap1100 .cmn_ttl01 span {
    font-size: 1.75rem;
    font-weight: bold;
}

.about_sec02 .wrap1100 .list {
    padding-top: 2rem;
}

.about main #thought,
.about main #experience,
.about main #faq {
    margin-top: -120px;
    padding-top: 120px;
}

@media(max-width: 767px) {
    .list_plan01 {
        padding: 0 6.4vw;
    }
    .list_plan01 .col {
        width: 100%;
        text-align: center;
    }
    .list_plan01 .col01 .wrap_plan01 .head_list {
        left: -16px;
        text-align: right;
        margin-top: 0.5rem;
    }
    .list_plan01 .list li {
        width: 58%;
        font-size: 1rem;
        margin-left: auto;
    }
    .list_plan01 .list li span small {
        position: absolute;
        right: 8px;
        left: auto;
        margin: auto;
        font-size: 50%;
        letter-spacing: 0;
    }
    .wrap_plan01 .head_list {
        display: block;
        left: -16px;
        text-align: right;
        margin-top: 0.5rem;
        display: block;
        position: absolute;
        bottom: 0;
    }
    .list_plan01 .col01 .wrap_plan01 .head_list {
        left: -16px;
        text-align: right;
        margin-top: 0.5rem;
    }
    .list_plan01 .wrap_plan01 .head_list li {
        height: 38px;
        line-height: 38px;
        font-size: 0.75rem;
        font-weight: bold;
        margin-bottom: 6px;
        position: relative;
    }
    .list_plan01 .col {
        margin-top: 4rem;
    }
    .list_plan01 .col01 {
        margin-top: 0rem;
    }
    .sec_plan2 {
        padding: 3.5rem 0 1rem;
    }
    .sec_plan2 .list li {
        width: 100%;
        padding: 1.5rem 1rem 2rem;
        margin-bottom: 2rem;
    }
    .sec_plan3 .item1, .sec_plan3 .item2, .sec_plan3 .item3, .sec_plan3 .item4, .sec_plan3 .item5 {
        padding: 22px 24px 36px;
    }
    .sec_plan3 .wrap1100 .list {
        padding-top: 0rem;
    }
    .sec_plan3 .wrap1100 .list li {
        width: 100%;
        text-align: center;
        margin-top: 2rem;
    }
    .parts_faq .wrap1100 {
        padding: 32px 24px;
        border-radius: 30px;
    }
    .parts_faq .list_faq {
        padding-top: 1rem;
        padding-bottom: 0;
    }
    body.about::before {
        background-color: #fff;
        background-image: url(images/bg_head_about_sp.png);
        height: 815px;
    }
    .head_about .ttl {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .head_about .txt01 {
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.25;
        margin-bottom: 1.5rem;
    }
    .head_about .list01 ul {
        gap: 12px 16px;
    }
    .head_about .list01 li {
        gap: 0 1rem;
        width: 100%;
    }
    .head_about .list01 li a {
        padding: 1.2rem;
        font-size: 1rem;
    }
    .about main {
        padding-top: 6rem;
    }
    .about_sec01 {
        background-image: url(images/bg_about02_sp.png);
        background-position: 0 50px;
        background-size: contain;
    }
    .about_sec01 .list dd {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0.4rem;
    }
    .about_sec01 .list dt {
        width: 315px;
        height: 315px;
        margin: 0 auto;
    }
    .about_sec01 .list dd .ttl01 {
        font-size: 1.25rem;
        line-height: 1;
        margin-bottom: 1rem;
        font-weight: 500;
        margin-top: 1rem;
        margin-left: 0;
        text-align: center;
    }
    .about_sec01 .list dt span {
        font-size: 0.875rem;
    }
    .about_sec01 .list {
        padding-top: 2.5rem;
        padding-bottom: 11rem;
    }
    .about_sec01 .list dd .txt01 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.75;
    }
    .about main #thought, .about main #experience, .about main #faq {
        margin-top: -60px;
        padding-top: 60px;
    }
}



/* news blog
-----------------------------------------------------------*/


.single_content .ttl.news {
    margin-bottom: 1rem;
    font-size: 25px;
}

.head_area.news.cat_news01 {
    background: #eee;
    padding: 0.2em 0.6em;
    display: inline-block;
    margin-left: 0.5rem;
}

.single_content .area01 h2,
.single_content .area01 h1 {
    padding: 0.05em 0.5em;
    background: #fff;
    border-bottom: none;
    margin-bottom: 1rem;
    font-size: 20px;
    border-left: 2px solid #EF8D1A;
    font-weight: 500;
}

.single_content .area01 p {
    margin-bottom: 2rem;
    font-weight: 400;
}

.single_content .cat_news01 {
    background: #EF8D1A;
    color: #fff;
    padding: 0.2em 0.6em;
    display: inline-block;
    margin-left: 0.5rem;
}

.single_content .cat-news02 {}

.single_content .head_area {
    margin-bottom: 4rem;
    padding-top: 3rem;
}

.single_content .area01 h3 {
    padding: 0.15em 0em;
    background: transparent;
    border-left: none;
    border-bottom: 1px solid #333;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 18px;
}

.single_content .area01 h4 {
    font-size: 100%;
    font-weight: 500;
    margin-bottom: 1rem;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-weight: 300;
}

.single_content .area01 ul {
    margin-left: 1rem;
}

.single_content .area01 ol {
    margin-left: 1rem;
}

.single_content .area01 ul li {
    list-style: circle;
    margin-left: 1.6em;
    margin-bottom: 0.75em;

}

.single_content .area01 ol li {
    list-style: decimal;
    margin-left: 1.6em;
    margin-bottom: 0.75em;
}

.single_content .area01 a {
    text-decoration: underline;
    color: #EF8D1A;
}

.single_content blockquote {
    background: rgba(26, 26, 26, 0.05);
    padding: 0.5rem 1rem;
    font-size: 90%;
    padding: 1.5rem 2rem;
}

.single_content blockquote *:last-child {
    margin-bottom: 0;
}

.single_content iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.single_content .area01 ul.prev_next_list li {
    list-style: none;
    margin-left: 0;
    width: calc(100% / 3);
}

.single_content .area01 ul.prev_next_list li a {
    color: #333;
    text-decoration: none;
    opacity: 1;
    border-radius: 10px;
    padding: 10px 16px;
    border: 1px solid #333;
}

.single_content .area01 ul.prev_next_list li a:hover {
    color: #fff;
    border: 1px solid #EF8D1A;
    background-color: #EF8D1A;
    opacity: 1;
}

.single_content .area01 ul.prev_next_list li.prev {
    text-align: center;
}

.single_content .area01 ul.prev_next_list li.prev .btn02 a::before {
    background-image: url(images/arw_before.png);
    bottom: 10px;
    right: auto;
    left: -18px;
}

.single_content .area01 ul.prev_next_list li.prev .btn02 a:hover::before {
    left: -45px;
}

.single_content .area01 ul.prev_next_list li.center {
    text-align: center;
}

.single_content .area01 ul.prev_next_list li.center .btn02 a::before {
    display: none;
}

.single_content .area01 ul.prev_next_list li.next {
    text-align: center;
}

.single_content .area01 ul.prev_next_list {
    margin-left: 0rem;
    width: 100%;
    margin: 9rem auto 0rem;
    font-size: 1rem;
}

.single_content .inner {
    max-width: 1000px;
}

.single_content table {
    text-align: center;
}

.single_content table tr:first-of-type td {
    background-color: #67665F;
    color: #fff;
}

.single_content table tr td:first-of-type {
    background-color: #67665F;
    color: #fff;
}

.single_content table tr td {
    background-color: #F7F7F7;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    padding: 16px;
}

.single_content table tr td:first-of-type {
    border-left: none;
}

.news_content {
    padding: 3.5rem 0 4rem;
}

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

.contents__newsTaxonomyList {
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
}

.contents__newsTaxonomyListItem--active>a {
    pointer-events: none;
    opacity: 1;
}

.contents__newsTaxonomyListItem>a {
    display: inline-block;
    margin: 0 24px 24px 0;
    padding: 4px 4px 4px 36px;
    position: relative;
    transition: all .2s;
    opacity: 1;
}


.contents__newsTaxonomyListItem>a::after {
    content: '';
    display: none;
    width: 12px;
    height: 12px;
    background-color: #EF8D1A;
    border-radius: 50%;
    transition: all .2s;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
}

.contents__newsTaxonomyListItem>a:hover::after,
.contents__newsTaxonomyListItem--active>a::after {
    display: inline-block;
}

.contents__newsTaxonomyListItem>a::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 2px solid #CCD3D3;
    border-radius: 50%;
    transition: all .2s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.contents__newsTaxonomyListItem>a:hover::before,
.contents__newsTaxonomyListItem--active>a::before {
    border: 2px solid #EF8D1A;
}

.tax-category_news .wrap800,
.post-type-archive-news .wrap800 {
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.post-type-archive-news .ttl_area01 h2,
.tax-category_news .ttl_area01 {
    text-align: center;
}

.contents__newsTaxonomyArticle {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 40px auto 80px auto;
    position: relative;
}

.contents__newsTaxonomyArticle>li {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    background-color: #FFF;
    border-bottom: 1px dotted #000;
}

.contents__newsTaxonomyArticle>li:nth-of-type(2n) {
    background-color: #FFF;
}

.contents__newsTaxonomyArticle>li>a {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 1rem;
    position: relative;
}

.contents__newsTaxonomyArticle>li>a .contents__newsTaxonomyArticleDate {
    display: flex;
    align-items: center;
    width: 96px;
    line-height: 2;
    color: #ACACAC;
    font-size: 1.125rem;
}

.contents__newsTaxonomyArticle>li>a span {
    transition: all .2s;
}

.contents__newsTaxonomyArticle>li>a .contents__newsTaxonomyArticleTaxonomy {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 15px;
    padding-bottom: 1px;
    width: 140px;
    font-size: 0.9rem;
    color: #ACACAC;
}

.contents__newsTaxonomyArticle>li>a .contents__newsTaxonomyArticleTitle {
    flex: 1;
    display: flex;
    align-items: center;
    line-height: 2;
    font-size: 1.125rem;
    font-weight: 500;
}

.contents__newsTaxonomyArticle>li>a:hover span,
.contents__newsTaxonomyArticle>li>a:active span {
    color: #EF8D1A;
}


.main_blog {
    width: 760px;
    letter-spacing: 0.075em;
    line-height: 1.75;
}

.sidebar_blog {
    width: 260px;
}

.btn_wrap_blog01 {
    padding-top: 3rem;
    padding-bottom: 8rem;
}

.wrap_blog01 {
    border-top: 3px solid #FF981F;
    margin-top: 3rem;
    padding-top: 4rem;
}

.blog_detail {
    margin-bottom: 1rem;
}

.blog_detail time {
    font-weight: 500;
    font-size: 1.125rem;
}

.blog_detail a {
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 25px;
    height: 25px;
    min-width: 100px;
    padding: 0 8px;
    background-color: #E1E1E1;
    border-radius: 7px;
}

.eye img {
    width: 100%;
}

.side_content {
    position: sticky;
    top: 145px;
    padding-bottom: 5rem;
}

.side_ttl01 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
}

.side_ttl01.monthly {
    background-color: #FF981F;
}

.side_ttl01.category {
    background-color: #FCC585;
}

.side_ttl01.pickup {
    background-color: #FFF9C7;
}

.side_card {
    margin-bottom: 2rem;
}

.side_card .item {
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted;
}

.side_card .item:last-of-type {
    margin-top: 1rem;
    padding-bottom: 0rem;
    border-bottom: none;
}

.side_card .item .img {
    font-size: 0;
    width: 85px;
    height: 60px;

}

.side_card .item .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    border-radius: 5px;
}

.side_card .item .col {
    width: calc(100% - 85px);
    padding-left: 1rem;
}

.side_card .item .col .side_ttl02 {
    font-size: 0.875rem;
    line-height: 1.2;
}

.side_card .item .col .side_date02 {
    font-size: 0.8rem;
    line-height: 1;
}

.side_cat_list a {
    line-height: 3;
    font-weight: 700;
    border-bottom: 1px dotted;
    display: inline-block;
    width: 100%;
}

.side_cat_list li:last-of-type a {
    border-bottom: none;
}

.side_cat_list {
    margin-bottom: 2rem;
}

.single .body_bread {
    width: 34%;
}

/*.single .body_bread>span:last-of-type {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}*/

.wrap_archive_blog01 .list_blog01 {
    margin: 1.5rem 0 2rem;
    gap: 0 1rem;
}

.wrap_archive_blog01 .list_blog01 .item a {
    padding: 1rem 1.25rem;
    display: inline-block;
    border-radius: 7px;
    font-size: 1.25rem;
    color: #FF981F;
    background-color: #fff;
    border: 3px solid #ff981f;
    opacity: 1;
    font-weight: bold;
}

.wrap_archive_blog01 .list_blog01 .item a:hover {
    color: #fff;
    background-color: #FF981F;
}

.wrap_archive_blog02 {
    background-color: #FFF9C7;
    gap: 0 0.5rem;
    padding: 1rem;
}

.wrap_archive_blog02 dt {
    font-weight: bold;
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
}

.wrap_archive_blog02 dd a {
    display: inline-block;
    background-color: #fff;
    border-radius: 7px;
    font-weight: bold;
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
    opacity: 1;
}

.wrap_archive_blog02 dd a:hover {
    color: #fff;
    background: #90CE0D;
}

.wrap_list_blog01 {
    padding: 4rem 0 0rem;
}

.wrap_list_blog01 .item {
    margin-right: 1.5rem;
    width: calc(100% / 3 - 1rem);
    margin-bottom: 2rem;
    position: relative;
}

.wrap_list_blog01 .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wrap_list_blog01 .item:nth-child(3n) {
    margin-right: 0;
}

.wrap_list_blog01 .item .img {
    font-size: 0;
    width: 100%;
    height: 245px;
}

.wrap_list_blog01 .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wrap_list_blog01 .item .tag {
    margin: 1.25rem 0 1rem;
    display: inline-block;
    padding: 4px 8px;
    background-color: #E1E1E1;
    font-weight: bold;
    font-size: 0.875rem;
    border-radius: 7px;
}

.wrap_list_blog01 .item .ttl {
    font-size: 1.5rem;
    line-height: 1.35;
}

.wrap_list_blog01 .item .date {
    font-size: 1.125rem;
    margin-top: 1rem;
    display: inline-block;
}

.wrap_list_blog01 .item:hover .ttl {
    color: #EF8D1A;
    text-decoration: underline;
}

.tax_ttl {
    text-align: center;
    margin-top: 3rem;
}

.tax_ttl span {
    font-size: 1rem;
    display: inline-block;
    padding-left: 5px;
}

.no_post {
    text-align: center;
    margin-top: 3rem;
}

.content_archive_blog {
    padding-bottom: 10rem;
}

.main_archive_blog {
    padding-bottom: 10rem;
}

@media(max-width: 767px) {
    .single_content .inner {
        max-width: 100%;
    }

    .single_content .ttl.news {
        margin-bottom: 1rem;
        font-size: 20px;
    }

    .single_content .head_area {
        margin-bottom: 2rem;
    }

    .single_content .area01 h2,
    .single_content .area01 h1 {
        font-size: 18px;
    }

    .single_content .area01 h3 {
        font-size: 16px;
    }

    .single_content .area01 ul.prev_next_list li {
        margin-left: 0;
        width: 100%;
        margin-bottom: 0em;
    }

    .single_content .area01 ul.prev_next_list {
        width: 100%;
        margin: 8rem auto 0rem;
    }
    .news_content {
        padding: 3.5rem 0 2rem;
    }
    .wrap_archive_blog02 dt {
        display: none;
    }
    .wrap_archive_blog02.flex.center {
        background-color: #FFF9C7;
        gap: 0.5rem 0.5rem;
        padding: 1rem;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
  

}


/*front
----------------------------------*/

.frt_faq {
    padding: 5rem 0 8rem;
}

.btn_frt01 {
    text-align: center;
}

.frt_step {
    padding: 5rem 0 3.5rem;
}

.frt_step .wrap1100 {
    border-bottom: 3px solid #d9d9d9;
}

.frt_step .wrap1100 .list {
    padding: 6rem 0 3.5rem;
}

.frt_step .wrap1100 .list li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 70px 40px 45px;
    position: relative;
    width: 381px;
    height: 440px;
}

.frt_step .wrap1100 .list li:nth-child(1) {
    background-image: url(images/bg_frt_step1.png);
}

.frt_step .wrap1100 .list li:nth-child(2) {
    background-image: url(images/bg_frt_step2.png);
}

.frt_step .wrap1100 .list li:nth-child(3) {
    padding: 60px 35px 40px 35px;
    background-image: url(images/bg_frt_step3.png);
    width: 336px;
    color: #fff;
}

.frt_step .wrap1100 .list li .num {
    position: absolute;
    top: -56px;
    left: -35px;
    right: 0;
    margin: auto;
    color: #FF981F;
    font-size: 4.5rem;
    text-align: center;
    font-weight: 700;
}

.frt_step .wrap1100 .list li:nth-child(2) .num {
    color: #F6A443;
}

.frt_step .wrap1100 .list li:nth-child(3) .num {
    color: #FCC585;
    left: 0px;
}

.frt_step .wrap1100 .list li .ttl {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
    margin: 1em 0 1em;
}

.frt_step .wrap1100 .list li .txt {
    font-weight: 500;
    font-size: 1.125rem;
}

.frt_voice {
    margin-top: 5rem;
    padding: 0rem 0 7rem;
    position: relative;
}

.frt_voice::before {
    content: '';
    width: 100%;
    height: 780px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/bg_frt_voice01.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.wrap1440 {
    max-width: 1440px;
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
}

.frt_voice .wrap1440 {
    position: relative;
}

.frt_voice .list {
    gap: 0 39px;
    padding: 2rem 0 6rem;
}

.frt_voice .list li {
    width: calc(100% / 3 - 26px);
    background-color: #fff;
    min-height: 500px;
    border-radius: 20px;
    padding: 50px 60px 36px;
    position: relative;
}

.frt_voice .list li .img {
    font-size: 0;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
}

.frt_voice .list li .img img {
    font-size: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.frt_voice .list li .txt {
    padding: 20px 0px 0px;
    font-size: 1.125rem;
}

.frt_voice .list li .name {
    position: absolute;
    bottom: 36px;
    right: 60px;
    font-size: 1.125rem;
}

.frt_reason {
    background-image: url(images/bg_frt_reason.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 5rem 0;
}

.frt_reason .wrap_list {
    padding-top: 1rem;
}

.frt_reason .wrap_list .item {
    margin-top: 2rem;
    background-color: #fff;
    padding: 2rem;
    border-radius: 20px;
}

.frt_reason .wrap_list .item .img {
    width: 300px;
    height: 215px;
    font-size: 0;
}

.frt_reason .wrap_list .item .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.frt_reason .wrap_list .item dl {
    width: calc(100% - 300px);
    padding: 2rem 2rem 3rem 3rem;
}

.frt_reason .wrap_list .item.flex.r_reverse dl {
    padding-left: 2rem;
}

.frt_reason .wrap_list .item dt span:nth-child(1) {
    color: #FF981F;
    font-size: 4.5rem;
    font-weight: 500;
    width: 80px;
}

.frt_reason .wrap_list .item dt span:nth-child(2) {
    font-size: 1.75rem;
    font-weight: bold;
    padding: 0 1rem;
    width: calc(100% - 80px);
}

.frt_reason .wrap_list .item dd {
    line-height: 1.85;
    font-size: 1.125rem;
}

.frt_plan {
    padding: 5rem 0;
}

.frt_plan .list {
    gap: 0 33px;
    padding: 3rem 0 4rem;
}

.frt_plan .list li {
    width: calc(100% / 3 - 22px);
}

.frt_plan .list li .img {
    font-size: 0;
    width: 100%;
}

.frt_plan .list li .ttl {
    text-align: center;
    font-size: 1.5rem;
    padding: 20px 0;
    line-height: 1;
}

.frt_plan .list li .txt {
    font-size: 1.125rem;
}

.frt_about {}

.frt_about .wrap1440 {
    background-image: url(images/bg_frt_about01.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
    padding: 7rem 0;
    border-radius: 20px;
}

.frt_about .txt {
    padding: 3rem 0 4rem;
    line-height: 2;
    font-size: 1.125rem;
    font-weight: 600;
}

.frt_news {
    padding: 5rem 0;
}

.frt_news .wrap800 {
    position: relative;
}

.frt_news .cmn_ttl01 {
    text-align: left;
}

.frt_news .cmn_subttl01 {
    text-align: left;
}

.frt_news .btn01 {
    position: absolute;
    top: 12px;
    right: 0;
}

.frt_head {
    text-align: center;
    position: relative;
}

.frt_head::before {
    content: '';
    background-image: url(images/bg_frt_head.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 1046px;
    height: 386px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    top: -141px;
    margin: auto;
    z-index: 2;
}


.frt_head .ttl {
    position: relative;
    font-size: 2.875rem;
    font-weight: 500;
    z-index: 3;
}

.frt_head .txt {
    margin-top: 1rem;
    position: relative;
    line-height: 2;
    z-index: 2;
    letter-spacing: 0;
}

.slider .slick-slide {
    width: 415px;
    height: 550px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
}

.slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 60px;
}

.frt_slider {
    margin-top: 5rem;
    position: relative;
}

.frt_slider::before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF9C7;
    z-index: -1;
}

.frt_search {
    background-color: #FFF9C7;
    padding-bottom: 5rem;
}

.frt_search .list {
    padding: 5rem 0;
    gap: 0 25px;
}

.frt_search .list dt span {
    display: block;
}

.frt_search .list dd {
    gap: 0 0.75rem;
}

.frt_search .list dd a {
    padding: 20px 35px;
    background-color: #fff;
    color: #EF8D1A;
    border-radius: 7px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
}

/* vocie
------------------------------------*/
.txt_no_voice {
    margin-bottom: 4rem;
}

.frt_voice.page_voice::before {
    display: none;
}

.frt_voice.page_voice .list li {
    background-color: #F4F4F4;
}

.frt_voice.page_voice .list {
    gap: 30px 39px;
}

.frt_voice.page_voice {
    margin-top: 0rem;
    padding: 0rem 0 0rem;
    position: relative;
}

.frt_voice.page_voice .list li .btn01 {
    padding: 2rem 0 0rem;
}

.frt_voice.page_voice .list li .btn01 a {
    color: #000;
    background-color: #fff;
}

.frt_voice.page_voice .list li .name2 {
    margin-top: 1rem;
}

.wrap_voice01 {
    padding-bottom: 7rem;
}

.gal_voice {
    padding: 5rem 0;
    background-color: #FFF9C7;
}

.wrap_voice02 {
    gap: 32px 64px;
    margin-top: 4rem;
    margin-bottom: 0rem;
}

@media(max-width: 767px) {

    .slider .slick-slide {
        width: 280px;
        height: 370px;
        position: relative;
        overflow: hidden;
        margin-right: 10px;
        margin-left: 10px;
    }

    .frt_head .ttl {
        position: relative;
        font-size: 2.75rem;
        font-weight: 500;
        z-index: 3;
        text-align: center;
        line-height: 1.35;
    }
    .frt_head::before {
        content: '';
        background-image: url(images/bg_frt_head_sp.png);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        width: 100%;
        height: 360px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        top: -45px;
        margin: auto;
        z-index: 2;
    }
    .frt_slider {
        margin-top: 1.5rem;
        position: relative;
    }
    .frt_search .list dt span {
        display: block;
        text-align: left;
    }
    .frt_search .list dt {
        width: 100%;margin-bottom:1rem;
    }
    .frt_search {
        background-color: #FFF9C7;
        padding-bottom: 2rem;
    }
    .frt_search .list dd a {
        padding: 10px 15px;
        font-size: 1.25rem;
        width: 100px;
        text-align: center;
    }

    .frt_search .list dd {
        gap: 0.5rem;
    }

    .frt_search .list {
        padding: 3rem 0 2rem;
        gap: 0 25px;
    }
    .btn01 a {
        width: 175px;
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
    }
    .frt_news {
        padding: 2rem 0;
    }
    .contents__newsTaxonomyArticle>li>a {
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
    }
    .contents__newsTaxonomyArticle>li>a .contents__newsTaxonomyArticleDate {
        width: 80px;
        font-size: 0.875rem; line-height: 1;
    }
    .contents__newsTaxonomyArticle>li>a .contents__newsTaxonomyArticleTaxonomy {
        width: calc(100% - 80px);
        font-size: 0.875rem;
        padding-left: 2px;
    line-height: 1;
    }
    .contents__newsTaxonomyArticle>li>a .contents__newsTaxonomyArticleTitle {
        font-size: 1rem;
        width: 100%;letter-spacing: 0;
        padding-bottom: 2px;
    }
    .contents__newsTaxonomyArticle>li {
        margin-bottom: 10px;
        
    }
    .contents__newsTaxonomyArticle {
        margin: 40px auto 15px auto;
    }
    .frt_about {
        padding: 0 6.4vw;
    }
    .frt_about .wrap1440 {
        padding: 3rem 6.4vw;
        border-radius: 20px;
    }
    .frt_about .txt {
        padding: 1rem 10px 1rem;
        line-height: 2;
        font-size: 0.875rem;
        font-weight: 600;
        text-align: left;
        letter-spacing: 0;
        background: #fff;
        background: rgba(255,255,255,0.75);
        margin-bottom: 2rem;
        border-radius: 10px;
        margin-top: 1rem;
    }
    .frt_plan {
        padding: 3rem 0;
    }

    .wrap1440 {
        max-width: 1440px;
        padding: 0 6.4vw;
        margin: 0 auto;
        width: 100%;
    }
    .frt_plan .list li {
        width: 100%;
        margin-bottom: 2rem;
    }
    .frt_plan .list {
        gap: 0 33px;
        padding: 3rem 0 1rem;
    }
    .frt_reason .wrap_list .item {
        margin-top: 2rem;
        background-color: #fff;
        padding: 2rem;
        border-radius: 20px;
    }
    .frt_reason .wrap_list .item dt span:nth-child(1) {
        color: #FF981F;
        font-size: 2.5rem;
        font-weight: 500;
        width: 55px;
    }
    .frt_reason .wrap_list .item dl {
        width: 100%;
        padding: 0rem 0rem 0rem 0rem;
    }
    .frt_reason .wrap_list .item dt span:nth-child(2) {
        font-size: 1.25rem;
        font-weight: bold;
        padding: 5px 0rem 0;
        width: calc(100% - 55px);
        text-align: left;
    }
    .frt_reason .wrap_list .item dd {
        line-height: 1.5;
        font-size: 1rem;
    }
    .frt_reason .wrap_list .item.flex.r_reverse dl {
        padding-left: 0;
    }
    .frt_voice::before {
        content: '';
        width: 100%;
        height: 1400px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(images/bg_frt_voice01_sp.png);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .frt_voice .list li {
        width: 100%;
        background-color: #fff;
        min-height: auto;
        border-radius: 20px;
        padding: 20px 24px 60px;
        position: relative;
        margin-bottom: 20px;
    }
    .frt_voice .list li .name {
        position: absolute;
        bottom: 16px;
        right: 24px;
        font-size: 0.875rem;
    }
    .frt_voice .list li .txt {
        padding: 20px 0px 0px;
        font-size: 0.875rem;
    }
    .frt_voice {
        margin-top: 3rem;
        padding: 0rem 0 3rem;
        position: relative;
    }
    .frt_voice .list {
        gap: 0 39px;
        padding: 2rem 0 1rem;
    }
    .frt_step .wrap1100 .list li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        padding: 36px 24px 40px 24px;
        position: relative;
        width: 100%;
        height: 380px;
        margin-bottom: 15px;
    }
    .frt_step .wrap1100 .list li:nth-child(1) {
        background-image: url(images/bg_frt_step1_sp.png);
    }
    .frt_step .wrap1100 .list li:nth-child(2) {
        background-image: url(images/bg_frt_step2_sp.png);
    }
    .frt_step .wrap1100 .list li:nth-child(3) {
        padding: 60px 24px 40px 24px;
        background-image: url(images/bg_frt_step3_sp.png);
        width: 100%;
        color: #fff;
    }

    .frt_step .wrap1100 .list li .num {
        position: absolute;
        top: -42px;
        left: 24px;
    right: auto;
        margin: auto;
        color: #FF981F;
        font-size: 3.5rem;
        text-align: center;
        font-weight: 700;
    }
    .frt_step .wrap1100 .list li .ttl {
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1;
        margin: 0em 0 1rem;
    }
    .frt_step .wrap1100 .list li .txt {
        font-weight: 500;
        font-size: 0.875rem;
    }
    .frt_step .wrap1100 .list li figure img{
        width: 100%;
    }
    .frt_step .wrap1100 .list li:nth-child(3) .num {
        color: #FCC585;
        left: 24px;
    }
    .frt_step .wrap1100 .list {
        padding: 3rem 0 2.5rem;
    }
    .frt_step {
        padding: 3rem 0 2.5rem;
    }
    .btn_frt01 {
        text-align: center;
        padding: 0 6.4vw;
    }
    .frt_faq {
        padding: 2rem 0 4rem;
    }
    .frt_plan .list li .txt {
        font-size: 1rem;
    }

}






/*farm
------------------------------------*/
.wrap_list_farm {}

.wrap_list_farm .item {
    margin-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px dotted;
    position: relative;
}

.wrap_list_farm .item .img {
    width: 454px;
    height: 321px;
    font-size: 0;
    margin-bottom: 0;
}

.wrap_list_farm .item .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    border-radius: 20px;
}

.wrap_list_farm .item .col {
    width: calc(100% - 454px);
    padding-left: 2rem;
}

.wrap_list_farm .item .col .ttl {
    font-size: 1.5rem;
}

.wrap_list_farm .item .col .tag {
    gap: 0.5rem;
    margin-top: 0.6rem;
}

.wrap_list_farm .item .col .tag a {
    color: #fff;
    background: #ddd;
    font-size: 0.8rem;
    line-height: 1;
    padding: 0.25rem 0.5rem 0.175rem;
    display: inline-block;
    text-align: center;
    border-radius: 7px;
    letter-spacing: 0;
}

.wrap_list_farm .item .col .tag01 a {
    background: #42BCE2;
}

.wrap_list_farm .item .col .tag02 a {
    background: #1299C3;
}

.wrap_list_farm .item .col .tag03 a {
    background: #EBCA1B;
}

.wrap_list_farm .item .col .txt {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.wrap_list_farm .item .col .access,
.wrap_list_farm .item .col .adress {}

.wrap_list_farm .item .col .access dt,
.wrap_list_farm .item .col .adress dt {
    text-align: center;
    letter-spacing: 0;
    font-size: 0.8rem;
    line-height: 1;
    padding: 0.25rem 0.5rem 0.175rem;
    background: #E1E1E1;
    margin-right: 10px;
    border-radius: 7px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    width: 70px;
}

.wrap_list_farm .item .col .access dd,
.wrap_list_farm .item .col .adress dd {
    width: calc(100% - 80px);
}

.wrap_list_farm .item .col .access dd p {
    display: inline;
}

.wrap_list_farm .item .col .access dd p span {
    color: #ddd;
    font-weight: bold;
    padding-right: 5px;
    display: inline-block;
}

.wrap_list_farm .item .col .btn01 {
    text-align: left;
    margin-top: 1rem;
}

.wrap_list_farm .item .col .btn01 a {
    text-align: center;
}

.slider_farm {
    width: 660px;
    height: 375px;
    max-width: 100%;
    margin: 0 auto;
}

.slider_farm .slick-track {
    display: flex;
    height: 100%;
}

.slider_farm .slick-slide {
    height: auto !important;
    position: relative;
    padding: 0 0px;
}

.slider_farm .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .3;
    transform: scale(.9, .8);
    transition: opacity .5s, transform .5s;
}

.slider_farm .slick-center img {
    opacity: 1;
    transform: scale(1);
    margin-right: 0px;
    margin-left: 0px;
}

.slider_farm .slick-list {
    overflow: visible;
    height: 100%;
}

.single_farm .wrap1100 {
    max-width: 100%;
    overflow: hidden;
}

.single_farm .slick-prev,
.single_farm .slick-next {
    background-color: rgba(0, 0, 0, 0.75);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 20;
}

.single_farm .slick-prev::before,
.single_farm .slick-next::before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.single_farm .slick-prev::before {
    transform: rotate(180deg);
}

.single_farm .slick-prev {
    left: -20px;
    transform: rotate(180deg);
    top: 42%;
}

.single_farm .slick-next {
    right: -20px;
}

.slick-img {
    position: relative;
}

.slick-img p {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.3rem 0.5rem;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
}

.slider_farm .slick-center.slick-img p {
    opacity: 1;
    transform: scale(1);
    margin-right: 0px;
    margin-left: 0px;
    display: block;
}

.container {
    margin: 5rem;
}

.single_farm_content {
    border: 2px solid #EF8D1A;
    border-radius: 20px;
    margin: 4rem 0 4rem;
    padding: 3rem;
}

.single_farm_content .cmn_ttl01 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.list_single_farm01 {}

.list_single_farm01 dt {
    width: 250px;
    background-color: #FFF9C7;
    text-align: center;
    padding: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom: 1px solid #FF981F;
}

.list_single_farm01 dd {
    width: calc(100% - 250px);
    padding: 1rem;
    border-bottom: 1px solid #FF981F;
    margin-bottom: 1rem;
}

.list_single_farm01 dd .tag {
    gap: 8px;
}

.list_single_farm01 dd .tag a {
    color: #fff;
    background: #ddd;
    font-size: 0.8rem;
    line-height: 1;
    padding: 0.25rem 0.5rem 0.175rem;
    display: inline-block;
    text-align: center;
    border-radius: 7px;
    letter-spacing: 0;
}

.list_single_farm01 dd .tag01 a {
    background: #42BCE2;
}

.list_single_farm01 dd .tag02 a {
    background: #1299C3;
}

.list_single_farm01 dd .tag03 a {
    background: #EBCA1B;
}

@media(max-width: 767px) {
    .post-type-archive-news main, .tax-category_news main, .single-news main, .company main {
        padding-top: 4rem;
    }
    .contents__newsTaxonomyListItem>a {
        display: inline-block;
        margin: 0 4px 4px 0;
        padding: 4px 4px 4px 33px;
        position: relative;
        transition: all .2s;
        opacity: 1;
    }
    .contents__newsTaxonomyList {
        margin-bottom: 2px;
        margin-top: 16px;
        position: relative;
    }
    .wrap_list_farm .item .img {
        width: 100%;
        height: 220px;
        font-size: 0;
        margin-bottom: 0;
    }
    .wrap_list_farm .item .col {
        width: 100%;
        padding-left: 0;
        padding-top: 14px;
    }
    .wrap_list_farm .item .col .btn01 {
        text-align: center;
        margin-top: 2rem;
    }
    .wrap_list_farm .item {
        margin-top: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px dotted;
        position: relative;
        width: 100%;
    }
    .wrap_pagenation01 {
        margin-top: 3rem;
    }
    .content_archive_blog {
        padding-bottom: 4rem;
    }
    .container {
        margin: 6.4vw;
    }
    .slider_farm {
        width: 660px;
        height: 210px;
        max-width: 100%;
        margin: 0 auto;
    }
    .single_farm_content {
        margin: 3rem 0 3rem;
        padding: 1.5rem;
    }
    .single_farm_content .cmn_ttl01 {
        font-size: 1.25rem;
        margin-bottom: 2rem;
        text-align: left;
    }
    .list_single_farm01 dt {
        width: 100%;
        padding: 0.5rem;
        font-weight: bold;
        margin-bottom: 0rem;
    }
    .list_single_farm01 dd {
        width: 100%;
        padding: 1rem 0;
        border-bottom: none;
        margin-bottom: 0;
    }
    .btn_wrap_blog01 {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .wrap_archive_blog01 .list_blog01 {
        margin: 1.5rem 0 2rem;
        gap: 0.5rem;
    }
    .wrap_list_blog01 {
        padding: 2rem 0 0rem;
    }
    .wrap_list_blog01 .item {
        margin-right: 0;
        width: 100%;
        margin-bottom: 2rem;
        position: relative;
    }
    .wrap_list_blog01 .item .tag {
        margin: 0.5rem 0 0.5rem;
    }
    .wrap_list_blog01 .item .date {
        font-size: 1rem;
        margin-top: 0.5rem;
        display: inline-block;
    }
    .wrap_blog01 {
        border-top: 3px solid #FF981F;
        margin-top: 2rem;
        padding: 2rem 6.4vw;
    }
    .sidebar_blog {
        width: 100%;
    }
    .side_card .item .col .side_date02 {
        font-size: 0.8rem;
        line-height: 1;
        margin-top: 8px;
    }
    .side_card .item .img {
        font-size: 0;
        width: 85px;
        height: 75px;
    } 
    .side_ttl01 {
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
    }
    .side_content {
        padding-bottom: 0;
    }
    .gal_voice {
        padding: 3rem 0;
        background-color: #FFF9C7;
        margin-top: 2rem;
    }
    .wrap_voice02 {
        gap: 10px 32px;
        margin-top: 4rem;
        margin-bottom: 0rem;
    }
    .wrap_voice02 li{
        width: 45%;
    }
  
}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}