@charset "UTF-8";

article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
main,
menu,
nav,
section,
summary {
  display: block;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

ul,
li {
  list-style: none;
}

h1 {
  text-align: center;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", sans-serif;
  font-feature-settings: "palt";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

a {
  color: #111111;
  cursor: pointer;
  text-decoration: none;
}

.inner {
  max-width: 1100px;
  margin: auto;
}

.h2-1st {
  line-height: 1.5;
  font-size: 3.8rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  text-align: center;
}

.h2-2st {
  line-height: 1.3;
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  text-align: center;
}

.h2-3st {
  position: relative;
  margin: 0 0 2rem;
  line-height: 1.5;
  font-size: 2rem;
  text-align: center;
}

.h2-4st {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 1rem;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

.h2-4st span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 1.5rem;
  color: #111;
  line-height: 2;
  font-weight: 800;
  font-size: 0.9rem;
}

.h2-4st span::after {
  width: calc(100% - 590px);
  height: 1px;
  content: "";
  background: #ddd;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.btnLink {
  margin: 1rem 0;
}

.btnLink a {
  padding: 0.9rem 4rem;
  background: #111111;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1rem;
  color: #fff;
  transition: 0.8s;
}

.btnLink a:hover {
  background: #fff;
  box-shadow: 0 0 0 1px #111111;
  color: #111111;
}

.page-back {
  margin: 3rem 0 0;
  text-align: center;
}

.page-back a {
  padding: 0.9rem 2rem;
  background: #111111;
  letter-spacing: 0.1rem;
  color: #fff;
  transition: 0.8s;
}

.page-back a:hover {
  background: #fff;
  box-shadow: 0 0 0 1px #111111;
  color: #111111;
}

.annotation {
  font-weight: 400;
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
}

.pageTitle {
  padding: 11rem 0;
  background: #faf01e;
  height: 58vh;
}

.pageTxt {
  text-align: center;
}

.common-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  z-index: 2;
}

.common-header__ttl {
  max-width: 190px;
}

.menu {
  position: fixed;
  top: 60px;
  right: 50px;
  width: 42px;
  height: 20px;
  z-index: 10;
}

.menu__line {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  transition: transform 0.3s;
  background: #111111;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 8px;
  background: #fff;
  transform: rotate(45deg);
}

.menu__line--center.active {
  transform: scaleX(0);
  background: #fff;
}

.menu__line--bottom.active {
  bottom: 10px;
  background: #fff;
  transform: rotate(135deg);
}

.gnav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9;
}

.gnav__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.gnav__areaLogo {
  padding: 6rem 5rem 6rem 0;
  text-align: center;
}

.gnav__areaLogo__txt {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 400;
}

.gnav__areaLogo svg {
  width: 380px;
  fill: #fff;
}

.gnav__areaLogo .btnLink {
  margin: 2.75rem 0 0;
}

.gnav__areaLogo .btnLink a {
  padding: 0.9rem 4rem;
  background: none;
  color: #111111;
  background: #fff;
}

.gnav__areaLogo .btnLink a:hover {
  background: none;
  box-shadow: 0 0 0 1px #fff;
  color: #fff;
}

.gnav__menu {
  border-left: 1px solid #fff;
  padding: 1rem 5rem;
  left: 50%;
}

.gnav__menu__item {
  margin: 10px 0 30px 100px;
  opacity: 0;
}

.gnav__menu__item a {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  transition: 0.8s;
  font-family: "Poppins", sans-serif;
}

.gnav__menu__item a:hover {
  color: #666;
}

.common-contact {
  padding: 5rem 0 2rem;
  background: url(../img/contact_bg.jpg) no-repeat center;
  background-size: cover;
}

.common-contact__inBody__inBlock {
  text-align: center;
}

.common-contact__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 73%;
  margin: 2rem auto;
  padding: 2.5rem 4.25rem;
  background: #fff;
}

.common-contact__box .txt {
  width: 50%;
  line-height: 1.5;
}

.common-contact__box .btn .btnLink a {
  padding: 1.2rem 3.5rem;
}

.common-footer {
  padding: 3rem 0;
  background: #111111;
  color: #fff;
}

.common-footer__inBody {
  display: flex;
}

.common-footer__areaLogo {
  width: 50%;
}

.common-footer__areaLogo svg {
  max-width: 185px;
  fill: #fff;
}

.common-footer__areaMenu {
  margin-left: auto;
  width: 50%;
}

.common-footer__areaMenu .fnav__menu {
  display: flex;
  justify-content: flex-end;
  margin: 0.5rem 0 1.25rem;
}

.common-footer__areaMenu .fnav__menu__item {
  margin: 0 0 0 2.5rem;
  font-size: 0.9rem;
}

.common-footer__areaMenu .fnav__menu__item a {
  transition: 0.8s;
  color: #fff;
}

.common-footer__areaMenu .fnav__menu__item a:hover {
  color: #666;
}

.common-footer .copyright {
  text-align: right;
  font-size: 0.7rem;
  margin-top: 1rem;
}

.footer_badge_list {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 60px;
}

.footer_badge_list li {
  width: 14%;
}

.footer_badge_list li a {
  transition: 0.8s;
}

.footer_badge_list li a:hover {
  opacity: .6;
}

.footer_badge_list li img {
  width: 100%;
}


.badge_list {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.badge_list li {
  width: 8%;
}

.badge_list li a {
  transition: 0.8s;
}

.badge_list li a:hover {
  opacity: .6;
}

.badge_list li img {
  width: 100%;
}

.addText {
  font-size: 12px;
}

.mainVisual {
  position: relative;
  height: 105vh;
  background: #faf01e;
}

.mainVisual__inBody {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 1rem;
}

.mainVisual__catch {
  line-height: 1.35;
  text-align: center;
}

.mainVisual__catch__subttl {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  --animate-repeat: 2;
}

.mainVisual__catch__ttl {
  font-size: 4.5rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

.mainVisual__catch__ttl span {
  color: #fff;
}

.mainVisual__catch__copy {
  font-size: 1.5rem;
}

.loader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}

.loader p {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 400px;
}

.loader p svg {
  width: 400px;
}

@keyframes load {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  25% {
    opacity: 1;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  75% {
    opacity: 1;
    transform: translateY(0);
  }

  92% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(100%);
  }
}

.loader .item01,
.loader .item02,
.loader .item03,
.loader .item04,
.loader .item05,
.loader .item06,
.loader .item07,
.loader .item08,
.loader .item09 {
  fill: #111;
  transition: all 0.3s;
  transform: translateY(100%);
}

.loader .item01 {
  animation: load 5s ease 0.15s infinite forwards;
}

.loader .item02 {
  animation: load 5s ease 0.3s infinite forwards;
}

.loader .item03 {
  animation: load 5s ease 0.45s infinite forwards;
}

.loader .item04 {
  animation: load 5s ease 0.6s infinite forwards;
}

.loader .item05 {
  animation: load 5s ease 0.75s infinite forwards;
}

.loader .item06 {
  animation: load 5s ease 0.9s infinite forwards;
}

.loader .item07 {
  animation: load 5s ease 1.05s infinite forwards;
}

.loader .item08 {
  animation: load 5s ease 1.2s infinite forwards;
}

.loader .item09 {
  animation: load 5s ease 1.35s infinite forwards;
}

.scroll {
  display: inline-block;
  position: absolute;
  left: 3rem;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 85px;
  overflow: hidden;
  color: #111111;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #111111;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.index-news {
  position: relative;
  top: -35px;
  z-index: 2;
}

.index-news__item {
  display: flex;
  max-width: 58%;
  margin: auto;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.index-news__ttl {
  width: 20%;
  padding: 1rem;
  border-right: 1px solid #999;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}

.index-news__list {
  width: 80%;
  font-size: 0.9rem;
}

.index-news__list a {
  display: block;
  padding: 1.25rem 1.5rem;
  align-items: center;
  transition: 0.8s;
}

.index-news__list a:hover {
  opacity: 0.5;
}

.index-news__list__time {
  font-family: "Poppins", sans-serif;
  margin: 0 1rem 0 0;
}

.index-about {
  background: url(../img/about_bg.png) no-repeat 93% 92%;
  background-size: 48%;
}

.index-about__inBody {
  padding: 4rem 0 7rem;
}

.index-about__inBody__inBlock {
  max-width: 70%;
  margin: auto;
}

.index-about__txt {
  padding: 0 0 2rem;
  text-align: center;
}

.index-about .btnLink {
  text-align: center;
  margin: 1rem auto 3rem;
}

.index-service {
  position: relative;
  background: #faf01e;
  padding: 0 0 4rem;
  /*
  &::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    background: $sub_color;
    z-index: -1;
    left: 0;
    top: 0;
  }*/
}

.index-service__inBody {
  padding: 6rem 0 0;
}

.index-service__txt {
  text-align: center;
  padding: 0.5rem 0 2.5rem;
}

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

.index-service__item {
  width: 31%;
  background: #fff;
}

.index-service__item__img {
  width: 100%;
  display: flex;
  padding: 2.25rem 6rem 0.25rem;
  justify-content: center;
}

.index-service__item__box {
  padding: 0.75rem 1.5rem;
}

.index-service__item h3 {
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
}

.index-service__item h3 span {
  display: block;
  font-size: 0.6rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  color: #999;
}

.index-service__item__txt {
  padding: 0.75rem 0 1rem;
}

.index-service .btnLink {
  margin: 4rem 0 3rem;
  text-align: center;
}

.index-works {
  position: relative;
}

.index-works__inBody {
  padding: 6rem 0 4rem;
}

.index-works__txt {
  text-align: center;
  padding: 0.5rem 0 2.5rem;
}

.index-works .btnLink {
  margin: 4rem 0 3rem;
  text-align: center;
}

.works__inBody {
  padding: 3rem 0 5rem;
}

.works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
}

.works__img {
  overflow: hidden;
  position: relative;
}

.works__img img {
  width: 100%;
  display: block;
}

.works__img .mask {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.85);
  transition: 0.8s;
}

.works__img .caption {
  color: #fff;
}

.works__img:hover .mask {
  opacity: 1;
  /* マスクを表示する */
}

.works__item {
  width: 32%;
}

.works__title {
  padding: 1rem 0;
  text-align: center;
  font-size: 0.9rem;
}

.works__ttl {
  position: relative;
}

.works__ttl::after {
  width: calc(100% - 220px);
  height: 1px;
  content: "";
  background: #ddd;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.works__list+.works__ttl {
  margin-top: 3rem;
}

.worksDetail__inBody {
  padding: 3rem 0;
}

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

.worksDetail__img {
  margin-bottom: 2.25rem;
}

.worksDetail__text {
  margin-bottom: 2.25rem;
}

.worksDetail__desc dl {
  display: flex;
  border-top: 1px solid #faf01e;
  border-bottom: 1px solid #faf01e;
}

.worksDetail__desc dl dt {
  width: 20%;
  padding: 1rem 0;
}

.worksDetail__desc dl dt::before {
  content: "■";
  margin-right: 0.5rem;
  color: #faf01e;
}

.worksDetail__desc dl dd {
  padding: 1rem 0;
}

.worksDetail__desc dl dd a {
  text-decoration: underline;
}

.nav__pager {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0;
}

.nav__pager li a {
  display: block;
  padding: 0.5rem 1.5rem;
  background: #111111;
  color: #fff;
  font-family: "Poppins", sans-serif;
  transition: 0.8s;
}

.nav__pager li a:hover {
  background: none;
  box-shadow: 0 0 0 1px #111111;
  color: #111111;
}

.common-catch__inBody {
  padding: 5rem 0 0;
}

.common-catch__txt {
  padding: 0 0 2rem;
}

.advantage__inBody {
  padding: 3rem 0;
}

.advantage__txt {
  padding: 0 0 2rem;
}

.advantage__list {
  justify-content: space-between;
}

.advantage__item {
  display: flex;
  align-items: flex-start;
  padding: 2rem 0 4rem;
}

.advantage__item:last-child {
  padding: 2rem 0 0;
}

.advantage__item__img {
  width: 100%;
  transform: translateY(1.5rem);
  flex: 1 0 40%;
  position: relative;
  min-height: 100%;
}

.advantage__item__img::after {
  content: "";
  position: absolute;
  display: block;
  background: #faf01e;
  width: 400px;
  height: 247px;
  transform: translate(5.75rem, -19.25rem);
}

.advantage__item__img img {
  position: relative;
  z-index: 12;
}

.advantage__item__box {
  width: 80%;
  padding: 0.75rem 2.5rem 0.5rem 0;
}

.advantage__item h3 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
}

.advantage__item h3 .num {
  display: inline-block;
  position: relative;
  width: 3rem;
  margin-right: 1rem;
  z-index: 1;
  text-align: center;
  vertical-align: bottom;
  font-size: 0.8rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: normal;
}

.advantage__item h3 .num span {
  font-size: 2.2rem;
  display: block;
  line-height: 1;
}

.advantage__item h3 .num::before {
  width: 0;
  height: 0;
  content: "";
  border-top: transparent 50px solid;
  border-right: #faf01e 50px solid;
  position: absolute;
  bottom: -3px;
  right: -10px;
  z-index: -1;
}

.advantage__item__txt {
  padding: 0.5rem 0;
}

.advantage .advantage-right .advantage__item__box {
  order: 2;
  padding: 0.75rem 0 0.5rem 2.5rem;
}

.advantage .advantage-right .advantage__item__img {
  width: 100%;
  transform: translateY(1.5rem);
  flex: 1 0 40%;
  position: relative;
  min-height: 100%;
}

.advantage .advantage-right .advantage__item__img::after {
  transform: translate(-3rem, -19.25rem);
}

.overview__inBody {
  padding: 3rem 0 7rem;
}

.overview__table {
  width: 100%;
}

.overview__table tr {
  border-bottom: 1px solid #faf01e;
}

.overview__table tr th {
  width: 18%;
  padding: 1.5rem;
  vertical-align: top;
  text-align: left;
}

.overview__table tr td {
  padding: 1.5rem;
}

.service .btnLink {
  margin: 1rem 0 6rem;
  text-align: center;
}

.service__inBody {
  padding: 3rem 0 1rem;
}

.service__txt {
  padding: 0 0 2rem;
}

.service__list {
  max-width: 1100px;
  margin: auto;
}

.service__item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 3rem 0;
  border-top: 1px solid #faf01e;
  overflow: hidden;
}

.service__item__img {
  width: 20%;
}

.service__item__img img {
  width: 100%;
}

.service__item__inner {
  display: flex;
  align-items: center;
  position: relative;
}

.service__item__inner__box {
  position: relative;
  width: 80%;
  padding: 0 0 0 5%;
}

.service__item h3 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
}

.service__item h3 span {
  padding: 0 0 0 1.5rem;
  font-size: 0.9rem;
}

.service__item__txt {
  padding: 0.5rem 0;
}

.service__item__list {
  display: flex;
  margin-top: 0.5rem;
}

.service__item__list li {
  display: inline-block;
  background: #f3f3f3;
  margin: 0 0.5% 1% 0;
  padding: 0.25% 2.5%;
  font-size: 0.8rem;
}

.common-ad {
  margin: 1rem 0 7rem;
}

.common-ad__inBody {
  border: 1px solid #111111;
  padding: 3rem 2rem;
}

.common-ad__txt {
  padding: 0 2rem;
}

.news__inBody {
  padding: 3rem 0 7rem;
}

.news__txt {
  padding: 0 0 1rem;
}

.news__box {
  padding: 2rem;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}

.news__box__time {
  display: block;
}

.news__box__ttl {
  padding: 0 0 1rem;
  font-size: 1.6rem;
}

.news__item {
  margin: 0 0 1rem;
  padding: 2rem;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}

.news__item a {
  display: block;
  transition: 0.8s;
}

.news__item a:hover {
  opacity: 0.5;
}

.news__item__time {
  display: block;
  font-family: "Poppins", sans-serif;
  margin: 0 1rem 0 0;
}

.contact__inBody {
  padding: 3rem 0 7rem;
}

.contact__txt {
  padding: 0 0 1rem;
}

.contact__table {
  width: 100%;
}

.contact__table tr {
  border-top: 1px solid #ddd;
}

.contact__table tr th {
  width: 28%;
  padding: 1.5rem;
  text-align: left;
}

.contact__table tr td {
  padding: 1.5rem 0;
}

.contact__table tr td input[type=text],
.contact__table tr td input[type=email],
.contact__table tr td textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #999;
  border-radius: 3px;
  resize: none;
}

.contact__table tr td span.wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.contact__table tr td span.wpcf7-list-item label {
  cursor: pointer;
}

.contact__table .required,
.contact__table .any {
  margin: 0 0.7rem 0 0;
  padding: 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
}

.contact__table .required {
  background: #cc0000;
}

.contact__table .any {
  background: #999;
}

.contact .wpcf7-not-valid-tip {
  color: #cc0000;
  font-size: 0.75rem;
}

.contact .wpcf7 form .wpcf7-response-output {
  margin: 2em 0 0.25em;
  padding: 0.5rem 1rem;
  background: #ffdddd;
  border: none;
}

.contact .grecaptcha-badge {
  margin: 50px auto 0;
}

.contact .btnSubmit {
  margin: 1rem 0;
  text-align: center;
}

.contact .btnSubmit input[type=submit] {
  padding: 1.2rem 8rem;
  background: #111;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.8s;
}

.contact .btnSubmit input[type=submit]:hover {
  background: #fff;
  box-shadow: 0 0 0 1px #111111;
  color: #111111;
}

.contact div.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.1;
}

.policy {
  margin: 1rem 0;
  font-size: 0.85rem;
}

.policy__body {
  height: 160px;
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  overflow: auto;
}

.policy__body dl {
  padding: 0.75rem 0;
}

.policy__body dl dd {
  font-weight: 400;
}

.policy__body dl dd ul li:before {
  content: "・";
}

.policy p {
  margin: 0 0 0.5rem;
  font-weight: 400;
}

.policy__txt {
  padding: 1rem 0 0;
  font-weight: 400;
  text-align: center;
}

.policy-check {
  margin: 0 0 1.75rem;
  text-align: center;
}

.policy-check label {
  cursor: pointer;
}

.policy-check .wpcf7-list-item {
  margin: 0;
}

.pagenation {
  padding: 2rem 0;
}

.pagenation ul {
  display: flex;
  align-items: center;
}

.pagenation ul li {
  padding: 0 1rem;
  background: #fff;
  box-shadow: 0 0 0 1px #111111;
  color: #111111;
}

.pagenation ul .current {
  background: #000;
  color: #fff;
}

.pagenation ul .prev,
.pagenation ul .next {
  background: #fff;
  box-shadow: 0 0 0 1px #111111;
  color: #111111;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .index-about__inBody {
    padding: 4rem 2.5rem 7rem;
    background: url(../img/about_bg.png) no-repeat right 85%;
    background-size: 50% auto;
  }

  .index-service__inBody {
    padding: 4rem 1.5rem;
  }

  .common-contact__box {
    max-width: 92%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 2;
  }

  .inner {
    max-width: 100%;
  }

  .h2-1st {
    text-align: center;
    font-size: 2.6rem;
  }

  .h2-2st {
    font-size: 2.6rem;
    line-height: 1;
  }

  .h2-3st {
    margin: 0 0 1rem;
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: left;
  }

  .h2-4st {
    display: block;
    margin: 0 0 1rem;
    text-align: center;
    line-height: 1.25;
    font-size: 2.2rem;
  }

  .h2-4st span {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 0.9rem;
  }

  .h2-4st span::after {
    content: none;
  }

  .btnLink {
    margin: 1rem 0;
  }

  .btnLink a {
    width: 100%;
    display: block;
    padding: 0.9rem 4rem;
    text-align: center;
  }

  .common-header {
    padding: 5% 6%;
  }

  .common-header__ttl {
    max-width: 10rem;
  }

  .menu {
    position: fixed;
    top: 4%;
    right: 8%;
    width: 40px;
  }

  .menu__line--center {
    top: 9px;
  }

  .menu__line--bottom {
    bottom: 0;
  }

  .menu__line--top.active {
    top: 8px;
  }

  .menu__line--bottom.active {
    bottom: 10px;
  }

  .gnav__wrap {
    display: block;
  }

  .gnav__areaLogo {
    padding: 4.25rem 1rem 3rem;
  }

  .gnav__areaLogo svg {
    width: 9rem;
  }

  .gnav__areaLogo .btnLink {
    margin: 1.75rem 0 0;
  }

  .gnav__menu {
    border-top: 1px solid #fff;
    border-left: none;
    padding: 1.5rem 2.25rem;
  }

  .gnav__menu__item {
    margin: 0 0 0.5rem 0;
  }

  .gnav__menu__item a {
    display: block;
    font-size: 1.4em;
  }

  .common-contact {
    padding: 3rem 0 1rem;
    background: url(../img/contact_bg.jpg) no-repeat center;
    background-size: auto 100%;
  }

  .common-contact__inBody__inBlock {
    text-align: center;
  }

  .common-contact__txt {
    padding: 0 1.5rem;
    font-size: 0.9rem;
  }

  .common-contact__box {
    display: block;
    max-width: 87%;
    margin: 0.5rem auto;
    padding: 1rem 0.75rem;
  }

  .common-contact__box .txt {
    width: 100%;
    margin: 0 0 1rem;
    font-size: 0.8rem;
  }

  .common-contact__box .btn {
    width: 100%;
  }

  .common-contact__box .btn .btnLink {
    margin: 0;
  }

  .common-contact__box .btn .btnLink a {
    padding: 0.9rem 3rem;
  }

  .common-footer {
    padding: 2rem 0;
  }

  .common-footer__inBody {
    display: block;
  }

  .common-footer__areaLogo {
    width: 100%;
    text-align: center;
  }

  .common-footer__areaLogo svg {
    max-width: 10rem;
  }

  .common-footer__areaMenu {
    margin-left: 0;
    width: 100%;
  }

  .common-footer__areaMenu .fnav__menu {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0 1.25rem;
  }

  .common-footer__areaMenu .fnav__menu__item {
    margin: 0 1rem;
    font-size: 0.8rem;
  }

  .common-footer__areaMenu .fnav__menu {
    display: flex;
    justify-content: flex-end;
    margin: 0.5rem 0 1.25rem;
  }

  .common-footer .copyright {
    text-align: center;
    font-size: 0.6rem;
  }

  .footer_badge_list {
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
  }

  .footer_badge_list li {
    width: 22%;
  }

  .badge_list {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
  }

  .badge_list li {
    width: 20%;
  }


  .mainVisual {
    height: 100vh;
  }

  .mainVisual__inBody {
    padding-top: 0;
  }

  .mainVisual__catch__subttl {
    font-size: 0.9rem;
  }

  .mainVisual__catch__ttl {
    font-size: 3rem;
  }

  .mainVisual__catch__ttl span {
    display: block;
    font-size: 2rem;
    line-height: 0.7;
  }

  .mainVisual__catch__copy {
    font-size: 1.2rem;
  }

  .loader p {
    width: 18rem;
  }

  .loader p svg {
    width: 18rem;
  }

  .scroll {
    left: 50%;
    bottom: 60px;
    margin: 0 0 0 -38px;
    padding: 10px 10px 55px;
    writing-mode: horizontal-tb;
  }

  .scroll::after {
    height: 50px;
  }

  .index-news {
    top: -45px;
  }

  .index-news__item {
    display: flex;
    align-items: center;
    max-width: 87%;
  }

  .index-news__ttl {
    width: 28%;
    padding: 0.75rem 0.8rem;
    text-align: center;
    font-size: 1.1rem;
  }

  .index-news__list {
    width: 72%;
    font-size: 0.8rem;
  }

  .index-news__list a {
    padding: 0.75rem 1rem;
    line-height: 1.25;
    align-items: center;
  }

  .index-news__list__time {
    display: block;
    line-height: 1.4;
    margin: 0;
  }

  .index-about {
    background: none;
  }

  .index-about__inBody {
    padding: 0rem 1.5rem 3rem;
    background: url(../img/about_bg.png) no-repeat center 63%;
    background-size: 90% auto;
  }

  .index-about__inBody__inBlock {
    max-width: 100%;
  }

  .index-about .h2-1st {
    text-align: center;
  }

  .index-about__txt {
    padding: 0 0 2rem;
  }

  .index-service {
    position: relative;
  }

  .index-service__inBody {
    padding: 3rem 1.5rem 0;
  }

  .index-service__txt {
    padding: 0 0 1rem;
  }

  .index-service__list {
    display: block;
  }

  .index-service__item {
    width: 100%;
    margin: 0 0 0.75rem;
  }

  .index-service__item__box {
    padding: 0.5rem 1.25rem;
  }

  .index-service__item h3 {
    font-size: 1.2rem;
  }

  .index-service__item h3 span {
    font-size: 0.5rem;
  }

  .index-service__item__txt {
    padding: 0.75rem 0;
  }

  .index-service::after {
    content: "";
    height: 100%;
  }

  .index-service .btnLink {
    margin: 2rem 0 0;
  }

  .index-works {
    position: relative;
  }

  .index-works__inBody {
    padding: 3rem 1.5rem 0;
  }

  .index-works__txt {
    padding: 0 0 1rem;
  }

  .index-works .btnLink {
    margin: 2rem 0 4rem;
    text-align: center;
  }

  .works__inBody {
    padding: 3rem 0;
  }

  .works__list {
    display: flex;
    flex-direction: column;
    gap: 5vw;
  }

  .works__img {
    overflow: hidden;
    position: relative;
  }

  .works__img img {
    width: 100%;
    display: block;
  }

  .works__img .mask {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.85);
    transition: 0.8s;
  }

  .works__img .caption {
    color: #fff;
  }

  .works__img:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }

  .works__item {
    width: 100%;
  }

  .works__title {
    padding: 1rem 0;
    text-align: center;
    font-size: 0.9rem;
  }

  .works__ttl::after {
    content: none;
  }

  .works__list+.works__ttl {
    margin-top: 2rem;
  }

  .worksDetail__inBody {
    padding: 0 0 3rem;
  }

  .worksDetail__inBody__inBlock {
    max-width: 100%;
    margin: auto;
  }

  .worksDetail__img {
    margin-bottom: 1.5rem;
  }

  .worksDetail__text {
    margin-bottom: 1.5rem;
  }

  .worksDetail__desc {
    padding: 0 1.5rem;
  }

  .worksDetail__desc dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .worksDetail__desc dl dt {
    width: 100%;
    padding: 1rem 0 0;
  }

  .worksDetail__desc dl dd {
    padding: 0 0 1rem;
  }

  .nav__pager {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 0;
    padding: 0 1.5rem;
  }

  .nav__pager li a {
    display: block;
    padding: 0.5rem 1.5rem;
    background: #111111;
    color: #fff;
    font-family: "Poppins", sans-serif;
    transition: 0.8s;
  }

  .nav__pager li a:hover {
    background: none;
    box-shadow: 0 0 0 1px #111111;
    color: #111111;
  }

  .worksList .common-catch__txt {
    padding: 0 1.5rem 1.75rem;
  }

  .worksList .works__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0;
  }

  .worksList .works__item {
    width: 50%;
    border: 1px solid #fff;
  }

  .annotation {
    margin: 0.25rem 0 0;
    font-size: 0.7rem;
  }

  .pageTitle {
    padding: 7rem 0;
    background: #faf01e;
    height: 38vh;
  }

  .common-catch__inBody {
    padding: 2.5rem 1.5rem 0;
  }

  .common-catch__txt {
    padding: 0;
  }

  .advantage__inBody {
    padding: 3rem 1.5rem;
  }

  .advantage__txt {
    padding: 0 0 2rem;
  }

  .advantage__item {
    display: block;
    padding: 1rem 0 2rem;
  }

  .advantage__item:last-child {
    padding: 2rem 0 0;
  }

  .advantage__item__img {
    width: 100%;
    transform: translateY(0);
    flex: 0;
  }

  .advantage__item__img::after {
    width: 100%;
    height: 100%;
    transform: translate(1rem, -12.5rem);
  }

  .advantage__item__box {
    width: 100%;
    padding: 0;
  }

  .advantage__item h3 {
    position: relative;
    font-size: 1.4rem;
    font-weight: 900;
  }

  .advantage__item h3 .num {
    width: 2.75rem;
    margin-right: 0.75rem;
    font-size: 0.8rem;
  }

  .advantage__item h3 .num span {
    font-size: 1.8rem;
  }

  .advantage__item h3 .num::before {
    border-top: transparent 40px solid;
    border-right: #faf01e 40px solid;
    bottom: -1px;
    right: -5px;
  }

  .advantage .advantage-right .advantage__item__box {
    padding: 0;
  }

  .advantage .advantage-right .advantage__item__img {
    transform: translateY(0);
  }

  .advantage .advantage-right .advantage__item__img::after {
    transform: translate(-1rem, -12.5rem);
  }

  .overview__inBody {
    padding: 2rem 1.5rem 4rem;
  }

  .overview__table tr {
    border-bottom: 1px solid #faf01e;
  }

  .overview__table tr th {
    display: block;
    width: 100%;
    padding: 0.75rem 0.5rem 0;
    color: #888;
  }

  .overview__table tr td {
    display: block;
    padding: 0rem 0.5rem 0.75rem;
    line-height: 1.75;
  }

  .service .btnLink {
    margin: 0 1.5rem 3rem;
  }

  .service__list {
    max-width: 100%;
    margin: auto;
  }

  .service__item {
    align-items: flex-start;
    padding: 2rem 1.5rem;
  }

  .service__item__img {
    width: 100%;
    text-align: center;
  }

  .service__item__img img {
    width: 50%;
  }

  .service__item__inner {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .service__item__inner__box {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .service__item h3 {
    text-align: center;
    font-size: 1.4rem;
  }

  .service__item h3 span {
    display: block;
    padding: 0;
    font-size: 0.8rem;
  }

  .service__item__list {
    flex-wrap: wrap;
  }

  .common-ad {
    margin: 0 0 4rem;
    padding: 0.25rem 1.5rem;
  }

  .common-ad__inBody {
    border: 1px solid #111111;
    padding: 1rem 0.75rem;
  }

  .common-ad .h2-3st {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    text-align: center;
  }

  .common-ad__txt {
    padding: 0 0.2rem;
  }

  .news__inBody {
    padding: 3rem 1.5rem 4rem;
  }

  .news__txt {
    padding: 0 0 1rem;
  }

  .news__box {
    padding: 1rem;
  }

  .news__box__ttl {
    padding: 0 0 0.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .news__item {
    padding: 1rem;
  }

  .news__item__time {
    margin: 0 1rem 0 0;
  }

  .contact__inBody {
    padding: 3rem 1.5rem 7rem;
  }

  .contact__table {
    width: 100%;
  }

  .contact__table tr th {
    display: block;
    width: 100%;
    padding: 0.75rem 0 0.25rem;
  }

  .contact__table tr td {
    display: block;
    padding: 0rem 0 0.75rem;
  }

  .contact__table tr td input[type=text],
  .contact__table tr td input[type=email],
  .contact__table tr td textarea {
    padding: 0.75rem 1rem;
  }

  .contact__table tr td span.wpcf7-list-item {
    margin: 0 1rem 0 0;
  }

  .contact__table .required,
  .contact__table .any {
    margin: 0 0.5rem 0 0;
  }

  .contact .wpcf7-not-valid-tip {
    color: #cc0000;
    font-size: 0.75rem;
  }

  .contact .wpcf7 form .wpcf7-response-output {
    margin: 2em 0 0.25em;
    padding: 0.5rem 1rem;
    background: #ffdddd;
    border: none;
  }

  .contact .btnSubmit {
    margin: 1rem 0;
    text-align: center;
  }

  .contact .btnSubmit input[type=submit] {
    width: 100%;
  }

  .policy {
    margin: 1rem 0;
  }

  .policy__body {
    height: 110px;
    padding: 1rem 1.25rem;
    border: 1px solid #ddd;
    overflow: auto;
  }

  .policy__body dl {
    padding: 0.75rem 0;
  }

  .policy__body dl dd {
    font-weight: 400;
  }

  .policy__body dl dd ul li:before {
    content: "・";
  }

  .policy p {
    margin: 0 0 0.5rem;
    font-weight: 400;
  }

  .policy__txt {
    padding: 1rem 0 0;
    font-weight: 400;
    text-align: center;
  }

  .policy-check {
    margin: 0 0 1.75rem;
    text-align: center;
  }

  .policy-check label {
    cursor: pointer;
  }

  .policy-check .wpcf7-list-item {
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */