@charset "UTF-8";
#contents {
  margin-top: 0;
  padding-bottom: 100px;
}
#contents .inner {
  padding: 100px 0;
}

[data-width="900"] {
  max-width: 900px;
}

[data-width="800"] {
  max-width: 800px;
}

.headline {
  width: 100%;
  height: 400px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.headline h1 {
  font-size: 2.25em;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.headline h1::after {
  content: attr(data-en);
  font-size: 0.875rem;
  display: block;
  margin-top: 10px;
}

#company.headline {
  background-image: url(../images/company/img_headline.jpg);
}

#products.headline {
  background-image: url(../images/products/img_headline.jpg);
}

#news.headline {
  background-image: url(../images/news/img_headline.jpg);
}

#links.headline {
  background-image: url(../images/links/img_headline.jpg);
}

#faq.headline {
  background-image: url(../images/faq/img_headline.jpg);
}

#recruit.headline {
  background-image: url(../images/recruit/img_headline.jpg);
}

#contact.headline {
  background-image: url(../images/contact/img_headline.jpg);
}

#privacy.headline {
  background-image: url(../images/privacy/img_headline.jpg);
}

#blog.headline {
  background-image: url(../images/blog/img_headline.jpg);
}

:is(section) h2 {
  font-size: 1.875em;
  color: #1c1c62;
  text-align: center;
}
:is(section) h2::after {
  content: attr(data-en);
  font-size: 0.875rem;
  color: #333;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
:is(section) p {
  line-height: 1.5em;
  margin-top: 10px;
}
:is(section) h3 {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
:is(section) h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 10em;
  height: 1px;
  background: #1c1c62;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.topicpath {
  display: flex;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 15px 0 0;
}
.topicpath li {
  font-size: 0.75em;
}
.topicpath li + li::before {
  content: "－";
}

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

[data-col="2"] .column {
  max-width: 490px;
  width: 49%;
}

[data-col="3"] {
  flex-wrap: wrap;
}
[data-col="3"]::after {
  content: "";
  display: block;
  max-width: 326px;
  width: 32.6%;
}
[data-col="3"] .column {
  max-width: 326px;
  width: 32.6%;
}

/* 新着情報 */
#newslist {
  margin-top: -25px;
}
#newslist ul {
  border-top: 1px solid #ccc;
}
#newslist ul li {
  display: flex;
  align-items: center;
  min-height: 125px;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#newslist ul li span {
  position: relative;
}
#newslist ul li span.date {
  width: 105px;
}
#newslist ul li span.cat {
  color: #1c1c62;
  text-align: center;
  width: 125px;
}
#newslist ul li span::after {
  content: "";
  width: 1px;
  height: 1em;
  background: #ccc;
  position: absolute;
  right: 0;
}
#newslist ul a {
  line-height: 1.5em;
  display: block;
  width: calc(100% - 230px);
  padding: 0 30px;
  box-sizing: border-box;
}

.crosshead {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.crosshead span {
  position: relative;
}
.crosshead span.date {
  width: 105px;
}
.crosshead span.cat {
  color: #1c1c62;
  text-align: center;
  width: 125px;
}
.crosshead span::after {
  content: "";
  width: 1px;
  height: 1em;
  background: #ccc;
  position: absolute;
  right: 0;
}

:is(article) h2 {
  font-size: 1.875em;
  padding: 0 25px;
}

:is(article) p {
  line-height: 1.75em;
  margin-top: 40px;
}

.pagenav {
  max-width: 605px;
  margin: 65px auto 0;
  display: flex;
  justify-content: space-between;
}
.pagenav > div {
  width: 33.3333333333%;
}
.pagenav .prev {
  text-align: left;
}
.pagenav .list {
  text-align: center;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.pagenav .next {
  text-align: right;
}

.wp-pagenavi {
  margin: 65px auto 0;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .extend {
  border: none;
  color: #969696;
  margin-left: 15px;
  margin-right: 15px;
}
.wp-pagenavi .current {
  color: #333;
}

/* ブログ */
.blog {
  display: flex;
  justify-content: space-between;
}
.blog #newslist {
  max-width: 700px;
  width: calc(100% - 300px);
}
.blog article {
  max-width: 700px;
  width: calc(100% - 300px);
}
.blog aside {
  width: 200px;
}
.blog aside h2 {
  font-size: 1.25rem;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
  padding-bottom: 10px;
}
.blog aside h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #1c1c62;
  position: absolute;
  bottom: -2px;
}
.blog aside ul {
  padding-left: 10px;
}
.blog aside ul li {
  margin-top: 20px;
}
.blog aside ul + h2 {
  margin-top: 100px;
}

/* 会社概要 */
#greeting {
  margin-top: 70px;
  background: url(../images/company/bg_greeting.png) no-repeat center center;
  background-size: cover;
}
#greeting .txt {
  max-width: 500px;
  width: 62.5%;
  margin-top: 30px;
}
#greeting p {
  line-height: 1.875em;
}
#greeting p.name {
  margin-top: 35px;
}
#greeting p.name strong {
  font-size: 1.5em;
  font-weight: 500;
}
#greeting p + .img {
  display: none;
}
#greeting .img {
  max-width: 260px;
  width: 32.5%;
  margin-top: 30px;
}

#overview dl {
  margin-top: 35px;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
#overview dl dt {
  display: flex;
  align-items: center;
  width: 135px;
  min-height: 80px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px 35px;
  position: relative;
}
#overview dl dt::after {
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  background-color: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#overview dl dd {
  line-height: 1.5em;
  display: flex;
  align-items: center;
  width: calc(100% - 135px);
  min-height: 80px;
  padding: 20px 50px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}

#history {
  background: url(../images/company/bg_history.jpg);
  background-size: 1280px auto;
}
#history dl {
  margin-top: 30px;
  flex-wrap: wrap;
}
#history dl dt {
  display: flex;
  align-items: center;
  width: 225px;
  min-height: 80px;
  padding: 20px 0 20px 15px;
  box-sizing: border-box;
}
#history dl dt::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #333;
  margin-left: auto;
}
#history dl dt:nth-of-type(odd) {
  background: rgba(230, 230, 230, 0.4);
}
#history dl dt:nth-of-type(odd) + dd {
  background: rgba(230, 230, 230, 0.4);
}
#history dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 225px);
  min-height: 80px;
  padding: 20px 35px;
  box-sizing: border-box;
}

#access .map {
  margin-top: 40px;
  background: #1c1c62;
}
#access .map iframe {
  display: block;
  width: 100%;
  height: 400px;
  filter: opacity(90%);
}
#access .col {
  margin-top: 20px;
}
#access .col iframe {
  height: 350px;
}

/* 取扱商品 */
#item {
  margin-top: -25px;
}
#item .catnav li.cutting::before {
  background: #ab6866;
}
#item .catnav li.cutting::after {
  background: #923b38;
}
#item .catnav li.grinding::before {
  background: #d4b965;
}
#item .catnav li.grinding::after {
  background: #bc920f;
}
#item .catnav li.file::before {
  background: #6c9b73;
}
#item .catnav li.file::after {
  background: #35763f;
}
#item .catnav li.work::before {
  background: #cc98a5;
}
#item .catnav li.work::after {
  background: #b16175;
}
#item .catnav li.measuring::before {
  background: #88b9b0;
}
#item .catnav li.measuring::after {
  background: #318676;
}
#item .catnav li.air::before {
  background: #9686ae;
}
#item .catnav li.air::after {
  background: #6d568e;
}
#item .catnav li.pump::before {
  background: #998675;
}
#item .catnav li.pump::after {
  background: #736357;
}
#item .catnav li.touring::before {
  background: #c1272d;
}
#item .catnav li.touring::after {
  background: #8f272d;
}
#item .catnav li.chemical::before {
  background: #ce804d;
}
#item .catnav li.chemical::after {
  background: #c15d1d;
}
#item .catnav li.facility::before {
  background: #0071a4;
}
#item .catnav li.facility::after {
  background: #2e4792;
}
#item .catnav li.other::before {
  background: #898989;
}
#item .catnav li.other::after {
  background: #656565;
}
#item .catnav li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0.7em;
  box-sizing: border-box;
}
#item .ttl {
  font-size: 1.25em;
  color: #333;
  font-weight: 700;
  margin-top: 65px;
}
#item h2:not(.ttl) {
  text-align: left;
  font-size: 1.625rem;
  color: #fff;
  background: #1c1c62;
  margin-top: 75px;
  padding: 5px 25px;
}
#item h2::after {
  display: none;
}
#item .maker {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 25px;
}
#item .maker li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 4px 4px 0;
}
#item .maker li img {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.15);
}
#item dl {
  flex-wrap: wrap;
  margin-top: 40px;
}
#item dl dt {
  width: 325px;
  padding: 20px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
}
#item dl dt span.date {
  width: 6.5em;
}
#item dl dt span.maker {
  width: calc(100% - 6.5em);
  display: block;
  margin-top: 0;
}
#item dl dd {
  width: calc(100% - 325px);
  padding: 20px 15px;
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
}
#item dl dd a {
  color: #1c1c62;
}

/* よくある質問 */
#faq + #contents {
  background: url(../images/faq/bg_faq.png);
  background-size: 72px 72px;
}

#qa {
  margin-top: -25px;
}
#qa dl {
  max-width: 800px;
  margin: 90px auto 0;
  position: relative;
  z-index: 0;
}
#qa dl dt {
  font-weight: 700;
  line-height: 1.3em;
  background: #fff;
  padding: 15px 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  box-shadow: 4px 4px 0 rgba(51, 51, 51, 0.3);
  transition: 0.3s;
}
#qa dl dt::before {
  content: "Q";
  font-size: 1.563em;
  color: #fff;
  width: 48px;
  height: 48px;
  background: #1c1c62;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -24px;
}
#qa dl dt::after {
  content: "＋";
  font-size: 20px;
  position: absolute;
  width: 20px;
  right: 20px;
  top: 15px;
  transition: 0.3s;
  text-align: center;
}
#qa dl dt span {
  font-size: 0.875em;
  color: #fff;
  text-align: center;
  width: 8em;
}
#qa dl dt div {
  width: calc(100% - 8.5em);
}
#qa dl dt.ac {
  color: #fff;
  box-shadow: none;
}
#qa dl dt.ac::after {
  content: "−";
  transform: rotate(180deg);
}
#qa dl dd {
  line-height: 1.75em;
  background: #fff;
  padding: 25px 45px;
  box-shadow: 4px 4px 0 rgba(51, 51, 51, 0.3);
  display: none;
}
#qa dl div + div {
  margin-top: 35px;
}
#qa dl .cutting span {
  background: #ab6866;
}
#qa dl .cutting .ac {
  background: #ab6866;
}
#qa dl .cutting .ac span {
  color: #ab6866;
  background: #fff;
}
#qa dl .grinding span {
  background: #d4b965;
}
#qa dl .grinding .ac {
  background: #d4b965;
}
#qa dl .grinding .ac span {
  color: #d4b965;
  background: #fff;
}
#qa dl .work span {
  background: #6c9b73;
}
#qa dl .work .ac {
  background: #6c9b73;
}
#qa dl .work .ac span {
  color: #6c9b73;
  background: #fff;
}
#qa dl .measuring span {
  background: #cc98a5;
}
#qa dl .measuring .ac {
  background: #cc98a5;
}
#qa dl .measuring .ac span {
  color: #cc98a5;
  background: #fff;
}
#qa dl .air span {
  background: #88b9b0;
}
#qa dl .air .ac {
  background: #88b9b0;
}
#qa dl .air .ac span {
  color: #88b9b0;
  background: #fff;
}
#qa dl .touring span {
  background: #9686ae;
}
#qa dl .touring .ac {
  background: #9686ae;
}
#qa dl .touring .ac span {
  color: #9686ae;
  background: #fff;
}
#qa dl .chemical span {
  background: #ce804d;
}
#qa dl .chemical .ac {
  background: #ce804d;
}
#qa dl .chemical .ac span {
  color: #ce804d;
  background: #fff;
}
#qa dl .other span {
  background: #898989;
}
#qa dl .other .ac {
  background: #898989;
}
#qa dl .other .ac span {
  color: #898989;
  background: #fff;
}
#qa dl .hide {
  display: none;
}
#qa .catnav li.cutting::before {
  background: #ab6866;
}
#qa .catnav li.cutting::after {
  background: #923b38;
}
#qa .catnav li.grinding::before {
  background: #d4b965;
}
#qa .catnav li.grinding::after {
  background: #bc920f;
}
#qa .catnav li.work::before {
  background: #6c9b73;
}
#qa .catnav li.work::after {
  background: #35763f;
}
#qa .catnav li.measuring::before {
  background: #cc98a5;
}
#qa .catnav li.measuring::after {
  background: #b16175;
}
#qa .catnav li.air::before {
  background: #88b9b0;
}
#qa .catnav li.air::after {
  background: #318676;
}
#qa .catnav li.touring::before {
  background: #9686ae;
}
#qa .catnav li.touring::after {
  background: #6d568e;
}
#qa .catnav li.chemical::before {
  background: #ce804d;
}
#qa .catnav li.chemical::after {
  background: #c15d1d;
}
#qa .catnav li.other::before {
  background: #898989;
}
#qa .catnav li.other::after {
  background: #656565;
}

.catnav {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.catnav li {
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.333em;
  width: 25%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  opacity: 1;
  transition: 0.3s;
}
.catnav li::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.catnav li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

/* 採用情報 */
#app-guide {
  margin-top: -25px;
}
#app-guide h2 {
  font-size: 1.875em;
  color: #1c1c62;
  text-align: center;
}
#app-guide ul {
  font-weight: 700;
  margin-top: 55px;
}
#app-guide ul li {
  color: #1c1c62;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#app-guide ul li.ac {
  color: #fff;
  background: #1c1c62;
  border-color: #1c1c62;
}
#app-guide dl {
  line-height: 1.438em;
  flex-wrap: wrap;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  display: none;
}
#app-guide dl dt {
  width: 180px;
  padding: 25px calc((180px - 4em) / 2);
  background: #eee;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#app-guide dl dd {
  width: calc(100% - 180px);
  padding: 25px 30px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
#app-guide dl .tel {
  font-size: 1.5em;
}
#app-guide dl.show {
  display: flex;
}

/* リンク */
#linklist {
  margin-top: -35px;
}
#linklist .ttl {
  font-size: 1.25em;
  color: #fff;
  background: #1c1c62;
  margin-top: 35px;
  padding: 10px;
}
#linklist .ttl :first-of-type {
  margin-top: 0;
}
#linklist .col {
  margin-top: -25px;
}
#linklist .column {
  margin-top: 30px;
}
#linklist .column p {
  padding: 10px 0 10px 15px;
  border-bottom: 1px dotted #ccc;
  display: block;
  position: relative;
}
#linklist .column p::before {
  content: "";
  width: 5px;
  height: calc(100% - 15px);
  background: #b2872d;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#linklist .column p:nth-of-type(2) {
  background: #f4f4f7;
}
#linklist .column p a {
  color: #1c1c62;
}
#linklist .column p :last-of-type {
  word-wrap: break-word;
}

/* お問合せ */
#form {
  margin-top: -25px;
}
#form .lead {
  text-align: center;
  line-height: 1.75em;
}
#form dl {
  flex-wrap: wrap;
  margin-top: 85px;
  border-bottom: 1px solid #ccc;
}
#form dl dt {
  width: 260px;
  padding: 25px 25px 25px 55px;
  background: #f4f4f7;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  line-height: 1.5em;
  display: flex;
  align-items: center;
}
#form dl dt span {
  color: #e60000;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
}
#form dl dt:last-of-type {
  display: flex;
  align-items: flex-start;
}
#form dl dd {
  width: calc(100% - 260px);
  padding: 25px 0 25px 35px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
#form dl input[type=text], #form dl input[type=email], #form dl #zip {
  font-size: 1rem;
  border: none;
  background: #f4f4f7;
  padding: 0 10px;
  border-radius: none;
  outline: none;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}
#form dl input[type=text].zip, #form dl input[type=email].zip, #form dl #zip.zip {
  width: 350px;
}
#form dl input[type=text] + input, #form dl input[type=email] + input, #form dl #zip + input {
  margin-top: 20px;
}
#form dl textarea {
  font-size: 1rem;
  border: none;
  background: #f4f4f7;
  padding: 10px;
  border-radius: none;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
#form dl .select {
  overflow: hidden;
  text-align: left;
  position: relative;
  background: #f4f4f7;
  width: 350px;
}
#form dl .select select {
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px 50px 15px 10px;
  box-sizing: border-box;
  font-size: 1rem;
  width: 100%;
}
#form dl .select::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  width: 21px;
  height: 12px;
  background: url(../images/contact/ic_down.svg) no-repeat;
  pointer-events: none;
  background-size: 100% auto;
}
#form dl .select + input {
  margin-top: 20px;
}
#form .agree {
  margin-top: 30px;
}
#form .agree + p {
  font-size: 0.813em;
  line-height: 1.5em;
  margin-top: 20px;
}
#form input[type=checkbox] {
  display: none;
}
#form input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #1c1c62;
  border-left: 2px solid #1c1c62;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
}
#form input[type=checkbox] + span {
  position: relative;
  display: block;
}
#form input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  border: 1px solid #c9c9c9;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background: #FFF;
  z-index: 1;
  vertical-align: -0.2em;
  margin-right: 5px;
}

.mw_wp_form_confirm .select {
  background: none !important;
  margin-bottom: 10px;
}
.mw_wp_form_confirm .select::before {
  display: none !important;
}
.mw_wp_form_confirm .agree {
  display: none !important;
}

#thanks h2 {
  font-size: 1.875em;
  text-align: center;
}
#thanks h2 + p {
  text-align: center;
  line-height: 1.75em;
  margin-top: 50px;
}

.btn {
  max-width: 650px;
  width: 100%;
  margin: 80px auto 0;
}
.btn input[type=submit], .btn a {
  font-size: 1.25rem;
  color: #fff;
  border: none;
  background: #1c1c62;
  padding: 0 10px;
  border-radius: none;
  outline: none;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* プライバシーポリシー */
#policy {
  margin-top: -25px;
}
#policy p {
  line-height: 1.75em;
}
#policy ol {
  line-height: 1.75em;
  list-style: decimal;
  margin: 60px 0 0 1.5em;
  position: relative;
}
#policy ol::after {
  content: "";
  width: calc(100% + 1.5em);
  height: 1px;
  background: #ccc;
  position: absolute;
  left: -1.5em;
  top: 0;
}
#policy ol::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #1c1c62;
  position: absolute;
  left: -1.5em;
  top: -1px;
  z-index: 1;
}
#policy ol > li {
  padding: 40px 0;
  position: relative;
}
#policy ol > li::after {
  content: "";
  width: calc(100% + 1.5em);
  height: 1px;
  background: #ccc;
  position: absolute;
  left: -1.5em;
  bottom: 0;
}
#policy ol > li::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #1c1c62;
  position: absolute;
  left: -1.5em;
  bottom: -1px;
  z-index: 1;
}

/* SDGs */
#sdgs {
  border: 20px solid #0098d8;
  box-sizing: border-box;
}
#sdgs h1 {
  max-width: 1040px;
  width: 81.25%;
}
#sdgs + #contents {
  padding-bottom: 0;
  position: relative;
  z-index: 0;
  background: linear-gradient(to right, rgba(140, 198, 63, 0.1) 0%, rgba(140, 198, 63, 0.1) 100%), url(../images/sdgs/bg_sdgs.png);
  background-size: 100% 50%, 772px auto;
  background-repeat: no-repeat, repeat;
}
#sdgs + #contents::before {
  content: "";
  width: 119px;
  height: 172px;
  background: url(../images/sdgs/bg_leaf01.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
#sdgs + #contents::after {
  content: "";
  width: 172px;
  height: 384px;
  background: url(../images/sdgs/bg_leaf02.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 315px;
  right: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
#sdgs + #contents h2 {
  font-size: 1.875em;
  font-weight: 700;
  text-align: center;
}
#sdgs + #contents h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 10px;
}
#sdgs + #contents h2 + p {
  margin-top: 10px;
}
#sdgs + #contents p {
  line-height: 1.5em;
}

#sengen {
  position: relative;
  z-index: 2;
  padding: 70px 0 60px !important;
}
#sengen h2 {
  color: #39b54a;
}
#sengen h2::after {
  content: "";
  background: linear-gradient(to right, rgba(57, 181, 74, 0) 0%, rgb(57, 181, 74) 50%, rgba(57, 181, 74, 0) 100%);
}
#sengen .img {
  margin-top: 45px;
  display: block;
}
#sengen .img + p {
  text-align: right;
  margin-top: 25px;
}

#torikumi {
  position: relative;
  background: url(../images/sdgs/bg_sdgs.png) #fff;
  background-size: 772px auto;
  z-index: 0;
  border-radius: 50% 50% 0% 0%/5% 5% 0% 0%;
  padding: 80px 0 0;
}
#torikumi::before {
  content: "";
  width: 172px;
  height: 384px;
  background: url(../images/sdgs/bg_leaf03.png) no-repeat right bottom;
  background-size: 100% auto;
  position: absolute;
  top: 470px;
  mix-blend-mode: multiply;
}
#torikumi::after {
  content: "";
  width: 270px;
  height: 309px;
  background: url(../images/sdgs/bg_leaf04.png) no-repeat right bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
}
#torikumi .inner {
  padding: 0 0 200px;
}
#torikumi h2 {
  color: #0098d8;
}
#torikumi h2::after {
  content: "";
  background: linear-gradient(to right, rgba(0, 152, 216, 0) 0%, rgb(0, 152, 216) 50%, rgba(0, 152, 216, 0) 100%);
}
#torikumi h3 {
  font-size: 1.5em;
  color: #0098d8;
  font-weight: 700;
  margin-top: 75px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
#torikumi h3 span {
  font-size: 0.688rem;
  color: #fff;
  background: #0098d8;
  width: 80px;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  margin-right: 15px;
  white-space: nowrap;
}
#torikumi h3 span::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -5px;
  border-radius: 4px;
  background: #0098d8;
  transform: rotate(45deg);
}
#torikumi h4 {
  font-size: 1.125em;
  color: #0098d8;
  font-weight: bold;
  margin-top: 25px;
  position: relative;
}
#torikumi h4::after {
  content: "";
  display: inline-block;
  width: calc(100% - 7.5em);
  height: 1px;
  background: #0098d8;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#torikumi h4 + p {
  margin-top: 15px;
}
#torikumi .col .txt {
  margin-top: 25px;
  width: 48.4%;
}
#torikumi .col .icon {
  margin-top: 10px;
  width: 48.4%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#torikumi .col .icon::before {
  content: "";
  display: block;
  width: 23%;
  height: 1px;
  order: 5;
}
#torikumi .col .icon::after {
  content: "";
  display: block;
  width: 23%;
  height: 1px;
}
#torikumi .col .icon li {
  width: 23%;
  margin-top: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .catnav li:hover::before {
    opacity: 0.4;
  }
}
@media screen and (max-width: 960px) {
  [data-col="3"]::after {
    display: none;
  }
  [data-col="3"] .column {
    max-width: 490px;
    width: 49%;
  }
  /* 新着情報 */
  #newslist ul li {
    min-height: auto;
    padding: 25px 0;
    flex-wrap: wrap;
  }
  #newslist ul a {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .crosshead {
    flex-wrap: wrap;
  }
  :is(article) h2 {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  /* ブログ */
  .blog {
    flex-wrap: wrap;
  }
  .blog #newslist {
    max-width: inherit;
    width: 100%;
  }
  .blog article {
    max-width: inherit;
    width: 100%;
  }
  .blog aside {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
  }
  .blog aside h2 {
    width: 48%;
    order: 1;
  }
  .blog aside ul {
    padding-left: 10px;
    width: 48%;
    box-sizing: border-box;
    order: 3;
  }
  .blog aside ul + h2 {
    margin-top: 0;
    order: 2;
  }
  /* よくある質問 */
  #qa dl dt::before {
    left: -10px;
    top: -10px;
  }
  #qa dl dt::after {
    right: 15px;
  }
  .catnav li {
    font-size: 1rem;
  }
  /* お問合せ */
  #form .lead {
    text-align: left;
  }
  #form dl dt {
    font-size: 0.875em;
    width: 160px;
    padding: 25px 1em;
  }
  #form dl dt span {
    font-size: 0.75rem;
  }
  #form dl dd {
    width: calc(100% - 160px);
    padding: 25px 0 25px 1em;
  }
  #thanks h2 {
    font-size: 1.5rem;
    text-align: left;
  }
  #thanks h2 + p {
    text-align: left;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  #contents {
    padding-bottom: 50px;
  }
  #contents .inner {
    padding: 80px 0;
  }
  .headline {
    margin-top: 60px;
  }
  .headline h1 {
    font-size: 1.875rem;
  }
  #company.headline {
    background-image: url(../images/company/img_headline_sp.jpg);
  }
  #products.headline {
    background-image: url(../images/products/img_headline_sp.jpg);
  }
  #news.headline {
    background-image: url(../images/news/img_headline_sp.jpg);
  }
  #links.headline {
    background-image: url(../images/links/img_headline_sp.jpg);
  }
  #faq.headline {
    background-image: url(../images/faq/img_headline_sp.jpg);
  }
  #recruit.headline {
    background-image: url(../images/recruit/img_headline_sp.jpg);
  }
  #contact.headline {
    background-image: url(../images/contact/img_headline_sp.jpg);
  }
  #privacy.headline {
    background-image: url(../images/privacy/img_headline_sp.jpg);
  }
  #blog.headline {
    background-image: url(../images/blog/img_headline_sp.jpg);
  }
  :is(section) h2 {
    font-size: 1.625rem;
  }
  .col {
    flex-wrap: wrap;
  }
  [data-col="2"] .column {
    max-width: initial;
    width: 100%;
  }
  [data-col="3"] .column {
    max-width: initial;
    width: 100%;
  }
  /* 新着情報 */
  :is(article) h2 {
    font-size: 1.375rem;
  }
  :is(article) p {
    margin-top: 25px;
  }
  .pagenav {
    font-size: 0.875em;
    margin-top: 50px;
  }
  /* ブログ */
  .blog aside {
    margin-top: 100px;
  }
  .blog aside h2 {
    width: 100%;
    order: 1;
  }
  .blog aside ul {
    padding-left: 10px;
    width: 48%;
    box-sizing: border-box;
    order: 3;
  }
  .blog aside ul + h2 {
    margin-top: 50px;
    order: 3;
  }
  /* 会社概要 */
  #greeting {
    margin-top: 15px;
  }
  #greeting h2.txt-l {
    text-align: center;
  }
  #greeting .txt {
    max-width: initial;
    width: 100%;
  }
  #greeting p {
    line-height: 1.875em;
  }
  #greeting p.name {
    margin-top: 15px;
    text-align: right;
    margin-right: 1em;
  }
  #greeting p + .img {
    display: block;
    max-width: initial;
    width: 100%;
  }
  #greeting .txt + .img {
    display: none;
  }
  #overview dl {
    margin-top: 30px;
  }
  #overview dl dt {
    width: 5.5em;
    padding: 20px 1em 20px 0.5em;
  }
  #overview dl dd {
    width: calc(100% - 5.5em);
    padding: 20px 1em;
  }
  #history dl {
    margin: 30px -2.6% 0 -2.6%;
    width: 105.2%;
    flex-wrap: wrap;
    line-height: 1.3em;
  }
  #history dl dt {
    width: 100%;
    padding: 20px 15px 10px 15px;
    min-height: auto;
  }
  #history dl dt::after {
    display: none;
  }
  #history dl dd {
    min-height: auto;
    width: 100%;
    padding: 0 15px 20px 15px;
  }
  #access .map {
    margin: 35px -2.6% 0 -2.6%;
    width: 105.2%;
  }
  #access .col {
    margin-top: 0;
  }
  /* 取扱商品 */
  #item .ttl {
    margin-top: 80px;
  }
  #item h2:not(.ttl) {
    padding: 5px 20px;
  }
  #item .maker li {
    width: 50%;
    margin-bottom: 5px;
  }
  #item dl {
    margin-top: 0;
  }
  #item dl dt {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
  #item dl dt span.date {
    width: 6.5em;
  }
  #item dl dt span.maker {
    width: calc(100% - 6.5em);
    display: block;
    margin-top: 0;
  }
  #item dl dd {
    width: 100%;
    padding: 10px 0 20px 0;
  }
  /* よくある質問 */
  #qa {
    margin-top: -25px;
  }
  #qa dl {
    margin: 80px auto 0;
    position: relative;
    z-index: 0;
  }
  #qa dl dt {
    padding: 10px 40px 15px 40px;
    flex-wrap: wrap;
  }
  #qa dl dt::before {
    font-size: 1.125rem;
    width: 34px;
    height: 34px;
    top: -10px;
  }
  #qa dl dt::after {
    width: 20px;
    right: 10px;
    top: 10px;
  }
  #qa dl dt span {
    font-size: 0.75rem;
  }
  #qa dl dt div {
    width: 100%;
    margin-top: 15px;
  }
  #qa dl dd {
    padding: 20px 40px;
  }
  .catnav li {
    width: 50%;
    height: 60px;
    margin-bottom: 4px;
  }
  /* 採用情報 */
  #app-guide dl {
    margin-top: 35px;
  }
  #app-guide dl dt {
    width: 100px;
    padding: 25px 1em;
  }
  #app-guide dl dd {
    font-size: 0.875em;
    width: calc(100% - 100px);
    padding: 25px 1em;
  }
  #app-guide dl .tel {
    font-size: 1.875rem;
    margin-top: 15px;
    display: inline-block;
  }
  /* お問合せ */
  #form dl {
    margin-top: 60px;
  }
  #form dl dt {
    width: 100%;
  }
  #form dl dd {
    width: 100%;
    padding: 25px 0.5em;
  }
  #form dl input[type=text].zip {
    width: 100%;
  }
  #form dl .select {
    width: 100%;
  }
  #form .agree {
    font-size: 0.875rem;
    margin-top: 35px;
  }
  .btn {
    margin-top: 45px;
  }
  .btn input[type=submit], .btn a {
    font-size: 1.125rem;
  }
  /* プライバシーポリシー */
  #policy ol > li {
    padding: 35px 0;
  }
  /* SDGs */
  #sdgs {
    border: 10px solid #0098d8;
  }
  #sdgs h1 {
    max-width: 298px;
    width: 100%;
  }
  #sdgs + #contents {
    margin-bottom: 0;
  }
  #sdgs + #contents::after {
    width: 92px;
    height: 203px;
    top: 35%;
    right: 0;
    z-index: 1;
  }
  #sdgs + #contents h2 {
    font-size: 1.625rem;
    line-height: 1.231em;
  }
  #sdgs + #contents h2 + p {
    margin-top: 15px;
  }
  #sengen {
    padding: 90px 0 30px !important;
  }
  #sengen h2 + p {
    text-align: center;
  }
  #sengen .img {
    margin-top: 40px;
  }
  #sengen .img + p {
    margin-top: 15px;
  }
  #torikumi {
    border-radius: 50% 50% 0% 0%/3% 3% 0% 0%;
  }
  #torikumi::before {
    content: "";
    width: 91px;
    height: 211px;
    top: 55%;
  }
  #torikumi::after {
    content: "";
    width: 189px;
    height: 217px;
  }
  #torikumi .inner {
    padding: 0 0 150px;
  }
  #torikumi h3 {
    margin-top: 60px;
  }
  #torikumi h4 {
    margin-top: 25px;
  }
  #torikumi h4::after {
    content: "";
    display: inline-block;
    width: calc(100% - 7.5em);
    height: 1px;
    background: #0098d8;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #torikumi h4 + p {
    margin-top: 15px;
  }
  #torikumi .col {
    flex-wrap: wrap;
  }
  #torikumi .col .txt {
    width: 100%;
  }
  #torikumi .col .icon {
    width: 100%;
    justify-content: flex-start;
  }
  #torikumi .col .icon::before, #torikumi .col .icon::after {
    display: none;
  }
  #torikumi .col .icon li {
    max-width: 94px;
    width: 100%;
    margin-right: 10px;
  }
}