@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #000;
  font-weight: 500;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  position: relative;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
share start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
}

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

.pc {
  display: block;
}

@media (max-width: 567px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 567px) {
  .sp {
    display: block;
  }
}

.container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}

.inner {
  padding: 0 100em;
}

@media (max-width: 567px) {
  .inner {
    padding: 0 20em;
  }
}

.sec {
  font-size: 1px;
  font-size: 0.06944vw;
}

@media screen and (min-width: 1441px) {
  .sec {
    font-size: 1px;
  }
}

@media (max-width: 567px) {
  .sec {
    font-size: 1px;
    font-size: 0.26667vw;
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #f8e539));
  background: -webkit-linear-gradient(transparent 80%, #f8e539 80%);
  background: linear-gradient(transparent 80%, #f8e539 80%);
}

.title-area {
  text-align: center;
  margin-bottom: 50em;
}

@media (max-width: 567px) {
  .title-area {
    margin-bottom: 28em;
  }
}

.title-area h2 {
  font-size: 30em;
  font-weight: 700em;
  margin-bottom: 0.35em;
}

@media (max-width: 567px) {
  .title-area h2 {
    font-size: 24em;
    margin-bottom: 0.91em;
  }
}

.title-area .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135em;
  margin: 0 auto;
  height: 10em;
}

@media (max-width: 567px) {
  .title-area .line {
    height: 8em;
  }
}

.title-area .line__left {
  width: 50%;
  height: 100%;
  background-color: #2a8bbe;
}

.title-area .line__right {
  width: 50%;
  height: 100%;
  background-color: #4aa4db;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
share end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  z-index: 9997;
  padding: 28px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 567px) {
  .header {
    padding: 10px 0;
  }
}

.header .sp {
  display: none;
}

@media (max-width: 567px) {
  .header .sp {
    display: block;
    margin-top: 10em;
  }
}

@media (max-width: 567px) {
  .header .sp > span {
    display: inline-block;
    font-size: 18em;
    font-weight: 700;
    padding: 0.27em 0.55em;
    background-color: #f8e539;
    border-radius: 30px;
    white-space: nowrap;
  }
}

@media (max-width: 567px) {
  .header .sp > span {
    font-size: 18em;
  }
}

.header .sp > span:first-of-type {
  margin-bottom: 5px;
}

.header .complete {
  background-color: #fff;
  padding: 5px;
}

.header .complete > p {
  text-align: center;
  font-size: 14px;
  color: blue;
}

.header .error {
  background-color: #fff;
  padding: 5px;
}

.header .error > p {
  text-align: center;
  font-size: 14px;
  color: red;
}

.header .inner {
  padding: 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1400px) {
  .header .inner {
    padding: 0 20px;
  }
}

@media (max-width: 567px) {
  .header .inner {
    padding: 0 20em;
  }
}

.header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__left h1 {
  margin-right: 70em;
}

@media (max-width: 567px) {
  .header__left h1 {
    margin-right: 0;
  }
}

.header__left h1 a {
  display: inline-block;
}

.header__left h1 a .logo {
  display: block;
  width: 153px;
}

@media (max-width: 567px) {
  .header__left h1 a .logo {
    width: 102px;
  }
}

.header__left h1 a.fixed {
  position: fixed;
  top: 28px;
}

@media (max-width: 567px) {
  .header__left h1 a.fixed {
    top: 10px;
  }
}

.header__left > p span {
  padding: 10px 30px;
  font-size: 21em;
  font-weight: 700;
  border-radius: 30px;
  background-color: #f8e539;
}

.header__right {
  position: fixed;
  top: 28px;
  right: 100px;
  z-index: 9998;
}

@media (max-width: 1024px) {
  .header__right {
    top: 22px;
    right: 20em;
  }
}

.header__right .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right .sns a {
  display: inline-block;
  margin-right: 30px;
}

@media (max-width: 567px) {
  .header__right .sns a {
    margin-right: 20px;
  }
}

.header__right .sns a:last-of-type {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .header__right .sns a:last-of-type {
    width: 31px;
  }
}

@media (max-width: 1024px) {
  .header__right .sns a:first-of-type {
    width: 34px;
  }
}

@media (max-width: 1024px) {
  .header__right .sns a:nth-of-type(2) {
    width: 21.36px;
  }
}

@media (max-width: 1024px) {
  .header__right .sns a img {
    width: 100%;
  }
}

.fv {
  overflow-y: hidden;
  position: relative;
  background-image: url(../images/fv-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 567px) {
  .fv {
    background-image: url(../images/fv-bg-sp.png);
    overflow: hidden;
  }
}

@media (max-width: 567px) {
  .fv .inner {
    padding: 0 15em;
  }
}

.fv .container {
  position: relative;
}

.fv .container .btn {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2892a;
  background: -webkit-gradient(linear, left bottom, left top, from(#f2892a), to(#fc654c));
  background: -webkit-linear-gradient(bottom, #f2892a 0%, #fc654c 100%);
  background: linear-gradient(0deg, #f2892a 0%, #fc654c 100%);
  width: 367em;
  height: 87em;
  border-radius: 50px;
  position: absolute;
  right: 100em;
  bottom: 25em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fv .container .btn:hover {
  opacity: 0.7;
}

@media (max-width: 567px) {
  .fv .container .btn {
    display: none;
  }
}

.fv .container .btn span {
  display: inline-block;
  color: #fff;
  font-size: 30em;
  font-weight: 700;
  margin-right: 1em;
}

.fv .container .btn i {
  width: 33em;
  height: 33em;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.fv .container .btn i::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5em 0 7.5em 15em;
  border-color: transparent transparent transparent #f86e24;
}

.fv .container .president {
  display: block;
  width: 512em;
  position: absolute;
  right: 30em;
  bottom: -154em;
  z-index: 1;
}

@media (max-width: 567px) {
  .fv .container .president {
    width: 228em;
    right: -35em;
    bottom: 0;
    z-index: 1;
  }
}

.fv .container .price {
  display: block;
  width: 275em;
  position: absolute;
  bottom: 50em;
  right: 495em;
  z-index: 1;
}

@media (max-width: 567px) {
  .fv .container .price {
    width: 105.5em;
    right: 10em;
    bottom: 10em;
    z-index: 3;
  }
}

.fv .container .message {
  display: block;
  width: 222.45em;
  position: absolute;
  top: 180em;
  right: 355em;
  z-index: 1;
}

@media (max-width: 1024px) {
  .fv .container .message {
    right: 340em;
  }
}

@media (max-width: 567px) {
  .fv .container .message {
    width: 118.29em;
    right: 60em;
    top: 120em;
    z-index: 0;
  }
}

@media screen and (max-width: 320px) {
  .fv .container .message {
    width: 110em;
    top: 120em;
  }
}

.fv .container .name {
  position: absolute;
  right: 100em;
  bottom: 145em;
  z-index: 1;
}

@media (max-width: 567px) {
  .fv .container .name {
    width: 146em;
    height: 24em;
    right: 20em;
    bottom: 130em;
  }
}

.fv .container .name span {
  display: inline-block;
  color: #fff;
  font-size: 20em;
  font-weight: 700;
  background-color: #4aa4db;
  padding: 0.25em 1.25em;
  white-space: nowrap;
}

@media (max-width: 567px) {
  .fv .container .name span {
    font-size: 13em;
    padding: 0.3em 0.8em;
  }
}

.fv__top {
  width: 100%;
  height: 611em;
  padding-top: 120em;
}

@media (max-width: 1024px) {
  .fv__top {
    height: 750em;
    padding-top: 250em;
  }
}

@media (max-width: 567px) {
  .fv__top {
    height: auto;
    padding-top: 170em;
    padding-bottom: 135em;
    z-index: 1;
  }
}

.fv__top .title {
  margin-bottom: 30em;
}

@media (max-width: 567px) {
  .fv__top .title {
    margin-bottom: 20em;
    position: relative;
  }
}

.fv__top .title__top {
  padding-bottom: 0.1em;
  font-weight: 900;
  color: #4aa4db;
  font-size: 100em;
}

@media (max-width: 567px) {
  .fv__top .title__top {
    font-size: 55em;
    line-height: 1.1;
  }
}

.fv__top .title__top span {
  font-size: 0.6em;
}

@media (max-width: 567px) {
  .fv__top .title__top small {
    letter-spacing: -0.19em;
  }
}

.fv__top .title__bottom {
  font-weight: 900;
  font-size: 40em;
  color: #4aa4db;
}

@media (max-width: 567px) {
  .fv__top .title__bottom {
    font-size: 24em;
    line-height: 1.33;
  }
}

.fv__top .content {
  width: 693em;
}

@media (max-width: 567px) {
  .fv__top .content {
    width: 261em;
    z-index: 2;
    position: absolute;
    left: 15em;
    bottom: 20em;
  }
}

.fv__top .content__title {
  border-radius: 20px 20px 0 0;
  border-top: 3px solid #4aa4db;
  border-left: 3px solid #4aa4db;
  border-right: 3px solid #4aa4db;
  border-bottom: 3px solid #4aa4db;
  background-color: #4aa4db;
  padding: 20em 0;
  text-align: center;
}

@media (max-width: 567px) {
  .fv__top .content__title {
    padding: 10em 0;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #4aa4db;
    border-left: 1px solid #4aa4db;
    border-right: 1px solid #4aa4db;
    border-bottom: 1px solid #4aa4db;
  }
}

.fv__top .content__title > span {
  display: inline-block;
  font-size: 30em;
  color: #fff;
}

@media (max-width: 567px) {
  .fv__top .content__title > span {
    font-size: 12em;
  }
}

.fv__top .content__txt {
  padding: 25em;
  border-radius: 0 0 20px 20px;
  border-bottom: 3px solid #4aa4db;
  border-left: 3px solid #4aa4db;
  border-right: 3px solid #4aa4db;
}

@media (max-width: 567px) {
  .fv__top .content__txt {
    padding: 10em;
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #4aa4db;
    border-left: 1px solid #4aa4db;
    border-right: 1px solid #4aa4db;
    background-color: #fff;
  }
}

.fv__top .content__txt ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.8em;
  font-size: 29em;
}

@media (max-width: 567px) {
  .fv__top .content__txt ul li {
    font-size: 13em;
    letter-spacing: -0.05em;
  }
}

.fv__top .content__txt ul li:last-of-type {
  margin-bottom: 0;
}

.fv__top .content__txt ul li i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.69em;
  height: 0.69em;
  border-radius: 50%;
  background-color: #fb6848;
  margin-right: 0.5em;
  margin-bottom: 0.05em;
}

.fv__top .content__txt ul li > span {
  font-size: 1.24em;
}

.sec01 {
  background-color: #4aa4db;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

@media (max-width: 567px) {
  .sec01 {
    z-index: 0;
    padding: 88em 0 23em;
  }
}

.sec01 .bg {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #2a8bbe;
  z-index: -1;
}

@media (max-width: 567px) {
  .sec01 .bg {
    width: 34%;
  }
}

.sec01 .bg::after {
  position: absolute;
  content: "";
  left: -100em;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 141em 100em 0px 0;
  border-color: transparent #2a8bbe transparent transparent;
}

@media (max-width: 567px) {
  .sec01 .bg::after {
    left: -100em;
    border-width: 208em 100em 0px 0;
  }
}

.sec01 .title {
  padding: 75em 0 20em;
  text-align: center;
  z-index: 1;
  position: relative;
}

@media (max-width: 567px) {
  .sec01 .title {
    padding: 0 0 15em;
  }
}

.sec01 .title__top {
  position: absolute;
  top: 35em;
  left: 245em;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

@media (max-width: 567px) {
  .sec01 .title__top {
    top: -65em;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-5deg);
            transform: translateX(-50%) rotate(-5deg);
    text-align: left;
    white-space: nowrap;
  }
}

.sec01 .title__top h2 {
  font-size: 26em;
  color: #f8e539;
}

@media (max-width: 567px) {
  .sec01 .title__top h2 {
    font-size: 18em;
  }
}

@media (max-width: 567px) {
  .sec01 .title__top h2 span {
    padding-left: 5.5em;
  }
}

.sec01 .title__bottom p {
  font-size: 46em;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 567px) {
  .sec01 .title__bottom p {
    font-size: 22em;
  }
}

.sec01 .btn {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2892a;
  background: -webkit-gradient(linear, left bottom, left top, from(#f2892a), to(#fc654c));
  background: -webkit-linear-gradient(bottom, #f2892a 0%, #fc654c 100%);
  background: linear-gradient(0deg, #f2892a 0%, #fc654c 100%);
  width: 367em;
  height: 87em;
  border-radius: 50px;
}

@media (max-width: 567px) {
  .sec01 .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 567px) {
  .sec01 .btn {
    width: 335em;
    height: 60em;
    margin: 0 auto;
  }
}

.sec01 .btn span {
  display: inline-block;
  color: #fff;
  font-size: 30em;
  font-weight: 700;
  margin-right: 1em;
}

@media (max-width: 567px) {
  .sec01 .btn span {
    font-size: 22em;
    margin-right: 1em;
  }
}

.sec01 .btn i {
  width: 33em;
  height: 33em;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 567px) {
  .sec01 .btn i {
    width: 24em;
    height: 24em;
  }
}

.sec01 .btn i::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5em 0 7.5em 15em;
  border-color: transparent transparent transparent #f86e24;
}

@media (max-width: 567px) {
  .sec01 .btn i::after {
    border-width: 5em 0 5em 10em;
  }
}

.sec02 {
  background-color: #fffad0;
  padding: 47em 0 65em;
}

@media (max-width: 567px) {
  .sec02 {
    padding: 30em 0;
  }
}

.sec02 .content {
  width: 953em;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 55em 0;
  text-align: center;
  position: relative;
}

@media (max-width: 567px) {
  .sec02 .content {
    padding: 100em 15em 40em;
  }
}

.sec02 .content .msg {
  display: block;
  width: 331em;
  position: absolute;
  top: -25em;
  left: 0;
}

@media (max-width: 567px) {
  .sec02 .content .msg {
    width: 197.53em;
    top: 20em;
    left: 20em;
  }
}

.sec02 .content .label {
  display: block;
  width: 173em;
  position: absolute;
  bottom: 30em;
  left: 20em;
}

@media (max-width: 567px) {
  .sec02 .content .label {
    width: 83.13em;
    bottom: 70em;
    left: -20em;
  }
}

.sec02 .content .img {
  display: block;
  width: 281em;
  position: absolute;
  bottom: -20em;
  right: -75em;
}

@media (max-width: 567px) {
  .sec02 .content .img {
    position: static;
    margin: 0 auto 20em;
  }
}

.sec02 .content__top {
  font-size: 27em;
  font-weight: 400;
  margin-bottom: 1.22em;
}

@media (max-width: 567px) {
  .sec02 .content__top {
    font-size: 20em;
  }
}

.sec02 .content__top span {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 2em;
}

@media (max-width: 567px) {
  .sec02 .content__top span {
    font-size: 1.9em;
    margin: 0.1em auto;
  }
}

.sec02 .content__top span small {
  font-size: 0.66em;
}

@media (max-width: 567px) {
  .sec02 .content__top span small {
    font-size: 0.51em;
  }
}

.sec02 .content__middle {
  margin-bottom: 20em;
}

.sec02 .content__middle img {
  display: block;
  width: 329em;
  margin: 0 auto;
}

@media (max-width: 567px) {
  .sec02 .content__middle img {
    width: 250em;
  }
}

.sec02 .content__bottom span {
  color: #f45f21;
  font-size: 63em;
  padding: 0 0.5em;
  white-space: nowrap;
}

@media (max-width: 567px) {
  .sec02 .content__bottom span {
    font-size: 53em;
  }
}

.sec02 .content__bottom span small {
  font-size: 0.62em;
  margin-left: 0.3em;
}

@media (max-width: 567px) {
  .sec02 .content__bottom span small {
    font-size: 0.735em;
  }
}

.sec03 {
  padding: 75em 0 0;
  background-image: url(../images/sec03-bg.png);
  background-size: 1528em 592em;
  background-position: top 42.2em center;
  background-repeat: no-repeat;
}

@media (max-width: 567px) {
  .sec03 {
    padding: 70em 0 50em;
    background-image: url(../images/sec03-bg-sp.png);
    background-size: 430em 616em;
    background-position: top 0 center;
    background-repeat: no-repeat;
  }
}

.sec03 .title-area {
  text-align: left;
  width: 960em;
  max-width: 100%;
  margin: 0 auto 70em;
}

@media (max-width: 567px) {
  .sec03 .title-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 36em;
  }
}

.sec03 .title-area p {
  display: inline-block;
  font-size: 33em;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffeac9));
  background: -webkit-linear-gradient(transparent 50%, #ffeac9 50%);
  background: linear-gradient(transparent 50%, #ffeac9 50%);
  white-space: nowrap;
}

@media (max-width: 567px) {
  .sec03 .title-area p {
    font-size: 20em;
    letter-spacing: -0.1em;
  }
}

.sec03 .title-area .bl {
  margin-left: 9.5em;
}

@media (max-width: 567px) {
  .sec03 .title-area .bl {
    display: none;
  }
}

.sec03 .title-area .sp {
  display: none;
}

@media (max-width: 567px) {
  .sec03 .title-area .sp {
    display: inline-block;
  }
}

.sec03 .content {
  margin-bottom: 100em;
}

@media (max-width: 567px) {
  .sec03 .content {
    margin-bottom: 50em;
  }
}

.sec03 .content__top {
  margin-bottom: 24em;
}

@media (max-width: 567px) {
  .sec03 .content__top {
    margin-bottom: 30em;
  }
}

.sec03 .content__top dl {
  width: 550em;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec03 .content__top dl dt {
  width: 100em;
  margin-right: 20em;
}

@media (max-width: 567px) {
  .sec03 .content__top dl dt {
    margin-right: 15em;
  }
}

.sec03 .content__top dl dt img {
  display: block;
  width: 100%;
}

.sec03 .content__top dl dd {
  width: calc(100% - 100em);
}

.sec03 .content__top dl dd span {
  font-size: 20em;
  white-space: nowrap;
  line-height: 1.5;
}

@media (max-width: 567px) {
  .sec03 .content__top dl dd span {
    letter-spacing: -0.07em;
  }
}

.sec03 .content__bottom {
  width: 861em;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #2e98d2;
}

.sec03 .content__bottom dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #2e98d2;
}

.sec03 .content__bottom dl:last-of-type {
  border-bottom: none;
}

.sec03 .content__bottom dl dt {
  background-color: #32a4dd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320em;
  height: 67em;
}

@media (max-width: 567px) {
  .sec03 .content__bottom dl dt {
    width: 130em;
    height: 67em;
  }
}

.sec03 .content__bottom dl dt span {
  font-size: 18em;
  color: #fff;
}

@media (max-width: 567px) {
  .sec03 .content__bottom dl dt span {
    font-size: 15em;
    line-height: 1.33;
  }
}

.sec03 .content__bottom dl dd {
  width: calc(100% - 320em);
  padding-left: 190em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media (max-width: 567px) {
  .sec03 .content__bottom dl dd {
    width: calc(100% - 130em);
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec03 .content__bottom dl dd span {
  font-size: 40em;
  color: #f45f21;
}

@media (max-width: 567px) {
  .sec03 .content__bottom dl dd span {
    font-size: 36em;
  }
}

.sec03 .content__bottom dl dd small {
  font-size: 0.5em;
}

.sec03 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 567px) {
  .sec03 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec03 .items .item {
  width: calc(100% / 3 - 35em * 2 / 3);
  margin-right: 35em;
  margin-bottom: 80em;
}

@media (max-width: 567px) {
  .sec03 .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40em;
  }
}

.sec03 .items .item:nth-of-type(3n) {
  margin-right: 0;
}

.sec03 .items .item__top {
  margin-bottom: 26em;
  padding-top: 61.79%;
  position: relative;
}

@media (max-width: 567px) {
  .sec03 .items .item__top {
    margin-bottom: 15em;
  }
}

.sec03 .items .item__top > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
}

.sec03 .items .item__bottom p {
  text-align: center;
  font-size: 20em;
}

@media (max-width: 567px) {
  .sec03 .items .item__bottom p {
    font-size: 16em;
  }
}

.sec04 {
  background-image: url(../images/sec04-bg.png);
  background-size: 1464em 1252em;
  background-repeat: no-repeat;
  background-position: top 102em center;
  padding: 80em 0 10em;
  background-color: #eaf5ff;
}

@media (max-width: 567px) {
  .sec04 {
    padding: 35em 0 70em;
    background-image: url(../images/sec04-bg-sp.png);
    background-size: 401em 1834em;
    background-repeat: no-repeat;
    background-position: top 0 center;
  }
}

.sec04 .item-area {
  margin-bottom: 60em;
}

@media (max-width: 567px) {
  .sec04 .item-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70em;
  }
}

@media (max-width: 567px) {
  .sec04 .item-area:last-of-type {
    margin-bottom: 0;
  }
}

.sec04 .item-area .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960em;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 35em;
}

@media (max-width: 567px) {
  .sec04 .item-area .item {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.sec04 .item-area .item .label {
  display: block;
  width: 400em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 567px) {
  .sec04 .item-area .item .label {
    display: none;
  }
}

.sec04 .item-area .item__left {
  width: 50%;
}

@media (max-width: 567px) {
  .sec04 .item-area .item__left {
    width: 100%;
    margin-bottom: 27em;
  }
}

.sec04 .item-area .item__left > p.sp {
  text-align: center;
  font-size: 20em;
  font-weight: 700;
  margin-bottom: 0.85em;
}

.sec04 .item-area .item__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec04 .item-area .item__right {
  width: 50%;
}

@media (max-width: 567px) {
  .sec04 .item-area .item__right {
    width: 100%;
  }
}

.sec04 .item-area .item__right > p.sp {
  text-align: center;
  font-size: 20em;
  font-weight: 700;
  margin-bottom: 0.85em;
}

.sec04 .item-area .item__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec04 .item-area > p {
  text-align: center;
  font-size: 20em;
  line-height: 1.5;
  font-weight: 400;
}

.sec04 .item-area > p .pc {
  display: inline-block;
}

@media (max-width: 567px) {
  .sec04 .item-area > p .pc {
    display: none;
  }
}

@media (max-width: 567px) {
  .sec04 .item-area > p {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 16em;
    margin-bottom: 1.6875em;
  }
}

.sec05 {
  background-image: url(../images/sec05-bg.png);
  background-size: 1463em 739em;
  background-repeat: no-repeat;
  background-position: top 25em center;
  padding: 95em 0 145em;
}

@media (max-width: 567px) {
  .sec05 {
    padding: 60em 0 120em;
    background-image: url(../images/sec05-bg-sp.png);
    background-size: 403em 1506em;
    background-repeat: no-repeat;
    background-position: top 0 center;
  }
}

.sec05 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 567px) {
  .sec05 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec05 .items .item {
  width: calc(100% / 3 - 30em * 2 / 3);
  margin-right: 30em;
}

@media (max-width: 567px) {
  .sec05 .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 75em;
  }
}

@media (max-width: 567px) {
  .sec05 .items .item:last-of-type {
    margin-bottom: 0;
  }
}

.sec05 .items .item__top {
  height: 222em;
}

@media (max-width: 567px) {
  .sec05 .items .item__top {
    height: 188em;
    margin-bottom: 20em;
  }
}

.sec05 .items .item__top:last-of-type {
  margin-right: 0;
}

.sec05 .items .item__top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec05 .items .item__bottom .title {
  width: 100%;
  height: 85em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 567px) {
  .sec05 .items .item__bottom .title {
    height: auto;
    margin-bottom: 20em;
  }
}

.sec05 .items .item__bottom .title span {
  font-size: 16em;
  font-weight: 700;
  line-height: 1.31;
}

@media (max-width: 567px) {
  .sec05 .items .item__bottom .title span {
    font-size: 18em;
  }
}

.sec05 .items .item__bottom .content {
  font-size: 16em;
  line-height: 1.31;
}

@media (max-width: 567px) {
  .sec05 .items .item__bottom .content {
    font-size: 14em;
    line-height: 1.7;
  }
}

.sec06 {
  background-color: #5caad8;
  padding: 40em 0;
}

@media (max-width: 567px) {
  .sec06 {
    padding: 32em 0;
  }
}

.sec06 h2 {
  text-align: center;
  font-size: 45em;
  color: #fff;
}

@media (max-width: 567px) {
  .sec06 h2 {
    font-size: 27em;
    line-height: 1.37;
  }
}

.sec06 h2 .pc {
  display: inline-block;
}

@media (max-width: 567px) {
  .sec06 h2 .pc {
    display: none;
  }
}

.sec07 {
  padding: 110px 0 95px;
}

@media (max-width: 567px) {
  .sec07 {
    padding: 40px 0 70px;
  }
}

.sec07 .form-area {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.32);
  padding: 85px 158px 100px;
}

@media (max-width: 1024px) {
  .sec07 .form-area {
    padding: 45px 18px;
    border-radius: 5px;
  }
}

.sec07 .form-area .title {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 567px) {
  .sec07 .form-area .title {
    margin-bottom: 40px;
  }
}

.sec07 .form-area .title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0.083em;
}

@media (max-width: 1024px) {
  .sec07 .form-area .title h2 {
    font-size: 24px;
  }
}

.sec07 .form-area .title span {
  display: inline-block;
  font-size: 14px;
}

.sec07 .form-area .content {
  margin-bottom: 28px;
}

.sec07 .form-area .content p {
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 567px) {
  .sec07 .form-area .content p {
    line-height: 1.5;
  }
}

.sec07 .form-area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #d5d5d5;
}

@media (max-width: 1024px) {
  .sec07 .form-area dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 23px 0;
  }
}

@media (max-width: 1024px) {
  .sec07 .form-area dl:first-of-type {
    border-top: 1px solid #d5d5d5;
  }
}

.sec07 .form-area dl dt {
  width: 325em;
  position: relative;
}

@media (max-width: 1024px) {
  .sec07 .form-area dl dt {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sec07 .form-area dl dt span {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .sec07 .form-area dl dt span {
    font-size: 14px;
  }
}

.sec07 .form-area dl dt label {
  position: absolute;
  top: 50%;
  right: 8.57em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  background-color: #e30000;
  color: #fff;
  padding: 0.35em 0.714em;
}

@media (max-width: 1400px) {
  .sec07 .form-area dl dt label {
    right: 2em;
  }
}

@media (max-width: 1024px) {
  .sec07 .form-area dl dt label {
    position: static;
    margin-left: 2em;
    font-size: 10px;
    -webkit-transform: none;
            transform: none;
  }
}

.sec07 .form-area dl dt label.sp {
  display: none;
}

@media (max-width: 1024px) {
  .sec07 .form-area dl dt label.sp {
    display: inline-block;
  }
}

.sec07 .form-area dl dt .gray {
  background-color: #a8a8a8;
}

.sec07 .form-area dl dd {
  width: calc(100% - 325em);
}

@media (max-width: 1024px) {
  .sec07 .form-area dl dd {
    width: 100%;
  }
}

.sec07 .form-area dl dd .text-test {
  font-size: 17px;
  background-color: #efefef;
}

.sec07 .form-area dl dd .textarea-text {
  font-size: 17px;
  height: 130px;
  background-color: #efefef;
}

@media (max-width: 567px) {
  .sec07 .form-area dl dd .textarea-text {
    height: 116px;
  }
}

.sec07 .form-area dl dd .date {
  height: auto;
  height: 40.59px;
}

@media (max-width: 567px) {
  .sec07 .form-area dl dd .date {
    height: 65.59px;
  }
}

.sec07 .form-area dl dd ul li {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 567px) {
  .sec07 .form-area dl dd ul li {
    margin-bottom: 20px;
  }
}

.sec07 .form-area dl dd ul li:last-of-type {
  margin-bottom: 0;
}

.sec07 .form-area dl dd ul li label {
  position: absolute;
  top: 50%;
  left: -166px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  background-color: #e30000;
  color: #fff;
  padding: 0.35em 0.714em;
}

@media (max-width: 1400px) {
  .sec07 .form-area dl dd ul li label {
    left: -76px;
  }
}

@media (max-width: 1024px) {
  .sec07 .form-area dl dd ul li label {
    display: none;
  }
}

.sec07 .form-area .btn-area {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 567px) {
  .sec07 .form-area .btn-area {
    margin-top: 47.8px;
  }
}

.sec07 .form-area .btn-area .submit-test {
  background-color: #5caad8;
  width: 294px;
  margin: 0 auto;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
}

@media (max-width: 567px) {
  .sec07 .form-area .btn-area .submit-test {
    width: 100%;
    font-size: 14px;
  }
}

.footer img {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */