/*
 * Custom
*=============================================*/

@import url('https://fonts.googleapis.com/css2?family=Khula:wght@700&display=swap');

/* heading*/
.h2 {
    line-height: 30px;
    padding-bottom: 15px;
    position: relative;
}

.h2:before {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 140px;
    height: 0;
}

.h2:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 55px;
    height: 0;
    border-top: 1px solid #000;
}

.h2 strong {
    font-family: 'Noto Sans CJK JP', sans-serif;
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #191919;
}

.h2 span {
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-left: 25px;
    color: #2d2d2d;
}

.h2.center {
    text-align: center;
    padding-bottom: 0;
    z-index: 1;
}

.h2.center:before {
    width: 100%;
    height: 100%;
    font-family: 'Khula', sans-serif;
    font-size: 98px;
    line-height: 1;
    text-align: center;
    color: #171A6E;
    border: 0;
    bottom: 11px;
    left: 0;
    z-index: -1;
}

.h2.center:after {
    display: none;
}

.h2.center>* {
    display: block;
}

.h2.center span {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .h2 {
        line-height: 24px;
        padding-bottom: 10px;
    }

    .h2:after {
        width: 30px;
        bottom: 13px;
    }

    .h2 strong {
        font-size: 20px;
    }

    .h2 span {
        font-size: 12px;
    }

    .h2.center:before {
        font-size: 73px;
        bottom: 15px;
    }

    .box .h2,
    #notice .h2,
    #news-content .h2,
    #news-detail .h2 {
        margin-top: 20px;
    }
}


@media screen and (max-width: 374px) {
    .h2 span {
        font-size: 12Fpx;
    }

    .h2 small {
        font-size: 12px;
        margin-left: 10px;
    }
}

/* button ZONING IN*/
.btn-zoningin a {
    display: block;
    width: 215px;
    background-color: #171A6E;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0 13px;
    position: relative;
    z-index: 1;
}

.btn-zoningin a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 24px solid #171A6E;
    border-bottom: 24px solid #171A6E;
    border-right: 24px solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.btn-zoningin a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 24px solid #171A6E;
    border-bottom: 24px solid #171A6E;
    border-left: 24px solid transparent;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.btn-zoningin a:hover {
    opacity: 1;
    color: #fff;
}

.btn-zoningin a:hover:before {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}

.btn-zoningin a:hover:after {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}

@media screen and (max-width: 767px) {
    .btn-zoningin a {
        width: 155px;
        font-size: 14px;
    }
}

/**/
.btn-style a {
    display: block;
    width: 220px;
    height: 40px;
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    background-color: #454590;
    border-radius: 2px;
    color: #FFF;
}

.btn-style .circle {
    display: block;
    margin: 0;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 3px;
    right: 10px;

}

.btn-style .arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 15px;
    height: 1px;
    background: none;
}

.btn-style .arrow:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    right: 1px;
    z-index: 1;
}

.btn-style .btn-text {
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #FFF;
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    z-index: 1;
    padding-right: 16px;
}

.btn-style a:hover {
    opacity: 1;
}

.btn-style a:hover .circle {
    width: 100%;
}

.btn-style a:hover .circle .arrow {
    background: #fff;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}

.btn-style a:hover .btn-text {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .btn-style a {
        width: 180px;
        height: 40px;
    }

    .btn-style .circle {
        top: 3px;
    }

    .btn-style .btn-text {
        font-size: 14px;
        line-height: 36px;
        padding: 0 20px 1px 0;
        top: 3px;
    }
}

/**/
/* breadcrumb */
#bread {
    padding: 35px 0 70px;
}

#bread ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 22px;
}

#bread ul li+li:before {
    content: ">";
    display: inline-block;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    #bread {
        overflow-x: auto;
        padding: 20px 0;
    }

    #bread ul {
        width: max-content;
        font-size: 12px;
    }

    .car-rental #bread ul li+li {
        width: 120px;
    }
}

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

.text_underline {
    text-decoration: underline;
}

a.text_underline:hover {
    text-decoration: none;
}

/*
 * Home
*=============================================*/
#key {
    width: 100%;
    height: 850px;
    background: url("../img/main.png") no-repeat center right/cover;
    overflow: hidden;
    position: relative;
}

#key .catch {
    width: 94vw;
    position: absolute;
    bottom: 340px;
    left: 4vw;
    z-index: 1;
}

@media screen and (max-width: 991px) {
     #key {
        background-size: 140%;
     }
}

@media screen and (max-width: 767px) {
    #key {
        height: 85vw;
        background: url("../img/sp-main.png") no-repeat center center/contain;
    }

    #key .catch {
        bottom: 12px;
        left: 0;
        width: 100%;
        transform: translate(0, 0);
    }

    #key .catch img {
        width: 90%;
        margin: 0 auto;
    }
}

/* vision */
.home #vision {
    background-color: #F5F5F2;
    padding-top: 160px;
    position: relative;
    margin-bottom: 160px;
}

@media screen and (min-width: 1700px) {
    .home #vision:after {
        content: "";
        position: absolute;
        width: 200px;
        height: 254px;
        bottom: 50px;
        left: 20px;
        background-image: url("../img/vision-image.png");
        background-size: cover;
    }
}

.home #vision:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 270px;
    background-color: #F5F5F2;
    bottom: -50px;
    left: 0;
    transform: skewY(-3deg);
    transform-origin: top right;
}

.home #vision .block {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.home #vision .block .box {
    margin-top: 45px;
    flex-basis: 55%;
}

.home #vision .block h3 {
    font-size: 29px;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 0.02em;
    padding: 45px 0 20px;
}

.home #vision .block .txt {
    letter-spacing: -0.02em;
    width: 100%;
}

.home #vision .block .catch {
    font-size: 20px;
    padding-top: 20px;
    text-align: right;
}

.home #vision .block .photo {
    flex-basis: 45%;
    margin-top: -30px;
    position: relative;
}

@media screen and (max-width: 1240px) {
    .home #vision .block .photo {
        width: 410px;
    }
}

@media screen and (max-width: 991px) {
    .home #vision {
        padding-top: 0;
    }

    .home #vision .block {
        flex-direction: column;
        margin-right: 0;
    }

    .home #vision .block .box {
        flex-basis: 100%;
        width: 100%;
    }

    .home #vision .block .photo {
        width: 100%;
        margin-top: 50px;
        flex-basis: 100%;
    }
}

@media screen and (max-width: 767px) {
    .home #vision:before {
        height: 330px;
        transform: skewY(-9deg);
    }

    .home #vision:after {
        content: "";
        position: absolute;
        width: 85px;
        height: 110px;
        top: 30px;
        right: 30px;
        background-image: url("../img/vision-image.png");
        background-size: cover;
    }

    .home #vision {
        padding: 30px 0;
    }

    .home #vision .block h2 {
        margin: 0;
    }

    .home #vision .block h3 {
        font-size: min(16px, calc(calc(100vw - 20px) / 22));
        padding: 25px 0 10px;
    }

    .home #vision .block .catch {
        font-size: min(16px, calc(calc(100vw - 20px) / 22));
        padding-top: 15px;
    }

    .home #vision .block .photo {
        margin-top: 0px;
    }

    .home #vision .block .photo:before {
        display: none;
    }
}

/* service */
/*.home #service {
    padding: 100px 0 270px;
    margin-bottom: 70px;
    position: relative;
}

@media screen and (min-width: 1700px) {
    .home #service:before {
        position: absolute;
        width: 202px;
        height: 339px;
        bottom: 130px;
        left: 30px;
        content: "";
        background-image: url("../img/service-image2.png");
        background-size: cover;
    }

    .home #service:after {
        position: absolute;
        width: 202px;
        height: 441px;
        top: 0;
        right: 0px;
        margin: 0 50px;
        content: "";
        background-image: url("../img/service-image1.png");
        background-size: cover;
    }
}

.home #service h2 {
    position: relative;
    margin-bottom: 100px
}

.home #service h2:before {
    content: "SERVICE";
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 100px;
    opacity: 0.2;
    bottom: 28px;
    left: -5px;
}

.home #service h2:after {
    content: '';
    position: absolute;
}

.h2 strong {
    padding: 0;
    left: -5px;
    font-size: 31px;
}

.home #service .block {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    box-sizing: border-box;
}

.home #service .block .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(38, 27, 18, 0.75);
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(50% - 25px);
}

.home #service .block .item .photo {
    width: calc(42% - 20px);
    padding: 0 10px 0;
}

.home #service .block .item .explain {
    width: 58%;
    padding: 0;
    font-size: 16px;
}

.home #service .block .item h3 {
    font-size: 25px;
    line-height: 43px;
    font-weight: normal;
    color: #2d2d2d;
    padding: 0 0 12px;
}

.home #service .block .item .txt {
    text-align: justify;
    padding: 0 30px;
    color: #191919;
}

@media screen and (max-width: 991px) {
    .home #service .block .item h3 {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 0 10px;
    }

    .home #service .block .item .txt {
        text-align: justify;
        padding: 0 10px;
    }

    .home #service .block .item .photo {
        width: 100%;
    }

    .home #service .block .item .photo img {
        object-fit: cover;
        width: 100%;
    }

    .home #service .block .item .explain {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .home #service {
        margin-bottom: 100px;
    }

    .home #service h2:before {
        font-size: 73px;
        bottom: 15px;
    }

    .home #service {
        padding: 60px 0 45px;
    }

    .home #service .block {
        gap: 20px;
    }

    .home #service .block .item {
        width: 100%;
        padding-bottom: 30px;
    }
}
*/
.home #service{
    padding-top: 80px;
    position: relative;
    margin-bottom: 170px;
}


.home #service .block {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
   }

.home #service .block .box {
    margin-top: 45px;
    flex-basis: 55%;
}

.home #service .block h3 {
    font-size: 29px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 0.02em;
    padding: 45px 0 20px;
}

.home #service .block .txt {
    letter-spacing: -0.02em;
    width: 100%;
}

.home #service .block .catch {
    font-size: 20px;
    padding-top: 20px;
    text-align: right;
}

.home #service .block .photo {
    flex-basis: 45%;
    margin-top: -30px;
    position: relative;
}

@media screen and (max-width: 1240px) {
    .home #service .block .photo {
        width: 410px;
    }
}

@media screen and (max-width: 991px) {
    .home #service {
        padding-top: 0;
    }

    .home #service .block {
        flex-direction: column;
        margin-right: 0;
        flex-direction: column-reverse;
    }

    .home #service .block .box {
        flex-basis: 100%;
        width: 100%;
    }

    .home #service .block .photo {
        width: 100%;
        margin-top: 50px;
        flex-basis: 100%;
    }
}

@media screen and (max-width: 767px) {
    .home #service:before {
        height: 330px;
        transform: skewY(-9deg);
    }

    .home #service {
        padding: 30px 0;
    }

    .home #service .block h2 {
        margin: 0;
    }

    .home #service .block h3 {
        font-size: min(18px, calc(calc(100vw - 20px) / 22));
        padding: 25px 0 10px;
        line-height: 30px;
    }

    .home #service .block .catch {
        font-size: min(16px, calc(calc(100vw - 20px) / 22));
        padding-top: 15px;
    }

    .home #service .block .photo {
        margin-top: 0px;
    }

    .home #service .block .photo:before {
        display: none;
    }
}

/* company */
/*.home #company {
    padding-bottom: 110px;
    position: relative;
}

.home #company #company-offset {
    position: absolute;
    top: -100px;
    width: 100%;
    left: 0;
}

.home #company .company-icon {
    display: none;
}

@media screen and (min-width: 1700px) {
    .home #company:after {
        content: "";
        position: absolute;
        width: 251px;
        height: 257px;
        bottom: 90px;
        right: 50px;
        background-image: url("../img/company-image.png");
        background-size: cover;
    }
}

.home #company .profile .wrap {
    display: flex;
    flex-wrap: wrap;
    top: -40px;
}

.home #company .profile .photo {
    width: calc(50% - 2vw);
    margin-right: 2vw;
    margin-top: 35px;
    margin-left: 0;
}

.home #company .profile .box {
    width: calc(50% - 2vw);
    margin-left: 2vw;
}

.home #company .profile .box h2 {
    margin-bottom: 30px;
}

.home #company .profile .box dl {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #808080;
    line-height: 25px;
    padding: 20px 0;
}

.home #company .profile .box dl>* {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
}

.home #company .profile .box dl dt {
    width: 150px;
    font-size: 18px;
    font-weight: bold;
}

.home #company .profile .btn-style {
    width: 100%;
    padding-top: 110px;
}

.home #company .profile .btn-style a {
    margin: 0 auto;
}

.home #company .gallery-photo {
    padding-bottom: 74px;
}

.home #company .gallery-photo .wrap {
    display: flex;
    flex-wrap: wrap;
}

.home #company .gallery-photo .wrap li {
    width: 235px;
    margin-bottom: 6px;
}

.home #company .gallery-photo .wrap li+li {
    margin-left: 6px;
}

.home #company .gallery-photo .wrap li:nth-child(5n+1) {
    margin-left: 0;
}

.home #company .company-intro {
    padding-bottom: 15px;
}

.home #company .company-intro .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home #company .company-intro .item {
    width: 560px;
    margin-bottom: 45px;
}

.home #company .company-intro .item h3 {
    background-color: #8c8059;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    padding: 10px 20px;
}

.home #company .company-intro .item dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.home #company .company-intro .item dl dt {
    width: 215px;
}

.home #company .company-intro .item dl dd {
    width: 320px;
    margin-left: 20px;
}

@media screen and (max-width: 1240px) {
    .home #company .company-intro .item {
        width: 46.5%;
    }

    .home #company .company-intro .item dl dd {
        width: calc(100% - 235px);
    }
}

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

    .home #company .profile .box dl {
        display: block;
    }

    .home #company .profile .box dl dt {
        width: 100%;
        display: block;
    }

    .home #company .profile .box dl dd {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .home #company {
        padding: 0;
    }

    .home #company:before {
        transform: skewY(-9deg);
    }

    .home #company:after {
        content: "";
        position: absolute;
        width: 26vw;
        height: 26vw;
        top: -90px;
        right: 20px;
        background-image: url("../img/company-image.png");
        background-size: cover;
    }

    .home #company .profile {
        padding: 0 0 40px;

    }

    .home #company:before {
        top: -125px;
    }

    .home #company .profile .wrap {
        display: block;
        padding-top: 25px;
        top: 0px;
    }

    .home #company .profile .box {
        width: 100%;
        margin: 0;
    }

    .home #company .profile .box h2 {
        margin-bottom: 20px;
        margin-top: 0;
        margin-left: 0;
    }

    .home #company .profile .box dl {
        display: block;
        padding: 15px 10px;
    }

    .home #company .profile .box dl>* {
        display: block;
    }

    .home #company .profile .box dl dt {
        font-size: 14px;
    }

    .home #company .profile .box dl dd {
        margin-top: 7px;
    }

    .home #company .profile .btn-style {
        padding-top: 40px;
    }

    .home #company .company-intro .wrap {
        display: block;
    }

    .home #company .company-intro .item {
        width: 100%;
        margin-bottom: 35px;
    }

    .home #company .company-intro .item h3 {
        font-size: 14px;
        line-height: 25px;
        padding: 10px;
    }

    .home #company .company-intro .item dl {
        display: block;
        margin-top: 10px;
    }

    .home #company .company-intro .item dl dt {
        width: 100%;
    }

    .home #company .company-intro .item dl dd {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}
**/
.home #company {
    background-color: #F5F5F2;
    padding-bottom: 160px;
    position: relative;
}
.home #company #company-offset {
    position: absolute;
    top: -100px;
    width: 100%;
    left: 0;
}
/*@media screen and (min-width: 1700px) {
    .home #company :before {
        content: "";
        position: absolute;
        width: 200px;
        height: 254px;
        top: 50px;
        right: 20px;
        background-image: url("../img/vision-image.png");
        background-size: cover;
    }
}*/

.home #company::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 205px;
    background-color: #F5F5F2;
    top: -125px;
    left: 0;
    transform: skewY(-3deg);
    transform-origin: top right;
}

.home #company .block {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.home #company .block .box {
    margin-top: 45px;
    flex-basis: 55%;
}

.home #company .block h3 {
    font-size: 29px;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 0.02em;
    padding: 45px 0 20px;
}

.home #company .block .txt {
    letter-spacing: -0.02em;
    width: 100%;
}

.home #company .block .catch {
    font-size: 20px;
    padding-top: 20px;
    text-align: right;
}

.home #company .block .photo {
    flex-basis: 45%;
    margin-top: -30px;
    position: relative;
}
.home #company dl {
display: grid;
grid-template-columns: 25% 75%;
padding-bottom: 20px;
border-bottom: 1px solid #000;
margin-bottom: 20px;
margin-top: 20px;
}
.home #company dl  dt{
    font-weight: bold;
}
.home #company .name{
    width: 55%;
}
 .home #company:after {
        content: "";
        position: absolute;
        width: 9vw;
        height: 10.5vw;
        bottom: 0;
        left: 18%;
        background-image: url("../img/companydesk.png");
        background-size: cover;
    }

@media screen and (max-width: 1240px) {
    .home #company .block .photo {
        width: 410px;
    }
}

@media screen and (max-width: 991px) {
    .home #company {
        padding-top: 0;
    }

    .home #company .block {
        flex-direction: column;
        margin-right: 0;
    }

    .home #company .block .box {
        flex-basis: 100%;
        width: 100%;
    }

    .home #company .block .photo {
        width: 100%;
        margin-top: 50px;
        flex-basis: 100%;
    }
}
@media screen and (max-width: 991px) {
   .home #company::after{
     width: 18vw;
    height: 21vw;
   }}
@media screen and (max-width: 767px) {
   .home #company::after{
        content: "";
        position: absolute;
       width: 23vw;
        height: 27vw;
        top: -4%;
        right: 10%;
        left: auto; 
        background-image: url("../img/sp-companydesk.png");
        background-size: cover;
    }

    .home #company::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 130px;
        top: -120px;
        transform: skewY(-9deg);
    }


    .home #company{
        padding: 30px 0;
    }

    .home #company .block h2 {
        margin: 0;
    }

    .home #company .block h3 {
        font-size: min(16px, calc(calc(100vw - 20px) / 22));
        padding: 25px 0 10px;
    }

    .home #company .block .catch {
        font-size: min(16px, calc(calc(100vw - 20px) / 22));
        padding-top: 15px;
    }

    .home #company .block .photo {
        margin-top: 0px;
    }

    .home #company .block .photo:before {
        display: none;
    }
  .home #company dl {
    display: block;
    padding-bottom: 0;
  }

  .home #company dl dt,
  .home #company dl dd {
    width: 100%;
    margin-bottom: 10px;
  }
  .home #company .name {
    width: 40%;
  }
}

@media screen and (max-width: 578px) {
    .home #company::after {
        top: 7%;
    }
}
@media screen and (max-width: 430px) {
    .home #company::after {
        top: 10%;
    }
}
/**/
.home #notice {
    background-color: #FFF;
    color: #2D2320;
    padding: 80px 0 50px;
}

.home #notice .wrap {
    padding: 0 95px;
    position: relative;
}


.home #notice .notice-list {
    padding-top: 20px;
}

.home #notice .notice-list dl {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #231815;
    padding: 21px 0;
}

.home #notice .notice-list dl>* {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.home #notice .notice-list dl dt {
    width: 180px;
}

.home #notice .btn-style {
    padding-top: 45px;
}

.home #notice .btn-style a {
    margin-left: auto;
    background-color: #F5F5F2;
}

.home #notice .btn-style a:hover .circle .arrow {
    background: #000;
}

.home #notice .btn-style .arrow:before {
    border-color: #000;
}

.home #notice .btn-style a .btn-text {
    color: #000;
}
.company-btn{
    margin: 0 auto;
    padding: 100px 0 0;
}
.company-btn a {
    justify-content: space-around;
    text-align: center;
    line-height: 2.5;
    margin: 0 auto;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .home #notice {
        padding: 30px 0;
    }

    .home #notice .wrap {
        padding: 0 10px;
    }

    .home #notice .wrap:before {
        width: 110px;
        height: 70px;
        bottom: -20px;
        right: 0;
    }

    .home #notice .notice-list {
        padding-top: 20px;
    }

    .home #notice .notice-list dl {
        display: block;
        padding: 10px 0;
    }

    .home #notice .notice-list dl>* {
        display: block;
    }

    .home #notice .notice-list dl dt {
        width: auto;
        font-size: 12px;
    }

    .home #notice .notice-list dl dd {
        font-size: 14px;
    }

    .btn-style {
        padding-top: 30px;
    }

    .btn-style a {
        margin: 0 auto;
    }

    .btn-style .btn-text {
        font-size: 14px;
    }
}

/*
.home #contact {
    padding: 90px 0 135px;
    background-color: #171A6E;
}

.home #contact h2 strong {
    color: #FFF;
}

.home #contact h2 span {
    color: #fff;
}

.home #contact h2:before {
    content: "CONTACT";
    color: #40477C;
    font-family: system-ui,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        'Open Sans',
        'Helvetica Neue',
        sans-serif;
    font-weight: 500;
    bottom: 27px;
}

.home #contact .mailfrom {
    width: 100%;
    max-width: 1020px;
    margin: 60px auto 0;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(73, 60, 3, 0.75);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 60px 45px;
}
*/
/*
.home #contact .mailfrom ::-webkit-input-placeholder {*/
    /* Chrome/Opera/Safari */
  /* color: #aaaaaa;
    font-size: min(16px, calc(100vw - 70px) / 22);
}

.home #contact .mailfrom ::-moz-placeholder {*/
    /* Firefox 19+ */
 /*   color: #aaaaaa;
    font-size: min(16px, calc(100vw - 70px) / 22);
}

.home #contact .mailfrom :-ms-input-placeholder {*/
    /* IE 10+ */
 /*   color: #aaaaaa;
    font-size: min(16px, calc(100vw - 70px) / 22);
}

.home #contact .mailfrom :-moz-placeholder {*/
    /* Firefox 18- */
/*    color: #aaaaaa;
    font-size: min(16px, calc(100vw - 70px) / 22);
}

.home #contact .mailfrom input[type="text"],
.home #contact .mailfrom input[type="email"],
.home #contact .mailfrom textarea {
    width: 415px;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    border-radius: 4px !important;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 15px 6px;
}

.home #contact .mailfrom textarea {
    width: 100%;
    height: 175px;
}

.home #contact .mailfrom .required {
    display: block;
    width: 40px;
    background-color: #D18051;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 9px;
    right: 0;
}

.home #contact .mailfrom dl {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.home #contact .mailfrom dl+dl {
    margin-top: 50px;
}

.home #contact .mailfrom dl>* {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.home #contact .mailfrom dl dt {
    width: 200px;
    font-weight: bold;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.02em;
    position: relative;
}

.home #contact .mailfrom dl dd {
    padding-left: 50px;
}

.home #contact .mailfrom dl.message>* {
    vertical-align: top;
}

.home #contact .mailfrom dl.message dt span {
    top: 0;
}

.home #contact .mailfrom .box-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.home #contact .mailfrom .box-btn input {
    width: 214px;
    background-color: #FF881A;
    border: 1px solid #FF881A;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    border-radius: 4px !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer !important;
    transition: all 0.3s;
    margin: 5px;
    padding: 12px 0 10px;
}

.home #contact .mailfrom .box-btn input[name="mwform_submit-889"] {
    display: none;
}

.home #contact .mailfrom .box-btn input[name="submitBack"] {
    width: auto;
    background-color: #707070;
    border: 1px solid #707070;
    color: #fff;
    padding: 12px 20px 10px;
}

.home #contact .mailfrom .mw_wp_form_preview .box-btn input[name="submitConfirm"] {
    display: none;
}

.home #contact .mailfrom .mw_wp_form_preview .box-btn input[name="mwform_submit-889"] {
    display: block;
}

.txt_thanks {
    text-align: center;
}

.txt_thanks p {
    padding-bottom: 15px;
}

.txt_thanks p:last-child {
    padding-bottom: 0;
}

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

    .home #contact .mailfrom input[type="text"],
    .home #contact .mailfrom input[type="email"],
    .home #contact .mailfrom textarea {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .home #contact {
        padding: 50px 0 40px;
    }

    .home #contact .h2:before {
        bottom: 15px;
    }

    .home #contact .mailfrom {
        padding: 25px 10px;
    }

    .home #contact .mailfrom .required {
        display: inline-block;
        font-size: 10px;
        margin-left: 10px;
        position: relative;
        top: 0;
    }

    .home #contact .mailfrom dl {
        display: block;
    }

    .home #contact .mailfrom dl+dl {
        margin-top: 20px;
    }

    .home #contact .mailfrom dl>* {
        display: block;
    }

    .home #contact .mailfrom dl dt {
        font-size: 14px;
    }

    .home #contact .mailfrom dl dd {
        font-size: 14px;
        padding-top: 8px;
        padding-left: 0;
    }

    .home #contact .mailfrom .box-btn {
        padding-top: 15px;
    }

    .home #contact .mailfrom .box-btn input {
        font-size: 14px;
    }
}
*/
/*
 * News
*=============================================*/
.paginate_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 110px;
}

.paginate_links>* {
    width: 48px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #171A6E;
    color: #171A6E;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
}

.paginate_links>*+* {
    margin-left: 20px;
}

.paginate_links>*.current,
.paginate_links>*:hover {
    background-color: #171A6E;
    color: #fff;
    opacity: 1;
}

#news-content {
    background-color: #fff;
    padding: 80px 0;
}

#news-content h2:before,
#news-content h2:after {
    border-color: #171A6E;
}

#news-content .newsList {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#news-content .newsList .item {
    border-bottom: 1px dashed #8f8f8f;
    padding-bottom: 15px;
}

#news-content .newsList .item+.item {
    padding-top: 40px;
}

#news-content .newsList .item dl {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

#news-content .newsList .item dl>* {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

#news-content .newsList .item dl dt {
    width: 180px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .paginate_links {
        padding-top: 60px;
    }

    .paginate_links>*+* {
        margin-left: 10px;
    }

    #news-content {
        padding: 60px 0;
    }

    #news-content .newsList .item {
        padding-bottom: 10px;
    }

    #news-content .newsList .item+.item {
        padding-top: 30px;
    }

    #news-content .newsList .item dl {
        display: block;
    }

    #news-content .newsList .item dl>* {
        display: block;
    }

    #news-content .newsList .item dl dt {
        width: 100%;
    }
}

/**/
#news-detail {
    background-color: #fff;
    padding: 80px 0;
}

#news-detail .h2:before,
#news-detail .h2:after {
    border-color: #171A6E;
    bottom: 9px;
}

#news-detail .post-content {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#news-detail .post-content .date {
    font-weight: bold;
}

#news-detail .post-content .title, .thanks .h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.02em;
	  margin: 0;
    padding: 15px 0 30px;
}

#news-detail .btn-zoningin {
    padding-top: 90px;
}

#news-detail .btn-zoningin a {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #news-detail .post-content .title, .thanks .h1 {
        font-size: 24px;
        padding: 10px 0 20px;
    }

    #news-detail .btn-zoningin {
        padding-top: 50px;
    }

    #news-detail p img {
        display: block;
        margin-bottom: 20px;
    }

    #news-detail p img:last-child {
        margin-bottom: 0;
    }
}
.thanks {
	padding: 80px 10px;
	text-align: center;
}
.txt_thanks {
    margin: 60px 0 120px;
}

@media screen and (max-width: 767px) {
	.thanks {
		padding: 40px 10px;
	}
    .txt_thanks {
        margin: 40px 0;
    }
}

/* 2020/11 追加CSS */
html #news-detail h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0 10px;
    padding-bottom: 5px;
}

html #news-detail h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 25px 0 10px;
    padding-bottom: 5px;
}

html #news-detail h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 25px 0 10px;
    padding-bottom: 5px;
}

html #news-detail h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 10px;
    padding-bottom: 5px;
}

html #news-detail h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 10px;
    padding-bottom: 5px;
}

html #news-detail h6 {
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 10px;
    padding-bottom: 5px;
}

html #news-detail P {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
    html #news-detail h1 {
        font-size: 28px;
    }

    html #news-detail h2 {
        font-size: 24px;
        font-weight: bold;
    }

    html #news-detail h3 {
        font-size: 22px;
        font-weight: bold;
    }

    html #news-detail h4 {
        font-size: 20px;
        font-weight: bold;
    }

    html #news-detail h5 {
        font-size: 18px;
        font-weight: bold;
    }
}

/* 404ページ */
.contents-404 .wrap {
    margin: 100px auto;
    width: 70%;
}

.contents-404 h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.to-top-btn {
    margin-top: 60px;
}

.to-top-btn .btn-text {
    padding-right: 0;

}

@media screen and (max-width: 767px) {
    .contents-404 .wrap {
        margin: 50px auto;
        width: 100%;
    }

    .contents-404 h1 {
        font-size: 18px;
    }

    .to-top-btn {
        margin-top: 30px;
    }
}