@charset "UTF-8";
/*
Theme Name: HIFI
Version: 1.0
*/
.news-text-wrap .ex-header-txt{
	display:none !important; 
}

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

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  scroll-behavior: smooth; /* スムーススクロール */
  margin: 0 auto;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  word-break: auto-phrase;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.accent {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

ul, li {
  word-break: normal;
}

a {
  transform: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

.table_design03 {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
  word-break: auto-phrase;
}
@media screen and (max-width: 767px) {
  .table_design03 {
    font-size: 14px;
  }
}
.table_design03 tr {
  border-top: 1px solid #AFAFAF;
}
.table_design03 tr:last-child {
  border-bottom: 1px solid #AFAFAF;
}
.table_design03 tr:last-child td:first-child {
  border-bottom: 1.5px solid #1E88A8;
}
.table_design03 td {
  padding: 2rem 1rem;
}
.table_design03 td:first-child {
  width: 25%;
  min-width: 80px;
  border-top: 1.5px solid #1E88A8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .table_design03 td:first-child {
    width: 20%;
  }
}
.table_design03 td:last-child {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .table_design03 td:last-child {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .table_design03 td {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .table_design03 td {
    padding: 1rem 0.5rem;
  }
}
.table_design03 a {
  text-decoration: underline;
  display: block;
}

.white-bg {
  background-color: #fff;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .white-bg {
    padding: 2.5rem 0 5rem;
  }
}

.lower-fv {
  margin: 7rem 2rem 2rem 5%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .lower-fv {
    margin: 5rem 1rem 3rem 5%;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv {
    align-items: center;
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
}
.lower-fv #breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: 28%;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .lower-fv #breadcrumbs {
    width: calc(100% - 3rem);
    bottom: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv #breadcrumbs {
    font-size: 12px;
    position: relative;
    bottom: auto;
    left: auto;
    width: calc(100% - 1.5rem);
    margin-left: 1.5rem;
    margin-top: 1rem;
  }
}
.lower-fv #breadcrumbs > span > span:first-child::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url(./images/house.png) no-repeat center/contain;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.lower-fv img {
  border-radius: 1rem;
  width: 70%;
    aspect-ratio: 1254 / 592;
    object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .lower-fv img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv img {
    width: 100%;
  }
}
.lower-fv-text {
  width: 28%;
}
@media screen and (max-width: 1024px) {
  .lower-fv-text {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv-text {
    width: 100%;
  }
}
.lower-fv-text > p:first-child {
  color: #1E88A8;
  font-size: clamp(1.125rem, 0.668rem + 1.52vw, 2rem);
}
.lower-fv-text h1 {
  font-size: clamp(1.5rem, 0.978rem + 1.74vw, 2.5rem);
}

.wp-pagenavi {
  width: 100%;
  margin: 5rem auto 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 2.5rem;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  color: #333;
  background-color: #fff;
  border: 1px solid #CACACA;
  font-weight: bold;
  width: 44px;
  height: 44px;
  padding: 0.5rem !important;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    padding: 0.7rem !important;
  }
}
.wp-pagenavi span.current {
  color: #fff;
  background: #1E88A8;
  border: none;
}

.content h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  padding: 1rem 1.5rem;
  background-color: #F6F6F6;
  position: relative;
  margin: 1.5rem 0;
}
.content h2:first-child {
  margin-top: 0;
}
.content h2:before {
  content: "";
  position: absolute;
  background: #1E88A8;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 100%;
}
.content h3 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  padding-bottom: 1rem;
  margin: 1.5rem 0;
  position: relative;
}
.content h3:before {
  content: "";
  position: absolute;
  background: #1E88A8;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.content h4 {
  margin: 1rem 0;
}
.content ol, .content ul {
  margin: 1rem 0;
}
.content ol {
  list-style: auto;
}
.content ul {
  margin: 1rem 0 1rem 1rem;
}
.content ul, .content li {
  list-style: inside;
  line-height: 2;
}
.content ::marker {
  color: #1E88A8;
}
.content p {
  line-height: 2;
}
.content p:not(:last-child) {
  margin-bottom: 1rem;
}
.content a {
  color: blue;
  text-decoration: underline;
}

.cta {
  background: url(./images/cta-bg.jpg) no-repeat center/cover;
  border-radius: 20px;
  padding: 9rem 10%;
  width: 95%;
  margin: 5rem auto 2rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .cta {
    padding: 5rem 5%;
  }
}
@media screen and (max-width: 1024px) {
  .cta {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    width: 100%;
    border-radius: 0;
    padding: 3rem 1rem;
    align-items: flex-start;
  }
}
.cta-text .accent {
  font-size: clamp(2.5rem, 1.818rem + 2.27vw, 4.375rem);
  color: rgba(255, 255, 255, 0.8);
}
.cta-text h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.cta-text p:last-child {
  margin-top: 1.5rem;
}
.cta .arrow-btn {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .cta .arrow-btn {
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .cta .arrow-btn {
    min-width: 200px;
  }
}

header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: 0.3s;
  background-color: #fff;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  header {
    height: 60px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 50px;
  }
}

.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header-contents {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header-contents {
    height: 50px;
  }
}

.header-left a img {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .header-left a img {
    width: 60px;
  }
}

.header-right {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: end;
}
@media screen and (max-width: 1600px) {
  .header-right {
    gap: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .header-right {
    gap: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-right {
    gap: 0;
    position: fixed;
    right: 1rem;
  }
  .header-right > .header-contact {
    display: none;
  }
}
.header-right .menu-item-has-children {
  position: relative;
}
.header-right .menu-item-has-children::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  display: none;
  z-index: 0;
}
.header-right .menu-item-has-children > a {
  position: relative;
  z-index: 10;
}
.header-right .menu-item-has-children:hover::before {
  display: block;
}
.header-right .menu-item-has-children:hover .sub-menu {
  display: block;
}
.header-right .menu-item-has-children .sub-menu {
  position: absolute;
  display: none;
  width: 200px;
  background: #fff;
  padding: 1.5rem;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.header-right .menu-item-has-children .sub-menu a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
}
.header-right .menu-item-has-children .sub-menu a::before {
  content: ">";
}
.header-right > .hamburger-nav > ul {
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 1rem;
}
@media screen and (max-width: 1280px) {
  .header-right > .hamburger-nav > ul {
    font-size: 14px;
    gap: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-right > .hamburger-nav > ul {
    display: none;
  }
}
.header-right > .hamburger-nav > ul > li > a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
.header-right > .hamburger-nav > ul > li > a:hover {
  opacity: 1;
  color: #1E88A8;
  border-bottom: 1px solid #1E88A8;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu input {
  display: none;
}
.hamburger-menu .menu-btn {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 30;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-btn {
    height: 30px;
    width: 30px;
  }
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 2.35px;
  width: 40px;
  background: #1E88A8;
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-btn span,
  .hamburger-menu .menu-btn span:before,
  .hamburger-menu .menu-btn span:after {
    width: 30px;
  }
}
.hamburger-menu .menu-btn span:before {
  bottom: 10px;
}
.hamburger-menu .menu-btn span:after {
  top: 10px;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background: #fff;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-content .arrow-btn {
  margin: 0 auto;
}
.menu-content .hamburger-wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .menu-content .hamburger-wrap {
    margin: 2rem auto 0;
    width: 90%;
  }
}
.menu-content ul li a {
  font-size: 1rem;
  width: 100%;
  display: flex;
  padding-bottom: 0.3rem;
  align-items: center;
  gap: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .menu-content .menu-item-has-children {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 0.7rem;
    position: relative;
  }
  .menu-content .menu-item-has-children > a {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ddd;
    width: 100% !important;
  }
  .menu-content .menu-item-has-children .sub-menu {
    display: none;
    width: 100%;
    margin-top: 1rem;
  }
  .menu-content .menu-item-has-children a {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  .menu-content .menu-item-has-children .sub-menu a {
    padding: 0.2rem 0;
    opacity: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .menu-content .menu-item-has-children .sub-menu a::before {
    content: ">";
  }
  .menu-content .menu-item-has-children.close > a {
    color: #1E88A8;
  }
  .menu-content .menu-item-has-children.close .sub-menu a {
    opacity: 1;
    transition: all 1s;
  }
  .menu-content .menu-item-has-children label {
    position: absolute;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    transition: all 0.5s ease;
    width: 16px;
    height: 10px;
    right: 0;
    top: 0;
  }
  .menu-content .menu-item-has-children label::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 10px;
    background: url(./images/menu-sita.png) no-repeat center/contain;
    top: 8px;
    right: 0;
    transition: 0.3s;
  }
  .menu-content .menu-item-has-children.close label::before {
    background: url(./images/menu-ue.png) no-repeat center/contain;
  }
}

.gnavi__sp-style {
  position: fixed;
  z-index: -2;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 100%;
  transition: all 0.5s;
  font-size: 1rem;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .gnavi__sp-style {
    justify-content: flex-start;
    padding-top: 3rem;
  }
}
.gnavi__sp-style .hamburger-menu .header-btn {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .gnavi__sp-style .hamburger-menu .header-btn {
    border-radius: 5px;
    width: 100%;
    max-width: 250px;
  }
  .gnavi__sp-style .hamburger-menu .header-btn:first-of-type {
    margin-bottom: 0.5rem;
  }
}
.gnavi__sp-style > img {
  width: 100px;
  margin-bottom: 2.5rem;
}
.gnavi__sp-style .hamburger-nav {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .gnavi__sp-style .hamburger-nav {
    margin-bottom: 1rem;
  }
}
.gnavi__sp-style .hamburger-nav > ul > li {
  margin-bottom: 1rem;
}

.gnavi__sp-style.active {
  opacity: 1;
  z-index: 20;
  left: 0;
}

.footer {
  background: #fff;
  padding: 4rem 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.5rem 0 0;
  }
}
.footer-wrap {
  width: 80%;
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 1024px) {
  .footer-wrap {
    width: 90%;
  }
}
.footer .logo {
  width: 75px;
  margin: 3.5rem auto 5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    margin: 2.5rem auto 2.5rem;
  }
}
.footer ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer ul.sub-menu {
  flex-direction: column;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer ul.sub-menu {
    display: none;
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer ul {
    padding-left: 0;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
.footer ul li a {
  position: relative;
  padding-left: 1rem;
}
.footer ul li a::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1rem;
  height: 24px;
}
.footer ul > li.menu-item-has-children {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .footer ul > li.menu-item-has-children {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer ul > li.menu-item-has-children label {
    position: absolute;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    transition: all 0.5s ease;
    width: 11px;
    height: 11px;
    display: block;
    right: 0;
  }
  .footer ul > li.menu-item-has-children label::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: url(./images/plus.png) no-repeat center/contain;
    top: 6px;
    right: 0;
    transition: 0.3s;
  }
}
.footer ul > li.menu-item-has-children.close label::before {
  background: url(./images/minus.png) no-repeat center/contain;
}
.footer ul > li.menu-item-has-children > a {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .footer ul > li.menu-item-has-children > a {
    padding: 0 0 0.5rem;
  }
}
.footer ul > li.menu-item-has-children > a::before {
  top: calc(50% - 0.6rem);
}
.footer .copyright {
  text-align: center;
  color: #fff;
  padding: 1rem;
  background-color: #1E88A8;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.lower-title {
  margin-bottom: 3rem;
}
.lower-title .accent {
  color: rgba(30, 136, 168, 0.4);
  font-size: clamp(2.5rem, 1.522rem + 3.26vw, 4.375rem);
}
.lower-title h2 {
  font-size: clamp(1.125rem, 0.734rem + 1.3vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .lower-title {
    margin-bottom: 1rem;
  }
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
a:hover {
  transition: 0.3s;
  cursor: pointer;
}

.arrow-btn {
  background: #1E88A8;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  color: #fff;
  font-weight: bold;
  padding: 1rem 3rem 1rem 3rem;
  text-align: center;
  min-width: 350px;
  display: block;
  position: relative;
  font-size: 20px;
  letter-spacing: 4px;
}
.arrow-btn::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(./images/btn-arrow.png) no-repeat center/contain;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .arrow-btn {
    min-width: 220px;
    padding: 0.6rem 2rem;
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.arrow-btn:hover {
  opacity: 1;
}
.arrow-btn:hover::before {
  right: 0.5rem;
}

.header-contact {
  padding: 8px 2.5rem;
  border-radius: 6px;
  background-color: #1E88A8;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header-contact {
    width: -moz-fit-content;
    width: fit-content;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .header-contact {
    width: 275px;
    padding: 1.5rem;
  }
}
.header-contact:hover {
  opacity: 0.7;
}

/*404*/
.not-found {
  margin: 7.5rem 0 5rem;
  text-align: center;
}
.not-found h1 {
  margin-bottom: 2.5rem;
}
.not-found p {
  margin-bottom: 20px;
}

.section-policy {
  margin: 5rem auto;
}
@media screen and (max-width: 767px) {
  .section-policy {
    margin: 2.5rem auto;
  }
}

.policy-fv h1 {
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
}

@media screen and (max-width: 1024px) {
  .sec-policy {
    margin-top: 2rem !important;
  }
}

.policy {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .policy {
    margin-bottom: 1.5rem;
  }
}
.policy h3 {
  margin-bottom: 20px;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  color: #fff;
  background: #1E88A8;
}
@media screen and (max-width: 767px) {
  .policy h3 {
    padding: 1rem;
  }
}
.policy p {
  width: 95%;
  margin: 0 auto;
  line-height: 2;
}
.policy p:not(:last-child) {
  margin-bottom: 1rem;
}
.policy p span {
  display: inline-block;
}
.policy li {
  list-style: inside;
  padding-left: 1rem;
  width: 95%;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .policy li {
    padding-left: 0;
  }
}
.policy ol.second-list li {
  list-style: lower-roman;
}

/*contact*/
.contact {
  background-color: #F8F8F8;
  padding: 4rem 0;
}
.contact .container > p {
  text-align: center;
  margin-bottom: 3rem;
}
.contact form {
  max-width: 800px;
  padding: 3rem 5%;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact form > div {
    width: 100%;
  }
  .contact form > div div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact form > div {
    flex-direction: column;
    gap: 1rem;
  }
}
.contact form > div:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact form > div:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.contact form > div p:first-child {
  text-align: left;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: bold;
}
.contact p:has(input[type=submit]) {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
  position:relative;
}

.contact p:has(input[type=submit]):hover::before{
  right: 0.5rem;
}

.contact p:has(input[type=submit])::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(./images/btn-arrow.png) no-repeat center / contain;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.3s;
	z-index: 10;
}
.contact input:not([type=radio]),
.contact textarea,
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #333;
  padding: 6px 1rem;
  width: 100%;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  border-radius: 4px;
}
.contact p:has(select) {
  position: relative;
}
.contact p:has(select)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #555555;
  border-bottom: 0;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
.contact .radio-div .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
.contact .radio-div .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact .radio-div .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.contact span.required {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  background: #1E88A8;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 0.5rem;
}
.contact span.optional {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  background: #6C7575;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 0.5rem;
}
.contact p:has(.contact-policy) {
  text-align: center;
  margin: 2.5rem 0;
  font-weight: 500;
}
.contact .contact-policy label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-policy label {
    gap: 0.3rem;
  }
}
.contact .contact-policy input {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .contact .contact-policy input {
    width: 20px;
    height: 20px;
  }
}
.contact .contact-policy > p:first-child {
  display: flex;
  align-items: center;
}
.contact .current-check {
  opacity: 0;
  pointer-events: none;
}
.contact input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 0;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}
.contact input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact input[type=checkbox]:checked:before {
    top: 1px;
    left: 3px;
    width: 7px;
    height: 9px;
  }
}
.contact input[type=checkbox]:checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0C59DD;
  content: "";
}
.contact .contact-policy a {
  text-decoration: underline;
  color: #3D82E5;
}
.contact input[type=submit],
.contact input[type=button] {
  background: #1E88A8;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  color: #fff;
  font-weight: bold;
  padding: 1rem 3rem 1rem 3rem;
  text-align: center;
  min-width: 350px;
  display: block;
  position: relative;
  font-size: 20px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .contact input[type=submit],
  .contact input[type=button] {
    min-width: 250px;
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 0.6rem 3rem;
  }
}
.contact input[type=submit]::before,
.contact input[type=button]::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(./images/btn-arrow.png) no-repeat center/contain;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.contact input[type=submit]:hover,
.contact input[type=button]:hover {
  cursor: pointer;
  opacity: 1;
}
.contact .contact-p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto 8px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.contact .contact-p::before, .contact .contact-p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  bottom: 0;
  background-color: #333;
}
.contact .contact-p::before {
  left: -1rem;
  transform: rotate(-45deg);
}
.contact .contact-p::after {
  right: -1rem;
  transform: rotate(45deg);
}
.contact input.wpcf7-not-valid {
  background-color: #FFF1F1;
}
.contact input.wpcf7-not-valid span {
  height: 0;
  margin-bottom: 2rem;
}
.contact .wpcf7-not-valid-tip {
  text-align: left;
  color: red;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact textarea {
  resize: vertical; /* 縦方向のリサイズを許可 */
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes fadeRightAnime2 {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    top: 100%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 1;
    top: 0%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes text-right {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes englishTitle_align-top__n75V_ {
  100% {
    transform: translateY(0);
  }
}
.news {
  padding: 4rem 0;
  background-color: #F8F8F8;
}

.category-title {
  font-size: clamp(1.125rem, 0.852rem + 0.91vw, 1.875rem);
  margin-bottom: 2rem;
}

.news-category-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.news-category-flex a {
  background-color: #fff;
  border: 1px solid #1E88A8;
  color: #1E88A8;
  padding: 0.5rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .news-category-flex a {
    padding: 0.25rem 1rem;
  }
}

.post-list {
  display: flex;
  gap: 2.5rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .post-list {
    gap: 1.5rem;
  }
}
.post-list .item {
  width: calc((100% - 5rem) / 3);
}
@media screen and (max-width: 1280px) {
  .post-list .item {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .post-list .item {
    width: 100%;
  }
}
.post-list .item a {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: block;
}
.post-list .item a img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/3;
}
.post-list .item h3 {
  font-size: 1rem;
  margin: 1rem 0;
}
.post-list .item .category {
  display: flex;
  gap: 1rem;
}
.post-list .item .category span {
  color: #fff;
  background-color: #1E88A8;
  padding: 4px 1rem;
  border-radius: 4px;
  font-size: 14px;
}

/*詳細ページ*/
.single-news {
  background-color: transparent;
}
.single-news .article_title {
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  color: #1E88A8;
  margin-bottom: 1.5rem;
}
.single-news .article_date {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.single-news .article_category {
  display: flex;
  gap: 1rem;
}
.single-news .article_category a {
  background-color: #fff;
  border: 1px solid #1E88A8;
  color: #1E88A8;
  padding: 0.5rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  .single-news .article_category a {
    padding: 0.25rem 1rem;
  }
}
.single-news .single-wrap .catch {
  margin: 2.5rem auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .single-news .single-wrap .catch {
    width: 100%;
    margin: 1.5rem auto;
  }
}
.single-news .single-wrap .catch img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/3;
}
.single-news-category {
  margin: 7.5rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .single-news-category {
    margin: 5rem 0 3rem;
  }
}
.single-news-category h2 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
  margin-bottom: 1.5rem;
}
.single-news-category h2 img {
  width: 1.5rem;
}
.single-news-category .post-list .item a {
  padding: 0;
  box-shadow: none;
}
.single-news-category .post-list .item a .category span {
  color: #1E88A8;
  background-color: #fff;
  border: 1px solid #1E88A8;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .single .news {
    padding: 0;
  }
}

.single-post .article_category span {
  display: flex;
  gap: 1rem;
}
.single-post .article_category span a {
  background-color: #fff;
  border: 1px solid #1E88A8;
  color: #1E88A8;
  padding: 0.5rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  .single-post .article_category span a {
    padding: 0.25rem 1rem;
  }
}

.single-example .single-news .article_category a {
  background-color: #1E88A8;
  color: #fff;
}

.ex-header-txt {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .ex-header-txt {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.ex-header-txt p:first-child {
  padding: 8px 1rem;
  border: 1px solid #1E88A8;
  color: #1E88A8;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ex-header-txt p:first-child {
    width: 150px;
    padding: 4px 1rem;
  }
}
.ex-header-txt:last-child {
  margin: 1rem 0 3rem;
}

.profile {
  margin: 5rem 0;
}

.message {
  padding: 5rem 0;
  background: url(./images/message-bg.png) no-repeat center/cover;
}
.message .lower-title {
  margin-bottom: 2rem;
}
.message-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .message-wrap {
    flex-direction: column-reverse;
    gap: 2rem;
    align-items: center;
  }
}
.message-wrap img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .message-wrap img {
    width: 100%;
    max-width: 400px;
  }
}
.message-text {
  width: 55%;
  padding-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .message-text {
    width: 100%;
    padding: 0;
  }
}
.message-text h3 {
  font-family: "Noto Serif JP", serif;
  color: #1E88A8;
  margin-bottom: 1.5rem;
  font-size: clamp(1.125rem, 0.852rem + 0.91vw, 1.875rem);
}
.message-2 {
  margin: 5rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .message-2 {
    margin: 5rem 0;
  }
}
.message-2-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .message-2-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.message-2-wrap img {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .message-2-wrap img {
    width: 100%;
    max-width: 400px;
  }
}
.message-2-text {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .message-2-text {
    width: 100%;
  }
}
.message-2-text h3 {
  color: #1E88A8;
  margin-bottom: 1.5rem;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.message-2-text h4 {
  margin: 1rem 0 2rem;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.message-2-text p {
  margin-top: 1.5rem;
}

.feature {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .feature {
    margin-bottom: 5rem;
  }
}
.feature-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #C1C1C1;
}
@media screen and (max-width: 767px) {
  .feature-wrap {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.feature-wrap:nth-child(3) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .feature-wrap:nth-child(3) {
    flex-direction: column-reverse;
  }
}
.feature-wrap:nth-child(4) {
  border: none;
}
@media screen and (max-width: 767px) {
  .feature-wrap:nth-child(4) {
    padding-bottom: 0;
  }
}
.feature-wrap img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .feature-wrap img {
    width: 100%;
  }
}
.feature-text {
  width: 60%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .feature-text {
    width: 100%;
  }
}
.feature-title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .feature-title {
    margin-bottom: 1rem;
  }
}
.feature-title .label {
  color: #fff;
  background-color: #1E88A8;
  font-weight: bold;
  font-family: arial;
  font-size: clamp(1.5rem, 0.818rem + 2.27vw, 3.375rem);
  line-height: 1;
  padding: 0.5rem;
  border-radius: 8px;
}
.feature-title h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}

.about-service {
  width: 95%;
  margin: 0 auto 100px;
  padding: 5rem 0;
  background: url(./images/about-service-bg.png) no-repeat center/cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .about-service {
    padding: 2rem 0;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 1280px) {
  .about-service .container {
    width: 90%;
  }
}
.about-service .lower-title {
  color: #fff;
}
.about-service .lower-title .accent {
  color: rgba(255, 255, 255, 0.4);
}
.about-service-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .about-service-wrap {
    gap: 1rem;
  }
}
.about-service-item {
  width: calc((100% - 3rem) / 3);
  background-color: #fff;
  border-radius: 10px;
  padding: 2.5rem 1rem;
}
@media screen and (max-width: 1024px) {
  .about-service-item {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .about-service-item {
    width: calc((100% - 1rem) / 2);
    font-size: 12px;
    padding: 1rem;
  }
}
.about-service-item h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .about-service-item h3 {
    font-size: 14px;
  }
}
.about-service-item img {
  width: 130px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .about-service-item img {
    width: 50px;
    margin-bottom: 1rem;
  }
}
.about-service .arrow-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .about-service .arrow-btn {
    margin-top: 2rem;
  }
}

.service {
  padding: 4rem 0;
  background-color: #F8F8F8;
}
.service .container {
  max-width: 932px;
}
.service-btn-wrap {
  background-color: #fff;
  padding: 2.5rem 10%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .service-btn-wrap {
    gap: 1rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .service-btn-wrap {
    gap: 1rem 0.5rem;
    padding: 1.5rem 1rem;
  }
}
.service-btn-wrap a {
  width: calc((100% - 6rem) / 3);
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  color: #1E88A8;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service-btn-wrap a {
    width: calc((100% - 3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .service-btn-wrap a {
    width: calc((100% - 0.5rem) / 2);
  }
}
.service-btn-wrap a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: url(./images/service-btn.png) no-repeat center/contain;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.service-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .service-wrap {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .service-wrap {
    padding: 2rem 1rem;
  }
}
.service-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .service-wrap:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.service-wrap img {
  width: 39%;
    aspect-ratio: 338 / 298;
    border-radius: 8px;
    object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .service-wrap img {
    width: 100%;
    max-width: 350px;
  }
}
.service-txt {
  width: 57%;
}
@media screen and (max-width: 1024px) {
  .service-txt {
    width: 100%;
  }
}
.service-txt h2 {
  font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
  margin-bottom: 1rem;
}
.service-txt p {
  max-width: 434px;
}
.service-txt .arrow-btn {
  margin: 3rem 0 0;
  padding: 1rem 3rem 1rem 2rem;
  letter-spacing: 2px;
  font-size: 1rem;
  min-width: 280px;
}
@media screen and (max-width: 1024px) {
  .service-txt .arrow-btn {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .service-txt .arrow-btn {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.service-cta {
  width: 95%;
  margin: 3rem auto 100px;
  background: url(./images/service-cta.png) no-repeat center/cover;
  border-radius: 20px;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.service-cta h2 {
  font-size: clamp(1.125rem, 0.864rem + 0.87vw, 1.625rem);
}
@media screen and (max-width: 767px) {
  .service-cta {
    width: 100%;
    padding: 4rem 0;
    margin-bottom: 5rem;
	  border-radius:0;
  }
}
.service-cta-btn-wrap {
  display: flex;
  max-width: 800px;
  margin: 3rem auto 0;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .service-cta-btn-wrap {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .service-cta-btn-wrap {
    gap: 1rem;
  }
}
.service-cta-btn-wrap h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.service-cta-btn img {
  width: 1.5rem;
}
.service-cta-btn > p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
.service-cta-btn > p::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 75%;
  background-color: #fff;
  left: -0.5rem;
  bottom: 0;
  transform: rotate(-15deg);
}
.service-cta-btn > p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 75%;
  background-color: #fff;
  right: -0.5rem;
  bottom: 0;
  transform: rotate(15deg);
}
.service-cta-btn:first-child a {
  background-color: #fff;
  color: #1E88A8;
}
.service-cta-btn:first-child a::before {
  background: url(./images/btn-arrow2.png) no-repeat center/contain;
}
.service-cta-btn a {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 8px 0 0;
}
.service-onayami {
  padding: 4rem 0;
  background-color: #F8F8F8;
}
.service-onayami h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: clamp(1.125rem, 0.799rem + 1.09vw, 1.75rem);
}
@media screen and (max-width: 767px) {
  .service-onayami h2 {
    margin-bottom: 2rem;
  }
}
.service-onayami-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .service-onayami-wrap {
    gap: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .service-onayami-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
.service-onayami-item {
  width: calc((100% - 6rem) / 3);
  background-color: #fff;
  border-radius: 8px;
  border-left: 10px solid #1E88A8;
  padding: 2rem 1rem;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  max-width: 291px;
}
@media screen and (max-width: 1024px) {
  .service-onayami-item {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .service-onayami-item {
    width: 100%;
  }
}
.service-onayami-item img {
  width: 5rem;
  margin: 0 auto 1rem;
}
.service-onayami-item.big img {
  width: 10rem;
}
.service-more {
  background: none;
  width: 100%;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .service-more {
    padding-top: 0;
  }
}
.service-more .lower-title {
  color: #333;
}
.service-more .lower-title .accent {
  color: rgba(30, 136, 168, 0.4);
}
.service-more .about-service-item {
  padding: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.service-more .about-service-item img {
  width: 100%;
  margin: 0;
    aspect-ratio: 344 / 187;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.service-more-txt {
  padding: 1.5rem 1rem 2rem;
}
.service-more-txt h3 {
  color: #1E88A8;
}

.case {
  padding: 5rem 0;
  background-color: #F8F8F8;
  margin-bottom: 5rem;
}
.case .ex-header-txt {
  font-size: 14px;
  margin: 1rem 0 0.5rem;
}
.case .post-list .item h3 {
  margin-top: 0;
}

.control-cta {
  width: 95%;
  margin: 10rem auto 4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .control-cta {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.control-cta-item {
  width: 50%;
  padding: 3.5rem 5%;
}
@media screen and (max-width: 767px) {
  .control-cta-item {
    width: 100%;
    padding: 1.5rem 5%;
  }
}
.control-cta-item:first-child {
  border-radius: 8px 0 0 8px;
  background: url(/wp-content/uploads/2025/09/control-cta.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .control-cta-item:first-child {
    border-radius: 8px;
  }
}
.control-cta-item:last-child {
  border-radius: 0 8px 8px 0;
  background: url(/wp-content/uploads/2025/09/control-cta2.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .control-cta-item:last-child {
    border-radius: 8px;
  }
}
.control-cta-item div {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  border-radius: 10px;
  padding: 100px 1rem;
  text-align: center;
  color: #1E88A8;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .control-cta-item div {
    padding: 3rem 1rem;
  }
}

.recruit-banner {
  background: url(./images/recruit-bg.png) no-repeat center/cover;
  width: 95%;
  margin: 2.5rem auto 5rem;
  border-radius: 20px;
  padding: 10rem 5% 7.5rem;
}
@media screen and (max-width: 1024px) {
  .recruit-banner {
    padding: 7.5rem 5% 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-banner {
    width: 100%;
    padding: 4rem 5%;
	  border-radius:0;
  }
}
.recruit-banner p {
  font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
  color: #fff;
}
.recruit-contact h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  text-align: center;
  margin-bottom: 3rem;
  font-size: clamp(1.125rem, 0.852rem + 0.91vw, 1.875rem);
  max-width: 800px;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .recruit-contact h2 {
    padding: 0 1.5rem;
  }
}
.recruit-contact h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #000;
}
.recruit-contact h2 span {
  position: relative;
  padding: 0 1em;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .recruit-contact h2 span {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
}

.commitment {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .commitment {
    margin-bottom: 5rem;
  }
}
.commitment-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #C1C1C1;
}
@media screen and (max-width: 1024px) {
  .commitment-wrap {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.commitment-wrap img {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .commitment-wrap img {
    width: 100%;
    max-width: 400px;
  }
}
.commitment-wrap:nth-child(3) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .commitment-wrap:nth-child(3) {
    flex-direction: column-reverse;
  }
}
.commitment-text {
  width: 60%;
  max-width: 520px;
}
@media screen and (max-width: 1024px) {
  .commitment-text {
    width: 100%;
  }
}
.commitment-text h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 1.5rem;
}
.commitment-text p:not(:last-child) {
  margin-bottom: 1rem;
}

.position {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .position {
    margin-bottom: 5rem;
  }
}
.position-wrap {
  margin-top: 2.5rem;
}
.position-wrap h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  padding: 1rem 1.5rem;
  background-color: #F6F6F6;
  position: relative;
  margin: 0 0 1.5rem;
}
.position-wrap h3::before {
  content: "";
  position: absolute;
  background: #1E88A8;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 100%;
}
.position-wrap h3 + p {
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.faq {
  margin-top: 5rem;
  padding: 5rem 0 3rem;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 3rem 0 0;
  }
}
.faq .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .faq .container {
    flex-direction: column;
  }
}
.faq-wrap {
  width: calc(100% - 240px);
}
@media screen and (max-width: 1024px) {
  .faq-wrap {
    width: 100%;
  }
}
.faq .faq-q2 {
  display: none;
}
.faq .accordion-004 {
  margin-bottom: 1.5rem;
  border: 2px solid #c2c2c2;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 {
    margin-bottom: 1rem;
  }
}
.faq .accordion-004 img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 img {
    width: 1.5rem;
  }
}
.faq .accordion-004 summary {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #1e88a8;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 summary {
    padding: 1em 2em 1em 1em;
  }
}
.faq .accordion-004[open] {
  background-color: #1E88A8;
}
.faq .accordion-004[open] summary {
  color: #fff;
}
.faq .accordion-004[open] summary .faq-q2 {
  display: block;
}
.faq .accordion-004[open] summary .faq-q1 {
  display: none;
}
.faq .accordion-004 summary::-webkit-details-marker {
  display: none;
}
.faq .accordion-004 summary::before,
.faq .accordion-004 summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #1E88A8;
  content: "";
}
.faq .accordion-004 summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 summary::before {
    right: 1em;
  }
}
.faq .accordion-004 summary::after {
  transition: rotate 0.3s;
  position: absolute;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 summary::after {
    right: 0.84rem;
  }
}
.faq .accordion-004[open] summary::after {
  rotate: 90deg;
  background-color: #fff;
}
.faq .accordion-004 p {
  opacity: 0;
  margin: 0;
  padding: 1rem 2em 1rem;
  color: #1E88A8;
  background-color: #fff;
  gap: 1rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 p {
    padding: 1em 2em 1em 1em;
  }
}
.faq .accordion-004[open] p {
  opacity: 1;
  display: flex;
}

.fv {
  height: calc(100vh - 7rem);
  height: calc(100svh - 7rem);
  width: 95%;
  margin: 5rem auto;
  border-radius: 10px;
  background: url(/wp-content/uploads/2025/09/fv.png) no-repeat center/cover;
  position: relative;
  /*中の要素*/
  /*左から右*/
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  .fv {
    max-height: 900px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    width: 100%;
    border-radius: 0;
  }
}
.fv-text {
  position: absolute;
  width: 80%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Noto Serif JP", serif;
  color: #1E88A8;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fv-text {
    gap: 0.5rem;
    width: 90%;
  }
}
.fv-text .arrow-btn {
  margin: 1.5rem 0 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.fv-text h1 {
  font-size: clamp(1.375rem, 0.527rem + 2.83vw, 3rem);
}
@media screen and (max-width: 767px) {
  .fv-text h1 {
    font-size: 26px;
  }
}
.fv-text h2 {
  font-size: clamp(0.75rem, 0.489rem + 0.87vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .fv-text h2 {
    font-size: 16px;
  }
}
.fv-text h2 .bgextend.fadeUp::before {
  width: 102%;
  height: 105%;
  border-radius: 4px;
  top: 0px;
}
.fv-text .arrow-btn {
  font-family: "Noto Sans JP", serif;
}
.fv .bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fv .txt {
  padding: 0 0 0px 8px;
}
.fv .txt.fadeUp {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
  position: relative;
  z-index: 10;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv .bgextend.fadeUp::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff; /*伸びる背景色の設定*/
  border-radius: 8px;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .fv .bgextend.fadeUp::before {
    border-radius: 4px;
  }
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
  }
}
.fv .bgappearTrigger,
.fv .fadeUpTrigger {
  opacity: 0;
}

.top-news {
  width: 80%;
  margin: 5rem auto;
  background-color: #F8F8F8;
  border-radius: 8px;
  padding: 3.5rem 5%;
}
@media screen and (max-width: 767px) {
  .top-news {
    width: 100%;
    padding: 2.5rem 5%;
    margin-bottom: 0;
  }
}
.top-news .post-list {
  flex-direction: column;
  gap: 1rem;
}
.top-news .post-list .item {
  width: 100%;
}
.top-news .post-list .item h3 {
  margin: 0;
}
.top-news .news-text-wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.philosophy {
  background: url(/wp-content/uploads/2025/09/philosophy-bg.png) no-repeat center/cover;
}
.philosophy .message-text p {
  max-width: 546px;
}
.philosophy .message-text {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .philosophy .message-text {
    width: 100%;
  }
}
.philosophy .message-wrap img {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .philosophy .message-wrap img {
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .philosophy .message-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .message-wrap .arrow-btn {
    margin-top: 1.5rem;
  }
}
.philosophy .arrow-btn {
  margin: 3rem 0 0;
}

.top-swiper {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem;
  /* スライドの動き等速 */
}
@media screen and (max-width: 767px) {
  .top-swiper {
    padding: 3rem 0 5rem;
    margin: 0;
  }
}
.top-swiper::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  z-index: -1;
  background-color: #F0F6FA;
  right: 0;
  top: 0;
}
.top-swiper .even {
  transform: translateY(30px);
}
.top-swiper .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 342/275;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.top-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.strength {
  background: none;
}
.strength .message-text {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .strength .message-text {
    width: 100%;
  }
}
.strength .message-wrap img {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .strength .message-wrap img {
    width: 100%;
    max-width: 450px;
  }
}
.strength .message-text p {
  max-width: 546px;
}
.strength .arrow-btn {
  margin: 3rem 0 0;
}
@media screen and (max-width: 1024px) {
  .strength .message-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .strength .message-wrap .arrow-btn {
    margin-top: 1.5rem;
  }
}

.top-recruit {
  width: 95%;
  margin: 5rem auto 0;
  background-color: #1E88A8;
  border-radius: 10px;
  padding: 1rem 10%;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    width: 100%;
    padding: 1rem 5%;
    border-radius: 0;
  }
}
.top-recruit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-recruit-wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
.top-recruit-wrap > img {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .top-recruit-wrap > img {
    width: 100%;
    max-width: 400px;
  }
}
.top-recruit-text {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-recruit-text {
    width: 100%;
  }
}
.top-recruit-text .lower-title {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-recruit-text .lower-title {
    margin-bottom: 1.5rem;
  }
}
.top-recruit-text .lower-title h2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.top-recruit-text .lower-title .accent {
  color: rgba(255, 255, 255, 0.4);
}
.top-recruit-text > p {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.top-recruit .arrow-btn {
  background-color: #fff;
  color: #1E88A8;
  margin: 3rem 0 0;
}
@media screen and (max-width: 1024px) {
  .top-recruit .arrow-btn {
    margin-top: 2rem;
  }
}
.top-recruit .arrow-btn::before {
  background: url(./images/btn-arrow2.png) no-repeat center/contain;
}

.service-column.case .post-list .item a {
  box-shadow: none;
}
.service-column.case .post-list .item h3 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: 1px solid #C1C1C1;
}