@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
/* #top .main {
  background-position: center;
  display: flex;
  align-items: center;
  height: 100vh;
	overflow: hidden;
	padding: 0 7.5vw;
} */
#top .main .main_inner{
  background-position: center;
  display: flex;
  align-items: center;
  height: 100vh;
	overflow: hidden;
	padding: 0 7.5vw;
}
#top .fv_bg_area {
  position: absolute; /* imgタグを相対的に配置する親要素 */
  width: 100vw; /* 画面の幅全体 */
  height: 100vh; /* 画面の高さ全体 */
  overflow: hidden; /* 画像がはみ出した場合は非表示にする */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#top .fv_bg_area .slide-items {
  width: 100%;
  height: 100%;
}
#top .fv_bg_area .slide-items img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
/* #top .fv_bg_area img{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
} */

#top .main .main_inner:before {
  background: rgba(0,0,0,0.5) url("../img/common/bg_dot.png") repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#top .main h1 {
  width: 65%;
  z-index: 100;
	xmargin-left: 3vw;
}

#top .main video {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
	object-fit: cover;
}

*::-ms-backdrop, #top .main video {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

_:-ms-lang(x)::backdrop, #top .main video {
  width: auto;
  height: auto;
}

@supports ( object-fit: cover ) {

#top .main video {
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

}

#top .main article {
  position: absolute;
	bottom: 3vw;
	left: 7.5vw;
	width: calc(100% - 15vw);
}

#top .main article dl {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
}

#top .main article dl dt {
  background-color: #00743D;
  color: #ffffff;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	flex: 0 1 10em;
	padding: 0.5em 1.5em;
}

#top .main article dl dd {
  background-color: #ffffff;
	flex: 1 1;
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0.5em 1.5em;
}

#top .main article dl dd span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 55vw;
}

#top .container #advantage_sec {
	display: flex;
	padding: 7.5vw 0 7.5vw 7.5vw;
}

#top .container #advantage_sec .txt_box {
	flex: 1 1;
}

#top .container #advantage_sec .txt_box .contents .btn_icon {
  margin-top: 3vw;
}

#top .container #advantage_sec .pic_box {
  flex: 0 1 45%;
	margin-left: 7.5vw;
}

#top .container #customers_sec {
  padding: 7.5vw;
  background-color: #D8EAE2;
}

#top .container #customers_sec .contents .lede_box {
  display: flex;
	align-items: center;
	justify-content: space-between;
}

#top .container #customers_sec .contents .lede_box p {
  flex: 1 1;
	margin-right: 5vw;
}

#top .container #products_sec {
  background-color: #FFF;
	padding: 7.5vw 0 15vw;
}

#top .container #products_sec .contents .lede_box {
  display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 7.5vw;
}

#top .container #products_sec .contents .lede_box p {
  flex: 1 1;
	margin-right: 5vw;
}

#top .container #products_sec .contents .slider_box {
  margin-top: 7.5vw;
}

#top .container #products_sec .contents .slider_box .slider li {
  position: relative;
}

#top .container #products_sec .contents .slider_box .slider li .products_txt {
  background-color: #00743D;
	color: #ffffff;
	padding: 2vw;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

#top .container #products_sec .contents .slider_box .slider li .products_txt h2 {
  font-size: 18px;
  font-size: 1.8rem;
}

#top .container #products_sec .contents .slider_box .slider li .products_txt p {
  margin-top: 1vw;
}

#top .slider .slick-slide .products_txt {
  opacity: 0;
	transition: all .5s ease;
}

#top .slider .slick-slide.slick-current .products_txt,
#top .slider .slick-slide.is-active-next .products_txt {
  opacity: 1;
}

#top .slider .slick-slide.slick-current a {
  pointer-events: all;
}

#top .slider .slick-slide a {
  pointer-events: none;
}

#top .container #products_sec .contents .slider_box .slider li a:hover .products_txt {
  background-color: #D0A900;
}

#top .container #recruit_sec {
  background-image: url("../img/top/recruit_sec_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15vw 7.5vw;
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#top .container #recruit_sec .recruit_box {
  width: 40%;
}

#top .container #recruit_sec .recruit_box .contents .btn_icon {
  margin-top: 3vw;
}

#top .container #company_sec {
  background-image: url("../img/top/company_sec_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 7.5vw;
	position: relative;
	z-index: 0;
}

#top .container #company_sec:before {
  background-color: rgba(255,255,255,0.85);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#top .container #company_sec .contents .lede_box h2 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

#top .container #company_sec .contents .lede_box p {
  margin-top: 1vw;
}

#top .container #company_sec .contents .list_box {
  margin-top: 5vw;
}

#top .container #company_sec .contents .list_box ul {
  display: flex;
  flex-wrap: wrap;
	width: calc(100% + 1.5vw);
}

#top .container #company_sec .contents .list_box ul li {
  width: calc(100% / 4 - 1.5vw);
  margin-top: 1.5vw;
	margin-left: 1.5vw;
}

#top .container #company_sec .contents .list_box ul li:nth-of-type(-n+4) {
  margin-top: 0;
}

#top .container #company_sec .contents .list_box ul li:nth-of-type(4n+1) {
  margin-left: 0;
}

#top .container #company_sec .contents .list_box ul li a {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
	height: 70px;
	xwidth: 30em;
}

#top .container #company_sec .contents .list_box ul li a:hover {
  background-color: #D0A900;
  border: 1px solid #D0A900;
	color: #ffffff;
}

#top .container #company_sec .contents .bnr_box {
  margin-top: 5vw;
}

#top .container #company_sec .contents .bnr_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top .container #company_sec .contents .bnr_box ul li {
  margin-left: 2vw;
}

#top .container #company_sec .contents .bnr_box ul li:first-of-type {
  margin-left: 0;
}

#top .container #news_sec {
  background-color: #e4f0eb;
	display: flex;
	justify-content: space-between;
	padding: 7.5vw;
}

#top .container #news_sec > section {
  flex: 1 1;
	margin-left: 4vw;
}

#top .container #news_sec > section:first-of-type {
  margin-left: 0;
}

#top .container #news_sec > section .head_box {
  display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#top .container #news_sec > section .contents article {
  border-bottom: 1px solid #e3e3e3;
}

#top .container #news_sec > section .contents article:first-of-type {
  border-top: 1px solid #e3e3e3;
}

#top .container #news_sec > section .contents article a {
  display: flex;
	padding: 1em 0;
}

#top .container #news_sec > section .contents article a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	margin-left: 1em;
  width: 28vw;
	transition: all .5s ease;
}

#top .container #news_sec > section .contents article a:hover span {
  opacity: 0.5;
}

/* -----------------------------------------------------------
    株式会社桶谷とは
----------------------------------------------------------- */
.about .container .movie_box {
  margin-top: 5vw;
}

.about main .about_box {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4vw);
	margin-top: 5vw;
}

.about main .about_box .company_contents_nav {
  width: calc(100% / 3 - 4vw);
  margin-top: 4vw;
  margin-left: 4vw;
}

.about main .about_box .company_contents_nav:nth-of-type(-n+3) {
  margin-top: 0;
}

.about main .about_box .company_contents_nav:nth-of-type(3n+1) {
  margin-left: 0;
}

.about main .about_box  .company_contents_nav a {
  display: flex;
  flex-direction: column;
}

.about main .about_box .company_contents_nav a h1 {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 1vw 0 0;
  order: 2;
  position: relative;
}

.about main .about_box .company_contents_nav a .arrow:before,
.about main .about_box .company_contents_nav a .arrow:after {
  right: 0vw;
}

.about main .about_box .company_contents_nav a:hover .arrow:before,
.about main .about_box .company_contents_nav a:hover .arrow:after {
  right: 1.5vw;
}

.about main .about_box .company_contents_nav a picture {
  height: 0%;
  order: 1;
}

/* -----------------------------------------------------------
    お客様の声
----------------------------------------------------------- */
.customers .main {
  background-image: url("../img/voice/main_voice_bg.jpg");
}

.voice_box {
  display: flex;
	flex-wrap: wrap;
	margin-top: 5vw;
	width: calc(100% + 2vw);
}

.voice_box article {
  width: calc(100% / 4 - 2vw);
	margin-top: 3vw;
	margin-left: 2vw;
}

.voice_box article:nth-of-type(-n+4) {
	margin-top: 0;
}

.voice_box article:nth-of-type(4n+1) {
	margin-left: 0;
}

.voice_box article a .txt_box {
  margin-top: 1vw;
}

.voice_box article a .txt_box h2 {
  font-size: 16px;
  font-size: 1.6rem;
	transition: all .5s ease;
}

.voice_box article a .txt_box p {
  margin-top: 1vw;
	transition: all .5s ease;
}

.voice_box article a:hover .txt_box h2,
.voice_box article a:hover .txt_box p {
  color: #009650;
}

/* -----------------------------------------------------------
    お客様の声 一覧
----------------------------------------------------------- */
.customers_detail .main {
  background-image: url("../img/voice/main_voice_bg.jpg");
}

.customers_detail .container .head_box h1 {
  font-size: 30px;
  font-size: 3.0rem;
}

.customers_detail .container .head_box h2 {
  font-size: 20px;
  font-size: 2.0rem;
	margin-top: 0.25vw;
}

.customers_detail .container .head_box p {
  margin-top: 1vw;
}

.customers_detail .container .customers_box {
  margin-top: 5vw;
}

.customers_detail .container .customers_box section {
  xdisplay: flex;
  xjustify-content: space-between;
  xflex-direction: row-reverse;
  margin-top: 5vw;
}

.customers_detail .container .customers_box section:first-of-type {
  margin-top: 0;
}

.customers_detail .container .customers_box section:nth-of-type(2n+1) {
  flex-direction: row;
}

.customers_detail .container .customers_box section .txt_box {
  background-color: rgba(255,255,255,1);
  display: flex;
  flex-direction: column;
  flex: 1 1;
  padding: 4vw;
  position: relative;
  margin-top: 5vw;
  xmargin-bottom: 5vw;
}

.customers_detail .container .customers_box section:nth-of-type(2n) .txt_box {
  xmargin-left: -20vw;
}

.customers_detail .container .customers_box section:nth-of-type(2n+1) .txt_box {
  xmargin-right: -20vw;
}

.customers_detail .container .customers_box section .txt_box h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.customers_detail .container .customers_box section .txt_box p {
  margin-top: 1vw;
}

.customers_detail .container .customers_box section picture {
  xflex: 0 1 80%;
	xdisplay: flex;
	xjustify-content: flex-start;
  width: 100%;
}

.customers_detail .container .customers_box section:nth-of-type(2n+1) picture {
	justify-content: flex-end;
}

.customers_detail .container .customers_box section picture img {
  xheight: 70vh;
  width: 100%;
}

.customers_detail .container .company_box {
  display: flex;
	align-items: center;
	justify-content: space-between;
  margin-top: 5vw;
}

.customers_detail .container .company_box .introduction_box {
  background-color: #ffffff;
  display: flex;
	align-items: center;
	flex: 0 1 75%;
	padding: 2vw;
}

.customers_detail .container .company_box .introduction_box address {
  flex: 1 1;
	margin-left: 2vw;
}

.customers_detail .container .company_box .introduction_box address h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

.customers_detail .container .company_box .introduction_box address ul {
  margin-top: 1vw;
}

.customers_detail .container .company_box .introduction_box address ul li:not(:first-of-type) {
  margin-top: 0.15vw;
}

.customers_detail .container .company_box .introduction_box address ul li span:nth-of-type(1):after {
  content: "：";
	margin: 0 0.25em;
}

.customers_detail .container .company_box .introduction_box picture {
  flex: 0 1 30%;
}

/* -----------------------------------------------------------
    新着情報
----------------------------------------------------------- */
.news .main {
  background-image: url("../img/news/main_news_bg.jpg");
}

.news .container .article_box article {
  border-bottom: 1px solid #e3e3e3;
}

.news .container .article_box article:first-of-type {
  border-top: 1px solid #e3e3e3;
}

.news .container .article_box article a {
  display: flex;
	padding: 1.5em 0;
}

.news .container .article_box article a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	margin-left: 1.5em;
  width: 80vw;
	transition: all .5s ease;
}

.news .container .article_box article a:hover span {
  opacity: 0.5;
}

/* -----------------------------------------------------------
    新着情報 詳細
----------------------------------------------------------- */
.news_detail .container .post {
  xmin-width: 768px;
  xwidth: 100%;
  xmargin: 0 auto;
}

.news_detail .container .post article .news_title {
  border-bottom: 1px solid #999;
  padding: 0 0 1.5vw;
}

.news_detail .container .post article .news_title h2 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.4;
}

.news_detail .container .post article .news_title div {
  margin: 1.5vw 0 0;
}

.news_detail .container .post article .news_title div time {
  color: #009650;
}

.news_detail .container .post article .article_box {
  border-bottom: 1px solid #999;
  padding: 4vw 0;
}

.news_detail .container .post article .article_box p {
  line-height: 2;
  margin: 2vw 0 0;
}

.news_detail .container .post article .article_box picture,
.news_detail .container .post article .article_box figure {
  margin: 2.5vw 0 0;
}

.news_detail .container .post article .article_box p:first-of-type {
  margin: 0;
}

/* -----------------------------------------------------------
    ブログ
----------------------------------------------------------- */
.blog .main {
  background-image: url("../img/blog/main_blog_bg.jpg");
}

.blog .container .article_box article {
  border-bottom: 1px solid #e3e3e3;
}

.blog .container .article_box article:first-of-type {
  border-top: 1px solid #e3e3e3;
}

.blog .container .article_box article a {
  display: flex;
  padding: 1.5em 0;
}

.blog .container .article_box article a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 1.5em;
  width: 80vw;
  transition: all .5s ease;
}

.blog .container .article_box article a:hover span {
  opacity: 0.5;
}

/* -----------------------------------------------------------
    取扱商品
----------------------------------------------------------- */
.products .main {
  background-image: url("../img/products/main_products_bg.jpg");
}

.products.products_top .container .products_box {
  margin-top: 3vw;
}

.products .container > h2 {
  font-size: 40px;
  font-size: 4.0rem;
  text-align: center;
  color: #009650;
  margin-bottom: 3vw;
}

.products .container > h2 span {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  color: #212121;
}

.products .container .products_list_box {
  display: flex;
  flex-wrap: wrap;
	width: calc(100% + 3vw);
}

.products .container .products_list_box .products_box {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 3vw);
  margin-top: 3vw;
  margin-left: 3vw;
}

.products .container .products_list_box .products_box:nth-of-type(-n+3) {
  margin-top: 0;
}

.products .container .products_list_box .products_box:nth-of-type(3n+1) {
  margin-left: 0;
}

.products .container .products_list_box a {
  display: flex;
  flex-wrap: wrap;
}

.products .container .products_list_box a img,
.products .container .products_list_box a span {
  transition: all .5s ease;
}

.products .container .products_list_box a:hover img {
  opacity: 0.5;
}

.products .container .products_list_box a:hover .bg_clr01 {
  background: #D0A900;
}

.products .container .products_list_box .products_box .txt_box {
  padding: 1vw 0 0 0;
  order: 2;
  width: 100%;
}

.products .container .products_list_box .products_box .txt_box h2 {
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: center;
}

.products .container .products_list_box .products_box .txt_box h2 span:nth-of-type(1) {
  font-size: 20px;
  font-size: 2.0rem;
}

.products .container .products_list_box .products_box .txt_box h2 .products_type {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 0.5vw;
  margin: -8px 0 0 0.5vw\0;
  height: 2.25em;
  padding: 0 0.5vw;
  padding: 0.15vw 0.5vw 0\0;
}

.products .container .products_list_box .products_box .txt_box .detail_link {
  margin: 1vw 0 0;
  width: 100%;
}

.products .container .products_list_box .products_box .txt_box .detail_link ul {
  display: flex;
}

.products .container .products_list_box .products_box .txt_box .detail_link ul li {
  width: 100%;
}

.products .container .products_list_box .products_box .txt_box .detail_link ul li span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products .container .products_list_box .products_box picture {
  min-height: 0%;
  order: 1;
}

.products_list #products_other {
  margin-top: 10vw;
}
/* -----------------------------------------------------------
    取扱商品 詳細
----------------------------------------------------------- */
#products_main {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 4vw;
  padding-bottom: 2vw;
}

.products_detail_box h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 1vw;
}

.products_detail_box .products_read {
  margin-bottom: 2vw;
}

.products_detail_box picture {
  margin-bottom: 2vw;
}

#products_list {
  margin-bottom: 5vw;
}

#products_list > h1 {
  margin-bottom: 3vw;
}

#products_other > h1 {
  margin-bottom: 3vw;
}

#products_other > ul {
  display: flex;
  flex-wrap: wrap;
	width: calc(100% + 4vw);
}

.products #products_other > ul li {
  width: calc(100% / 2 - 4vw);
	margin-top: 4vw;
  margin-left: 4vw;
}

.products #products_other > ul li:nth-of-type(-n+2) {
	margin-top: 0;
}

.products #products_other > ul li:nth-of-type(2n+1) {
	margin-left: 0;
}

.products.products_detail #products_other > ul {
  display: flex;
  flex-wrap: wrap;
	width: calc(100% + 2vw);
}

.products.products_detail #products_other > ul li {
  width: calc(100% / 2 - 2vw);
	margin-top: 2vw;
  margin-left: 2vw;
}

.products.products_detail #products_other > ul li:nth-of-type(-n+2) {
	margin-top: 0;
}

.products.products_detail #products_other > ul li:nth-of-type(2n+1) {
  margin-left: 0;
}

#products_other > ul li a {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

#products_other > ul li a span,
#products_other > ul li a img {
  transition: all .5s ease;
}

#products_other > ul li a:hover img {
  opacity: 0.8;
}

#products_other > ul li a:hover .bg_clr01 {
  background: #D0A900;
}

/* -----------------------------------------------------------
    主要取引先
----------------------------------------------------------- */
.company_client main .brands_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 3vw);
}

.company_client main .brands_list article {
  display: flex;
  flex-direction: column-reverse;
  width: calc(100% / 4 - 3vw);
  margin-top: 3vw;
  margin-left: 3vw;
}

.company_client main .brands_list article:nth-of-type(-n+4) {
  margin-top: 0;
}

.company_client main .brands_list article:nth-of-type(4n+1) {
  margin-left: 0;
}

.company_client main .brands_list article .brands_txt {
  margin: 0.5vw 0 0;
}

.company_client main .brands_list article .brands_txt h2 {
  color: #009650;
  font-size: 18px;
  font-size: 1.8rem;
}

.company_client main .brands_list article .brands_txt h2 a {
  color: #009650;
}

.company_client main .brands_list article .brands_txt .lead {
  margin: 0.75vw 0 0;
}

.company_client main .brands_list article .brands_txt .link {
  margin: 1.25vw 0 0;
}

.company_client main .brands_list article picture {
  border: 1px solid #e3e3e3;
  min-height: 0%;
}

/* -----------------------------------------------------------
    事業内容
----------------------------------------------------------- */
.company_business .company_box article {
  display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5vw;
}

.company_business .company_box article:first-of-type {
	margin-top: 0;
}

.company_business .company_box article > div {
  flex: 1 1;
}

.company_business .company_box article > div h3 {
  color: #009650;
  font-size: 30px;
  font-size: 3.0rem;
}

.company_business .company_box article > div p {
  line-height: 2;
  margin-top: 1.5vw;
}

.company_business .company_box article > picture {
  flex: 0 1 40%;
	margin-right: 5vw;
}

/* -----------------------------------------------------------
    選ばれる理由
----------------------------------------------------------- */
.advantage .main {
  background-image: url("../img/advantage/main_advantage_bg.jpg");
}

.advantage .container .lede_box h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 2vw;
}

.advantage .container .lede_box picture {
  margin-top: 5vw;
}

.advantage .container .advantage_box {
  margin-top: 5vw;
}

.advantage .container .azs_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  margin-top: 3vw;
}

.advantage .container .azs_box:first-of-type {
  margin-top: 0;
}

.advantage .container .azs_box:before {
  font-size: 18vw;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #ffffff;
  position: absolute;
  top: -0.5em;
  right: 0;
  z-index: -1;
  opacity: 0.8;
}

.advantage .container .azs_box .txt_box {
  flex: 1 1;
}

.advantage .container .azs_box .txt_box h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

.advantage .container .azs_box .txt_box .lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.4;
  margin: 1.5vw 0 0;
}

.advantage .container .azs_box .txt_box .link {
  margin: 2vw 0 0;
}

.advantage .container .azs_box .txt_box .link a:after {
  content: "\f08e";
  font-weight: normal;
}

.advantage .container .azs_box picture {
  flex: 0 1 50%;
}

.advantage .container .field_box {
  flex-direction: row-reverse;
}

.advantage .container .field_box:before {
  right: 0;
}

.advantage .container #reason01:before {
  content: "01";
}

.advantage .container #reason02:before {
  content: "02";
}

.advantage .container #reason03:before {
  content: "03";
}

.advantage .container #reason04:before {
  content: "04";
  right: 0;
}

.advantage .container #reason05:before {
  content: "05";
}

.advantage .container #reason06:before {
  content: "06";
}

.advantage .container #reason07:before {
  content: "07";
}

.advantage .container #reason08:before {
  content: "08";
}

.advantage .container #reason09:before {
  content: "09";
}

.advantage .container .field_box .txt_box h2 {
  color: #00743D;
  font-size: 30px;
  font-size: 3.0rem;
}

.advantage .container .field_box .txt_box .link a {
  color: #009650;
}

.advantage .container .field_box .txt_box .link a:hover {
  color: #10ab63;
}

.advantage .container .field_box picture {
  margin-right: 5vw;
}

.advantage .lede_box p {
    line-height: 1.7;
}

.advantage .lede_box p:not(:first-of-type) {
    margin-top: 1em;
}

/* -----------------------------------------------------------
    企業情報 - トップ
----------------------------------------------------------- */
.company_top #main {
  background-image: url("../img/company/top/main.jpg");
}

.company_top main .company_message a {
  display: flex;
  align-items: center;
  height: 550px;
  padding: 5vw;
  position: relative;
  z-index: 0;
}

.company_top main .company_message a:after {
  background: url("../img/company/message/main.jpg") no-repeat center top / cover;
}

.company_top main .company_message a .message_txt {
  font-weight: 900;
}

.company_top main .company_message a .message_txt h1 {
  font-size: 32px;
  font-size: 3.2rem;
}

.company_top main .company_message a .message_txt p {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 1.5vw 0 0;
}

.company_top main .company_contents {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4vw);
}

.company_top main .company_contents .company_contents_nav {
  width: calc(100% / 3 - 4vw);
  margin-top: 4vw;
  margin-left: 4vw;
}

.company_top main .company_contents .company_contents_nav:nth-of-type(-n+3) {
  margin-top: 0;
}

.company_top main .company_contents .company_contents_nav:nth-of-type(3n+1) {
  margin-left: 0;
}

.company_top main .company_contents .company_contents_nav a {
  display: flex;
  flex-direction: column;
}

.company_top main .company_contents .company_contents_nav a h1 {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 1vw 0 0;
  order: 2;
  position: relative;
}

.company_top main .company_contents .company_contents_nav a .arrow:before,
.company_top main .company_contents .company_contents_nav a .arrow:after {
  right: 0vw;
}

.company_top main .company_contents .company_contents_nav a:hover .arrow:before,
.company_top main .company_contents .company_contents_nav a:hover .arrow:after {
  right: 1.5vw;
}

.company_top main .company_contents .company_contents_nav a picture {
  height: 0%;
  order: 1;
}

.arrow {
  position: relative;
}

.arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 50px;
  height: 1px;
  background: #10ab63;
  transition: inherit;
  transition: all .5s ease;
}

.arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #10ab63;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #10ab63;
  transition: inherit;
  transition: all .5s ease;
}

/* -----------------------------------------------------------
   企業情報
----------------------------------------------------------- */
.company .main {
  background-image: url("../img/company/main_company_bg.jpg");
}

.company .company_tab {
  display: flex;
	flex-wrap: wrap;
  margin-bottom: 5vw;
	width: calc(100% + 1px);
}

.company .company_tab li {
  width: calc(100% / 4 - 1px);
	margin-top: 1px;
  margin-left: 1px;
}

.company .company_tab li:nth-of-type(-n+4) {
  margin-top: 0;
}

.company .company_tab li:nth-of-type(4n+1) {
  margin-left: 0;
}

.company_greetings .container .company_box .greetings_main {
  background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 75vh;
	padding: 5vw 7.5vw;
}

.company_greetings.greetings01 .container .company_box .greetings_main {
  background-image: url("../img/company/greetings/greetings01_main.jpg");
  background-position: right top;
}

.company_greetings.greetings02 .container .company_box .greetings_main {
  background-image: url("../img/company/greetings/greetings02_main.jpg");
  background-position: right top;
}

.company_greetings.greetings03 .container .company_box .greetings_main {
  background-image: url("../img/company/greetings/greetings03_main.jpg");
  background-position: right top;
}

.company_greetings.greetings04 .container .company_box .greetings_main {
  background-image: url("../img/company/greetings/greetings04_main.jpg");
  background-position: right top;
}

.company_greetings .container .company_box .greetings_main .sub_txt {
  color: #009650;
  font-size: 14px;
  font-size: 1.4rem;
	display: flex;
	align-items: center;
}

.company_greetings .container .company_box .greetings_main .sub_txt:after {
  background-color: #009650;
  content: "";
	height: 1px;
	width: 100px;
	margin-left: 0.5em;
}

.company_greetings .container .company_box .greetings_main .catch_txt {
  font-size: 36px;
  font-size: 3.6rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 8px rgba(255,255,255,0.7), 0px 0px 8px rgba(255,255,255,0.7), 0px 0px 8px rgba(255,255,255,0.7);
	margin-top: 2vw;
}

.company_greetings .container .company_box .greetings_main .catch_txt span {
  display: block;
}

.company_greetings .container .company_box .greetings_box {
  border-bottom: 1px solid #e3e3e3;
  margin-top: 5vw;
	padding-bottom: 5vw;
}

.company_greetings .container .company_box .greetings_box .greetings_txt p {
  line-height: 2;
}

.company_greetings .container .company_box .greetings_box .greetings_txt p:not(:first-of-type) {
  margin-top: 1vw;
}

.company_greetings .container .company_box .greetings_box .greetings_name {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 900;
  margin-top: 3vw;
}

.company_greetings .container .company_box .greetings_box .greetings_name .comapany_name {
  font-size: 20px;
  font-size: 2.0rem;
}

.company_greetings .container .company_box .greetings_box .greetings_name .post_name {
  font-size: 16px;
  font-size: 1.6rem;
}

.company_greetings .container .company_box .other_box {
  margin-top: 5vw;
}

.company_greetings .container .company_box .other_box ul {
  display: flex;
	flex-wrap: wrap;
	width: calc(100% + 3vw);
}

.company_greetings .container .company_box .other_box ul li {
  background-color: #ffffff;
  background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #e3e3e3;
  width: calc(100% / 3 - 3vw);
	margin-top: 3vw;
	margin-left: 3vw;
	transition: all .5s ease;
}

.company_greetings .container .company_box .other_box ul li:nth-of-type(-n+3) {
	margin-top: 0;
}

.company_greetings .container .company_box .other_box ul li:nth-of-type(3n+1) {
	margin-left: 0;
}

.company_greetings .container .company_box .other_box ul li.greetings01 {
  background-image: url("../img/company/greetings/greetings01_main.jpg");
  background-position: top;
}

.company_greetings .container .company_box .other_box ul li.greetings02 {
  background-image: url("../img/company/greetings/greetings02_main.jpg");
  background-position: top;
}

.company_greetings .container .company_box .other_box ul li.greetings03 {
  background-image: url("../img/company/greetings/greetings03_main.jpg");
  background-position: top;
}

.company_greetings .container .company_box .other_box ul li.greetings04 {
  background-image: url("../img/company/greetings/greetings04_main.jpg");
  background-position: top;
}

.company_greetings .container .company_box .other_box ul li a {
  border: 3px solid #ffffff;
  display: flex;
	justify-content: center;
	flex-direction: column;
	height: 250px;
	padding: 2vw;
}

.company_greetings .container .company_box .other_box ul li a .sub_txt {
  color: #009650;
  font-size: 14px;
  font-size: 1.4rem;
	display: flex;
	align-items: center;
	transition: all .5s ease;
}

.company_greetings .container .company_box .other_box ul li a .sub_txt:after {
  background-color: #009650;
  content: "";
	height: 1px;
	width: 50px;
	margin-left: 0.5em;
	transition: all .5s ease;
}

.company_greetings .container .company_box .other_box ul li a .name_txt {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 900;
	text-shadow: 0px 0px 8px rgba(255,255,255,0.7), 0px 0px 8px rgba(255,255,255,0.7), 0px 0px 8px rgba(255,255,255,0.7);
  margin-top: 1vw;
}

.company_greetings .container .company_box .other_box ul li a .name_txt span:nth-of-type(2) {
  margin-left: 1em;
}

.company_greetings .container .company_box .other_box ul li:hover {
  border: 1px solid #D0A900;
}

.company_greetings .container .company_box .other_box ul li a:hover {
  border: 3px solid #D0A900;
}

.company_greetings .container .company_box .other_box ul li a:hover .sub_txt {
  color: #D0A900;
}

.company_greetings .container .company_box .other_box ul li a:hover .sub_txt:after {
  background-color: #D0A900;
}

.about .lede_box{
    text-align: center;
}

.about .lede_box p {
    line-height: 1.7;
}

.about .lede_box p:not(:first-of-type) {
    margin-top: 1em;
}

.access .office_box {
  margin-top: 5vw;
}

.access .office_box > div {
  display: flex;
  flex-flow: row-reverse;
}

.access .office_box #map {
  border: 1px solid #FFF;
}

.access .heading {
  font-size: 24px;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
}

.access .heading:before,
.access .heading:after {
  content: "";
  background-color: #e3e3e3;
  height: 1px;
  flex: 1 1 auto;
}

.access .heading:before {
  margin-right: 30px;
}

.access .heading:after {
  margin-left: 30px;
}

.access > div .map {
  flex: 0 1 50%;
}

.access > div .access-txt {
  display: flex;
	flex-direction: column;
	justify-content: space-between;
  flex: 1 1;
  background: #ffffff;
  padding: 3vw;
}

.access > div .access-txt h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #00743D;
  margin-bottom: 1vw;
}

.access > div .access-txt .address-box {
  flex: 1 1;
  margin-bottom: 2vw;
}

.access > div .access-txt .address-box address {
  font-style: normal;
}

.access > div .access-txt .address-box address span:not(:first-of-type) {
  margin-left: 0.5em;
}

.access > div .access-txt .address-box p {
  margin-top: 0.5vw;
}

.access > div .access-txt .address-box p span {
  display: block;
}

.access > div .access-txt .station-box {
  xflex: 1 1 auto;
	flex: 1 1;
  position: relative;
  margin-left: 3vw;
  padding-left: 3vw;
}

.access > div .access-txt .station-box:before {
  content: "";
  border-left: 1px dotted #c7c7c7;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.access > div .access-txt .station-box ul li {
  margin-top: 3%;
}

.access > div .access-txt .station-box ul li:first-child {
  margin: 0;
}

.access > div .access-txt .link-box {
  xflex: 0 1 18em;
}

.access > div .access-txt .link-box p a {
  height: 80px;
  min-height: 80px;
}

.company_group .group_box:not(:first-of-type) {
  margin-top: 5vw;
}

/* -----------------------------------------------------------
    採用情報 一覧
----------------------------------------------------------- */
.recruit .main {
  background-image: url("../img/recruit/main_recruit_bg.jpg");
}

.recruit .container .staff_box {
  display: flex;
	flex-wrap: wrap;
	width: calc(100% + 5vw);
	margin-top: 5vw;
}

.recruit .container .staff_box .staff {
  background-color: #ffffff;
  width: calc(100% / 2 - 5vw);
  margin-top: 5vw;
  margin-left: 5vw;
}

.recruit .container .staff_box .staff:nth-of-type(-n+2) {
  margin-top: 0;
}

.recruit .container .staff_box .staff:nth-of-type(2n+1) {
  margin-left: 0;
}

.recruit .container .staff_box .staff a {
  display: flex;
  flex-direction: column-reverse;
}

.recruit .container .staff_box .staff a .staff_txt {
  background-color: #ffffff;
  padding: calc(3vw + 10px) 3vw 3vw;
  position: relative;
}

.recruit .container .staff_box .staff a .staff_txt .position {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #10ab63;
  color: #ffffff;
  font-weight: 900;
  min-width: 200px;
	height: 50px;
  position: absolute;
  top: -25px;
  left: 3vw;
  z-index: 1;
	transition: all .5s ease;
}

.recruit .container .staff_box .staff a:hover .staff_txt .position {
  background-color: #D0A900;
}

.recruit .container .staff_box .staff a .staff_txt .comment {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}

.recruit .container .staff_box .staff a .staff_txt .join {
  color: #888888;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1vw;
}

.recruit .container .staff_box .staff a .staff_txt .join span:nth-of-type(2):before {
  content: "/";
  margin: 0 0.5em;
}

.recruit .container .staff_box .staff a .staff_txt .name {
  margin-top: 0.5vw;
}

.recruit .container .staff_box .staff a .staff_txt .name span:nth-of-type(1) {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
}

.recruit .container .staff_box .staff a .staff_txt .name span:nth-of-type(2) {
  color: #009650;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 1em;
	transition: all .5s ease;
}

.recruit .container .staff_box .staff a:hover .staff_txt .name span:nth-of-type(2) {
  color: #D0A900;
}

.recruit main .wrapper #interview_sec .contents .staff a picture {
  height: 0%;
}

.recruit .container .recruit_box {
  margin-top: 5vw;
}

.recruit .container .recruit_box .recruit_btn {
  font-size: 24px;
  font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.recruit .container .recruit_box .recruit_btn ul {
  display: flex;
}

.recruit .container .recruit_box .recruit_btn ul li {
  flex: 1 1;
	margin-left: 5vw;
}

.recruit .container .recruit_box .recruit_btn ul li:first-of-type {
	margin-left: 0;
}

.recruit .container .recruit_box .recruit_btn ul li a {
	display: flex;
	align-items: center;
}

.recruit .container .recruit_box .recruit_btn ul li a:before {
	font-family: FontAwesome;
	font-size: 28px;
  font-size: 2.8rem;
	font-weight: normal;
  line-height: 1;
	letter-spacing: normal;
	margin-right: 0.5em;
}

.recruit .container .recruit_box .recruit_btn ul li.appli a:before {
	content: "\f15c";
}

.recruit .container .recruit_box .recruit_btn ul li.entry a:before {
	content: "\f0e0";
}

/* -----------------------------------------------------------
    採用情報 詳細
----------------------------------------------------------- */
.recruit_detail .main {
  align-items: center !important;
  height: 100vh !important;
	padding: 0 7.5vw;
}

.recruit_detail.staff_01 .main {
  background-image: url("../img/recruit/staff01/staff01_main.jpg");
}

.recruit_detail.staff_02 .main {
  background-image: url("../img/recruit/staff02/staff02_main.jpg");
}

.recruit_detail.staff_03 .main {
  background-image: url("../img/recruit/staff03/staff03_main.jpg");
}

.recruit_detail.staff_04 .main {
  background-image: url("../img/recruit/staff04/staff04_main.jpg");
}

.recruit_detail.staff_05 .main {
  background-image: url("../img/recruit/staff05/staff05_main.jpg");
}

.recruit_detail.staff_06 .main {
  background-image: url("../img/recruit/staff06/staff06_main.jpg");
}

.recruit_detail.staff_07 .main {
  background-image: url("../img/recruit/staff07/staff07_main.jpg");
}

.recruit_detail.staff_08 .main {
  background-image: url("../img/recruit/staff08/staff08_main.jpg");
}

.recruit_detail .main .main_box .comment {
  font-size: 46px;
  font-size: 4.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 8px rgba(255,255,255,0.7), 0px 0px 8px rgba(255,255,255,0.7), 0px 0px 8px rgba(255,255,255,0.7);
}

.recruit_detail .main .main_box .comment span {
  display: block;
}

.recruit_detail .main .main_box .comment span:not(:first-of-type) {
  margin-top: 0.25vw;
}

.recruit_detail .main .main_box .name {
  font-size: 20px;
  font-size: 2.0rem;
	font-weight: 700;
	margin-top: 2vw;
	letter-spacing: 0.15em;
	text-shadow: 0px 0px 8px rgba(255,255,255,0.7), 0px 0px 8px rgba(255,255,255,0.7), 0px 0px 8px rgba(255,255,255,0.7);
}

.recruit_detail .main .main_box .name span:not(:first-of-type) {
	margin-left: 1em;
}

.recruit_detail .container .comment_box section {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 5vw;
}

.recruit_detail .container .comment_box section:first-of-type {
  margin-top: 0;
}

.recruit_detail .container .comment_box section:nth-of-type(2n+1) {
  flex-direction: row;
}

.recruit_detail .container .comment_box section .txt_box {
  flex: 1 1;
}

.recruit_detail .container .comment_box section:nth-of-type(2n) .txt_box {
  margin-left: 5vw;
}

.recruit_detail .container .comment_box section:nth-of-type(2n+1) .txt_box {
  margin-right: 5vw;
}

.recruit_detail .container .comment_box section .txt_box dl:not(:first-of-type) {
  margin-top: 3vw;
}

.recruit_detail .container .comment_box section .txt_box dl dt {
  color: #009650;
  font-size: 20px;
  font-size: 2.0rem;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.recruit_detail .container .comment_box section .txt_box dl dt:before {
  background-color: #333333;
  content: "";
	height: 1px;
	width: 40px;
	margin-right: 0.75em;
}

.recruit_detail .container .comment_box section .txt_box dl dd {
  margin-top: 0.75vw;
	line-height: 2;
}

.recruit_detail .container .comment_box section picture {
  flex: 0 1 47.5%;
}

.recruit_detail .container .recruit_box {
  display: flex;
	align-items: center;
	justify-content: space-between;
  margin-top: 5vw;
}

.recruit_detail .container .recruit_box .recruit_btn {
  font-size: 24px;
  font-size: 2.4rem;
	font-weight: 700;
  flex: 0 1 75%;
	letter-spacing: 0.2em;
}

.recruit_detail .container .recruit_box .recruit_btn ul {
  display: flex;
}

.recruit_detail .container .recruit_box .recruit_btn ul li {
  flex: 1 1;
	margin-left: 2vw;
}

.recruit_detail .container .recruit_box .recruit_btn ul li:first-of-type {
	margin-left: 0;
}

.recruit_detail .container .recruit_box .recruit_btn ul li a {
	display: flex;
	align-items: center;
}

.recruit_detail .container .recruit_box .recruit_btn ul li a:before {
	font-family: FontAwesome;
	font-size: 28px;
  font-size: 2.8rem;
	font-weight: normal;
  line-height: 1;
	letter-spacing: normal;
	margin-right: 0.5em;
}

.recruit_detail .container .recruit_box .recruit_btn ul li.appli a:before {
	content: "\f15c";
}

.recruit_detail .container .recruit_box .recruit_btn ul li.entry a:before {
	content: "\f0e0";
}

/* -----------------------------------------------------------
    個人情報保護方針
----------------------------------------------------------- */
.privacy main article {
  counter-reset: number;
  margin: 5vw 0 0;
}

.privacy main article dl:not(:first-of-type) {
  margin: 3vw 0 0;
}

.privacy main article dl dt {
  display: flex;
  font-weight: 900;
  color: #009650;
}

.privacy main article dl dt:before {
  content: counter(number) ".";
  counter-increment: number;
  margin: 0 0.25em 0 0;
}

.privacy main article dl dd {
  margin: 0.5vw 0 0;
}

.privacy main article dl dd ul {
  margin: 0.5vw 0 0;
}

.privacy main article dl dd ul li {
  display: flex;
}

.privacy main article dl dd ul li:not(:first-of-type) {
  margin: 0.15vw 0 0;
}

.privacy main article dl dd ul li:before {
  content: "・";
  margin: 0 0.25em 0 0;
}

/* -----------------------------------------------------------
    お問い合わせ / エントリー
----------------------------------------------------------- */
.inquiry .main {
  background-image: url("../img/inquiry/main_inquiry_bg.jpg");
}

.inquiry .form_box {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 5vw 0;
  padding: 3vw 0;
}

.inquiry .form_box dl {
  display: flex;
  align-items: center;
  border-top: 1px dashed #e3e3e3;
  padding: 2vw;
}

.inquiry .form_box dl:first-of-type {
  border: none;
  padding: 0 2vw 2vw;
}

.inquiry .form_box dl:last-of-type {
  padding: 2vw 2vw 0;
}

.inquiry .form_box dl dt {
  display: flex;
  align-items: center;
  flex: 0 1 25%;
}

.inquiry .form_box dl.fs dt {
  align-self: flex-start;
  margin-top: 0.25em;
}

.inquiry .form_box dl dd {
  flex: 1 1;
}

.inquiry .form_box dl dd ul.horiz {
  display: flex;
}

.inquiry .form_box dl dd ul.horiz li:not(:first-of-type) {
  margin-left: 1.25em;
}

.inquiry .form_box dl dd ul.name li {
  flex: 0 1 17.5em;
}

.inquiry .form_box dl dd ul.start li .t_a_01,
.inquiry .form_box dl dd ul.birthday li .t_a_01 {
  width: 8em;
}

.inquiry .form_box dl dd ul.start li .t_a_02,
.inquiry .form_box dl dd ul.birthday li .t_a_02 {
  width: 7em;
}

.inquiry .txtarea {
  width: 100%;
}

.inquiry .txtarea_01 {
  width: 5em;
}

.inquiry .txtarea_02 {
  width: 6em;
}

.inquiry .txtarea_03 {
  width: 7em;
}

.inquiry .txtarea_04 {
  width: 8em;
}

.inquiry .txtarea_05 {
  width: 9em;
}

.inquiry .txtarea_06 {
  width: 10em;
}

.inquiry .txtarea_07 {
  width: 11em;
}

.inquiry .txtarea_08 {
  width: 12em;
}

.inquiry .txtarea_09 {
  width: 13em;
}

.inquiry .txtarea_10 {
  width: 14em;
}

.inquiry .txtarea_11 {
  width: 15em;
}

.inquiry .txtarea_12 {
  width: 20em;
}

.inquiry .txtarea_13 {
  width: 25em;
}

.inquiry .txtarea_14 {
  width: 30em;
}

.inquiry .txtarea_15 {
  width: 35em;
}

.inquiry .btn_box button,
.inquiry .btn_box #form_submit_button,
.inquiry .btn_box div a {
  border: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  letter-spacing: 0.2em;
}

::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  color: #b2b2b2;
  opacity: 1;
}

::-moz-placeholder {
  letter-spacing: 0.1em;
  color: #b2b2b2;
  opacity: 1;
}

:-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #b2b2b2;
}

input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #b2b2b2;
}

/* トップ
----------------------------------------------------------- */
.inquiry .form_box dl dt span.required {
  background-color: #be1a21;
  color: #ffffff;
  font-size: 10px;
  font-size: 1.0rem;
  margin-right: 1em;
  padding: 0.3em 0.5em;
}

.inquiry .form_box dl dt span.optional {
  display: none;
}

.inquiry .form_box dl dd select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: none;
  /* color: #b2b2b2; */
  color: #333;
  height: 40px;
  width: 100%;
  padding-left: 0.5em;
}

.inquiry .form_box dl dd select::-ms-expand {
  display: none;
}

.inquiry .form_box dl dd select option {
  color: #333333;
}

.inquiry .form_box dl dd .select {
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}

.inquiry .form_box dl dd .select:after {
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 1.25em;
  top: calc(50% - 11px);
  transform: rotate(135deg) translateY(-50%);
  transition: all .5s ease;
  z-index: 1;
  pointer-events: none;
}

.inquiry .form_box input[type="text"],
.inquiry .form_box input[type="email"],
.inquiry .form_box input[type="tel"],
.inquiry .form_box input[type="url"],
.inquiry .form_box textarea,
.inquiry .form_box select,
.inquiry input[type="button"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1.6;
}

.inquiry .form_box input[type="text"],
.inquiry .form_box input[type="email"],
.inquiry .form_box input[type="tel"],
.inquiry .form_box input[type="url"],
.inquiry .form_box textarea,
.inquiry .form_box select {
  background-color: #ffffff;
  border: none;
  color: #333333;
}

.inquiry .form_box input[type="text"],
.inquiry .form_box input[type="email"],
.inquiry .form_box input[type="tel"],
.inquiry .form_box input[type="url"] {
  height: 40px;
  padding: 0 0.75em;
}

.inquiry .form_box input[type="email"] {
  width: 100%;
}

.inquiry .form_box input[type="tel"] {
  width: 15em;
}

.inquiry input[type="radio"] {
  margin-right: 0.25em;
  position: relative;
  top: 0.075em;
}

.inquiry input[type="checkbox"] {
  border-radius: 0;
  margin-right: 0.5em;
  position: relative;
  top: 0.075em;
}

.inquiry .form_box textarea {
  padding: 0.5em 0.75em;
  width: 100%;
}

.inquiry .select_01 {
  width: calc(35em + 1.25em);
}

.inquiry .btn_box {
  flex-direction: column;
  margin-top: 0;
}

.inquiry .btn_box > p a {
  color: #10ab63;
}

.inquiry .btn_box > p a:hover {
  color: #D0A900;
}

.inquiry .btn_box .agree_wrap {
  margin: 2vw 0 2.5vw;
  text-align: center;
}

span.error_blank,
span.error_format,
span.error_match {
  display: block;
  color: #be1a21;
  line-height: 2.5;
}

span.error_check {
  display: none;
  color: #be1a21;
}

.loading-layer {
  z-index: 9999 !important;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba( 255, 255, 255, 0.2 );
  border-right: 5px solid rgba( 255, 255, 255, 0.2 );
  border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ( 0 );
  -ms-transform: translateZ( 0 );
  transform: translateZ( 0 );
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
0% {
  -webkit-transform: rotate( 0deg );
  transform: rotate( 0deg );
}
100% {
  -webkit-transform: rotate( 360deg );
  transform: rotate( 360deg );
}
}

@keyframes load-circle {
0% {
  -webkit-transform: rotate( 0deg );
  transform: rotate( 0deg );
}
100% {
  -webkit-transform: rotate( 360deg );
  transform: rotate( 360deg );
}
}

.inquiry #telephone {
  background-color: #ffffff;
  padding: 4vw;
	max-height: 100% !important;
}

.inquiry #telephone section:not(:first-of-type) {
  margin-top: 2vw;
}

.inquiry #telephone section .hd_02 {
  font-size: 20px;
  font-size: 2.0rem;
}

.inquiry #telephone section .tbl_box {
  margin-top: 0.5vw;
}

.inquiry #telephone section .tbl_box .tbl {
  font-size: 14px;
  font-size: 1.4rem;
}

.inquiry #telephone section .tbl_box .tbl tbody th {
  background-color: #f2fafd;
  width: 18em;
}

.inquiry #telephone section .tbl_box .tbl th,
.inquiry #telephone section .tbl_box .tbl td {
  padding: 0.75em 1em;
}

.inquiry #telephone section .tbl_box .tbl td .tel a:hover {
  color: #D0A900;
}

.inquiry #telephone section .tbl_box .tbl td .hours:before {
  content: "（";
}

.inquiry #telephone section .tbl_box .tbl td .hours:after {
  content: "）";
}

.inquiry #telephone section .tbl_box .tbl td .access {
  font-weight: 500;
  margin-left: 0.5vw;
}

.inquiry #telephone section .tbl_box .tbl td .access a:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-right: 0.25em;
}

/*    送信完了ページ
----------------------------------------------------------- */
.complete .complete_box {
  text-align: center;
}

.complete .complete_box h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.25em;
}

.complete .complete_box p {
  font-size: 16px;
  font-size: 1.6rem;
}

.complete .complete_box p:not(:first-of-type) {
  margin-top: 1em;
}

.complete .btn_box {
  margin-top: 3vw;
}

/* -----------------------------------------------------------
    社是
----------------------------------------------------------- */
#philosophy {
  margin-top: 4vw; 
  text-align: center;
}

#philosophy h4 {
  font-size: 40px;
  font-size: 4.0rem;
  margin-bottom: 2vw;
  color: #10ab63;
}

#philosophy ul {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#philosophy ul li {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 900;
  margin-bottom: 2vw;
  position: relative;
  padding-left: 1.5em;
}
#philosophy ul li::before {
  content: "〇";
  display: block;
  position: absolute;
  top: 1%;
  left: 0;
}

#philosophy ul li:last-of-type {
  margin-bottom: 0;
}

#guidelines {
  margin-top: 7vw;
}

#guidelines dl {
  margin-bottom: 1vw;
}

#guidelines dl:last-of-type {
  margin-bottom: 0;
}

#guidelines dl dt {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 900;
  margin-bottom: 0.2vw;
}

#guidelines dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
    マーブル
----------------------------------------------------------- */
.marble_detail_box {
  display: flex;
}

.marble_detail_box > div {
  flex: 1 1;
}

.marble_detail_box > div p {
  margin-bottom: 0.8vw;
}

.marble_detail_box picture {
  flex: 0 1 40%;
  margin-left: 2vw;
}

.cat_list {
  display: flex;
  margin-bottom: 2vw;
}

.cat_list li {
  display: block;
  margin-right: 1vw;
}

.cat_list li a {
  text-decoration: underline;
}

.cat_list li a {
  display: block;
}

.form_box_wrap {
  text-align: center;
}

.btn_wrap {
  display: flex;
}
.btn_wrap p{
  padding: 2%;
  box-sizing: border-box;
}
.btn_wrap #form_back input{
  background: #ccc;
}

.btn_wrap button:first-of-type {
  margin-right: 10px;
}