@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #000;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
p,a {
  overflow-wrap: break-word;
}
a:hover {
  opacity: 0.7;
}
iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
}

.wrapper {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.inner-wrapper {
  max-width: 740px;
  margin: 0 auto;
}

.page-title {
  color: #0F2E95;
  font-size: 50px;
  font-weight: bold;
  margin: 80px 0 30px;
  text-align: center;
}
.page-head-text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 100px;
  text-align: justify;
}
.head-text {
  color: #0F2E95;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.6;
  margin: 120px 0 20px;
  text-align: center;
}
.text {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
.btn-blue,
.btn-navy {
  text-align: center;
}
.btn-blue a,
.btn-navy a {
  background-color: #63CDFD;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
}
.btn-blue a {
  background-color: #63CDFD;
}
.btn-navy a {
  background-color: #0F2E95;
}
.blue {
  color: #63CDFD;
}
.font-semibold {
  font-weight: 500;
}
.font-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.mb10 {
  margin-bottom: 10px !important;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0F2E95;
  padding: 0 30px;
}
#header .logo {
  width: 100%;
  width: 320px;
}
#header .logo a {
  display: block;
  line-height: 0;
}
#header .navi .menu {
  display: flex;
  align-items: center;
}
#header .navi .menu li {
  font-size: 15px;
  font-weight: bold;
  margin-left: 40px;
  position: relative;
}
#header .navi .menu li::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  right: -20px;
}
#header .navi .menu li:last-child::after {
  content: none;
}
#header .navi .menu li a {
  color: #fff;
}
#header .navi .menu li a:hover {
  color: #63CDFD;
}


/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  width: 100%;
  margin-top: 120px;
}
#footer .page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#footer .inner {
  background-color: #0F2E95;
  padding: 80px 0 30px;
}
#footer .footer-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
#footer .logo {
  max-width: 320px;
  margin: 0 auto 60px;
  text-align: center;
}
#footer .menu-list-area {
  display: flex;
  gap: 40px 1%;
  margin-bottom: 50px;
}
#footer .menu-list-area .menu-list-item {
  width: calc(97% / 4);
}
#footer .menu-list-area .menu-list-item .item-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#footer .menu-list-area .menu-list-item .menu-list {
  border-left: solid 1px #fff;
  padding: 10px 10px 10px 15px;
}
#footer .menu-list-area .menu-list-item .menu-list li {
  margin-bottom: 5px;
}
#footer .menu-list-area .menu-list-item .menu-list li a {
  color: #fff;
}
#footer .footer-bottom {
  display: flex;
  gap: 20px 5%;
  margin-bottom: 40px;
}
#footer .footer-bottom .bottom-item {
  width: 25%;
  color: #fff;
  line-height: 1.8;
}
#footer .footer-bottom .bottom-item:nth-child(2) {
  width: 40%;
  text-align: center;
}
#footer .footer-bottom .bottom-item a {
  color: #fff;
}
#footer .copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/*-------------------------------------------
共通
-------------------------------------------*/
.sec .sec-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.sec .sec-text {
  line-height: 2;
  margin-bottom: 40px;
  text-align: justify;
}

.sec .sec-title-disc {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
.sec .sec-title-disc::before {
  content: "●";
  color: #63CDFD;
  font-size: 16px;
  margin-right: 5px;
}

.sec .box-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.sec .box-list {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 5%;
  margin: 0 auto;
}
.sec .box-list li {
  width: calc(90% / 3);
  border: solid 3px #63CDFD;
  border-radius: 35px;
  padding: 20px;
  text-align: center;
}
.sec .box-list li .list-title {
  margin-bottom: 20px;
}
.sec .box-list li .list-text {
  font-size: 15px;
  line-height: 1.7;
}
.sec .box-list.col4 {
  max-width: 100%;
  gap: 30px 3%;
}
.sec .box-list.col4 li {
  width: calc(91% / 4);
}

.sec .img-flex {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin: 0 auto 30px;
}
.sec .img-flex .man {
  width: 25%;
  margin-right: 2%;
}
.sec .img-flex .talk {
  width: 73%;
  margin-top: 40px;
}
.sec .img-flex .talk img {
  width: 100%;
}
.sec .img-flex .talk .point-list {
  margin: 30px 0 0 12%;
}
.sec .img-flex .talk .point-list li {
  font-size: 20px;
  margin-bottom: 7px;
}
.sec .img-flex .talk .point-list li::before {
  content: "●";
  color: #63CDFD;
  font-size: 10px;
  font-weight: 500;
  margin-right: 5px;
}

.sec .step-item {
  margin-bottom: 40px;
}
.sec .step-item .step-item-no {
  max-width: 140px;
  margin-bottom: 20px;
}
.sec .step-item .step-item-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sec .step-item .step-item-text {
  line-height: 2;
  text-align: justify;
}
.sec .step-item .step-item-flex {
  display: flex;
  justify-content: space-between;
}
.sec .step-item .step-item-flex .flex-text {
  width: 68%;
  margin-right: 4%;
}
.sec .step-item .step-item-flex .flex-img {
  max-width: 280px;
  width: 28%;
}

.sec .img-wide {
  margin-bottom: 120px;
}
.sec .img-wide img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.sec .table-area .table-title {
  font-size: 26px;
  margin-bottom: 10px;
}
.sec .table-area table {
  width: 100%;
  margin-top: 20px;
}
.sec .table-area table th,
.sec .table-area table td {
  border: solid 1px #707070;
  font-size: 15px;
  padding: 15px 20px;
  word-break: break-all;
}
.sec .table-area table th {
  background-color: rgba(99, 205, 253, 0.15);
  font-weight: 500;
  text-align: center;
}

.sec .list-decimal {
  border: solid 4px #63CDFD;
  border-radius: 35px;
  padding: 20px;
  margin-bottom: 40px;
}
.sec .list-decimal .list-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.sec .list-decimal .list-text {
  margin: 0 0 20px 38px;
}

.sec .list-disc {
  border: solid 4px #63CDFD;
  border-radius: 35px;
  padding: 20px;
  margin-bottom: 40px;
}
.sec .list-disc li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 7px;
}
.sec .list-disc li::before {
  content: "●";
  color: #63CDFD;
  font-size: 10px;
  margin-right: 5px;
}

.sec .border-box-solid {
  border: solid 4px #63CDFD;
  border-radius: 35px;
  padding: 20px 25px;
  margin-bottom: 50px;
}
.sec .border-box-solid dl .item {
  display: flex;
}
.sec .border-box-solid dl .item dt {
  flex-shrink: 0;
  font-weight: bold;
  line-height: 2;
}
.sec .border-box-solid dl .item dt span {
  color: #63CDFD;
}
.sec .border-box-solid dl .item dd {
  line-height: 2;
  text-align: justify;
}
.sec .border-box-solid .sec-text:last-of-type {
  margin-bottom: 0;
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 880px) {
  #header .logo {
    max-width: 240px;
  }
  #header .navi .menu li {
    font-size: 14px;

  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
  main {
    padding-top: 60px;
  }

  .pc {
    display: none !important;
  }

  .page-title {
    font-size: 30px;
    margin: 40px 0 20px;
  }
  .page-head-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .head-text {
    font-size: 23px;
    margin: 60px 0 20px;
  }
  .text {
    font-size: 16px;
  }
  .btn-blue a,
  .btn-navy a {
    font-size: 15px;
  }

  /*-------------------------------------------
  Header
  -------------------------------------------*/
  #header {
    height: 60px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #header .logo {
    max-width: 230px;
  }
  #header .navi {
    width: 70%;
    background-color: #0F2E95;
    position: fixed;
    top: 60px;
    right: -80%;
    z-index: 20;
    transition: all 0.6s;
  }
  #header .navi.active {
    right: 0;
  }
  #header .navi .menu {
    width: 100%;
    flex-direction: column;
    padding: 20px 0 40px;
    overflow: auto;
  }
  #header .navi .menu li {
    font-size: 18px;
    padding: 15px 0;
    margin-left: 0;
  }
  #header .navi .menu li::after {
    content: none;
  }
  #header .hamburger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 30;
  }
  #header .hamburger span {
    width: 35px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 7.5px;
    transition: all 0.4s;
  }
  #header .hamburger span:nth-of-type(1) {
    top: 16px; 
  }
  #header .hamburger span:nth-of-type(2) {
    top: 25px;
  }
  #header .hamburger span:nth-of-type(3) {
    top: 34px;
  }
  #header .hamburger.active span:nth-of-type(1) {
    top: 24px;
    transform: rotate(-45deg);
  }
  #header .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .hamburger.active span:nth-of-type(3) {
    top: 24px;
    transform: rotate(45deg);
  }


  /*-------------------------------------------
  Footer
  -------------------------------------------*/
  #footer {
    margin-top: 80px;
  }
  #footer .page-top {
    width: 45px;
    height: 45px;
    bottom: 10px;
    right: 10px;
  }
  #footer .inner {
    padding: 60px 0 30px;
  }
  #footer .logo {
    max-width: 240px;
    margin: 0 auto 40px;
  }
  #footer .menu-list-area {
    flex-direction: column;
    margin-bottom: 30px;
  }
  #footer .menu-list-area .menu-list-item {
    width: 100%;
  }
  #footer .footer-bottom {
    flex-direction: column;
  }
  #footer .footer-bottom .bottom-item {
    width: 100%;
    text-align: center;
  }
  #footer .footer-bottom .bottom-item:nth-child(2) {
    width: 100%;
  }

  /*-------------------------------------------
  共通
  -------------------------------------------*/
  .sec .sec-title {
    font-size: 26px;
  }
  .sec .sec-text {
    margin-bottom: 20px;
  }

  .sec .sec-title-disc {
    font-size: 20px;
  }

  .sec .box-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec .box-list {
    max-width: 100%;
    gap: 10px;
  }
  .sec .box-list li {
    width: calc(50% - 5px);
    border-radius: 25px;
    padding: 8px;
  }
  .sec .box-list.col4 {
    gap: 10px;
  }
  .sec .box-list.col4 li {
    width: calc(50% - 5px);
  }
  .sec .box-list li .list-title {
    width: 70%;
    margin: 0 auto 10px;
  }
  .sec .box-list li .list-text {
    font-size: 13px;
  }
  
  .sec .img-flex {
    margin: 0 auto 20px;
  }
  .sec .img-flex .talk {
    margin-top: 0;
  }
  .sec .img-flex .talk .point-list {
    margin: 0;
  }
  .sec .img-flex.sp .talk {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec .img-flex .talk .point-list li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
  }

  .sec .step-item .step-item-no {
    max-width: 105px;
    margin: 0 auto 20px;
  }
  .sec .step-item .step-item-title {
    font-size: 26px;
    text-align: center;
  }
  .sec .step-item .step-item-text {
    margin-bottom: 20px;
  }
  .sec .step-item .step-item-flex {
    flex-direction: column;
  }
  .sec .step-item .step-item-flex .flex-text {
    width: 100%;
    margin-right: 0;
  }
  .sec .step-item .step-item-flex .flex-img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  
  .sec .img-wide {
    margin-bottom: 60px;
  }
  .sec .img-wide img {
    max-height: auto;
    object-fit: contain;
  }

  .sec .table-area .table-title {
    font-size: 20px;
  }
  .sec .table-area table th,
  .sec .table-area table td {
    font-size: 14px;
    padding: 8px;
  }

  .sec .list-decimal {
    border-radius: 25px;
  }
  .sec .list-decimal .list-title {
    font-size: 16px;
  }
  .sec .list-decimal .list-text {
    font-size: 15px;
  }
  .sec .list-disc {
    border-radius: 25px;
  }
  .sec .list-disc li {
    font-size: 16px;
  }

  .sec .border-box-solid {
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .sec .border-box-solid dl .item {
    flex-direction: column;
  }
  .sec .border-box-solid dl .item dt {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}