html {
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0 auto;
  color: #0046BE;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

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

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.common-title01 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .common-title01 {
    font-size: 24px;
  }
}
.common-title01 .eng {
  display: block;
  font-size: 120px;
  font-weight: normal;
  line-height: 0.85;
  color: #F2F2F2;
}
@media screen and (max-width: 1023px) {
  .common-title01 .eng {
    font-size: 100px;
  }
}
.common-btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 288px;
  height: 64px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #FFF;
  background-color: #0046BE;
  border: solid 1px #0046BE;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .common-btn01:hover {
    opacity: 0.7;
  }
}
.common-btn01::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 8px transparent;
  border-bottom: solid 8px #FFF;
  border-left: solid 8px transparent;
  border-right: solid 8px #FFF;
  position: absolute;
  bottom: 1px;
  right: 1px;
}

.pageTop {
  position: fixed;
  bottom: 160px;
  right: 200px;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .pageTop {
    bottom: 48px;
    right: 24px;
  }
}
.pageTop-btn {
  display: none;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 70, 190, 0.3);
  border: solid 1px #FFF;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .pageTop-btn {
    width: 48px;
    height: 48px;
  }
}
.pageTop-btn span {
  display: block;
  width: 22px;
  height: 22px;
  margin: 22px auto 0;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .pageTop-btn span {
    width: 16px;
    height: 16px;
    margin: 18px auto 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
  }
}

.header {
  width: 100%;
  padding: 0 16px;
  background-color: #0046BE;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  z-index: 99999;
}
.header-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1542px;
  height: 95px;
  margin: 0 auto;
  padding: 0 16px 0 0;
}
@media screen and (max-width: 1023px) {
  .header-body {
    height: 72px;
    padding: 0;
  }
}
.header-logo {
  display: block;
  margin: 0 16px 0 0;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .header-logo {
    width: 200px;
    position: relative;
    z-index: 9999;
  }
}
@media screen and (min-width: 1024px) {
  .header-logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav {
    width: 100%;
    height: calc(100vh - 72px);
    padding: 64px 0 0;
    background-color: #0046BE;
    position: fixed;
    top: 72px;
    right: -100%;
    z-index: 999;
    transition: 0.3s;
  }
}
.header-nav--active {
  right: 0;
}
.header-nav__body {
  display: flex;
  align-items: center;
  min-width: 764px;
  height: 95px;
}
@media screen and (max-width: 1023px) {
  .header-nav__body {
    flex-direction: column;
    height: 100%;
    min-width: auto;
    border-top: solid 1px #FFF;
  }
}
.header-nav__item01 {
  /* margin: 0 26px 0 0; */
  margin: 0 9px 0 0;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header-nav__item01 {
    width: 100%;
    margin: 0;
    height: auto;
    border-bottom: solid 1px #FFF;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__item01:hover span {
    background-color: #1E6DE0;
  }
  .header-nav__item01:hover .header-nav__child {
    display: block;
  }
}
.header-nav__item01 span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* padding: 0 20px; */
  padding: 0 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.15em;
  color: #FFF;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .header-nav__item01 span {
    width: 100%;
    height: 64px;
    padding: 0 24px;
    position: relative;
  }
  .header-nav__item01 span::before {
    content: "";
    width: 16px;
    height: 16px;
    border-left: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
    position: absolute;
    top: 20px;
    right: 16px;
    transform: rotate(-45deg);
  }
}
.header-nav__item01 span.is-active::before {
  top: 28px;
  transform: rotate(-225deg);
}
.header-nav__item02 {
  display: flex;
  align-items: center;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 1023px) {
  .header-nav__item02 {
    width: 100%;
    margin: 0;
    border-bottom: solid 1px #FFF;
  }
}
.header-nav__item02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 43px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #0046BE;
  background-color: #FFF;
  border-radius: 3px;
}
@media screen and (max-width: 1023px) {
  .header-nav__item02 a {
    width: 100%;
    height: 64px;
    color: #FFF;
    background-color: #0046BE;
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__item02 a:hover {
    color: #FFF;
    background-color: #1E6DE0;
  }
}
.header-nav__item03 {
  display: flex;
  align-items: center;
  margin: 0 30px 0 15px;
}
@media screen and (max-width: 1023px) {
  .header-nav__item03 {
    width: 100%;
    margin: 0;
    border-bottom: solid 1px #FFF;
  }
}
.header-nav__item03 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 43px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #FFF;
  border: solid 1px #FFF;
  border-radius: 3px;
}
@media screen and (max-width: 1023px) {
  .header-nav__item03 a {
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__item03 a:hover {
    background-color: #1E6DE0;
    border: solid 1px #1E6DE0;
  }
}
.header-nav__item04 {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .header-nav__item04 {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #FFF;
  }
}
.header-nav__item04 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* padding: 0 20px; */
  padding: 0 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.15em;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .header-nav__item04 a {
    height: 64px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__item04 a:hover {
    background-color: #1E6DE0;
  }
}
.header-nav__child {
  display: none;
  width: 100%;
  position: absolute;
  top: 95px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .header-nav__child {
    position: relative;
    top: auto;
    left: auto;
  }
}
.header-nav__child__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #0046BE;
  background-color: #FFF;
  border-top: solid 1px #0046BE;
  border-left: solid 2px #0046BE;
  border-right: solid 2px #0046BE;
  border-bottom: solid 1px #0046BE;
}
@media screen and (max-width: 1023px) {
  .header-nav__child__item {
    height: 48px;
    font-size: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #0046BE;
  }
}
.header-nav__child__item:first-of-type {
  border-top: none;
}
.header-nav__child__item:last-of-type {
  border-bottom: solid 2px #0046BE;
}
@media screen and (max-width: 1023px) {
  .header-nav__child__item:last-of-type {
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__child__item:hover {
    color: #FFF;
    background-color: #0046BE;
  }
}
.header-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-btn {
    display: block;
  }
}
.header-btn__trigger {
  width: 48px;
  height: 48px;
  background-color: #FFF;
  border: solid 1px #0046BE;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  z-index: 9999;
}
.header-btn__trigger span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 0 auto;
  background-color: #0046BE;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s ease-out;
}
.header-btn__trigger span:first-of-type {
  top: 14px;
}
.header-btn__trigger span:nth-child(2) {
  top: 23px;
}
.header-btn__trigger span:last-of-type {
  top: 32px;
}
.header-btn__trigger--active span:first-of-type {
  top: 22px;
  transform: rotate(45deg);
}
.header-btn__trigger--active span:nth-child(2) {
  opacity: 0;
}
.header-btn__trigger--active span:last-of-type {
  top: 22px;
  transform: rotate(-45deg);
}
.header-menu {
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background-color: #F2F2F2;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999;
  transition: 0.5s ease-out;
}
.header-menu--active {
  right: 0;
}
.header-menu__body {
  padding: 120px 16px 80px;
}
.header-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  color: #FFF;
  border-bottom: solid 1px #FFF;
}
.header-menu__item:first-of-type {
  border-top: solid 1px #FFF;
}
.header-menu__twitter {
  display: block;
  width: 32px;
  margin: 48px auto 0;
}
.header-menu__btn {
  margin: 48px auto 0;
  color: #0046BE;
  background-color: #FFF;
  border: solid 1px #0046BE;
}
.header-menu__btn::before {
  border-bottom: solid 8px #F2F2F2;
  border-right: solid 8px #F2F2F2;
}

.footer {
  padding: 204px 16px;
  background: url("../images/footer_bg.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 120px 16px;
  }
}
.footer-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1172px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .footer-body {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-info {
  min-width: 360px;
}
@media screen and (max-width: 1023px) {
  .footer-info {
    min-width: auto;
  }
}
.footer-info__company {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  .footer-info__company {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-info__company:hover {
    opacity: 0.7;
  }
}
.footer-info__zip {
  margin: 40px 0 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .footer-info__zip {
    font-size: 16px;
  }
}
.footer-info__address {
  margin: 8px 0 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .footer-info__address {
    font-size: 16px;
  }
}
.footer-info__tel {
  margin: 8px 0 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .footer-info__tel {
    font-size: 16px;
  }
}
.footer-info__fax {
  margin: 8px 0 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .footer-info__fax {
    font-size: 16px;
  }
}
.footer-link {
  margin: 56px 0 0;
}
@media screen and (max-width: 1023px) {
  .footer-link {
    margin: 48px 0 0;
  }
}
.footer-link__item {
  display: block;
  width: fit-content;
  margin: 16px 0 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #FFF;
  border-bottom: solid 1px #FFF;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  .footer-link__item {
    font-size: 16px;
  }
}
.footer-link__item:first-of-type {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .footer-link__item:hover {
    border-bottom: solid 1px transparent;
    opacity: 0.7;
  }
}
.footer-contact {
  width: 680px;
  padding: 86px 16px 84px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1023px) {
  .footer-contact {
    width: 100%;
    max-width: 640px;
    margin: 80px auto 0;
    padding: 64px 16px;
  }
}
.footer-contact__txt01 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}
.footer-contact__txt01 span {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .footer-contact__txt01 {
    font-size: 18px;
  }
}
.footer-contact__txt02 {
  margin: 48px 0 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .footer-contact__txt02 {
    font-size: 20px;
  }
}
.footer-contact__tel {
  display: block;
  width: 320px;
  margin: 8px auto 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0046BE;
}
@media screen and (max-width: 1023px) {
  .footer-contact__tel {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-size: 32px;
  }
}
.footer-contact__txt03 {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .footer-contact__txt03 {
    margin: 0;
    font-size: 16px;
  }
}
.footer-contact__txt04 {
  margin: 48px 0 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .footer-contact__txt04 {
    font-size: 20px;
  }
}
.footer-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 50px;
  margin: 24px auto 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  background-color: #0046BE;
  border-radius: 25px;
}
@media screen and (max-width: 1023px) {
  .footer-contact__btn {
    margin: 16px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-contact__btn:hover {
    background-color: #1E6DE0;
  }
}

.top-keyimg {
  height: 1203px;
  background: url("../images/top_keyimg_pc.jpg") no-repeat top center/cover;
}
@media screen and (max-width: 1023px) {
  .top-keyimg {
    height: auto;
    background: url("../images/top_keyimg_sp.jpg") no-repeat top center/cover;
  }
}
.top-keyimg__body {
  padding: 280px 16px 0;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__body {
    padding: 200px 16px 80px;
  }
}
.top-keyimg__title {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__title {
    font-size: 36px;
  }
}
.top-keyimg__title span {
  display: inline-block;
}
.top-keyimg__txt {
  margin: 72px 0 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__txt {
    margin: 64px 0 0;
    font-size: 20px;
  }
}
.top-keyimg__txt span {
  display: inline-block;
}
.top-keyimg__btn {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  margin: 104px auto 0;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__btn {
    align-items: center;
    flex-direction: column;
    gap: 24px;
    margin: 80px auto 0;
  }
}
.top-keyimg__btn__item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 262px;
  height: 130px;
  padding: 0 56px 0 0;
  background: linear-gradient(to right, rgba(242, 242, 242, 0.3), rgba(242, 242, 242, 0.3) 30%, rgba(121, 121, 121, 0.1) 100%);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__btn__item {
    width: 240px;
    height: 80px;
    padding: 0 40px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-keyimg__btn__item:hover::before {
    width: 100%;
  }
  .top-keyimg__btn__item:hover .num {
    color: #FFF;
  }
}
.top-keyimg__btn__item::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s ease-out;
}
.top-keyimg__btn__item .num {
  font-size: 156px;
  line-height: 1;
  color: #0046BE;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: -20px;
  left: 0;
  transition: 0.1s;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__btn__item .num {
    font-size: 96px;
    top: -12px;
  }
}
.top-keyimg__btn__item .txt {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #FFF;
}
.top-keyimg__btn__item .txt span {
  display: block;
  font-size: 25px;
  letter-spacing: 0.1em;
}
.top-keyimg__about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 244px;
  height: 124px;
  margin: 160px auto 0;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__about {
    margin: 80px auto 0;
  }
}
.top-keyimg__about__txt {
  font-size: 20px;
  color: #FFF;
  letter-spacing: 0.15em;
}
.top-keyimg__about span {
  display: block;
  margin: -2px 0 0;
  width: 22px;
  height: 22px;
  border-left: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  transform: rotate(-45deg);
}
.top-keyimg__about span:first-of-type {
  margin: 22px 0 0;
}
.top-feature {
  padding: 172px 16px 270px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1023px) {
  .top-feature {
    padding: 120px 16px;
  }
}
.top-feature__title {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  color: #0046BE;
}
.top-feature__body {
  margin: 80px auto 0;
  max-width: 1425px;
}
@media screen and (max-width: 1023px) {
  .top-feature__body {
    max-width: 765px;
  }
}
.top-feature__icon {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .top-feature__icon {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.top-feature__icon__item {
  width: 17.1929824561%;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .top-feature__icon__item {
    width: calc(245 / 765 * 100% - 10px);
  }
}
.top-feature__icon__item img {
  transform: scale(0.9);
  transition: 0.2s;
}
.top-feature__icon__item.selected img {
  transform: scale(1.1);
}
@media screen and (max-width: 1023px) {
  .top-feature__icon__item.selected img {
    transform: scale(1.2);
  }
}
.top-feature__txt {
  margin: 80px 0 0;
}
@media screen and (max-width: 1023px) {
  .top-feature__txt {
    margin: 48px 0 0;
  }
}
.top-feature__txt__item {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .top-feature__txt__item {
    font-size: 18px;
  }
}
.top-effect {
  padding: 172px 16px 160px;
  background-color: #0046BE;
}
@media screen and (max-width: 1023px) {
  .top-effect {
    padding: 120px 16px;
  }
}
.top-effect__title {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFF;
}
.top-effect__topTxt {
  width: fit-content;
  margin: 40px auto 0;
  padding: 0 0 16px;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFF;
  border-bottom: solid 2px #FFF;
}
.top-effect__topTxt span {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
}
.top-effect__list {
  max-width: 1272px;
  margin: 128px auto 0;
}
@media screen and (max-width: 1023px) {
  .top-effect__list {
    margin: 64px auto 0;
  }
}
.top-effect__item {
  display: flex;
  align-items: center;
  gap: 72px;
  margin: 80px 0 0;
}
.top-effect__item:first-of-type {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .top-effect__item {
    flex-direction: column;
    gap: 0;
    margin: 48px 0 0;
  }
}
.top-effect__image {
  width: 47.1698113208%;
}
@media screen and (max-width: 1023px) {
  .top-effect__image {
    width: 100%;
    max-width: 600px;
  }
}
.top-effect__info {
  width: 600px;
  background-color: #F2F2F2;
  border-radius: 15px;
}
@media screen and (max-width: 1023px) {
  .top-effect__info {
    width: 100%;
    max-width: 600px;
  }
}
.top-effect__num {
  display: flex;
  align-items: center;
  height: 62px;
  padding: 0 0 0 35px;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  background-color: rgba(30, 109, 224, 0.5);
  border-radius: 15px 15px 0 0;
}
.top-effect__num span {
  display: inline-block;
  margin: 0 0 0 13px;
  font-size: 35px;
}
.top-effect__before {
  display: flex;
  align-items: flex-start;
  padding: 40px 23px 47px 35px;
  border-bottom: solid 2px rgba(30, 109, 224, 0.5);
}
@media screen and (max-width: 1023px) {
  .top-effect__before {
    padding: 40px 24px;
  }
}
.top-effect__before .icon {
  display: block;
  min-width: 25px;
  margin: 0 14px 0 0;
}
.top-effect__before__txt {
  padding: 4px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #F05A2D;
}
@media screen and (max-width: 1023px) {
  .top-effect__before__txt {
    font-size: 18px;
  }
}
.top-effect__after {
  display: flex;
  align-items: flex-start;
  padding: 45px 23px 0 35px;
}
@media screen and (max-width: 1023px) {
  .top-effect__after {
    padding: 40px 24px;
  }
}
.top-effect__after .icon {
  display: block;
  min-width: 25px;
  margin: 0 14px 0 0;
}
.top-effect__after__txt {
  padding: 4px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .top-effect__after__txt {
    font-size: 18px;
  }
}
.top-effect__detail {
  display: flex;
  align-items: center;
  padding: 30px 23px 25px 31px;
}
@media screen and (max-width: 1023px) {
  .top-effect__detail {
    padding: 16px;
  }
}
.top-effect__detail__content {
  width: calc(100% - 130px);
  min-height: 54px;
}
@media screen and (max-width: 1023px) {
  .top-effect__detail__content {
    width: calc(100% - 90px);
    min-height: 110px;
  }
}
.top-effect__detail__item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px 0 4px;
}
@media screen and (max-width: 1023px) {
  .top-effect__detail__item {
    justify-content: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 8px 8px 8px 4px;
  }
}
.top-effect__detail__item:first-of-type {
  border-bottom: solid 1px rgba(30, 109, 224, 0.4);
}
.top-effect__detail__item .title {
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .top-effect__detail__item .title {
    padding: 0;
  }
}
.top-effect__detail__item .time {
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .top-effect__detail__item .time {
    padding: 0;
  }
}
.top-effect__detail__time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  width: 130px;
  min-width: 130px;
  height: 130px;
  font-weight: 500;
  color: #FFF;
  background-color: #1E6DE0;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .top-effect__detail__time {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
}
.top-effect__detail__time .txt {
  font-size: 19px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1023px) {
  .top-effect__detail__time .txt {
    font-size: 14px;
  }
}
.top-effect__detail__time .time {
  font-size: 17px;
}
@media screen and (max-width: 1023px) {
  .top-effect__detail__time .time {
    font-size: 14px;
  }
}
.top-effect__detail__time .time span {
  display: inline-block;
  margin: 0 4px 0 0;
  font-size: 39px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1023px) {
  .top-effect__detail__time .time span {
    margin: 0;
    font-size: 26px;
  }
}
.top-fee {
  padding: 180px 16px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1023px) {
  .top-fee {
    padding: 120px 16px;
  }
}
.top-fee__title {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  color: #0046BE;
}
.top-fee__body {
  max-width: 520px;
  margin: 80px auto 0;
  border-top: solid 1px rgba(30, 109, 224, 0.4);
}
.top-fee__basis, .top-fee__option {
  display: flex;
  align-items: center;
  padding: 48px 0;
  border-bottom: solid 1px rgba(30, 109, 224, 0.4);
}
@media screen and (max-width: 1023px) {
  .top-fee__basis, .top-fee__option {
    flex-direction: column;
  }
}
.top-fee__basis__title, .top-fee__option__title {
  width: 240px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
}
.top-fee__basis__title span, .top-fee__option__title span {
  display: block;
  margin: 8px 0 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.top-fee__basis__price, .top-fee__option__price {
  width: 220px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .top-fee__basis__price, .top-fee__option__price {
    margin: 16px 0 0;
  }
}
.top-fee__basis__price .num, .top-fee__option__price .num {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
}
.top-fee__basis__price .unit, .top-fee__option__price .unit {
  display: inline-block;
  margin: 0 4px 0 10px;
  font-size: 17px;
}
.top-flow {
  padding: 180px 16px;
  background-color: #0046BE;
}
@media screen and (max-width: 1023px) {
  .top-flow {
    padding: 120px 16px;
  }
}
.top-flow__title {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFF;
}
.top-flow__body {
  max-width: 1320px;
  margin: 80px auto 0;
}
.top-flow__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 1023px) {
  .top-flow__list {
    flex-direction: column;
    align-items: center;
    gap: 120px;
  }
}
.top-flow__item {
  width: 264px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-flow__item {
    width: 100%;
    max-width: 480px;
  }
}
.top-flow__item:last-of-type::before {
  content: none;
}
.top-flow__item::before {
  content: "";
  width: 22px;
  height: 40px;
  background: url("../images/icon_arrow01.svg") no-repeat top center/cover;
  position: absolute;
  top: 64px;
  right: -42px;
}
@media screen and (max-width: 1023px) {
  .top-flow__item::before {
    margin: 0 auto;
    top: auto;
    bottom: -96px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1023px) {
  .top-flow__item img {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
}
.top-flow__item__title {
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.5;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .top-flow__item__title {
    margin: 0;
  }
}
.top-flow__item__txt {
  margin: 32px 0 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .top-flow__item__txt {
    margin: 24px 0 0;
    font-size: 16px;
  }
}

.contact {
  padding: 160px 16px 200px;
  background-color: #0046BE;
}
@media screen and (max-width: 1023px) {
  .contact {
    padding: 120px 16px;
  }
}
.contact-body {
  max-width: 1268px;
  margin: 0 auto;
  padding: 92px 16px 110px;
  background-color: #FFF;
}
@media screen and (max-width: 1023px) {
  .contact-body {
    max-width: 960px;
    padding: 80px 20px;
  }
}
.contact-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.contact-title span {
  display: inline-block;
}
.contact-txt {
  max-width: 980px;
  margin: 80px auto 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .contact-txt {
    margin: 64px auto 0;
    font-size: 18px;
  }
}
.contact-form {
  max-width: 980px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1023px) {
  .contact-form {
    margin: 64px auto 0;
  }
}
.contact-form__item {
  display: flex;
  align-items: flex-start;
  margin: 28px 0 0;
}
@media screen and (max-width: 1023px) {
  .contact-form__item {
    flex-direction: column;
    margin: 24px 0 0;
  }
}
.contact-form__item:first-of-type {
  margin: 0;
}
.contact-form__title {
  display: flex;
  align-items: center;
  width: 320px;
  height: 65px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .contact-form__title {
    width: 100%;
    height: auto;
    font-size: 16px;
  }
}
.contact-form__input {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1023px) {
  .contact-form__input {
    width: 100%;
    margin: 4px 0 0;
  }
}
.contact-form__input input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 65px;
  padding: 0 16px;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #E0E0E0;
}
@media screen and (max-width: 1023px) {
  .contact-form__input input {
    height: 48px;
    padding: 4px 16px;
    font-size: 16px;
  }
}
.contact-form__input textarea {
  width: 100%;
  height: 240px;
  padding: 16px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #E0E0E0;
}
@media screen and (max-width: 1023px) {
  .contact-form__input textarea {
    font-size: 16px;
  }
}
.contact-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 50px;
  margin: 102px auto 0;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #FFF;
  background-color: #0046BE;
  border-radius: 25px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .contact-form__submit {
    margin: 64px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form__submit:hover {
    background-color: #1E6DE0;
  }
}

/*# sourceMappingURL=style.css.map */
.red-txt{color:red;}

/* trial */
.trial-article .bread {max-width: 1268px;margin: 0 auto 20px auto;padding: 12px;}
.trial-article .red-txt{color:red;}
.trial-article .white-txt{color:#bbb;margin:0 auto;font-size:14px;font-weight:300;}
.trial-article .white-txt a{color:white;text-decoration:underline;}
.trial-article .contact {padding: 120px 16px 200px;}
.trial-article .contact-form__input textarea {font-size:16px;}
.trial-article .contact-form__input select {
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    padding: 0 16px;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #E0E0E0;
    border: none;
    color: #666;
}
.trial-article .contact-form__radio {
    display: block;
    height: 65px;
    padding: 15px 16px;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    border: none;
    width: 100%;
    width: calc(100% - 320px);
}
.trial-article .contact-form__radio p{
    padding:15px 0;
    font-size:14px;
}

.trial-article .kiyaku{
    overflow-y: scroll;
    font-size: 16px;
    width: 100%;
    height: 240px;
    padding: 16px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #E0E0E0;
    color:#444;
    /* overflow-y: visible; */
}
.trial-article .m10{margin:10px 0;}

@media screen and (max-width: 1023px){
  .trial-article .contact-form__input select {
      /* height: 48px; */
      font-size: 16px;
  }
  .trial-article .contact-form__radio {
      height: 48px;
  }
  .trial-article .contact-form__radio {width: 100%;}
  .trial-article .spmt40{margin-top:40px;}
}

/* terms */
.terms .top-feature__body p{color:#666;line-height: 1.7;}
.terms .wrap1 h3{
    padding: .5rem 1rem;
    border-left: 7px solid #0046BE;
    font-size: 1.3em;
    margin-top:30px;
    margin-bottom:10px;
    font-weight: 500;
}

@media (min-width: 601px) {
    .terms .top-feature__body{background:white;max-width:1200px;margin:30px auto 10px auto;}
    .terms .wrap1{background:white;max-width:1000px;margin:50px auto 10px auto;padding:100px 50px 100px 50px;}
}

@media (max-width: 600px) {
    .terms .top-feature__body{background:white;padding:20px;margin: 40px auto 0;}
    .terms .wrap1{background:white;max-width:1000px;margin:30px auto 10px auto;padding:10px;}
}

/* privacy */
.privacy .top-feature__body p{color:#666;line-height: 1.7;}
.privacy .wrap1 h3{
    padding: .5rem 1rem;
    border-left: 7px solid #0046BE;
    font-size: 1.3em;
    margin-top:30px;
    margin-bottom:10px;
    font-weight: 500;
}

@media (min-width: 601px) {
    .privacy .top-feature__body{background:white;max-width:1200px;margin:30px auto 10px auto;}
    .privacy .wrap1{background:white;max-width:1000px;margin:50px auto 10px auto;padding:100px 50px 100px 50px;}
}

@media (max-width: 600px) {
    .privacy .top-feature__body{background:white;padding:20px;margin: 40px auto 0;}
    .privacy .wrap1{background:white;max-width:1000px;margin:30px auto 10px auto;padding:10px;}
}

/* contact */
.contact .bread {max-width: 1268px;margin: 0 auto 20px auto;padding: 12px;}
.contact .white-txt{color:#bbb;margin:0 auto;font-size:14px;font-weight:300;}
.contact .white-txt a{color:white;text-decoration:underline;}
.contact .contact {padding: 120px 16px 200px;}


