@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a:hover {
    cursor: pointer
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

:after,
:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    scroll-padding-top: 150px;
    scroll-behavior: smooth
}

@media only screen and (max-width:810px) {
    html {
        scroll-padding-top: 80px
    }
}

body {
    position: relative;
    width: calc(100vw - (100vw - 100%));
    min-width: 300px;
    -webkit-text-size-adjust: 100%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.85;
    color: #000000;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    font-size: 1.6rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    outline: 0;
    color: #776345;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

address,
em,
i {
    font-style: normal;
    font-style: normal
}

button,
input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    vertical-align: middle;
    font-size: inherit;
    color: #333
}

input::-webkit-input-placeholder {
    color: #bfbfbf
}

input:-ms-input-placeholder {
    color: #bfbfbf
}

input::-moz-placeholder {
    color: #bfbfbf
}

option {
    outline: 0
}

sup {
    position: relative;
    top: -0.7em;
    font-size: 70%
}

a[href^="tel:"].tel_disable {
    pointer-events: none;
    text-decoration: none
}

img[src$=".svg"] {
    width: 100%
}

.sp {
    display: block
}

@media print,
screen and (min-width:811px) {
    .sp {
        display: none
    }
}

.pc {
    display: none
}

@media print,
screen and (min-width:811px) {
    .pc {
        display: block
    }
}

main {
    display: block;
    position: relative;
    overflow-x: hidden;
    padding: 42px 0
}

@media print,
screen and (min-width:811px) {
    main {
        padding: 150px 0 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 2%;
        width: 100%;
        margin: 0 auto;
        max-width: 1570px
    }
}

main aside {
    width: 15%;
    max-width: 240px;
    margin-left: 1%
}

@media only screen and (min-width:811px) and (max-width:1199px) {
    main aside {
        width: 25%
    }
}

@media only screen and (max-width:810px) {
    main aside {
        display: none
    }
}

main aside ul li {
    margin-bottom: 12px
}

main aside ul li a:hover {
    opacity: 0.7
}

@media only screen and (min-width:811px) and (max-width:1199px) {
    main .main_content {
        width: 75%;
        margin-right: 1%
    }
}

@media only screen and (min-width:1199px) {
    main .main_content {
        width: 85%;
        max-width: 1295px;
        margin-right: 1%
    }
}

footer {
    display: block;
    position: relative
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.inner {
    width: 98%;
    margin: 0 auto
}

@media only screen and (max-width:810px) {
    .inner {
        width: 100%
    }
}

.main_ttl {
    color: #776345;
    font-size: 3rem;
    border-bottom: 1px solid #776345;
    margin-bottom: 30px;
    text-align: center
}

@media only screen and (max-width:810px) {
    .main_ttl {
        font-size: 1.8rem
    }
}

.title span {
    border-radius: 3rem;
    padding: 3px 15px
}

@media only screen and (max-width:810px) {
    .title span {
        border-radius: 0
    }
}

.title.brown span {
    background: #776345;
    color: #fff;
    text-align: center
}

@media only screen and (max-width:810px) {
    .title.brown span {
        border: 2px solid #776345;
        background: none;
        color: #776345;
        display: block;
        margin: 30px 4%
    }
}

.btn {
    text-align: center
}

.btn.beige {
    background: #f0dcbe;
    color: #776345;
    border: 1px solid #f0dcbe;
    border-radius: 3rem
}

.btn.beige:hover {
    background: #fff
}

.btn.brown {
    background: #776345;
    color: #fff;
    border: 1px solid #776345;
    border-radius: 3rem
}

.btn.brown:hover {
    background: #fff;
    color: #776345
}

.btn.green {
    background: #b3dbca;
    color: #776345;
    border: 1px solid #b3dbca;
    border-radius: 3rem
}

.btn.green:hover {
    background: #fff;
    color: #776345
}

@media only screen and (max-width:810px) {
    .btn.sp_beige {
        background: #f0dcbe;
        color: #776345;
        border: 1px solid #f0dcbe;
        border-radius: 3rem;
        max-width: 130px;
        margin: 30px auto 0
    }
}

.txt_link {
    color: #776345
}

@media only screen and (max-width:810px) {
    .txt_link span {
        background: #f0dcbe;
        border-radius: 3rem;
        padding: 5px 20px;
        margin: 30px auto
    }
}

.center {
    display: block;
    margin: 0 auto;
    text-align: center
}

table {
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
    text-align: center;
    width: 100%
}

table tr:first-of-type th {
    border-top: 1px solid #776345
}

@media only screen and (min-width:1199px) {
    table tr:first-of-type td {
        border-top: 1px solid #776345
    }
}

table th {
    background: #faf4eb;
    padding: 15px 0;
    border-bottom: 1px solid #776345;
    color: #776345
}

@media only screen and (min-width:811px) and (max-width:1199px) {
    table th {
        display: block;
        width: 100%;
        border-bottom: none
    }
}

@media only screen and (max-width:810px) {
    table th {
        display: block;
        width: 100%;
        border-bottom: none
    }
}

table td {
    background: #fff;
    text-align: left;
    border-bottom: 1px solid #776345;
    padding: 15px 0 15px 20px;
    color: #776345
}

table td:last-child {
    border-right: none
}

@media only screen and (min-width:811px) and (max-width:1199px) {
    table td {
        display: block;
        width: 100%
    }
}

@media only screen and (max-width:810px) {
    table td {
        display: block;
        width: 100%
    }
}

@media print,
screen and (min-width:811px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none
    }
}

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.mb90 {
    margin-bottom: 90px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt70 {
    margin-top: 70px !important
}

.mt80 {
    margin-top: 80px !important
}

.mt90 {
    margin-top: 90px !important
}

.mt100 {
    margin-top: 100px !important
}

.ml15 {
    margin-left: 15px !important
}

.align_left {
    text-align: left !important
}

.align_center {
    text-align: center !important
}

.align_right {
    text-align: right !important
}

#hd {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 999;
    background: #f0dcbe;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

@media only screen and (max-width:810px) {
    #hd {
        opacity: 1;
        height: 42px
    }
}

#hd .inner {
    width: 98%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    max-width: 1570px;
    margin: 0 auto
}

@media only screen and (max-width:810px) {
    #hd .inner {
        padding: 0 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

#hd .inner h1 {
    -webkit-transition: 0.7s;
    transition: 0.7s
}

@media print,
screen and (min-width:811px) {
    #hd .inner h1 {
        position: absolute;
        left: 1%
    }
}

@media only screen and (max-width:810px) {
    #hd .inner h1 {
        margin: 0 auto 0 0
    }
}

@media screen and (min-width:1921px) {
    #hd .inner h1 {
        margin: 0 auto 0 1%;
        position: relative
    }
}

#hd .inner h1 a img {
    max-width: 193px
}

@media only screen and (max-width:810px) {
    #hd .inner h1 a img {
        max-height: 30px;
        max-width: inherit
    }
}

#hd nav {
    display: block
}

@media only screen and (max-width:810px) {
    #hd nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        background: #f9f3ea;
        position: absolute;
        top: 42px;
        left: -100%;
        width: 100%;
        height: 100vh;
        z-index: 998;
        overflow-y: auto;
        -webkit-transition: 1s ease-in-out;
        transition: 1s ease-in-out
    }
}

#hd nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 30px;
    margin-right: 30px
}

@media only screen and (max-width:810px) {
    #hd nav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
}

#hd nav ul li {
    position: relative
}

@media print,
screen and (min-width:811px) {
    #hd nav ul li.border:before {
        position: absolute;
        content: "";
        background: #776345;
        width: 1px;
        height: 30px;
        top: 0;
        right: -14px
    }
}

#hd nav ul li.sp_link {
    display: none
}

@media only screen and (max-width:810px) {
    #hd nav ul li.sp_link {
        display: block
    }
}

@media only screen and (max-width:810px) {
    #hd nav ul li {
        width: 100%;
        border-bottom: none
    }
}

#hd nav ul li a {
    color: #776345;
    display: block;
    text-align: center
}

@media only screen and (max-width:810px) {
    #hd nav ul li a {
        width: auto;
        text-align: left;
        font-weight: bold;
        letter-spacing: 0;
        color: #7c7c7c;
        padding: 10px 4%;
        border-bottom: 0.5px solid #7c7c7c
    }
}

#hd nav ul li a:hover {
    color: #d83932
}

#hd nav ul.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 150px
}

@media print,
screen and (min-width:811px) {
    #hd nav ul.sp {
        display: none
    }
}

#hd nav ul.sp li {
    width: 48%
}

#hd nav ul.sp li a {
    border: none
}

#hd .btn {
    display: block;
    background: #b3dbca;
    color: #776345;
    border: 1px solid #b3dbca;
    padding: 5px 15px;
    border-radius: 5px
}

@media only screen and (max-width:810px) {
    #hd .btn {
        font-size: 1.2rem;
        padding: 5px 1%
    }
}

#hd .btn:hover {
    background: #fff;
    color: #776345
}

#hd #nav_toggle {
    display: none
}

@media only screen and (max-width:810px) {
    #hd #nav_toggle {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        z-index: 100;
        margin-right: 2%
    }
}

#hd #nav_toggle div {
    position: relative
}

#hd #nav_toggle span {
    display: block;
    height: 2px;
    background: #000000;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

#hd #nav_toggle span:first-child {
    top: 0px
}

#hd #nav_toggle span:nth-child(2) {
    top: 10px
}

#hd #nav_toggle span:nth-child(3) {
    top: 20px
}

#hd.open #nav_toggle span:first-child {
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#hd.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%
}

#hd.open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#hd.open nav {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

footer {
    position: relative
}

footer .sp_fix {
    position: fixed;
    bottom: 0;
    background: #b3dbca;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 12px 0;
    z-index: 997
}

@media print,
screen and (min-width:811px) {
    footer .sp_fix {
        display: none
    }
}

footer .f_logo {
    background: #f0dcbe;
    padding: 10px 0
}

footer .f_logo a {
    max-width: 150px;
    display: block;
    margin: 0 auto
}

footer .f_logo img {
    display: block;
    margin: 0 auto;
    max-height: 40px
}

footer .footer_sec {
    padding: 55px 0 65px
}

@media only screen and (max-width:810px) {
    footer .footer_sec {
        padding: 25px 0 70px
    }
}

footer .footer_sec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 30px;
    margin-bottom: 25px
}

@media only screen and (max-width:810px) {
    footer .footer_sec ul {
        margin-bottom: 15px;
        gap: 0 20px
    }
}

footer .footer_sec ul li {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1
}

@media only screen and (max-width:810px) {
    footer .footer_sec ul li {
        font-size: min(2.5vw, 1.2rem)
    }
}

footer .footer_sec ul li:not(:last-of-type) {
    position: relative
}

footer .footer_sec ul li:not(:last-of-type):before {
    position: absolute;
    content: "";
    background: #776345;
    width: 1px;
    height: 21px;
    top: 0;
    right: -15px
}

@media only screen and (max-width:810px) {
    footer .footer_sec ul li:not(:last-of-type):before {
        height: 12px;
        right: -10px
    }
}

footer .footer_sec .inner {
    max-width: 1100px;
    margin: 50px auto 30px
}

@media print,
screen and (min-width:811px) {
    footer .footer_sec .inner {
        margin: 50px auto 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

footer .footer_sec .inner .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #776345;
    gap: 0 23px
}

@media only screen and (max-width:810px) {
    footer .footer_sec .inner .left {
        width: 92%;
        margin: 0 auto;
        gap: 0 2%
    }
}

footer .footer_sec .inner .left .img {
    width: 45px
}

@media only screen and (max-width:810px) {
    footer .footer_sec .inner .left .img {
        width: 16%
    }
}

@media only screen and (max-width:810px) {
    footer .footer_sec .inner .left .txt {
        width: 82%
    }
}

footer .footer_sec .inner .left .txt h1 {
    font-size: 2rem;
    letter-spacing: 0;
    font-weight: bold
}

@media only screen and (max-width:810px) {
    footer .footer_sec .inner .left .txt h1 {
        font-size: 1.5rem
    }
}

footer .footer_sec .inner .left .txt p {
    font-size: 1.8rem;
    font-weight: bold
}

@media only screen and (max-width:810px) {
    footer .footer_sec .inner .left .txt p {
        font-size: min(2.5vw, 1.7rem);
        letter-spacing: 0
    }
}

footer .footer_sec .inner .left .txt p.note {
    font-size: 1.4rem;
    font-weight: 500
}

@media only screen and (max-width:810px) {
    footer .footer_sec .inner .left .txt p.note {
        font-size: min(2vw, 1rem);
        letter-spacing: 0
    }
}

footer .footer_sec .inner .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width:810px) {
    footer .footer_sec .inner .right {
        border-top: 1px solid #776345;
        padding-top: 15px;
        margin-top: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

footer .footer_sec .inner .right img:first-of-type {
    max-width: 80%
}

@media print,
screen and (min-width:811px) {
    footer .footer_sec .inner .right img:first-of-type {
        max-width: 242px
    }
}

/* footer .footer_sec .inner .right img:last-of-type {
    max-width: 15%
} */

/* @media print,
screen and (min-width:811px) {
    footer .footer_sec .inner .right img:last-of-type {
        max-width: 50px
    }
} */

footer .footer_sec .copy {
    text-align: center;
    color: #776345;
    font-size: 1rem
}

#top_page .mv {
    padding-top: 70px
}

@media only screen and (max-width:810px) {
    #top_page .mv {
        padding-top: 55px
    }
}

#top_page .mv .slider_mv {
    max-width: 100%;
    margin: 0 auto 0 0;
    position: relative
}

#top_page .mv .slider_mv .slick-next {
    top: 50%;
    right: 0;
    z-index: 8
}

#top_page .mv .slider_mv .slick-next:before {
    content: "";
    position: absolute;
    content: "";
    width: 61px;
    height: 122px;
    background: url(../img/top/slider_next.png) no-repeat center center/contain;
    right: 0;
    top: calc(50% - 61px)
}

@media only screen and (max-width:810px) {
    #top_page .mv .slider_mv .slick-next:before {
        width: 16px;
        height: 32px;
        top: calc(50% - 16px)
    }
}

#top_page .mv .slider_mv .slick-prev {
    top: 50%;
    left: 0;
    z-index: 8
}

#top_page .mv .slider_mv .slick-prev:before {
    content: "";
    position: absolute;
    content: "";
    width: 61px;
    height: 122px;
    background: url(../img/top/slider_prev.png) no-repeat center center/contain;
    left: 0;
    top: calc(50% - 61px)
}

@media only screen and (max-width:810px) {
    #top_page .mv .slider_mv .slick-prev:before {
        width: 16px;
        height: 32px;
        top: calc(50% - 16px)
    }
}

#top_page .mv .slider_mv .slider_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    position: absolute;
    bottom: 35px;
    z-index: 20;
    gap: 0 40px
}

@media only screen and (max-width:810px) {
    #top_page .mv .slider_mv .slider_dots {
        bottom: -15px;
        gap: 0 6px
    }
}

#top_page .mv .slider_mv .slider_dots li button {
    position: relative;
    text-indent: -9999px
}

#top_page .mv .slider_mv .slider_dots li button:before {
    background: #ebe8e3;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 10px;
    width: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 20px
}

@media only screen and (max-width:810px) {
    #top_page .mv .slider_mv .slider_dots li button:before {
        height: 3px;
        width: 3px;
        background: #575757
    }
}

#top_page .mv .slider_mv .slider_dots li.slick-active button:before {
    background: #fff
}

@media only screen and (max-width:810px) {
    #top_page .mv .slider_mv .slider_dots li.slick-active button:before {
        background: #1771ff
    }
}

#top_page .sec_news {
    background: #f9f3ea;
    padding: 30px 0;
    margin: 60px 0
}

@media only screen and (max-width:810px) {
    #top_page .sec_news {
        margin: 20px 0
    }
}

#top_page .sec_news .inner {
    max-width: 1080px;
    position: relative;
    width: 92%
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_news .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0 5%
    }
}

#top_page .sec_news .news_head {
    position: relative
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_news .news_head {
        width: 140px
    }
}

#top_page .sec_news .news_head h2 {
    color: #776345;
    font-size: 3rem;
    margin-bottom: 10px;
    text-align: center
}

@media only screen and (max-width:810px) {
    #top_page .sec_news .news_head h2 {
        border-bottom: 1px solid #776345
    }
}

#top_page .sec_news .news_head .btn {
    max-width: 140px
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_news .news_body {
        width: calc(100% - 140px);
        border-left: 1px solid #776345;
        padding: 0 0 0 5%
    }
}

#top_page .sec_news .news_body a:hover {
    opacity: 0.7
}

#top_page .sec_news .news_body a:last-of-type dl {
    border: none
}

#top_page .sec_news .news_body dl {
    -ms-grid-columns: minmax(8rem, -webkit-max-content) 1.2rem 1fr;
    -ms-grid-columns: minmax(8rem, max-content) 1.2rem 1fr;
    grid-template-columns: minmax(8rem, -webkit-max-content) 1fr;
    grid-template-columns: minmax(8rem, max-content) 1fr;
    gap: 0 1.2rem;
    padding: 2rem 0;
    display: -ms-grid;
    display: grid;
    position: relative;
    border-bottom: 1px solid #776345
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_news .news_body dl {
        -ms-grid-columns: 9.5rem minmax(13rem, -webkit-max-content) 1fr;
        -ms-grid-columns: 9.5rem minmax(13rem, max-content) 1fr;
        grid-template-columns: 9.5rem minmax(13rem, -webkit-max-content) 1fr;
        grid-template-columns: 9.5rem minmax(13rem, max-content) 1fr
    }
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_news .news_body dl dt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

#top_page .sec_news .news_body dl dt span {
    padding: 0 1.5rem;
    font-size: 1.8rem;
    border-radius: 5px;
    display: block;
    margin-bottom: 3px;
    background: #fff;
    text-align: center
}

@media only screen and (max-width:810px) {
    #top_page .sec_news .news_body dl dt span {
        font-size: 1.2rem
    }
}

#top_page .sec_news .news_body dl dt span.color01 {
    border: 2px solid #d83932;
    color: #d83932
}

#top_page .sec_news .news_body dl dt span.color02 {
    border: 2px solid #776345;
    color: #776345
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_news .news_body dl dd {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

#top_page .sec_news .news_body dl dd p {
    color: #000000;
    font-size: 1.8rem
}

@media only screen and (max-width:810px) {
    #top_page .sec_news .news_body dl dd p {
        font-size: 1.4rem;
        margin-bottom: 2rem
    }
}

#top_page .sec_news .news_body dl time {
    color: #000000
}

@media only screen and (max-width:810px) {
    #top_page .sec_news .news_body dl time {
        position: absolute;
        inset: auto 0 1rem auto
    }
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_news .news_body dl time {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 1.8rem;
        position: static
    }
}

#top_page .sec_news .btn {
    max-width: 140px;
    margin: 0 auto
}

#top_page .sec_strong {
    position: relative;
    background: url(../img/top/bg_img.jpg) no-repeat center center/cover;
    padding: 70px 0
}

@media only screen and (max-width:810px) {
    #top_page .sec_strong {
        padding: 20px 0;
        background: url(../img/top/bg_img_sp.jpg) no-repeat center center/cover
    }
}

#top_page .sec_strong dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px
}

@media only screen and (max-width:810px) {
    #top_page .sec_strong dl {
        padding: 0 4%;
        gap: 0
    }
}

#top_page .sec_strong dl dt {
    background: #776345;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    border-radius: 50%;
    min-width: 260px;
    position: relative;
    min-height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:810px) {
    #top_page .sec_strong dl dt {
        margin: 0 auto;
        font-size: 1.4rem;
        min-width: 28vw;
        min-height: 28vw
    }
}

#top_page .sec_strong dl dd {
    text-align: center
}

@media only screen and (max-width:810px) {
    #top_page .sec_strong dl dd {
        width: calc(100% - 28vw - 8%)
    }
}

#top_page .sec_strong dl dd h2 {
    color: #776345;
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 40px
}

@media only screen and (max-width:810px) {
    #top_page .sec_strong dl dd h2 {
        font-size: min(5vw, 1.8rem);
        margin-bottom: 20px
    }
}

#top_page .sec_strong dl dd h3 {
    color: #000000;
    font-size: 2.8rem;
    line-height: 1.428;
    margin-bottom: 25px
}

@media only screen and (max-width:810px) {
    #top_page .sec_strong dl dd h3 {
        font-size: min(4vw, 1.4rem);
        margin-bottom: 10px
    }
}

#top_page .sec_strong dl dd h4 {
    color: #776345;
    font-weight: bold;
    font-size: 3rem
}

@media only screen and (max-width:810px) {
    #top_page .sec_strong dl dd h4 {
        font-size: min(3.5vw, 1.4rem)
    }
}

#top_page .sec_strong dl dd h4 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #f6ead8));
    background: linear-gradient(transparent 80%, #f6ead8 0%)
}

#top_page .sec_strong ul {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 50px auto 0
}

@media only screen and (max-width:810px) {
    #top_page .sec_strong ul {
        margin: 10px 8% 0
    }
}

#top_page .sec_strong ul li {
    background: url(../img/top/bg_strong_tag.svg) no-repeat center center/contain;
    position: relative;
    color: #776345;
    line-height: 60px;
    font-size: min(4vw, 1.4rem);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: 60px;
    font-weight: bold;
    max-width: 440px
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_strong ul li {
        width: 50%;
        font-size: 2rem
    }
}

@media print,
screen and (min-width:811px) {
    #top_page .main_content .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        gap: 0 4%
    }
}

#top_page .main_content .inner .sec_example {
    background: #fbf6ef;
    padding: 20px
}

@media print,
screen and (min-width:811px) {
    #top_page .main_content .inner .sec_example {
        width: 45%;
        max-width: 510px;
		display: none;
    }
}

#top_page .main_content .inner .sec_example h2 {
    color: #776345;
    font-size: 2.5rem;
    text-align: center;
    border-bottom: 2px dotted #776345;
    margin-bottom: 20px
}

@media only screen and (max-width:810px) {
    #top_page .main_content .inner .sec_example h2 {
        font-size: 1.8rem
    }
}

#top_page .main_content .inner .sec_example h2+img {
    display: block;
    margin: 0 auto
}

#top_page .main_content .inner .sec_example .exterior_block {
    max-width: 80%;
    margin: 20px auto 0
}

#top_page .main_content .inner .sec_example .exterior_block h3 {
    margin-bottom: 5px
}

#top_page .main_content .inner .sec_example .exterior_block h3 span {
    font-size: 1.5rem
}

#top_page .main_content .inner .sec_example .exterior_block img {
    border: 8px solid #fff
}

#top_page .main_content .inner .sec_topics {
    padding: 30px 4%
}

@media print,
screen and (min-width:811px) {
    #top_page .main_content .inner .sec_topics {
        width: 55%;
        padding: 0;
        max-width: 760px;
		margin: 0 auto;
    }
}

#top_page .main_content .inner .sec_topics .main_ttl {
    position: relative
}

#top_page .main_content .inner .sec_topics .main_ttl a {
    font-size: 1.8rem;
    position: absolute;
    right: 0;
    bottom: 0
}

@media print,
screen and (min-width:811px) {
    #top_page .main_content .inner .sec_topics .topics_slider {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media print,
screen and (min-width:811px) {
    #top_page .main_content .inner .sec_topics .topics_slider .topics_list li {
        margin-bottom: 55px;
        padding: 0 10px
    }
}

#top_page .main_content .inner .sec_topics .topics_slider .topics_list li a:hover {
    opacity: 0.7
}

#top_page .main_content .inner .sec_topics .topics_slider .topics_list .img_box {
    margin-bottom: 8px
}

#top_page .main_content .inner .sec_topics .topics_slider .topics_list .term_list {
    gap: 0 5px;
    margin-bottom: 8px
}

#top_page .main_content .inner .sec_topics .topics_slider .topics_list time {
    color: #776345;
    margin-bottom: 8px;
    line-height: 1
}

@media print,
screen and (min-width:811px) {
    #top_page .main_content .inner .sec_topics .topics_slider .topics_list time {
        font-size: 2.2rem
    }
}

#top_page .main_content .inner .sec_topics .topics_slider .topics_list p {
    font-weight: bold;
    height: 3em;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    line-height: 1.5em
}

@media print,
screen and (min-width:811px) {
    #top_page .main_content .inner .sec_topics .topics_slider .topics_list .slick-slide>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

#top_page .main_content .inner .sec_topics .slick-next {
    top: 48%;
    right: -40px;
    z-index: 8
}

#top_page .main_content .inner .sec_topics .slick-next:before {
    content: "";
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/common/arrow_next.svg) no-repeat center center/contain;
    right: 15px;
    top: 0;
    -webkit-box-shadow: 2px 2px 2px 2px #ddd;
    box-shadow: 2px 2px 2px 2px #ddd
}

@media only screen and (max-width:810px) {
    #top_page .main_content .inner .sec_topics .slick-next:before {
        width: 30px;
        height: 30px
    }
}

@media only screen and (min-width:811px) and (max-width:1199px) {
    #top_page .main_content .inner .sec_topics .slick-next:before {
        right: 50px
    }
}

#top_page .main_content .inner .sec_topics .slick-prev {
    top: 48%;
    left: -40px;
    z-index: 8
}

#top_page .main_content .inner .sec_topics .slick-prev:before {
    content: "";
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/common/arrow_prev.svg) no-repeat center center/contain;
    left: 15px;
    top: 0;
    -webkit-box-shadow: 2px 2px 2px 2px #ddd;
    box-shadow: 2px 2px 2px 2px #ddd
}

@media only screen and (max-width:810px) {
    #top_page .main_content .inner .sec_topics .slick-prev:before {
        width: 30px;
        height: 30px
    }
}

@media only screen and (min-width:811px) and (max-width:1199px) {
    #top_page .main_content .inner .sec_topics .slick-prev:before {
        left: 50px
    }
}

#top_page .sec_results {
    background: #f9f3ea;
    padding: 70px 0
}

@media only screen and (max-width:810px) {
    #top_page .sec_results {
        padding: 0
    }
}

#top_page .sec_results .inner {
    max-width: 1570px
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner {
        width: 100%;
        padding: 30px 0
    }
}

#top_page .sec_results .inner .main_ttl {
    margin-bottom: 80px
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner .main_ttl {
        margin: 0 4% 30px
    }
}

#top_page .sec_results .inner .slider_wrap {
    position: relative;
    margin-bottom: 30px
}

#top_page .sec_results .inner .slider_wrap .slider_works {
    margin-bottom: 30px
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_results .inner .slider_wrap .slider_works {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 1.5%
    }
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_results .inner .slider_wrap .slider_works .slider_works_child {
        width: 24%
    }
}

#top_page .sec_results .inner .slider_wrap .slider_works .slick-slide {
    margin: 0 5px
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner .slider_wrap .slider_works .slick-next {
        top: 37%;
        right: 0;
        z-index: 8
    }

    #top_page .sec_results .inner .slider_wrap .slider_works .slick-next:before {
        content: "";
        position: absolute;
        content: "";
        background: url(../img/top/slider_next_sp.png) no-repeat center center/contain;
        right: 0;
        width: 16px;
        height: 32px;
        top: calc(50% - 16px)
    }
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner .slider_wrap .slider_works .slick-prev {
        top: 37%;
        left: 0;
        z-index: 8
    }

    #top_page .sec_results .inner .slider_wrap .slider_works .slick-prev:before {
        content: "";
        position: absolute;
        content: "";
        width: 16px;
        height: 32px;
        top: calc(50% - 16px);
        background: url(../img/top/slider_prev_sp.png) no-repeat center center/contain;
        left: 0
    }
}

#top_page .sec_results .inner .slider_wrap .slider_works a h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    width: calc(100% - 8px)
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner .slider_wrap .slider_works a h3 {
        font-size: 1.6rem
    }
}

#top_page .sec_results .inner .slider_wrap .slider_works a h3:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #776345;
    border-right: 1px solid #776345;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 4px);
    right: 5px
}

#top_page .sec_results .inner .slider_wrap .slider_works a[target=_blank] h3:before {
    border: none;
    background: url(../img/common/icon_blank.svg) no-repeat center center/contain;
    width: 23px;
    height: 23px;
    right: 5px;
    top: calc(50% - 11px);
    -webkit-transform: inherit;
    transform: inherit
}

#top_page .sec_results .inner .slider_wrap .slider_works a p {
    height: 3em;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    line-height: 1.5em
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner .slider_wrap .slider_works a p {
        font-size: 1.4rem
    }
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner .slider_wrap .slider_works.type02 .slick-next {
        top: 25%
    }
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner .slider_wrap .slider_works.type02 .slick-prev {
        top: 25%
    }
}

#top_page .sec_results .inner .txt_link {
    text-align: right;
    display: block;
    font-size: 1.8rem;
    max-width: 160px;
    margin: 0 0 0 auto
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner .txt_link {
        text-align: center;
        max-width: inherit;
        margin: 0 auto
    }
}

#top_page .sec_results .inner .title {
    font-size: 2rem;
    margin-bottom: 35px
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner .title {
        font-size: 1.8rem
    }
}

#top_page .sec_results .inner .title span {
    padding: 7px 30px;
    border-radius: 30px
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner .title span {
        border-radius: 0;
        padding: 2px 0
    }
}

#top_page .sec_results .inner .more_btn {
    text-align: center;
    display: block;
    max-width: 213px;
    margin: 0 auto;
    line-height: 44px;
    background: #776345;
    border: 1px solid #776345;
    border-radius: 3rem;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

#top_page .sec_results .inner .more_btn span {
    position: relative
}

#top_page .sec_results .inner .more_btn span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 32%;
    right: -30px
}

#top_page .sec_results .inner .more_btn:hover {
    background: #fff;
    color: #776345
}

#top_page .sec_results .inner .more_btn:hover span:before {
    border-top: 1px solid #776345;
    border-right: 1px solid #776345
}

@media only screen and (max-width:810px) {
    #top_page .sec_results .inner:first-of-type {
        background: #fff
    }
}

#top_page .sec_results .inner .more_content {
    padding: 50px 0 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

#top_page .sec_results .inner .more_content.show {
    opacity: 1;
    visibility: inherit;
    height: auto
}

#top_page .sec_flow {
    padding: 135px 0
}

@media only screen and (max-width:810px) {
    #top_page .sec_flow {
        padding: 35px 0
    }
}

#top_page .sec_flow .inner {
    max-width: 1570px
}

@media only screen and (max-width:810px) {
    #top_page .sec_flow .inner {
        margin: 0 4%;
        width: auto
    }
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_flow .inner .main_ttl {
        margin-bottom: 90px
    }
}

#top_page .sec_flow .inner ul {
    counter-reset: listnum
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_flow .inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#top_page .sec_flow .inner ul li {
    position: relative;
    margin-bottom: 45px
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_flow .inner ul li {
        width: calc(20% - 12px);
        margin: 0
    }
}

#top_page .sec_flow .inner ul li:last-of-type dl:before {
    display: none
}

#top_page .sec_flow .inner ul li dl {
    border: 3px solid #f6d14d;
    border-radius: 7px;
    position: relative
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_flow .inner ul li dl {
        padding: 35px 25px 15px;
        border-radius: 15px
    }
}

#top_page .sec_flow .inner ul li dl:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 35px;
    border-color: transparent transparent transparent #f6d14d;
    top: calc(50% - 40px);
    right: -35px
}

@media only screen and (max-width:810px) {
    #top_page .sec_flow .inner ul li dl:before {
        top: inherit;
        bottom: -30px;
        border-width: 30px 30px 0 30px;
        border-color: #f6d14d transparent transparent transparent;
        left: calc(50% - 30px);
        right: inherit
    }
}

#top_page .sec_flow .inner ul li dl dt {
    background: #f6d14d;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    padding: 0 10px;
    position: relative;
    letter-spacing: 0
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_flow .inner ul li dl dt {
        font-size: min(1.22vw, 2.5rem);
        text-align: center;
        border-bottom: #f6d14d 2px solid;
        padding: 0 0 5px;
        margin-bottom: 15px;
        display: block;
        background: none;
        color: #776345
    }
}

@media only screen and (max-width:810px) {
    #top_page .sec_flow .inner ul li dl dt:before {
        position: absolute;
        content: "";
        background: #fff;
        width: 18px;
        height: 2px;
        top: 50%;
        right: 5px
    }
}

@media only screen and (max-width:810px) {
    #top_page .sec_flow .inner ul li dl dt:after {
        position: absolute;
        content: "";
        background: #fff;
        width: 2px;
        height: 18px;
        top: calc(50% - 8px);
        right: 12px
    }
}

#top_page .sec_flow .inner ul li dl dt.open:after {
    display: none
}

#top_page .sec_flow .inner ul li dl dt p {
    color: #fff
}

@media print,
screen and (min-width:811px) {
    #top_page .sec_flow .inner ul li dl dt p {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        font-size: 3rem;
        color: #776345;
        top: -70px;
        background: #fff;
        text-align: center;
        width: 60%;
        white-space: nowrap
    }
}

@media screen and (min-width:811px) and (max-width:1350px) {
    #top_page .sec_flow .inner ul li dl dt p {
        font-size: 2rem;
        top: -50px
    }
}

@media screen and (min-width:811px) and (max-width:980px) {
    #top_page .sec_flow .inner ul li dl dt p {
        width: 80%
    }
}

#top_page .sec_flow .inner ul li dl dt p strong {
    position: relative;
    display: inline-block;
    background: #f6d14d;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    vertical-align: text-top;
    margin-left: 10px
}

@media only screen and (max-width:810px) {
    #top_page .sec_flow .inner ul li dl dt p strong {
        width: 23px;
        height: 23px;
        background: #fff;
        color: #f6d14d;
        line-height: 23px
    }
}

@media screen and (min-width:769px) and (max-width:1350px) {
    #top_page .sec_flow .inner ul li dl dt p strong {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

#top_page .sec_flow .inner ul li dl dt p strong:before {
    position: absolute;
    counter-increment: listnum;
    content: counter(listnum);
    display: block;
    width: 46px
}

@media only screen and (max-width:810px) {
    #top_page .sec_flow .inner ul li dl dt p strong:before {
        width: 23px
    }
}

@media screen and (min-width:769px) and (max-width:1350px) {
    #top_page .sec_flow .inner ul li dl dt p strong:before {
        width: 30px
    }
}

#top_page .sec_flow .inner ul li dl dd {
    font-size: 2rem;
    line-height: 1.65;
    color: #776345;
    text-align: justify;
    letter-spacing: 0
}

@media only screen and (max-width:810px) {
    #top_page .sec_flow .inner ul li dl dd {
        display: none;
        padding: 15px 4%
    }
}

#top_page .sec_flow .inner ul li dl dd .note {
    font-size: 1.6rem
}

@media only screen and (max-width:810px) {
    #top_page .sec_flow .inner ul li dl dd .note {
        font-size: 1.4rem
    }
}

#top_page .sec_flow .inner h3 {
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.02em;
    position: relative;
    color: #776345;
    margin-top: 85px
}

@media only screen and (max-width:810px) {
    #top_page .sec_flow .inner h3 {
        font-size: 1.8rem;
        margin: 80px auto 0
    }
}

#top_page .sec_flow .inner h3:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 70px 0 70px;
    border-color: #b3dbca transparent transparent transparent;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%)
}

#top_page .sec_flow .inner .big_btn {
    background: #b3dbca;
    max-width: 700px;
    display: block;
    margin: 80px auto;
    color: #776345;
    padding: 2.4% 0;
    text-align: center;
    font-size: 3rem;
    -webkit-box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
    border: 1px solid #b3dbca
}

@media only screen and (max-width:810px) {
    #top_page .sec_flow .inner .big_btn {
        font-size: 1.8rem;
        margin: 80px 0 0
    }
}

#top_page .sec_flow .inner .big_btn:hover {
    background: #fff
}

.middle_ttl {
    color: #776345;
    background: #b3dbca;
    padding: 1rem;
    text-align: center;
    margin: 15px 0;
    font-size: 2rem
}

@media print,
screen and (min-width:811px) {
    .middle_ttl {
        font-size: 3.3rem;
        margin: 0
    }
}

.middle_ttl.brown {
    color: #fff;
    background: #776345;
    padding: 0.5rem
}

@media only screen and (max-width:810px) {
    .pankuzu {
        margin: 0 4%
    }
}

.pankuzu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px auto;
    gap: 0 30px
}

.pankuzu ul li {
    color: #776345;
    font-weight: 500
}

@media print,
screen and (min-width:811px) {
    .pankuzu ul li {
        font-size: 2rem
    }
}

.pankuzu ul li a {
    color: #776345;
    position: relative;
    display: block;
    text-decoration: underline
}

.pankuzu ul li a:after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #776345;
    border-right: 1px solid #776345;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: -20px
}

.pankuzu ul li a:hover {
    text-decoration: none
}

.pankuzu ul li br {
    display: none
}

@media only screen and (max-width:810px) {
    #company table {
        width: 92%;
        margin: 0 auto
    }
}

#company table td .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:810px) {
    #company table td .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:810px) {
    #company table td.sp_p0 {
        padding: 15px 0
    }
}

#company table td.sp_p0>table {
    width: auto
}

#company table td.sp_p0>table td {
    border: none !important;
    padding: 0
}

@media only screen and (max-width:810px) {
    #company table td.sp_p0>table td {
        display: table-cell;
        font-size: 2.8vw
    }

    #company table td.sp_p0>table td:first-of-type {
        width: 80%
    }

    #company table td.sp_p0>table td:last-of-type {
        width: 20%
    }
}

#company .company_ttl {
    color: #776345;
    font-size: 2.4rem;
    padding: 0 0 10px 30px;
    border-bottom: 2px solid #b3dbca;
    margin: 120px 0 40px;
    font-weight: bold
}

@media only screen and (max-width:810px) {
    #company .company_ttl {
        width: 92%;
        margin: 70px auto 30px
    }
}

#company .map {
    margin-top: 40px
}

#company .map iframe {
    width: 100%;
    aspect-ratio: 16/9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media print,
screen and (min-width:811px) {
    #company .map iframe {
        aspect-ratio: 16/6
    }
}

@media only screen and (min-width:1199px) {
    #company .sec_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0 5%;
        width: 100%
    }
}

#company .sec_top .img {
    width: 15%;
    max-width: 230px;
    margin: 0 auto 30px
}

@media only screen and (min-width:811px) and (max-width:1199px) {
    #company .sec_top .img {
        width: 200px;
        display: block;
        margin: 0 auto 50px;
        width: 40vw
    }
}

#company .sec_top table {
    width: 100%
}

@media only screen and (min-width:1199px) {
    #company .sec_top table {
        width: 85%;
        max-width: 900px
    }
}

#company .sec_rinen {
    background: #f2efee;
    padding: 80px 0 130px
}

@media only screen and (max-width:810px) {
    #company .sec_rinen {
        padding: 30px 0
    }
}

#company .sec_rinen .info_rinen {
    margin: 80px auto;
    max-width: 900px
}

@media only screen and (max-width:810px) {
    #company .sec_rinen .info_rinen {
        margin: 20px auto
    }
}

#company .sec_rinen .info_rinen .sec_title {
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 40px;
    color: #333
}

@media print,
screen and (min-width:811px) {
    #company .sec_rinen .info_rinen .sec_title {
        font-size: 3.1rem;
        margin-bottom: 80px
    }
}

#company .sec_rinen .info_rinen .sec_title span {
    position: relative
}

#company .sec_rinen .info_rinen .sec_title span:before {
    position: absolute;
    content: "";
    background: #333;
    position: absolute;
    height: 3px;
    width: 46px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    bottom: 0
}

#company .sec_rinen .info_rinen dl {
    margin-bottom: 40px;
    padding: 0 4%
}

@media print,
screen and (min-width:811px) {
    #company .sec_rinen .info_rinen dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 80px;
        padding: 0
    }
}

#company .sec_rinen .info_rinen dl dt {
    font-size: 1.9rem;
    padding: 0 25px;
    text-align: center
}

@media print,
screen and (min-width:811px) {
    #company .sec_rinen .info_rinen dl dt {
        width: 175px
    }
}

#company .sec_rinen .info_rinen dl dd {
    padding: 15px;
    border-top: 3px solid #ff001d
}

@media print,
screen and (min-width:811px) {
    #company .sec_rinen .info_rinen dl dd {
        padding: 0 25px;
        width: calc(100% - 175px);
        border-left: 3px solid #ff001d;
        font-size: 1.9rem;
        border-top: none
    }
}

#company .sec_rinen .info_rinen dl dd.red {
    font-size: 2rem;
    color: #ff001d;
    text-align: center
}

@media print,
screen and (min-width:811px) {
    #company .sec_rinen .info_rinen dl dd.red {
        font-size: 3.1rem;
        text-align: left
    }
}

#company .sec_rinen .info_rinen dl dd p.indent {
    padding-left: 1rem;
    text-indent: -1rem
}

#company .sec_project {
    background: #00b9dc;
    padding: 90px 0 110px
}

@media only screen and (max-width:810px) {
    #company .sec_project {
        padding: 50px 4%
    }
}

#company .sec_project h2 {
    margin: 0 0 80px;
    text-align: center
}

@media print,
screen and (min-width:811px) {
    #company .sec_project ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0 50px;
        margin-bottom: 50px
    }
}

#company .sec_project ul li {
    margin-bottom: 30px
}

@media print,
screen and (min-width:811px) {
    #company .sec_project ul li {
        max-width: 330px
    }
}

#company .sec_project ul li img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 330px
}

#company .sec_project ul li p {
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center
}

#company .sec_project ul li a.pdf_btn {
    font-weight: bold;
    background: #ff001d;
    width: 329px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #ff001d;
    color: #fff;
    display: block;
    margin: 40px auto;
    text-align: center
}

#company .sec_project ul li a.pdf_btn span {
    text-align: center;
    padding-right: 20px;
    position: relative
}

@media print,
screen and (min-width:811px) {
    #company .sec_project ul li a.pdf_btn span {
        font-size: 2rem
    }
}

#company .sec_project ul li a.pdf_btn span:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0
}

#company .sec_project ul li a.pdf_btn span:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #ff001d;
    border-right: 1px solid #ff001d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 4px);
    right: 7px
}

#company .sec_project h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 2rem
}

@media only screen and (max-width:810px) {
    #post .post_single {
        margin: 0 4%
    }
}

#post .post_single .post_info {
    border-top: 2px solid #776345;
    border-bottom: 2px solid #776345;
    padding: 25px 0;
    position: relative;
    margin-bottom: 25px
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_info {
        padding: 45px 0;
        margin-bottom: 40px
    }
}

#post .post_single .post_info h3 {
    color: #595757;
    font-size: 2rem
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_info h3 {
        font-size: 3rem
    }
}

#post .post_single .post_info .date {
    position: absolute;
    bottom: 20px;
    right: 0;
    color: #595757
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_info .date {
        font-size: 2.5rem
    }
}

@media print,
screen and (min-width:811px) {
    #post .post_single .term_list span {
        font-size: 2.5rem
    }
}

#post .post_single .post_content {
    margin: 20px 0
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_content {
        margin: 50px 0
    }
}

#post .post_single .post_content .colum2 {
    border-bottom: 2px solid #776345;
    margin-bottom: 30px;
    padding-bottom: 30px
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_content .colum2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0 40px;
        margin-bottom: 60px;
        padding-bottom: 60px
    }
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_content .colum2 .imgarea {
        width: 55%;
        max-width: 670px
    }
}

#post .post_single .post_content .colum2 .imgarea img {
    width: 100%
}

#post .post_single .post_content .colum2 .txtarea {
    margin-top: 15px;
    color: #595757;
    letter-spacing: 0.1em
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_content .colum2 .txtarea {
        width: 45%;
        max-width: 530px;
        margin-top: 0;
        font-size: 2.5rem
    }
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_content .colum1 {
        padding: 0 20px 30px
    }
}

#post .post_single .post_content ul {
    margin-bottom: 10px
}

#post .post_single .post_content ul li {
    list-style: disc;
    margin-left: 30px;
    color: #595757
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_content ul li {
        font-size: 2rem
    }
}

#post .post_single .post_content h2 {
    margin-bottom: 10px;
    color: #595757;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: #776345 solid 2px;
    margin-bottom: 30px
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_content h2 {
        font-size: 3rem
    }
}

#post .post_single .post_content h3 {
    margin-bottom: 10px;
    color: #595757;
    padding: 10px;
    background: #e2ded8;
    font-size: 1.8rem
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_content h3 {
        font-size: 3rem
    }
}

#post .post_single .post_content p {
    margin-bottom: 10px;
    color: #595757
}

@media print,
screen and (min-width:811px) {
    #post .post_single .post_content p {
        font-size: 2.5rem
    }
}

#post .post_single .post_content p+h1 {
    margin-top: 40px
}

#post .post_single .post_content p+h2 {
    margin-top: 40px
}

#post .post_single .post_content p+h3 {
    margin-top: 40px
}

#post .post_single .post_content a {
    text-decoration: underline
}

#post .post_single .post_content a:hover {
    text-decoration: none
}

#post .post_single .post_content .rtoc-mokuji-content .mokuji_ul>.rtoc-item {
    list-style: none
}

#post .post_single .post_content .rtoc-mokuji-content .rtoc-mokuji.level-2 li {
    font-size: 0.95em
}

@media only screen and (max-width:810px) {
    #post .post_archive {
        margin: 0 4%
    }
}

#post .post_archive .post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 2%;
    margin: 0 0 150px
}

@media only screen and (max-width:810px) {
    #post .post_archive .post_list {
        display: block;
        margin: 0 0 50px
    }
}

#post .post_archive .post_list li {
    margin-bottom: 55px
}

@media only screen and (min-width:811px) and (max-width:1199px) {
    #post .post_archive .post_list li {
        width: 48%
    }
}

@media only screen and (min-width:1199px) {
    #post .post_archive .post_list li {
        width: 31%
    }
}

#post .post_archive .post_list li .img_box {
    margin-bottom: 8px
}

#post .post_archive .post_list li .term_list {
    gap: 0 5px;
    margin-bottom: 8px
}

#post .post_archive .post_list li time {
    color: #776345;
    margin-bottom: 8px;
    line-height: 1
}

@media print,
screen and (min-width:811px) {
    #post .post_archive .post_list li time {
        font-size: 2.2rem
    }
}

#post .post_archive .post_list li p {
    font-weight: bold;
    color: #000000;
    height: 3em;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    line-height: 1.5em
}

@media print,
screen and (min-width:811px) {
    #post .post_archive .post_list li p {
        font-size: 2rem
    }
}

#post .center .btn {
    font-weight: 500;
    padding: 0.8rem 3rem
}

@media print,
screen and (min-width:811px) {
    #post .center .btn {
        font-size: 2.5rem
    }
}

#privacy ol {
    padding-left: 25px
}

#privacy ol li {
    list-style-type: decimal
}

#privacy ol li ul li {
    list-style-type: none
}

#privacy ul.upper-alpha {
    padding-left: 20px
}

#privacy ul.upper-alpha li {
    list-style-type: upper-alpha
}

#privacy ul.katakana {
    padding-left: 20px
}

#privacy ul.katakana li {
    list-style-type: katakana
}

#privacy ul.disc {
    padding-left: 50px
}

#privacy ul.disc li {
    list-style-type: disc
}

#privacy ul.nomal_indent {
    padding-left: 20px
}

#privacy ul.nomal_indent li {
    padding-left: 1rem;
    text-indent: -1rem
}

#privacy h3 {
    font-size: 2.5rem;
    margin-bottom: 20px
}

#privacy .sec_top {
    padding-bottom: 50px;
    border-bottom: 2px solid #000000;
    margin-bottom: 50px
}

@media only screen and (max-width:810px) {
    #privacy .sec_top .inner {
        width: 92%
    }
}

@media only screen and (max-width:810px) {
    #privacy .sec_bottom .inner {
        width: 92%
    }
}

#privacy .indent {
    text-indent: -1.5rem;
    padding-left: 1.5rem
}

@media only screen and (max-width:810px) {
    #kiyaku .sec_top .inner {
        width: 92%
    }
}

#kiyaku ol {
    padding-left: 25px
}

#kiyaku ol li {
    list-style-type: decimal
}

#kiyaku h3 {
    font-size: 2.5rem;
    margin-bottom: 20px
}

#contact .sec_contact {}

#contact .sec_contact .contact_progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#contact .sec_contact .contact_progress li {
    width: 32.5%;
    background: #fdf0f7;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    line-height: 60px;
    position: relative;
    color: #f396ac
}

@media only screen and (max-width:810px) {
    #contact .sec_contact .contact_progress li {
        font-size: 1.5rem
    }
}

#contact .sec_contact .contact_progress li:not(:last-of-type):before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #fdf0f7;
    right: -29.5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1
}

#contact .sec_contact .contact_progress li:not(:first-of-type):after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 0
}

#contact .sec_contact .contact_progress li.on {
    background: #f396ac;
    color: #fff
}

#contact .sec_contact .contact_progress li.on:before {
    border-color: transparent transparent transparent #f396ac
}

#contact .sec_contact .txt {
    color: #776345;
    font-size: 2rem;
    margin: 2rem
}

@media only screen and (max-width:810px) {
    #contact .sec_contact .txt {
        font-size: 1.5rem
    }
}

#contact .sec_contact .txt.red {
    color: #ff0000
}

#contact .sec_contact .text-center {
    text-align: center;
    padding: 50px 0
}

#contact .sec_contact .text-center .btn {
    padding: 1rem 2rem;
    font-size: 2rem
}

@media only screen and (max-width:810px) {
    #contact .sec_contact .text-center .btn {
        font-size: 1.5rem
    }
}

#contact .sec_contact .form {
    border-radius: 1rem;
    border: #776345 1px solid;
    overflow: hidden;
    margin: 1.5rem 0 0 0
}

@media only screen and (max-width:810px) {
    #contact .sec_contact .form {
        margin: 0 4%
    }
}

@media print,
screen and (min-width:811px) {
    #contact .sec_contact .form dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#contact .sec_contact .form dl:not(:last-of-type) {
    border-bottom: 1px solid #776345
}

#contact .sec_contact .form dl dt {
    background: #f0dcbe;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem
}

@media print,
screen and (min-width:811px) {
    #contact .sec_contact .form dl dt {
        width: 40%
    }
}

#contact .sec_contact .form dl dt .required {
    border: 1px solid #ff0000;
    border-radius: 0.5rem;
    background: #fff;
    color: #ff0000;
    height: 3rem;
    padding: 0 1.5rem
}

#contact .sec_contact .form dl dt label {
    font-size: 2rem
}

@media only screen and (max-width:810px) {
    #contact .sec_contact .form dl dt label {
        font-size: 1.5rem
    }
}

#contact .sec_contact .form dl dd {
    width: 70%;
    padding: 1rem;
    font-size: 2rem;
    color: #000
}

@media only screen and (max-width:810px) {
    #contact .sec_contact .form dl dd {
        font-size: 1.5rem;
        width: 100%
    }
}

#contact .sec_contact .form dl dd input,
#contact .sec_contact .form dl dd select,
#contact .sec_contact .form dl dd textarea {
    font-size: 2rem;
    font-family: "Zen Maru Gothic", sans-serif
}

@media only screen and (max-width:810px) {

    #contact .sec_contact .form dl dd input,
    #contact .sec_contact .form dl dd select,
    #contact .sec_contact .form dl dd textarea {
        font-size: 1.5rem
    }
}

#contact .sec_contact .form dl dd input {
    line-height: 50px;
    border: 1px solid #776345;
    height: 50px;
    color: #776345;
    padding: 0 15px;
    border-radius: 8px;
    background: #fff;
    font-weight: bold;
    width: 100%
}

#contact .sec_contact .form dl dd textarea {
    border: 1px solid #776345;
    color: #776345;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    font-weight: 700;
    width: 100%
}

#contact .sec_contact .form dl dd select {
    border: 1px solid #776345;
    background: #fff;
    border-radius: 5px;
    color: #776345;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-weight: 700
}

#contact .sec_contact .form dl dd input::-webkit-input-placeholder,
#contact .sec_contact .form dl dd textarea::-webkit-input-placeholder {
    color: #d5d5d5;
    font-family: "Zen Maru Gothic", sans-serif
}

#contact .sec_contact .form dl dd input::-moz-placeholder,
#contact .sec_contact .form dl dd textarea::-moz-placeholder {
    color: #d5d5d5;
    font-family: "Zen Maru Gothic", sans-serif
}

#contact .sec_contact .form dl dd input:-ms-input-placeholder,
#contact .sec_contact .form dl dd textarea:-ms-input-placeholder {
    color: #d5d5d5;
    font-family: "Zen Maru Gothic", sans-serif
}

#contact .sec_contact .form dl dd input::-ms-input-placeholder,
#contact .sec_contact .form dl dd textarea::-ms-input-placeholder {
    color: #d5d5d5;
    font-family: "Zen Maru Gothic", sans-serif
}

#contact .sec_contact .form dl dd input::placeholder,
#contact .sec_contact .form dl dd textarea::placeholder {
    color: #d5d5d5;
    font-family: "Zen Maru Gothic", sans-serif
}

#contact .sec_contact .form dl dd input:-ms-input-placeholder,
#contact .sec_contact .form dl dd textarea:-ms-input-placeholder {
    color: #d5d5d5;
    font-family: "Zen Maru Gothic", sans-serif
}

#contact .sec_contact .check_area {
    padding: 10px 0 0;
    text-align: center;
    font-size: 2rem;
    margin-top: 55px;
    color: #776345
}

@media only screen and (max-width:810px) {
    #contact .sec_contact .check_area {
        font-size: 1.5rem
    }
}

#contact .sec_contact .check_area input[type=checkbox].ch_box {
    display: none
}

#contact .sec_contact .check_area label {
    display: inline-block
}

#contact .sec_contact .check_area span {
    margin-left: -1rem
}

#contact .sec_contact .check_area span a {
    text-decoration: underline;
    background: #fff;
    position: relative
}

#contact .sec_contact .check_area span a:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 5px;
    left: -2px;
    top: 0;
    height: 35px;
    z-index: 0;
    -webkit-transform: inherit;
    transform: inherit
}

#contact .sec_contact .check_area span a:hover {
    text-decoration: none
}

#contact .sec_contact .check_area .ch_box+span {
    padding-left: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

#contact .sec_contact .check_area .ch_box+span:after,
#contact .sec_contact .check_area .ch_box+span:before {
    content: "";
    display: block;
    position: absolute
}

#contact .sec_contact .check_area .ch_box+span:before {
    border: 1px solid #cccccc;
    width: 30px;
    height: 30px;
    left: -5px;
    top: calc(50% - 15px);
    border-radius: 4px
}

#contact .sec_contact .check_area .ch_box+span:after {
    opacity: 0;
    width: 9px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px;
    border: none;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background: transparent;
    z-index: 1;
    top: 12px;
    border-radius: inherit
}

@media only screen and (max-width:810px) {
    #contact .sec_contact .check_area .ch_box+span:after {
        top: 5px;
        left: 5px
    }
}

#contact .sec_contact .check_area .ch_box:checked+span {
    color: #ff1f1f
}

#contact .sec_contact .check_area .ch_box:checked+span:before {
    background: #776345
}

#contact .sec_contact .check_area .ch_box:checked+span:after {
    opacity: 1
}

#contact .sec_contact .send_btn button {
    font-family: "Zen Maru Gothic", sans-serif;
    width: 100%;
    display: block;
    line-height: 70px;
    text-align: center;
    margin: 40px auto;
    color: #fff;
    max-width: 340px;
    position: relative;
    background: #776345;
    cursor: pointer;
    font-weight: normal;
    border: 1px solid #776345;
    font-size: 2rem;
    border-radius: 40px
}

@media only screen and (max-width:810px) {
    #contact .sec_contact .send_btn button {
        max-width: 75vw;
        line-height: 60px;
        font-size: 1.5rem
    }
}

#contact .sec_contact .send_btn button:hover {
    background: #fff;
    border: 1px solid #776345;
    color: #776345
}

#contact .sec_contact .send_type_fix button {
    font-family: "Zen Maru Gothic", sans-serif;
    width: 100%;
    border: 1px solid #776345;
    background: #fff;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    margin: 40px auto;
    font-weight: normal;
    max-width: 340px;
    line-height: 60px;
    position: relative;
    border-radius: 40px;
    font-size: 2rem
}

@media only screen and (max-width:810px) {
    #contact .sec_contact .send_type_fix button {
        margin: 0 auto;
        max-width: 75vw;
        font-size: 1.5rem
    }
}

#contact .sec_contact .send_type_fix button:hover {
    background: #776345;
    color: #fff
}

#contact .sec_contact .send_type_fix.type_fix button {
    background: #ccc
}

#contact .sec_contact .mw_wp_form .error {
    color: #ec4343 !important;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0
}

#contact .sec_contact .mw_wp_form .vertical-item+.vertical-item {
    margin: 0
}

@media only screen and (max-width:810px) {
    #contact .sec_contact .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0
    }
}

#contact .sec_contact .mw_wp_form_input .check_area {
    display: none
}

#contact .sec_contact .mw_wp_form_confirm .check_area {
    display: block
}

.term_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:810px) {
    .term_list {
        gap: 0 8px
    }
}

.term_list span {
    padding: 0 1.5rem;
    border-radius: 5px;
    display: block;
    background: #fff;
    text-align: center;
    min-width: 110px
}

@media only screen and (max-width:810px) {
    .term_list span {
        font-size: 1.2rem;
        min-width: none
    }
}

.term_list span.seminar {
    border: 2px solid #776345;
    color: #776345
}

.term_list span.new_jobs {
    border: 2px solid #f6d14d;
    color: #f6d14d
}

.term_list span.example {
    border: 2px solid #5eb791;
    color: #5eb791
}

.term_list span.important {
    border: 2px solid #d83932;
    color: #d83932
}

.term_list span.results {
    border: 2px solid #776345;
    color: #776345
}

.wp-pagenavi {
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 15px
}

@media only screen and (max-width:810px) {
    .wp-pagenavi {
        margin: 40px 0;
        gap: 0
    }
}

.wp-pagenavi span.current {
    border: none;
    color: #fff;
    background: #ff1f1f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 0;
    font-weight: 500 !important
}

.wp-pagenavi a {
    color: #000000;
    margin: 0 5px !important;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    border: none !important;
    font-size: 1.6rem
}

.wp-pagenavi a.current {
    background: #ff1f1f;
    color: #fff;
    margin: 0 6px 0 0;
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 1.6rem;
    font-weight: normal
}

.wp-pagenavi a.previouspostslink {
    padding: 0 0 0 42px;
    position: relative;
    line-height: 32px
}

.wp-pagenavi a.previouspostslink:before {
    position: absolute;
    content: "";
    border: 1px solid #ff1f1f;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.wp-pagenavi a.previouspostslink:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #ff1f1f;
    border-right: 1px solid #ff1f1f;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: calc(50% - 2px);
    left: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.wp-pagenavi a.previouspostslink:hover:before {
    background: #ff1f1f
}

.wp-pagenavi a.previouspostslink:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}

.wp-pagenavi a.nextpostslink {
    padding: 0 0 0 42px;
    position: relative;
    line-height: 32px
}

.wp-pagenavi a.nextpostslink:before {
    position: absolute;
    content: "";
    border: 1px solid #ff1f1f;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.wp-pagenavi a.nextpostslink:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #ff1f1f;
    border-right: 1px solid #ff1f1f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 2px);
    left: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.wp-pagenavi a.nextpostslink:hover:before {
    background: #ff1f1f
}

.wp-pagenavi a.nextpostslink:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}