@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #363636;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
p {
  font-weight: 500;
}
p,
a,
span,
h1,
h2,
h3,
h4,
dt,
dd,
th,
td {
  line-height: 1.5em;
}
.SP {
  display: none;
}
.wrapp {
  max-width: 1200px;
  margin: 0 auto;
}
.sec_tit {
  text-align: center;
  padding-bottom: 60px;
}
.sec_tit h2 {
  display: inline;
  background: linear-gradient(transparent 70%, #fee833 70%);
  font-size: 40px;
  font-weight: bold;
}
.sec_tit p {
  font-weight: bold;
  margin-top: 60px;
  font-size: 20px;
}
section {
  padding: 70px 0;
}
/*mv*/
.sec_mv {
  background-position: center;
  background-image: url(../image/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
  -webkit-animation: fadeIn 2s ease;
  animation: fadeIn 2s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  padding: 120px 0 120px;
}
.sec_mv h1 {
  font-weight: bold;
  -webkit-animation: fadeIn 1s ease-in 0.8s;
  animation: fadeIn 1s ease-in 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 48px;
  color: #fff;
  text-shadow: 0px 0px 8px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
.sec_mv h2 {
  font-weight: bold;
  -webkit-animation: fadeIn 1s ease-in 1s;
  animation: fadeIn 1s ease-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  text-align: left;
  font-size: 20px;
  margin-top: 30px;
  color: #fff;
  text-shadow: 0px 0px 8px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
.mv_wrapp {
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}
.bkg_gl {
  background-color: #f2f2f2;
}
.bkg_bl {
  background-color: #e8f4ff;
}
/*nayami*/
.nayami_flex div {
  background-color: #fff;
  padding-top: 40px;
  text-align: center;
  border-radius: 10px;
}
.nayami_flex p {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-top: 30px;
}
.nayami_flex p span {
  font-weight: bold;
  color: orange;
}
/*opportunity*/
.opp_flex ul {
  display: flex;
  gap: 20px;
}
.opp_flex ul li:first-of-type {
  margin-top: 100px;
}
.opp_flex ul li:nth-of-type(2) {
  margin-top: 50px;
}
.opp_main {
  background-image: url(../image/opp_bkg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 70px;
}
.opp_main p {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.opp_baloon + img {
  display: block;
  margin: 60px auto 40px auto;
}
.opp_baloon {
  max-width: 100%;
  border-radius: 15px;
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 4px solid #003366;
  margin-inline: auto;
}
.opp_baloon::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}
.opp_baloon::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border: 4px solid;
  border-color: #003366 #003366 transparent transparent;
  rotate: 135deg;
  translate: -50%;
}
.opp_baloon p {
  margin: 0;
  padding: 0;
  font-size: 35px;
  color: #003366;
  font-weight: bold;
}
/*want*/
.want_flex {
  display: flex;
  gap: 60px;
  align-items: center;
  max-width: 825px;
  margin: 0 auto;
  flex-direction: row-reverse;
}
.want_flex p {
  font-weight: bold;
  font-size: 25px;
}
.want_flex p span {
  background-color: #fee833;
  font-weight: bold;
}
.want_bkg {
  color: #000000;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  padding: 30px 50px;
  border: 4px solid #003366;
  border-radius: 10px;
  font-size: 25px;
  max-width: 1000px;
  margin: 0 auto;
}
.sec_want .service_flex {
  margin-top: 60px;
}
/*service*/
.service_flex ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.service_flex li {
  box-shadow: 8px 8px 2px #ccc;
  border-radius: 10px;
  background-color: #fff;
  width: calc(90% / 3);
}
.service_flex .service_main {
  width: 92%;
}
.service_flex dt img {
  border-radius: 10px 10px 0 0;
}
.service_flex dd {
  padding: 20px 30px;
}
.service_flex dd h3 {
  color: #003366;
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: solid 1px #003366;
  margin-bottom: 20px;
  text-align: center;
}
.service_main dt,
.service_main dd {
  width: 50%;
}
.service_main dt img {
  border-radius: 10px 0 0 10px;
}
.service_main dl {
  display: flex;
  align-items: center;
}
.sec_case .service_flex li {
  transition: 0.3s;
}
.sec_case .service_flex li:hover {
  box-shadow: none;
  transform: translate(3px, 3px);
}
.service_flex a {
  color: inherit;
}

/*faq*/
.faq_cont dl {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
}
.faq_cont dt p {
  font-weight: bold;
  border-bottom: solid 1px #363636;
  padding-bottom: 10px;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
.faq_cont dd p {
  padding-top: 10px;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
.faq_cont li {
  margin-bottom: 20px;
}
/*cta*/
.cv {
  margin: 60px auto 0 auto;
}
.cv.wrapp {
  margin: 60px auto;
}
.cv img {
  width: 30px;
  padding-left: 30px;
}
.cv a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  /*background-image: linear-gradient(168deg, rgba(55, 119, 255, 1), rgba(153, 23, 255, 1) 56%, rgba(161, 15, 255, 1)); 紫*/
  /*background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
  オレンジ*/
  /*background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
  水色*/
  /*background-image: linear-gradient(90deg, rgba(248, 15, 15, 1), rgba(227, 39, 132, 1) 0%, rgba(237, 27, 75, 1) 0%, rgba(241, 23, 54, 1) 52%, rgba(245, 63, 201, 1));
  赤*/
  background-image: linear-gradient(90deg, rgba(89, 248, 57, 1), rgba(0, 128, 29, 1));
  /*緑*/
  padding: 20px 40px;
  box-shadow: 5px 5px 0 #153232;
  border-radius: 10px;
  transition: 0.3s;
}
.cv a:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
}

/* 通常バージョン */
.cta {
  margin: 60px auto 0 auto;
}
.cta.wrapp {
  margin: 60px auto;
}
.cta a {
  display: block;
  max-width: 100%;
  width: 680px;
  margin: 15px auto 0;
  text-align: center;
  padding: 16px;
  background-color: #003366;
  border: 2px solid #003366;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.cta a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}
.cta span {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 19.2px;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}
@media (hover: hover) {
  .cta a:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .cta a:not(.is-disabled-hover):hover span {
    color: #003366;
  }
}
@media not all and (min-width: 768px) {
  .cta a {
    width: auto;
  }
}
/*animation*/
.up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.up.on {
  transform: translateY(0);
  opacity: 1;
}
.main_btn.up:hover {
  transform: translateY(2px);
  box-shadow: none;
  transition: 0.3s;
}
/*responsive*/
@media screen and (max-width: 1300px) {
  .wrapp {
    max-width: 90%;
  }
  .slider li {
    display: block;
    margin: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .service_flex .service_main {
    width: 100%;
  }
  .service_flex .service_main dl {
    align-items: stretch;
  }
  .service_flex .service_main dt img {
    object-fit: cover;
    object-position: 0;
    height: 100%;
    width: 100%;
  }
  .service_flex dd h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .sec_mv h1 {
    font-size: 38px;
  }
  .sec_mv h2 {
    font-size: 18px;
  }
  .sec_tit h2 {
    font-size: 35px;
  }
  .sec_tit p {
    font-size: 18px;
  }
  .opp_main p:first-of-type {
    font-size: 25px;
  }
  .opp_main p:last-of-type span {
    font-size: 40px;
  }
}

@media screen and (max-width: 890px) {
  .sec_mv {
    padding: 100px 0 250px 0;
  }
  .nayami_flex ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .nayami_flex ul li {
    width: calc(80% / 2);
  }
  .service_flex dd h3 br {
    display: none;
  }
  .step_flex li {
    width: calc(100% / 3);
  }
  .step_flex li.steps::before {
    padding: 15px;
    left: -25px;
  }
  .step_flex li dd img {
    max-width: 60%;
    height: 80px;
    display: block;
  }
  .step_flex li dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 830px) {
  .service_flex .service_main dl {
    display: block;
  }
  .service_flex .service_main dt,
  .service_flex .service_main dd {
    width: fit-content;
  }
  .service_flex .service_main dt img {
    border-radius: 10px 10px 0 0;
  }
  .service_flex li {
    width: 100%;
    max-width: 540px;
  }
  .service_flex .service_main {
    width: 100%;
    max-width: 540px;
  }
  .opp_main p.bkg_cont span {
    font-size: 30px;
    padding: 5px;
  }
  .opp_main p span:first-of-type {
    margin: 0;
  }
  .opp_main p span:nth-of-type(2) {
    margin: 0 auto 10px 0;
  }
  .opp_main p span:last-of-type {
    margin: 0 auto 0 0;
  }
  .service_flex dt img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
  .case_flex {
    display: block;
  }
  .case_flex p:first-of-type {
    margin-bottom: 20px;
  }
  .want_flex {
    display: block;
  }
  .want_flex img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
  }
  .want_flex p {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .opp_baloon p {
    font-size: 30px;
    text-align: center;
  }
  .nayami_flex p {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .want_bkg {
    font-size: 20px;
    padding: 30px 20px;
  }
  .service_flex dd h3 {
    font-size: 18px;
  }
  .sec_mv h1 {
    font-size: 30px;
  }
  .sec_mv h2 {
    font-size: 16px;
  }
  .sec_tit h2 {
    font-size: 28px;
  }
  .sec_tit p {
    font-size: 16px;
  }
  .sec_mv {
    padding: 80px 0 150px 0;
  }
  .cv a {
    font-size: 20px;
  }
  .nayami_flex ul li img {
    height: 130px;
  }
  .opp_flex ul {
    display: block;
  }
  .opp_flex ul li img,
  .opp_flex ul li:first-of-type,
  .opp_flex ul li:nth-of-type(2) {
    margin: 30px auto;
    display: block;
    max-width: 280px;
  }
  .opp_main p:first-of-type {
    font-size: 20px;
  }
  .opp_main p:last-of-type span {
    font-size: 25px;
  }
  .case_cont dt {
    font-size: 18px;
  }
  .case_cont dd > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .case_cont dl {
    width: 100%;
  }
  .opp_main p:first-of-type {
    font-size: 18px;
  }
  .opp_main p:last-of-type span {
    font-size: 22px;
  }
  .step_flex li {
    width: 100%;
  }
  .step_flex li.steps::before {
    transform: rotate(90deg);
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .want_flex p {
    font-size: 18px;
  }
  .nayami_flex ul li {
    width: 80%;
    height: fit-content;
    position: static;
  }
  .nayami_flex ul li img {
    position: static;
  }
  .sec_mv {
    background-position: center;
  }
  .sec_mv h1 br {
    display: none;
  }
  .sec_mv h1 br.SP {
    display: block;
  }
  .sec_mv h2 br.SP {
    display: block;
  }
  .sec_case h2 span.PC {
    display: none;
  }
  br.SP {
    display: block;
  }
  .slider li {
    margin: 0 5px;
  }
  .opp_main .bkg_cont span br {
    display: block;
  }
  .opp_main p:last-of-type span.PC {
    display: none;
  }
  .opp_main p:last-of-type span.SP {
    display: block;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 450px) {
  .case_cont dd > p {
    font-size: 14px;
  }
  .cv a {
    font-size: 18px;
    padding: 20px;
  }
  .cv a img {
    width: 20px;
    padding-left: 10px;
  }
  .sec_tit h2 {
    font-size: 24px;
  }
  .sec_tit p {
    font-size: 15px;
  }
  .nayami_flex ul li img {
    height: 110px;
  }
  .opp_main p:last-of-type span {
    font-size: 22px;
  }
  .opp_baloon p {
    font-size: 25px;
  }
}

/*20250117追加*/
#header-pc .p-site-copy {
  font-size: 1rem !important;
}
#header-pc .p-top-link {
  font-size: 1rem !important;
}
@media print, screen and (min-width: 768px) {
  .contact_cont {
    width: 70%;
    margin: auto;
  }
}
/*
.l-contact {
  padding-top: 20px !important;
} */
.copyright {
  padding: 2rem;
  color: white;
  font-size: 12px;
}
#pageTop a {
  display: block !important;
  text-decoration: none;
  background: #536681;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 85%;
  line-height: 1.14;
  font-feature-settings: "palt";
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  transition: all 0.25s ease-in-out;
}
@media not all and (min-width: 768px) {
  #header-pc {
    display: block !important;
  }
}
/* add 20250415 */
.contact_head {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.contact_head img {
  max-width: 30%;
}
.contact_head h3 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}
.l-contact-item__heading {
  font-size: 24px !important;
}
.l-contact-item__text {
  font-size: 18px !important;
}
#footerArea .c-rounded-button__text {
  font-size: 20px !important;
}
#footerArea .l-contact__wrap {
  margin-top: 0 !important;
}
.l-contact {
  padding-bottom: 100px;
}
@media not all and (min-width: 768px) {
  .l-contact {
    display: block;
    padding-top: 64px;
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 800px) {
  .contact_head {
    display: block;
  }
  .contact_head img {
    max-width: 300px;
    margin: 0 auto 30px auto;
    display: block;
  }
  .contact_head div {
    margin: 0 auto;
    width: fit-content;
  }
}
