@charset "UTF-8";

/*
  1)  初期設定
  2)  js
  3)  hover
  4)  header
  5)  nav
  6)  footer
  7)  main (cmn parts)
  */
/*============================================================================================================
  初期設定
  ============================================================================================================*/
body {
    color: #333;
    -webkit-text-size-adjust: 100%;
    line-height: 2;
    letter-spacing: 0.8px;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
section,
article,
header,
footer,
main,
nav,
span,
a {
    box-sizing: border-box;
}

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

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-weight: normal;
    margin: 0;
    word-wrap: break-word;
}

p,
li,
td,
th,
dt,
dd {
    font-size: 16px;
    margin: 0;
    word-wrap: break-word;
}

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

    p,
    li,
    td,
    th,
    dt,
    dd {
        font-size: 16px;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

ul,
ol,
dl {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

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

@media screen and (min-width: 1025px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none !important;
    }
}

/*------------------------------------------
  フォント
  ------------------------------------------*/

body {
    font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/*------------------------------------------
  枠
  ------------------------------------------*/
@media screen and (min-width: 1025px) {
    body {
        min-width: 1200px;
    }
}

.wrapper {}

.wrapper.contact {
    padding: 0;
}

@media screen and (min-width: 1025px) {
    .wrapper {
        padding: 0 0 0 260px;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper {}
}

main {
    position: relative;
}

/*============================================================================================================
  js
  ============================================================================================================*/
.js-objectfit {
    overflow: hidden;
}

.js-objectfit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
}

.js-objectfit.is-hover {
    display: block;
    overflow: hidden;
}

@media screen and (min-width: 1025px) {
    .js-objectfit.is-hover .js-objectfit-img {
        transition: all 0.3s ease-in-out;
    }

    .js-objectfit.is-hover:hover .js-objectfit-img {
        transform: scale(1.05);
    }
}

/*============================================================================================================
  hover
  ============================================================================================================*/
@media screen and (min-width: 1025px) {
    a {
        transition: all 0.3s ease-in-out;
    }

    a:hover {
        opacity: 0.7;
    }
}

/*============================================================================================================
  .header
  ============================================================================================================*/
.header {
    z-index: 9000;
    top: 0;
    left: 0;
    background: #fff;
}

.header__tit {
    display: table;
    line-height: 1.5;
    margin: 0 auto 50px;
}

.header__tit a {
    display: block;
}

.header__tit img {
    display: block;
    margin: 0 auto 17px;
    max-width: 210px;
}

.header__tit .txt {
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    letter-spacing: 2px;
}

@media screen and (min-width: 1025px) {
    .header {
        overflow: auto;
        width: 260px;
        height: 100%;
        position: fixed;
        padding: 40px 25px;
        border-right: 1px solid #eee;
    }

    .header::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        position: relative;
        height: 50px;
        padding: 0 0 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header__tit {
        width: calc(100% - 50px);
        margin: 0;
    }

    .header__tit a {
        display: flex;
        align-items: center;
    }

    .header__tit img {
        width: 141px;
        margin: 0 12px 0 0;
    }

    .header__tit .txt {
        font-size: 10px;
        letter-spacing: 0;
        text-align: left;
    }
}

/*  .nav
============================================================================================================*/
/*  pc
------------------------------------------*/
@media screen and (min-width: 1025px) {
    .nav {
        display: block !important;
        opacity: 1 !important;
        padding-bottom: 20px;
    }

    .nav-list {
        margin-bottom: 40px;
    }

    .nav-list__item {
        font-weight: bold;
        font-size: 16px;
    }

    .nav-list__item a {
        display: block;
        padding: 12px 0;
    }

    .nav-list__item a:hover {
        opacity: 1;
        letter-spacing: 3px;
    }

    .nav-list__item a span {
        font-size: 12px;
        font-weight: normal;
        display: block;
        line-height: 1;
    }

    .nav-link {
        overflow: hidden;
        border-radius: 50px;
        line-height: 1.5;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

    .nav-link a {
        height: 60px;
        display: flex;
        align-items: center;
        padding: 0 38px 0 17px;
    }

    .nav-link.is-magazine a {
        background: #688665 url("../img/common/ico_magazine01.png") no-repeat right 17px center;
        background-size: 20px;
    }

    .nav-link.is-mail a {
        background: #688665 url("../img/common/ico_mail01.png") no-repeat right 17px center;
        background-size: 20px;
    }

    .nav-link.is-magazine a:hover,
    .nav-link.is-mail a:hover {
        opacity: 1;
        background-color: rgba(104, 134, 101, 0.7);
    }
    .nav-link:nth-child(n+2) {
        margin-top: 24px;
    }
}

/*  sp
------------------------------------------*/
@media screen and (max-width: 1024px) {
    .nav {
        display: none;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: fixed;
        z-index: 9991;
        overflow-y: auto;
        -ms-overflow-style: none;
    }

    .nav::-webkit-scrollbar {
        display: none;
    }

    .nav-inner {
        padding: 47px 60px 50px;
        background: #688665;
        position: relative;
        z-index: 2;
    }

    .nav-list {
        margin: 0 auto 43px;
    }

    .nav-list__item {
        font-weight: bold;
        color: #fff;
    }

    .nav-list__item a {
        display: block;
        padding: 6px 0;
    }

    .nav-list__item a span {
        font-size: 0.8em;
        font-weight: normal;
        display: inline-block;
        margin: 0 0 0 1em
    }

    .nav-list__item.is-branding span {
        padding: 0 25px 0 0;
        background: url("../img/common/ico_link02.png") no-repeat right center;
        background-size: 12px;
    }

    .nav-link {
        overflow: hidden;
        line-height: 1.5;
        margin-bottom: 20px;
        border-radius: 50px;
        color: #688665;
        font-weight: bold;
        font-size: 15px;
    }

    .nav-link:last-of-type {
        margin-bottom: 0;
    }

    .nav-link a {
        display: flex;
        align-items: center;
        height: 60px;
        padding: 0 50px 0 30px;
        background: #fff url("../img/common/ico_arrow02.png") no-repeat right 30px center;
        background-size: 17px;
    }

    .nav-link.is-magazine a {
        background-image: url("../img/common/ico_magazine02.png");
    }

    .nav-overlay {
        cursor: pointer;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .nav-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.navBtn {
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    position: fixed;
    text-align: center;
    z-index: 9992;
    border: none;
    transition: all 0.5s ease-in-out;
}

.navBtn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background: #688665;
    transition: all 0.3s ease-in-out;
}

.navBtn span:nth-of-type(1) {
    top: 15px;
}

.navBtn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}

.navBtn span:nth-of-type(3) {
    bottom: 15px;
}

.navBtn.is-close span {
    background: #fff;
}

.navBtn.is-close span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
}

.navBtn.is-close span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
}

.navBtn.is-close span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
}

/*============================================================================================================
  .footer
  ============================================================================================================*/
.footer {
    padding: 55px 80px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 43px;
    border-bottom: 1px solid #000;
}

.footer-info {
    width: 40%;
    margin-right: 30px;
}

.footer__logo {
    width: 240px;
    margin: 5px auto 33px 0;
}

.footer__logo img {
    display: block;
}

.footer__address {
    line-height: 1.5;
    font-size: 14px;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
}

.footer-nav-list {
    margin-right: 50px;
}

.footer-nav-list:last-of-type {
    margin-right: 0;
}

.footer-nav-list__item {
    line-height: 1.3;
    font-weight: bold;
}

.footer-nav-list__item a {
    display: block;
    padding: 8px 0;
}

.footer-nav-list__item.is-branding span {
    padding-right: 20px;
    background: url("../img/common/ico_link01.png") no-repeat right center;
    background-size: 13px;
}

.footer-btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.footer__tit {
    margin-right: 20px;
    font-size: 14px;
}

.footer .copyright {
    text-align: right;
    margin: 20px 0 0 auto;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {
    .footer {
        padding: 59px 30px;
    }

    .footer-top {
        display: block;
        margin-bottom: 23px;
        padding-bottom: 36px;
    }

    .footer-info {
        width: auto;
        margin: 0 auto 34px;
    }

    .footer__logo {
        width: 170px;
        margin: 0 auto;
    }

    .footer__logo img {
        margin: 0 auto 24px;
    }

    .footer__address {
        font-size: 10px;
        text-align: center;
    }

    .footer-nav {
        display: block;
    }

    .footer-nav-list {
        width: 100%;
        margin: 0 auto;
    }

    .footer-nav-list__item {
        text-align: center;
        padding: 5px 0;
    }

    .footer-nav-list__item a {
        padding: 6px 0;
    }

    .footer-nav-list__item.is-branding span {
        padding-right: 25px;
        background-size: 12px;
    }

    .footer-btm {
        display: block;
    }

    .footer__tit {
        margin: 0 auto 20px;
        text-align: center;
        font-size: 10px;
    }

    .footer .copyright {
        text-align: center;
        font-size: 10px;
    }

    .footer-link {
        display: flex;
        justify-content: center;
    }

    .footer-link__item {
        overflow: hidden;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin: 0 15px;
    }

    .footer-link__item a {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #688665;
    }

    .footer-link__item.is-mail img {
        width: 24px;
    }

    .footer-link__item.is-magazine img {
        width: 20px;
    }
}

/*============================================================================================================
  .main (cmn parts)
  ============================================================================================================*/
/*------------------------------------------
  .mainVisual
  ------------------------------------------*/
.mainVisual {
    overflow: hidden;
    margin: 0 auto 65px;
    width: 100%;
    height: 400px;
}

/* ノートPC調整*/
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .mainVisual {
        height: 300px;
    }
}


@media screen and (max-width: 1024px) {
    .mainVisual {
        height: 200px;
        margin-bottom: 25px;
    }
}


/*  .mainVisual02
------------------------------------------*/
.mainVisual02 {
    position: relative;
    height: 830px;
    margin-bottom: 65px;
    overflow: hidden;
}

.mainVisual02-txtBox {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    padding: 80px;
}

.mainVisual02-txtBox-inner {
    margin-top: 40px;
}

.mainVisual02__lead {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 48px;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.9), -2px 2px 5px rgba(255, 255, 255, 0.9), 2px -2px 5px rgba(255, 255, 255, 0.9), -2px -2px 5px rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    letter-spacing: 5px;
}

@media screen and (max-width: 767px) {
    .mainVisual02__lead {
        font-size: 5.8vw;
    }
}

.mainVisual02__txt01 {
    max-width: 643px;
    margin-bottom: 20px;
    padding: 20px 15px;
    background: #688665;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 1.4;
}

.mainVisual02-detail {
    max-width: 643px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mainVisual02-detail__item {
    width: 49%;
    padding: 18px 10px;
    background: #fff;
    color: #688665;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
}

.mainVisual02-detail__item:nth-of-type(n + 3) {
    margin-top: 2%;
}

@media screen and (max-width: 1024px) {
    .mainVisual02 {
        height: auto;
        margin-bottom: 25px;
        overflow: visible;
    }

    .mainVisual02-txtBox {
        padding: 5vw;
    }

    .mainVisual02-txtBox-inner {
        margin-top: 0;
        width: 100%;
    }

    .mainVisual02__lead {
        margin-bottom: 5vw;
        font-size: 5.5vw;
        letter-spacing: 3px;
        line-height: 8vw;
    }

    .mainVisual02__txt01 {
        max-width: none;
        margin-bottom: 1.5vw;
        padding: 2.5vw .5vw;
        font-size: 3vw;
    }

    .mainVisual02-detail {
        max-width: none;
    }

    .mainVisual02-detail__item {
        padding: 2.5vw .5vw;
        font-size: 2.5vw;
    }
}


/*------------------------------------------
  .breadcrumbs
  ------------------------------------------*/
.breadcrumbs {
    max-width: 50%;
    margin: 0 0 0 auto;
    padding: 0 80px 0 0;
    text-align: right;
}

.breadcrumbs-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.breadcrumbs-list__item {
    margin-right: 7px;
    text-align: right;
}

.breadcrumbs-list__item:last-of-type {
    margin-right: 0;
}

.breadcrumbs-list__item a {
    position: relative;
    display: block;
    padding: 0 10px 0 0;
    font-weight: bold;
    text-decoration: underline;
}

.breadcrumbs-list__item a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background: #000;
    transform: rotate(15deg);
}

@media screen and (max-width: 1024px) {
    .breadcrumbs {
        float: none;
        max-width: none;
        margin: 0 auto 20px;
        padding: 0 30px;
        font-size: 12px;
    }

    .breadcrumbs-list__item {
        font-size: 12px;
    }
}

/*------------------------------------------
  .pageTit
  ------------------------------------------*/
.pageTit {
    width: 50%;
    margin-top: -30px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 65px;
    padding: 0 0 30px;
    font-weight: bold;
    font-size: 48px;
}

.pageTit:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
}

.pageTit span {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin: 0 10px;
}

@media screen and (max-width: 1024px) {
    .pageTit {
        float: none;
        width: calc(100% - 60px);
        margin: 0 auto 45px;
        padding: 0 0 10px;
        font-size: 30px;
    }

    .pageTit:before {
        width: 60px;
    }
}

/*------------------------------------------
  .pageLead
  ------------------------------------------*/
.pageLead {
    margin: 110px auto 150px 0;
    width: calc(100% - 80px);
}

.pageLead .inner {
    display: flex;
    align-items: flex-start;
}

.pageLead .lead {
    width: 33%;
    margin-right: 4%;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 2;
    flex-shrink: 0;
}

.pageLead .txt {
    width: 63%;
}

@media screen and (max-width: 1024px) {
    .pageLead {
        width: 100%;
        margin: 0 auto 50px;
    }

    .pageLead .inner {
        display: block;
    }

    .pageLead .lead {
        width: 100%;
        margin: 0 auto 10px;
        line-height: 1.8;
        font-size: 24px;
        text-align: justify;
    }

    .pageLead .txt {
        width: 100%;
    }
}

/*------------------------------------------
  cv
  ------------------------------------------*/
/*  .cmnCv01
------------------------------------------*/
.cmnCv01-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 56px 30px 88px;
    background: url("../img/common/bg_tyranno01_pc.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.cmnCv01-top__tit {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.cmnCv01-top-btn {
    width: 100%;
    max-width: 504px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.cmnCv01-top-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    background: #688665;
}

.cmnCv01-btm {
    padding: 25px 30px 66px;
    background: #688665 url("../img/common/bg_t01.png") no-repeat right 40px bottom;
    background-size: 200px;
}

.cmnCv01-btm__logo {
    display: table;
    margin: 0 auto 20px;
}

.cmnCv01-btm__logo img {
    width: 260px;
}

.cmnCv01-btm__tit {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.cmnCv01-btm-btn {
    width: 100%;
    max-width: 504px;
    margin: 0 auto 13px;
    overflow: hidden;
    border-radius: 50px;
    color: #688665;
    font-weight: bold;
    font-size: 30px;
}

.cmnCv01-btm-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    background: #fff;
}

.cmnCv01-btm-btn a span {
    padding: 0 35px 0 0;
    background: url("../img/common/ico_link03.png") no-repeat right center;
    background-size: 22px;
}

.cmnCv01-btm__txt {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
    MARGIN: 0;
}

@media screen and (min-width: 1025px) {
    .cmnCv01-top-btn a:hover {
        opacity: 1;
        background-color: rgba(104, 134, 101, 0.7);
    }

    .cmnCv01-btm-btn a:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.7);
    }
}

@media screen and (max-width: 1024px) {
    .cmnCv01-top {
        background-image: url("../img/common/bg_tyranno01_sp.jpg");
        padding: 28px 20px 40px;
    }

    .cmnCv01-top__tit {
        margin: 0.5em 0;
    }

    .cmnCv01-top-btn {
        font-size: 18px;
    }

    .cmnCv01-top-btn a {
        height: 60px;
    }

    .cmnCv01-btm {
        padding: 10px 20px 20px;
        background-size: 80px;
        background-position: right 15px bottom;
    }

    .cmnCv01-btm__tit {
        margin: 0.5em 0;
    }

    .cmnCv01-btm__logo {
        margin-bottom: 15px;
    }

    .cmnCv01-btm__logo img {
        width: 160px;
    }

    .cmnCv01-btm-btn {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .cmnCv01-btm-btn a {
        height: 60px;
    }

    .cmnCv01-btm-btn a span {
        padding: 0 20px 0 4px;
        background-size: 14px;
    }

    .cmnCv01-btm__txt {
        font-size: 12px;
        line-height: 1.6;
    }
}


/*  .cmnCv02
------------------------------------------*/
.cmnCv02 {
    width: calc(100% - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 150px 0;
    padding: 50px 30px;
    border: 8px solid #f2f2f2;
}

.cmnCv02-txtBox {
    width: 50%;
    min-width: 350px;
    padding-right: 5%;
    border-right: 4px solid #f2f2f2;
}

.cmnCv02__secTit {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}

.cmnCv02-btn {
    width: 40%;
    margin-left: 5%;
}

@media screen and (min-width: 1025px) {
    .cmnCv02-btn {
        max-width: 413px !important;
    }
}

@media screen and (max-width: 1024px) {
    .cmnCv02 {
        width: calc(100% - 30px);
        display: block;
        margin: 0 auto 80px;
        padding: 20px 15px 30px;
        border-width: 4px;
    }

    .cmnCv02-txtBox {
        width: 100%;
        min-width: 100%;
        margin-bottom: 25px;
        padding: 0 0 25px;
        border-right: none;
        border-bottom: 2px solid #f2f2f2;
    }

    .cmnCv02__secTit {
        font-size: 18px;
        text-align: center;
    }

    .cmnCv02__txt {
        font-size: 14px;
        text-align: center;
    }

    .cmnCv02-btn {
        width: auto;
        margin: 0 auto;
    }
}

/*------------------------------------------
  .cmnFixedlink
  ------------------------------------------*/
.cmnFixedlink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    padding: 0 40px;
}

.cmnFixedlink.top {
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.cmnFixedlink-btn {
    margin-right: 35px;
    font-weight: bold;
    font-size: 14px;
}

.cmnFixedlink-btn:last-of-type {
    margin-right: 0;
}

.cmnFixedlink-btn a {
    display: block;
}

.cmnFixedlink-btn.is-branding a {
    padding-right: 20px;
    background: url("../img/common/ico_link01.png") no-repeat right 2px center;
    background-size: 13px;
}

/*------------------------------------------
  inner
  ------------------------------------------*/
.cmnInner01 {
    width: 100%;
    margin: 0 auto;
}

.cmnInner01.is-1300 {
    max-width: 1300px;
    margin: 0 auto 0 0;
}

@media screen and (max-width: 1024px) {
    .cmnInner01 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*------------------------------------------
  tit
  ------------------------------------------*/
.cmnTit01 {
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 2;
}

.cmnTit01__en {
    position: relative;
    margin: 0 auto 18px 0;
    padding: 0 0 0 40px;
    line-height: 1.3;
    display: block;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
}

.cmnTit01__en:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #111;
}

@media screen and (min-width: 1025px) {
    .cmnTit01.is-small {
        font-size: 30px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .cmnTit01 {
        font-size: 24px;
    }

    .cmnTit01.is-small {
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .cmnTit01 {
        line-height: 1.8;
        font-size: 24px;
        text-align: justify;
    }

    .cmnTit01__en {
        margin-bottom: 14px;
        padding: 0 0 0 30px;
        font-size: 15px;
    }

    .cmnTit01__en:before {
        width: 15px;
    }
}

.cmnTit02 {
    text-align: center;
    font-size: 30px;
    line-height: 1.8;
    letter-spacing: 3px;
}

.cmnTit02__en {
    position: relative;
    display: table;
    margin: 0 auto 15px;
    padding: 0 40px;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
}

.cmnTit02__en:before,
.cmnTit02__en:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #333;
}

.cmnTit02__en:before {
    left: 0;
}

.cmnTit02__en:after {
    right: 0;
}

@media screen and (max-width: 1024px) {
    .cmnTit02 {
        font-size: 24px;
    }

    .cmnTit02__en {
        margin-bottom: 14px;
        padding: 0 30px;
        font-size: 15px;
    }

    .cmnTit02__en:before,
    .cmnTit02__en:after {
        width: 15px;
    }
}

/*------------------------------------------
  btn
  ------------------------------------------*/
.cmnBtn01 {
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    border-radius: 50px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
}

.cmnBtn01 a {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 60px 0 40px;
    background: #688665 url("../images/icon/ico_arrow01.png") no-repeat right 37px center;
    background-size: 25px;
}

@media screen and (min-width: 1025px) {
    .cmnBtn01 a:hover {
        opacity: 1;
        background-position: right 27px center;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .cmnBtn01 {
        font-size: 18px;
    }

    .cmnBtn01 a {
        height: 60px;
        padding: 0 50px 0 30px;
        background-position: right 20px center;
    }

    .cmnBtn01 a:hover {
        background-position: right 10px center;
    }
}

@media screen and (max-width: 1024px) {
    .cmnBtn01 {
        max-width: 315px;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
    }

    .cmnBtn01 a {
        height: 60px;
        padding: 0 50px 0 30px;
        background-size: 17px;
        background-position: right 30px center;
    }
}

/*------------------------------------------
  bg
  ------------------------------------------*/
.cmnBg01 {
    position: relative;
}

.cmnBg01:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    content: "";
    display: block;
    width: calc(100% - 180px);
    height: 100%;
    background: #f5f5f5;
}

@media screen and (max-width: 1024px) {
    .cmnBg01:before {
        width: 100%;
    }
}

/*------------------------------------------
  .cmnCategory01
  ------------------------------------------*/
.cmnCategory01 {
    margin: 0 auto 80px;
}

.cmnCategory01-inner {
    display: flex;
    align-items: center;
}

.cmnCategory01__tit {
    margin-right: 30px;
    font-size: 14px;
    flex-shrink: 0;
}

.cmnCategory01-list {
    display: flex;
    flex-wrap: wrap;
}

.cmnCategory01-list__item {
    margin: 0 15px 0 0;
    border-bottom: 1px solid #000;
    text-align: center;
}

.cmnCategory01-list__item:last-of-type {
    margin-right: 0;
}

.cmnCategory01-list__item.is-active {
    color: #fff;
    font-weight: bold;
    border-bottom: none;
}

.cmnCategory01-list__item.is-active a {
    padding: 0 10px;
    background: #688665;
}

.cmnCategory01-list__item a {
    display: block;
}

.cmnCategory01.is-block .cmnCategory01-inner {
    display: block;
}

.cmnCategory01.is-block .cmnCategory01__tit {
    margin: 0 auto 30px 0;
}

@media screen and (max-width: 1024px) {
    .cmnCategory01 {
        margin-bottom: 40px;
    }

    .cmnCategory01-inner {
        display: block;
    }

    .cmnCategory01__tit {
        margin-bottom: 10px;
        font-weight: bold;
    }

    .cmnCategory01.is-block .cmnCategory01__tit {
        margin-bottom: 20px;
    }
}

/*------------------------------------------
  .cmnBlogSet01
  ------------------------------------------*/
.cmnBlogSet01 {
    padding: 0 0 160px;
}

.cmnBlogSet01-txtBox {
    display: flex;
    justify-content: space-between;
    margin: 0 30px 75px 0;
}

.cmnBlogSet01-txtBox__secTit {
    width: 240px;
}

.cmnBlogSet01-txtBox__lead {
    width: calc(100% - 260px);
}

.cmnBlogSet01__btn {
    margin: 70px auto 0;
}

@media screen and (max-width: 1024px) {
    .cmnBlogSet01 {
        padding: 0 0 60px;
    }

    .cmnBlogSet01-txtBox {
        display: block;
        margin: 0 auto 30px;
    }

    .cmnBlogSet01-txtBox__secTit {
        width: 100%;
    }

    .cmnBlogSet01-txtBox__lead {
        width: 100%;
    }

    .cmnBlogSet01__btn {
        margin-top: 25px;
    }
}

/*------------------------------------------
  cmnArchive
  ------------------------------------------*/
/*  cmnArchive01 (blog, seminar ...)
---------------------------*/
.cmnArchive01 {
    display: flex;
    flex-wrap: wrap;
}

.cmnArchive01-imgBox {
    overflow: hidden;
    margin: 0 auto 30px;
    height: 11vw;
    min-height: 132px;
}

.cmnArchive01-imgBox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
}

.cmnArchive01-contentBox {
    padding: 0 25px;
}

.cmnArchive01__meta {
    display: inline-block;
    border-bottom: 1px solid #000;
    font-weight: bold;
    margin-right: 8px;
    margin-bottom: 13px;
    padding-bottom: 4px;
    font-size: 14px;
}

.cmnArchive01__tit {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}

.cmnArchive01__txt {
    font-size: 13px;
}

@media screen and (min-width: 1025px) {
    .cmnArchive01__item {
        width: 24.8%;
        margin: 0 0.266% 0 0;
    }

    .cmnArchive01__item:nth-of-type(4n) {
        margin-right: 0;
    }

    .cmnArchive01__item:nth-of-type(n + 5) {
        margin-top: 65px;
    }
}

@media screen and (max-width: 1024px) {
    .cmnArchive01 {
        justify-content: space-between;
    }

    .cmnArchive01__item {
        width: 48%;
    }

    .cmnArchive01__item:nth-of-type(n + 3) {
        margin-top: 45px;
    }

    .cmnArchive01-imgBox {
        margin-bottom: 25px;
        min-height: unset;
        height: 50vw;
    }

    .cmnArchive01-contentBox {
        padding: 0;
    }

    .cmnArchive01-contentBox .cmnArchive01__meta {
        margin-bottom: 9px;
        padding-bottom: 7px;
        font-size: 12px;
    }

    .cmnArchive01-contentBox .cmnArchive01__tit {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .cmnArchive01-contentBox .cmnArchive01__txt {
        font-size: 12px;
    }

    .cmnArchive01-contentBox p {
        font-size: 14px;
    }

    .cmnArchive01.is-sp-block {
        display: block;
    }

    .cmnArchive01.is-sp-block .cmnArchive01__item {
        width: 100%;
    }

    .cmnArchive01.is-sp-block .cmnArchive01__item:nth-of-type(n + 2) {
        margin-top: 45px;
    }
}

/*  cmnArchive02 (works ...)
---------------------------*/
.cmnArchive02 {
    display: block;
}

.cmnArchive02__item a {
    height: 100%;
}

.cmnArchive02-imgBox {
    overflow: hidden;
    margin: 0 auto 13px;
    height: 15vw;
    border: 1px solid #efefef;
}

.cmnArchive02-imgBox img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: top;
    font-family: "object-fit: cover; object-position: center;";
}

.cmnArchive02__tag {
    color: #688665;
    font-size: 14px;
}

.cmnArchive02__txt {
    line-height: 1.5;
    font-size: 18px;
}

@media screen and (min-width: 1025px) {
    .cmnArchive02 {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .cmnArchive02__item {
        /* width: 22.5%; */
        width: 30%;
        margin: 0 3.33% 0 0;
    }

    .cmnArchive02__item:nth-of-type(3n) {
        margin-right: 0;
    }

    .cmnArchive02__item:nth-of-type(n + 4) {
        margin-top: 65px;
    }
}

@media screen and (max-width: 1024px) {
    .cmnArchive02 {
        justify-content: space-between;
    }

    .cmnArchive02__item {

    }

    .cmnArchive02__item:nth-of-type(n + 2) {
        margin-top: 45px;
    }

    .cmnArchive02-imgBox {
        height: 60vw;
    }

    .cmnArchive02__tag {
        font-size: 12px;
    }

    .cmnArchive02__txt {
        font-size: 14px;
    }
}

/*  cmnArchive03 (strong point, specialty ...)
---------------------------*/
.cmnArchive03 {
    display: flex;
    flex-wrap: wrap;
}

.cmnArchive03-imgBox {
    margin: 0 auto 25px;
}

.cmnArchive03__tit {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}

@media screen and (min-width: 1025px) {
    .cmnArchive03__item {
        width: 24%;
        margin: 0 1.33% 0 0;
    }

    .cmnArchive03__item:nth-of-type(4n) {
        margin-right: 0;
    }

    .cmnArchive03__item:nth-of-type(n + 5) {
        margin-top: 65px;
    }
}

@media screen and (max-width: 1024px) {
    .cmnArchive03 {
        justify-content: space-between;
    }

    .cmnArchive03__item {
        width: 48%;
    }

    .cmnArchive03__item:nth-of-type(n + 3) {
        margin-top: 45px;
    }

    .cmnArchive03__tit {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .cmnArchive03__txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .cmnArchive03 {
        display: block;
    }

    .cmnArchive03__item {
        width: 100%;
        margin: 0 auto 40px !important;
    }

    .cmnArchive03__item:last-of-type {
        margin-bottom: 0 !important;
    }
}


/* more btn */
.cmnArchive-more {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 320px;
    height: 80px;
    margin: 110px auto 0;
    padding: 0 60px 0 40px;
    background: #688665 url("../img/common/ico_arrow05.png") no-repeat right 37px top 50%;
    background-size: 25px;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.cmnArchive-more__txt {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    transition: all 0.3s ease-in-out;
}

.cmnArchive-more__txt.is-close {
    opacity: 0;
}

.cmnArchive-more.is-open {
    background-image: url("../img/common/ico_arrow06.png");
}

.cmnArchive-more.is-open .cmnArchive-more__txt.is-view {
    opacity: 0;
}

.cmnArchive-more.is-open .cmnArchive-more__txt.is-close {
    opacity: 1;
}

@media screen and (min-width: 1025px) {
    .cmnArchive-more:hover {
        background-position: right 37px top 60%;
    }

    .cmnArchive-more:hover.is-open {
        background-position: right 37px top 40%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .cmnArchive-more {
        font-size: 18px;
        height: 60px;
        padding: 0 50px 0 30px;
        background-position: right 20px center;
    }

    .cmnArchive-more:hover {
        background-position: right 20px top 60%;
    }

    .cmnArchive-more:hover.is-open {
        background-position: right 20px top 40%;
    }
}

@media screen and (max-width: 1024px) {
    .cmnArchive-more {
        height: 60px;
        margin-top: 40px;
        padding: 0 50px 0 30px;
        background-size: 17px;
        background-position: right 30px center;
        max-width: 315px;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
    }

    .cmnArchive-more__txt {
        height: 23px;
    }
}

/* js - acordion */
.js-archive-more-content li:nth-of-type(n + 25) {
    display: none;
}

.js-archive-more-content.is-open li:nth-of-type(n + 25) {
    display: block;
}


/*------------------------------------------
.cmnStrongpoint
------------------------------------------*/
.cmnStrongpoint {
    padding: 0 0 120px;
}

.cmnStrongpoint-txtBox {
    display: flex;
    justify-content: space-between;
    margin: 0 30px 75px 0;
}

.cmnStrongpoint__secTit {
    width: 350px;
}

.cmnStrongpoint__lead {
    width: calc(100% - 370px);
}

.cmnStrongpoint-btn {
    margin: 80px auto 0;
}

@media screen and (max-width: 1024px) {
    .cmnStrongpoint {
        padding: 0 0 60px;
    }

    .cmnStrongpoint-txtBox {
        display: block;
        margin: 0 auto 40px;
    }

    .cmnStrongpoint__secTit {
        width: 100%;
        margin-bottom: 10px;
    }

    .cmnStrongpoint__lead {
        width: 100%;
    }

    .cmnStrongpoint-btn {
        margin-top: 42px;
    }
}

/*------------------------------------------
.cmnWorks
------------------------------------------*/
.cmnWorks {
    margin-bottom: 150px;
    padding: 110px 0 130px;
}

.cmnWorks-txtBox {
    display: flex;
    justify-content: space-between;
    margin: 0 30px 55px 0;
}

.cmnWorks__secTit {
    width: 240px;
}

.cmnWorks__lead {
    width: calc(100% - 260px);
}

.cmnWorks-btn {
    margin: 130px auto 0;
}

@media screen and (max-width: 1024px) {
    .cmnWorks {
        margin-bottom: 50px;
        padding: 60px 0;
    }

    .cmnWorks-txtBox {
        display: block;
        margin: 0 auto 40px;
    }

    .cmnWorks__secTit {
        width: 100%;
        margin-bottom: 10px;
    }

    .cmnWorks__lead {
        width: 100%;
    }

    .cmnWorks-list {
        width: calc(100% - 60px);
        margin: 0 auto;
    }

    .cmnWorks-btn {
        width: calc(100% - 60px);
        margin-top: 42px;
    }
}

@media screen and (max-width: 767px) {
    .cmnWorks .cmnArchive02-imgBox {
        height: auto;
    }
}

@media screen and (max-width: 375px) {
    .cmnWorks-list {
        width: calc(100% - 0px);
    }

    .cmnWorks-btn {
        width: calc(100% - 30px);
    }
}

/* js - slider */
@media screen and (max-width: 1024px) {

    #js-cmnWorks-slider .slick-prev,
    #js-cmnWorks-slider .slick-next {
        width: 30px;
        height: 30px;
        z-index: 10;
        background: url("../img/common/ico_arrow04.png") no-repeat center;
        background-size: 16px;
        transform: none;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #js-cmnWorks-slider .slick-prev:before,
    #js-cmnWorks-slider .slick-next:before {
        content: none;
    }

    #js-cmnWorks-slider .slick-prev {
        left: -37px;
        transform: scale(-1, 1);
    }

    #js-cmnWorks-slider .slick-next {
        right: -37px;
    }
}

/*------------------------------------------
  .cmnSpecialty
  ------------------------------------------*/
.cmnSpecialty {
    padding: 0 0 150px;
}

.cmnSpecialty-txtBox {
    display: flex;
    justify-content: space-between;
    margin: 0 30px 75px 0;
}

.cmnSpecialty__secTit {
    width: 350px;
}

.cmnSpecialty__lead {
    width: calc(100% - 370px);
}

@media screen and (max-width: 1024px) {
    .cmnSpecialty {
        padding: 60px 0;
    }

    .cmnSpecialty-txtBox {
        display: block;
        margin: 0 auto 40px;
    }

    .cmnSpecialty__secTit {
        width: 100%;
        margin-bottom: 10px;
    }

    .cmnSpecialty__lead {
        width: 100%;
    }
}

/*------------------------------------------
  .wp-pagenavi
  ------------------------------------------*/
.wp-pagenavi span.current,
.wp-pagenavi .extend,
.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.page,
.wp-pagenavi span,
.wp-pagenavi a.last {
    background: #cccccc;
    color: #fff;
    padding: 10px 19px;
    border: 0;
}

.wp-pagenavi {
    margin: 50px auto;
    text-align: center;
}

.wp-pagenavi span.current {
    background: #999999;
    border: 0;
}

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

    .wp-pagenavi {
        margin: 40px auto;
        display: flex;
        flex-wrap: wrap;
    }

    .wp-pagenavi span.current,
    .wp-pagenavi .extend,
    .wp-pagenavi a.first,
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink,
    .wp-pagenavi a.page,
    .wp-pagenavi span,
    .wp-pagenavi a.last {
        padding: 5px 20px;
        margin: 0 8px 8px 0;
        display: inline-block;
    }
}

/*------------------------------------------
  .cmnBox
  ------------------------------------------*/
/*  .cmnBox01
------------------------------------------*/
.cmnBox01Wrap {
    margin: 0 auto 150px;
    padding: 120px 0;
}

@media screen and (max-width: 1024px) {
    .cmnBox01Wrap {
        margin-bottom: 55px;
        padding: 50px 0;
    }
}

.cmnBox01 {
    margin: 0 auto 80px;
}

.cmnBox01:nth-of-type(odd) .cmnBox01-imgBox {
    order: 2;
}

.cmnBox01:nth-of-type(odd) .cmnBox01-txtBox {
    padding-left: 0;
}

.cmnBox01:last-of-type {
    margin-bottom: 0;
}

.cmnBox01-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cmnBox01-imgBox {
    width: 46%;
    flex-shrink: 0;
}

.cmnBox01-txtBox {
    padding: 0 80px;
}

.cmnBox01__secTit {
    margin-bottom: 15px;
}

.cmnBox01__txt.is-big {
    margin-bottom: 20px;
    font-size: 24px;
}

.cmnBox01__btn {
    margin-top: 30px;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .cmnBox01__txt.is-big {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .cmnBox01 {
        margin-bottom: 50px;
    }

    .cmnBox01:nth-of-type(even) .cmnBox01-imgBox {
        margin-left: -30px;
    }

    .cmnBox01-inner {
        display: block;
    }

    .cmnBox01-imgBox {
        width: calc(100% + 30px);
        margin-bottom: 30px;
    }

    .cmnBox01-txtBox {
        width: 100%;
        padding: 0 !important;
    }

    .cmnBox01__secTit {
        margin-bottom: 12px;
    }

    .cmnBox01__txt.is-big {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .cmnBox01__btn {
        margin-top: 20px;
    }
}


/*  .cmnBox02
------------------------------------------*/
.cmnBox02 {
    margin-bottom: 150px;
    padding: 0 0 80px;
}

.cmnBox02:before {
    height: calc(100% - 80px);
    top: auto;
    bottom: 0;
}

.cmnBox02-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cmnBox02-imgBox {
    order: 2;
    position: relative;
    width: 56.5%;
}

.cmnBox02-imgBox:before {
    position: absolute;
    top: -32px;
    left: -47px;
    content: "";
    display: block;
    width: 90px;
    height: 75px;
    background: url("../img/common/ico_quotation01.png") no-repeat center;
    background-size: contain;
}

.cmnBox02-txtBox {
    width: 38%;
    margin-top: 80px;
}

.cmnBox02__secTit {
    margin: -10px auto 30px 0;
}

.cmnBox02__lead {
    margin-bottom: 30px;
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .cmnBox02-txtBox {
        width: 48%;
    }

    .cmnBox02-imgBox {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .cmnBox02 {
        margin-bottom: 50px;
        padding: 0 0 50px;
    }

    .cmnBox02:before {
        height: calc(100% - 50px);
    }

    .cmnBox02-inner {
        display: block;
    }

    .cmnBox02-imgBox {
        width: calc(100% + 30px);
        margin: 0 -30px 50px auto;
    }

    .cmnBox02-imgBox:before {
        width: 42px;
        height: 35px;
        top: -17px;
        left: -19px;
    }

    .cmnBox02-txtBox {
        width: 100%;
        margin-top: 0;
    }

    .cmnBox02__secTit {
        margin: 0 auto 20px;
    }

    .cmnBox02__lead {
        margin-bottom: 20px;
    }
}

/*------------------------------------------
  .cmnProfile
  ------------------------------------------*/
.cmnProfile {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 150px;
}

.cmnProfile__secTit {
    margin-bottom: 70px;
}

.cmnProfile-imgBox {
    width: 276px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.cmnProfile__name {
    margin-bottom: 50px;
    text-align: center;
}

.cmnProfile__txt+.cmnProfile__txt {
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .cmnProfile {
        margin-bottom: 50px;
    }

    .cmnProfile__secTit {
        margin-bottom: 20px;
    }

    .cmnProfile-imgBox {
        width: 200px;
    }

    .cmnProfile__name {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .cmnProfile__txt {
        font-size: 14px;
    }

    .cmnProfile__txt+.cmnProfile__txt {
        margin-top: 20px;
    }
}

/*------------------------------------------
  .cmnCompany
  ------------------------------------------*/
.cmnCompany {
    width: calc(100% - 80px);
    background: rgba(204, 204, 204, 0.3);
    margin: 0 auto 155px 0;
    padding: 75px 80px 80px;
}

.cmnCompany__secTit {
    margin-bottom: 60px;
}

.cmnCompany-data {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 34px 40px;
    background: #fff;
}

.cmnCompany-data:last-of-type {
    margin-bottom: 0;
}

.cmnCompany__tit {
    flex-shrink: 0;
    width: 200px;
    font-weight: bold;
}

.cmnCompany-list__item {
    position: relative;
    padding: 0 0 0 15px;
}

.cmnCompany-list__item:before {
    position: absolute;
    top: 16px;
    left: 0;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
}

@media screen and (max-width: 1024px) {
    .cmnCompany {
        width: 100%;
        margin: 0 auto 60px;
        padding: 45px 0;
    }

    .cmnCompany__secTit {
        margin-bottom: 45px;
    }

    .cmnCompany-data {
        display: block;
        margin-bottom: 30px;
        padding: 23px 30px;
    }

    .cmnCompany__tit {
        width: 100%;
        margin-bottom: 15px;
    }

    .cmnCompany-list__item:before {
        top: 13px;
    }
}

/*------------------------------------------
  .cmnAccess
  ------------------------------------------*/
.cmnAccess {
    width: calc(100% - 80px);
    margin-bottom: 250px;
}

.cmnAccess__secTit {
    margin-bottom: 40px;
}

.cmnAccess__lead {
    margin-bottom: 60px;
    text-align: center;
}

.cmnAccess-mapBox {
    width: 100%;
    height: 630px;
}

.cmnAccess-mapBox iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .cmnAccess {
        width: 100%;
        margin-bottom: 80px;
    }

    .cmnAccess__secTit {
        margin-bottom: 20px;
    }

    .cmnAccess__lead {
        margin-bottom: 40px;
        font-size: 14px;
    }

    .cmnAccess-mapBox {
        height: 300px;
    }
}

/*------------------------------------------
  #toc_container
  ------------------------------------------*/

#toc_container {
    margin: 40px auto;
    padding: 23px 50px 30px;
    background: #f6f6f6;
}

#toc_container .toc_title {
    margin-bottom: 5px;
    padding: 0 0 0 22px;
    background: url(../img/common/ico_arrow07.png) no-repeat left center;
    background-size: 11px;
    font-size: 17px;
}

#toc_container .toc_title::after {
    content: "目次";
}

#toc_container ul.toc_list {
    border-top: 1px solid #e9e9e9;
    margin: auto;
}

#toc_container ul.toc_list li::before {
    display: none;
}

#toc_container ul.toc_list>li {
    border-bottom: 1px solid #e9e9e9;
    font-size: 17px;
    padding: 0;
}

#toc_container ul.toc_list li a {
    display: block;
    padding: 9px 0;
}

#toc_container ul.toc_list>li ul {
    border-top: 1px solid #e9e9e9;
    margin: auto;
    padding-left: 20px;
}

#toc_container ul.toc_list>li ul>li {
    border-bottom: 1px solid #e9e9e9;
    font-size: 15px;
    padding: 0;
}

#toc_container ul.toc_list>li ul>li:last-child {
    border-bottom: 0;
}

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


    #toc_container {
        margin: 40px auto;
        padding: 20px;
        background: #f6f6f6;
    }

    #toc_container .toc_title {
        margin-bottom: 5px;
        padding: 0 0 0 16px;
        background: url(../img/common/ico_arrow07.png) no-repeat left center;
        background-size: 9px;
        font-size: 14px;
    }

    #toc_container .toc_title::after {
        content: "目次";
    }

    #toc_container ul.toc_list {
        border-top: 1px solid #e9e9e9;
        margin: auto;
    }

    #toc_container ul.toc_list li::before {
        display: none;
    }

    #toc_container ul.toc_list>li {
        border-bottom: 1px solid #e9e9e9;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

    #toc_container ul.toc_list>li:last-child {
        border-bottom: 0;
    }

    #toc_container ul.toc_list li a {
        display: block;
        padding: 9px 0;
    }

    #toc_container ul.toc_list>li ul {
        border-top: 1px solid #e9e9e9;
        margin: auto;
        padding-left: 20px;
    }

    #toc_container ul.toc_list>li ul>li {
        border-bottom: 1px solid #e9e9e9;
        font-size: 15px;
        padding: 0;
        margin: 0;
    }

    #toc_container ul.toc_list>li ul>li:last-child {
        border-bottom: 0;
    }
}


/*------------------------------------------
  .cmnSingle01
  ------------------------------------------*/
.cmnSingle01 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 280px;
}

.cmnSingle01 .titBox {
    margin-bottom: 48px;
}

.cmnSingle01 .mainTit {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}

.cmnSingle01 .mainTit.center {
    text-align: center;
}

.cmnSingle01 h2 {
    margin: 110px auto 40px;
    font-size: 34px;
    letter-spacing: 3px;
    line-height: 1.6;
}

.cmnSingle01 h2 em {
    font-style: normal;
    font-size: .8em;
    color: #ddd6ba;
}

.cmnSingle01 h3 {
    margin: 40px auto 20px;
    font-weight: bold;
    font-size: 28px;
}

.cmnSingle01 h3 em {
    font-style: normal;
    font-size: .8em;
    color: #ddd6ba;
}

.cmnSingle01 h4 {
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 20px;
}

.cmnSingle01 h5 {
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 18px;
}

.cmnSingle01 h6 {
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 17px;
}

.cmnSingle01 .wp-block-column>h3:first-child,
.cmnSingle01 .wp-block-column>h3:first-child,
.cmnSingle01 .wp-block-column>h4:first-child,
.cmnSingle01 .wp-block-column>h5:first-child,
.cmnSingle01 .wp-block-column>h6:first-child {
    margin-top: 0;
}

.cmnSingle01 .en {
    position: relative;
    margin: 0 auto 18px 0;
    padding: 0 0 0 40px;
    line-height: 1.3;
    display: block;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
}

.cmnSingle01 .en:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #111;
}

.cmnSingle01 p:not([class]) {
    margin: 0 auto 30px;
}

.cmnSingle01 p:not([class])>a {
    color: #fe5013;
    font-weight: bold;
    text-decoration: underline;
}

.cmnSingle01 .mainImg {
    display: block;
    margin: 0 auto 50px;
}

.cmnSingle01 ul {
    margin: 30px auto;
}

.cmnSingle01 ul li {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    font-size: 17px;
}

.cmnSingle01 ul li:before {
    position: absolute;
    top: 14px;
    left: 2px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #688665;
    border-radius: 50%;
}

.cmnSingle01 ol {
    margin: 30px auto;
    counter-reset: number;
}

.cmnSingle01 ol li {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 0 30px;
    font-size: 17px;
}

.cmnSingle01 ol li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    color: #688665;
    font-weight: bold;
}

.cmnSingle01 ul.sp-gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cmnSingle01 ul.sp-gallery li {
    width: 47%;
    padding: 0;
}

.cmnSingle01 ul.sp-gallery li::before {
    display: none;
}


.cmnSingle01 .wp-block-table table {
    margin: 30px auto;
    background: #fff;
    border: 10px solid #f5f5f5;
}

.cmnSingle01 .wp-block-table table tr {
    border-bottom: 3px solid #f5f5f5;
}

.cmnSingle01 .wp-block-table table th,
.cmnSingle01 .wp-block-table table td {
    padding: 10px 30px;
    font-size: 17px;
}

.cmnSingle01 .wp-block-table table td:first-child,
.cmnSingle02 .wp-block-table table td:first-child {
    white-space: nowrap;
}

.cmnSingle01 .wp-block-table table th {
    width: 33%;
    border-right: 3px solid #f5f5f5;
}



@media screen and (max-width: 1024px) {
.cmnSingle01 .wp-block-table table td:first-child,
.cmnSingle02 .wp-block-table table td:first-child {
    background: #f5f5f5;
}
}

.cmnSingle01 .wp-block-buttons .wp-block-button,
.cmnSingle01 .wp-block-buttons .wp-block-button:last-child {
    width: auto;
    overflow: hidden;
    border-radius: 50px;
    margin: 50px auto;
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    display: inline-block;
}

.cmnSingle01 .wp-block-buttons .wp-block-button a.wp-block-button__link {
    display: flex;
    align-items: center;
    padding: 26px 70px 26px 40px;
    background: #688665 url("../img/common/ico_arrow01.png") no-repeat right 37px center;
    background-size: 25px;
}

.cmnSingle01 .wp-block-group.box {
    border: 10px solid #eee;
    padding: 0px 50px 60px;
    margin: 90px 0;
    text-align: center;
}

.cmnSingle01 .wp-block-group.box * {
    text-align: center;
}

.cmnSingle01 .wp-block-group.box ul,
.cmnSingle01 .wp-block-group.box ol,
.cmnSingle01 .wp-block-group.box table {
    text-align: left;
}

.cmnSingle01 .wp-block-image figcaption {
    text-align: center;
    font-size: 0.9em;
    margin: 0;
    padding: 5px;
}

.cmnSingle01 .wp-block-image.border {
    border: 1px solid #eee;
}

.cmnSingle01 .wp-block-quote {
    background: #f6f6f6;
    margin: 30px auto;
    padding: 50px;
}

.cmnSingle01 .wp-block-quote cite {
    color: #999;
    font-size: 12px;
    font-style: normal;
    word-break: break-all;
    text-align: right;
    display: block;
    line-height: 1.6;
}

.cmnSingle01 .wp-block-group.has-background {
    padding: 3rem;
}

.cmnSingle01 .wp-block-group__inner-container h2:first-child,
.cmnSingle01 .wp-block-group__inner-container h3:first-child,
.cmnSingle01 .wp-block-group__inner-container h4:first-child,
.cmnSingle01 .wp-block-group__inner-container h5:first-child,
.cmnSingle01 .wp-block-group__inner-container h6:first-child {
    margin-top: 1em;
}

.cmnSingle01 h2.mt0,
.cmnSingle01 h3.mt0,
.cmnSingle01 h4.mt0,
.cmnSingle01 h5.mt0,
.cmnSingle01 h6.mt0 {
    margin-top: 0 !important;
}

.cmnSingle01 .catch-en {
    font-size: 70px;
}

@media screen and (min-width: 1025px) {
    .cmnSingle01 .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
        opacity: 1;
        background-position: right 27px center;
    }

    .wp-block-columns.voice-box .wp-block-column:first-child {
        flex-basis: 20% !important;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .cmnSingle01 .wp-block-buttons .wp-block-button {
        font-size: 18px;
    }

    .cmnSingle01 .wp-block-buttons .wp-block-button a.wp-block-button__link {
        height: 60px;
        padding: 0 50px 0 30px;
        background-position: right 20px center;
    }

    .cmnSingle01 .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
        background-position: right 10px center;
    }
}

@media screen and (max-width: 1024px) {
    .cmnSingle01 {
        max-width: none;
        margin-bottom: 100px;
        padding: 0 30px;
    }

    .cmnSingle01 .titBox {
        margin-bottom: 20px;
    }

    .cmnSingle01 .mainTit {
        font-size: 24px;
    }

    .cmnSingle01 .mainImg {
        margin: 20px auto;
    }

    .cmnSingle01 h2 {
        line-height: 1.8;
        font-size: 24px;
        text-align: justify;
        margin: 70px auto 20px;
    }

    .cmnSingle01 h3 {
        font-size: 20px;
        margin: 50px 0 10px 0;
    }

    .cmnSingle01 h4 {
        font-size: 18px;
    }

    .cmnSingle01 h5 {
        font-size: 16px;
    }

    .cmnSingle01 h6 {
        font-size: 15px;
    }

    .cmnSingle01 .en {
        margin-bottom: 14px;
        padding: 0 0 0 30px;
        font-size: 15px;
    }

    .cmnSingle01 .en:before {
        width: 15px;
    }

    .cmnSingle01 p:not([class]) {
        margin-bottom: 30px;
    }

    .cmnSingle01 ul {
        margin: 20px auto;
    }

    .cmnSingle01 ul li {
        font-size: 16px;
    }

    .cmnSingle01 ul li:before {
        width: 6px;
        height: 6px;
        top: 13px;
    }

    .cmnSingle01 ol {
        margin: 20px auto;
    }

    .cmnSingle01 ol li {

        padding-left: 25px;
        font-size: 14px;
    }

    .cmnSingle01 ul.sp-gallery li {
        width: 100%;
        margin: 0 0 50px
    }

    .cmnSingle01 .wp-block-table table {
        margin: 20px auto;
        border-width: 5px;
    }

    .cmnSingle01 .wp-block-table table th,
    .cmnSingle01 .wp-block-table table td {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .cmnSingle01 .wp-block-table table th {
        border-right: none;
        border-bottom: 1px solid #f5f5f5;
        font-weight: bold;
    }

    .cmnSingle01 .wp-block-buttons .wp-block-button {
        max-width: 315px;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
    }

    .cmnSingle01 .wp-block-buttons .wp-block-button a.wp-block-button__link {
        padding: 10px 50px 10px 30px;
        background-size: 17px;
        background-position: right 30px center;
        font-size: 14px;
    }

    .cmnSingle01 .wp-block-group.box {
        border: 10px solid #eee;
        padding: 20px;
        margin: 50px auto;
        text-align: left;
    }

    .cmnSingle01 .wp-block-group.box .wp-block-buttons .wp-block-button {
        margin: 20px auto;
    }

    .cmnSingle01 .wp-block-column {
        margin-bottom: 40px;
    }


    .cmnSingle01 .wp-block-quote {
        background: #f6f6f6;
        padding: 50px;
    }

    .cmnSingle01 .wp-block-quote cite {
        color: #999;
        font-size: 12px;
        font-style: normal;
        word-break: break-all;
        display: block;
        text-align: left;
    }

    .cmnSingle01 .catch-en {
        font-size: 50px;
    }

}


@media screen and (max-width: 768px) {
    .cmnSingle01 .wp-block-quote {
        width: 90%;
        padding: 5%;
        margin: 30px auto;
    }

    .cmnSingle01 .sp_half img {
        width: 50%;
        margin: auto;
        display: block;
    }

    .cmnSingle01 .catch-en {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .cmnSingle01 .wp-block-group.has-background {
        padding: 1.5rem;
    }
}

/*------------------------------------------
  .cmnSingle02
  ------------------------------------------*/
.cmnSingle02 {
    width: calc(100% - 80px);
    margin: 0 auto 280px 0;
}

.cmnSingle02 .titBox {
    margin-bottom: 17px;
}

.cmnSingle02 .mainTit {
    font-size: 30px;
    line-height: 1.5;
}

.cmnSingle02 h2 {
    margin: 0 auto 20px;
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 2;
}

.cmnSingle02 h3 {
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 24px;
}

.cmnSingle01 h4 {
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 20px;
}

.cmnSingle01 h5 {
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 18px;
}

.cmnSingle01 h6 {
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 17px;
}

.cmnSingle02 .en {
    position: relative;
    margin: 0 auto 18px 0;
    padding: 0 0 0 40px;
    line-height: 1.3;
    display: block;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
}

.cmnSingle02 .en:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #111;
}

.cmnSingle02 p {
    margin: 0 auto 50px;
}

.cmnSingle02 p:not([class])>a:not([class]) {
    color: #fe5013;
    font-weight: bold;
    text-decoration: underline;
}

.cmnSingle02 .setWrap {
    margin: 0 auto 200px;
}

.cmnSingle02 .set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 80px;
}

.cmnSingle02 .set:nth-of-type(odd) .set-imgBox {
    order: 2;
}

.cmnSingle02 .set:nth-of-type(odd) .set-txtBox {
    padding-left: 0;
}

.cmnSingle02 .set:last-of-type {
    margin-bottom: 0;
}

.cmnSingle02 .set-imgBox {
    width: 46%;
    flex-shrink: 0;
}

.cmnSingle02 .set-txtBox {
    padding: 0 80px;
}

.cmnSingle02 .set .wp-block-buttons .wp-block-button {
    margin: 30px auto 0 0;
}

.cmnSingle02 ul {
    margin: 30px auto;
}

.cmnSingle02 ul li {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 17px;
}

.cmnSingle02 ul li:before {
    position: absolute;
    top: 14px;
    left: 2px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #688665;
    border-radius: 50%;
}

.cmnSingle02 ul {
    margin: 30px auto;
    counter-reset: number;
}

.cmnSingle02 ul li {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 17px;
}

.cmnSingle02 ul li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    color: #688665;
    font-weight: bold;
}

.cmnSingle02 ul {
    margin: 30px auto;
    counter-reset: number;
}

.cmnSingle02 ul li {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 17px;
}

.cmnSingle02 ul li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    color: #688665;
    font-weight: bold;
}

.cmnSingle02 .wp-block-table table {
    margin: 30px auto;
    background: #fff;
    border: 10px solid #f5f5f5;
}

.cmnSingle02 .wp-block-table table tr {
    border-bottom: 3px solid #f5f5f5;
}

.cmnSingle02 .wp-block-table table th,
.cmnSingle02 .wp-block-table table td {
    padding: 10px 30px;
    font-size: 17px;
}

.cmnSingle02 .wp-block-table table th {
    width: 33%;
    border-right: 3px solid #f5f5f5;
}

.cmnSingle02 .wp-block-buttons .wp-block-button {
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    border-radius: 50px;
    margin: 50px auto;
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
}

.cmnSingle02 .wp-block-buttons .wp-block-button a.wp-block-button__link {
    display: flex;
    align-items: center;
    padding: 26px 60px 26px 40px;
    background: #688665 url("../img/common/ico_arrow01.png") no-repeat right 37px center;
    background-size: 25px;
}

.cmnSingle02 .wp-block-group.box {
    border: 10px solid #eee;
    padding: 50px 50px 0;
    margin: 50px;
    text-align: center;
}

.cmnSingle02 .wp-block-group.box>* {
    text-align: center;
}

.cmnSingle02 .wp-block-group.box ul,
.cmnSingle02 .wp-block-group.box ol,
.cmnSingle02 .wp-block-group.box table {
    text-align: left;
}

.cmnSingle02 .wp-block-image figcaption {
    text-align: center;
    font-size: 0.9em;
}


@media screen and (min-width: 1025px) {
    .cmnSingle02 .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
        opacity: 1;
        background-position: right 27px center;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .cmnSingle02 .wp-block-buttons .wp-block-button {
        font-size: 18px;
    }

    .cmnSingle02 .wp-block-buttons .wp-block-button a.wp-block-button__link {
        height: 60px;
        padding: 0 50px 0 30px;
        background-position: right 20px center;
    }

    .cmnSingle02 .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
        background-position: right 10px center;
    }
}

@media screen and (max-width: 1024px) {
    .cmnSingle02 {
        width: 100%;
        max-width: none;
        margin-bottom: 100px;
        padding: 0 30px;
    }

    .cmnSingle02 .titBox {
        margin-bottom: 20px;
    }

    .cmnSingle02 .mainTit {
        font-size: 24px;
    }

    .cmnSingle02 .mainImg {
        margin: 20px auto;
    }

    .cmnSingle02 h2 {
        line-height: 1.8;
        font-size: 24px;
        text-align: justify;
    }

    .cmnSingle02 .en {
        margin-bottom: 14px;
        padding: 0 0 0 30px;
        font-size: 15px;
    }

    .cmnSingle02 .en:before {
        width: 15px;
    }

    .cmnSingle02 h3 {
        font-size: 20px;
    }

    .cmnSingle02 h4 {
        font-size: 18px;
    }

    .cmnSingle02 h5 {
        font-size: 16px;
    }

    .cmnSingle02 h6 {
        font-size: 15px;
    }

    .cmnSingle02 p {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .cmnSingle02 .setWrap {
        margin-bottom: 55px;
    }

    .cmnSingle02 .set {
        display: block;
        margin-bottom: 50px;
    }

    .cmnSingle02 .set:nth-of-type(even) .set-imgBox {
        margin-left: -30px;
    }

    .cmnSingle02 .set-inner {
        display: block;
    }

    .cmnSingle02 .set-imgBox {
        width: calc(100% + 30px);
        margin-bottom: 30px;
    }

    .cmnSingle02 .set-txtBox {
        width: 100%;
        padding: 0 !important;
    }

    .cmnSingle02 .set .wp-block-buttons .wp-block-button {
        margin-top: 20px;
    }

    .cmnSingle02 ul {
        margin: 20px auto;
    }

    .cmnSingle02 ul li {
        font-size: 14px;
    }

    .cmnSingle02 ul li:before {
        width: 6px;
        height: 6px;
        top: 13px;
    }

    .cmnSingle02 ul {
        margin: 20px auto;
    }

    .cmnSingle02 ul li {
        padding-left: 25px;
        font-size: 14px;
    }

    .cmnSingle02 .wp-block-table table {
        margin: 20px auto;
        border-width: 5px;
    }

    .cmnSingle02 .wp-block-table table th,
    .cmnSingle02 .wp-block-table table td {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .cmnSingle02 .wp-block-table table th {
        border-right: none;
        border-bottom: 1px solid #f5f5f5;
        font-weight: bold;
    }

    .cmnSingle02 .wp-block-buttons .wp-block-button {
        max-width: 315px;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
    }

    .cmnSingle02 .wp-block-buttons .wp-block-button a.wp-block-button__link {
        padding: 10px 50px 10px 30px;
        background-size: 17px;
        background-position: right 30px center;
        font-size: 14px;
    }

    .cmnSingle02 .wp-block-group.box {
        border: 10px solid #eee;
        padding: 20px;
        margin: 50px auto;
        text-align: left;
    }

    .cmnSingle02 .wp-block-group.box .wp-block-buttons .wp-block-button {
        margin: 20px auto;
    }

    .cmnSingle02 .wp-block-column {
        margin-bottom: 40px;
    }

}


/*------------------------------------------
  single-works
  ------------------------------------------*/
.single-works .contentBox img {
    border: 1px solid #f5f5f5;
}



/*------------------------------------------
  password
  ------------------------------------------*/
.post-password-form {
    background: #f5f5f5;
    padding: 5rem;
    margin: 5rem;
}

.post-password-form label input {background: #fffadb;margin: 0 1.5rem 0 0.5rem;padding: 0.5rem 1rem;border: 3px double #688665;}

.post-password-form input[type="submit"] {
    padding: 0.7rem 2rem;
    background: #688665;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 4px;
    transition: 0.2s;
}

.post-password-form input[type="submit"]:hover {
    opacity: 0.7;
}