@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Kaku Gothic New */
/* Josefin Sans */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01-main {
  margin-top: -7px;
}

.com-ttl03 {
  padding: 15px 0;
}

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 20px;
  background: url(/img/all/tel-ico.png) no-repeat left 2px/14px;
  font-size: 25px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:first-of-type th {
  border-bottom: 1px solid #77b4f0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-start
========================================= */
/* =========================================
    top  sp
    top-reason
========================================= */
#top-reason {
  position: unset;
  transform: unset;
}
#top-reason .bg {
  background: #f0f5f9;
}
#top-reason .container {
  padding: 10px 10px 20px;
}
#top-reason .ttl {
  width: 100%;
}
#top-reason .list {
  display: block;
}
#top-reason .list-item {
  max-width: 100%;
  padding: 115px 13px 20px;
  border-bottom: 1px solid #77b4f0;
}
#top-reason .list-item:nth-of-type(n + 2) {
  border-left: unset;
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .ttl {
  font-size: 61px;
}
#top-about .txt {
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-business
========================================= */
#top-business .bg {
  background: url(/img/top/business-bg01.png) no-repeat right 15px/65vw, url(/img/top/business-bg02.png) no-repeat left bottom/65vw, url(/img/top/business-bg03.png) no-repeat right bottom/cover;
}
#top-business .inner {
  padding: 50px 15px 100px;
}
#top-business .list {
  margin-top: 50px;
}
#top-business .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 15px 0 30px;
}
#top-business .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-business .list-item:nth-of-type(2) .list-num {
  width: 110px;
  left: unset;
  right: -5px;
}
#top-business .list-item:nth-of-type(3) .list-num {
  width: 105px;
  left: unset;
  right: -2px;
}
#top-business .list-wrap {
  padding-top: 0;
}
#top-business .list-num {
  width: 85px;
  bottom: -1px;
  left: unset;
  right: 0;
}
#top-business .btn {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-works
========================================= */
#top-works .sub {
  left: 0px;
  top: 0px;
}
#top-works .list {
  display: block;
  margin-top: 35px;
}
#top-works .list-item {
  max-width: 100%;
}
#top-works .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-works .list-img {
  height: 75.28vw;
  min-height: 263.5px;
  border-radius: 15px;
}

/* =========================================
    top  sp
    top-zeh
========================================= */
#top-zeh .sub {
  top: 60px;
  font-size: 55px;
}
#top-zeh .ttl::before {
  top: 25%;
}
#top-zeh .txt {
  margin-top: 35px;
}
#top-zeh .img {
  overflow-x: scroll;
  margin: 50px auto 0;
}
#top-zeh .img img {
  max-width: 650px;
}
#top-zeh .note {
  text-align: center;
  margin-top: 5px;
}

/* =========================================
    top  sp
    top-recruit
========================================= */
#top-recruit .bg {
  background: url(/img/top/recruit-bg.jpg) no-repeat calc(100% + 425px) center/cover;
}
#top-recruit .txt {
  margin-top: 25px;
}
#top-recruit .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .inner {
  padding: 50px 15px;
}
#top-contact .container {
  display: block;
  padding: 0;
}
#top-contact .ttl-main {
  margin-top: 0;
}
#top-contact .txt {
  margin-top: 25px;
}
#top-contact .wrap {
  flex-wrap: wrap;
  margin-top: 35px;
}
#top-contact .wrap-box {
  width: calc(100% - 2px);
  height: 125px;
  margin: 0 auto;
}
#top-contact .wrap-box:nth-of-type(2) {
  width: calc(100% - 2px);
}
#top-contact .line {
  width: 200px;
}
#top-contact .contact {
  padding-top: 25px;
}
#top-contact .contact::after {
  width: 24px;
  height: 17px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 60px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl-main {
  margin-top: 0px;
}
#top-news .list {
  margin-left: 0;
  margin-top: 25px;
}
#top-news .list-link {
  padding: 15px 0 20px;
}
#top-news .btn {
  position: absolute;
  margin: 0 0 0 19px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-architecture
========================================= */
#sub-architecture .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-architecture .container {
  margin-top: 50px;
}
#sub-architecture .list {
  margin-top: 50px;
}
#sub-architecture .list-item {
  display: block;
}
#sub-architecture .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-architecture .list-img {
  width: 100%;
}

#sub-cellulose .ttl-main {
  line-height: 1.2;
}
#sub-cellulose .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-cellulose .list-item {
  gap: 15px;
  align-items: start;
}
#sub-cellulose .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-cellulose .list-img {
  width: 80px;
  height: auto;
  margin-top: 8px;
  padding-bottom: 10px;
  flex-shrink: 0;
}

#sub-zeh .ttl::before {
  top: 25%;
}
#sub-zeh .img {
  width: 100%;
  overflow-x: scroll;
  margin: 50px auto 0;
}
#sub-zeh .img img {
  max-width: 600px;
}
#sub-zeh .note {
  text-align: center;
  margin-top: 5px;
}
#sub-zeh .box {
  margin-top: 35px;
}

#sub-simple .container {
  display: block;
  margin-top: 35px;
}
#sub-simple .img {
  display: block;
}
#sub-simple .img img {
  width: 100%;
}
#sub-simple .txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

#sub-housing .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-housing .list {
  display: block;
  margin-top: 50px;
}
#sub-housing .list-item {
  max-width: 100%;
}
#sub-housing .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-housing .list-img {
  display: block;
  margin: 0 auto;
}
#sub-housing .list-txt {
  margin-top: 15px;
}
#sub-housing .case {
  margin-top: 50px;
}
#sub-housing .case-list-item {
  display: block;
}
#sub-housing .case-list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-housing .case-list-img {
  width: 100%;
  height: 68.57vw;
  min-height: 240px;
  margin-top: 0;
}
#sub-housing .case-list-wrap {
  margin-top: 10px;
}

/* =========================================
    sub  SP
    com-contact
========================================= */
#com-contact .inner {
  padding: 50px 15px;
}
#com-contact .container {
  display: block;
  padding: 0;
}
#com-contact .ttl-main {
  margin-top: 0;
}
#com-contact .txt {
  margin-top: 25px;
}
#com-contact .wrap {
  flex-wrap: wrap;
  margin-top: 35px;
}
#com-contact .wrap-box {
  width: calc(100% - 2px);
  height: 125px;
  margin: 0 auto;
}
#com-contact .wrap-box:nth-of-type(2) {
  width: calc(100% - 2px);
}
#com-contact .line {
  width: 200px;
}
#com-contact .contact {
  padding-top: 25px;
}
#com-contact .contact::after {
  width: 24px;
  height: 17px;
}
#com-contact .bnr {
  display: block;
}
#com-contact .link {
  height: 150px;
  padding-top: 50px;
}
#com-contact .link:nth-of-type(n + 2) {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-land
========================================= */
#sub-support .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-support .container {
  margin-top: 50px;
}
#sub-support .list {
  margin-top: 50px;
}
#sub-support .list-item {
  display: block;
}
#sub-support .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-support .list-img {
  width: 100%;
}
#sub-support .wrap {
  margin-top: 50px;
}
#sub-support .wrap-txt {
  text-align: left;
  margin-top: 25px;
}
#sub-support .case {
  margin-top: 50px;
}
#sub-support .case-list-item {
  display: block;
}
#sub-support .case-list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-support .case-list-img {
  width: 100%;
  height: 68.57vw;
  min-height: 240px;
  margin-top: 0;
}
#sub-support .case-list-wrap {
  margin-top: 10px;
}

#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-question .list-q {
  margin-top: 8px;
  font-size: 25px;
}
#sub-question .list-top {
  padding: 13px 15px 10px;
}
#sub-question .list-btm {
  gap: 15px;
  padding: 15px 15px 20px;
}
#sub-question .list-a {
  line-height: 1.6;
  font-size: 25px;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-project .txt {
  margin-top: 35px;
}
#sub-project .container {
  margin-top: 50px;
}
#sub-project .container-ttl {
  padding: 8px 15px;
}
#sub-project .container-txt {
  margin-top: 15px;
}
#sub-project .video {
  width: 100%;
  margin: 50px auto 0;
}
#sub-project .future-ttl {
  padding: 10px 15px;
}
#sub-project .img {
  flex-wrap: wrap;
  gap: 3px;
}
#sub-project .img img {
  flex-basis: calc((100% - 3px) / 2);
  max-width: calc((100% - 3px) / 2);
}
#sub-project .future {
  margin-top: 50px;
}
#sub-project .wrap {
  margin-top: 50px;
}
#sub-project .wrap-ttl {
  padding: 10px 15px;
}
#sub-project .list {
  margin-top: 20px;
}
#sub-project .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-project .list-ttl::before {
  top: 18px;
}

#sub-plan-bnr .inner {
  padding: 100px 15px;
}
@media screen and (min-width: 415px) {
  #sub-plan-bnr .link {
    padding: 14.1px 15px;
  }
}
#sub-plan-bnr .link-ttl {
  font-size: 23px;
}
@media screen and (min-width: 415px) {
  #sub-plan-bnr .br {
    display: none;
  }
}

#sub-business .list {
  margin-top: 35px;
}
#sub-business .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-business .list-ttl {
  padding: 7.4px 15px;
}
#sub-business .list-wrap {
  display: block;
}
#sub-business .list-img {
  width: 100%;
  height: 68.57vw;
  min-height: 240px;
  margin-top: 0;
}
#sub-business .list-txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-plan
========================================= */
#sub-plan .container:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-plan .container-wrap {
  display: block;
  margin-top: 25px;
}
#sub-plan .img {
  width: 100%;
  height: 51.4vw;
  min-height: 180px;
}
#sub-plan .menu {
  margin-top: 20px;
}
#sub-plan .menu-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-plan .menu-ttl {
  width: 100%;
  height: 50px;
}
#sub-plan .menu-txt {
  margin: 10px;
}
#sub-plan .total {
  margin-top: 20px;
}
#sub-plan .total-list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-plan .total-list-item:nth-of-type(n + 2)::before {
  top: -25px;
}
#sub-plan .total-wrap {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-after
========================================= */
#sub-after .com-ttl02-main {
  font-size: 21px;
}
#sub-after .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-after .container {
  margin-top: 50px;
}
#sub-after .container-sub {
  padding: 13.2px 15px;
}
#sub-after .container-wrap:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-after .container-txt {
  text-align: left;
  margin-top: 25px;
}
#sub-after .list {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}
#sub-after .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-after .list-ttl {
  margin-top: 10px;
}
#sub-after .support {
  display: block;
}
#sub-after .support-item {
  max-width: 100%;
}
#sub-after .support-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-after .reason {
  display: block;
}
#sub-after .reason-item {
  max-width: 100%;
}
#sub-after .reason-item:nth-of-type(n + 2) {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .container {
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 20px;
}
#sub-greeting .img {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
#sub-greeting .sub {
  margin-top: 35px;
}

#sub-staff .list {
  margin-top: 35px;
}
#sub-staff .list-item {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
#sub-staff .list-item:nth-of-type(n + 2) {
  margin-top: 45px;
}
#sub-staff .list-img {
  margin: 0 auto;
}
#sub-staff .list-wrap {
  margin-top: 15px;
}
#sub-staff .list-txt {
  margin-top: 15px;
}

#sub-company .table {
  margin-top: 25px;
}

#sub-map .map {
  height: 250px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-recruit .container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 35px;
}
#sub-recruit .img {
  width: 100%;
}
#sub-recruit .txt {
  margin-top: 15px;
}
#sub-recruit .flow {
  margin-top: 50px;
  padding: 10px 0 30px;
}
#sub-recruit .list {
  display: block;
  margin-top: 10px;
}
#sub-recruit .list-item {
  max-width: 100%;
}
#sub-recruit .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-recruit .list-item:nth-of-type(n + 2)::before {
  width: 22px;
  height: 70px;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: -60px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl03 {
  padding-bottom: 5px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-method .wrap {
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 35px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 35px auto 0;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}