@charset "UTF-8";
/* mixinの定義 */
html {
  scroll-behavior: smooth;
}

a {
  transition: all 0.5s 0s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

.fadeInUp {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s ease;
}

.fadeInUp.show {
  opacity: 1;
  transform: none;
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.upper {
  text-transform: uppercase;
}

.block {
  display: block;
}

.all-btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding-bottom: 100px;
  font-size: 2.4rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
@media (max-width: 1279px) {
  .all-btn {
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .all-btn {
    padding-bottom: 40px;
    font-size: 1.6rem;
  }
}
.all-btn a {
  display: block;
  padding: 14px 50px;
  border-radius: 80px;
  color: #fff;
  background-color: #3975D1;
  font-weight: bold;
}

section {
  margin-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 1279px) {
  section {
    padding-top: 80px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  section {
    padding-top: 50px;
  }
}

header {
  position: fixed;
  width: 100%;
  background-color: #3975D1;
  z-index: 101;
}
header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  header div {
    max-width: 1050px;
  }
}
header div h1 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px;
  background-color: #fff;
}
@media (max-width: 1279px) {
  header div h1 {
    padding: 5px;
  }
}
@media (max-width: 480px) {
  header div h1 img {
    max-width: 160px;
  }
}
header div ul {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  align-items: center;
}
header div ul li a {
  display: block;
  padding: 15px 0;
  font-size: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
}
@media (max-width: 1279px) {
  header div ul li a {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  header div ul li a {
    padding: 8px 0;
  }
}
header div ul li a.icon-a {
  background-color: #fff;
  display: block;
  padding: 8px 8px 2px;
  border-radius: 50%;
}
header div ul li a.icon-a svg {
  fill: #FF0000;
  width: 20px;
  height: 20px;
}
header div ul li a.icon-b {
  background-color: #fff;
  display: block;
  padding: 8px 8px 2px;
  border-radius: 50%;
}
header div ul li a.icon-b svg {
  fill: #F00075;
  width: 20px;
  height: 20px;
}
header div ul li a.icon-c {
  background-color: #fFF;
  display: block;
  padding: 8px 8px 2px;
  border-radius: 50%;
}
header div ul li a.icon-c svg {
  fill: #0765FF;
  width: 20px;
  height: 20px;
}
header div ul .nav-contact {
  padding: 2.5px 10px;
  background-color: #FF9602;
}
@media (max-width: 900px) {
  header div ul .nav-contact {
    margin-bottom: 20px;
  }
}

#page_top {
  position: fixed;
  right: 10%;
  bottom: 3px;
}
@media (max-width: 1279px) {
  #page_top {
    right: 0;
    bottom: 0;
  }
}

#page_top a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #3975D1;
  opacity: 0.8;
  position: relative;
}
@media (max-width: 480px) {
  #page_top a {
    width: 40px;
    height: 40px;
  }
}

#page_top a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 4rem;
  color: #fff;
  top: 0;
  left: 21%;
}
@media (max-width: 480px) {
  #page_top a::before {
    font-size: 2.4rem;
    font-weight: 600;
    left: 24%;
  }
}

.fv-wrapper {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1279px) {
  .fv-wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .fv-wrapper {
    padding-bottom: 0;
  }
}
.fv-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 86%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 86%);
  z-index: -1;
}
@media (max-width: 1279px) {
  .fv-wrapper::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 80%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 80%);
    height: 95%;
  }
}
@media (max-width: 1279px) and (max-width: 480px) {
  .fv-wrapper::before {
    top: 14%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 78%);
            clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 78%);
  }
}
.fv-wrapper h2 {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 9%;
  width: 65%;
}
@media (max-width: 1279px) {
  .fv-wrapper h2 {
    width: 62%;
    top: 15%;
    left: 3%;
  }
}
@media (max-width: 480px) {
  .fv-wrapper h2 {
    width: 90%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.fv-wrapper .fv-contents {
  display: grid;
}
.fv-wrapper .video-wrapper {
  padding-top: 100px;
  grid-row: 1/2;
  grid-column: 1/2;
}
@media (max-width: 1279px) {
  .fv-wrapper .video-wrapper {
    padding-top: 0;
  }
}
.fv-wrapper .video-wrapper video {
  border-radius: 300px 0 0 0;
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  filter: brightness(1.2) contrast(0.6);
}
@media (max-width: 480px) {
  .fv-wrapper .video-wrapper video {
    width: 100%;
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    aspect-ratio: 9/16;
  }
}
.fv-wrapper .fv-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: auto;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 1;
}
@media (max-width: 1279px) {
  .fv-wrapper .fv-img {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .fv-wrapper .fv-img {
    max-width: 60%;
  }
}
.fv-wrapper .icon-wrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin-top: auto;
  height: 30%;
  padding: 20px 80px 20px 120px;
  background-color: #EBF3FF;
  border-radius: 0 70px 0 0;
}
@media (max-width: 1279px) {
  .fv-wrapper .icon-wrapper {
    padding: 10px 40px 10px 60px;
    height: 20%;
  }
}
@media (max-width: 768px) {
  .fv-wrapper .icon-wrapper {
    padding: 0;
    height: 20%;
  }
}
@media (max-width: 480px) {
  .fv-wrapper .icon-wrapper {
    border-radius: 0 10px 0 0;
  }
}
.fv-wrapper .icon-wrapper ul {
  display: flex;
  gap: 40px;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  .fv-wrapper .icon-wrapper ul {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .fv-wrapper .icon-wrapper ul {
    padding: 10px;
  }
}
.fv-wrapper .icon-wrapper ul li a {
  display: block;
  padding: 10px 11px 6px;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .fv-wrapper .icon-wrapper ul li a {
    padding: 5px 6px 3px;
  }
}
.fv-wrapper .icon-wrapper ul .icon-a {
  background-color: #FF0000;
}
.fv-wrapper .icon-wrapper ul .icon-b {
  background-color: #F00075;
}
.fv-wrapper .icon-wrapper ul .icon-c {
  background-color: #0765FF;
}
.fv-wrapper .icon-wrapper ul svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}
@media (max-width: 1279px) {
  .fv-wrapper .icon-wrapper ul svg {
    width: 20px;
    height: 20px;
  }
}
.fv-wrapper .bnr-img {
  max-width: 1000px;
  margin: 100px auto 0;
}
@media (max-width: 1279px) {
  .fv-wrapper .bnr-img {
    width: 90%;
    margin-top: 6%;
  }
}
.fv-wrapper .bnr-img img {
  border-radius: 18px;
}

h3 {
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.4rem;
  position: relative;
}
h3::before {
  position: absolute;
  content: "";
  font-family: "Doppio One", sans-serif;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #D9D9D9;
  letter-spacing: 0.2em;
  z-index: 0;
}

#voice h3::before {
  content: "Voice";
}

#case h3::before {
  content: "Case";
}

#about h3::before {
  content: "About";
}

#qa h3::before {
  content: "Q&A";
}

#news h3::before {
  content: "News";
}

#price h3::before {
  content: "Price";
}

#company h3::before {
  content: "Company";
}

#contact h3::before {
  content: "Contact";
}

#aqua {
  padding-top: 50px;
}
@media (max-width: 480px) {
  #aqua {
    padding-top: 30px;
  }
}

#aqua h3 {
  position: inherit;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #3975D1;
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  padding: 16px 40px;
  border-radius: 6px;
}
@media (max-width: 480px) {
  #aqua h3 {
    font-size: 1.8rem;
    padding: 8px 16px;
  }
}

.aqua-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 3.2rem;
  margin-bottom: 4rem;
  background-color: rgb(233, 246, 254);
}
@media (max-width: 1279px) {
  .aqua-wrapper {
    margin-bottom: unset;
  }
}
.aqua-wrapper h4 {
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.4rem;
  padding-top: 60px;
}
@media (max-width: 480px) {
  .aqua-wrapper h4 {
    padding-top: 30px;
  }
}
.aqua-wrapper .main-text {
  max-width: 800px;
  margin: 16px auto;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
}
@media (max-width: 1279px) {
  .aqua-wrapper .main-text {
    width: 90%;
  }
}
.aqua-wrapper .flex-wrapper {
  display: flex;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media (max-width: 1279px) {
  .aqua-wrapper .flex-wrapper {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .aqua-wrapper .flex-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .aqua-wrapper .flex-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .aqua-wrapper .flex-wrapper p {
    max-width: 360px;
    font-size: 1.6rem;
  }
}
.aqua-wrapper .flex-wrapper iframe {
  display: block;
  width: 70%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
  transition: transform 0.5s ease;
}
@media (max-width: 1279px) {
  .aqua-wrapper .flex-wrapper iframe {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .aqua-wrapper .flex-wrapper iframe {
    height: 30vh;
  }
}
@media (hover: hover) {
  .aqua-wrapper .flex-wrapper:hover iframe {
    transform: scale(1.02);
  }
}
.aqua-wrapper .flex-wrapper div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 2rem;
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
}
@media (max-width: 768px) {
  .aqua-wrapper .flex-wrapper div {
    gap: 20px;
  }
}
.aqua-wrapper .flex-wrapper div .aqua-logo {
  margin-top: 18px;
}
#voice {
  margin-bottom: 0;
  background-color: #f9f9f9;
}
#voice ul {
  display: flex;
  justify-content: space-between;
  row-gap: 50px;
  max-width: 1280px;
  margin: 60px auto 0;
  padding-bottom: 50px;
}
@media (max-width: 1279px) {
  #voice ul {
    width: 90%;
    gap: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #voice ul {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: 30px;
  }
}
#voice ul li {
  position: relative;
  max-width: 600px;
  width: 100%;
  background-color: #fff;
}
#voice ul li .abs {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
#voice ul li a {
  display: block;
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 480px) {
  #voice ul li a {
    font-size: 1.2rem;
  }
}
#voice ul li a div {
  padding: 30px;
}
@media (max-width: 480px) {
  #voice ul li a div {
    padding: 15px 15px 20px;
  }
}
#voice ul li a div .voice-title {
  margin-bottom: 16px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  #voice ul li a div .voice-title {
    margin-bottom: 8px;
  }
}

#case {
  margin-bottom: 0;
  background-color: rgb(233, 246, 254);
}
#case ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 40px;
  max-width: 1280px;
  margin: 60px auto 0;
  padding-bottom: 50px;
}
@media (max-width: 1279px) {
  #case ul {
    width: 90%;
    gap: 20px;
    row-gap: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #case ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #case ul {
    gap: 10px;
    row-gap: 25px;
    margin-top: 25px;
    padding-bottom: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
#case ul li {
  position: relative;
  max-width: 400px;
  width: 100%;
  background-color: #fff;
}
#case ul li .abs {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 480px) {
  #case ul li .abs {
    width: 30px;
  }
}
#case ul li a {
  display: block;
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 1279px) {
  #case ul li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  #case ul li a {
    font-size: 1.2rem;
  }
}
#case ul li a div {
  padding: 30px;
}
@media (max-width: 1279px) {
  #case ul li a div {
    padding: 15px;
  }
}
#case ul li a div .case-title {
  margin-bottom: 16px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
}
#case ul li a div .case-title time {
  font-size: 0.5em;
}
@media (max-width: 1279px) {
  #case ul li a div .case-title {
    margin-bottom: 0;
    font-size: 2rem;
  }
}
#case ul li a div .voice-title {
  margin-bottom: 16px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
}
#case ul li a div time {
  font-size: 0.8em;
}

#about {
  margin-bottom: 0;
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 58%, rgb(240, 241, 242) 100%);
}
#about h3 {
  margin-bottom: 30px;
}
#about ul {
  display: flex;
  justify-content: space-evenly;
  max-width: 1000px;
  margin: 0 auto 30px;
}
@media (max-width: 1279px) {
  #about ul {
    width: 90%;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  #about ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#about ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 25px;
  border-radius: 50%;
  background-color: #27B08E;
  color: #fff;
  font-size: 1.6rem;
  opacity: 0;
  transform: translateY(100px);
  aspect-ratio: 1;
  justify-content: end;
}
@media (max-width: 1279px) {
  #about ul li {
    max-width: 160px;
    width: 100%;
    max-height: 160px;
    height: 100%;
    font-size: 1.4rem;
    white-space: nowrap;
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  #about ul li {
    max-width: 100px;
    max-height: 100px;
    font-size: 1rem;
  }
}
@media (max-width: 1279px) {
  #about ul li img {
    width: 50%;
  }
}
#about ul li.animate {
  animation: bounceIn 0.8s ease-out forwards;
}
@keyframes bounceIn {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  60% {
    transform: translateY(-20px);
    opacity: 1;
  }
  80% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#about ul.features li:nth-child(1).animate {
  animation-delay: 0.2s;
}
#about ul.features li:nth-child(2).animate {
  animation-delay: 0.4s;
}
#about ul.features li:nth-child(3).animate {
  animation-delay: 0.6s;
}
#about ul.features li:nth-child(4).animate {
  animation-delay: 0.8s;
}
#about ul.features li:nth-child(5).animate {
  animation-delay: 1s;
}
#about .f-bold-l {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 1279px) {
  #about .f-bold-l {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  #about .f-bold-l {
    font-size: 1.6rem;
    text-align: left;
  }
}
#about .main-text-wrapper {
  max-width: 1280px;
  margin: 120px auto 104px;
  position: relative;
}
@media (max-width: 1279px) {
  #about .main-text-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 900px) {
  #about .main-text-wrapper {
    margin-top: 100px;
    margin-bottom: 200px;
  }
}
@media (max-width: 480px) {
  #about .main-text-wrapper {
    width: 90%;
    margin-bottom: 40px;
  }
}
#about .main-text-wrapper .abs {
  position: absolute;
  top: -15%;
  right: 0;
  padding-right: 10px;
}
@media (max-width: 1279px) {
  #about .main-text-wrapper .abs {
    width: 55%;
  }
}
@media (max-width: 900px) {
  #about .main-text-wrapper .abs {
    position: unset;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
  }
}
#about .main-text-wrapper .abs iframe {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  #about .main-text-wrapper .abs iframe {
    height: 30vh;
  }
}
@media (hover: hover) {
  #about .main-text-wrapper .abs:hover iframe {
    transform: scale(1.02);
  }
}
#about .main-text-wrapper .main-text-box {
  max-width: 750px;
  padding: 80px 70px 80px 60px;
  border: 1px solid #929292;
  font-size: clamp(1.2rem, 5vw, 1.6rem);
}
@media (max-width: 1279px) {
  #about .main-text-wrapper .main-text-box {
    width: 50%;
    margin-top: 10%;
    padding: 50px;
  }
}
@media (max-width: 900px) {
  #about .main-text-wrapper .main-text-box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3%;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  #about .main-text-wrapper .main-text-box {
    width: 100%;
    padding: 15px;
    font-size: 1.4rem;
    margin-right: unset;
    margin-left: unset;
  }
}
#about .main-text-wrapper .main-text-box p {
  width: 90%;
  margin: 0 auto 16px;
}
@media (max-width: 480px) {
  #about .main-text-wrapper .main-text-box p {
    width: 100%;
    margin: 0 0 8px;
  }
}
#about .about-bi {
  padding: 100px 0;
  background-attachment: fixed;
  background-image: url(../img/about-bi.jpg);
  background-repeat: no-repeat;
  background-position: center 80%;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.65);
  background-blend-mode: overlay;
}
@media (max-width: 480px) {
  #about .about-bi {
    padding: 80px 0;
    background-attachment: unset;
  }
}
#about .about-bi p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.7rem;
  text-align: justify;
  line-height: 1.9;
  padding: 50px 60px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
@media (max-width: 1279px) {
  #about .about-bi p {
    width: 90%;
  }
}
@media (max-width: 480px) {
  #about .about-bi p {
    font-size: 1.4rem;
  }
}
#about .flex-wrapper {
  max-width: 1280px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1279px) {
  #about .flex-wrapper {
    width: 90%;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  #about .flex-wrapper {
    flex-direction: column;
    margin-top: 40px;
  }
}
#about .flex-wrapper p {
  font-size: 1.6rem;
}
@media (max-width: 1279px) {
  #about .flex-wrapper p {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #about .flex-wrapper p {
    width: 100%;
    font-size: 1.4rem;
  }
}
#about .overwrapBox {
  /* height: 200px; */
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  #about .overwrapBox {
    flex-direction: column;
  }
}
#about .overwrapBox .ObjectLeft {
  width: 50%;
  height: auto;
  margin: 0;
  display: grid;
  place-items: center center;
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
}
@media (max-width: 480px) {
  #about .overwrapBox .ObjectLeft {
    width: 100%;
  }
}
#about .overwrapBox .ObjectLeft iframe {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 16/9;
  transition: transform 0.5s ease;
}
#about .overwrapBox .txtRight {
  position: absolute;
  right: 0;
  top: clamp(-70px, -8vw, -100px);
  width: 53%;
  background: #ecf0f3;
  padding: 55px 70px;
  box-sizing: border-box;
  z-index: 0;
  font-size: clamp(1.2rem, 5vw, 1.6rem);
  line-height: 2;
}
@media (max-width: 480px) {
  #about .overwrapBox .txtRight {
    position: unset;
    width: 100%;
    padding: 20px 30px;
    font-size: 1.5rem;
  }
}
#about .overwrapBox .txtRight p {
  margin: 8px 0;
}

#qa {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media (max-width: 1279px) {
  #qa {
    width: 90%;
  }
}
@media (max-width: 480px) {
  #qa {
    padding-top: 80px;
  }
}
#qa h3 {
  margin-bottom: 50px;
}
@media (max-width: 1279px) {
  #qa h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #qa h3 {
    margin-bottom: 16px;
  }
}

.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #FFF;
  font-weight: bold;
  padding: 16px 45px 16px 20px;
  margin: 10px 0 0;
  text-align: center;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  background-color: rgb(233, 246, 254);
}

.accordion-header::after {
  position: absolute;
  content: "";
  top: 24px;
  right: 3%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #001c48;
  border-right: 3px solid #001c48;
  transform: rotate(314deg);
  transition: transform 0.3s ease;
}

.accordion-header::after {
  transform: rotate(135deg);
}

.accordion-header.active::after {
  transform: rotate(318deg);
}

.accordion-content {
  padding: 40px 50px 40px;
  background-color: #f8f8f8;
  font-size: 1.6rem;
  line-height: 1.85;
}
@media (max-width: 480px) {
  .accordion-content {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  #news {
    padding-top: 80px;
  }
}
#news dl {
  max-width: 1000px;
  margin: 30px auto;
  padding: 50px 0;
  font-size: 1.6rem;
  border: 1px solid #D9D9D9;
}
@media (max-width: 1279px) {
  #news dl {
    width: 90%;
    margin-bottom: 80px;
    padding: 30px 16px;
  }
}
@media (max-width: 480px) {
  #news dl {
    margin-top: 16px;
    margin-bottom: 50px;
  }
}
#news dl a {
  display: flex;
  gap: 30px;
  max-width: 700px;
  justify-content: center;
  align-items: start;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #000;
}
#news dl a:hover dd {
  text-decoration: underline;
}
#news dl a:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #news dl a {
    flex-direction: column;
    gap: 3px;
    font-size: 1.4rem;
  }
}
#news dl dt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 900;
}
#news dl dd div.Title {
  text-align: left;
  border: none;
  display: block;
  margin-bottom: 0;
  padding-bottom: 3px;
  font-weight: bold;
}

#price {
  margin-bottom: 0;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}
@media (max-width: 1279px) {
  #price {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  #price {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
#price .flex-wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
  padding: 30px 20px;
  background-color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 1279px) {
  #price .flex-wrapper {
    width: 90%;
  }
}
@media (max-width: 480px) {
  #price .flex-wrapper {
    gap: 16px;
    flex-direction: column;
    margin-top: 16px;
  }
}
#price .flex-wrapper div h4 {
  font-size: 2rem;
  padding: 16px 20px;
  text-align: center;
  text-wrap: pretty;
  margin-bottom: 20px;
  color: #fff;
  background-color: #3975D1;
}
@media (max-width: 480px) {
  #price .flex-wrapper div h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 20px;
  }
}
#price .flex-wrapper div p {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  #price .flex-wrapper div p {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
  #price .flex-wrapper div p:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  #company {
    padding-top: 60px;
  }
}
#company table {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1279px) {
  #company table {
    width: 90%;
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  #company table {
    margin-bottom: 50px;
  }
}
#company table tr {
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  #company table tr {
    font-size: 1.2rem;
  }
}
#company table tr:first-child th, #company table tr:first-child td {
  padding-top: 40px;
}
@media (max-width: 480px) {
  #company table tr:first-child th, #company table tr:first-child td {
    padding-top: 20px;
  }
}
#company table tr:last-child th, #company table tr:last-child td {
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  #company table tr:last-child th, #company table tr:last-child td {
    padding-bottom: 20px;
  }
}
#company table tr th {
  padding: 20px;
  padding-left: 100px;
  font-weight: 600;
  vertical-align: top;
}
@media (max-width: 480px) {
  #company table tr th {
    padding: 10px 0 10px 10px;
  }
}
#company table tr td {
  padding: 20px;
  width: 60%;
  vertical-align: top;
}
@media (max-width: 480px) {
  #company table tr td {
    padding: 10px 0 10px 10px;
  }
}

#Staff {
  margin-bottom: 0;
  padding-bottom: 80px;
}
#Staff h3:before {
  content: "STAFF";
}
#Staff .StaffArea {
  background-color: #fff;
  padding: 60px 70px 22px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  #Staff .StaffArea {
    padding: 40px 30px;
  }
}
#Staff .StaffArea dl {
  width: 48%;
  display: flex;
  justify-content: flex-end;
  background-color: #5399e9;
  border-radius: 10px;
  position: relative;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  #Staff .StaffArea dl {
    width: 100%;
  }
}
#Staff .StaffArea dl dt {
  color: #fff;
  /* text-shadow: 0 3px 6px rgba(0, 0, 0, .16); */
  text-shadow: #5399e9 2px 0px 2px, #5399e9 -2px 0px 2px, #5399e9 0px -2px 2px, #5399e9 -2px 0px 2px, #5399e9 2px 2px 2px, #5399e9 -2px 2px 2px, #5399e9 2px -2px 2px, #5399e9 -2px -2px 2px, #5399e9 1px 2px 2px, #5399e9 -1px 2px 2px, #5399e9 1px -2px 2px, #5399e9 -1px -2px 2px, #5399e9 2px 1px 2px, #5399e9 -2px 1px 2px, #5399e9 2px -1px 2px, #5399e9 -2px -1px 2px, #5399e9 1px 1px 2px, #5399e9 -1px 1px 2px, #5399e9 1px -1px 2px, #5399e9 -1px -1px 2px;
  position: absolute;
  /* top: 1em; */
  left: 2em;
  bottom: 1.6em;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  width: 50%;
  text-align: justify;
}
@media (max-width: 768px) {
  #Staff .StaffArea dl dt {
    width: calc(100% - 3em);
    left: 1.5em;
    bottom: 1em;
  }
}
#Staff .StaffArea dl dt .name {
  font-size: 2rem;
  font-weight: bold;
}
#Staff .StaffArea dl dt .position {
  font-size: 1.3rem;
}
#Staff .StaffArea dl dt .motto {
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #Staff .StaffArea dl dt .motto {
    font-size: 1.2rem;
  }
}
#Staff .StaffArea dl dt .motto span {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #Staff .StaffArea dl dt .motto span {
    font-size: 1.2rem;
  }
}
#Staff .StaffArea dl dd {
  width: 60%;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  #Staff .StaffArea dl dd {
    width: 70%;
  }
}
#Staff .StaffArea dl dd img {
  border-radius: 0 10px 10px 0;
}

#contact {
  margin-bottom: 0;
  background-color: #f9f9f9;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  #contact {
    padding-top: 60px;
  }
}
#contact .contact-text {
  max-width: 600px;
  margin: 30px auto 60px;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  #contact .contact-text {
    width: 90%;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
#contact form {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (max-width: 1279px) {
  #contact form {
    width: 90%;
  }
}
@media (max-width: 480px) {
  #contact form {
    padding-bottom: 50px;
  }
}
#contact form p {
  margin-bottom: 20px;
  font-size: 2rem;
}
@media (max-width: 480px) {
  #contact form p {
    font-size: 1.8rem;
  }
}

footer {
  background-color: #3975D1;
}
footer .flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 1279px) {
  footer .flex-wrapper {
    gap: 1.8rem;
    flex-direction: column;
    justify-content: start;
    align-items: unset;
    width: 90%;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  footer .flex-wrapper {
    gap: 0;
    padding: 10px 0 0;
  }
}
footer h2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px;
  background-color: #fff;
}
@media (max-width: 768px) {
  footer h2 {
    padding: 3px 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  footer h2 img {
    max-width: 120px;
  }
}
footer nav ul {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 1279px) {
  footer nav ul {
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 0;
  }
}
@media (max-width: 480px) {
  footer nav ul {
    gap: 10px;
  }
}
footer nav ul li a {
  display: block;
  padding: 15px 0;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
}
@media (max-width: 1279px) {
  footer nav ul li a {
    padding: 5px 0;
  }
}
footer hr {
  border: none;
}
footer small {
  display: block;
  padding: 10px 0;
  background-color: #0D1391;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 480px) {
  footer small {
    font-size: 1rem;
  }
}

@media (max-width: 900px) {
  header nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 40%;
    background-color: #3975D1;
    opacity: 0.95;
    transition: right 0.3s ease;
    padding: 50px 20px 20px;
  }
}
@media (max-width: 900px) and (max-width: 480px) {
  header nav {
    height: 53vh;
    width: 60%;
  }
}
@media (max-width: 900px) {
  header nav.on {
    right: 0;
  }
  header nav ul {
    flex-direction: column;
    gap: 0;
  }
  header nav ul li ul {
    flex-direction: row;
    gap: 1.6rem;
    margin-bottom: 20px;
  }
  .nav-contact {
    text-align: center;
  }
}
@media (max-width: 900px) and (max-width: 480px) {
  .nav-contact {
    margin-top: 20px;
  }
}
@media (max-width: 900px) {
  .hbg-menu {
    display: block;
    position: absolute;
    position: fixed;
    z-index: 100;
    right: 8px;
    top: 18px;
  }
  .hbg-menu span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 6px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 5px;
  }
  .hbg-menu span:nth-child(1)::before {
    content: "MENU";
    position: absolute;
    top: -15px;
    right: 0.4px;
    color: #fff;
  }
  .hbg-menu.on span:nth-child(1) {
    transform: rotate(45deg) translate(6.5px, 6.5px);
    background-color: #fff;
  }
  .hbg-menu.on span:nth-child(1)::before {
    content: "CLOSE";
    transform: rotate(-45deg) translate(6.5px, 6.5px);
    top: -20px;
    right: 21px;
  }
  .hbg-menu.on span:nth-child(2) {
    opacity: 0;
  }
  .hbg-menu.on span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background-color: #fff;
  }
}
.all {
  padding: 160px 0 100px;
  text-align: center;
  font-size: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: overlay;
}
@media (max-width: 768px) {
  .all {
    padding: 120px 0 70px;
    font-size: 3rem;
  }
}

.voice-all .all {
  background-image: url(../img/1.jpg);
}

.voice-all #voice {
  padding-top: 100px;
}
@media (max-width: 480px) {
  .voice-all #voice {
    padding-top: 80px;
  }
}

.voice-all #voice ul {
  max-width: 1320px;
  flex-wrap: wrap;
  padding: 0 20px 100px;
}
@media (max-width: 1279px) {
  .voice-all #voice ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
}
@media (max-width: 768px) {
  .voice-all #voice ul {
    grid-template-columns: 1fr;
    padding: 0 0 80px;
  }
}
@media (max-width: 768px) {
  .voice-all #voice ul li {
    margin: 0 auto;
  }
}

.case-all .all {
  background-image: url(../img/2.jpg);
}

.case-all #case {
  padding-top: 100px;
}
@media (max-width: 480px) {
  .case-all #case {
    padding-top: 80px;
  }
}

.case-all #case ul {
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .case-all #case ul {
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=style.css.map */