@charset "UTF-8";
/* CSS Information
---------------------------------------------------------------
Site URL:https://
File name:style.css
Summary:base styles
Created:2025-08-01
--------------------------------------------------------------- */
/* Link */
/* ------------------------------------------------------------ */
a {
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/* Animation */
/* ------------------------------------------------------------ */
a,
img {
  transition: all 0.5s ease;
}

.alpha:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* Font */
/* ------------------------------------------------------------ */
sup {
  font-size: 66%;
  vertical-align: top;
}

sub {
  font-size: 66%;
  vertical-align: baseline;
}

/* インデント1文字分 */
/* ------------------------------------------------------------ */
.indent {
  text-indent: -1em;
  margin-left: 1em;
}

/* HR */
/* ------------------------------------------------------------ */
hr {
  width: 100%;
  height: 1px;
  padding: 0;
  display: block;
  border: 0;
  background: #000;
}

/* pc_mode / sp_mode */
/* ------------------------------------------------------------ */
.pc {
  display: inherit;
}

.sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}
/* Style */
/* ------------------------------------------------------------ */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  html {
    font-size: 3.271vw;
  }
}
html body {
  background: #fff;
}
html body header {
  background: url("../img/bg_mainvisual.png") center top/cover no-repeat;
  width: 100%;
  aspect-ratio: 12/7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  html body header {
    background: url("../img/bg_mainvisual_sp.png") center top/cover no-repeat;
    aspect-ratio: 107/175;
  }
}
html body header h1 {
  width: 16.667vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
@media screen and (max-width: 980px) {
  html body header h1 {
    width: 28.037vw;
  }
}
html body header h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 50/27;
  background: #fff;
}
html body header h1 a img {
  width: 87%;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html body header figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 1s;
}
html body header h2 {
  width: 82.5vw;
  aspect-ratio: 99/20;
  position: relative;
  margin-bottom: 1.667vw;
}
@media screen and (max-width: 980px) {
  html body header h2 {
    width: 93.458vw;
    margin-bottom: 4.673vw;
  }
}
html body header h2 span {
  display: none;
}
html body header h2 img {
  position: absolute;
  opacity: 0;
  animation: fadeUp 0.6s ease forwards;
}
html body header h2 img:nth-of-type(1) {
  animation-delay: 1.8s;
}
html body header h2 img:nth-of-type(2) {
  animation-delay: 2s;
}
html body header h2 img:nth-of-type(3) {
  animation-delay: 2.2s;
}
html body header h2 img:nth-of-type(4) {
  animation-delay: 2.4s;
}
html body header h2 img:nth-of-type(5) {
  animation-delay: 2.6s;
}
html body header h2 img:nth-of-type(6) {
  animation-delay: 2.8s;
}
html body header h2 img:nth-of-type(7) {
  animation-delay: 3s;
}
html body header h2 img:nth-of-type(8) {
  animation-delay: 3.2s;
}
html body header h2 img:nth-of-type(9) {
  animation-delay: 3.4s;
}
html body header h2 img:nth-of-type(10) {
  animation-delay: 3.6s;
}
html body header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 82.5vw;
  z-index: 12;
  margin-bottom: 4.167vw;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 4.2s;
}
@media screen and (max-width: 980px) {
  html body header ul {
    flex-direction: column;
    justify-content: center;
    gap: 2.336vw;
    width: 93.458vw;
    margin-bottom: 25.701vw;
  }
}
html body header ul li {
  width: 39.667vw;
}
@media screen and (max-width: 980px) {
  html body header ul li {
    width: 100%;
  }
}
html body main section#intro .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner {
    width: 100%;
    padding: 18.692vw 7.009vw;
  }
}
html body main section#intro .inner > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
html body main section#intro .inner > div h2 {
  width: 270px;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div h2 {
    width: 46.729vw;
  }
}
html body main section#intro .inner > div:nth-of-type(1) h3 {
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div:nth-of-type(1) h3 {
    margin-top: 4.673vw;
  }
}
html body main section#intro .inner > div:nth-of-type(1) h3 img {
  width: auto;
  height: 29px;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div:nth-of-type(1) h3 img {
    height: 5.841vw;
  }
}
html body main section#intro .inner > div:nth-of-type(1) ul {
  width: 100%;
  background: #F0F0F0;
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div:nth-of-type(1) ul {
    border-radius: 2.336vw;
    padding: 4.673vw;
    margin-top: 4.673vw;
  }
}
html body main section#intro .inner > div:nth-of-type(1) ul li {
  font-size: 14px;
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div:nth-of-type(1) ul li {
    font-size: 0.857rem;
  }
}
html body main section#intro .inner > div:nth-of-type(2) {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div:nth-of-type(2) {
    margin-top: 18.692vw;
  }
}
html body main section#intro .inner > div:nth-of-type(2) h3 img {
  width: auto;
  height: 29px;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div:nth-of-type(2) h3 {
    margin-top: 18.692vw;
  }
  html body main section#intro .inner > div:nth-of-type(2) h3 img {
    height: 5.841vw;
  }
}
html body main section#intro .inner > div:nth-of-type(2) ul {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div:nth-of-type(2) ul {
    margin-top: 9.346vw;
  }
}
html body main section#intro .inner > div:nth-of-type(2) ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
}
html body main section#intro .inner > div:nth-of-type(2) ul li::before {
  content: "・";
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div:nth-of-type(2) ul li {
    font-size: 1rem;
  }
}
html body main section#intro .inner > div:nth-of-type(2) dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  border: 2px #FB524A solid;
  background: #656565;
  width: 740px;
  padding: 15px 0;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div:nth-of-type(2) dl {
    flex-wrap: wrap;
    gap: 2.336vw;
    width: 100%;
    padding: 4.673vw;
    margin-top: 9.346vw;
  }
}
html body main section#intro .inner > div:nth-of-type(2) dl dt {
  width: 260px;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div:nth-of-type(2) dl dt {
    width: 100%;
  }
}
html body main section#intro .inner > div:nth-of-type(2) dl dd {
  width: 202px;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div:nth-of-type(2) dl dd {
    width: 48%;
  }
}
html body main section#intro .inner > div p {
  font-weight: bold;
  line-height: 1.8;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  html body main section#intro .inner > div p {
    margin-top: 9.346vw;
  }
}
html body main section#experience {
  background: url("../img/bg_experience.png") center center/cover no-repeat;
  width: 100%;
}
html body main section#experience .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 860px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  html body main section#experience .inner {
    width: 100%;
    padding: 18.692vw 7.009vw;
  }
}
html body main section#experience .inner h3 img {
  height: 45px;
}
@media screen and (max-width: 980px) {
  html body main section#experience .inner h3 img {
    height: 7.009vw;
  }
}
html body main section#experience .inner > div {
  border-radius: 20px;
  background: #fff;
  width: 100%;
  padding: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  html body main section#experience .inner > div {
    border-radius: 2.336vw;
    padding: 4.673vw;
    margin-top: 9.346vw;
  }
}
html body main section#experience .inner > div p {
  font-weight: bold;
  line-height: 1.8;
}
html body main section#experience .inner > div h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #52A4DD;
  width: 100%;
  padding: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  html body main section#experience .inner > div h4 {
    font-size: 1.142rem;
    padding: 2.336vw;
    margin-top: 9.346vw;
  }
}
html body main section#experience .inner > div > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 980px) {
  html body main section#experience .inner > div > div {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.673vw;
    margin: 4.673vw 0;
  }
}
html body main section#experience .inner > div > div dl {
  border-radius: 20px;
  background: #fff;
  width: 100%;
  background: #52A4DD;
  padding: 20px;
}
@media screen and (max-width: 980px) {
  html body main section#experience .inner > div > div dl {
    border-radius: 2.336vw;
    padding: 4.673vw;
  }
}
html body main section#experience .inner > div > div dl dt {
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px #fff solid;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  html body main section#experience .inner > div > div dl dt {
    padding-bottom: 1.168vw;
    border-bottom: 1px #fff solid;
    margin-bottom: 2.336vw;
  }
}
html body main section#experience .inner > div > div dl dd {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 980px) {
  html body main section#experience .inner > div > div dl dd {
    font-size: 0.857rem;
  }
}
html body main section#flow .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  html body main section#flow .inner {
    width: 100%;
    padding: 18.692vw 7.009vw;
  }
}
html body main section#flow .inner h3 img {
  height: 29px;
}
@media screen and (max-width: 980px) {
  html body main section#flow .inner h3 img {
    height: 5.841vw;
  }
}
html body main section#flow .inner ul {
  width: 100%;
}
html body main section#flow .inner ul:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  html body main section#flow .inner ul:nth-of-type(1) {
    margin-top: 9.346vw;
  }
}
html body main section#flow .inner ul:nth-of-type(1) li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #BF0108;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 980px) {
  html body main section#flow .inner ul:nth-of-type(1) li {
    border-radius: 2.336vw;
    height: 11.682vw;
  }
}
html body main section#flow .inner ul:nth-of-type(1) li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 22px;
  height: 17px;
  background: url("../img/flow_arrow.png") no-repeat center/contain;
}
@media screen and (max-width: 980px) {
  html body main section#flow .inner ul:nth-of-type(1) li::after {
    bottom: -3.505vw;
    width: 3.271vw;
    height: 2.57vw;
  }
}
html body main section#flow .inner ul:nth-of-type(1) li:nth-of-type(n+2) {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 980px) {
  html body main section#flow .inner ul:nth-of-type(1) li:nth-of-type(n+2) {
    margin-top: 4.673vw;
  }
}
html body main section#flow .inner ul:nth-of-type(1) li:last-child::after {
  content: none;
}
html body main section#flow .inner ul:nth-of-type(1) li img {
  width: 502px;
}
@media screen and (max-width: 980px) {
  html body main section#flow .inner ul:nth-of-type(1) li img {
    width: 72.43vw;
  }
}
html body main section#flow .inner ul:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #EBEBEB;
  padding: 20px 0;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  html body main section#flow .inner ul:nth-of-type(2) {
    gap: 2.336vw;
    padding: 4.673vw 0;
    margin-top: 9.346vw;
  }
}
html body main section#flow .inner ul:nth-of-type(2) li img {
  width: auto;
  height: 97px;
}
@media screen and (max-width: 980px) {
  html body main section#flow .inner ul:nth-of-type(2) li img {
    height: 15.421vw;
  }
}
html body main section#flow .inner p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  html body main section#flow .inner p {
    font-size: 0.857rem;
    margin-top: 4.673vw;
  }
}
html body main section#greeting {
  background: url("../img/bg_greeting.png") center center/cover no-repeat;
  width: 100%;
}
html body main section#greeting .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 950px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  html body main section#greeting .inner {
    width: 100%;
    padding: 18.692vw 7.009vw;
  }
}
html body main section#greeting .inner h3 img {
  height: 45px;
}
@media screen and (max-width: 980px) {
  html body main section#greeting .inner h3 img {
    height: 7.009vw;
  }
}
html body main section#greeting .inner > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  html body main section#greeting .inner > div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 9.346vw;
    margin-top: 9.346vw;
  }
}
html body main section#greeting .inner > div p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 980px) {
  html body main section#greeting .inner > div p {
    font-size: 1rem;
  }
}
html body main section#greeting .inner > div figure {
  flex-shrink: 0;
  width: 330px;
}
@media screen and (max-width: 980px) {
  html body main section#greeting .inner > div figure {
    width: min(100%, 660px);
  }
}
html body main section#faq .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  html body main section#faq .inner {
    width: 100%;
    padding: 18.692vw 7.009vw;
  }
}
html body main section#faq .inner h3 img {
  height: 29px;
}
@media screen and (max-width: 980px) {
  html body main section#faq .inner h3 img {
    height: 5.841vw;
  }
}
html body main section#faq .inner dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  html body main section#faq .inner dl {
    margin-top: 9.346vw;
  }
}
html body main section#faq .inner dl:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  html body main section#faq .inner dl:nth-of-type(n+2) {
    margin-top: 4.673vw;
  }
}
html body main section#faq .inner dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background: #BF0108;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  html body main section#faq .inner dl dt {
    border-radius: 2.336vw 2.336vw 0 0;
    padding: 2.336vw 0 2.336vw 2.336vw;
    font-size: 0.857rem;
  }
}
html body main section#faq .inner dl dt img {
  width: 24px;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  html body main section#faq .inner dl dt img {
    width: 3.505vw;
    margin-right: 1.168vw;
  }
}
html body main section#faq .inner dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0 0 10px 10px;
  background: #EBEBEB;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  html body main section#faq .inner dl dd {
    border-radius: 0 0 2.336vw 2.336vw;
    padding: 2.336vw 0 2.336vw 2.336vw;
    font-size: 0.857rem;
  }
}
html body main section#faq .inner dl dd img {
  width: 24px;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  html body main section#faq .inner dl dd img {
    width: 3.505vw;
    margin-right: 1.168vw;
  }
}
html body footer {
  background: #BF0108;
}
html body footer .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  html body footer .inner {
    width: 100%;
    padding: 0 0 18.692vw;
  }
}
html body footer .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px #fff solid;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  html body footer .inner ul {
    gap: 4.673vw;
    padding: 4.673vw 0;
    margin-bottom: 9.346vw;
  }
}
html body footer .inner ul li a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  html body footer .inner ul li a {
    font-size: 0.857rem;
  }
}
html body footer .inner h1 {
  width: 270px;
}
@media screen and (max-width: 980px) {
  html body footer .inner h1 {
    width: 46.729vw;
  }
}
html body footer .inner h1 img {
  filter: brightness(0) invert(1);
}
html body footer .inner small {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  html body footer .inner small {
    font-size: 0.714rem;
    margin-top: 9.346vw;
  }
}
html body ul.scroll_banner {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  width: 33.333vw;
  z-index: 100;
}
@media screen and (max-width: 980px) {
  html body ul.scroll_banner {
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
html body ul.scroll_banner li {
  width: 50%;
}/*# sourceMappingURL=style.css.map */