@charset "utf-8";
/* CSS Document */

:root {
  --main-color: #dcd3c8;
  --dark-color: #2a292f;
  --point-color: #751404;
  --content-width: 1100px;
}

/*----------------
BASE
----------------*/
body {
    font-size: 100%;
    font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    font-weight: bold;
}
img {
    max-width: 100%;
}
.sp {
    display: none;
}
@media screen and (max-width: 959px) {
    body {
        font-size: 85%;
    }
}
@media screen and (max-width: 599px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
/*content_hd*/
.content_hd_wrap {
    padding: 200px 0 150px;
    background: url("../img/hd_contents_bg.jpg") no-repeat center;
    background-size: cover;
}
.content_news_hd_wrap {
    background: url("../img/hd_news_contents_bg.jpg") no-repeat center;
    background-size: cover;
}
.content_service_hd_wrap {
    background: url("../img/hd_service_contents_bg.jpg") no-repeat center;
    background-size: cover;
}
.content_rec_hd_wrap {
    background: url("../img/hd_rec_contents_bg.jpg") no-repeat center;
    background-size: cover;
}
.content_company_hd_wrap {
    background: url("../img/hd_company_contents_bg.jpg") no-repeat center;
    background-size: cover;
}
.content_corp_hd_wrap {
    background: url("../img/hd_corp_contents_bg.jpg") no-repeat center;
    background-size: cover;
}
.content_contact_hd_wrap {
    background: url("../img/hd_contact_contents_bg.jpg") no-repeat center;
    background-size: cover;
}
.content_pp_hd_wrap {
    background: url("../img/hd_pp_contents_bg.jpg") no-repeat center;
    background-size: cover;
}
.content_hd_area {
    text-align: center;
}
.content_hd_inner {
    font-size: 2.1em;
    line-height: 1.25;
    color: #fff;
}
.content_hd_jp {
    font-size: 0.6em;
}
.content_tit_copy {
    max-width: var(--content-width);
    margin: 0 auto;
    font-size: 1.95em;
    line-height: 1.75;
    padding: 0 0 40px;
}
@media screen and (max-width: 1169px) {
    .content_tit_copy {
        padding: 120px 20px 20px;
        text-align: left;
    }
    .content_tit_copy02 {
        padding: 70px 20px 0;
    }
}
@media screen and (max-width: 599px) {
    .content_tit_copy {
        font-size: 5.3vw;
    }
}

/*----------------
ANIMATION
----------------*/
/*fade-in*/
.fade {
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateY(30px);
}
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/*fade-in02*/
.fade02 {
    animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
	opacity : 0;
    transform: translateY(30px);
  }
  100% {
	opacity: 1;
    transform: translateY(0);
  }
}
/**/
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*----------------
HEADER
----------------*/
.top_hd_wrap {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.top_hd_area {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    font-size: 1.125em;
    transition: 0.5s;
}
.top_hd_logo { 
    padding: 2.5em 1em 0 2em;
}
.top_hd_logo:hover {
    opacity: 0.7;
}
@media screen and (max-width: 959px) {
    .top_hd_logo { 
        padding: 1.25em 1em 0 2em;
    }
    .top_hd_logo img {
        width:auto;
        height: 30px;
    }
}
/*gnav*/
.gnav {
    display: flex;
}
.gnav_menu {
    display: flex;
}
.gnav_list {
    display: flex;
    align-items: center;
    color: #fff;
}
.gnav_list_item {
    padding-top: 0.5em;
    padding-right: 2.5em;
}
.gnav_list_item a {
    display: block;
    text-align: center;
}
.gnav_list_item:hover {
    opacity: 0.7;
}
.gnav_contact {
    animation: SlideIn 1s;
}
.gnav_contact img {
    width: 59px;
    height: 36px;
}
.gnav_contact a {
    height: 127px;
    width: 127px;
    background: var(--point-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.gnav_contact:hover {
    opacity: 0.7;
}
@media screen and (max-width: 959px) {
    .gnav_list_item {
        width:100%;
    }
    .gnav_list {
        display: none;
    }
    .gnav_list_item {
        padding-right: 0;
    }
    .gnav_list_item a {
        padding: 1.25em 3em;
    }
    .gnav_list_item:hover {
        opacity: 1;
        background: var(--main-color);
    }
    .gnav_contact a {
        height: 80px;
        width: 80px;
    }
    .gnav_contact img {
        width: 35px;
        height: auto;
    }
}
/*scroll*/
.gnav_scroll {
    display: none;
}
.gnav_scroll_logo_be,
.gnav_scroll_logo_af {
    display: none;
}
.scroll-nav .gnav_def {
    display: none;
}
.scroll-nav .gnav_scroll_logo_be,
.scroll-nav .gnav_scroll_logo_af {
    display: block;
}
.scroll-nav .active .gnav_scroll_logo_be {
    display: none;
}
.scroll-nav .gnav_scroll_logo_af {
    display: none;
}
.scroll-nav .active .gnav_scroll_logo_af {
    display: block;
}
.scroll-nav .gnav_scroll
.scroll-nav .gnav_menu {
    padding-right: 127px;
}
.scroll-nav .gnav_list {
    display: none;
}
/*active*/
.top_hd_area.active {
    background: #988976;
}
.active .gnav_list {
    display: flex !important;
    padding-right: 90px;
}
/*３本ライン*/
.header_scroll_nav_wrap {
    position: absolute;
    width: 127px;
    height: 127px;
    right: 127px;
    background: #988976;
    display: none;
    animation: SlideIn 1s;
}
.header_scroll_nav {
    position: relative;
    margin:auto;
    cursor: pointer;
    width: 30px;
    height: 26px;
}
.scroll-nav .header_scroll_nav_wrap {
    display: flex;
    justify-content: center;
    align-content: center;
}
.nav_line {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.nav_line1 {
    top: 0;
    bottom: auto;
    margin-bottom: 10px;
}
.nav_line2 {
    top: 0;
    bottom: 0;
    margin: 9px 0 9px;
}
.nav_line3 {
    bottom: 5px;
    top: auto;
}
.active .header_scroll_nav .nav_line2{
    right: -60px;
    display: none;
}
.active .header_scroll_nav .nav_line1{
    top: 0;
    bottom: 0;
    margin: auto;
    transform:rotate(45deg);
}
.active .header_scroll_nav .nav_line3{
    top: 0;
    bottom: 0;
    margin: auto;
    transform:rotate(-45deg);
}
@media screen and (max-width: 959px) {
    .header_scroll_nav_wrap {
        width: 80px;
        height: 80px;
        right: 80px;
        display: flex;
    }
    .gnav_def {
        display: none;
    }
    .gnav_scroll_logo_af {
        display: block;
    }
    .gnav_menu {
        position: absolute;
        right: 0;
        top: 80px;
        background: #988976;
    }
    .active .gnav_list {
        flex-direction: column;
        padding: 0 0 0.75em;
    }
}

/*----------------
CONTENT TITLE
----------------*/
/*content_tit*/
.content_tit_area {
    position: relative;
    z-index: 1;
}
.content_tit_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1.75;
    background: var(--dark-color);
    color: #fff;
    padding: 4em 2em;
    width: 315px;
    height: auto;
    min-height: 250px;
    min-width: 250px;
    margin: -50px 10vw -70px auto;
    text-align: center;
}
.content_tit_txt {
    padding-bottom: 0.75em;
}
.content_tit_txt_small {
    font-size: 0.85em;
    text-align: center;
}
.content_page_nav {
    text-align: center;
}
.content_page_nav_item:not(:last-child) {
    margin-bottom: 1em;
}
.content_page_nav_item:hover {
    text-decoration: underline;
}
.content_tit_img {
    background: var(--dark-color);
    color: #fff;
    width: 315px;
    height: auto;
    min-height: 250px;
    min-width: 250px;
    margin: -50px 10vw -70px auto;
}
@media screen and (max-width: 959px) {
    .content_tit_area {
        text-align: right;
    }
    .content_tit_box {
        width:auto;
        padding: 4em;
        display: inline-flex;
        margin: -50px auto -70px 0;
    }
}
@media screen and (max-width: 599px) {
    .content_tit_area {
        margin-right: 0;
    }
    .content_tit_box {
        min-width: 250px;
        min-height: 200px;
        max-width: 250px;
        width: 90%;
        padding: 3em 0 3em;
    }
}

/*----------------
INDEX
----------------*/
/*loading*/
.loading {
	width: 100%;
	height: 100%;
	background: #ad9b8b;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}
.loading_img {
    display: none;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*mv*/
.mv_wrap {
    max-height: 100vh;
    overflow: hidden;
}
.mv_inner {
    font-size: 5em;
    color: transparent;
    text-stroke: 1px rgb(255,255,255,0.8);
    -webkit-text-stroke: 1px rgb(255,255,255,0.8);
    line-height: 1.75;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.mv_box {
    height: 100vh;
    position: relative;
}
.slide-animation{
    animation: fadezoom 10s linear 0s 1 normal forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.0);
  }
}
.mv_box img {
    min-height: 100vh;
    object-fit: cover;
}
@media screen and (max-width: 745px) {
    .mv_inner {
        font-size: 10vw;
        width: 100%;
    }
}

/*news*/
.index_tit {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%) rotate(-90deg) ;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    font-size: 1.5em;
}
.index_news_area {
    margin-left: calc(10vw - 0.5em);
    position: relative;
}
.index_news_img {
    margin-left: -10vw;
    max-width: 80%;
}
.index_news_box {
    padding: 7em 0 6em 10vw;
    max-width: 80%;
    position: relative;
}
.index_news_tit {
    display: inline-block;
    position: absolute;
    left: -28px;
    top: calc(50% - 0.5rem);
}
.index_news_box article {
    font-size: 1.25em;
}
.index_news_link {
    display: block;
    background: rgb(255,255,255,0.3);
    padding: 2.5em 4em;
    margin-bottom: 1em;
    cursor: default;
    background: #D3BDBF;
}
a.index_news_link:hover {
    background: #F4EFF1;
}
a.index_news_link {
    cursor: pointer;
}
.index_news_box time {
    padding-right: 4em;
}
.index_news_more,
.index_news_close {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark-color);
    color: #fff;
    padding: 2em;
    position: absolute;
    height: 7em;
    width: 7em;
    right: 0;
    bottom: -4em;
    z-index: 1;
    font-size: 1.4em;
    cursor: pointer;
}
.index_news_more:hover,
.index_news_close:hover {
    background: var(--main-color);
    color: var(--dark-color);
}
.index_news_close,
.index_news_more_area {
    display: none;
}
@media screen and (max-width: 959px) {
    .index_news_box {
        max-width: 90%;
        margin-bottom: 8em;
    }
    .index_news_tit {
        left: -25px;
    }
}
@media screen and (max-width: 745px) {
    .index_news_link span {
        display: block;
        padding-top: 0.5em;
    }
}
@media screen and (max-width: 599px) {
    .index_news_area {
        margin-left: 5vw;
    }
    .index_news_img {
        max-width: 90%;
    }
    .index_news_box {
        padding: 6em 0 6em 10vw;
    }
    .index_news_link {
        padding: 1.5em 2em;
    }
}

/*concept*/
.index_concept_wrap {
    margin-left: 10vw;
    background: #cfbfaf;
    margin-bottom: 260px;
    position: relative;
}
.index_concept_area {
    max-width: 1070px;
    position: relative;
    padding: 90px 20px 70px 0;
}
.index_concept_tit {
    left: -59px;
    top: 50%;
    width: 5em;
    text-align: center;
}
.index_concept_subtit {
    font-size: 1.9em;
    color:#323235;
    padding-bottom: 1.75em;
    line-height: 1.75;
}
.index_concept_box {
    margin: 0 auto;
    padding-left: 12vw;
}
.index_concept_img {
    width: 85%;
    margin-left: -10vw;
}
.index_concept_box_txt {
    font-size: 1.1em;
    line-height: 1.75;
}
.index_concept_box_txt p {
    padding-bottom: 2em;
}
.index_concept_more {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark-color);
    color: #fff;
    padding: 2em;
    position: absolute;
    height: 7em;
    width: 7em;
    right: 0;
    bottom: -4em;
    z-index: 1;
    font-size: 1.4em;
    cursor: pointer;
}
.index_concept_more:hover {
    background: var(--main-color);
    color: var(--dark-color);
}
@media screen and (max-width: 959px) {
    .index_concept_area {
        padding: 70px 20px 70px 0;        
    }
    .index_concept_tit {
        left: -49px;
    }
    .index_concept_subtit {
        font-size: 1.55em;
    }
}
@media screen and (max-width: 599px) {
    .index_concept_wrap {
        margin-left: 5vw;
        margin-bottom: 160px;
    }
    .index_concept_tit {
        left: -50px;
    }
    .index_concept_box {
        padding-left: 8vw;
    }
}

/*service*/
.index_service_area {
    position: relative;
}
.index_service_img {
    width: 80%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: -1;
    height: 600px;
}
.index_service_img:before {
    content: "";
    background: #cfbfaf;
    position: absolute;
    left: -80%;
    bottom: -5%;
    width: calc(100vw - 35%);
    height: 90%;
    z-index: -1;
}
.index_service_inner {
    position: relative;
    padding: 100px 0 80px;
    margin: -120px auto 0;
}
.index_service_tit {
    display: inline-block;
    position: absolute;
    left: -52px;
    top: -0.75em;
    color: #fff;
    z-index: 1;
    margin-left: 10vw;
}
.index_service_box {
    background: #756863;
    position: relative;
}
.index_service_box:before {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: bottom left;
    z-index: 0;
    width:100%;
    height:100%;
    background:#756863;
}
.index_service_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
}
.index_service_list li {
    max-width: calc(100% / 2 - 25px);
    color: #fff;
}
*::-ms-backdrop, .index_service_list li {
  width: 50%; /* IE11 */
}
.index_service_list li:nth-child(2n) {
    margin-left: 50px;
}
.index_service_list a:hover {
    opacity: 0.7;
}
.index_service_subtit {
    font-size: 1.25em;
    text-align: center;
    padding: 2em 0 1em;
}
.index_service_txt {
    padding: 0 0 5em;
    line-height: 1.75;
}
.index_service_txt p {
    font-weight: 500;
}
@media screen and (max-width: 1259px) {
    .index_service_list {
        max-width: 700px;
    }
}
@media screen and (max-width: 959px) {
    .index_service_tit {
        left: -45px;
    }
    .index_service_inner {
        padding: 80px 0 50px;
        margin-top: -80px;
    }
    .index_service_img {
        height: 400px;
    }
    .index_service_list {
        flex-direction: column;
        align-items: center;
    }
    .index_service_list li {
        max-width: 300px;
        width: 90%;
    }
    .index_service_list li:nth-child(2n) {
        margin-left: 0;
    }
}
@media screen and (max-width: 599px) {
    .index_service_tit {
        margin-left: 5vw;
        left: -42px;
    }
    .index_service_inner {
        padding: 80px 0 30px;
        margin-top: -50px;
    }
    .index_service_img {
        width: 80%;
        height: 63vw;
    }
}

/*----------------
CONTENTS
----------------*/
/*news*/
.news_wrap {
    padding: 100px 20px 0;
}
.news_box {
    max-width: var(--content-width);
    margin: 0 auto;
}
.news_img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 3em;
}
.news_tit {
    font-size: 1.75em;
    text-align: center;
}
.news_date_area {
    text-align: right;
    padding: 1em 0 2em;
}
.news_inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.news_subtit {
    font-size: 1.55em;
    line-height: 1.35;
    padding-bottom: 1.25em;
}
.news_inner_txt {
    line-height: 1.75;
    font-weight: 500;
}
.news_inner_txt p {
    padding-bottom: 1em;
}
@media screen and (max-width: 959px) {
    .news_inner {
        max-width: 600px;
        margin-left: auto;
        padding: 2em 3em 7em;
    }
}
@media screen and (max-width: 559px) {
    .news_inner {
        padding: 0;
    }
}

/*corp*/
.corp_wrap {
    padding-top: 200px;
}
.corp_area {
    background: var(--main-color);
    position: relative;
    margin-right: 10vw;
}
.corp_box {
    position: relative;
    display: flex;
    padding-bottom: 3em;
}
.corp_img {
    margin-top: -70px;
    width: 60%;
    padding-bottom: 150px;
}
.corp_tit {
    font-size: 1.75em;
    color: var(--dark-color);
    text-align: center;
    padding-top: 5rem;
}
.corp_inner {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 5em 4em 4em 3em;
}
.corp_inner_2nd {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 0 3em 4em;
}
.corp_subtit {
    font-size: 1.55em;
    line-height: 1.35;
    padding-bottom: 1.25em;
}
.corp_inner_txt {
    line-height: 1.45;
    font-weight: 500;
}
.corp_inner_txt p {
    padding-bottom: 1em;
}
@media screen and (max-width: 959px) {
    .corp_wrap {
        padding-top: 150px;
    }
    .corp_area {
        margin-right: 5vw;
    }
    .corp_box {
        flex-direction: column;
        padding-bottom: 0;
    }
    .corp_img {
        padding-bottom: 30px;
    }
    .corp_inner {
        max-width: 600px;
        width: 90%;
        margin-left: auto;
        padding: 2em 3em 7em;
    }
    .corp_inner_2nd {
        max-width: 600px;
        width: 90%;
        margin-left: auto;
        padding: 2em 3em 7em;
    }
}
@media screen and (max-width: 959px) {
    .corp_img {
        width:70%;
    }
    .corp_inner {
        padding: 2em 3em 8em;
    }
}


/*01*/
.corp01_wrap {
    background: var(--main-color);
    margin-top: 100px;
}
.corp01_area {
    padding: 0 20px;
    position: relative;
}
.corp01_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
    margin: 0 auto;
    padding: 0 0 90px;
    max-width: 950px;
}
.corp01_inner {
    width: calc(100% / 2 - 25px);
    padding-top: 4em;
}
.corp01_img img {
    width:100%;
}
.corp01_tit {
    font-size: 1.5em;
    padding: 1.5em 0 1em;
    text-align: center;
}
.corp01_inner_txt {
    font-weight: normal;
    line-height: 1.5;
}
@media screen and (max-width: 1179px) {
    .corp01_box {
        margin: 0;
    }
}
@media screen and (max-width: 959px) {
    .corp01_box {
        flex-direction: column;
    }
    .corp01_inner {
        width:100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .corp01_inner:not(:last-child) {
        padding-bottom: 4em;
    }
}


/*service*/
/*01*/
.service_wrap {
    padding-top: 200px;
}
.service_area {
    background: var(--main-color);
    position: relative;
    margin-left: 10vw;
}
.service_img {
    max-width: 60%;
    margin-top: -70px;
    margin-left: -10vw;
    padding-bottom: 120px;
}
.service_box {
    position: relative;
    display: flex;
    padding-bottom: 6em;
}
.service_tit {
    font-size: 1.75em;
    position: absolute;
    right: 13%;
    top: -3.5em;
}
.service_inner {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    padding: 3em 4.5em 3em;
    background: #fff;
    margin: 5em 0 0 -30px;
    z-index: 1;
    position: relative;
}
.service_inner02 {
    margin-top: 4em;
}
.service_subtit {
    font-size: 1.55em;
    line-height: 1.3;
    padding-bottom: 1.25em;
}
.service_inner_txt {
    line-height: 1.45;
    font-weight: 500;
}
.service_inner_txt p {
    padding-bottom: 1.5em;
}
.service_inner_more {
    position: absolute;
    right: 0;
    bottom: -3em;
}
.service_inner_more a {
    background: var(--dark-color);
    font-size: 1.1em;
    color: #fff;
    display: inline-block;
    padding: 1.5em 2em;
}
.service_inner_more a:hover {
    background: var(--main-color);
    color:var(--dark-color);
}
@media screen and (max-width: 1280px) {
    .service_inner {
        width: 45%;
    }
}
@media screen and (max-width: 1179px) {
    .service_area {
        margin-left: 5vw;
    }
    .service_tit {
        top: -5em;
    }
    .service_box {
        flex-direction: column;
        padding-bottom: 0;
        padding-right: 20px;
    }
    .service_img {
        padding-bottom: 30px;
    }
    .service_inner {
        position: relative;
        max-width: 600px;
        width: 90%;
        margin: -5em 0 0 auto;
        padding: 2em 3em 3em;
    }
}
@media screen and (max-width: 959px) {
    .service_inner {
        margin: -60px 0 0 auto;
        padding: 2em;
        bottom: auto;
        left: auto;
    }
    .service_box {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 599px) {
    .service_wrap {
        padding-top: 100px;
    }
    .service_tit {
        top: -2em;
    }
    .service_box {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .service_img {
        max-width: 70%;
    }
}
/*02*/
.service02_wrap {
    padding-top: 230px;
}
.service02_area {
    background: var(--main-color);
    position: relative;
    margin-right: 10vw;
}
.service02_img {
    max-width: 63%;
    margin-top: -70px;
    margin-right: -10vw;
    padding-bottom: 170px;
}
.service02_box {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 3em;
    align-items: self-start;
}
.service02_tit {
    font-size: 1.75em;
    position: absolute;
    left: 10vw;
    top: -3.5em;
}
.service02_inner {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 3em 4.5em 3em;
    background: #fff;
    margin: auto -40px 100px 0;
    z-index: 0;
    position: relative;
}
.service02_inner02 {
    width: 42%;
    display: flex;
    flex-direction: column;
    padding: 3em 4.5em 3em;
    background: #fff;
    margin: auto -40px 130px;
    z-index: 0;
}
.service02_subtit {
    font-size: 1.5em;
    line-height: 1.3;
    padding-bottom: 1.25em;
}
.service02_inner_txt {
    line-height: 1.45;
    font-weight: 500;
}
.service02_inner_txt p {
    padding-bottom: 1.5em;
}
.service02_inner_more {
    position: absolute;
    left: 0;
    bottom: -2.5em;
}
.service02_inner_more a {
    background: var(--dark-color);
    color: #fff;
    display: inline-block;
    padding: 1.25em 2em;
    font-size: 1.1em;
    font-weight: bold;
}
.service02_inner_more a:hover {
    background: var(--main-color);
    color:var(--dark-color);
}
@media screen and (max-width: 1179px) {
    .service02_tit {
        top: -5em;
    }
    .service02_box {
        flex-direction: column;
        padding-bottom: 150px;
        padding-left: 20px;
    }
    .service02_img {
        padding-bottom: 30px;
        margin-left: auto;
        margin-right: -10vw;
    }
    .service02_inner {
        position: relative;
        max-width: 600px;
        width: 90%;
        margin: -5em auto 0 0;
        padding: 2em 3em 3em;
    }
    .service02_inner02 {
        position: relative;
        max-width: 600px;
        width: 90%;
        margin: -5em auto 0 0;
        padding: 2em 3em;
        bottom: 0;
    }
}
@media screen and (max-width: 959px) {
    .service02_inner {
        padding: 2em;
    }
    .service02_tit {
        top:-3em;
    }
    .service02_inner02 {
        padding: 2em;
    }
    .service02_img {
        max-width: 70%;
    }
    .service02_area .service02_box:not(:first-child) .service02_img {
        padding-top: 50px;
    }
}
@media screen and (max-width: 599px) {
    .service02_wrap {
        padding-top: 150px;
    }
    .service02_box {
        padding-bottom: 60px;
    }
}
/*03*/
.service03_wrap {
    background: #756863;
    color: #fff;
    margin-top: 100px;
}
.service03_area {
    padding: 0 20px;
    position: relative;
}
.service03_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
    margin: 0 auto;
    padding: 2rem 0 90px;
    max-width: 950px;
}
.service03_inner {
    width: calc(100% / 2 - 25px);
    padding-top: 4em;
}
.service03_img img {
    width:100%;
}
.service03_tit {
    font-size: 1.5em;
    padding: 1.5em 0 1em;
    text-align: center;
}
.service03_inner_txt {
    font-weight: normal;
    line-height: 1.5;
}
@media screen and (max-width: 1179px) {
    .service03_box {
        margin: 0;
    }
}
@media screen and (max-width: 959px) {
    .service03_box {
        flex-direction: column;
    }
    .service03_inner {
        width:100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .service03_inner:not(:last-child) {
        padding-bottom: 4em;
    }
}

/*company*/
.company_wrap {
    padding: 35px 20px 0;
}
.content_page_nav {
    text-align: center;
}
.content_page_nav_item:not(:last-child) {
    margin-bottom: 1em;
}
.content_page_nav_item:hover {
    text-decoration: underline;
}
.company_area {
    background: var(--main-color);
    position: relative;
    max-width: var(--content-width);
    margin: 0 auto;
    z-index: -1;
}
.company_box {
    position: relative;
    display: flex;
    padding-bottom: 3em;
}
.company_tit {
    font-size: 1.95em;
    position: absolute;
    left: 0;
    top: -2.75em;
}
.company_tbl01 {
    font-size: 1.25em;
    font-weight: 500;
}
.company_tbl01 tr {
    display: block;
    margin-bottom: 1.75em;
}
.company_tbl01 th {
    width:10em;
    font-weight: 500;
}
.company_inner {
    padding: 8em 5em 4em;
}
@media screen and (max-width: 959px) {
    .company_wrap {
        padding: 160px 20px 0;
    }
    .company_tit {
        top: -2em;
    }
    .company_inner {
        padding: 6em 5em 3em;
    }
}
@media screen and (max-width: 599px) {
    .company_wrap {
        padding: 190px 20px 0;
    }
    .company_inner {
        padding: 4em 3em 0em;
    }
    .company_tbl01 {
        line-height: 1.5;
    }
    .company_tbl01 th {
        width: 100%;
        display: block;
        font-weight: bold;
    }
    .company_tbl01 td {
        display: block;
    }
}

/*history*/
.history_wrap {
    padding: 200px 20px 0;
}
.history_area {
    background: var(--main-color);
    position: relative;
    max-width: var(--content-width);
    margin: 0 auto;
}
.history_box {
    position: relative;
    display: flex;
    padding-bottom: 3em;
}
.history_tit {
    font-size: 1.95em;
    position: absolute;
    left: 0;
    top: -2.75em;
}
.history_tbl01 {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 2;
}
.history_tbl01 tr {
    display: block;
}
.history_tbl01 th {
    width:10em;
    font-weight: 500;
}
.history_inner {
    padding: 6em 5em 1em;
}
@media screen and (max-width: 959px) {
    .history_tit {
        top: -2em;
    }
    .history_inner {
        padding: 6em 5em 3em;
    }
}
@media screen and (max-width: 599px) {
    .history_wrap {
        padding-top: 150px;
    }
    .history_inner {
        padding: 4em 3em 0em;
    }
    .history_tbl01 th {
        width: 100%;
        display: block;
        font-weight: bold;
    }
    .history_tbl01 td {
        display: block;
        padding-bottom: 1.5em;
    }
}

/*access*/
.access_wrap {
    color: #fff;
    margin-top: 200px;
}
.access_area {
    background: url("../img/company_access_bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 20px;
}
.access_tit_wrap {
    max-width: var(--content-width);
    margin: 0 auto;
    position: relative;
}
.access_tit {
    font-size: 1.95em;
    position: absolute;
    left: 0;
    top: -2.75em;
    color: #323235;
}
.access_box {
    display: flex;
    max-width: var(--content-width);
    margin: 0 auto;
    padding: 130px 0 70px;
}
.access_subtit {
    font-size: 3em;
    padding-bottom: 1em;
}
.access_inner_txt {
    line-height: 1.5;
}
.access_inner_img {
    background: #fff;
    position: absolute;
    right: 0;
    bottom:0;
    padding: 30px 10% 0 35px;
    max-width: 850px;
    width: 65%;
}
.slick-next {
    position: absolute;
    top: 45%;
    right: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.slick-next:after {
    content: "";
    position: absolute;
    border: 25px solid transparent;
    border-left: 25px solid #dcd3c8;
}
@media screen and (max-width: 1159px) {
    .access_area {
        padding-right: 0;
    }
    .access_tit {
        top: -2em;
    }
    .access_box {
        flex-direction: column;
        padding-bottom: 0;
    }
    .access_inner {
        padding-bottom: 2em;
    }
    .access_inner_img {
        position: relative;
        margin-left: auto;
    }
    .slick-next {
        right: -10px;
    }
    .slick-next:after {
        top: 45%;
        border: 15px solid transparent;
        border-left: 15px solid #dcd3c8;
    }
}
@media screen and (max-width: 599px) {
    .access_wrap {
        margin-top: 150px;
    }
    .access_inner_img {
        width: 100%;
        margin-left: -20px;
    }
}

/*map*/
.map_area {
    background: url("../img/access_map_bg.png") repeat;
    color:#323235;
    margin-top: 350px;
    padding: 0 20px 50px;
}
.map_box {
    max-width: var(--content-width);
    height: 530px;
    margin: 0 auto -80px;
    position: relative;
}
.map_box iframe {
    margin-top: -250px;
}
.map_more {
    position: absolute;
    right: 0;
    top: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark-color);
    color: #fff;
    font-size: 1.4em;
}
.map_more a {
    padding: 1.5em 2em;
}
.map_more:hover {
    background: var(--main-color);
    color:var(--dark-color);
}
.map_datail_box {
    max-width: var(--content-width);
    margin: 0 auto;
    padding-bottom: 150px;
}
.map_datail_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.map_datail_item {
    width:calc(100% / 3 - 50px);
}
.map_datail_img {
    background: var(--main-color);
    border-radius: 50%;
    height: 315px;
    width: 315px;
    margin: 0 auto;
}
.map_subtit {
    font-size: 1.9em;
    text-align: center;
    line-height: 1.75;
    padding: 0.75em 0 1em;
}
.map_datail_txt {
    font-size: 1.25em;
    line-height: 1.45;
    font-weight: 500;
}
@media screen and (max-width: 1159px) {
    .map_area {
        padding: 0 20px 0px;
    }
    .map_datail_item {
        width:calc(100% / 2 - 40px);
    }
    .map_datail_item {
        padding-bottom: 4em;
    }
}
@media screen and (max-width: 959px) {
    .map_datail_box {
        padding-bottom: 80px;
    }
    .map_datail_item {
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 559px) {
    .map_datail_img {
        width: 250px;
        height: 250px;
    }
}

/*contact*/
.contact_wrap {
    margin-top: 70px;
    background: var(--main-color);
}
.contact_area {
    max-width: var(--content-width);
    margin: 0 auto;
    position: relative;
}
.contact_tit {
    font-size: 1.75em;
    position: absolute;
    right: 0;
    top: -3.5em;
}
.contact_box {
    font-size: 1.125em;
    padding: 4em 20px;
}
.contact_subtit {
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 2em;
}
.contact_tbl {
    max-width: 800px;
    margin: 0 auto;
}
.contact_tbl th {
    padding-right: 1.5em;
    padding: 0.25em 2em 0.25em 0;
    white-space: nowrap;
}
.contact_tbl td {
    padding-bottom: 1em;
}
.contact_tbl input,
.contact_tbl textarea,
.contact_tbl select {
    border:1px solid #89868a;
    padding: 0.25em;
    background: #fff;
    width: 100%;
}
.contact_tbl select {
    font-size: 1rem;
}
.contact_tbl input::placeholder,
.contact_tbl textarea::placeholder,
.contact_tbl select::placeholder {
    color: #ccc;
    font-size: 1rem;
}
.contact_tbl input::-ms-input-placeholder,
.contact_tbl textarea::-ms-input-placeholder,
.contact_tbl select::-ms-input-placeholder {
    color: #ccc;
    font-size: 1rem;
}
.contact_tbl span {
    background: var(--point-color);
    color: #fff;
    font-size: 0.75em;
    padding: 0.25em 0.5em;
    margin-left: 1em;
}
.contact_form_arrow {
    position: relative;
}
.contact_form_arrow:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 45%;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color:  transparent transparent #565656 #565656;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
}
.contact_form_asept {
    max-width: 600px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
}
.contact_form_asept_txt {
    padding: 2em 0 2em;
    text-align: left;
}
.contact_form_asept_txt a {
    text-decoration: underline;
}
.contact_form_btm {
    display: block;
    background: var(--point-color);
    color:#fff;
    font-size: 1.25em;
    padding: 1em 2em;
    margin: 3em auto 1em;
}
.contact_form_btm:hover {
    background: var(--dark-color);
}
@media screen and (max-width: 599px) {
    .contact_wrap {
        margin-top: 50px;
    }
    .contact_tbl input::placeholder,
    .contact_tbl textarea::placeholder,
    .contact_tbl select::placeholder {
        font-size: 0.8rem;
    }
    .contact_tbl input::-ms-input-placeholder,
    .contact_tbl textarea::-ms-input-placeholder,
    .contact_tbl select::-ms-input-placeholder {
        font-size: 0.8rem;
    }
}
/*送信画面*/
.contact_send_tbl {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 2em;
}
.contact_send_tbl tr {
    border-bottom: 1px dashed var(--dark-color);
}
.contact_send_tbl th {
    padding: 1em 2em 1em 1em;
    vertical-align: bottom;
    font-weight: bold;
}
.contact_send_tbl td {
    padding: 1em;
    vertical-align: bottom;
}
.contact_send_tbl input,
.contact_send_tbl textarea,
.contact_send_tbl select {
    border:1px solid #89868a;
    padding: 0.25em;
    background: #fff;
    width: 100%;
}
.contact_send_tbl span {
    background: var(--point-color);
    color: #fff;
    font-size: 0.75em;
    padding: 0.25em 0.5em;
    margin-left: 1em;
}
.contact_form_btm_area {
    display: flex;
    justify-content: center;
}
.contact_form_btm02 {
    display: block;
    background: var(--point-color);
    color:#fff;
    font-size: 1.25em;
    padding: 1em 2em;
    margin: 3em 1em 1em;
}
.contact_form_btm02:hover {
    background: var(--dark-color);
}
.contact_form_bk_btm {
    display: block;
    background: #ccc;
    color:#fff;
    font-size: 1.25em;
    padding: 1em 2em;
    margin: 3em 1em 1em;
}
.contact_form_bk_btm:hover {
    background: #aaa;
}
.content_send_box {
    text-align: center;
}
@media screen and (max-width: 959px) {
    .contact_form_btm_area {
        flex-direction: column-reverse;
        max-width: 300px;
        margin: 0 auto;
    }
    .contact_form_btm02 {
        text-align: center;
    }
    .contact_form_bk_btm {
        text-align: center;
        margin: 1em;
    }
}
@media screen and (max-width: 729px) {
    .contact_tbl th {
        display: block;
        width:100%;
        padding-bottom: 0.4em;
    }
    .contact_tbl td {
        display: block;
        padding-bottom: 1.25em;
    }
    .contact_send_tbl {
        min-width: 90%;
    }
    .contact_send_tbl th {
        display: block;
        width:100%;
        padding-bottom: 0.4em;
    }
    .contact_send_tbl td {
        display: block;
        padding-bottom: 1.25em;
    }
}
@media screen and (max-width: 599px) {
    .contact_form_asept {
        width: 100%;
    }
    .contact_send_tbl {
        width: 100%;
    }
}

/*pp*/
.pp_wrap {
    padding: 0 20px 0;
}
.pp_area {
    background: var(--main-color);
    position: relative;
    max-width: var(--content-width);
    margin: 0 auto;
}
.pp_box {
    position: relative;
    display: flex;
    padding-bottom: 3em;
}
.pp_tit {
    font-size: 1.95em;
    text-align: center;
    padding-top: 3em;
}
.pp_inner {
    padding: 5em 5em 4em;
    max-width: 900px;
    margin: 0 auto;
    font-weight: normal;
}
.pp_list {
    line-height: 2;
    font-size: 1.25em;
}
.pp_list_item {
    text-indent: -4em;
    padding: 0 0 1em 4em;
}
.pp_list_txt {
    padding: 1.5em 2em;
    margin: 1em 0;
    text-indent: 0;
    border: 5px solid #988976;
}
.pp_list_txt02 {
    padding: 1.5em 2em;
    margin: 1em 0;
    text-indent: 0;
    border: 5px solid #988976;
}
.pp_sublist {
    text-indent: -1em;
    padding-left: 3em;
}
@media screen and (max-width: 959px) {
    .pp_wrap {
        padding: 160px 20px 0;
    }
    .pp_tit {
        top: -3em;
    }
    .pp_inner {
        padding: 6em 5em 3em;
    }
}
@media screen and (max-width: 599px) {
    .pp_wrap {
        padding: 190px 20px 0;
    }
    .pp_area {
        font-size: 0.9em;
    }
    .pp_inner {
        padding: 4em 2em 0em;
    }
    .pp_list {
        font-size: 3vw;
    }
    .pp_list_item {
        text-indent: -2em;
        padding-left: 2em;
    }
}

/*rec*/
.rec_wrap {
    padding-top: 150px;
    font-weight: normal;
}
.rec_tit_area {
    position: absolute;
    left: -1.8em;
    top: -1.8em;
    font-size: 2em;
    display: flex;
    flex-direction: column; 
}
.rec_num_box {
    background: #756863;
    color: #fff;
    padding: 1.25em;
    font-weight: bold;
}
.rec_subtit {
    font-size: 0.9em;
    letter-spacing: 4px;
    writing-mode: vertical-rl;
    margin: 0 auto;
    padding-top: 1.5em;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.rec_tit_area_r {
    position: absolute;
    right: -1.5em;
    top: -1.8em;
    font-size: 2em;    
}
@media screen and (max-width: 1169px) {
    .rec_wrap {
        padding-top: 140px;
    }
}
@media screen and (max-width: 959px) {
    .rec_tit_area_r {
        right: -1.75em;
    }
}
@media screen and (max-width: 599px) {
    .rec_wrap {
        padding-top: 100px;
    }
}

/*01*/
.rec_01_area {
    position: relative;
    padding: 0 0 100px 3rem;
}
.rec_01_box {
    display: flex;
    padding-bottom: 3em;
    max-width: var(--content-width);
    margin: 0 auto;
    position: relative;
}
.rec_01_inner {
    display: flex;
    padding: 5em 2em 4em 9em;
    width: 100%;
    font-weight: 500;
}
.rec_01_img {
    padding: 1em 4em 0 0;
}
.rec_01_inner_txt {
    line-height: 1.9;
}
@media screen and (max-width: 959px) {
    .rec_01_tit {
        top: -5em;
    }
    .rec_01_box {
        flex-direction: column;
    }
    .rec_01_inner {
        flex-direction: column;
        align-items: center;
        padding: 2em 3em 7em 8em;
    }
    .rec_01_img {
        padding: 0 0 3em 0;
    }
    .rec_01_inner_txt {
        max-width: 500px;
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .rec_01_area {
        padding-bottom: 70px;
    }
    .rec_01_box {
        padding-bottom: 0;
    }
    .rec_01_inner {
        padding: 2em 2em 5em 4em;
    }
}

/*02*/
.rec_02_area {
    position: relative;
    padding: 0 0 170px 3rem;
}
.rec_02_box {
    display: flex;
    max-width: var(--content-width);
    margin: 0 auto;
    position: relative;
    background: #e5e9ec;
}
.rec_02_inner {
    display: flex;
    padding: 5em 4em 4em 4em;
    width: 100%;
    font-weight: 500;
}
.rec_02_img {
    padding-left: 2em;
    min-width: 350px;
}
.rec_02_inner_txt {
    line-height: 1.9;
}
@media screen and (max-width: 959px) {
    .rec_02_tit {
        top: -5em;
    }
    .rec_02_box {
        flex-direction: column;
    }
    .rec_02_inner {
        flex-direction: column;
        align-items: center;
        padding: 3em 3em 3em 8em;
    }
    .rec_02_img {
        padding: 3em 0 0 0;
    }
    .rec_02_inner_txt {
        max-width: 700px;
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .rec_02_img {
        width: 100%;
        min-width: auto;
    }
    .rec_02_inner {
        padding: 2em 2em 3em 5em;
    }
}

/*03*/
.rec_03_area {
    position: relative;
    padding: 0 0 170px 3rem;
}
.rec_03_box {
    padding-bottom: 3em;
    max-width: var(--content-width);
    margin: 0 auto;
    position: relative;
    background: url("../img/rec_03_bg.jpg") no-repeat;
    background-size: cover;
}
.rec_03_inner {
    padding: 6em 4em 3em 7em;
    width: 100%;
    font-weight: 500;
}
.rec_03_img {
    padding: 1em 4em 0 0;
}
.rec_03_inner_txt {
    line-height: 1.9;
}
@media screen and (max-width: 959px) {
    .rec_03_tit {
        top: -5em;
    }
    .rec_03_box {
        flex-direction: column;
    }
    .rec_03_inner {
        padding: 4em 3em 2em 8em;
    }
    .rec_03_img {
        padding: 0 0 3em 0;
    }
    .rec_03_inner_txt {
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .rec_03_inner {
        padding: 3em 2em 4em 5em;
    }
}

/*04*/
.rec_04_area {
    position: relative;
    padding: 0 0 130px 3rem;
}
.rec_04_box {
    display: flex;
    flex-direction: column;
    padding-bottom: 3em;
    max-width: var(--content-width);
    margin: 0 auto;
    position: relative;
}
.rec_04_inner {
    display: flex;
    padding: 0 4em 0 8em;
    margin-top: -3rem;
    width: 100%;
    font-weight: 500;
}
.rec_04_img {
    display: flex;
    align-items: center;
    min-width: 300px;
    max-width: 300px;
    padding-left: 2em;
}
.rec_04_inner_txt {
    line-height: 1.9;
}
.rec_04_inner02 {
    display: flex;
    padding: 3em 4em 4em;
    margin-top: -3rem;
    width: 100%;
    font-weight: 500;
}
.rec_04_inner02_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    width: calc(100% / 4);
    font-size: 2em;
    text-align: center;
    font-weight: bold;
}
.rec_04_inner02_txt small {
    display: block;
    font-size: 0.5em;
    padding-bottom: 2em;
}
.rec_04_img02 {
    width: calc(100% / 4);
}
@media screen and (max-width: 959px) {
    .rec_04_tit {
        top: -5em;
    }
    .rec_04_box {
        flex-direction: column;
        padding-bottom: 0;
    }
    .rec_04_inner {
        flex-direction: column;
        align-items: center;
        padding: 2em 3em 3em 8em;
    }
    .rec_04_img {
        padding: 1em 0 3em 0;
    }
    .rec_04_inner_txt {
        max-width: 700px;
        width: 100%;
    }
    .rec_04_inner02 {
        flex-wrap: wrap;
    }
    .rec_04_inner02_txt {
        width: calc(100% / 2);
        margin-bottom: 1em;
    }
    .rec_04_img02 {
        width: calc(100% / 2);
        margin-bottom: 1em;
    }
}
@media screen and (max-width: 599px) {
    .rec_04_area {
        padding-bottom: 130px;
    }
    .rec_04_img {
        max-width: 100%;
        min-width: auto;
    }
    .rec_04_inner {
        padding: 2em 2em 5em 5.5em;
    }
    .rec_04_inner02 {
        padding: 0 1em 0 0;
    }
    .rec_04_inner02_txt {
        font-size: 1.5em;
    }
    .rec_04_inner02_txt small {
        padding-bottom: 0.75em;
    }
}

/*05*/
.rec_05_area {
    position: relative;
    padding: 0 0 170px 3rem;
}
.rec_05_box {
    display: flex;
    padding-bottom: 3em;
    max-width: var(--content-width);
    margin: 0 auto;
    position: relative;
    background: #e5e9ec;
}
.rec_05_inner {
    display: flex;
    flex-direction: column;
    padding: 5em 4em 2em 6em;
    width: 100%;
    font-weight: 500;
    min-height: 30em;
}
.rec_05_img {
    padding-top: 4em;
}
.rec_05_inner_txt {
    line-height: 1.9;
}
@media screen and (max-width: 959px) {
    .rec_05_tit {
        top: -5em;
    }
    .rec_05_box {
        flex-direction: column;
    }
    .rec_05_inner {
        flex-direction: column;
        align-items: center;
        padding: 3em 3em 0 8em;
    }
    .rec_05_img {
        padding: 1em 0 3em 0;
    }
    .rec_05_inner_txt {
        max-width: 700px;
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .rec_05_img {
        width: calc(100% + 2em);
        margin-left: -2em;
    }
    .rec_05_inner {
        padding: 3em 2em 0 5.5em;
    }
}

/*06*/
.rec_06_area {
    position: relative;
    padding: 0 0 120px 3rem;
}
.rec_06_box {
    padding-bottom: 3em;
    max-width: var(--content-width);
    margin: 0 auto;
    position: relative;
}
.rec_06_inner {
    display: flex;
    padding: 0 0 4em 8em;
    width: 100%;
    font-weight: 500;
    min-height: 28em;
}
.rec_06_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    margin-left: 3em;
}
.rec_06_inner_txt {
    width: 40%;
    line-height: 1.45;
    padding-top: 3em;
}
@media screen and (max-width: 959px) {
    .rec_06_area {
        padding-bottom: 150px;
    }
    .rec_06_tit {
        top: -5em;
    }
    .rec_06_box {
        flex-direction: column;
    }
    .rec_06_inner {
        flex-direction: column;
        align-items: center;
        padding: 2em 3em 1em 8em;
        min-height: auto;
    }
    .rec_06_img {
        position: relative;
        padding: 1em 0 3em 0;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
    }
    .rec_06_inner_txt {
        max-width: 700px;
        width: 100%;
        padding-top: 0;
    }
}
@media screen and (max-width: 599px) {
    .rec_06_img {
        width: 100%;
    }
    .rec_06_area {
        padding-bottom: 100px;
    }
    .rec_06_inner {
        padding: 2em 2em 5em 6em;
    }
}

/*07*/
.rec_07_area {
    position: relative;
    padding: 0 3rem 260px 0;
}
.rec_07_box {
    padding-bottom: 10px;
    max-width: var(--content-width);
    margin: 0 auto;
    position: relative;
}
.rec_07_inner {
    display: flex;
    padding: 0 8em 4em 0;
    width: 100%;
    font-weight: 500;
}
.rec_07_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    margin-right: 3em;
}
.rec_07_inner_txt {
    width: 40%;
    margin-left: auto;
    line-height: 1.45;
}
@media screen and (max-width: 959px) {
    .rec_07_area {
        padding-bottom: 150px;
    }
    .rec_07_tit {
        top: -5em;
    }
    .rec_07_box {
        flex-direction: column;
    }
    .rec_07_inner {
        flex-direction: column;
        align-items: center;
        padding: 2em 8em 2em 8em;
    }
    .rec_07_img {
        padding: 1em 0 3em 0;
        width: 100%;
        max-width: 500px;
        position: relative;
    }
    .rec_07_inner_txt {
        max-width: 700px;
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .rec_07_img {
        width: 100%;
        margin: 0;
    }
    .rec_07_inner {
        padding: 2em 5.5em 5em 2em;
    }
}

/*08*/
.rec_08_area {
    position: relative;
    padding: 0 0 190px 3rem;
}
.rec_08_box {
    padding-bottom: 3em;
    max-width: var(--content-width);
    margin: 0 auto;
    position: relative;
    background: url("../img/rec_08_bg.jpg") no-repeat;
    background-size: cover;
}
.rec_08_inner {
    padding: 6em 4em 3em 7em;
    width: 100%;
    font-weight: 500;
}
.rec_08_img {
    padding: 3em 0 0 0;
    margin-left: auto;
}
.rec_08_inner_txt {
    line-height: 1.45;
}
@media screen and (max-width: 959px) {
    .rec_08_tit {
        top: -5em;
    }
    .rec_08_box {
        flex-direction: column;
    }
    .rec_08_inner {
        padding: 4em 3em 0 8em;
    }
    .rec_08_img {
        padding: 2em 0 3em 0;
    }
    .rec_08_inner_txt {
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .rec_08_area {
        padding-bottom: 200px;
    }
    .rec_08_inner {
        padding: 3em 3em 0 6em;
    }
    .rec_08_box {
        padding-bottom: 0;
    }
    .rec_08_img {
        width: calc(100% + 3em);
        margin: 0 0 0 -3em;
    }
}

/*09*/
.rec_09_area {
    position: relative;
    padding: 0 0 0 3rem;
}
.rec_09_box {
    max-width: var(--content-width);
    margin: 0 auto;
    position: relative;
}
.rec_09_inner {
    display: flex;
    padding: 2em 4em 3em 7em;
    width: 100%;
    font-weight: 500;
}
.rec_09_img {
    width: 65%;
    line-height: 1.9;
    font-weight: bold;
}
.rec_09_img:nth-child(2) {
    width: 160px;
    margin: 0 3em;
}
.rec_09_img figcaption {
    padding-top: 2em;
}
.rec_09_inner_txt {
    font-size: 1.25em;
    line-height: 1.45;
}
.rec_09_inner02 {
    background: #e5e9ec;
    padding: 2.5em;
    position: relative;
}
.rec_09_inner02:before {
    content: "";
    border-top: 30px solid #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.rec_09_subtit01 {
    font-size: 1.6em;
    padding: 2em 0 2.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}
.rec_09_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
}
.rec_09_list_item {
    background: #fff;
    width: calc(100% / 3 - 25px);
    margin: 0 0 2em 25px;
}
.rec_09_list_img img {
    width: 100%;
}
.rec_09_list_tit {
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
    padding-top: 1em;
    line-height: 1.75;
}
.rec_09_list_read {
    font-size: 1.25em;
    text-align: center;
    font-weight: bold;
    padding: 0.75em 1em 0.5em;
    line-height: 1.3;
}
.rec_09_list_txt {
    padding: 1em 1.5em 2.5em;
    line-height: 1.75;
    font-weight: 500;
}
.rec_09_inner02_txt {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    padding: 1.5em 0;
}
.rec_09_subtit02 {
    font-size: 1.6em;
    padding: 4em 0 2.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}
.rec_09_inner03,
.rec_09_inner04 {
    padding-right: 3rem;
}
.rec_entry_btn {
    display: block;
    background: var(--point-color);
    color: #fff;
    border-radius: 25px;
    padding: 1.25em 2em;
    margin: 100px auto 0;
    font-size: 2em;
    font-weight: bold;
}
.rec_entry_btn:hover {
    background: var(--main-color);
}

@media screen and (max-width: 959px) {
    .rec_09_tit {
        top: -5em;
    }
    .rec_09_box {
        flex-direction: column;
    }
    .rec_09_inner {
        padding: 2em 3em 3em 8em;
    }
    .rec_09_img {
        padding: 0 0 3em 0;
    }
    .rec_09_inner_txt {
        max-width: 500px;
        width: 100%;
    }
    .rec_09_list_item {
        width: calc(100% / 2 - 30px);
    }
    .rec_09_subtit02 {
        padding: 4em 0 2.5em;
    }
}
@media screen and (max-width: 745px) {
    .rec_09_inner03,
    .rec_09_inner04 {
        padding-right: 1.5rem;
    }
}
@media screen and (max-width: 599px) {
    .rec_09_inner {
        padding: 2em 3em 5em 5.5em;
        display: flex;
        flex-direction: column;
    }
    .rec_09_img {
        width: 100%;
    }
    .rec_09_img:nth-child(2) {
        display: none;
    }
    .rec_09_list_item {
        width: 100%;
    }
    .rec_09_inner03, .rec_09_inner04 {
        margin-left: -1.5rem;
    }
    .rec_entry_btn {
        font-size: 4.75vw;
        margin: 0 auto;
    }
}

/*募集テーブル*/
.tbl-r02 p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 40px;
}
.tbl-r02 {
    margin: 0px auto;
    width: 100%;
    border-collapse: collapse;
    border-top: dotted 1px #333;
    border-left: dotted 1px #333;
    border-right: dotted 1px #333;
}
.tbl-r02 tr{
    border-bottom: dotted 1px #333;
}
.tbl-r02 th {
    background: #eeeeee;
    color: #333;
    padding: 10px;
    font-size: 15px;
    width: 300px;
    text-indent: 60px;
    letter-spacing: 2px;
    vertical-align: middle;
}
.tbl-r02 th br {
    display: none;
}
.tbl-r02 td {
    padding: 23px 83px;
    font-size: 15px;
    line-height: 22px;
}

.rec_09_subtit03 {
    font-size: 1.6em;
    padding: 4em 0 2.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}

/*採用テーブル*/

.r_saiyo_wrap h2{
    margin: 0px 0px 65px 0px;
    font-size: 45px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 4px;
}
.r_saiyo_wrap a{
    width: 550px;
    line-height: 110px;
    font-size: 28px;
    border-radius: 80px;
    display: block;
    margin: 85px auto 0px auto;
    background: #dc4e58;
    text-align: center;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    position: relative;
        transition: all 0.3s ease 0s;
}
.r_saiyo_wrap a:hover{
	background-color:#c1000e;
}
.r_saiyo_wrap a::before{
    content: "";
    right: 39px;
    top: 54px;
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
}
.r_saiyo_wrap a:hover::before{
    right: 29px;
    transition: all 0.3s ease 0s;

}
.r_saiyo_wrap a::after{
    content: "";
    right: 39px;
    top: 49px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.r_saiyo_wrap a:hover::after{
    right: 29px;
    transition: all 0.3s ease 0s;
}
.tbl-r03{
    margin: 0px auto;
    width: 100%;
    border-collapse: collapse;
    border-top: dotted 1px #333;
    border-left: dotted 1px #333;
    border-right: dotted 1px #333;
}
.tbl-r03 p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
.tbl-r03 th {
    background: #eeeeee;
    color: #333;
    padding: 40px 10px;
    font-size: 15px;
    font-weight: normal;
    width: 300px;
    text-align: center;
    letter-spacing: 2px;

}
.tbl-r03 td {
    padding: 19px 16px;
    font-size: 15px;
    line-height: 22px;
    border-left: dotted 1px #333;
    vertical-align: middle;
}
.tbl-r03 thead tr th{
    border-left: solid 1px #fff;
}
.tbl-r03 thead tr th:first-child {
    border-left: dotted 1px #333;
}
.tbl-r03 thead tr th:nth-child(2){
	background-color:#064163;
	color:#fff;
}
.tbl-r03 thead tr th:nth-child(3){
	background-color:#0070b0;
	color:#fff;
}
.tbl-r03 thead tr th:nth-child(4){
	background-color:#59afe2;
	color:#fff;
}
.tbl-r03 thead tr th:nth-child(5){
	background-color:#8aa6b4;
	color:#fff;
}
.tbl-r03 td:nth-child(1){
	background-color:#eeeeee;

}
.tbl-r03 tr {
    border-bottom: dotted 1px #333;
}

.r_side_fix{
    width: 65px;
    height: 222px;
    position: fixed;
    right: 0px;
    bottom: 40px;
}
.r_side_fix a{
    display: block;
    width: 65px;
    height: 222px;
    background-color: #dc4e58;
    position: relative;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: bold;
    padding: 20px 20px 0px 0px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.r_side_fix a:hover{
    background-color: #c1000e;
}
.r_side_fix a::before {
    content: "";
    right: 22px;
    top: 180px;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
}
.r_side_fix a::after {
    content: "";
    right: 22px;
    top: 176px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

@media screen and (max-width: 745px) {
    .rec_09_inner {
        padding: 2em 3em 5em 5.5em;
        display: flex;
        flex-direction: column;
    }
    .rec_09_img {
        width: 100%;
    }
    .rec_09_img:nth-child(2) {
        display: none;
    }
    .rec_09_list_item {
        width: 100%;
    }
    .rec_09_inner03, .rec_09_inner04 {
        margin-left: -1.5rem;
    }
    .rec_entry_btn {
        font-size: 4.75vw;
    }

    /*募集テーブル*/
    .tbl-r02 p {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 60px auto 40px;
    }
    .tbl-r02 {
        margin: 0px auto;
        border-collapse: collapse;
        border-top: dotted 1px #333;
        border-left: dotted 1px #333;
        border-right: dotted 1px #333;
    }
    .tbl-r02 tr{
        border-bottom: dotted 1px #333;
    }
    .tbl-r02 th {
        background: #eeeeee;
        color: #333;
        padding: 3%;
        font-size: 3.5vw;
        width: 21.5%;
        letter-spacing: 2px;
        text-indent: 0;
    }
    .tbl-r02 th br {
        display: block;
    }
    .tbl-r02 td {
        padding: 3%;
        font-size: 3.5vw;
        line-height: 26px;
    }
    
    /*採用テーブル*/
    .r_saiyo_wrap{
        padding: 40px 0px 40px 0px;
    }
    .r_saiyo_wrap h2{
        margin: 0px 0px 65px 0px;
        font-size: 45px;
        text-align: center;
        font-weight: normal;
        letter-spacing: 4px;
    }
    .r_saiyo_wrap a{
        line-height: 75px;
        font-size: 4.5vw;
        border-radius: 80px;
        display: block;
        margin: 20px auto 0px auto;
        background: #dc4e58;
        text-align: center;
        color: #fff;
        text-decoration: none;
        letter-spacing: 2px;
        position: relative;
        transition: all 0.3s ease 0s;
    }
    .r_saiyo_wrap a:hover{
        background-color:#c1000e;
    }
    .r_saiyo_wrap a::before{
        content: "";
        right: 30px;
        top: 39px;
        width: 25px;
        height: 2px;
        background: #fff;
        position: absolute;
    }
    .r_saiyo_wrap a:hover::before{
        right: 29px;
        transition: all 0.3s ease 0s;

    }
    .r_saiyo_wrap a::after{
        content: "";
        right: 30px;
        top: 34px;
        width: 11px;
        height: 11px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        position: absolute;
    }
    .r_saiyo_cl01{
        background-color:#064163 !important;
        color:#fff !important;
    }
    .r_saiyo_cl02{
        background-color:#0070b0 !important;
        color:#fff !important;
    }
    .r_saiyo_cl03{
        background-color:#59afe2 !important;
        color:#fff !important;
    }
    .r_saiyo_cl04{
        background-color:#8aa6b4 !important;
        color:#fff !important;
    }
    .r_saiyo_wrap a:hover::after{
        right: 29px;
        transition: all 0.3s ease 0s;
    }
    .tbl-r03{
        margin: 0px auto 20px auto;
        border-collapse: collapse;
        border-top: dotted 1px #333;
        border-left: dotted 1px #333;
        border-right: dotted 1px #333;
    }
    .tbl-r03 p {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 60px auto 40px;
    }
    .tbl-r03 th {
        background: #eeeeee;
        color: #333;
        padding: 21px 10px;
        font-size: 4vw;
        font-weight: normal;
        width: 300px;
        text-align: center;
        letter-spacing: 2px;

    }
    .tbl-r03 td {
        padding: 15px 14px;
        font-size: 3.6vw;
        line-height: 22px;
        border-left: dotted 1px #333;
    }
    .tbl-r03 thead tr th{
        border-left: solid 1px #fff;
    }
    .tbl-r03 thead tr th:nth-child(2){
        background-color:#064163;
        color:#fff;
    }
    .tbl-r03 thead tr th:nth-child(3){
        background-color:#0070b0;
        color:#fff;
    }
    .tbl-r03 thead tr th:nth-child(4){
        background-color:#59afe2;
        color:#fff;
    }
    .tbl-r03 thead tr th:nth-child(5){
        background-color:#8aa6b4;
        color:#fff;
    }
    .tbl-r03 td:nth-child(1){
        background-color:#eeeeee;
        width: 6.5em;
    }
    .tbl-r03 tr {
        border-bottom: dotted 1px #333;
    }

}


/*テーブル制御*/
.pc_off {display: none;}
.smart_off {display: table;}

@media screen and (max-width: 745px) {
/*テーブル制御*/
.smart_off {display: none;}
.pc_off {display: table;}
}


/*----------------
FOOTER
----------------*/
.btm_ft_wrap {
    position: relative;
    margin-top: 180px;
}
.btm_ft_box {
    background: #89868a;
    color: #fff;
    margin-left: calc(10vw + 10px);
    position: relative;
}
.btm_ft_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark-color);
    color: #fff;
    padding: 2em;
    position: absolute;
    height: 7em;
    width: 7em;
    right: 0;
    top: -2em;
    z-index: 1;
    font-size: 1.4em;
}
.btm_ft_contact a:hover {
    background: var(--main-color);
    color: var(--dark-color);
}
.btm_contact_tit {
    display: inline-block;
    position: absolute;
    left: -76px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg) ;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    font-size: 1.5em;
    color: #323235;
    z-index: 1;
}
.btm_ft_inner_wrap {
    display: flex;
    padding: 120px 0 calc(120px - 1.5em);
    font-size: 1.125em;
}
.btm_ft_inner01 {
    width: 40%;
    text-align: center;
    padding-top: 2em;
}
.btm_ft_inner02 {
    width: 60%;
    line-height: 1.95;
    letter-spacing: 1.5px;
}
.btm_ft_inner02 p {
    padding-bottom: 1em;
}
.btm_ft_tel {
    font-size: 2em;
}
@media screen and (max-width: 959px) {
    .btm_ft_wrap {
        margin-top: 60px;
    }
    .btm_contact_tit {
        left: -65px;
    }
    .btm_ft_inner_wrap {
        flex-direction: column;
        align-items: center;
        padding: 80px 2em;
    }
    .btm_ft_inner02 {
        padding-top: 2em;
        width: auto;
    }
}
@media screen and (max-width: 599px) {
    .btm_ft_inner01 {
        width: 50%;
    }
    .btm_ft_inner_wrap {
        padding: 20px 2em 30px;
        width: 270px;
        margin: 0 auto;
    }
    .btm_ft_box {
        margin-left: calc(5vw + 10px);
    }
    .btm_ft_inner02 {
        font-size: 0.8rem;
        line-height: 1.75;
    }
    .btm_ft_inner02 p {
        padding-bottom: 1.5em;
    }
    .btm_ft_tel {
        font-size: 1.75em;
        line-height: 1.25;
    }
}

/*fnav*/
.fnav {
    background: #756863;
    color: #fff;
    font-size: 0.875em;
    margin-top: 7px;
    margin-left: calc(10vw + 10px);
}
.fnav_list {
    display: flex;
    align-items: center;
    padding-left: 6%;
    letter-spacing: 2.5px;
}
.fnav_list_item a {
    display: block;
    padding: 1.25em 2em;
}
.fnav_list_item a:hover {
    background: var(--main-color);
}

.btm_ft_copy {
    display: block;
    font-size: 1.125em;
    margin-left: calc(10vw + 10px);
    text-align: center;
    padding: 6em 0;
    letter-spacing: 1.5px;
}
@media screen and (max-width: 959px) {
    .fnav_list {
        padding-left: 0;
    }
    .btm_ft_copy {
        padding: 3em 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 745px) {
    .fnav {
        margin-left: calc(5vw + 10px);
    }
    .fnav_list {
        flex-wrap: wrap;
        padding: 1em 2em;
    }
    .fnav_list_item {
        width: 100%;
    }
    .fnav_list_item a {
        max-width: 320px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 599px) {
    .fnav {
        font-size: 0.9em;
    }
    .fnav_list {
        max-width: 270px;
        margin: 0 auto;
        padding: 2.5em 2em;
    }
    .fnav_list_item a {
        max-width: 210px;
        padding: 0.6em 2em;
    }
}

