@charset "UTF-8";
.goshic {
  font-family: "Noto Sans JP", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

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

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

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

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
share start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

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

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

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

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

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

@media (max-width: 567px) {
  .btn-area {
    text-align: center;
  }
}
.btn-area .btn {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 6px;
  background-image: url(../images/btn-bg-hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 236em;
  height: 58em;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 364em;
  position: relative;
}
@media (max-width: 567px) {
  .btn-area .btn {
    margin-left: 0;
    padding: 18em 57em;
  }
}
.btn-area .btn::before {
  background-image: url(../images/btn-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 567px) {
  .btn-area .btn::before {
    display: none;
  }
}
.btn-area .btn:hover::before {
  opacity: 0;
}
.btn-area .btn .angle {
  height: 23em;
  width: 23em;
  position: absolute;
  right: 16em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.btn-area .btn span {
  display: block;
  margin-left: 2.77em;
  color: #fff;
  font-size: 18em;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media (max-width: 567px) {
  .btn-area .btn span {
    margin-left: 0;
    font-size: 16em;
  }
}

.scroll {
  width: 100%;
  height: 105em;
  background-color: #479cd7;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9998;
  display: none;
  opacity: 0;
}
@media (max-width: 567px) {
  .scroll {
    height: 140em;
  }
}
.scroll.active {
  display: block;
  -webkit-animation: appear 0.5s ease;
  animation: appear 0.5s ease;
  opacity: 1;
}
.scroll .container {
  height: 100%;
}
.scroll .inner {
  height: 100%;
  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: 567px) {
  .scroll .inner {
    -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;
  }
}
.scroll__left {
  padding-left: 90em;
}
@media (max-width: 567px) {
  .scroll__left {
    padding-left: 0;
  }
}
.scroll__left p {
  font-size: 18em;
  font-weight: 500;
  line-height: 1.55;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .scroll__left p {
    font-size: 14em;
    line-height: 1.57;
    margin-bottom: 0.57em;
  }
}
.scroll__right .btn-area .btn {
  -webkit-box-shadow: 5px 5px 0px 0px rgb(233, 123, 38);
  box-shadow: 5px 5px 0px 0px rgb(233, 123, 38);
  margin-bottom: 0;
  margin-left: 0;
  background-image: url(../images/scroll-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 650em;
  height: 85em;
  border-radius: 8px;
  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;
}
@media (max-width: 567px) {
  .scroll__right .btn-area .btn {
    background-image: url(../images/scroll-bg-sp.png);
    -webkit-box-shadow: 2px 2px 0px 0px rgb(233, 123, 38);
    box-shadow: 2px 2px 0px 0px rgb(233, 123, 38);
    width: 333em;
    height: 73em;
    padding: 0;
  }
}
.scroll__right .btn-area .btn:hover {
  background-image: url(../images/scroll-bg-hover.png);
}
@media (max-width: 567px) {
  .scroll__right .btn-area .btn:hover {
    background-image: url(../images/scroll-bg-sp.png);
  }
}
.scroll__right .btn-area .btn:hover .no-hover {
  display: none;
}
.scroll__right .btn-area .btn:hover .hover {
  display: block;
}
@media (max-width: 567px) {
  .scroll__right .btn-area .btn:hover .hover {
    display: none;
  }
}
.scroll__right .btn-area .btn .no-hover {
  display: block;
  width: 450em;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 567px) {
  .scroll__right .btn-area .btn .no-hover {
    display: none;
  }
}
.scroll__right .btn-area .btn .hover {
  display: none;
  width: 450em;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 567px) {
  .scroll__right .btn-area .btn .hover {
    display: none;
  }
}
.scroll__right .btn-area .btn .sp {
  display: none;
  z-index: 1;
  width: 282.3em;
}
@media (max-width: 567px) {
  .scroll__right .btn-area .btn .sp {
    display: block;
  }
}
.scroll__right .btn-area .btn .angle {
  width: 25em;
  height: 25em;
  -webkit-transform: none;
  transform: none;
  top: auto;
  right: 73em;
  bottom: 11em;
}
@media (max-width: 567px) {
  .scroll__right .btn-area .btn .angle {
    width: 17em;
    height: 17em;
    right: 12em;
    bottom: 18em;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
share end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
animation start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.animationTarget {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}
.animationTarget.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationTarget1 {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}
.animationTarget1.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationTarget2 {
  -webkit-transition: all 2s 0.2s ease;
  transition: all 2s 0.2s ease;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}
.animationTarget2.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationTarget3 {
  -webkit-transition: all 2s 0.4s ease;
  transition: all 2s 0.4s ease;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}
.animationTarget3.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationTarget4 {
  -webkit-transition: all 2s 0.6s ease;
  transition: all 2s 0.6s ease;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}
.animationTarget4.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationRight1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
}
.animationRight1.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationRight2 {
  -webkit-transition: all 0.5s 0.2s ease;
  transition: all 0.5s 0.2s ease;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
}
.animationRight2.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animationRight3 {
  -webkit-transition: all 0.5s 0.4s ease;
  transition: all 0.5s 0.4s ease;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
}
.animationRight3.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
animation end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  left: 0;
  position: absolute;
  top: 35em;
  z-index: 1;
}
@media (max-width: 567px) {
  .header {
    top: 0;
  }
}
.header .logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .logo a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #479cd7;
  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;
  padding: 23em 5em 26em;
  position: relative;
}
@media (max-width: 567px) {
  .header .logo a {
    padding: 17em 4em 19em;
  }
}
.header .logo a::before {
  background-color: #fff;
  bottom: 10em;
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
}
@media (max-width: 567px) {
  .header .logo a::before {
    bottom: 7em;
  }
}
.header .logo span {
  color: #fff;
  font-size: 20em;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 567px) {
  .header .logo span {
    font-size: 16em;
  }
}
.header .logo img {
  width: 170em;
  display: block;
}
@media (max-width: 567px) {
  .header .logo img {
    width: 126em;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
top start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.title__area__top {
  margin-bottom: 19.6em;
  text-align: center;
}
@media (max-width: 567px) {
  .title__area__top {
    margin-bottom: 8.6em;
  }
}
.title__area__top span {
  display: block;
  font-size: 18em;
  font-weight: 500;
  line-height: 1.55;
}
@media (max-width: 567px) {
  .title__area__top span {
    font-size: 14em;
    line-height: 1.36;
  }
}
.title__area__main {
  margin-bottom: 53em;
}
@media (max-width: 567px) {
  .title__area__main {
    margin-bottom: 56.7em;
    position: relative;
    width: 100vw;
    left: -20em;
  }
}
.title__area__main h2 {
  text-align: center;
  font-size: 40em;
  line-height: 1.45;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .title__area__main h2 {
    font-size: 25em;
    line-height: 1.44;
  }
}
.title__area__main h2::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.375em;
  width: 2.7em;
  height: 3px;
  background-color: #003953;
}
@media (max-width: 567px) {
  .title__area__main h2::before {
    width: 2.78em;
    bottom: -0.448em;
  }
}
.title__area__main h2 img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .title__area__main h2 img {
    width: 13.35em;
  }
}
.title__area__sub p {
  text-align: center;
  font-size: 16em;
  line-height: 1.75;
}
@media (max-width: 567px) {
  .title__area__sub p {
    text-align: left;
    font-size: 14em;
    line-height: 1.785;
  }
}

.home .sec01 {
  background-image: url(../images/mv.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1440em;
  height: 100vh;
  padding-top: 215em;
}
@media (max-width: 567px) {
  .home .sec01 {
    background-image: url(../images/mv-sp.png);
    background-position: top right;
    background-size: 366.4em;
    height: auto;
    padding-top: 206em;
    padding-bottom: 55em;
  }
}
.home .sec01 .container {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.home .sec01 .container .dots {
  position: absolute;
  left: 19em;
  bottom: -124em;
  width: 373.41em;
  z-index: -1;
}
@media (max-width: 567px) {
  .home .sec01 .container .dots {
    display: none;
  }
}
.home .sec01 .top-bg {
  background-image: url(../images/header-bg.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 1440em 70em;
  height: 70em;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.home .sec01 .title-area {
  margin-bottom: 25em;
}
@media (max-width: 567px) {
  .home .sec01 .title-area {
    margin-bottom: 4em;
  }
}
.home .sec01 .title-area h2 {
  font-size: 38em;
  font-weight: 500;
  line-height: 1.55;
}
@media (max-width: 567px) {
  .home .sec01 .title-area h2 {
    font-size: 20em;
    line-height: 1.8;
  }
}
.home .sec01 .txt-area {
  margin-bottom: 86em;
}
.home .sec01 .txt-area p {
  font-size: 16em;
  line-height: 1.75;
}
@media (max-width: 567px) {
  .home .sec01 .txt-area p {
    font-size: 14em;
  }
}
.home .sec01 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30em;
}
@media (max-width: 567px) {
  .home .sec01 .items {
    display: none;
  }
}
.home .sec01 .items .item {
  margin-right: 10em;
  width: 143em;
}
.home .sec01 .items .item:last-of-type {
  margin-right: 0;
}
.home .sec01 .items .item img {
  display: block;
  width: 100%;
}
.home .sec01 .icons {
  margin: 0 auto 5em;
  width: 335em;
}
@media (max-width: 567px) {
  .home .sec01 .icons {
    margin: 0 auto 20em;
  }
}
.home .sec01 .txt {
  font-size: 13em;
  line-height: 2;
  margin-bottom: 4.23em;
}
.home .sec02 {
  background-color: #f0f7fc;
}
.home .sec02 .container {
  position: relative;
  padding-top: 65em;
  padding-bottom: 94em;
  z-index: 1;
}
@media (max-width: 567px) {
  .home .sec02 .container {
    padding-top: 40.8em;
    padding-bottom: 60.2em;
  }
}
.home .sec02 .container .dots {
  width: 295.04em;
  position: absolute;
  right: 0;
  bottom: -108em;
  z-index: -1;
}
@media (max-width: 567px) {
  .home .sec02 .container .dots {
    width: 187em;
    right: -25em;
    bottom: 0;
  }
}
.home .sec02 .container .dots img {
  display: block;
  width: 100%;
}
.home .sec02 .container .bg-txt {
  position: absolute;
  right: 10.7em;
  top: 55em;
  width: 497.35em;
  z-index: -1;
}
@media (max-width: 567px) {
  .home .sec02 .container .bg-txt {
    width: 216.24em;
    top: 96.4em;
    right: 0;
  }
}
.home .sec02 .title__area {
  margin-bottom: 88em;
}
@media (max-width: 567px) {
  .home .sec02 .title__area {
    margin-bottom: 25em;
  }
}
.home .sec02 .image-area img {
  display: block;
  width: 976.93em;
  margin: 0 auto;
}
.home .sec03 {
  padding: 50em 0 112em;
  background-image: url(../images/sec03-bg.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 1440em;
  height: 719em;
}
@media (max-width: 567px) {
  .home .sec03 {
    background-image: url(../images/sec03-bg-sp.png);
    background-size: 375em;
    height: 1123em;
  }
}
.home .sec03 .title__area {
  margin-bottom: 96.5em;
}
@media (max-width: 567px) {
  .home .sec03 .title__area {
    margin-bottom: 53em;
  }
}
.home .sec03 .title__area__main h2 img {
  width: 13.95em;
  max-width: 100%;
}
.home .sec03 .image-area img {
  display: block;
  width: 734em;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .home .sec03 .image-area img {
    width: 170em;
  }
}
.home .sec04 {
  background-image: url(../images/sec04-bg.jpg);
  background-size: 1440em;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1920em;
  height: 100%;
  position: relative;
}
.home .sec04 .angle {
  position: absolute;
  display: block;
  width: 102em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -42em;
}
@media (max-width: 567px) {
  .home .sec04 .angle {
    width: 63.25em;
    bottom: -25em;
  }
}
.home .sec04 .angle img {
  display: block;
  width: 100%;
}
.home .sec04 .container {
  position: relative;
  padding-top: 91.5em;
}
@media (max-width: 567px) {
  .home .sec04 .container {
    padding-top: 26.6em;
  }
}
.home .sec04 .container .bg-txt {
  position: absolute;
  width: 424.2em;
  max-width: 100%;
  top: 307.2em;
  left: 0;
}
@media (max-width: 567px) {
  .home .sec04 .container .bg-txt {
    width: 194.82em;
    top: 129.5em;
  }
}
.home .sec04 .container .bg-txt img {
  display: block;
  width: 100%;
}
.home .sec04 .title__area {
  margin-left: 86.5em;
  padding-left: 10em;
  position: relative;
  margin-bottom: 155em;
}
@media (max-width: 567px) {
  .home .sec04 .title__area {
    margin-left: 0;
    padding-left: 8em;
    margin-bottom: 45.3em;
  }
}
.home .sec04 .title__area::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 360em;
  background-color: #1e1e1e;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 567px) {
  .home .sec04 .title__area::before {
    height: 217em;
  }
}
.home .sec04 .title__area__top span {
  text-align: left;
}
@media (max-width: 567px) {
  .home .sec04 .title__area__main {
    width: 100%;
    left: auto;
  }
}
.home .sec04 .title__area__main h2 {
  text-align: left;
}
@media (max-width: 567px) {
  .home .sec04 .title__area__main h2 {
    font-size: 23em;
  }
}
.home .sec04 .title__area__main h2::before {
  display: none;
}
.home .sec04 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 567px) {
  .home .sec04 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 567px) {
  .home .sec04 .items.pc {
    display: none;
  }
}
.home .sec04 .items.sp {
  display: none;
}
@media (max-width: 567px) {
  .home .sec04 .items.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .sec04 .items .item {
  -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);
  border-radius: 30px;
  padding: 53.2em 25em 60em;
  width: calc(33.3333333333% - 40em);
  background-color: #fff;
  margin-right: 60em;
  margin-bottom: 75em;
}
@media (max-width: 567px) {
  .home .sec04 .items .item {
    width: 100%;
    padding: 43.2em 13em 30em;
    margin-right: 0;
    margin-bottom: 36em;
  }
}
.home .sec04 .items .item:nth-of-type(3) {
  margin-right: 0;
}
.home .sec04 .items .item:last-of-type {
  margin-right: 0;
}
.home .sec04 .items .item__number {
  margin-bottom: 37.8em;
}
@media (max-width: 567px) {
  .home .sec04 .items .item__number {
    margin-bottom: 27.8em;
  }
}
.home .sec04 .items .item__number img {
  display: block;
  width: 117.13em;
  max-width: 100%;
  margin: 0 auto;
}
.home .sec04 .items .item__title {
  margin-bottom: 25em;
}
@media (max-width: 567px) {
  .home .sec04 .items .item__title {
    margin-bottom: 15em;
  }
}
.home .sec04 .items .item__title h3 {
  text-align: center;
  font-size: 24em;
  font-weight: 700;
}
.home .sec04 .items .item__img {
  margin-bottom: 20em;
}
@media (max-width: 567px) {
  .home .sec04 .items .item__img {
    margin-bottom: 30em;
  }
}
.home .sec04 .items .item__img img {
  width: 100%;
  display: block;
}
@media (max-width: 567px) {
  .home .sec04 .items .item__img img {
    width: 335em;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.home .sec04 .items .item__txt p {
  font-size: 16em;
  line-height: 1.75;
}
@media (max-width: 567px) {
  .home .sec04 .items .item__txt p {
    font-size: 14em;
    line-height: 1.78;
  }
}
.home .sec05 {
  background-image: url(../images/sec05-bg.jpg);
  background-size: 1440em;
  background-position: top center;
  background-repeat: no-repeat;
  height: 2011em;
  background-color: #f0f7fc;
  padding-top: 71.7em;
}
@media (max-width: 567px) {
  .home .sec05 {
    background-color: #f0f7fc;
    background-image: url(../images/sec05-bg-sp.png);
    background-size: 375em;
    background-position: top 70em center;
    padding-top: 50em;
    padding-bottom: 80.8em;
    height: auto;
  }
}
.home .sec05 .title__area {
  margin-bottom: 41.3em;
}
@media (max-width: 567px) {
  .home .sec05 .title__area {
    margin-bottom: 18em;
  }
}
@media (max-width: 567px) {
  .home .sec05 .title__area__main {
    margin-bottom: 0;
  }
}
.home .sec05 .title__area__main h2::before {
  display: none;
}
.home .sec05 .title__area__main h2 img {
  width: 10.45em;
  max-width: 100%;
}
@media (max-width: 567px) {
  .home .sec05 .title__area__main h2 img {
    width: 13.68em;
  }
}
.home .sec05 .title__area__second {
  margin-bottom: 114.2em;
}
@media (max-width: 567px) {
  .home .sec05 .title__area__second {
    margin-bottom: 45.2em;
  }
}
.home .sec05 .title__area__second .title__area__main h2::before {
  display: block;
}
.home .sec05 .title__area__second .title__area__main h2 img {
  width: 12.72em;
  max-width: 100%;
}
.home .sec05 .price-area {
  margin-bottom: 65em;
}
@media (max-width: 567px) {
  .home .sec05 .price-area {
    margin-bottom: 70.3em;
  }
}
.home .sec05 .price-area img {
  display: block;
  width: 1000em;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .home .sec05 .price-area img {
    width: 375em;
    position: relative;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: none;
  }
}
.home .sec05 .campaign-area {
  margin: 0 auto 102.8em;
  width: 800em;
  height: 590.37em;
  background-image: url(../images/sec05-campaign-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 567px) {
  .home .sec05 .campaign-area {
    margin: 0 auto 56.6em;
    position: relative;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 375em;
    height: 480.55em;
    background-image: url(../images/sec05-campaign-bg-sp.png);
  }
}
.home .sec05 .campaign-area .btn-area {
  position: absolute;
  bottom: 48em;
  width: 100%;
  text-align: center;
}
@media (max-width: 567px) {
  .home .sec05 .campaign-area .btn-area {
    bottom: 34em;
  }
}
.home .sec05 .campaign-area .btn-area .btn {
  margin-left: 0;
}
.home .sec05 .items {
  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;
  width: 1118.15em;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .home .sec05 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 567px) {
  .home .sec05 .items.pc {
    display: none;
  }
}
.home .sec05 .items.sp {
  display: none;
}
@media (max-width: 567px) {
  .home .sec05 .items.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .sec05 .items .item {
  width: 371.08em;
  height: 376em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 140em 55em 40em 35em;
}
@media (max-width: 567px) {
  .home .sec05 .items .item {
    width: 100%;
    margin-bottom: 35em;
    padding: 142em 25em 65em;
  }
}
.home .sec05 .items .item:first-of-type {
  background-image: url(../images/sec05-step01.png);
}
@media (max-width: 567px) {
  .home .sec05 .items .item:first-of-type {
    height: 358em;
    background-image: url(../images/sec05-step01-sp.png);
  }
}
.home .sec05 .items .item:first-of-type .item__title::before {
  background-color: #479cd7;
}
.home .sec05 .items .item:nth-of-type(2) {
  background-image: url(../images/sec05-step02.png);
}
@media (max-width: 567px) {
  .home .sec05 .items .item:nth-of-type(2) {
    height: 356.69em;
    background-image: url(../images/sec05-step02-sp.png);
  }
}
.home .sec05 .items .item:nth-of-type(2) .item__title::before {
  background-color: #75ebbc;
}
.home .sec05 .items .item:last-of-type {
  width: 353.45em;
  padding: 140em 35em 40em 35em;
  background-image: url(../images/sec05-step03.png);
}
@media (max-width: 567px) {
  .home .sec05 .items .item:last-of-type {
    padding: 142em 25em 65em;
    margin-bottom: 0;
    width: 100%;
    height: 338.74em;
    background-image: url(../images/sec05-step03-sp.png);
  }
}
.home .sec05 .items .item:last-of-type .item__title::before {
  background-color: #ffa723;
}
.home .sec05 .items .item__title {
  margin-bottom: 25em;
  position: relative;
}
@media (max-width: 567px) {
  .home .sec05 .items .item__title {
    margin-bottom: 30.7em;
  }
}
.home .sec05 .items .item__title::before {
  position: absolute;
  content: "";
  bottom: -10em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 113em;
  background-color: #479cd7;
}
.home .sec05 .items .item__title h3 {
  font-size: 18em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 567px) {
  .home .sec05 .items .item__title h3 {
    font-size: 16em;
  }
}
.home .sec05 .items .item__txt p {
  font-size: 16em;
  line-height: 1.75;
}
@media (max-width: 567px) {
  .home .sec05 .items .item__txt p {
    font-size: 14em;
    line-height: 2;
  }
}
.home .sec06 {
  position: relative;
}
.home .sec06 .container {
  padding: 107em 0 91.5em;
  position: relative;
}
@media (max-width: 567px) {
  .home .sec06 .container {
    padding: 75em 0 37.7em;
  }
}
.home .sec06 .container .line-icon {
  position: absolute;
  top: 164.3em;
  right: 204em;
  width: 450em;
}
@media (max-width: 567px) {
  .home .sec06 .container .line-icon {
    width: 253.22em;
    right: 15em;
    top: 266.7em;
  }
}
.home .sec06 .container .line-icon img {
  display: block;
  width: 100%;
}
.home .sec06::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 15em;
  background-color: #77e0d2;
}
.home .sec06::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 15em;
  background-color: #77e0d2;
}
@media (max-width: 567px) {
  .home .sec06 .inner {
    padding: 0 15em;
  }
}
.home .sec06 .title__area {
  margin-bottom: 55.2em;
}
@media (max-width: 567px) {
  .home .sec06 .title__area {
    margin-bottom: 22.7em;
  }
}
.home .sec06 .title__area__top span {
  text-align: left;
}
@media (max-width: 567px) {
  .home .sec06 .title__area__main {
    width: 100%;
    left: auto;
    margin-bottom: 0;
  }
}
.home .sec06 .title__area__main h2 {
  text-align: left;
}
@media (max-width: 567px) {
  .home .sec06 .title__area__main h2 {
    font-size: 24em;
  }
}
.home .sec06 .title__area__main h2::before {
  display: none;
}
.home .sec06 .txt-area {
  margin-bottom: 70em;
}
@media (max-width: 567px) {
  .home .sec06 .txt-area {
    margin-bottom: 224.6em;
  }
}
.home .sec06 .txt-area p {
  font-size: 16em;
  line-height: 1.75;
}
@media (max-width: 567px) {
  .home .sec06 .txt-area p {
    font-size: 12em;
    line-height: 2;
    white-space: nowrap;
  }
}
.home .sec06 .image-area img {
  width: 202.47em;
}
@media (max-width: 567px) {
  .home .sec06 .image-area img {
    width: 183.03em;
  }
}
.home .sec07 {
  background-color: #f0f7fc;
  padding: 60em 0 135em;
  position: relative;
}
@media (max-width: 567px) {
  .home .sec07 {
    padding: 40.8em 0 95.3em;
  }
}
.home .sec07::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45em;
  background-color: #479cd7;
}
.home .sec07 .title__area {
  margin-bottom: 55.2em;
}
@media (max-width: 567px) {
  .home .sec07 .title__area {
    margin-bottom: 37.6em;
  }
}
@media (max-width: 567px) {
  .home .sec07 .title__area__main {
    width: 100%;
    left: auto;
    margin-bottom: 34.3em;
  }
}
@media (max-width: 567px) {
  .home .sec07 .title__area__sub p {
    text-align: center;
  }
}
@media (max-width: 567px) {
  .home .sec07 .image-area.pc {
    display: none;
  }
}
.home .sec07 .image-area.sp {
  display: none;
}
@media (max-width: 567px) {
  .home .sec07 .image-area.sp {
    display: block;
  }
}
.home .sec07 .image-area .items {
  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;
}
.home .sec07 .image-area .items .item {
  width: 100%;
  margin-bottom: 20em;
}
.home .sec07 .image-area .items .item:last-of-type {
  width: 155em;
  margin: 0 auto;
}
.home .sec07 .image-area .items .item img {
  display: block;
  width: 100%;
}
.home .sec08 .inner {
  padding: 0 20px;
}
.home .sec08 .form-area {
  border-radius: 30px;
  -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);
  margin: 110em auto 130em;
  max-width: 100%;
  padding: 80px 135px;
  width: 1075px;
}
@media screen and (max-width: 900px) {
  .home .sec08 .form-area {
    margin: 40px auto 50px;
    padding: 40px 12px 85px;
  }
}
.home .sec08 .form-area .title-area {
  margin-bottom: 57.4px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .home .sec08 .form-area .title-area {
    margin-bottom: 29.4px;
  }
}
.home .sec08 .form-area .title-area h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25.5px;
}
@media screen and (max-width: 900px) {
  .home .sec08 .form-area .title-area h2 {
    font-size: 27px;
    margin-bottom: 20.9px;
  }
}
.home .sec08 .form-area .title-area span {
  display: block;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .home .sec08 .form-area .title-area span {
    font-size: 12em;
    white-space: nowrap;
    text-align: center;
  }
}
.home .sec08 .form-area form dl {
  margin-bottom: 33.4px;
}
@media screen and (max-width: 900px) {
  .home .sec08 .form-area form dl {
    margin-bottom: 16.4px;
  }
}
.home .sec08 .form-area form dl dt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5.6px;
}
.home .sec08 .form-area form dl dt span {
  background-color: #ffa723;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  padding: 2px 5px;
}
@media screen and (max-width: 900px) {
  .home .sec08 .form-area form dl dt span {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .home .sec08 .form-area form dl dt {
    font-size: 14px;
  }
}
.home .sec08 .form-area form dl dd {
  font-size: 17px;
}
.home .sec08 .form-area form dl dd .text-test {
  border: 1px solid #707070;
}
.home .sec08 .form-area form dl dd .text-test::-webkit-input-placeholder {
  color: #9f9f9f;
}
.home .sec08 .form-area form dl dd .text-test::-moz-placeholder {
  color: #9f9f9f;
}
.home .sec08 .form-area form dl dd .text-test:-ms-input-placeholder {
  color: #9f9f9f;
}
.home .sec08 .form-area form dl dd .text-test::-ms-input-placeholder {
  color: #9f9f9f;
}
.home .sec08 .form-area form dl dd .text-test::placeholder {
  color: #9f9f9f;
}
.home .sec08 .form-area form dl dd .textarea-test {
  border: 1px solid #707070;
  height: 300px;
}
.home .sec08 .form-area form dl dd .textarea-test::-webkit-input-placeholder {
  color: #9f9f9f;
}
.home .sec08 .form-area form dl dd .textarea-test::-moz-placeholder {
  color: #9f9f9f;
}
.home .sec08 .form-area form dl dd .textarea-test:-ms-input-placeholder {
  color: #9f9f9f;
}
.home .sec08 .form-area form dl dd .textarea-test::-ms-input-placeholder {
  color: #9f9f9f;
}
.home .sec08 .form-area form dl dd .textarea-test::placeholder {
  color: #9f9f9f;
}
.home .sec08 .form-area form .privacy-area {
  color: #003953;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .home .sec08 .form-area form .privacy-area {
    font-size: 12px;
    line-height: 1.5;
  }
}
.home .sec08 .form-area form .privacy-area a {
  color: #003953;
  display: inline-block;
  margin-left: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .home .sec08 .form-area form .privacy-area a {
    font-size: 12px;
    line-height: 1.5;
  }
}
.home .sec08 .form-area form .button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #479cd7;
  border-radius: 9px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 250px;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .home .sec08 .form-area form .button {
    margin: 36px auto 0;
  }
}
.home .sec08 .form-area form .button:hover {
  background-color: #5abde9;
}
@media (max-width: 567px) {
  .home .sec08 .form-area form .button:hover {
    background-color: #479cd7;
  }
}
.home .sec08 .form-area form .button span {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .home .sec08 .form-area form .button span {
    font-size: 16px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
top end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
thanks start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.thanks .sec01 {
  padding: 163px 0 224px;
  z-index: 1;
}
@media (max-width: 567px) {
  .thanks .sec01 {
    padding: 144em 0 214em;
  }
}
.thanks .sec01 .top-bg {
  background-image: url(../images/header-bg.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 1440em 70em;
  height: 70em;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.thanks .sec01 .title-area {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 567px) {
  .thanks .sec01 .title-area {
    margin-bottom: 40em;
  }
}
.thanks .sec01 .title-area span {
  display: block;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  color: #479cd7;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .thanks .sec01 .title-area span {
    font-size: 18em;
  }
}
.thanks .sec01 .title-area p {
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .thanks .sec01 .title-area p {
    font-size: 21em;
  }
}
.thanks .sec01 .txt-area {
  margin-bottom: 90px;
}
@media (max-width: 567px) {
  .thanks .sec01 .txt-area {
    margin-bottom: 60em;
  }
}
.thanks .sec01 .txt-area p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 567px) {
  .thanks .sec01 .txt-area p {
    font-size: 14em;
    line-height: 1.7;
  }
}
.thanks .sec01 .btn-area {
  text-align: center;
}
.thanks .sec01 .btn-area .btn {
  width: 300px;
  height: 80px;
  margin: 0 auto 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 567px) {
  .thanks .sec01 .btn-area .btn {
    width: 260em;
    height: 60em;
    margin: 0 auto 6px;
  }
}
.thanks .sec01 .btn-area .btn .angle {
  right: 46px;
  width: 23px;
  height: 23px;
}
@media (max-width: 567px) {
  .thanks .sec01 .btn-area .btn .angle {
    width: 23em;
    height: 23em;
    right: 29em;
  }
}
.thanks .sec01 .btn-area .btn span {
  font-size: 18px;
  margin-left: 0;
}
@media (max-width: 567px) {
  .thanks .sec01 .btn-area .btn span {
    font-size: 14em;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
thanks end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
privacy start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.privacy-policy .header {
  top: 0;
}
.privacy-policy .header .logo a {
  padding: 31px 22px;
}
@media (max-width: 567px) {
  .privacy-policy .header .logo a {
    padding: 22px 13px;
  }
}
.privacy-policy .header .logo a::before {
  bottom: 10px;
}
@media (max-width: 567px) {
  .privacy-policy .header .logo a::before {
    bottom: 7px;
  }
}
.privacy-policy .header .logo span {
  font-size: 20px;
}
@media (max-width: 567px) {
  .privacy-policy .header .logo span {
    font-size: 16px;
  }
}
.privacy-policy .sec01 {
  padding: 166px 0 140px;
}
@media (max-width: 567px) {
  .privacy-policy .sec01 {
    padding: 150px 0 78px;
  }
}
.privacy-policy .sec01 .title-area {
  margin-bottom: 40px;
}
.privacy-policy .sec01 .title-area h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 567px) {
  .privacy-policy .sec01 .title-area h1 {
    font-size: 18px;
  }
}
.privacy-policy .sec01 .content {
  font-size: 15px;
  line-height: 1.86;
}
@media (max-width: 567px) {
  .privacy-policy .sec01 .content {
    font-size: 14px;
    line-height: 2;
  }
}
.privacy-policy .sec01 .content h2 {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}
@media (max-width: 567px) {
  .privacy-policy .sec01 .content h2 {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
privacy end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  background-color: #479cd7;
  padding: 4px 0 15px;
  position: relative;
}
@media (max-width: 567px) {
  .footer {
    padding: 3.3px 0 20px;
  }
}
.footer .page-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
.footer .image-area {
  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;
  margin-bottom: 63.7px;
}
@media (max-width: 567px) {
  .footer .image-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.footer .image-area .footer-logo {
  margin-right: 2px;
  width: 170px;
}
@media (max-width: 567px) {
  .footer .image-area .footer-logo {
    margin-bottom: 25.6px;
    margin-right: 0;
  }
}
.footer .image-area .footer-logo2 {
  width: 173px;
}
.footer .copy-right {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 567px) {
  .footer .copy-right {
    font-size: 14em;
    white-space: nowrap;
  }
}
