@charset "UTF-8";
/*
Theme Name:eidai-onahama-new-theme
Author: 永大小名浜株式会社
Description: 永大小名浜オリジナルテーマ
Version:2.0
*/

/* CSS Document */

body {
	line-height: 150%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #3a3a3a;
	-webkit-font-smoothing: antialiased;
}

.inner-width {
	max-width: 1040px;
	margin: 0 auto;
}

a {
	color: #00B050;
	text-decoration: none;
    margin-bottom: 24px;
    box-sizing: border-box;
}

a:visited {
	color: #21b050;
}

ol,li {
	list-style-type: none;
}

img {
	width: 100%;
}

.cf {
  zoom: 1;
}

.cf:after {
  content: '';
  display: table;
  clear: both;
}

*:focus {
	outline: none;
}

.tb {
	display: none !important;
}

.sp {
	display: none !important;
}

.fl-r {
	float:right;
}

.fl-l {
	float:left;
}

.item-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item {
	padding: 30px;
	width: 3%;
	background-color: #fff;
}

p.touroku {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

p.touroku a {
    color: #00B050 !important;
}

@media not all and (min-width: 768px) {
	.item {
	  width: 100%;
	}

	.item:not(:last-child) {
	  margin-bottom: 30px;
	}
}

.columns {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
    justify-content: start;
}

.item-2 {
	width: calc(50% - 10px);
  margin: 5px;
}

.item-3 {
	width: calc(33.333333% - 10px);
  margin: 5px;
}

.item-4 {
    width: calc(25% - 10px);
    margin: 5px;
}

.viewmore {
	display: block;
	color: #12223c;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.kome {
	font-size: 4px;
	vertical-align: super;
}

.arrow {
	max-width: 17px;
}

#wrap {
	width: 100%;
	overflow: hidden;
}

h2 {
    margin-bottom: 24px;
}

h3 {
	font-size: 16px;
	margin-bottom: 16px;
}

p {
	margin-bottom: 24px;
}


/**
** header ********************
**/
header {
	z-index: 3;
    width: 100%;
    background: #ffffff;
    padding: 16px;
    border-top: 4px solid #24ba63;
    border-bottom: 4px solid #24ba63;
    position: fixed;
}

header #head-logo {
	margin-left: -8px;
}

#header-inner h1 img {
    max-width: 400px;
}

/********************************************************
新グローバルメニュー
********************************************************/
nav#g-nav {
	table-layout: fixed;
	display:table;
	width: 100%;
}

nav#g-nav ul.nav {
	table-layout: fixed;
	display:table;
	margin: 0 auto;
	width:100%
}

nav#g-nav li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 16.66666%;
}

nav#g-nav ul.nav li a {
  text-decoration: none;
  display: block!important;
  height: 60px;
}

.button {
  position: relative;
  -webkit-perspective: 300px;
  perspective: 300px;
}

.button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  border-right: 1px solid #fff;
  border-bottom: 1px dotted #fff;
  border-top: 1px dotted #fff;
  text-align: center;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .7s;
  transition: all .7s;
  pointer-events: none;
}

.button span:nth-child(1) {
  background-color: #1aaaa9;
  color: #fff;
  font-weight: bold;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}

.button span:nth-child(2) {
  background-color: #668ad8;
  color: #fff;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}

.button:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.button:hover span:nth-child(2) {
  background-color: #305dbe;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.no-border-b {
    border-bottom: unset !important;
}

span.no-border-r {
	border-right: none;
}
/**
** footer ********************
**/
#page-top{
	height: 50px;
    width: 50px;
    position: fixed;
    right: 16px;
    bottom: 30px !important;
    background: #21b050;
    border: solid 2px #FFFFE0;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
  }

  .pagetop__arrow {
	display: block;
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
    position: relative;
    left: 4px;
  }

footer {
	border-top: 4px solid #21b050;
    border-bottom: 24px solid #21b050;
	background: #fff;
    padding: 9px 0 0;
    width: 100%;
}

footer p {
	text-align: center;
	margin-bottom: 0;
}

footer #foot-logo {
	display: block;
	max-width: 480px;
	margin: 0 auto;
	margin-bottom: 4px;
}

footer h2 {
	font-size: 12px;
	text-align: center;
}

footer p#copyright {
	text-align: center;
	font-size: 14px;
}

footer .tos {
    display: flex;
    justify-content: center;
    font-size: 12px;
}

footer .tos a {
    margin: 0 8px;
}


/******************************
****  mainvisual ******************************/
#mainvisual{
	height:100vh;
	position: relative;
	z-index: -1;
	margin-bottom: 64px;
}

.mainvisual_msg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    max-width: 100%;
    background: rgba(255, 255, 255, .7);
    /* background-size: contain; */
    padding: 1% 12%;
}

/******************************
****  コンテンツ全体  ******************************/

section {
	margin-bottom: 64px;
}

.site-content {
    word-wrap: break-word;
}

.site-content h2 {
    padding: 2em 0 .5em .75em;
    color: #1d6902;
    border-bottom: 2px solid;
    border-image: linear-gradient(45deg, #92D050 0%, #3faf3d 100%) 1 / 0 0 3px 0;
    font-size: x-large;
	margin-top: 2em;
    margin-bottom: 1em;
}

.site-content h1 {
    padding: 3em 0 .25em .25em;
    color: #1d6902;
    text-align: center;
    border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #92D050 0%, #3faf3d 100%) 1 / 0 0 3px 0;
    font-size: xx-large;
	margin-bottom: 0.8484848485em;
	line-height: 1.2727272727;
}

.site-content h3 {
    padding: .25em 0 .25em .75em;
    color: #1d6902;
    border-left: 6px solid #92D050;
    font-size: large;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.site-content h4 {
    position: relative;
    color: #1d6902;
    padding: .25em .5em .5em 1.7em;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.473684211em;
}

.site-content h4::after {
    position: absolute;
    top: .4em;
    left: .4em;
    z-index: 2;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #92D050;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

p {
    margin: 0 0 1.75em;
}

table, th, td {
    border: 1px solid #92D050;
    border-collapse: collapse;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

th, td {
    padding-left: 1em;
	padding: 0.4375em;
}

th {
    width: 30%;
    background-color: #F4FFE1;
}

.text_large22 {
	font-size: 22px;
}

.align_right {
	text-align: right;
}

.text_b {
	font-weight: bold;
}

sub {
    bottom: -0.25em;
}

.summary_menu li {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.summary_menu li::before {
	content: '';
    top: .2em;
    left: .2em;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: #92D050;
}

.summary_menu li::after {
    top: .7em;
    left: .7em;
    width: 13px;
    height: 13px;
    background: #d1f88e;
}

.summary_menu li::before,
.summary_menu li::after {
	position: absolute;
    content: '';
    border-radius: 100%;
}

hr {
    background-color: #92D050;
    border: none;
    height: 1px;
}

b, strong {
    font-weight: 700;
}

.clearhide {
    clear: both;
    visibility: hidden;
    margin: 0;
    background: none;
}

/*****************************
*********  section  ******************************/
section {
	height: auto;
	margin: 0 auto 64px;
}

/*****************************
*********  トップページ  ******************************/
.top h2,
.top p {
	letter-spacing: .14rem;
	margin-bottom: 16px;
}

#top-sec2 .item-2,
#top-sec3 .item-2,
#top-sec4 .item-2 {
	position: relative;
}

.top .grad-border {
	padding: 12px 56px;
	border: 5px solid #dae000;
	border-image: linear-gradient(90deg, rgba(218, 224, 0, 1), rgba(123, 193, 110, 1) 68%, rgba(0, 119, 106, 1));
	border-image-slice: 1;
    margin-bottom: 32px;
	display: table;
	margin: 0 auto;
	background: #fff;
}

#top-sec1 h2 {
	text-align: center;
}

#top-sec1 {
	background: url(assets/img/top-sec1-bg.jpg) center center;
	background-size: cover;
	padding: 96px 0;
}

#top-sec1 h2,
#top-sec1 p {
	color: #ffffff;
}

#top-sec1 .inner-width {
	max-width: 980px;
}

#top-sec1 h2 span.small {
	font-size: 16px;
}

#top-sec2 .align-c,
#top-sec3 .align-c,
#top-sec4 .align-c {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
	margin: auto;
}

#top-sec3 .slant-bg1 {
	width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
    top: 0px;
}

#top-sec3 .slant-bg1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #D1E28A;
    transform: skewY(-7deg);
    z-index: -1;
}

#top-sec3 .slant-bg1::after {
    content: '';
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: 0;
    right: 0;
    background-color: #476974;
    transform: skewY(-9deg);
    z-index: -2;
}

#top-sec5 {
	padding: 160px 0;
	background: url(./assets/img/top-sec5-bg.jpg) center center;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2rem;
}

/*****************************
*********  会社沿革  ******************************/
.his {
    background: url(./assets/img/history/enkaku_bg.jpg) no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, .7);
}

.his table th {
    background: rgba(244,255,225, .7);
}

.his table td {
    background: rgba(255, 255, 255, .7);
}


/*****************************
*********  事業内容  ******************************/
#pro-top-sec1 {
        background: url(./assets/img/product/pro-top-bg.jpg) no-repeat center center;
        background-size: cover;
        margin: 0;
        color: #fff;
        padding: 6rem 0 240px;
        /* height: 100vh; */
        /* height: 100svh; */
}

#pro-top-sec1 .columns {
	margin-bottom: 0;
}

#pro-top-sec1 .item-2 {
	width: calc(50% - 80px);
    margin: 0px 40px;
}

#pro-top-sec1 h2,
#pro-top-sec1 h3 {
	text-align: center;
	margin-bottom: 18px;
}

#pro-top-sec1 h2 {
	letter-spacing: .5rem;
}

#pro-top-sec1 p {
	margin: 0;
}

/*
#pro-top-sec1 a {
	color: #ffffff;
}
*/

.to-e-sangyou {
    font-size: 13px;
    margin-top: 12px !important;
}

.eidai-support {
    color: #00B050 !important;
}

/*****************************
*********  パーティクルボード事業  ******************************/
#video-wrapper {
    position: relative;
}


#pb-top-sec1 {
	background: url(./assets/img/product/pb-top-bg.jpg) no-repeat center center / cover;
    margin: 0;
    color: #fff;
    padding: 6rem 0;
    margin-top: 70px;
}

#process-top-sec1 {
    background: url(./assets/img/product/processing-bk.jpg) no-repeat center center / cover;
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 6rem 0 60px;
}

#process-top-sec1 .columns {
    justify-content: start;
    margin-bottom: 40px;
}

/* 右下4つの項目の調整 */
#process-top-sec1 .inner-width {
    position: relative;
}

#process-top-sec1 .right-bottom .columns {
    position: absolute;
    top: 330px;
    left: 56%;
    width: 400px;
}

#process-top-sec1 .right-bottom .columns .item-2 {
    width: calc(50% - 10px);
    margin: 5px;
}

@media (max-width: 880px) {
        #process-top-sec1 .right-bottom .columns {
        position: unset;
        top: 330px;
        left: 60%;
        width: unset;
    }
}



@media (min-height: 900px) {
    /*
    .mac #pb-top-sec1 {
        /*Mac OSのみ
        padding-bottom: 14em;
    }
    */

    #pb-top-sec1 {
        padding-bottom: 15em;
        margin-top: 70px;
    }
}

#pb-top-sec1 .inner-width {
    width: 100%;
    max-width: 1040px;
}

#pb-top-sec1 .flex-c-r {
    /* ベンダープレフィックスは省略 */
    display: flex;
    justify-content: center; /* 子要素を中央揃え */
    position: relative;
}
.right {
    position: absolute;
    right: 0; /* 右寄せ */
}

#pb-top-sec1 h2,
#pb-top-sec1 p {
    text-align: center;
}

#pb-top-sec1 .flex-c-r p {
    font-size: 14px;
    background: rgba(3, 110, 184, .5);
    padding: 4px 6px;
    margin: 0;
    position: absolute;
    right: 2%;
    font-weight: bold;
}

#pb-top-sec1 .columns {
	margin-bottom: 0;
}

#pb-top-sec1 .item-3 {
	width: calc(33.333333% - 60px);
    margin: 30px 30px;
}

#pb-top-sec1 h2 {
	margin-bottom: 16px;
}

#pb-top-sec1 .second-line .columns {
    justify-content: center;
}

.video-width {
	width: 100%;
}

/*****************************
*********  住宅内装材加工事業  ******************************/

.int-head {
    color: #fff;
    display: flex;
    justify-content: space-between; /* 左右均等分布 */
    border-bottom: 2px solid #7eb8e5;
    margin: 4px auto;
}

.int-head h2 {
    margin-bottom: 4px;
}

.int-head p {
    display: flex;
    align-items: center; /* 上下中央揃え */
}

.int-head-under {
    color: #ffff;
    text-align: right;
}

#int-top-sec1 {
    background: url(./assets/img/product/int-top-bg.jpg) no-repeat center center / cover;
    margin: 0;
    padding: 6rem 0 60px;
}

#int-top-sec1 .columns {
    justify-content: space-around;
}

.proc2 .item-3 img {
    max-width: 300px;
}

.proc2 .item-3 img.width340 {
    max-width: 340px;
}

@media (min-height: 900px) {
    /*
    .mac #int-top-sec1 {
        /*Mac OSのみ
        padding-bottom: 14em;
    }
    */

    #int-top-sec1 {
        padding-bottom: 20em;
    }
}

#int-top-sec1 h4 {
    font-weight: bold;
    font-size: 13px;
}

#int-top-sec1  p {
    margin: 0;
    font-weight: bold;
}

/*****************************
*********  wp-members  ******************************/
#wpmem_reg select {
    width: 40% !important;
    appearance: auto;
}

/****************************
*********  リクルート  ****************************/
/*** トップ ***/
.rec {
    background: url(assets/img/recruit/rec_bg.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 !important;
}

#rec-sec1 img {
    max-width: 760px;
    display: block;
    margin: 0 auto 16px;
}

#rec-sec2 img {
    max-width: 301px;
}

p.rec-head {
    margin: 0 0 8px 0;
    text-align: center;
    color: #1d6902;
    font-weight: bold;
    font-size: 24px;
}

#rec-sec1 .item-3 {
    padding: 50px;
    background-color: #ffffff;
}

/*** 新卒採用 ***/
a.read-more {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    padding: 8px;
    background: #24ba63;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #24ba63;
    transition: .3s;
}

a.read-more:hover {
    border: 1px solid #24ba63;
    color: #333333;
    background-color: #ffffff;
}

.shin {
    margin: 0 !important;
}

#shin-head {
    background: url(assets/img/recruit/shin-head.jpg) no-repeat center center;
    background-size: cover;
    height: 50vh;
    position: relative
}

.shin h2 {
    margin: 0;
    border: none;
    position: absolute;
    top: 45%;
    left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #1d6902;
    font-size: 32px;
    text-shadow: 0px 0px 10px rgba(240, 198, 16, 1);
    font-weight: bold;
}

.shin h3 {
    border-bottom: 2px solid #1d6902;
    border-left: none;
    padding:50px 0 0 0;
    font-size: 24px;
}

.shin #shin-sec1 h3 {
    background: url(assets/img/recruit/shin-sec1-head-bg.jpg) no-repeat left center;
    background-size: 50%;
}

.shin #shin-sec1 table,
.shin #shin-sec1 table th,
.shin #shin-sec1 table td {
    border: none;
}

.shin #shin-sec1 table th,
.shin #shin-sec1 table td {
   padding: 16px 8px;
}

.shin #shin-sec1 table th {
    width: 14%;
    text-align: left;
    background-color: #1d6902;
    color: #ffffff;
}

.shin #shin-sec1 table tr:nth-of-type(2n) td {
    background-color: #eefdee;
}

.shin #shin-sec2 h3 {
    background: url(assets/img/recruit/shin-sec2-head-bg.jpg) no-repeat left center;
    background-size: 14%;
}

.shin #shin-sec3 h3 {
    background: url(assets/img/recruit/shin-sec3-head-bg.jpg) no-repeat left center;
    background-size: 24%;
}

.details {
    border-top: 2px solid #00a5a0;
    border-left: 2px solid #00a5a0;
    border-right: 2px solid #00a5a0;
}
.details:last-of-type {
    border-bottom: 2px solid #00a5a0;
}
.details-summary {
    position: relative;
    display: block;
    padding: 20px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    background-color: #6fe198;
    padding-left: 140px;
    line-height: 180%;
}
.details-summary:hover {
    cursor: pointer;
    opacity: 0.8;
}
.details-summary .btn {
    position: absolute;
    top: 37%;
    left: 10%;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    transition-duration: 0.2s;
}
.details-summary .btn:before, .details-summary .btn:after {
    content: "";
    background-color: #333333;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    transform-origin: center center;
}
.details-summary .btn:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
    content: none;
}
.details-summary::-webkit-details-marker {
    display: none;
}
.details-content {
    padding: 20px;
}
.details-content p {
    margin: 0 0 20px;
    color: #333333;
    font-size: 18px;
    text-align: left;
}
.details-content p:last-of-type {
    margin: 0 0 0;
}

.shin #shin-sec4 h3 {
    background: url(assets/img/recruit/shin-sec4-head-bg.jpg) no-repeat left center;
    background-size: 31%;
}

.shin #shin-sec4 span.en {
  font-family: "acumin-variable",sans-serif;
  font-variation-settings: 'wght' 860, 'wdth' 105, 'slnt' 0;
}

.shin #shin-sec4 h5 {
    margin-bottom: 8px;
    border-bottom: 2px solid #1d6902 !important;
    font-size: 20px;
    color: #1d6902;
}

.shin #shin-sec4 .msg .item-2 {
    width: calc(50% - 50px);
    margin: 25px;
}

.shin #shin-sec4 .align-c {
    border-bottom: none;
    text-align: center;
}

.shin #shin-sec5 h3 {
    background: url(assets/img/recruit/shin-sec5-head-bg.jpg) no-repeat left center;
    background-size: 18%;
}

/*****************************
*********  キャリア・カムバック採用  ******************************/
.car h1 {
    font-size: 24px;
    border-bottom: 3px solid #1d6902;
    text-align: center;
    font-weight: bold;
    border-image: unset;
}

#car-head {
    background: url(assets/img/recruit/car-head.jpg) no-repeat center center;
    background-size: cover;
    height: 50vh;
    position: relative
}

.shin #car-sec1 h3 {
    background: url(assets/img/recruit/car-sec1-bg.png) no-repeat left center;
    background-size: 24%;
    margin-top: 0;
}

.shin #car-sec2 h3 {
    background: url(assets/img/recruit/shin-sec2-head-bg.jpg) no-repeat left center;
    background-size: 14%;
}

.shin #car-sec3 h3 {
    background: url(assets/img/recruit/shin-sec3-head-bg.jpg) no-repeat left center;
    background-size: 26%;
}

.shin #car-sec4 h3 {
    background: url(assets/img/recruit/shin-sec4-head-bg.jpg) no-repeat left center;
    background-size: 26%;
}

.car-modal {
  background: #ffffff;
  color: #333333;
}

.car-modal .item-2 p,
.car-modal p {
  text-align: left;
  line-height: 200%;
}

.car-modal span.en {
  font-family: "acumin-variable",sans-serif;
  font-variation-settings: 'wght' 860, 'wdth' 105, 'slnt' 0;
}

.car-modal h5 {
    margin-bottom: 8px;
    border-bottom: 2px solid #1d6902;
    font-size: 20px;
    color: #1d6902;
    text-align: left;
}

.car-modal .msg .item-2 {
    width: calc(50% - 50px);
    margin: 25px;
}

.car-modal .align-c {
    border-bottom: none;
    text-align: center;
}

#shin-sec4 .details,
#car-sec4 .details {
    border-top: unset;
    border-left: unset;
    border-right: unset;
}

#shin-sec4 .details-summary,
#car-sec4 .details-summary {
    border-top: 2px solid #00a5a0;
    border-right: unset;
    border-left: unset;
    background-color: unset;
}

.timeline {
  list-style: none;
  margin-bottom: 32px;
}

.timeline h3 {
    text-align: left;
    margin-bottom: 4px;
}

.timeline > li {
  margin-bottom: 60px;
}

span.italic {
    font-weight: bold;
    font-style: italic;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

/*****************************
*********  環境への取り組み  ******************************/
#eco-contents section {
    margin-bottom: 16px;
}

#eco-contents .arrow {
    max-width: 240px;
    display: block;
    margin: 0 auto 32px;
}

#eco-contents h3 {
    font-size: 24px;
}

.leaflet a {
    color: #ffffff;
    font-size: 18px;
}

.leaflet {
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.leaflet:hover {
    background: #3B4D1C;
}

#eco-sec1 h3 {
    font-size: 32px;
    color: #3B4D1C;
    border-bottom: 4px solid #3B4D1C;
    padding-left: 0;
    border-left: none;
    padding-bottom: 8px;
    margin-top: 16px;
}

#eco-sec2 h3 {
    font-size: 24px;
    color: #333333;
    text-align: left;
    font-weight: bold;
    border: unset;
    margin: 0;
    padding: 24px 0 0 0;
    margin-bottom: 18px;
}

#eco-sec2 h3.eco-sec2-ttl {
    font-size: 32px;
    color: #3B4D1C;
    display: flex;
    align-items: center;
}

#eco-sec2 h3.eco-sec2-ttl:before,
#eco-sec2 h3.eco-sec2-ttl:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #3B4D1C;
}

#eco-sec2 h3.eco-sec2-ttl:before {
    margin-right: 1rem;
}

#eco-sec2 h3.eco-sec2-ttl:after {
    margin-left: 1rem;
}

#eco-sec1 p {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 160%;
}

#eco-contents {
    background: url(./assets/img/eco/eco-bg2.jpg) repeat-y center center;
    background-size: cover;
    padding: 80px 0 120px;
}

#eco-contents .inner-width {
    max-width: 1200px;
}

#eco-contents .arrow {
    max-width: 240px;
    display: block;
    margin: 0 auto 32px;
}

.leaflet {
   padding: 16px 10px;
    background-color: #478867;
    color: #ffffff;
    /* line-height: 3rem; */
    font-weight: bold;
    max-width: 520px;
    margin-bottom: 18px;
    text-align: center;
}

.eidai-report a {
   color: #477867;
    display: block;
    text-align: center;
    margin-bottom: 0;
    line-height: 52px;
}

.grid-parent {
   display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
}

.grid-1 {
   grid-column: span 2 / span 2;
}

.grid-1 img {
    padding-top: 132px;
}

.grid-2 {
  grid-column: span 3 / span 3;
    grid-column-start: 3;
}

#eco-sec2 h3,
#eco-sec2 p {
    text-align: center;
    font-size: 24px;
}

#eco-sec2 p {
    font-weight: bold;
}

/*** 募集要項 ***/
.btn_inquiry_center {
    text-align: center;
    margin: 5% auto;
}

.btn-gradient-3d-orange {
    text-align: center;
    display: inline-block;
    padding: 1.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
}

.entry_pd {
    padding: 20px 0px 20px;
}

.rec_1 .item-2 {
    width: calc(50% - 200px);
    margin: 30px auto 0;
}

/*** 選考の流れ ***/
.recruit_m_flows1_list {
    margin-bottom: 40px !important;
}

.recruit_m_flows1_list li {
    position: relative;
    padding-left: 56px;
}

.recruit_m_flows1_list dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 60px;
}

.recruit_m_flows1_list dl dt span {
    position: absolute;
    top: -8px;
    left: 0;
    display: block;
    padding-top: 6px;
    font-weight: normal;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    background: #00B050;
    font-size: 24px;
    color: #FFFFFF;
    margin-left: 40px;
    line-height: 42px;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

.recruit_m_flows1_list dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 60px;
}

.recruit_m_flows1_list dl dd {
    font-size: 12px;
    margin-left: 60px;
}

.recruit_m_flows1_list img {
	max-width: 48px;
}

/*** よくある質問 ***/
.faq h2 {
    position: relative;
    color: #1d6902;
    padding: .25em .5em .5em 1.7em;
    border-bottom: none;
}

.faq h2::after {
    position: absolute;
    top: .4em;
    left: .4em;
    z-index: 2;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #92D050;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*** 先輩社員 ***/
.senior_interview {
    margin-top: 5%;
    margin-bottom: 15%;
}

.senior_interview h3:before {
    content: '●';
    color: #00b050;
    margin-right: 8px;
}

.senior_interview h3 {
    padding: .5em;
    border-bottom: 1px solid #92D050;
    font-size: large;
    border-left: none;
    font-weight: unset;
    color: #303030;
    margin-top: 5%;
}

.senior_interview {
    margin-top: 5%;
    margin-bottom: 15%;
}

.recruit_imgs {
	float: left;
	width: 30%;
}

.recruit_text {
	float: right;
	width: 65%;
}



/****************************
*********  地域貢献活動  ****************************/
.titlebar {
	position: relative;
    display: table;
    width: 100%;
    background-color: #92D050;
    color: white;
    border-bottom: solid 4px #00B050;
}

.all_right {
    line-height: 50px;
    font-size: 18px;
    position: absolute;
    right: 0;
}

.cb_clear {
	display: block;
	visibility: hidden;
	clear: both;
}

.titlebar h1, .titlebar h2 {
    padding: .25em 0 .25em .25em;
    background-color: #92D050;
    color: #ffffff;
    font-size: x-large;
    text-align: center;
    border-bottom: none;
    display: table-cell;
}

.titlebar a {
    display: contents;
    color: white;
}

.top_news_text {
    padding: 2% 5% 1%;
    font-size: medium;
}

.news_dt {
    margin-bottom: 5px;
    float: left;
    width: 210px;
}

.news_dd {
    margin: 0;
    margin-left: 30px;
    margin-bottom: 10px;
	float: left;
}

.news_hr {
    clear: both;
    margin: 0 0 1.0em;
}

.news_dt img {
    float: right;
    width: 96px;
    margin-left: 15px;
}

/****************************
*********  お問い合わせ  ****************************/

.text_red {
    color: #ff0000;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

.contact_ime {
    ime-mode: disabled;
}
.contact_width {
    width: 50% !important;
}
input {
    line-height: normal;
}

button, input, select, textarea {
    max-width: 100%;
}

.contact_buttons {
    padding: 15px 50px !important;
}

#inq-sec1 table p {
    margin: 0;
}

.text_blue {
    color: #0000ff;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
   /*background: #ffffff;*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
   outline: thin dotted;
   outline-offset: -4px;
}

.sent {
    margin-top: 160px;
}

.g-recaptcha  {
    text-align: center;
    font-size: 10px;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
    visibility: hidden;
}


/*************************************
*********  会員登録*************************************/
.login_status,
.register_status,
.user-profile {
    margin-top: 124px;
}

#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 100% !important;
    max-width: 1080px;
    margin: 0 auto !important;
}

.user-profile li {
    margin-bottom: 24px;
}

#wpmem_restricted_msg {
    margin: 0 auto;
    max-width: 1080px;
}

#wpmem_login_form {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

fieldset img {
    max-width:120px;
}

.register {
    margin-top: 160px;
}

/****************************
*********  会員コンテンツ  ****************************/
.kaiin-contents video {
    width: 100%;
}

.kaiin-contents {
    margin: 70px 0 0;
}

/****************************
*********  プライバシーポリシー・利用規約  ****************************/
#pri-sec1 ul,
#pri-sec1 ol {
    margin-bottom: 24px;
}

#pri-sec1 p {
    margin-bottom: 24px;
}

#pri-sec1 span.indent {
    text-indent: -3em;
    padding-left: 3em;
}


/****************************
*********  タブレット以下****************************/
@media screen and (max-width: 986px) {
    #g-nav ul {
        top: 64%;
        /*left: 28%;
        width: 48%;*/
    }

    .grid-parent {
        display: block;
    }

    .grid-1 img {
        padding-top: 32px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 960px) {
	.item-2,
	.item-3,
	.item-4{
		width: calc(50% - 10px);
		margin: 5px;
	}

    #top-sec2 .item-2,
    #top-sec3 .item-2,
    #top-sec4 .item-2 {
        width: calc(100% - 10px);
    }

    #pb-top-sec1 .item-4 {
        width: 97% !important;
        margin-left: -5px !important;
    }

    #pb-top-sec1 .flex-c-r {
        display: unset;
        justify-content: unset;
        position: unset;
    }

    #pb-top-sec1 .flex-c-r p {
        position: unset;
        right: unset;
        font-weight: bold;
        text-align: center;
        width: 200px;
        margin: 0 auto 24px;
    }

    .pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

    .drawer-menu li#menu-logo {
        border: unset;
        position: unset;
    }

    .drawer-menu li {
        padding: 4px 8px;
        position: relative;
        top: -10px;
    }

    #top-sec2 .align-c,
	#top-sec3 .align-c,
	#top-sec4 .align-c {
		z-index: 1;
	}

	#top-sec2 .sp-img::before,
	#top-sec3 .sp-img::before,
	#top-sec4 .sp-img::before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 100%;
		background-color: rgba(255,255,255, .7);
        padding: 240px 0;
	}

	#top-sec2 .sp-img,
	#top-sec3 .sp-img,
	#top-sec4 .sp-img {
		position: relative;
		background-size: cover !important;
        width: 100%;
	}

	#top-sec2 .sp-img {
		background: url("./assets/img/top-sec2-bg-2.jpg") center center;
        padding: 240px 0;
	}

	#top-sec3 .sp-img {
		background: url("./assets/img/top-sec3-bg-sp.jpg") center center;
        padding: 240px 0;
	}

	#top-sec4 .sp-img {
		background: url("./assets/img/top-sec4-bg-sp.jpg") center center;
        padding: 240px 0;
	}

    #top-sec2 .align-c, #top-sec3 .align-c, #top-sec4 .align-c {
        -webkit-transform: translateY(-190%) translateX(0%);
        transform: translateY(-190%) translateX(0%);
    }

	#top-sec3 .slant-bg1 {
		padding: 40px 0;
		top: -10px;
	}

    .int-head {
        display: block;
    }

    .int-head h2 {
        margin: 0;
        text-align: center;
    }

    .int-head-under {
        text-align: center;
    }
}

/* モバイル横向き */
@media screen and (max-width: 880px) {

	.item-2,
	.item-3,
	.item-4 {
   		width: calc(100% - 10px) !important;
		margin: 4px 4px 32px !important;
	}

	td,th {
		width: 100%;
		display: block;
	}

    .mainvisual_msg {
        padding: 1% 4%;
    }

    .drawer-menu li {
        padding: 4px 8px;
    }

    .drawer-menu li a {
        padding: 0.2rem 0;
    }

	#pb-top-sec1 .item-3 {
		width: calc(50% - 30px);
		margin: 30px 10px 0;
	}

	#rec_1-sec1 th {
		text-align: left;
	}

	.recruit_imgs {
		float: none;
		width: 100%;
	}

	.recruit_text {
		float: none;
		width: 100%;
	}

    .contact_width {
        width: 100% !important;
    }

    .shin #shin-sec1 table th {
        width: 100%;
    }

    .leaflet {
        max-width: 100%;
    }

    .proc2 .item-3 img {
        max-width: 100%;
    }

    .proc2 .item-3 img.width340 {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #g-nav ul {
        top: 50%;
    }
}

/* モバイル縦向き(小)*/
@media screen and (max-width: 520px) {
    header {
        padding: 18px 16px;
    }

	h3 {
    font-size: 24px;
	}

    #top-sec2 .align-c {
        transform: translateY(-400px) translateX(0%);
        -webkit-transform: translateY(-400px) translateX(0%);
    }

    #top-sec2 .align-c, #top-sec3 .align-c, #top-sec4 .align-c {
        -webkit-transform: translateY(-170%) translateX(0%);
        transform: translateY(-170%) translateX(0%);
    }

    #top-sec2 .sp-img::before, #top-sec3 .sp-img::before, #top-sec4 .sp-img::before {
        height: 50vh;
    }

    #top-sec5 {
        padding: 115px 0;
    }

    header #head-logo {
        margin-left: -4px;
    }

	#header-inner h1 img {
		max-width: 320px;
	}

    .drawer-hamburger {
        padding: 1rem 1rem 0 1rem;
      }

	.titlebar h1, .titlebar h2 {
		text-align: left;
        font-size: 14px;
	}

    .remodal {
        padding: 0px;
    }

    .video-width {
        width: 100%;
    }

    #header-inner h1 img {
		max-width: 240px;
	}

    .site-content h1 {
        padding: 3em 0 .25em;
    }
}

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

.mainvisual_msg {
        padding: 1%;
    }

	h3 {
    font-size: 20px;
	}

    .drawer-hamburger {
        top: 4px;
    }

	#pb-top-sec1 .item-3 {
		width: 100%;
	}
}

@media print{
    /*ここに印刷用のセレクタを記述*/
    body {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
      }

    .wrap{
        overflow:visible;/*←属性値をvisibleにする*/
    }
}

@page {
    margin: 0mm 5mm;
    size: A4 portrait; /*横の場合はlandscape*/
}
