html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  color: #333;
  background: #fff;
  font-size: 16px;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.rel {
  position: relative;
}

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

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

.header {
  width: 100%;
  padding: 1.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header h1 img {
  width: 9.6875vw;
  height: auto;
}
.header a {
  display: block;
  width: 14.37vw;
  transition: 0.2s;
}
.header a img {
  width: 100%;
  height: auto;
}
@media (min-width: 750px) {
  .header a:hover {
    filter: brightness(1.1);
  }
}
@media (max-width: 750px) {
  .header {
    padding: 2.26vw;
  }
  .header h1 img {
    width: 24.8vw;
  }
  .header a {
    width: 33vw;
  }
}

@keyframes bound {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.catch {
  width: calc(100% - 2.5vw);
  padding-top: 5.46vw;
  height: 43.8vw;
  background: url(../images/kv_bg.png) no-repeat;
  background-size: 100%;
  margin: 0 auto 1.45vw auto;
  position: relative;
}
.catch a {
  transition: 0.2s;
}
.catch a img {
  animation: bound 1.2s ease-in-out infinite;
}
.catch a:hover {
  filter: brightness(1.1);
}
.catch__human1 {
  width: 26.875vw;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 5vw;
  z-index: 10;
}
.catch__human2 {
  width: 26.875vw;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 4.32vw;
  z-index: 10;
}
.catch__content {
  width: 44.27vw;
  height: 33.33vw;
  background: #edf6fd;
  position: relative;
  margin: 0 auto;
  border-radius: 0.5vw;
  box-shadow: 1px 1px 1.25vw rgba(37, 64, 84, 0.2), -1px -1px 1.25vw rgba(37, 64, 84, 0.2);
}
.catch__ribon {
  width: 17.1875vw;
  height: auto;
  position: absolute;
  top: 2.08vw;
  left: -1.40625vw;
}
.catch__medal {
  width: 14.84375vw;
  height: auto;
  position: absolute;
  top: -3.75vw;
  right: -3.75vw;
}
.catch h2 {
  width: 39.21875vw;
  margin: 0 auto 3.28125vw auto;
  padding-top: 8.59375vw;
}
.catch h2 img {
  width: 100%;
  height: auto;
}
.catch__sub {
  width: 30.78125vw;
  height: auto;
  display: block;
  margin: 0 auto 0.5vw auto;
}
.catch__btn {
  width: 23.95vw;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .catch {
    width: 100%;
    background: url(../images/sp/kv_bg.png) no-repeat;
    background-size: 100%;
    margin: 0;
    height: 151.8vw;
    padding-top: 8.79vw;
  }
  .catch h2 {
    width: 68.53vw;
    padding-top: 23vw;
    margin: 0vw auto 7.46vw auto;
  }
  .catch__content {
    width: 93.6vw;
    height: 98.66vw;
  }
  .catch__medal {
    width: 34.26vw;
    top: -7.75vw;
    right: -3.75vw;
  }
  .catch__ribon {
    width: 45.2vw;
    top: 8.08vw;
    left: -2.6vw;
  }
  .catch__sub {
    width: 78.8vw;
    margin: 0 auto 1.5vw auto;
  }
  .catch__btn {
    width: 64.8vw;
  }
  .catch__human1 {
    width: 43vw;
    left: 11vw;
  }
  .catch__human2 {
    width: 43vw;
    right: 7vw;
  }
}

.worries {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, rgba(193, 193, 193, 0.6) 1px, transparent 1px), linear-gradient(rgba(193, 193, 193, 0.6) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 21px 21px;
  border-top: 1px solid rgba(193, 193, 193, 0.6);
  padding: 3.85vw 0 8.59375vw 0;
  position: relative;
}
.worries__list {
  width: 59.68vw;
  padding: 4.16vw 3.85vw 3.48vw 3.85vw;
  background: #ebf4f9;
  margin: 0 auto 6.13vw auto;
  position: relative;
}
.worries__list__check {
  width: 40vw;
  height: auto;
  display: block;
  margin: 0 auto;
}
.worries h3 {
  width: 52vw;
  margin: 0 auto 3.28125vw auto;
}
.worries h3 img {
  width: 100%;
  height: auto;
}
.worries__tri {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -4.32vw;
  left: 0;
}
.worries h4 {
  width: 48.8vw;
  margin: 0 auto 1.61vw auto;
}
.worries h4 img {
  width: 100%;
  height: auto;
}
.worries__notice {
  display: block;
  width: 52vw;
  height: auto;
  margin: 0 auto 2.34vw auto;
}
.worries__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 45.41vw;
  margin: 0 auto 3.28125vw auto;
}
.worries__flex img {
  width: 22vw;
  height: auto;
}
.worries__wrong {
  width: 40.88vw;
  height: auto;
  display: block;
  margin: 0 auto;
}
.worries__human {
  width: 10vw;
  height: auto;
  position: absolute;
  bottom: 0;
  right: calc(50% - 27.5vw);
}
@media (max-width: 1024px) {
  .worries__list {
    width: 80%;
  }
  .worries h3 {
    width: 70vw;
  }
  .worries__list__check {
    width: 60vw;
  }
  .worries h4 {
    width: 70vw;
  }
  .worries__notice {
    width: 60vw;
  }
  .worries__flex {
    width: 60vw;
  }
  .worries__flex img {
    width: 29vw;
  }
  .worries__wrong {
    width: 50vw;
  }
  .worries__human {
    width: 12vw;
    right: calc(50% - 31.5vw);
  }
}
@media (max-width: 750px) {
  .worries {
    padding: 0;
    background-image: linear-gradient(90deg, rgba(193, 193, 193, 0.6) 1px, transparent 1px), linear-gradient(rgba(193, 193, 193, 0.6) 1px, transparent 1px);
    background-position: 2vw 2vw;
    background-size: 4vw 4vw;
    padding-bottom: 38vw;
  }
  .worries__list {
    padding: 10vw 0;
    width: 100%;
    margin: 0 auto 10vw auto;
  }
  .worries__list__check {
    width: 100%;
  }
  .worries h3 {
    width: 93.6vw;
    margin-bottom: 6.66vw;
  }
  .worries h4 {
    width: 85.33vw;
    margin: 4vw auto;
  }
  .worries__notice {
    width: 93.6vw;
    margin: 0 auto 4vw auto;
  }
  .worries__flex {
    display: block;
  }
  .worries__flex img {
    display: block;
    width: 72.66vw;
    margin-left: -8vw;
    margin-bottom: 3vw;
  }
  .worries__wrong {
    width: 90vw;
    margin-top: 7vw;
  }
  .worries__human {
    width: 25.73vw;
    right: calc(50% - 9vw);
  }
}

@keyframes down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 0;
    transform: translateY(2vw);
  }
  100% {
    opacity: 0;
    transform: translateY(2vw);
  }
}
.down {
  width: 2vw;
  height: auto;
  display: block;
  margin: 0 auto;
  animation: down 1.5s linear infinite;
}
@media (max-width: 750px) {
  .down {
    width: 5vw;
  }
}

.strong {
  background: url(../images/bg_sky.png) no-repeat;
  background-size: 100%;
  padding-top: 8.59375vw;
  margin-top: -4.5vw;
  position: relative;
}
.strong h3 {
  width: 52vw;
  margin: 0 auto 3.9vw auto;
}
.strong h3 img {
  width: 100%;
  height: auto;
}
.strong__catch {
  width: 30vw;
  height: auto;
  display: block;
  margin: 0 auto 2.76vw auto;
}
.strong__flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3.64vw;
  margin-left: -1vw;
}
.strong__flex div {
  width: 18vw;
  margin: 0 0.5vw;
}
.strong__flex div img {
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
}
.strong__flex p {
  font-size: 0.83vw;
  text-align: center;
  line-height: 1.8em;
  color: #53575e;
  width: 90%;
  margin-left: 7%;
}
.strong__regist {
  width: 52vw;
  height: auto;
  display: block;
  margin: 0 auto 3.125vw auto;
}
.strong__flex2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 53.33vw;
  margin: 0 auto;
}
.strong__flex2 img:nth-of-type(1) {
  width: 15vw;
  height: auto;
  margin-bottom: 2vw;
}
.strong__flex2 img:nth-of-type(3) {
  width: 30vw;
  height: auto;
  margin: 1.5vw 0 0 4vw;
}
@media (max-width: 1024px) {
  .strong h3 {
    width: 80vw;
  }
  .strong__catch {
    width: 50vw;
  }
  .strong__flex div {
    width: 22vw;
  }
  .strong__flex div p {
    font-size: 1.5vw;
  }
  .strong__regist {
    width: 65vw;
  }
  .strong__flex2 {
    width: 60vw;
  }
  .strong__flex2 img:nth-of-type(1) {
    width: 30vw;
  }
  .strong__flex2 img:nth-of-type(3) {
    width: 28vw;
  }
}
@media (max-width: 750px) {
  .strong {
    background: url(../images/sp/bg_sky.png) no-repeat;
    background-size: 100%;
    margin-top: -7.5vw;
    padding: 17vw 0 10vw 0;
  }
  .strong h3 {
    width: 93.6vw;
    margin-bottom: 6.66vw;
  }
  .strong__catch {
    width: 77.6vw;
    margin: 0 auto 7.6vw auto;
  }
  .strong__flex {
    display: block;
  }
  .strong__flex div {
    width: 72.93vw;
    margin: 0 auto 5vw auto;
  }
  .strong__flex div p {
    font-size: 3.46vw;
  }
  .strong__regist {
    width: 93.73vw;
    margin: 0 auto 5vw auto;
  }
  .strong__flex2 {
    display: block;
    width: 100%;
  }
  .strong__flex2 img:nth-of-type(2) {
    width: 73.86vw;
    height: auto;
    display: block;
    margin: 0 auto 5vw auto;
  }
  .strong__flex2 img:nth-of-type(4) {
    width: 73.86vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

.service {
  width: 100%;
  height: 48.33vw;
  background: url(../images/service_bg.png) no-repeat;
  background-size: 100%;
  padding-top: 4.16vw;
}
.service h3 {
  width: 52vw;
  margin: 0 auto 3.43vw auto;
}
.service h3 img {
  width: 100%;
  height: auto;
}
.service__catch {
  display: block;
  width: 26vw;
  height: auto;
  margin: 0 auto 3.54vw auto;
}
.service__flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 48.8125vw;
  margin: 0 auto;
}
.service__flex div {
  width: 15.1vw;
  height: 12vw;
  background: #fff;
  filter: drop-shadow(0 0 0.75rem rgba(37, 64, 84, 0.2));
  border-radius: 0.5vw;
  margin: 0 0.5vw 1vw 0.5vw;
}
.service__flex div p:nth-of-type(1) {
  width: 5.625vw;
  height: 5.625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd90f;
  border-radius: 50%;
  margin: 1vw auto 1.5vw auto;
}
.service__flex div p:nth-of-type(1) img {
  width: 70%;
}
.service__flex div p:nth-of-type(2) {
  font-size: 1vw;
  text-align: center;
  color: #1c3968;
  font-weight: 700;
}
.service__flex div:nth-of-type(4) p:nth-of-type(1) {
  margin: 1vw auto 1vw auto;
}
.service__flex div:nth-of-type(5) p:nth-of-type(1) {
  margin: 1vw auto 1vw auto;
}
@media (max-width: 1024px) {
  .service {
    height: 60vw;
    background-size: cover;
    background-position: 50%;
  }
  .service h3 {
    width: 80vw;
  }
  .service__catch {
    width: 40vw;
  }
  .service__flex {
    width: 70vw;
  }
  .service__flex div {
    width: 21.1vw;
    height: 14vw;
  }
  .service__flex div p:nth-of-type(1) {
    width: 8vw;
    height: 8vw;
  }
  .service__flex div p:nth-of-type(1) img {
    width: 60%;
  }
  .service__flex div p:nth-of-type(2) {
    font-size: 1.5vw;
  }
}
@media (max-width: 750px) {
  .service {
    padding: 10.26vw 0;
    height: auto;
    background: url(../images/sp/bg_service.png) no-repeat;
    background-size: 100%;
  }
  .service h3 {
    width: 93.6vw;
    margin-bottom: 6.66vw;
  }
  .service__catch {
    width: 77.6vw;
    margin-bottom: 6.66vw;
  }
  .service__flex {
    width: 100%;
  }
  .service__flex div {
    width: 44.8vw;
    height: 35.53vw;
    margin: 0 1.6vw 3.2vw 1.6vw;
  }
  .service__flex div p:nth-of-type(1) {
    width: 16.8vw;
    height: 16.8vw;
    margin: 4.5vw auto 3.5vw auto;
  }
  .service__flex div p:nth-of-type(2) {
    font-size: 3.46vw;
    line-height: 1.5em;
  }
  .service__flex div:nth-of-type(4) p:nth-of-type(1) {
    margin: 4.5vw auto 1.5vw auto;
  }
  .service__flex div:nth-of-type(5) p:nth-of-type(1) {
    margin: 4.5vw auto 1.5vw auto;
  }
}

.voice {
  padding: 4.16vw 0;
  position: relative;
}
.voice h3 {
  width: 52vw;
  margin: 0 auto 3.43vw auto;
}
.voice h3 img {
  width: 100%;
  height: auto;
}
.voice__tit {
  font-size: 1.875vw;
  color: #1c3968;
  font-weight: 700;
  text-align: center;
}
.voice__human {
  width: 8.28125vw;
  position: absolute;
  top: 9vw;
  right: calc(50% - 21vw);
}
.voice__flex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 66.61vw;
  margin: 2.5vw auto 0 auto;
}
.voice__flex__sect {
  width: 19.15vw;
  height: 35vw;
  border-radius: 0.5vw;
  border: 2px solid #1c3968;
  background: #fff;
  padding: 0.5vw;
  margin: 0 1vw;
}
.voice__flex__sect img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.35vw;
}
.voice__flex__sect h4 {
  font-size: 1.25vw;
  text-align: center;
  color: #1c3968;
  margin-bottom: 0.52vw;
}
.voice__flex__sect h5 {
  font-size: 0.83vw;
  font-weight: 400;
  text-align: center;
  color: #1c3968;
  margin-bottom: 0.52vw;
}
.voice__flex__sect p {
  width: 17vw;
  font-size: 0.83vw;
  text-align: left;
  color: #53575e;
  margin-bottom: 0.9375vw;
  margin: 0 auto;
}
.voice__flex__sect div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12.5vw;
  height: 1.45vw;
  background: #d8ecf7;
  margin: 0 auto;
  border-radius: 0.8vw;
  color: #1c3968;
  margin-bottom: 1.5625vw;
  display: none;
}
.voice__flex__sect div span:nth-of-type(1) {
  font-size: 0.83vw;
  margin-left: 1vw;
}
.voice__flex__sect div span:nth-of-type(2) {
  margin-right: 1vw;
  font-size: 1.04vw;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .voice h3 {
    width: 80vw;
  }
  .voice__tit {
    font-size: 2.5vw;
  }
  .voice__human {
    width: 11vw;
    right: calc(50% - 28vw);
  }
  .voice__flex {
    width: 80vw;
  }
  .voice__flex__sect {
    width: 25vw;
    height: 53vw;
  }
  .voice__flex__sect h4 {
    font-size: 1.6vw;
  }
  .voice__flex__sect h5 {
    font-size: 1.3vw;
  }
  .voice__flex__sect div {
    width: 16.5vw;
    height: 3vw;
    border-radius: 1.8vw;
  }
  .voice__flex__sect div span:nth-of-type(1) {
    font-size: 1.5vw;
  }
  .voice__flex__sect div span:nth-of-type(2) {
    font-size: 2vw;
  }
  .voice__flex__sect p {
    width: 22.5vw;
    font-size: 1.3vw;
  }
}
@media (max-width: 750px) {
  .voice {
    padding: 10.26vw 0;
    height: auto;
  }
  .voice h3 {
    width: 93.6vw;
    margin-bottom: 6.66vw;
  }
  .voice__tit {
    font-size: 4.5vw;
    margin-bottom: 6.66vw;
  }
  .voice__human {
    width: 16.73vw;
    top: 21vw;
    right: calc(50% - 46vw);
  }
  .voice__flex {
    display: block;
    width: 100%;
  }
  .voice__flex__sect {
    width: 93.6vw;
    height: auto;
    margin: 0 auto 4.8vw auto;
    border-radius: 2vw;
    padding: 2.4vw;
  }
  .voice__flex__sect img {
    margin-bottom: 5.33vw;
  }
  .voice__flex__sect h4 {
    font-size: 4.8vw;
    margin-bottom: 1.5vw;
  }
  .voice__flex__sect h5 {
    font-size: 3.46vw;
    margin-bottom: 1.5vw;
  }
  .voice__flex__sect p {
    font-size: 3.46vw;
    width: 100%;
  }
  .voice__flex__sect div {
    width: 51.2vw;
    height: 5.86vw;
    border-radius: 3vw;
    margin-bottom: 3.5vw;
  }
  .voice__flex__sect div span:nth-of-type(1) {
    font-size: 3.46vw;
    margin-left: 4vw;
  }
  .voice__flex__sect div span:nth-of-type(2) {
    font-size: 4.26vw;
    margin-right: 4vw;
  }
}

.price {
  padding: 4.16vw 0 5.16vw 0;
  position: relative;
  background: url(../images/bg_price.png);
}
.price h3 {
  width: 52vw;
  margin: 0 auto 3.43vw auto;
}
.price h3 img {
  width: 100%;
  height: auto;
}
.price__catch {
  width: 40vw;
  height: auto;
  display: block;
  margin: 0 auto 2.7vw auto;
}
.price__flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.price__flex div {
  position: relative;
  width: 19.89vw;
  height: 15.625vw;
  background: #fff;
  border-radius: 0.6vw;
  border-radius: 0.6vw;
  border: 1px solid #1c3968;
  margin: 0 1vw;
}
.price__flex div h4 {
  width: 100%;
  height: 4.68vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0.5vw;
  border-top-right-radius: 0.5vw;
  background: #1c3968;
  color: #fff;
  font-size: 1vw;
}
.price__flex div:nth-of-type(1) img:nth-of-type(1) {
  width: 5.625vw;
  height: auto;
  position: absolute;
  top: -1.1vw;
  left: 0.7vw;
}
.price__flex div:nth-of-type(1) img:nth-of-type(2) {
  width: 12.91vw;
  height: auto;
  margin: 4vw auto 0 auto;
  display: block;
}
.price__flex div:nth-of-type(2) img {
  width: 15.15vw;
  height: auto;
}
.price__flex div:nth-of-type(2) p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 1vw);
  background: #fff4c9;
  margin: 0.5vw;
  height: 9.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price__txt {
  width: 37.96vw;
  height: auto;
  display: block;
  margin: 3.125vw auto 0 auto;
}
.price__human {
  width: 8.28125vw;
  position: absolute;
  bottom: 3vw;
  right: calc(50% - 27vw);
}
@media (max-width: 1024px) {
  .price h3 {
    width: 80vw;
  }
  .price__catch {
    width: 60vw;
  }
  .price__flex div {
    width: 25.89vw;
    height: 19.625vw;
  }
  .price__flex div h4 {
    height: 5.68vw;
    font-size: 1.5vw;
  }
  .price__flex div:nth-of-type(1) img:nth-of-type(1) {
    top: -1.4vw;
    width: 6.625vw;
  }
  .price__flex div:nth-of-type(1) img:nth-of-type(2) {
    width: 16.91vw;
    margin: 5vw auto 0 auto;
  }
  .price__flex div:nth-of-type(2) {
    height: 19.625vw;
  }
  .price__flex div:nth-of-type(2) p {
    height: 12.7vw;
  }
  .price__txt {
    width: 50vw;
  }
  .price__human {
    width: 11vw;
    bottom: 1vw;
    right: calc(50% - 34vw);
  }
}
@media (max-width: 750px) {
  .price {
    padding: 10.26vw 0;
    height: auto;
  }
  .price h3 {
    width: 93.6vw;
    margin-bottom: 6.66vw;
  }
  .price__catch {
    margin-bottom: 6.66vw;
  }
  .price__flex {
    width: 93.6vw;
    margin: 0 auto 6vw auto;
  }
  .price__flex div {
    width: calc(50% - 1.33vw);
    height: 36vw;
    margin: 0 2vw;
  }
  .price__flex div:nth-of-type(1) {
    width: calc(50% - 1.33vw);
    left: 1vw;
  }
  .price__flex div:nth-of-type(1) img:nth-of-type(1) {
    top: -2.4vw;
    width: 12vw;
  }
  .price__flex div:nth-of-type(1) img:nth-of-type(2) {
    width: 30.91vw;
    margin: 8vw auto 0 auto;
  }
  .price__flex div:nth-of-type(2) {
    height: 36vw;
  }
  .price__flex div:nth-of-type(2) p {
    width: calc(100% - 3vw);
    margin: 1.5vw;
    height: 20.7vw;
  }
  .price__flex div:nth-of-type(2) img {
    width: 28.15vw;
  }
  .price__flex div h4 {
    height: 12vw;
    font-size: 3.46vw;
  }
  .price__txt {
    width: 66.4vw;
    margin: 0 0 0 13vw;
  }
  .price__human {
    width: 19vw;
    bottom: 10vw;
    right: calc(50% - 38vw);
  }
}

.question {
  padding: 4.16vw 0;
  background-image: linear-gradient(90deg, rgba(193, 193, 193, 0.6) 1px, transparent 1px), linear-gradient(rgba(193, 193, 193, 0.6) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 21px 21px;
}
.question h3 {
  width: 52vw;
  margin: 0 auto 3.43vw auto;
}
.question h3 img {
  width: 100%;
  height: auto;
}
.question__sect {
  width: 41.875vw;
  border: 2px solid #1c3968;
  border-radius: 0.5vw;
  margin: 0 auto 2vw auto;
  overflow: hidden;
}
.question__q {
  font-size: 1.25vw;
  color: #1c3968;
  font-weight: 700;
  width: 100%;
  padding: 1.5vw 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border-bottom: 2px solid #1c3968;
}
.question__q span {
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: #1c3968;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.14vw;
}
.question__q p {
  width: 80%;
}
.question__a {
  font-size: 1vw;
  color: #53575e;
  width: 100%;
  padding: 1.5vw 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #ebf4f9;
}
.question__a span {
  font-size: 1.25vw;
  font-weight: 700;
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: #ffd90f;
  color: #1c3968;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.14vw;
}
.question__a p {
  width: 80%;
}
@media (max-width: 1024px) {
  .question h3 {
    width: 80vw;
  }
  .question__sect {
    width: 60vw;
  }
  .question__q {
    height: 8vw;
  }
  .question__q span {
    width: 4.5vw;
    height: 4.5vw;
    font-size: 1.5vw;
  }
  .question__q p {
    font-size: 1.5vw;
  }
  .question__a {
    height: 8vw;
  }
  .question__a span {
    width: 4.5vw;
    height: 4.5vw;
    font-size: 1.5vw;
  }
  .question__a p {
    font-size: 1.5vw;
  }
}
@media (max-width: 750px) {
  .question {
    padding: 10.26vw 0;
    height: auto;
    background-image: linear-gradient(90deg, rgba(193, 193, 193, 0.6) 1px, transparent 1px), linear-gradient(rgba(193, 193, 193, 0.6) 1px, transparent 1px);
    background-position: 2vw 2vw;
    background-size: 4vw 4vw;
  }
  .question h3 {
    width: 93.6vw;
    margin-bottom: 6.66vw;
  }
  .question__sect {
    width: 93.6vw;
  }
  .question__q {
    height: auto;
    align-items: flex-start;
    padding: 3vw 0;
  }
  .question__q span {
    width: 7.5vw;
    height: 7.5vw;
    font-size: 3.46vw;
  }
  .question__q p {
    font-size: 3.46vw;
    width: 85%;
  }
  .question__a {
    height: auto;
    align-items: flex-start;
    padding: 3vw 0;
  }
  .question__a span {
    width: 7.5vw;
    height: 7.5vw;
    font-size: 3.46vw;
  }
  .question__a p {
    font-size: 3.46vw;
    width: 85%;
  }
}

.flow {
  padding: 4.16vw 0;
  background: #ebf4f9;
}
.flow h3 {
  width: 52vw;
  margin: 0 auto 3.43vw auto;
}
.flow h3 img {
  width: 100%;
  height: auto;
}
.flow__flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flow__sect {
  width: 10vw;
}
.flow__sect span p {
  width: 7vw;
  height: 2vw;
  background: #ffd90f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c3968;
  margin: 0 auto;
  border-radius: 1vw;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
.flow__sect p {
  font-size: 0.83vw;
  color: #53575e;
  text-align: center;
}
.flow__sect img {
  width: 4.47vw;
  height: auto;
}
.flow__sect div {
  width: 10vw;
  height: 10vw;
  background: #fff;
  filter: drop-shadow(0 0 0.75rem rgba(37, 64, 84, 0.2));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1vw;
}
.flow__sect h4 {
  margin: 1vw 0;
  color: #1c3968;
  font-size: 1vw;
  text-align: center;
}
.flow .arrow {
  width: 0.67vw;
  margin: 6vw 1vw 0 1vw;
}
@media (max-width: 1024px) {
  .flow h3 {
    width: 80vw;
  }
  .flow__sect {
    width: 15vw;
  }
  .flow__sect span p {
    width: 12vw;
    height: 4vw;
    border-radius: 2vw;
  }
  .flow__sect p {
    font-size: 1.5vw;
  }
  .flow__sect div {
    width: 15vw;
    height: 15vw;
  }
  .flow__sect div img {
    width: 8vw;
  }
  .flow__sect h4 {
    font-size: 2vw;
  }
  .flow .arrow {
    width: 1.67vw;
    margin: 10vw 1vw 0 1vw;
  }
}
@media (max-width: 750px) {
  .flow {
    padding: 10.26vw 0;
  }
  .flow h3 {
    width: 93.6vw;
    margin-bottom: 6.66vw;
  }
  .flow__flex {
    display: block;
  }
  .flow__sect {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 93.6vw;
    margin-left: 3vw;
  }
  .flow__sect span {
    display: block;
  }
  .flow__sect span p {
    width: 21.73vw;
    height: 6.4vw;
    border-radius: 4vw;
    font-size: 3.46vw;
  }
  .flow__sect div {
    width: 28vw;
    height: 28vw;
    margin-top: -3vw;
  }
  .flow__sect div img {
    width: 15vw;
  }
  .flow__sect aside {
    margin-left: 2vw;
  }
  .flow__sect h4 {
    text-align: left;
    font-size: 4.8vw;
  }
  .flow__sect p {
    font-size: 3.46vw;
    text-align: left;
  }
  .flow .arrow {
    width: 5.67vw;
    margin: 4vw 1vw 4vw 14vw;
    transform: rotate(90deg);
  }
}

.contact {
  padding: 4.16vw 0;
  position: relative;
  background: url(../images/bg_contact.png);
}
.contact h3 {
  width: 52vw;
  margin: 0 auto 0.5vw auto;
}
.contact h3 img {
  width: 100%;
  height: auto;
}
.contact__tit {
  text-align: center;
}
.contact__tit img {
  width: 42vw;
  height: auto;
}
.contact__human {
  width: 8.28125vw;
  position: absolute;
  top: 11vw;
  right: calc(50% - 27vw);
}
.contact__form {
  width: 55vw;
  background: #fff;
  padding: 4vw 2.91vw;
  border-radius: 0.5vw;
  margin: 1.5vw auto 0 auto;
  position: relative;
  z-index: 10;
}
.contact__form__sect {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2vw;
  color: #1c3968;
}
.contact__form__sect aside {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact__form__sect span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #1c3968;
}
.contact__form__sect:last-of-type {
  margin-bottom: 0;
}
.contact__form__sect p {
  font-weight: 700;
  font-size: 1vw;
  position: relative;
}
.contact__form__sect div {
  width: 15.625vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact__form__sect div p:nth-of-type(1) {
  font-size: 1vw;
  color: #1c3968;
  font-weight: 700;
  width: 10vw;
}
.contact__form__sect div p:nth-of-type(2) {
  font-size: 0.83vw;
  width: 4vw;
  height: 1.5vw;
  background: #e50b26;
  border-radius: 1vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__form__sect input {
  height: 2.91vw;
  border-radius: 0.5vw;
  background: #ebf4f9;
  border: 1px solid #a0a8b5;
  color: #000;
  padding: 0 1vw;
  outline: none;
  font-size: 1vw;
}
.contact__form__sect input::-moz-placeholder {
  color: #a0a8b5;
}
.contact__form__sect input::placeholder {
  color: #a0a8b5;
}
.contact__form__sect textarea {
  border-radius: 0.5vw;
  background: #ebf4f9;
  border: 1px solid #a0a8b5;
  color: #000;
  padding: 1vw;
  width: 33vw;
  height: 20vw;
  font-size: 1vw;
}
.contact__form__sect textarea::-moz-placeholder {
  color: #a0a8b5;
}
.contact__form__sect textarea::placeholder {
  color: #a0a8b5;
}
.contact__form .start {
  align-items: flex-start;
}
.contact__form .start div {
  margin-top: 1vw;
}
.contact__privacy {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.83vw;
}
.contact__privacy a {
  color: #0751c9;
}
.contact__privacy input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #a0a8b5;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact__privacy input[type=checkbox]:checked {
  background: #1c3968;
}
.contact__privacy input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.contact__btn {
  display: block;
  width: 24.42vw;
  margin: 2.86vw auto 0 auto;
  transition: 0.2s;
}
.contact__btn img {
  width: 100%;
  height: auto;
}
.contact .input1 {
  width: 33vw;
}
.contact .input2 {
  width: 5.2vw;
  margin: 0 0.5vw;
}
.contact .input3 {
  width: 5.2vw;
  margin: 0 0.5vw 0 0;
}
.contact .wpcf7-submit {
  transition: 0.2s;
}
@media (min-width: 750px) {
  .contact .wpcf7-submit:hover {
    filter: brightness(1.1);
  }
}
.contact .wpcf7 .wpcf7-submit:disabled {
  pointer-events: none;
}
.contact .wpcf7-response-output {
  border: none !important;
  color: #e50b26;
  font-size: 1vw !important;
  width: 100%;
  text-align: center;
  margin-top: -1vw !important;
}
@media (max-width: 1024px) {
  .contact h3 {
    width: 80vw;
  }
  .contact__tit {
    font-size: 2vw;
  }
  .contact__human {
    width: 11vw;
    top: 11vw;
    right: calc(50% - 30vw);
  }
  .contact__form {
    width: 70vw;
  }
  .contact__form__sect div {
    width: 20vw;
  }
  .contact__form__sect div p:nth-of-type(1) {
    font-size: 1.5vw;
  }
  .contact__form__sect div p:nth-of-type(2) {
    font-size: 1.5vw;
    width: 6vw;
    height: 3vw;
    border-radius: 2vw;
  }
  .contact__form__sect p {
    font-size: 1.5vw;
  }
  .contact input {
    height: 4vw;
  }
  .contact .input1 {
    width: 41vw;
  }
  .contact .input2 {
    width: 7vw;
  }
  .contact .input3 {
    width: 7vw;
  }
  .contact__privacy {
    font-size: 1.5vw;
  }
}
@media (max-width: 750px) {
  .contact {
    padding: 10.26vw 0;
  }
  .contact h3 {
    width: 93.6vw;
    margin-bottom: 22.8vw;
  }
  .contact__tit {
    font-size: 3.46vw;
  }
  .contact__tit img {
    width: 96.8vw;
    display: block;
    margin: 0 auto;
  }
  .contact__human {
    width: 17vw;
    top: 25vw;
    right: calc(50% - 8.8vw);
  }
  .contact__form {
    width: 93vw;
    margin: 5vw auto 0 auto;
    padding: 6vw 5.33vw;
  }
  .contact__form__sect {
    display: block;
    margin-bottom: 5vw;
  }
  .contact__form__sect input {
    font-size: 3.46vw;
  }
  .contact__form__sect textarea {
    font-size: 3.46vw;
    height: 40vw;
  }
  .contact__form__sect div {
    width: 100%;
    margin-bottom: 2vw;
  }
  .contact__form__sect div p:nth-of-type(1) {
    font-size: 3.46vw;
    width: auto;
  }
  .contact__form__sect div p:nth-of-type(2) {
    width: 9vw;
    height: 4vw;
    font-size: 2.8vw;
    margin-left: 3vw;
  }
  .contact__form__sect p {
    font-size: 3.46vw;
  }
  .contact input {
    height: 10vw;
  }
  .contact textarea {
    width: 100%;
  }
  .contact .input1 {
    width: 100%;
  }
  .contact .input2 {
    width: 100%;
  }
  .contact .input3 {
    width: 100%;
  }
  .contact span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .contact__privacy {
    font-size: 3.46vw;
    margin-bottom: 10vw;
  }
  .contact__btn {
    width: 61.33vw;
  }
  .contact .wpcf7-response-output {
    font-size: 2.5vw !important;
    margin-top: -3vw !important;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -1.5vw;
  left: 0;
  color: #e50b26 !important;
  width: 33vw;
  font-size: 1vw !important;
}
@media (max-width: 1024px) {
  .wpcf7-not-valid-tip {
    width: 41vw;
    font-size: 1vw !important;
  }
}
@media (max-width: 750px) {
  .wpcf7-not-valid-tip {
    bottom: -4.5vw;
    width: 82vw;
    font-size: 2.5vw !important;
  }
}

.wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wpcf7-submit {
  width: 23.95vw;
  height: 4.94vw !important;
  outline: none;
  border: none;
  background: url(../images/btn_contact.png) no-repeat;
  background-size: 100%;
  margin: 5vw auto 0 auto;
  color: rgba(0, 0, 0, 0);
  display: block;
}
@media (max-width: 750px) {
  .wpcf7-submit {
    width: 53vw;
    height: 12vw !important;
    background: url(../images/sp/btn_contact.png) no-repeat;
    background-size: 100%;
  }
}

.footer {
  position: absolute;
  width: 100%;
}
.footer h2 {
  width: 8vw;
  margin: 2.8vw auto 1.45vw auto;
}
.footer h2 img {
  width: 100%;
  height: auto;
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.83vw;
  margin-bottom: 1.45vw;
}
.footer ul li {
  list-style: none;
  margin: 0 1vw;
}
.footer ul li a {
  color: #53575e;
  text-decoration: none;
}
.footer small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.44vw;
  color: #fff;
  background: #1c3968;
  font-size: 0.83vw;
}
.footer__btm {
  background: rgba(73, 97, 134, 0.8);
  padding: 1.66vw 0;
  position: relative;
}
.footer__btm p {
  width: 11vw;
  margin: 0 auto 0.83vw auto;
}
.footer__btm p img {
  width: 100%;
  height: auto;
}
.footer__btn {
  display: block;
  width: 24.42vw;
  margin: 0 auto;
  transition: 0.2s;
}
.footer__btn img {
  width: 100%;
  height: auto;
}
@media (min-width: 750px) {
  .footer__btn:hover {
    filter: brightness(1.1);
  }
}
.footer__human {
  width: 8.28125vw;
  position: absolute;
  bottom: 0;
  right: calc(50% - 21vw);
}
@media (max-width: 1024px) {
  .footer h2 {
    width: 18vw;
  }
  .footer ul {
    font-size: 1.5vw;
  }
  .footer small {
    height: 3vw;
    font-size: 1.5vw;
  }
  .footer__btm {
    padding: 2.66vw 0;
  }
  .footer__btm p {
    width: 18vw;
  }
  .footer__human {
    width: 11vw;
    right: calc(50% - 27vw);
  }
}
@media (max-width: 750px) {
  .footer h2 {
    width: 37.2vw;
    margin-bottom: 5vw;
  }
  .footer__menu {
    padding: 8vw 0 0 0;
  }
  .footer ul {
    font-size: 3vw;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start;
    width: 90%;
  }
  .footer ul li {
    width: 30%;
    margin-bottom: 3vw;
  }
  .footer ul:nth-of-type(2) {
    justify-content: center;
    width: auto;
    margin-bottom: 5vw;
  }
  .footer ul:nth-of-type(2) li {
    width: auto;
  }
  .footer small {
    height: 6.4vw;
    font-size: 2.13vw;
  }
  .footer__btm {
    padding: 5vw 0;
  }
  .footer__btm p {
    width: 35vw;
  }
  .footer__btm a {
    width: 64.8vw;
  }
  .footer__human {
    width: 14vw;
    right: calc(50% - 48vw);
    bottom: 7vw;
  }
}

.footer__btm {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
}

.is-show {
  opacity: 1;
  z-index: 100;
}

.bottom {
  transform: translateY(3vw);
  transition: 0.5s;
  transition-delay: 0.2s;
}

.show {
  transform: translateY(0);
}

.otherWrap {
  width: 100%;
  background: #ebf4f9;
  padding: 40px 0 80px 0;
}
.otherWrap__in {
  width: 1000px;
  margin: 0 auto;
}
.otherWrap .breadcrumb {
  font-size: 16px;
  color: #1c3968;
  margin-bottom: 3.64vw;
  transition: 0.2s;
}
.otherWrap .breadcrumb img {
  width: 16px;
  transform: rotate(180deg) translateY(-0.2vw);
}
.otherWrap .breadcrumb:hover {
  opacity: 0.7;
}
.otherWrap h2 {
  font-size: 36px;
  color: #1c3968;
  text-align: center;
  font-weight: 900;
  margin-bottom: 53px;
}
.otherWrap__frame {
  width: 100%;
  padding: 80px 100px;
  background: #fff;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 40px;
}
.otherWrap .lpback {
  display: block;
  margin: 0 auto;
  width: 290px;
  transition: 0.2s;
}
.otherWrap .lpback:hover {
  filter: brightness(1.2);
}
.otherWrap__table {
  width: 100%;
  font-size: 16px;
}
.otherWrap__table div {
  border-top: 1px solid #a0a8b5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 33px 0;
}
.otherWrap__table div:last-of-type {
  border-bottom: 1px solid #a0a8b5;
}
.otherWrap__table p {
  width: 100%;
}
.otherWrap__table p:nth-of-type(1) {
  text-align: left;
  color: #1c3968;
  width: 30%;
  font-weight: 700;
}
.otherWrap__table p:nth-of-type(2) {
  text-align: left;
  width: 70%;
}
.otherWrap .right {
  text-align: right;
}
@media (max-width: 1024px) {
  .otherWrap__in {
    width: 80%;
    margin: 0 auto;
  }
  .otherWrap__frame {
    padding: 5vw;
  }
}
@media (max-width: 750px) {
  .otherWrap {
    padding: 5.33vw 0;
  }
  .otherWrap__in {
    width: 93.6vw;
  }
  .otherWrap .breadcrumb {
    font-size: 2.13vw;
    margin-bottom: 10vw;
  }
  .otherWrap .breadcrumb img {
    width: 2.13vw;
    transform: rotate(180deg) translateY(-0.3vw);
  }
  .otherWrap h2 {
    font-size: 4.8vw;
    margin: 9vw 0 7.6vw 0;
  }
  .otherWrap__frame {
    font-size: 3.46vw;
    margin-bottom: 3.46vw;
  }
  .otherWrap .lpback {
    width: 58.8vw;
    height: auto;
    display: block;
  }
  .otherWrap .lpback img {
    width: 100%;
    height: auto;
  }
  .otherWrap__table div {
    display: block;
    padding: 5.2vw 0;
  }
  .otherWrap__table p {
    font-size: 3.46vw;
  }
  .otherWrap__table p:nth-of-type(1) {
    width: 100%;
  }
  .otherWrap__table p:nth-of-type(2) {
    width: 100%;
  }
}/*# sourceMappingURL=base.css.map */