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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@500;600&display=swap');

html {
    font-size: 62.5%;/* 1rem=10px */
}

body {
    color: #231815;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 2;
}

.font_min {
    font-family: 'Noto Serif JP', serif;
}


@media screen and (min-width: 641px) {

.pc { display: block !important }
.sp { display: none !important }


/*-------------------------------

.inner

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


/*-------------------------------

header

-------------------------------*/
header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0 1vw;
    background: #ffffff;
}

header .inner {
    position: relative;
    width: 100%;
    max-width: 110rem;
    height: 14rem;
    padding: 1rem 0;
}

header h1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 102px;
}

header .tel {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

header .tel p {
    display: inline-block;
    margin: 0;
    font-weight: 700;
    line-height: 1;
}

header .tel .nom {
    margin-right: 1rem;
    font-size: 3.2rem;
}

header .tel .nom a {
    color: #231815;
    text-decoration: none;
}

header .tel .nom a:hover {
    color: #231815;
    text-decoration: none;
}

header .tel .nom .label {
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0.3rem 2rem;
    color: #ffffff;
    font-size: 2.4rem;
    background: #004386;
}

header .tel .time {
    font-size: 1.4rem;
}



/*-------------------------------

nav

-------------------------------*/
nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li:nth-child(2),
nav li:nth-child(4),
nav li:nth-child(5) {
    width: 12rem;
}

nav li:nth-child(6) {
    margin-left: 12rem;
}

nav li:last-child {
    width: 12rem;
    height: 5rem;
    background: url("../images/common/bg_reform.png") no-repeat top center / 100% auto;
}

nav li:last-child:hover {
    background: url("../images/common/bg_reform_on.png") no-repeat top center / 100% auto;
    transition: 0.3s all;
}

nav li:last-child:hover a {
    color: #ffffff;
    transition: 0.3s all;
}

nav li span {
    display: block;
}

nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2;
    list-style: none;
    color: #231815;
}

nav li:last-child a {
    font-size: 110%;
    font-weight: 700;
}

nav li a:hover {
    color: #C59D62;
    text-decoration: none;
}



/*-------------------------------

main

-------------------------------*/
main {
	display: block;
    padding-top: 14rem;
}

main .inner {
    max-width: 136.6rem;
}

/*-------------------------------

section

-------------------------------*/
section {
    padding: 0 12rem;
}

/*-------------------------------
見出し
-------------------------------*/
/*----------------
.headline_01
----------------*/
.headline_01 {
    position: relative;
    margin-bottom: 4rem;
    padding: 0 12rem;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}

.headline_01 .tit {
    display: inline-block;
    min-height: 7rem;
    padding: 0 5rem;
    background: url("../images/common/mark_01.png") no-repeat left top;
}

.headline_01 .tit::after {
    content: "";
    width: 17rem;
    height: 0.1rem;
    display: block;
    margin: auto;
    background: rgba(0,0,0,0.3);
}

.headline_01 .subtit {
    margin-bottom: 8rem;
}

.headline_01 .subtit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1em;
    margin: auto;
    display: block;
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
}

/*----------------
.headline_02
----------------*/
.headline_02 {
    position: relative;
    margin-bottom: 2.5rem;
    padding-left: 5rem;
    font-size: 3.2rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;
}

.headline_02 span {
    display: inline-block;
}

.headline_02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    background: #004386;
}

/*----------------
.headline_03
----------------*/
.headline_03 {
    position: relative;
    margin-bottom: 2.5rem;
    padding-left: 3.8rem;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;
}

.headline_03 span {
    display: inline-block;
}

.headline_03::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: #004386;
}

/*----------------
.headline_04
----------------*/
.headline_04 {
    margin-bottom: 2.5rem;
    padding: 0.5rem 1rem;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;
	background: #C59D62;
}



/*-------------------------------
ボタン
-------------------------------*/
.btn {
    text-align: center;
}

.btn_01,
input[type="submit"].btn_01 {
    display: inline-block;
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    background: #C59D62;
    border: none;
    transition: 0.3s all;
}

.btn_01:hover,
input[type="submit"].btn_01:hover {
    color: #231815;
    background: #87B92A;
    text-decoration: none;
}

.btn_02,
input[type="submit"].btn_02 {
    display: inline-block;
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    background: #333333;
    border: none;
    transition: 0.3s all;
}

.btn_02:hover,
input[type="submit"].btn_02:hover {
    color: #231815;
    background: #999999;
    text-decoration: none;
}

/*-------------------------------

#breadcrumb

-------------------------------*/
#breadcrumb {
    padding: 3rem 12rem;
}

#breadcrumb ul {
    width: 100%;
    max-width: 100rem;
    margin: auto;
    padding: 0;
    list-style: none;
}

#breadcrumb li {
    display: inline-block;
    font-size: 1.4rem;
}

#breadcrumb li a {
    color: #C59D62;
}

#breadcrumb li a:hover {
    text-decoration: none;
}

#breadcrumb li a::after {
    content: ">";
    margin: 0 1rem;
    color: #151515;
}

/*-------------------------------

.data

-------------------------------*/
.data {
    line-height: 1;
}

.data span {
    display: inline-block;
    width: 18rem;
    margin-right: 1em;
    padding: 0.5rem;
    text-align: center;
    border-radius: 2rem;
}

.data .cate_event {/* イベント情報 */
    color: #ffffff;
    background: #87B92A;
}

.data .cate_info {/* お知らせ */
    color: #ffffff;
    background: #A674B0;
}

.data .cate_blog {/* 大工のつぶやき */
    color: #ffffff;
    background: #004386;
}

.data .cate_reform {/* リフォーム */
    color: #004386;
    background: #efec64;
}



/*-------------------------------

top

-------------------------------*/
/*-------------------------------
#mv
-------------------------------*/
#mv {
    margin-bottom: 4rem;
    padding: 0;
}

#mv .inner {
    max-width: 136.6rem;
}


#mv figure img {
    max-width: 100%;
    margin: auto;
}

#mv .mv-img .slick-dots {
    bottom: 20px;
}

#mv .mv-img .slick-dots li button::before {
    color: #000000;
}

#mv .mv-img .slick-dots li.slick-active button::before {
    color: #87B92A;
    opacity: 1;
}

#mv .mv-img .slick-dots li:hover button::before,
#mv .mv-img .slick-dots li.slick-active:hover button::before {
    color: #C59D62;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


/*-------------------------------
#top_info
-------------------------------*/
#top_info .inner {
    max-width: 90rem;
}

#top_info ul {
    margin: 0 0 4rem;
    padding: 0;
    list-style: none;
}

#top_info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 2.5rem;
    border-top: 1px solid rgba(0,0,0,0.3);
}

#top_info li:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

#top_info li .img {
    width: 10rem;
    margin-right: 3rem;
}

#top_info li .img img {
    max-width: 100%;
}

#top_info li .tit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#top_info li .tit p {
    font-size: 1.4rem;
    line-height: 1.6;
}

#top_info li .tit a {
	position: relative;
	display: block;
	padding-right: 2rem;
    color: #231815;
}

#top_info li .tit a::after {
    content: "";
	display: block;
	position: absolute;
	right: 0.5rem;
	top: calc(50% - 0.5rem);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #C59D62;	
}

#top_info li .tit a:hover {
	text-decoration: none;
}

#top_info li .tit a:hover::after {
	border-color: transparent transparent transparent #87B92A;	
}



/*-------------------------------
#case
-------------------------------*/
#case {
    padding: 8rem 0 8rem;
}

/*-------------------------------
#top_concept
-------------------------------*/
#top_concept {
    min-height: 50rem;
    padding: 6rem 12rem 8rem;
    background: url("../images/top/bg_01.png") no-repeat center top;
}

#top_concept .inner {
    max-width: 90rem;
}

#top_concept .text {
    margin-bottom: 4rem;
    font-size: 1.8rem;
    line-height: 1.8;
    font-family: 'Noto Serif JP', serif;
}

/*-------------------------------
#orderhouse
-------------------------------*/
#orderhouse .inner {
    position: relative;
}

#orderhouse .inner img {
    width: 100%;
}

#orderhouse .inner .txt {
    position: absolute;
    top: 8rem;
    left: 6rem;
    width: 315px;
}


/*-------------------------------
#menu
-------------------------------*/
#menu {
    margin: 8rem 0;
}

#menu .inner {
    max-width: 108rem;
}

#menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    width: 33%;
    max-width: 34rem;
    text-align: center;
}

#menu li a {
    color: #231815;
}

#menu li a:hover {
    text-decoration: none;
}

#menu li .img {
    position: relative;
    overflow: hidden;
}

#menu li .img img {
    max-width: 100%;
    transform: scale(1);
    transition: .3s ease-in-out;
}

#menu li:hover .img img {
    transform: scale(1.3);
}
#menu li .img p {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 2.4rem;
    background: rgba(31,49,52,0.4);
    transition: .3s ease-in-out;
}

#menu li:hover .img p {
    background: rgba(31,49,52,0.2);
}

#menu li .img + p {
    margin-top: 0.5rem;
    line-height: 1.4;
}

#menu li .img + p span {
    display: inline-block;
}

/*-------------------------------

concept

-------------------------------*/
/*-------------------------------
#concept
-------------------------------*/
#concept {
    margin-bottom: 8rem;
}

#concept .inner {
    max-width: 110rem;
}

#concept .lead {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}

#concept .lead span {
    display: inline-block;
}

#concept h3 {
    margin-bottom: 2.5rem;
    font-size: 3.4rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;
}

#concept .img img {
    max-width: 100%;
}

#concept figure {
    text-align: center;
}

#concept figcaption {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
}

#concept #chapter01,
#concept #chapter02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 8rem;
}

#concept #chapter01 .img,
#concept #chapter01 .text,
#concept #chapter02 .img,
#concept #chapter02 .text {
    width: 48%;
}

#concept #chapter01 .img img,
#concept #chapter02 .img img {
    max-width: 100%;
}

#concept #chapter01 .text p,
#concept #chapter02 .text p {
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.8;
}

#concept #chapter03 {
    padding-top: 8rem;
}

#concept #chapter03 .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6rem;
}

#concept #chapter03 .text h4 {
    width: 10rem;
    height: 10rem;
    margin-right: 4rem;
    padding-top: 3rem;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    background: #004386;
}

#concept #chapter03 .text p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;
}

#concept #chapter03 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
}

#concept #chapter03 .inner.column3 .img {
    width: 32%;
}

#concept #chapter03 .inner.column4 .img {
    width: 24%;
}

#concept #chapter03 .inner.column3:after{
    content:"";
    display:block;
    width: 32%;
    height:0;
}

#concept #chapter03 .inner.column4:after,
#concept #chapter03 .inner.column4:before{
    content:"";
    display:block;
    width: 23%;
    height:0;
}

#concept #chapter03 .inner.column4:before{
    order:1;
}

#concept #chapter03 .inner .img p {
    font-size: 1.4rem;
    line-height: 1.6;
}

/*-------------------------------

skill

-------------------------------*/
/*-------------------------------
#skill
-------------------------------*/
#skill {
    padding: 0;
}

#skill .inner {
    max-width: 92rem;
}

#skill #chapter01,
#skill #chapter02,
#skill #chapter03,
#skill #chapter04 {
    padding: 5rem 12rem;
}

#skill #chapter02,
#skill #chapter04 {
    background: #F5F3F2;
}

#skill #chapter01 .inner,
#skill #chapter02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#skill .img img {
    max-width: 100%;
    margin-bottom: 1rem;
}

#skill .text p {
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.8;
}

#skill #chapter01 .img,
#skill #chapter01 .text,
#skill #chapter02 .img,
#skill #chapter02 .text {
    width: 48%;
}

#skill #chapter01 .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#skill #chapter01 .text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

#skill #chapter02 h3 {
    width: 100%;
}

#skill #chapter03 .img {
    text-align: center;
}

#skill #chapter03 .column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
}

#skill #chapter03 .column3 .img {
    width: 32%;
}

#skill #chapter03 .column3:after{
    content:"";
    display:block;
    width: 32%;
    height:0;
}

#skill #chapter03 .column3 .img img {
    max-width: 100%;
}

#skill #chapter03 .column3 .img figure {
    text-align: center;
}

#skill #chapter03 .column3 .img figcaption {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
}

/*-------------------------------
#reform_info
-------------------------------*/
#reform_info {
    padding: 6rem 12rem;
    background: #EFEC64;
}

#reform_info h2 {
    margin-bottom: 5rem;
    text-align: center;
}

#reform_info h2 img {
    max-width: 100%;
    margin: auto;
}

#reform_info .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 110rem;
}

#reform_info .inner .img {
    width: 28%;
}

#reform_info .inner .img img {
    max-width: 100%;
}

#reform_info .inner .text {
    width: 42%;
}

#reform_info .inner .text p {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.8;
}

#reform_info .btn_01 {
    margin-top: 3rem;
    padding: 0.5rem 4rem;
    font-size: 2rem;
    border-radius: 3rem;
}

/*-------------------------------

work

-------------------------------*/
/*-------------------------------
#work
-------------------------------*/
#work {
    padding: 0;
}

#work .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 110rem;
    margin: auto;
    padding: 0;
}

#work #chapter01,
#work #chapter02,
#work #chapter03 {
    padding: 8rem 12rem 5rem;
}

#work #chapter02 {
    background: #F5F3F2;
}

#work .img,
#work .text {
    margin-bottom: 3rem;
}

#work .img,
#work .text {
    width: 48%;
}

#work figure img {
    max-width: 100%;
}

#work figcaption {
    font-size: 1.4rem;
}

#work .text p {
    font-size: 1.4rem;
}

/*-------------------------------

flow

-------------------------------*/
/*-------------------------------
#flow
-------------------------------*/
#flow {
    margin-bottom: 5rem;
}

#flow .inner {
    max-width: 91rem;
}

#flow ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#flow li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5rem;
}

#flow #chapter01 li {
    padding: 2.5rem 1.5rem 1rem;
}

#flow #chapter02 li {
    padding: 1.5rem;
}

#flow li::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 33px 0 33px;
    border-color: #87b92a transparent transparent transparent;
}

#flow #chapter01 li::after {
    left: 2rem;
    bottom: -2.6rem;
}

#flow #chapter02 li::after {
    left: 0;
    right: 0;
    bottom: -2.5rem;
    margin: auto;
}

#flow #chapter01 li {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

#flow #chapter02 li {
    background: #87B92A;
}

#flow li .step {
    margin-right: 3rem;
    width: 8rem;
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

#flow #chapter01 li .step {
    color: #87B92A;
}

#flow li .step span {
    display: block;
    font-size: 2.6rem;
}

#flow li .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#flow li .text h3 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    line-height: 1;
}

#flow #chapter01 li .text h3 {
    color: #87B92A;
}

#flow li .text p {
    font-size: 1.4rem;
    line-height: 1.7;
}

#flow .message {
    padding-top: 3rem;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}

#flow .message h3 {
    margin-bottom: 5rem;
    font-size: 2.4rem;
}

#flow .message p {
    font-size: 1.8rem;
}

#flow .message p span {
    display: inline-block;
}

/*-------------------------------

after

-------------------------------*/
/*-------------------------------
#after
-------------------------------*/
#after {
    padding: 0;
    margin-bottom: 5rem;
}

#after .inner {
    max-width: 91rem;
}

#after .message {
    padding: 3rem 12rem 5rem;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}

#after .message h3 {
    margin-bottom: 5rem;
    font-size: 2.4rem;
}

#after .message p {
    font-size: 1.8rem;
}

#after .message p span {
    display: inline-block;
}

#after #chapter01,
#after #chapter02 {
    padding: 5rem 12rem;
}

#after #chapter01 {
    background: #F5F3F2;
}

#after #chapter01 figure {
    margin: 4rem 0 3rem;
}

#after #chapter01 figure img {
    max-width: 100%;
}

#after #chapter02 h4 {
    font-size: 2rem;
}

#after #chapter02 h5 {
    font-size: 2rem;
    text-align: center;
}

#after #chapter02 p {
    font-size: 1.4rem;
}

#after #chapter02 ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

#after #chapter02 li {
    width: 45%;
    padding: 1.5rem;
    background: #D3EDFB;
}

/*-------------------------------

staff

-------------------------------*/
/*-------------------------------
#staff
-------------------------------*/
#staff {
    padding: 0;
}

#staff .ceo,
#staff .coordinator {
    padding: 5rem 12rem;
}

#staff .coordinator {
    background: #F5F3F2;
}

#staff .ceo .inner,
#staff .coordinator .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#staff .coordinator .ceo {
    max-width: 120rem;
}

#staff .coordinator .inner {
    max-width: 100rem;
}

#staff .ceo figure,
#staff .coordinator figure {
    width: 40%;
    text-align: center;
}

#staff .ceo figure img,
#staff .coordinator figure img {
    max-width: 100%;
}

#staff .ceo .text,
#staff .coordinator .text {
    width: 56%;
    font-family: 'Noto Serif JP', serif;
}

#staff .ceo .text h3,
#staff .coordinator .text h3 {
    font-size: 3.4rem;
}

#staff .ceo .text p,
#staff .coordinator .text p {
    font-size: 1.8rem;
}

#staff .ceo .episode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5rem;
}

#staff .ceo .episode .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#staff .ceo .episode .text h4 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 2.4rem;
}

#staff .ceo .episode .text h4::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 2.4rem;
    height: 1px;
    width: calc(100% - 12rem);
    background: rgba(0,0,0,0.3);
    
}

#staff .ceo .name,
#staff .coordinator .name {
    text-align: right;
}

#staff .ceo .episode figure {
    width: 21rem;
    text-align: right;
}

#staff .list {
    padding: 5rem 12rem;
}

#staff .list .inner {
    max-width: 82rem;
}

#staff .list .inner h3 {
    margin-bottom: 5rem;
    font-size: 3.6rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    text-align: center;
}

#staff .list .inner .staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
}

#staff .list .inner .staff figure {
    width: 19rem;
}

#staff .list .inner .staff figure img {
    max-width: 100%;
}

#staff .list .inner .staff .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#staff .list .inner .staff .text h4 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

#staff .list .inner .staff .text h4 span {
    display: block;
    font-size: 1.6rem;
}

#staff .list .inner .staff .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#staff .list .inner .staff .text li {
    display: inline-block;
    font-size: 1.6rem;
}

#staff .list .inner .staff .text li::before {
    content: "●";
    margin-right: 0.5rem;
}

#staff .list .inner .staff .text li:nth-child(1) {
    width: 10em;
}

#staff .list .inner .staff .text li:nth-child(3) {
    width: 100%;
}

/*-------------------------------
#company
-------------------------------*/
#company {
    padding: 6rem 12rem;
    background: #F5F3F2;
}

#company table {
    max-width: 80rem;
    margin: auto;
    font-size: 1.4rem;
}

#company table tr {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

#company table th,
#company table td {
    padding: 1.5rem 0;
    vertical-align: top;
}

#company table th {
    padding-right: 5rem;
    font-weight: 500;
    white-space: nowrap;
}

/*-------------------------------
#access
-------------------------------*/
#access {
    padding: 6rem 12rem;
}

#access .inner {
    max-width: 100rem;
    margin: auto;
}
 
#access .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
#access .ggmap iframe,
#access .ggmap object,
#access .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#access p {
    font-size: 1.4rem;
	text-align: center;
}

#access p span {
    display: inline-block;
}

/*-------------------------------

reform

-------------------------------*/
/*-------------------------------
#reform_intro
-------------------------------*/
#reform_intro {
    margin-top: -4rem;
	padding:0 0 8rem;
}

#reform_intro .worries {
	position: relative;
	margin-bottom: 11.5rem;
    padding: 4rem 10rem 1rem;
    background: #F5F3F2;
}

#reform_intro .worries::after {
    content: "";
	position: absolute;
	left: 0;
	bottom: -11.5rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 115px 683px 0 683px;
	border-color: #f5f3f2 transparent transparent transparent;
}

#reform_intro .worries h2 {
	margin-bottom: 3rem;
	font-size: 2.4rem;
    text-align: center;
}

#reform_intro .worries ul {
    width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#reform_intro .worries li {
	display: inline-block;
	width: 33%;
}

#reform_intro .worries li::before {
	content: "・";
}

#reform_intro .messase h2 {
	margin-bottom: 3rem;
	font-size: 3.6rem;
    text-align: center;
}

#reform_intro .messase .inner {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	max-width: 80rem;
	margin: auto;
}

#reform_intro .messase .inner figure {
	width: 46%;
}

#reform_intro .messase .inner figure img {
	max-width: 100%;
}

#reform_intro .messase .inner p {
	width: 52%;
	padding-top: 20rem;
}

#reform_intro .messase .inner div {
	position: absolute;
	top: 0;
	left: 27rem;
}

#reform_intro .messase .txt {
	display: block;
    margin-top: 3rem;
}

#reform_intro .messase .txt h3 {
	font-size: 2.4rem;
}

#reform_intro .messase .txt p {
	width: 100%;
	padding-top: 0;
}

/*-------------------------------
#reform_top_work
-------------------------------*/
#reform_top_work {
	padding: 4rem 12rem;
	background: #f5f3f2;
}

#reform_top_work h2 {
	margin-bottom: 4rem;
	text-align: center;
}

#reform_top_work ul {
	margin: 0 auto 5rem;
	padding: 0;
	list-style: none;
}

#reform_top_work li {
	display: inline-block;
	width: 19%;
	font-weight: 700;
}

#reform_top_work li:nth-child(4) {
	width: 38%;
}

#reform_top_work li::before {
	content: "・";
}

#reform_top_work .btn {
	text-align: center;
}

#reform_top_work a {
	display: inline-block;
	min-height: 10rem;
	padding: 2rem 14rem;
	color: #231815;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	background: url("../images/reform/reform_icon_01.png") no-repeat left 3rem center, url("../images/reform/reform_icon_02.png") no-repeat right 3rem center, #ffffff;
	border: 1px solid #231815;
	border-radius: 1.5rem;
	transition: 0.3s all;
}

#reform_top_work a:hover {
	text-decoration: none;
	background-color: #efec64;
}

#reform_top_work a span {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
}

/*-------------------------------
#reform_top_voice
-------------------------------*/
#reform_top_voice {
	padding: 8rem 12rem;
	background: url("../images/reform/reform_pic_01.png") no-repeat left calc(12rem + 12vw) top 8rem, url("../images/reform/reform_pic_02.png") no-repeat right calc(12rem + 12vw) top 8rem;
}

#reform_top_voice h2 {
	margin-bottom: 4rem;
	font-size: 2.4rem;
	font-weight: 400;
	text-align: center;
}

#reform_top_voice .btn {
	text-align: center;
}

#reform_top_voice a {
	display: inline-block;
	min-height: 10rem;
	padding: 2rem 14rem;
	color: #231815;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	background: #efec64;
	border-radius: 1.5rem;
	transition: 0.3s all;
}

#reform_top_voice a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #004386;
}

#reform_top_voice a span {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
}

/*-------------------------------
#reform_contact
-------------------------------*/
#reform_contact {
	margin-bottom: 10rem;
	text-align: center;
}

#reform_contact .inner {
	max-width: 100rem;
}

#reform_contact .mail {
	padding: 2.5rem;
	background: #f5f3f2;
	border-radius: 1.5rem;	
}

#reform_contact .mail h2 {
	color: #ed6c00;
	font-size: 2.4rem;
	line-height: 1;
}

#reform_contact .mail h2 span {
	display: inline-block;
	margin-right: 1.5rem;
	padding-top: 3rem;
	width: 9rem;
	height: 9rem;
	color: #ffffff;
	font-size: 2.8rem;
	text-align: center;
	background: #ed6c00;
	border-radius: 50%;
}

#reform_contact .mail a {
	display: inline-block;
	padding-right: 2.5rem;
	color: #231815;
	font-size: 1.4rem;
	background: url("../images/common/icon_mail.png") no-repeat right center;
}

#reform_contact .mail a:hover {
	color: #ed6c00;
	text-decoration: none;
}

#reform_contact .tel {
	margin-bottom: 2rem;
	border-bottom: 1px solid #231815;
}

#reform_contact .tel h2 {
	margin-top: 4rem;
	font-size: 2.4rem;
}

#reform_contact .tel p {
	margin: 0;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.6;
}

#reform_contact .line h2 {
	margin-top: 4rem;
	font-size: 2.4rem;
}

#reform_contact .line a {
	display: inline-block;
	padding: 2rem 14rem;
	color: #231815;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	background: #efec64;
	border-radius: 1.5rem;
	transition: 0.3s all;
}

#reform_contact .line a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #004386;
}

/*-------------------------------
#newbuilding
-------------------------------*/
#newbuilding {
	margin: 10rem auto;
}

#newbuilding .inner {
	max-width: 100rem;
}

#newbuilding a {
	display: block;
	height: 20rem;
	padding: 4rem 0 0 40rem;
	color: #ffffff;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	background: url("../images/reform/newbuilding_img_01.jpg") no-repeat left top, #87b92a;
	border-radius: 1.5rem;
	transition: 0.3s all;
}

#newbuilding a:hover {
	text-decoration: none;
	background-color: #004386;
}

/*-------------------------------

reform_work

-------------------------------*/
#reform_work {
	margin-bottom: 8rem;
	padding: 0;
}

#reform_work h2 {
	padding: 4rem 2rem;
	font-size: 3.2rem;
	text-align: center;
	background: url("../images/reform/case_pic_01.png") no-repeat left 10vw center, url("../images/reform/case_pic_02.png") no-repeat right 10vw center, #efec64;
}

#reform_work .inner {
    padding: 0 12rem;
}

#reform_work .inner h3 {
	margin: 7rem 0 1.5rem;
	padding: 0.5rem 1rem;
	font-size: 2.4rem;
	background: #efec64;
}

#reform_work .inner h3::before {
	content: "■";
}

#reform_work .inner .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#reform_work .inner .detail::after{
	content: "";
	display: block;
	width: 31%;
}

#reform_work .inner .detail .text,
#reform_work .inner .detail figure {
	width: 31%;
}

#reform_work .inner .detail figure img {
	max-width: 100%;
}

#reform_work .inner .detail figcaption {
	font-size: 1.4rem;
}

/*-------------------------------

reform_voice

-------------------------------*/
#reform_voice {
	margin-bottom: 8rem;
	padding: 0;
}

#reform_voice .inner {
	max-width: calc(100rem + 24rem);
    padding: 0 12rem;
}

#reform_voice .tit {
	min-height: 30rem;
	margin-bottom: 5rem;
	padding: 4rem 2rem;
	text-align: center;
	background: url("../images/reform/voice_pic_01.png") no-repeat left 15vw center, url("../images/reform/voice_pic_02.png") no-repeat right 15vw center, linear-gradient(to bottom,  #efec64 0%,#efec64 79%,#ffffff 80%,#ffffff 100%);
	
}

#reform_voice .tit p {
	margin-bottom: 5rem;
	font-size: 2.4rem;
	line-height: 1.4;
}

#reform_voice .tit h2 {
	font-size: 3.2rem;
}

#reform_voice ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

#reform_voice li {
	width: 48%;
	margin-bottom: 3rem;
}

#reform_voice li p {
	margin: 0;
	font-size: 1.8rem;
}

#reform_voice li figure img {
	max-width: 100%;
	border: 1px solid #231815;
}

/*-------------------------------

info

-------------------------------*/
/*-------------------------------
#info
-------------------------------*/
#info {
	margin: 5rem 0;
}

#info .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100rem;
}

#info .list,
#info .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 5rem;
}
	
#info .detail img {
	max-width: 100%;
	height: auto;
}	

#info .list.event {
	padding-right: 0;
}

#info .list.event .data span {
	width: auto;
    padding: 0.5rem 3rem;
}

#info .side {
	width: 20rem;
}

#info .side section {
	padding: 0;
}

#info .list ul {
    margin: 0 0 4rem;
    padding: 0;
    list-style: none;
}

#info .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 2.5rem;
    border-top: 1px solid rgba(0,0,0,0.3);
}

#info .list li:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

#info .list li .img {
    width: 10rem;
    margin-right: 3rem;
}

#info .list li .img img {
    max-width: 100%;
}

#info .list li .tit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#info .list li .tit p {
    font-size: 1.4rem;
    line-height: 1.6;
}

#info .list li .tit a {
	position: relative;
	display: block;
	padding-right: 2rem;
    color: #231815;
}

#info .list li .tit a::after {
    content: "";
	display: block;
	position: absolute;
	right: 0.5rem;
	top: calc(50% - 0.5rem);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #C59D62;	
}

#info .list li .tit a:hover {
	text-decoration: none;
}

#info .list li .tit a:hover::after {
	border-color: transparent transparent transparent #87B92A;	
}

#info .detail h3 {
	margin-bottom: 3rem;
	font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
	border-bottom: 1px solid rgba(0,0,0,0.3);	
}

#info .detail .data {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

#info .detail .data span {
	margin: 0 0.5em 0.3em 0;
}

#info .detail .data .tag {
    width: auto !important;
	margin-right: 0;
    padding: 0.5rem 2rem;
}

#info .detail .data .day {
	display: inline-block;
    width: auto;
    margin-right: 0;
    margin-left: auto;
    padding: 0.5rem 0;
    text-align: right;
    border-radius: 0;
}

#info .detail .btn {
	margin-top: 5rem;	
}

#info .detail .btn a {
	padding: 0.5rem 3rem;
	border-radius: 2rem;	
}

#info .side h2,
#info .side h3 {
	padding: 0.5rem;
	font-size: 1.6rem;
	background: #C59D62;
}

#info .side ul {
	margin: 0 0 3rem;
	padding: 0;
	list-style: none;
}

#info .side li {
	padding: 0.5rem;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

#info .side li a {
	display: block;
    color: #231815;
	font-size: 1.4rem;
}

#info .side li a:hover {
    color: #C59D62;
	text-decoration: none;
}

/*-------------------------------

contact

-------------------------------*/
/*-------------------------------
#contact
-------------------------------*/
#contact {
	margin: 5rem 0;
}

#contact .inner {
    max-width: 80rem;
	margin-bottom: 5rem;
}

#contact table {
	width: 100%;
	max-width: 80rem;
	margin: 3rem auto;
}

#contact td,
#contact th {
    padding: 1rem;
	vertical-align: top;
}

#contact th {
    white-space: nowrap;
}

#contact th .req {
	display: inline-block;
	margin-right: 1rem;
	padding: 0.5rem 1rem;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	background: #e60012;
	border-radius: 0.5rem;
}

#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
#contact textarea {
	width: 100%;
    padding: 5px;
	box-sizing: border-box;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
}

#contact input[type="submit"]{
    color: #ffffff;
    background: none;
    border: none;
}

#contact .btn_01,
#contact input[type="submit"].btn_01 {
    display: inline-block;
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    background: #C59D62;
    border: none;
    transition: 0.3s all;
}

#contact .btn_01:hover,
#contact input[type="submit"].btn_01:hover {
    color: #231815;
    background: #87B92A;
    text-decoration: none;
}

#contact .btn_02,
#contact input[type="submit"].btn_02 {
    display: inline-block;
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    background: #333333;
    border: none;
    transition: 0.3s all;
}

#contact .btn_02:hover,
#contact input[type="submit"].btn_02:hover {
    color: #231815;
    background: #999999;
    text-decoration: none;
}

#contact label {
    margin-right: 2rem;
}

.mw_wp_form_confirm .dsp,
.mw_wp_form_complete .dsp {
    display: none;
}

/*-------------------------------

privacy

-------------------------------*/
/*-------------------------------
#privacy
-------------------------------*/
#privacy {
	margin: 5rem 0;
}

#privacy .inner {
    max-width: 90rem;
}

#privacy h2 {
	margin-bottom: 5rem;
	padding: 3rem;
	color: #ffffff;
	font-size: 2.4rem;
    text-align: center;
	background: #c59d62;
	border-radius: 1.5rem;
}

#privacy h4 {
    margin-top: 3rem;
}

#privacy p {
	font-size:1.4rem;
}



/*-------------------------------

footer

-------------------------------*/
footer {
    padding: 0 12rem;
    background: #C59D62;
}

footer .inner {
    padding: 4rem 0 1rem;
    background: url("../images/common/footer_bg_01.png") no-repeat right top -8rem, url("../images/common/footer_bg_02.png") no-repeat left bottom;
}

footer .logo {
    margin-bottom: 5rem;
    text-align: center;
}

footer h2 {
    margin-bottom: 5rem;
    font-size: 3.6rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

footer h2 span {
    display: inline-block;
}

footer .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
    width: 100%;
    max-width: 110rem;
    margin: auto;
}

footer .navi:after,
footer .navi:before{
    content:"";
    display:block;
    width: 23%;
    height:0;
}

footer .navi:before{
    order:1;
}

footer .navi div {
    width: 23%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
}

footer .navi a {
    color: #231815;
}

footer .navi a:hover {
    color: #EFEC64;
	text-decoration: none;
}

footer .navi h3 {
    font-size: 1.6rem;
    font-weight: 400;
}

footer .navi ul {
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
    font-size: 1.4rem;
}

footer .navi .others {
    margin: 0;
    font-size: 1.6rem;
}

footer .sns {
    margin-bottom: 6rem;
    text-align: center;
}

footer .sns a {
    display: inline-block;
    margin: 0 4rem;
    padding: 0.5rem 3rem;
    width: 40%;
    max-width: 25rem;
    color: #231815;
    font-family: 'Noto Serif JP', serif;
    background: #C59D62;
    border: 1px solid #231815;
}

footer .sns a:hover {
    text-decoration: none;
    background: #EFEC64;
}

footer .add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 8rem;
    width: 100%;
    max-width: 90rem;
}

footer .add p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 1rem 0 0 3rem;
    font-size: 2rem;
    line-height: 1.4;
}

footer .add p > span {
    display: inline-block;
}

footer small {
    display: block;
    text-align: center;
}

/*-------------------------------

#fixed_side

-------------------------------*/
#fixed_side {
    position: fixed;
    top: 20rem;
    right: 0;
}

#fixed_side a {
    display: block;
    width: 11rem;
    height: 11rem;
    padding-top: 7.5rem;
    text-align: center;
    color: #ffffff;
	transition: 0.3s all;
}

#fixed_side a:hover {
    text-decoration: none;
}

#fixed_side a:nth-child(1) {
    margin-bottom: 2.5rem;
    background: url("../images/common/fixed_icon_01.png") no-repeat center top 2rem, #87B92A;
}

#fixed_side a:nth-child(2) {
    margin-bottom: 2.5rem;
    background: url("../images/common/fixed_icon_02.png") no-repeat center top 2.5rem, #A674B0;
}

#fixed_side a:nth-child(3) {
    background: url("../images/common/fixed_icon_03.png") no-repeat center top 2.5rem, #004386;
}

#fixed_side a:nth-child(1):hover {
    background-color: #a5cb5f;
}

#fixed_side a:nth-child(2):hover {
    background-color: #bc97c4;
}

#fixed_side a:nth-child(3):hover {
    background-color: #4072a4;
}



/*-------------------------------

#fixed_contact

-------------------------------*/
#fixed_contact {
    display: none;
}

}
