@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif:wght@100&family=Roboto:wght@500;700&display=swap");
.sp-view {
  display: block;
}

.pc-view {
  display: none;
}

.l-inner {
  padding: 0 20px;
}

.wrap-body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #E4F6FF;
}

.wrap-all {
  position: relative;
}

.wrap-header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px 12px 4px 12px;
}

.logo {
  width: 228px;
  height: auto;
}
.logo img {
  max-width: 100%;
  height: auto;
}

.wrap-menu {
  margin-top: 2px;
  display: block;
}

.btn-menu {
  width: 32px;
  height: 23px;
  display: block;
  position: relative;
}
.btn-menu.accordionActive span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.btn-menu.accordionActive span:nth-child(2) {
  opacity: 0;
}
.btn-menu.accordionActive span:last-child {
  top: 9px;
  transform: translateY(-7px) rotate(-45deg);
}
.btn-menu span {
  transition: transform 0.3s;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #3682ED;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-menu span:first-child {
  bottom: auto;
}
.btn-menu span:last-child {
  top: auto;
}

.wrap-area-menu {
  transition: transform 0.3s;
  width: 100%;
  background-color: #3D8AE8;
  left: 0;
  right: 0;
  display: none;
  position: absolute;
  top: 50px;
  padding: 10px;
  z-index: 10;
}
.wrap-area-menu.accordionActive {
  display: block;
}
.wrap-area-menu .wrap-box {
  background-color: #FFFFFF;
  width: 100%;
  padding: 0 19px 16px 20px;
}
.wrap-area-menu .wrap-box .list-button {
  margin: 12px -10px 0;
}

.wrap-mainvisual {
  position: relative;
  overflow: hidden;
  background-image: url(../image/bg_main_intro_sp.jpg);
  background-repeat: no-repeat;
  background-size: 767px auto;
  background-position: bottom center;
  margin-top: -47px;
  padding-top: 47px;
}

.list-menu > li {
  padding-left: 11px;
}
.list-menu > li + li {
  border-top: 1px solid #7388bc;
}
.list-menu .link {
  display: block;
  padding: 25px 0 23px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  position: relative;
}
.list-menu .link:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/icon_arr_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list-menu .link-child {
  padding: 17px 0;
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  position: relative;
}
.list-menu .link-child:after {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background-image: url(../image/icon_arr_anchor1.svg);
  filter: brightness(0) saturate(100%) invert(9%) sepia(63%) saturate(5728%) hue-rotate(227deg) brightness(104%) contrast(101%);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
}

.list-menu-child {
  margin-left: 26px;
}
.list-menu-child > li:before {
  content: "";
  display: block;
  background-image: url(../image/ico_line.svg);
  background-size: contain;
  width: 100%;
  height: 1px;
}

.wrap-box-main {
  display: flex;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  min-height: 208px;
}

.wrap-img-machine {
  width: 229px;
  height: auto;
  position: absolute;
  right: -47px;
  top: -9px;
}
.wrap-img-machine img {
  max-width: 100%;
  height: auto;
}

.hdg-lv1 {
  text-align: center;
}
.hdg-lv1 .sub {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #3682ed;
}
.hdg-lv1 .heading {
  display: block;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  color: #000;
}
.hdg-lv1 .heading .txt-clr1 {
  color: #042f95;
}
.hdg-lv1 .txt01 {
  font-size: 2.5rem;
  line-height: 1.56;
  color: #333;
}
.hdg-lv1 .heading01 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: left;
  color: #000;
  padding-left: 12px;
}
.hdg-lv1 .txt02 {
  font-size: 2.8rem;
  line-height: 1.28;
}
.hdg-lv1 .txt03 {
  font-size: 2.9rem;
  line-height: 1.24;
}
.hdg-lv1 .txt04 {
  margin-left: -9px;
}

.txt-bold {
  font-weight: 700;
}

.txt-underline {
  --underline-color: linear-gradient(#fff 0%, #fff 49.75%, #f0f002 100%);
  --underline-cap-width: 2px;
  --underline-width-scale: calc(var(--underline-width) / var(--underline-intrinsic-width));
  --underline-intrinsic-width: 11;
  --underline-width: 8;
  --underline-offset-y: -8px;
  --underline-padding-x: 0px;
  display: inline;
  --underline-width-scale: calc(var(--underline-width) / var(--underline-intrinsic-width));
  padding: 0 calc(var(--underline-padding-x) + var(--underline-cap-width) * var(--underline-width-scale));
  padding-bottom: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-repeat: no-repeat;
  background-image: var(--underline-color);
  background-position-x: calc(var(--underline-cap-width) * var(--underline-width-scale)), 0, 100%;
  background-position-y: calc(100% - var(--underline-offset-y) * -1);
  background-size: calc(100% - var(--underline-cap-width) * var(--underline-width-scale) * 2) calc(var(--underline-width) * 2px), auto calc(var(--underline-width) * 2px), auto calc(var(--underline-width) * 2px);
}

.wrap-img img {
  max-width: 100%;
  height: auto;
}

.hdg-lv2 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  color: #032f95;
}
.hdg-lv2 .txt {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  line-height: 1.33;
}
.hdg-lv2 .txt.pt1:before {
  left: -2px;
}
.hdg-lv2 .txt.pt1:after {
  right: 6px;
}
.hdg-lv2 .txt:before, .hdg-lv2 .txt:after {
  content: "";
  display: block;
  width: 2px;
  background-color: #042F95;
  height: 58px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
}
.hdg-lv2 .txt:before {
  transform: rotate(-24deg);
  left: -10px;
}
.hdg-lv2 .txt:after {
  transform: rotate(24deg);
  right: -4px;
}
.hdg-lv2 .txt .letter-8 {
  letter-spacing: -0.08em;
}

.wrap-content {
  background-image: url(../image/bg_sp.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top 63px center;
}

.wrap-block {
  margin: 0 -20px;
  padding: 53px 20px 54px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.wrap-block .wrap-mark {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.wrap-block .wrap-mark:before {
  content: "";
  display: block;
  width: 74px;
  height: 72px;
  background-image: url(../image/icon_blue.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: -1px;
}
.wrap-block .wrap-mark .mark {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1;
  transform: rotate(45deg);
  font-family: "Roboto", sans-serif;
  opacity: 0.72;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 12px;
  right: -12px;
}
.wrap-block .wrap-mark .mark.pt1 {
  letter-spacing: 0.05em;
}
.wrap-block .txt-st {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.85;
  position: relative;
  z-index: 1;
}
.wrap-block .txt-st + * {
  margin-top: 20px;
}
.wrap-block.pt1 {
  background: linear-gradient(#254fcb 0%, #0097ff 100%);
  opacity: 0.85;
  box-shadow: 0px 3px 20px rgba(33, 127, 221, 0.25);
  position: relative;
  padding: 26px 20px 133px;
}
.wrap-block.pt1:before {
  content: "";
  display: block;
  background-image: url(../image/icon_triangle_blue.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 264px;
  height: 100%;
  max-height: 264px;
  position: absolute;
  top: 0;
  right: 0;
  background-position: top right;
}
.wrap-block .txt-content {
  margin-top: 5px;
  color: #FFFFFF;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}

.list-button {
  margin-top: 37px;
}
.list-button > li + li {
  margin-top: 23px;
}
.list-button .wrap-button {
  margin-top: 0;
}
.list-button .wrap-button .button {
  border-radius: 0px;
  width: 100%;
  padding: 12px 70px 11px;
  border: 1px solid #E3D740;
  font-size: 1.8rem;
  line-height: 1.28;
}
.list-button .wrap-button .button:before {
  width: 43px;
  height: 43px;
  left: 15px;
}
.list-button .wrap-button .button:after {
  width: 25px;
  height: 25px;
  right: 18px;
}

.wrap-button {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-button .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 36px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
  width: 320px;
  background: linear-gradient(#f0f002 0%, #ffd800 100%);
  padding: 19px 63px 20px 80px;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 700;
  color: #434343;
  position: relative;
  transition: opacity 0.3s;
  cursor: pointer;
}
.wrap-button .button span {
  margin-top: 6px;
  font-size: 1.3rem;
  line-height: 1.38;
  font-weight: 400;
}
.wrap-button .button .sub {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.67;
  text-align: center;
  color: #FFF;
}
.wrap-button .button:before {
  content: "";
  display: block;
  background-image: url(../image/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
}
.wrap-button .button:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
}
.wrap-button .button:hover {
  opacity: 0.75;
}
.wrap-button .ico-arr-red:after,
.wrap-button .ico-arr-red2:after {
  background-image: url(../image/icon_arr_red.svg);
}
.wrap-button .ico-arr-white:after {
  background-image: url(../image/icon_arr_white.svg);
}
.wrap-button .ico-blank:after {
  background-image: url(../image/icon_blank.svg);
  width: 21px;
  height: 21px;
}
.wrap-button.pt1 .button {
  background: linear-gradient(#1bb5ff 0%, #0060cb 57.64%, #0341ce 100%);
  border: 1px solid #fff;
  color: #FFFFFF;
  padding: 19px 60px 20px 20px;
}
.wrap-button.pt1 .button:before {
  display: none;
}
.wrap-button.pt2 .button {
  border: 1px solid #E0E0E0;
  background: #EEEEEE;
  padding: 10px;
  color: #333333;
}
.wrap-button.pt2 .button .wrap-text {
  padding: 23px 50px 21px 76px;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  display: block;
}
.wrap-button.pt2 .button:before {
  background-image: url(../image/img_qa.png);
  width: 63px;
  height: 49px;
  left: 16px;
}
.wrap-button.pt2 .button:after {
  width: 22px;
  height: 21px;
  right: 28px;
}

.list-image > li + li {
  margin-top: 20px;
}
.list-image .box {
  border-radius: 0;
  background-color: #FFF;
}

.wrap-list-image {
  display: flex;
  margin-left: -36px;
  align-items: flex-end;
  justify-content: center;
}
.wrap-list-image > li {
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap-list-image > li + li {
  position: relative;
}
.wrap-list-image > li + li .wrap-img {
  width: 152px;
  height: 152px;
}
.wrap-list-image > li + li:before {
  content: "";
  display: block;
  background-image: url(../image/icon_arr_change.png);
  background-size: 100% auto;
  width: 47px;
  height: 32px;
  background-repeat: no-repeat;
  position: absolute;
  left: -8px;
  bottom: 40px;
}
.wrap-list-image > li:first-child {
  margin-bottom: 3px;
}
.wrap-list-image .wrap-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.wrap-list-image .txt-before {
  font-size: 1.7rem;
  line-height: 1.47;
  color: #696969;
}
.wrap-list-image .txt-after {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #E53082;
  margin-top: 2px;
}
.wrap-list-image .txt-add {
  display: inline-block;
  padding: 4px 4px 7px 7px;
  position: absolute;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  color: #032f95;
  border-radius: 18.65px;
  background: #fff;
  border: 1px solid #042f95;
  right: -18px;
  top: 0;
}
.wrap-list-image .txt-add.pos1 {
  top: 9px;
  right: -13px;
}

.hdg-lv2-pt1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  line-height: 1.29;
  font-weight: 700;
  color: #FFFFFF;
}

.sub-ttl {
  color: #F0F000;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: -4px;
  margin-left: 5px;
}

.wrap-video {
  margin-top: -113px;
  position: relative;
  z-index: 1;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}
.wrap-video .wrap-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wrap-video .wrap-responsive * {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrap-footer {
  background-color: #032F95;
  padding: 45px 0;
}
.wrap-footer .wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-footer .wrap-btn a {
  text-align: center;
  display: block;
  text-decoration: none;
  width: 308px;
  margin: 0 auto;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 17px 80px 18px 50px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.78;
}
.wrap-footer .wrap-btn a:before {
  content: "";
  display: block;
  background-image: url(../image/icon_blank_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  right: 51px;
  bottom: 0;
  margin: auto;
}
.wrap-footer small {
  text-align: center;
  margin-top: 16px;
  display: block;
  font-size: 1.2rem;
  line-height: 1.42;
  color: #FFFFFF;
}

.wrap-question {
  margin: 0 -20px;
}
.wrap-question .txt-lead-question {
  padding: 0 15px;
  margin-top: 24px;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.85;
  text-align: center;
  color: #333;
}

.list-question-pt1 > li + li {
  margin-top: 20px;
}
.list-question-pt1 .box-question {
  background-color: #f4f4f4;
  padding: 8px 20px 16px;
}
.list-question-pt1 .wrap-text {
  display: flex;
}
.list-question-pt1 .ques {
  display: block;
  flex: 0 0 42px;
  margin-right: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 6rem;
  letter-spacing: -0.06em;
  line-height: 1.2;
  color: #3682ed;
}
.list-question-pt1 .txt {
  display: block;
  margin-top: 8px;
  flex: 1;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
  color: #032f95;
}
.list-question-pt1 .wrap-img {
  margin-top: 16px;
}

.box-button {
  margin-top: 40px;
}
.box-button .wrap-button {
  margin-top: 0;
}
.box-button .wrap-button.pt1 .button {
  padding: 10px 60px 9px 44px;
}
.box-button + .list-button {
  margin-top: 24px;
}

.list-button-pt1 > li + li {
  margin-top: 22px;
}

.wrap-sec {
  margin-top: 64px;
}
.wrap-sec:last-child {
  padding-bottom: 40px;
}

.wrap-photo {
  margin: 0 -20px;
  background: #FFF;
  filter: drop-shadow(0px 3px 20px rgba(33, 127, 221, 0.25));
}

.wrap-box-img {
  margin: 24px 0 0;
  padding: 59px 35px 56px 28px;
}

.wrap-function {
  margin: 24px -20px 0;
  padding: 56px 20px;
  background-color: #FFF;
  filter: drop-shadow(0px 3px 20px rgba(33, 127, 221, 0.25));
}

.list-function {
  counter-reset: number;
  list-style-type: none;
}
.list-function > li + li {
  margin-top: 32px;
}
.list-function .ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  color: #032f95;
  padding-bottom: 10px;
  margin-bottom: 24px;
  position: relative;
}
.list-function .ttl:before {
  counter-increment: number;
  content: counters(number, ".") ".";
}
.list-function .ttl:after {
  content: "";
  display: block;
  border: 1px solid #3682ED;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.list-function .txt {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #333;
}
.list-function .icon {
  flex: 0 0 80px;
  margin-right: 24px;
}
.list-function .icon img {
  max-width: 100%;
  height: auto;
}
.list-function .wrap-img {
  margin-top: 24px;
  padding: 0 11px;
}
.list-function .wrap-text.col2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-function .list-note {
  margin: 8px -11px 0;
}
.list-function .list-note span {
  padding-left: 1em;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  color: #333;
  position: relative;
}
.list-function .list-note span:before {
  content: attr(data-ico);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (min-width: 768px) {
  .sp-view {
    display: none;
  }
  .pc-view {
    display: block;
  }
  .l-inner {
    padding: 0 139px;
    width: 1366px;
    margin: 0 auto;
  }
  .wrap-body {
    min-width: 1366px;
    font-size: 2.2rem;
  }
  .wrap-header {
    background-color: transparent;
    position: relative;
    z-index: 2;
    padding: 23px 53px;
    max-width: 1366px;
    margin: 0 auto;
  }
  .wrap-menu {
    display: none;
  }
  .wrap-area-menu {
    display: none !important;
  }
  .logo {
    width: 386px;
  }
  .logo a {
    display: block;
    transition: opacity 0.3s;
  }
  .logo a:hover {
    opacity: 0.75;
  }
  .wrap-mainvisual {
    background-image: url(../image/bg_main_intro_pc.jpg);
    background-size: 1512.5px auto;
    background-position: bottom center;
    margin-top: -98px;
    padding-top: 98px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap-mainvisual:before {
    content: "";
    display: block;
    height: 680px;
    width: 100vw;
    background: linear-gradient(to left, #b7ebff 0%, #e2f4fc 100%);
    position: absolute;
    left: calc(-50vw - 756px);
    top: 0;
    z-index: -1;
  }
  .wrap-mainvisual:after {
    content: "";
    display: block;
    height: 680px;
    width: 100vw;
    background: linear-gradient(to right, #66d3fd 0%, #afe5fa 100%);
    position: absolute;
    right: calc(-50vw - 756px);
    top: 0;
    z-index: -1;
  }
  .wrap-block-visual {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
  }
  .wrap-box-main {
    overflow: visible;
    max-width: 1088px;
    margin: 0 auto;
    padding: 0;
    min-height: 582px;
  }
  .wrap-img-machine {
    width: 558px;
    right: -160px;
    top: -68px;
  }
  .hdg-lv1 {
    max-width: 535px;
    position: absolute;
    top: 33px;
    left: 250px;
  }
  .hdg-lv1 .sub {
    letter-spacing: 0.05em;
    font-size: 2.4rem;
  }
  .hdg-lv1 .heading {
    font-size: 5.4rem;
  }
  .hdg-lv1 .txt01 {
    font-size: 4.1rem;
  }
  .hdg-lv1 .heading01 {
    padding-left: 20px;
    font-size: 5rem;
  }
  .hdg-lv1 .txt02 {
    font-size: 4.7rem;
  }
  .hdg-lv1 .txt03 {
    font-size: 4.8rem;
  }
  .hdg-lv1 .txt04 {
    margin-left: -16px;
  }
  .hdg-lv2 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    color: #032f95;
  }
  .hdg-lv2 .txt:before, .hdg-lv2 .txt:after {
    height: 44px;
  }
  .hdg-lv2 .txt:before {
    transform: rotate(-27deg);
  }
  .hdg-lv2 .txt:after {
    transform: rotate(27deg);
  }
  .hdg-lv2 .txt .letter-8 {
    letter-spacing: 0;
  }
  .hdg-lv2 .txt.pt1:before {
    left: -6px;
  }
  .hdg-lv2 .txt.pt1:after {
    right: -4px;
  }
  .wrap-block {
    margin: 0 -139px;
    padding: 84px 139px 85px;
  }
  .wrap-block .wrap-mark {
    width: 195px;
    height: 195px;
  }
  .wrap-block .wrap-mark:before {
    width: 195px;
    height: 195px;
  }
  .wrap-block .wrap-mark .mark {
    font-size: 2.4rem;
    opacity: 0.68;
    top: 64px;
    left: 30px;
    right: -30px;
  }
  .wrap-block .txt-st {
    font-size: 2.2rem;
  }
  .wrap-block .txt-st.txt-lg {
    font-size: 2.4rem;
  }
  .wrap-block .txt-st .space {
    display: inline-block;
  }
  .wrap-block .txt-st + * {
    margin-top: 57px;
  }
  .wrap-block .txt-st.has-icon {
    max-width: 741px;
    margin: 38px auto;
    padding-left: 130px;
  }
  .wrap-block .txt-st.has-icon:before {
    width: 104px;
    height: 104px;
  }
  .wrap-block.pt1 {
    padding: 76px 139px 273px;
  }
  .wrap-block.pt1:before {
    width: 408px;
    max-height: 408px;
  }
  .wrap-block .wrap-content-movie {
    width: 394px;
    margin-left: 6px;
  }
  .wrap-block .txt-content {
    margin-top: 30px;
    font-size: 2.6rem;
  }
  .list-button {
    display: flex;
    margin-top: 100px;
    margin-left: -40px;
  }
  .list-button > li {
    padding-left: 40px;
    width: 50%;
  }
  .list-button > li + li {
    margin-top: 0;
  }
  .list-button .wrap-button {
    margin-top: 0;
    height: 100%;
  }
  .list-button .wrap-button .button {
    height: 100%;
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 16px 90px 16px;
  }
  .list-button .wrap-button .button:before {
    width: 58px;
    height: 58px;
    left: 20px;
  }
  .list-button .wrap-button .button:after {
    right: 26px;
  }
  .wrap-button {
    margin-top: 56px;
  }
  .wrap-button .button {
    width: 416px;
    padding: 28px 70px 27px 92px;
    font-size: 1.8rem;
    line-height: 1.28;
  }
  .wrap-button .button span {
    font-size: 1.6rem;
    line-height: 1.44;
    margin-top: 10px;
  }
  .wrap-button .button .sub {
    font-size: 1.4rem;
  }
  .wrap-button.pt1 .button {
    padding: 26px 70px 29px 70px;
  }
  .wrap-button.pt2 .button {
    padding: 10px;
  }
  .wrap-button.pt2 .button .wrap-text {
    padding: 22px 50px 23px 76px;
  }
  .wrap-button.pt2 .button:before {
    width: 101px;
    height: 70px;
    left: 23px;
  }
  .wrap-button.pt2 .button:after {
    right: 32px;
  }
  .list-image {
    display: flex;
    margin-left: -69px;
  }
  .list-image > li {
    padding-left: 69px;
    width: 50%;
  }
  .list-image > li + li {
    margin-top: 0;
  }
  .wrap-photo {
    margin: 0 -139px;
    background-color: #FFF;
  }
  .wrap-box-img {
    max-width: 1032px;
    margin: 42px auto 0;
    padding: 86px 0 95px;
  }
  .wrap-list-image {
    margin-left: -61px;
  }
  .wrap-list-image > li {
    padding-left: 61px;
  }
  .wrap-list-image > li + li .wrap-img {
    width: 248px;
    height: 248px;
  }
  .wrap-list-image > li + li:before {
    background-size: 100% auto;
    width: 66px;
    height: 42px;
    left: -9px;
    bottom: 45px;
  }
  .wrap-list-image .wrap-img {
    width: 161px;
    height: 161px;
  }
  .wrap-list-image .txt-after {
    margin-top: -2px;
  }
  .wrap-list-image .txt-add {
    font-size: 1.3rem;
    color: #032f95;
    border-radius: 25.16px;
    padding: 6px 7px 11px 11px;
    right: -26px;
    top: 18px;
  }
  .wrap-list-image .txt-add.pos1 {
    top: 15px;
    right: 0;
    padding: 6px 3px 11px 9px;
  }
  .hdg-lv2-pt1 {
    font-size: 3.4rem;
    line-height: 1.18;
  }
  .sub-ttl {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 0;
    margin-left: 0;
  }
  .wrap-video {
    margin-top: 0;
    margin-top: -444px;
    float: right;
    width: 640px;
    padding-bottom: 360px;
  }
  .wrap-video .wrap-responsive {
    height: 360px;
  }
  .wrap-footer .wrap-btn a {
    transition: opacity 0.3s;
  }
  .wrap-footer .wrap-btn a:hover {
    opacity: 0.75;
  }
  .wrap-footer small {
    text-align: center;
    margin-top: 16px;
    display: block;
    font-size: 1.2rem;
    line-height: 1.42;
    color: #FFFFFF;
  }
  .wrap-content {
    background-position: top 232px center;
    background-image: url(../image/bg_pc.png);
    background-size: calc(100% + 534px) auto;
    position: relative;
  }
  .wrap-block .wrap-question {
    margin-top: 34px;
  }
  .wrap-question {
    margin-left: 0;
    margin-right: 0;
  }
  .wrap-question .txt-lead-question {
    margin-top: 25px;
    padding: 0;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.75;
  }
  .list-question-pt1 .box-question {
    padding: 39px 42px 32px 49px;
    display: flex;
  }
  .list-question-pt1 .ques {
    font-size: 8rem;
  }
  .list-question-pt1 .txt {
    margin-top: 22px;
    margin-left: 9px;
    font-size: 2.4rem;
  }
  .list-question-pt1 .wrap-text {
    flex: 1;
    display: block;
  }
  .list-question-pt1 .wrap-img {
    flex: 0 0 482px;
    margin-left: 32px;
    margin-top: 0;
  }
  .box-button {
    max-width: 874px;
    margin: 32px auto 0;
  }
  .box-button .wrap-button.pt1 .button {
    padding: 16px 70px 16px 70px;
  }
  .box-button + .list-button {
    margin-top: 40px;
  }
  .list-button-pt1 {
    display: flex;
    justify-content: center;
    margin-left: -42px;
  }
  .list-button-pt1 > li {
    padding-left: 42px;
  }
  .list-button-pt1 > li + li {
    margin-top: 0;
  }
  .list-button-pt1 > li:nth-child(n+3) {
    margin-top: 28px;
  }
  .wrap-sec {
    margin-top: 87px;
  }
  .wrap-sec:last-child {
    padding-bottom: 100px;
  }
  .wrap-function {
    margin: 48px -139px 0;
    padding: 103px 139px;
    width: 1365.5px;
  }
  .wrap-function + .box-button {
    margin-top: 80px;
  }
  .list-function > li + li {
    margin-top: 58px;
  }
  .list-function .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .list-function .icon {
    flex: 0 0 104px;
  }
  .list-function .ttl {
    font-size: 3.2rem;
    line-height: 1.84;
    padding-bottom: 10px;
    margin-bottom: 32px;
  }
  .list-function .txt {
    font-size: 2rem;
  }
  .list-function .wrap-text {
    flex: 1;
  }
  .list-function .wrap-img {
    flex: 0 0 460px;
    margin-top: 0;
    margin-right: 27px;
    margin-left: 57px;
    padding: 0;
  }
  .list-function .wrap-img.pt1 {
    flex: 0 0 524px;
    margin-right: 0;
    margin-left: 41px;
  }
  .list-function .list-note {
    margin: 10px 0;
  }
  .list-function .list-note > li + li {
    margin-top: 10px;
  }
  .list-function .list-note span {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 320px) and (max-width: 374px) {
  .wrap-box-main {
    overflow: hidden;
  }
}/*# sourceMappingURL=style.css.map */