@charset "UTF-8";
.dummy {
  color: #ff31f1 !important;
}

/*
====================================
共通
====================================
*/
html {
  overflow-x: hidden;
  overflow-y: initial;
  font-size: 10px;
  letter-spacing: 0.075em;
}

body {
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-color: #fff;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

main {
  position: relative;
}

.yu {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.futura {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1em;
}

.p {
  font-size: 1.6rem;
  line-height: 2.2;
}

.wrapper {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.wholeline {
  position: fixed;
  top: 0;
  left: calc(50% - 778px);
  width: 1px;
  height: 100vh;
  z-index: 0;
  border-right: dashed 1px #707070;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wholeline {
    left: 24px;
    opacity: 0.2;
  }
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*
====================================
モジュール
====================================
*/
.m_sitebtn {
  display: inline-block;
  border: solid 1px #000;
  color: #000;
  padding: 8px 32px;
  border-radius: 40px;
  text-decoration: none;
}
.m_sitebtn span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.m_sitebtn i {
  font-size: 2rem;
  margin-left: 8px;
  transform: translateY(1.4px);
}
.m_sitebtn:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.m_sitebtn:hover span {
  color: #fff;
  transition: all 0.3s ease;
}
.m_sitebtn:hover i {
  color: #fff;
  transition: all 0.3s ease;
}
.m_sitebtn.white {
  border: solid 1px #fff;
  color: #fff;
}
.m_sitebtn.white span {
  color: #fff;
}
.m_sitebtn.white i {
  color: #fff;
}

.m_sectiontitle {
  gap: 24px;
  width: 100%;
}
.m_sectiontitle .jpn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-bottom: dashed 1px #707070;
  padding-bottom: 32px;
  margin-bottom: 16px;
}
.m_sectiontitle .jpn.left {
  justify-content: left;
}
.m_sectiontitle .jpn .pic {
  width: 82.3px;
  height: auto;
  opacity: 0.2;
}
.m_sectiontitle .jpn .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.m_sectiontitle .jpn h2 {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.m_sectiontitle .eng {
  font-size: 13.7rem;
  color: #969696;
  line-height: 1;
}
.m_sectiontitle.white .jpn {
  border-bottom: dashed 1px #fff;
}
.m_sectiontitle.white .jpn .pic {
  opacity: 1;
}
.m_sectiontitle.white .jpn h2 {
  color: #fff;
}
.m_sectiontitle.white .eng {
  color: #fff;
}
.m_sectiontitle.onlyjpn .jpn {
  border-bottom: none;
  padding-bottom: 0;
}
.m_sectiontitle.onlyjpn .eng {
  display: none;
}

.m_blogarticle {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 0px;
}
.m_blogarticle .image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.m_blogarticle .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.m_blogarticle .image img.noimage {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 56px;
  background-color: #eee;
}
.m_blogarticle .content-gr {
  padding: 16px;
}
.m_blogarticle .content-gr time {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.m_blogarticle .content-gr .title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}
.m_blogarticle .content-gr .desc {
  margin-top: 4px;
  display: block;
  font-size: 1.15rem;
  font-weight: 300;
  color: #5f5f5f;
  text-decoration: none;
}
.m_blogarticle .content-gr .btn {
  margin-top: 16px;
  text-align: right;
}
.m_blogarticle .content-gr .btn span {
  padding: 4px 24px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  border: dashed 1px #5c5c5c;
}
.m_blogarticle:hover .image img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.m_blogarticle:hover .content-gr .btn span {
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease;
}

/* =========================================================
  Breadcrumb NavXT
  base: 10px = 1rem
========================================================= */
.m_breadcrumbs {
  position: relative;
  z-index: 2;
  margin: 1.6rem 0 2.4rem;
}
.m_breadcrumbs a, .m_breadcrumbs span {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #5f5f5f;
}
.m_breadcrumbs {
  /* リンク */
}
.m_breadcrumbs a {
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.m_breadcrumbs a:hover {
  opacity: 0.7;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 0.1rem;
}
.m_breadcrumbs {
  /* 現在地 */
}
.m_breadcrumbs .current-item {
  font-weight: 700;
  color: #5f5f5f;
}
.m_breadcrumbs {
  /* 区切り文字（/ や > や » など） */
}
.m_breadcrumbs .separator {
  margin: 0 0.8rem;
  color: #666;
}
.m_breadcrumbs {
  /* 長いタイトル対策 */
}
.m_breadcrumbs {
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 768px) {
  .m_sitebtn {
    padding: 4.8px 25px;
  }
  .m_sitebtn span {
    font-size: 1.3rem;
  }
  .m_sitebtn i {
    font-size: 1.6rem;
    margin-left: 4.8px;
    transform: translateY(1px);
  }
  .m_sectiontitle {
    gap: 24px;
    width: 100%;
  }
  .m_sectiontitle .jpn {
    gap: 4.8px;
    padding-bottom: 16px;
    margin-bottom: 8px;
  }
  .m_sectiontitle .jpn .pic {
    width: 48px;
  }
  .m_sectiontitle .jpn h2 {
    font-size: 2.2rem;
  }
  .m_sectiontitle .eng {
    font-size: 5.6rem;
  }
  .m_sectiontitle .eng.small {
    font-size: 4rem;
  }
  .m_blogarticle .image img.noimage {
    padding: 24px;
  }
  .m_blogarticle .content-gr {
    padding: 12px;
  }
  .m_blogarticle .content-gr time {
    font-size: 1.1rem;
  }
  .m_blogarticle .content-gr .title {
    font-size: 1.3rem;
  }
  .m_blogarticle .content-gr .desc {
    margin-top: 4px;
    font-size: 1rem;
  }
  .m_blogarticle .content-gr .btn {
    margin-top: 8px;
  }
  .m_blogarticle .content-gr .btn span {
    padding: 2.4px 12px;
    font-size: 1rem;
  }
  /* =========================================================
    Breadcrumb NavXT
    base: 10px = 1rem
  ========================================================= */
  .m_breadcrumbs {
    margin: 8px 0 16px;
  }
  .m_breadcrumbs a, .m_breadcrumbs span {
    font-size: 1rem;
  }
}
/*
====================================
トップ
====================================
*/
.top-newsbox {
  transform: translateY(-50%);
}
.top-newsbox .container {
  position: relative;
  padding: 16px 32px 16px 32px;
  background-color: rgba(0, 0, 0, 0.7);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.top-newsbox .container .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.top-newsbox .container .lr .left {
  width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-newsbox .container .lr .left .heading {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1.8rem;
  color: #fff;
}
.top-newsbox .container .lr .right {
  width: calc(100% - 300px);
  height: 100%;
}
.top-newsbox .container .lr .right ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.top-newsbox .container .lr .right ul li:first-of-type {
  padding-top: 0;
}
.top-newsbox .container .lr .right ul li a {
  font-size: 1.6rem;
}
.top-newsbox .container .lr .right ul li time {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.top-newsbox .container .lr .right ul li span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.top-newsbox .container .lr .right .more {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: block;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.top-newsbox .container .lr .right .more i {
  font-size: 1.7rem;
  margin-left: 8px;
  transform: translateY(1.4px);
}
.top-newsbox .container .lr .right .more:hover {
  color: #fff;
  text-decoration: none;
}

.about-sec {
  position: relative;
  z-index: 1;
  width: calc(50% + 684px);
  margin-left: auto;
  margin-right: 0;
}
.about-sec .back {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: calc(50% + 684px - 32px);
  height: auto;
}
.about-sec .back img {
  width: 100%;
}
.about-sec .lr {
  padding-top: 80px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.about-sec .lr .left {
  width: 46.75%;
}
.about-sec .lr .left .whitebox {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 56px 32px;
  border-radius: 0 0 40px 0;
  filter: blur(20px);
  opacity: 1;
}
.about-sec .lr .left .whitebox .heading-gr {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(10px);
}
.about-sec .lr .left .whitebox .heading-gr .pic {
  width: 150px;
  height: auto;
  opacity: 0.2;
}
.about-sec .lr .left .whitebox .heading-gr .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-sec .lr .left .whitebox .heading-gr h2 {
  font-size: 4.2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.about-sec .lr .left .whitebox .desc {
  opacity: 0;
  transform: translateY(10px);
}
.about-sec .lr .left .whitebox .btn {
  margin-top: 24px;
  text-align: right;
  opacity: 0;
  transform: translateY(10px);
}
.about-sec .lr .right {
  width: 46.75%;
}
.about-sec .lr .right .three-pic {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 16px 2%;
}
.about-sec .lr .right .three-pic .pic {
  opacity: 0;
  width: 48.75%;
}
.about-sec .lr .right .three-pic .pic:nth-of-type(3n) {
  margin-bottom: 0;
}
.about-sec .lr .right .three-pic .pic img {
  width: 100%;
  display: block;
}
.about-sec .lr.is-animated .left .whitebox {
  filter: blur(0px);
  opacity: 1;
  transition-duration: 1s;
}
.about-sec .lr.is-animated .left .whitebox .heading-gr {
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.about-sec .lr.is-animated .left .whitebox .desc {
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 1s;
  opacity: 1;
}
.about-sec .lr.is-animated .left .whitebox .btn {
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 1.5s;
  opacity: 1;
}
.about-sec .lr.is-animated .right .three-pic .pic {
  width: 48.75%;
  opacity: 1;
  transition-duration: 1s;
}
.about-sec .lr.is-animated .right .three-pic .pic:nth-of-type(1) {
  transition-delay: 1.4s;
}
.about-sec .lr.is-animated .right .three-pic .pic:nth-of-type(2) {
  transition-delay: 1.2s;
}
.about-sec .lr.is-animated .right .three-pic .pic:nth-of-type(3n) {
  transition-delay: 1.6s;
}

.business-sec {
  margin-top: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
}
.business-sec .back {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: auto;
  width: 100%;
}
.business-sec .inner {
  position: relative;
  z-index: 2;
}
.business-sec .content {
  margin-top: 80px;
}
.business-sec .content ul {
  display: flex;
  justify-content: space-between;
}
.business-sec .content ul li {
  padding: 32px;
  width: 30%;
  aspect-ratio: 1/1;
  position: relative;
  background-image: url("../img/business/list-back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 5px 8px 3px rgb(0, 0, 0.3);
  opacity: 0;
}
.business-sec .content ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.business-sec .content ul li .num {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 8rem;
  color: #B7B5B5;
  opacity: 0;
  transform: translateY(-50%);
}
.business-sec .content ul li h3 {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
  border-bottom: dashed 1px #fff;
  padding-bottom: 16px;
  opacity: 0;
  transform: translateY(10px);
}
.business-sec .content ul li .desc {
  position: relative;
  z-index: 2;
  margin: 24px auto 0;
  width: 85%;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
}
.business-sec .content ul.is-animated li {
  opacity: 1;
  transition-duration: 1s;
}
.business-sec .content ul.is-animated li:nth-of-type(1) {
  transition-delay: 0.2s;
}
.business-sec .content ul.is-animated li:nth-of-type(2) {
  transition-delay: 0.3s;
}
.business-sec .content ul.is-animated li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.business-sec .content ul.is-animated li .num {
  opacity: 1;
}
.business-sec .content ul.is-animated li h3 {
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.7s;
  opacity: 1;
}
.business-sec .content ul.is-animated li .desc {
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.7s;
  opacity: 1;
}

.scene-sec {
  margin-top: 80px;
  padding-top: 80px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
}
.scene-sec .back {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: auto;
  width: 100%;
}
.scene-sec .inner {
  position: relative;
  z-index: 2;
}
.scene-sec .content {
  margin-top: 80px;
}
.scene-sec .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
}
.scene-sec .content ul li {
  position: relative;
  width: 47%;
  margin-bottom: 40px;
}
.scene-sec .content ul li .image {
  position: absolute;
  z-index: 2;
  top: -52px;
  left: -40px;
  width: 232px;
  height: 232px;
  background-color: #ddd;
  opacity: 0;
}
.scene-sec .content ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scene-sec .content ul li .content-box {
  position: relative;
  z-index: 1;
  padding: 16px 16px 16px 16px;
  background-image: url("../img/scene/list-back.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(10px);
}
.scene-sec .content ul li .content-box .inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 24px 24px 24px 207px;
}
.scene-sec .content ul li .content-box h3 {
  font-size: 2.4rem;
  text-align: left;
  color: #000;
}
.scene-sec .content ul li .desc {
  width: 100%;
  color: #000;
}
.scene-sec .content ul.is-animated li .image {
  opacity: 1;
  transition-duration: 1.2s;
}
.scene-sec .content ul.is-animated li .content-box {
  transform: translateX(0);
  transition-duration: 1s;
  transition-delay: 0.2s;
  opacity: 1;
}

.cta-sec {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  overflow: hidden;
}
.cta-sec::before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #333333;
}
.cta-sec::after {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
}
.cta-sec .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(25px);
}
.cta-sec .container .topdesc {
  display: inline;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  border-bottom: dashed 1px #707070;
  color: #555;
}
.cta-sec .container .topdesc strong {
  margin-left: 4px;
  margin-right: 4px;
  color: #000;
  font-size: 120%;
}
.cta-sec .container .btns {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.cta-sec .container .btns .tel {
  padding: 12px 0;
  width: 45%;
  border-top: solid 2px #e1e1e1;
  border-bottom: solid 2px #e1e1e1;
}
.cta-sec .container .btns .tel a .main {
  text-align: center;
}
.cta-sec .container .btns .tel a .main i {
  display: block;
  width: 41.2px;
  display: inline-block;
  height: auto;
  transform: translateY(6.2px);
}
.cta-sec .container .btns .tel a .main i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-sec .container .btns .tel a .main .txt {
  font-size: 3.2rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.cta-sec .container .btns .tel a .sub {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  color: #727272;
  text-decoration: none;
  text-align: center;
}
.cta-sec .container .btns .mail {
  width: 45%;
  height: 100%;
}
.cta-sec .container .btns .mail a {
  height: 100%;
  background-color: #000;
  display: block;
  height: 110px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.cta-sec .container .btns .mail a .main {
  text-align: center;
}
.cta-sec .container .btns .mail a .main i {
  margin-right: 4.8px;
  display: block;
  width: 32px;
  display: inline-block;
  height: auto;
  transform: translateY(6.2px);
}
.cta-sec .container .btns .mail a .main i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-sec .container .btns .mail a .main .txt {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.cta-sec .container .btns .mail a .sub {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.cta-sec .container .bottomlogo {
  margin-top: 32px;
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.cta-sec .container .bottomlogo img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-sec.is-animated .container {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1.5s;
}

.product-sec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
  background-color: #e3e3e3;
}
.product-sec .content {
  margin-top: 80px;
}
.product-sec .content .topdesc {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  line-height: 2.2;
  color: #555;
}
.product-sec .content .topdesc strong {
  margin-left: 4px;
  margin-right: 4px;
  color: #000;
  font-size: 120%;
}
.product-sec .content .product-list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 80px 0;
}
.product-sec .content .product-list li {
  width: 90%;
  display: flex;
  align-items: center;
}
.product-sec .content .product-list li .image {
  width: 350px;
  height: 350px;
  opacity: 0;
}
.product-sec .content .product-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-sec .content .product-list li .txt-gr {
  width: calc(100% - 350px);
  opacity: 0;
}
.product-sec .content .product-list li .txt-gr .container {
  background-color: #fff;
  padding: 32px 0;
  min-height: 300px;
}
.product-sec .content .product-list li .txt-gr .container h3 {
  padding-left: 56px;
  padding-right: 40px;
  font-size: 3.8rem;
  border-bottom: dashed 1px #707070;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.product-sec .content .product-list li .txt-gr .container .desc {
  padding-left: 56px;
  padding-right: 40px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 2.2;
  color: #000;
  opacity: 0;
  transform: translateY(10px);
}
.product-sec .content .product-list li .txt-gr .container .desc span {
  display: inline-block;
  background-color: #f7f7f7;
  border-radius: 50px;
  margin-right: 8px;
  padding: 2.4px 12px;
  margin-bottom: 12px;
}
.product-sec .content .product-list li:nth-of-type(2n) {
  margin-left: auto;
  margin-right: 0;
  flex-direction: row-reverse;
}
.product-sec .content .product-list li:nth-of-type(2n) .txt-gr .container h3 {
  padding-left: 40px;
  padding-right: 56px;
}
.product-sec .content .product-list li:nth-of-type(2n) .txt-gr .container .desc {
  padding-left: 40px;
  padding-right: 56px;
}
.product-sec .content .product-list li.is-animated {
  opacity: 1;
  transition-duration: 1.2s;
}
.product-sec .content .product-list li.is-animated:nth-of-type(1) {
  transition-delay: 0.2s;
}
.product-sec .content .product-list li.is-animated:nth-of-type(2) {
  transition-delay: 0.4s;
}
.product-sec .content .product-list li.is-animated:nth-of-type(3) {
  transition-delay: 0.6s;
}
.product-sec .content .product-list li.is-animated .image {
  transform: translateY(0);
  transition-duration: 1.2s;
  transition-delay: 0.2s;
  opacity: 1;
}
.product-sec .content .product-list li.is-animated .txt-gr {
  transform: translateY(0);
  transition-duration: 1.2s;
  transition-delay: 0.4s;
  opacity: 1;
}
.product-sec .content .product-list li.is-animated .txt-gr .desc {
  transform: translateY(0);
  transition-duration: 1.2s;
  transition-delay: 1s;
  opacity: 1;
}
.product-sec .content .other-list {
  margin-top: 80px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.product-sec .content .other-list li {
  font-size: 1.6rem;
  color: #000;
  line-height: 2.2;
  text-align: center;
  border-bottom: dashed 1px #707070;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.product-sec .content .other-list li:last-of-type {
  border-bottom: none;
}
.product-sec .content .other-list li:first-of-type {
  padding-top: 0;
}

.reason-sec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
}
.reason-sec .back {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: auto;
  width: 100%;
}
.reason-sec .content {
  margin-top: 80px;
}
.reason-sec .content ul li {
  margin-top: 160px;
  position: relative;
}
.reason-sec .content ul li .container-outer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.reason-sec .content ul li .container-outer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: calc(100% - 0px);
  background-image: url("../img/reason/list-back.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 50px 0 0;
  z-index: 0;
}
.reason-sec .content ul li .container-outer .container {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  position: relative;
  z-index: 2;
}
.reason-sec .content ul li .container-outer .container .halfbox {
  width: 50%;
}
.reason-sec .content ul li .container-outer .container .halfbox h3 {
  font-size: 3.2rem;
  border: solid 1px #c4c4c4;
  padding: 4.8px;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
}
.reason-sec .content ul li .container-outer .container .halfbox .desc {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.2;
  color: #000;
  opacity: 0;
  transform: translateY(10px);
}
.reason-sec .content ul li .image {
  transform: translateY(80px);
  position: relative;
  z-index: 3;
  width: 40%;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}
.reason-sec .content ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(50px);
  opacity: 0;
}
.reason-sec .content ul li:first-of-type {
  margin-top: 0;
}
.reason-sec .content ul li:nth-of-type(2n) .container-outer {
  left: initial;
  right: 0;
}
.reason-sec .content ul li:nth-of-type(2n) .container-outer::after {
  content: "";
  position: absolute;
  top: 0;
  left: initial;
  right: 0;
  border-radius: 50px 0 0 0px;
  z-index: 0;
}
.reason-sec .content ul li:nth-of-type(2n) .container-outer .container {
  padding-left: 0px;
  padding-right: 80px;
}
.reason-sec .content ul li:nth-of-type(2n) .container-outer .container .halfbox {
  margin-left: auto;
  margin-right: 0;
}
.reason-sec .content ul li:nth-of-type(2n) .image {
  margin-left: 0;
  margin-right: auto;
}
.reason-sec .content ul li.is-animated .container-outer .halfbox {
  opacity: 1;
}
.reason-sec .content ul li.is-animated .container-outer .halfbox h3 {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0.2s;
}
.reason-sec .content ul li.is-animated .container-outer .halfbox .desc {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0.4s;
}
.reason-sec .content ul li.is-animated .image img {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.6s;
  transition-timing-function: ease-in-out;
  filter: blur(0px);
}

.clients-sec {
  margin-top: 80px;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
  background-color: #e3e3e3;
}
.clients-sec .heading-gr {
  text-align: center;
}
.clients-sec .heading-gr h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: inline-block;
  background-color: #3e3e3e;
  padding: 4.8px 32px;
  width: 550px;
  color: #fff;
  text-decoration: none;
}
.clients-sec .content {
  margin-top: 56px;
}
.clients-sec .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 1.2%;
}
.clients-sec .content ul li {
  width: 19%;
  background-color: #fff;
  aspect-ratio: 1/0.3;
  opacity: 0;
  transform: translateX(50px);
}
.clients-sec .content ul.is-animated li {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.2s;
  transform: translateX(0);
}

.news-sec {
  padding: 80px 0;
  background-color: #4C4C4C;
}
.news-sec .content {
  margin-top: 56px;
}
.news-sec .content ul {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.news-sec .content ul li {
  border-bottom: solid 1px #fff;
  padding-bottom: 16px;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(10px);
}
.news-sec .content ul li:first-of-type {
  padding-top: 0;
}
.news-sec .content ul li a time {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
.news-sec .content ul li a span {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}
.news-sec .content ul li a:hover {
  cursor: initial;
}
.news-sec .content ul.is-animated li {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.2s;
  transform: translateY(0);
}
.news-sec .content .btn {
  margin-top: 56px;
  text-align: center;
}

.blog-sec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
}
.blog-sec.lowerpage {
  padding-top: 100px;
}
.blog-sec .back {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: auto;
  width: 100%;
}
.blog-sec .content {
  margin-top: 80px;
}
.blog-sec .content .topdesc {
  margin-bottom: 56px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  line-height: 2.2;
  color: #555;
}
.blog-sec .content .articles ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 2%;
}
.blog-sec .content .articles ul li {
  width: 23.5%;
  opacity: 0;
  transform: translateY(10px);
}
.blog-sec .content .articles ul li.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.2s;
  opacity: 1;
}
.blog-sec .content .articles ul li.is-animated:nth-of-type(1) {
  transition-delay: 0.2s;
}
.blog-sec .content .articles ul li.is-animated:nth-of-type(2) {
  transition-delay: 0.4s;
}
.blog-sec .content .articles ul li.is-animated:nth-of-type(3) {
  transition-delay: 0.6s;
}
.blog-sec .content .articles ul li.is-animated:nth-of-type(4) {
  transition-delay: 0.8s;
}
.blog-sec .content .btn {
  margin-top: 56px;
  text-align: center;
}
.blog-sec .pagination {
  margin-top: 56px;
  text-align: center;
}
.blog-sec .pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.blog-sec .pagination .wp-pagenavi a,
.blog-sec .pagination .wp-pagenavi span {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  color: #000;
  border: none;
  background: #eee;
  transition: opacity 0.2s ease;
}
.blog-sec .pagination .wp-pagenavi a:hover {
  opacity: 0.7;
}
.blog-sec .pagination .wp-pagenavi span.current {
  background: #000;
  color: #fff;
  font-weight: 700;
}
.blog-sec .pagination .wp-pagenavi span.extend,
.blog-sec .pagination .wp-pagenavi a.previouspostslink,
.blog-sec .pagination .wp-pagenavi a.nextpostslink {
  width: auto;
  padding: 0 12px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  width: 56px;
  height: 56px;
  letter-spacing: 0.1em;
}
.blog-sec .pagination .pages {
  display: none !important;
}

.company-sec {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
  background-color: #e3e3e3;
}
.company-sec .content {
  margin-top: 80px;
}
.company-sec .content .container {
  position: relative;
}
.company-sec .content .container::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 0;
  width: calc(50% - 140px);
  height: 100%;
  background-color: #fff;
  background-image: url("../img/aboutus/g-back.svg");
  border-radius: 0 0 50px 0px;
}
.company-sec .content .container .lr {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.company-sec .content .container .lr .left {
  width: 366px;
}
.company-sec .content .container .lr .left .image {
  position: relative;
  width: 100%;
}
.company-sec .content .container .lr .left .image::after {
  content: "";
  z-index: -1;
  position: absolute;
  right: -16px;
  top: 16px;
  width: 100%;
  height: 100%;
  background-color: #111111;
}
.company-sec .content .container .lr .left .image img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  filter: blur(50px);
  transform: translateX(-10px);
}
.company-sec .content .container .lr .right {
  padding-left: 80px;
  width: calc(100% - 366px);
}
.company-sec .content .container .lr .right .c-heading {
  border-bottom: solid 1px #c4c4c4;
  padding-bottom: 8px;
  margin-bottom: 24px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  opacity: 0;
}
.company-sec .content .container .lr .right .desc {
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: justify;
  color: #000;
  opacity: 0;
}
.company-sec .content .container .lr .right .name {
  text-align: right;
  margin-top: 24px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  opacity: 0;
}
.company-sec .content .container .lr.is-animated .left {
  width: 366px;
}
.company-sec .content .container .lr.is-animated .left .image {
  position: relative;
  width: 100%;
}
.company-sec .content .container .lr.is-animated .left .image img {
  opacity: 1;
  filter: blur(0px);
  transform: translateX(0px);
  transition-duration: 1s;
  transition-delay: 0.2s;
  transition-timing-function: ease-out;
}
.company-sec .content .container .lr.is-animated .right .c-heading {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0.5s;
}
.company-sec .content .container .lr.is-animated .right .desc {
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0.7s;
}
.company-sec .content .container .lr.is-animated .right .name {
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0.9s;
}

.philosophy-sec {
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
}
.philosophy-sec::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53.38vw;
  background-image: url("../img/philosophy/bottomback.jpg");
  background-size: cover;
  background-position: center;
}
.philosophy-sec .back {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: auto;
  width: 100%;
}
.philosophy-sec .content {
  margin-top: 80px;
}
.philosophy-sec .content ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
  display: flex;
  justify-content: space-between;
}
.philosophy-sec .content ul li {
  width: 30%;
  background-image: url("../img/philosophy/list-back.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(50px);
}
.philosophy-sec .content ul li h3 {
  font-size: 2.8rem;
  text-align: center;
  color: #000;
  font-weight: 400;
  border-bottom: dashed 1px #fff;
  padding-bottom: 16px;
}
.philosophy-sec .content ul.is-animated li {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}
.philosophy-sec .content ul.is-animated li:nth-of-type(2) {
  transition-delay: 0.5s;
}
.philosophy-sec .content ul.is-animated li:nth-of-type(3) {
  transition-delay: 1s;
}
.philosophy-sec .content .bottomdesc {
  margin-top: 56px;
  font-size: 1.6rem;
  line-height: 2.5;
  color: #000;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
}
.philosophy-sec .content .bottomdesc.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 1s;
}
.philosophy-sec .content .aniversary {
  margin-top: 80px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(50px);
}
.philosophy-sec .content .aniversary img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.philosophy-sec .content .aniversary.is-animated {
  opacity: 1;
  transition-duration: 1s;
}

.company-info-sec {
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
}
.company-info-sec .back {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: auto;
  width: 100%;
}
.company-info-sec .content {
  margin-top: 80px;
}
.company-info-sec .content .image {
  width: 100%;
}
.company-info-sec .content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-info-sec .content .container {
  margin-top: 56px;
  position: relative;
}
.company-info-sec .content .container::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.company-info-sec .content .container .lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(50px);
}
.company-info-sec .content .container .lr.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}
.company-info-sec .content .container .lr .left {
  width: 44.75%;
}
.company-info-sec .content .container .lr .left .image {
  width: 100%;
  aspect-ratio: 1/0.3;
}
.company-info-sec .content .container .lr .left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-info-sec .content .container .lr .left .map {
  margin-top: 12px;
  aspect-ratio: 16/9;
}
.company-info-sec .content .container .lr .left .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-info-sec .content .container .lr .right {
  width: 48.75%;
}
.company-info-sec .content .container .lr .map {
  width: 100%;
  height: 100%;
  background-color: #fff;
  aspect-ratio: 1/1;
}
.company-info-sec .content .container .lr .company-table {
  width: 100%;
}
.company-info-sec .content .container .lr .company-table tbody tr {
  border-bottom: solid 1px #ddd;
}
.company-info-sec .content .container .lr .company-table tbody tr th {
  padding: 16px 0;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 400;
  color: #555;
}
.company-info-sec .content .container .lr .company-table tbody tr td {
  padding: 16px 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
}
.company-info-sec .content .container .bottomdesc {
  margin-top: 80px;
  text-align: center;
}

.history-sec {
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
  background-image: url("../img/history/back.jpg");
  background-size: cover;
}
.history-sec::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.288);
}
.history-sec .heading-gr {
  position: relative;
  z-index: 2;
}
.history-sec .content {
  position: relative;
  z-index: 2;
  margin-top: 56px;
}
.history-sec .content ol li {
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px rgba(255, 255, 255, 0.231372549);
  opacity: 0;
  transform: translateX(50px);
}
.history-sec .content ol li:first-of-type {
  padding-top: 0;
}
.history-sec .content ol li time {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  width: 150px;
}
.history-sec .content ol li h3 {
  width: calc(100% - 150px);
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.history-sec .content ol.is-animated li {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 1s;
  transition-delay: 0.2s;
}

.form-sec {
  padding-top: 0px;
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
}
.form-sec .container {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(25px);
}
.form-sec .container.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}
.form-sec .heading-gr h2 {
  font-size: 3.2rem;
  color: #000;
}
.form-sec .heading-gr .desc {
  margin-top: 32px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000;
}
.form-sec .heading-gr .cautionbox {
  margin-top: 24px;
}
.form-sec .heading-gr .cautionbox ul {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  letter-spacing: 0.1em;
}
.form-sec .heading-gr .cautionbox ul li {
  font-size: 1.4rem;
  color: #000;
  list-style: disc;
  padding-left: 8px;
}
.form-sec .content {
  margin-top: 56px;
}
.form-sec .content .cf7_form .block {
  margin-top: 32px;
}
.form-sec .content .cf7_form .block .heading {
  display: block;
  margin-bottom: 16px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.form-sec .content .cf7_form .block .heading .required {
  margin-left: 24px;
  padding: 2.4px 14px;
  display: inline-block;
  border-radius: 50px;
  background-color: #ef5800;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.form-sec .content .cf7_form .input-outer {
  font-size: 1.6rem;
}
.form-sec .content .cf7_form .input-outer input[type=text], .form-sec .content .cf7_form .input-outer input[type=email], .form-sec .content .cf7_form .input-outer input[type=tel], .form-sec .content .cf7_form .input-outer textarea {
  width: 100%;
  padding: 16px;
  border: solid 1px #666666;
  background-color: transparent;
}
.form-sec .content .cf7_form .input-outer input[type=text]::-moz-placeholder, .form-sec .content .cf7_form .input-outer input[type=email]::-moz-placeholder, .form-sec .content .cf7_form .input-outer input[type=tel]::-moz-placeholder, .form-sec .content .cf7_form .input-outer textarea::-moz-placeholder {
  color: #808080;
}
.form-sec .content .cf7_form .input-outer input[type=text]::placeholder, .form-sec .content .cf7_form .input-outer input[type=email]::placeholder, .form-sec .content .cf7_form .input-outer input[type=tel]::placeholder, .form-sec .content .cf7_form .input-outer textarea::placeholder {
  color: #808080;
}
.form-sec .content .cf7_form .input-outer {
  /* 縦並び */
}
.form-sec .content .cf7_form .input-outer .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form-sec .content .cf7_form .input-outer {
  /* label全体をクリック可能に */
}
.form-sec .content .cf7_form .input-outer .wpcf7-radio label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  font-size: 16px;
  color: #000;
}
.form-sec .content .cf7_form .input-outer {
  /* ネイティブradioを消す */
}
.form-sec .content .cf7_form .input-outer .wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.form-sec .content .cf7_form .input-outer .wpcf7-list-item {
  margin-left: 0;
}
.form-sec .content .cf7_form .input-outer {
  /* 丸（外枠） */
}
.form-sec .content .cf7_form .input-outer .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
}
.form-sec .content .cf7_form .input-outer {
  /* 外円 */
}
.form-sec .content .cf7_form .input-outer .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}
.form-sec .content .cf7_form .input-outer {
  /* 中の丸（未選択は非表示） */
}
.form-sec .content .cf7_form .input-outer .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  transition: transform 0.15s ease;
}
.form-sec .content .cf7_form .input-outer {
  /* チェック時：中の丸を表示 */
}
.form-sec .content .cf7_form .input-outer .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(1);
}
.form-sec .content .cf7_form .privacy {
  margin-top: 40px;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.1em;
}
.form-sec .content .cf7_form .privacy a {
  color: #0081cc;
  border-bottom: solid 1px;
}
.form-sec .content .cf7_form .submit {
  margin-top: 40px;
}
.form-sec .content .cf7_form .submit input[type=submit] {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  webkit-appearance: none;
  moz-appearance: none;
  appearance: none;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  border-radius: 50px;
  border: solid 1px #666666;
  background-color: transparent;
}
.form-sec .content .cf7_form .submit input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}
.form-sec .wpcf7 form.invalid .wpcf7-response-output, .form-sec .wpcf7 form.unaccepted .wpcf7-response-output, .form-sec .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  background-color: #ad0000;
  font-size: 1.6rem;
  text-align: center;
  border: none !important;
}

@media screen and (max-width: 768px) {
  .kv {
    width: 100%;
    height: 133vw;
  }
  .kv video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .top-newsbox {
    transform: translateY(0%);
  }
  .top-newsbox .container {
    margin-top: 34px;
    position: relative;
    padding: 0;
    background-color: initial;
    margin-left: auto;
    margin-right: auto;
  }
  .top-newsbox .container .lr {
    display: block;
  }
  .top-newsbox .container .lr .left {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
  }
  .top-newsbox .container .lr .left .heading {
    padding: 0;
    font-size: 1.5rem;
    color: #000;
  }
  .top-newsbox .container .lr .right {
    margin-top: 16px;
    width: 100%;
    height: auto;
  }
  .top-newsbox .container .lr .right ul li {
    padding: 0;
    border-bottom: solid 1px #ddd;
    padding-bottom: 4px;
  }
  .top-newsbox .container .lr .right ul li a {
    font-size: 1.3rem;
    color: #000;
  }
  .top-newsbox .container .lr .right ul li time {
    display: block;
    font-size: 1.1rem;
    color: #000;
  }
  .top-newsbox .container .lr .right ul li span {
    display: block;
    margin-left: 0px;
    font-size: 1.2rem;
    color: #000;
  }
  .top-newsbox .container .lr .right .more {
    position: absolute;
    right: 32px;
    bottom: 32px;
    display: block;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
  }
  .top-newsbox .container .lr .right .more i {
    font-size: 1.7rem;
    margin-left: 8px;
    transform: translateY(1.4px);
  }
  .top-newsbox .container .lr .right .more:hover {
    color: #fff;
    text-decoration: none;
  }
  .about-sec {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }
  .about-sec .back {
    position: absolute;
    z-index: 0;
    top: initial;
    bottom: 0px;
    right: 0;
    width: 72%;
    height: auto;
  }
  .about-sec .back img {
    width: 100%;
    display: block;
  }
  .about-sec .lr {
    padding-top: 40px;
    display: block;
  }
  .about-sec .lr .left {
    width: 100%;
  }
  .about-sec .lr .left .whitebox {
    padding: 32px 24px;
    border-radius: 0 0 40px 0;
  }
  .about-sec .lr .left .whitebox .heading-gr {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .about-sec .lr .left .whitebox .heading-gr .pic {
    width: 45px;
    height: auto;
  }
  .about-sec .lr .left .whitebox .heading-gr h2 {
    font-size: 2.4rem;
  }
  .about-sec .lr .left .whitebox .btn {
    margin-top: 12px;
    text-align: right;
  }
  .about-sec .lr .right {
    width: 85%;
    margin-top: 40px;
  }
  .about-sec .lr .right .three-pic {
    gap: 12px 2%;
    justify-content: space-between;
  }
  .business-sec {
    margin-top: 0px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: 0;
  }
  .business-sec .content {
    margin-top: 56px;
  }
  .business-sec .content ul {
    flex-wrap: wrap;
    gap: 80px 2%;
    justify-content: space-between;
  }
  .business-sec .content ul li {
    padding: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-radius: 0;
    aspect-ratio: 4/3;
  }
  .business-sec .content ul li .num {
    font-size: 6.4rem;
  }
  .business-sec .content ul li h3 {
    font-size: 1.8rem;
    padding-bottom: 8px;
  }
  .business-sec .content ul li .desc {
    margin: 12px auto 0;
    width: 85%;
  }
  .scene-sec {
    margin-top: 80px;
    padding-top: 40px;
    margin-bottom: 80px;
  }
  .scene-sec .inner {
    position: relative;
    z-index: 2;
  }
  .scene-sec .content {
    margin-top: 0px;
  }
  .scene-sec .content ul {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .scene-sec .content ul li {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -24px;
  }
  .scene-sec .content ul li .image {
    top: 72px;
    left: 50%;
    width: 32%;
    height: auto;
    aspect-ratio: 1/1;
    position: relative;
    transform: translateX(-50%);
  }
  .scene-sec .content ul li .content-box {
    padding: 8px;
  }
  .scene-sec .content ul li .content-box .inner {
    padding: 17.6vw 24px 24px 24px;
  }
  .scene-sec .content ul li .content-box h3 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 2rem;
    text-align: center;
  }
  .cta-sec {
    margin-top: 0;
    background-image: url("../img/cta/back.jpg");
    padding: 64px 0;
  }
  .cta-sec::before {
    height: 20%;
  }
  .cta-sec .container {
    padding: 24px;
    text-align: center;
  }
  .cta-sec .container .topdesc {
    font-size: 1.5rem;
  }
  .cta-sec .container .btns {
    margin-top: 12px;
    display: block;
  }
  .cta-sec .container .btns .tel {
    padding: 4px 0;
    width: 100%;
  }
  .cta-sec .container .btns .tel a .main i {
    width: 30.2px;
    transform: translateY(4px);
  }
  .cta-sec .container .btns .tel a .main .txt {
    font-size: 2.8rem;
  }
  .cta-sec .container .btns .tel a .sub {
    font-size: 1.3rem;
  }
  .cta-sec .container .btns .mail {
    margin-top: 12px;
    width: 100%;
    height: 100%;
  }
  .cta-sec .container .btns .mail a {
    height: 80px;
  }
  .cta-sec .container .btns .mail a .main {
    text-align: center;
  }
  .cta-sec .container .btns .mail a .main i {
    width: 24px;
  }
  .cta-sec .container .btns .mail a .main .txt {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
  }
  .cta-sec .container .btns .mail a .sub {
    font-size: 1.1rem;
  }
  .cta-sec .container .bottomlogo {
    margin-top: 16px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-sec .container .bottomlogo img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .product-sec .content {
    margin-top: 40px;
  }
  .product-sec .content .topdesc {
    font-size: 1.4rem;
    text-align: left;
  }
  .product-sec .content .topdesc strong {
    margin-left: 4px;
    margin-right: 4px;
    color: #000;
    font-size: 120%;
  }
  .product-sec .content .product-list {
    margin-top: 56px;
    gap: 80px 0;
  }
  .product-sec .content .product-list li {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 95%;
    display: flex;
    align-items: center;
  }
  .product-sec .content .product-list li .image {
    position: absolute;
    z-index: 10;
    top: 24px;
    left: 0;
    width: 100px;
    height: 100px;
  }
  .product-sec .content .product-list li .txt-gr {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 80px);
  }
  .product-sec .content .product-list li .txt-gr .container {
    padding: 32px 0;
    min-height: initial;
  }
  .product-sec .content .product-list li .txt-gr .container h3 {
    padding-left: 32px;
    padding-right: 18px;
    font-size: 2.2rem;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .product-sec .content .product-list li .txt-gr .container .desc {
    padding-left: 32px;
    padding-right: 18px;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
  .product-sec .content .product-list li .txt-gr .container .desc span {
    display: inline-block;
    background-color: #f7f7f7;
    margin-right: 4.8px;
    padding: 2.4px 4.8px;
    margin-bottom: 6.4px;
  }
  .product-sec .content .product-list li:nth-of-type(2n) .image {
    left: initial;
    right: 0;
  }
  .product-sec .content .product-list li:nth-of-type(2n) .txt-gr {
    margin-left: 0;
    margin-right: auto;
  }
  .product-sec .content .product-list li:nth-of-type(2n) .txt-gr .container h3 {
    padding-left: 18px;
    padding-right: 48px;
  }
  .product-sec .content .product-list li:nth-of-type(2n) .txt-gr .container .desc {
    padding-left: 18px;
    padding-right: 18px;
  }
  .product-sec .content .other-list {
    margin-top: 80px;
  }
  .product-sec .content .other-list li {
    font-size: 1.25rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
    text-align: left;
  }
  .reason-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
  }
  .reason-sec .content {
    margin-top: 80px;
  }
  .reason-sec .content ul li {
    margin-top: 56px;
    position: relative;
  }
  .reason-sec .content ul li .container-outer {
    padding-top: calc(70vw + 40px);
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .reason-sec .content ul li .container-outer .image {
    position: absolute;
    width: 77%;
    height: auto;
    aspect-ratio: 1/1;
    top: 40px;
    right: 0;
    transform: translateY(0px);
  }
  .reason-sec .content ul li .container-outer::after {
    width: 75%;
  }
  .reason-sec .content ul li .container-outer .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative;
    z-index: 2;
  }
  .reason-sec .content ul li .container-outer .container .halfbox {
    width: 100%;
  }
  .reason-sec .content ul li .container-outer .container .halfbox h3 {
    font-size: 2.4rem;
  }
  .reason-sec .content ul li .container-outer .container .halfbox .desc {
    margin-top: 24px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .reason-sec .content ul li:first-of-type {
    margin-top: 0;
  }
  .reason-sec .content ul li:nth-of-type(2n) .container-outer .image {
    left: 0;
    right: initial;
  }
  .reason-sec .content ul li:nth-of-type(2n) .container-outer .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .clients-sec {
    margin-top: 0px;
    padding: 64px 0;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: 0;
    background-color: #e3e3e3;
  }
  .clients-sec .heading-gr {
    text-align: center;
  }
  .clients-sec .heading-gr h2 {
    font-size: 2rem;
    padding: 2.5px 16px;
    width: 100%;
  }
  .clients-sec .content {
    margin-top: 32px;
  }
  .clients-sec .content ul {
    justify-content: space-between;
    gap: 14px 0;
  }
  .clients-sec .content ul li {
    width: 47.75%;
    background-color: #fff;
    aspect-ratio: 1/0.3;
  }
  .news-sec {
    padding: 64px 0;
    background-color: #4C4C4C;
  }
  .news-sec .content {
    margin-top: 32px;
  }
  .news-sec .content ul li a time {
    font-size: 1.1rem;
  }
  .news-sec .content ul li a span {
    font-size: 1.3rem;
  }
  .news-sec .content .btn {
    margin-top: 32px;
    text-align: center;
  }
  .blog-sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .blog-sec.lowerpage {
    padding-top: 64px;
  }
  .blog-sec .content {
    margin-top: 32px;
  }
  .blog-sec .content .topdesc {
    margin-bottom: 32px;
    text-align: left;
    font-size: 1.4rem;
  }
  .blog-sec .content .articles ul {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    gap: 24px 0;
  }
  .blog-sec .content .articles ul li {
    width: 47.75%;
  }
  .blog-sec .content .btn {
    margin-top: 32px;
  }
  .blog-sec .content .pagination {
    margin-top: 56px;
    text-align: center;
  }
  .blog-sec .content .pagination .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
  }
  .blog-sec .content .pagination .wp-pagenavi a,
  .blog-sec .content .pagination .wp-pagenavi span {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .blog-sec .content .pagination .wp-pagenavi span.extend,
  .blog-sec .content .pagination .wp-pagenavi a.previouspostslink,
  .blog-sec .content .pagination .wp-pagenavi a.nextpostslink {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .blog-sec .content .pagination .pages {
    display: none !important;
  }
  .company-sec {
    padding-top: 64px;
    padding-bottom: 120px;
  }
  .company-sec .content {
    margin-top: 80px;
  }
  .company-sec .content .container {
    position: relative;
  }
  .company-sec .content .container::after {
    top: 80px;
    width: 70%;
    height: 100%;
  }
  .company-sec .content .container .lr {
    display: block;
  }
  .company-sec .content .container .lr .left {
    width: 100%;
  }
  .company-sec .content .container .lr .left .image {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .company-sec .content .container .lr .left .image::after {
    right: -12px;
    top: 12px;
  }
  .company-sec .content .container .lr .right {
    padding-top: 40px;
    padding-left: 0px;
    width: 100%;
  }
  .company-sec .content .container .lr .right .c-heading {
    border-bottom: solid 1px #c4c4c4;
    padding-bottom: 8px;
    margin-bottom: 24px;
    font-size: 2rem;
  }
  .company-sec .content .container .lr .right .desc {
    font-size: 1.4rem;
  }
  .company-sec .content .container .lr .right .name {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .philosophy-sec {
    padding-top: 64px;
    padding-bottom: 130px;
  }
  .philosophy-sec .content {
    margin-top: 56px;
  }
  .philosophy-sec .content ul li {
    width: 32%;
  }
  .philosophy-sec .content ul li h3 {
    font-size: 2rem;
    padding-bottom: 0px;
  }
  .philosophy-sec .content .bottomdesc {
    margin-top: 32px;
    font-size: 1.3rem;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .philosophy-sec .content .aniversary {
    margin-top: 32px;
    width: 140px;
  }
  .company-info-sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .company-info-sec .content {
    margin-top: 16px;
  }
  .company-info-sec .content .container {
    margin-top: 24px;
  }
  .company-info-sec .content .container .lr {
    flex-direction: column-reverse;
  }
  .company-info-sec .content .container .lr .left, .company-info-sec .content .container .lr .right {
    width: 100%;
  }
  .company-info-sec .content .container .lr .left {
    margin-top: 24px;
  }
  .company-info-sec .content .container .lr .map {
    margin-top: 32px;
    aspect-ratio: 4/3;
  }
  .company-info-sec .content .container .lr .company-table {
    width: 100%;
    display: block;
  }
  .company-info-sec .content .container .lr .company-table tbody {
    display: block;
  }
  .company-info-sec .content .container .lr .company-table tbody tr {
    display: block;
  }
  .company-info-sec .content .container .lr .company-table tbody tr th {
    display: block;
    padding: 16px 0 0;
    font-size: 1.4rem;
  }
  .company-info-sec .content .container .lr .company-table tbody tr td {
    display: block;
    padding: 8px 0 4px 8px;
    font-size: 1.4rem;
  }
  .company-info-sec .content .container .bottomdesc {
    margin-top: 32px;
    width: 90%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .history-sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .history-sec .content {
    margin-top: 56px;
  }
  .history-sec .content ol li {
    padding: 24px 0;
    display: block;
  }
  .history-sec .content ol li:first-of-type {
    padding-top: 0;
  }
  .history-sec .content ol li time {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 12px;
  }
  .history-sec .content ol li h3 {
    display: block;
    padding-top: 12px;
    padding-left: 16px;
    width: 100%;
    font-size: 1.4rem;
  }
  .form-sec {
    padding-bottom: 64px;
    margin-left: auto;
    margin-right: 0;
  }
  .form-sec .heading-gr h2 {
    font-size: 2.2rem;
  }
  .form-sec .heading-gr .desc {
    margin-top: 32px;
    font-size: 1.4rem;
  }
  .form-sec .heading-gr .cautionbox {
    margin-top: 16px;
    background-color: #f5f5f5;
    padding: 16px;
  }
  .form-sec .heading-gr .cautionbox ul {
    padding-left: 18px;
    gap: 8px;
    letter-spacing: 0.1em;
  }
  .form-sec .heading-gr .cautionbox ul li {
    font-size: 1.1rem;
    padding-left: 2px;
  }
  .form-sec .content {
    margin-top: 24px;
  }
  .form-sec .content .cf7_form .block {
    margin-top: 32px;
  }
  .form-sec .content .cf7_form .block .heading {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .form-sec .content .cf7_form .block .heading .required {
    margin-left: 24px;
    padding: 2.4px 14px;
  }
  .form-sec .content .cf7_form .input-outer {
    font-size: 1.4rem;
  }
  .form-sec .content .cf7_form .input-outer input[type=text], .form-sec .content .cf7_form .input-outer input[type=email], .form-sec .content .cf7_form .input-outer input[type=tel], .form-sec .content .cf7_form .input-outer textarea {
    padding: 12px;
  }
  .form-sec .content .cf7_form .input-outer {
    /* 縦並び */
  }
  .form-sec .content .cf7_form .input-outer .wpcf7-radio {
    gap: 10px;
  }
  .form-sec .content .cf7_form .input-outer {
    /* 丸（外枠） */
  }
  .form-sec .content .cf7_form .input-outer .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    font-size: 1.4rem;
    padding-left: 28px;
  }
  .form-sec .content .cf7_form .privacy {
    margin-top: 24px;
    font-size: 1.4rem;
  }
  .form-sec .content .cf7_form .submit {
    margin-top: 32px;
  }
  .form-sec .content .cf7_form .submit input[type=submit] {
    width: 240px;
    padding: 12px 8px;
    font-size: 1.4rem;
  }
}
/*
====================================
ブログ記事
====================================
*/
.article-temp {
  position: relative;
  margin-top: 98px;
}
.article-temp .back {
  position: absolute;
  right: 0;
  top: 0px;
  width: calc(50% + 681px);
  height: auto;
}
.article-temp .back img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-temp .back-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
}
.article-temp .back-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-temp .inner {
  padding-top: 80px;
}
.article-temp .inner .container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.87);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.article-temp .inner .container .upper .bread {
  margin-bottom: 24px;
}
.article-temp .inner .container .upper time {
  font-size: 1.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
}
.article-temp .inner .container .upper h1 {
  position: relative;
  font-size: 3.2rem;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
  border-bottom: solid 2.5px #eee;
  padding-bottom: 12px;
}
.article-temp .inner .container .upper h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0%) translateY(100%);
  width: 40px;
  height: 2.5px;
  background-color: #5b5b5b;
}
.article-temp .inner .container .upper .thumbnail {
  position: relative;
  z-index: 2;
  text-align: center;
}
.article-temp .inner .container .upper .thumbnail img {
  margin-top: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-temp .inner .container .upper .logo {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0px;
  width: 50%;
  pointer-events: none;
}
.article-temp .inner .container .upper .logo img {
  width: 100%;
}
.article-temp .inner .container .lower {
  position: relative;
  z-index: 2;
}
.article-temp .inner .container .lower .content {
  margin-top: 24px;
  /* 基本余白 */
}
.article-temp .inner .container .lower .content > *:first-child {
  margin-top: 0;
}
.article-temp .inner .container .lower .content > *:last-child {
  margin-bottom: 0;
}
.article-temp .inner .container .lower .content p {
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 2;
}
.article-temp .inner .container .lower .content strong {
  font-weight: 700;
}
.article-temp .inner .container .lower .content em {
  font-style: italic;
}
.article-temp .inner .container .lower .content hr {
  margin: 2.4rem 0;
  border: none;
  border-top: 0.1rem solid #e6e6e6;
}
.article-temp .inner .container .lower .content {
  /* =====================
    見出し
  ===================== */
}
.article-temp .inner .container .lower .content h2 {
  margin: 3.2rem 0 1.4rem;
  padding-left: 1.2rem;
  border-left: 2px solid #828282;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: yu-mincho-pr6n, sans-serif;
}
.article-temp .inner .container .lower .content h3 {
  margin: 2.4rem 0 1.2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: yu-mincho-pr6n, sans-serif;
  background-color: #f7f7f7;
  padding: 8px 12px;
  border-radius: 4px;
}
.article-temp .inner .container .lower .content h4 {
  margin: 2rem 0 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  font-family: yu-mincho-pr6n, sans-serif;
}
.article-temp .inner .container .lower .content {
  /* =====================
    リスト
  ===================== */
}
.article-temp .inner .container .lower .content ul,
.article-temp .inner .container .lower .content ol {
  margin: 0 0 1.8rem;
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.article-temp .inner .container .lower .content ul {
  list-style: disc;
}
.article-temp .inner .container .lower .content ol {
  list-style: decimal;
}
.article-temp .inner .container .lower .content li {
  margin: 0.6rem 0;
}
.article-temp .inner .container .lower .content li > ul,
.article-temp .inner .container .lower .content li > ol {
  margin-top: 0.8rem;
  margin-bottom: 0;
}
.article-temp .inner .container .lower .content {
  /* =====================
    リンク
  ===================== */
}
.article-temp .inner .container .lower .content a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: opacity 0.2s ease;
}
.article-temp .inner .container .lower .content a:hover {
  opacity: 0.7;
}
.article-temp .inner .container .lower .content {
  /* =====================
    画像・figure
  ===================== */
}
.article-temp .inner .container .lower .content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.article-temp .inner .container .lower .content figure {
  margin: 2rem 0;
}
.article-temp .inner .container .lower .content figcaption {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
}
.article-temp .inner .container .lower .content {
  /* =====================
    引用
  ===================== */
}
.article-temp .inner .container .lower .content blockquote {
  margin: 2rem 0;
  padding: 1.6rem;
  border-left: 0.4rem solid #000;
  background: #f7f7f7;
}
.article-temp .inner .container .lower .content blockquote p {
  margin: 0;
}
.article-temp .inner .container .lower .content {
  /* =====================
    テーブル
  ===================== */
}
.article-temp .inner .container .lower .content table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.7;
}
.article-temp .inner .container .lower .content th,
.article-temp .inner .container .lower .content td {
  padding: 1rem 1.2rem;
  border: 0.1rem solid #e0e0e0;
  vertical-align: top;
}
.article-temp .inner .container .lower .content th {
  background: #f5f5f5;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.article-temp .inner .container .lower .content td {
  background: #fff;
}
.article-temp .inner .container .lower .content {
  /* =====================
    code / pre（任意）
  ===================== */
}
.article-temp .inner .container .lower .content code {
  padding: 0.2rem 0.4rem;
  font-size: 0.95em;
  background: #f2f2f2;
  border-radius: 0.4rem;
}
.article-temp .inner .container .lower .content pre {
  margin: 2rem 0;
  padding: 1.6rem;
  background: #111;
  color: #fff;
  border-radius: 0.8rem;
  overflow: auto;
}
.article-temp .inner .container .lower .content pre code {
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 1.3rem;
  line-height: 1.7;
}
.article-temp .inner .container .pagination {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.article-temp .inner .container .pagination .prevbtn {
  font-size: 1.4rem;
  width: 32%;
}
.article-temp .inner .container .pagination .prevbtn a {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #909090;
  text-align: center;
  padding: 16px 0;
  color: #000;
}
.article-temp .inner .container .pagination .backbtn {
  width: 32%;
}
.article-temp .inner .container .pagination .backbtn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 16px 0;
  font-size: 1.4rem;
  color: #fff;
  background-color: #111111;
}
.article-temp .inner .container .pagination .nextbtn {
  width: 32%;
}
.article-temp .inner .container .pagination .nextbtn a {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  text-align: center;
  padding: 16px 0;
  font-size: 1.4rem;
  color: #000;
}

@media screen and (max-width: 1400px) {
  .article-temp {
    position: relative;
    margin-top: 98px;
  }
  .article-temp .back {
    position: absolute;
    right: 0;
    top: 0px;
    width: calc(80% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .article-temp {
    margin-top: 45px;
  }
  .article-temp .back {
    width: calc(100% - 40px);
  }
  .article-temp .inner {
    padding-top: 40px;
  }
  .article-temp .inner .container {
    padding: 24px 24px;
    padding-bottom: 100px;
    margin-bottom: 40px;
  }
  .article-temp .inner .container .upper .bread {
    margin-bottom: 16px;
  }
  .article-temp .inner .container .upper time {
    font-size: 1.4rem;
  }
  .article-temp .inner .container .upper h1 {
    font-size: 2rem;
    border-bottom: solid 1.5px #eee;
    padding-bottom: 8px;
    line-height: 1.4;
  }
  .article-temp .inner .container .upper h1::after {
    height: 1.5px;
  }
  .article-temp .inner .container .upper .thumbnail img {
    margin-top: 24px;
  }
  .article-temp .inner .container .upper .logo {
    width: 80%;
  }
  .article-temp .inner .container .lower .content {
    margin-top: 16px;
    /* 基本余白 */
  }
  .article-temp .inner .container .lower .content p {
    margin: 0 0 1.6rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .article-temp .inner .container .lower .content hr {
    margin: 16px 0;
  }
  .article-temp .inner .container .lower .content {
    /* =====================
      見出し
    ===================== */
  }
  .article-temp .inner .container .lower .content h2 {
    margin: 24px 0 16px;
    padding-left: 12px;
    border-left: 1.5px solid #828282;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .article-temp .inner .container .lower .content h3 {
    margin: 16px 0 8px;
    font-size: 1.6rem;
    padding: 8px 12px;
  }
  .article-temp .inner .container .lower .content h4 {
    margin: 16px 0 8px;
    font-size: 1.4rem;
  }
  .article-temp .inner .container .lower .content {
    /* =====================
      リスト
    ===================== */
  }
  .article-temp .inner .container .lower .content ul,
  .article-temp .inner .container .lower .content ol {
    margin: 0 0 16px;
    padding-left: 20px;
    font-size: 1.3rem;
  }
  .article-temp .inner .container .lower .content li {
    margin: 4px 0;
  }
  .article-temp .inner .container .lower .content li > ul,
  .article-temp .inner .container .lower .content li > ol {
    margin-top: 8px;
  }
  .article-temp .inner .container .lower .content {
    /* =====================
      リンク
    ===================== */
  }
  .article-temp .inner .container .lower .content a {
    text-underline-offset: 3px;
  }
  .article-temp .inner .container .lower .content {
    /* =====================
      画像・figure
    ===================== */
  }
  .article-temp .inner .container .lower .content img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .article-temp .inner .container .lower .content figure {
    margin: 16px 0;
  }
  .article-temp .inner .container .lower .content figcaption {
    margin-top: 8px;
    font-size: 1rem;
  }
  .article-temp .inner .container .lower .content {
    /* =====================
      引用
    ===================== */
  }
  .article-temp .inner .container .lower .content blockquote {
    margin: 16px 0;
    padding: 16px;
    border-left: 4px solid #000;
  }
  .article-temp .inner .container .lower .content blockquote p {
    margin: 0;
  }
  .article-temp .inner .container .lower .content {
    /* =====================
      テーブル
    ===================== */
  }
  .article-temp .inner .container .lower .content table {
    width: 100%;
    margin: 16px 0;
    border-collapse: collapse;
    font-size: 1.3rem;
  }
  .article-temp .inner .container .lower .content th,
  .article-temp .inner .container .lower .content td {
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
  }
  .article-temp .inner .container .lower .content th {
    background: #f5f5f5;
  }
  .article-temp .inner .container .lower .content td {
    background: #fff;
  }
  .article-temp .inner .container .lower .content {
    /* =====================
      code / pre（任意）
    ===================== */
  }
  .article-temp .inner .container .lower .content code {
    padding: 2px 4px;
    font-size: 0.95em;
    background: #f2f2f2;
    border-radius: 4px;
  }
  .article-temp .inner .container .lower .content pre {
    margin: 16px 0;
    padding: 16px;
    background: #111;
    color: #fff;
    border-radius: 8px;
    overflow: auto;
  }
  .article-temp .inner .container .lower .content pre code {
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 1.2rem;
  }
  .article-temp .inner .container .pagination {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .article-temp .inner .container .pagination .prevbtn {
    font-size: 1.1rem;
    width: 33%;
  }
  .article-temp .inner .container .pagination .prevbtn a {
    padding: 12px 0;
  }
  .article-temp .inner .container .pagination .backbtn {
    width: 33%;
  }
  .article-temp .inner .container .pagination .backbtn a {
    padding: 12px 0;
    font-size: 1.1rem;
  }
  .article-temp .inner .container .pagination .nextbtn {
    width: 33%;
  }
  .article-temp .inner .container .pagination .nextbtn a {
    padding: 12px 0;
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=style.css.map */