@charset "UTF-8";
.show-template-name {
  color: #fff;
}

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

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

body,
h1,
h2,
h3,
h4,
p,
span {
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 160%;
  font-family: "Noto Sans JP", "Fira Sans";
  color: #1a1a1a;
}

html {
  margin-top: 0 !important;
}

div#wpadminbar {
  display: none;
  height: 0;
}

.breadcrumb span {
  font-size: 12px;
  padding-right: 3px;
  line-height: 115%;
}
.breadcrumb span:not(:first-child) {
  padding-left: 7px;
}

@media screen and (max-width: 767px) {
  #content,
.content {
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  #content,
.content {
    margin-inline: auto;
    overflow-y: hidden;
  }
}

.pc-content {
  max-width: 1280px;
  margin-inline: auto;
}

.front-page-content {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.front-page-main-wrapper {
  background: #fff;
  margin-top: 600px;
  opacity: 0;
  z-index: -19;
  overflow: hidden;
  margin-bottom: 300px;
}
@media screen and (min-width: 768px) {
  .front-page-main-wrapper {
    margin-top: 900px;
  }
}

.inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 90px;
    max-width: 1280px;
    margin-inline: auto;
  }
}

section {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  section {
    margin-top: 0;
  }
}

.title {
  color: #222;
  font-family: "Fira Sans";
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 100px;
  }
}

.sub-title {
  color: #222;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .sub-title {
    font-size: 24px;
  }
}

.in-view-item,
.in-view-slow,
.in-view-front-about,
.mvTop,
.mvBottom,
.in-view-news,
.mvText,
.in-view-case {
  opacity: 0;
  will-change: opacity, transform;
}

.entry-links,
.pagination {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .entry-links,
.pagination {
    margin-top: 0;
    gap: 9px;
    margin-right: 40px;
  }
}

.entry-links {
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .entry-links {
    gap: 0;
    margin-right: 0;
    margin-top: 40px;
  }
}

.post-page-numbers,
.page-numbers {
  background: #f8f8f8;
  padding: -15px;
  color: #888;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-page-numbers.current,
.page-numbers.current {
  background: #023e78;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .post-page-numbers,
.page-numbers {
    height: 49px;
    width: 49px;
  }
  .post-page-numbers:first-child,
.page-numbers:first-child {
    margin-right: 12px;
  }
  .post-page-numbers:last-child,
.page-numbers:last-child {
    margin-left: 12px;
  }
}

@media screen and (min-width: 768px) {
  .fa-angle-left,
.fa-angle-right {
    font-size: 24px;
  }
}

.header {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header {
    position: fixed;
  }
}
#header {
  margin-bottom: 60px;
  z-index: 200;
  width: 100vw;
}
@media screen and (min-width: 1000px) {
  #header {
    margin-bottom: 0;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-inline: auto;
  padding-right: 20px;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 102;
  height: 60px;
  top: 0;
  left: 0;
  margin-bottom: 60px;
}
@media screen and (max-width:374px) {
  .header-inner {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .header-inner {
    position: static;
    display: flex;
    height: 100px;
    margin-bottom: 0px;
    margin-inline: auto;
    padding-right: 0px;
    background: rgba(255, 255, 255, 0.9);
  }
}
.header-inner li {
  opacity: 0;
}

.drawer-icon {
  cursor: pointer;
  padding: 20px;
  position: relative;
  right: -20px;
  top: -2px;
}
@media screen and (max-width:374px) {
  .drawer-icon {
    padding: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .drawer-icon {
    right: 0;
    top: 0;
    display: block;
  }
}

.drawer-open {
  position: relative;
}
.drawer-open img {
  width: 27px;
  height: 18px;
}

.drawer-close {
  position: absolute;
  top: 21px;
  left: 24px;
  font-size: 27px;
  opacity: 0;
}
@media screen and (max-width:374px) {
  .drawer-close {
    top: 12px;
    left: 10px;
  }
}

.header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  gap: 30px;
}
@media screen and (max-width:374px) {
  .header-box {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header-box {
    padding: 13px 0px 13px 20px;
  }
}
@media screen and (min-width: 768px) {
  .header-box {
    padding: 13px 0px 13px 15px;
  }
}

.header-logo {
  opacity: 0;
  white-space: nowrap;
}

@media screen and (min-width: 1000px) {
  .header-logo {
    white-space: normal;
  }
}

.header-logo a {
  color: #222;
  font-family: Roboto;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width:374px) {
  .header-logo a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header-logo a {
    font-size: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .header-logo a {
    font-size: 40px;
  }
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 46px;
}
@media screen and (min-width: 768px) {
  .header-nav ul {
    padding-top: 3px;
    gap: 0;
    margin-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header-nav ul {
    gap: 20px;
    justify-content: center;
    display: none;
  }
}
.header-nav ul li {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .header-nav ul li {
    font-size: 12px;
  }
  .header-nav ul li:not(:first-child) {
    margin-left: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav ul li {
    font-size: 14px;
  }
  .header-nav ul li:not(:first-child) {
    margin-left: 46px;
  }
}
.header-nav ul li a {
  display: inline-block;
  width: 100%;
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .header-nav ul li a {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav ul li a {
    font-size: 14px;
  }
}
.header-nav ul li:not(:first-child)::before {
  content: "／";
  position: absolute;
  width: 14px;
  height: 24px;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header-nav ul li:not(:first-child)::before {
    left: -17px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav ul li:not(:first-child)::before {
    left: -31px;
  }
}
.header-nav ul li:nth-child(6) {
  margin-left: -14px;
}
.header-nav ul li:nth-child(6)::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav ul li:nth-child(6) {
    margin-left: 20px;
  }
}
.header-nav ul li:nth-child(7) {
  margin-left: -36px;
}
.header-nav ul li:nth-child(7)::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav ul li:nth-child(7) {
    margin-left: 20px;
  }
}
.header-nav ul li:nth-child(6) a {
  width: 136px;
  color: #505050;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 24px 0;
  border: 1px solid #505050;
  background: #fff;
  transition: all ease 0.3s;
}

@media (min-width: 768px) {
.header-nav ul li:nth-child(6) a:hover {
  background: #505050;
  color: #fff;
}
}

@media (min-width: 768px) and (max-width: 1000px) {
  .header-nav ul li:nth-child(6) a {
    width: 120px;
    height: 68px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav ul li:nth-child(6) a {
    padding: 24px 0 23px;
    margin-top: -2px;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav ul li:nth-child(6) a {
    width: 176px;
    font-size: 14px;
  }
}
.header-nav ul li:nth-child(6)::before {
  content: "";
}
.header-nav ul li:nth-child(7) a {
  width: 136px;
  color: #505050;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  padding: 24px 0;
  background: #fdf400;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
.header-nav ul li:nth-child(7) a:hover {
  background: #505050;
  color: #fff;
}
}
@media screen and (min-width: 768px) {
  .header-nav ul li:nth-child(7) a {
    padding: 23px 0 22px;
    margin-top: -3px;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav ul li:nth-child(7) a {
    width: 176px;
    font-size: 14px;
  }
}
.header-nav ul li:nth-child(7)::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.drawer {
  position: fixed;
  top: 62px;
  z-index: 100;
  top: -120vh;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  color: #fff;
  left: 0;
  padding-top: 12px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .drawer {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .drawer {
    display: none;
  }
}

.drawer-content {
  z-index: 99;
}

.drawer-nav {
  z-index: 100;
  margin-top: 60px;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.drawer-nav ul li {
  opacity: 0;
}
.drawer-nav ul li:nth-child(6) a {
  width: 295px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #fff;
  padding: 22px 46px;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
.drawer-nav ul li:nth-child(6) a:hover {
  background: #fdf400;
}
}
@media screen and (max-width:374px) {
  .drawer-nav ul li:nth-child(6) a {
    width: 255px;
  }
}
.drawer-nav ul li:nth-child(7) {
  margin-top: -8px;
}
.drawer-nav ul li:nth-child(7) a {
  display: block;
  width: 295px;
  color: #505050;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 22px 46px;
  background: #fdf400;
  border: 1px solid #fdf400;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
.drawer-nav ul li:nth-child(7) a:hover {
  background: #505050;
  color: #fff;
}
}
@media screen and (max-width:374px) {
  .drawer-nav ul li:nth-child(7) a {
    width: 255px;
  }
}

.drawer-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 41px;
}
.drawer-list li {
  top: 0;
  position: relative;
  transition: all ease 0.3s;
}

@media (min-width: 768px) {
.drawer-list li:hover {
  top: -3px;
}
}

.drawer-list a {
  padding: 10px;
}

.front-mv {
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
  max-height: 667px;
  height: 667px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .front-mv {
    max-height: 735px;
    height: 735px;
    left: 0px;
  }
}

.front-mv-video {
  opacity: 0;
  position: fixed;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -20;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  background: url("../img/pc/about-mainvisual.webp") no-repeat center center;
  background-size: 100vw 100vh;
}
@media screen and (max-width:374px) {
  .front-mv-video {
    top: 57%;
  }
}
@media screen and (min-width: 768px) {
  .front-mv-video {
    top: 57%;
  }
}
@media screen and (min-width: 1000px) {
  .front-mv-video {
    top: 61%;
  }
}

.scroll_down {
  opacity: 0;
  position: absolute;
  left: 5px;
  top: 288%;
  z-index: 200;
  transition: all ease 0.5s;
}
@media screen and (max-width:374px) {
  .scroll_down {
    top: 292%;
  }
}
@media screen and (min-width: 768px) {
  .scroll_down {
    top: 361%;
  }
}
@media screen and (min-width: 1000px) {
  .scroll_down {
    top: 361%;
  }
}
.scroll_down span {
  position: absolute;
  left: -15px !important;
  bottom: 140px !important;
  color: #fff !important;
  font-size: 12px !important;
  letter-spacing: 0.2em !important;
  transform: rotate(90deg) !important;
  text-transform: uppercase;
}
.scroll_down::before {
  content: "";
  position: absolute;
  bottom: 180px;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scroll_down::after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 2px;
  height: 100px;
  background: #fff;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 180px;
  }
  100% {
    bottom: 80px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 180px;
  }
  100% {
    bottom: 80px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.front-mv-video-filter {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}

.swiper-slide {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
.front-mv-inner {
  overflow-x: hidden;
  width: 100%;
  opacity: 0;
  z-index: -20;
  position: fixed;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
}
.front-mv-lead-content {
  position: absolute;
  top: 34%;
  left: 20px;
  z-index: 30;
}
@media screen and (max-width:374px) {
  .front-mv-lead-content {
    top: 34%;
    left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .front-mv-lead-content {
    top: 50%;
    left: 42px;
  }
}
@media screen and (min-width: 1000px) {
  .front-mv-lead-content {
    top: 50%;
    left: 119px;
    gap: 17px;
  }
  .front-mv-lead-content div {
    font-size: 60px;
  }
}

.front-mv-lead-content {
  visibility: hidden;
}

.front-mv-lead {
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: -18;
}

.front-mv-lead3 {
  white-space: nowrap;
}

.front-mv-lead-char {
  opacity: 0;
  color: #ffffff !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  font-family: "Fira Sans";
  font-size: 36px !important;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  transition: all ease 0.7s;
}
.front-mv-lead-char.visible {
  opacity: 1;
}
@media screen and (max-width:374px) {
  .front-mv-lead-char {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .front-mv-lead-char {
    font-size: 40px !important;
  }
}

.front-mv-description-content {
  position: absolute;
  bottom: -65px;
  left: 0px;
}
@media screen and (max-width:374px) {
  .front-mv-description-content {
    bottom: -53px;
    left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .front-mv-description-content {
    bottom: -66px;
    left: -1px;
  }
}

.front-mv-description-char {
  opacity: 0;
  transition: all ease 0.7s;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 5;
}
@media screen and (max-width:374px) {
  .front-mv-description-char {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .front-mv-description-char {
    font-size: 20px;
  }
}
.front-mv-description-char.visible {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .front-about {
    margin-top: 254px;
  }
}

.front-about-inner {
  position: relative;
}
.front-about-inner::before {
  content: "";
  height: 788px;
  width: 100%;
  position: absolute;
  top: 140px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  transform: skewY(10deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .front-about-inner::before {
    top: 159px;
    height: 575px;
  }
}

@media screen and (min-width: 768px) {
  .front-about-content {
    display: flex;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .front-about-text-content {
    flex: 6;
  }
}

.front-about-head-content {
  overflow: hidden;
}

.char {
  color: #222;
  opacity: 0;
  position: relative;
  top: 10px;
  transition: all 0.6s ease;
  font-family: "Fira Sans";
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .char {
    font-size: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .char {
    font-size: 100px;
  }
}
.char.visible {
  top: 0;
  opacity: 1;
}

.char-case {
  color: #fff !important;
  opacity: 0;
  position: relative;
  top: 10px;
  transition: all 0.6s ease;
  font-family: "Fira Sans";
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .char-case {
    color: #fff !important;
    font-size: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .char-case {
    font-size: 100px;
  }
}
.char-case.visible {
  top: 0;
  opacity: 1;
}

.sub-char {
  color: #222;
  opacity: 0;
  position: relative;
  top: 10px;
  transition: all 0.6s ease;
  color: #222;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .sub-char {
    font-size: 24px;
  }
}
.sub-char.visible {
  opacity: 1;
  top: 0;
}

.sub-char-case {
  color: #fff !important;
  opacity: 0;
  position: relative;
  top: 10px;
  transition: all 0.6s ease;
  color: #222;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .sub-char-case {
    font-size: 24px;
    color: #fff !important;
  }
}
.sub-char-case.visible {
  opacity: 1;
  top: 0;
}

.front-about-text {
  margin-top: 58px;
}
@media screen and (min-width: 768px) {
  .front-about-text {
    margin-top: 97px;
    width: 85%;
  }
  .front-about-text p:not(:first-child) {
    margin-top: -2px;
  }
}

.front-about-text-char {
  position: relative;
  transition: all ease 0.4s;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.front-about-text-char.visible {
  opacity: 1;
}

.front-about-img-back {
  position: absolute;
  top: -40px;
  right: -20px;
  z-index: 0;
}
.front-about-img-back img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 362px;
  width: 295px;
}
@media screen and (max-width:374px) {
  .front-about-img-back img {
    height: 326px;
    width: 239px;
  }
}
@media screen and (min-width: 768px) {
  .front-about-img-back img {
    height: 780px;
    width: 400px;
    max-width: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .front-about-img-back img {
    width: 500px;
    max-width: 500px;
  }
}
.front-about-img-back::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .front-about-img-back {
    top: -270px;
    right: -90px;
  }
}

.front-about-img {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 70px;
  position: relative;
}
.front-about-img .front-about-img-front {
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 600px;
  max-height: 260px;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .front-about-img {
    margin-top: 178px;
    width: 100%;
    flex: 8;
  }
  .front-about-img .front-about-img-front {
    width: 136%;
    height: 426px;
    max-height: 426px;
    max-width: 681px;
    margin-right: 9px;
  }
}
@media screen and (min-width: 1000px) {
  .front-about-img {
    margin-top: 178px;
    width: 100%;
    flex: 8;
  }
  .front-about-img .front-about-img-front {
    width: 113%;
    height: 426px;
    max-height: 426px;
    max-width: 681px;
    margin-right: 74px;
  }
}

.more-btn {
  display: inline-block;
  color: #fff;
  position: absolute;
  text-align: right;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding: 10px;
  z-index: 5;
}
.more-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/楕円形1.webp") no-repeat center center/cover;
  right: -88px;
  width: 41px;
  height: 41px;
}
.more-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -70px;
  width: 66px;
  height: 10px;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skew(45deg) translateY(-50%);
  transition: 0.3s;
}
@media (min-width: 768px) {
.more-btn:hover::after {
  right: -80px;
  width: 76px;
}
}
@media screen and (min-width: 768px) {
  .more-btn {
    font-size: 32px;
  }
  .more-btn::before {
    top: 46%;
    right: -131px;
    width: 52px;
    height: 52px;
  }
  .more-btn::after {
    top: 47%;
    right: -106px;
    width: 96px;
    height: 12px;
  }
  
  .more-btn:hover::after {
    right: -116px;
    width: 106px;
  }
}

.more-btn-black {
  color: #023e78;
}
.more-btn-black::before {
  background: url("../img/楕円形2-2.webp") no-repeat center center/cover;
  right: -85px;
  width: 51px;
  height: 51px;
}
.more-btn-black::after {
  top: 46%;
  right: -68px;
  width: 63px;
  height: 12px;
  border-right: 3px solid #023e78;
  border-bottom: 2px solid #023e78;
}
@media screen and (min-width: 768px) {
  .more-btn-black::before {
    right: -128px;
    width: 51px;
  }
  .more-btn-black::after {
    right: -105px;
    width: 96px;
  }
}

.front-about-btn {
  bottom: -74px;
  right: 87px;
  display: block;
}
@media screen and (min-width: 768px) {
  .front-about-btn {
    right: 130px;
    bottom: 116%;
  }
}

.front-service {
  margin-top: 305px;
}
@media screen and (min-width: 768px) {
  .front-service {
    margin-top: 362px;
  }
}

.front-service-inner {
  position: relative;
}
.front-service-inner::before {
  content: "";
  height: 1253px;
  width: 100%;
  position: absolute;
  bottom: -134px;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  transform: skewY(10deg);
  z-index: -13;
}
@media screen and (min-width: 768px) {
  .front-service-inner::before {
    height: 655px;
    bottom: -178px;
  }
}

.front-service-items {
  position: relative;
  padding: 67px 0px 0 15px;
}
@media screen and (min-width: 768px) {
  .front-service-items {
    padding: 87px 0px 0 0px;
  }
}
@media screen and (min-width: 1000px) {
  .front-service-items {
    display: flex;
    gap: 68px;
  }
}

.front-service-item:not(:first-child) {
  margin-top: 73px;
}
@media screen and (min-width: 768px) {
  .front-service-item {
    width: 100%;
  }
  .front-service-item:nth-child(2) {
    margin-top: 60px;
  }
  .front-service-item:nth-child(3) {
    margin-top: 120px;
  }
}

.front-service-img-content {
  position: relative;
  display: flex;
  justify-content: center;
}
.front-service-img {
  position: relative;
  z-index: -2;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .front-service-img {
    height: 600px;
  }
}

.front-service-item-title-content {
  position: absolute;
  bottom: 34px;
  left: -15px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-feature-settings: "palt" on;
  letter-spacing: 0.7px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .front-service-item-title-content {
    bottom: 33px;
    left: -31px;
  }
}

.service-char {
  opacity: 0;
  transition: all ease 0.7s;
  position: relative;
  top: 10px;
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.service-char.visible {
  opacity: 1;
  top: 0;
}
@media screen and (max-width:374px) {
  .service-char {
    font-size: 24px;
  }
}

.front-service-item-title-top {
  position: absolute;
  bottom: 83px;
  left: -15px;
  background-color: #fff;
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-feature-settings: "palt" on;
}
@media screen and (min-width: 768px) {
  .front-service-item-title-top {
    left: -32px;
  }
}

.front-service-text {
  margin-top: 14px;
}
.front-service-text p {
  opacity: 0;
}

.front-service-char {
  position: relative;
  opacity: 0;
  transition: all ease 0.3s;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .front-service-char {
    padding-right: 2px;
  }
}
.front-service-char.visible {
  opacity: 1;
}

.front-service-btn {
  display: block;
  right: 85px;
  bottom: -73px;
}
@media screen and (min-width: 768px) {
  .front-service-btn {
    bottom: 100%;
    right: 130px;
  }
}
@media screen and (min-width: 1000px) {
  .front-service-btn {
    bottom: 103%;
  }
}

.front-case-study {
  margin-top: 231px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .front-case-study {
    margin-top: 104px;
  }
}

.front-case-study-inner {
  padding-block: 60px 152px;
  background:#808080;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -6;
}
.front-case-study-inner::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -5;
}
@media screen and (min-width: 768px) {
  .front-case-study-inner {
    padding-block: 101px 204px;
    background: url("../img/pc/case-study-bg-new.webp") no-repeat center center/cover;
  }
}

.front-case-study-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .front-case-study-items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
    justify-items: center;
    margin-top: 78px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 70px;
    row-gap: 154px;
    padding-inline: 0;
  }
}

.front-case-study-item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .front-case-study-item {
    max-height: 240px;
  }
  .front-case-study-item:not(:first-child) {
    margin-top: 0px;
  }
}

.front-case-study-title,
.front-case-study-sub-title,
.front-case-study-item-company-name,
.front-case-study-term {
  color: #fff;
}

.front-case-study-img-content {
  width: 335px;
  height: 251px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:374px) {
  .front-case-study-img-content {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .front-case-study-img-content {
    width: 320px;
    height: 240px;
  }
}

.front-case-study-img {
  width: 201px;
  height: 201px;
}
@media screen and (max-width:374px) {
  .front-case-study-img {
    width: 140px;
    height: 140px;
  }
}

@media screen and (min-width: 768px) {
  .front-case-study-item-text-content {
    width: 320px;
  }
}

.front-case-study-item-company-name {
  margin-top: 13px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

.front-case-study-item-company-name-end {
  margin-left: 16px;
  color: #fff;
}

.front-case-study-term-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front-case-study-term-content img {
  width: 30px;
  height: 30px;
}

.front-case-study-term {
  margin-top: 11px;
  display: inline-block;
  border: 1px solid #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 6px 14px 4px 16px;
  position: relative;
}
.front-case-study-btn {
  bottom: 54px;
  right: 105px;
  display: block;
}
@media screen and (min-width: 768px) {
  .front-case-study-btn {
    bottom: 81.4%;
    right: 220px;
  }
}

@media screen and (min-width: 768px) {
  .front-news {
    margin-top: 165px;
  }
}

.front-news-inner {
  position: relative;
}
.front-news-inner::before {
  content: "";
  height: 414px;
  width: 100%;
  position: absolute;
  top: 426px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  transform: skewY(10deg);
  z-index: -1;
}

.front-news-items {
  margin-top: 60px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 40px 20px;
  margin-bottom: 275px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .front-news-items {
    max-width: 768px;
    padding: 59px 40px 40px 40px;
    margin-top: 80px;
    margin-bottom: 160px;
  }
}

.front-news-item {
  cursor: pointer;
  border-bottom: #dddddd 1px solid;
  padding-bottom: 32px;
  transition: all ease 0.3s;
}
.front-news-item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .front-news-item {
    padding-bottom: 32px;
  }
  .front-news-item:not(:first-child) {
    margin-top: 20px;
  }
  .front-news-item:hover {
    scale: 1.03;
  }
}

.front-news-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.front-news-category {
  padding: 6px 18px 5px 20px;
  display: inline-block;
  color: #e61264;
  border: 1px solid #e61264;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .front-news-category {
    padding: 8px 26px 9px 26px;
  }
}

.front-news-date {
  color: #888;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.front-news-item-title {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .front-news-item-title {
    font-size: 16px;
  }
}

.front-news-btn {
  bottom: -76px;
  display: block;
  right: 109px;
}
@media screen and (min-width: 768px) {
  .front-news-btn {
    bottom: 84.3%;
    right: 23%;
  }
}
@media screen and (min-width: 1000px) {
  .front-news-btn {
    right: 18%;
  }
}

.footer-content {
  margin-inline: auto;
  position: relative;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .footer-top-content {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .footer-download {
    width: 50%;
  }
}

.footer-download-inner {
  background: url("../img/pc/footer-download-new.webp") no-repeat center center/cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  padding: 46px 40px 142px;
}
.footer-download-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .footer-download-inner {
    padding: 55px 40px 187px;
    background: url("../img/pc/footer-download-new.webp") no-repeat center center/cover;
  }
}

.footer-download-text-content {
  margin-inline: auto;
}

.footer-download-title {
  color: #fff;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer-download-title {
    font-size: 60px;
  }
}

.footer-download-sub-title {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .footer-download-sub-title {
    margin-top: 2px;
  }
}

.footer-download-btn {
  display: inline-block;
  color: #fff400;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-block: 27px 25px;
  width: 295px;
  border: 2px solid #fff400;
  z-index: 5;
  transition: all ease 0.5s;
  bottom: 26px;
  font-size: 17px;
  letter-spacing: -0.6px;
}
.footer-download-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 23px; /* 矢印の棒部分を調整 */
  width: 16px;
  height: 2px;
  background-color: #fff400; /* 矢印の色 */
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.footer-download-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px; /* 矢印の先端部分を調整 */
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff400;
  border-top: 3px solid #fff400;
  transform: translateY(-50%) rotate(45deg); /* 矢印の先端の角度 */
  transition: all ease 0.5s;
}
@media (min-width: 768px) {
.footer-download-btn:hover {
  background-color: #fff400;
  color: #1a1a1a;

}
.footer-download-btn:hover::before {
  background-color: #1a1a1a;
  right: 13px;
}
.footer-download-btn:hover::after {
  border-right: 3px solid #1a1a1a;
  border-top: 3px solid #1a1a1a;
  right: 13px;
}
}
@media screen and (max-width:374px) {
  .footer-download-btn {
    width: 230px;
  }
  .footer-download-btn::after {
    content: "";
    top: 50.1%;
    right: 22px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff400;
    border-top: 2px solid #fff400;
  }
}
@media screen and (min-width: 768px) {
  .footer-download-btn:hover::after {
    border-right: 2px solid #1a1a1a;
    border-top: 2px solid #1a1a1a;
    right: 13px;
  }
  .footer-download-btn {
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    padding-block: 34px 34px;
    width: 314px;
    border: 2px solid #fff400;
    z-index: 5;
    transition: all ease 0.5s;
    bottom: 47px;
    font-size: 24px;
    letter-spacing: 0px;
  }
  .footer-download-btn::before {
    right: 33px;
  }
  .footer-download-btn::after {
    right: 31px;
    top: 50%;
  }
  .footer-download-btn:hover::before {
    right: 23px;
  }
  .footer-download-btn:hover::after {
    right: 22px;
  }
}

@media screen and (min-width: 768px) {
  .footer-contact {
    width: 50%;
    margin-inline: auto;
  }
}

.footer-contact-inner {
  background: url("../img/pc/footer-contact-new.webp") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .footer-contact-inner {
    background: url("../img/pc/footer-contact-new.webp") no-repeat center center/cover;
  }
}

.footer-inner {
  padding-block: 69px 13px;
  padding-inline: 15px;
  text-align: center;
  background: #505050;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding-block: 120px 60px;
  }
}

.footer-logo {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-left: 1px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    font-size: 52px;
  }
}

.footer-desc {
  margin-top: 22px;
  text-align: left;
}
.footer-desc p {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.footer-copyright {
  margin-top: 38px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 14px;
    margin-top: 77px;
  }
}

.page-mv {
  width: 100%;
  height: 250px;
  position: relative;
  margin-bottom: 11px;
  overflow: hidden;
}
.page-mv img {
  width: 100vw;
  min-height: 250px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:374px) {
  .page-mv {
    margin-top: 3px;
  }
}
@media screen and (min-width: 1000px) {
  .page-mv {
    margin-top: 120px;
  }
}
.page-mv-filter {
  position: relative;
}

.page-mv-img-content {
  position: relative;
}

.page-mv-img {
  opacity: 0;
}

.page-mv-img-cover {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 201%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .page-mv-img-cover {
    height: 150%;
  }
}

.page-mv-lead {
  position: absolute;
  bottom: 90px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  z-index: 2;
}
.page-mv-lead div {
  background-color: #fff;
  color: #023e78;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-feature-settings: "palt" on;
  font-family: "Fira Sans";
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.page-mv-lead div:nth-child(2) {
  font-size: 16px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .page-mv-lead {
    left: 234px;
    bottom: 66px;
  }
  .page-mv-lead div {
    font-size: 60px;
  }
  .page-mv-lead div:nth-child(2) {
    font-size: 20px;
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.page-about-content {
  overflow-x: hidden;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-about-content {
    margin-top: 0;
  }
}

.breadcrumb-content {
  opacity: 0;
  margin-top: -3px;
}

@media screen and (min-width: 768px) {
  .page-about-mv-lead {
    left: 221px;
    bottom: 69px;
  }
}

.page-about-items {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .page-about-items {
    margin-top: 77px;
  }
}

.page-about-item {
  min-height: 475px;
  padding-inline: 20px;
}
.page-about-item:nth-child(2) {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .page-about-item:nth-child(2) {
    margin-top: 137px;
  }
}

.page-about-item-inner {
  height: 281px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-block: 20px;
}
.page-about-item-inner::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mission {
  position: relative;
  margin-inline: auto;
  background: url("../img/pc/mission-bg.webp") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .mission {
    background: url("../img/pc/mission-bg.webp") no-repeat center center/cover;
    max-width: 1100px;
    padding-inline: 20px;
    min-height: 352px;
  }
}

.vision {
  margin-inline: auto;
  background: url("../img/pc/vision-bg.webp") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .vision {
    background: url("../img/pc/vision-bg.webp") no-repeat center center/cover;
    max-width: 1100px;
    padding-inline: 20px;
    min-height: 352px;
  }
}

.page-about-item-title {
  color: #fff;
  font-family: "Fira Sans";
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .page-about-item-title {
    font-size: 100px;
  }
}

.page-about-item-sub-title {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .page-about-item-sub-title {
    font-size: 24px;
  }
}

.page-about-item-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  padding-block: 20px 18px;
  position: absolute;
  top: 241px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: calc(100% - 40px);
}
@media screen and (max-width:374px) {
  .page-about-item-text-content {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .page-about-item-text-content {
    max-width: 688px;
    padding-block: 32px 30px;
    padding-inline: 40px;
    top: 293px;
  }
}

.page-about-item-text-head {
  color: #d33365;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width:374px) {
  .page-about-item-text-head {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-about-item-text-head {
    font-size: 24px;
    letter-spacing: -0.3px;
  }
}

.page-about-item-text-desc {
  margin-top: 18px;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (max-width:374px) {
  .page-about-item-text-desc {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .page-about-item-text-desc {
    margin-top: 31px;
  }
}

.page-about-table-content {
  margin-top: 84px;
  background: url("../img/pc/about-table-bg.webp") no-repeat center center/cover;
  padding: 60px 20px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-about-table-content {
    background: url("../img/pc/about-table-bg.webp") no-repeat center center/cover;
    margin-top: 174px;
    padding: 80px 20px;
  }
}

.page-about-table-inner {
  background: #fff;
  padding: 40px 20px 36px;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-about-table-inner {
    max-width: 768px;
    padding: 60px 40px 77px 40px;
  }
}

.page-about-table {
  margin-top: 39px;
}
.page-about-table tr {
  flex-shrink: 1;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8eaec;
  position: relative;
}
.page-about-table tr::after {
  content: "";
  position: absolute;
  background: #023e78;
  height: 1px;
  width: 33.333%;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .page-about-table {
    margin-top: 58px;
  }
  .page-about-table::after {
    width: 29%;
  }
}
.page-about-table td {
  padding-block: 17px 15px;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  word-wrap: break-word;
  word-break: break-all;
  margin-left: -1px;
}
@media screen and (min-width: 768px) {
  .page-about-table td {
    padding-block: 24px;
    font-size: 16px;
  }
}
.page-about-table tbody tr:first-of-type .page-about-table-left {
  position: relative;
}
.page-about-table tbody tr:first-of-type .page-about-table-left::before {
  content: "";
  position: absolute;
  background: #023e78;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .page-about-table tbody tr:first-of-type .page-about-table-left::before {
    width: 115%;
  }
}
.page-about-table tbody tr:first-of-type .page-about-table-right {
  border-top: 1px solid #e8eaec;
}

.page-about-table-left {
  width: 33.333%;
}
@media screen and (min-width: 768px) {
  .page-about-table-left {
    padding-left: 31px;
    width: 29%;
  }
}

.page-about-table-right {
  width: 66.666%;
  padding-left: 26px;
}
@media screen and (min-width: 768px) {
  .page-about-table-right {
    width: 71%;
    padding-left: 38px;
  }
}

.page-about-table-head {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page-about-members-content {
  padding-top: 60px;
  padding-bottom: 155px;
}
@media screen and (min-width: 768px) {
  .page-about-members-content {
    padding-top: 121px;
    padding-bottom: 190px;
  }
}

.page-about-members-head {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page-about-member-text-left {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page-about-member-text-right {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .page-about-member-text-right {
    padding-left: 0px;
  }
}

.page-about-members {
  margin-top: 42px;
  position: relative;
}
.page-about-members::before {
  position: absolute;
  content: "";
  background-color: #f9f9f9;
  transform: skewY(10deg);
  bottom: -102px;
  left: 0;
  width: 100%;
  height: 1167px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-about-members {
    max-width: 688px;
    margin-inline: auto;
    margin-top: 60px;
  }
  .page-about-members::before {
    bottom: -216px;
    left: -152%;
    width: 500%;
    height: 573px;
  }
}

.page-about-members-inner {
  display: flex;
  flex-direction: column;
  gap: 61px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-about-members-inner {
    padding-block: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-about-member {
    display: flex;
    flex-direction: row-reverse;
    gap: 41px;
    padding-inline: 20px;
  }
}

.page-about-member-img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-about-member-img {
    padding-inline: 0;
  }
}
.page-about-member-img img {
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  max-width: 700px;
}
@media screen and (max-width:374px) {
  .page-about-member-img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-about-member-img img {
    width: 275px;
  }
}

.page-about-member-text-content {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .page-about-member-text-content {
    margin-top: 0;
    min-width: 408px;
  }
}

.page-about-member-text-head {
  gap: 20px;
  display: flex;
  align-items: center;
}

.page-about-member-text-desc {
  margin-top: 17px;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .page-about-member-text-desc {
    margin-top: 30px;
  }
}

.page-about-member-sns {
  margin-top: 18px;
}
.page-about-member-sns ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.page-about-member-sns li {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .page-about-member-sns {
    margin-top: 30px;
  }
}

.page-service-content {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .page-service-mv-lead {
    left: 222px;
    bottom: 69px;
  }
}

.page-service-head {
  text-align: center;
  margin-top: 56px;
}
.page-service-head h2 {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 768px) {
  .page-service-head h2 {
    margin-top: 75px;
    line-height: 40px;
    font-size: 28px;
    letter-spacing: -0.4px;
  }
}

.page-service-items-content {
  max-width: 1280px;
  margin-inline: auto;
}

.page-service-items {
  margin-top: 213px;
  position: relative;
}
.page-service-items::before {
  position: absolute;
  content: "";
  background-color: #f9f9f9;
  transform: skewY(10deg);
  bottom: 1067px;
  left: 0;
  width: 100%;
  height: 926px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-service-items {
    margin-top: 133px;
  }
  .page-service-items::before {
    bottom: 262px;
    left: -1300px;
    width: 1000%;
    height: 1104px;
  }
}

.page-service-item:not(:first-child) {
  margin-top: 231px;
}
@media screen and (min-width: 768px) {
  .page-service-item:not(:first-child) {
    margin-top: 347px;
  }
}
.page-service-item::nth-of-type(1) {
  margin-right: 30%;
}
.page-service-item::nth-of-type(3) {
  margin-right: 30%;
}

@media screen and (min-width: 768px) {
  .service-item-1,
.service-item-3 {
    margin-right: 30%;
  }
}

@media screen and (min-width: 768px) {
  .service-item-2 {
    margin-left: 30%;
  }
}

.page-service-item-inner {
  padding-block: 39px 40px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .page-service-item-inner {
    padding-inline: 40px;
    padding-block: 60px 60px;
    max-width: 590px;
    min-height: 870px;
  }
}

.page-service-item-number {
  position: absolute;
  top: -40px;
  color: #023e78;
  text-align: right;
  font-family: "Fira Sans";
  font-size: 68px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .page-service-item-number {
    font-size: 100px;
    top: -53px;
  }
}

.service-number-1 {
  left: 20px;
  top: -46px;
}
@media screen and (min-width: 768px) {
  .service-number-1 {
    left: 58px;
    top: -52px;
  }
}

.service-number-2 {
  right: 21px;
  top: -41px;
}
.service-number-2::after {
  top: 3px;
  right: -4px;
  position: absolute;
  content: "02";
  color: #fff;
  text-align: right;
  font-family: "Fira Sans";
  font-size: 68px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .service-number-2 {
    right: 44px;
    top: -65px;
  }
  .service-number-2::after {
    font-size: 100px;
  }
}

.service-number-3 {
  left: 20px;
}
@media screen and (min-width: 768px) {
  .service-number-3 {
    left: 58px;
    top: -63px;
  }
}

.service-1,
.service-2,
.service-3 {
  position: absolute;
  z-index: -1;
  width: 56%;
  top: -154px;
}
.service-1 img,
.service-2 img,
.service-3 img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 188px;
  width: 100%;
  height: 301px;
}
@media screen and (min-width: 768px) {
  .service-1 img,
.service-2 img,
.service-3 img {
    min-width: 560px;
    width: 100%;
    height: 896px;
  }
}

.service-1 {
  right: -20px;
}
@media screen and (min-width: 768px) {
  .service-1 {
    margin-left: 50px;
    width: 100%;
    top: 64px;
    right: -350px;
  }
}
@media screen and (min-width: 1000px) {
  .service-1 {
    right: -500px;
  }
}

.service-2 {
  left: -20px;
}
@media screen and (min-width: 768px) {
  .service-2 {
    margin-right: 50px;
    margin-left: auto;
    width: 100%;
    top: 58px;
    left: -350px;
  }
}
@media screen and (min-width: 1000px) {
  .service-2 {
    left: -500px;
  }
}

.service-3 {
  right: -20px;
}
@media screen and (min-width: 768px) {
  .service-3 {
    margin-left: 50px;
    width: 100%;
    top: 61px;
    right: -350px;
  }
}
@media screen and (min-width: 1000px) {
  .service-3 {
    right: -500px;
  }
}

.page-service-item-head-top {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width:374px) {
  .page-service-item-head-top {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-service-item-head-top {
    font-size: 40px;
  }
}

.page-service-item-head-top-2 {
  line-height: 39px;
}

.page-service-item-head-top-3 {
  line-height: 38px;
}

.page-service-item-head-bottom {
  color: #d33365;
  font-family: "Fira Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .page-service-item-head-bottom {
    font-size: 16px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-service-item-head-bottom-2 {
    margin-top: 9px;
  }
}

@media screen and (min-width: 768px) {
  .page-service-item-head-bottom-3 {
    margin-top: 11px;
  }
}

.page-service-item-desc-content {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .page-service-item-desc-content {
    margin-top: 59px;
  }
}

.page-service-item-desc {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.page-service-item-table {
  margin-block: 30px 32px;
  width: 100%;
  border-collapse: collapse;
}
.page-service-item-table tr:first-child {
  border-top: 1px solid #ccc;
}
.page-service-item-table tr {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-service-item-table {
    margin-block: 58px;
  }
}

.page-about-service-left {
  width: 27%;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .page-about-service-left {
    width: 15.7%;
  }
}

.page-about-service-right {
  width: 73%;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-block: 19px 17px;
}
@media screen and (min-width: 768px) {
  .page-about-service-right {
    width: 84.3%;
    padding-block: 30px 29px;
  }
}

.page-service-item-btn {
  display: block;
  margin-inline: auto;
  position: relative;
  color: #d33365;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  padding-block: 24px 22px;
  width: 295px;
  border: 1px solid #d33365;
  z-index: 5;
  transition: all ease 0.5s;
}
.page-service-item-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px; /* 矢印の棒部分を調整 */
  width: 16px;
  height: 2px;
  background-color: #d33365; /* 矢印の色 */
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.page-service-item-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 23px; /* 矢印の先端部分を調整 */
  width: 10px;
  height: 10px;
  border-right: 3px solid #d33365;
  border-top: 3px solid #d33365;
  transform: translateY(-50%) rotate(45deg); /* 矢印の先端の角度 */
  transition: all ease 0.5s;
}

@media screen and (min-width: 768px) {
.page-service-item-btn:hover {
  background-color: #fff400;
  color: #505050;
  border: 1px solid #505050;
}
.page-service-item-btn:hover::before {
  background-color: #505050;
  right: 13px;
}
.page-service-item-btn:hover::after {
  border-right: 3px solid #505050;
  border-top: 3px solid #505050;
  right: 13px;
}
}
@media screen and (max-width:374px) {
  .page-service-item-btn {
    width: 203px;
    font-size: 12px;
  }
  .page-service-item-btn::before {
    right: 22px;
    width: 13px;
  }
  .page-service-item-btn::after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) {
  .page-service-item-btn:hover::before {
    right: 17px;
  }
  .page-service-item-btn:hover::after {
    right: 15px;
  }
  .page-service-item-btn {
    width: 304px;
    font-size: 16px;
  }
  .page-service-item-btn::before {
    right: 22px;
  }
  .page-service-item-btn::after {
    right: 20px;
  }
  .page-service-item-btn:hover::before {
    right: 12px;
  }
  .page-service-item-btn:hover::after {
    right: 11px;
  }
}

.page-service-introduction {
  background: url(../img/pc/about-table-bg.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  padding-block: 60px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .page-service-introduction {
    margin-top: 249px;
    padding-block: 80px 119px;
    background: url(../img/pc/about-table-bg.webp) no-repeat center center/cover;
  }
}

.page-service-introduction-head {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page-service-introduction-items {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-service-introduction-items {
    display: flex;
    margin-top: 62px;
  }
}

.page-service-introduction-item {
  display: flex;
  align-items: center;
  gap: 17px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-service-introduction-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.page-service-introduction-item-left-top {
  color: #fff400;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .page-service-introduction-item-left {
    display: flex;
    align-items: baseline;
    gap: 7px;
  }
}

.page-service-introduction-item-right {
  width: 100%;
}

.page-service-introduction-item-left-bottom {
  color: #fff400;
  font-family: "Fira Sans";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.page-service-introduction-item-right-inner {
  padding: 37px 20px 20px 20px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-service-introduction-item-right-inner::after {
  position: absolute;
  content: "";
  bottom: -26.5px;
  right: 0;
  width: 100%;
  height: 30px;
  background-color: inherit; /* 親要素と同じ背景色にする場合 */
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-service-introduction-item-right-inner {
    height: 240px;
    padding-block: 46px 47px;
    padding-inline: 40px 20px;
  }
  .page-service-introduction-item-right-inner::after {
    right: -117.5px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 209px;
  }
}
@media screen and (min-width: 1000px) {
  .page-service-introduction-item-right-inner {
    height: 209px;
    padding-inline: 51px 20px;
  }
}

.flow-1 {
  background: #edf3f8;
  padding-block: 21px 22px;
}
@media screen and (min-width: 768px) {
  .flow-1 {
    padding-block: 46px 47px;
    padding-inline: 43px 32px;
  }
}
@media screen and (min-width: 1200px) {
  .flow-1 {
    padding-block: 46px 47px;
    padding-inline: 43px 32px;
  }
}

.flow-2 {
  background: #dde8f0;
}

.flow-3 {
  background: #c7dbe9;
}

.flow-4 {
  background: #b0d0e5;
  left: -1px;
  width: 100.1%;
}
.flow-4::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .flow-4 {
    padding-right: 21px;
  }
}

.page-service-introduction-item-right-head {
  color: #023e78;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .page-service-introduction-item-right-head {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .page-service-introduction-item-right-head {
    font-size: 20px;
  }
}

.page-service-introduction-item-right-desc {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .page-service-introduction-item-right-desc {
    margin-top: 11px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .page-service-introduction-item-right-desc {
    font-size: 14px;
    margin-top: 18px;
  }
}

.flow-3-attention {
  color: #e61264;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .flow-3-attention {
    font-size: 9px;
  }
}
@media screen and (min-width: 1000px) {
  .flow-3-attention {
    font-size: 14px;
  }
}

.page-service-faq {
  padding-block: 60px 100px;
}
@media screen and (min-width: 768px) {
  .page-service-faq {
    padding-block: 160px 161px;
    max-width: 688px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .page-service-faq-inner {
    padding-inline: 0;
  }
}

.page-service-faq-head {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page-service-faq-items {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .page-service-faq-items {
    margin-top: 84px;
  }
}

.page-service-faq-item {
  border-bottom: 1px solid #ddd;
}
.page-service-faq-item:not(:first-child) {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .page-service-faq-item:not(:first-child) {
    margin-top: 23px;
    padding-bottom: 0px;
  }
}

.page-service-faq-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 39px;
  position: relative;
  cursor: pointer;
}
.page-service-faq-top:nth-of-type(1) {
  margin-bottom: -12px;
}

.page-service-faq-question {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all ease 0.3s;
  padding-bottom: 25.7px;
}
.page-service-faq-question:not(:first-child) {
  padding-top: 1px;
}
.page-service-faq-question.is-open {
  color: #d33365;
}
@media screen and (min-width: 768px) {
  .page-service-faq-question {
    font-size: 20px;
    padding-block: 9.7px 41.7px;
  }
}

.page-service-faq-btn {
  font-size: 40px;
  transition: all ease 0.3s;
  position: relative;
  top: -15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.page-service-faq-btn.is-open {
  transform: rotate(45deg);
  color: #d33365;
  top: -10px;
}
@media screen and (min-width: 768px) {
  .page-service-faq-btn {
    top: -3px;
    right: 5px;
  }
  .page-service-faq-btn.is-open {
    top: -2px;
    right: 3px;
  }
}

.page-service-faq-bottom {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all ease 0.3s;
}
.page-service-faq-bottom.is-open {
  padding-block: 3px 13px;
  transition: all ease 0.5s;
  height: auto;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .page-service-faq-bottom.is-open {
    padding-block: 0px 30px;
  }
}

.page-service-faq-answer {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .page-service-faq-answer {
    padding-inline: 40px 60px;
  }
}

.page-news-mv-lead {
  left: 223px;
  bottom: 69px;
}

.entries {
  margin-top: 104px;
  width: 100%;
}
@media screen and (max-width:374px) {
  .entries {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .entries {
    margin-top: 76px;
  }
}

.category-entries {
  margin-block: 27px 0px;
}
@media screen and (min-width: 768px) {
  .category-entries {
    margin-top: 76px;
    gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .entries-inner {
    display: flex;
    gap: 40px;
    padding-inline: 0;
  }
}

.entry-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1280px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .entry-inner {
    padding-inline: 30px 0px;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .entry-inner {
    padding-inline: 90px 0px;
    gap: 40px;
  }
}

.entry-head {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
}
@media screen and (min-width: 768px) {
  .entry-head {
    margin-bottom: -13px;
    font-size: 32px;
  }
}

.category-entry-inner {
  margin-bottom: 100px;
}

.category-title {
  /* padding-left: 20px; */
  /* margin-top: 50px; */
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  /* font-size: 32px; */
  font-style: normal;
  font-weight: 700 !important;
  line-height: 40px; /* 125% */
}
@media screen and (min-width: 768px) {
  .category-title {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: -13px;
  }
  .category-title a {
    color: #1a1a1a;
    font-family: "Noto Sans CJK JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
  }
}

.entry-item {
  display: flex;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .entry-item {
    gap: 20px;
  }
}

.entry-item-img {
  width: 36%;
}
.entry-item-img img {
  height: 90px;
}
@media screen and (min-width: 768px) {
  .entry-item-img {
    width: 180px;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .entry-item-img img {
    height: 140px;
  }
}
@media screen and (min-width: 1000px) {
  .entry-item-img {
    width: 250px;
    height: 156px;
  }
  .entry-item-img img {
    height: 156px;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-entry-item-img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sidebar-entry-item-img img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: 100px;
  }
}

.entry-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width:374px) {
  .entry-item-meta {
    gap: 6px;
  }
}

.home-entry-item-meta {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .home-entry-item-meta {
    margin-bottom: 17px;
  }
}

.sidebar-entry-item-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .sidebar-entry-item-meta {
    gap: 41px;
    margin-bottom: 8px;
  }
}

.entry-item-tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.entry-item-tag p {
  color: #e61264;
  padding: 4px 10px 3px 12px;
  border: 1px solid #d33365;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width:374px) {
  .entry-item-tag p {
    padding: 4px 8px 3px 8px;
    font-size: 10px;
    white-space: nowrap;
  }
}

.home-entry-item-tag {
  gap: 14px;
}
@media screen and (max-width:374px) {
  .home-entry-item-tag {
    gap: 6px;
  }
}
@media screen and (min-width: 768px) {
  .home-entry-item-tag p {
    font-size: 14px;
    padding: 8px 23px 6px 23px;
  }
}

.single-entry-item-tag p {
  padding: 8px 10px 7px 12px;
}
@media screen and (min-width: 768px) {
  .single-entry-item-tag p {
    padding: 8px 23px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-entry-item-tag p {
    padding: 4px 10px 3px 11px;
    white-space: nowrap;
  }
}

.entry-item-published {
  color: #888;
  text-align: right;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 6px;
}
@media screen and (max-width:374px) {
  .entry-item-published {
    font-size: 12px;
  }
}

.entry-item-body {
  width: 61%;
  max-height: 100px;
}
@media screen and (min-width: 768px) {
  .entry-item-body {
    padding: 12px 0px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-entry-item {
    gap: 11px;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-entry-item-body {
    max-width: 190px;
    padding-top: 2px;
  }
}

.entry-new-icon {
  color: #d33365;
  display: none;
  font-family: "Noto Sans CJK JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.entry-new-icon.is-new {
  display: block;
}
@media screen and (max-width:374px) {
  .entry-new-icon {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .entry-new-icon {
    font-size: 14px;
  }
}

.sidebar-entry-new-icon.is-new {
  display: block;
}
@media screen and (min-width: 768px) {
  .sidebar-entry-new-icon.is-new {
    display: none;
  }
}

.entry-item-title {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
@media screen and (max-width:374px) {
  .entry-item-title {
    font-size: 11px;
    line-height: 18px;
  }
}

.thumb {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .sidebar-entries {
    margin-top: 0;
  }
}

.sidebar-entries-category {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sidebar-entries-category {
    margin-top: 59px;
  }
}

.sidebar-entries-category-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-block: 20px;
}
.sidebar-entries-category-title li {
  display: inline-block;
  padding-left: 12px;
  cursor: pointer;
  position: relative;
}
.sidebar-entries-category-title li::before {
  content: "";
  background: url("../img/category-arrow.webp") no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
}
.sidebar-entries-category-title a {
  color: #163f74;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .sidebar-entries-category-title {
    margin-top: 17px;
  }
}

.archive-head {
  margin-top: 40px;
}

.sidebar-entry-inner {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sidebar-entry-inner {
    gap: 16px;
    flex-direction: column;
    margin-top: 17px;
  }
}

.entry-new-post {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news-pc-pagination {
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .news-pc-pagination {
    margin-top: 20px;
  }
}

.home-pagination {
  margin-bottom: 100px;
}

.noimage {
  height: 100px;
}

.entry-btn {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 175px;
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  .entry-btn {
    margin-top: 40px;
  }
}
.entry-btn.is-space-between {
  justify-content: space-between;
}
.entry-btn.is-center {
  justify-content: center;
}

.entry-btn-prev,
.entry-btn-next {
  color: #023e78;
  padding: 8px 16px 6px 16px;
  border-radius: 4px;
  border: 1px solid #023e78;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

blockquote {
  position: relative;
  border-left: 3px solid #023e78;
  padding-left: 10px;
  background: #f8f8f8;
  padding-block: 30px 23px;
  padding-inline: 29px 32px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  blockquote {
    margin-left: 40px;
    padding-block: 33px 32px;
    padding-inline: 32px 28px;
    width: 85%;
  }
}

blockquote:before {
  position: absolute;
  content: "“";
  color: #e8e8e8;
  font-family: "Yu Gothic";
  font-size: 163px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  top: -41px;
  left: 11px;
}

blockquote p {
  position: relative;
}

blockquote cite {
  display: block;
  font-size: 0.8rem;
  color: #f8c8b2;
  text-align: right;
}

.entry {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .entry {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .secondary-inner {
    width: 42%;
    padding-inline: 0 30px;
  }
}
@media screen and (min-width: 1000px) {
  .secondary-inner {
    padding-inline: 0 90px;
  }
}

.entry-body {
  width: 100%;
  color: #023e78;
  font-family: "Noto Sans CJK JP";
}
.entry-body h2,
.entry-body h3,
.entry-body h4,
.entry-body h5 {
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  margin-top: 40px;
}
.entry-body h2 {
  width: 100%;
  padding: 7px 20px 9px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-left: 6px solid #023e78;
  background: #f8f8f8;
  margin-bottom: 18px;
}
.entry-body h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #023e78;
  padding-bottom: 6px;
  margin-bottom: 18px;
}
.entry-body h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
  margin-top: 38px;
}
.entry-body p {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.entry-body ul {
  margin-top: 39px;
  margin-bottom: 57px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .entry-body ul {
    gap: 16px;
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
.entry-body li {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.entry-body li::before {
  content: "・";
  position: absolute;
  width: 1px;
  height: 1px;
  left: -15px;
  top: 0;
}

.single-entry {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-entry {
    max-width: 760px;
  }
}

@media screen and (min-width: 768px) {
  .single-entry-img {
    margin-top: 41px;
  }
  .single-entry-img img {
    width: 100%;
    max-width: 760px;
    max-height: 475px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .single-inner {
    padding-inline: 90px 0;
  }
}

@media screen and (min-width: 768px) {
  .single-content {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 74px;
  }
}

.entry-header {
  display: flex;
  justify-content: space-between;
}

.page-single-mv {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page-single-mv {
    margin-bottom: 11px;
  }
}

@media screen and (min-width: 768px) {
  .single-page-mv-lead {
    left: 223px;
    bottom: 69px;
  }
}

.entry-title {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin-bottom: 23px;
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .entry-title {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
}

@media screen and (min-width: 768px) {
  .single-entry-title {
    margin-top: 21px;
  }
}

@media screen and (min-width: 768px) {
  .single-entry-meta {
    padding: 7px 4px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .page-case-mv-lead {
    left: 222px;
    bottom: 69px;
  }
}

.case-genre-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .case-genre-nav {
    flex-direction: row;
    gap: 16px;
    margin-block: 76px 79px;
  }
}

.case-archive-title {
  width: 100%;
  padding: 2px 10px 0px 10px;
  font-weight: 700;
  line-height: normal;
  border-left: 8px solid #023e78;
}
.case-archive-title h2 {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.case-archive-title p {
  color: #d33365;
  font-family: "Fira Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin-left: 2px;
}
@media screen and (max-width:374px) {
  .case-archive-title h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .case-archive-title {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .case-archive-title h2 {
    font-size: 28px;
  }
  .case-archive-title p {
    font-size: 16px;
    letter-spacing: -0.2px;
  }
}

.case-entries {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 26px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .case-entries {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    row-gap: 66px;
    margin-top: 67px;
    justify-items: start;
  }
}
@media screen and (min-width: 1000px) {
  .case-entries {
    gap: 80px;
  }
}

.case-entry-item {
  width: 100%;
  display: block;
}
.case-entry-item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .case-entry-item:not(:first-child) {
    margin-top: 0px;
  }
}

.case-genre-link-content {
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .case-genre-link-content {
    flex-direction: row;
    gap: 16px;
    padding-inline: 0px;
  }
}

.case-genre-link {
  color: #1a1a1a;
  display: block;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  background: #eee;
  padding-block: 12px;
  width: 100%;
  transition: all ease 0.4s;
}
@media screen and (min-width: 768px) {
  .case-genre-link:hover {
    color: #eee;
    background: #1a1a1a;
  }
  .case-genre-link {
    width: 208px;
  }
}

.case-entry-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px 12px 0px 0px;
  background: #505050;
  padding: 7px 20px 6px;
  position: relative;
}
@media screen and (max-width:374px) {
  .case-entry-item-head {
    padding: 7px 8px 6px;
  }
}
@media screen and (min-width: 768px) {
  .case-entry-item-head {
    height: 100px;
    padding: 19px 15px 19px 15px;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .case-entry-item-head {
    height: 100px;
    padding: 19px 20px 19px 30px;
  }
}

.case-entry-item-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.case-entry-item-text h2 {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.case-entry-item-text p {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
}
@media screen and (max-width:374px) {
  .case-entry-item-text h2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .case-entry-item-text {
    gap: 9px;
  }
  .case-entry-item-text h2 {
    font-size: 18px;
  }
  .case-entry-item-text p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .case-entry-item-text {
    gap: 9px;
  }
  .case-entry-item-text h2 {
    font-size: 24px;
  }
  .case-entry-item-text p {
    font-size: 14px;
  }
}

.taxonomy-course-content {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .taxonomy-course-content {
    margin-top: 76px;
  }
}

.case-entry-item-title-end {
  margin-left: 12px;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .case-entry-item-title-end {
    font-size: 16px;
  }
}

.case-entry-item-img {
  width: 90px;
  height: 68px;
  background: #fff;
  padding: 8px 19px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-entry-item-img img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:374px) {
  .case-entry-item-img {
    width: 70px;
    height: 64px;
    padding: 8px 8px;
  }
}
@media screen and (min-width: 768px) {
  .case-entry-item-img {
    width: 100px;
    border-radius: 12px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .case-entry-item-img {
    width: 160px;
    height: calc(100% + 49px);
  }
  .case-entry-item-img img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 101px;
  }
}

.case-entry-item-body {
  padding-block: 22px 16px;
  width: 100%;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
@media screen and (max-width:374px) {
  .case-entry-item-body {
    padding-inline: 13px;
  }
}
@media screen and (min-width: 768px) {
  .case-entry-item-body {
    padding: 41px 40px 38px 40px;
  }
}

.case-entry-item-course {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.case-entry-item-course h2 {
  padding-left: 7px;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width:374px) {
  .case-entry-item-course {
    font-size: 14px;
  }
  .case-entry-item-course h2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .case-entry-item-course h2 {
    padding-left: 9px;
  }
}

.case-entry-item-list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .case-entry-item-list {
    margin-top: 32px;
  }
}

.case-entry-item-list-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.case-entry-item-list-item:not(:first-child) {
  margin-top: 30px;
}
.case-entry-item-list-item h3 {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.case-entry-item-list-item p {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (max-width:374px) {
  .case-entry-item-list-item h3 {
    font-size: 14px;
  }
  .case-entry-item-list-item p {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .case-entry-item-list-item:not(:first-child) {
    margin-top: 31px;
  }
  .case-entry-item-list-item h3 {
    font-size: 18px;
  }
}

.case-entry-item-list-item-top {
  position: relative;
  padding-left: 25px;
}
.case-entry-item-list-item-top::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../img/case-check.webp") no-repeat center center/cover;
  width: 15.516px;
  height: 15.516px;
}
@media screen and (min-width: 768px) {
  .case-entry-item-list-item-top {
    padding-left: 30px;
  }
  .case-entry-item-list-item-top::before {
    top: 57%;
    width: 20px;
    height: 20px;
  }
}

.case-genre-link-btn-content {
  display: flex;
  justify-content: center;
}

.case-genre-link-btn {
  margin-inline: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  width: calc(100% - 40px);
  display: block;
  padding-inline: 20px;
  padding-block: 26px 24px;
  position: relative;
  color: #d33365;
  font-family: "Noto Sans CJK JP" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #d33365;
  background: #fff;
  z-index: 5;
  transition: all ease 0.5s;
}
.case-genre-link-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px; /* 矢印の棒部分を調整 */
  width: 16px;
  height: 2px;
  background-color: #d33365; /* 矢印の色 */
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.case-genre-link-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px; /* 矢印の先端部分を調整 */
  width: 10px;
  height: 10px;
  border-right: 3px solid #d33365;
  border-top: 3px solid #d33365;
  transform: translateY(-50%) rotate(45deg); /* 矢印の先端の角度 */
  transition: all ease 0.5s;
}
@media screen and (min-width: 768px) {
  .case-genre-link-btn:hover::before {
    background-color: #505050;
    right: 3px;
  }
  .case-genre-link-btn:hover::after {
    border-right: 3px solid #505050;
    border-top: 3px solid #505050;
    right: 3px;
  }
  .case-genre-link-btn:hover {
    background-color: #fff400;
    color: #505050;
    border: 1px solid #505050;
  }
  .case-genre-link-btn {
    font-size: 16px;
    padding-inline: 80px;
    padding-block: 22px 24px;
    margin-top: 60px;
    margin-bottom: 79px;
    width: auto;
    max-width: 100%;
    display: inline-block;
  }
  .case-genre-link-btn::before {
    right: 22px;
  }
  .case-genre-link-btn::after {
    right: 20px;
  }
  .case-genre-link-btn:hover::before {
    right: 12px;
  }
  .case-genre-link-btn:hover::after {
    right: 11px;
  }
}

.case-content {
  margin-bottom: 40px;
}

.taxonomy-course-entry-item {
  display: block;
}

.case-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .case-inner {
    align-items: normal;
  }
}

.case-entry-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.case-entry-img img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-download-content {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .page-download-content {

    margin-inline: auto;
  }
}

.page-download-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .page-download-inner {
    flex-direction: row;
    gap: 40px;
    margin-top: 80px;
    align-items: flex-start;
  }
}

.page-download-img {
  text-align: center;
  padding-inline: 17px;
}
.page-download-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-download-img img {
  width: 275px;
  height: 389px;
}

.page-download-head {
  margin-top: 57px;
  margin-bottom: 28px;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 768px) {
  .page-download-head {
    margin-top: 0;
    font-size: 28px;
  }
}

.page-download-text {
  margin-top: 24px;
  margin-bottom: 61px;
}
.page-download-text p {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .page-download-text {
    margin-top: 38px;
  }
}

.page-download-bottom {
  width: 100%;
  border-radius: 12px;
  background: #edf3f8;
  margin-inline: auto;
  padding: 40px 20px 0px 20px;
  margin-bottom: 100px;
}
.page-download-bottom p {
  margin-bottom: 8px;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-download-bottom input {
  margin-top: 8px;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .page-download-bottom {
    margin-bottom: 120px;
    padding: 40px 20px 0;
  }
}

.page-download-bottom-head {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .page-download-bottom-head {
    font-size: 32px;
  }
}

.page-download-btn {
  margin-inline: auto;
}

.page-download-form {
  margin-top: 40px;
  margin-inline: auto;
}
.page-download-form form {
  display: flex;
  flex-direction: column;
}
.page-download-form .wpcf7-list-item {
  width: 100%;
}
.page-download-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.page-download-form .wpcf7-list-item input {
  width: 28px;
  height: 28px;
  border: none;
}
.page-download-form .wpcf7-list-item input::before {
  height: 24px;
  width: 24px;
  background-color: #f5f5f5;
  left: 0;
}
.page-download-form .wpcf7-list-item input::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}
.page-download-form .wpcf7-list-item strong {
  border-bottom: 1px solid #000;
  cursor: pointer;
  margin-left: -8px;
  margin-right: 6px;
}
.page-download-form .wpcf7 input::-moz-placeholder {
  color: #ccc;
}
.page-download-form .wpcf7 input::placeholder {
  color: #ccc;
}
.page-download-form .wpcf7 textarea::-moz-placeholder {
  color: #ccc;
}
.page-download-form .wpcf7 textarea::placeholder {
  color: #ccc;
}

.page-download-form-checkbox input {
  display: none;
}

.page-download-form-checkbox input + span {
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.page-download-form-checkbox input + span::after,
.page-download-form-checkbox input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.page-download-form-checkbox input + span::before {
  border: 1px solid #3e3e3e;
  background-color: #ffffff;
  height: 28px;
  width: 28px;
  left: -46px;
  top: 45%;
  transform: translateY(-50%);
}
@media screen and (max-width:374px) {
  .page-download-form-checkbox input + span::before {
    height: 18px;
    width: 18px;
    left: -35px;
  }
}

.page-download-form-checkbox input + span::after {
  border: none;
  background: url("../img/checkIcon.webp") no-repeat center center/cover;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: -36px;
  top: 45%;
  transform: translateY(-50%);
  display: none;
}
@media screen and (max-width:374px) {
  .page-download-form-checkbox input + span::after {
    left: -32px;
  }
}

.page-download-form-checkbox input:checked + span::after {
  display: block;
}

.page-download-policy {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  overscroll-behavior: contain;
  overflow-y: scroll;
  z-index: 105;
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
}
.page-download-policy h2,
.page-download-policy h3 {
  color: #000;
  font-size: 20px;
}
.page-download-policy h3 {
  margin-top: 30px;
}
.page-download-policy p {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.page-download-policy ul {
  margin-bottom: 16px;
  padding-left: 20px;
}
.page-download-policy ul li {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.page-download-policy-head {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
}

.page-download-policy-inner {
  background: #fff;
  padding: 60px 20px;
  position: fixed;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  align-items: center;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  width: 80%;
  height: 70%;
  z-index: 106;
}

.download-policy-close {
  display: block;
  width: 160px;
  color: #505050;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 22px 46px;
  background: #fdf400;
  border: 1px solid #fdf400;
  transition: all ease 0.3s;
}
@media screen and (min-width: 768px) {
  .download-policy-close:hover {
    background: #505050;
    color: #fff;
  }
  .download-policy-close {
    width: 295px;
  }
}

.wpcf7-submit {
  border: 1px solid #023e78 !important;
  background: #fff !important;
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 14px !important;
}
.wpcf7-submit:disabled {
  opacity: 0.5;
}

.page-download-bottom-thanks {
  padding-bottom: 29px;
}
.page-download-bottom-thanks h2 {
  line-height: 1.6;
}

.page-download-thanks-text {
  margin-top: 38px;
  line-height: 1.7 !important;
  margin-bottom: 11px !important;
}

.page-download-thanks-text-desc {
  line-height: 2 !important;
}

.page-download-thanks-link-content {
  display: flex;
  margin-bottom: 27px;
}
.page-download-thanks-link-content a {
  color: #023e78;
  margin-left: 8px;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.page-contact-inner {
  margin-top: 55px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-contact-inner {
    margin-top: 100px;
    max-width: 868px;
  }
}

.page-contact-text p {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.page-contact-bottom {
  margin-top: 20px;
  background: none;
  padding-inline: 0;
  margin-bottom: 68px;
}
.page-contact-bottom textarea,
.page-contact-bottom select {
  margin-top: 8px;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .page-contact-bottom {
    margin-top: 60px;
  }
}

.page-contact-bottom-head {
  text-align: center;
}

.page-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: -3px;
  /* ボタン */
}
.page-contact-form .wpcf7-list-item {
  position: relative;
  width: 100%;
}
.page-contact-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-contact-form .wpcf7-list-item strong {
  color: #1a1a1a;
  border-bottom: 1px solid #000;
  margin-left: -4px;
  margin-right: 6px;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-contact-form textarea {
  border-radius: 4px;
  border: solid 1px #ddd;
  padding: 0.5rem;
  height: 140px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-contact-form select,
.page-contact-form input,
.page-contact-form textarea {
  padding: 15px 10px 12px 15px;
}
.page-contact-form .contactForm {
  width: 100%;
  margin: 0 auto;
}
.page-contact-form .contact_item {
  margin-bottom: 20.5px;
}
.page-contact-form .contact_item:nth-of-type(6) {
  margin-bottom: 19px;
}
.page-contact-form .contact_item:nth-of-type(8) {
  margin-bottom: 36px;
}
.page-contact-form .label {
  display: block;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  font-weight: bold;
}
.page-contact-form .label_must {
  margin-left: 13px;
  font-family: "Noto Sans CJK JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #ffffff;
  padding: 4px 9px 1px;
  background-color: #c84772;
}
.page-contact-form .inputs {
  width: 100%;
  box-sizing: border-box;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  border-radius: 4px;
}
.page-contact-form input[type=text],
.page-contact-form input[type=email] {
  border: solid 1px #ddd;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
}
.page-contact-form .btnArea {
  margin-top: 32px;
  text-align: center;
  padding-inline: 20px;
  margin-inline: auto;
}
.page-contact-form .btnArea input[type=submit] {
  border-radius: 0;
  padding-block: 26px;
  cursor: pointer;
  height: 72px;
}
@media screen and (min-width: 768px) {
  .page-contact-form {
    gap: 0;
  }
  .page-contact-form .label {
    font-size: 18px;
  }
  .page-contact-form .btnArea {
    margin-top: 30px;
    width: 336px;
  }
  .page-contact-form input[type=submit] {
    padding-block: 0px;
  }
  .page-contact-form .contact_item {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .page-contact-form .contact-btnArea {
    max-width: 248px;
  }
}

.page-contact-form-checkbox input {
  display: none;
}

.page-contact-form-checkbox input + span {
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.page-contact-form-checkbox input + span::after,
.page-contact-form-checkbox input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.page-contact-form-checkbox input + span::before {
  border: 1px solid #3e3e3e;
  background-color: #ffffff;
  height: 28px;
  width: 28px;
  left: -42px;
  top: 43%;
  transform: translateY(-50%);
}

.page-contact-form-checkbox input + span::after {
  border: none;
  background: url("../img/checkIcon.webp") no-repeat center center/cover;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: -34px;
  top: 45%;
  transform: translateY(-50%);
  display: none;
}

.page-contact-form-checkbox input:checked + span::after {
  display: block;
}

.page-download-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: -3px;
  /* ボタン */
}
.page-download-form .wpcf7-list-item {
  width: 100%;
}
.page-download-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-download-form textarea {
  border-radius: 4px;
  border: solid 1px #ddd;
  padding: 0.5rem;
  height: 140px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-download-form select,
.page-download-form input,
.page-download-form textarea {
  padding: 12px 10px 12px 13px;
}
.page-download-form .contactForm {
  width: 100%;
  margin: 0 auto;
}
.page-download-form .contact_item {
  margin-bottom: 12px;
}
.page-download-form .contact_item:nth-of-type(6) {
  margin-bottom: 33px;
}
.page-download-form .label {
  display: block;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  font-weight: bold;
}
.page-download-form .label_must {
  margin-left: 9px;
  font-family: "Noto Sans CJK JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #ffffff;
  padding: 2px 7px 0px;
  background-color: #c84772;
}
.page-download-form .inputs {
  width: 100%;
  box-sizing: border-box;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  border-radius: 4px;
}
.page-download-form input[type=text],
.page-download-form input[type=email] {
  border: solid 1px #ddd;
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
}
.page-download-form .btnArea {
  margin-top: 24px;
  text-align: center;
}
.page-download-form .btnArea input[type=submit] {
  border-radius: 0;
  padding-block: 26px;
  cursor: pointer;
  height: 72px;
}
@media screen and (min-width: 768px) {
  .page-download-form {
    gap: 0;
  }
  .page-download-form .label {
    font-size: 18px;
  }
  .page-download-form .btnArea {
    margin-top: 30px;
    width: 336px;
  }
  .page-download-form input[type=submit] {
    padding-block: 0px;
  }
  .page-download-form .contact_item {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .page-download-form .contact-btnArea {
    max-width: 248px;
  }
}

.page-contact-thanks-bottom {
  margin-top: 56px;
  margin-bottom: 100px;
}

.page-contact-thanks-text {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.page-contact-thanks-link-content {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.page-contact-thanks-link-content p {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-contact-thanks-link-content a {
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-left: 8px;
}

.page-contact-select {
  position: relative;
}
.page-contact-select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-contact-select::before {
  position: absolute;
  top: 43px;
  right: 17px;
  z-index: 10;
  width: 8px;
  height: 8px;
  border-top: solid 2px #1a1a1a;
  border-right: solid 2px #1a1a1a;
  pointer-events: none;
  transform: rotate(135deg);
  content: "";
}

.scroll-top {
  opacity: 0;
  position: fixed;
  bottom: 16px;
  right: 10px;
  width: 39px;
  height: 44px;
  z-index: 200;
  transition: all ease 0.5s;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .scroll-top {
    transform: none;
    bottom: 76px;
    right: 20px;
    width: 39px;
    height: 44px;
  }
}

.entry-404 {
  padding-bottom: 85px;
  text-align: center;
}

.entry-404-inner {
  padding-top: 200px;
}
@media screen and (min-width: 768px) {
  .entry-404-inner {
    display: flex;
    gap: 20px;
  }
}

.entry-404-head {
  color: #d33365;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
  font-size: 59px;
}
@media screen and (max-width:374px) {
  .entry-404-head {
    font-size: 46px;
  }
}
@media screen and (min-width: 1000px) {
  .entry-404-head {
    font-size: 80px;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width:374px) {
  .entry-404-lead {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .entry-404-lead {
    font-size: 30px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}
@media screen and (max-width:374px) {
  .entry-404-content {
    font-size: 12px;
  }
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
}
@media screen and (min-width: 768px) {
.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}
}
/*# sourceMappingURL=style.css.map */