@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;
  word-break: keep-all;
  overflow-wrap: break-word;
  opacity: 0;
}

.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;
  opacity: 0;
}

.mv_wrapp {
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}

.bkg_gl {
  background-color: #f2f2f2;
}

.bkg_bl {
  background-color: #e8f4ff;
}

/*nayami*/
.nayami_flex ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 15px;
}

.nayami_flex li {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  height: 300px;
}

.nayami_flex li p {
  padding: 30px 20px;
  font-size: clamp(16px, 13.7584px + 0.5979vw, 20px);
  font-weight: bold;
  text-align: center;
}

.nayami_flex li img {
  display: block;
  margin: auto;
  height: 147px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/*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_text {
  margin-top: 64px;
  font-size: clamp(18px, 11.2736px + 1.7937vw, 30px);
  font-weight: bold;
  text-align: center;
}

.opp_bkg {
  position: relative;
  z-index: -1;
  margin-top: calc(clamp(2rem, 0.8789rem + 4.7833vw, 4rem) * -1);
}

.opp_bgtext {
  max-width: 900px;
  margin-inline: auto;
  padding: 24px 16px;
  font-size: clamp(22px, 16.3952px + 1.4948vw, 32px);
  text-align: center;
  background-color: #003366;
  color: #fff;
  border-radius: 12px;
}

.opp_bgtext>span {
  font-weight: 500;
  color: #fee833;
}

/*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% / 2);
}

.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 {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
  color: #003366;
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: solid 1px #003366;
  margin-bottom: 20px;
}

.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;
}

/*case*/
.case_cont.th {
  margin-top: 50px;
}

.case_cont dl {
  border: solid 3px #003366;
  background-color: #e8f4ff;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
}

.case_cont dt {
  background-color: #003366;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 25px;
}

.case_cont dd>p {
  color: #003366;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding: 30px 0;
}

.slider li img {
  border-radius: 10px;
  display: block;
}

.slider li {
  width: fit-content;
}

.case_flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 40px;
  padding: 30px;
  justify-content: center;
}

.case_flex::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  order: 2;
}

.case_flex .-left {
  order: 3;
}

/*step*/
.step_flex ul {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.step_flex li {
  background-color: #fff;
  border-radius: 10px;
  width: calc(80% / 3);
  padding: 0 20px;
}

.step_flex li dl {
  width: fit-content;
  margin: 0 auto;
  padding: 20px 0;
}

.step_flex li dt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #003366;
  margin-bottom: 30px;
}

.step_flex li dd img {
  display: block;
  margin: 0 auto 30px auto;
}

.step_flex li dd p {
  font-size: 14px;
}

.step_flex li.steps {
  position: relative;
}

.step_flex li.steps::before {
  content: "";
  background-image: url(../image/step.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*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));
  赤*/
  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;
}

.cv-ppl a {
  background-image: linear-gradient(168deg, rgba(55, 119, 255, 1), rgba(153, 23, 255, 1) 56%, rgba(161, 15, 255, 1)) !important;
}

/*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 li {
    width: calc(96% / 2);
  }

  .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;
  }
}

@media screen and (max-width: 890px) {
  .sec_mv {
    padding: 100px 0 250px 0;
  }

  .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;
  }
}

@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 800px) {
  .case_flex {
    grid-template-columns: auto auto 1fr;
  }

  .case_flex::after {
    width: 1px;
    height: auto;
  }

  .case_flex .-right {
    width: 360px;
  }

  .case_flex .-right>p {
    max-width: fit-content;
    margin-inline: auto;
  }
}

@media screen and (max-width: 680px) {
  .service_flex dd h3 {
    font-size: 18px;
  }

  .sec_mv h1 {
    font-size: 28px;
  }

  .sec_mv h2 {
    font-size: 16px;
  }

  .sec_tit h2 {
    font-size: 28px;
  }

  .sec_tit p {
    margin-top: 32px;
    font-size: 16px;
  }

  .sec_tit {
    padding-bottom: 40px;
  }

  .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;
  }

  .case_cont dt {
    font-size: 18px;
  }

  .case_cont dd>p {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .case_cont dl {
    width: 100%;
  }

  .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) {
  .nayami_flex ul li {
    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;
  }

  br.SP {
    display: block;
  }

  br.PC {
    display: none;
  }

  .slider li {
    margin: 0 5px;
  }
}

@media screen and (max-width: 450px) {
  .case_cont dd>p {
    font-size: 14px;
  }

  .cv a {
    font-size: 18px;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .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;
  }
}

/*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;
  }
}

.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;
}

@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;
  }
}

.l-contact {
  padding-bottom: 100px;
}

@media not all and (min-width: 768px) {
  .l-contact {
    padding-bottom: 54px;
  }
}

/* add20250523 */
.idea_main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}

.idea_item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 8px;
  align-items: center;
}

.idea_item h3 {
  font-size: clamp(16px, 13.7584px + 0.5979vw, 20px);
  font-weight: bold;
}

.idea_item img {
  max-width: 165px;
}

.idea_sub {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: 15px;
}

.idea_subItem {
  padding: 32px;
  display: grid;
  align-items: center;
  background-color: #e9ecf2;
  border-radius: 12px;
}

.idea_subItem>h3 {
  font-size: clamp(16px, 13.7584px + 0.5979vw, 20px);
  font-weight: bold;
}

.os_image {
  margin-inline: auto;
  display: block;
}

@media not screen and (min-width: 768px) {
  .idea_item h3 {
    grid-column: 2;
    grid-row: 1 / 2;
  }

  .idea_item p {
    grid-column: 1 / 3;
    grid-row: 2 / 2;
  }

  .idea_item img {
    width: 120px;
    align-self: center;
    grid-column: 1;
    grid-row: 1 / 2;
  }
}

@media screen and (min-width: 768px) {
  .idea_item {
    gap: 12px 24px;
  }

  .idea_main {
    grid-template-columns: repeat(2, 1fr);
  }

  .idea_item h3 {
    align-self: end;
  }

  .idea_item p {
    align-self: start;
  }

  .idea_item img {
    align-self: center;
    grid-column: 1;
    grid-row: 1 / 3;
  }
}

.pt-0 {
  padding-top: 0;
}

/* add MVにフォーム追加*/
.mv_hbspt {
  max-width: 520px;
  width: 100%;
  min-height: 460px;
  background-color: #fff;
  padding-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}

.hbspt_head {
  display: grid;
  gap: 12px;
  padding: 14px 16px;
  background-color: #003366;
  margin-bottom: 16px;
  align-items: center;
}

.mv_hbspt img {
  max-width: 120px;
}

.mv_hbspt h2 {
  color: #fff;
  margin-top: 0;
}

.mv_hbspt .hbspt-form {
  height: 400px;
  overflow-y: scroll;
  padding-left: 16px;
}

.hbspt-form::-webkit-scrollbar {
  width: 12px;
}

.hbspt-form::-webkit-scrollbar-thumb {
  background: #003366;
  border-radius: 8px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background-clip: padding-box;
}

.hbspt-form::-webkit-scrollbar-track {
  margin-top: 2px;
  margin-bottom: 2px;
}


@media not (min-width:768px) {
  .mv_hbspt {
    display: none;
    cursor: none;
  }
}

@media (min-width:768px) {
  .mv_wrapp {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
  }
}

@media (min-width: 820px) {
  .hbspt_head {
    grid-template-columns: auto 1fr;
  }
}

@media (min-width: 768px) and (not (min-width: 820px)) {
  .hbspt_head {
    justify-items: center;
  }
}

/* ヘッダー */
#header-pc .p-header__inner {
  display: flex;
  gap: 16px;
  width: auto;
  max-width: 1280px;
  padding: 12px 16px 5px;
  margin: 0 auto;
  align-items: center;
  justify-content: start;
}

#header-pc .p-site-copy {
  position: relative;
  top: 0;
  font-size: 0.6875rem;
  text-align: left;
  margin: 0;
  padding: 0;
}

@media not all and (min-width: 768px) {
  #header-pc {
    display: block !important;
  }
}

/* ナビゲーション */
.contentPageLink {
  flex-wrap: wrap;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}


.contentPageLink li a {
  box-sizing: border-box;
}

@media not screen and (min-width: 769px) {
  .contentPageLink {
    display: flex;
    margin: 4.69% auto 10%;
  }
}

@media screen and (min-width: 769px) {
  .contentPageLink li {
    width: 240px;
  }

  .contentPageLink li a {
    padding: 20px 1em;
    box-sizing: border-box;
  }
}