/* [ variable ]
-------------------------------------------------*/
/* element */
/* font */
/* [ font style ]
-------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ Hover Motion style ]
-------------------------------------------------*/
/* [ icon style ]
-------------------------------------------------*/
/* [ form parts ]
-------------------------------------------------*/
/* Index Style
-------------------------------------------------- */
/* #main_text_wrap{
	padding: 130px 0;
	color: #fff;
	background-size: cover !important;
	text-align: center;
	p.title{
		font-size: 24px;
		margin-bottom: 25px;
		letter-spacing: 0.25em;
		span{
			font-size: 24px !important;
			display: block;
			margin-bottom: 5px;
			letter-spacing: 0.25em;
		}
	}
}*/
#company #one_column_body #contents .index_list li {
  box-sizing: border-box;
  border: 1px solid #d9d7cd;
}
#company #one_column_body #contents .index_list li .title {
  text-align: center;
}

@media only screen and (min-width: 751px) {
  #company {
    /* #main_text_wrap{
    	padding: 130px 0;
    	color: #fff;
    	background-size: cover !important;
    	text-align: center;
    	p.title{
    		font-size: 24px;
    		margin-bottom: 25px;
    		letter-spacing: 0.25em;
    		span{
    			font-size: 24px !important;
    			display: block;
    			margin-bottom: 5px;
    			letter-spacing: 0.25em;
    		}
    	}
    } */
  }
  #company #one_column_body #contents .index_list li {
    width: 49%;
    margin-bottom: 20px;
    float: left;
  }
  #company #one_column_body #contents .index_list li:nth-child(even) {
    float: right;
  }
  #company #one_column_body #contents .index_list li .photo_hover_wrap {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
  /* &:before{
		content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    opacity: 0;
	    z-index: 10;
	    transition: all 0.5s;
	} */
    height: 188px;
  }
  #company #one_column_body #contents .index_list li .photo_hover_wrap .text {
    z-index: 15;
    position: relative;
  }
  #company #one_column_body #contents .index_list li .photo_hover_wrap .photo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #company #one_column_body #contents .index_list li .photo_hover_wrap:hover {
    text-decoration: none;
    /* &:before{
			opacity: 0.5;
		} */
  }
  #company #one_column_body #contents .index_list li .photo_hover_wrap:hover .photo {
    transform: scale(1.2);
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #company #one_column_body #contents .index_list li .title {
    font-size: 16px;
    margin: 25px 0 10px;
  }
  #company #one_column_body #contents .index_list li p.text {
    padding: 0 38px 25px;
    text-align: center;
  }
  #company #one_column_body #contents .index_list li:hover .photo {
    transform: scale(1.2);
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media only screen and (max-width: 750px) {
  #company #one_column_body #contents .index_list li {
    margin-bottom: 20px;
  }
  #company #one_column_body #contents .index_list li .title {
    font-size: 16px;
    margin: 17px 0 10px;
  }
  #company #one_column_body #contents .index_list li p.text {
    padding: 0 15px 20px;
  }
}
/* Overview Style
-------------------------------------------------- */
#overview #two_column_body #contents .text_wrap dl {
  display: table;
}
#overview #two_column_body #contents .text_wrap dl dt,
#overview #two_column_body #contents .text_wrap dl dd {
  display: table-cell;
  vertical-align: top;
}
#overview #two_column_body #contents .text_wrap dl dd .ex_link {
  color: #5e673c;
  text-decoration: underline;
}
#overview #two_column_body #contents .text_wrap dl dd .ex_link:hover {
  text-decoration: none;
}

@media only screen and (min-width: 751px) {
  #overview #two_column_body #contents {
    margin-bottom: 40px;
  }
  #overview #two_column_body #contents img {
    float: left;
    display: block;
    width: 44%;
  }
  #overview #two_column_body #contents .text_wrap {
    float: right;
    width: 49%;
  }
  #overview #two_column_body #contents .text_wrap dl {
    margin-bottom: 15px;
  }
  #overview #two_column_body #contents .text_wrap dl dt {
    width: 90px;
  }
  #overview #two_column_body #contents .text_wrap dl dd span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  #overview #two_column_body #contents .text_wrap {
    margin-top: 15px;
  }
  #overview #two_column_body #contents .text_wrap dl {
    margin-bottom: 15px;
  }
  #overview #two_column_body #contents .text_wrap dl dt {
    width: 75px;
  }
  #overview #two_column_body #contents .text_wrap dl dd span {
    font-size: 12px;
  }
}
/* Csr Style
-------------------------------------------------- */
#csr #two_column_body #contents .list {
  box-sizing: border-box;
  border: 1px solid #f7f7f7;
}
#csr #two_column_body #contents .list .image {
  display: block;
  background-color: #f7f7f7;
}
#csr #two_column_body #contents .list .image img {
  display: block;
  margin: 0 auto;
}
#csr #two_column_body #contents .list .text_wrap .title {
  text-align: center;
}

@media only screen and (min-width: 751px) {
  #csr #two_column_body #contents .text {
    margin-bottom: 35px;
  }
  #csr #two_column_body #contents .list {
    width: 48%;
    float: left;
    margin-bottom: 20px;
  }
  #csr #two_column_body #contents .list:nth-child(odd) {
    float: right;
  }
  #csr #two_column_body #contents .list .image {
    padding: 25px 0;
  }
  #csr #two_column_body #contents .list .image img {
    width: auto;
    height: 108px;
  }
  #csr #two_column_body #contents .list .text_wrap {
    padding: 25px 35px 40px;
  }
  #csr #two_column_body #contents .list .text_wrap .title {
    font-size: 16px;
  }
  #csr #two_column_body #contents .list .text_wrap .text {
    margin: 10px 0 20px;
  }
  #csr #two_column_body #contents  #policy .btn {
    display: inline-block;
    margin: 60px auto 0;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #csr #two_column_body #contents .text {
    margin-bottom: 30px;
  }
  #csr #two_column_body #contents .list {
    float: left;
    margin-bottom: 20px;
  }
  #csr #two_column_body #contents .list .image {
    padding: 25px 0;
  }
  #csr #two_column_body #contents .list .image img {
    width: auto;
    height: 87px;
  }
  #csr #two_column_body #contents .list .text_wrap {
    padding: 15px 35px 25px;
  }
  #csr #two_column_body #contents .list .text_wrap .title {
    font-size: 16px;
  }
  #csr #two_column_body #contents .list .text_wrap .text {
    margin: 10px 0 20px;
  }
  #csr #two_column_body #contents  #policy {
    margin-left: 15px;
    margin-right: 15px;
  }
  #csr #two_column_body #contents  #policy .btn {
    display: inline-block;
    margin: 30px auto 0;
    width: 100%;
  }
}


/* Recruit Style
-------------------------------------------------- */

body#recruit.no-scroll {
	overflow: hidden;
}

#recruit #one_column_body #contents {
  background-color: #f1f0ee;
}

/* main*/
#recruit #one_column_body #contents #main {
  background-image: url("../img/company/recruit/main_img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#recruit #one_column_body #contents #main .title {
  background-image: url("../img/company/recruit/main_title.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#recruit #one_column_body #contents #main .title span {
  visibility: hidden;
}

/* mission*/
#recruit #one_column_body #contents #mission {
  background-color: #fff;
  margin: 0 auto;
}

/* message*/
#recruit #one_column_body #contents #message {
  background-image: url("../img/company/recruit/message_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
#recruit #one_column_body #contents #message .title {
  background-image: url("../img/company/recruit/message_main.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* strengths*/
#recruit #one_column_body #contents #strengths {
  background-color: #dedfd7;
  margin: 0 auto;
}
#recruit #one_column_body #contents #strengths .title {
  background-image: url("../img/company/recruit/strengths_main.svg");
  background-repeat: no-repeat;
  background-position: top 100px center;
}

/* recommend*/
#recruit #one_column_body #contents #recommend {
  background-color: #fff;
  margin: 0 auto;
}

/* live*/
#recruit #one_column_body #contents #live {
  background-image: url("../img/company/recruit/live_img_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}

/* job*/
#recruit #one_column_body #contents #job {
  background-color: #dedfd7;
  margin: 0 auto;
}

/* voice*/
#recruit #one_column_body #contents #voice {
  background-color: #fff;
  margin: 0 auto;
}

/* faq*/
#recruit #one_column_body #contents #faq {
  background-color: #dedfd7;
  margin: 0 auto;
}

/* contact */
#recruit #one_column_body #contents #contact {
  background-image: url("../img/company/recruit/contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}

/* recruitment */
#recruit #one_column_body #contents #recruitment {
  background-color: #fff;
  margin: 0 auto;
}

@media only screen and (min-width: 751px) {
	
  #recruit #one_column_body #contents {
    
  }

  /* main*/
  #recruit #one_column_body #contents #main .title {
    padding-top: 180px;
    margin-bottom: 30px;
    width: 100%;
  }
  #recruit #one_column_body #contents #main .sub_title {
    color: #fff;
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.6em;
    position: relative;
    text-align: center;
  }
  #recruit #one_column_body #contents #main .section_inner {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 30px 0;
  }
  #recruit #one_column_body #contents #main .section_inner > p {
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 1.8;
  }
  #recruit #one_column_body #contents #main .ul-pleasure {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 20px;
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  #recruit #one_column_body #contents #main .ul-pleasure li {
    width: 280px;
    height: 110px;
    position: relative;
	font-size: 16px;
    border-left: 1px solid rgba(255,255,255,0.6);
    border-right: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #recruit #one_column_body #contents #main .ul-pleasure li::before,
  #recruit #one_column_body #contents #main .ul-pleasure li::after {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    background: rgba(255,255,255,0.6);
  }
  #recruit #one_column_body #contents #main .ul-pleasure li::before {
    left: 0;
    width: calc(50% - 20px);
  }
  #recruit #one_column_body #contents #main .ul-pleasure li::after {
    right: 0;
    width: calc(50% - 20px);
  }
  #recruit #one_column_body #contents #main .ul-pleasure li span {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    letter-spacing: 0.2em;
  }

  /* mission*/
  #recruit #one_column_body #contents #mission {
    max-width: 1200px;
  }
  #recruit #one_column_body #contents #mission .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding-top: 120px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #mission .sub_title {
    font-size: 14px;
    letter-spacing: 0.3em;
    position: relative;
	margin-bottom: 40px;
    text-align: center;
  }
  #recruit #one_column_body #contents #mission .section_inner > p {
    font-size: 16px;
    position: relative;
	margin-bottom: 30px;
    text-align: center;
  }
  #recruit #one_column_body #contents #mission .section_inner strong {
    font-weight: bold;
  }
	
  /* message*/
  #recruit #one_column_body #contents #message {
	color: #fff;
    max-width: 1200px;
  }
  #recruit #one_column_body #contents #message .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 120px 0 230px;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #message .sub_title {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    text-align: center;
	margin-bottom: 40px;
  }
  #recruit #one_column_body #contents #message .section_inner {
    width: 700px;
    text-align: center;
  }
  #recruit #one_column_body #contents #message .section_inner > p {
    position: relative;
	margin-bottom: 30px;
    text-align: center;
  }
  #recruit #one_column_body #contents #message .section_inner .representative {
    margin-top: 60px;
  }

  /* strengths*/
  #recruit #one_column_body #contents #strengths {
    max-width: 1200px;
  }
  #recruit #one_column_body #contents #strengths .title {
    font-weight: bold;
    font-size: 20px;
	padding: 600px 0 0;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #strengths .dl-person,
  #recruit #one_column_body #contents #strengths .dl-technology,
  #recruit #one_column_body #contents #strengths .dl-change{
	border-top: solid 1px #cdcec8;
    align-items: center;
	display: flex;
	padding: 50px 0;
    margin: 0 auto;
	width: 800px;
  }
  #recruit #one_column_body #contents #strengths .dl-change {
	border-bottom: solid 1px #cdcec8;
	margin-bottom: 80px;
  }
  #recruit #one_column_body #contents #strengths .dl-person dt,
  #recruit #one_column_body #contents #strengths .dl-technology dt,
  #recruit #one_column_body #contents #strengths .dl-change dt{
	background-repeat: no-repeat;
	line-height: 3;
    font-size: 18px;
    font-weight: bold;
    padding-left: 80px;
	margin-left: 3%;
    width: 27%;
  }
  #recruit #one_column_body #contents #strengths .dl-person dt {
	background-image: url("../img/company/recruit/strengths_01.svg");
  }
  #recruit #one_column_body #contents #strengths .dl-technology dt {
	background-image: url("../img/company/recruit/strengths_02.svg");
  }
  #recruit #one_column_body #contents #strengths .dl-change dt {
	background-image: url("../img/company/recruit/strengths_03.svg");
  }

  /* recommend*/
  #recruit #one_column_body #contents #recommend {
    max-width: 1200px;
  }
  #recruit #one_column_body #contents #recommend .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 120px 0 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #recommend .sub_title {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-align: center;
	margin-bottom: 40px;
  }
  #recruit #one_column_body #contents #recommend .ul-recommend {
    margin: 20px auto;
	width: 800px;
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li {
	background-repeat: no-repeat;
	background-position: left 60px center;
    background-color: #f8f7f5;
	padding: 60px 30px 60px 230px;
	margin-bottom: 30px;
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(1) {
    background-image: url("../img/company/recruit/recommend_img01.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(2) {
    background-image: url("../img/company/recruit/recommend_img02.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(3) {
    background-image: url("../img/company/recruit/recommend_img03.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(4) {
    background-image: url("../img/company/recruit/recommend_img04.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(5) {
    background-image: url("../img/company/recruit/recommend_img05.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(6) {
    background-image: url("../img/company/recruit/recommend_img06.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li span {
    font-size: 20px;
	font-weight: bold;
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li p {
	margin-top: 30px;
  }
	
  /* live*/
  #recruit #one_column_body #contents #live {
	color: #fff;
    max-width: 1200px;
  }
  #recruit #one_column_body #contents #live .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 120px 0 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #live .sub_title {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    text-align: center;
	margin-bottom: 40px;
  }
  #recruit #one_column_body #contents #live .section_inner {
    width: 800px;
    text-align: center;
  }
  #recruit #one_column_body #contents #live .section_inner > p {
    position: relative;
	margin-bottom: 30px;
    text-align: center;
  }
  #recruit #one_column_body #contents #live .ul-slide-images {
    margin: 20px auto 60px;
  }
	
  #recruit #one_column_body #contents #live .slide-wrapper {
	width: 800px;
	margin: 60px auto;
	overflow: hidden; /* ←これ重要 */
  }
  #recruit #one_column_body #contents #live .ul-slide-images {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 400px; /* ←固定 */
  }
  #recruit #one_column_body #contents #live .ul-slide-images li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
  }
  #recruit #one_column_body #contents #live .ul-slide-images li.active {
	opacity: 1;
	z-index: 1;
  }
  #recruit #one_column_body #contents #live .ul-slide-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  #recruit #one_column_body #contents #live .slide-dots {
	text-align: center;
	margin-top: 15px;
  }
  #recruit #one_column_body #contents #live .slide-dots span {
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #999;
	margin: 0 5px;
	cursor: pointer;
  }
  #recruit #one_column_body #contents #live .slide-dots .active {
	background: #fff;
  }
  
  /* job */
  #recruit #one_column_body #contents #job {
    max-width: 1200px;
  }
  #recruit #one_column_body #contents #job .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 120px 0 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #job .sub_title {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-align: center;
	margin-bottom: 40px;
  }
  #recruit #one_column_body #contents #job .section_inner {
    width: 800px;
    text-align: center;
  }
  #recruit #one_column_body #contents #job .section_inner > p {
    position: relative;
	margin-bottom: 30px;
  }
	
  #recruit #one_column_body #contents #job .ul-job {
    display: flex;
	flex-wrap: wrap;
	margin: 80px auto 20px;
	width: 800px;
  }
  #recruit #one_column_body #contents #job .ul-job li {
	padding: 0 15px 30px;
    position: relative;
  }
  #recruit #one_column_body #contents #job .ul-job li img {
    display: block;
    width: 100%;
    height: auto;
  }
  #recruit #one_column_body #contents #job .ul-job li p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    line-height: 2;
    width: 80%;
    z-index: 1;
  }


/* voice*/
  #recruit #one_column_body #contents #voice {
    max-width: 1200px;
	overflow: hidden;
  }
  #recruit #one_column_body #contents #voice .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 120px 0 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #voice .sub_title {
    font-weight: bold;
    font-size: 20px;
    position: relative;
	margin-bottom: 40px;
	text-align: center;
  }
  #recruit #one_column_body #contents #voice .section_inner {
	float: right;
    padding: 0;
  }
/* スクロールエリア */
  #recruit #one_column_body #contents #voice .scroll-wrapper {
	position: relative;
	overflow: hidden;
    width: 1000px;
  }

  #recruit #one_column_body #contents #voice .scroll-wrapper::before,
  #recruit #one_column_body #contents #voice .scroll-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
  }
  #recruit #one_column_body #contents #voice .scroll-wrapper::before {
	left: 0;
	background: linear-gradient(to right, #fff, transparent);
  }
  #recruit #one_column_body #contents #voice .scroll-wrapper::after {
	/*right: 0;
	background: linear-gradient(to left, #fff, transparent);*/
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images {
	display: flex;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
	will-change: transform;
	cursor: grab;
	user-select: none;
	height: 100%;
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images:active {
	cursor: grabbing;
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images li {
	flex: 0 0 320px;
	height: 600px;
	position: relative;
	cursor: pointer;
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
	user-drag: none;
	-webkit-user-drag: none;
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images .voice-text {
	display: none;
  }

/* グラデーション */
  #recruit #one_column_body #contents #voice .ul-scroll-images li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  }

/* テキスト */
  #recruit #one_column_body #contents #voice .ul-scroll-images p span {
	background-color: #8c9276;
	display: table;
	font-size: 16px;
	padding: 5px 10px;
	margin-bottom: 30px;
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images p {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	color: #fff;
	z-index: 2;
  }

  #recruit #one_column_body #contents #voice .ul-scroll-images p:nth-of-type(1) {
	bottom: 70px;
  }

  #recruit #one_column_body #contents #voice .ul-scroll-images p:nth-of-type(2) {
	bottom: 30px;
	font-size: 18px;
  }
/* モーダル */
  #recruit .popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
  }
  #recruit .popup-overlay.active {
	opacity: 1;
	visibility: visible;
  }
  #recruit .popup-content {
	background: #fff;
	max-width: 600px;
	width: 90%;
	padding: 40px;
	position: relative;
	z-index: 1;
	transform: translateY(20px);
	transition: transform 0.3s;
  }
  #recruit .popup-overlay.active .popup-content {
	transform: translateY(0);
  }
  #recruit .popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	border: none;
	background: none;
	font-size: 24px;
	line-height: 1.3;
	cursor: pointer;
	width: 35px;
    height: 30px;
  }
  #recruit .popup-inner h3{
	color: #3e454f;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
  }
  #recruit .popup-inner h3 span{
	display: none;
  }
  #recruit .popup-inner p{
	line-height: 1.8;
	font-size: 16px;
	padding: 30px 0;
  }

  /* faq */
  #recruit #one_column_body #contents #faq {
    max-width: 1200px;
  }
  #recruit #one_column_body #contents #faq .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 120px 0 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #faq .sub_title {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-align: center;
	margin-bottom: 40px;
  }
  
  #recruit #one_column_body #contents #faq .section_inner {
    max-width: 800px;
    margin: 0 auto;
  }
	
  #recruit #one_column_body #contents #faq .dl-faq {
    margin: 0 auto 20px;
    width: 800px;
  }
/* ===== Q ===== */
  #recruit #one_column_body #contents #faq .dl-faq dt {
    display: flex;
	font-size: 16px;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    padding: 30px 60px 20px 30px;
    background: #f1f0ee;
    position: relative;
    line-height: 1.8;
  }
  #recruit #one_column_body #contents #faq .dl-faq dt::before {
    content: "Q";
	color: #7c8c5f;
	font-size: 20px;
    font-weight: bold;
    top: -6px;
    position: relative;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
  }
  #recruit #one_column_body #contents #faq .dl-faq dt::after {
    color: #899476;
    content: "+";
	font-size: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #recruit #one_column_body #contents #faq .dl-faq dt.active::after {
    color: #8c9276;
	font-size: 30px;
    content: "−";
  }
/* ===== A ===== */
  #recruit #one_column_body #contents #faq .dl-faq dd {
    max-height: 0;
    overflow: hidden;
    background: #e7e8e3;
    transition: max-height 0.4s ease;
  }
  #recruit #one_column_body #contents #faq .dl-faq dd .dd-inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 30px 60px 20px 30px;
    line-height: 1.8;
  }
  #recruit #one_column_body #contents #faq .dl-faq dd .dd-inner::before {
    content: "A";
	font-size: 20px;
	font-weight: bold;
    top: -5px;
    position: relative;
    color: #384349;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
  }


/* contact*/
  #recruit #one_column_body #contents #contact {
	color: #fff;
    max-width: 1200px;
  }
  #recruit #one_column_body #contents #contact .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 100px 0 0;
    position: relative;
    margin-bottom: 20px;
    margin-left: 200px;
    width: 100%;
  }
  #recruit #one_column_body #contents #contact .section_inner {
    max-width: 800px;
	min-width: 800px;
    margin: 0 auto 50px;
  }
  #recruit #one_column_body #contents #contact .section_inner > p {
    position: relative;
	margin-bottom: 30px;
  }
  #recruit #one_column_body #contents #contact .section_inner .btn a span {
    color: #fff;
  }
  #recruit #one_column_body #contents #contact .section_inner .btn a:hover {
	background-color: transparent;
    text-decoration: none;
  }
  #recruit #one_column_body #contents #contact .section_inner .btn .cboxElement:hover::before{
	opacity: 0.3;
  }
  #recruit #one_column_body #contents #contact .section_inner .btn .cboxElement:hover::after{
	transform: none;
  }
  
/* recruitment*/
  #recruit #one_column_body #contents #recruitment {
    max-width: 1200px;
  }
  #recruit #one_column_body #contents #recruitment .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 100px 0 40px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #recruitment .outline {
    margin: 0 auto;
	width: 800px;
  }
  #recruit #one_column_body #contents #recruitment .title_recruitment {
	background-image: url("../img/company/recruit/recruitment_img01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    text-align: center;
    margin: 60px auto;
    padding: 80px 0;
    width: 800px;
  }
  #recruit #one_column_body #contents #recruitment .title_application {
	background-image: url("../img/company/recruit/recruitment_img02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    text-align: center;
    margin: 60px auto;
    padding: 80px 0;
    width: 800px;
  }
  #recruit #one_column_body #contents #recruitment p strong {
    font-weight: bold;
  }
  #recruit #one_column_body #contents #recruitment .section_inner {
    max-width: 800px;
    margin: 0 auto;
  }
  #recruit #one_column_body #contents #recruitment .dl-recruitment {
    margin: 0 auto 20px;
    width: 800px;
  }
/* ===== 種別 ===== */
  #recruit #one_column_body #contents #recruitment .dl-recruitment dt {
	border: 1px solid #dddcd8;
	font-size: 18px;
    cursor: pointer;
    padding: 25px 60px 20px 30px;
    position: relative;
    line-height: 1.8;
  }
  #recruit #one_column_body #contents #recruitment .dl-recruitment dt::after {
    color: #899476;
    content: "+";
	font-size: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #recruit #one_column_body #contents #recruitment .dl-recruitment dt.active::after {
    color: #8c9276;
	font-size: 30px;
    content: "−";
  }
/* ===== 要項 ===== */
  #recruit #one_column_body #contents #recruitment .dl-recruitment dd {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  #recruit #one_column_body #contents #recruitment .dl-recruitment dd .dd-inner {
	margin-top: 20px;
  }
  #recruit #one_column_body #contents #recruitment .btn {
	border: none;
	margin: 60px auto 20px;
	height: auto;
	width: fit-content;
  }
  #recruit #one_column_body #contents #recruitment .btn img {
	border: none;	
	display: block;
	padding: 20px 60px;
    width: 300px;
  }
  #recruit #one_column_body #contents #recruitment .btn a:hover {
    border: none;
  }
  #recruit #one_column_body #contents #recruitment .btn .cboxElement:hover::before{
	opacity: 1;
  }
  #recruit #one_column_body #contents #recruitment .btn .cboxElement:hover::after{
	transform: none;
  }

}

@media only screen and (max-width: 750px) {
	
  #recruit #one_column_body #contents {
    
  }


  #recruit #one_column_body #contents #main .title {
    padding-top: 90px;
    margin-bottom: 20px;
    width: 100%;
  }
  #recruit #one_column_body #contents #main .sub_title {
    color: #fff;
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.6em;
    position: relative;
    text-align: center;
  }
  #recruit #one_column_body #contents #main .section_inner {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 15px;
  }
  #recruit #one_column_body #contents #main .section_inner > p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
  }
  #recruit #one_column_body #contents #main .ul-pleasure {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px 10px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  #recruit #one_column_body #contents #main .ul-pleasure li {
    max-width: 280px;
	width: 100%;
    height: 80px;
    position: relative;
	font-size: 14px;
    border-left: 1px solid rgba(255,255,255,0.6);
    border-right: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #recruit #one_column_body #contents #main .ul-pleasure li::before,
  #recruit #one_column_body #contents #main .ul-pleasure li::after {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    background: rgba(255,255,255,0.6);
  }
  #recruit #one_column_body #contents #main .ul-pleasure li::before {
    left: 0;
    width: calc(50% - 20px);
  }
  #recruit #one_column_body #contents #main .ul-pleasure li::after {
    right: 0;
    width: calc(50% - 20px);
  }
  #recruit #one_column_body #contents #main .ul-pleasure li span {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    letter-spacing: 0.2em;
  }

  /* mission*/
  #recruit #one_column_body #contents #mission .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.3em;
	padding-top: 60px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #mission .sub_title {
    font-size: 12px;
    letter-spacing: 0.3em;
    position: relative;
	margin-bottom: 40px;
    text-align: center;
  }
  #recruit #one_column_body #contents #mission .section_inner > p {
    font-size: 14px;
    position: relative;
	margin-bottom: 30px;
    text-align: center;
  }
  #recruit #one_column_body #contents #mission .section_inner strong {
    font-weight: bold;
  }
	
  /* message*/
  #recruit #one_column_body #contents #message {
    background-position: center right -180px;
  }
  #recruit #one_column_body #contents #message {
	color: #fff;
  }
  #recruit #one_column_body #contents #message .title {
	background-size: 500px;
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 60px 0 160px;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #message .sub_title {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    text-align: center;
	margin-bottom: 40px;
  }
  #recruit #one_column_body #contents #message .section_inner {
    text-align: center;
  }
  #recruit #one_column_body #contents #message .section_inner > p {
    position: relative;
	margin-bottom: 15px;
    text-align: center;
  }
  #recruit #one_column_body #contents #message .section_inner .representative {
    margin-top: 60px;
  }

  /* strengths*/
  #recruit #one_column_body #contents #strengths .title {
	background-position: top 80px center;
	background-size: 300px;
    font-weight: bold;
    font-size: 20px;
	padding: 400px 0 0;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #strengths .dl-person,
  #recruit #one_column_body #contents #strengths .dl-technology,
  #recruit #one_column_body #contents #strengths .dl-change{
	border-top: solid 1px #cdcec8;
    align-items: center;
	padding: 20px 0;
    margin: 0 auto;
	width: 100%;
  }
  #recruit #one_column_body #contents #strengths .dl-change {
	border-bottom: solid 1px #cdcec8;
  }
  #recruit #one_column_body #contents #strengths .dl-person dt,
  #recruit #one_column_body #contents #strengths .dl-technology dt,
  #recruit #one_column_body #contents #strengths .dl-change dt{
	background-repeat: no-repeat;
	line-height: 3;
    font-size: 18px;
    font-weight: bold;
    padding-left: 80px;
	margin: 0 auto 20px;
    width: 70%;
  }
  #recruit #one_column_body #contents #strengths .dl-person dt {
	background-image: url("../img/company/recruit/strengths_01.svg");
  }
  #recruit #one_column_body #contents #strengths .dl-technology dt {
	background-image: url("../img/company/recruit/strengths_02.svg");
  }
  #recruit #one_column_body #contents #strengths .dl-change dt {
	background-image: url("../img/company/recruit/strengths_03.svg");
  }
  #recruit #one_column_body #contents #strengths .dl-person dd,
  #recruit #one_column_body #contents #strengths .dl-technology dd,
  #recruit #one_column_body #contents #strengths .dl-change dd{
	margin: 0 auto;
    width: 95%;
  }
	
  /* recommend*/
  #recruit #one_column_body #contents #recommend .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.3em;
	padding: 60px 0 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #recommend .sub_title {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    text-align: center;
	margin-bottom: 20px;
  }
  #recruit #one_column_body #contents #recommend .ul-recommend {
    margin: 20px auto;
	
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li {
    background-repeat: no-repeat;
    background-position: top 30px center;
    background-color: #f8f7f5;
    padding: 180px 10px 30px 10px;
    margin-bottom: 20px;
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(1) {
    background-image: url("../img/company/recruit/recommend_img01.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(2) {
    background-image: url("../img/company/recruit/recommend_img02.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(3) {
    background-image: url("../img/company/recruit/recommend_img03.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(4) {
    background-image: url("../img/company/recruit/recommend_img04.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(5) {
    background-image: url("../img/company/recruit/recommend_img05.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li:nth-child(6) {
    background-image: url("../img/company/recruit/recommend_img06.jpg");
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li span {
    font-size: 16px;
	font-weight: bold;
  }
  #recruit #one_column_body #contents #recommend .ul-recommend li p {
	margin-top: 15px;
  }
	
  /* live*/
  #recruit #one_column_body #contents #live {
	color: #fff;
  }
  #recruit #one_column_body #contents #live .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.3em;
	padding: 60px 0 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #live .sub_title {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-align: center;
	margin-bottom: 40px;
  }
  #recruit #one_column_body #contents #live .section_inner {
    margin-left: 15px;
	margin-right: 15px;
    text-align: center;
  }
  #recruit #one_column_body #contents #live .section_inner > p {
    position: relative;
	margin-bottom: 15px;
    text-align: center;
  }
  #recruit #one_column_body #contents #live .ul-slide-images {
    margin: 20px auto 60px;
  }
	
  #recruit #one_column_body #contents #live .slide-wrapper {
	box-sizing: border-box;
	overflow: hidden; /* ←これ重要 */
	margin: 30px auto;
	width: 100%;
  }
  #recruit #one_column_body #contents #live .ul-slide-images {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	aspect-ratio: 2 / 1;
  }
  #recruit #one_column_body #contents #live .ul-slide-images li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
  }
  #recruit #one_column_body #contents #live .ul-slide-images li.active {
	opacity: 1;
	z-index: 1;
  }
  #recruit #one_column_body #contents #live .ul-slide-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  #recruit #one_column_body #contents #live .slide-dots {
	text-align: center;
	margin-top: 15px;
  }
  #recruit #one_column_body #contents #live .slide-dots span {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #999;
	margin: 0 3px;
	cursor: pointer;
  }

  #recruit #one_column_body #contents #live .slide-dots .active {
	background: #fff;
  }
	
  /* job */
  #recruit #one_column_body #contents #job .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.3em;
	padding: 60px 0 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #job .sub_title {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    text-align: center;
	margin-bottom: 40px;
  }
  #recruit #one_column_body #contents #job .section_inner {
    margin-left: 15px;
	margin-right: 15px;
    text-align: center;
  }
  #recruit #one_column_body #contents #job .section_inner > p {
    position: relative;
	margin-bottom: 30px;
  }
	
  #recruit #one_column_body #contents #job .ul-job {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px auto 10px;
  }
  #recruit #one_column_body #contents #job .ul-job li {
	padding: 0 2% 20px;
    position: relative;
	max-width: 170px;
	width: 46%;
  }
  #recruit #one_column_body #contents #job .ul-job li img {
    display: block;
    width: 100%;
    height: auto;
  }
  #recruit #one_column_body #contents #job .ul-job li p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    line-height: 2;
    width: 80%;
    z-index: 1;
  }
  
/* voice*/
  #recruit #one_column_body #contents #voice {
	overflow: hidden;
  }
  #recruit #one_column_body #contents #voice .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 60px 0 0;
    position: relative;
    margin-bottom: 20px;
	text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #voice .sub_title {
    font-weight: bold;
    font-size: 20px;
    position: relative;
	margin-bottom: 40px;
	text-align: center;
  }
  #recruit #one_column_body #contents #voice .section_inner {
	float: right;
    padding: 0;
	margin: 0;
  }
/* スクロールエリア */
  #recruit #one_column_body #contents #voice .scroll-wrapper {
	overflow: hidden;
    width: 100%;
  }

  #recruit #one_column_body #contents #voice .scroll-wrapper::before,
  #recruit #one_column_body #contents #voice .scroll-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	width: 80px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
  }
  #recruit #one_column_body #contents #voice .scroll-wrapper::before {
	/*left: 0;
	background: linear-gradient(to right, #fff, transparent);*/
  }
  #recruit #one_column_body #contents #voice .scroll-wrapper::after {
	/*right: 0;
	background: linear-gradient(to left, #fff, transparent);*/
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images {
	display: flex;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	will-change: transform;
	cursor: grab;
	user-select: none;
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images:active {
	cursor: grabbing;
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images li {
	flex: 0 0 calc(50% - 5px); /* ←2枚表示 */
	aspect-ratio: 32 / 60;
	height: auto;
	position: relative;
	cursor: pointer;
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
	user-drag: none;
	-webkit-user-drag: none;
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images .voice-text {
	display: none;
  }

/* グラデーション */
  #recruit #one_column_body #contents #voice .ul-scroll-images li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  }

/* テキスト */
  #recruit #one_column_body #contents #voice .ul-scroll-images p span {
	background-color: #8c9276;
	display: table;
	font-size: 12px;
	padding: 5px 10px;
	margin-bottom: 15px;
  }
  #recruit #one_column_body #contents #voice .ul-scroll-images p {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 15px;
	color: #fff;
	z-index: 2;
  }

  #recruit #one_column_body #contents #voice .ul-scroll-images p:nth-of-type(1) {
	bottom: 35px;
  }

  #recruit #one_column_body #contents #voice .ul-scroll-images p:nth-of-type(2) {
	bottom: 30px;
	font-size: 18px;
  }
/* モーダル */
  #recruit .popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
  }
  #recruit .popup-overlay.active {
	opacity: 1;
	visibility: visible;
  }
  #recruit .popup-content {
	background: #fff;
	max-width: 600px;
	width: 90%;
	padding: 20px 20px 0;
	position: relative;
	z-index: 1;
	transform: translateY(20px);
	transition: transform 0.3s;
	max-height: 80vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;  /* IE・Edge */
	scrollbar-width: none;     /* Firefox */
  }
  #recruit .popup-content::-webkit-scrollbar {
	display: none; /* Chrome・Safari */
  }
  #recruit .popup-content::after {
	content: "";
	position: sticky;
	bottom: 0;
	display: block;
	height: 40px;
	background: linear-gradient(to bottom, transparent, #fff);
  }
  #recruit .popup-overlay.active .popup-content {
	transform: translateY(0);
  }
  #recruit .popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	border: none;
	background: none;
	font-size: 24px;
	line-height: 1.3;
	cursor: pointer;
	width: 35px;
    height: 30px;
  }
  #recruit .popup-inner {
	max-height: none;
	overflow: visible;
  }
  #recruit .popup-inner h3{
	color: #3e454f;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
  }
  #recruit .popup-inner h3 span{
	display: none;
  }
  #recruit .popup-inner p{
	line-height: 1.8;
	font-size: 16px;
	padding: 20px 0;
  }

  /* faq */
  #recruit #one_column_body #contents #faq .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 60px 0 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #faq .sub_title {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-align: center;
	margin-bottom: 40px;
  }
  
  #recruit #one_column_body #contents #faq .section_inner {
    max-width: 800px;
    margin: 0 auto;
  }
	
  #recruit #one_column_body #contents #faq .dl-faq {
    margin: 0 auto 20px;
    width: 90%;
  }
/* ===== Q ===== */
  #recruit #one_column_body #contents #faq .dl-faq dt {
    display: flex;
	font-size: 16px;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    padding: 20px 40px 15px 15px;
    background: #f1f0ee;
    position: relative;
    line-height: 1.8;
  }
  #recruit #one_column_body #contents #faq .dl-faq dt::before {
    content: "Q";
	color: #7c8c5f;
	font-size: 20px;
    font-weight: bold;
    top: -6px;
    position: relative;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
  }
  #recruit #one_column_body #contents #faq .dl-faq dt::after {
    color: #899476;
    content: "+";
	font-size: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #recruit #one_column_body #contents #faq .dl-faq dt.active::after {
    color: #8c9276;
	font-size: 30px;
    content: "−";
  }
/* ===== A ===== */
  #recruit #one_column_body #contents #faq .dl-faq dd {
    max-height: 0;
    overflow: hidden;
    background: #e7e8e3;
    transition: max-height 0.4s ease;
  }
  #recruit #one_column_body #contents #faq .dl-faq dd .dd-inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 40px 15px 15px;
    line-height: 1.8;
  }
  #recruit #one_column_body #contents #faq .dl-faq dd .dd-inner::before {
    content: "A";
	font-size: 20px;
	font-weight: bold;
    top: -5px;
    position: relative;
    color: #384349;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
  }


/* contact*/
  #recruit #one_column_body #contents #contact {
	background-position: left 60% center;
	color: #fff;
  }
  #recruit #one_column_body #contents #contact .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 60px 0 0;
    position: relative;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 100%;
  }
  #recruit #one_column_body #contents #contact .section_inner {
    margin: 0 15px 25px;
  }
  #recruit #one_column_body #contents #contact .section_inner > p {
    position: relative;
	margin-bottom: 30px;
  }
  #recruit #one_column_body #contents #contact .section_inner .btn a span {
    color: #fff;
  }
  #recruit #one_column_body #contents #contact .section_inner .btn a:hover {
	background-color: transparent;
    text-decoration: none;
  }
  #recruit #one_column_body #contents #contact .section_inner .btn .cboxElement:hover::before{
	opacity: 0.3;
  }
  #recruit #one_column_body #contents #contact .section_inner .btn .cboxElement:hover::after{
	transform: none;
  }

/* recruitment*/
  #recruit #one_column_body #contents #recruitment .title {
    font-family: 'Chisel-Normal';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.3em;
	padding: 60px 0 20px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #recruit #one_column_body #contents #recruitment .outline {
    margin-left: 15px;
	margin-right: 15px;
  }
  #recruit #one_column_body #contents #recruitment .title_recruitment {
	background-image: url("../img/company/recruit/recruitment_img01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    text-align: center;
    margin: 30px auto;
    padding: 40px 0;
    width: 100%;
  }
  #recruit #one_column_body #contents #recruitment .title_application {
	background-image: url("../img/company/recruit/recruitment_img02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    text-align: center;
    margin: 30px auto;
    padding: 40px 0;
    width: 100%;
  }
  #recruit #one_column_body #contents #recruitment p strong {
    font-weight: bold;
  }
  #recruit #one_column_body #contents #recruitment .section_inner {
    margin: 0 auto;
  }
  #recruit #one_column_body #contents #recruitment .dl-recruitment {
    margin: 0 15px 20px;
  }
/* ===== 種別 ===== */
  #recruit #one_column_body #contents #recruitment .dl-recruitment dt {
	border: 1px solid #dddcd8;
	font-size: 16px;
    cursor: pointer;
    padding: 20px 40px 15px 20px;
    position: relative;
    line-height: 1.8;
  }
  #recruit #one_column_body #contents #recruitment .dl-recruitment dt::after {
    color: #899476;
    content: "+";
	font-size: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #recruit #one_column_body #contents #recruitment .dl-recruitment dt.active::after {
    color: #8c9276;
	font-size: 20px;
    content: "−";
  }
/* ===== 要項 ===== */
  #recruit #one_column_body #contents #recruitment .dl-recruitment dd {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  #recruit #one_column_body #contents #recruitment .dl-recruitment dd .dd-inner {
	margin-top: 20px;
  }
  #recruit #one_column_body #contents #recruitment .btn {
	margin: 40px auto 20px;
	height: auto;
    width: 90%;
  }
  #recruit #one_column_body #contents #recruitment .btn img {
	border: none;	
	display: block;
	padding: 10px 20px;
	margin: 0 auto;
    max-width: 300px;
	width: 80%;
  }
  #recruit #one_column_body #contents #recruitment .btn a:hover {
    border: none;
  }
  #recruit #one_column_body #contents #recruitment .btn .cboxElement:hover::before{
	opacity: 1;
  }
  #recruit #one_column_body #contents #recruitment .btn .cboxElement:hover::after{
	transform: none;
  }

}
/*
#recruit #two_column_body #contents #about section:before {
  content: "";
  display: block;
  background-size: cover !important;
}
#recruit #two_column_body #contents #voice section {
  border-top: 1px solid #f1f0ee;
}
#recruit #two_column_body #contents #voice section:before {
  content: "";
  display: block;
  background-size: cover !important;
}
#recruit #two_column_body #contents #voice section:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

@media only screen and (min-width: 751px) {
  #recruit #two_column_body #contents p.end {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    background-color: #f7f7f5;
    text-align: center;
  }
  #recruit #two_column_body #contents p.end strong {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
  }
  #recruit #two_column_body #contents #about section:before {
    height: 200px;
    display: block;
  }
  #recruit #two_column_body #contents #about section:nth-of-type(1):before {
    background: url("../img/company/recruit/img01.jpg") no-repeat center center;
  }
  #recruit #two_column_body #contents #about section:nth-of-type(2):before {
    background: url("../img/company/recruit/img02.jpg") no-repeat center center;
    margin-top: 45px;
  }
  #recruit #two_column_body #contents #about h3 {
    font-size: 18px;
    margin: 25px 0 22px;
  }
  #recruit #two_column_body #contents #voice section {
    margin-top: 40px;
    padding-top: 40px;
  }
  #recruit #two_column_body #contents #voice section:before {
    width: 40%;
    height: 200px;
    display: block;
    float: left;
  }
  #recruit #two_column_body #contents #voice section .text_wrap {
    float: right;
    width: 55%;
  }
  #recruit #two_column_body #contents #voice section .text_wrap dl {
    margin-top: 10px;
  }
  #recruit #two_column_body #contents #voice section .text_wrap dl dt {
    margin-bottom: 15px;
  }
  #recruit #two_column_body #contents #voice section .text_wrap dl dt .main {
    margin-bottom: 16px;
  }
  #recruit #two_column_body #contents #voice section .text_wrap dl dt .main span {
    font-size: 18px;
    margin-right: 20px;
  }
  #recruit #two_column_body #contents #voice section:nth-child(even):before {
    float: right;
  }
  #recruit #two_column_body #contents #voice section:nth-child(even) .text_wrap {
    float: left;
  }
  #recruit #two_column_body #contents #voice section:nth-of-type(1):before {
    background: url("../img/company/recruit/img03.jpg") no-repeat center center;
    background-size: cover;
  }
  #recruit #two_column_body #contents #voice section:nth-of-type(2):before {
    background: url("../img/company/recruit/img04.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 750px) {
  #recruit #two_column_body #contents p.end {
    padding: 15px;
    margin: 0px 15px 20px;
    background-color: #f7f7f5;
    font-size: 14px;
    text-align: center;
  }
  #recruit #two_column_body #contents p.end strong {
    font-weight: bold;
    text-align: center;
    display: inherit;
    margin-bottom: 5px;
  }
  #recruit #two_column_body #contents #about section:before {
    height: 173px;
    display: block;
  }
  #recruit #two_column_body #contents #about section:nth-of-type(1):before {
    background: url("../img/company/recruit/img01-smp.jpg") no-repeat center center;
  }
  #recruit #two_column_body #contents #about section:nth-of-type(2):before {
    background: url("../img/company/recruit/img02-smp.jpg") no-repeat center center;
    margin-top: 30px;
  }
  #recruit #two_column_body #contents #about h3 {
    font-size: 18px;
    margin: 18px 0 15px;
  }
  #recruit #two_column_body #contents #voice section {
    margin-top: 25px;
    padding-top: 25px;
  }
  #recruit #two_column_body #contents #voice section:before {
    width: 100%;
    padding-top: 50%;
    display: block;
  }
  #recruit #two_column_body #contents #voice section .text_wrap dl {
    margin-top: 15px;
  }
  #recruit #two_column_body #contents #voice section .text_wrap dl dt {
    margin-bottom: 15px;
  }
  #recruit #two_column_body #contents #voice section .text_wrap dl dt .main {
    margin-bottom: 3px;
  }
  #recruit #two_column_body #contents #voice section .text_wrap dl dt .main span {
    font-size: 16px;
    margin-right: 10px;
  }
  #recruit #two_column_body #contents #voice section:nth-of-type(1):before {
    background: url("../img/company/recruit/img03-smp.jpg") no-repeat center center;
    background-size: cover;
  }
  #recruit #two_column_body #contents #voice section:nth-of-type(2):before {
    background: url("../img/company/recruit/img04-smp.jpg") no-repeat center center;
    background-size: cover;
  }
}
*/



/* Restore Style
-------------------------------------------------- */
#restore #one_column_body #contents #construction_case .craftman_bnr {
  display: block;
  width: 100%;
  /* background: url("../img/company/restore/bg_craftman.jpg") no-repeat center center;
  background-size: cover !important; */
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  /* &:before{
		content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    opacity: 0;
	    z-index: 10;
	    transition: all 0.5s;
	} */
}
#restore #one_column_body #contents #construction_case .craftman_bnr .text {
  z-index: 15;
  position: relative;
}
#restore #one_column_body #contents #construction_case .craftman_bnr .photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#restore #one_column_body #contents #construction_case .craftman_bnr:hover {
  text-decoration: none;
    /* &:before{
			opacity: 0.5;
		} */
}
#restore #one_column_body #contents #construction_case .craftman_bnr:hover .photo {
  transform: scale(1.2);
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
#restore #one_column_body #contents #construction_case .craftman_bnr:hover {
  text-decoration: none;
}
#restore #one_column_body #contents #construction_case .craftman_bnr .en,
#restore #one_column_body #contents #construction_case .craftman_bnr .jp {
  display: block;
  text-align: center;
}
#restore #one_column_body #contents #construction_case .craftman_bnr .en {
  font-family: "Chisel-Normal";
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 20px;
}
#restore #one_column_body #contents #construction_case .craftman_bnr .jp {
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 751px) {
  #restore #main_text_wrap {
    background: url("../img/company/restore/bg_main.jpg") no-repeat center center;
  }
  #restore #one_column_body #contents #construction_case .section_title {
    margin-bottom: 0;
  }
  #restore #one_column_body #contents #construction_case .section_inner > ul {
    position: relative;
  }
  #restore #one_column_body #contents #construction_case .section_inner > ul:before {
    content: "";
    background-color: #f1f0ee;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
  }
  #restore #one_column_body #contents #construction_case .section_inner > ul > li {
    float: left;
    width: 50%;
    padding-top: 40px;
    padding-bottom: 35px;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f0ee;
  }
  #restore #one_column_body #contents #construction_case .section_inner > ul > li:nth-child(odd) {
    padding-right: 40px;
  }
  #restore #one_column_body #contents #construction_case .section_inner > ul > li:nth-child(even) {
    float: right;
    padding-left: 40px;
  }
  #restore #one_column_body #contents #construction_case .section_inner > ul > li h3 {
    margin: 15px 0 8px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  #restore #one_column_body #contents #construction_case .top_column {
    max-width: 1080px;
    min-width: 940px;
    display: flex;
    align-items: center;
    margin: 50px auto 0 auto;
    border-bottom: 1px solid #f1f0ee;
    padding-bottom: 50px;
  }
  #restore #one_column_body #contents #construction_case .top_column .left_contents {
    margin-right: 5%;
    width: 50%;
  }
  #restore #one_column_body #contents #construction_case .top_column .left_contents img {
    width: 540px;
    height: auto;
  }
  #restore #one_column_body #contents #construction_case .top_column .right_contents {
    width: 45%;
  }
  #restore #one_column_body #contents #construction_case .top_column .right_contents h3 {
    margin: 15px 0 8px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  #restore #one_column_body #contents #construction_case .top_column .right_contents .border_btn {
    margin-top: 28px;
  }
  #restore #one_column_body #contents #construction_case .craftman_bnr {
    /* padding-top: 75px;
    padding-bottom: 70px; */
    margin-top: 40px;
    position: relative;
    height: 200px;
  }
  #restore #one_column_body #contents #construction_case .craftman_bnr .photo {
    height: 100%;
  }
  #restore #one_column_body #contents #construction_case .craftman_bnr .photo img {
    height: 100%;
    width: auto;
    position: absolute;
    right: 0;
  }
  #restore #one_column_body #contents #construction_case .craftman_bnr .en {
    letter-spacing: 0.7em;
    margin-top: 75px;
    font-family: 'Chisel-Normal';
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 20px;
    letter-spacing: 12px;
    line-height: 170px;
    margin: auto;
    position: absolute;
    padding-left: 12px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 11;
    text-align: center;
  }
  #restore #one_column_body #contents #construction_case .craftman_bnr .jp {
    margin-top: 5px;
    font-size: 16px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 255px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 12;
    text-align: center;
    padding-left: 2px;
  }
}
@media only screen and (max-width: 750px) {
  #restore #main_text_wrap .title {
    background: url("../img/company/restore/bg_main.jpg") no-repeat center center;
  }
  #restore #one_column_body #contents #sashimono .section_inner:before {
    padding-top: 22%;
    margin-bottom: 15px;
  }
  #restore #one_column_body #contents #construction_case .section_inner > ul > li {
    margin-bottom: 25px;
    border-bottom: 1px solid #f1f0ee;
    padding-bottom: 25px;
  }
  #restore #one_column_body #contents #construction_case .section_inner > ul > li h3 {
    margin: 12px 0 5px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  #restore #one_column_body #contents #construction_case .top_column {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f1f0ee;
    padding-bottom: 25px;
  }
  #restore #one_column_body #contents #construction_case .top_column .right_contents h3 {
    margin: 12px 0 5px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  #restore #one_column_body #contents #construction_case .top_column .right_contents .border_btn {
    margin-top: 28px;
  }
  #restore #one_column_body #contents #construction_case .craftman_bnr {
    /* padding-top: 32px;
    padding-bottom: 30px; */
    margin-top: 25px;
    padding-top: 7%;
    padding-bottom: 7%;
  }
  #restore #one_column_body #contents #construction_case .craftman_bnr .photo {
    height: 100%;
  }
  #restore #one_column_body #contents #construction_case .craftman_bnr .photo img {
    height: 100%;
    width: auto;
    position: absolute;
    right: -20%;
  }
  #restore #one_column_body #contents #construction_case .craftman_bnr .en,
  #restore #one_column_body #contents #construction_case .craftman_bnr .jp {
    position: relative;
    z-index: 2;
  }
  #restore #one_column_body #contents #construction_case .craftman_bnr .en {
    text-align: center;
    font-size: 16px;
    letter-spacing: 9px;
  }
  #restore #one_column_body #contents #construction_case .craftman_bnr .jp {
    padding-top: 5px;
    font-size: 15px;
  }
}
/* Honmarugoten Style
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  #honmarugoten #one_column_body #contents .section_wrap {
    padding-bottom: 100px;
  }
  #honmarugoten #one_column_body #contents .section_inner {
    width: 900px;
    min-width: 900px;
    padding: 0;
    margin-top: 70px !important;
    margin-bottom: 62px;
  }
  #honmarugoten #one_column_body #contents .section_inner .section_content {
    position: relative;
  }
  #honmarugoten #one_column_body #contents ul.detail_list li {
    opacity: 0;
    margin-bottom: 32px;
  }
  #honmarugoten #one_column_body #contents ul.detail_list li .title {
    margin-top: 15px;
  }
  #honmarugoten #one_column_body #contents ul.detail_list li .text {
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 45px;
  }
  #honmarugoten #one_column_body #contents #contact_link {
    width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #f7f7f5;
    padding: 25px 130px;
    position: relative;
  }
  #honmarugoten #one_column_body #contents #contact_link:after {
    width: 1px;
    height: 190px;
    background-color: #d9d7cd;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_title {
    text-align: center;
    position: relative;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_title span {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 15;
    background-color: #f7f7f5;
    padding-left: 20px;
    padding-right: 20px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_title:before {
    position: absolute;
    z-index: 10;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    height: 1px;
    background-color: #d9d7cd;
    width: 192px;
    margin-left: -96px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner {
    display: flex;
    justify-content: space-between;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block {
    text-align: center;
    margin-top: 38px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .title {
    font-weight: bold;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .text {
    line-height: 24px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .tel {
    font-size: 30px;
    margin-top: 10px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .tel span {
    font-size: 20px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .btn {
    margin: 24px auto;
    background-color: #fff;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .link-box {
    margin-top: 3px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .link-box a {
    color: #5e8a19;
    text-decoration: underline;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .link-box .link-img {
    background: url("../common/img/icon_blank_green.svg");
    background-size: 14px 12px;
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: -3px;
  }
  #honmarugoten #one_column_body #contents .border_btn {
    margin-top: 50px;
  }
  #honmarugoten #one_column_body #contents .side_nav {
    position: fixed;
    top: 50%;
  }
  #honmarugoten #one_column_body #contents .side_nav.top {
    position: absolute;
    top: 85px;
  }
  #honmarugoten #one_column_body #contents .side_nav.stop .side_nav_area {
    opacity: 0 !important;
  }
  #honmarugoten #one_column_body #contents .side_nav a {
    text-decoration: none;
  }
  #honmarugoten #one_column_body #contents .side_nav a:hover {
    opacity: 0.5;
  }
  #honmarugoten #one_column_body #contents .side_nav .side_nav_area {
    position: relative;
    width: 1000px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  #honmarugoten #one_column_body #contents .side_nav .detail_nav {
    position: absolute;
    right: -36px;
    display: block;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
  #honmarugoten #one_column_body #contents .side_nav .detail_nav .icon_arrow {
    position: relative;
    width: 199px;
    display: block;
    font-size: 14px;
    font-family: ChiselBold;
    letter-spacing: 0.3em;
    line-height: 2.14;
  }
  #honmarugoten #one_column_body #contents .side_nav .detail_nav .icon_arrow:after {
    content: "";
    background: url(../img/catalog/arrow.svg) center center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 1px;
    width: 10px;
    height: 10px;
  }
  #honmarugoten #one_column_body #contents .back_btn {
    width: 1080px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #honmarugoten #one_column_body #contents #side_navigation {
    display: none;
  }
  #honmarugoten #one_column_body #contents .section_wrap {
    padding-bottom: 54px;
  }
  #honmarugoten #one_column_body #contents .section_wrap .section_title {
    text-align: left;
    border-top: 1px solid #d9d7cd;
    border-bottom: 1px solid #d9d7cd;
    padding: 10px 20px;
  }
  #honmarugoten #one_column_body #contents .section_wrap .section_title span {
    padding: 0;
  }
  #honmarugoten #one_column_body #contents .section_wrap .section_title:before {
    display: none;
  }
  #honmarugoten #one_column_body #contents .section_inner .section_content ul.detail_list li {
    opacity: 0;
    margin-bottom: 25px;
  }
  #honmarugoten #one_column_body #contents .section_inner .section_content ul.detail_list li .title {
    margin-top: 7px;
  }
  #honmarugoten #one_column_body #contents .section_inner .section_content ul.detail_list li .text {
    margin-top: 10px;
    letter-spacing: -0.01em;
    margin-bottom: 35px;
  }
  #honmarugoten #one_column_body #contents #contact_link {
    margin: 40px 15px 25px;
    box-sizing: border-box;
    background-color: #f7f7f5;
    padding-bottom: 30px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_title {
    text-align: center;
    position: relative;
    border-bottom: solid 1px #d9d7cd;
    padding: 19px 0;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_title span {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 15;
    background-color: #f7f7f5;
    padding-left: 20px;
    padding-right: 20px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_title:before {
    position: absolute;
    z-index: 10;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    height: 1px;
    background-color: #d9d7cd;
    width: 192px;
    margin-left: -96px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block {
    text-align: center;
    margin-top: 20px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block:nth-child(1) {
    border-bottom: solid 1px #d9d7cd;
    padding-bottom: 20px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .title {
    font-weight: bold;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .tel {
    font-size: 23px;
    margin: 5px 0;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .tel span {
    font-size: 15px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .tel a:hover {
    text-decoration: none;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .btn {
    margin: 24px 20px 0;
    width: auto;
    background-color: #fff;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .link-box {
    margin-top: 4px;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .link-box a {
    color: #5e8a19;
    text-decoration: underline;
  }
  #honmarugoten #one_column_body #contents #contact_link .contact_link_inner .link_block .link-box .link-img {
    background: url("../common/img/icon_blank_green.svg");
    background-size: 14px 12px;
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: -3px;
  }
  #honmarugoten #one_column_body #contents .border_btn {
    margin: 0 15px;
  }
}
/* Master craftman Style
-------------------------------------------------- */
#master_craftman #one_column_body #contents .actual_results_wrap {
  background-color: #f7f7f5;
}

@media only screen and (min-width: 751px) {
  #master_craftman #main_text_wrap {
    background: url("../img/company/master_craftman/bg_main.jpg") no-repeat center center;
  }
  #master_craftman #one_column_body #contents > article {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1080px;
    min-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap {
    margin-bottom: 50px;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap img {
    float: right;
    width: 29%;
    height: auto;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap {
    width: 68%;
    float: left;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap h2 span {
    font-size: 18px;
    margin-right: 20px;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap > p {
    margin-bottom: 20px;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap > ul > li ol dl dd {
    padding-left: 16px;
  }
  #master_craftman #one_column_body #contents > article .actual_results_wrap {
    padding: 30px 35px;
  }
  #master_craftman #one_column_body #contents > article .actual_results_wrap ul li {
    width: 22%;
    float: left;
    margin-left: 4%;
  }
  #master_craftman #one_column_body #contents > article .actual_results_wrap ul li:first-child {
    margin-left: 0;
  }
  #master_craftman #one_column_body #contents > article .actual_results_wrap ul li p {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #master_craftman #main_text_wrap .title {
    background: url("../img/company/master_craftman/bg_main.jpg") no-repeat center center;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap {
    margin-bottom: 25px;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap h2 {
    font-size: 10px;
    margin-bottom: 25px;
    border-top: 1px solid #f1f0ee;
    border-bottom: 1px solid #f1f0ee;
    padding: 15px;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap h2 span {
    font-size: 16px;
    margin-right: 15px;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap .image,
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap > p,
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap > ul {
    margin-left: 15px;
    margin-right: 15px;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap .image {
    display: block;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap > p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #master_craftman #one_column_body #contents > article .profile_wrap .text_wrap > ul > li ol dl dd {
    padding-left: 16px;
  }
  #master_craftman #one_column_body #contents > article .actual_results_wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 5%;
  }
  #master_craftman #one_column_body #contents > article .actual_results_wrap ul li {
    width: 47%;
    float: left;
    margin-right: 6%;
  }
  #master_craftman #one_column_body #contents > article .actual_results_wrap ul li:nth-child(2n) {
    margin-right: 0;
  }
  #master_craftman #one_column_body #contents > article .actual_results_wrap ul li:nth-child(1), #master_craftman #one_column_body #contents > article .actual_results_wrap ul li:nth-child(2) {
    margin-bottom: 18px;
  }
  #master_craftman #one_column_body #contents > article .actual_results_wrap ul li p {
    margin-top: 5px;
  }
}
/* About Style
-------------------------------------------------- */
#about #two_column_body #contents #greeting section:before {
  content: "";
  display: block;
  background: url("../img/company/about/img01-1.jpg") no-repeat center center;
}
#about #two_column_body #contents #philosophy section:before {
  content: "";
  display: block;
  background: url("../img/company/about/img02.jpg") no-repeat center center;
}
#about #two_column_body #contents #challenging section:before {
  content: "";
  display: block;
  background: url("../img/company/about/img03.jpg") no-repeat center center;
}
#about #two_column_body #contents #creed section:before {
  content: "";
  display: block;
  background: url("../img/company/about/img04-1.jpg") no-repeat center center;
}
#about #two_column_body #contents #mission section:before {
  content: "";
  display: block;
  background: url("../img/company/about/img05.jpg") no-repeat center center;
}
#about #two_column_body #contents #vision section:before {
  content: "";
  display: block;
  background: url("../img/company/about/img06.jpg") no-repeat center center;
}

@media only screen and (min-width: 751px) {
  #about #two_column_body #contents #greeting section:before {
    height: 500px;
    display: block;
  }
  #about #two_column_body #contents #greeting h3 {
    font-size: 18px;
    line-height: 1.75;
    margin: 25px 0 22px;
	text-align: center;
  }
  #about #two_column_body #contents #greeting .text {
    line-height: 2;
	margin-bottom: 10px;
    text-align: center;
  }
  #about #two_column_body #contents #greeting .representative {
    margin-top: 30px;
	text-align: center;
  }
  #about #two_column_body #contents .en {
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 12px;
    line-height: 150px;
    margin: auto;
    position: absolute;
    padding-left: 12px;
    letter-spacing: 0.8em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
  }
  #about #two_column_body #contents .jp-sub {
    font-size: 15px;
    letter-spacing: 10px;
    line-height: 200px;
    padding-left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
  }
  #about #two_column_body #contents .jp {
    font-size: 30px;
    letter-spacing: 10px;
    line-height: 300px;
    padding-left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
  }

  #about #two_column_body #contents #philosophy section {
    position: relative;
  }
  #about #two_column_body #contents #philosophy section:before {
    height: 250px;
    display: block;
  }
  #about #two_column_body #contents #philosophy .jp {
    line-height: 235px;
  }
  #about #two_column_body #contents #philosophy .jp-sub {
    font-size: 20px;
    line-height: 320px;
  }
  #about #two_column_body #contents #philosophy .description {
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    padding: 35px 0;
    background: #f7f7f5;
	margin-bottom: 10px;
  }
  #about #two_column_body #contents #philosophy .text {
    line-height: 2.35;
  }
  #about #two_column_body #contents #challenging section {
    position: relative;
  }
  #about #two_column_body #contents #challenging section:before {
    height: 250px;
    display: block;
  }
  #about #two_column_body #contents #challenging section .jp {
    letter-spacing: 4px;
  }
  #about #two_column_body #contents #challenging .description {
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    padding: 35px 0;
    background: #f7f7f5;
  }
  #about #two_column_body #contents #challenging .text {
    line-height: 2.35;
  }
  #about #two_column_body #contents #mission section {
    position: relative;
  }
  #about #two_column_body #contents #mission section:before {
    height: 250px;
    display: block;
  }
  #about #two_column_body #contents #mission section .jp {
    letter-spacing: 4px;
  }
  #about #two_column_body #contents #mission .description {
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    padding: 35px 0 15px;
    background: #f7f7f5;
  }
  #about #two_column_body #contents #mission .description p {
    margin-bottom: 20px;
  }
  #about #two_column_body #contents #mission .text {
    line-height: 2.35;
  }
 #about #two_column_body #contents #vision section {
    position: relative;
  }
  #about #two_column_body #contents #vision section:before {
    height: 250px;
    display: block;
  }
  #about #two_column_body #contents #vision section .jp {
    letter-spacing: 4px;
  }
  #about #two_column_body #contents #vision .description {
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    padding: 35px 0;
    background: #f7f7f5;
  }
  #about #two_column_body #contents #vision .text {
    line-height: 2.35;
  }
  #about #two_column_body #contents #creed section {
    position: relative;
  }
  #about #two_column_body #contents #creed section:before {
    height: 250px;
    display: block;
  }
  #about #two_column_body #contents #creed section .jp {
    letter-spacing: 4px;
  }
  #about #two_column_body #contents #creed .oath {
    background: #f7f7f5;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
  #about #two_column_body #contents #creed .description {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 35px 0 30px;
    background: #f7f7f5;
  }
  #about #two_column_body #contents #creed .creed-list {
    font-size: 18px;
    display: block;
    text-align: left;
    width: 730px;
    margin: 5px auto;
  }
  #about #two_column_body #contents #creed .creed-list:first-child {
    margin-top: 0;
  }
  #about #two_column_body #contents #creed .creed-text {
    margin-top: 35px;
    font-size: 14px;
    display: block;
    line-height: 1.8;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #about #two_column_body #contents .en {
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 10px;
    letter-spacing: 7px;
    line-height: 110px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding-left: 7px;
  }
  #about #two_column_body #contents .jp-sub {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 150px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding-left: 2px;
    text-align: center;
  }
  #about #two_column_body #contents .jp {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 220px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding-left: 2px;
    text-align: center;
  }
  #about #two_column_body #contents #greeting section:before {
    height: 200px;
    display: block;
    background-size: cover;
  }
  #about #two_column_body #contents #greeting h3 {
    font-size: 15px;
    margin: 18px 0 15px;
  }
  #about #two_column_body #contents #greeting .text {
	margin-bottom: 10px;
  }
  #about #two_column_body #contents #greeting .representative {
    margin-top: 30px;
  }
  #about #two_column_body #contents #philosophy section {
    position: relative;
  }
  #about #two_column_body #contents #philosophy section:before {
    height: 185px;
    display: block;
    background-size: cover;
  }
  #about #two_column_body #contents #philosophy .jp {
    line-height: 170px;
  }
  #about #two_column_body #contents #philosophy .jp-sub {
    font-size: 16px;
    line-height: 235px;
  }
  #about #two_column_body #contents #philosophy .description {
    text-align: left;
    font-size: 13px;
    line-height: 1.75;
    padding: 23px 15px;
    background: #f7f7f5;
  }
  #about #two_column_body #contents #challenging section {
    position: relative;
  }
  #about #two_column_body #contents #challenging section:before {
    height: 185px;
    display: block;
    background-size: cover;
  }
  #about #two_column_body #contents #challenging .jp {
    font-size: 17px;
  }
  #about #two_column_body #contents #challenging .description {
    text-align: left;
    font-size: 13px;
    line-height: 1.75;
    padding: 23px 15px;
    background: #f7f7f5;
  }
  #about #two_column_body #contents #mission section {
    position: relative;
  }
  #about #two_column_body #contents #mission section:before {
    height: 185px;
    display: block;
    background-size: cover;
  }
  #about #two_column_body #contents #mission .jp {
    font-size: 17px;
  }
  #about #two_column_body #contents #mission .description {
    text-align: left;
    font-size: 13px;
    line-height: 1.75;
    padding: 23px 15px;
    background: #f7f7f5;
  }
  #about #two_column_body #contents #mission .description p {
    margin-bottom: 10px;
  }
  #about #two_column_body #contents #vision section {
    position: relative;
  }
  #about #two_column_body #contents #vision section:before {
    height: 185px;
    display: block;
    background-size: cover;
  }
  #about #two_column_body #contents #vision .jp {
    font-size: 17px;
  }
  #about #two_column_body #contents #vision .description {
    text-align: left;
    font-size: 13px;
    line-height: 1.75;
    padding: 23px 15px;
    background: #f7f7f5;
  }
  #about #two_column_body #contents #creed section {
    position: relative;
  }
  #about #two_column_body #contents #creed section:before {
    height: 185px;
    display: block;
    background-size: cover;
  }
  #about #two_column_body #contents #creed .jp {
    font-size: 17px;
    letter-spacing: 0;
  }
  #about #two_column_body #contents #creed .oath {
    background: #f7f7f5;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
  }
  #about #two_column_body #contents #creed .description {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 23px 0px 0px;
    margin-bottom: 10px;
    background: #f7f7f5;
  }
  #about #two_column_body #contents #creed .creed-list {
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: 8px auto;
  }
  #about #two_column_body #contents #creed .creed-list:first-child {
    margin-top: 0;
  }
  #about #two_column_body #contents #creed .creed-list .number {
    display: table-cell;
    padding-right: 5px;
  }
  #about #two_column_body #contents #creed .creed-list .text {
    display: table-cell;
  }
  #about #two_column_body #contents #creed .creed-text {
    margin-top: 35px;
    font-size: 14px;
    text-align: left;
    display: block;
  }
}
/* Showroom Style
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  #showroom #two_column_body #contents {
    position: relative;
  }
  #showroom #two_column_body #contents #headquarters section:before {
    content: "";
    display: block;
    background: url("../img/company/showroom/img01.jpg") no-repeat center center;
    height: 250px;
    display: block;
  }
  #showroom #two_column_body #contents #headquarters .table {
    margin-top: 30px;
    border: none;
  }
  #showroom #two_column_body #contents #headquarters .table tr {
    border: none;
  }
  #showroom #two_column_body #contents #headquarters .table th {
    background: #fff;
    padding: 10px 0 10px;
    width: 80px;
    height: 20px;
  }
  #showroom #two_column_body #contents #headquarters .table th.address {
    vertical-align: top;
  }
  #showroom #two_column_body #contents #headquarters .table td {
    height: 20px;
    padding: 10px;
  }
  #showroom #two_column_body #contents #headquarters .table td .attention {
    margin-top: 20px;
  }
  #showroom #two_column_body #contents #headquarters .table td .link-access {
    position: relative;
  }
  #showroom #two_column_body #contents #headquarters .table td .link-access .link-img {
    background: url("../common/img/icon_blank_green.svg");
    background-size: 14px 12px;
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: -3px;
  }
  #showroom #two_column_body #contents #headquarters .table td .link-access > p {
    display: inline-block;
  }
  #showroom #two_column_body #contents #headquarters .table td .link-access .map-box {
    display: inline-block;
    margin-left: 10px;
  }
  #showroom #two_column_body #contents #headquarters .virtural_gallery {
    width: 100%;
    height: 110px;
    margin-top: 50px;
    background: #f7f7f5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #showroom #two_column_body #contents #headquarters .virtural_gallery .btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #showroom #two_column_body #contents #headquarters .virtural_gallery .virtural_gallery_botton {
    width: 530px;
    height: 50px;
    display: block;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #showroom #two_column_body #contents #headquarters .virtural_gallery .virtural_gallery_botton img {
    width: 15px;
    margin-right: 10px;
    z-index: 1;
  }
  #showroom #two_column_body #contents #tokyo section:before {
    content: "";
    display: block;
    background: url("../img/company/showroom/img02.jpg") no-repeat center center;
    height: 250px;
    display: block;
  }
  #showroom #two_column_body #contents #tokyo .table {
    margin-top: 30px;
    border: none;
  }
  #showroom #two_column_body #contents #tokyo .table tr {
    border: none;
  }
  #showroom #two_column_body #contents #tokyo .table th {
    background: #fff;
    padding: 10px 0 10px;
    width: 80px;
    height: 20px;
  }
  #showroom #two_column_body #contents #tokyo .table th.access {
    vertical-align: top;
  }
  #showroom #two_column_body #contents #tokyo .table td {
    height: 20px;
    padding: 10px;
  }
  #showroom #two_column_body #contents #tokyo .table td .link-access {
    position: relative;
  }
  #showroom #two_column_body #contents #tokyo .table td .link-access .link-img {
    background: url("../common/img/icon_blank_green.svg");
    background-size: 14px 12px;
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: -3px;
  }
  #showroom #two_column_body #contents #tokyo .table td .link-access > p {
    display: inline-block;
  }
  #showroom #two_column_body #contents #tokyo .table td .link-access .map-box {
    display: inline-block;
    margin-left: 10px;
  }
  #showroom #two_column_body #contents #tokyo .table td .access-list li {
    list-style: disc;
    margin-left: 15px;
  }
  #showroom #two_column_body #contents #tokyo .table td .link-box {
    position: relative;
  }
  #showroom #two_column_body #contents #tokyo .table td .link-box .link-img {
    background: url("../common/img/icon_blank_green.svg");
    background-size: 14px 12px;
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: -3px;
  }
  #showroom #two_column_body #contents #tokyo .btn-box {
    margin-top: 30px;
    text-align: center;
    background: #f7f7f5;
    padding: 30px 0;
  }
  #showroom #two_column_body #contents #tokyo .btn-box .list {
    display: inline-block;
  }
  #showroom #two_column_body #contents #tokyo .btn-box .list a {
    background: #fff;
    margin: 0 5px;
  }
  #showroom #two_column_body #contents .modal-none {
    display: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
    position: absolute;
    top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #showroom #two_column_body #contents #headquarters section:before {
    content: "";
    display: block;
    background: url("../img/company/showroom/img01_sp.jpg") no-repeat center center;
    height: 175px;
    display: block;
    background-size: cover;
  }
  #showroom #two_column_body #contents #headquarters section .table {
    margin-top: 20px;
    border: none;
  }
  #showroom #two_column_body #contents #headquarters section .table tr {
    border: none;
  }
  #showroom #two_column_body #contents #headquarters section .table tr th {
    background: #fff;
    padding: 0 0 10px;
    width: 80px;
  }
  #showroom #two_column_body #contents #headquarters section .table tr th.address {
    vertical-align: top;
  }
  #showroom #two_column_body #contents #headquarters section .table tr td {
    padding: 0 0 10px;
  }
  #showroom #two_column_body #contents #headquarters section .table tr td .attention {
    clear: both;
    margin-top: 20px;
  }
  #showroom #two_column_body #contents #headquarters section .table tr td .link-access {
    position: relative;
  }
  #showroom #two_column_body #contents #headquarters section .table tr td .link-access > p {
    float: left;
  }
  #showroom #two_column_body #contents #headquarters section .table tr td .link-access .map-box {
    float: left;
    position: relative;
    margin-left: 10px;
  }
  #showroom #two_column_body #contents #headquarters section .table tr td .link-access .map-box .link-sp {
    display: inline-block;
  }
  #showroom #two_column_body #contents #headquarters section .table tr td .link-access .map-box .link01 {
    position: absolute;
    width: 9px;
    height: 7px;
    border: 1px solid #5e8a19;
    top: 7px;
    left: 40px;
  }
  #showroom #two_column_body #contents #headquarters section .table tr td .link-access .map-box .link02 {
    position: absolute;
    width: 10px;
    height: 8px;
    border: 1px solid #5e8a19;
    top: 7px;
    margin-left: 2px;
    margin-top: 2px;
    border-top: none;
    border-left: none;
    left: 40px;
  }
  #showroom #two_column_body #contents #headquarters .virtural_gallery {
    width: auto;
    height: 85px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    background: #f7f7f5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #showroom #two_column_body #contents #headquarters .virtural_gallery .btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #showroom #two_column_body #contents #headquarters .virtural_gallery .virtural_gallery_botton {
    width: 305px;
    height: 45px;
    display: block;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #showroom #two_column_body #contents #headquarters .virtural_gallery .virtural_gallery_botton img {
    width: 15px;
    margin-right: 10px;
    z-index: 1;
  }
  #showroom #two_column_body #contents #tokyo section:before {
    content: "";
    display: block;
    background: url("../img/company/showroom/img02_sp.jpg") no-repeat center center;
    height: 175px;
    display: block;
    background-size: cover;
  }
  #showroom #two_column_body #contents #tokyo section .table {
    margin-top: 20px;
    border: none;
  }
  #showroom #two_column_body #contents #tokyo section .table tr {
    border: none;
  }
  #showroom #two_column_body #contents #tokyo section .table tr th {
    background: #fff;
    padding: 0 0 10px;
    width: 80px;
  }
  #showroom #two_column_body #contents #tokyo section .table tr th.hours, #showroom #two_column_body #contents #tokyo section .table tr th.holiday, #showroom #two_column_body #contents #tokyo section .table tr th.address, #showroom #two_column_body #contents #tokyo section .table tr th.access, #showroom #two_column_body #contents #tokyo section .table tr th.location {
    vertical-align: top;
  }
  #showroom #two_column_body #contents #tokyo section .table tr td {
    padding: 0 0 10px;
  }
  #showroom #two_column_body #contents #tokyo section .table tr td .link-access {
    position: relative;
  }
  #showroom #two_column_body #contents #tokyo section .table tr td .link-access > p {
    float: left;
  }
  #showroom #two_column_body #contents #tokyo section .table tr td .link-access .map-box {
    float: left;
    position: relative;
    margin-left: 10px;
  }
  #showroom #two_column_body #contents #tokyo section .table tr td .link-access .map-box .link-sp {
    display: inline-block;
  }
  #showroom #two_column_body #contents #tokyo section .table tr td .link-access .map-box .link01 {
    position: absolute;
    width: 9px;
    height: 7px;
    border: 1px solid #5e8a19;
    top: 7px;
    left: 40px;
  }
  #showroom #two_column_body #contents #tokyo section .table tr td .link-access .map-box .link02 {
    position: absolute;
    width: 10px;
    height: 8px;
    border: 1px solid #5e8a19;
    top: 7px;
    margin-left: 2px;
    margin-top: 2px;
    border-top: none;
    border-left: none;
    left: 40px;
  }
  #showroom #two_column_body #contents #tokyo section .table tr td .access-list li {
    list-style: disc;
  }
  #showroom #two_column_body #contents #tokyo section .table tr td .link-box {
    position: relative;
  }
  #showroom #two_column_body #contents #tokyo section .table tr td .link-box .link01 {
    position: absolute;
    width: 9px;
    height: 7px;
    border: 1px solid #5e8a19;
    top: 7px;
    left: 150px;
  }
  #showroom #two_column_body #contents #tokyo section .table tr td .link-box .link02 {
    position: absolute;
    width: 10px;
    height: 8px;
    border: 1px solid #5e8a19;
    top: 7px;
    margin-left: 2px;
    margin-top: 2px;
    border-top: none;
    border-left: none;
    left: 150px;
  }
  #showroom #two_column_body #contents #tokyo .btn-box {
    margin-top: 30px;
    text-align: center;
    background: #f7f7f5;
    padding: 30px 20px;
  }
  #showroom #two_column_body #contents #tokyo .btn-box .list {
    display: inline-block;
    margin: 10px 0;
  }
  #showroom #two_column_body #contents #tokyo .btn-box .list a {
    background: #fff;
    margin: 0 5px;
  }
}
/* Approach Style
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  #approach #two_column_body #contents #approach-activity section:before {
    height: 250px;
    display: block;
  }
  #approach #two_column_body #contents #approach-activity .approach li {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    height: 200px;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
  /* &:before{
		content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    opacity: 0;
	    z-index: 10;
	    transition: all 0.5s;
	} */
  }
  #approach #two_column_body #contents #approach-activity .approach li .text {
    z-index: 15;
    position: relative;
  }
  #approach #two_column_body #contents #approach-activity .approach li .photo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #approach #two_column_body #contents #approach-activity .approach li:hover {
    text-decoration: none;
    /* &:before{
			opacity: 0.5;
		} */
  }
  #approach #two_column_body #contents #approach-activity .approach li:hover .photo {
    transform: scale(1.2);
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #approach #two_column_body #contents #approach-activity .approach li .en {
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 20px;
    letter-spacing: 12px;
    line-height: 170px;
    margin: auto;
    position: absolute;
    padding-left: 12px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 11;
    text-align: center;
  }
  #approach #two_column_body #contents #approach-activity .approach li .jp {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 255px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 12;
    text-align: center;
    padding-left: 2px;
  }
  #approach #two_column_body #contents #approach-activity .approach li img {
    width: 800px;
    margin: 0 auto;
    display: block;
    position: relative;
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #approach #two_column_body #contents #approach-activity .approach li:hover img {
    transform: translateY(5px);
  }
}
@media only screen and (max-width: 750px) {
  #approach #two_column_body #contents #approach-activity section:before {
    height: 185px;
    display: block;
    background-size: cover;
  }
  #approach #two_column_body #contents #approach-activity .approach li {
    position: relative;
    margin: 0 15px 15px;
  }
  #approach #two_column_body #contents #approach-activity .approach li .photo_hover_wrap {
    padding-top: 12%;
    padding-bottom: 12%;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
  /* &:before{
		content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    opacity: 0;
	    z-index: 10;
	    transition: all 0.5s;
	} */
  }
  #approach #two_column_body #contents #approach-activity .approach li .photo_hover_wrap .text {
    z-index: 15;
    position: relative;
  }
  #approach #two_column_body #contents #approach-activity .approach li .photo_hover_wrap .photo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #approach #two_column_body #contents #approach-activity .approach li .photo_hover_wrap:hover {
    text-decoration: none;
    /* &:before{
			opacity: 0.5;
		} */
  }
  #approach #two_column_body #contents #approach-activity .approach li .photo_hover_wrap:hover .photo {
    transform: scale(1.2);
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #approach #two_column_body #contents #approach-activity .approach li:first-child .photo_hover_wrap {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #approach #two_column_body #contents #approach-activity .approach li span {
    display: block;
  }
  #approach #two_column_body #contents #approach-activity .approach li .en {
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 18px;
    letter-spacing: 0.5em;
    line-height: 1.27;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-left: 10px;
  }
  #approach #two_column_body #contents #approach-activity .approach li .jp {
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #approach #two_column_body #contents #approach-activity .approach li .photo {
    height: 100% !important;
  }
  #approach #two_column_body #contents #approach-activity .approach li .photo img {
    height: 100%;
    width: auto;
    position: absolute;
    right: -20%;
  }
}
/* Design_from_hida Style
-------------------------------------------------- */
#design_from_hida #one_column_body #contents #construction_case .contact {
  background-color: #f7f7f5;
}
#design_from_hida #one_column_body #contents .text_wrap img {
  width: auto;
}
#design_from_hida #one_column_body #contents .text_wrap h3.title span {
  color: #5e8a19;
}
#design_from_hida #one_column_body #contents .text_wrap p.color {
  color: #5e8a19;
}

@media only screen and (min-width: 751px) {
  #design_from_hida h3.title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
  }
  #design_from_hida #main_text_wrap {
    background: url("../img/company/design_from_hida/bg_main.jpg") no-repeat center center;
    padding: 66px 0px;
  }
  #design_from_hida #main_text_wrap .logo {
    width: 132px;
    height: 95px;
    margin: 0 auto 40px;
    display: block;
  }
  #design_from_hida #main_text_wrap .title {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  #design_from_hida #main_text_wrap .sp_title {
    display: none;
  }
  #design_from_hida #one_column_body #contents #construction_case .section_title {
    margin-bottom: 0;
  }
  #design_from_hida #one_column_body #contents #construction_case .craftman_bnr {
    padding-top: 75px;
    padding-bottom: 70px;
    margin-top: 40px;
  }
  #design_from_hida #one_column_body #contents #construction_case .craftman_bnr span {
    display: block;
    text-align: center;
  }
  #design_from_hida #one_column_body #contents #construction_case .craftman_bnr span.en {
    letter-spacing: 0.7em;
  }
  #design_from_hida #one_column_body #contents #construction_case .craftman_bnr span.jp {
    margin-top: 5px;
    font-size: 16px;
  }
  #design_from_hida #one_column_body #contents #construction_case .section_inner {
    text-align: center;
    margin-bottom: 50px;
  }
  #design_from_hida #one_column_body #contents #construction_case .section_inner img {
    width: auto;
  }
  #design_from_hida #one_column_body #contents #construction_case .section_inner > p.text {
    margin: 30px 0px;
  }
  #design_from_hida #one_column_body #contents #construction_case .section_inner .text_area {
    width: 710px;
    float: left;
    margin-top: 45px;
  }
  #design_from_hida #one_column_body #contents #construction_case .section_inner .text_area p.title {
    font-size: 18px;
  }
  #design_from_hida #one_column_body #contents #construction_case .section_inner .image_area {
    width: 200px;
    float: right;
    margin-top: 45px;
  }
  #design_from_hida #one_column_body #contents #construction_case .section_inner .image_area span {
    font-size: 12px;
  }
  #design_from_hida #one_column_body #contents #construction_case .left {
    text-align: left;
  }
  #design_from_hida #one_column_body #contents #construction_case .bottom {
    margin-bottom: 10px;
  }
  #design_from_hida #one_column_body #contents section#info {
    border-top: 1px solid #f1f0ee;
    margin-top: 40px;
    padding-top: 40px;
  }
  #design_from_hida #one_column_body #contents section#info:before {
    width: 50%;
    height: 320px;
    float: left;
    content: "";
    display: block;
    background-size: cover !important;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap {
    float: right;
    width: 47%;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl {
    margin-top: 10px;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl dt {
    margin-bottom: 15px;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl dt p {
    letter-spacing: 1px;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl dt h3.title {
    font-weight: bold;
    font-size: 24px;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl dt h3.title span {
    font-size: 16px;
    margin-right: 10px;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl dt p.sub_title {
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl dt p.color {
    margin-bottom: 30px;
  }
  #design_from_hida #one_column_body #contents section#info:nth-child(even):before {
    float: right;
  }
  #design_from_hida #one_column_body #contents section#info:nth-child(even) .text_wrap {
    float: left;
  }
  #design_from_hida #one_column_body #contents section#info:nth-of-type(1):before {
    background: url("../img/company/design_from_hida/img03.jpg") no-repeat center center;
    background-size: cover;
  }
  #design_from_hida #one_column_body #contents section#info:nth-of-type(2):before {
    background: url("../img/company/design_from_hida/img04.jpg") no-repeat center center;
    background-size: cover;
  }
  #design_from_hida #one_column_body #contents section#info:nth-of-type(3):before {
    background: url("../img/company/design_from_hida/img05.jpg") no-repeat center center;
    background-size: cover;
  }
  #design_from_hida #one_column_body #contents section#info:nth-of-type(4):before {
    background: url("../img/company/design_from_hida/img06.jpg") no-repeat center center;
    background-size: cover;
  }
  #design_from_hida #one_column_body #contents section#info:nth-of-type(5):before {
    background: url("../img/company/design_from_hida/img07.jpg") no-repeat center center;
    background-size: cover;
  }
  #design_from_hida #one_column_body #contents h3.title02 {
    font-size: 24px;
    margin-top: 60px;
  }
  #design_from_hida #one_column_body #contents ul.promise li {
    border: solid 1px #f1f0ec;
    border-right: none;
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    height: 370px;
    text-align: center;
    padding: 30px;
  }
  #design_from_hida #one_column_body #contents ul.promise li img {
    margin: 0 auto;
  }
  #design_from_hida #one_column_body #contents ul.promise li h4.title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #design_from_hida #one_column_body #contents ul.promise li p.text {
    margin-top: 20px !important;
    text-align: left;
    line-height: 24px;
  }
  #design_from_hida #one_column_body #contents ul.promise li:nth-child(1) img {
    display: block;
    width: 62px !important;
  }
  #design_from_hida #one_column_body #contents ul.promise li:nth-child(2) img {
    display: block;
    width: 57px !important;
  }
  #design_from_hida #one_column_body #contents ul.promise li:nth-child(3) img {
    display: block;
    width: 71px !important;
  }
  #design_from_hida #one_column_body #contents ul.promise li:last-child {
    border-right: solid 1px #f1f0ec;
  }
  #design_from_hida #one_column_body #contents ul.promise:nth-child(2) li {
    border-top: none;
  }
  #design_from_hida #one_column_body #contents ul.promise:nth-child(2) li:nth-child(1) img {
    display: block;
    width: 52px !important;
  }
  #design_from_hida #one_column_body #contents ul.promise:nth-child(2) li:nth-child(2) img {
    display: block;
    width: 51px !important;
  }
  #design_from_hida #one_column_body #contents ul.promise:nth-child(2) li:nth-child(3) img {
    display: block;
    width: 48px !important;
  }
  #design_from_hida #one_column_body #contents .contact {
    width: 100%;
    padding: 20px 0px;
  }
  #design_from_hida #one_column_body #contents .contact p.title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
  }
  #design_from_hida #one_column_body #contents .contact p.title span.pc_line {
    margin: 0px 20px 5px 20px;
    line-height: 24px;
    display: inline-block;
    height: 1px;
    width: 30px;
    background-color: #d9d7cd;
  }
  #design_from_hida #one_column_body #contents .contact p.text {
    margin: 0px !important;
    margin-top: 20px !important;
  }
  #design_from_hida #one_column_body #contents .contact p.text a {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 750px) {
  #design_from_hida #header #page_title img {
    height: 40px;
  }
  #design_from_hida #main_text_wrap {
    position: relative;
  }
  #design_from_hida #main_text_wrap .logo {
    width: 95px;
    height: 67px;
    margin: 0 auto 40px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    margin: auto;
  }
  #design_from_hida #main_text_wrap .title {
    background: url("../img/company/design_from_hida/sp_bg_main.jpg") no-repeat center bottom;
    min-height: 236px;
    padding: 0;
  }
  #design_from_hida #main_text_wrap .title span {
    display: none;
  }
  #design_from_hida #main_text_wrap .sp_title {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
  #design_from_hida #one_column_body #contents #sashimono .section_inner:before {
    padding-top: 22%;
    margin-bottom: 15px;
  }
  #design_from_hida #one_column_body #contents #construction_case .section_inner > ul > li {
    margin-bottom: 25px;
    border-bottom: 1px solid #f1f0ee;
    padding-bottom: 25px;
  }
  #design_from_hida #one_column_body #contents #construction_case .section_inner > ul > li h3 {
    margin: 12px 0 5px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  #design_from_hida #one_column_body #contents #construction_case .craftman_bnr {
    padding-top: 32px;
    padding-bottom: 30px;
    margin-top: 25px;
  }
  #design_from_hida #one_column_body #contents #construction_case .craftman_bnr span {
    display: block;
    text-align: center;
  }
  #design_from_hida #one_column_body #contents #construction_case .craftman_bnr span.en {
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 18px;
    letter-spacing: 0.6em;
  }
  #design_from_hida #one_column_body #contents #construction_case .craftman_bnr span.jp {
    margin-top: 5px;
    font-size: 15px;
  }
  #design_from_hida #one_column_body #contents .section_inner {
    text-align: center;
    margin-bottom: 30px;
  }
  #design_from_hida #one_column_body #contents .section_inner p {
    text-align: left;
  }
  #design_from_hida #one_column_body #contents .section_inner .image_area span {
    display: block;
  }
  #design_from_hida #one_column_body #contents .section_inner img {
    margin: 20px 0px;
    width: auto;
  }
  #design_from_hida #one_column_body #contents .section_inner h3.title {
    text-align: left;
    font-size: 16px;
    margin: 20px 0px;
  }
  #design_from_hida #one_column_body #contents .section_wrap .section_title {
    text-align: left;
    padding: 10px 0px;
  }
  #design_from_hida #one_column_body #contents .section_wrap .section_title span {
    padding-left: 15px;
    font-weight: bold;
  }
  #design_from_hida #one_column_body #contents .section_wrap .section_title:before {
    height: 0px;
  }
  #design_from_hida #one_column_body #contents .section_wrap h3.title02 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
  #design_from_hida #one_column_body #contents .section_wrap ul.promise {
    border: solid 1px #f1f0ec;
  }
  #design_from_hida #one_column_body #contents .section_wrap ul.promise li {
    text-align: center;
    width: 100%;
    margin-bottom: 0px !important;
  }
  #design_from_hida #one_column_body #contents .section_wrap ul.promise li h4.title {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #design_from_hida #one_column_body #contents .section_wrap ul.promise li img {
    margin: 0 auto;
    margin-top: 25px;
  }
  #design_from_hida #one_column_body #contents .section_wrap ul.promise li p {
    padding: 0px 15px;
  }
  #design_from_hida #one_column_body #contents .section_wrap ul.promise li:nth-child(1) img {
    display: block;
    width: 45px !important;
  }
  #design_from_hida #one_column_body #contents .section_wrap ul.promise li:nth-child(2) img {
    display: block;
    width: 44px !important;
  }
  #design_from_hida #one_column_body #contents .section_wrap ul.promise li:nth-child(3) img {
    display: block;
    width: 55px !important;
  }
  #design_from_hida #one_column_body #contents .section_wrap ul.promise li:last-child {
    border-bottom: none !important;
  }
  #design_from_hida #one_column_body #contents ul.promise:nth-child(2) {
    border-top: none;
  }
  #design_from_hida #one_column_body #contents ul.promise:nth-child(2) li:nth-child(1) img {
    display: block;
    width: 40px !important;
  }
  #design_from_hida #one_column_body #contents ul.promise:nth-child(2) li:nth-child(2) img {
    display: block;
    width: 38px !important;
  }
  #design_from_hida #one_column_body #contents ul.promise:nth-child(2) li:nth-child(3) img {
    display: block;
    width: 38px !important;
  }
  #design_from_hida #one_column_body #contents section#info {
    border-top: 1px solid #f1f0ee;
    margin-top: 25px;
    padding-top: 25px;
  }
  #design_from_hida #one_column_body #contents section#info:before {
    content: "";
    display: block;
    background-size: cover !important;
    width: 100%;
    padding-top: 50%;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl {
    margin-top: 15px;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl dt h3.title {
    font-size: 21px;
    margin-bottom: 15px;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl dt h3.title span {
    font-size: 12px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 6px;
    display: inline-block;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl dt p.sub_title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #design_from_hida #one_column_body #contents section#info .text_wrap dl dt p.color {
    margin-bottom: 20px;
  }
  #design_from_hida #one_column_body #contents section#info:nth-of-type(1):before {
    background: url("../img/company/design_from_hida/img03.jpg") no-repeat center center;
    background-size: cover;
  }
  #design_from_hida #one_column_body #contents section#info:nth-of-type(2):before {
    background: url("../img/company/design_from_hida/img04.jpg") no-repeat center center;
    background-size: cover;
  }
  #design_from_hida #one_column_body #contents section#info:nth-of-type(3):before {
    background: url("../img/company/design_from_hida/img05.jpg") no-repeat center center;
    background-size: cover;
  }
  #design_from_hida #one_column_body #contents section#info:nth-of-type(4):before {
    background: url("../img/company/design_from_hida/img06.jpg") no-repeat center center;
    background-size: cover;
  }
  #design_from_hida #one_column_body #contents section#info:nth-of-type(5):before {
    background: url("../img/company/design_from_hida/img07.jpg") no-repeat center center;
    background-size: cover;
  }
  #design_from_hida #one_column_body #contents .contact {
    padding: 10px 20px 30px 20px;
  }
  #design_from_hida #one_column_body #contents .contact p {
    letter-spacing: -0.05em;
  }
  #design_from_hida #one_column_body #contents .contact img {
    width: 220px;
  }
  #design_from_hida #one_column_body #contents .contact p.title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  #design_from_hida #one_column_body #contents .contact p.title span.sp_line {
    margin-bottom: 5px;
    line-height: 24px;
    display: inline-block;
    height: 1px;
    width: 24px;
    background-color: #d9d7cd;
  }
  #design_from_hida #one_column_body #contents .contact p.text {
    font-size: 13px;
  }
  #design_from_hida #one_column_body #contents .contact p {
    text-align: center;
  }
  #design_from_hida #one_column_body #contents .contact p a {
    text-decoration: underline;
  }
}
/* Traditional_technique
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  #traditional_technique h2 {
    margin-bottom: 0px;
  }
  #traditional_technique #main_text_wrap {
    background: url("../img/company/traditional_technique/bg_main.jpg") no-repeat center center;
    background-size: cover;
    padding: 100px 0 115px;
  }
  #traditional_technique #main_text_wrap p.title {
    margin-bottom: 15px !important;
  }
  #traditional_technique #one_column_body section#block {
    border-top: 1px solid #f1f0ee;
    margin-top: 40px;
    padding-top: 40px;
  }
  #traditional_technique #one_column_body section#block:before {
    width: 50%;
    height: 320px;
    float: left;
    content: "";
    display: block;
    background-size: cover !important;
  }
  #traditional_technique #one_column_body section#block .text_wrap {
    float: right;
    width: 46%;
    margin-top: 35px;
  }
  #traditional_technique #one_column_body section#block .text_wrap dl {
    margin-top: 10px;
  }
  #traditional_technique #one_column_body section#block .text_wrap dl dt {
    margin-bottom: 40px;
  }
  #traditional_technique #one_column_body section#block .text_wrap dl dt p {
    letter-spacing: 1px;
  }
  #traditional_technique #one_column_body section#block .text_wrap dl dt h3.title {
    position: relative;
    font-weight: bold;
    font-size: 18px;
  }
  #traditional_technique #one_column_body section#block .text_wrap dl dt h3.title span {
    display: inline-block;
    color: #5e8a19;
    margin-right: 20px;
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 14px;
  }
  #traditional_technique #one_column_body section#block:nth-child(even):before {
    float: right;
  }
  #traditional_technique #one_column_body section#block:nth-child(even) .text_wrap {
    float: left;
  }
  #traditional_technique #one_column_body section#block:nth-of-type(1):before {
    background: url("../img/company/traditional_technique/img01.jpg") no-repeat center center;
    background-size: cover;
  }
  #traditional_technique #one_column_body section#block:nth-of-type(2):before {
    background: url("../img/company/traditional_technique/img02.jpg") no-repeat center center;
    background-size: cover;
  }
  #traditional_technique #one_column_body section#block:nth-of-type(3):before {
    background: url("../img/company/traditional_technique/img03.jpg") no-repeat center center;
    background-size: cover;
  }
  #traditional_technique #one_column_body section#block:nth-of-type(4):before {
    background: url("../img/company/traditional_technique/img04.jpg") no-repeat center center;
    background-size: cover;
  }
  #traditional_technique #one_column_body section#block:first-child {
    border-top: none;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 750px) {
  #traditional_technique #header #page_title img {
    height: 35px;
  }
  #traditional_technique #main_text_wrap .title {
    padding: 70px 0px;
    background: url("../img/company/traditional_technique/bg_main.jpg") no-repeat center center;
    font-size: 16px;
    background-size: cover;
  }
  #traditional_technique #main_text_wrap .title span {
    font-size: 16px;
  }
  #traditional_technique #one_column_body .section_wrap h2.section_title {
    text-align: left;
    padding: 10px 0px;
  }
  #traditional_technique #one_column_body .section_wrap h2.section_title span {
    padding-left: 15px;
    font-weight: bold;
  }
  #traditional_technique #one_column_body .section_title:before {
    height: 0px !important;
  }
  #traditional_technique #one_column_body #contents .section_wrap {
    padding-bottom: 40px;
  }
  #traditional_technique #one_column_body section#block {
    border-top: 1px solid #f1f0ee;
    margin-top: 30px;
    padding-top: 30px;
  }
  #traditional_technique #one_column_body section#block:before {
    content: "";
    display: block;
    background-size: cover !important;
    width: 100%;
    padding-top: 50%;
  }
  #traditional_technique #one_column_body section#block .text_wrap {
    margin-top: 25px;
  }
  #traditional_technique #one_column_body section#block .text_wrap dl dt {
    text-align: left;
    margin-bottom: 20px;
  }
  #traditional_technique #one_column_body section#block .text_wrap dl dt p {
    letter-spacing: 1px;
  }
  #traditional_technique #one_column_body section#block .text_wrap dl dt h3.title {
    font-weight: bold;
    font-size: 15px;
    text-align: left;
  }
  #traditional_technique #one_column_body section#block .text_wrap dl dt h3.title span {
    display: inline-block;
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 11px;
    margin-right: 20px;
    color: #5e8a19;
  }
  #traditional_technique #one_column_body section#block:nth-of-type(1):before {
    background: url("../img/company/traditional_technique/img01.jpg") no-repeat center center;
    background-size: cover;
  }
  #traditional_technique #one_column_body section#block:nth-of-type(2):before {
    background: url("../img/company/traditional_technique/img02.jpg") no-repeat center center;
    background-size: cover;
  }
  #traditional_technique #one_column_body section#block:nth-of-type(3):before {
    background: url("../img/company/traditional_technique/img03.jpg") no-repeat center center;
    background-size: cover;
  }
  #traditional_technique #one_column_body section#block:nth-of-type(4):before {
    background: url("../img/company/traditional_technique/img04.jpg") no-repeat center center;
    background-size: cover;
  }
  #traditional_technique #one_column_body section#block:first-child {
    border-top: none;
    margin-top: 0px;
  }
}
/* Link Style
-------------------------------------------------- */
#link #two_column_body #contents .section_inner {
  margin-bottom: 60px;
}
#link #two_column_body #contents .section_inner .link_title {
  font-size: 16px;
  border-bottom: solid 1px #f1f0ec;
  border-top: solid 1px #f1f0ec;
  padding: 18px 0px;
}
#link #two_column_body #contents .section_inner .list {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  margin-top: 30px;
  box-sizing: border-box;
  border: 1px solid #f7f7f7;
}
#link #two_column_body #contents .section_inner .list:hover {
  opacity: 0.6;
}
#link #two_column_body #contents .section_inner .list .image {
  display: block;
  background-color: #fff;
}
#link #two_column_body #contents .section_inner .list .image img {
  display: block;
  margin: 0 auto;
}
#link #two_column_body #contents .section_inner .list .text_wrap {
  padding: 10px 35px !important;
  height: 100px;
}
#link #two_column_body #contents .section_inner .list .text_wrap .title {
  text-align: center;
}
#link #two_column_body #contents .section_inner .list .text_wrap .title a {
  font-size: 15px;
  font-weight: bold;
}
#link #two_column_body #contents .section_inner .list .text_wrap .title a span {
  width: 12px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-image: url(../img/company/link/blank.svg);
}
#link #two_column_body #contents .section_inner .list .text_wrap .title a:hover {
  text-decoration: none;
}
#link #two_column_body #contents .section_inner:last-child {
  margin-bottom: 100px;
}

@media only screen and (min-width: 751px) {
  #link #two_column_body #contents h2.link_title {
    margin-bottom: 10px;
  }
  #link #two_column_body #contents .list {
    border: solid 1px #f1f0ec !important;
    width: 48%;
    height: 220px;
    float: left;
    margin-top: 20px !important;
  }
  #link #two_column_body #contents .list:nth-child(even) {
    float: right;
  }
  #link #two_column_body #contents .list .image {
    margin-top: 10px;
  }
  #link #two_column_body #contents .list .image img {
    width: auto;
  }
  #link #two_column_body #contents .list .text_area {
    text-align: center;
  }
  #link #two_column_body #contents .list .text_area .title {
    margin-top: -7px;
  }
  #link #two_column_body #contents .list .text_area .title .small {
    display: inline-block;
    font-size: 13px;
  }
  #link #two_column_body #contents .list .text_area .title a {
    font-size: 16px;
    font-weight: bold;
  }
  #link #two_column_body #contents .list .text_area .title a span {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-image: url(../img/company/link/blank.svg);
  }
  #link #two_column_body #contents .list .text_area .title a:hover {
    text-decoration: none;
  }
  #link #two_column_body #contents .list .text_area .text {
    padding: 0px 25px;
    text-align: left;
    margin: 8px 0 20px;
  }
}
@media only screen and (max-width: 750px) {
  #link .link_title {
    margin-bottom: 20px;
  }
  #link #two_column_body #contents .list {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px !important;
  }
  #link #two_column_body #contents .list .text_area {
    margin-top: 18px;
    text-align: center;
  }
  #link #two_column_body #contents .list .text_area .title a {
    font-size: 18px;
    font-weight: bold;
  }
  #link #two_column_body #contents .list .text_area .title a:hover {
    text-decoration: none;
  }
  #link #two_column_body #contents .list .text_area .text {
    text-align: left;
    padding: 0px 10px;
    margin: 10px 0 20px;
  }
}
/* History Style
-------------------------------------------------- */
#history table tr th {
  white-space: nowrap;
}

/* Sustainability Style
-------------------------------------------------- */

#sustainability #two_column_body #contents h3.title {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

#sustainability #two_column_body #contents h4.title {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
}

#sustainability #two_column_body #contents #usewoodcarefully .img_wrap {
  overflow: hidden;
}
	
#sustainability #two_column_body #contents #usewoodcarefully .img_wrap img {
  transition-duration: 0.3s;
}
	
#sustainability #two_column_body #contents #usewoodcarefully .img_wrap img:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
}

#sustainability #two_column_body #contents #policy .btn {
  width: 100%;
}


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

	#sustainability #two_column_body #contents h3.title span {
	  display: inline-block;
	  color: #5e8a19;
	  margin-right: 20px;
	  font-family: "Chisel-Normal";
	  font-weight: bold;
	  letter-spacing: 0.2em;
	  font-size: 14px;
	  width: 85px;
	}

	#sustainability #two_column_body #contents #block_sdgs_main {
	  align-items: center;
	  display: flex;
	  justify-content: space-around;
	  margin-bottom: 40px;
	}

	#sustainability #two_column_body #contents #block_sdgs_main .img_wrap {
	  width: 120px;
	}

	#sustainability #two_column_body #contents #block_sdgs_main .text_wrap {
	  width: 70%;
	}

	#sustainability #two_column_body #contents #block_sdgs_main .text_wrap .goal {
	  margin-left: 100px;
	}

	#sustainability #two_column_body #contents #block_sdgs_main .text_wrap .goal img {
	  margin: 10px;
	  width: 80px;
	}

	#sustainability #two_column_body #contents #block_sdgs_text p {
	  margin-bottom: 10px;
	}


	#sustainability #two_column_body #contents .block_sdgs {
	  align-items: center;
	  border: 1px solid #f1f0ec;
	  display: flex;
	  justify-content: space-around;
	  padding: 15px;
	}

	#sustainability #two_column_body #contents .block_sdgs .img_wrap {
	  width: 100px;
	}

	#sustainability #two_column_body #contents .block_sdgs .text_wrap {
	  width: 80%;
	}
	
	#sustainability #two_column_body #contents .block_sdgs .text_wrap .goal {
	  margin: 10px auto;
	}

	#sustainability #two_column_body #contents .block_sdgs .text_wrap .goal img {
	  margin: 10px;
	  width: 80px;
	}
  
}
@media only screen and (max-width: 750px) {

	#sustainability #two_column_body #contents h3.title span {
	  display: block;
	  color: #5e8a19;
	  margin-bottom: 10px;
	  font-family: "Chisel-Normal";
	  font-weight: bold;
	  letter-spacing: 0.2em;
	  font-size: 14px;
	  width: 85px;
	}
	
    #sustainability #two_column_body #contents #usewoodcarefully {
        margin-left: 15px;
        margin-right: 15px;
    }
	
	#sustainability #two_column_body #contents #block_sdgs_main {
	  margin-bottom: 20px;
      margin-left: 15px;
      margin-right: 15px;
	}

	#sustainability #two_column_body #contents #block_sdgs_main .img_wrap {
	  margin: 0 auto 20px;
	  width: 120px;
	}

	#sustainability #two_column_body #contents #block_sdgs_main .text_wrap .goal {
	  margin: 0 auto 20px;
	  text-align: center;
	}

	#sustainability #two_column_body #contents #block_sdgs_main .text_wrap .goal img {
	  margin: 10px;
	  max-width: 80px;
	  width: 25%;;
	}
	
	#sustainability #two_column_body #contents #block_sdgs_text {
      margin-left: 15px;
      margin-right: 15px;
	}

	#sustainability #two_column_body #contents #block_sdgs_text p {
	  margin-bottom: 10px;
	}

	#sustainability #two_column_body #contents .block_sdgs {
	  border: 1px solid #f1f0ec;
	  padding: 15px;
      margin-left: 15px;
      margin-right: 15px;
	}

	#sustainability #two_column_body #contents .block_sdgs .img_wrap {
	  margin: 0 auto 20px;
	  width: 100px;
	}
	
	#sustainability #two_column_body #contents .block_sdgs .text_wrap .goal {
	  margin: 10px auto;
	  text-align: center;
	}

	#sustainability #two_column_body #contents .block_sdgs .text_wrap .goal img {
	  margin: 10px;
	  max-width: 80px;
	  width: 25%;;
	}
	
	#sustainability #two_column_body #contents #policy {
      margin-left: 15px;
      margin-right: 15px;
	  margin-bottom: 40px;
	}

}


