@charset "UTF-8";
/*================================================================
foundation
================================================================*/
/*================================================================
base.css
================================================================*/
/*================================================================
mixin
================================================================*/
/*================================================================
reset.css
================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

em {
  font-style: normal;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style-type: none;
}

/*================================================================
variable
================================================================*/
html {
  font-size: 62.5%;
}

body {
  font-family: "BIZ UDGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #433F3F;
  background-color: #FFFFFF;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
}
@media (max-width: 743px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

img,
iframe {
  width: 100%;
}

.ff2 {
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.ff3 {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.ff-eng {
  font-family: "Sora", sans-serif;
}

.ff-eng2 {
  font-family: "Space Grotesk", sans-serif;
}

/*================================================================
layout
================================================================*/
/*================================================================
l-breadcrumb
================================================================*/
.l-breadcrumb {
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  margin: 0 auto 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 4.6875%;
}
.l-breadcrumb span {
  display: inline;
  letter-spacing: 0.06em;
}
.l-breadcrumb span::before {
  content: " > ";
}
.l-breadcrumb span:first-child {
  color: #38B24B;
}
.l-breadcrumb span:first-child::before {
  content: none;
}
@media (max-width: 743px) {
  .l-breadcrumb {
    font-size: 1.2rem;
  }
}

/*================================================================
l-childFv
================================================================*/
.l-childFv {
  position: relative;
  height: 300px;
}
.l-childFv::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.l-childFv__cont {
  position: relative;
  z-index: 5;
  top: 40%;
  color: #FFFFFF;
}

.l-childFv__ttl {
  text-transform: capitalize;
}

.l-childFv__ttlLp {
  font-size: 3.2rem;
}
@media (max-width: 743px) {
  .l-childFv__ttlLp {
    font-size: 2.2rem;
  }
}

.l-childFv__company {
  background: transparent url(../img/company/jpg/fv.jpg) no-repeat center center/cover;
}

.l-childFv__service {
  background: transparent url(../img/service/jpg/fv.jpg) no-repeat center center/cover;
}

.l-childFv__news {
  background: transparent url(../img/general/jpg/fv-news.jpg) no-repeat center center/cover;
}

.l-childFv__inquiry {
  background: transparent url(../img/general/jpg/fv-contact.jpg) no-repeat center center/cover;
}

.l-childFv__oil {
  background: transparent url(../img/oil/jpg/fv.jpg) no-repeat center center/cover;
}

.l-childFv__inquiry2 {
  background: transparent url(../img/general/jpg/fv-contact2.jpg) no-repeat center center/cover;
}

.l-childFv__privacy {
  background: transparent url(../img/general/jpg/fv-privacy.jpg) no-repeat center center/cover;
}

/*================================================================
l-contact
================================================================*/
.l-contact {
  position: relative;
  padding-bottom: 76px;
  background: transparent url(../img/general/jpg/contact.jpg) no-repeat center center/cover;
}
.l-contact::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 479px) {
  .l-contact {
    background: transparent url(../img/general/jpg/contact-sp.jpg) no-repeat center center/cover;
  }
}

.l-contact__cont {
  position: relative;
  z-index: 5;
  color: #FFFFFF;
}

.l-contact__ttl::before {
  background: transparent url(../img/general/svg/acc3.svg) no-repeat center center/contain;
}

.l-contact__txt {
  margin: 16px 0 30px;
}
@media (max-width: 743px) {
  .l-contact__txt {
    margin: 12px 0 32px;
  }
}

/*================================================================
l-diagram
================================================================*/
.l-diagram__SDGs {
  background-color: #F6F8F4;
}

@media (min-width: 744px) {
  .l-diagram__innerSupply {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 8.9843%;
  }
}

.l-diagram__innerSDGs {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1280px) {
  .l-diagram__innerSDGs {
    padding: 0 6.25%;
  }
}

.l-diagram__txtBusiness {
  margin-top: 32px;
}

.l-diagram__txtRecycling {
  margin-top: 30px;
}

.l-diagram__txtSupply {
  margin: 23px 0 24px;
}

.l-diagram__txtSupply2 {
  color: #38B24B;
}

.l-diagram__imgBusiness {
  margin-top: 12px;
  text-align: center;
}
.l-diagram__imgBusiness img {
  width: 55%;
}
@media (min-width: 1600px) {
  .l-diagram__imgBusiness {
    max-width: 1500px;
    margin: 12px auto 0;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-diagram__imgBusiness img {
    width: 70%;
  }
}
@media (max-width: 743px) {
  .l-diagram__imgBusiness img {
    width: 100%;
  }
}

.l-diagram__imgRecycling {
  margin-top: 36px;
  text-align: center;
}
.l-diagram__imgRecycling img {
  width: 70%;
}
@media (min-width: 1600px) {
  .l-diagram__imgRecycling {
    max-width: 1500px;
    margin: 36px auto 0;
  }
}
@media (max-width: 1279px) {
  .l-diagram__imgRecycling img {
    width: 100%;
  }
}

.l-diagram__imgScheme {
  margin-top: 2px;
  text-align: center;
}
.l-diagram__imgScheme img {
  width: 70%;
}
@media (min-width: 1600px) {
  .l-diagram__imgScheme {
    max-width: 1500px;
    margin: 2px auto 0;
  }
}
@media (max-width: 1279px) {
  .l-diagram__imgScheme {
    margin-top: 12px;
  }
  .l-diagram__imgScheme img {
    width: 100%;
  }
}

.l-diagram__imgSupply {
  margin-top: 34px;
  text-align: center;
}
.l-diagram__imgSupply img {
  width: 55%;
}
@media (min-width: 1600px) {
  .l-diagram__imgSupply {
    max-width: 1500px;
    margin: 34px auto 0;
  }
}
@media (min-width: 1280px) {
  .l-diagram__imgSupply {
    position: relative;
  }
}
@media (max-width: 1279px) {
  .l-diagram__imgSupply img {
    width: 250px;
  }
}

.l-diagram__imgSupply2 {
  padding-top: 10px;
  text-align: center;
}
.l-diagram__imgSupply2 img {
  width: 45.9375%;
}
@media (min-width: 744px) and (max-width: 991px) {
  .l-diagram__imgSupply2 img {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 743px) {
  .l-diagram__imgSupply2 img {
    width: 55%;
  }
}
@media (max-width: 479px) {
  .l-diagram__imgSupply2 img {
    width: 70%;
  }
}

@media (min-width: 1280px) {
  .l-diagram__imgSupply3 {
    position: relative;
    max-width: 1122px;
    margin: 0 auto;
    padding: 418px 0 241px;
  }
}
@media (max-width: 1279px) {
  .l-diagram__imgSupply3 {
    padding: 40px 0 24px;
  }
}

.l-diagram__imgSupply3-lead {
  text-align: center;
}
.l-diagram__imgSupply3-lead img {
  width: 34.375%;
}
@media (min-width: 744px) and (max-width: 991px) {
  .l-diagram__imgSupply3-lead img {
    width: 40%;
  }
}
@media (min-width: 480px) and (max-width: 743px) {
  .l-diagram__imgSupply3-lead img {
    width: 45%;
  }
}
@media (max-width: 479px) {
  .l-diagram__imgSupply3-lead img {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .l-diagram__itemsSupply2 {
    max-width: 920px;
    margin: 0 auto;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .l-diagram__itemsSupply2 {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemsSupply2 {
    max-width: 335px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply {
    cursor: pointer;
  }
}
@media (min-width: 744px) {
  .l-diagram__itemSupply img {
    width: 150px;
  }
}
@media (max-width: 1279px) {
  .l-diagram__itemSupply {
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .l-diagram__itemSupply + .l-diagram__itemSupply {
    margin-left: 40px;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .l-diagram__itemSupply + .l-diagram__itemSupply {
    margin-left: 24px;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply2,
  .l-diagram__itemSupply3,
  .l-diagram__itemSupply4,
  .l-diagram__itemSupply5 {
    position: absolute;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply2 {
    top: 46px;
    left: 62px;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply3 {
    top: 46px;
    right: 13px;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply4 {
    left: 13px;
    bottom: -45px;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply5 {
    right: 47px;
    bottom: -45px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .l-diagram__itemSupply6 {
    width: calc(25% - 20px);
  }
  .l-diagram__itemSupply6 + .l-diagram__itemSupply6 {
    margin-left: 20px;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .l-diagram__itemSupply6 {
    width: calc(50% - 40px);
  }
  .l-diagram__itemSupply6:nth-of-type(2n) {
    margin-left: 40px;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply6 {
    width: calc(50% - 15px);
  }
  .l-diagram__itemSupply6:nth-of-type(2n) {
    margin-left: 15px;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply2-img,
  .l-diagram__itemSupply2-img2,
  .l-diagram__itemSupply2-img3,
  .l-diagram__itemSupply2-img4,
  .l-diagram__itemSupply2-img5 {
    position: absolute;
  }
}
@media (max-width: 1279px) {
  .l-diagram__itemSupply2-img,
  .l-diagram__itemSupply2-img2,
  .l-diagram__itemSupply2-img3,
  .l-diagram__itemSupply2-img4,
  .l-diagram__itemSupply2-img5 {
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply2-img {
    top: 416px;
    left: 0;
  }
  .l-diagram__itemSupply2-img img {
    height: 300px;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-diagram__itemSupply2-img {
    margin-top: 40px;
  }
  .l-diagram__itemSupply2-img img {
    height: 220px;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply2-img {
    margin-top: 40px;
  }
  .l-diagram__itemSupply2-img img {
    height: 140px;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply2-img2 {
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-diagram__itemSupply2-img2 img {
    height: 250px;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-diagram__itemSupply2-img2 {
    margin-top: 65px;
  }
  .l-diagram__itemSupply2-img2 img {
    height: 195px;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply2-img2 {
    margin-top: 46px;
  }
  .l-diagram__itemSupply2-img2 img {
    width: 130px;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply2-img3 {
    top: 416px;
    right: 0;
  }
  .l-diagram__itemSupply2-img3 img {
    height: 300px;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-diagram__itemSupply2-img3 {
    margin-top: 40px;
  }
  .l-diagram__itemSupply2-img3 img {
    width: 175px;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply2-img3 {
    margin-top: 40px;
  }
  .l-diagram__itemSupply2-img3 img {
    width: 130px;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply2-img4 {
    left: 100px;
    bottom: 24px;
  }
  .l-diagram__itemSupply2-img4 img {
    width: 210px;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-diagram__itemSupply2-img4 {
    margin-top: 120px;
  }
  .l-diagram__itemSupply2-img4 img {
    width: 170px;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply2-img4 {
    margin-top: 97px;
  }
  .l-diagram__itemSupply2-img4 img {
    width: 130px;
  }
}

@media (min-width: 1280px) {
  .l-diagram__itemSupply2-img5 {
    right: 181px;
    bottom: 24px;
  }
  .l-diagram__itemSupply2-img5 img {
    height: 150px;
  }
}

.l-diagram__itemSupply-txt {
  font-size: 2.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #38B24B));
  background: linear-gradient(transparent 85%, #38B24B 0%);
  display: inline;
}
@media (min-width: 1280px) {
  .l-diagram__itemSupply-txt {
    text-align: center;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-diagram__itemSupply-txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply-txt {
    font-size: 1.8rem;
    text-align: center;
  }
}

.l-diagram__itemSupply-txt2 {
  font-size: 1.8rem;
}
@media (min-width: 1280px) {
  .l-diagram__itemSupply-txt2 {
    margin-top: 8px;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-diagram__itemSupply-txt2 {
    font-size: 1.4rem;
    margin-top: 18px;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply-txt2 {
    font-size: 1.6rem;
    margin: 13px 0 20px;
  }
}

@media (min-width: 744px) {
  .l-diagram__itemSupply-txt3 {
    margin-bottom: 47px;
  }
}

@media (min-width: 744px) {
  .l-diagram__itemSupply-txt4 {
    margin-bottom: 20px;
  }
}

@media (min-width: 744px) {
  .l-diagram__itemSupply-txt5 {
    margin-bottom: 44px;
  }
}

.l-diagram__itemSupply2-txt {
  font-size: 2rem;
  letter-spacing: 0.2em;
  background-color: #DEF0CB;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px #ededed, -4px -4px 8px #ffffff;
          box-shadow: 4px 4px 8px #ededed, -4px -4px 8px #ffffff;
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-diagram__itemSupply2-txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply2-txt {
    font-size: 1.4rem;
  }
}

.l-diagram__itemSupply2-txt2 {
  padding: 93px 64px;
}
@media (min-width: 1280px) {
  .l-diagram__itemSupply2-txt2 {
    position: absolute;
    top: 494px;
    left: 157px;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply2-txt2 {
    padding: 63px 43px 63px 42px;
  }
}

.l-diagram__itemSupply2-txt3 {
  padding: 76px 16px;
}
@media (min-width: 1280px) {
  .l-diagram__itemSupply2-txt3 {
    position: absolute;
    top: 274px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply2-txt3 {
    padding: 51px 9px;
  }
}

.l-diagram__itemSupply2-txt4 {
  padding: 93px 76px;
}
@media (min-width: 1280px) {
  .l-diagram__itemSupply2-txt4 {
    position: absolute;
    top: 494px;
    right: 169px;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply2-txt4 {
    padding: 63px 51px;
  }
}

.l-diagram__itemSupply2-txt5 {
  padding: 93px 64px;
}
@media (min-width: 1280px) {
  .l-diagram__itemSupply2-txt5 {
    position: absolute;
    left: 267px;
    bottom: 123px;
  }
}
@media (max-width: 743px) {
  .l-diagram__itemSupply2-txt5 {
    padding: 63px 43px 63px 42px;
  }
}

.l-diagram__itemSupply2-txt6 {
  padding: 93px 88px;
}
@media (min-width: 1280px) {
  .l-diagram__itemSupply2-txt6 {
    position: absolute;
    right: 267px;
    bottom: 123px;
  }
}

@media (min-width: 1280px) {
  .l-diagram__sect {
    padding-top: 45px;
  }
}

/*================================================================
l-footer
================================================================*/
.l-footer {
  background-color: #222222;
  padding: 20px 0 34px;
}
@media (max-width: 743px) {
  .l-footer {
    padding: 14px 0 60px;
  }
}

@media (max-width: 991px) {
  .l-footer__wrap {
    max-width: 240px;
    margin: 0 auto;
  }
}

.l-footer__logo {
  width: 275px;
  height: 100px;
}
@media (max-width: 743px) {
  .l-footer__logo {
    width: 220px;
    height: 80px;
  }
}

.l-footer__navItems li {
  margin-top: 10px;
  margin-left: 14px;
  list-style-type: disc;
}
@media (min-width: 992px) {
  .l-footer__navItems {
    margin: 20px 60px 0;
  }
}
@media (max-width: 991px) {
  .l-footer__navItems {
    margin-top: 30px;
  }
}
@media (max-width: 743px) {
  .l-footer__navItems li {
    margin-left: 12px;
  }
}

.l-footer__navList {
  margin-top: 20px;
}
@media (max-width: 743px) {
  .l-footer__navList {
    margin-top: 30px;
  }
}

.l-footer__navItem2 + .l-footer__navItem2 {
  margin-top: 18px;
}

.l-footer__navItem,
.l-footer__navItem2,
.l-footer__navLink {
  color: #FFFFFF;
}

.l-copyright {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 991px) {
  .l-copyright {
    margin-top: 48px;
  }
}

/*================================================================
l-header
================================================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 100px;
  margin-bottom: -100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 743px) {
  .l-header {
    height: 80px;
    margin-bottom: -80px;
  }
}

.l-header.change {
  background-color: #FFFFFF;
}

@media (min-width: 1280px) {
  .l-header__inner {
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 3.125%;
  }
}

.l-header__logo {
  width: 275px;
  height: 100px;
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__logo {
    padding-left: 3.125%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media (max-width: 743px) {
  .l-header__logo {
    width: 220px;
    height: 80px;
    padding-left: 3.125%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__logo2 {
    width: 140px;
    margin-bottom: 34px;
  }
}
@media (max-width: 743px) {
  .l-header__logo2 {
    width: 140px;
    margin-bottom: 34px;
  }
}

.l-header__logo.change .l-header__logoLink svg .l-header__logoTxt {
  fill: #433F3F;
}

@media (min-width: 1280px) {
  .l-header__nav {
    margin-left: auto;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 195, 238)), color-stop(50%, rgb(20, 80, 180)), to(rgb(125, 215, 30)));
    background: linear-gradient(180deg, rgb(0, 195, 238) 0%, rgb(20, 80, 180) 50%, rgb(125, 215, 30) 100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 743px) {
  .l-header__nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 195, 238)), color-stop(50%, rgb(20, 80, 180)), to(rgb(125, 215, 30)));
    background: linear-gradient(180deg, rgb(0, 195, 238) 0%, rgb(20, 80, 180) 50%, rgb(125, 215, 30) 100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__nav.panelactive {
    opacity: 1;
    z-index: 999;
    height: 100vh;
  }
  .l-header__nav.panelactive .l-header__scroll {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-header__nav.panelactive .l-header__navList {
    display: block;
  }
}
@media (max-width: 743px) {
  .l-header__nav.panelactive {
    opacity: 1;
    z-index: 999;
    height: 100vh;
  }
  .l-header__nav.panelactive .l-header__scroll {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-header__nav.panelactive .l-header__navList {
    display: block;
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__navList {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 743px) {
  .l-header__navList {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 1280px) {
  .l-header__navItem + .l-header__navItem {
    margin-left: 36px;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__navItem {
    text-align: center;
  }
  .l-header__navItem + .l-header__navItem {
    margin-top: 24px;
  }
}
@media (max-width: 743px) {
  .l-header__navItem {
    text-align: center;
  }
  .l-header__navItem + .l-header__navItem {
    margin-top: 24px;
  }
}

.l-header__navLink {
  font-family: "Sora", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #FFFFFF;
}

.l-header__navLink.change {
  color: #433F3F;
}
@media (min-width: 1280px) {
  .l-header__navLink.change {
    position: relative;
  }
  .l-header__navLink.change::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #38B24B;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .l-header__navLink.change:hover {
    opacity: 1;
  }
  .l-header__navLink.change:hover::after {
    width: 100%;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__navLink.change {
    color: #FFFFFF;
  }
}
@media (max-width: 743px) {
  .l-header__navLink.change {
    color: #FFFFFF;
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__burger {
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    width: 35px;
    height: 50px;
    top: 25px;
    right: 40px;
  }
}
@media (max-width: 743px) {
  .l-header__burger {
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    width: 27px;
    height: 30px;
    top: 25px;
    right: 20px;
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__burgerInline,
  .l-header__burgerInline2,
  .l-header__burgerInline3 {
    background-color: #FFFFFF;
    height: 3px;
    border-radius: 16px;
    margin: 10px auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media (max-width: 743px) {
  .l-header__burgerInline,
  .l-header__burgerInline2,
  .l-header__burgerInline3 {
    background-color: #FFFFFF;
    height: 2px;
    border-radius: 16px;
    margin: 6px auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__burgerInline.change,
  .l-header__burgerInline2.change,
  .l-header__burgerInline3.change {
    background-color: #433F3F;
  }
}
@media (max-width: 743px) {
  .l-header__burgerInline.change,
  .l-header__burgerInline2.change,
  .l-header__burgerInline3.change {
    background-color: #433F3F;
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__burger.active {
    top: 62px;
    right: 45px;
  }
}
@media (max-width: 743px) {
  .l-header__burger.active {
    top: 48px;
    right: 23px;
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__burger.active .l-header__burgerInline,
  .l-header__burger.active .l-header__burgerInline3 {
    margin: -13px auto;
    background-color: #FFFFFF;
  }
}
@media (max-width: 743px) {
  .l-header__burger.active .l-header__burgerInline,
  .l-header__burger.active .l-header__burgerInline3 {
    margin: -8px auto;
    background-color: #FFFFFF;
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__burger.active .l-header__burgerInline {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 743px) {
  .l-header__burger.active .l-header__burgerInline {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__burger.active .l-header__burgerInline2 {
    opacity: 0;
  }
}
@media (max-width: 743px) {
  .l-header__burger.active .l-header__burgerInline2 {
    opacity: 0;
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .l-header__burger.active .l-header__burgerInline3 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media (max-width: 743px) {
  .l-header__burger.active .l-header__burgerInline3 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/*================================================================
l-inner
================================================================*/
.l-inner {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 7.8125%;
}

.l-inner2 {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 4.6875%;
}

.l-inner3 {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 5.4687%;
}

/*================================================================
l-main
================================================================*/
.l-main {
  padding-top: 58px;
}

.l-main2 {
  padding-top: 36px;
}

.l-sect {
  padding-top: 60px;
}

.l-sect2 {
  padding-bottom: 60px;
}

.l-sect__green {
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(246, 248, 244)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 248, 244) 100%);
}

.l-sect__green2 {
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgb(246, 248, 244)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(246, 248, 244) 55%, rgb(255, 255, 255) 100%);
}

.l-sect__blue {
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(75%, rgb(231, 241, 244)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 241, 244) 75%);
}

.l-sect__blue2 {
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(231, 241, 244)), color-stop(50%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(231, 241, 244) 20%, rgb(255, 255, 255) 50%);
}

.l-sect__gray {
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(245, 245, 245)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
}

.l-sect__gray2 {
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), color-stop(50%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 50%);
}
@media (max-width: 991px) {
  .l-sect__gray2 {
    height: 80px;
  }
}

/*================================================================
l-sidebar
================================================================*/
@media (min-width: 1280px) {
  .l-sidebar {
    margin-top: 0;
    margin-left: 40px;
    width: calc(30% - 40px);
  }
}
@media (max-width: 1279px) {
  .l-sidebar {
    margin-top: 60px;
  }
}

.l-sidebar__tag,
.l-sidebar__recent {
  margin-top: 24px;
}

.l-sidebar__ttlTag {
  margin-bottom: 6px;
}

.l-sidebar__ttlRecent {
  margin-bottom: 14px;
}

.l-sidebar__catList li {
  position: relative;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding-left: 16px;
  margin-top: 14px;
}
.l-sidebar__catList li::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 2px;
  background-color: #38B24B;
}

.l-sidebar__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-sidebar__tagList li {
  margin: 8px 8px 0 0;
}
.l-sidebar__tagList li a {
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #A59EA4;
  border: 1px solid #A59EA4;
  border-radius: 4px;
  padding: 6px 12px;
}
@media (min-width: 1280px) {
  .l-sidebar__tagList li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-sidebar__tagList li a:hover {
    opacity: 1;
    border: 1px solid #38B24B;
    color: #38B24B;
  }
}

.l-sidebar__post {
  height: 80px;
}
.l-sidebar__post + .l-sidebar__post {
  margin-top: 14px;
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-sidebar__post {
    height: 120px;
  }
}

.l-sidebar__img {
  overflow: hidden;
}
.l-sidebar__img img {
  width: 120px;
  height: 80px;
}
@media (min-width: 1280px) {
  .l-sidebar__img a {
    opacity: 1;
  }
  .l-sidebar__img a img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .l-sidebar__img a img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-sidebar__img img {
    width: 180px;
    height: 120px;
  }
}

.l-sidebar__postCont {
  padding: 5px 8px;
  width: calc(100% - 120px);
}
@media (min-width: 744px) and (max-width: 1279px) {
  .l-sidebar__postCont {
    width: calc(100% - 180px);
  }
}

.l-sidebar__postTime {
  color: #A59EA4;
}

@media (min-width: 1280px) {
  .l-sidebar__postTtl {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .l-sidebar__postTtl:hover {
    opacity: 1;
    color: #38B24B;
  }
}
@media (max-width: 1279px) {
  .l-sidebar__postTtl {
    margin-top: 4px;
  }
}

/*================================================================
component
================================================================*/
/*================================================================
c-btn
================================================================*/
.c-btn {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  font-family: "Space Grotesk", sans-serif;
  display: inline-block;
  padding: 7px 54px 7px 28px;
  border-radius: 16px;
}
.c-btn::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #FFFFFF;
  border-radius: 50vh;
  top: 13px;
  right: 28px;
}
@media (min-width: 1280px) {
  .c-btn {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .c-btn:hover {
    opacity: 1;
    border-color: transparent;
    background: linear-gradient(150deg, rgb(20, 80, 180) 70%, rgb(125, 215, 30) 100%);
    background-size: 180% auto;
    background-position: right center;
  }
}
@media (max-width: 743px) {
  .c-btn {
    font-size: 1.2rem;
    padding: 5px 44px 6px 22px;
  }
  .c-btn::after {
    width: 6px;
    height: 6px;
    top: 11px;
    right: 20px;
  }
}

.c-btn2 {
  border: 1px solid #FFFFFF;
}

.c-btn3 {
  background-color: #38B24B;
  color: #FFFFFF;
}

.c-btn4 {
  background-color: #F5F5F5;
  color: #A59EA4;
}
.c-btn4::after {
  background-color: #A59EA4;
}
@media (min-width: 1280px) {
  .c-btn4:hover {
    background: #F5F5F5;
  }
}

.c-btn5 a {
  color: #A59EA4;
  border: 1px solid #A59EA4;
  border-radius: 4px;
  padding: 3px 12px;
}
@media (min-width: 1280px) {
  .c-btn5 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-btn5 a:hover {
    opacity: 1;
    border: 1px solid #38B24B;
    color: #38B24B;
  }
}

.c-btn6 {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 14px 62px 14px 28px;
  border-radius: 28px;
}
.c-btn6::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 50vh;
  top: 24px;
  right: 34px;
}
@media (min-width: 1280px) {
  .c-btn6 {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .c-btn6:hover {
    opacity: 1;
    border-color: transparent;
    background: linear-gradient(150deg, rgb(20, 80, 180) 70%, rgb(125, 215, 30) 100%);
    background-size: 180% auto;
    background-position: right center;
  }
}

/*================================================================
c-cta
================================================================*/
@media (min-width: 992px) {
  .c-cta__inner {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .c-cta__wrap {
    margin-top: 1px;
  }
}

@media (min-width: 992px) {
  .c-cta__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.8753%;
            flex: 0 0 42.8753%;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .c-cta__img {
    width: 50%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .c-cta__cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.25%;
            flex: 0 1 48.25%;
    margin-left: 77px;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .c-cta__cont {
    width: 70%;
    margin: 20px auto 0;
  }
}
@media (min-width: 480px) and (max-width: 743px) {
  .c-cta__cont {
    width: 80%;
    margin: 20px auto 0;
  }
}
@media (max-width: 479px) {
  .c-cta__cont {
    margin-top: 20px;
  }
}

.c-cta__footer {
  margin-top: 28px;
}
@media (min-width: 992px) {
  .c-cta__footer {
    margin-left: 6px;
  }
}
@media (max-width: 991px) {
  .c-cta__footer {
    text-align: center;
  }
}

/*================================================================
c-faq
================================================================*/
.c-faq {
  background-color: #E7F1F4;
}

@media (min-width: 992px) {
  .c-faq__inner {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .c-faq__inner {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (min-width: 480px) and (max-width: 743px) {
  .c-faq__inner {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .c-faq__inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 20px;
  }
}

.c-faq__item {
  background-color: #FFFFFF;
  margin-top: 40px;
  padding: 20px 28px 20px 112px;
  border-radius: 32px;
}
@media (max-width: 743px) {
  .c-faq__item {
    padding: 20px 20px 20px 85px;
  }
}

.c-faq__itemLead {
  position: relative;
  top: 12px;
}
.c-faq__itemLead::before {
  position: absolute;
  content: "Q";
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #1450B4;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
  top: -23px;
  left: -84px;
  padding: 11px 18px 10px;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px #ededed, -4px -4px 8px #ffffff;
          box-shadow: 4px 4px 8px #ededed, -4px -4px 8px #ffffff;
}
@media (max-width: 743px) {
  .c-faq__itemLead {
    top: 9px;
  }
  .c-faq__itemLead::before {
    font-size: 2rem;
    top: -14px;
    left: -65px;
    padding: 7px 13px 8px;
  }
}

.c-faq__itemTxt {
  position: relative;
  margin-top: 50px;
}
.c-faq__itemTxt::before {
  position: absolute;
  content: "A";
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  color: #00C3EE;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
  top: -14px;
  left: -84px;
  padding: 10px 19px 11px 20px;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px #ededed, -4px -4px 8px #ffffff;
          box-shadow: 4px 4px 8px #ededed, -4px -4px 8px #ffffff;
}
@media (max-width: 743px) {
  .c-faq__itemTxt {
    margin-top: 29px;
  }
  .c-faq__itemTxt::before {
    font-size: 2rem;
    top: -8px;
    left: -65px;
    padding: 7px 14px 8px 15px;
  }
}

/*================================================================
c-feature
================================================================*/
.c-feature__ttl {
  font-size: 2.6rem;
}
@media (max-width: 743px) {
  .c-feature__ttl {
    font-size: 2rem;
  }
}

.c-feature__txt {
  margin: 32px 0 60px;
}

.c-feature__txt2 {
  margin-top: 12px;
  float: right;
}

@media (min-width: 992px) {
  .c-feature__wrap {
    max-width: 750px;
    margin: 24px auto 0;
  }
  .c-feature__wrap img {
    width: 53.3333%;
  }
}
@media (max-width: 991px) {
  .c-feature__wrap {
    max-width: 300px;
    margin: 24px auto 0;
    padding-bottom: 36px;
  }
}

@media (min-width: 992px) {
  .c-feature__cont {
    margin-left: 30px;
  }
}

.c-feature__item {
  width: 150px;
}
.c-feature__item:nth-of-type(2n) {
  margin-left: 20px;
}
.c-feature__item:nth-child(3), .c-feature__item:nth-child(4) {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .c-feature__item {
    width: 142px;
  }
  .c-feature__item:nth-of-type(2n) {
    margin-left: 16px;
  }
  .c-feature__item:nth-child(3), .c-feature__item:nth-child(4) {
    margin-top: 16px;
  }
}

.c-feature__itemTxt {
  letter-spacing: 0.2em;
  color: #FC7F07;
  padding: 10px 0;
  border-radius: 16px;
  border: 2px solid #FC7F07;
}

/*================================================================
c-flow
================================================================*/
@media (min-width: 992px) {
  .c-flow {
    padding-top: 25px;
  }
}

.c-flow__items {
  margin-top: 48px;
}

.c-flow__item {
  position: relative;
}
.c-flow__item::after {
  position: absolute;
  content: "";
}
.c-flow__item:last-child::after {
  display: none;
}
@media (min-width: 992px) {
  .c-flow__item + .c-flow__item {
    margin-left: 115px;
  }
  .c-flow__item::after {
    width: 35px;
    height: 30px;
    top: 25%;
    right: -75px;
    background: transparent url(../img/general/svg/arrow.svg) no-repeat center center/contain;
  }
}
@media (max-width: 991px) {
  .c-flow__item {
    text-align: center;
  }
  .c-flow__item img {
    width: 250px;
  }
  .c-flow__item + .c-flow__item {
    margin-top: 96px;
  }
  .c-flow__item::after {
    width: 30px;
    height: 35px;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: transparent url(../img/general/svg/arrow-sp.svg) no-repeat center center/contain;
  }
}

.c-flow__item2 {
  position: relative;
}
.c-flow__item2::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 139px;
  background: transparent url(../img/oil/png/acc.png) no-repeat center center/contain;
}
@media (min-width: 992px) {
  .c-flow__item2::before {
    top: -139px;
    left: -16px;
  }
}
@media (max-width: 991px) {
  .c-flow__item2 {
    padding-top: 125px;
  }
  .c-flow__item2::before {
    top: 0;
    left: 50%;
    width: 150px;
    height: 104px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-flow__itemTxt {
  margin-top: 22px;
}

/*================================================================
c-heading
================================================================*/
.c-primary-ttl {
  letter-spacing: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  text-transform: capitalize;
}
@media (max-width: 743px) {
  .c-primary-ttl {
    font-size: 3.2rem;
  }
}

.c-secondary-ttl {
  position: relative;
  letter-spacing: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  margin-left: 38px;
  text-transform: capitalize;
}
.c-secondary-ttl::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 21px;
  top: 20px;
  left: -38px;
}
@media (max-width: 743px) {
  .c-secondary-ttl {
    font-size: 3.2rem;
  }
  .c-secondary-ttl::before {
    top: 13px;
    left: -30px;
  }
}

.c-tertiary-ttl {
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 3.2rem;
}
@media (max-width: 743px) {
  .c-tertiary-ttl {
    font-size: 2.6rem;
  }
}

/*================================================================
c-loading
================================================================*/
.spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E7F1F4;
}

.pulse {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pulse__dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.pulse__dot2 {
  background-color: #00C3EE;
  -webkit-animation: pulse 0.4s ease 0s infinite alternate;
          animation: pulse 0.4s ease 0s infinite alternate;
}

.pulse__dot3 {
  background-color: #1450B4;
  -webkit-animation: pulse 0.4s ease 0.2s infinite alternate;
          animation: pulse 0.4s ease 0.2s infinite alternate;
}

.pulse__dot4 {
  background-color: #7DD71E;
  -webkit-animation: pulse 0.4s ease 0.4s infinite alternate;
          animation: pulse 0.4s ease 0.4s infinite alternate;
}

@-webkit-keyframes pulse {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0.25;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

@keyframes pulse {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0.25;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
/*================================================================
c-modal
================================================================*/
@media (min-width: 744px) {
  .c-modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .c-modal img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 400px;
  }
}

@media (min-width: 1280px) {
  .c-modal__overlay {
    cursor: pointer;
  }
}
@media (min-width: 744px) {
  .c-modal__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(67, 63, 63, 0.9);
  }
}

@media (min-width: 1280px) {
  .c-modal__close {
    cursor: pointer;
  }
}
@media (min-width: 744px) {
  .c-modal__close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50px;
    right: 50px;
  }
}

@media (min-width: 744px) {
  .c-modal__close::before,
  .c-modal__close::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    top: 15px;
    left: 15px;
    background-color: #FFFFFF;
  }
}

@media (min-width: 744px) {
  .c-modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

@media (min-width: 744px) {
  .c-modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/*================================================================
c-totop
================================================================*/
.c-totop {
  position: fixed;
  right: 6.0156%;
  bottom: 100px;
  z-index: 10;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.c-totop.is-show {
  visibility: visible;
}
@media (min-width: 1280px) {
  .c-totop:hover {
    bottom: 110px;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  .c-totop {
    right: 40px;
    bottom: 80px;
  }
}
@media (max-width: 743px) {
  .c-totop {
    right: 20px;
    bottom: 60px;
  }
}

.c-totop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 195, 238)), color-stop(50%, rgb(20, 80, 180)), to(rgb(125, 215, 30)));
  background: linear-gradient(180deg, rgb(0, 195, 238) 0%, rgb(20, 80, 180) 50%, rgb(125, 215, 30) 100%);
  width: 80px;
  height: 80px;
  border-radius: 50vh;
  color: #FFFFFF;
}
.c-totop a span {
  width: 0px;
  height: 0px;
  visibility: hidden;
}
.c-totop a:hover {
  opacity: 1;
}
@media (max-width: 743px) {
  .c-totop a {
    width: 60px;
    height: 60px;
  }
}

/*================================================================
project
================================================================*/
/*================================================================
front-page
================================================================*/
/*================================================================
p-fv
================================================================*/
.p-fv {
  position: relative;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-fv__slide {
  position: relative;
}
.p-fv__slide::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-fv__slide img {
  display: block;
}
@media (min-width: 744px) and (max-width: 1279px) {
  .p-fv__slide img {
    height: 100vh;
  }
}
@media (max-width: 743px) {
  .p-fv__slide img {
    height: 100vh;
  }
}

.swiper-slide-active .p-fv__slide,
.swiper-slide-duplicate-active .p-fv__slide,
.swiper-slide-prev .p-fv__slide {
  -webkit-animation: anime 9s linear 0s 1 normal both;
          animation: anime 9s linear 0s 1 normal both;
}

@-webkit-keyframes anime {
  0% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anime {
  0% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-fv__cont {
  position: absolute;
  top: 55%;
  left: 5.3%;
  color: #FFFFFF;
  z-index: 5;
}
@media (max-width: 743px) {
  .p-fv__cont {
    top: 40%;
    padding-right: 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.p-fv__txt {
  font-size: 2.6rem;
  margin-top: 23px;
}
@media (max-width: 743px) {
  .p-fv__txt {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

@media (min-width: 1600px) {
  .p-fv__info {
    width: 54.6875%;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .p-fv__info {
    width: 700px;
  }
}
@media (min-width: 1280px) {
  .p-fv__info {
    left: 22.6562%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .p-fv__info {
    max-width: 700px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  .p-fv__info {
    bottom: 32px;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .p-fv__info {
    max-width: 400px;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 744px) {
  .p-fv__info {
    position: absolute;
    z-index: 5;
    background-color: #FFFFFF;
    padding: 24px 28px;
  }
}
@media (max-width: 743px) {
  .p-fv__info {
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 36px 7.8125% 0;
  }
}

.p-fv__infoItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-fv__infoItems dt span {
  font-size: 1.2rem;
  font-family: "Space Grotesk", sans-serif;
  color: #38B24B;
  padding: 4px 24px;
  margin-right: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 4px 4px 8px #ededed, -4px -4px 8px #ffffff;
          box-shadow: 4px 4px 8px #ededed, -4px -4px 8px #ffffff;
}
.p-fv__infoItems dd a {
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (min-width: 1280px) {
  .p-fv__infoItems dd a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-fv__infoItems dd a:hover {
    opacity: 1;
    color: #38B24B;
  }
}
@media (max-width: 991px) {
  .p-fv__infoItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-fv__infoItems dt {
    margin-bottom: 16px;
  }
  .p-fv__infoItems dt span {
    margin-right: 0;
  }
  .p-fv__infoItems dd a {
    font-size: 1.6rem;
  }
}

.p-fv__infoTtl {
  font-size: 1.8rem;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .p-fv__infoTtl {
    margin-top: 3px;
    margin-right: 32px;
  }
}
@media (max-width: 991px) {
  .p-fv__infoTtl {
    margin-bottom: 10px;
  }
}
@media (max-width: 743px) {
  .p-fv__infoTtl {
    font-size: 1.6rem;
  }
}

.swiper-pagination {
  position: absolute;
  top: 80%;
  left: 4.6875%;
}
@media (max-width: 743px) {
  .swiper-pagination {
    top: 70%;
  }
}

.swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  background: #FFFFFF;
  width: 11px;
  height: 11px;
  margin: 0 28px;
}
.swiper-pagination-bullet:focus {
  outline: none;
}
@media (min-width: 1600px) {
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 32px;
  }
}
@media (max-width: 743px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 24px;
  }
}

.swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1600px) {
  .swiper-pagination-bullet-active::after {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 743px) {
  .swiper-pagination-bullet-active::after {
    width: 26px;
    height: 26px;
  }
}

.p-fv__scroll {
  position: absolute;
  top: 80%;
  right: 3.125%;
  height: 140px;
  z-index: 5;
}
@media (min-width: 744px) and (max-width: 1279px) {
  .p-fv__scroll {
    display: none;
  }
}
@media (max-width: 743px) {
  .p-fv__scroll {
    display: none;
  }
}
.p-fv__scroll span {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Sora", sans-serif;
  color: #FFFFFF;
  top: -90px;
  left: -12px;
  cursor: pointer;
}
.p-fv__scroll::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 50px;
  background-color: #FFFFFF;
  -webkit-animation: scrollDown 1.7s ease-in-out infinite;
          animation: scrollDown 1.7s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes scrollDown {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  50% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 140px;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  50% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 140px;
    opacity: 0;
  }
}

/*================================================================
p-vision
================================================================*/
.p-vision__subTtl {
  margin: 24px auto 32px;
}
@media (min-width: 480px) {
  .p-vision__subTtl {
    max-width: 540px;
  }
}

.p-vision__lead {
  color: #38B24B;
}

.p-vision__wrapper2 {
  background-color: #F5F5F5;
}
@media (min-width: 1600px) {
  .p-vision__wrapper2 {
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 7.8125%;
  }
}

@media (min-width: 1600px) {
  .p-vision__cont2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .p-vision__cont2 {
    padding-left: 80px;
  }
}

.p-vision__txt {
  margin: 20px auto 18px;
}
@media (min-width: 480px) {
  .p-vision__txt {
    max-width: 440px;
  }
}
@media (max-width: 743px) {
  .p-vision__txt {
    margin: 44px auto 18px;
  }
}

@media (min-width: 1600px) {
  .p-vision__img3 img {
    border-radius: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .p-vision__img3 img {
    border-radius: 0 28px 28px 0;
  }
}
@media (min-width: 992px) {
  .p-vision__img3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .p-vision__img3 img {
    -webkit-box-shadow: 12px 12px 26px #d0d0d0, -12px -12px 26px #f0f0f0;
            box-shadow: 12px 12px 26px #d0d0d0, -12px -12px 26px #f0f0f0;
  }
}
@media (max-width: 991px) {
  .p-vision__img3 {
    text-align: center;
  }
  .p-vision__img3 img {
    width: 72.5%;
    border-radius: 28px;
  }
}

@media (max-width: 991px) {
  .p-vision__message {
    margin-top: 26px;
  }
}

.p-vision__bg {
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(75%, rgb(245, 245, 245)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 75%);
}

.p-vision__bg2 {
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgb(245, 245, 245)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(245, 245, 245) 40%, rgb(255, 255, 255) 100%);
}

/*================================================================
p-feature
================================================================*/
.p-feature__ttl {
  position: relative;
  text-transform: capitalize;
}
.p-feature__ttl::after {
  position: absolute;
  color: #A59EA4;
  font-family: "BIZ UDGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  top: 35.2px;
  left: 0;
}
@media (max-width: 743px) {
  .p-feature__ttl::after {
    font-size: 1.2rem;
    top: 28px;
  }
}

.p-feature__ttl2::after {
  content: "事業スキーム";
}

.p-feature__ttl3::after {
  content: "会社概要";
}

@media (min-width: 992px) {
  .p-feature__wrapper2 {
    position: relative;
    margin-top: -6px;
  }
}
@media (max-width: 991px) {
  .p-feature__wrapper2 {
    margin-top: 60px;
  }
}
@media (max-width: 743px) {
  .p-feature__wrapper2 {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .p-feature__img {
    position: relative;
    z-index: 5;
    text-align: center;
  }
  .p-feature__img img {
    width: 85%;
    border-radius: 28px;
  }
}

.p-feature__cont {
  position: relative;
  background-color: #FFFFFF;
  padding: 56px 36px;
  border-radius: 28px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(67, 63, 63, 0.25);
          box-shadow: 2px 2px 6px 0 rgba(67, 63, 63, 0.25);
}
@media (min-width: 992px) {
  .p-feature__cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 440px;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .p-feature__cont {
    z-index: 1;
    margin-top: -40px;
    padding: 68px 64px 56px;
  }
}
@media (max-width: 743px) {
  .p-feature__cont {
    z-index: 1;
    margin-top: -40px;
    padding: 68px 36px 56px;
  }
}

@media (min-width: 992px) {
  .p-feature__cont2 {
    margin-right: -60px;
  }
}

@media (min-width: 992px) {
  .p-feature__cont3 {
    margin-left: -60px;
  }
}

.p-feature__txt {
  margin: 55px 0 34px;
}
@media (max-width: 991px) {
  .p-feature__txt {
    margin: 50px 0 24px;
  }
}

/*================================================================
p-platform
================================================================*/
.p-platform {
  background-color: #E7F1F4;
}

.p-platform__subTtl {
  margin: 36px 0 60px;
}
@media (max-width: 991px) {
  .p-platform__subTtl {
    margin: 44px 0;
  }
}

@media (min-width: 1600px) {
  .p-platform__items {
    max-width: 1500px;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .p-platform__items {
    max-width: 1300px;
  }
}
@media (min-width: 992px) {
  .p-platform__items {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .p-platform__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .p-platform__item:first-child {
    margin-right: 76px;
  }
}

@media (min-width: 992px) {
  .p-platform__icon {
    text-align: center;
  }
  .p-platform__icon img {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .p-platform__icon {
    display: none;
  }
}

@media (min-width: 992px) {
  .p-platform__icon2 {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .p-platform__icon3 {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .p-platform__iconSp {
    display: none;
  }
}
@media (max-width: 991px) {
  .p-platform__iconSp {
    text-align: center;
    margin-top: 40px;
  }
  .p-platform__iconSp img {
    width: 70%;
  }
}

.p-platform__img {
  position: relative;
  z-index: 5;
}
.p-platform__img img {
  border-radius: 28px;
}
@media (min-width: 1280px) {
  .p-platform__img img {
    width: 400px;
  }
}
@media (max-width: 1279px) {
  .p-platform__img img {
    width: 85%;
  }
}

.p-platform__cont {
  position: relative;
  background-color: #FFFFFF;
  margin-top: -130px;
  padding: 152px 36px 44px;
  border-radius: 28px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(67, 63, 63, 0.25);
          box-shadow: 2px 2px 6px 0 rgba(67, 63, 63, 0.25);
}
@media (min-width: 1280px) {
  .p-platform__cont {
    height: 450px;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .p-platform__cont {
    padding: 152px 64px 44px;
  }
}

.p-platform__itemTxt {
  margin: 26px 0 32px;
}
@media (max-width: 991px) {
  .p-platform__itemTxt {
    margin: 16px 0 28px;
  }
}

/*================================================================
p-privacy
================================================================*/
@media (min-width: 1280px) {
  .p-privacy__inner {
    max-width: 1000px;
  }
}

.p-privacy__txt {
  margin: 20px 0 60px;
}

.p-privacy__item + .p-privacy__item {
  margin-top: 32px;
}

.p-privacy__itemTtl {
  margin-bottom: 12px;
}

.p-privacy__itemTxt li {
  margin-left: 16px;
  list-style-type: disc;
  list-style-position: outside;
}
.p-privacy__itemTxt li ol li {
  margin-left: 32px;
  list-style-type: decimal;
  list-style-position: outside;
}
.p-privacy__itemTxt li ol li ol li {
  margin-left: 32px;
  list-style-type: lower-latin;
  list-style-position: outside;
}
@media (max-width: 743px) {
  .p-privacy__itemTxt li {
    margin-left: 14px;
  }
  .p-privacy__itemTxt li ol li {
    margin-left: 28px;
  }
  .p-privacy__itemTxt li ol li ol li {
    margin-left: 28px;
  }
}

.p-privacy__itemTxt2 li {
  margin-left: 32px;
  list-style-type: decimal;
  list-style-position: outside;
}
@media (max-width: 743px) {
  .p-privacy__itemTxt2 li {
    margin-left: 28px;
  }
}

/*================================================================
p-news
================================================================*/
@media (max-width: 991px) {
  .p-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .p-news__cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media (max-width: 991px) {
  .p-news__cont {
    display: contents;
  }
}

.p-news__ttl::before {
  background: transparent url(../img/general/svg/acc2.svg) no-repeat center center/contain;
}
@media (max-width: 991px) {
  .p-news__ttl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-news__txt {
  margin: 18px 0 33px;
}
@media (max-width: 991px) {
  .p-news__txt {
    margin: 12px 0 8px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__btn:hover {
  opacity: 1;
}
@media (min-width: 1280px) {
  .p-news__btn {
    margin-left: 40px;
  }
  .p-news__btn:hover {
    -webkit-animation: circleAnime 1.6s;
            animation: circleAnime 1.6s;
  }
}

.p-news__btnCircle {
  position: relative;
  margin: 8px 0 0 -11px;
}
.p-news__btnCircle::after {
  position: absolute;
  content: "";
  background: transparent url(../img/general/svg/btn.svg) no-repeat center center/contain;
  width: 28px;
  height: 6px;
  top: 27px;
  left: 16px;
}
.p-news__btnCircle svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-news__btnCircle circle {
  fill: transparent;
  stroke: #A59EA4;
  stroke-width: 2;
}
@-webkit-keyframes circleAnime {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}
@keyframes circleAnime {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}

.p-news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 28px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .p-news__items {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .p-news__items {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.p-news__items dt,
.p-news__items dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.p-news__items dt {
  width: 195px;
}
.p-news__items dt time {
  color: #A59EA4;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.p-news__items dt span {
  font-size: 1.2rem;
  font-family: "Space Grotesk", sans-serif;
  color: #38B24B;
  padding: 4px 0px;
  margin-left: 18px;
  margin-right: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 4px 4px 8px #ededed, -4px -4px 8px #ffffff;
          box-shadow: 4px 4px 8px #ededed, -4px -4px 8px #ffffff;
  width: 100%;
  text-align: center;
}
.p-news__items dd {
  width: calc(100% - 195px);
}
.p-news__items dd a {
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (min-width: 1280px) {
  .p-news__items dd a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-news__items dd a:hover {
    opacity: 1;
    color: #38B24B;
  }
}
@media (max-width: 743px) {
  .p-news__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-news__items dt,
  .p-news__items dd {
    margin-bottom: 24px;
  }
  .p-news__items dt span {
    margin-right: 0;
  }
  .p-news__items dd {
    width: 100%;
  }
  .p-news__items dd a {
    font-size: 1.6rem;
  }
}

/*================================================================
child-page
================================================================*/
/*================================================================
company
================================================================*/
/*================================================================
p-management
================================================================*/
.p-management__txt {
  margin-top: 32px;
}

@media (min-width: 1600px) {
  .p-management__items {
    max-width: 1500px;
    margin: 48px auto 0;
  }
}
@media (min-width: 992px) {
  .p-management__items {
    margin-top: 48px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-management__items {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .p-management__items {
    margin-top: 42px;
  }
}

@media (min-width: 992px) {
  .p-management__item {
    width: calc(100% - 160px);
  }
  .p-management__item + .p-management__item {
    margin-left: 40px;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .p-management__item {
    width: calc(50% - 80px);
    margin: 40px 40px 0 0;
  }
  .p-management__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 743px) {
  .p-management__item {
    width: 50%;
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  .p-management__item + .p-management__item {
    margin-top: 84px;
  }
}

.p-management__head img {
  width: 67.3%;
  border-radius: 50%;
  -webkit-box-shadow: 12px 12px 26px #d0d0d0, -12px -12px 26px #f0f0f0;
          box-shadow: 12px 12px 26px #d0d0d0, -12px -12px 26px #f0f0f0;
}

.p-management__name {
  margin: 18px 0 2px;
}

.p-management__nameEng,
.p-management__position,
.p-management__place {
  color: #A59EA4;
}

@media (max-width: 991px) {
  .p-management__foot {
    padding: 0 32px;
  }
}

.p-management__cap {
  margin: 4px 0 12px;
}

.p-management__place {
  float: right;
}

/*================================================================
p-company
================================================================*/
.p-company {
  background-color: #F6F8F4;
}
.p-company iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.p-company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 48px auto 0;
  padding-bottom: 60px;
}
.p-company__wrapper dt,
.p-company__wrapper dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
}
.p-company__wrapper dt:nth-of-type(2n),
.p-company__wrapper dd:nth-of-type(2n) {
  color: #A59EA4;
  font-size: 1.2rem;
  padding-bottom: 18px;
  border-bottom: 1px dotted #A59EA4;
  margin: 8px 0 16px;
}
.p-company__wrapper dt:nth-child(27), .p-company__wrapper dt:last-child,
.p-company__wrapper dd:nth-child(27),
.p-company__wrapper dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-company__wrapper dt {
  width: 120px;
  font-size: 1.8rem;
}
.p-company__wrapper dd {
  width: calc(100% - 120px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-company__wrapper dd .p-company__margin {
  margin: 0 9px;
}
@media (min-width: 1280px) {
  .p-company__wrapper {
    max-width: 1000px;
  }
}
@media (max-width: 1279px) {
  .p-company__wrapper {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 7.8125% 60px;
  }
}
@media (max-width: 479px) {
  .p-company__wrapper dd .p-company__margin {
    display: none;
  }
}
@media (max-width: 743px) {
  .p-company__wrapper dt {
    font-size: 1.4rem;
  }
}

.p-company__map {
  display: block;
  position: relative;
  height: 480px;
}
.p-company__map::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 195, 238, 0.03);
}
.p-company__map::after {
  position: absolute;
  content: "";
  background: transparent url(../img/company/svg/icon.svg) no-repeat center center/contain;
  z-index: 5;
  width: 50px;
  height: 71px;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -57%);
          transform: translate(-50%, -57%);
}

/*================================================================
service
================================================================*/
/*================================================================
p-fuel
================================================================*/
.p-fuel {
  background-color: #F5F5F5;
}

.p-fuel__inner {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 7.8125%;
}

.p-fuel__cont {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .p-fuel__cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .p-fuel__cont {
    margin-top: 0;
  }
}

.p-fuel__ttl::before {
  background: transparent url(../img/general/svg/acc2.svg) no-repeat center center/contain;
}
.p-fuel__ttl::after {
  position: absolute;
  content: "Used Cooking Oil";
  font-family: "Sora", sans-serif;
  color: #A59EA4;
  font-family: "BIZ UDGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  top: 65px;
  left: -38px;
}
@media (max-width: 743px) {
  .p-fuel__ttl::after {
    font-size: 1.2rem;
    top: 48px;
  }
}

.p-fuel__txt {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .p-fuel__txt {
    margin-top: 50px;
  }
}

@media (min-width: 1600px) {
  .p-fuel__img {
    margin-left: 112px;
  }
  .p-fuel__img img {
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .p-fuel__img {
    margin-left: 52px;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .p-fuel__img img {
    width: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .p-fuel__img img {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .p-fuel__img {
    margin-top: 36px;
    text-align: center;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .p-fuel__img img {
    width: 60%;
  }
}
@media (max-width: 743px) {
  .p-fuel__img img {
    width: 90%;
  }
}

/*================================================================
p-collect__request
================================================================*/
@media (min-width: 992px) {
  .p-collect__requestInner {
    max-width: 800px;
    margin: 0 auto;
  }
}

.p-collect__requestWrap {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .p-collect__requestWrap {
    margin-top: 28px;
  }
}

.p-collect__requestImg img {
  border-radius: 28px;
}
@media (min-width: 992px) {
  .p-collect__requestImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-collect__requestImg {
    width: 50%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .p-collect__requestCont {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-left: 70px;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .p-collect__requestCont {
    width: 70%;
    margin: 20px auto 0;
  }
}
@media (min-width: 480px) and (max-width: 743px) {
  .p-collect__requestCont {
    width: 80%;
    margin: 20px auto 0;
  }
}
@media (max-width: 479px) {
  .p-collect__requestCont {
    margin-top: 20px;
  }
}

.p-collect__requestFooter {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .p-collect__requestFooter {
    text-align: center;
  }
}

/*================================================================
other
================================================================*/
/*================================================================
p-archive
================================================================*/
.p-archive {
  padding-top: 20px;
}

@media (min-width: 1600px) {
  .p-archive__inner {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .p-archive__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .p-archive__inner {
    max-width: 840px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .p-archive__wrapper {
    width: 70%;
  }
}

.p-archive__cap {
  margin-bottom: 14px;
}

.p-archive__post + .p-archive__post {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .p-archive__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
  }
}

.p-archive__img {
  overflow: hidden;
}
@media (min-width: 1280px) {
  .p-archive__img a:hover {
    opacity: 1;
  }
  .p-archive__img a img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .p-archive__img a img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 992px) {
  .p-archive__img img {
    width: 240px;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .p-archive__img img {
    height: auto;
  }
}

.p-archive__postCont {
  color: #A59EA4;
  padding: 7px 16px;
}
@media (min-width: 992px) {
  .p-archive__postCont {
    width: calc(100% - 240px);
  }
}

.p-archive__postTtl {
  color: #433F3F;
}
@media (min-width: 1280px) {
  .p-archive__postTtl a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-archive__postTtl a:hover {
    opacity: 1;
    color: #38B24B;
  }
}

.p-archive__postBody {
  margin: 8px 0 2px;
}

.p-archive__postCat {
  color: #38B24B;
}
.p-archive__postCat span {
  color: #A59EA4;
  margin: 0 12px;
}
@media (min-width: 1280px) {
  .p-archive__postCat a {
    position: relative;
  }
  .p-archive__postCat a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #38B24B;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
  }
  .p-archive__postCat a:hover {
    opacity: 1;
  }
  .p-archive__postCat a:hover::after {
    width: 100%;
  }
}

.p-archive__postFooter span {
  margin: 6px 4px 0 0;
}

.p-archive__postTag a {
  margin: 6px 0 0 6px;
}

.pagination {
  text-align: center;
  margin-top: 44px;
}
@media (max-width: 743px) {
  .pagination {
    margin-top: 26px;
  }
}

.page-numbers {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin-right: 20px;
}
@media (min-width: 1280px) {
  .page-numbers {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page-numbers:hover {
    opacity: 1;
    color: #38B24B;
  }
}
@media (max-width: 743px) {
  .page-numbers {
    font-size: 1.6rem;
  }
}

.current {
  color: #38B24B;
  border-bottom: 2px solid #38B24B;
}

.dots {
  border: none;
}

/*================================================================
p-single
================================================================*/
.p-single {
  padding-top: 20px;
}

@media (min-width: 1600px) {
  .p-single__inner {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media (max-width: 1279px) {
  .p-single__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .p-single__inner {
    max-width: 840px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .p-single__wrapper {
    width: 70%;
  }
}

.p-single__header {
  color: #A59EA4;
  padding-bottom: 22px;
  margin-bottom: 34px;
  border-bottom: 1px solid #A59EA4;
}

.p-single__ttl {
  color: #433F3F;
}

.p-single__infoBody {
  margin-top: 12px;
}

.p-single__infoCat {
  color: #38B24B;
}
.p-single__infoCat span {
  color: #A59EA4;
  margin: 0 12px;
}
@media (min-width: 1280px) {
  .p-single__infoCat a {
    position: relative;
  }
  .p-single__infoCat a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #38B24B;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
  }
  .p-single__infoCat a:hover {
    opacity: 1;
  }
  .p-single__infoCat a:hover::after {
    width: 100%;
  }
}

.p-single__infoFooter span {
  margin: 12px 5px 0 0;
}

.p-single__infoTag a {
  margin: 12px 0 0 10px;
}

.p-single__body p,
.p-single__body h2,
.p-single__body h3,
.p-single__body ul {
  line-height: 2;
  margin: 34px 0;
}
.p-single__body h2,
.p-single__body h3 {
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.p-single__body h2 {
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
  padding-left: 26px;
}
.p-single__body h2:before {
  content: "";
  position: absolute;
  background-color: #38B24B;
  width: 8px;
  height: 100%;
  left: 0;
}
.p-single__body h3 {
  font-size: 2rem;
}
.p-single__body a {
  color: #38B24B;
  text-decoration: underline;
}
.p-single__body ul li {
  margin-top: 4px;
  margin-left: 16px;
  list-style-type: disc;
}
@media (max-width: 743px) {
  .p-single__body p,
  .p-single__body h2,
  .p-single__body h3,
  .p-single__body ul {
    margin: 28px 0;
  }
  .p-single__body h2 {
    font-size: 1.8rem;
  }
  .p-single__body h3 {
    font-size: 1.6rem;
  }
  .p-single__body ul li {
    font-size: 1.4rem;
    margin-left: 14px;
  }
}

.pagination-single {
  margin-top: 46px;
}
.pagination-single div:last-child {
  margin-left: auto;
}
@media (max-width: 743px) {
  .pagination-single {
    margin-top: 42px;
  }
}

@media (min-width: 1280px) {
  .pagination-single__lLink,
  .pagination-single__rLink {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pagination-single__lLink:hover,
  .pagination-single__rLink:hover {
    opacity: 1;
    color: #38B24B;
  }
}

/*================================================================
p-inquiry
================================================================*/
@media (max-width: 743px) {
  .p-inquiry__txt {
    padding: 0 20px;
  }
}

.p-inquiry__cont {
  margin: 0 auto;
  max-width: 800px;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont {
    max-width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont {
    max-width: 300px;
  }
}

.p-inquiry__cont2 .wpcf7-form p {
  margin-top: 65px;
  position: relative;
}
.p-inquiry__cont2 .wpcf7-form p:before {
  position: absolute;
  top: 96px;
  left: 0;
  font-size: 1.4rem;
  color: #A59EA4;
}
.p-inquiry__cont2 .wpcf7-form p:after {
  position: absolute;
  content: "必須";
  top: 0;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  padding: 2px 12px;
  border-radius: 12px;
  color: #FFFFFF;
  background-color: #FC7F07;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(1) {
  margin-top: 0;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(2) {
  margin-top: 48px;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(2):before {
  content: "例) 佐藤翔太";
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(2):after {
  left: 68px;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(3):before {
  content: "例) さとうしょうた";
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(3):after {
  left: 85px;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(4):before {
  content: "例) 株式会社リサイクルテクノロジーズ";
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(4):after {
  display: none;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(5):before {
  content: "例) 09012345678";
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(5):after {
  display: none;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(6):before {
  content: "例) xxxxxxxxxx@example.com";
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(6):after {
  left: 138px;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(7):after {
  display: none;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(7) label .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(7) label .wpcf7-list-item {
  margin: 0;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(7) label .wpcf7-list-item input {
  display: none;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(7) label .wpcf7-list-item input + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 20px 28px 0 0;
  padding: 0 0 0 42px;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(7) label .wpcf7-list-item input + span::before {
  position: absolute;
  content: "";
  display: block;
  background: #FFFFFF;
  border: 1px solid #A59EA4;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(7) label .wpcf7-list-item input:checked + span::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2.5px solid #38B24B;
  border-left: 2.5px solid #38B24B;
  width: 18px;
  height: 10px;
  top: 9px;
  left: 6px;
  opacity: 1;
  -webkit-transform: translateY(-45%) rotate(-50deg);
          transform: translateY(-45%) rotate(-50deg);
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(8) {
  margin-top: 34px;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(8):before {
  content: "ご自由にお書きください";
  top: 247px;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(8):after {
  left: 156px;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(9) {
  margin-top: 78px;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(9):after {
  display: none;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(10) {
  margin-top: 22px;
  line-height: 2;
  text-align: center;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(10):after {
  display: none;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(12) {
  margin-top: 28px;
  text-align: center;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(12):after {
  display: none;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(12) .wpcf7-list-item label input {
  display: none;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(12) .wpcf7-list-item label input + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 42px;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(12) .wpcf7-list-item label input + span::before {
  position: absolute;
  content: "";
  display: block;
  background: #FFFFFF;
  border: 1px solid #A59EA4;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(12) .wpcf7-list-item label input:checked + span::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2.5px solid #38B24B;
  border-left: 2.5px solid #38B24B;
  width: 18px;
  height: 10px;
  top: 9px;
  left: 6px;
  opacity: 1;
  -webkit-transform: translateY(-45%) rotate(-50deg);
          transform: translateY(-45%) rotate(-50deg);
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(13) {
  margin-top: 28px;
}
.p-inquiry__cont2 .wpcf7-form p:nth-child(13):after {
  display: none;
}
.p-inquiry__cont2 .wpcf7-form p .ajax-loader {
  display: none;
}
.p-inquiry__cont2 .wpcf7-form p label span input,
.p-inquiry__cont2 .wpcf7-form p label span textarea,
.p-inquiry__cont2 .wpcf7-form p label span select {
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont2 .wpcf7-form p label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
}
.p-inquiry__cont2 .wpcf7-form p label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
.p-inquiry__cont2 .wpcf7-form p label span textarea {
  height: 200px;
  padding: 16px 0 0 16px;
  font-size: 1.6rem;
}
.p-inquiry__cont2 .wpcf7-form p label span textarea:focus {
  outline: none;
  border: 1px solid #38B24B;
}
.p-inquiry__cont2 .wpcf7-form p label span .wpcf7-not-valid-tip {
  color: #38B24B;
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 34px;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont2 .wpcf7-form p label span input,
  .p-inquiry__cont2 .wpcf7-form p label span textarea,
  .p-inquiry__cont2 .wpcf7-form p label span select {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont2 .wpcf7-form p label span input,
  .p-inquiry__cont2 .wpcf7-form p label span textarea,
  .p-inquiry__cont2 .wpcf7-form p label span select {
    width: 300px;
  }
}
@media (max-width: 743px) {
  .p-inquiry__cont2 .wpcf7-form p:before {
    font-size: 1.2rem;
  }
  .p-inquiry__cont2 .wpcf7-form p:nth-child(2):after {
    left: 56px;
  }
  .p-inquiry__cont2 .wpcf7-form p:nth-child(3):after {
    left: 72px;
  }
  .p-inquiry__cont2 .wpcf7-form p:nth-child(6):after {
    left: 116px;
  }
  .p-inquiry__cont2 .wpcf7-form p:nth-child(8):after {
    left: 136px;
  }
  .p-inquiry__cont2 .wpcf7-form p:nth-child(9) {
    font-size: 1.6rem;
  }
  .p-inquiry__cont2 .wpcf7-form p label span .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}
.p-inquiry__cont2 .p-inquiry__scroll {
  overflow-y: scroll;
  width: 670px;
  height: 250px;
  margin: 34px auto 0;
  font-size: 1.4rem;
  line-height: 2;
  color: #A59EA4;
  background-color: #F5F5F5;
  padding: 16px;
}
.p-inquiry__cont2 .p-inquiry__scroll p {
  margin-top: 0;
}
.p-inquiry__cont2 .p-inquiry__scroll p:nth-child(2) {
  margin-top: 0;
}
.p-inquiry__cont2 .p-inquiry__scroll p:before {
  display: none;
}
.p-inquiry__cont2 .p-inquiry__scroll p:after {
  display: none;
}
.p-inquiry__cont2 .p-inquiry__scroll span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #433F3F;
}
.p-inquiry__cont2 .p-inquiry__scroll ul li {
  list-style-type: disc;
  margin-left: 17px;
}
.p-inquiry__cont2 .p-inquiry__scroll ol {
  margin-left: 29px;
}
.p-inquiry__cont2 .p-inquiry__scroll ol li {
  list-style-type: decimal;
}
.p-inquiry__cont2 .p-inquiry__scroll ol li ol li {
  list-style-type: lower-latin;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont2 .p-inquiry__scroll {
    width: 410px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont2 .p-inquiry__scroll {
    width: 290px;
    height: 160px;
  }
}
@media (max-width: 743px) {
  .p-inquiry__cont2 .p-inquiry__scroll {
    font-size: 1.2rem;
  }
  .p-inquiry__cont2 .p-inquiry__scroll span {
    font-size: 1.4rem;
  }
}
.p-inquiry__cont2 .wpcf7-submit {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  background-color: #38B24B;
  border-radius: 10px;
  padding: 14px 44px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1280px) {
  .p-inquiry__cont2 .wpcf7-submit {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .p-inquiry__cont2 .wpcf7-submit:hover {
    opacity: 1;
    background: linear-gradient(150deg, rgb(20, 80, 180) 70%, rgb(125, 215, 30) 100%);
    background-size: 180% auto;
    background-position: right center;
  }
}

.p-inquiry__cont3 .wpcf7-form p {
  margin-top: 65px;
  position: relative;
}
.p-inquiry__cont3 .wpcf7-form p:before {
  position: absolute;
  top: 96px;
  left: 0;
  font-size: 1.4rem;
  color: #A59EA4;
}
.p-inquiry__cont3 .wpcf7-form p:after {
  position: absolute;
  top: 0;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  padding: 2px 12px;
  border-radius: 12px;
  color: #FFFFFF;
}
.p-inquiry__cont3 .wpcf7-form p label span textarea {
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  height: 200px;
  padding: 16px 0 0 16px;
  font-size: 1.6rem;
}
.p-inquiry__cont3 .wpcf7-form p label span textarea:focus {
  outline: none;
  border: 1px solid #38B24B;
}
.p-inquiry__cont3 .wpcf7-form p label span .wpcf7-not-valid-tip {
  color: #38B24B;
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 34px;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(1) {
  margin-top: 0;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(1) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(1) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(1) label span input {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(1) label span input {
    width: 300px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(2) {
  margin-top: 48px;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(2):before {
  content: "例) 株式会社リサイクルテクノロジーズ";
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(2):after {
  content: "必須";
  left: 85px;
  background-color: #FC7F07;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(2) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(2) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(2) label span input {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(2) label span input {
    width: 300px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(3):before {
  content: "例) 〇〇〇支店";
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(3):after {
  content: "任意";
  left: 68px;
  background-color: #A59EA4;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(3) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(3) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(3) label span input {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(3) label span input {
    width: 300px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(4):before {
  content: "例) 佐藤翔太";
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(4):after {
  content: "必須";
  left: 103px;
  background-color: #FC7F07;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(4) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(4) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(4) label span input {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(4) label span input {
    width: 300px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(5):before {
  content: "例) さとうしょうた";
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(5):after {
  content: "必須";
  left: 85px;
  background-color: #FC7F07;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(5) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(5) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(5) label span input {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(5) label span input {
    width: 300px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(6):before {
  content: "例) 8120011";
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(6):after {
  content: "必須";
  left: 85px;
  background-color: #FC7F07;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(6) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 400px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(6) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(6) label span input {
    width: 220px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(7):before {
  content: "例) 福岡県福岡市博多区博多駅前2‐1‐1 福岡朝日ビル1F";
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(7):after {
  content: "必須";
  left: 50px;
  background-color: #FC7F07;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(7) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(7) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(7) label span input {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(7) label span input {
    width: 300px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(8):before {
  content: "例) 090112345678";
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(8):after {
  content: "必須";
  left: 85px;
  background-color: #FC7F07;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(8) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(8) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(8) label span input {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(8) label span input {
    width: 300px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(9):before {
  content: "例) xxxxxxxxxx@example.com";
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(9):after {
  content: "必須";
  left: 138px;
  background-color: #FC7F07;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(9) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(9) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(9) label span input {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(9) label span input {
    width: 300px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(10):after {
  display: none;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(11) {
  margin-top: 34px;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(11):before {
  content: "例) 〇〇工場";
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(11):after {
  content: "任意";
  left: 120px;
  background-color: #A59EA4;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(11) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(11) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(11) label span input {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(11) label span input {
    width: 300px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(12):before {
  content: "例) 8120011";
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(12):after {
  content: "任意";
  left: 156px;
  background-color: #A59EA4;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(12) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 400px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(12) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(12) label span input {
    width: 220px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(13):before {
  content: "例) 福岡県福岡市博多区博多駅前2‐1‐1 福岡朝日ビル1F";
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(13):after {
  content: "任意";
  left: 120px;
  background-color: #A59EA4;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(13) label span input {
  height: 50px;
  padding-left: 16px;
  font-size: 1.6rem;
  border: 1px solid #A59EA4;
  border-radius: 10px;
  width: 800px;
  margin-top: 12px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(13) label span input:focus {
  outline: none;
  border: 1px solid #38B24B;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(13) label span input {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(13) label span input {
    width: 300px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(14):after {
  content: "必須";
  background-color: #FC7F07;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(14) label .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(14) label .wpcf7-list-item {
  margin: 0;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(14) label .wpcf7-list-item input {
  display: none;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(14) label .wpcf7-list-item input + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 20px 28px 0 0;
  padding: 0 0 0 42px;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(14) label .wpcf7-list-item input + span::before {
  position: absolute;
  content: "";
  display: block;
  background: #FFFFFF;
  border: 1px solid #A59EA4;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(14) label .wpcf7-list-item input:checked + span::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2.5px solid #38B24B;
  border-left: 2.5px solid #38B24B;
  width: 18px;
  height: 10px;
  top: 9px;
  left: 6px;
  opacity: 1;
  -webkit-transform: translateY(-45%) rotate(-50deg);
          transform: translateY(-45%) rotate(-50deg);
}
@media (min-width: 480px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(14):after {
    left: 362px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(14):after {
    top: 32px;
    right: 0;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(15):before {
  content: "※送信できるファイルサイズは一つあたり5MBまでです。";
  top: 153px;
  color: #FC7F07;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(15):after {
  content: "任意";
  background-color: #A59EA4;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(15) label span input {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(15):after {
    left: 492px;
  }
}
@media (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(15):after {
    top: 32px;
    right: 0;
  }
}
@media (min-width: 744px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(15):before {
    top: 185px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(15):before {
    top: 185px;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(16):before {
  content: "ご自由にお書きください";
  top: 247px;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(16):after {
  content: "任意";
  background-color: #A59EA4;
}
@media (min-width: 480px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(16):after {
    left: 315px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p:nth-child(16):after {
    top: 32px;
    right: 0;
  }
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(17) {
  text-align: center;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(17):after {
  display: none;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(17) .wpcf7-list-item label input {
  display: none;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(17) .wpcf7-list-item label input + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 42px;
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(17) .wpcf7-list-item label input + span::before {
  position: absolute;
  content: "";
  display: block;
  background: #FFFFFF;
  border: 1px solid #A59EA4;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(17) .wpcf7-list-item label input:checked + span::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2.5px solid #38B24B;
  border-left: 2.5px solid #38B24B;
  width: 18px;
  height: 10px;
  top: 9px;
  left: 6px;
  opacity: 1;
  -webkit-transform: translateY(-45%) rotate(-50deg);
          transform: translateY(-45%) rotate(-50deg);
}
.p-inquiry__cont3 .wpcf7-form p:nth-child(18) {
  margin-top: 30px;
}
.p-inquiry__cont3 .wpcf7-form p .ajax-loader {
  display: none;
}
@media (min-width: 480px) and (max-width: 991px) {
  .p-inquiry__cont3 .wpcf7-form p label span textarea {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .p-inquiry__cont3 .wpcf7-form p label span textarea {
    margin-top: 44px;
    width: 300px;
  }
}
@media (max-width: 743px) {
  .p-inquiry__cont3 .wpcf7-form p:before {
    font-size: 1.2rem;
  }
  .p-inquiry__cont3 .wpcf7-form p label span .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}
.p-inquiry__cont3 .wpcf7-submit {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  background-color: #38B24B;
  border-radius: 10px;
  padding: 14px 44px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1280px) {
  .p-inquiry__cont3 .wpcf7-submit {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .p-inquiry__cont3 .wpcf7-submit:hover {
    opacity: 1;
    background: linear-gradient(150deg, rgb(20, 80, 180) 70%, rgb(125, 215, 30) 100%);
    background-size: 180% auto;
    background-position: right center;
  }
}

.p-inquiry__link {
  color: #38B24B;
  text-decoration: underline;
}
.p-inquiry__link:hover {
  opacity: 1;
  color: #FC7F07;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #38B24B;
}

/*================================================================
utility
================================================================*/
/*================================================================
u-column
================================================================*/
@media (min-width: 992px) {
  .u-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .u-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  .u-column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .u-column4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 480px) {
  .u-column5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .u-column5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .u-column6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.u-column7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-column8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-column9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-column10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1280px) {
  .u-column11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-column12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 744px) and (max-width: 1279px) {
  .u-column13 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1279px) {
  .u-column14 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.u-column15 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .u-column15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*================================================================
u-font
================================================================*/
.u-fw700 {
  font-weight: 700;
}

.u-fw500 {
  font-weight: 500;
}

.u-fs50 {
  font-size: 5rem;
}
@media (max-width: 743px) {
  .u-fs50 {
    font-size: 3.4rem;
    line-height: 1.2;
  }
}

.u-fs32 {
  font-size: 3.2rem;
}
@media (max-width: 743px) {
  .u-fs32 {
    font-size: 2.6rem;
  }
}

.u-fs24 {
  font-size: 2.4rem;
}
@media (max-width: 743px) {
  .u-fs24 {
    font-size: 1.8rem;
  }
}

.u-fs22 {
  font-size: 2.2rem;
}
@media (max-width: 743px) {
  .u-fs22 {
    font-size: 1.8rem;
  }
}

.u-fs20 {
  font-size: 2rem;
}
@media (max-width: 743px) {
  .u-fs20 {
    font-size: 1.6rem;
  }
}

.u-fs18 {
  font-size: 1.8rem;
}
@media (max-width: 743px) {
  .u-fs18 {
    font-size: 1.4rem;
  }
}

.u-fs14 {
  font-size: 1.4rem;
}
@media (max-width: 743px) {
  .u-fs14 {
    font-size: 1.2rem;
  }
}

.u-fs12 {
  font-size: 1.2rem;
}

.u-fs10 {
  font-size: 1rem;
}

/*================================================================
u-hidden
================================================================*/
@media (min-width: 1280px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (min-width: 744px) and (max-width: 1279px) {
  .u-hidden-tab {
    display: none;
  }
}

@media (max-width: 743px) {
  .u-hidden-sp {
    display: none;
  }
}

/*================================================================
u-lh
================================================================*/
.u-lh20 {
  line-height: 2;
}

.u-lh18 {
  line-height: 1.8;
}

.u-lh17 {
  line-height: 1.7;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh13 {
  line-height: 1.3;
}

/*================================================================
u-ls
================================================================*/
.u-ls0 {
  letter-spacing: 0;
}

.u-ls6 {
  letter-spacing: 0.06em;
}

.u-ls4 {
  letter-spacing: 0.04em;
}

.u-ls2 {
  letter-spacing: 0.02em;
}

/*================================================================
u-ta
================================================================*/
.u-tac {
  text-align: center;
}