@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: 30px;
}
.sec_tit h2 {
  display: inline;
  font-size: 25px;
  font-weight: bold;
  color: #029ed1;
}
.sec_tit .waku {
  color: #0d1458;
  font-size: 30px;
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 30px 50px;
  display: inline-block;
}
.sec_tit h2 span {
  background: linear-gradient(transparent 70%, #fee833 70%);
  font-weight: bold;
}
.sec_tit h2 span.bg_y {
  background-color: #fee833;
  font-weight: bold;
}
.sec_tit p {
  /*font-weight: bold;*/
  margin-top: 40px;
  font-size: 23px;
}
section {
  padding: 70px 0;
}

@media screen and (max-width:956px) {
  section {
  padding: 30px 0;
  }
}

@media screen and (max-width:450px) {
  .sec_tit .waku {
  font-size: 25px;
  padding: 20px 40px;
  }
}
/*mv*/
.sec_mv {
  background-position: center;
  background-image: url(../image/mv_n.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: 450px 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: 2px 2px 10px #000, -2px 2px 10px #000, 2px -2px 10px #000, -2px -2px 10px #000;
  position: absolute;
  bottom: 16px;
}
.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: 3px 3px 2px #000;
}
.mv_wrapp {
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}
.bkg_gl {
  background-color: #f2f2f2;
}
.bkg_wh {
  background-color: #fff;
}
.bkg_bl {
  background-color: #e8f4ff;
}
/*nayami*/
.nayami_flex p {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-top: 30px;
}
.nayami_flex div {
  text-align: center;
}
.nayami_flex p span {
  font-weight: bold;
  color: orange;
}
/*@media screen and (max-width: 956px) {
  .nayami .sec_tit {
    margin-bottom: 30px;
  }
}*/
/*opportunity*/
.opp_main .bkg_cont p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8em;
}
.opp_main > p span {
  display: inline;
  background: linear-gradient(transparent 15%, #fee833 100%);
  font-weight: bold;
}
.opp_main img {
  display: block;
}
.opp_baloon {
    position: relative;
    margin: 0 auto 50px;
    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;
}
.bkg_cont {
  background-color: #003366;
  padding: 30px;
  border-radius: 10px;
}
.bkg_cont p {
  color: #fff;
  text-align: center;
}
.bkg_cont p span {
  color: #fee833;
  font-weight: bold;
}
.opp_main .opp_flex p {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.opp_main .opp_flex p span {
  font-weight: bold;
  font-size: 40px;
}
.opp_main .opp_flex p span span {
  background-color: #003366;
  color: #fff;
}
.opp_main .opp_flex {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin: 0 40px 0;
}
/*want*/
.want_flex {
  text-align: center;
}
.want_flex span {
  font-size: 30px;
}
.want_flex p {
  font-weight: bold;
  font-size: 25px;
}
.want_flex p span {
  background-color: #fee833;
  font-weight: bold;
}
.want_flex p.reason {
  margin-top: 40px;
}
.want_flex p.add_info {
  font-size: 16px;
  color: #737373;
}
.want_bkg {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #003366;
  padding: 30px 50px;
  border-radius: 10px;
  font-size: 25px;
  max-width: 1000px;
  margin: 0 auto;
}
.sec_want .service_flex {
  margin-top: 60px;
}
/*service*/
.point_cont dt img {
  display: block;
  /*margin: 30px auto;*/
}
.point_cont dd h3 {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.sec_service .sec_tit p {
  margin-top: 0;
}*/
.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: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #003366;
  margin-bottom: 20px;
  text-align: center;
}
.service_flex dd h3.tpoint {
  text-align: left;
}
.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: .3s;
}
.sec_case .service_flex li:hover {
  box-shadow: none;
  transform: translate(3px, 3px);
}
.service_flex a {
  color: inherit;
}
/*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: 17px;
  font-weight: bold;
  color: #003366;
  margin-bottom: 30px;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
}
/*case*/
.sec_case {
  padding-top: 0;
}
.trip_case .service_flex dd h3 {
  font-size: 22px;
}
.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: 10px;
  justify-content: center;
}
.case_cont dt .case_flex {
  background-color: inherit;
}
.case_cont dt .case_flex li {
  border-bottom: none;
}
.case_cont dd h3 {
  font-weight: bold;
  color: #003366;
  text-align: center;
  font-size: 25px;
  margin: 30px auto;
}
.case_flex {
  background-color: #f3f3f3;
  padding: 30px;
  display: flex;
  gap: 30px;
  max-width: 90%;
  margin: 0 auto;
}
.case_cont dd .case_flex {
  display: block;
}
.case_flex ul {
  width: 50%;
}
.case_flex ul li span {
  color: #003366;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.case_flex ul li p span {
  font-size: inherit;
}
.case_flex ul li {
  border-bottom: solid 1px #003366;
  margin-bottom: 10px;
}
.case_flex ul li:first-of-type {
  padding-top: 0;
}
.case_flex ul li:last-of-type {
  border-bottom: none;
}
.case_flex ul li p {
  margin-bottom: 10px;
}
.case_flex ul li p:last-of-type {
  margin-bottom: 0;
}
.case_flex ul a {
  background-color: #003366;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 10px 50px;
  display: block;
  width: fit-content;
  margin: 0 0 0 auto;
  transition: .3s;
}
.case_flex ul a:hover {
  opacity: .8;
}
.case_cont {
  margin-bottom: 30px;
}
.case_flex_tit {
  max-width: 90%;
  padding-bottom: 20px;
  margin: 0 auto;
}
.case_flex_tit p {
  font-weight: bold;
  color: #003366;
  font-size: 23px;
}
.case_cont dd li p span {
  font-weight: bold;
  background-color: #fee833;
  display: inline;
  color: inherit;
}
.case_cont dd .case_flex ul {
  width: 100%;
}
.case_cont dd .case_flex ul li {
  border-bottom: none;
}
.case_cont dd .sample_flex {
  display: flex;
  gap: 30px;
  align-items: center;
}
.case_cont dd .sample_image {
  gap: 10px;
  justify-content: center;
  max-width: 100%;
}
.case_cont dd .sample_image img {
  width: calc(98%/3);
}
img.next {
  display: block;
  margin: 20px auto;
}
.sample_flex .white {
  background-color: #fff;
  padding: 20px;
}
/*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;
}
/*reason*/
.sec_reason .service_flex li {
  width: calc(90%/2);
}
/*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(255, 225, 49);
  background: radial-gradient(circle, rgba(255, 225, 49, 1) 0%, rgba(252, 118, 0, 1) 100%);
  padding: 20px 40px;
  box-shadow: 5px 5px 0 #153232;
  border-radius: 10px;
  transition: .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.0;
}
.main_btn.up:hover {
  transform: translateY(2px);
  box-shadow: none;
  transition: .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;
  }
  .opp_main p:first-of-type {
    font-size: 20px;
  }
  .opp_main p:last-of-type span {
    font-size: 30px;
  }
  .opp_main img {
    width: 50%;
  }
}

@media screen and (max-width:890px) {
  .sec_faq {
    padding-top: 40px;
  }
  .sec_faq .sec_tit {
    padding-bottom: 30px;
  }
  .opp_main .opp_flex {
    display: block;
	margin: 0 10px 0;
  }
  .opp_main img {
    width: auto;
    max-width: 90%;
    margin: 0 auto 30px auto;
  }
  .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%;
  }
  .point_cont dt img {
    /*width: 120px;*/
    margin-bottom: 0;
  }
  .service_flex dd h3 {
    height: fit-content;
    display: block;
    text-align: center;
  }
}
@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;
  }
  .want_flex p span {
    font-size: 25px;
  }
  .case_cont dt .case_flex {
    padding: 30px 0;
    max-width: 100%;
  }
  .case_flex ul {
    width: 100%;
  }
  .case_cont dd .sample_flex {
    display: block;
  }
  .case_cont dd .sample_image img {
    width: fit-content;
  }
  .case_cont dd .sample_flex img {
    display: block;
    margin: 30px auto 0 auto;
  }
}
@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: 20px;
  }
  .sec_mv h2 {
    font-size: 16px;
  }
  .sec_tit h2 {
    font-size: 28px;
  }
  .sec_tit p {
    font-size: 16px;
  }
  .sec_mv {
    padding: 240px 0 150px 0;
	background-position: 41%;
  }
  .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 dt .case_flex {
    font-size: 14px;
  }
  .case_cont dd > p {
    font-size: 16px;
  }
  .nayami_flex img.PC {
    display: none;
  }
  .nayami_flex img.SP {
    display: block;
  }
  .trip_case .service_flex dd h3 {
    font-size: 18px;
  }
  .case_cont {
    padding: 10px;
  }
  .case_cont dd .case_flex {
    padding: 20px;
  }
  .case_cont dt .case_flex {
    padding-top: 0;
  }
}
@media screen and (max-width:650px) {
  .sec_reason .service_flex li {
    width: 100%;
  }
}
@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;
  }
  .step_flex li dt {
    height: auto;
  }
}
@media screen and (max-width:530px) {
  .cv a {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: center;
  }
  .cv a .SP {
    display: block;
  }
}
@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: 18px;
  }
  .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 .25s ease-in-out;
}
@media not all and (min-width: 768px) {
  #header-pc {
    display: block !important;
  }
}
/*新規追加*/
a.line_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 20px auto;
/*	padding: 1rem 4rem;
	width: 320px;
	font-weight: bold;
	border: 2px solid #0cd102;
	background: #0cd102;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;*/
}
@media not all and (min-width: 768px) {
  a.line_btn {
	margin: 0 auto 20px;
  }
}
a.line_btn:hover {
	opacity: 0.85;
/*	color: #0cd102;
	background: #fff;*/
}
.service_main h3 span {
    background-color: #003366;
    color: #fff;
    font-weight: bold;
    display: block;
    width: fit-content;
    padding: 0 10px;
	margin-bottom: 10px;
}























