    @charset "utf-8";
    /*CSSカスタムプロパティ*/
    
     :root {
        --webfont: "フォーク M", sans-serif;
        --accentcolor: #1EAA39;
        --subcolor: #F29601;
        --palecolor: #E9F7EC;
    }
    /*文字スタイル設定*/
    
    html {
        font-size: 62.5%;
    }
    
    body {
        font-size: 1.6rem;
        line-height: 1.5;
        font-family: sans-serif;
    }
    
    h1 {
        font-size: 36px;
        /* IE8以下とAndroid4.3以下用フォールバック */
        font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
        /* 24px~36pxで可変*/
        line-height: 1.3;
    }
    
    h2 {
        font-size: 24px;
        /* IE8以下とAndroid4.3以下用フォールバック */
        font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
        /* 20px~24pxで可変*/
        line-height: 1.3;
    }
    
    #jigyou strong {
        font-size: 60px;
        /* IE8以下とAndroid4.3以下用フォールバック */
        font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
        /* 24px~36pxで可変*/
        line-height: 1;
        background: linear-gradient(transparent 60%, #fff100 60%);
    }
    
    #jigyou p.text {
        font-weight: 500;
    }
    
    header>div>div>h1.company,
    header>div>address>p.text {
        font-size: 1.2rem;
        font-weight: normal;
    }
    
    header>div>div>h2.company {
        font-size: 38px;
        /* IE8以下とAndroid4.3以下用フォールバック */
        font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
        /* 24px~36pxで可変*/
        line-height: 1.3;
    }
    
    header>div>address>p.tel {
        font-size: 30px;
        /* IE8以下とAndroid4.3以下用フォールバック */
        font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
        /* 24px~36pxで可変*/
        line-height: 1.3;
    }
    
    main #catch h2 {
        font-size: 32px;
        /* IE8以下とAndroid4.3以下用フォールバック */
        font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
        /* 24px~36pxで可変*/
        line-height: 1.3;
        font-weight: bold;
    }
main #catch2 h2 {
        font-size: 32px;
        /* IE8以下とAndroid4.3以下用フォールバック */
        font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
        /* 24px~36pxで可変*/
        line-height: 1.3;
        font-weight: bold;
    }
    
    header>div>div>h2.company span {
        font-size: 1.2rem;
        padding-left: 10px;
    }
    
    section#jigyou>div>section>article>h4 {
        font-size: 32px;
        font-family: "フォーク M", sans-serif;
    }
    
    @media (min-width: 1200px) {
        /* 1200px以上*/
        h1 {
            font-size: 3.6rem;
            /* 36px*/
        }
        h2 {
            font-size: 2.4rem;
            /* 24px*/
        }
        header>div>div>h2.company {
            font-size: 4rem;
        }
        header>div>address>p.tel {
            font-size: 3rem;
        }
        main #catch h2,
        #jigyou strong {
            font-size: 3.2rem;
            font-weight: bold;
        }
        header>div>div>h2.company span {
            font-size: 1.2rem;
        }
        section#jigyou>div>section>article>h4 {
            font-size: 3.4rem;
        }
		main #catch2 h2,
        #jigyou strong {
            font-size: 3.2rem;
            font-weight: bold;
        }
        header>div>div>h2.company span {
            font-size: 1.2rem;
        }
        section#jigyou>div>section>article>h4 {
            font-size: 3.4rem;
        }
    }
    
    @media screen and (max-width: 640px) {
        /* 640px以下*/
        body {
            line-height: 1.6;
        }
        h1 {
            font-size: 2.4rem;
            /* 24px*/
        }
        h2 {
            font-size: 2rem;
            /* 20px*/
        }
        header>div>div>h2.company {
            font-size: 2.4rem;
            /* 24px*/
        }
        header>div>address>p.tel {
            font-size: 2.0rem;
        }
        main #catch h2,
        #jigyou strong {
            font-size: 2.2rem;
            font-weight: bold;
        }
		main #catch2 h2,
        #jigyou strong {
            font-size: 2.2rem;
            font-weight: bold;
        }
        section#jigyou>div>section>article>h4 {
            font-size: 2.4rem;
        }
    }
    /*共通************************************************************/
    
    .pc_none {
        display: none;
    }
    
    a.telephone[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #666;
    }
    
    a {
        color: #666;
        text-decoration: none;
    }
    
    a:hover {
        color: #1EAA39;
        text-decoration: none;
    }
    
    .text90 {
        font-size: 90%;
    }
    
    .pt60 {
        padding-top: 6rem;
    }
    
    .pb10 {
        padding-bottom: 1rem;
    }
    
    .pb20 {
        padding-bottom: 2rem;
    }
    
    .pb30 {
        padding-bottom: 3rem;
    }
    
    .pb60 {
        padding-bottom: 6rem;
    }
    
    .pb05 {
        padding-bottom: .5rem;
    }

.pb100 {
        padding-bottom: 10rem;
    }
    
    .bold {
        font-weight: bold;
    }

.mt30 {
	margin-top: 30px;
}
	
.text_c {
	text-align: center,
}


    /*メイン************************************************************/
    
    body {
        border-top: 20px solid #1EAA39;
    }
    
    header {
        border-top: 3px solid #F29601;
    }
    
    header>div {
        max-width: 1000px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    header>div>div>h1 {
        padding-bottom: 10px;
    }
    
    header>div>address .contactbtn {
        text-align: center;
        padding-top: 10px;
    }
    
    header>div>address .contactbtn a {
        font-weight: bold;
        border: 2px solid var(--accentcolor);
        color: #fff;
        background: var(--accentcolor);
        border-radius: 12px;
        width: 250px;
        display: inline-block;
        padding: 8px;
        position: relative;
        z-index: 1;
    }
    
    header>div>address .contactbtn a:hover {
        opacity: 0.8;
    }
    
    header>div>address {
        font-style: normal;
    }
    
    header nav {
        border-bottom: solid 1px #ccc;
        border-top: solid 1px #ccc;
    }

    /*戻るボタン*/
	.buttonback a {
  		display: block;
  		position: relative;
  		margin: 0 auto;
  		padding: 1em 2em;
  		width: 150px;
  		color: #333;
  		font-size: 15px;
  		font-weight: 700;
  		background-color: #cccccc;
  		border-radius: 50vh;
  		transition: 0.3s;
		}

	.buttonback a::before {
  		content: '';
  		position: absolute;
  		top: 50%;
  		right: 10px;
  		transform: translateY(-50%);
  		width: 50px;
 		 height: 50px;
  		background-color: #f2f2f2;
  		border-radius: 50vh;
		}

	.buttonback a::after {
 		 content: '';
  		position: absolute;
  		top: 50%;
  		right: 32px;
  		transform: translateY(-50%) rotate(45deg);
  		width: 5px;
  		height: 5px;
  		border-top: 3px solid #333333;
  		border-right: 3px solid #333333;
		}

	.buttonback a:hover {
  		text-decoration: none;
  		background-color: #b0c4de;
		}


    /*メニュースタイル------------------
    
    .menu {
        position: relative;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto 0;
        display: flex;
        justify-content: space-between;
    }
    
    .menu>li {
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 1.6rem;
        letter-spacing: .4rem;
        box-sizing: border-box;
        flex-grow: 1;
    }
    
    .menu>li a {
        display: block;
        color: #333;
        font-weight: bold;

    }
    
    .menu>li a:hover {
        color: #fff;
    }
    
    ul.menu__second-level {
        visibility: hidden;
        opacity: 0;
        z-index: 99;
    }
    
    .menu>li:hover {
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    
    .menu>li:hover>a {
        color: #fff;
        transition: all .5s;
        background: #1EAA39;
    }
    
    .menu__second-level li {
        border-top: 1px solid #999;
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    
    .menu__second-level li a:hover {
        background: #BBE5C3;
        color: #333;
        transition: all .5s;
    }
    
    .menu__second-level li a {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 30px;
        padding: 8px 8px;
        font-weight: normal;
    }
    /* 下矢印 
    
    .init-bottom:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 0 0 3px 15px;
        border-right: 1px solid #666;
        ;
        border-bottom: 1px solid #666;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /* floatクリア
    
    .menu:before,
    .menu:after {
        content: " ";
        display: table;
    }
    
    .menu:after {
        clear: both;
    }
    
    .menu {
        *zoom: 1;
    }
    
    .menu>li.menu__single {
        position: relative;
    }
    
    li.menu__single ul.menu__second-level {
        position: absolute;
        top: 60px;
        width: 200px;
        background: #fafafa;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        line-height: 1.5;
        box-shadow: 5px 5px rgba(40, 40, 40, 0.2);
    }
    
    li.menu__single:hover ul.menu__second-level {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }

-------*/



/*トグルメニュー付menu*/

/* Nav
-----------------------------------------*/
.Nav {
  margin-top: 60px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 800px) {
  .Nav {
    position: relative;
  border-top:none;
  }
}

.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 800px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: -50px;
    right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #8b8b8b;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 800px) {
  .Nav .navbtn a.open {
  }
}
@media screen and (max-width: 800px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}


.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav > ul {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 800px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
  }
}

.Nav > ul > li {
  position: relative;
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
}

.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 19px 35px;
  font-size: 15px;
	font-weight: bold;
  color: #333;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 800px) {
.Nav > ul > li a {
  background-color: #f4fff4;
}
}
.Nav > ul > li.parent > a {
  padding-right:25px;
}
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #c8c8c8;
    border-right: solid 2px #c8c8c8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (max-width: 800px) {
.Nav > ul > li.parent > a::before {
	right: 200px;
    border-top: solid 4px #1EAA39;
    border-right: solid 4px #1EAA39;
}
}
@media screen and (max-width: 800px) {
.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 800px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}


  .Nav > ul > li.parent.open > a{
    color: #FFF;
  }
  .Nav > ul > li.parent.open > a::after {
  background: #1EAA39;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 800px) {
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}
 
.Nav > ul > li a:hover {
  color: #fff;
}
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.Nav > ul > li a:hover::after {
  background: #1EAA39;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* current用
.header-nav__item a {
}

.current .header-nav__item a {
	background: #1EAA39;
}
 
/* 2階層 */
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
 
@media screen and (max-width: 800px) {
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
}
 
.Nav > ul > li > ul li {
  white-space: nowrap;
}
 
.Nav > ul > li > ul li a {
  position: relative;
  padding: 12px 27px 12px 27px;
		background-color: #f4fff4;
}
@media screen and (max-width: 800px) {
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
  }
}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #1EAA39;
    border-right: solid 2px #1EAA39;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover {
  text-decoration: underline;
}
 
@media screen and (max-width: 800px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
}
/*
.Nav > ul > li#baibai_menu > ul li a {
  pointer-events: none;
}
.Nav > ul > li#rent_menu > ul li a {
  pointer-events: none;
}
*/
.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}







    /*アクティブ設定　現在のページ------------------------------------*/
    
    #companypage .Nav>li#company_menu {
        background: var(--accentcolor);
        color: #fff;
    }
    
    #companypage .Nav>li#company_menu>a {
        color: #fff;
    }
    
    #baibai .Nav>li#baibai_menu {
        background: var(--accentcolor);
        color: #fff;
    }
    
    #baibai .Nav>li#baibai_menu>a {
        color: #fff;
    }

    #rent .Nav>li#rent_menu {
        background: var(--accentcolor);
        color: #fff;
    }
    
    #rent .Nav>li#rent_menu>a {
        color: #fff;
    }
    
    #taikyo .Nav>li#taikyo_menu {
        background: var(--accentcolor);
        color: #fff;
    }
    
    #taikyo .Nav>li#taikyo_menu>a {
        color: #fff;
    }
    
    #recruitpage .Nav>li#recruit_menu {
        background: var(--accentcolor);
        color: #fff;
    }
    
    #recruitpage .Nav>li#recruit_menu>a {
        color: #fff;
    }
    
    #baibaipage .Nav>li#baibai_menu {
        background: var(--accentcolor);
        color: #fff;
    }
    
    #baibaipage .Nav>li#baibai_menu>a {
        color: #fff;
    }

    #rentpage .Nav>li#rent_menu {
        background: var(--accentcolor);
        color: #fff;
    }
    
    #rentipage .Nav>li#rent_menu>a {
        color: #fff;
    }
    
    #businesspage .Nav>li#business_menu {
        background: var(--accentcolor);
        color: #fff;
    }
    
    #businesspage .Nav>li#business_menu>a {
        color: #fff;
    }

    #rentpage .Nav>li#rent_menu {
        background: var(--accentcolor);
        color: #fff;
    }
    
    #rentpage .Nav>li#rent_menu>a {
        color: #fff;
    }



    
    .slider-background {
        background: #f2f2f2;
        position: relative;
		  z-index: 0 !important;
    }
    
    .swiper-container {
        max-width: 1250px;
        margin: 0px auto;
    }
    
    .swiper-container .swiper-wrapper .swiper-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
    }
    
    .main_image_text {
        text-align: center;
        line-height: 2;
        font-size: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        color: #4D4D4D;
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF, 0px 0px 7px #6bd8f9;
    }
    
    main section#main_image h1 span.small {
        font-size: 75%;
    }
    /*ニュース*******************************************************************/
    /* clearfix */
    
    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    .clearfix {
        display: block;
    }
    /*TOPページニュース************/
    
    #newsWrap {
        margin: 50px auto;
        max-width: 920px;
        padding: 0 20px;
    }
    
    #newsWrap h2 {
        text-align: center;
        padding-bottom: 20px;
    }
    
    #newsWrap .news_itiran {
        border: 1px #000 solid;
        margin-left: auto;
        margin-right: 10px;
        width: 23%;
        min-width: 100px;
        text-align: center;
    }
    
    #newsWrap .news_itiran a {
        display: block;
        padding: 5px 15px;
        font-size: 1.4rem;
    }
    
    #newsWrap .news_itiran a:hover {
        color: #1EAA39;
    }
    
    .newMark {
        display: inline-block;
        padding: 1px 4px;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 100%;
        color: #D32F2F;
    }
    
    .up_ymd {
        font-size: 90%;
    }
    
    #newspage {
        max-width: 980px;
        margin: 0 auto;
    }
    
    #newspage nav {
        padding: 20px 0;
    }
    
    #newspage nav ul {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        font-weight: bold;
    }
    
    #newspage nav ul li {
        padding-right: 10px;
        margin: 0.8rem 0;
    }
    
    #newspage nav ul li a {
        padding: 5px 15px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
    
    #newspage nav ul li a.active {
        padding: 5px 15px;
        border-radius: 5px;
        border: 1px solid #ccc;
        background: #f2f2f2;
        color: #666;
    }
    
    #newspage nav ul li a:hover {
        color: #ccc;
    }
    /*ニュースカテゴリスタイル*/
    
    #newsWrap .catName,
    #newspage .catName {
        display: inline-block;
        padding: 5px 15px;
        border-radius: 5px;
        line-height: 100%;
        margin: 0 5px;
        color: #fff;
        font-size: 80%;
        width: 100px;
        text-align: center;
        margin-right: 10px;
    }
    
    #newsWrap .cat-0 .catName,
    #newspage .cat-0 .catName,
    #newspage nav ul li.cat-0 a:hover,
    #newspage nav ul li.cat-0 a.active {
        background: darkorange;
        border: 1px solid darkorange;
        color: #fff;
    }
    
    #newsWrap .cat-1 .catName,
    #newspage .cat-1 .catName,
    #newspage nav ul li.cat-1 a:hover,
    #newspage nav ul li.cat-1 a.active {
        background: hotpink;
        border: 1px solid hotpink;
        color: #fff;
    }
    
    #newsWrap .cat-2 .catName,
    #newspage .cat-2 .catName,
    #newspage nav ul li.cat-2 a:hover,
    #newspage nav ul li.cat-2 a.active {
        background: #1EAA39;
        border: 1px solid #1EAA39;
        color: #fff;
    }
    
    #newsWrap .cat-3 .catName,
    #newspage .cat-3 .catName,
    #newspage nav ul li.cat-3 a:hover,
    #newspage nav ul li.cat-3 a.active {
        background: #1E72AA;
        border: 1px solid #1E72AA;
        color: #fff;
    }
    
    #newsList {
        padding: 20px 0;
    }
    
    #newsList li {
        padding: 15px 20px;
        border-bottom: 1px dashed #ccc;
        display: flex;
        flex-wrap: wrap;
    }
    
    #newsList a:first-child li {
        border-top: 1px solid #ccc;
    }
    
    #newsList a:last-child li {
        border-bottom: 1px solid #ccc;
    }
    
    #newsList a {
        color: #000;
    }
    
    #newsList a:hover li {
        background: #fafafa;
    }
    
    #newspage {
        max-width: 960px;
        margin: 0 auto;
        padding: 50px 20px;
        border-top: 1px solid #999;
    }
    
    #newspage #newsList02 li {
        display: flex;
        list-style-type: none;
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }
    
    #newspage #newsList02 li:hover {
        background: #fafafa;
    }
    
    #newspage #newsList02 li .news01 {
        width: 200px;
    }
    
    .thumbNailWrap img {
        width: 100%;
    }
    
    #newspage #newsList02 li .news02 {
        flex: 1;
        padding: 20px 20px 40px;
    }
    
    #newspage #newsList02 .up_ymd {
        color: #666;
        padding-left: 20px;
        font-size: 1.2rem;
        font-weight: bold;
    }
    
    #newspage #newsList02 .title {
        color: #333;
        font-size: 1.6rem !important;
        font-weight: bold;
        padding: 10px 0;
        display: inline-block;
    }
    
    #newspage #newsList02 .comment {
        color: #666;
        font-size: 1.2rem;
        display: block;
    }
    
    #newsdetailpage {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 40px;
        border-top: 1px solid #999;
    }
    
    #newsdetailpage .newsdetailwrap {
        padding: 0 20px;
    }
    
    #newsdetailpage .newsdetailwrap .newspagewrap h2 {
        color: #1EAA39;
    }
    
    #newsdetailpage .newsdetailwrap .newspagewrap #up_ymd {
        color: #999;
        font-weight: bold;
        font-size: 1.3rem;
        margin-left: auto;
    }
    
    #newsdetailpage .newsdetailwrap .newspagewrap .news_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 3px double #ccc;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    
    #newsdetailpage .newsdetailwrap .newspagewrap #detail {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    
    .pNav {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.2rem
    }
    
    .backORcloseBtn {
        font-size: 1.2rem;
        width: 50%;
        border: solid 1px #999;
        margin: 0 auto;
        text-align: center;
    }
    
    .backORcloseBtn a {
        color: #666;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .backORcloseBtn a:hover {
        color: #fff;
        background: #1EAA39;
        opacity: 0.5;
    }
    /*ページャーボタン*/
    
    .pager a {
        border: 1px solid #ccc;
        color: #ccc;
        font-size: 1.2rem;
        padding: 1px 5px 1px;
        text-decoration: none;
        margin: 0 1px;
    }
    /*現在のページのボタン*/
    
    .pager a.current {
        background: #1EAA39;
        border: 1px solid #1EAA39;
        color: #fff;
        font-size: 1.2rem;
        padding: 1px 5px 1px;
        margin: 0 1px;
        text-decoration: none;
    }
    
    .pager a:hover {
        background: #1EAA39;
        color: #fff;
    }
    
    .overPagerPattern {
        padding: 0 2px;
    }
    
    p.pager {
        padding-top: 30px;
        text-align: center;
    }
    /*事業*******************************************************************/
    
    #jigyou {
        background: #D2EED7;
        padding: 30px 20px;
        text-align: center;
    }
    
    #jigyou .d-flex {
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 980px;
        margin: 0 auto;
    }
    
    #jigyou .circle {
        margin: 0 auto;
        text-align: center;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        position: relative;
        margin-bottom: 30px;
    }
    
    #jigyou .circle a.effect {
        position: relative;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    
    #jigyou .circle a.effect:before,
    #jigyou .circle a.effect:after {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: 0.5s;
    }
    
    #jigyou .circle a.effect:before {
        transform: scale(0.9, 0.9);
        background: #1EAA39;
        opacity: 0;
    }
    
    #jigyou .circle a.effect_orange:before {
        transform: scale(0.9, 0.9);
        background: #F29500;
        opacity: 0;
    }
    
    #jigyou .circle a.effect:hover::before {
        transform: scale(1, 1);
        opacity: 1;
        transition: 0.5s;
    }
    
    #jigyou .circle a svg.svgcolor {
        height: 90px;
        width: auto;
        fill: #969696;
        position: relative;
        z-index: 2;
        padding-bottom: 10px;
    }
    
    #jigyou .circle .effect:hover svg.svgcolor {
        fill: #fff;
    }
    
    #jigyou .circle a h3 {
        font-family: var(--webfont);
        font-size: 25px;
        padding-bottom: 5px;
        line-height: 1.4;
        position: relative;
        z-index: 2;
    }
    
    #jigyou .circle .effect:hover h3 {
        color: #fff;
    }
    
    #jigyou .circle span {
        position: relative;
        z-index: 2;
    }
    
    #jigyou .circle span b {
        color: #1EAA39;
    }
    
    #jigyou .circle .effect:hover span {
        color: #fff;
    }
    
    #jigyou .circle .effect:hover span b {
        color: #fff;
    }
    
    section#jigyou>div>section>article>p {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        margin-left: 35px;
        margin-right: 35px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    section#jigyou>div>section>article>ul {
        margin-left: 35px;
        margin-right: 35px;
        margin-top: 15px;
        margin-bottom: 10px;
        padding-left: 20px;
        /*マーカー分*/
    }
    
    section#jigyou>div>section>article>ul li {
        padding-bottom: 5px;
    }
    
    .top_middle {
        max-width: 980px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 50px 10px;
    }
    
    .top_middle>section {
        text-align: center;
        margin: 0 auto;
        padding-bottom: 1rem;
    }
    
    .top_middle>section>div>a>img {
        max-width: 470px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    #blog h4 {
        font-size: 1.8rem;
        padding-bottom: 5px;
    }
    
    #youtube h4 {
        font-size: 1.8rem;
        padding-bottom: 5px;
    }
    
    #youtube h4 img {
        vertical-align: top;
    }
    
    .gray_back {
        background: #f0f0f0;
    }
    
    main div.googlemap {
        text-align: center;
    }
    
    main div.googlemap h2 {
        padding-bottom: 15px;
    }
    
    main div.googlemap iframe {
        width: 100%;
        height: 50vh;
        margin: auto;
    }
    
    main div.area {
        max-width: 880px;
        width: 100%;
        margin: 0 auto;
        padding: 50px 0;
    }
    
    main div.area h3 {
        position: relative;
        padding: 5px 26px 5px 60px;
        background: #1EAA39;
        font-size: 1.6rem;
        color: #fff;
        margin-left: -33px;
        margin-bottom: 10px;
        line-height: 1.3;
        border-bottom: solid 3px #F29601;
        z-index: 1;
    }
    
    main div.area h3:before {
        position: absolute;
        content: '';
        left: -2px;
        top: -2px;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 40px #fff;
        border-bottom: solid 79px transparent;
        z-index: 3;
    }
    
    main div.area h3:after {
        position: absolute;
        content: '';
        right: -3px;
        top: -7px;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 40px transparent;
        border-bottom: solid 79px #fff;
        z-index: 3;
    }
    
    main div.area p {
        padding-left: 50px;
        position: relative;
        z-index: 4;
    }
    
    .top_contact {
        max-width: 880px;
        text-align: center;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    .top_contact p {
        padding-bottom: 20px;
    }
    
    .top_contact a:hover {
        opacity: 0.8;
    }
    
    .top_contact img {
        width: 100%;
    }
    
    section#rnp {
        padding: 30px 0 0;
    }
    
    section#rnp>a {
        max-width: 960px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    section#rnp>a:hover {
        opacity: 0.8;
    }
    
    section#rnp a>div {
        background: #F29601;
        color: #fff;
        border-radius: 30px;
        display: flex;
        gap: 20px;
        justify-content: space-around;
        padding: 20px;
        position: relative;
    }
    
    section#rnp a>div:hover {
        transform: translateY(2px);
    }
    
    section#rnp a>div h4 {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        align-self: flex-start;
        padding: 20px 0;
    }
    
    section#rnp a>div h4::after {
        content: url(../image/top/arrow.jpg);
        z-index: 0;
        position: absolute;
        bottom: 0;
        left: 410px;
    }
    
    section#rnp a>div>div {
        background: #fff;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 30px;
        margin-right: 10px;
        margin-left: 10px;
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    }
    
    @media screen and (max-width: 980px) {
        section#rnp a>div h4::after {
            display: none;
        }
        section#rnp a>div {
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: center;
            align-content: center;
        }
    }
    
    footer {
        padding-top: 25px;
    }
    
    footer>nav {
        padding-bottom: 10px;
        max-width: 980px;
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #999;
    }
    
    footer>nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    footer>nav ul li {
        padding: 0 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        border-bottom: solid 1px transparent;
        border-right: 1px solid #999;
    }
    
    footer>nav>ul>li:first-child {
        border-left: 1px solid #999;
    }
    
    footer>nav ul li a {
        text-decoration: none;
        display: block;
        color: #666;
    }
    
    footer>nav ul li:hover a {
        color: #1EAA39;
    }
    
footer>nav ul li:nth-child(3) {
	pointer-events: none ;
}
footer>nav ul li:nth-child(4) {
	pointer-events: none ;
}
    footer>div#footer_info>section {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    footer>div#footer_info>section h2 {
        width: 35%;
    }
    
    footer>div#footer_info>section address {
        font-style: normal;
    }
    
    footer>div#footer_info {
        border-bottom: 3px solid #F29601;
    }
    
    footer>div#footercopy {
        position: relative;
    }
    
    footer>div#footercopy>p.copy {
        background-color: #1EAA39;
        color: #000;
        text-align: center;
        font-size: 1.2rem;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    footer>div#footercopy>p.to_top {
        position: absolute;
        top: -50px;
        right: 50px;
    }
    /*ページ共通部分*/
    
    #pageheader #catch {
        background-size: cover;
        display: flex;
        align-items: flex-end;
        height: 190px;
        padding: 3rem 2rem;
    }
    
    #pageheader #catch h2 {
        max-width: 980px;
        width: 100%;
        margin: 0 auto;
        color: #fff;
        text-shadow: 0px 0px 10px #444, 0px 0px 10px #444;
        letter-spacing: .4rem;
    }

   #pageheader #catch2 {
        background-size: cover;
        display: flex;
        align-items: flex-end;
        height: 190px;
        padding: 3rem 2rem;
    }
    
    #pageheader #catch2 h2 {
        max-width: 980px;
        width: 100%;
        margin: 0 auto;
        color: #fff;
        text-shadow: 0px 0px 10px #444, 0px 0px 10px #444;
        letter-spacing: .4rem;
    }
    
    main#company #pageheader #catch {
        background-image: url(../image/company/catch.jpg);
    }
    
    main#contact #pageheader #catch {
        background-image: url(../image/contact/catch.jpg);
    }
    
    main#buisiness_01 #pageheader #catch {
        background-image: url(../image/buisiness/catch01.jpg);
    }
    
    main#buisiness_02 #pageheader #catch {
        background-image: url(../image/buisiness/catch02.jpg);
    }
    
    main#buisiness_03 #pageheader #catch {
        background-image: url(../image/buisiness/catch03.jpg);
    }
    
    main#buisiness_04 #pageheader #catch {
        background-image: url(../image/buisiness/catch04.jpg);
    }
    
    main#buisiness_05 #pageheader #catch {
        background-image: url(../image/buisiness/catch05.jpg);
    }
    
    main#buisiness_06 #pageheader #catch {
        background-image: url(../image/buisiness/catch06.jpg);
    }
    
    main#recruit #pageheader #catch {
        background-image: url(../image/recruit/catch.jpg);
    }

	main#recruit #pageheader #catch2 {
        background-image: url(../image/recruit/catch2.jpg);
    }
    
    main#taikyopage #pageheader #catch {
        background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
    }

	main#baibaitop #pageheader #catch {
        background-image: url("../image/baibai/catch.jpg");
    }

	main#rent #pageheader #catch {
        background-image: url("../image/rent/catch.jpg");
    }
    
    .w90 {
        width: 90%;
        margin: 0 auto;
    }
    
    .w80 {
        width: 80%;
        margin: 0 auto;
    }
    
    .subpage_contents {
        max-width: 900px;
        margin: 0 auto;
        padding: 50px 10px;
    }
    
    .subpage_contents p {
        line-height: 1.7;
    }
    
    .subpage_contents h3 {
        font-family: var(--webfont);
        color: var(--accentcolor);
        border-bottom: 1px solid var(--accentcolor);
        font-size: 2.4rem;
        padding: 0.5rem 1rem;
        margin-bottom: 0.5rem;
    }
    
    .subpage_contents .d-flex {
        display: flex;
        justify-content: space-around;
        text-align: center;
        padding: 1rem 1rem;
    }
    
    .subpage_contents .d-flex figure {
        flex: 1;
    }
    
    .renovation-flow {
        padding-bottom: 60px;
    }
    
    .renovation-flow h3 {
        margin-bottom: 20px;
        font-family: var(--webfont);
        color: #fff;
        background: var(--accentcolor);
        border-bottom: 1px solid var(--accentcolor);
        font-size: 2rem;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        text-align: center;
    }
    
    .renovation-flow .d-flex {
        display: flex;
        padding: 0 0;
        padding-bottom: 3rem;
    }
    
    .renovation-flow .d-flex figure:first-child {
        padding-right: 2.5rem;
    }
    
    .renovation-flow .d-flex figure:last-child {
        padding-left: 2.5rem;
    }
    
    .renovation-flow .d-flex figure img {
        width: 100%;
        object-fit: cover;
    }
    
    .case_wrap {
        position: relative;
    }
    
    .case_wrap .arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 40px;
    }
    
    .subpage_contents .d-flex_02 {
        display: flex;
        justify-content: space-between;
    }
    
    .subpage_contents .d-flex_02 p {
        flex: 2;
    }
    
    .subpage_contents .d-flex_02 figure {
        flex: 1;
    }
    
    .subpage_contents .d-flex_02 figure img {
        width: 100%;
        object-fit: cover;
    }
    
    .subpage_contents .d-flex_03 {
        display: flex;
        justify-content: space-between;
    }
    
    .subpage_contents .d-flex_03 ul {
        flex: 1;
    }
    
    .subpage_contents .d-flex_03 div {
        flex: 1;
        align-self: flex-start;
    }
    
    .subpage_contents .d-flex_03 div img {
        width: 100%;
    }
    
    .subpage_contents dl {
        line-height: 1.7;
    }
    
    .subpage_contents dl dd {
        padding: 1rem 1rem;
    }
    
    .subpage_contents .business03 {
        display: flex;
        flex-wrap: wrap;
    }
    
    .subpage_contents .business03>div:nth-child(odd) {
        flex: 1;
        min-width: 50%;
        padding-bottom: 2rem;
    }
    
    .subpage_contents .business03>div:nth-child(even) {
        flex: 1;
        min-width: 50%;
        padding-bottom: 2rem;
        display: inline-flex;
        margin: 1rem auto;
    }
    
    .subpage_contents .business03>div:nth-child(even) img {
        width: 50%;
        height: 180px;
        object-fit: cover;
        align-self: flex-start;
    }
    
    .subpage_contents .textbox {
        padding: 1rem 1rem;
        line-height: 3;
        color: #444;
        font-weight: bold;
    }
    
    .subpage_contents .accent {
        color: var(--accentcolor);
    }
    
    .subpage_contents .underline {
        border-bottom: 1px solid var(--accentcolor);
        display: inline-block;
    }
    
    .kasaihoken {
        background-image: url(../image/buisiness/img10.jpg);
        background-repeat: no-repeat;
        background-size: 150px;
        background-position: top right;
        padding-right: 180px;
        min-height: 150px;
        width: calc(90% - 180px);
    }
    
    .jishinhoken {
        background-image: url(../image/buisiness/img11.jpg);
        background-repeat: no-repeat;
        background-size: 150px;
        background-position: top left;
        padding-left: 180px;
        min-height: 150px;
        width: calc(90% - 180px);
    }
    
    .square {
        display: flex;
        align-items: center;
    }
    
    .square span {
        flex: 1;
        background: #f2f2f2;
        display: inline-block;
        padding: 2rem 1rem;
        text-align: center;
        margin-right: 1rem;
        margin-left: 1rem;
        border-radius: 3px;
        color: #444;
        font-weight: bold;
        line-height: 1.4;
        font-size: 1.6rem;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .subpage_contents h4 {
        font-family: var(--webfont);
        color: var(--accentcolor);
        background: var(--palecolor);
        border: 1px solid var(--accentcolor);
        font-size: 1.6rem;
        padding: 0.5rem 1rem;
        line-height: 2.6rem;
        margin: 1rem auto;
    }
    
    .point:before {
        content: '◆';
        color: var(--accentcolor);
    }
    
    .subpage_contents .pointlist {
        padding: 0 1rem;
    }
    
    .subpage_contents .pointlist li {
        list-style-type: none;
        padding: 0.5rem 0;
        padding-left: 1rem;
        position: relative;
    }
    
    .subpage_contents .pointlist li:before {
        content: '◆';
        color: var(--accentcolor);
        padding-right: 1rem;
        position: absolute;
        left: -1rem;
        top: 0.5rem;
    }
    
    .subpage_contents .pointlist li.marker-none:before {
        content: '';
        padding-right: 2rem;
    }
    
    .ihin-flow {
        padding-bottom: 60px;
    }
    
    .ihin-flow h3 {
        margin-bottom: 20px;
        font-family: var(--webfont);
        color: #fff;
        background: var(--accentcolor);
        border-bottom: 1px solid var(--accentcolor);
        font-size: 2rem;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        text-align: center;
    }
    
    .flow_wrap {
        max-width: 800px;
        margin: 0 auto;
    }
    
    .step {
        color: #fff;
        font-size: 2.7rem;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-content: center;
        flex-wrap: wrap;
        padding: 0 1.5rem;
        width: 105px;
    }
    
    .step>span {
        font-size: 10rem;
        line-height: 1;
    }
    
    .flow_box:nth-child(odd) {
        background: #F29500;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        position: relative;
        margin-bottom: 50px;
    }
    
    .flow_box:nth-child(odd):before {
        content: "";
        position: absolute;
        top: 100%;
        left: 5%;
        margin-left: -15px;
        border: 25px solid transparent;
        border-top: 25px solid #F29500;
    }
    
    .flow_box:nth-child(odd) .step {
        border-right: 2px solid #fff;
    }
    
    .flow_box:nth-child(even) {
        background: #4BBB61;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 10px;
        position: relative;
        margin-bottom: 50px;
    }
    
    .flow_box:nth-child(even):before {
        content: "";
        position: absolute;
        top: 100%;
        left: 90%;
        margin-left: -15px;
        border: 25px solid transparent;
        border-top: 25px solid #4BBB61;
    }
    
    .flow_box:nth-child(even) .step {
        border-left: 2px solid #fff;
    }
    
    .flow_box:last-child:before {
        content: "";
        border-top: none
    }
    
    .flow_box:nth-child(even) .step {
        border-left: 2px solid #fff;
    }
    
    .flow_box h4 {
        border: none;
        color: #fff;
        background: none;
        padding: 0.5rem 0;
        font-size: 2.2rem
    }
    
    .flow_box>div {
        padding: 15px;
        align-self: center;
        color: #fff;
        flex-grow: 2;
        flex: 3;
    }
    
    .flow_box>.ihin_img {
        max-width: 250px;
        flex: 2;
        align-self: center;
    }
    
    .flow_box>.ihin_img img {
        width: 100%;
    }
    /*会社概要*/
    
    main#company .company_info {
        max-width: 880px;
        margin: 80px auto;
        padding: 0 20px;
    }
    
    main#company .company_info p.top {
        border-bottom: 2px solid #999;
        margin-bottom: 8px;
        position: relative;
    }
    
    main#company .company_info p.bottom {
        border-bottom: 2px solid #999;
        margin-top: 8px;
        position: relative;
    }
    
    main#company .company_info p img {
        position: absolute;
        right: 0;
        bottom: -2px;
    }
    
    main#company .company_info table {
        width: 100%;
    }
    
    main#company .company_info table tr {
        display: flex;
    }
    
    main#company .company_info table tr:nth-child(odd) th,
    main#company .company_info table tr:nth-child(odd) td {
        background: #F2F2F2;
    }
    
    main#company .company_info table th {
        padding: 15px 15px;
        flex: 1;
        margin-right: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    main#company .company_info table td {
        margin-left: 3px;
        padding: 15px 15px;
        flex: 3;
        display: flex;
        align-items: center;
    }
    
    .gray {}

    /*売買*/
	.baibaifig {
		text-align: left;
		padding: 10px  20px;
	}

    /*賃貸*/
	.rentfig {
		text-align: left;
		padding: 10px  40px;
	}

    /*お問い合わせ*/
    
    main#contact span.hissu {
        color: #f00;
        background: #f2f2f2;
        padding: 2px 5px;
        border-radius: 15px;
        font-size: 1.2rem;
        min-width: 45px;
        text-align: center;
    }
    
    main#contact table.formTable {
        margin: 0 auto;
        margin-top: 60px;
        padding-right: 10px;
        padding-left: 10px;
    }
    
    main#contact .formTable th {
        color: #666;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: right;
        width: 20%;
        padding-right: 15px;
        vertical-align: top;
    }
    
    main#contact .formTable td {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
    
    main#contact #kakunin tr {
        border-bottom: 1px solid #ccc;
    }
    
    input::focus::-webkit-input-placeholder {
        color: transparent;
    }
    
    input::focus::-moz-placeholder {
        color: transparent;
    }
    
    input::focus:-ms-input-placeholder {
        color: transparent;
    }
    
    input::focus::-ms-input-placeholder {
        color: transparent;
    }
    
    input::focus::placeholder {
        color: transparent;
    }
    
    main#contact .formTable td input {
        margin-right: 10px;
        width: 300px;
    }
    
    main#contact .formTable td input::-webkit-input-placeholder {
        color: #ccc;
        font-size: 1.2rem;
        padding-left: 10px;
    }
    
    main#contact .formTable td input::-moz-placeholder {
        color: #ccc;
        font-size: 1.2rem;
        padding-left: 10px;
    }
    
    main#contact .formTable td input:-ms-input-placeholder {
        color: #ccc;
        font-size: 1.2rem;
        padding-left: 10px;
    }
    
    main#contact .formTable td input::-ms-input-placeholder {
        color: #ccc;
        font-size: 1.2rem;
        padding-left: 10px;
    }
    
    main#contact .formTable td input::placeholder {
        color: #ccc;
        font-size: 1.2rem;
        padding-left: 10px;
    }
    
    main#contact .formTable td input.yuubin {
        margin-right: 10px;
        width: 100px;
    }
    
    main#contact .formTable td select {
        padding: 2px;
        border-radius: 10px;
        margin-right: 10px;
        border: 1px solid #999;
        font-size: 1.2rem;
    }
    
    main#contact .formTable td select .defo {
        font-size: 1rem;
    }

.submit_p{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 20px;
}
    
    .submitbottom {
        padding: 20px 70px;
        background: #0B1392;
        color: #fff;
        border-style: none;
        border-radius: 5px;
        font-weight: bold;
		font-size: 1.5em;
    }
    
    .submitbottom:hover {
        background: #1EAA39;
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    
    main#contact article#policy {
        background: #f2f2f2;
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    main#contact article#policy .policy_wrap {
        border-right: 1px solid #999;
        border-left: 1px solid #999;
        max-width: 980px;
        width: 100%;
        margin: 0 auto;
    }
    
    main#contact article#policy .policy_wrap section {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    main#contact article#policy h2 {
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #999;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #666;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    main#contact article#policy p.policy_sub {
        color: #666;
        margin: 0 auto;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    main#contact article#policy section {
        padding-bottom: 20px;
        margin: 0 auto;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    main#contact article#policy section p {
        text-indent: 1em;
        font-size: 1.3rem;
    }
    
    main#contact article#policy section ul {
        padding-top: 5px;
    }
    
    main#contact article#policy section ul li {
        font-size: 1.3rem;
        text-indent: 3em;
        list-style: none;
    }
    
    .thankyou {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .thankyou h3 {
        max-width: 800px;
        width: 80%;
        border: 1px solid #1EAA39;
        color: #1EAA39;
        text-align: center;
        margin: 0 auto;
        font-size: 2rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .thankyou p {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /*TOPアニメーション*/
    
    .effect01 {
        display: block;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        -webkit-animation-name: fadein;
        animation-name: fadein;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        opacity: 0;
    }
    
    .effect02 {
        display: inline-block;
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s;
        -webkit-animation-name: fadein;
        animation-name: fadein;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        opacity: 0;
    }
    
    .effect03 {
        display: inline-block;
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s;
        -webkit-animation-name: fadein;
        animation-name: fadein;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        opacity: 0;
    }
    
    @-webkit-keyframes fadein {
        from {
            opacity: 0;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @keyframes fadein {
        from {
            opacity: 0;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    #nouen {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 0px;
    }
    
    #nouen img {
        max-width: 1000px;
        width: 100%;
    }
    
    #campaign {
        text-align: center;
        padding-bottom: 50px;
        padding-top: 0px;
    }
    
    #campaign img {
        max-width: 1000px;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    
    #top_recruit {
        text-align: center;
        padding-bottom: 50px;
        padding-top: 0px;
    }
    
    #top_recruit img {
        max-width: 1000px;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

 #top_collaborator {
        text-align: center;
        padding-bottom: 50px;
        padding-top: 0px;
	 margin-bottom: 30px;
    }
    
    #top_collaborator img {
        max-width: 1000px;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    
    #top_chitaiban {
        max-width: 1000px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 15px;
        padding-bottom: 15px;
    }
    
    #top_chitaiban img {
        width: 100%;
    }
    /*採用情報*/
    
    html {
        scroll-behavior: smooth;
    }
    
    main#recruit .middlecatch {
        max-width: 980px;
        margin: 0 auto;
        background-image: url(../image/recruit/img.jpg);
        background-repeat: no-repeat;
        text-align: center;
    }
    
    main#recruit .middlecatch h3 {
        border-bottom: dashed 2px var(--accentcolor);
        padding: 60px 0 30px 0;
        margin-bottom: 30px;
        text-align: center;
    }
    
    main#recruit .middlecatch h3 img {
        margin: 0 auto;
    }

.ss {
		width: 70%;
		height: auto;
    }
    /*
main#recruit .middlecatch h3 img.pc_none{
   display: inline-block;
}
*/
    
    main#recruit .middlecatch p {
        color: #333;
        font-weight: bold;
        padding: 0 20px 15%;
        line-height: 1.7;
    }
    
    main#recruit .middlecatch .button {
        padding-bottom: 15%;
    }
    
    main#recruit .middlecatch .button a.btn01 {
        font-weight: bold;
        border: 2px solid #333;
        color: #333;
        background: #fff;
        border-radius: 12px;
        width: 250px;
        display: inline-block;
        padding: 10px;
        margin: 0 10px 20px;
        position: relative;
        z-index: 1;
    }
    
    main#recruit .middlecatch .button a.btn01:hover {
        color: #fff;
    }
    
    main#recruit .middlecatch .button a.btn01::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: var(--accentcolor);
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform ease .3s;
        border-radius: 10px;
    }
    
    main#recruit .middlecatch .button a.btn01:hover::after {
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }
    
    main#recruit .middlecatch .button a.btn02 {
        font-weight: bold;
        border: 2px solid var(--accentcolor);
        color: #fff;
        background: var(--accentcolor);
        border-radius: 12px;
        width: 250px;
        display: inline-block;
        padding: 10px;
        margin: 0 10px;
        position: relative;
        z-index: 1;
    }
    
    main#recruit .middlecatch .button a.btn02:hover {
        color: var(--accentcolor);
    }
    
    main#recruit .middlecatch .button a.btn02::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: #fff;
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform ease .3s;
        border-radius: 10px;
    }
    
    main#recruit .middlecatch .button a.btn02:hover::after {
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }
   
 /*募集社員*/
    main#recruit #boshu {
        max-width: 980px;
        margin: 0 auto;
        padding: 60px 0;
    }
    
    main#recruit #boshu h3 {
        color: var(--accentcolor);
        border-bottom: 1px solid var(--accentcolor);
        background-image: url(../image/recruit/item.png);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 60px;
        font-size: 2.4rem;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    
    main#recruit #boshu dl {
        display: grid;
        grid-template-columns: 200px 1fr;
        gap: 5px;
    }
    
    main#recruit #boshu dl dt {
        background: #f2f2f2;
        padding: 15px;
        text-align: center;
        font-weight: bold;
    }
    
    main#recruit #boshu dl dd {
        background: #f2f2f2;
        padding: 15px;
    }
    
    main#recruit #boshu dl dd ul {
        padding-left: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
/* 先輩社員 */
    main#recruit #senpai {
        max-width: 980px;
        margin: 0 auto;
        padding: 60px 20px;
    } 
    
    main#recruit #senpai h3 {
        color: var(--accentcolor);
        border-bottom: 1px solid var(--accentcolor);
        background-image: url(../image/recruit/item.png);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 60px;
        font-size: 2.4rem;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    
    main#recruit #senpai dl {
        display: grid;
        grid-template-columns: 200px 1fr;
        gap: 5px;
    }
    
    main#recruit #senpai dl dt {
        background: #f2f2f2;
        padding: 15px;
        text-align: center;
        font-weight: bold;
    }
    
    main#recruit #senpai dl dd {
        background: #f2f2f2;
        padding: 15px;
    }
    
    main#recruit #senpai dl dd ul {
        padding-left: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
 /*募集職人*/
    main#recruit #artisan {
        max-width: 980px;
        margin: 0 auto;
        padding: 60px 0;
    }
    
    main#recruit #artisan h3 {
        color: var(--accentcolor);
        border-bottom: 1px solid var(--accentcolor);
        background-image: url(../image/recruit/item.png);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 60px;
        font-size: 2.4rem;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    
    main#recruit #artisan dl {
        display: grid;
        grid-template-columns: 200px 1fr;
        gap: 5px;
    }
    
    main#recruit #artisan dl dt {
        background: #f2f2f2;
        padding: 15px;
        text-align: center;
        font-weight: bold;
    }
    
    main#recruit #artisan dl dd {
        background: #f2f2f2;
        padding: 15px;
    }
    
    main#recruit #artisan dl dd ul {
        padding-left: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }


  /*募集フォーム*/   
    main#recruit #form {
        max-width: 980px;
        margin: 0 auto;
        padding: 60px 0;
    }
    
    main#recruit #form h3 {
        color: var(--accentcolor);
        border-bottom: 1px solid var(--accentcolor);
        background-image: url(../image/recruit/item.png);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 60px;
        font-size: 2.4rem;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    
    main#recruit #form input,
    main#recruit #form textarea {
        border-radius: 3px;
        border: 1px solid #ccc;
        padding: 5px;
    }
    
    main#recruit #form table {
        max-width: 600px;
        margin: 30px auto;
    }
    
    main#recruit #form table th {
        vertical-align: middle;
        padding: 15px;
        font-size: 14px;
        min-width: 200px;
    }
    
    main#recruit #form table th.required:before {
        content: "* ";
        color: #EF707D;
    }
    
    main#recruit #form table td {
        padding: 15px;
        font-size: 14px;
    }
    
    main#recruit #form table tr {
        border-bottom: 2px dashed #ccc;
    }
    
    main#recruit article#policy {
        background: #f2f2f2;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    main#recruit article#policy .policy_wrap {
        border-right: 1px solid #999;
        border-left: 1px solid #999;
        max-width: 980px;
        width: 100%;
        margin: 0 auto;
    }
    
    main#recruit article#policy .policy_wrap section {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    main#recruit article#policy h2 {
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #999;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #666;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    main#recruit article#policy p.policy_sub {
        color: #666;
        margin: 0 auto;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    main#recruit article#policy section {
        padding-bottom: 20px;
        margin: 0 auto;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    main#recruit article#policy section p {
        text-indent: 1em;
        font-size: 1.3rem;
    }
    
    main#recruit article#policy section ul {
        padding-top: 5px;
    }
    
    main#recruit article#policy section ul li {
        font-size: 1.3rem;
        text-indent: 3em;
        list-style: none;
    }
    
    #taikyo #formWrap {
        width: 980px;
        margin: 0 auto;
        line-height: 120%;
        font-size: 90%;
    }
    
    #taikyo #formWrap h3 {
        font-size: 20px;
        padding: 10px 0;
        color: var(--accentcolor);
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }
    
    #taikyo #attention {
        font-size: 16px;
        line-height: 1.7;
        padding: 60px 0 30px 0;
    }
    
    #taikyo #attention p {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 30px;
    }
    
    #taikyo #attention ul {
        line-height: 2;
        font-size: 16px;
        text-align: left;
        border: 2px solid #f2f2f2;
        padding: 20px;
        padding-left: 3em;
        max-width: 700px;
        margin: 0 auto;
    }
    
    #taikyo #attention ul li {
        text-align: left;
    }
    
    #taikyo table.formTable {
        width: 100%;
        margin: 0 auto;
        border-collapse: collapse;
        display: inline-block;
        margin-bottom: 20px;
    }
    
    #taikyo table.formTable td,
    table.formTable th {
        border: 1px solid #ccc;
        padding: 10px;
    }
    
    #taikyo table.formTable th {
        width: 30%;
        font-weight: normal;
        background: #efefef;
        text-align: left;
        vertical-align: top;
    }
    
    #taikyo #formWrap .hissu {
        color: #d00;
    }
    
    #taikyo #formWrap .small {
        font-size: 12px;
        display: block;
    }

    .dib {
        display: inline-block;
        line-height: 2;
    }
    
    @media screen and (max-width:572px) {
        #taikyo #formWrap {
            width: 95%;
            margin: 0 auto;
        }
        #taikyo table.formTable th,
        table.formTable td {
            width: auto;
            display: block;
        }
        #taikyo table.formTable th {
            margin-top: 5px;
            border-bottom: 0;
        }
        #taikyo form input[type="text"],
        form textarea,
        form input[type="tel"],
        form input[type="email"] {
            width: 80%;
            padding: 5px;
            font-size: 110%;
            margin-bottom: 5px;
            margin-top: 5px;
            display: block;
        }
        #taikyo form input.nob[type="text"] {
            display: inline;
            width: auto;
        }
        #taikyo form input[type="submit"],
        form input[type="reset"],
        form input[type="button"] {
            display: block;
            width: 100%;
            height: 80px;
			font-size: 1em;
        }
    }
    
    #douizumi {
        display: none;
    }
    
    #doui:checked~#douizumi {
        display: block!important;
    }
    
    label[for="doui"] {
        border: 2px solid var(--accentcolor);
        color: var(--accentcolor);
        border-radius: 20px;
        max-width: 500px;
        display: block;
        text-align: center;
        font-weight: bold;
        padding: 10px;
        font-size: 16px;
        margin: 0 auto 40px;
    }
    
    label[for="doui"]:hover {
        background: var(--accentcolor);
        color: #fff;
    }
    
    #doui {
        display: none;
    }
    
    #taikyo article#policy {
        margin-top: 10px;
        height: 150px;
        overflow-y: scroll;
        border: 1px solid #ccc;
        padding: 20px;
        color: #555;
    }
    
    #taikyo article#policy h2 {
        font-size: 16px;
    }
    
    #taikyo article#policy h3 {
        color: #555;
        font-size: initial;
        padding-top: 30px;
        padding-bottom: 5px;
        font-size: 14px;
    }
    
    #baibaiWrap {
        width: 1000px;
        margin: 0 auto;
        padding: 20px 0;
    }
    
    #baibaiWrap p {
        text-align: center;
    }
    
    #baibaiList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 20px 0;
    }
    
    #baibaiList .title {
        color: #000;
        font-weight: bold;
    }
    
    #baibaiList .thumbNailWrap {}
    
    #baibaiList li {
        border: 1px solid #ccc;
        padding: 10px;
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
    }
    
    #baibaiList li div:first-of-type {
        flex: 4;
    }
    
    #baibaiList li div:last-of-type {
        flex: 2;
    }
    
    #baibaiList .thumbNailWrap img {
        aspect-ratio: 4 / 3;
    }
    
    #baibaiList .catName {
        border: 1px solid #333;
        color: #333;
        padding: 2px 5px;
        font-size: 14px;
    }
    
    #baibaiList .title {
        padding-top: 10px;
        display: block;
    }
    
    #baibaidetailWrap {
        width: 720px;
        margin: 0 auto;
        padding: 20px 0;
    }
    
    #baibaidetailWrap h2 {
        border-bottom: 3px solid var(--accentcolor);
    }
    
    #baibaidetailWrap #up_ymd {
        color: #999;
        font-size: 14px;
        text-align: right;
    }
    
    .backORcloseBtn {
        margin-top: 30px;
    }
    
    #baibaidetailWrap td {
        border: 1px solid #ccc;
    }
    
    a {
        transition: 0.4s;
    }
    
    a:hover>img {
        opacity: 0.7;
        transition: 0.4s;
    }
.sdgs {
    width: 100%;
}
.sdgs-container {
    margin-left: auto;
    margin-right: auto;
	padding: 10rem 0;
}
.sdgs-top {
    text-align: center;
}
.sdgs-title {
    font-size: 50px;
}
.sdgs-image {
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.sdgs-border {
    margin-left: auto;
    margin-right: auto;
    background-color: #1eaa39;
    height: 3px;
    width: 900px;
    border: none;
    
}
.sdgs-title {
    color: #1eaa39;
}
.sdgs-grad {
    margin-left: auto;
    margin-right: auto;
    background: repeating-linear-gradient(135deg, #1eaa39 , #1eaa39 10px,  white 10px, white 20px);
    background-color: gray;
    width: 900px;
    height: 10px;
    margin-bottom: 2rem;
}

.sdgs-image-1 {
}
.sdgs-text {
    font-size: 18.6px;
    margin-bottom: 6rem;
}
.sdgs-text-br {
    display: none;
}
.sdgs-subtitle {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    background-color: #1eaa39;
    font-size: 34.6px;
    color: #fff;
    margin-bottom: 2rem;
	line-height: 2;
}
.sdgs-middle {}
.sdgs-outer {
	text-align: center;
}
.sdgs-inner {
    text-align: center;
    font-size: 53px;
    margin-bottom: 2rem;
	margin-top: 5rem;
}
.sdgs-wrapper-1 {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-bottom: 3rem;
}
.sdgs-image-2 {}
.sdgs-wrapper-2 {
    display: flex;
    justify-content: center;
    column-gap: 2rem;
    margin-bottom: 2rem;
}
.sdgs-left {}
.sdgs-right {}
.sdgs-content-1 {
    background-color: rgba(29,177,69,0.1);
    width: 350px;
    font-size: 22px;
    border: 2px solid #1DB145;
    color: #1DB145;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 1rem;
	text-align: start;
}
.sdgs-text-1 {
    font-size: 18.66px;
    line-height: 1.5;
}
.sdgs-content-2 {
    background-color: rgba(255,195,74,0.1);
    ;
    width: 350px;
    font-size: 22px;
    border: 2px solid #FFC34A;
    color: #FFC34A;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 1rem;
	text-align: start;
}
.sdgs-text-2 {
    font-size: 18.66px;
    line-height: 1.5;
}
.sdgs-span-1 {
    color: #1DB145;
}
.sdgs-span-2 {
    color: #FFC34A;
}


 .thanks_contents {
        max-width: 900px;
        margin: 0 auto;
        padding: 100px 10px;
    }
