/*
----------------------
base
----------------------
*/
body {
  background-color: #1e1918;
  height: 100%;
}

p,
h1,
h2,
h3 {
  color: #1e1918;
}

h1 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h2 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

p {
  line-height: 200%;
  font-size: 18px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 750px) {
  p {
    line-height: 1.7;
    font-size: 16px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
}

.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a {
  text-decoration: none;
}

/*
----------------------
parts
----------------------
*/
/* パンくず white*/
#pan_w {
  padding: 16px 120px;
  color: #ffffff;
  line-height: 150%;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#pan_w a {
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
#pan_w a:hover {
  color: #ccc;
}

@media screen and (max-width: 750px) {
  #pan_w {
    padding: 16px;
    font-size: 10px;
  }
  #pan_w a {
    font-size: 10px;
  }
}

/* パンくず black*/
#pan_b {
  padding: 16px 120px;
  color: #1e1918;
  line-height: 150%;
  background-color: #ffffff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#pan_b a {
  color: #1e1918;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
#pan_b a:hover {
  color: #ccc;
}

@media screen and (max-width: 750px) {
  #pan_b {
    padding: 16px;
    font-size: 10px;
  }
  #pan_b a {
    font-size: 10px;
  }
}

/* top h2見出し */
.en_title {
  border-top: 1px solid #ffffff;
  display: block;
  padding: 12px 0 0px;
  margin-bottom: 40px;
  width: 83px;
  text-align: left;
  font-size: 32px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
/* 擬似要素でテキストを表示 */
.en_title::after {
  display: block;
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: lighter;
  width: 120px;
}

/* 下層h1見出し */
.head_title {
  display: block;
  padding: 12px 0 0px;
  margin-bottom: 40px;
  width: 83px;
  text-align: left;
  font-size: 48px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
/* 擬似要素でテキストを表示 */
.head_title::after {
  display: block;
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: lighter;
  width: 120px;
}

/* 下層ページ h2見出し 黒字 topline長め */
.bg-white-title {
  border-top: 1px solid #1e1918;
  display: block;
  padding: 12px 0 0px;
  width: 100px;
  text-align: left;
  font-size: 32px;
  color: #1e1918;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

/* 下層ページ h2見出し 黒字 topline通常 */
.bg-white-title-normal {
  border-top: 1px solid #1e1918;
  display: block;
  padding: 12px 0 0px;
  width: 80px;
  text-align: left;
  font-size: 32px;
  color: #1e1918;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.bold_txt {
  line-height: 150%;
  letter-spacing: 0.1em;
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 600;
}

a.more_btn {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
  padding: 17.5px 40px;
  font-weight: bold;
  background: #eee;
  color: #1e1918;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
}
a.more_btn::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 52%;
  right: 3.4em;
  box-sizing: border-box;
  color: #1e1918;
}
a.more_btn::after {
  content: "";
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  color: #1e1918;
  line-height: 1;
  position: relative;
  width: 16px;
  height: 0.1em;
  background: currentColor;
  margin-left: 30px;
}
a.more_btn:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: shad26 1.5s infinite;
  border: 1px solid #ffffff;
}
@keyframes shad26 {
  0% {
    box-shadow: 0 0 0 0 #c8c8c8;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(217, 217, 217, 1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(217, 217, 217, 1);
  }
}

a.more_btn2 {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 33px;
  padding: 17.5px 40px;
  font-weight: bold;
  color: #1e1918;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
  border: solid 1px#1e1918;
}
a.more_btn2::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 51.1%;
  right: 3.4em;
  box-sizing: border-box;
  color: #1e1918;
}
a.more_btn2::after {
  content: "";
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  color: #1e1918;
  line-height: 1;
  position: relative;
  width: 16px;
  height: 0.1em;
  background: currentColor;
  margin-left: 30px;
}
a.more_btn2:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: shad27 1.5s infinite;
  border: 1px solid #ffffff;
}
@keyframes shad27 {
  0% {
    box-shadow: 0 0 0 0 #4b4b4b;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(96, 96, 96, 1);
  }
  100% {
    box-shadow: 0 0 0 0 rgbargba(96, 96, 96, 1);
  }
}

.right-btn {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .right-btn {
    text-align: center;
  }
}

.center-btn {
  text-align: center;
}

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

a.more_btn3 {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 33px;
  padding: 17.5px 40px;
  font-weight: bold;
  color: #1e1918;
  background-color: #ffffff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
  border: solid 1px#1e1918;
}
a.more_btn3::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 51.1%;
  right: 3.4em;
  box-sizing: border-box;
  color: #1e1918;
}
a.more_btn3::after {
  content: "";
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  color: #1e1918;
  line-height: 1;
  position: relative;
  width: 16px;
  height: 0.1em;
  background: currentColor;
  margin-left: 30px;
}
a.more_btn3:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: shad26 1.5s infinite;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 750px) {
  a.more_btn {
    margin-top: 24px;
    padding: 17px 32px;
    font-size: 14px;
  }
  a.more_btn::before {
    right: 3.2em;
    top: 50%;
  }

  a.more_btn2 {
    margin-top: 16px;
    padding: 17px 32px;
    font-size: 14px;
  }
  a.more_btn2::before {
    right: 3.2em;
    top: 50%;
  }

  a.more_btn3 {
    margin-top: 0;
    font-size: 14px;
    padding: 17px 32px;
  }
  a.more_btn3::before {
    right: 3.2em;
    top: 50%;
  }
}

@media screen and (min-width: 750px) {
  .pc-none {
    display: none;
  }
}

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

/* フェードイン */
.left_fadeIn {
  transform: translate3d(-50px, 0, 0);
  transition: 3s;
  opacity: 0;
}
.left_fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.bottom_fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 6s;
  opacity: 0;
}
.bottom_fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* blur挙動 */
.sectionBlur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.txt-blur {
  -webkit-animation-name: txtBlur;
  animation-name: txtBlur;
  opacity: 1;
  transition: 0.8s;
}

@-webkit-keyframes txtBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes txtBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/*
----------------------
Start header
----------------------
*/
/* ナビゲーション */
.navItem {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.navItem a {
  display: block;
  padding: 12px 0 12px;
  margin-left: 1rem;
  width: 105px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.navItem a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 750px) {
  .navItem a {
    display: block;
    padding: 12px 0 12px;
    margin-left: 1rem;
    width: 120px;
    text-align: left;
    font-size: 20px;
    color: #1e1918;
    font-weight: bold;
  }
}

/* 擬似要素でテキストを表示 */
.navItem a::after {
  display: block;
  margin-top: 0.4rem;
  font-size: 12px;
  font-weight: lighter;
}
.navItemHome a::after {
  content: "私たちについて";
}
.navItemIntroduce a::after {
  content: "サービス";
}
.navItemAbout a::after {
  content: "会社概要";
}
.navItemAccess a::after {
  content: "お知らせ一覧";
}
.navItemContact a::after {
  content: "お問い合わせ";
}

.c-header {
  align-items: center;
  background-color: #1e1918;
  box-sizing: border-box;
  display: flex;
  /* gap: 20%; */
  justify-content: space-between;
  padding: 12px 125px 12px 0;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .c-header {
    padding: 0 0 0 16px;
    height: 60px;
  }
}

.c-header__logo {
  margin-left: 50px;
}

@media screen and (max-width: 750px) {
  .c-header__logo {
    margin-top: 10px;
    margin-left: 0;
  }
  .c-header__logo svg {
    width: 70%;
  }
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #000;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  padding: 10px 0px;
}

.c-header__list-link:hover {
  filter: opacity(0.6);
}

/** 
-----------------------
humberger Menu
-----------------------
**/
.c-hamburger-menu {
  position: relative;
  z-index: 99;
}

@media screen and (min-width: 750px) {
  .humberge-list-contents {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background-color: #eeeeee;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem;
    transform: translateX(-100%);
    transition: 0.3s;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: scroll;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.humberger_siteIcon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.humberger_siteIcon img {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

@media screen and (min-width: 750px) {
  .humberger_siteIcon {
    display: none;
  }
}

.humberger_siteIcon svg {
  margin-bottom: 75px;
}

.c-hamburger-menu__bg {
  background-color: #1e1918;
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: #999999;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 60px;
    justify-content: center;
    width: 60px;
  }
}

.c-hamburger-menu__button-mark {
  background-color: #ffffff;
  display: block;
  height: 2px;
  transition: 0.3s;
  width: 20px;
}

@media screen and (max-width: 750px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    opacity: 0;
  }
}

.humberger-footer {
  margin: 75px 0 29px 0;
}
@media screen and (min-width: 750px) {
  .humberger-footer {
    display: none;
  }
}

/*
----------------------
Start footer
----------------------
*/
#page-top {
  position: fixed;
  bottom: 24px;
  right: 120px;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

/* fadeinクラスがついた時だけ表示する */
#page-top.fadein {
  opacity: 1;
}

#page-top img {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 750px) {
  #page-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
  }
}

.contact {
  padding: 60px 120px;
  text-align: center;
}
.contact-title {
  color: #ffffff;
  padding: 10px 40px;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  display: inline-block;
}
.contact P {
  margin-top: 32px;
  margin-bottom: 36px;
  text-align: center;
  color: #ffffff;
  line-height: 250%;
}

@media screen and (max-width: 750px) {
  .contact {
    padding: 32px 16px;
  }
  .contact-title {
    padding: 0 0 10px 0;
    font-size: 65px;
  }
  .contact P {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01;
  }
}

.footerNavOuter {
  margin-bottom: 20px;
}

.footer_flexBox {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.footer_siteIcon {
  justify-content: center;
  align-items: center;
  margin-right: 5%;
}

/* ナビゲーション */
.footerNav {
  margin-right: 126px;
}

.footer_navList a {
  display: block;
  padding: 0 0 12px;
  width: auto;
  text-align: center;
  font-size: 20px;
  color: #1e1918;
}

@media screen and (min-width: 750px) {
  /* spナビゲーション */
  .footerNav-sp {
    display: none;
  }

  .footer_navList-sp a {
    display: none;
  }

  .sp-copy {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  /* spナビゲーション */
  .footerNav-sp {
    margin: 0 16px 0 16px;
  }

  .footer_flexBox-sp {
    display: flex;
    gap: 40px;
    margin-top: 20px;
  }

  .footer_navList-sp a {
    display: block;
    padding: 0;
    width: auto;
    text-align: left;
    font-size: 16px;
    color: #1e1918;
  }
  .navItem-sp a::after {
    display: block;
    margin-top: 0.4rem;
    font-size: 10px;
    font-weight: lighter;
  }
}

/* 擬似要素でテキストを表示 */
.navItemPolicy a::after {
  content: "プライバシーポリシー";
}

.footer {
  padding: 40px 120px 34px 120px;
  background-color: #eeeeee;
}

.footer_txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer_txt p {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}
.copy {
  font-size: 14px;
  line-height: 1;
  color: #999999;
  text-align: right;
}

.sp-copy {
  font-size: 14px;
  line-height: 1;
  color: #999999;
  margin: 20px 0 0 16px;
}
@media screen and (min-width: 750px) {
  .sp-copy {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 32px 0 32px 0;
  }
  .footer_siteIcon {
    margin-left: 16px;
    margin-right: 0;
  }
  .footer_flexBox {
    display: block;
  }
  .footerNav {
    display: none;
  }
  .footer_txt {
    display: block;
  }
  .copy {
    display: none;
  }
  .footer_txt p {
    margin-left: 16px;
  }
  .footerNavOuter {
    margin-bottom: 24px;
  }
}

/**
TOPページ
**/

/* FV-- */
#fv {
  margin-top: 187px;
}

#fv h1 {
  text-align: center;
  margin-bottom: 103px;
  filter: blur(100px);
  animation: blur-anim2 1.2s linear forwards;
  position: relative;
  z-index: -10;
}
@keyframes blur-anim2 {
  100% {
    filter: blur(0);
  }
}

.mouse {
  margin: 0 auto;
  width: 50px;
  height: 100px;
  border: 2px solid #ffffff;
  border-radius: 60px;
  position: relative;
  &::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d9d9d9;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
  }
  z-index: -1;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
.arrows {
  width: 60px;
  height: 72px;
  position: relative;
  left: 50%;
  margin-left: -30px;
  z-index: -1;
}

.arrows path {
  stroke: #ffffff;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2.5s infinite;
  -webkit-animation: arrow 2.5s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

@media screen and (max-width: 750px) {
  .mouse {
    width: 31px;
    height: 63px;
  }
}

/* --FV  */

/* about--  */
#about {
  margin-top: 102px;
  height: 1200px;
}

.about_wrap {
  background-image: url("img/stair1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -38px;
  width: 100%;
}

.text_wrap {
  position: absolute;
  margin-top: 250px;
  margin-left: 120px;
  margin-right: 120px;
}

.top-text-area {
  padding-left: 56px;
  padding-right: 326px;
  max-width: 1070px;
}

.top-text-area p {
  color: #ffffff;
}

.about::after {
  content: "私たちについて";
}

.stair {
  background-image: url("img/stair2.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 300px 750px;
  height: 1220px;
}

@media screen and (max-width: 750px) {
  #about {
    height: 1400px;
    min-height: 1400px;
    padding: 0 16px;
  }
  .about_wrap {
    background-image: none;
  }

  .en_title {
    margin-bottom: 32px;
  }
  .text_wrap {
    position: absolute;
    margin-top: -110px;
    margin-left: 0;
    margin-right: 0;
    max-width: 90%;
  }
  .top-text-area {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .top-text-area p {
    line-height: 200%;
  }
  .bold_txt {
    font-size: 24px;
  }

  .stair {
    background-image: none;
  }

  .stairs1 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .stair2 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* essential-thinking */
.et_txt {
  position: relative;
  margin-top: -11.5%;
  text-align: center;
}
.et_txt img {
  width: 80%;
}

@media screen and (max-width: 750px) {
  .et_txt {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .et_txt-sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .et_txt-sp {
    position: relative;
    margin-top: -60%;
    text-align: center;
  }
  .et_txt img {
    width: 100%;
  }
}

/* service */
#service {
  background-color: #ffffff;
  padding: 180px 120px 120px 60px;
  background-image: url("img/bg-gradation.png");
  background-size: 62%;
  background-repeat: no-repeat;
  background-position: 25px;
}

#service h2,
p {
  color: #1e1918;
}

#service .en_title {
  border-top: 1px solid #1e1918;
}

.service::after {
  content: "サービスとソリューション";
}

.en_title.service {
  width: 235px;
}
.en_title.service::after {
  width: 192px;
}

.service-text-area {
  padding: 0px 180px 0px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 116px;
}
.service-text-area img {
  width: 30%;
}

.service_list {
  padding-left: 56px;
  margin-top: 33px;
  display: inline-block;
  width: 100%;
}
.service_list .list {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 19px 0 19px 0;
  border-bottom: solid 1px #000000;
}
.service_list img {
  width: 60px;
  height: 48px;
}
.listTitle {
  margin-left: 10px;
  font-weight: 600;
  width: 280px;
}
.listTxt {
  margin-left: 40px;
  max-width: 400px;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  #service {
    margin-top: -10px;
    padding: 32px 16px 23px 16px;
    background-image: url("img/sp-Ellipse67.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left 15%;
  }

  #service .en_title {
    margin-bottom: 24px;
  }

  .service-text-area {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-direction: column;
  }

  .bold_txt {
    margin-bottom: 16px;
  }

  .service-text-area img {
    width: 100%;
  }

  .listTitle {
    margin-left: 0;
    font-size: 18px;
  }

  .listTxt {
    display: none;
  }

  .sp-listTxt {
    margin-left: 0;
    max-width: 400px;
    font-size: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px #000000;
  }

  .service_list {
    padding-left: 0;
    margin-top: 40px;
  }

  .service_list .list {
    gap: 16px;
    border-bottom: none;
    padding: 16px 0 16px 0;
  }

  .service_list img {
    width: 41px;
    height: 32px;
  }
  .sp-circle {
    width: 90%;
    margin-top: -460px;
  }
}

@media screen and (min-width: 750px) {
  .sp-listTxt {
    display: none;
  }
  .sp-circle {
    display: none;
  }
}

/* product */
#product {
  padding: 60px 0 60px 120px;
}

.product::after {
  content: "自社事業";
}

.p_card {
  background: linear-gradient(90deg, #06a142 0%, #098177 100%);
  border-radius: 12px 0px 0px 12px;
  padding: 40px 48px 37px 37px;
  display: flex;
  align-items: center;
  gap: 85px;
  position: relative;
  left: 0;
}

.card-txtArea {
  width: 60%;
  margin-top: -20px;
}

.card-txtArea h3,
h4,
p {
  color: #ffffff;
}

.card-txtArea h4 {
  margin-top: 40px;
  margin-bottom: 32px;
}
.card-txtArea h4 span {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: lighter;
}
.card-txtArea h4 span img {
  width: 20px;
  height: 20px;
  padding-left: 10px;
}

.card-txtArea p {
  font-size: 16px;
  color: #ffffff;
}

.link {
  color: #ffffffb0;
}

.i-img {
  max-width: 307px;
  max-height: 307px;
  min-width: 251px;
  min-height: 251px;
}

@media screen and (max-width: 750px) {
  #product {
    padding: 20px 0 20px 0;
  }

  .product {
    margin-left: 16px;
  }

  .pc-card {
    display: none;
  }

  .p_card {
    padding: 16px 20px 16px 20px;
    display: block;
    align-items: center;
    position: relative;
    left: 0;
    border-radius: 12px 12px 12px 12px;
  }
  .p_card p {
    color: #ffffff;
    font-size: 14px;
  }

  .card-txtArea {
    margin-top: 0;
    display: flex;
    width: auto;
  }
  .card-txtArea h3 {
    font-size: 20px;
  }
  .card-txtArea h4 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .i-img {
    max-width: 120px;
    max-height: 120px;
    min-width: 120px;
    min-height: 120px;
    position: relative;
    margin-top: 44px;
    margin-bottom: 13px;
    left: 33px;
  }
}

/* 猫を出す */
.element {
  overflow: hidden;
}
.hidden-img {
  position: absolute;
  bottom: -100%; /* 画像を要素の下側の外側に配置 */
  right: 0;
  transition: bottom 0.3s ease; /* アニメーションの設定 */
  width: 35%;
}
.element:hover .hidden-img {
  bottom: 0; /* hover時に画像を表示 */
}

/* News */
#news {
  background-color: #ffffff;
  padding: 60px 120px 60px 120px;
}

#news h2,
p {
  color: #1e1918;
}

.news::after {
  content: "お知らせ";
}

#news .en_title {
  border-top: 1px solid #1e1918;
}

.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.option {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}

.option p {
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

@media screen and (max-width: 750px) {
  #news {
    padding: 40px 16px 40px 16px;
  }

  .option p {
    font-size: 12px;
  }
}

.news-list .item a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 24px 40px;
}
.news-list .item:first-child a {
  border-top: 1px solid #ccc;
}
.news-list .item .date {
  margin: 0;
  padding: 0 24px 0 0;
}
.news-list .item .category {
  margin: 0;
  padding: 0 20px 0 0;
}
.news-list .item .category span {
  text-align: center;
  display: inline-block;
  line-height: 1;
}
.news-list .item .title {
  margin: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.news-list .item a:hover {
  background-color: #eeeeee;
}

@media screen and (max-width: 750px) {
  .news-list .item a {
    flex-wrap: wrap;
  }
  .news-list .item .date {
    min-width: 100px;
  }
  .news-list .item .title {
    margin-top: 10px;
    font-size: 14px;
  }
}

/** 
私たちについてpage
**/
#about-fv {
  padding: 60px 120px;
}
#about-fv img {
  width: 60%;
}
.catch {
  text-align: center;
}

.about-fv-txtArea {
  margin-top: 54px;
}
.about-fv-txt {
  margin: 0 auto;
  width: 58.67%;
}
.about-fv-txt P {
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  #about-fv {
    padding: 73px 16px 86px 16px;
  }
  #about-fv img {
    width: 100%;
  }

  .about-fv-txtArea {
    margin-top: 128px;
  }

  .about-fv-txt {
    width: auto;
  }
}

#strength {
  padding: 60px 120px;
  background-color: #eeeeee;
}

#strength .en_title {
  color: #1e1918;
}

.strength-img {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
}
.strength-img img {
  width: 77%;
}
.strength-txt {
  width: 58.08%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #strength {
    padding: 24px 16px;
  }

  .strength-txt {
    width: auto;
  }

  .strength-img img {
    width: 100%;
  }
}

#philosophy {
  padding: 40px 120px;
  background-color: #ffffff;
}

/* 経営理念*/
.head2_title {
  display: block;
  padding: 12px 0 0px;
  margin-bottom: 40px;
  width: 83px;
  text-align: left;
  font-size: 40px;
  color: #1e1918;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
/* 擬似要素でテキストを表示 */
.head2_title::after {
  display: block;
  margin-top: 0.5rem;
  font-size: 18px;
  font-weight: lighter;
  width: 120px;
}
.philosophy::after {
  content: "経営理念";
}

@media screen and (max-width: 750px) {
  #philosophy {
    padding: 0;
  }

  .head2_title {
    display: none;
  }
}

.detail-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 18px;
  text-align: center;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#mission {
  padding: 60px 120px;
  background-color: #ffffff;
}

.mission_detail {
  width: 70%;
  margin: 0 auto;
}

.mission_txt {
  margin-top: 18px;
}

.mission-img {
  margin: 40px 0 40px 0;
}

.three_list {
  margin: 40px 0 40px 0;
}

.three_list1 {
  display: flex;
  border-bottom: 1px solid #1e1918;
  padding: 16px 23px;
  align-items: center;
}
.three_list1 p {
  text-align: left;
}
.three_list1 p:last-child {
  margin-left: 31px;
}
.list_miniTxt {
  font-size: 16px;
  width: 312px;
}

.point_txt {
  font-weight: 400;
}

.marker {
  background: linear-gradient(transparent 60%, rgba(255, 184, 23, 50%) 50%);
  background-position: 0;
  background-size: 0;
  background-repeat: no-repeat;
  transition: background 3s;
}
.marker.active {
  background-size: 100%;
}
.mission_conclusion p {
  text-align: center;
}

@media screen and (max-width: 750px) {
  #mission {
    margin-top: -5px;
    padding: 40px 16px 40px 16px;
  }

  .mission_detail {
    width: auto;
  }

  .detail-title {
    font-size: 24px;
    margin-top: 16px;
    text-align: left;
  }

  .mission_txt {
    margin-top: 16px;
  }

  .mission-img {
    margin: 24px 0 24px 0;
  }

  .three_list {
    margin: 8px 0 24px 0;
  }

  .three_list1 {
    display: flex;
    border-bottom: 1px solid #1e1918;
    padding: 16px 0 8px 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .three_list1 p:last-child {
    margin-left: 0;
  }

  .point_txt {
    font-size: 18px;
    line-height: 200%;
  }

  .mission_conclusion p {
    text-align: left;
  }
}

.arrow {
  position: relative;
  margin-top: -10px;
  margin-bottom: -5px;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .arrow {
    margin-top: -20px;
    margin-bottom: -7px;
  }
}

#vision {
  padding: 60px 120px;
  background-color: #eeeeee;
}

#vision .flex-box {
  display: flex;
  align-items: center;
  margin-top: 56px;
  gap: 10%;
}

#vision .flex-box img {
  width: 40%;
  height: 40%;
}

@media screen and (max-width: 750px) {
  #vision {
    padding: 120px 16px 40px 16px;
  }

  #vision .flex-box {
    display: flex;
    align-items: center;
    margin-top: 27px;
    gap: 10%;
    flex-direction: column-reverse;
  }

  #vision .mission_detail img {
    position: relative;
    margin-top: -165px;
    left: 80px;
    width: 80%;
    height: 80%;
  }

  .sp-vision-title {
    margin-top: -25px;
  }
}

#value {
  padding: 60px 120px;
  background-color: #ffffff;
}

#value .flex-box {
  display: flex;
  align-items: center;
  margin-top: 18px;
  gap: 15%;
}
#value .flex-box img {
  width: 40%;
  height: 40%;
}

.valueArea {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.valueList {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #1e1918;
}
.valueList p {
  font-size: 16px;
}

.valueList .num {
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  #value {
    padding: 90px 16px 63px 16px;
  }

  #value .flex-box {
    display: flex;
    align-items: center;
    margin-top: 18px;
    gap: 45px;
    flex-direction: column;
  }

  #value .flex-box img {
    position: relative;
    margin-top: -75px;
    left: 30px;
    width: 70%;
    height: 70%;
  }
}

/** 
Serviceページ
**/
#solution-fv {
  background-color: #eeeeee;
  padding: 60px 120px;
  position: relative;
  z-index: -10;
}
#solution-fv h1 {
  color: #1e1918;
}

.solution::after {
  content: "解決事例";
}

@media screen and (max-width: 750px) {
  #solution-fv {
    padding: 16px 0;
  }
  #solution-fv h1 {
    margin-left: 16px;
  }
}

.solutionList {
  display: flex;
  align-items: center;
  padding: 40px 0;
  background-color: #ffffff;
  border-radius: 16px 16px 0 0;
  border-bottom: solid 1px #000000;
}

.solutionList2 {
  display: flex;
  align-items: center;
  padding: 40px 0;
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
}

.solutionList img,
.solutionList2 img {
  width: 10%;
}
.solutionList p,
.solutionList2 p {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  flex-direction: column;
}
.solutionList p span,
.solutionList2 p span {
  font-size: 18px;
  line-height: 200%;
  font-weight: 100;
  color: #000000;
}

@media screen and (max-width: 750px) {
  .solutionList {
    display: block;
    padding: 12px 16px;
    background-color: #ffffff;
    border-radius: 16px 16px 0 0;
    border-bottom: solid 1px #000000;
  }

  .solutionList2 {
    display: block;
    padding: 12px 16px;
    background-color: #ffffff;
    border-radius: 16px 16px 0 0;
    border-bottom: solid 1px #000000;
  }

  .solutionList img,
  .solutionList2 img {
    position: relative;
    top: 10px;
    width: 30%;
    z-index: -1;
  }

  .solutionList p,
  .solutionList2 p {
    margin-top: -15px;
    text-align: right;
  }
  .solutionList p span,
  .solutionList2 p span {
    font-size: 16px;
    line-height: 1.5;
  }
}

#soution-service {
  padding: 60px 120px;
  background-color: #ffffff;
}
.tree_img {
  padding: 24px 227px 0 227px;
  text-align: center;
}

.pc-tree_img {
  max-width: 746px;
}

#process {
  padding: 60px 120px;
  background-color: #eeeeee;
}

.process-detail-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 56px;
  text-align: center;
}

.process_txt {
  margin-top: 24px;
  text-align: center;
}

.process_flow {
  margin-top: 56px;
}

@media screen and (max-width: 750px) {
  #soution-service {
    padding: 40px 16px;
  }

  .tree_img {
    margin-top: 24px;
    padding: 0;
  }

  #process {
    padding: 24px 16px;
  }

  .process-detail-title {
    font-size: 24px;
    line-height: 150%;
    margin-top: 32px;
    text-align: left;
  }

  .process_txt {
    margin-top: 16px;
    text-align: left;
    font-size: 18px;
  }

  .process_flow {
    margin-top: 32px;
  }
}

#case {
  padding: 60px 120px;
  background-color: #ffffff;
}
#case .bg-white-title {
  border-top: 1px solid #1e1918;
  display: block;
  padding: 12px 0 0px;
  width: 140px;
  text-align: left;
  font-size: 32px;
  color: #1e1918;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  #case {
    padding: 40px 0;
  }

  #case .bg-white-title {
    margin-left: 16px;
  }
}

/* case タブ切り替え */
.tabs {
  padding: 55px 50px 0 50px;
  margin: 0 auto;
}

/* タブメニュー */
/*タブのスタイル*/
.tab_item {
  width: 120px;
  height: 50px;
  border-radius: 8px 8px 0 0;
  border: solid 1px #1e1918;
  background-color: #ffffff;
  line-height: 50px;
  font-size: 20px;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
/* .tab_item:hover {
  opacity: 0.75;
} */

.left {
  margin-left: 8px;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  border: solid 1px #1e1918;
  border-top-style: none;
  border-radius: 0 8px 8px 8px;
}

/*選択されているタブのコンテンツのみを表示*/
#case1:checked ~ #case1_content,
#case2:checked ~ #case2_content,
#case3:checked ~ #case3_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #1e1918;
  color: #fff;
  width: 142px;
  height: 68px;
  line-height: 68px;
  margin-top: -18px;
}

.caseTitle {
  padding: 37px 60px;
  background-color: #1e1918;
}
.caseTitle p {
  font-size: 20px;
  color: #ffffff;
}

.caseDetail {
  padding: 24px 60px 60px 60px;
}

.caseDetail_title {
  padding: 0 4px 0;
  color: #000000;
  background: transparent;
  border-left: solid 4px #1e1918;
}

.caseDetail_txt {
  margin: 16px 0px 0px 10px;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.top-space {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .tabs {
    padding: 24px 0.5px;
  }

  .tabs input:checked + .tab_item {
    width: 145px;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    font-size: 18px;
  }

  .tab_item {
    width: 109px;
    height: 50px;
    font-size: 16px;
  }

  .left {
    margin-left: 0;
  }

  .caseTitle {
    padding: 16px;
  }

  .caseDetail {
    padding: 24px 16px;
  }
  .caseDetail_txt {
    line-height: 1.7;
  }
}

/** 
Companyページ
**/
#company-fv {
  padding: 60px 120px;
  background-color: #ffffff;
  position: relative;
  z-index: -10;
}
#company-fv h1 {
  color: #1e1918;
  margin-bottom: 24px;
}
.company::after {
  content: "会社概要";
}

.company-table {
  max-width: 772px;
  margin: 0 auto;
}

.table_design01 {
  border-collapse: collapse;
  width: 100%;
}
.table_design01 th,
.table_design01 td {
  border-top: 0.5px solid #1e1918;
  padding: 22px 38px 22px 0;
  font-size: 16px;
}
.table_design01 th {
  color: #000000;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
}

.access {
  text-align: center;
  border-bottom: 0.5px solid #1e1918;
  padding-bottom: 39px;
  display: inline-block;
}

.map {
  width: 772px;
  height: 345px;
}

@media screen and (max-width: 750px) {
  #company-fv {
    padding: 16px 16px 40px 16px;
  }

  #company-fv h1 {
    margin-bottom: 40px;
  }

  .company-table {
    width: 100%;
    table-layout: fixed;
  }
  .table_design01 th,
  .table_design01 td {
    white-space: pre-wrap;
  }

  .table_design01 td {
    padding: 16px 0 16px 10px;
  }

  .access {
    text-align: center;
    border-bottom: 0.5px solid #1e1918;
    padding-bottom: 0;
    width: 100%;
  }

  .map {
    width: 100%;
    height: 100%;
  }
}

#gallery {
  padding: 60px 120px;
  background-color: #ffffff;
}

.gallery-image {
  padding: 24px 80px 0 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery-image img {
  width: 200px;
  height: 200px;
}

.gallery-first,
.gallery-second {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 750px) {
  #gallery {
    padding: 0 0 40px 0;
  }

  #gallery .bg-white-title {
    margin-left: 16px;
  }

  .gallery-image {
    display: none;
  }
}

/* SP用スライダー */
@media screen and (min-width: 750px) {
  .gallery {
    display: none;
  }
}

.gallery {
  margin-top: 24px;
}

.gallery-cell {
  width: 66%;
  height: 180px;
  margin-right: 8px;
  counter-increment: gallery-cell;
}

.slide-img {
  object-fit: cover;
}

.flickity-prev-next-button {
  display: none;
}

.flickity-page-dots {
  display: none;
}

/** 
Newsページ
**/
#news-fv {
  padding: 60px 120px;
  background-color: #ffffff;
}

#news-fv h1 {
  color: #1e1918;
  margin-bottom: 32px;
}

.newsList {
  list-style: none outside;
  margin: 0 50px 0 50px;
  padding: 0;
}

.newsOption {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}

.newsOption p {
  font-size: 14px;
  line-height: 1;
  color: #000000;
}

@media screen and (max-width: 750px) {
  #news-fv {
    padding: 16px 0 40px 0;
  }

  #news-fv h1 {
    margin-left: 16px;
    margin-bottom: 0;
  }

  .newsOption p {
    font-size: 12px;
  }

  .newsList {
    margin: 0;
  }
}

.newsList .newsItem a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 16px 40px;
}
.newsList .newsItem:first-child a {
  border-top: 1px solid #ccc;
}
.newsList .newsItem .date {
  margin: 0;
  padding: 0 24px 0 0;
}
.newsList .newsItem .category {
  margin: 0;
  padding: 0 20px 0 0;
}
.newsList .newsItem .category span {
  text-align: center;
  display: inline-block;
  line-height: 1;
}
.newsList .newsItem .title {
  margin: 0;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
.newsList .newsItem a:hover {
  background-color: #eeeeee;
}

@media screen and (max-width: 750px) {
  .newsList .newsItem a {
    flex-wrap: wrap;
    padding: 16px;
  }
  .nnewsList .newsItem .date {
    min-width: 100px;
  }
  .newsList .newsItem .title {
    margin-top: 10px;
    font-size: 14px;
  }
}

.categoryArea {
  display: flex;
  gap: 56px;
  align-items: center;
  margin: 32px 50px 40px 50px;
}
.categoryArea p {
  font-size: 20px;
  font-weight: 600;
}

.categoryList {
  display: flex;
  gap: 13px;
}
.categoryList li a {
  display: inline-block;
  font-size: 16px;
  color: #1e1918;
  line-height: 1;
  letter-spacing: 0.1rem;
  border-radius: 20px;
  border: solid 1px #999999;
  padding: 10px 20px;
}
.categoryList a:hover {
  color: #ffffff;
  background-color: #1e1918;
  border: solid 1px #1e1918;
}

li .select_cat {
  color: #ffffff;
  background-color: #1e1918;
  border: solid 1px #1e1918;
}

.pagination {
  text-align: center;
  margin-top: 40px;
}

/* 横並びにする */
.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* // ページタブの共通スタイル */
.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 48px;
  height: 50px;
  text-align: center;
  line-height: 150%;
  background: #fff;
  color: #000000;
  border-radius: 6px;
  border: solid 1px #999999;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.15s linear;
}

/* マウスが乗った時の、ボタンの背景の色と文字の色 */
.nav-links a.page-numbers:hover {
  background-color: #eeeeee;
}

/* 現在のページのタブ */
.nav-links .current {
  background: #eeeeee;
  padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
  border: none;
  position: relative;
}

/* 数字省略の「・・・」 */
.nav-links .dots {
  background: transparent;
  border: none;
}

@media screen and (max-width: 750px) {
  .pagination {
    margin-top: 24px;
  }

  /* 横並びにする */
  .nav-links .page-numbers {
    gap: 8px;
  }
}

@media screen and (max-width: 750px) {
  .categoryList {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }

  .categoryArea {
    gap: 0;
    margin: 40px 16px;
    justify-content: space-between;
  }

  .Pagination {
    padding: 24px 45px 0 45px;
  }
}

/* カテゴリー一覧 */
.cat_title {
  display: block;
  padding: 12px 0 0px;
  margin-bottom: 40px;
  text-align: left;
  font-size: 48px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

/** 
記事詳細ページ 
**/
#news-detail-fv {
  padding: 60px 120px;
  background-color: #ffffff;
}

.news_title_label {
  margin: 0 0 33px 50px;
}

.news_title_label h1 {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.1rem;
  margin-bottom: 26px;
}

.news_text {
  margin: 0 169px 28px 86px;
}

.news_text p {
  font-size: 16px;
  line-height: 200%;
}

.newsOption {
  display: flex;
  gap: 24px;
}

a.back_btn {
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  margin-top: 33px;
  padding: 16px 40px;
  font-weight: bold;
  color: #1e1918;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
  border: solid 1px#1e1918;
}
a.back_btn:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: shad27 1.5s infinite;
  border: 1px solid #ffffff;
}

.back_btn img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 750px) {
  #news-detail-fv {
    padding: 16px 16px 40px 16px;
  }

  .news_title_label {
    margin: 0 0 32px 0;
  }

  .news_title_label h1 {
    font-size: 16px;
  }

  .news_text {
    margin: 0;
  }

  a.back_btn {
    font-size: 14px;
    margin-top: 32px;
  }
}

/** 
Privacy Policyページ
**/
#policy-fv {
  padding: 60px 120px;
  background-color: #ffffff;
}
#policy-fv h1 {
  color: #1e1918;
}

/* プライバシーポリシーh1見出し */
.policy_head_title {
  display: inline;
  padding: 12px 0 0px;
  text-align: left;
  font-size: 48px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
/* 擬似要素でテキストを表示 */
.policy_head_title::after {
  display: block;
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: lighter;
  width: 160px;
}

.policy::after {
  content: "プライバシーポリシー";
}

.policy-first-txt {
  padding: 66px 128px 32px 128px;
}

.line {
  border: solid 1px #1e1918;
  margin: 0 50px 0 50px;
}

.policy-second-txt {
  padding: 56px 128px 20px 128px;
}

.policy_block {
  margin-bottom: 40px;
}
.policy_block h2 {
  font-size: 20px;
  line-height: 1.2;
  color: #1e1918;
  letter-spacing: 0.03rem;
  margin-bottom: 24px;
}
.policy_block p {
  color: #1e1918;
  font-size: 16px;
  line-height: 150%;
}

.policy_block ol {
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
  margin-top: 10px;
}
.policy_block ol li::before {
  counter-increment: listnum;
  content: counter(listnum) "."; /* 半角スペースを入れて""の中にピリオドを追加 */
  padding-right: 15px;
  vertical-align: middle;
}

.num_list_txt {
  display: flex;
  gap: 4px;
}

.listArea_wrap {
  margin-left: 35px;
}

@media screen and (max-width: 750px) {
  #policy-fv {
    padding: 16px 16px 40px 16px;
  }

  .policy-first-txt {
    padding: 40px 0 32px 0;
  }

  .policy-second-txt {
    padding: 32px 0 0 0;
  }

  .line {
    margin: 0;
  }
}

/** 
お問い合わせページ
**/
.contact-wrap {
  background-color: #ffffff;
}

.header_contact {
  padding: 16px 0 16px 50px;
  background-color: #1e1918;
}

@media screen and (max-width: 750px) {
  .header_contact {
    padding: 12px 0 12px 20px;
  }
  .siteIcon {
    width: 50%;
  }
}

#contact-fv {
  padding: 60px 120px;
  background-color: #ffffff;
}

.contact-first-contents {
  margin-bottom: 16px;
}

.contact-first-contents h1 {
  font-size: 32px;
  text-align: center;
}

.explanation {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1rem;
  margin: 16px 0 10px 0;
  text-align: center;
}

.topic {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1rem;
  text-align: center;
}

.contact-second-contents {
  width: 46%;
  margin: 0 auto;
}

.labelTitle {
  margin-top: 16px;
  margin-bottom: 8px;
}

.check_box_area {
  margin-bottom: 24px;
}

span.wpcf7-checkbox .wpcf7-list-item {
  margin: 12px 0 0 0;
  display: block;
}

.contactType {
  display: block;
}

.contactType + .contact-skill {
  margin-top: 10px;
}

.contact-skill-txt {
  margin-left: 5px;
}

label .req {
  color: #ffffff;
  background-color: #ff6e3b;
  padding: 4px 12px;
  border-radius: 4px;
  margin-left: 16px;
}

.text-form input[type="text"] {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #000000;
}

.text-form input[type="tel"] {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #000000;
}

.text-form input[type="email"] {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #000000;
}

.text-form textarea {
  width: 100%;
  min-height: 184px;
  border-radius: 8px;
}

.contact-third-contents {
  padding: 32px 0 214px 0;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 24px;
  margin-left: 30%;
  padding: 17.5px 40px;
  font-weight: bold;
  color: #1e1918;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
  border: solid 1px#1e1918;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: shad27 1.5s infinite;
  border: 1px solid #ffffff;
}

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

.agree_area {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.agree_area img {
  width: 13px;
  height: 14px;
}

.agree_area a {
  text-decoration: underline;
  color: #1e1918;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  #contact-fv {
    padding: 40px 16px;
  }

  .contact-first-contents h1 {
    font-size: 24px;
    text-align: left;
  }

  .explanation {
    font-size: 14px;
    text-align: left;
    margin: 12px 0 24px 0;
  }

  .topic {
    font-weight: 600;
    text-align: left;
  }

  .contact-first-contents {
    margin-bottom: 54px;
  }

  .contact-second-contents {
    width: 100%;
  }

  .contact-second-contents p span {
    font-size: 14px;
  }

  .check_box_area {
    margin-top: 14px;
    margin-bottom: 54px;
  }

  span.wpcf7-checkbox .wpcf7-list-item {
    margin-top: 12px;
  }

  .text-form {
    margin-bottom: 24px;
  }

  .text-form input[type="text"] {
    width: 97%;
    margin-top: 6px;
  }

  .text-form input[type="tel"] {
    width: 97%;
    margin-top: 6px;
  }

  .text-form input[type="email"] {
    width: 97%;
    margin-top: 6px;
  }

  .text-form textarea {
    width: 97%;
    margin-top: 6px;
  }

  .contact-third-contents {
    padding: 24px 0;
  }

  .agree_area a,
  .agree_area a p {
    font-size: 14px;
  }
}

.confirm-box {
  margin-top: 35px;
}

.confirm-title {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .confirm-area {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .confirm-box {
    margin-top: 24px;
  }

  .confirm-title {
    font-size: 18px;
  }
}

.contact-footer {
  padding: 0 120px 20px 120px;
}
.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  .contact-footer {
    padding: 0 16px 20px 16px;
  }
}

/**
お問い合わせ確認
**/
.confirm-area {
  padding: 60px 0;
}

/**
404ページ
**/
#errorArea {
  padding: 60px 180px;
  text-align: center;
}

.errorTxtArea {
  display: flex;
  justify-content: center;
  align-items: center;
}

.error_message h1,
.error_message p {
  color: #ffffff;
}

#errorArea h1 {
  font-size: 48px;
  margin-bottom: 48px;
}

.error_message {
  text-align: center;
  display: inline-block;
}

.errorTxtArea img {
  width: 50%;
}

@media screen and (max-width: 750px) {
  #errorArea {
    padding: 60px 16px;
  }

  .errorTxtArea {
    flex-direction: column;
  }

  #errorArea h1 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }

  .errorTxtArea img {
    width: 100%;
  }
}
