@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #CCDAF3;
  color: #002868;
  font-size: clamp(14px, 1.4166666667vw, 17px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  box-sizing: border-box;
}
body * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  color: #002868;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}
a img {
  border-style: none;
  transition: 0.3s;
}
a:hover img {
  transform: translateY(-5px);
}

@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__B10 {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 10px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .np {
    display: none;
  }
}
#wrapper img {
  width: 100%;
  vertical-align: middle;
}

header {
  background: url(../images/bg.png) no-repeat center bottom;
  position: relative;
}
header .naritaLogo {
  width: 195px;
  padding-top: 30px;
  margin-left: 5vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  header .naritaLogo {
    padding-top: 20px;
    margin-left: 20px;
    width: 130px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header .naritaLogo {
    padding-top: 10px;
    margin-left: 10px;
    width: 100px;
  }
}
header h1 {
  max-width: 1040px;
  margin: -30px auto 0;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  header h1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header h1 {
    padding: 0 5px;
  }
}
header .cloudL {
  width: 720px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1367px) {
  header .cloudL {
    width: 50%;
  }
}
header .cloudR {
  width: 470px;
  position: absolute;
  right: 0;
  top: -10px;
}
@media screen and (max-width: 1367px) {
  header .cloudR {
    width: 30%;
  }
}

.aboutArea {
  background-color: #fff;
  padding: 5vw;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .aboutArea {
    margin-bottom: 40px;
  }
}
.aboutArea p {
  font-weight: 700;
}
.aboutArea p.text01 {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .aboutArea p.text01 {
    font-size: clamp(14px, 2.5vw, 100px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea p.text01 {
    margin-bottom: 10px;
  }
  .aboutArea p.text01 br {
    display: none;
  }
}
.aboutArea p.text02 {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .aboutArea p.text02 {
    font-size: clamp(14px, 3.3333333333vw, 100px);
  }
}
.aboutArea p.text02 strong {
  font-size: 9rem;
}
@media screen and (max-width: 1200px) {
  .aboutArea p.text02 strong {
    font-size: clamp(14px, 7.5vw, 100px);
  }
}
.aboutArea p.text03 {
  font-size: 6.5rem;
  display: inline-block;
  position: relative;
  line-height: 1.3;
  background: linear-gradient(180deg, transparent 0%, transparent 70%, #FFBF4F 70%, #FFBF4F 100%);
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .aboutArea p.text03 {
    font-size: clamp(14px, 5.4166666667vw, 100px);
  }
}
.aboutArea p.text03 strong {
  font-size: 10rem;
}
@media screen and (max-width: 1200px) {
  .aboutArea p.text03 strong {
    font-size: clamp(14px, 8.3333333333vw, 100px);
  }
}
.aboutArea p.text03 span.card {
  display: block;
  width: 180px;
  position: absolute;
  left: 98%;
  bottom: 40%;
}
@media screen and (max-width: 1200px) {
  .aboutArea p.text03 span.card {
    width: 35%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea p.text03 span.card {
    width: 50%;
    bottom: 25%;
  }
}
.aboutArea p.text03 span.card span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  background: url(../images/card.svg) no-repeat center/contain;
}
.aboutArea p.text04 {
  font-size: 6.5rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .aboutArea p.text04 {
    font-size: clamp(14px, 5.4166666667vw, 100px);
  }
}

main {
  padding: 0 5vw;
}
main .detailArea {
  max-width: 900px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .detailArea {
    margin-bottom: 50px;
  }
}
main .detailArea h3 {
  font-size: 2.3rem;
  letter-spacing: 5px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 2px solid #002868;
  width: 250px;
  margin: 0 auto 50px;
  padding: 10px;
  transform: skew(-10deg, 0deg);
  position: relative;
}
main .detailArea h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #002868;
  border-right: 2px solid #002868;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}
main .detailArea table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .detailArea table {
    border-top: 2px solid #002868;
  }
}
main .detailArea table tr th, main .detailArea table tr td {
  text-align: left;
  vertical-align: top;
  border-bottom: 2px solid #002868;
  padding: 20px 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .detailArea table tr th, main .detailArea table tr td {
    display: block;
    width: 100%;
  }
}
main .detailArea table tr th {
  white-space: nowrap;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .detailArea table tr th {
    border-bottom: 1px solid rgba(0, 40, 104, 0.2);
    padding-bottom: 15px;
  }
}
main .detailArea table tr td ol {
  margin-top: 10px;
  margin-left: 20px;
}
main .detailArea table tr td ol li {
  list-style: decimal;
}
main .detailArea table tr td ol li {
  margin-top: 5px;
}
main .formArea {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 3vw;
  background-color: #fff;
  border: 2px solid #002868;
  position: relative;
}
main .formArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #002868;
  border-right: 2px solid #002868;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}
main .formArea h3 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  main .formArea h3 {
    font-size: 2.3rem;
  }
}
main .formArea .requiredText {
  font-size: 0.9em;
  text-align: right;
}
main .formArea .requiredText span {
  color: #f00;
}
main .formArea .red {
  color: #f00;
}
main .formArea .formLayout table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
main .formArea .formLayout table tr th, main .formArea .formLayout table tr td {
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  padding: 20px 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .formArea .formLayout table tr th, main .formArea .formLayout table tr td {
    display: block;
    width: 100%;
  }
}
main .formArea .formLayout table tr th {
  white-space: nowrap;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .formArea .formLayout table tr th {
    border-bottom: 0;
    padding-bottom: 0;
    white-space: wrap;
  }
}
main .formArea .formLayout table tr th p.required {
  position: relative;
  padding-right: 1.5em;
}
main .formArea .formLayout table tr th p.required::after {
  content: "※";
  color: #f00;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
main .formArea .formLayout table tr th p small {
  font-size: 0.85em;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .formArea .formLayout table tr th br.notSP_P {
    display: none;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .formArea .formLayout table tr td {
    padding-top: 10px;
  }
}
main .formArea .formLayout table tr td .radio label:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .formArea .formLayout table tr td .radio label:not(:last-child) {
    margin-right: 30px;
  }
}
main .formArea .formLayout table tr td .radio label input {
  margin-right: 5px;
}
main .formArea .formLayout table tr td .check label {
  margin-bottom: 10px;
  display: inline-block;
}
main .formArea .formLayout table tr td .check label:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .formArea .formLayout table tr td .check label:not(:last-child) {
    margin-right: 30px;
  }
}
main .formArea .formLayout table tr td .check label:last-child {
  display: block;
}
main .formArea .formLayout table tr td .check label input {
  margin-right: 5px;
}
main .formArea .formLayout table tr td .notice {
  margin-top: 10px;
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 130%;
}
main .formArea .formLayout table tr td.fileTd img {
  border: 1px solid #ccc;
  max-width: 150px;
  margin-top: 10px;
  margin-right: 10px;
}
main .formArea .formLayout .policy {
  text-align: center;
  margin-bottom: 30px;
}
main .formArea .formLayout .policy label input {
  margin-right: 7px;
}
main .formArea .formLayout .submit {
  display: flex;
  justify-content: center;
}
main .okArea {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 50px;
  text-align: center;
}
main .okArea h3 {
  font-size: 3.8rem;
  font-weight: 700;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) {
  main .okArea h3 {
    font-size: calc(3.8rem * 0.8);
  }
}

footer {
  padding: 50px 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel],
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1em;
  appearance: none;
  outline: none;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 10px;
  color: #002868;
  padding: 10px 20px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type=text].ml,
input[type=email].ml,
input[type=date].ml,
input[type=tel].ml,
textarea.ml,
select.ml {
  margin-left: 15px;
}
input[type=text].mt,
input[type=email].mt,
input[type=date].mt,
input[type=tel].mt,
textarea.mt,
select.mt {
  margin-top: 15px;
}

input[type=file] {
  width: 90%;
}

input[type=submit],
input[type=button] {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 2px;
  appearance: none;
  outline: none;
  background-color: #1D5BBF;
  border: 0;
  border-radius: 20px;
  color: #fff;
  padding: 15px 20px;
  transition: 0.5s;
  cursor: pointer;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  margin: 0 10px 15px;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}
input[type=submit]:hover,
input[type=button]:hover {
  transform: translateY(-5px);
}

::placeholder {
  color: #ccc;
}

.sizeXS {
  width: 30%;
  max-width: 150px;
}

.sizeS {
  width: 38%;
  max-width: 250px;
}

.sizeM {
  width: 65%;
}
@media screen and (max-width: 960px) {
  .sizeM {
    width: 100%;
  }
}

.sizeL {
  width: 100%;
}

/* エラーメッセージ
-------------------------------------------------*/
.formLayout .errmsg,
.formLayout #errorMessage {
  box-sizing: border-box;
  width: 100%;
  border: 3px solid #f00;
  padding: 10px;
  margin: 0 auto 20px;
  color: #f00;
}
.formLayout .errmsg a,
.formLayout #errorMessage a {
  color: #f00;
}

/* 画面別表示/非表示
-------------------------------------------------*/
.formLayout.input_now .display_check,
.formLayout.check_now .display_input {
  display: none;
}/*# sourceMappingURL=layout.css.map */