@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");

html {
  /* ルート要素の文字サイズを変更する */
  font-size: 14px;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #333333;
}

button {
  border: 0;
  background: none;
}

iframe,
img {
  max-width: 100%;
}

.btn {
  border-radius: 200px;
  padding: 0.375em 2em;
  padding-right: 3em;
  position: relative;
  margin-left: .6em;
  margin-right: .6em;
}

.btn.btn-primary {
  background: transparent;
  color: #F08527;
  border-color: #F08527;
}

.btn.btn-secondary {
  background: #F08527;
  color: #fff;
  border-color: #fff;
}

.btn.btn-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn.btn-yellow {
  background: #FFEF00;
  color: #005497;
  border-color: #005497;
}

.btn.btn-blue {
  background: transparent;
  color: #005497;
  border-color: #005497;
}

.btn i {
  position: absolute;
  right: 0.6em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}

.btn-group-lg>.btn,
.btn-lg {
  font-size: 1.65rem;
  border-width: 2.4px;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.table th {
  font-size: 20px;
  padding: 30px 0;
}

.table td {
  font-size: 16px;
  padding: 30px 0;
}

@media screen and (max-width: 767.985px) {
  .table th {
    font-size: 16px;
    padding: 20px 0;
  }

  .table td {
    font-size: 14px;
    padding: 20px 0;
  }
}

.c-ol {
  padding: 0;
  list-style: none;
  counter-reset: list-counter;
}

.c-ol li {
  counter-increment: list-counter;
  margin-bottom: 1em;
  position: relative;
  margin-bottom: 40px;
}

.c-ol li.single p {
  line-height: 2.8;
}

.c-ol .c-ol__counter {
  position: relative;
  padding-left: 68px;
}

.c-ol .c-ol__counter::before {
  content: counter(list-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  font-size: 40px;
  top: -0.1em;
}

.c-ol .c-ol__counter::after {
  content: "";
  background: url("../img/home/line_h.svg") no-repeat center;
  width: 3px;
  height: 48px;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 54px;
  top: 7px;
}

.p-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-header h1 {
  font-size: inherit;
}

.p-header .navbar {
  padding-top: 1.2em;
}

@media screen and (max-width: 767.985px) {
  .p-home .p-header__nav {
    background-color: #00345f;
  }
}

@media screen and (max-width: 992px) {
  .p-home .p-header__nav__lp {
    background-color: #00345f;
  }
}

.p-home .p-header__hamburger {
  background-color: #fff;
  margin-top: 30px;
}

.p-home .p-header {
  color: #fff;
}

.p-home .p-header .btn-primary {
  color: #fff;
  border-color: #fff;
}

.p-home .p-header .navbar-light .navbar-brand,
.p-home .p-header .navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.p-home__visual {
  background: -webkit-linear-gradient(232deg, #005497 0%, #015798 66%, #20a4af 100%);
  background: -o-linear-gradient(232deg, #005497 0%, #015798 66%, #20a4af 100%);
  background: linear-gradient(218deg, #005497 0%, #015798 66%, #20a4af 100%);
  color: #fff;
  padding: 8vw 0 6vw;
}

.p-home__visual .btn {
  font-size: 1.6em;
}

.p-home__title {
  width: 600px;
  max-width: 100%;
  margin: auto;
}

.p-home__busy {
  background: url("../img/home/bg_busy.svg") no-repeat center;
  background-size: cover;
}

.p-home__busy h4 {
  border-radius: 300px;
  height: 140px;
  width: 140px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid;
  color: #005497;
}

.p-home__feature__item {
  border: 1px solid #005497;
}

.p-home__feature__item h5 {
  font-size: 40px;
  position: relative;
  margin-bottom: 20px;
}

.p-home__feature__item h5:after {
  content: "";
  background: url("../img/home/line_v.svg") no-repeat center;
  width: 1.2em;
  height: 3px;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3px;
}

.p-home__feature__item .text {
  padding: 1.6em;
}

.p-home__feature__item .text p {
  font-size: 20px;
}

.p-home__pitfall {
  background: url("../img/home/bg_pitfall.png") no-repeat center;
  background-size: cover;
  color: #fff;
  min-height: 55vw;
  background-color: #FFFEED;
}

.p-home__pitfall h4 {
  font-size: 43px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.p-home__pitfall p {
  font-size: 20px;
}

.p-home__pitfall li {
  margin-bottom: 40px;
}

.p-home__pitfall li.single p {
  line-height: 2.8;
}

.p-home__avoidance {
  background-color: #FFFEED;
}

.p-home__avoidance h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.p-home__avoidance li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #005497;
}

.p-home__avoidance li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-home__avoidance .image {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.p-home__avoidance .text {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  background: #fff;
  padding: 30px;
}

.p-home__avoidance .text p {
  font-size: 20px;
}

.p-home__avoidance h4 {
  font-size: 30px;
  color: #005497;
  margin-bottom: 50px;
}

.p-home__avoidance .c-ol .c-ol__counter::after {
  top: 0;
}

.p-home__function p {
  font-size: 18px;
}

.p-home__function__item {
  margin-bottom: 30px;
}

.p-home__step {
  background-color: #E5EEF5;
}

.p-home__step li {
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.p-home__step li:last-child {
  margin-bottom: 0px;
}

.p-home__step li:last-child:before {
  display: none;
}

.p-home__step li:before {
  content: "";
  background-color: #005497;
  position: absolute;
  background: url("../img/home/step_line.svg") no-repeat center;
  bottom: -30px;
  width: calc(100% - 30px);
  left: 15px;
  height: 30px;
}

.p-home__step h4.c-ol__counter {
  font-size: 30px;
  margin-bottom: 50px;
  padding-top: 10px;
}

.p-home__step h4.c-ol__counter span:before {
  content: "Step";
  position: absolute;
  left: 0;
  top: -14px;
  font-size: 22px;
  color: #005497;
}

.p-home__step h4.c-ol__counter:before {
  top: 8px;
  color: #005497;
}

.p-home__step p {
  font-size: 18px;
}

.p-home__qa {
  background: url("../img/home/bg_note.svg");
  background-size: 9.4px;
}

.p-home__qa__item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px -5px #777777;
  box-shadow: 0px 0px 13px -5px #777777;
  padding: 24px 30px;
  margin-bottom: 30px;
}

.p-home__qa__item h3,
.p-home__qa__item h4 {
  font-size: 18px;
  cursor: pointer;
  padding-left: 2.6em;
  position: relative;
}

.p-home__qa__item h3:before,
.p-home__qa__item h4:before {
  content: "Q.";
  font-size: 32px;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  top: -0.4em;
}

.p-home__qa__item h4 {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px dashed #B2CCE0;
}

.p-home__qa__item h4:before {
  content: "A.";
  top: 12px;
}

.p-home__news a {
  color: #333333;
}

.p-home__news a:hover {
  opacity: .8;
  text-decoration: none;
}

.p-home__company {
  background-color: #EEF0F2;
}

.p-home__fee__wrap {
  text-align: center;
  position: relative;
  width: 600px;
  margin: auto;
  margin-bottom: 120px;
  max-width: 100%;
}

.p-home__fee__wrap h3 {
  font-size: 45px;
}

.p-home__fee__wrap p {
  font-size: 20px;
}

.p-home__fee__wrap:before {
  content: "";
  background: url("../img/home/fee_1.svg") no-repeat center;
  position: absolute;
  width: 79px;
  height: 260px;
  left: 0;
  top: -70px;
}

.p-home__fee__wrap:after {
  content: "";
  background: url("../img/home/fee_2.svg") no-repeat center;
  position: absolute;
  width: 83px;
  height: 91px;
  right: 0;
  top: 0px;
}

@media screen and (max-width: 767.985px) {
  .p-home__visual {
    padding-top: 100px;
  }

  .p-home__busy h4 {
    font-size: 15px;
    height: 100px;
    width: 100px;
  }

  .p-home__feature__item h5 {
    font-size: 30px;
  }

  .p-home__feature__item .text {
    padding: 1em;
  }

  .p-home__feature__item .text p {
    font-size: 16px;
  }

  .p-home__pitfall li.single p {
    line-height: 1.4;
  }

  .p-home__avoidance li {
    display: block;
  }

  .p-home__avoidance .text {
    padding: 20px;
  }

  .p-home__avoidance .text p {
    font-size: 16px;
  }

  .p-home__avoidance h4 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .p-home__fee__wrap h3 {
    font-size: 26px;
  }

  .p-home__fee__wrap p {
    font-size: 12px;
  }
}

.p-footer {
  background: -webkit-linear-gradient(232deg, #005497 0%, #015798 66%, #20a4af 100%);
  background: -o-linear-gradient(232deg, #005497 0%, #015798 66%, #20a4af 100%);
  background: linear-gradient(218deg, #005497 0%, #015798 66%, #20a4af 100%);
  color: #fff;
}

.p-footer a,
.p-footer .navbar-brand,
.p-footer .navbar-nav .nav-link {
  color: #fff;
}

.p-footer p {
  margin-bottom: 0;
}

.u-font16 {
  font-size: 16px;
}

.u-font18 {
  font-size: 18px;
}

.u-font20 {
  font-size: 20px;
}

.u-ofi {
  overflow: hidden;
}

.u-ofi img,
.u-ofi video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
  display: block;
  height: 100%;
}
