@charset "utf-8";


body{
    padding:0;
    margin:0;
}



/* common */


* {
    margin:0;
    padding:0;
    font-family: "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Geneva,Arial,Verdana,sans-serif;
    list-style-type: none;
    text-decoration:none;
    color:#333;
    box-sizing: border-box;
}

* html {
    overflow: auto;
    position: relative;
    width: 100%;
    height: 100%;
}

img {
    border:none;
    margin:0;
    font-size:1px;
    line-height:0;
    padding:0;
    vertical-align: bottom;
}

li{
    margin:0 30px 0 0;
}

h2 {
    color:#FFF;
    background: #00665a;
    padding:13px 0 7px 0;
    margin:0 0 60px 0;
    line-height:1em;
    font-size:36px;
    font-weight:normal;
    text-align:center;
}

h3 {
    font-size:28px;
    line-height:1.5em;
    color:#00665a;
    margin: 0 0 30px 0;
}


p {
    font-size: 16px;
    line-height:1.5em;

}

a {text-decoration: none;}
.clear {clear: both;}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

.color-emphasis{color: #ed115e;}

.f_left {float:left;}
.f_right {float:right;}

.margin_b15 {margin-bottom: 15px;}
.margin_b30 {margin:0 0 30px 0 !important;}
.margin_b60 {margin:0 0 60px 0 ;}
.last {margin-right:0 !important;}

.inpage-link-wrap{
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}

.inpage-link-item{
    color: #00409d;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 1.125rem;
    position: relative;
}

.inpage-link-item:hover{
    text-decoration: underline;
}

.inpage-link-item::before{
    content: "";
    position: absolute;
    top: calc( 50% - 4px );
    left: 0;
    border: 5px solid transparent;
    border-top: 7px solid #999;   /* 好みで色を変えてください */  
}

.contents {
    width:960px;
    margin:0 auto;
    position: relative;
    padding: 90px 0;
    line-height: 1.75;
    letter-spacing:.03em;
}

.contents:after{
    content: "";
    display: block;
    clear: both;
}

.cont-group{
    margin-bottom: 60px;
}

.contents .cont-group:nth-last-of-type(1){
    margin-bottom: 0;
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tac{text-align: center;}
.tar{text-align: right;}

.link_btn {
    font-size:20px;
    border: 1px solid #00665a;
    color: #00665a;
    padding: 15px 10px 11px 0;
    width: 320px;
    max-width: 100%;
    margin: 0;
    text-align: center;
    display: block;
    border-radius: 3px;
    background: url(../img/btn_arrow.png) no-repeat right 20px center;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    box-sizing: border-box;
}

.link_btn:hover {
    color: #FFF;
    background: #00665a url(../img/btn_arrow_h.png) no-repeat right 20px center;
}

.pc_none {display:none;}
.sp_none {display:block;}
br.sp_none, span.sp_none {display:inline-block;}

#pdf {
    padding:5px 0 0 35px;
    color:#901B27;
    background: url(../img/pdf_icon.png) no-repeat left center;
}

.max-image{
    width: 100%;
    max-width: 100%;
}

.fw-bold{font-weight: bold;}

.fs-12{font-size: .75rem;}
.fs-14{font-size: .875rem;}
.fs-16{font-size: 1rem;}

.mt-1{margin-top: 0.25rem;}
.mt-2{margin-top: 0.5rem;}

.mb-1{margin-bottom: 0.25rem;}
.mb-2{margin-bottom: 0.5rem;}
.mb-3{margin-bottom: 0.75rem;}
.mb-4{margin-bottom: 1.5rem;}
.mb-5{margin-bottom: 2.5rem;}

.p-0{padding: 0;}
.p-1{padding: 0.25rem;}
.p-2{padding: 0.5rem;}
.p-3{padding: 0.75rem;}
.p-4{padding: 1.5rem;}
.p-5{padding: 2.5rem;}

.ps-1{padding-left: 0.25rem;}
.ps-2{padding-left: 0.5rem;}
.ps-3{padding-left: 0.75rem;}
.ps-4{padding-left: 1.5rem;}

.pe-1{padding-right: 0.25rem;}
.pe-2{padding-right: 0.5rem;}
.pe-3{padding-right: 0.75rem;}
.pe-4{padding-right: 1.5rem;}

.pt-0{padding-top: 0 !important;}

.d-flex{ display: flex; }

.flex-reverse{ flex-direction: row-reverse; }

.col-1{width: calc( 100% / 12 * 1 );}
.col-2{width: calc( 100% / 12 * 2 );}
.col-3{width: calc( 100% / 12 * 3 );}
.col-4{width: calc( 100% / 12 * 4 );}
.col-5{width: calc( 100% / 12 * 5 );}
.col-6{width: calc( 100% / 12 * 6 );}
.col-7{width: calc( 100% / 12 * 7 );}
.col-8{width: calc( 100% / 12 * 8 );}
.col-9{width: calc( 100% / 12 * 9 );}
.col-10{width: calc( 100% / 12 * 10 );}
.col-11{width: calc( 100% / 12 * 11 );}
.col-12{width: 100%;}

.horizontal-2,
.horizontal-3{
    display: flex;
}

.horizontal-2 .horizontal-item{
    width: calc( 100% / 2 );
}

.horizontal-2 .horizontal-item:nth-of-type(2n-1){
    margin-right: .75rem;
}

.horizontal-2 .horizontal-item:nth-of-type(2n){
    margin-left: .75rem;
}

.horizontal-3 .horizontal-item{
    width: calc( 100% / 3 );
}

.horizontal-3 .horizontal-item:nth-of-type(3n-2){
    margin-right: .75rem;
}

.horizontal-3 .horizontal-item:nth-of-type(3n-1){
    margin-left: .75rem;
    margin-right: .75rem;
}

.horizontal-3 .horizontal-item:nth-of-type(3n){
    margin-left: .75rem;
}



/** module **/
.box-item{
    padding: 1.25rem;
    position: relative;
    border: 1px solid #DADADA;
}

.box-item-title{
    font-weight: bold;
    color: #00665a;
    margin-bottom: 0.5rem;  
}

.box-item-image{
    margin-bottom: 0.5rem;
}

.link-item{
    display: block;
    padding: 1.25rem;
    position: relative;
    border: 1px solid #DADADA;
    border-radius: 5px;
    box-shadow: 1px 1px 0 0 rgba(0,0,0,.2);
}

.link-item:hover{
    background: #F5F5F5;
}

.link-item-title{
    font-weight: bold;
    color: #00665a;
    margin-bottom: 0.5rem;
}

.link-item:after{
  content: '';        /* 擬似要素に何か表示させるために必要 */
  position: absolute;
  /* 右下向きの直角三角形 */
  right: 5px;             /* 調整して位置を合わせる */
  bottom: 5px;            /* 調整して位置を合わせる */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 10px 10px; /* 上、右、下、左の順に */
  border-color: transparent transparent #CCC transparent;
}

.announcement-list .announcement-item{
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dotted #dadada;
}

.announcement-list .announcement-item .announcement-date{
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.announcement-list .announcement-item .announcement-title{
    margin-bottom: 0.75rem;
    letter-spacing: .03em;
    font-weight: bold;
    color: #00665a;
}

.announcement-list .announcement-item .announcement-title a,
.announcement-list .announcement-item .announcement-title a *{
    color: #00665a;
    text-decoration: underline;    
}

.announcement-list .announcement-item .announcement-title a:hover,
.announcement-list .announcement-item .announcement-title a:hover *{
    text-decoration: none;    
}

.announcement-list .announcement-item .announcement-body{
    line-height: 1.75;
    letter-spacing: .03em;
}

.voice-item{
    padding: 1.25rem;
    position: relative;
    border: 1px solid #DADADA;    
}

/** リンク風 */
.like-link,
.like-link *{
    text-decoration: underline;
    color: #00409d;
}
.like-link:hover,
.like-link:hover *{
    text-decoration: none;
}

.pdf_link{
    position: relative;
}

.pdf_link:after{
    content: "";
    display: inline-block;
    background: url(../img/pdf_icon.png) no-repeat center center;
    background-size: contain;
    width: 1.25em;
    aspect-ratio: 1;
    position: relative;
    top: 2px;
    left: 4px;
}



/** チェックリスト風  */
.like-checklist {
    border: 1px solid #DDD;
    background: #fffcf6;
    list-style: none;
    padding: 1.5rem;
}

.like-checklist li {
    position: relative;
    padding-left: 2em;
    margin-bottom: .5rem;
    font-size: 1.1em;
    line-height: 1.5;
    text-align: left;
    border-radius: 0.5em;
}

.like-checklist li:nth-last-of-type(1){
    margin-bottom: 0;
}

.like-checklist li::before {
    content: '✔';
    position: absolute;
    left: 0.4em;
    top: 0em;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    display: inline-block;
}


.big-flow-arrow--right{
    position: relative;
}

.big-flow-arrow--right:after{
    content: "";
    position: absolute;
    top: calc(50% - 50px);
    right: -71px;
    border: 50px solid transparent;
    border-left: 15px solid #00665a;
    pointer-events: none; 
}

.like-button{
    display: inline-block;
    padding: .5rem 1.25rem;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #00665a;
    color: #00665a;
}

.like-button:hover{
    color: #FFF;
    background: #00665a;    
}

/*----- TOP -----*/



/* header */


#header_contents {
    width:960px;
    margin:0 auto;
}

#logo {
    padding:20px 0 0 0;
    float: left;
}

#logo img {
    width: 314px;
}

#header ul {
    padding:18px 0 0 0 ;
}

#header ul li {
    margin:0 0 0 5px;
    padding: 5px 0 0 0;
}

#header ul li ul{
    padding: 10px;
}

#header ul li ul li{
    margin: 0;
    padding: 0;
    float: none;
}

#header ul li a {
    padding: 3px 10px 15px 10px;
    color:#333;
    font-size: 15px;
    display:block;
    border-bottom: 5px solid #FFF;
    transition:background 0.5s;
    -webkit-transition:background 0.5s;
}

#header ul li a:hover {
    border-bottom:5px solid #00665a;
}

#header ul li ul li a{
    padding: 10px;
    font-size: 14px;
} 

#header ul .header_estimate {
    padding: 0;
}



/* mainimg */


#mainimg_contents {
    max-width:100%;
    margin:0 auto;
    position: relative;
}

#mainimg_contents:after{
    content: "";
    display: block;
    clear: both;
}


h1 {
    font-size:14px;
    font-weight:normal;
    color: #FFF;
}

#top_h1 {
    position: absolute;
    width: 960px;
    top: 140px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(0 0 0 / 70%);
    font-size: 2.75rem;
    font-family: "Noto Sans JP";
    letter-spacing: -.03em;
    font-weight: 700;
    line-height: 1.4;
}

#slide_contents {
    overflow: hidden;
    position: relative;
    height: 540px;
}

#slide_contents li {
    overflow: hidden;
    float: left;
    list-style: none;
    position: absolute;
    left:0;
    right:0;
    min-width: 960px;
    max-width: 1920px;
    width:100%;
    margin: 0 auto;
    height: 540px;
    z-index: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2) inset;
}

#slide01 {
    background: url(../img/slideimg01.jpg) no-repeat center top;
    background-size:cover;
}

#slide02 {
    display:none;
    background: url(../img/business_mainimg.jpg) no-repeat center top;
    background-size:cover;
}

#slide03 {
    display:none;
    background: url(../img/company_mainimg.jpg) no-repeat center top;
    background-size:cover;
}

#slide04 {
    display:none;
    background: url(../img/recruit_mainimg.jpg) no-repeat center top;
    background-size:cover;
}

#slide_controls {
    position: relative;
    min-width: 960px;
    margin: 0 auto;
    max-width: 1920px;
}

#slide_thumb {
    position:absolute;
    top: 510px;
    left:0;
    right:0;
    width:70px;
    margin:auto auto;
    z-index:1;
}

#slide_thumb li {
    display:inline-block;
    float:left;
    margin:0 10px 0 0;
}

#slide_thumb li a {
    display:block;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5) inset;
    border-radius:10px;
    width:10px;
    height:10px;
    background:#FFF;
}

#slide_prev {
    display:block;
    position:absolute;
    top:240px;
    left: 0;
    border-radius:33px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    z-index:1;
}

#slide_next {
    display:block;
    position:absolute;
    top: 240px;
    right: 0;
    border-radius:33px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    z-index:1;
}

#catch_copy {
    margin:0 auto;
    padding:60px 0;
    border-radius:5px;
}

#catch_copy li {
    float:inherit;
    margin:0 auto;
}

#catch_copy .clearfix {
    width:960px;
}

#catch_copy li .f_left {
    width: 690px;
}

#catch_copy li .f_left h2 {
    font-size: 40px;
    letter-spacing: 0;
    text-align:left;
}

#catch_copy li .f_left p {
    text-align:left;
}

#catch_copy li p {
    margin:0 auto 30px;
}

#catch_copy li a {
    width: 268px;
    background: url(../img/btn_arrow.png) no-repeat 248px center;
    margin:0 auto;
}

#catch_copy li a:hover {
    background: #00665a url(../img/btn_arrow_h.png) no-repeat 248px center;
}

#catch_copy02,
#catch_copy03,
#catch_copy04 {
    display:none;
}

#catch_copy h2 {
    font-size:42px;
    line-height:1.2em;
    color:#00665a;
    background:none;
    margin:0 0 30px 0;
    padding:0;
    letter-spacing: 4px;
}

#catch_copy p {
    width:680px;
    margin:0 auto;
    text-align:center;
}



/* business */


.cont_mainimg {
    height:540px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2) inset;
}

#business_top .cont_mainimg {
    background: url(../img/business_mainimg.jpg) no-repeat center top;
    background-size:cover;
}

#business_top ul {
    padding: 0 30px;
}

#business_top li {
    width:280px;
}

#business_top li img {
    border-radius:140px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    margin:0 0 30px 0;
}

#business_top li h3 {
    font-size:22px;
    margin:0 0 10px 0;
    height: 3em;
}

#business_top li p {
    font-size:15px;
    min-height: 158px;
}


#business_top li .link_btn {
    width: 100%;
    background: url(../img/btn_arrow.png) no-repeat 261px center;
}


#business_top li .link_btn:hover {
    background: #00665a url(../img/btn_arrow_h.png) no-repeat 261px center;
}


/* recruit_top */


#recruit_top {
    text-align: center;
}

#recruit_top .cont_mainimg {
    background: url(../img/recruit_mainimg.jpg) no-repeat center top;
    background-size:cover;
}

#recruit_top div h3,
#recruit h3{
    font-size:36px;
    margin:0 0 30px 0;
}

#recruit_top div p {
    margin:0 0 30px 0;
}

#recruit_top .link_btn {
    margin:0 auto;
}


/* big_menu */


#big_menu {
    background: #F5F5F5;
}

#big_menu ul {
    width:960px;
    margin:0 auto;
    text-align:center;
}

#big_menu li {
    float: left;
    box-shadow: -1px 0 0 #E4E4E4 inset;
    margin:0;
}

#big_menu li:first-child {
    box-shadow: 1px 0 0 #E4E4E4 inset,-1px 0 0 #E4E4E4 inset;
}


#big_menu li a {
    display:block;
    font-size:22px;
    padding:24px 0 20px 0;
    width: 320px;
    transition:background 0.5s;
    -webkit-transition:background 0.5s;
}

#big_menu li a:hover {
    background: #E8E8E8;

}



/* footer */


#footer {
    background:#00665a;
}

#footer_contents {
    width:960px;
    margin:0 auto;
    padding:30px 0 10px 0;
    position:relative;
}

#footer #footer_logo img {
    margin:0 0 30px 0;
}

#footer p {
    color:#FFF;
    margin:0 0 60px 0;
}

#footer a {
    color:#FFF;
}

#footer ul {
    width: 620px;
}

#footer li {
    margin:0 0 0 10px ;
    float:right;
}

#footer .footer_menu1 li a {
    padding: 0 13px 4px 13px;
    color:#FFF;
    font-size: 16px;
    display:block;
    margin:0 0 30px 0;
    border-bottom: 3px solid #00665a;
    transition:background 0.5s;
    -webkit-transition:background 0.5s;
}

#footer .footer_menu1 li a:hover {
    border-bottom: 3px solid #FFF;
}

#footer .footer_menu2 li a {
    padding: 0 0 0 10px;
    color:#FFF;
    font-size: 12px;
    border-left: 1px #FFF solid;
}

#footer .footer_menu2 li:last-child a {
    border-left: none;
}

#footer .footer_menu2 li a:hover {
    text-decoration:underline;
}

#footer span {
    color:#FFF;
    font-size: 10px;
    text-align:center;
    display: block;
}

#footer #pagetop {
    position: absolute;
    bottom: 323px;
    right: 0;
}


/*----- SUB -----*/



/* sub_topimg */


#sub_topimg {
    height:150px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2) inset;
}

.seminar_cont li a,
#pankuzu li a,
#access_cont a {
    text-decoration:underline;
}

.seminar_cont li a:hover,
#pankuzu li a:hover,
#access_cont a:hover {
    text-decoration: none;
}


/* pankuzu */


#pankuzu {
    background: #00665a;
}

#pankuzu ul {
    width:960px;
    margin:0 auto;  
    padding: 3px 0;
}

#pankuzu li {
    float:left;
    font-size:14px;
    color:#FFF;
    margin:0;
}

#pankuzu li a {
    color:#FFF;
    padding: 0 30px 0 0;
    background: url(../img/pan_arrow.png) no-repeat right 12px center;
}




/* sub_topimg */

#company #sub_topimg {
    background: url(../img/company_mainimg.jpg) no-repeat center;
    background-size: cover;
}

#business #sub_topimg {
    background: url(../img/business_mainimg.jpg) no-repeat center;
    background-size: cover;
}

#recruit #sub_topimg {
    background: url(../img/recruit_mainimg.jpg) no-repeat center;
    background-size: cover;
}

#privacy #sub_topimg {
    background: url(../img/privacy_mainimg.jpg) no-repeat center;
    background-size: cover;
}

#antisocial #sub_topimg {
    background: url(../img/antisocial_mainimg.jpg) no-repeat center;
    background-size: cover;
}

#group #sub_topimg {
    background: url(../img/group_mainimg.jpg) no-repeat center;
    background-size: cover;
}

#access #sub_topimg {
    background: url(../img/access_mainimg.jpg) no-repeat center;
    background-size: cover;
}

#schedule #sub_topimg {
    background: url(../img/schedule_mainimg.jpg) no-repeat center;
    background-size: cover;
}



/* company */


table {
    font-size:16px;
    text-align:left;
}

th {
    padding:10px 20px;
    font-weight:normal;
    background:#D1E7E0;
    width:135px;
}

td {
    padding:10px 20px;
    background:#F5F5F5;
    width:859px;
}


/* recruit */


#recruit_cont {
    text-align:center;
}

#recruit_cont p{
    margin: 0 0 30px;
}



/* group */

#group #group_cont img{
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);  
}

#group_cont a {
    text-decoration:underline;
}

#group_cont a:hover {
    text-decoration:none;
}

#group_cont dl {
    width: 650px;
}

dt {
    float: left;
    margin: 0 30px 0 0;
    width: 50px;
}

.seminar_cont {
    margin:0 0 60px 0;
}

ul.seminar_cont {
    padding:30px;
    background:#F5F5F5;
    border-radius:3px;
}

.seminar_cont li {
    width: 280px;
    float: left;
}

.seminar_cont li dl {
    margin:0 0 10px 0;
}

h4 {
    font-size: 18px;
    color: #00665a;
    margin: 0 0 10px 0;
}


/* business_cont */


#business_cont {
    text-align:center;
}

#business_cont .contents{
    padding-bottom: 0;
}

#business_cont ul {
    margin:0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#business_cont li {
    float: left;
    margin: 0 30px 0 0;
    padding: 20px 0;
    width: 300px;
    background: url(../img/green_circle_arrow.png) no-repeat center top;
    text-align: center;
}

#business_cont li:hover{
    background: url(../img/green_circle_arrow.png) no-repeat center bottom;
}

#business_cont li h4 {
    font-size: 28px;
    line-height: 1.2em;
    height: 260px;
    width: 300px;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
}

#business_cont li h4 span{
    font-size: 22px;
    color: #FFF;
}

#business_cont li a{
    color: #FFF;
}


/* acpit */

#acpit .contents {
    padding:60px 0 0 0;
}

#acpit p {
    margin:0 0 60px 0;
}

#acpit table {
    margin:0 0 60px 0;
}

#acpit th {
    width: 130px;
}

#acpit li.text {
    width: 720px;
}

#acpit li h4 {
    font-size: 30px;
    color: #E60012;
    margin: 0;
}

#acpit li h4 span {
    font-size: 24px;
    color: #E60012;
}

#acpit li p {
    margin:0 0 5px 0;
    line-height: 1.5;
}

#acpit li p b{
    font-size: 24px;
}




/* acshaken */


#acshaken .contents {
    padding:60px 0;
}

#acshaken p {
    margin:0 0 60px 0;
}

#leave {
    font-size:50px;
}


#privilege {
    margin: 0 0 60px 0;
}

#privilege ul {
    margin:0 auto 30px auto; 
}

#privilege li {
    float: left;
    margin: 0 30px 0 0;
    width: 300px;
    background: url(../img/blue_circle.png) no-repeat center top;
    height: 240px;
    padding: 30px 0;
    text-align: center;
}

#privilege li p {
    font-size:24px;
    color: #FFF;
    padding:0 0 10px 0;
    margin:0;
}

#privilege li h4 {
    font-size: 36px;
    line-height: 1.2em;
    height: 100px;
    width: 300px;
    vertical-align: middle;
    display: table-cell;
    color:#FFF;
}

#privilege li span {
    font-size:16px;
    display:block;
    color: #FFF;
    width: 80%;
    line-height: 1.5em;
}

#privilege span {
    font-size:14px;
    margin:0 0 60px 0;
}

#privilege ul span {
    margin:0 auto;
}

#ecoplan h3 {
    border-bottom: 1px solid #00483D;
    margin:0 0 60px 0;
}

#ecoplan ul {
    margin:0 0 60px 0;
}

#ecoplan p {
    font-size:14px;
    margin:0;
}

#ecoplan h4 {
    font-size:28px;
    margin: 0 0 30px 0;
}

#ecoplan li {
    float:left;
    margin: 0 15px 0 0;
}

#ecoplan li span {
    display: block;
    font-size: 14px;
}

/* privacy */

#privacy_cont h2 span {
    color:#FFF;
}

#privacy_cont p {
    margin: 0 0 60px 0; 
}

#privacy p span {
    padding:30px 0 0 2em;
    display: block;
    text-indent: initial;
}

#privacy p span span{
    padding: 0 0 0 2em;
    display: block;
    text-indent: initial;
}

/* access */

#access_cont #chiba,
#access_cont #senri,
#access_cont #tamagawa {
    padding:30px; 
    background:#F5F5F5;
    border-radius:3px;
    margin:0 0 60px 0;
}

#access_cont h4 {
    border-left: 3px solid #00665a;
    padding: 5px 0 0 10px;
    line-height: 1em;
    margin: 0 0 30px 0;
    font-size:20px;
}

#access_cont a {
    float: right;
    display: block;
    width: 160px;
    background: url(../img/arrow.png) no-repeat right center;
}

#access_cont dl,
.route p,
#access_cont img {
    margin:0 0 30px 0;
}

#schedule_cont div div {
    padding:30px; 
    background:#F5F5F5;
    border-radius:3px;
}


/** リニューアル */
.sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 240px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateX(-75px);
}

/* 親liにposition:relativeをつけて、子ulを絶対配置に */
.f_left {
  position: relative;
}

.f_left:hover > .sub-menu {
  display: block;
}

.sub-menu li {
  padding: 8px 16px;
}

.sub-menu li a {
  color: #333;
  text-decoration: none;
  display: block;
}

/* オプション：サブメニュー内でhoverしたときの色 */
.sub-menu li a:hover {
  background: #f0f0f0;
}

.message-string{    
    color: #000;
    letter-spacing: .05em;
    line-height: 1.75;
}

.message-name{
    font-size: 1.5rem;
    font-weight: bold;
}

.slogan-string,
.philosophy-string,
.guideline-string{
    color: #00665a;
    font-size: 1.5rem;
}


#advance-club .slogan-string{
    font-size: 2.5rem;
}

@media screen and (max-width: 1000px) {

body {
    min-width: 1000px;
}


}



@media screen and (max-width: 480px) {


body {
    min-width: 100%;
}

br.sp_none{
    display: none;
}

.sp-no-flex{ display: block; }

.sp-no-flex [class ^= "col-"]{

    width: 100%;

}

.sp-mb-0{ margin-bottom: 0; }
.sp-mb-1{ margin-bottom: 0.25rem; }
.sp-mb-2{ margin-bottom: 0.5rem; }

.sp-ps-0{ padding-left: 0; }
.sp-pe-0{ padding-right: 0; }


.horizontal-2,
.horizontal-3{
    display: block;
}

.horizontal-2 .horizontal-item,
.horizontal-3 .horizontal-item{
    width: 100%;
}

.horizontal-2 .horizontal-item:nth-of-type(2n-1),
.horizontal-2 .horizontal-item:nth-of-type(2n),
.horizontal-3 .horizontal-item:nth-of-type(3n-2),
.horizontal-3 .horizontal-item:nth-of-type(3n-1),
.horizontal-3 .horizontal-item:nth-of-type(3n){
    margin: 0 0 .5rem;
}


#header_contents,
#catch_copy .clearfix,
#catch_copy li .f_left,
#catch_copy p,
#big_menu ul,
#big_menu li a,
#footer ul,
#group_cont dl,
#acpit li.text {
    width:100%;
}

#top_h1,
#catch_copy,
.contents,
#footer_contents,
.inpage-link-wrap,
#pankuzu ul {
    width: 90%;
}

#top_h1{
    font-size: 22px;
    top: 45px;
}

.contents {
    padding: 30px 0 60px;
}

img {
    max-width:100%;
}

.sp_none,
#footer_logo {
    display:none;
}

.pc_none {
    display:block;
}

.f_left,
.f_right {
    float:inherit;
    text-align: center;
}

li {
    float:inherit;
    margin:0 0 45px 0;
    text-align: center;
}

.last {
    margin:0 auto;
}

h1 {
    left: 10px;
    width:initial;
}

.sp-big-flow-arrow--bottom:after{
    content: "";
    position: absolute;
    top: auto;
    bottom: -66px;
    right: auto;
    left: calc(50% - 50px);
    border: 50px solid transparent;
    border-top: 20px solid #00665a;
    pointer-events: none;
    z-index: 1;
}


#catch_copy p,
#recruit_top div h3,
#recruit h3,
#recruit_top div p,
#recruit p,
#group_cont li.last,
#acpit li.text {
    text-align:left;
}

#catch_copy li .f_left h2 {
    text-align:center;
}

#catch_copy li .f_left h2,
#catch_copy h2,
#leave {
    font-size:28px;
    font-weight:bold;
    line-height: 1.5;
}

#catch_copy li a {
    background: #00665a url(../img/btn_arrow_h.png) no-repeat right 20px center;
}

.link_btn,
#business_top li .link_btn {
    width: 100%;
    color: #FFF;
    margin: 0 auto;
    padding: 13px 0 13px 0;
    background:#00665a url(../img/btn_arrow_h.png) no-repeat right 20px center;
}

.link_btn:hover,
#business_top li .link_btn:hover {
    background:#00665a url(../img/btn_arrow_h.png) no-repeat right 20px center;
}

h2 {
    padding: 10px 3% 10px 3%;
    width: 100%;
    line-height: 1.2em;
    font-size: 26px;
    margin-bottom: 2rem;
}

h3 {
    font-size: 22px;
    margin-bottom: 1rem;
}

table {
    border-collapse: collapse;
}

th,
td {
    padding: 10px 5%;
    width: 100%;
    display: block;
}

dt {
    float: inherit;
    margin: 0;
    width: 100%;
}

dd {
    margin: 0 0 10px 0;
}

.pc-fix-height{
    height: auto !important;
}

/* slider */



#slide_contents {
    height: 300px;
}

#slide_contents li {
    min-width:inherit;
    max-width: inherit;
    height: 300px;
    padding: 75px 0 0 0;
}

.catch_copy {
    width: 80%;
    padding: 20px 5%;
    position: initial;
}

.catch_copy h2 {
    font-size: 30px;
}

.catch_copy p {
    font-size: 14px;
}

#slide_controls {
    min-width:inherit;
    max-width: inherit;
}

#slide_thumb {
    top: 260px;
    text-align: center;
    width: 72px;
}

#slide_thumb li {
    margin: 0 5px 0 0;
    float:inherit;
}

#slide_prev,
#slide_next {
    top:112px;
}


/* header_wrapper_sp */


#header_wrapper_sp{
    width: 90%;
    margin: 0 5% 15px 5%;
}

#logo {
    padding: 20px 0 0 10px;
}

#logo img {
    width: 215px;
}
    
#smt_menu_btn{
    width: 62px;
    height: 62px;
    margin: 0;
    float: right;
    border-left: 1px solid #00665a;
    -webkit-background-size: 50px;
    background-size: 50px;
    cursor: pointer;
}
  
.smt_menu_btn_off{
    background:url(../img/smt_menu.png) no-repeat center;
}
.smt_menu_btn_on{
    background:url(../img/smt_menu_h.png) no-repeat center;
}

#menu_wrapper {
    height: auto;
    position: absolute;
    z-index: 100;
    top: 62px;
    right: 0;
    width: 100%;
}
    
#header ul{
    padding:0;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}

#header ul li{
    margin: 0;
    padding: 0; 
    width: 100%;
    text-align: left;
}

#menu li{
    background: #F5F5F5;
    border-bottom: 1px solid #00665a;
}

#header #menu ul li a {
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 12px 10%;
    background: url(../img/smt_menu_arrow_img.png) no-repeat center right 5%;
    border: none;
}

.sub_menu_panel {
    top: 45px;
}



/* top */


.cont_mainimg {
    height: 260px;
}

#business_top ul {
    padding:0;
}

#business_top li {
    width:100%;
}

#business_top li p {
    min-height:inherit;
    margin:0 0 30px 0;
}

#big_menu li{
    float: none;
}

#big_menu li a {
    border-bottom: 1px solid #E6E6E6;
    padding: 22px 0;
}

#footer_contents {
    padding:0;
}

#footer #pagetop {
    position: fixed;
    bottom: 20px;
    right: 10px;
}

#footer li {
    margin:0;
    border-bottom: 1px solid #22584F;
    float:inherit;
}

#footer .footer_menu1 li a,
#footer .footer_menu2 li a {
    font-size:16px;
    display: block;
    border:none;
    padding: 12px 13px;
    margin-bottom: 0;
}

#footer .footer_menu1 li a:hover,
#footer .footer_menu2 li a:hover {
    border:none;
    text-decoration: underline;
}

#footer .footer_menu2 {
    margin: 0 0 45px 0;
}

#footer p {
    font-size: 14px;
}



/* SUB */


ul.seminar_cont {
    background:none;
    padding:0;
    border-radius:inherit;
}

.seminar_cont li {
    width: 100%;
    padding: 20px 5%;
    background: #F5F5F5;
    border-radius: 3px;
    text-align:left;
    margin: 0 0 15px 0;
}

#acpit th {
    width:90%;
}

#acpit li {
    margin: 0 0 15px 0;
}

#business_cont ul{
    display: block;
}

#business_cont li,
#privilege li {
    float: inherit;
    margin: 0 auto 30px auto !important;
    width:280px;
    aspect-ratio: 1;
    padding: 0;
    background-size:cover;
}

#business_cont li:hover {
    background-size: cover;
}

#business_cont li h4,
#privilege li h4 {
    font-size: 26px;
    width: 220px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ecoplan li {
    float: inherit;
    margin: 0 auto 30px auto !important;
    text-align:left;
}

#ecoplan li.center {
    text-align:center;
}


#recruit_top div h3,
#recruit h3 {
    font-size:26px;
}


#privacy_cont h2 span {
    color: #FFF;
    display: block;
    font-size: 20px;
}

#privacy p span {
    padding: 30px 0 0 5%;
}

#access_cont #chiba,
#access_cont #senri,
#access_cont #tamagawa {
    padding: 20px 5%;
    margin: 0 0 45px 0;
}

#group_cont li dt {
    background: #00665a;
    color: #FFF;
    padding: 5px 0;
    margin:0 0 10px 0;
    text-align: center;
}

#group_cont li dd {
    padding: 0 5px;
    margin:0 0 15px 0;
}

.slogan-string,
.philosophy-string,
.guideline-string{
    color: #00665a;
    font-size: 1.375rem;
}


#advance-club .slogan-string{
    font-size: 1.375rem;
}
    
}
