body {
  max-width: 2000px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
}
body * {
  box-sizing: border-box;
  line-height: 1em;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sp_only {
  display: none;
}

.inner {
  width: 1100px;
  margin-inline: auto;
  position: relative;
}

#fv {
  background: url(../img/fv_bg.jpg) no-repeat center 0;
}
#fv .inner {
  padding: 10px 0 159px;
}
#fv .logo {
  width: 227px;
}
#fv h1 {
  width: 700px;
  margin: 39px 0 0 13px;
}

.cta {
  background: url(../img/cta_bg.png) no-repeat center 0;
  position: relative;
  z-index: 2;
  height: 417px;
  margin-top: -121px;
  padding: 23px 0 0;
}
.cta .txt {
  width: 996px;
  margin: 0 auto 17px;
}
.cta .btn p {
  width: 657px;
  margin-inline: auto;
}
.cta .btn a {
  display: block;
  width: 671px;
  margin: 14px auto 0;
  filter: drop-shadow(8px 12px 10px rgba(0, 18, 84, 0.5));
}
@media (any-hover: hover) {
  .cta .btn a:hover {
    filter: brightness(110%) drop-shadow(8px 12px 10px rgba(0, 18, 84, 0.5));
  }
}

#sec01 {
  background: url(../img/bg01.jpg) no-repeat center 0;
  height: 2660px;
}
#sec01 .inner {
  padding: 78px 0 0;
}
#sec01 h2 {
  width: 819px;
  margin: 0 auto 73px;
}
#sec01 ul {
  width: 1040px;
  margin-inline: auto;
  padding-bottom: 42px;
}
#sec01 li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
#sec01 li:nth-child(even) {
  flex-flow: row-reverse wrap;
}
#sec01 .img {
  width: 480px;
  box-shadow: 8px 10px 10px rgba(3, 16, 53, 0.3);
}
#sec01 .txt {
  padding-top: 11px;
  width: 513px;
}
#sec01 .end_txt {
  width: 941px;
  margin-inline: auto;
}

#sec02 {
  background: url(../img/bg02.jpg) no-repeat center 0;
  height: 864px;
}
#sec02 .inner {
  padding: 44px 0 0;
}
#sec02 h2 {
  width: 954px;
  margin: 0 auto 10px;
}
#sec02 .img {
  width: 970px;
  margin: 0 0 0 74px;
}

#sec03 {
  background: url(../img/bg03.jpg) no-repeat center 0;
}
#sec03 .inner {
  padding: 74px 0 193px;
}
#sec03 h2 {
  width: 114px;
  margin: 0 auto 29px;
}
#sec03 .img {
  width: 1012px;
  margin: 0 0 0 49px;
}

#sec04 {
  background: url(../img/bg04.jpg) no-repeat center 0;
  height: 1031px;
}
#sec04 .inner {
  padding: 67px 0 0;
}
#sec04 h2 {
  width: 779px;
  margin: 0 auto 36px;
}
#sec04 .img {
  width: 1012px;
  margin: 0 0 0 49px;
}
#sec04 .step {
  width: 1001px;
  margin: 0 auto 19px;
}
#sec04 .bdr {
  width: 1058px;
  margin: 18px auto;
}
#sec04 .bdr_2 {
  margin: -5px auto 14px;
}
#sec04 .txt {
  width: 954px;
  margin: 50px auto 0;
}

#sec05 {
  background: url(../img/bg05.jpg) repeat-y center 0;
}
#sec05 .inner {
  padding: 50px 0 13px;
}
#sec05 h2 {
  width: 232px;
  margin: 0 auto 36px;
}
#sec05 dl {
  width: 1001px;
  margin: 0 auto 25px;
}
#sec05 dt {
  position: relative;
  cursor: pointer;
}
#sec05 dt::after {
  content: "";
  display: block;
  background: url(../img/arw.png) no-repeat center 0/100%;
  width: 18px;
  height: 11px;
  position: absolute;
  top: 31px;
  right: 21px;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  #sec05 dt:hover {
    opacity: 0.8;
  }
}
#sec05 dt.active {
  padding-bottom: 0;
}
#sec05 dt.active::after {
  rotate: 180deg;
}
#sec05 dd {
  display: none;
}

#form {
  background: url(../img/bg06.jpg) repeat-y center 0;
  padding: 50px 0 85px;
}
#form h2 {
  width: 410px;
  margin: 0 auto 36px;
}

footer {
  background: #333333;
  padding: 52px 0 0;
}
footer .address {
  width: 594px;
  margin-inline: auto;
}
footer .copy {
  margin: 40px 0 0;
  padding: 18px 0;
  border-top: 1px solid #fff;
}
footer .copy img {
  width: 102px;
  margin-inline: auto;
}/*# sourceMappingURL=style.css.map */