@charset "UTF-8";
/*======================================================
Reset
======================================================*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/*======================================================
Foundation
======================================================*/
body {
  color: #000;
  background-color: #f5f5f7;
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.3;
  position: relative;
  font-family: sans-serif;
  word-wrap: break-word;
}
@media (max-width: 520px) {
  body {
    font-size: 14px;
  }
}

main {
  padding-bottom: 150px;
  background-image: url("../images/bg.png");
  background-size: 1920px;
  background-position: center top;
  background-repeat: repeat-y;
}
@media (max-width: 960px) {
  main {
    padding-bottom: 120px;
  }
}
@media (max-width: 520px) {
  main {
    padding-bottom: 80px;
  }
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.c-mv {
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .c-mv {
    position: relative;
    height: 774px;
  }
  .c-mv h1 {
    width: 1920px;
    height: 774px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1290px) {
  .c-mv {
    height: auto;
  }
  .c-mv h1 {
    width: 100%;
    height: auto;
    position: relative;
  }
}

.c-container {
  max-width: 1290px;
  width: 100%;
  margin: 60px auto 0;
  padding-bottom: 60px;
  background-color: #04407e;
  overflow: hidden;
}
@media (max-width: 960px) {
  .c-container {
    margin: 20px auto 0;
    padding-bottom: 45px;
  }
}
@media (max-width: 520px) {
  .c-container {
    padding-bottom: 30px;
  }
}

.c-bgwrap {
  max-width: 1060px;
  width: 100%;
  padding: 85px 40px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 1060px) {
  .c-bgwrap {
    width: calc(100% - 60px);
    padding: 60px 30px;
    margin: 0 30px;
  }
}
@media (max-width: 520px) {
  .c-bgwrap {
    width: calc(100% - 40px);
    padding: 50px 20px;
    margin: 0 20px;
  }
}

.c-linkbtn {
  display: block;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 15px;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  background-color: #c1272d;
  color: #fff;
  border-radius: 50px;
}
.c-linkbtn02 {
  font-size: 55px;
}
.c-linkbtn03 {
  font-size: 55px;
  background-color: #ccc;
  color: #000;
}
@media (max-width: 960px) {
  .c-linkbtn {
    max-width: 500px;
    font-size: 54px;
  }
  .c-linkbtn02 {
    font-size: 43px;
  }
  .c-linkbtn03 {
    font-size: 43px;
  }
}
@media (max-width: 520px) {
  .c-linkbtn {
    max-width: 340px;
    font-size: 30px;
  }
  .c-linkbtn02 {
    font-size: 28px;
  }
  .c-linkbtn03 {
    font-size: 28px;
  }
}

.c-subpageHead {
  padding: 25px 0 30px;
  font-size: 60px;
  text-align: center;
  color: #fff;
}
@media (max-width: 960px) {
  .c-subpageHead {
    padding: 20px 0 25px;
    font-size: 46px;
  }
}
@media (max-width: 520px) {
  .c-subpageHead {
    padding: 15px 0 20px;
    font-size: 36px;
  }
}

.c-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.c-checkbox label.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 24px;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-checkbox label.custom-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 960px) {
  .c-checkbox label.custom-checkbox {
    padding-left: 25px;
    font-size: 20px;
  }
  .c-checkbox label.custom-checkbox::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 520px) {
  .c-checkbox label.custom-checkbox {
    padding-left: 20px;
    font-size: 16px;
  }
  .c-checkbox label.custom-checkbox::before {
    width: 16px;
    height: 16px;
  }
}
.c-checkbox input[type=checkbox]:checked + label.custom-checkbox::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 960px) {
  .c-checkbox input[type=checkbox]:checked + label.custom-checkbox::after {
    left: 3px;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 520px) {
  .c-checkbox input[type=checkbox]:checked + label.custom-checkbox::after {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 960px) {
  .c-badge {
    width: 140px;
  }
}
@media (max-width: 520px) {
  .c-badge {
    width: 80px;
  }
}

.l-footer {
  margin-top: 85px;
  text-align: center;
  color: #fff;
}
.l-footer__sponsored {
  font-size: 30px;
}
.l-footer__plural {
  margin-top: 10px;
  font-size: 20px;
}
.l-footer a {
  margin-top: 60px;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 960px) {
  .l-footer {
    margin-top: 65px;
    padding: 0 30px;
  }
  .l-footer__sponsored {
    font-size: 24px;
  }
  .l-footer__plural {
    font-size: 16px;
  }
  .l-footer a {
    margin-top: 45px;
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .l-footer {
    margin-top: 45px;
    padding: 0 20px;
  }
  .l-footer__sponsored {
    font-size: 20px;
  }
  .l-footer__plural {
    font-size: 14px;
  }
  .l-footer a {
    margin-top: 30px;
    font-size: 16px;
  }
}

.l-top .c-container {
  margin-top: 60px;
  padding: 120px 0;
}
@media (max-width: 960px) {
  .l-top .c-container {
    margin-top: 45px;
    padding: 90px 0;
  }
}
@media (max-width: 520px) {
  .l-top .c-container {
    margin-top: 0;
    padding: 60px 0;
  }
}
.l-top-theme {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 110px 100px;
  position: relative;
  background-image: url("../images/theme_bg.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat-y;
}
@media (max-width: 960px) {
  .l-top-theme {
    width: calc(100% - 40px);
    padding: 90px 60px 80px;
    margin: 0 20px;
  }
}
@media (max-width: 520px) {
  .l-top-theme {
    padding: 60px 20px 40px;
  }
}
.l-top-theme h2 {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .l-top-theme h2 {
    width: 170px;
  }
}
@media (max-width: 520px) {
  .l-top-theme h2 {
    width: 120px;
  }
}
.l-top-theme__list li {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.l-top-theme__list li h3 {
  font-size: 34px;
  color: #04407e;
}
.l-top-theme__list li h3 + p {
  margin-top: 15px;
}
.l-top-theme__list li p {
  font-size: 24px;
  line-height: 1.33;
}
.l-top-theme__list li + li {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .l-top-theme__list li {
    gap: 20px;
  }
  .l-top-theme__list li h3 {
    font-size: 28px;
  }
  .l-top-theme__list li h3 + p {
    margin-top: 10px;
  }
  .l-top-theme__list li p {
    font-size: 20px;
  }
  .l-top-theme__list li + li {
    margin-top: 38px;
  }
}
@media (max-width: 520px) {
  .l-top-theme__list li {
    gap: 10px;
  }
  .l-top-theme__list li h3 {
    font-size: 22px;
  }
  .l-top-theme__list li p {
    font-size: 16px;
  }
  .l-top-theme__list li + li {
    margin-top: 25px;
  }
}
@media (max-width: 960px) {
  .l-top-theme__listNum {
    width: 30px;
  }
}
@media (max-width: 520px) {
  .l-top-theme__listNum {
    width: 25px;
  }
}
.l-top-theme__listContents {
  margin-top: 8px;
  flex: 1;
}
@media (max-width: 960px) {
  .l-top-theme__listContents {
    margin-top: 0px;
  }
}
.l-top-theme .c-badge {
  position: absolute;
  top: -50px;
  right: 0;
}
@media (max-width: 1290px) {
  .l-top-theme .c-badge {
    right: 10px;
  }
}
@media (max-width: 960px) {
  .l-top-theme .c-badge {
    top: -80px;
    right: -10px;
  }
}
@media (max-width: 520px) {
  .l-top-theme .c-badge {
    top: -32px;
  }
}
.l-top-theme__chara {
  position: absolute;
  bottom: -70px;
  right: -10px;
  z-index: 3;
}
@media (max-width: 1290px) {
  .l-top-theme__chara {
    right: 20px;
  }
}
@media (max-width: 960px) {
  .l-top-theme__chara {
    position: static;
    margin: 40px auto 0;
    width: 107px;
  }
}
@media (max-width: 520px) {
  .l-top-theme__chara {
    position: static;
    width: 75px;
    margin: 30px auto 0;
  }
}
.l-top-desc {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 960px) {
  .l-top-desc {
    padding-bottom: 60px;
  }
}
@media (max-width: 520px) {
  .l-top-desc {
    padding-bottom: 40px;
  }
}
.l-top-desc h2 {
  max-width: 820px;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 34px;
  text-align: center;
  background-color: #ee793d;
  color: #fff;
}
@media (max-width: 960px) {
  .l-top-desc h2 {
    width: 80%;
    font-size: 26px;
  }
}
@media (max-width: 520px) {
  .l-top-desc h2 {
    font-size: 22px;
  }
}
.l-top-desc__list {
  padding: 0 40px;
}
@media (max-width: 960px) {
  .l-top-desc__list {
    padding: 0 30px;
  }
}
@media (max-width: 520px) {
  .l-top-desc__list {
    padding: 0;
  }
}
.l-top-desc__list > div {
  display: flex;
}
@media (max-width: 1290px) {
  .l-top-desc__list > div {
    flex-direction: column;
  }
}
.l-top-desc__list > div dt,
.l-top-desc__list > div dd {
  font-size: 28px;
  line-height: 1.42;
}
@media (max-width: 960px) {
  .l-top-desc__list > div dt,
  .l-top-desc__list > div dd {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .l-top-desc__list > div dt,
  .l-top-desc__list > div dd {
    font-size: 18px;
  }
}
.l-top-desc__list > div dt::after {
  content: "：";
}
.l-top-desc__list > div dd span {
  color: #ee793d;
}
.l-top-desc__list > div + div {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .l-top-desc__list > div + div {
    margin-top: 38px;
  }
}
@media (max-width: 520px) {
  .l-top-desc__list > div + div {
    margin-top: 25px;
  }
}
.l-top-desc-pre {
  margin-top: 72px;
  padding: 40px 40px 80px;
  background-color: rgba(199, 178, 153, 0.23);
  border-radius: 20px;
}
@media (max-width: 960px) {
  .l-top-desc-pre {
    margin-top: 54px;
    padding: 30px 30px 60px;
  }
}
@media (max-width: 520px) {
  .l-top-desc-pre {
    margin-top: 36px;
    padding: 20px 20px 40px;
  }
}
.l-top-desc-pre h3 {
  font-size: 34px;
  color: #ee793d;
}
@media (max-width: 960px) {
  .l-top-desc-pre h3 {
    font-size: 26px;
  }
}
@media (max-width: 520px) {
  .l-top-desc-pre h3 {
    font-size: 22px;
  }
}
.l-top-desc-pre__list {
  margin-top: 35px;
}
@media (max-width: 960px) {
  .l-top-desc-pre__list {
    margin-top: 25px;
  }
}
@media (max-width: 520px) {
  .l-top-desc-pre__list {
    margin-top: 20px;
  }
}
.l-top-desc-pre__list li {
  font-size: 20px;
  line-height: 1.5;
  margin-left: 1em;
  text-indent: -1em;
}
@media (max-width: 960px) {
  .l-top-desc-pre__list li {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .l-top-desc-pre__list li {
    font-size: 14px;
  }
}
.l-top-desc-pre__list li::before {
  content: "●";
}
.l-top-desc-pre__list li + li {
  margin-top: 5px;
}
.l-top-desc-linkarea {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 960px) {
  .l-top-desc-linkarea {
    margin-top: 67px;
  }
}
@media (max-width: 520px) {
  .l-top-desc-linkarea {
    margin-top: 45px;
  }
}
.l-top-desc-linkarea p {
  font-size: 25px;
  text-align: center;
}
@media (max-width: 960px) {
  .l-top-desc-linkarea p {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .l-top-desc-linkarea p {
    font-size: 16px;
  }
}
.l-top-desc-linkarea .c-linkbtn {
  margin-top: 32px;
}
@media (max-width: 960px) {
  .l-top-desc-linkarea .c-linkbtn {
    margin-top: 24px;
  }
}
@media (max-width: 520px) {
  .l-top-desc-linkarea .c-linkbtn {
    margin-top: 15px;
  }
}
.l-top-desc__textlink {
  margin-top: 75px;
  display: inline-block;
  font-size: 27px;
  color: #04407e;
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 960px) {
  .l-top-desc__textlink {
    margin-top: 56px;
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .l-top-desc__textlink {
    margin-top: 37px;
    font-size: 18px;
  }
}
.l-top-desc__chara {
  position: absolute;
  bottom: 10px;
  left: -40px;
}
@media (max-width: 1290px) {
  .l-top-desc__chara {
    left: -20px;
  }
}
@media (max-width: 960px) {
  .l-top-desc__chara {
    position: static;
    margin: 40px auto 0;
    width: 148px;
  }
}
@media (max-width: 520px) {
  .l-top-desc__chara {
    width: 100px;
  }
}
.l-top-mail {
  margin-top: 140px;
  position: relative;
}
@media (max-width: 960px) {
  .l-top-mail {
    margin-top: 110px;
  }
}
@media (max-width: 520px) {
  .l-top-mail {
    margin-top: 90px;
  }
}
.l-top-mail::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (max-width: 960px) {
  .l-top-mail::before {
    top: -65px;
  }
}
@media (max-width: 520px) {
  .l-top-mail::before {
    top: -55px;
  }
}
.l-top-mail h2 {
  max-width: 820px;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 34px;
  text-align: center;
  background-color: #ddb453;
  color: #fff;
}
@media (max-width: 960px) {
  .l-top-mail h2 {
    width: 80%;
    font-size: 26px;
  }
}
@media (max-width: 520px) {
  .l-top-mail h2 {
    font-size: 22px;
  }
}
.l-top-mail-sec h3 {
  font-size: 34px;
  color: #04407e;
}
@media (max-width: 960px) {
  .l-top-mail-sec h3 {
    font-size: 26px;
  }
}
@media (max-width: 520px) {
  .l-top-mail-sec h3 {
    font-size: 22px;
  }
}
.l-top-mail-sec02 {
  margin-top: 25px;
  padding: 0 35px;
}
.l-top-mail-sec02 h3 + p {
  margin-top: 20px;
}
.l-top-mail-sec02 p {
  font-size: 27px;
  line-height: 1.5;
}
.l-top-mail-sec02 ul li {
  font-size: 20px;
  line-height: 1.5;
}
.l-top-mail-sec02 ul li span {
  color: #ee793d;
}
@media (max-width: 960px) {
  .l-top-mail-sec02 {
    margin-top: 20px;
    padding: 0 25px;
  }
  .l-top-mail-sec02 h3 + p {
    margin-top: 15px;
  }
  .l-top-mail-sec02 p {
    font-size: 21px;
  }
  .l-top-mail-sec02 ul li {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .l-top-mail-sec02 {
    margin-top: 20px;
    padding: 0 10px;
  }
  .l-top-mail-sec02 h3 + p {
    margin-top: 10px;
  }
  .l-top-mail-sec02 p {
    font-size: 18px;
  }
  .l-top-mail-sec02 ul li {
    font-size: 14px;
  }
}
.l-top-mail__detailsWrap {
  padding: 40px 80px;
  background-color: rgba(221, 180, 83, 0.23);
  border-radius: 20px;
  position: relative;
}
.l-top-mail__detailsWrap h3 {
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .l-top-mail__detailsWrap {
    padding: 30px 40px;
  }
  .l-top-mail__detailsWrap h3 {
    left: 30px;
  }
}
@media (max-width: 520px) {
  .l-top-mail__detailsWrap {
    padding: 20px;
  }
  .l-top-mail__detailsWrap h3 {
    left: 30px;
  }
}
.l-top-mail__details {
  margin-top: 15px;
}
.l-top-mail__details li {
  font-size: 27px;
  line-height: 1.5;
  margin-left: 1em;
  text-indent: -1em;
}
.l-top-mail__details li::before {
  content: "・";
}
@media (max-width: 960px) {
  .l-top-mail__details {
    margin-top: 10px;
  }
  .l-top-mail__details li {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .l-top-mail__details li {
    font-size: 18px;
  }
}

.l-apply-form {
  position: relative;
  padding: 80px;
}
@media (max-width: 960px) {
  .l-apply-form {
    padding: 60px;
  }
}
@media (max-width: 520px) {
  .l-apply-form {
    padding: 50px 20px;
  }
}
.l-apply-form .c-badge {
  position: absolute;
  top: -20px;
  right: -70px;
}
@media (max-width: 1290px) {
  .l-apply-form .c-badge {
    right: 10px;
  }
}
@media (max-width: 960px) {
  .l-apply-form .c-badge {
    top: -80px;
    right: -25px;
  }
}
@media (max-width: 520px) {
  .l-apply-form .c-badge {
    top: -32px;
    right: -10px;
  }
}
.l-apply-form__desc {
  font-size: 22px;
  line-height: 1.5;
  color: #04407e;
  text-align: center;
}
@media (max-width: 960px) {
  .l-apply-form__desc {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .l-apply-form__desc {
    font-size: 16px;
  }
}
.l-apply-form__err {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #c1272d;
  text-align: left;
}
@media (max-width: 960px) {
  .l-apply-form__err {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .l-apply-form__err {
    font-size: 14px;
  }
}
.l-apply-form__sec h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 30px;
  color: #04407e;
}
@media (max-width: 960px) {
  .l-apply-form__sec h3 {
    gap: 10px;
    font-size: 23px;
  }
}
@media (max-width: 520px) {
  .l-apply-form__sec h3 {
    font-size: 20px;
  }
}
.l-apply-form__sec h3::before {
  content: "";
  display: block;
  width: 42px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .l-apply-form__sec h3::before {
    width: 31px;
    height: 39px;
  }
}
@media (max-width: 520px) {
  .l-apply-form__sec h3::before {
    width: 25px;
    height: 31px;
  }
}
.l-apply-form__sec h3 span {
  flex: 1;
  display: inline-block;
  margin-top: 5px;
}
.l-apply-form__sec01 h3::before {
  background-image: url("../images/theme_01.svg");
}
.l-apply-form__sec02 h3::before {
  background-image: url("../images/theme_02.svg");
}
.l-apply-form__sec03 h3::before {
  background-image: url("../images/theme_03.svg");
}
.l-apply-form__sec04 h3::before {
  background-image: url("../images/theme_04.svg");
}
.l-apply-form__sec05 h3::before {
  background-image: url("../images/theme_05.svg");
}
.l-apply-form__sec dl {
  margin-top: 25px;
}
@media (max-width: 960px) {
  .l-apply-form__sec dl {
    margin-top: 20px;
  }
}
@media (max-width: 520px) {
  .l-apply-form__sec dl {
    margin-top: 15px;
  }
}
.l-apply-form__sec dl > div dt,
.l-apply-form__sec dl > div dd {
  font-size: 20px;
}
@media (max-width: 960px) {
  .l-apply-form__sec dl > div dt,
  .l-apply-form__sec dl > div dd {
    font-size: 16px;
  }
}
.l-apply-form__sec dl > div dd {
  margin-top: 10px;
}
.l-apply-form__sec dl > div dd input,
.l-apply-form__sec dl > div dd textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #000000;
}
.l-apply-form__sec dl > div dd textarea {
  height: 180px;
}
@media (max-width: 520px) {
  .l-apply-form__sec dl > div dd textarea {
    height: 140px;
  }
}
.l-apply-form__sec dl > div + div {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .l-apply-form__sec dl > div + div {
    margin-top: 25px;
  }
}
@media (max-width: 520px) {
  .l-apply-form__sec dl > div + div {
    margin-top: 20px;
  }
}
.l-apply-form__sec + section {
  margin-top: 70px;
}
@media (max-width: 960px) {
  .l-apply-form__sec + section {
    margin-top: 50px;
  }
}
@media (max-width: 520px) {
  .l-apply-form__sec + section {
    margin-top: 40px;
  }
}
.l-apply-form__list {
  margin-top: 90px;
  border-top: 1px solid #000;
  padding-top: 60px;
}
@media (max-width: 960px) {
  .l-apply-form__list {
    margin-top: 65px;
    padding-top: 40px;
  }
}
@media (max-width: 520px) {
  .l-apply-form__list {
    margin-top: 45px;
    padding-top: 30px;
  }
}
.l-apply-form__list > div + div {
  margin-top: 35px;
}
@media (max-width: 960px) {
  .l-apply-form__list > div + div {
    margin-top: 25px;
  }
}
@media (max-width: 520px) {
  .l-apply-form__list > div + div {
    margin-top: 20px;
  }
}
.l-apply-form__list dt,
.l-apply-form__list dd {
  font-size: 24px;
}
@media (max-width: 960px) {
  .l-apply-form__list dt,
  .l-apply-form__list dd {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .l-apply-form__list dt,
  .l-apply-form__list dd {
    font-size: 16px;
  }
}
.l-apply-form__list dd {
  margin-top: 10px;
}
.l-apply-form__list dd p {
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .l-apply-form__list dd p {
    font-size: 14px;
  }
}
.l-apply-form__list dd input,
.l-apply-form__list dd select,
.l-apply-form__list dd textarea {
  padding: 10px;
  border: 1px solid #000;
}
.l-apply-form__list dd input::-moz-placeholder, .l-apply-form__list dd select::-moz-placeholder, .l-apply-form__list dd textarea::-moz-placeholder {
  color: #b3b3b3;
}
.l-apply-form__list dd input::placeholder,
.l-apply-form__list dd select::placeholder,
.l-apply-form__list dd textarea::placeholder {
  color: #b3b3b3;
}
.l-apply-form__list dd .frame_type_01 {
  max-width: 330px;
  width: 100%;
}
@media (max-width: 520px) {
  .l-apply-form__list dd .frame_type_01 {
    max-width: none;
  }
}
.l-apply-form__list dd .frame_type_02 {
  max-width: 150px;
  width: 100%;
}
.l-apply-form__list dd .frame_type_03 {
  width: 100%;
}
.l-apply-form__list dd.flex {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 520px) {
  .l-apply-form__list dd.flex {
    flex-direction: column;
  }
}
.l-apply-form__list dd.flex-tel {
  align-items: center;
}
@media (max-width: 960px) {
  .l-apply-form__list dd.flex-tel {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 960px) {
  .l-apply-form__list dd.flex_tb_col {
    flex-direction: column;
  }
}
.l-apply-form__list dd.frame {
  padding: 10px;
  border: 1px solid #000;
}
.l-apply-form__list dd .tel-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-apply-form__list .req dt {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.l-apply-form__list .req dt::after {
  content: "必須";
  display: inline-block;
  min-width: 50px;
  padding: 6px 10px 7px;
  transform: translateY(-3px);
  font-size: 15px;
  text-align: center;
  background-color: #9b2d2c;
  color: #fff;
}
@media (max-width: 520px) {
  .l-apply-form__list .req dt::after {
    min-width: 40px;
    font-size: 13px;
    padding: 4px 3px;
  }
}
.l-apply-form__list #u18 .c-checkbox {
  margin-top: 20px;
}
.l-apply-form__list #u18 .c-checkbox p {
  font-size: 20px;
}
.l-apply-form__list #u18 .u18_frame {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #000;
}
.l-apply-form table {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 960px) {
  .l-apply-form table {
    margin-top: 30px;
  }
}
@media (max-width: 520px) {
  .l-apply-form table {
    margin-top: 20px;
  }
}
.l-apply-form table th,
.l-apply-form table td {
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: left;
}
@media (max-width: 960px) {
  .l-apply-form table th,
  .l-apply-form table td {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .l-apply-form table th,
  .l-apply-form table td {
    font-size: 14px;
  }
}
.l-apply-form table td {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .l-apply-form table td {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.l-apply-form .c-linkbtn {
  margin-top: 90px;
}
@media (max-width: 960px) {
  .l-apply-form .c-linkbtn {
    margin-top: 60px;
  }
}
@media (max-width: 520px) {
  .l-apply-form .c-linkbtn {
    margin-top: 45px;
  }
}

.l-thanks .c-container {
  padding-top: 90px;
}
@media (max-width: 960px) {
  .l-thanks .c-container {
    padding-top: 65px;
  }
}
@media (max-width: 520px) {
  .l-thanks .c-container {
    padding-top: 45px;
  }
}
.l-thanks-wrap {
  position: relative;
  padding: 80px;
}
@media (max-width: 960px) {
  .l-thanks-wrap {
    padding: 60px 30px;
  }
}
@media (max-width: 520px) {
  .l-thanks-wrap {
    padding: 40px 20px;
  }
}
.l-thanks-wrap h2 {
  padding: 25px 0 30px;
  font-size: 50px;
  text-align: center;
  color: #04407e;
}
@media (max-width: 960px) {
  .l-thanks-wrap h2 {
    padding: 20px 0 25px;
    font-size: 36px;
  }
}
@media (max-width: 520px) {
  .l-thanks-wrap h2 {
    padding: 15px 0 20px;
    font-size: 26px;
  }
}
.l-thanks__message {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 60px;
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .l-thanks__message {
    margin-top: 45px;
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .l-thanks__message {
    margin-top: 30px;
    font-size: 18px;
  }
}
.l-thanks__message::after {
  content: "";
  display: block;
  width: 148px;
  height: 117px;
  position: absolute;
  bottom: -120px;
  right: -60px;
  background-image: url("../images/thanks_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .l-thanks__message::after {
    width: 111px;
    height: 87px;
    bottom: -90px;
    right: -45px;
  }
}
@media (max-width: 520px) {
  .l-thanks__message::after {
    width: 74px;
    height: 58px;
    bottom: -60px;
    right: -30px;
  }
}
.l-thanks__contact {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 90px;
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .l-thanks__contact {
    margin-top: 67px;
    font-size: 23px;
  }
}
@media (max-width: 520px) {
  .l-thanks__contact {
    margin-top: 45px;
    font-size: 18px;
  }
}

.l-policy-wrap {
  padding: 80px;
}
@media (max-width: 960px) {
  .l-policy-wrap {
    padding: 60px 30px;
  }
}
@media (max-width: 520px) {
  .l-policy-wrap {
    padding: 40px 20px;
  }
}
.l-policy-pageLink ul li + li {
  margin-top: 25px;
}
@media (max-width: 960px) {
  .l-policy-pageLink ul li + li {
    margin-top: 20px;
  }
}
@media (max-width: 520px) {
  .l-policy-pageLink ul li + li {
    margin-top: 15px;
  }
}
.l-policy-pageLink ul li a {
  font-size: 28px;
  text-decoration: underline;
  color: #04407e;
}
@media (max-width: 960px) {
  .l-policy-pageLink ul li a {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .l-policy-pageLink ul li a {
    font-size: 16px;
  }
}
.l-policy-pageLink__top {
  text-align: right;
}
.l-policy-pageLink__top a {
  margin-top: 30px;
  display: inline-block;
  font-size: 28px;
  text-decoration: underline;
  margin-left: auto;
  color: #4d4d4d;
}
@media (max-width: 960px) {
  .l-policy-pageLink__top a {
    margin-top: 25px;
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .l-policy-pageLink__top a {
    margin-top: 20px;
    font-size: 16px;
  }
}
.l-policy .l-policy-pageLink + .l-policy-sec {
  margin-top: 70px;
}
@media (max-width: 960px) {
  .l-policy .l-policy-pageLink + .l-policy-sec {
    margin-top: 50px;
  }
}
@media (max-width: 520px) {
  .l-policy .l-policy-pageLink + .l-policy-sec {
    margin-top: 35px;
  }
}
.l-policy-sec h3 {
  font-size: 49px;
  line-height: 1.33;
  color: #04407e;
}
.l-policy-sec h3 span {
  font-size: 42px;
}
@media (max-width: 960px) {
  .l-policy-sec h3 {
    font-size: 38px;
  }
  .l-policy-sec h3 span {
    font-size: 32px;
  }
}
@media (max-width: 520px) {
  .l-policy-sec h3 {
    font-size: 30px;
  }
  .l-policy-sec h3 span {
    font-size: 26px;
  }
}
.l-policy-sec h3 + p {
  margin-top: 25px;
  font-size: 22px;
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 960px) {
  .l-policy-sec h3 + p {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .l-policy-sec h3 + p {
    margin-top: 15px;
    font-size: 16px;
  }
}
.l-policy-sec + .l-policy-sec {
  margin-top: 90px;
  border-top: 1px solid #000;
  padding-top: 90px;
}
@media (max-width: 960px) {
  .l-policy-sec + .l-policy-sec {
    margin-top: 65px;
    padding-top: 65px;
  }
}
@media (max-width: 520px) {
  .l-policy-sec + .l-policy-sec {
    margin-top: 45px;
    padding-top: 45px;
  }
}
.l-policy-sec > section {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .l-policy-sec > section {
    margin-top: 25px;
  }
}
@media (max-width: 520px) {
  .l-policy-sec > section {
    margin-top: 20px;
  }
}
.l-policy-sec > section h4,
.l-policy-sec > section h5,
.l-policy-sec > section p,
.l-policy-sec > section li,
.l-policy-sec > section a {
  font-size: 22px;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .l-policy-sec > section h4,
  .l-policy-sec > section h5,
  .l-policy-sec > section p,
  .l-policy-sec > section li,
  .l-policy-sec > section a {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .l-policy-sec > section h4,
  .l-policy-sec > section h5,
  .l-policy-sec > section p,
  .l-policy-sec > section li,
  .l-policy-sec > section a {
    font-size: 16px;
  }
}
.l-policy-sec > section h4 {
  color: #04407e;
  font-weight: normal;
}
.l-policy-sec > section h5 {
  font-weight: normal;
}
.l-policy-sec > section p + p,
.l-policy-sec > section li + p {
  margin-top: 1em;
}
.l-policy-sec > section a {
  color: #000;
  text-decoration: underline;
}
.l-policy-sec > section > ol {
  margin-top: 40px;
  counter-reset: number;
}
@media (max-width: 960px) {
  .l-policy-sec > section > ol {
    margin-top: 30px;
  }
}
@media (max-width: 520px) {
  .l-policy-sec > section > ol {
    margin-top: 20px;
  }
}
.l-policy-sec > section > ol > li {
  counter-increment: number;
  position: relative;
  margin-left: 35px;
}
.l-policy-sec > section > ol > li::before {
  content: counter(number);
  position: absolute;
  top: 0;
  left: -35px;
}
.l-policy-sec > section > ol > li + li {
  margin-top: 1em;
}
@media (max-width: 960px) {
  .l-policy-sec > section > ol > li {
    margin-left: 25px;
  }
  .l-policy-sec > section > ol > li::before {
    left: -25px;
  }
}
@media (max-width: 520px) {
  .l-policy-sec > section > ol > li {
    margin-left: 20px;
  }
  .l-policy-sec > section > ol > li::before {
    left: -20px;
  }
}
.l-policy-sec > section > ol + * {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .l-policy-sec > section > ol + * {
    margin-top: 15px;
  }
}
@media (max-width: 520px) {
  .l-policy-sec > section > ol + * {
    margin-top: 10px;
  }
}
.l-policy-sec > section > ol.ol_round > li::before {
  content: "(" counter(number) ")";
}
.l-policy-sec > section > ol.mt0 {
  margin-top: 0;
}
.l-policy-sec > section .ul_dots > li {
  margin-left: 1em;
  text-indent: -1.2em;
}
.l-policy-sec > section .ul_dots > li::before {
  content: "・";
}
.l-policy-sec .google_sec {
  margin-left: 35px;
}
@media (max-width: 960px) {
  .l-policy-sec .google_sec {
    margin-left: 25px;
  }
}
@media (max-width: 520px) {
  .l-policy-sec .google_sec {
    margin-left: 20px;
  }
}

/*======================================================
Reset
======================================================*/
.serif {
  font-family: serif;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.sp_only {
  display: none;
}

@media (max-width: 520px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */