@charset "utf-8";

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2em;
  color: #0d4867;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}
img {
  vertical-align: bottom;
  height: auto;
}
a img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

#content_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f5f5f7;
}
#content_wrapper img {
  width: 100%;
  height: auto;
}

/*FV*/
#fv {
  position: relative;
  width: 100%;
}
#logo {
  position: absolute;
  top: 2%;
  left: 3%;
  font-size: 30px;
  font-weight: 600;
  color: #008688;
}
#fv .head_copy {
  position: absolute;
  top: 10%;
  left: 3%;
  font-size: 50px;
  font-weight: 700;
  color: #0d4867;
  line-height: 1.34em;
}
#fv .head_copy span {
  font-size: 40px;
}
#fv .sub_copy {
  position: absolute;
  top: 37%;
  left: 3%;
  font-size: 20px;
  font-weight: 700;
  color: #0d4867;
  line-height: 1.5em;
}
#fv .batc_wrap {
  position: absolute;
  top: 50%;
  left: 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px;
}
#fv .batc_wrap .batch {
  display: flex;
  align-items: center; /* 縦中央 */
  justify-content: center; /* 横中央 */
  color: #006479;
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  background-color: rgba(95, 227, 255, 0.7);
  border-radius: 200px;
  height: 160px;
  width: 160px;
}
#fv .note {
  position: absolute;
  top: 74%;
  left: 8%;
  font-size: 20px;
  color: #0d4867;
  font-weight: 500;
}
#fv .btn {
  position: absolute;
  top: 81%;
  left: 4%;
  display: flex;
}

/*3STEP*/
#three_step {
  position: relative;
  width: 100%;
}
#three_step h2.midashi {
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #0d4867;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}
#three_step h2.midashi span {
  font-size: 25px;
  font-weight: 500;
}
#three_step .txt01 {
  position: absolute;
  top: 46%;
  left: 5.3%;
  font-size: 20px;
  color: #0d4867;
  font-weight: 700;
  line-height: 2em;
}
#three_step .txt01 p {
  font-size: 16px;
  color: #0d4867;
  font-weight: 500;
  line-height: 1.4em;
}
#three_step .txt01 p.note {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.4;
  margin-top: 4.5%;
}

#three_step .txt02 {
  position: absolute;
  top: 34%;
  left: 72.5%;
  font-size: 20px;
  color: #0d4867;
  font-weight: 700;
  line-height: 2em;
}
#three_step .txt02 p {
  font-size: 16px;
  color: #0d4867;
  font-weight: 500;
  line-height: 1.4em;
}
#three_step .txt03 {
  position: absolute;
  top: 61%;
  left: 72.5%;
  font-size: 20px;
  color: #0d4867;
  font-weight: 700;
  line-height: 2em;
}
#three_step .txt03 p {
  font-size: 16px;
  color: #0d4867;
  font-weight: 500;
  line-height: 1.4em;
}
#three_step .txt04 {
  position: absolute;
  top: 73%;
  left: 72.5%;
  font-size: 16px;
  color: #0d4867;
  font-weight: 500;
  line-height: 1.4em;
}

/*できること*/
#can_do {
  position: relative;
  width: 70%;
  margin: 5% 15%;
}
#can_do h2.midashi {
  width: 100%;
  text-align: center;
  color: #0d4867;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}
#can_do ul {
  list-style: none;
  font-size: 26px;
  font-weight: 500;
  line-height: 2em;
  color: #0d4867;
  margin: 5% 0 10%;
  line-height: 1.6;
}
#can_do li span {
  display: block;
  font-size: 18px;
  margin-bottom: 3%;
  font-weight: 400;
}
/*こんな人におすすめ*/
#recommend {
  position: relative;
  width: 70%;
  margin: 8% 15% 0;
}
#recommend h2.midashi {
  width: 100%;
  text-align: center;
  color: #0d4867;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}
#recommend ul {
  list-style: none;
  font-size: 26px;
  font-weight: 500;
  line-height: 2em;
  color: #0d4867;
  margin: 5% 0 0;
  line-height: 1.6;
}
#recommend li span {
  display: block;
  font-size: 18px;
  margin-bottom: 3%;
  font-weight: 400;
}

/*主な用途*/
#main_uses {
  position: relative;
  width: 90%;
  margin: 8% 5% 0;
}
#main_uses h2.midashi {
  width: 100%;
  text-align: center;
  color: #0d4867;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
}
#main_uses p.midashi_sub {
  width: 100%;
  text-align: center;
  color: #0d4867;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}
#main_uses ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 6% 0 0;
  padding: 0;
}

#main_uses ul li {
  width: calc(33.333% - 20px); /* 3カラム */
  text-align: center;
  background: linear-gradient(135deg, #58b3e6, #2f93c9);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 16px;
  padding: 22px 16px;
  box-sizing: border-box;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  font-feature-settings: "palt";
}

/*seo_intro*/
#seo_intro {
  position: relative;
  width: 90%;
  margin: 13% 5% 0;
  text-align: center;
}
#seo_intro h2.midashi {
  width: 100%;
  text-align: center;
  color: #0d4867;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}
#seo_intro .midashi_sub {
  width: 100%;
  margin: 4% auto 30px;
  line-height: 1.8;
  text-align: center;
}

/*FAQ*/
#faq {
  position: relative;
  width: 90%;
  margin: 10% 5% 0;
}
#faq h2.midashi {
  width: 100%;
  text-align: center;
  color: #0d4867;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}
#faq dl {
  width: 80%;
  margin: 5% 10% 0;
  color: #0d4867;
}
#faq dl dt {
  font-size: 23px;
  margin-bottom: 15px;
  font-weight: 600;
}
#faq dl dd {
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 400;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.6;
}
#faq dl dd span {
  font-size: 23px;
  font-weight: 600;
}

/*DEMO*/
#demo {
  position: relative;
  width: 94%;
  margin: 10% 3% 0;
}
#demo h2.midashi {
  width: 100%;
  text-align: center;
  color: #0d4867;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}

#demo .txt01 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 1.5% 0 0;
}

/* マップラッパー */
.map {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  min-height: 650px;
  height: 650px !important;
  border: 0;
  display: block;
}

/*LAST CTA*/
#last_cta {
  width: 80%;
  margin: 8% auto 0;
  text-align: center;
  color: #0d4867;
}
#last_cta h2.midashi {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
#last_cta .txt01 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin: 2% 0 4%;
}
#last_cta ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  margin: 0;
}
#last_cta ul li {
  background: linear-gradient(135deg, #58b3e6, #2f93c9);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 22px;
  line-height: 1.4;
}
/*ボトムボタン*/
.bottom_btn {
  display: block;
  width: 494px;
  margin: 8% auto;
}

/* footer */
footer {
  width: 100%;
  background: linear-gradient(135deg, #58b3e6, #2f93c9);
  text-align: center;
  padding: 14px 0 10px;
}

.bottom_navi {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 0 40px;
  padding: 0;
}

.bottom_navi li {
  font-size: 13px;
}

.bottom_navi a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.bottom_navi a:hover {
  opacity: 0.7;
}

.copyright {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

/*利用規約　プライバシーポリシー*/
#lower_logo {
  font-size: 30px;
  font-weight: 600;
  color: #009fa3;
  width: 100%;
  text-align: center;
  padding: 5% 0 0 0;
}
.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 20px 80px;
  line-height: 1.9;
}

.legal-page h1 {
  font-size: 32px;
  margin: 0 0 32px;
}

.legal-page h2 {
  font-size: 22px;
  margin: 40px 0 16px;
}

.legal-page h3 {
  font-size: 18px;
  margin: 24px 0 10px;
}

.legal-page p,
.legal-page li {
  font-size: 15px;
}

.legal-page ol,
.legal-page ul {
  padding-left: 1.5em;
}

.legal-links {
  text-align: center;
  font-size: 14px;
  margin-top: 24px;
}

.legal-links a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
