@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-style: normal;
  font-weight: 500;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

@blockquote :before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset end */
html {
  font-size: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2.3;
  font-weight: initial !important;
}
body.active {
  overflow: hidden;
}

#wrapper {
  overflow-x: hidden;
}

.animation {
  opacity: 0;
  transform: translateY(130px);
  transition-delay: 0s;
  will-change: transform;
}
.animation.active {
  opacity: 1;
  will-change: transform;
  transition: all 0.4s;
  transform: translateY(0px);
}

.kv-txtwrap .hh {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.kv-txtwrap .hh p {
  opacity: 0;
}
.kv-txtwrap .hh.active p {
  transition-delay: 0.9s;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.kv-txtwrap .hh.active::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 99;
  animation: hh;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  right: initial;
  will-change: opacity;
}
@keyframes hh {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
    opacity: 1;
    left: 0px;
    right: initial;
  }
  51% {
    width: 100%;
    opacity: 1;
    left: initial;
    right: 0px;
  }
  53% {
    width: 100%;
    opacity: 1;
  }
  90% {
    width: 0%;
    opacity: 1;
  }
  99% {
    width: 0%;
    opacity: 1;
  }
  100% {
    width: 0%;
    opacity: 0;
    left: initial;
    right: 0px;
  }
}
.kv-txtwrap .hh:nth-child(1).active::before {
  background-color: #002896;
}
.kv-txtwrap .hh:nth-child(2).active::before {
  background-color: #2F63A0;
}
.kv-txtwrap .hh:nth-child(3).active::before {
  background-color: #0D6CDB;
}
.kv-txtwrap .hh:nth-child(4).active::before {
  background-color: #1793F9;
}

.animg {
  transform: scale(0);
  will-change: transform;
  transition: all 0.4s;
}
.animg.active {
  transform: scale(1);
  will-change: transform;
  transition: all 0.4s;
}

.bk {
  transform: translateX(-100px);
  transition: all 0.5s;
  will-change: transform;
}
.bk.active {
  transform: translateX(0px);
  will-change: transform;
  transition: all 0.5s;
  transition-delay: 0.4s;
}

.f {
  transform: translateY(230px);
  will-change: transform;
  opacity: 0;
  transition: all 0.3s;
}
.f.active {
  transform: translateY(0px);
  will-change: transform;
  opacity: 1;
  transition: all 0.3s;
}

header {
  width: 100%;
  height: 55px;
  background-color: rgba(213, 213, 213, 0.3);
  position: absolute;
  top: 0px;
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: center;
}
header section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  header section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
header section nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 52px;
}
@media (max-width: 800px) {
  header section nav {
    flex-wrap: wrap;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
header section nav a {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 800px) {
  header section nav a {
    padding: 0px 5px;
    line-height: 1;
  }
}
header.active {
  background-color: white;
  position: fixed;
}

.hum {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
}
.hum hr {
  width: 30px;
  border: none;
  height: 1px;
  display: block;
  background-color: #000;
  transition: all 0.2s;
}
.hum.active hr:first-child {
  transition: all 0.2s;
  will-change: transform;
  transform: rotate(45deg) translateX(10px);
}
.hum.active hr:last-child {
  transition: all 0.2s;
  will-change: transform;
  transform: rotate(-45deg) translateX(10px);
}

.spmenu {
  width: 100vw;
  height: calc(100vh - 55px);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
  top: 55px;
  z-index: 999999;
  background-color: white;
  transform: translateX(-120vw);
  will-change: transform;
  transition: all 0.3s;
}
.spmenu.active {
  transform: translateX(0vw);
  will-change: transform;
  transition: all 0.3s;
}
.spmenu nav {
  margin-top: 140px;
}
.spmenu nav a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
  width: 200px;
  padding: 3px 0px;
  text-align: center;
}
.spmenu nav a:nth-child(1) {
  background-color: #2F63A0;
}
.spmenu nav a:nth-child(2) {
  background-color: #0D6CDB;
}
.spmenu nav a:nth-child(3) {
  background-color: #002896;
}
.spmenu nav a:nth-child(4) {
  background-color: #1793F9;
}
.spmenu nav a:nth-child(5) {
  background-color: #0D6CDB;
}
.spmenu nav a:nth-child(6) {
  background-color: #002896;
}

#kv {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 167px;
}
@media (max-width: 800px) {
  #kv {
    padding-top: 80px;
  }
}
#kv .img01 {
  display: block;
}
@media (max-width: 800px) {
  #kv .img01 {
    width: 250px;
    margin: 0 auto;
  }
}
#kv .kv-txtwrap {
  padding: 70px 0px 46px 0px;
}
#kv .kv-txtwrap div p {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  padding: 9px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 22px;
}
@media (max-width: 1000px) {
  #kv .kv-txtwrap div p {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  #kv .kv-txtwrap div p {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  #kv .kv-txtwrap div p {
    font-size: 20px;
  }
}
#kv .kv-txtwrap div:nth-child(1) p {
  background-color: #1793F9;
}
#kv .kv-txtwrap div:nth-child(2) p {
  background-color: #0D6CDB;
}
#kv .kv-txtwrap div:nth-child(3) p {
  background-color: #2F63A0;
}
#kv .kv-txtwrap div:nth-child(4) p {
  background-color: #002896;
}
#kv h1 {
  font-size: 16px;
  margin-bottom: 45px;
}
@media (max-width: 800px) {
  #kv h1 {
    font-size: 14px;
  }
}
#kv .img02 {
  position: absolute;
  right: 0px;
  top: 113px;
  display: block;
  z-index: -999;
  border: solid 8px #707070;
  border-radius: 21px;
  width: 673px;
}
@media (max-width: 1200px) {
  #kv .img02 {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 800px) {
  #kv .img02 {
    top: 153px;
    width: 70%;
  }
}
@media (min-width: 1201px) {
  #kv .img02 {
    animation: kv 1s forwards;
  }
}
@media (max-width: 1200px) {
  #kv .img02 {
    animation: kvsp 1s forwards;
  }
}
@keyframes kv {
  0% {
    height: 0px;
    border: solid 1px #000;
  }
  50% {
    height: 0px;
    border: solid 1px #000;
    transform: scale(0.4);
  }
  100% {
    height: 517px;
    transform: scale(1);
  }
}
@keyframes kvsp {
  0% {
    height: 0px;
    border: solid 1px #000;
  }
  50% {
    height: 0px;
    border: solid 1px #000;
    transform: scale(0.4);
  }
  100% {
    height: auto;
    transform: scale(1);
  }
}
#kv .img03 {
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -11;
  animation: rotate;
  animation-duration: 45s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  will-change: transform;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bt-temp {
  width: 228px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: none;
}
.bt-temp p {
  display: block;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Roboto", sans-serif;
}
.bt-temp::before, .bt-temp::after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}
.bt-temp::before {
  left: 0px;
}
.bt-temp::after {
  right: 0px;
}
.bt-temp:hover::before {
  will-change: transform;
  transform: translateX(-100%);
  transition: all 0.3s;
}
.bt-temp:hover::after {
  will-change: transform;
  transform: translateX(100%);
  transition: all 0.3s;
}
.bt-temp.b1::before, .bt-temp.b1::after {
  background-color: #1793F9;
}
.bt-temp.b1:hover {
  border: solid 2px #1793F9;
  box-sizing: border-box;
}
.bt-temp.b1:hover p {
  color: #1793F9;
}
.bt-temp.b2::before, .bt-temp.b2::after {
  background-color: #0D6CDB;
}
.bt-temp.b2:hover {
  border: solid 2px #0D6CDB;
  box-sizing: border-box;
}
.bt-temp.b2:hover p {
  color: #0D6CDB;
}
.bt-temp.b3::before, .bt-temp.b3::after {
  background-color: #2F63A0;
}
.bt-temp.b3:hover {
  border: solid 2px #2F63A0;
  box-sizing: border-box;
}
.bt-temp.b3:hover p {
  color: #2F63A0;
}
.bt-temp.b4::before, .bt-temp.b4::after {
  background-color: #002896;
}
.bt-temp.b4:hover {
  border: solid 2px #002896;
  box-sizing: border-box;
}
.bt-temp.b4:hover p {
  color: #002896;
}

.section-top img {
  display: block;
  margin: 0 auto;
}
.section-top h1 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 800px) {
  .section-top h1 {
    font-size: 24px;
  }
}
.section-top h1 span {
  color: #1793F9;
  font-weight: bold;
}

#t1 .bk {
  background-color: #002896;
}

#t2 .bk {
  background-color: #2F63A0;
}
#t2 p {
  text-align: center !important;
}
#t2 .bt-temp {
  margin-top: 47px;
}

#t3 .bk {
  background-color: #1793F9;
}
#t3 .bt-temp {
  margin-top: 47px;
}

.sec-temp {
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.sec-temp section {
  width: 90%;
  max-width: 977px;
  margin: 0 auto;
}
.sec-temp section article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-top: 52px;
}
@media (max-width: 800px) {
  .sec-temp section article {
    display: block;
  }
}
.sec-temp section article:last-child {
  margin-top: 72px;
}
.sec-temp section article div {
  width: 487px;
  margin-top: 14px;
}
@media (max-width: 1000px) {
  .sec-temp section article div {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .sec-temp section article div {
    width: 100%;
  }
}
.sec-temp section article div h2 {
  font-size: 30px;
  color: #002896;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .sec-temp section article div h2 {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .sec-temp section article div h2 {
    text-align: center;
  }
}
.sec-temp section article div p {
  padding-top: 12px;
}
@media (max-width: 1000px) {
  .sec-temp section article div p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .sec-temp section article div p {
    text-align: center;
  }
}
.sec-temp section article img {
  width: 413px;
  height: 317px;
  display: block;
}
@media (max-width: 1000px) {
  .sec-temp section article img {
    width: 45%;
    height: auto;
    aspect-ratio: 413/317;
  }
}
@media (max-width: 800px) {
  .sec-temp section article img {
    margin: 0 auto;
    width: 60%;
  }
}
.sec-temp .bk {
  display: block;
  height: 100%;
  width: 46px;
  position: absolute;
  left: 0px;
}
@media (max-width: 1000px) {
  .sec-temp .bk {
    width: 20px;
  }
}
@media (max-width: 550px) {
  .sec-temp .bk {
    width: 3vw;
  }
}
.sec-temp .extra {
  margin-top: 80px;
}
.sec-temp .extra h2 {
  font-size: 30px;
  color: #002896;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1000px) {
  .sec-temp .extra h2 {
    font-size: 20px;
  }
}
.sec-temp .extra ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.sec-temp .extra ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1000px) {
  .sec-temp .extra ul li img {
    width: 40vw;
  }
}
.sec-temp .extra ul .img010 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0.8;
  z-index: 999;
}
@media (max-width: 1000px) {
  .sec-temp .extra ul .img010 {
    width: 30vw;
  }
}
.sec-temp .extra p {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  .sec-temp .extra p {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .sec-temp .extra p {
    font-size: 14px;
  }
}

#t4 .bk {
  background-color: #0D6CDB;
}
#t4 ul {
  width: 540px;
  margin: 0 auto;
  margin-top: 64px;
}
@media (max-width: 800px) {
  #t4 ul {
    width: 90%;
    margin-top: 30px;
  }
}
#t4 ul li {
  width: 100%;
  padding: 26px 0px;
  border-top: solid 1px #D5D5D5;
  display: flex;
  justify-content: center;
  align-items: center;
}
#t4 ul li:last-child {
  border-bottom: solid 1px #D5D5D5;
}
#t4 ul li b {
  display: block;
  width: 184px;
  padding-left: 16px;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 800px) {
  #t4 ul li b {
    width: 30%;
    font-size: 14px;
  }
}
#t4 ul li p {
  display: block;
  width: calc(100% - 200px);
}
@media (max-width: 800px) {
  #t4 ul li p {
    font-size: 14px;
    width: 70%;
  }
}

#t5 {
  position: relative;
  overflow: hidden;
}
#t5 .bk {
  background-color: #2F63A0;
}
#t5 .t5-exp {
  text-align: center;
  padding: 24px 0px 50px 0px;
  font-size: 16px !important;
}
@media (max-width: 800px) {
  #t5 .t5-exp {
    font-size: 14px !important;
  }
}
#t5 .img014 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 100%;
  z-index: -999;
  animation: rotate;
  animation-duration: 45s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  will-change: transform;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#t5 footer {
  padding-top: 130px;
  position: relative;
  width: min(900px, 90%);
  margin: 0 auto;
}
#t5 footer nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #t5 footer nav {
    gap: 20px;
  }
}
#t5 footer nav a {
  font-size: 12px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#t5 .footer-link {
  /*
  position: absolute;
  right: 0px;
  bottom: 10px;
  margin: auto;
  */
  display: block;
  width: 170px;
  height: 40px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  margin: 0 auto;
  margin-top: 20px;
  gap: 10px;
  transition: all 0.3s;
}
#t5 .footer-link:hover {
  background-color: rgba(23, 147, 249, 0.3);
  opacity: 0.7;
  transition: all 0.3s;
}
#t5 .footer-link img {
  display: block;
  height: 10px;
}
#t5 .footer-logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 20px;
}
#t5 p {
  text-align: center;
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
}
#t5 small {
  font-family: "Roboto", sans-serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-top: 85px;
}

.form-top {
  margin-top: 150px;
}

#theform {
  width: 1080px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 1100px) {
  #theform {
    width: 90%;
    margin: 0 auto;
  }
}
#theform label {
  font-size: 20px;
  font-weight: bold;
  color: #2F63A0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (max-width: 1100px) {
  #theform label {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
#theform label span {
  display: block;
  background-color: #002896;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
}
#theform div {
  width: 100%;
}
#theform div p {
  color: #D90000;
  font-weight: bold;
}
#theform input[type=text] {
  width: calc(100% - 100px);
  height: 100px;
  background-color: #F2F2F2;
  border: none;
  border-radius: 10px;
  padding: 0px 50px;
  font-size: 20px;
}
@media (max-width: 1100px) {
  #theform input[type=text] {
    height: 70px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #theform input[type=text] {
    width: calc(100% - 50px);
    padding: 0px 25px;
  }
}
#theform input[type=text]::-moz-placeholder {
  font-size: 20px;
  color: #BFBFBF;
  font-weight: bold;
}
#theform input[type=text]::placeholder {
  font-size: 20px;
  color: #BFBFBF;
  font-weight: bold;
}
@media (max-width: 1100px) {
  #theform input[type=text]::-moz-placeholder {
    font-size: 16px;
    font-weight: lighter;
  }
  #theform input[type=text]::placeholder {
    font-size: 16px;
    font-weight: lighter;
  }
}
#theform input[type=submit] {
  display: block;
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  width: 520px;
  height: 100px;
  background-color: #0D6CDB;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 550px) {
  #theform input[type=submit] {
    width: 100%;
  }
}
#theform .input-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#theform .input-flex input[type=text] {
  width: 240px;
}
@media (max-width: 600px) {
  #theform .input-flex input[type=text] {
    width: 40%;
  }
}
#theform .input-flex b {
  font-weight: lighter;
  display: block;
  width: 40px;
  font-size: 20px;
  text-align: center;
}
#theform .input-flex p {
  position: absolute;
  bottom: -40px;
}
#theform textarea {
  width: calc(100% - 100px);
  height: 244px;
  background-color: #F2F2F2;
  border: none;
  border-radius: 10px;
  padding: 24px 50px;
  font-size: 20px;
}
@media (max-width: 1100px) {
  #theform textarea {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #theform textarea {
    width: calc(100% - 50px);
    padding: 24px 25px;
  }
}
#theform textarea::-moz-placeholder {
  font-size: 20px;
  color: #BFBFBF;
  font-weight: bold;
}
#theform textarea::placeholder {
  font-size: 20px;
  color: #BFBFBF;
  font-weight: bold;
}
@media (max-width: 1100px) {
  #theform textarea::-moz-placeholder {
    font-size: 16px;
    font-weight: lighter;
  }
  #theform textarea::placeholder {
    font-size: 16px;
    font-weight: lighter;
  }
}
#theform .input-pp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  position: relative;
}
#theform .input-pp input {
  display: block;
  transform: scale(1.5);
  border-radius: 20px;
  cursor: pointer;
}
#theform .input-pp label:not(:first-child) {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 20px;
  color: #606060;
  cursor: pointer;
}
@media (max-width: 1100px) {
  #theform .input-pp label:not(:first-child) {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  #theform .input-pp label:not(:first-child) {
    font-size: 16px;
  }
}
#theform .input-pp p {
  position: absolute;
  bottom: -20px;
}
#theform .input-radiocheck input {
  transform: scale(1.5);
  cursor: pointer;
}
#theform .input-radiocheck label:not(:first-child) {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 20px;
  color: #606060;
  cursor: pointer;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1100px) {
  #theform .input-radiocheck label:not(:first-child) {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}

#form-confirm {
  width: 680px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 700px) {
  #form-confirm {
    width: 90%;
  }
}
#form-confirm div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  #form-confirm div {
    display: block;
  }
}
#form-confirm div p {
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  background-color: #2F63A0;
  color: #fff;
  text-align: center;
}
@media (max-width: 700px) {
  #form-confirm div p {
    width: 140px;
  }
}
#form-confirm div span {
  color: #1793F9;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 700px) {
  #form-confirm div span {
    font-size: 16px;
  }
}

.confirm-button {
  width: 680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
@media (max-width: 700px) {
  .confirm-button {
    width: 100%;
    display: block;
  }
}
.confirm-button input {
  width: 45%;
  height: 80px;
  background-color: #2F63A0;
  color: #fff;
  border-radius: 10px;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 700px) {
  .confirm-button input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.confirm-button input:last-child {
  background-color: #1793F9;
}

#thanks-msg {
  text-align: center;
  font-size: 20px;
  color: #606060;
  font-weight: bold;
  margin-top: 200px;
}
@media (max-width: 700px) {
  #thanks-msg {
    font-size: 16px;
  }
}
#thanks-msg a {
  text-align: center;
  text-decoration: underline;
  color: #0D6CDB;
}

@media (max-width: 800px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */