@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: #363636;
  text-shadow: 0px 0px 8px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  -webkit-animation: fadeIn 1s ease-in 0.8s;
  animation: fadeIn 1s ease-in 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.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: #363636;
  text-shadow: 0px 0px 8px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  -webkit-animation: fadeIn 1s ease-in 0.8s;
  animation: fadeIn 1s ease-in 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.sec_mv a {
  display: block;
  color: #fff;
  background-color: #003366;
  padding: 15px 30px;
  border-radius: 5px;
  width: fit-content;
  margin: 40px 0 0 0;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 3px 3px 5px #000;
}
.sec_mv a:hover {
  box-shadow: none;
  transform: translate(3px, 3px);
}
.mv_wrapp {
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}
.bkg_gl {
  background-color: #f2f2f2;
}
.bkg_bl {
  background-color: #e8f4ff;
}
.bkg_ye {
  background-color: #fffbe3;
}
/*gap*/
.gap_flex {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.gap_flex dl {
  box-shadow: 8px 8px 2px #ccc;
  border-radius: 10px;
  padding: 30px;
  background-color: #e8f4ff;
}
.gap_flex dl:nth-of-type(2) {
  background-color: #fff7c8;
}
.gap_flex dt {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: bold;
  color: #003366;
  font-size: 25px;
  margin-bottom: 30px;
}
.gap_flex dd p {
  margin-bottom: 15px;
}
.gap_flex dd p:last-of-type {
  margin-bottom: 0;
}
/*nayami*/
.nayami_cont {
  position: relative;
  margin: 70px auto;
  max-width: 1000px;
}
.nayami_cont p {
  background-image: url(../image/nayami_bkg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 70px 0;
}
.nayami_cont img {
  position: absolute;
  bottom: 0;
  right: 35px;
}
.about_his {
  position: relative;
  margin-top: 170px;
}
.about_his dt {
  background-color: #003366;
  padding: 40px;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
}
.about_his dt p {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.about_his dt p span {
  color: #fee833;
  font-weight: bold;
  display: block;
}
.about_his dd {
  background-color: #e8f4ff;
  padding: 130px 50px 50px 50px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.about_his dd p {
  font-weight: bold;
  font-size: 20px;
}
/*opportunity*/
.opp_flex {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}
.opp_flex div {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 2px #ccc;
  padding: 30px;
}
.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 {
  position: relative;
  margin: 0 auto;
  padding: 10px 40px;
  max-width: 100%;
  width: fit-content;
  background: #003366;
  border-radius: 15px;
}
.opp_baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #003366;
}
.opp_baloon p {
  margin: 0;
  padding: 0;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}
.his_btm_cont > img {
  display: block;
  margin: 40px auto;
}
.sec_his_btm .opp_main {
  margin-top: 0;
}
/*want*/
.want_flex {
  display: flex;
  gap: 60px;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.sec_want p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 40px auto;
}
.sec_want a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #003366;
  font-size: 20px;
  display: block;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 50px;
  margin: 0 auto;
  transition: 0.3s;
}
.sec_want a:hover {
  opacity: 0.8;
}
/*reason*/
.reason_cont h4 {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #003366;
  margin-bottom: 30px;
}
.reason_cont > dl {
  border: solid 3px #003366;
  border-radius: 10px;
}
.reason_cont > dt {
  background-color: #003366;
}
.reason_cont dt h3 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 15px;
}
.reason_cont dd {
  padding: 40px;
}
.reason_inner {
  margin: 50px auto;
}
.reason_inner:first-of-type {
  margin-top: 0;
}
.reason_flex {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: center;
}
.reason_flex img.next {
  margin-top: 15%;
}
img.next {
  display: block;
  margin: 0 auto;
}
.policy {
  background-color: #f2f2f2;
  padding: 4rem;
  width: fit-content;
  margin: 0 auto;
}
.policy p span {
  display: block;
  color: #003366;
  font-weight: bold;
  margin-bottom: 15px;
}
.reason_end {
  display: flex;
  align-items: center;
}
.reason_flex dl.reason_end dt {
  width: 40%;
  font-size: 18px;
}

.reason_cont .reason_end dd {
  width: 60%;
  padding: 0;
}
.reason_cont .reason_end dd p {
  width: 100%;
}
/*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;
}
.reason_cont {
  margin-bottom: 50px;
}
.reason_cont:last-of-type {
  margin-bottom: 0;
}
.reason_cont dt {
  background-color: #003366;
}
.reason_flex dl {
  background-color: #e8f4ff;
  border-radius: 10px;
  padding: 30px;
  width: 380px;
}
.reason_flex dl:last-of-type {
  background-color: #fff7c8;
}
.reason_flex.reason_align {
  align-items: stretch;
}
.reason_flex dl dt img {
  display: block;
  transform: scale(0.8);
  margin: 0 auto;
}
.reason_flex dl dt {
  background-color: inherit;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #003366;
}
.reason_flex dl dd p {
  text-indent: -1rem;
  padding-left: 1rem;
  width: fit-content;
  margin: 0 auto;
}
img.tenbin {
  display: block;
  margin: 0 auto;
}
.reason_tm p {
  text-align: center;
  margin-top: 20px;
}
.reason_cont_under .reason_inner {
  margin-bottom: 0;
}
/*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;
}
/*case*/
.sec_case h2 span {
  font-size: 25px;
  font-weight: bold;
}
.case_cont {
  max-width: 90%;
  background-color: #fff;
  border: solid 3px #003366;
  border-radius: 10px;
  padding: 30px;
}
.case_cont dt {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.case_cont dt img {
  max-width: 50%;
}
.case_cont dt h3 {
  font-weight: bold;
  color: #003366;
  text-align: center;
  font-size: 25px;
  align-items: flex-start;
}
.case_flex ul {
  background-color: #f3f3f3;
  padding: 30px;
  display: flex;
  gap: 30px;
  max-width: 90%;
  margin: 0 auto;
}
.case_flex ul li span {
  color: #003366;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.case_flex ul li:last-of-type {
  border-bottom: none;
}
.case_flex ul li p {
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 10px;
}
.case_flex ul li p:last-of-type {
  margin-bottom: 0;
}
.case_cont h3 a {
  background-color: #003366;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 10px 50px;
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
  transition: 0.3s;
  font-size: 16px;
}
.case_cont h3 span {
  display: block;
  width: 90%;
  height: 1px;
  background-color: #003366;
  margin-top: 20px;
}
.case_flex ul a:hover {
  opacity: 0.8;
}
.case_cont {
  margin-bottom: 30px;
}
/*step*/
.step_flex dt br.PC {
  display: block;
}
.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% / 4);
  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;
}
.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;
}
/*contatc*/
.contact_head {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.contact_head img {
  max-width: 50%;
}
.contact_head h3 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}
/*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));
 緑*/
  background: rgb(132, 230, 255);
  background: radial-gradient(circle, rgba(132, 230, 255, 1) 0%, rgba(17, 23, 255, 1) 100%);
  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;
}
/*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;
  }
  .gap_flex dt img {
    width: 100px;
  }
  .gap_flex dt {
    font-size: 19px;
    gap: 20px;
  }
  .reason_inner img {
    max-width: 50%;
  }
  .reason_cont_under .reason_inner img {
    max-width: 100%;
  }
}
@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;
  }
  .nayami_cont p {
    font-size: 20px;
  }
  .nayami_cont img {
    transform: scale(0.8);
  }
  .reason_align {
    gap: 10px;
  }
  .reason_align dl {
    width: 50%;
    padding: 20px;
  }
  .reason_align dd {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1000px) {
  .gap_flex dt img {
    width: 80px;
  }
  .gap .sec_tit h2 .SP {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .nayami_cont img {
    position: static;
    display: block;
    margin: -40px auto 0 auto;
  }
}
@media screen and (max-width: 890px) {
  .gap_flex dt img {
    width: 70px;
  }
  .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 {
    height: 80px;
    display: block;
  }
  .step_flex li dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 830px) {
  .reason_flex dl.reason_end dt {
    font-size: 16px;
  }
  .gap_flex dt {
    width: fit-content;
    margin: 0 auto 30px auto;
  }
  .gap_flex dd {
    width: fit-content;
    margin: 0 auto;
  }
  .gap_flex {
    display: block;
  }
  .gap_flex dl:first-of-type {
    margin-bottom: 30px;
  }
  .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%;
  }
  .about_his dt p {
    font-size: 25px;
  }
}
@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;
  }
  .reason_cont_under .reason_inner {
    display: block;
  }
  .reason_tm {
    margin-bottom: 40px;
  }
  .reason_cont_under .reason_tm:last-of-type {
    margin-bottom: 0;
  }
  .reason_tm img {
    margin: 0 auto;
    display: block;
  }
  .sec_mv a {
    font-size: 18px;
  }
  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;
  }
  .case_cont dt h3 {
    font-size: 18px;
  }
  .case_flex {
    display: block;
  }
  .case_flex ul {
    width: 100%;
  }
  .about_his dd p {
    font-size: 18px;
  }
  .reason_inner.align_inner {
    margin-bottom: 0;
  }
  .case_flex ul a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  .reason_flex dl.reason_end {
    display: block;
  }
  .reason_flex dl.reason_end dt,
  .reason_flex dl.reason_end dd {
    width: 100%;
  }
  .reason_cont dd {
    padding: 20px;
  }
  .reason_cont .reason_align dd {
    padding: 20px 0;
  }
  .case_cont dt {
    display: block;
  }
  .case_cont dt img {
    display: block;
    margin: 0 auto 30px auto;
    max-width: 100%;
  }
  .reason_align dt img {
    width: 80px;
  }
  .reason_align dl dt {
    font-size: 18px;
  }
  .reason_cont dt h3 {
    font-size: 18px;
  }
  .reason_flex {
    display: block;
  }
  .reason_flex.reason_align {
    display: flex;
  }
  .reason_flex img {
    margin: 0 auto 30px auto;
    display: block;
    max-width: 90%;
  }
  .case_cont dt {
    font-size: 18px;
  }
  .case_cont dd > p {
    font-size: 16px;
  }
  .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;
  }
  .nayami_cont {
    margin-bottom: 0;
  }
  .about_his {
    margin-top: 140px;
  }
  .about_his dd {
    padding-top: 80px;
    display: block;
  }
  .about_his dd img {
    width: 100px;
    display: block;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 600px) {
  .opp_flex div {
    padding: 10px;
  }
  .about_his dt p {
    font-size: 20px;
  }
  .nayami_cont p {
    font-size: 16px;
    padding: 40px 0;
    background-size: cover;
  }
  .nayami_cont img {
    width: 150px;
  }
  .sec_mv a .SP {
    display: block;
  }
  .sec_mv a {
    text-align: center;
    margin: 30px auto 0 auto;
    font-size: 16px;
  }
  .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) {
  .sec_want p {
    font-size: 16px;
  }
  .sec_want a {
    font-size: 16px;
  }
  .opp_main {
    margin-top: 40px;
  }
  .opp_flex {
    display: block;
    margin-top: 30px;
  }
  .opp_flex div {
    max-width: 70%;
    margin: 0 auto 30px auto;
  }
  .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;
  }
  br.PC {
    display: none;
  }
  .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) {
  .about_his dd {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .about_his dd p {
    font-size: 16px;
  }
  .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: 60%;
    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;
  }
}

#contact {
  padding: 120px 0 !important;
}

#footerArea .l-contact__wrap {
  margin-top: 0 !important;
}

/*20250312追記*/
@media screen and (max-width: 600px) {
  .case_flex ul {
    display: block;
    width: fit-content;
  }
  .case_flex ul li {
    margin-bottom: 20px;
  }
  .case_flex ul li:last-of-type {
    margin-bottom: 0;
  }
}

/*20250326追記*/
.dl a {
  display: block;
  color: #fff;
  background: #003366 !important;
  border-radius: 5px;
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 3px 3px 5px #000;
}
.dl a:hover {
  box-shadow: none;
  transform: translate(3px, 3px);
}

@media screen and (max-width: 600px) {
  ..dl a {
    text-align: center;
    margin: 30px auto 0 auto;
    font-size: 16px;
  }
}
/* 20250515追記 */
.p-info_worry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 40px;
  background-color: #e9ecf2;
  padding: 20px;
}
.p-info_worry + .next {
  margin-top: 32px;
}
.next + .problem {
  margin-top: 32px;
}
.p-info_worry,
.p-info-item {
  background-color: none;
}
.p-info_worry,
.p-info-item:hover {
  background-color: #e9ecf2 !important;
}
.person {
  margin-bottom: 10px;
  text-align: center;
}
.light {
  color: #fff;
  font-weight: bold;
  padding: 0 12px;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: -5px;
  background-color: #f0be11;
}
.label {
  color: #fff !important;
  font-weight: bold;
  padding: 4px 12px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000 !important;
}
.balloon1 {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #fff;
  border-radius: 5px;
}
.balloon1 p {
  font-size: 1rem;
}
.p-info-item__heading2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.p-info-item__heading2 > span {
  color: #003366;
  font-weight: bold;
}
.problem {
  font-size: 22px;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}
.problem > span {
  font-weight: bold;
}
.problem > span.-bg {
  padding: 0px 4px 2px;
  color: #fee833;
  background-color: #003366;
}
.problem > span.-marker {
  display: inline;
  background: linear-gradient(transparent 70%, #fee833 70%);
}
.c-rounded-button {
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-info_worry {
    grid-template-columns: repeat(3, 1fr);
  }

  .problem {
    font-size: 28px;
  }
}
