html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
}
body a {
  color: #000000;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

.sp_only02 {
  display: none;
}

.inner {
  box-sizing: content-box;
  max-width: 1240px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 1.4rem;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .sp_only02 {
    display: block;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: rgb(227, 241, 232);
  background: linear-gradient(0deg, rgb(227, 241, 232) 0%, rgb(234, 246, 253) 100%);
  padding: 0 0 80px;
}
.mv .inner {
  max-width: 1357px;
}

.mv_txt {
  background: #0073C4;
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 80px;
}

.mv_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.mv_ttl .adj {
  display: none;
}
.mv_ttl span {
  font-size: 3.8rem;
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
}
.mv_ttl h1 {
  line-height: 1.2;
  color: #125786;
  font-size: 5.5rem;
  font-weight: 700;
}

.mv_wrap {
  display: flex;
}
.mv_wrap .div {
  width: 52%;
}
.mv_wrap .mv_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mv_wrap .mv_list li {
  width: 32%;
  aspect-ratio: 100/100;
  background: url(../images/bg_list.png) no-repeat;
  background-size: contain;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mv_wrap .mv_list li p {
  font-size: 2rem;
  text-align: center;
  color: #125786;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
.mv_wrap .mv_list li img {
  max-width: 54px;
}
.mv_wrap .mv_list li:nth-child(3) img {
  max-width: 70px;
}
.mv_wrap .mv_btn {
  margin: 0 auto;
  max-width: 660px;
  height: 94px;
  background: #125786;
  border: 2px solid #125786;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 2.7rem;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.mv_wrap .mv_btn span {
  font-size: 1.8rem;
  font-weight: 600;
}
.mv_wrap .mv_btn:hover {
  opacity: 0.7;
}
.mv_wrap .pic {
  width: 48%;
}

.mv_note {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 960px) {
  .mv {
    padding: 0 0 60px;
  }
  .mv_txt {
    font-size: 3.1rem;
    margin: 0 auto 20px;
    margin-bottom: 60px;
  }
  .mv_ttl {
    margin-bottom: 0;
  }
  .mv_ttl span {
    font-size: 1.8rem;
  }
  .mv_ttl h1 {
    font-size: 3.6rem;
  }
  .mv_wrap {
    flex-direction: column-reverse;
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .mv_wrap .div {
    width: 100%;
  }
  .mv_wrap .mv_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .mv_wrap .mv_list li p {
    font-size: 1.75rem;
  }
  .mv_wrap .mv_list li img {
    max-width: 47px;
  }
  .mv_wrap .mv_list li:nth-child(3) img {
    max-width: 60px;
  }
  .mv_wrap .pic {
    width: 100%;
    margin: 0 auto;
  }
  .mv_note {
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 0 0 50px;
  }
  .mv_txt {
    font-size: 1.9rem;
    margin: 0 auto 20px;
  }
  .mv_ttl .adj {
    display: block;
  }
  .mv_ttl span {
    font-size: 1.8rem;
  }
  .mv_ttl h1 {
    font-size: 3.3rem;
  }
  .mv_wrap {
    flex-direction: column-reverse;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .mv_wrap .div {
    width: 100%;
  }
  .mv_wrap .mv_list {
    display: none;
  }
  .mv_wrap .mv_btn {
    height: 80px;
    font-size: 2.2rem;
  }
  .mv_wrap .mv_btn span {
    font-size: 1.8rem;
  }
}
/*----------------------------------------------------- */
/*  contents           */
/*----------------------------------------------------- */
.contents {
  padding: 100px 0 150px;
}

.intro {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 120px;
}
.intro .adj02 {
  display: none;
}

@media screen and (max-width: 960px) {
  .contents {
    padding: 80px 0 100px;
  }
  .intro {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 100px;
  }
  .intro .adj02 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    padding: 60px 0 80px;
  }
  .intro {
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 60px;
  }
  .intro .sp_only,
  .intro .adj02,
  .intro .adj {
    display: none;
  }
}
/*----------------------------------------------------- */
/*  function           */
/*----------------------------------------------------- */
.function_ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 600;
  color: #125786;
  margin-bottom: 50px;
}
.function_ttl .adj {
  display: none;
}

.function_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.function_list li {
  padding-bottom: 10px;
}
.function_list li p {
  font-size: 2rem;
}
.function_list li span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-left: 1em;
  text-indent: -1em;
}
.function_list li:nth-child(1) {
  width: 24%;
  border-right: 1px solid #125786;
  padding-right: 2%;
}
.function_list li:nth-child(2) {
  width: 26%;
  border-right: 1px solid #125786;
  padding: 0 2% 10px;
}
.function_list li:nth-child(3) {
  width: 26%;
  border-right: 1px solid #125786;
  padding: 0 2% 10px;
}
.function_list li:nth-child(4) {
  width: 24%;
  padding-left: 2%;
}
.function_list .ttl {
  min-height: 100px;
  display: flex;
  align-items: center;
}
.function_list .ttl h3 {
  font-weight: 700;
  font-size: 2.6rem;
}
.function_list .point {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.function_list .point img {
  max-width: 80px;
  margin-right: 20px;
}
.function_list .point p {
  font-size: 2.6rem;
  color: #125786;
}

.function_box {
  background: #eaf0f8;
  padding: 30px;
  border-radius: 10px;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  color: #125786;
  margin-bottom: 160px;
}

@media screen and (max-width: 960px) {
  .function_ttl {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  .function_list {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .function_list li p {
    font-size: 1.8rem;
  }
  .function_list li span {
    display: block;
    font-size: 1.4rem;
  }
  .function_list li:nth-child(1) {
    width: 50%;
    padding: 0 4% 10px;
    margin-bottom: 50px;
  }
  .function_list li:nth-child(2) {
    width: 50%;
    padding: 0 4% 10px;
    border-right: none;
    margin-bottom: 50px;
  }
  .function_list li:nth-child(3) {
    width: 50%;
    padding: 0 4% 10px;
  }
  .function_list li:nth-child(4) {
    width: 50%;
    padding: 0 4% 10px;
  }
  .function_list .ttl {
    min-height: 100px;
  }
  .function_list .ttl h3 {
    font-size: 2.4rem;
  }
  .function_box {
    font-size: 2.4rem;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .function_ttl {
    font-size: 3rem;
  }
  .function_ttl .adj {
    display: block;
  }
  .function_list {
    display: block;
    width: 90%;
    margin: 0 auto 40px;
  }
  .function_list li p {
    font-size: 1.8rem;
  }
  .function_list li span {
    display: block;
    font-size: 1.4rem;
  }
  .function_list li:nth-child(1) {
    width: 100%;
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #125786;
    margin-bottom: 30px;
  }
  .function_list li:nth-child(2) {
    width: 100%;
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #125786;
    margin-bottom: 30px;
  }
  .function_list li:nth-child(3) {
    width: 100%;
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #125786;
    margin-bottom: 30px;
  }
  .function_list li:nth-child(4) {
    width: 100%;
    padding: 0 0 20px;
    border-right: none;
  }
  .function_list .ttl {
    width: 100%;
    min-height: auto;
    justify-content: center;
    margin-bottom: 20px;
  }
  .function_list .ttl h3 {
    text-align: center;
  }
  .function_list .point {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .function_list .point img {
    max-width: 80px;
    margin: 0 auto 0;
  }
  .function_list .point p {
    font-size: 2.6rem;
    color: #125786;
  }
  .function_box {
    font-size: 1.9rem;
    margin-bottom: 80px;
  }
}
/*----------------------------------------------------- */
/*  manual           */
/*----------------------------------------------------- */
.manual_ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 600;
  color: #125786;
  margin-bottom: 50px;
}

.manual_list {
  display: flex;
  justify-content: space-between;
}
.manual_list li {
  width: 48%;
}

.manual_btn {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #125786;
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
  background: #fff;
  border: 2px solid #125786;
  border-radius: 20px;
  line-height: 1.4;
  transition: 0.3s ease-in-out;
}
.manual_btn span {
  font-size: 2.2rem;
  font-weight: 600;
}
.manual_btn:hover {
  color: #fff;
  background: #125786;
}

@media screen and (max-width: 960px) {
  .manual_ttl {
    font-size: 3.6rem;
  }
  .manual_list {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .manual_list li {
    width: 100%;
  }
  .manual_list li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .manual_ttl {
    font-size: 3rem;
  }
  .manual_list {
    display: block;
    width: 100%;
  }
  .manual_list li + li {
    margin-top: 30px;
  }
  .manual_btn {
    height: auto;
    font-size: 2.2rem;
    padding: 20px 0;
  }
}
/*----------------------------------------------------- */
/*  app           */
/*----------------------------------------------------- */
.app {
  background: #EFEFEF;
  padding: 60px 0 80px;
}

.app_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.app_ttl img {
  max-width: 95px;
  margin-right: 20px;
}
.app_ttl p {
  font-size: 2.4rem;
  font-weight: 600;
}

.app_list {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
}
.app_list li {
  width: 48%;
  display: flex;
  align-items: center;
}
.app_list li div {
  max-width: 130px;
  margin-left: 20px;
}
.app_list a {
  transition: 0.3s ease-in-out;
}
.app_list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .app {
    padding: 40px 0 50px;
  }
  .app_ttl {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .app_ttl img {
    max-width: 83px;
    margin: 0 0 20px;
  }
  .app_list {
    display: block;
    max-width: 390px;
  }
  .app_list li {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .app_list li div {
    max-width: 130px;
    margin-left: 30px;
  }
  .app_list li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .app {
    padding: 40px 0 50px;
  }
  .app_ttl {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .app_ttl img {
    max-width: 75px;
    margin: 0 0 20px;
  }
  .app_ttl p {
    font-size: 4.5vw;
    font-weight: 600;
  }
  .app_list {
    display: block;
    max-width: 180px;
  }
  .app_list li div {
    display: none;
  }
  .app_list li + li {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */