/*
Theme Name: 株式会社 ALPACE
Theme URI:
Description: 株式会社 ALPACEの公式サイト
Version: 
Author:
Author URI:
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #1a1a1a;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.025rem;
  background: #333;
  font-family: sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p {
  line-height: 3.5rem;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
}

a {
  text-decoration: none;
}

/* page nation animation */
@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* page nation */
.cdp {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  z-index: 6;
  margin: 50px 0;
  animation: cdp-in 500ms ease both;
  animation-delay: 200ms;
  color: #ffffff;
}

.cdp a {
  color: #ffffff;
}

.cdp_i {
  font-size: 14px;
  text-decoration: none;
  transition: background 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px 6px;
  height: 38px;
  min-width: 38px;
  border-radius: 38px;
  border: 2px solid #fff;
  line-height: 38px;
  padding: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: .03em;
}

.cdp_i:first-child,
.cdp_i:last-child {
  padding: 0 16px;
  margin: 0 12px 6px;
}

.cdp_i:hover {
  background-color: #000;
  color: #fff;
}

/* =========================================
   ページネーション追加オプション（任意で追加可能）
========================================= */

/* アクティブページを強調 */
.cdp_i.active {
  background-color: #000;
  color: #fff;
}

/* 非表示にしたいボタンの調整例（必要なら） */
.cdp_i.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* page nationここまで */

/* font motion */
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 1.3s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.anim-box.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* background motion */
.zoom-box {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.c-bnr.zoom {
  display: block;
  transition-duration: .5s;
}

.c-bnr.zoom:hover {
  transform: scale(1.2);
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
  }

  40%,
  100% {
    opacity: 1;
  }
}

/*--------
 top 
----------*/

/* loop */
.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 150px;
  background: #1a1a1a;
}

.loop-area {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-area li {
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
}

.loop-area li span span {
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #959595;
  color: #1a1a1a;
}

.loop-area li span {
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  color: #3a606e;
  outline: none;
}

.loop-area .content {
  width: 550px;
}

.w_section {
  box-sizing: content-box;
  max-width: 100%;
  margin: 0 auto;
}

.gutter>*:not(:last-child) {
  margin-bottom: 2rem;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.top-first-visual img {
  margin-top: 100px;
}

.top-first-visual {
  margin-inline: auto;
  position: relative;
  width: 100%;
  line-height: 4.5rem;
  z-index: 100;
}

.top-first-visual-text {
  color: #fff;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  width: 100%;
  padding-left: 35px;
}

.top-first-visual-text img {
  width: 750px;
  margin-bottom: 15px;
}

.top-first-visual-text span {
  font-size: 8rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  line-height: 1.4em;
}

.top-first-visual-text span span {
  font-size: 4rem;
  font-family: sans-serif;
  line-height: 0.01em;
  margin-top: 100px;
}

.top-first-visual-text h2 {
  margin: 40px 0 0 -5px;
  font-size: 20rem;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

.top-second-visual {
  margin-inline: auto;
  position: relative;
  width: 100%;
  line-height: 4.5rem;
}

.top-second-visual-text {
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 70%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

.top-second-visual-text span {
  font-size: 8rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  line-height: 1.4em;
}

.top-second-visual-text h2 {
  margin-top: 60px;
  font-size: 25rem;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

.top-title-contents {
  margin-inline: auto;
  position: relative;
  width: 100%;
  line-height: 4.5rem;
}

.top-title-contents img:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.top-title-contents-backcolor {
  margin-inline: auto;
  position: relative;
  width: 100%;
  line-height: 4.5rem;
  height: 600px;
  width: auto;
  background-color: #1a1a1a;
}

.top-title-contents-backcolor:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.top-title-img img {
  height: auto;
  width: 100%;
}

.top-title-contents-text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.top-title-contents-text img {
  margin-bottom: 60px;
  width: 200px;
}

.top-title-contents-text h3 {
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17rem;
  letter-spacing: 0.4rem;
  margin-bottom: 20px;
}

.top-title-contents-text span span {
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17rem;
  letter-spacing: 0.4rem;
  margin-bottom: 10px;
  color: #3a606e;
}

.top-title-contents-text span {
  font-size: 3rem;
}

.top-back {
  position: relative;
  height: 600px;
  width: auto;
  background-color: #e9eaea;
}

.top-back h3 {
  position: absolute;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17rem;
  letter-spacing: 0.4rem;
  top: 23%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #3a606e;
}

.top-back p {
  position: absolute;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  top: 43%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #1a1a1a;
}

.top-back2 {
  position: relative;
  height: 600px;
  width: auto;
  background-color: #1a1a1a;
}

.top-back2 h2 {
  position: absolute;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17rem;
  letter-spacing: 0.4rem;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #3a606e;
}

.top-back2 span {
  position: absolute;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #ffffff;
  top: -110%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 55%;
}

.top-back2 p {
  position: absolute;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  color: #ffffff;
  text-align: center;
  top: 70%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

/*----------------
about
------------------*/

.under-page-title-backgroundcolor {
  background-color: #1a1a1a;
  height: 350px;
}

.under-page-title-backgroundcolor200 {
  background-color: #1a1a1a;
  height: 350px;
}

.under-page-title-backgroundcolor230 {
  background-color: #1a1a1a;
  height: 350px;
}

.under-page-maintitle h2 {
  font-size: 20rem;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 50px 0 0 70px;
}

.under-page-maintitle h2 {
  font-size: 20rem;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 50px 0 0 70px;
}

.under-page-maintitle span {
  font-size: 5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  color: #389ba9;
  padding: 200px 3%;
  font-style: italic;
}

.under-page-maintitle-news-list h2 {
  font-size: 20rem;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 50px 0 0 70px;
}

.under-page-maintitle-news-list h2 {
  font-size: 20rem;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 50px 0 0 70px;
}

.under-page-maintitle-news-list span {
  font-size: 5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  color: #389ba9;
  padding: 200px 3%;
  font-style: italic;
  position: relative;
}

.under-page-maintitle-company h2 {
  font-size: 20rem;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 50px 0 0 70px;
}

.under-page-maintitle-company span {
  font-size: 5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  color: #389ba9;
  padding: 200px 3%;
  font-style: italic;
  position: relative;
}

.under-page-maintitle-privacy h2 {
  font-size: 20rem;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 70px 0 0 180px;
}

.under-page-maintitle-privacy span p {
  font-size: 5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  color: #389ba9;
  padding: 0 12% 0;
  margin-top: -20px;
  text-align: right;
  font-style: italic;
  position: relative;
  display: block;
}

.under-page-maintitle-privacy span:before {
  width: 30px;
}

.underpurge-first-visual {
  margin-inline: auto;
  position: relative;
  width: 100%;
  line-height: 4.5rem;
  z-index: 100;
}

.underpurge-first-visual-text {
  color: #fff;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  width: 100%;
  padding-left: 35px;
}

.underpurge-first-visual-text img {
  width: 750px;
  margin-bottom: 15px;
}

.underpurge-first-visual-text p {
  font-size: 3.5rem;
  padding: 80px 0 0 180px;
  line-height: 2em;
}

.background-black {
  background-color: #1a1a1a;
  padding: 100px 0 0;
}

.about-text1 p {
  text-align: center;
  color: #ffffff;
  line-height: 2.8em;
  margin: 0 10%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  font-size: 2rem;
}

.about-text1 span {
  color: #389ba9;
}

.narrow-background-white {
  margin: 150px 10%;
  background-color: #fff;
}

.about-full {
  width: 100%;
  position: relative;
}

.about-full img {
  z-index: 1;
}

.about-title p {
  z-index: 20;
  position: absolute;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  line-height: 2em;
  font-size: 2.2rem;
}

.about-text2 {
  position: absolute;
}

.about-text2 p {
  padding: 20px 10%;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  line-height: 2em;
  font-size: 2.2rem;
  margin-top: 300px;
}

.about-text2 span {
  color: #005c6f;
}

.about-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.about-column-item-left {
  width: 40%;
}

.about-column-item-right {
  width: 60%;
}

.about-title {
  position: relative;
}

.about-title p {
  position: absolute;
  color: #005c6f;
  top: 0;
  left: 0;
  margin: 80px 0 0 30px;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8.5rem;
  letter-spacing: 0.4rem;
  text-shadow: 3px 3px 0px #ffffff;
}

.about-title img {
  width: 60%;
  margin: 20px 0 20px -10px;
}

.about-text2 p {
  padding: 20px 10%;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  line-height: 2em;
  font-size: 2.2rem;
  margin-top: 80px;
}

.about-text2 span {
  color: #005c6f;
}

.about-under-title {
  background-color: #393332;
  width: 80%;
  margin-bottom: 80px;
}

.about-under-title p {
  color: #ffffff;
  padding: 30px 12%;
  font-size: 4rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  margin-top: 100px;
  line-height: 1.5em;
}

.about-under-smalltitle {
  position: relative;
}

.about-under-smalltitle p {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  font-size: 6rem;
  letter-spacing: 0.2rem;
  margin: 20px 10%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  line-height: 1.2em;
}

.about-under-smalltitle img {
  height: 80px;
  margin: 45px 8%;
}

.about-under-text p {
  color: #ffffff;
  padding-bottom: 100px;
  margin: 60px 10% 0;
  line-height: 2em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  font-size: 2rem;
  text-align: justify;
}

.about-under-text span {
  color: #389ba9;
}

.sp {
  display: none;
}

.about-background-white {
  margin: 150px auto;
  width: 80%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.about-background-white .about-contin {
  position: relative;
}

.background-white-contact-privacy {
  width: 90%;
  margin: 0 auto 100px;
  background-color: #fff;
  border-radius: 10px;
}

.background-white-contact {
  width: 90%;
  margin: 0 auto 70px;
  background-color: #fff;
  border-radius: 10px;
}

.background-white-company {
  margin: 0 auto 30px;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  padding: 100px 10%;
}

.background-white-news-single {
  margin: 20px auto 40px;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10%;
}

.background-white-newslist {
  margin: 30px auto 50px;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0 0;
}

.about-contin-title-wrap {
  width: 50%;
  padding: 10px 0 0;
  margin-top: 40px;
}

.about-contin-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.about-contin-title:nth-child(3) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.about-contin-title h3 {
  color: #005c6f;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9rem;
  letter-spacing: 0.4rem;
  text-shadow: 3px 3px 0px #ffffff;
  position: relative;
  z-index: 30;
  margin-left: 40px;
}

.about-contin-title:nth-child(3) h3 {
  color: #005c6f;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9rem;
  letter-spacing: 0.4rem;
  text-shadow: 3px 3px 0px #ffffff;
  min-height: 150px;
  position: relative;
  z-index: 30;
}

.about-contin-brush-img {
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 20;
}

.about-contin-brush-img img {
  height: 100px;
}

.title-third {
  margin-top: -10px;
}

.brush-img-third img {
  margin-top: -50px;
}

.about-contin-img {
  width: 50%;
}

.about-contin-img img {
  width: 100%;
}

.about-contin-text {
  position: absolute;
  top: 200px;
  left: 30px;
}

.about-contin-text p {
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  line-height: 2em;
  font-size: 2.2rem;
}

.about-contin-text-few {
  margin-top: 30px;
}

.about-contin-text-third {
  margin-top: -30px;
}

.about-contin-text-few span {
  color: #005c6f;
}

.about-contin-text-third span {
  color: #005c6f;
}

/*----------------
service
------------------*/

.service-title-wrap {
  margin-top: 40px;
}

.service-title {
  position: relative;
}

.service-title p {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  margin: 40px 10%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  line-height: 1.2em;
}

.service-title img {
  height: 80px;
  margin: 60px 3% 0;
}

.underpurge-service-titleback {
  margin-inline: auto;
  position: relative;
  width: 90%;
  line-height: 4.5rem;
  z-index: 100;
}

.underpurge-service-titleback img {
  border-radius: 10px;
}

.underpurge-service-text {
  left: 50%;
  position: absolute;
  top: 45%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  width: 100%;
  padding-left: 35px;
  line-height: 10px;
  text-shadow: 2px 2px 10px #ffffff,
    -2px 2px 10px #ffffff,
    2px -2px 10px #ffffff,
    -2px -2px 10px #ffffff;
}

.underpurge-service-text p {
  font-size: 4rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  color: #4c7a92;
  font-style: italic;
}

.underpurge-service-title-en {
  font-size: 12rem;
  font-family: "avalanche", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 80px;
  padding-top: 45px;
  opacity: 0.3;
  color: #40858e;
  letter-spacing: 0.03em;
}

.card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 95%;
  margin: 100px auto 0;
}

.card-item {
  border-left: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 90px) / 3);
}

.card-item:last-child {
  border-right: 1px solid #ffffff;
}

.card-text {
  flex-grow: 1;
  width: 100%;
  text-align: center;
  background: url("../img/service/brush-service.png") no-repeat;
  background-position: center bottom;
  background-size: 90% auto;
}

.card-text p {
  color: #ffffff;
  font-weight: bolder;
  font-size: 2rem;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  height: 100%;
  display: grid;
  place-items: center;
}

.card-text span {
  color: #ffffff;
  font-weight: bolder;
  font-size: 2rem;
  line-height: 1.7em;
  margin: 0;
  padding: 0;
  height: 100%;
  display: grid;
  place-items: center;
}

.card-text span {
  color: #ffffff;
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}

.card-text img {
  width: 90%;
  margin-top: 60px;
}

.service-text {
  margin: 40px 5% 100px;
}

.service-text p {
  color: #ffffff;
  width: auto 0;
}

.service-text span {
  color: #389ba9;
  font-weight: bolder;
}

.service-2column-title {
  margin: 0 5% 70px;
}

.service-2column-back {
  background-color: #393332;
  padding: 8px auto;
}

.service-2column-back p {
  color: #ffffff;
  text-align: center;
  font-size: 2.2rem;
}

.items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.item {
  width: 650px;
  height: auto;
  margin: 0 5%;
  color: #ffffff;
  margin-bottom: 120px;
}

.item img {
  width: 100%;
}

.title-2column {
  font-size: 2.3rem;
  margin: 30px 0 10px 0;
}

.item span {
  color: #389ba9;
}

/*----------------
news
------------------*/

.pagenation img {
  width: 250px;
  margin: auto;
  display: block;
  margin-bottom: 40px;
}

.main-content {
  padding: 230px 0 60px 0;
}

.singlepage-content {
  padding: 60px 0 100px;
}

.singlepage-content-list {
  padding: 0 0 70px;
}

.top_news_wrapper {
  margin-top: 70px;
  padding-inline: 80px;
}

.top_news_cont {
  max-width: 800px;
  margin-inline: auto;
}

.top_news_cont ul li:first-child {
  border-top: solid 1px #1a1a1a;
}

.top_news_cont li {
  list-style: none;
}

.top_news_cont ul li a {
  padding: 1em 2em;
  border-bottom: solid 1px #1a1a1a;
  display: flex;
  gap: 3em;
  line-height: 1.5;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
}

.top_news_cont ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.top_news_cont .date {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: bold;
}

.top_news_cont ul li .date span {
  background: #a89487;
  display: inline-block;
  padding: 5px 40px;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-left: 20px;
}

.top_news_cont ul li a .cont {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: bold;
}

.top_news_cont-list ul {
  border-top: solid 1px #ccc;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 150px;
}

.top_news_cont-list ul li a {
  padding: 20px 50px;
  border-bottom: solid 1px #ccc;
  display: flex;
}

.top_news_cont-list ul li .date {
  width: 250px;
}

.top_news_cont-list ul li .date span {
  background: #a89487;
  display: inline-block;
  padding: 5px 40px;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-left: 20px;
}

.top_news_cont-list ul li a .cont {
  text-decoration: underline;
}

.news-pager ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 5px;
  list-style: none;
}

.news-pager ul.page-numbers li .current {
  color: #1a1a1a;
  font-size: 1.5rem;
  padding: 8px 10px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 20px;
}

.news-pager ul.page-numbers li .dots {
  color: #fff;
}

.news-pager ul.page-numbers li a:not(.next):not(.prev) {
  color: #fff;
  font-size: 1.5rem;
  padding: 8px 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: 0.5s;
}

.news-pager ul.page-numbers li a:not(.next):not(.prev):hover {
  color: #389ba9;
  border: 1px solid #389ba9;
}

.news-pager ul.page-numbers li a.prev {
  color: #fff;
  font-size: 1.5rem;
  height: auto;
  border-radius: 20px;
  border: 1px solid #fff;
  margin: 0 5px 0 0;
  padding: 8px 10px;
  transition: 0.5s;
}

.news-pager ul.page-numbers li a.next {
  color: #fff;
  font-size: 1.5rem;
  height: auto;
  border-radius: 20px;
  border: 1px solid #fff;
  margin: 0 0 0 5px;
  padding: 8px 10px;
  transition: 0.5s;
}

.news-pager ul.page-numbers li a.prev:hover,
.news-pager ul.page-numbers li a.next:hover {
  color: #389ba9;
  border: 1px solid #389ba9;
}

/* news singlepage */
.main-content-2 {
  padding: 80px 0;
}

.news-title {
  width: 80%;
  margin: 0 auto;
}

.news-title p {
  font-size: 2.5rem;
  font-weight: bolder;
  letter-spacing: 0.2rem;
}

.news-title span {
  font-size: 1.6rem;
  padding-right: 20px;
  font-weight: bolder;
}

.news-text {
  padding: 40px 0 0;
  width: 80%;
  margin: 0 auto;
  line-height: 3.5rem;
}

.items-nextpage {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.item-nextpage {
  text-align: center;
  width: 100px;
  height: auto;
  color: #ffffff;
  font-size: 1.6rem;
}

.item-nextpage a {
  height: auto;
  color: #ffffff;
}

.item-nextpage a:hover {
  transition: 0.5s;
  color: #389ba9;
}

.item-nextpage span {
  font-size: 1.5rem;
  height: auto;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 8px 10px;
}

.item-nextpage span:hover {
  transition: 0.5s;
  color: #389ba9;
  border: 1px solid #389ba9;
}

/* page nation */
body {
  background: #333;
  font-family: sans-serif;

}

@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.cdp {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  z-index: 6;
  margin: 50px 0;

  animation: cdp-in 500ms ease both;
  animation-timeline: 200ms;

  &_i {
    font-size: 14px;
    text-decoration: none;

    transition: background 250ms;

    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px 6px;
    height: 38px;
    min-width: 38px;
    border-radius: 38px;
    border: 2px solid #fff;
    line-height: 38px;
    padding: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: .03em;
    display: none;

    &:first-child,
    &:last-child {
      padding: 0 16px;
      margin: 0 12px 6px;
    }

    &:last-child,
    &:nth-child(2),
    &:nth-last-child(2) {
      display: inline-block;
    }
  }

  &_i:hover {
    background-color: #000;
    color: #fff;
  }

  &:not([actpage="1"]) &_i:nth-child(1) {
    display: inline-block;
  }
}

@for $i from 1 through 80 {
  .cdp[actpage="#{$i}"] {

    // 3 before
    .cdp_i:nth-child(#{$i - 2}):not(:first-child):not(:nth-child(2)) {
      display: inline-block;
      pointer-events: none;
      color: transparent;
      border-color: transparent;
      width: 50px;

      &:after {
        content: '...';
        color: #fff;
        font-size: 32px;
        margin-left: -6px;
      }
    }

    // 2 before
    .cdp_i:nth-child(#{$i - 1}):not(:first-child) {
      display: inline-block;
    }

    // before
    .cdp_i:nth-child(#{$i}):not(:first-child) {
      display: inline-block;
    }

    // active
    .cdp_i:nth-child(#{$i + 1}) {
      background-color: #000;
      color: #fff;
      display: inline-block;

      +.cdp_i:last-child {
        display: none !important;
      }
    }

    // next
    .cdp_i:nth-child(#{$i + 2}):not(:last-child) {
      display: inline-block;
    }

    // 2 next
    .cdp_i:nth-child(#{$i + 3}):not(:last-child) {
      display: inline-block;
    }

    // 3 next
    .cdp_i:nth-child(#{$i + 4}):not(:last-child):not(:nth-last-child(2)) {
      display: inline-block;
      pointer-events: none;
      color: transparent;
      border-color: transparent;
      width: 50px;

      &:after {
        content: '...';
        color: #fff;
        font-size: 32px;
        margin-left: -6px;
      }
    }
  }
}

/*----------------
recruit
------------------*/

.c-btn-single a {
  color: #ffffff;
  padding: 30px auto 60px;
}

.c-btn-single.slide p {
  background-color: #389ba9;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  width: 330px;
  margin: 80px auto 100px;
}

.c-btn-single.slide p::after {
  background-color: #155a63;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c-btn-single.slide p:hover {
  color: #fff;
}

.c-btn-single.slide p:hover::after {
  transform: scale(1, 1);
}

/*----------------
company
------------------*/
.company-service-box {
  margin: 0 auto;
}

th {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 20px 50px 20px 50px;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

th span {
  letter-spacing: 0.85rem;
  color: #389ba9;
  font-weight: bolder;
}

td {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
  padding: 20px;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 60%;
}

.company-service-box th span {
  width: 7.3rem;
  margin: 0 auto;
  text-align-last: justify;
  white-space: nowrap;
  display: block;
  letter-spacing: unset;
  font-weight: bolder;
}

/*----------------
contact
------------------*/
.back-white-text-first2 {
  font-weight: bolder;
  width: 70%;
  margin: 0 auto;
}

.contact-wrap {
  padding: 1px;
}

.flame-top {
  width: 70%;
  margin: 0 auto 10px;
}

.flame-top span {
  color: #949494;
  font-size: 1.4rem;
  margin-left: 10px;
}

.menu-category-title {
  margin: 20px 0 10px 0;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}

.menu-category {
  font-size: 1.5rem;
  border-radius: 5px;
  display: block;
  text-align: left;
  text-decoration: none;
  width: 100%;
  padding: 20px;
  margin: auto;
  border: 1px solid #000000;
  background: #ffffff;
  transition: 0.5s;
  display: flex;
  color: #949494;
  margin-bottom: 50px;
}

.menu-category:last-child {
  margin-bottom: 70px;
}

.background-black-contact form {
  padding: 0 0 70px;
}

.contact-flame-top {
  display: block;
  text-align: left;
  text-decoration: none;
  width: 70%;
  margin: auto;
  background: #ffffff;
  transition: 0.5s;
  color: #949494;
  margin-bottom: 70px;
}

.contact-flame-large {
  display: block;
  text-decoration: none;
  width: 70%;
  box-sizing: border-box;
  margin: auto;
  background: #ffffff;
  transition: 0.5s;
  color: #949494;
  margin-bottom: 10px;
}

.contact-flame-large-text {
  padding: 10px 20px;
}

.contact-flame-large-text p {
  line-height: 1.5em;
}

/* checkbox */
.checkboxItem {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  margin: 60px auto 0;
}

.checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}

.checkboxItem input {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.checkboxItem input:checked::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 4px;
  width: 20px;
  height: 10px;
  border-bottom: 3px solid #06b6d4;
  border-left: 3px solid #06b6d4;
  transform: rotate(-45deg);
}

.checkboxItem label {
  display: flex;
  gap: 20px
}

.checkboxItem .wpcf7-list-item-label {
  flex: 1;
}

.checkboxItem .wpcf7-list-item {
  margin: 0;
}

.input-style {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  font-size: 1.8rem;
  line-height: 3.5rem;
  letter-spacing: 0.1rem;
  color: #1a1a1a;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  outline: 2px solid transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.5s;
}

.select-style {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  font-size: 1.8rem;
  color: #1a1a1a;
  line-height: 3.5rem;
  letter-spacing: 0.1rem;
  color: #1a1a1a;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  outline: 2px solid transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.5s;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  right: 20px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: block;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpolygon points='0,0 10,0 5,5' fill='%23000'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}

.textarea-style {
  display: block;
  width: 100%;
  height: 250px;
  padding: 10px 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  font-size: 1.8rem;
  line-height: 3.5rem;
  letter-spacing: 0.1rem;
  color: #1a1a1a;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  outline: 2px solid transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.5s;
}

.input-style::placeholder,
.textarea-style::placeholder {
  color: #949494;
}

.input-style:focus,
.select-style:focus,
.textarea-style:focus {
  outline: 2px solid #a6d4da;
  border: 1px solid #389ba9;
}

.contact-btn-single p {
  background-color: #389ba9;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  width: 330px;
  margin: 80px auto 30px;
}

.contact-btn-single p::after {
  background-color: #155a63;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.contact-btn-single p:hover::after {
  transform: scale(1, 1);
}

.contact-btn-single input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  line-height: 3.5rem;
  letter-spacing: 0.1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  font-size: 1.8rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  width: 70%;
  margin: 20px auto;
  background: #f6d8d8;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3232;
}

/* contact-confirmation */
.contact-confirm-title {
  padding: 80px 0 30px;
  text-align: justify;
}

.contact-confirm-title p {
  text-align: center;
  font-size: 2rem;
}

.contact-confirmation h2 {
  margin: 100px 0 40px 0;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.25rem;
  font-family: "novel-display", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.flame {
  width: 80%;
  margin: 0 auto 10px;
  text-align: center;
}

.contact-flame-confi {
  border-radius: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0px 20px;
  margin: auto;
  border: 1px solid #000000;
  background: #ffffff;
  transition: 0.5s;
  display: flex;
  color: #949494;
}

.contact-btn-column {
  display: flex;
  justify-content: space-between;
  width: 70%;
  text-align: justify;
  margin: 0 auto;
}

.contact-btn-small {
  color: #ffffff;
  text-align: center;
  margin: 120px auto;
  width: 180px;
  padding: 20px;
  background-color: #9fa0a0;
  border-radius: 50px;
}

.contact-btn-small p {
  font-size: 1.6rem;
  text-align: center;
}

.contact-btn-small a {
  text-decoration: none;
  color: #ffffff;
}

.contact-btn-small:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.contact-frame {
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  width: 70%;
  border-radius: 5px;
  letter-spacing: 0.1rem;
}

.contact-frame-item {
  color: #9fa0a0;
  line-height: 4rem;
  margin: 50px 0;
}

.contact-frame-text {
  color: #1a1a1a;
  line-height: 5rem;
}

.contact-frame-smallitem {
  font-size: 1.4rem;
  color: #9fa0a0;
  margin-top: 30px;
}

.contact-frame-smallitem span {
  font-size: 1.45rem;
  line-height: 2.8rem;
  color: #1a1a1a;
}

.c-btn-column a {
  color: #ffffff;
  padding: 30px auto 60px;
}

.c-btn-column.slide p {
  background-color: #389ba9;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  width: 330px;
  margin: 80px auto 30px;
}

.c-btn-column.slide p::after {
  background-color: #155a63;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c-btn-column.slide p:hover {
  color: #fff;
}

.c-btn-column.slide p:hover::after {
  transform: scale(1, 1);
}

.c-btn-column input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  line-height: 3.5rem;
  letter-spacing: 0.1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  font-size: 1.8rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

/* contact-sent */
.contact-sent-wrap {
  padding: 120px 10%;
  text-align: center;
}

.contact-sent-title p {
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 60px;
}

.contact-sent-text p {
  font-size: 1.8rem;
}

/*----------------
privacy policy
------------------*/

.under-page-title-backgroundcolor-privacy {
  background-color: #1a1a1a;
  height: 350px;
}

.background-black-company-newslist {
  background-color: #1a1a1a;
  padding: 1px 0 50px;
}

.background-black-privacy {
  background-color: #1a1a1a;
  padding: 150px 0 50px;
}

.background-black-service {
  background-color: #1a1a1a;
  padding: 3px 0;
}

.background-2 {
  background-color: #1a1a1a;
  padding: 3px 0;
}

.background-black3 {
  background-color: #1a1a1a;
  padding: 1px 0 80px;
}

.background-black-contact {
  background-color: #1a1a1a;
  padding: 1px 0;
}

.side-space {
  margin: 0 6%;
}

.back-white-text {
  padding: 80px 0 80px;
  text-align: justify;
}

.back-white-text-first p {
  font-weight: bolder;
}

.privacy-policy-text {
  margin-top: 60px;
}

.privacy-policy-text span {
  font-weight: bolder;
  font-size: 2.2rem;
}

.privacy-policy-text p {
  margin-top: 10px;
}

.privacy-policy-contact-title p {
  font-size: 2.2rem;
  font-weight: bolder;
  margin: 100px auto 30px;
}

.privacy-policy-contact-text span p {
  font-size: 1.9rem;
}

.privacy-policy-contact-text a {
  color: #1a1a1a;
}

.privacy-policy-contact-text a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

/*----------------
under page -404-
------------------*/
.background-black-top-and-bottom200 {
  background-color: #1a1a1a;
  padding: 100px 0;
}

.text-404 {
  color: #ffffff;
  margin: 250px 10% 50px;
  text-align: center;
}

.text-404 span {
  font-size: 2.5rem;
  padding-bottom: 30px;
  display: block;
}

.to-top {
  color: #ffffff;
  text-align: center;
  margin-bottom: 100px;
}

.to-top a {
  color: #ffffff;
}

.to-top a:hover {
  transition: 0.5s;
  color: #389ba9;
}

/* pagetop */
button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: none;
  transition: .2s;
  letter-spacing: 3px;
  color: #ffffff;
}

button span:before {
  position: absolute;
  top: -29px;
  left: 11px;
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 1px solid #ffffff;
  border-width: 1px 1px 0px 0px;
}

button span:after {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  content: "";
  border-radius: 100%;
  top: -43px;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

.page-top {
  margin: 60px 0 30px;
}

@media screen and (max-width: 1620px) {
  .top_news_cont ul li a {
    font-size: 15px;
    flex-direction: column;
    gap: 0.25em;
    padding: 1em;
  }

  .twocolumn-items1-recruit {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 60px 8% 10px;
  }

  th {
    width: 30%;
    padding: 15px 10px 15px 10px;
    letter-spacing: 0.1rem;
  }

  th span {
    letter-spacing: 0.75rem;
  }

  td {
    letter-spacing: 0.2rem;
    line-height: 3rem;
    padding: 15px 15px 15px 17px;
  }

  table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (max-width: 1550px) {
  .background-black-privacy {
    background-color: #1a1a1a;
    padding: 80px 0 50px;
  }

  .under-page-maintitle-privacy h2 {
    font-size: 16rem;
    padding: 100px 0 0 150px;
  }

  .under-page-maintitle-privacy span p {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 1400px) {
  .top-second-visual-text {
    left: 70%;
  }
}

@media screen and (max-width: 1330px) {
  .under-page-maintitle-news-list h2 {
    font-size: 16rem;
    padding: 80px 0 0 60px;
  }

  .under-page-maintitle-news-list span {
    font-size: 3.5rem;
    padding: 200px 1%;
  }
}

@media screen and (max-width: 1370px) {
  .about-under-title p {
    font-size: 3.2rem;
    padding: 20px 12%;
  }

  .about-under-smalltitle p {
    font-size: 4.5rem;
    margin: 10px 10%;
  }

  .about-under-smalltitle img {
    height: 65px;
    margin: 25px 8%;
  }
}

@media screen and (min-width: 1320px) {
  .only-sp-appear1320 {
    display: none;
  }
}

@media screen and (max-width: 1320px) {
  .only-pc-appear1320 {
    display: none;
  }

  .header {
    position: fixed;
    z-index: 1000;
    font-weight: bold;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.2rem;
    font-family: "novel-display", sans-serif;
    font-weight: 100;
    font-style: normal;
    padding: 0 3% 0 1.5%;
  }

  .header h1 {
    height: 80px;
    margin-left: 20px;
  }

  .top_news_cont ul li a {
    font-size: 1.5rem;
    flex-direction: column;
    gap: 0.25em;
    padding: 1em;
  }

  .top-first-visual-text img {
    width: 500px;
    margin-bottom: 15px;
  }

  .top-first-visual-text span {
    font-size: 5.3rem;
    line-height: 1.4em;
  }

  .top-first-visual-text h2 {
    font-size: 13rem;
    margin-top: 20px;
    padding-left: 10px;
  }

  .top-second-visual-text span {
    font-size: 5.3rem;
  }

  .top-second-visual-text h2 {
    margin-top: 45px;
    font-size: 20rem;
  }

  .card-list {
    margin: 4% auto;
  }

  .card-item {
    width: calc((100% - 80px) / 3);
  }
}

@media screen and (max-width: 1280px) {
  .nav01 li {
    display: none
  }

  /*---------------
header hamburger　menu
---------------*/
  .nav01 {
    display: none !important;
  }

  .menu-btn {
    display: flex !important;
  }

  .hamburger-menu,
  .sp {
    display: block !important;
  }

  .hamburger-menu {
    display: block;
  }

  .menu-btn {
    position: fixed;
    z-index: 90;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
  }

  .header h1 img {
    position: relative;
    z-index: 900;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 30px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 10px;
  }

  .menu-btn span:after {
    top: 10px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #000;
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #000;
  }

  #menu-btn-check {
    display: none;
  }

  /* click open menu */
  .menu-content {
    position: fixed;
    z-index: 80;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    left: 100%;
    background-color: #ffffff;
    transition: all 0.5s;
  }

  .menu-content span span {
    font-size: 2rem;
  }

  .menu-content ul {
    width: 300px;
    margin: 100px auto 0;
  }

  .menu-content ul li {
    list-style: none;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    box-sizing: border-box;
    color: #1a1a1a;
    text-decoration: none;
    padding: 30px 0;
    position: relative;
  }

  .menu-content ul li a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }

  #menu-btn-check:checked~.menu-content {
    left: 0;
  }

  /* btn */
  .header-drawer-btn {
    width: 70%;
    display: flex;
    align-items: center;
    position: absolute;
    text-align: center;
    text-decoration: none;
  }

  .header-drawer-btn:first-child {
    margin: 30px 0;
  }

  .header-drawer-btn span {
    color: #ffffff;
    letter-spacing: 0.2rem;
    text-align: center;
  }

  .header-drawer-btn:hover {
    transition: 0.8s;
  }
}

@media screen and (max-width: 1220px) {
  .about-contin-text p {
    line-height: 1.8em;
    font-size: 2rem;
  }

  .about-contin-text-third {
    margin-top: -40px;
  }

  .about-background-white {
    margin: 80px auto;
  }

  .about-under-title p {
    padding: 10px 8%;
  }

  .about-under-smalltitle p {
    font-size: 4rem;
    margin: 8px 6%;
  }

  .about-under-smalltitle img {
    margin: 20px 3%;
  }

  .about-under-text p {
    padding-bottom: 100px;
    margin: 20px 6% 0;
    line-height: 2em;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .only-sp-appear1200 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .only-pc-appear1200 {
    display: none;
  }

  .header-menu-sp {
    color: #1a1a1a;
    margin: 0 8%;
  }

  .header-menu-sp h1 {
    margin-bottom: 100px;
    padding: 30px 0 25px 0;
    width: 90px;
    margin: 0 auto;
  }

  .header-menu-sp img {
    width: 100px;
    margin: 15px 0 10px;
  }

  .header-menu-sp ul {
    width: 250px;
    margin: 10px auto 30px;
    text-align: left;
  }

  .header-menu-sp ul li {
    list-style: none;
  }

  .header-menu-sp ul li a {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    box-sizing: border-box;
    color: #1a1a1a;
    padding: 15px 0;
    position: relative;
    text-align: left;
    border-radius: 40px;
    font-weight: bold;
  }

  .header-menu-sp span span {
    font-size: 1.9rem;
    line-height: 1.5;
  }

  .header-menu-sp ul li a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }

  .header-menu-sp ul {
    text-align: center;
  }

  .nav_content_full {
    margin: 0 auto;
    text-align: center;
    display: flex;
  }

  .under-page-maintitle h2 {
    font-size: 16rem;
    padding: 80px 0 0 60px;
  }

  .under-page-maintitle span {
    font-size: 3.5rem;
    padding: 200px 1%;
  }

  .under-page-maintitle-company h2 {
    font-size: 16rem;
    padding: 80px 0 0 60px;
  }

  .under-page-maintitle-company span {
    font-size: 3.5rem;
    padding: 200px 1%;
  }

  .under-page-maintitle-privacy h2 {
    font-size: 14rem;
    padding: 80px 0 0 120px;
  }

  .underpurge-first-visual-text p {
    font-size: 3rem;
    padding: 80px 0 0 80px;
    line-height: 2em;
  }


  .c-btn-column a {
    color: #ffffff;
    padding: 30px auto 60px;
  }

  .c-btn-column.slide p {
    background-color: #389ba9;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    text-align: center;
    color: #ffffff;
    width: 220px;
    margin: 80px auto;
  }

  .c-btn-column.slide p::after {
    background-color: #155a63;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }

  .background-black-privacy {
    padding: 30px 0 50px;
  }

  .copy-sp {
    padding: 10px 0 0;
  }

  .recaptcha p {
    padding-bottom: 40px;
    line-height: 2.2rem;
  }

  .footer-menu-sp {
    background-color: #056181;
    color: #ffffff;
  }

  .footer-menu-sp-logo {
    padding: 40px 0 20px;
    text-align: left;
    margin: 0 8%;
  }

  .footer-menu-sp-logo:hover {
    opacity: 0.8;
    transition: 0.5s;
  }

  .footer-menu-sp h1 {
    margin-bottom: 100px;
    padding: 30px 0 25px 0;
    width: 90px;
    margin: 0 auto;
  }

  .footer-menu-sp img {
    height: 80px;
    margin: 15px 0 5px;
  }

  .footer-menu-sp ul {
    width: 100%;
    text-align: left;
  }

  .footer-menu-sp ul li {
    list-style: none;
  }

  .footer-menu-sp ul li a {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    box-sizing: border-box;
    color: #ffff;
    padding: 30px 0;
    position: relative;
    text-align: center;
    border-radius: 40px;
    margin: 0 auto;
  }

  .footer-menu-sp span span {
    font-size: 1.9rem;
    line-height: 1.5;
  }

  .footer-menu-sp ul li a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }

  .footer-menu-sp ul {
    text-align: center;
  }

  .footer-menu-sp a {
    color: #ffffff;
  }

  .footer-menu-sp h1 {
    margin-bottom: 100px;
    padding: 30px 0 25px 0;
    width: 90px;
    margin: 0 auto;
  }

  .nav_content_columns_footer-sp {
    margin: 10px 8%;
  }

  .footer-menu-sp ul {
    width: 100%;
    text-align: left;
  }

  .footer-menu-sp ul li {
    list-style: none;
  }

  .footer-menu-sp ul li a {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    box-sizing: border-box;
    color: #ffffff;
    padding: 25px 0;
    position: relative;
    text-align: left;
    border-radius: 40px;
    font-weight: bold;
  }

  .footer-menu-sp img {
    text-align: center;
    margin: 0 auto;
  }

  .footer-menu-sp span span {
    font-size: 1.9rem;
    line-height: 1.5;
  }

  .footer-menu-sp ul li a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }

  .footer-menu-sp ul {
    text-align: center;
  }

  .footer-menu-sp ul li a {
    font-size: 1.8rem;
  }

  .nav_content_columns_footer-sp span {
    margin-bottom: 0px;
  }

  .nav_content_columns_item_footer-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px;
  }

  .nav_content_columns_item_footer-sp li {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 1130px) {
  .underpurge-service-title-en {
    font-size: 10rem;
  }
}

@media screen and (min-width: 1101px) {
  .only-sp-appear1100 {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .only-pc-appear1100 {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .header nav.nav01 {
    display: flex;
  }

  .hamburger-menu {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header nav.nav01 {
    display: none;
  }
}

@media screen and (min-width: 1021px) {
  .only-sp-appear1020 {
    display: none;
  }
}

@media screen and (max-width: 1020px) {
.only-pc-appear1020 {
  display: block !important;
}

  .background-black-privacy {
    padding: 0 0 50px;
  }

  .about-background-white {
    margin: 80px auto;
    width: 90%;
  }

  .under-page-maintitle-news-list h2 {
    font-size: 12rem;
    padding: 60px 0 0 0;
    text-align: center;
  }

  .under-page-maintitle-news-list span {
    font-size: 3rem;
    padding: 0;
    margin: -40px 0 0 0;
    display: block;
    text-align: center;
  }

  .under-page-maintitle-privacy h2 {
    font-size: 12rem;
    padding: 80px 0 0 50px;
  }

  .underpurge-service-title-en {
    font-size: 10rem;
    margin-left: 1px;
  }

  .under-page-title-backgroundcolor200 {
    height: 280px;
  }

  .c-btn-single.slide p {
    margin: 60px auto 80px;
  }

  .background-black-contact {
    background-color: #1a1a1a;
  }
}

@media screen and (max-width: 1070px) {
  .top-second-visual-text {
    left: 65%;
  }
}

@media screen and (min-width: 911px) {
  .only-sp-appear910 {
    display: none;
  }
}

@media screen and (max-width: 910px) {
  .only-pc-appear910 {
    display: none;
  }

  .under-page-maintitle h2 {
    font-size: 12rem;
    padding: 60px 0 0 0;
    text-align: center;
  }

  .under-page-maintitle span {
    font-size: 3rem;
    padding: 0;
    margin: -40px 0 0 0;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 990px) {
  .card-list {
    margin: 4% auto;
  }

  .card-item {
    width: calc((100% - 40px) / 2);
  }

  .flame-top {
    width: 80%;
  }

  .contact-flame-top {
    width: 80%;
    margin-bottom: 50px;
  }

  .checkboxItem {
    width: 80%;
  }

  .menu-category {
    padding: 10px 20px;
  }

  .contact-flame-large {
    padding: 0 !important;
    box-sizing: border-box;
    width: 80%;
  }

  .back-white-text-first2 {
    width: 90%;
  }

  .back-white-text {
    padding: 80px 6% 80px;
    text-align: justify;
  }
}

@media screen and (max-width: 980px) {
  .underpurge-service-title-en {
    font-size: 8rem;
  }

  .underpurge-service-title-en {
    font-size: 10rem;
    margin-left: 1px;
  }
}

@media screen and (min-width: 930px) {
  .only-sp-appear-footer {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  .only-pc-appear-footer {
    display: none;
  }

  .about-contin-brush-img {
    top: 60px;
  }

  .about-under-title {
    margin-bottom: 60px;
  }

  .about-under-title p {
    font-size: 3rem;
    padding: 10px 12%;
  }

  .about-under-smalltitle p {
    font-size: 4rem;
  }

  .about-contin-title h3 {
    font-size: 8.5rem;
  }

  .about-contin-title:nth-child(3) h3 {
    font-size: 8.5rem;
    padding: 0 0 0 8%;
  }

  .about-contin-brush-img img {
    height: 80px;
  }

  .about-contin-brush-img:nth-child(3) img {
    top: 5px;
    height: 80px;
  }

  .about-contin-text p {
    line-height: 1.8em;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }

  .about-contin-text-third {
    margin: -80px 0 10px 0;
  }

  .underpurge-service-text p {
    font-size: 3.5rem;
  }

  .underpurge-service-title-en {
    font-size: 8rem;
  }
}

@media screen and (min-width: 851px) {
  .only-sp-appear850 {
    display: none;
  }

  .footer-menu-pc {
    text-align: center;
    background-color: #056181;
    height: 200px;
  }

  .footer-menu-pc p {
    font-size: 2.4rem;
  }

  .footer-menu-pc .menu-top ul {
    height: 50px;
    font-size: 2.2rem;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-menu-pc .menu-top li {
    padding: 0 25px;
    list-style: none;
  }

  .footer-menu-pc .menu-top li a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s;
  }

  .footer-menu-pc .menu-top li a:hover {
    opacity: 0.5;
  }

  .footer-menu-pc .menu-top li {
    border-right: solid 1px #ffffff;
  }

  .footer-menu-pc .menu-top li:first-child {
    border-left: solid 1px #ffffff;
  }

  .footer-menu-pc .menu-under ul {
    height: 50px;
    font-size: 2.2rem;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-menu-pc .menu-under li {
    padding: 0 25px;
    list-style: none;
  }

  .footer-menu-pc .menu-under li a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s;
  }

  .footer-menu-pc .menu-under li a:hover {
    opacity: 0.5;
  }

  .footer-menu-pc .menu-under li {
    border-right: solid 1px #ffffff;
  }

  .footer-menu-pc .menu-under li:first-child {
    border-left: solid 1px #ffffff;
  }
}

@media screen and (max-width: 850px) {
  .only-pc-appear850 {
    display: none;
  }

  .top-second-visual-text {
    left: 60%;
  }

  .top-back h3 {
    margin-top: 10px;
    font-size: 12rem;
  }

  .top-back p {
    font-size: 2.8rem;
  }

  .top-title-contents-backcolor {
    height: 400px;
  }

  .top-title-contents-text img {
    margin-bottom: 40px;
  }

  .top-title-contents-text span span {
    font-size: 12rem;
  }

  .top-title-contents-text {
    font-size: 2rem;
    line-height: 3rem;
  }

  .top-title-contents-text h3 {
    font-size: 12rem;
  }

  .top-title-contents-text span {
    font-size: 2.8rem;
  }

  .underpurge-first-visual-text p {
    font-size: 2.6rem;
    padding: 40px 0 0 60px;
    line-height: 1.8em;
  }

  .about-under-smalltitle img {
    height: 45px;
    margin: 30px 4%;
  }

  .under-page-title-backgroundcolor {
    height: 300px;
  }

  .under-page-title-backgroundcolor230 {
    height: 230px;
  }

  .under-page-title-backgroundcolor-privacy {
    height: 320px;
  }

  .under-page-maintitle span:before {
    width: 30px;
  }

  .under-page-maintitle-company h2 {
    font-size: 12rem;
    padding: 60px 0 0 0;
    text-align: center;
  }

  .under-page-maintitle-company span {
    font-size: 3rem;
    padding: 0;
    margin: -40px 0 0 0;
    display: block;
    text-align: center;
  }

  .under-page-maintitle-company span:before {
    width: 30px;
  }

  .under-page-maintitle-privacy h2 {
    font-size: 10rem;
    padding: 100px 0 0 0;
    text-align: center;
  }

  .under-page-maintitle-privacy span p {
    font-size: 3rem;
    padding: 0 5% 0;
    text-align: center;
  }

  .under-page-maintitle-privacy span p:before {
    width: 30px;
  }

  .card-list {
    margin: 4% auto;
  }

  .only-pc-appear-footer {
    display: none;
  }

  .background-white-company {
    margin: 50px auto;
    padding: 50px 10%;
  }

  .footer {
    height: 370px;
  }
}

@media screen and (min-width: 768px) {
  .only-sp-appear {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .only-pc-appear {
    display: none;
  }

  .only-sp-appear-header {
    display: block;
  }

  .hamburger-menu {
    display: block;
  }

  .header {
    height: 80px;
    width: 100%;
  }

  .header h1 img {
    height: 70px;
    width: auto;
    padding-top: 10px;
  }

  .main-visual-sp span {
    margin-top: 80px;
  }

  .top_news_wrapper {
    margin: 50px 6%;
    padding-inline: 40px;
  }

  .top_news_cont ul li a {
    font-size: 1.5rem;
    flex-direction: column;
    gap: 0.25em;
    padding: 1em;
  }

  .nav_content_full p:fi {
    padding-top: 10px;
  }

  .header-under-page {
    height: 250px;
  }

  .top-first-visual img {
    margin-top: 80px;
  }

  .top-first-visual-text-under-page {
    top: 70%;
  }

  .main-visual-sp-under-page img {
    margin-top: 250px;
  }

  .top-first-visual-text-under-page h2 {
    font-size: 2.5rem;
    font-family: sans-serif;
    line-height: 1.5em;
  }

  .about-under-title p {
    padding: 10px 10%;
    margin-top: 60px;
  }

  .about-text1 p {
    line-height: 2.5em;
    margin: 0 8%;
    font-size: 1.8rem;
  }

  .about-under-text p {
    padding-bottom: 100px;
    margin: 20px 8% 0;
    line-height: 2em;
    font-size: 1.8rem;
  }

  .background-black {
    padding: 60px 0 0 0;
  }

  .about-background-white {
    padding: 0 5% 5%;
  }

  .about-background-white .about-contin {
    min-height: auto;
  }

  .about-contin-title {
    display: block;
    width: 100%;
  }

  .about-contin-title h3 {
    margin-left: 0;
  }

  .about-contin-img {
    width: 100%;
  }

  .about-contin-img {
    position: static;
    padding-top: 0%;
  }

  .about-contin-img img {
    width: 100%;
  }

  .about-contin-title-wrap {
    width: 100%;
  }

  .about-contin-title h3 {
    font-size: 7rem;
    padding: 15px 6% 0;
  }

  .about-contin-brush-img {
    top: 20px;
  }

  .about-contin-text {
    position: static;
  }

  .about-contin-text-few {
    margin: 20px 0 50px;
  }

  .about-background-white {
    margin: 70px auto;
  }

  .back-white-text {
    padding: 50px 6% 40px;
  }

  .back-white-text p {
    line-height: 3rem;
  }

  .back-white-text-first p {
    font-weight: bolder;
    font-size: 1.6rem;
  }

  .privacy-policy-text {
    margin-top: 40px;
  }

  .privacy-policy-text span {
    font-weight: bolder;
    font-size: 2rem;
  }

  .privacy-policy-text p {
    margin-top: 10px;
    font-size: 1.6rem;
  }

  .privacy-policy-contact-text p {
    font-size: 1.6rem;
  }

  .privacy-policy-contact-title p {
    font-size: 2rem;
    margin: 60px auto 20px;
  }

  .privacy-policy-contact-text span p {
    font-size: 1.8rem;
  }

  .service-text {
    margin: 60px 5%;
  }

  .service-2column-title {
    margin: 0 5% 40px;
  }

  .item {
    margin-bottom: 40px;
  }

  .card-item {
    width: 80%;
  }

  .main-content {
    padding: 225px 0 3px 0;
  }

  .top_news_wrapper {
    margin: 50px auto;
    padding-inline: 40px;
  }

  .top_news_cont ul li a {
    font-size: 1.5rem;
    flex-direction: column;
    gap: 0.25em;
    padding: 1em;
  }

  .main-content-2 {
    padding: 40px 0;
  }

  .news-title {
    width: 85%;
    line-height: 3rem;
    font-size: 20px;
  }

  .news-title p {
    font-size: 2rem;
  }

  .news-text {
    width: 85%;
    font-size: 1.5rem;
    padding: 20px 0 0;
  }

  .news-text p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }

  .flame-top p {
    font-size: 1.6rem;
  }

  .contact-flame-top {
    font-size: 1.6rem;
  }

  .c-btn-single.slide p {
    padding: 10px 10px;
    width: 280px;
    margin: 50px auto 70px;
  }

  .brush-img-third img {
    margin-top: 0px;
  }

  .contact-btn-column {
    display: flex;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    gap: 30px;
    margin-bottom: 60px;
  }

  .contact-flame-large-text p {
    font-size: 1.6rem;
  }

  .contact-flame-top p {
    font-size: 1.6rem;
  }

  .contact-btn-small {
    margin: 10px auto;
    width: 100%;
    padding: 20px 10px 20px;
    gap: 40px;
  }

  .contact-btn-small p {
    font-size: 1.5rem;
    text-align: center;
  }

  .contact-btn-single p {
    width: 280px;
    margin: 50px auto 30px;
  }

  .contact-btn-single input {
    padding: 10px 10px;
  }

  .background-black-contact form {
    padding: 0 0 30px;
  }

  .about-contin-text-third {
    margin-top: 20px;
  }

  .service-text p {
    font-size: 1.6rem;
  }

  .title-2column {
    font-size: 2rem;
  }

  .item p {
    font-size: 1.6rem;
  }

  .side-space {
    margin: 0;
  }

  .background-black-top-and-bottom200 {
    background-color: #1a1a1a;
    padding: 150px 0 50px;
  }

  .text-404 {
    color: #ffffff;
    margin: 50px 10% 50px;
    text-align: center;
  }

  .text-404 p {
    text-align: left;
    font-size: 1.6rem;
  }

  .to-top {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }

  .about-contin-brush-img img {
    margin-left: -20px;
  }

  .service-text {
    margin: 20px 5% 60px;
  }

  .contact-btn-column {
    width: 80%;
  }

  .c-btn-column.slide p {
    width: 150px;
  }

  .background-black-privacy {
    padding: 3px 0 10px;
  }

  .background-black-service {
    padding: 3px 0 10px;
  }

  .background-white-news-single {
    margin: 30px auto;
    width: 90%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 6%;
  }

  .back-white-text p {
    font-size: 1.6rem;
  }

  .contact-frame-item p {
    font-size: 1.6rem;
  }

  .contact-frame-item {
    margin: 40px 0;
  }

  .contact-frame-text p {
    font-size: 1.6rem;
    word-break: break-all;
  }

  .background-white-newslist {
    padding: 10px 0;
  }

  .singlepage-content-list {
    padding: 0 0 10px;
  }

  .top_news_cont ul li a .cont {
    font-size: 1.6rem;
  }

  .top_news_cont .date {
    font-size: 1.6rem;
  }

  td {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  th {
    font-size: 1.6rem;
  }

  .contact-btn-column {
    margin: 0 auto;
    width: 60%;
  }

  .c-btn-column.slide p {
    width: 120px;
    margin: 30px 0 50px;
  }

  .background-white-contact-privacy {
    margin: 0 auto 60px;
  }

  .footer-menu-sp img {
    height: 70px;
  }

 .flame {
    width: 90%;
  }

  .contact-flame-confi {
    padding: 0px 10px;
  }

  .contact-frame {
    width: 100%;
  }

  .input-style,
  .select-style,
  .textarea-style {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 740px) {
  .only-sp-appear740 {
    display: none;
  }
}

@media screen and (max-width: 740px) {
  .only-pc-appear740 {
    display: none;
  }

  .top-first-visual-text img {
    width: 350px;
    margin-bottom: 5px;
  }

  .top-first-visual-text span {
    font-size: 3.8rem;
    line-height: 1.4em;
    margin-top: 30px;
  }

  .top-first-visual-text h2 {
    margin-top: 10px;
    font-size: 9rem;
  }

  .top-second-visual-text {
    color: #fff;
    font-weight: 700;
    /*left: 85%;*/
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    /*width: 100%;*/
  }

  .top-second-visual-text span {
    font-size: 3.8rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
    line-height: 1.4em;
  }

  .top-second-visual-text h2 {
    margin-top: 30px;
    font-size: 15rem;
  }

  .underpurge-service-text {
    left: 47%;
  }

  .underpurge-service-title-en {
    font-size: 6rem;
    padding-top: 30px;
  }

  .card-item {
    border: none;
    display: block;
    width: 100%;
  }

  .card-text {
    width: 100%;
    text-align: left;
    background: url("../img/service/brush-service.png") no-repeat;
    background-position: left bottom;
    background-size: 70% auto;
    margin-bottom: 30px;
  }

  .card-text p {
    color: #ffffff;
    font-weight: bolder;
    font-size: 2rem;
    line-height: 2em;
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
  }

  .card-item:last-child {
    border-right: none;
  }

  .background-black3 {
    background-color: #1a1a1a;
    padding: 1px 0 50px;
  }

  .items-nextpage {
    gap: 0;
  }

  .service-title p {
    margin: 5px 8%;
    font-size: 2.5rem;
    line-height: 1.5em;
  }

  .service-title img {
    height: 80px;
    margin: 25px 3%;
  }
}

@media screen and (max-width: 700px) {
  .card-list {
    padding: 0;
    margin: 0 auto;
  }

  .under-page-maintitle-privacy h2 {
    font-size: 7.5rem;
    padding: 100px 0 0 0;
  }

  .under-page-maintitle-privacy span {
    font-size: 2rem;
    padding: 0;
    margin: 10px 0 0 0;
    display: block;
  }

  .under-page-title-backgroundcolor-privacy {
    height: 300px;
  }
}

@media screen and (max-width: 650px) {
  .top-first-visual-text img {
    margin-top: 15px;
  }

  .underpurge-service-text p {
    font-size: 2.5rem;
  }

  .underpurge-service-title-en {
    font-size: 5rem;
    padding-top: 20px;
  }

  .about-under-smalltitle img {
    height: 45px;
    margin: 15px 3%;
  }

  .under-page-maintitle-news-list h2 {
    font-size: 8rem;
  }

  .under-page-maintitle-news-list span {
    font-size: 2.5rem;
    margin: -25px 0 0 0;
  }

  .nav_content_full_item:first-child {
    margin-top: 30px;
  }

  .nav_content_full_item a {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }

  .nav_content_full p {
    padding-top: 15px;
  }

  .top-first-visual-text {
    left: 50%;
    top: 55%;
    text-align: left;
    padding-left: 30px;
  }

  .top-first-visual-text img {
    width: 350px;
    margin-bottom: 5px;
  }

  .top-first-visual-text span {
    font-size: 3.8rem;
  }

  .top-second-visual-text {
    left: 50%;
    top: 45%;
    text-align: left;
    padding-left: 30px;
  }

  .top-second-visual-text span {
    font-size: 3.8rem;
  }

  .top-second-visual-text h2 {
    margin-top: 30px;
    font-size: 15rem;
    padding-left: 10px;
  }

  .top-back h3 {
    margin-top: -10px;
    font-size: 10rem;
  }

  .loop-wrap {
    height: 100px;
  }

  .top-back {
    height: 460px;
  }

  .top-back h2 {
    font-size: 10rem;
    margin-top: -20px;
  }

  .top-back p {
    font-size: 2.5rem;
    margin-top: -20px;
  }

  .top-title-contents-backcolor {
    height: 360px;
  }

  .top-title-contents-text span span {
    font-size: 10rem;
  }

  .top-title-contents-text {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .top-title-contents-text h3 {
    font-size: 10rem;
  }

  .top-title-contents-text span {
    font-size: 2.5rem;
  }

  .nav_content_columns_item-sp span {
    font-size: 3rem;
  }

  .header-menu-sp ul li a {
    font-size: 1.6rem;
  }

  .nav_content_columns-sp {
    display: flex;
    justify-content: center;
    margin: 100px 0 0;
    gap: 10px;
  }

  .nav_content_columns-sp li {
    margin: 0 8%;
  }

  .top-title-contents-text img {
    margin-bottom: 30px;
    width: 150px;
  }

  .nav_content_columns_item_footer-sp span {
    font-size: 3rem;
    color: #ffffff;
  }

  .nav_content_columns_item_footer-sp a {
    font-size: 3rem;
    color: #ffffff;
  }

  .about-under-title {
    width: 100%;
    margin-bottom: 60px;
  }

  .about-under-title p {
    font-size: 2.5rem;
  }

  .about-under-smalltitle p {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
    margin: 8px 8%;
  }

  .underpurge-first-visual-text p {
    font-size: 2.3rem;
    padding: 20px 0 0 0;
    line-height: 1.6em;
  }

  .under-page-title-backgroundcolor200 {
    height: 200px;
  }

  .service-title img {
    height: 60px;
  }

  .main-content {
    padding: 150px 0 2px 0;
  }
}

@media screen and (min-width: 581px) {
  .only-sp-appear580 {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .only-pc-appear580 {
    display: none;
  }

  .checkboxItem {
    line-height: 1.5em;
  }
}

@media screen and (max-width: 530px) {
  .about-under-smalltitle img {
    width: 90%;
    height: auto;
  }

  .service-title p {
    margin: 5px 8%;
    font-size: 2.3rem;
  }

  .under-page-maintitle-company h2 {
    font-size: 10rem;
  }

  .under-page-maintitle-company span {
    font-size: 3rem;
    margin: -25px 0 0 0;
  }

  .service-title img {
    width: 90%;
  }

  .contact-btn-column {
    width: 90%;
    margin: 0 auto;
  }

  .background-white-company {
    margin: 40px auto 30px;
  }
}

@media screen and (min-width: 491px) {
  .only-sp-appear490 {
    display: none;
  }
}

@media screen and (max-width: 490px) {
  .only-pc-appear490 {
    display: none;
  }

  .service-title p {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }

  .service-title-second {
    margin-top: 20px;
  }

  .service-text {
    margin: 30px 5% 40px;
  }

  .contact-confirm-title {
    padding: 40px 0 20px;
  }

  .contact-confirm-title p {
    font-size: 1.8rem;
  }

  .contact-frame {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .about-contin-title h3 {
    font-size: 5rem;
  }

  .about-contin-title-wrap h3 {
    margin-top: 5px;
  }

  .about-contin-brush-img img {
    width: 100%;
    height: auto;
  }

  .about-contin-title-wrap {
    margin-top: 20px;
  }

  .brush-img-third img {
    margin-top: -10px;
  }

  .under {
    margin-top: -10px;
  }

  .about-contin-title h3:first-child {
    padding: 0 6% 5px;
  }

  .about-contin-brush-img:first-child {
    top: 0px;
  }
}

@media screen and (max-width: 470px) {
  .top-first-visual-text img {
    margin-bottom: 5px;
  }

  .top-first-visual-text span {
    font-size: 3rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
    line-height: 1.4em;
  }

  .top-first-visual-text h2 {
    margin: 5px 0 0 -5px;
    font-size: 7.3rem;
    font-family: "avalanche", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .top-second-visual-text span {
    font-size: 3rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
    line-height: 1.4em;
  }

  .top-second-visual-text h2 {
    margin-top: 10px;
    font-size: 10rem;
    font-family: "avalanche", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .underpurge-first-visual-text p {
    font-size: 2rem;
    padding: 20px 0 0;
    line-height: 1.6em;
  }

  .under-page-title-backgroundcolor-privacy {
    height: 250px;
  }

  .under-page-maintitle-privacy h2 {
    font-size: 5.5rem;
  }

  .under-page-maintitle-privacy span p {
    font-size: 2.5rem;
    margin: -25px 0 0 0;
  }

  .underpurge-service-text {
    left: 45%;
  }

  .underpurge-service-text p {
    font-size: 2rem;
  }

  .underpurge-service-title-en {
    font-size: 4rem;
    padding-top: 10px;
  }
}

@media screen and (max-width: 450px) {
  .card-item {
    width: 100%;
  }
}

@media screen and (min-width: 430px) {
  .only-sp-appear430 {
    display: none;
  }
}

@media screen and (max-width: 430px) {
  .only-pc-appear430 {
    display: none;
  }

  .top-title-contents-backcolor {
    height: 350px;
  }

  .top-back h2 {
    font-size: 8rem;
  }

  .top-back p {
    font-size: 2rem;
    margin-top: -30px;
  }

  .top-title-contents-text img {
    margin-bottom: 25px;
    width: 120px;
  }

  .top-title-contents-text {
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: center;
    padding: 0 6%;
  }

  .top-title-contents-text h3 {
    font-size: 8rem;
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .top-title-contents-text span {
    font-size: 2rem;
  }

  .nav_content_full_item_footer a {
    font-size: 1.6rem;
  }

  .menu-content ul li a {
    margin: 0;
  }

  .about-text1 p {
    font-size: 1.6rem;
    text-align: justify;
  }

  .about-under-text p {
    font-size: 1.6rem;
  }

  .under-page-maintitle h2 {
    font-size: 10rem;
  }

  .under-page-maintitle span {
    font-size: 2.5rem;
    margin: -35px 0 0 0;
  }

  .under-page-title-backgroundcolor {
    height: 250px;
  }

  .about-under-text p {
    padding-bottom: 60px;
  }

  .under-page-maintitle-company h2 {
    font-size: 8rem;
  }

  .under-page-maintitle-company span {
    font-size: 2.5rem;
    margin: -25px 0 0 0;
  }

  .about-contin-text p {
    font-size: 1.6rem;
  }

  .background-white-company {
    margin: 0 auto 30px;
    width: 90%;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 6%;
  }

  .contact-sent-title p {
    font-size: 2.5rem;
    padding-bottom: 20px;
  }

  .contact-sent-text p {
    font-size: 1.6rem;
    text-align: left;
  }

  .contact-sent-wrap {
    padding: 50px 10%;
  }

  .background-white-contact {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 375px) {
  .top-first-visual-text {
    top: 60%;
  }

  .top-first-visual-text img {
    width: 80%;
    margin-bottom: 5px;
  }

  .top-first-visual-text span {
    font-size: 3rem;
  }

  .top-first-visual-text h2 {
    margin-top: 5px;
    font-size: 7rem;
    font-family: "avalanche", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .top-second-visual-text span {
    font-size: 3rem;
  }

  .nav_content_columns_item_footer-sp span {
    font-size: 2.8rem;
  }

  .footer-menu-sp ul li a {
    font-size: 1.6rem;
  }

  .top-second-visual-text h2 {
    margin-top: 5px;
    font-size: 10rem;
    letter-spacing: 0.03em;
  }

  .top-title-contents-text {
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    padding: 0 6%;
  }

  .copy-sp {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}