@charset "utf-8";

/*====================================================
ttle design
====================================================*/
.page_title,
#top .cts_title {
  text-align: center;
  color: #222;
  padding: 0 0 80px;
  margin: 0;
  position: relative;
}
.page_title span,
#top .cts_title span {
  display: block;
  font-size: 20px;
  line-height: 1.4em;
  margin: 25px 0 0 0;
  font-weight: normal;
}
.page_title:after,
#top .cts_title:after {
  content: "";
  width: 1px;
  height: 60px;
  background: rgba(0,0,0,.8);
  position: absolute;
  left: 50%;
  bottom: 0;
}
.page_title.txt {
  font-size: 38px;
  line-height: 1.8em;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.page_title.txt span {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin: 10px 0 0 0;
}
p.lead_txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
  margin: 20px 0 0 0;
}

.bgc_gray {
  background: #EFEFEF;
}

.txt_green {
  color: #00A299;
}

.anchor_point {
  margin-top: -100px;
  padding-top: 100px;
  pointer-events: none;
}

ul.numble {
  counter-reset: number 0;
}
ul.numble li {
  padding: 0 0 0 1.5em;
  position: relative;
}
ul.numble li:before {
  counter-increment: number 1;
  content: counter(number) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
ul.box li {
  padding: 0 0 0 1.2em;
  position: relative;
}
ul.box li:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

/*共通投稿関連*/
section#page {
  margin-bottom: 50px;
}
#lower section.single h2 {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 .8em;
}
#lower section.single h3 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 .8em;
}
#lower section.single p {
  margin: 0 0 20px;
}
#lower section.single .txt a {
  text-decoration: underline;
}

/*共通お問い合わせ*/
section.contact {
  background: url("../images/bgi_contact.png") no-repeat center / cover;
  padding: 60px 0;
}
section.contact .wrap {
  background: #fff;
  padding: 80px;
}
section.contact .ctv_wrap {
  justify-content: space-between;
}
section.contact .ctv_wrap .head,
section.contact .ctv_wrap .cts {
  width: 50%;
  padding: 0 30px;
}
section.contact .ctv_wrap .head h3 {
  margin: 0 0 45px;
}
section.contact .ctv_wrap .head p {
  color: #4C3C2D;
  font-size: 22px;
  line-height: 1.5em;
}
section.contact .ctv_wrap .cts .tel_link {
  color: #4C3C2D;
  text-decoration: none;
  margin: 25px 0;
  display: inline-block;
}
section.contact .ctv_wrap .cts .linkBtn {
  margin: 0;
}

/*メインビジュアル*/
#top #mv {
  margin: 0 0 80px;
  padding: 0;
  position: relative;
  display: inline-block;
}
#top #mv:after {
  content: "";
  width: 100px;
  height: 5px;
  background: url("../images/mv/mv_arw.svg") no-repeat center / contain;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
#top #mv .sl_ovr {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  transition: .8s;
}
#top #mv .sl_logo {
  width: 100%;
  height: 100%;
  background: url("../images/mv/logo.png") no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: .8s;
}
#top #mv .sl_copy {
  width: 100%;
  height: 100%;
  background: url("../images/mv/copy.png") no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: .8s;
}
#top #mv:hover .sl_ovr,
#top #mv:hover .sl_logo,
#top #mv:hover .sl_copy,
#top #mv.hover .sl_ovr,
#top #mv.hover .sl_logo,
#top #mv.hover .sl_copy {
  opacity: 0;
}
body.menu-open #mv .sl_ovr,
body.menu-open #mv .sl_logo,
body.menu-open #mv .sl_copy {
  display: none!important;
}
/*case_study*/
#top #case_study {
  overflow: hidden;
  margin: 0 0 120px;
}
#top #case_study .wrap {
  justify-content: flex-start;
  padding: 95px 0 90px;
  position: relative;
}
#top #case_study .wrap:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  left: 120px;
  top: 0;
  transform: translate(0,0) scale(0,1);
  transform-origin: right top;
  transition-delay: .8s;
  transition: .8s;
  z-index: -1;
}
#top #case_study .wrap.mv_in:before {
  transform: translate(0,0) scale(1,1);
  transform-origin: right top;
}
#top #case_study h2 {
  width: 100%;
  text-align: right;
  margin: 0 0 60px;
}
#top #case_study .ctsBox {
  width: calc(50% - 20px);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #747474;
}
#top #case_study .ctsBox:first-of-type {
  margin: 0 40px 0 0;
}
#top #case_study .ctsBox .img {
  width: 230px;
  margin: 0 20px 0 0;
}
#top #case_study .ctsBox .cts {
  width: calc(100% - 250px);
}
#top #case_study .ctsBox .cts a {
  text-decoration: none;
}
#top #case_study .ctsBox .cts h3 {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 10px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#top #case_study .ctsBox .cts .txt {
  font-size: 14px;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/*アーカイブ*/
#lower #case_study .ctsBox {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #747474;
}
#lower #case_study .ctsBox .img {
  width: 230px;
  margin: 0 20px 0 0;
}
#lower #case_study .ctsBox .cts {
  width: calc(100% - 250px);
}
#lower #case_study .ctsBox .cts a {
  text-decoration: none;
}
#lower #case_study .ctsBox .cts h3 {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 10px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#lower #case_study .ctsBox .cts .txt {
  font-size: 14px;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
/*movie*/
#top #movie {
  background: #242424;
  color: #fff;
}
#top #movie .wrap {
  padding: 90px 0 120px;
}
#top #movie h2 {
  text-align: center;
  margin: 0 0 60px;
}
#top #movie h2 span {
  font-size: 20px;
  line-height: 1.6em;
  display: block;
  margin: 25px 0 0 0;
}
#top #movie .iframe_wrap {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
#top #movie .iframe_wrap iframe {
  width: 100%;
  height: 100%;
}
/*message*/
#top #message .wrap {
  padding: 100px 0;
}
#top #message h2 {
  text-align: right;
  letter-spacing: .05em;
  padding: 0;
  margin: 0;
}
#top #message h2 span {
  display: block;
  font-size: 20px;
  line-height: 1.6em;
  margin: 15px 0 0 0;
}
#top #message .img {
  width: 50%;
  padding: 0 80px 0 0;
}
#top #message .msg_wrap {
  justify-content: flex-start;
  margin-top: -5vw;
}
#top #message .cts {
  width: 50%;
  justify-content: flex-end;
  flex-direction: column;
}
#top #message .cts p {
  font-size: 16px;
  line-height: 2.2em;
  color: #211816;
}
#top #message .cts .linkTxt {
  margin-top: 40px;
}
/*vision*/
#top #vision {
  background: #EFEFEF;
  color: #000;
}
#top #vision .wrap {
  padding: 90px 0 80px;
}
#top #vision p {
  text-align: left;
  font-size: 16px;
  line-height: 1.6em;
  margin: 20px 0 40px;
}
#top #vision .cts {
  width: 50%;
  padding: 0 40px;
  position: relative;
}
#top #vision .img {
  width: 50%;
  max-width: 520px;
  padding: 40px 20px 0;
  text-align: center;
  position: relative;
}
#top #vision .img img {
  max-width: 295px;
}
/*machine*/
#top #machine {
  overflow: hidden;
  background: #242424;
}
#top #machine .wrap {
  padding: 0;
}
#top #machine .cts_title {
  color: #fff;
}
#top #machine .cts_title:after {
  background: rgba(255,255,255,.8);
}
#top #machine p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  margin: 20px 0 40px;
}
#top #machine .cts {
  width: 50%;
  background: #242424;
  color: #fff;
  padding: 8% 20px 6%;
  position: relative;
}
#top #machine .cts:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #242424;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#top #machine .img {
  width: 50%;
  position: relative;
}
#machine .img img {
  width: auto;
  max-width: inherit;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
/*#top #machine .img:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #242424 url("../images/top_machine.jpg") no-repeat center right / contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}*/

/*business*/
#business {
  overflow: hidden;
}
#business .wrap {
  position: relative;
  padding: 100px 0;
}
#business .wrap.fade {
  transform: translate(0,0);
}
#business .wrap:nth-child(odd):after {
  content: "";
  background: #EFEFEF;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: -1;
  transform: translate(-100%,0);
  transform-origin: left top;
  transition-delay: .8s;
  transition: .8s;
}
#business .wrap.mv_in:nth-child(odd):after {
  transform: translate(0,0);
  transform-origin: left top;
}
#business .business_set .bus_ttl {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 20px;
  margin: 0 0 40px;
}
#business .business_set .bus_ttl .numble {
  position: relative;
  width: 160px;
}
#business .business_set .bus_ttl .numble:after {
  content: "";
  width: calc(100% + 30px);
  height: 1px;
  background: #242424;
  position: absolute;
  left: 0;
  bottom: -20px;
}
#business .business_set .bus_ttl .title {
  width: calc(100% - 160px);
}
#business .business_set .bus_ttl .title h2 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: bold;
  color: #242424;
}
#business .business_set .bus_ttl .title span {
  display: block;
  margin: 0 0 5px;
}
#business .business_set .bus_cts {
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
#business .business_set .bus_cts .cts,
#business .business_set .bus_cts .img {
  width: 50%;
  padding: 0 50px;
}
#business .business_set .bus_cts .cts h3 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 10px;
}
#business #features {
  background: #242424;
  color: #fff;
}
#business #features .wrap {
  padding: 100px 0;
}
#business #features .page_title {
  color: #fff;
}
#business #features .page_title:after {
  background: #fff;
}
#business #features .features_list {
  color: #fff;
  justify-content: center;
  margin: 60px auto 120px;
  max-width: 840px;
  width: 100%;
}
#business #features .features_list > div {
  width: 50%;
  padding: 0 20px;
}
#business #features .features_list .list_box {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #fff;
}
#business #features .features_list .list_box:first-of-type {
  border-top: 1px solid #fff;
}
#business #features .features_list .list_box h3 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px;
}
#business #features .features_list .list_box h3 .num {
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#business #features .features_list .list_box h3 .num img {
  vertical-align: middle;
}
#business #features .features_list .list_box p {
  font-size: 14px;
  line-height: 1.8em;
  min-height: 3.6em;
}
#business #features .contents_box {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 60px;
}
#business #features .contents_box .ctsBox {
  width: 100%;
  padding: 0 0 35px;
  margin: 0 0 35px;
  border-bottom: 1px solid #242424;
  font-size: 14px;
  line-height: 1.6em;
}
#business #features .contents_box .ctsBox:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#business #features .contents_box .gray_box {
  background: #EFEFEF;
  width: 100%;
  padding: 30px 40px;
}
#business #features .contents_box .gray_box ul span {
  margin: 0 1.5em;
  font-size: 12px;
}
#business #features .contents_box h4,
#business #features .contents_box h5 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  margin: 0 0 10px;
}
#business #features .contents_box .halfBox {
  padding-right: 20px;
}
#business #features .contents_box .halfBox:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
#business #features .contents_box .effect table {
  width: 100%;
  margin: 40px 0 0 0;
}
#business #features .contents_box .effect table th,
#business #features .contents_box .effect table td {
  border: 1px solid #EFEFEF;
  font-weight: 600;
  padding: 5px;
}
#business #features .contents_box .col4.sp_col1 {
  justify-content: flex-start;
}
#business #features .contents_box .col4.sp_col1 .col {
  width: calc((100% - 45px)/4);
  margin: 0 15px 0 0;
  font-size: 14px;
  line-height: 1.6em;
}
#business #features .contents_box .col4.sp_col1 .col:nth-of-type(4n) {
  margin-right: 0;
}
#business #features .contents_box .powder .col4.sp_col1 .col {
  width: calc((100% - 45px - 60px)/4);
}
#business #features .contents_box .powder .col4.sp_col1 .col:nth-of-type(4n) {
  width: calc(((100% - 45px - 45px)/4) + 56px);
}
#business #features .contents_box .col4.sp_col1 .col p.cap {
  justify-content: space-between;
  margin: 8px 0 0 0;
}
#business #features .contents_box .col4.sp_col1 .col p.cap span {
  font-size: 12px;
}
#business #features .contents_box .col4.sp_col1 .col p.cap span:before {
  content: "▶";
}


/*news*/
#top #news .wrap {
  justify-content: flex-start;
  padding: 100px 0 80px;
}
#top #news .title {
  width: calc(100% - 710px);
}
#top #news .ctsBox {
  width: 710px;
}
#news .news_list {
  width: 100%;
}
#news .news_list li {
  width: 100%;
  padding: 0 0 35px;
  margin: 0 0 35px;
  border-bottom: 1px solid #211816;
  display: inline-block;
}
#news .news_list li .date {
  font-size: 14px;
  line-height: 2em;
  width: 115px;
  display: inline-block;
  vertical-align: top;
}
#news .news_list li .cts {
  width: calc(100% - 125px);
  display: inline-block;
}
#news .news_list li a {
  display: inline-block;
  text-decoration: none;
}
#top #news .news_list li a {
  font-size: 18px;
  line-height: 1.6em;
  text-decoration: none;
}
#lower #news .news_list {
  border-top: 1px solid #211816;
  padding-top: 35px;
}
#lower #news .wrap {
  padding-top: 0;
  padding-bottom: 80px;
}
#lower #news h2 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 700;
  margin: 0 0 35px;
}
#lower #news.post .news_list li {
  margin-bottom: 0;
}
#lower #news.post .txt {
  font-size: 16px;
  line-height: 1.6em;
}


/*会社概要*/
#lower #company {
  background: #EFEFEF;
}
#lower #company .wrap {
  padding: 80px 0;
}
#lower #company .com_box {
  background: #fff;
  padding: 60px 40px 80px;
  margin: 30px 0 0 0;
}
#lower #company .com_box dl {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 1.4em;
  padding: 30px 0;
  border-bottom: 1px solid #211816;
}
#lower #company .com_box dl dt {
  width: 170px;
  padding: 0 20px 0 0;
  font-weight: 600;
}
#lower #company .com_box dl dd {
  width: calc(100% - 170px);
  padding: 0;
}

#lower section.access .wrap {
  padding: 80px 0 40px;
}
#lower section.access .gmap_wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}
#lower section.access .gmap_wrap iframe {
  filter: grayscale(100%);
  width: 100%;
  height: 500px;
}
#lower section.message .wrap {
  padding: 100px 0;
}
#lower section.message p {
  margin: 40px 0 0 0;
  font-size: 16px;
  line-height: 2.2em;
}
#lower section.profile .wrap {
  padding: 80px 0;
}
#lower section.profile .prof_wrap {
  margin: 40px 0 0 0;
  justify-content: flex-start;
}
#lower section.profile .prof_wrap .img {
  width: 440px;
  margin: 0 60px 0 0;
}
#lower section.profile .prof_wrap .cts {
  width: calc(100% - 500px);
}
#lower section.profile .prof_wrap .cts .name {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}
#lower section.profile .prof_wrap .cts .name h3 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
}
#lower section.profile .prof_wrap .cts .name span {
  display: flex;
  width: 100%;
  height: 13px;
  margin: 5px 0 0;
}
#lower section.profile .prof_wrap .cts p {
  font-size: 16px;
  line-height: 2.2em;
}
a.sns_btn {
  display: inline-block;
  background: #242424;
  color: #fff;
  padding: 4px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2em;
}



/*採用*/
section.recruit .wrap {
  padding: 80px 0;
}
section.recruit .ctsBox {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
section.recruit .ctsBox:not(:last-of-type) {
  margin-bottom: 80px;
}
section.recruit .ctsBox .inner {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
section.recruit .ctsBox .inner:not(:last-of-type) {
  margin-bottom: 50px;
}
section.recruit h2 {
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  padding: 0 0 15px;
  margin: 0 0 50px;
  border-bottom: 1px solid #000;
  display: block;
  width: 100%;
}
section.recruit h3 {
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  padding: 0;
  margin: 0 0 40px;
  display: block;
  width: 100%;
}
section.recruit .inner h3 {
  margin: 0 0 25px;
}
section.recruit p.lead_txt {
  width: 100%;
  max-width: 686px;
  margin: 0 auto 35px;
  text-align: left;
}
section.recruit p.rec_txt {
  width: 100%;
  max-width: 862px;
  margin: 0 auto;
  text-align: left;
}
section.recruit #message h2 {
  padding: 0;
  margin: 0 0 20px;
  border-bottom: none;
}
section.recruit .msg_wrap {
  justify-content: flex-start;
}
section.recruit .msg_wrap img {
  width: 340px;
}
section.recruit .msg_wrap.flex p {
  width: calc(100% - 380px);
  margin: 0 40px 0 0;
}
section.recruit .msg_wrap p {
  width: 100%;
}
section.recruit #product a.linkTxt {
  margin-bottom: 40px;
}

#lower #vision .cts_sustainable .sustainable_wrap {
  justify-content: flex-start;
}
#lower #vision .cts_sustainable .sustainable_wrap .img {
  width: 360px;
  margin: 0 40px 0 0;
}
#lower #vision .cts_sustainable .sustainable_wrap .cts {
  width: calc(100% - 400px);
}
#lower #vision .cts_sustainable .sustainable_wrap .cts h2 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 30px;
}
#lower #vision .cts_sustainable .sustainable_wrap .cts p {
  margin: 0 0 1.5em;
}
#lower #vision .cts_vision {
  position: relative;
}
#lower #vision .cts_vision h2 {
  text-align: center;
  transform: translate(0,20%);
}
#lower #vision .cts_vision .clr_box {
  background: #EFEFEF;
  padding: 60px 20px;
}
#lower #vision .cts_vision .clr_box .illust {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#lower #vision .cts_vision .clr_box .illust img {
  max-width: 410px;
}
#lower #vision .cts_vision .clr_box .illust .info_txt {
  font-size: 15px;
  text-align: left;
}
#lower #vision .cts_vision .clr_box .illust .info_txt.abs {
  position: absolute;
}
#lower #vision .cts_vision .clr_box .illust .info_txt.txt01 {
  width: 360px;
  top: 20px;
  left: 60%;
}
#lower #vision .cts_vision .clr_box .illust .info_txt.txt02 {
  width: 280px;
  margin: 0 40px 0 0;
}
#lower #vision .cts_vision .clr_box .illust .info_txt.txt03 {
  width: 280px;
  margin: 0 0 0 40px;
}
#lower #vision .cts_vision .clr_box .illust .txt_list {
  justify-content: center;
  margin: 20px 0 0 0;
}
#lower #vision .cts_vision .purpose {
  padding: 120px 0;
  justify-content: flex-start;
  align-items: center;
}
#lower #vision .cts_vision .purpose .cts {
  width: 50%;
  padding: 0 40px 0 0;
}
#lower #vision .cts_vision .purpose .img {
  width: 50%;
  padding: 0 40px;
}
#lower #vision .cts_vision .purpose .cts h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0 0 30px;
}
#lower #vision .cts_supply {
  position: relative;
  padding: 80px 0;
}
#lower #vision .cts_supply:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform: translate(-100%,0);
  transform-origin: left top;
  transition-delay: .8s;
  transition: .8s;
}
#lower #vision .cts_supply.mv_in:before {
  transform: translate(0,0);
  transform-origin: left top;
}
#lower #vision .cts_supply h2 {
  margin: 0 0 20px;
}
#lower #vision .cts_supply h2 span {
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 30px 0 0 0;
}
#lower #vision .cts_supply p {
  max-width: 926px;
}
#lower #vision .cts_supply .img {
  width: 100%;
  text-align: center;
  margin: 40px 0 0 0;
}
#lower #vision .cts_supply .img img {
  max-width: 388px;
}
#lower #vision .cts_resolution {
  padding: 80px 0;
}
#lower #vision .cts_resolution .page_title {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 600;
}
#lower #vision .cts_resolution .logo {
  margin: 40px 0 0 0;
  text-align: center;
}
#lower #vision .cts_resolution .logo img {
  max-width: 588px;
}



/*お問い合わせ*/
main.contact {
  display: inline-block;
  background: #EFEFEF;
}
main.contact .contact_wrap {
  background: #fff;
  max-width: 1046px;
  margin: 100px auto;
  padding: 50px 0 0 0;
  display: block;
}
#contact #form {
  margin: 50px 0 0 0;
}
#contact .wrap {
	max-width: 650px;
	width: 90%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0 80px;
	font-size: 16px;
  line-height: 1.4em;
	font-weight: normal;
}
#contact h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0;
}
#contact #form h3 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0;
}
#contact #form h3 span {
  color: #D40003;
  padding: 0;
  margin: 0 0 0 2px;
}
#contact #form h4 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0;
}
#contact .inBox {
	width: 100%;
	margin: 0;
  padding: 20px 25px;
  border-bottom: 2px solid #F2F2F2;
}
#contact .inBox:after {
	content: "";
  display: block;
  clear: both;
}
#contact .inBox dt,
#contact .inBox dd {
  padding: 0;
  width: 100%;
}
#contact .inBox dt {
  margin: 0 0 10px;
}
#contact .inBox dd.flex {
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}
#contact #form input[type="text"],
#contact #form input[type="email"],
#contact #form input[type="tel"],
#contact #form input[type="number"],
#contact #form input[type="password"] {
	line-height: 1.5em;
	padding: 5px 10px;
	border: 1px solid #D8D8D8;
  border-radius: 0;
	background: #fff;
	font-size: 16px;
  width: 100%;
}
#contact #form select {
	line-height: 1.5em;
  padding: 5px 10px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  height: 40px;
  width: 100%;
}
#contact #form textarea {
	height: 10em;
	padding: 10px;
	border: 1px solid #D8D8D8;
  border-radius: 0;
	background: #fff;
	font-size: 16px;
  display: inline-block;
  width: 100%;
  resize: vertical;
}
#contact #form .checkbox {
  margin: 0 0 0 20px;
}
#contact #form .checkbox input[type=checkbox].check_btn_item {
  display: none;
}
#contact #form .checkbox label {
  display: inline-block;
  cursor: pointer;
}
#contact #form .checkbox .check_btn_item + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}
#contact #form .checkbox .check_btn_item + span::after,
#contact #form .checkbox .check_btn_item + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
#contact #form .checkbox .check_btn_item + span::before {
  border: 1px solid #666;
  border-radius: 0;
  left: 0;
  height: 20px;
  width: 20px;
}
#contact #form .checkbox .check_btn_item + span::after{
  border: none;
  border-right: 2px solid #242424;
  border-bottom: 2px solid #242424;
  height: 12px;
  left: 6px;
  opacity: 0;
  top: 2px;
  transform: rotate(45deg);
  width: 7px;
}
#contact #form .checkbox .check_btn_item:checked + span::after {
  opacity: 1;
}


::placeholder {
	color: #bababa;
}

#contact .sbmBtn {
  max-width: 300px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #242424;
  color: #fff;
  font-size: 18px;
  border: 1px solid #242424;
  border-radius: 60px;
  margin: 20px auto 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
	-webkit-appearance: none;
  cursor: pointer;
}
#contact .sbmBtn.back {
  background: #ddd;
  color: #242424;
  border: 1px solid #ddd;
}
#contact .sbmBtn:hover {
  opacity: .8;
}

#tel_contact h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 20px;
}
#tel_contact a.linkBtn {
  max-width: 400px;
}
#tel_contact a.linkBtn img {
  padding: 0 20px;
}

.modal_open {
  cursor: pointer;
}
.modal_wrap {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.modal_box {
  max-width: 680px;
  width: 100%;
  max-height: 100vh;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  overflow-y: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 99999;
}
.modal_box h4 {
  width: 100%;
  padding: 5px 0 10px;
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
}
.modal_close {
  width: 100%;
  padding: 10px;
  margin: 20px 0 0 ;
  font-size: 18px;
  line-height: 1.6em;
  border-top: 1px solid #e7e7e7;
  text-align: center;
}
.modal_close span {
  cursor: pointer;
  padding: 0 0 0 20px;
  transition: .3s;
  position: relative;
}
.modal_close span:before {
  content: "";
  width: 2px;
  height: 16px;
  background: #2b2b2b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
}
.modal_close span:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #2b2b2b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%) rotate(135deg);
}
.modal_ovr {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.75);
  z-index: 99998;
}


@media screen and (min-width: 1200px) {
  #top #message .msg_wrap {
    margin-top: -80px;
  }
}
@media screen and (max-width: 1100px) {
  #top #message .msg_wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  .anchor_point {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .page_title, #top .cts_title {
    padding: 0 0 60px;
  }
  .page_title:after, #top .cts_title:after {
    height: 40px;
  }
  img.ttl_img {
    max-height: 6.8vw;
  }
  img.ttl_img02 {
    max-height: 20vw;
  }
  .page_title span, #top .cts_title span {
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  section.contact .wrap {
    padding: 40px 20px;
  }
  section.contact .ctv_wrap .head {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  section.contact .ctv_wrap .cts {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact .ctv_wrap .head h3 {
    margin: 0 0 25px;
    text-align: center;
  }
  section.contact .ctv_wrap .head p {
    font-size: 16px;
    text-align: center;
  }
  section.contact .ctv_wrap .cts a.tel_link {
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
  }
  section.contact .ctv_wrap .cts .linkBtn {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
  }
  
  #top #mv {
    margin: 0 0 60px;
  }
  #top #mv .sl_ovr,
  #top #mv .sl_logo,
  #top #mv .sl_copy {
    display: none;
  }
  #top #case_study {
    margin: 0 0 30px;
  }
  #top #case_study .wrap {
    padding: 55px 0 50px;
  }
  #top #case_study .wrap:before {
    left: 20px;
  }
  #top #case_study h2 {
    margin: 0 0 30px;
  }
  #top #case_study .ctsBox {
    width: 100%;
  }
  #top #case_study .ctsBox:first-of-type {
    margin: 0 0 40px;
  }
  #top #case_study .ctsBox .img {
    width: 100%;
    margin: 0 0 20px;
  }
  #top #case_study .ctsBox .cts {
    width: 100%;
  }
  #top #movie .wrap {
    padding: 60px 0;
  }
  #top #movie h2 {
    margin: 0 0 30px;
  }
  #top #movie h2 span {
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  #top #message .wrap {
    padding: 60px 0;
  }
  #top #message h2 {
    position: relative;
    z-index: 1;
  }
  #top #message h2 span {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  #top #message .msg_wrap {
    margin-top: -12px;
  }
  #top #message .img {
    width: 100%;
    padding: 0 0 20px;
    text-align: left;
  }
  #top #message .img img {
    width: 70%;
  }
  #top #message .cts {
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
  }
  #top #vision .wrap {
    padding: 60px 0;
  }
  #top #vision .cts {
    width: 100%;
    padding: 0;
  }
  #top #vision .img {
    width: 100%;
    max-width: unset;
    padding: 40px 20px 0;
  }
  #top #machine {
    background: #242424;
  }
  #top #machine .img {
    width: 112%;
    margin: 0 -6%;
  }
  #top #machine .img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    right: unset;
    top: 0;
  }
  #top #machine .cts {
    width: 100%;
    padding: 60px 0 40px;
  }
  #top #news .wrap {
    padding: 60px 0 40px;
  }
  #top #news .title {
    width: 100%;
    margin: 0 0 30px;
  }
  #news .news_list li .date {
    width: 100%;
  }
  #news .news_list li .cts {
    width: 100%;
  }
  #news .news_list li a {
    font-size: 16px;
  }
  #news .news_list li {
    padding: 0 0 25px;
    margin: 0 0 25px;
  }
  #lower #news .wrap {
    padding-bottom: 40px;
  }
  section.recruit h2 {
    font-size: 22px;
    padding: 0 0 10px;
    margin: 0 0 25px;
  }
  section.recruit h3 {
    font-size: 17px;
    margin: 0 0 20px;
  }
  section.recruit .ctsBox:not(:last-of-type) {
    margin-bottom: 50px;
  }
  section.recruit .msg_wrap {
    flex-direction: column-reverse;
  }
  section.recruit .msg_wrap img {
    width: 80%;
    margin: 0 auto;
  }
  section.recruit .msg_wrap p {
    width: 100%;
    margin: 20px 0 0 0;
  }
  section.recruit p.lead_txt {
    margin: 0 auto 25px;
  }
  section.recruit #product a.linkTxt {
    margin-bottom: 25px;
  }
  section.recruit .ctsBox .inner:not(:last-of-type) {
    margin-bottom: 40px;
  }
  section.recruit .inner h3 {
    margin: 0 0 15px;
  }
  #lower #company .com_box {
    background: #fff;
    padding: 40px 20px;
    margin: 20px 0 0 0;
  }
  #lower #company .com_box dl dt,
  #lower #company .com_box dl dd {
    width: 100%;
    font-size: 16px;
  }
  #lower #company .com_box dl dd {
    margin: .5em 0 0 0;
  }
  #lower section.access .gmap_wrap iframe {
    height: 320px;
  }
  #lower section.profile .prof_wrap .img {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  #lower section.profile .prof_wrap {
    margin: 20px 0 0 0;
  }
  #lower section.profile .prof_wrap .img img {
    width: 80%;
  }
  #lower section.profile .prof_wrap .cts {
    width: 100%;
  }
  #lower section.profile .wrap {
    padding: 40px 0 80px;
  }
  #lower section.message .wrap {
    padding: 80px 0 50px;
  }
  #lower section.message p {
    margin: 20px 0 0 0;
  }
  #lower section.access .wrap {
    padding: 50px 0 20px;
  }
  #lower #company .wrap {
    padding: 50px 0;
  }
  main.contact .contact_wrap {
    width: 90%;
    margin: 35px auto;
    padding: 0;
  }
  #contact .wrap {
    padding: 20px 0;
  }  
  #contact #form {
    margin: 10px 0 0 0;
  }
  #contact .inBox {
    padding: 20px 0;
  }
  #tel_contact h2,
  #contact h2 {
    font-size: 22px;
  }
  #contact #form h3,
  #contact #form h4 {
    font-size: 17px;
  }
  .modal_box {
    border-radius: 0;
    padding-bottom: 150px;
    max-height: 100%;
  }
  #business .wrap:nth-child(odd):after {
    right: -5%;
  }
  #business .wrap {
    padding: 50px 0;
  }
  #business .business_set .bus_ttl .numble {
    width: 120px;
    padding: 0 0 15px;
    margin: 0;
  }
  #business .business_set .bus_ttl .numble:after {
    bottom: 0;
  }
  #business .business_set .bus_ttl .numble img {
    max-height: 10vw;
  }
  #business .business_set .bus_ttl .title {
    width: 100%;
  }
  #business .business_set .bus_ttl .title h2 {
    font-size: 22px;
    line-height: 1.4em;
  }
  #business .business_set .bus_ttl .title span {
    margin: 0 0 5px;
  }
  #business .business_set .bus_cts {
    flex-direction: column-reverse;
  }
  #business .business_set .bus_cts .img,
  #business .business_set .bus_cts .cts {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
  #business .business_set .bus_ttl {
    padding: 0;
    margin: 0;
  }
  #business #features .wrap {
    padding: 60px 0;
  }
  #business #features .features_list {
    margin: 40px auto 60px;
  }
  #business #features .features_list > div {
    width: 100%;
  }
  #business #features .features_list > div:not(:first-of-type) .list_box:first-of-type {
    border-top: none;
  }
  #business #features .features_list .list_box p {
    min-height: unset;
  }
  #business #features .features_list .list_box h3 {
    font-size: 17px;
    margin: 0 0 15px;
  }
  #business #features .features_list .list_box h3 .num {
    width: 45px;
  }
  #business #features .features_list .list_box h3 .num img {
    max-height: 18px;
  }
  #business #features .contents_box {
    width: 96%;
    padding: 30px 20px;
    margin: 0 auto;
  }
  #business #features .contents_box .ctsBox {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  #business #features .contents_box .halfBox {
    width: 100%;
    padding-right: 0;
  }
  #business #features .contents_box .halfBox:nth-child(2n) {
    padding-left: 0;
  }
  #business #features .contents_box h4, #business #features .contents_box h5 {
    font-size: 16px;
    margin: 0 0 8px;
  }
  #business #features .contents_box .col4.sp_col1 .col {
    width: 100%;
    margin: 0 0 30px;
    font-size: 13px;
  }
  #business #features .contents_box .col4.sp_col1 .col:nth-of-type(4n) {
    margin-bottom: 0;
  }
  #business #features .contents_box .powder .col4.sp_col1 .col,
  #business #features .contents_box .powder .col4.sp_col1 .col:nth-of-type(4n) {
    width: 100%;
  }
  #business #features .contents_box .col4.sp_col1 .col p.cap span:before {
    content: "▼";
  }
  #business #features .contents_box .gray_box {
    padding: 20px;
  }
  #business #features .contents_box .gray_box ul span {
    margin: 0 .5em 0 0;
  }
  #business #features .contents_box .gray_box ul li:not(:last-child) {
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px solid #aaa;
  }
  #lower #vision .cts_sustainable .sustainable_wrap .cts h2 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  #lower #vision .cts_sustainable .sustainable_wrap .img {
    width: 100%;
    margin: 0 0 25px;
  }
  #lower #vision .cts_sustainable .sustainable_wrap .cts {
    width: 100%;
  }
  #lower #vision .cts_vision .clr_box .illust .info_txt.abs {
    position: relative;
  }
  #lower #vision .cts_vision .clr_box .illust .info_txt.txt01 {
    width: 100%;
    top: unset;
    left: unset;
  }
  #lower #vision .cts_vision .clr_box .illust .info_txt.txt02,
  #lower #vision .cts_vision .clr_box .illust .info_txt.txt03 {
    width: 100%;
    margin: 1.5em 0 0 0;
  }
  #lower #vision .cts_vision .clr_box {
    padding: 40px 20px;
  }
  #lower #vision .cts_vision .clr_box .illust img {
    max-width: 80%;
  }
  #lower #vision .cts_vision .clr_box .illust .txt_list h3 {
    font-weight: 600;
  }
  #lower #vision .cts_vision .purpose {
    padding: 60px 0;
  }
  #lower #vision .cts_vision .purpose .cts h3 {
    font-size: 22px;
    margin: 0 0 20px;
    text-align: center;
  }
  #lower #vision .cts_vision .purpose .cts {
    width: 100%;
    padding: 0 0 20px;
  }
  #lower #vision .cts_vision .purpose .img {
    width: 100%;
    padding: 0;
  }
  #lower #vision .cts_supply {
    padding: 50px 0;
  }
  #lower #vision .cts_supply:before {
    right: -5%;
  }
  #lower #vision .cts_supply h2 span {
    font-size: 18px;
  }
  #lower #vision .cts_supply .img img {
    max-width: 80%;
  }
  #lower #vision .cts_resolution {
    padding: 50px 0 80px 0;
  }
  #lower #vision .cts_resolution .page_title {
    font-size: 22px;
  }
  #lower #vision .cts_resolution .logo img {
    max-width: 80%;
  }
  
  
}