@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-style: normal;
  src: local(), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-style: normal;
  src: local(), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
em,
strong,
th,
ins {
  font-size: 100%;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
form,
legend,
p {
  margin: 0;
  padding: 0;
}

table,
tr,
td,
th {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}

a,
button {
  word-break: break-all;
}

img {
  border: none;
}

ul:not([class]),
ol:not([class]) {
  text-indent: -1em;
  padding-left: 1em;
}

ul:not([class]) li,
ol:not([class]) li {
  text-indent: 0;
}

header,
section,
footer,
aside,
nav,
article,
figure,
main {
  margin: 0;
  padding: 0;
  display: block;
}

body,
th,
td {
  word-wrap: break-word;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  background: none;
  vertical-align: bottom;
}

input[type=radio] {
  margin: 0;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

button:focus {
  outline: inherit;
}

video {
  max-width: 100%;
  vertical-align: bottom;
}

::-moz-placeholder {
  font-family: Arial;
}

::placeholder {
  font-family: Arial;
}

/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    min-width: 100%;
  }
}

body {
  display: flex;
  flex-direction: column;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100vh;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}

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

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

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

a {
  text-decoration: none;
}

a,
button {
  transition: opacity 0.2s;
}

button {
  cursor: pointer;
}

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

em {
  font-style: normal;
}

@media (max-width: 768px) {
  .displayPc {
    display: none;
  }
}

@media (min-width: 769px) {
  .displaySp {
    display: none;
  }
}

.container01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header01 {
  position: relative;
}
@media (min-width: 769px) {
  .header01 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .header01 {
    margin-bottom: 40px;
  }
}
.header01 .bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .header01 .bg img {
    height: 400px;
  }
}
.header01 .title {
  display: flex;
  margin-inline: auto;
  position: absolute;
}
@media (min-width: 769px) {
  .header01 .title {
    justify-content: flex-end;
    width: 100%;
    max-width: 1200px;
    padding-inline: 40px;
    top: 50%;
    right: 0;
    left: 0;
    translate: 0 -50%;
  }
}
@media (max-width: 768px) {
  .header01 .title {
    translate: -50% -50%;
    justify-content: center;
    width: 100%;
    top: 50%;
    translate: 0 -50%;
  }
}
.header01 .title h1 {
  background-color: rgba(0, 21, 38, 0.4);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.5px;
  border: 1px solid #fff;
}
.header01 .title h1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.header01 .title h1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media (min-width: 769px) {
  .header01 .title h1 {
    font-size: 42px;
    text-align: right;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .header01 .title h1 {
    font-size: max(6.4vw, 24px);
    text-align: center;
    padding: 4.2666666667vw;
  }
}

.main01 .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .main01 .inner {
    padding-inline: 40px;
  }
}
@media (max-width: 768px) {
  .main01 .inner {
    padding-inline: 16px;
  }
}

.footer01 {
  background-color: #f9fafc;
  margin-top: 80px;
  padding: 32px 0;
}
.footer01 small {
  display: block;
  text-align: center;
  padding: 0 1em;
}

.section01 + .section01 {
  margin-top: 80px;
}
.section01 * {
  color: #6a7f9b;
}
.section01 hr {
  color: transparent;
  outline: none;
  border-width: 0 0 1px;
  border-color: #d8e1e9;
}
@media (min-width: 769px) {
  .section01 hr {
    margin-block: 80px;
  }
}
@media (max-width: 768px) {
  .section01 hr {
    margin-block: 64px;
  }
}
.section01 .title01 {
  background-image: linear-gradient(180deg, rgb(0, 142, 204) 0%, rgb(0, 142, 204) 100%);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
  padding: 18px 24px;
}
.section01 .title01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .title01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .title02 {
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #008ecc;
  margin-block: 32px 24px;
  padding-inline: 16px;
}
.section01 .title03 {
  font-size: 18px;
  font-weight: bold;
  margin-block: 40px 24px;
}
.section01 .title03::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .title03::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .title04 {
  font-size: 17px;
  font-weight: bold;
  margin-block: 32px 24px;
}
.section01 .title04 span {
  border-bottom: 1px solid;
}
.section01 .text01 {
  line-height: 1.7;
  margin-top: 1em;
}
.section01 .text01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.section01 .text01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.section01 .text01 em {
  font-weight: bold;
}
.section01 .text02 {
  line-height: 1.7;
  margin-top: 24px;
}
.section01 .text02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.section01 .text02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.section01 .text02 + .text02 {
  margin-top: 32px;
}
.section01 .text02 em {
  font-weight: bold;
}
.section01 .link01 {
  line-height: 1.7;
  color: #008ecc;
  border-bottom: 1px solid #008ecc;
  padding-bottom: 4px;
}
@media (hover: hover) {
  .section01 .link01:hover {
    color: #ffa200;
    border-bottom: 1px solid #ffa200;
  }
}
.section01 .list01 {
  list-style: none;
  line-height: 1.7;
}
.section01 .list01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.section01 .list01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.section01 .list01 li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.section01 .list01 li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.section01 .list01 li + li {
  margin-top: 16px;
}
.section01 .list01 li span {
  display: flex;
}
.section01 .list01 li span::before {
  content: "・";
  flex: 0 0 auto;
  margin-right: 8px;
}
.section01 .list02 {
  display: grid;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .section01 .list02 {
    grid-template-columns: auto 1fr;
    row-gap: 16px;
  }
}
@media (max-width: 768px) {
  .section01 .list02 {
    grid-template-columns: 1fr;
  }
}
.section01 .list02 > .title, .section01 .list02 > .text {
  margin: 0;
  padding: 0;
}
.section01 .list02 > .title::before, .section01 .list02 > .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .list02 > .title::after, .section01 .list02 > .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media (max-width: 768px) {
  .section01 .list02 > .title {
    margin-top: 16px;
  }
}
.section01 .list02 > .text {
  font-weight: bold;
}
@media (max-width: 768px) {
  .section01 .list02 > .text {
    margin-top: 8px;
  }
}
.section01 .list03 {
  margin-top: 32px;
}
.section01 .list03::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .list03::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .list03 > div + div {
  margin-top: 32px;
}
.section01 .list03 dt {
  display: flex;
}
.section01 .list03 dt::before {
  content: "▼";
  flex: 0 0 auto;
  font-feature-settings: "palt";
  margin-right: 8px;
}
.section01 .list03 dd {
  margin-top: 16px;
}
.section01 .list03 dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .list03 dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .button01 {
  margin-top: 40px;
}
.section01 .button01 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100px;
  background-color: #ffae00;
  background-image: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(255, 174, 0) 50%, rgb(255, 162, 0) 51%, rgb(255, 162, 0) 100%);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 10px 20px rgba(255, 162, 0, 0.35);
  border-radius: 6px;
  padding-block: 24px;
  position: relative;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (min-width: 769px) {
  .section01 .button01 a {
    justify-content: center;
    padding-inline: 80px;
  }
}
@media (max-width: 768px) {
  .section01 .button01 a {
    padding-inline: 64px 36px;
  }
}
@media (hover: hover) {
  .section01 .button01 a:hover {
    opacity: 0.8;
  }
}
.section01 .button01 a::before, .section01 .button01 a::after {
  content: "";
  display: block;
}
.section01 .button01 a::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.section01 .button01 a::after {
  background: no-repeat center center/contain;
  background-image: url(../images/icon_arrow01.svg);
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media (min-width: 769px) {
  .section01 .button01 a::after {
    left: 48px;
  }
}
@media (max-width: 768px) {
  .section01 .button01 a::after {
    left: 20px;
  }
}
.section01 .button01 a[disabled] {
  pointer-events: none;
  background-color: #fff;
  background-image: none;
  color: #6a7f9b;
  border: 1px solid #6a7f9b;
  box-shadow: none;
}
.section01 .button01 a[disabled]::before {
  border: 1px solid rgba(106, 127, 155, 0.23);
}
.section01 .button01 a[disabled]::after {
  background-image: url(../images/icon_arrow02.svg);
}
.section01 .button01 a .small {
  font-size: 0.8em;
  word-break: break-all;
  overflow-wrap: normal;
}
.section01 .button02 {
  margin-top: 24px;
}
.section01 .button02 a {
  justify-content: center;
  align-items: center;
  color: #008ecc;
  border: 1px solid #008ecc;
  box-shadow: 0 10px 20px rgba(0, 142, 204, 0.08);
  border-radius: 6px;
  transition: 0.1s;
}
@media (min-width: 769px) {
  .section01 .button02 a {
    display: inline-flex;
    gap: 12px;
    padding: 18px 24px;
  }
}
@media (max-width: 768px) {
  .section01 .button02 a {
    display: flex;
    gap: 12px;
    padding: 20px 24px;
  }
}
.section01 .button02 a::before {
  content: "";
  flex: 0 0 auto;
  display: block;
  background: no-repeat center center/contain;
  background-color: #008ecc;
  -webkit-mask-image: url(../images/icon_arrow03.svg);
          mask-image: url(../images/icon_arrow03.svg);
  width: 9px;
  height: 12px;
  transition: 0.1s;
}
@media (hover: hover) {
  .section01 .button02 a:hover {
    opacity: 1;
    color: #ffa200;
    border: 1px solid #ffa200;
    box-shadow: none;
  }
  .section01 .button02 a:hover::before {
    background-color: #ffa200;
  }
}
.section01 .table01 {
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .section01 .table01 {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #d8e1e9;
  }
}
@media (max-width: 768px) {
  .section01 .table01 tr {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
}
.section01 .table01 th,
.section01 .table01 td {
  text-align: left;
  vertical-align: baseline;
}
.section01 .table01 th::before,
.section01 .table01 td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .table01 th::after,
.section01 .table01 td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media (min-width: 769px) {
  .section01 .table01 th,
  .section01 .table01 td {
    border: 1px solid #d8e1e9;
    padding: 16px 24px;
  }
}
@media (max-width: 768px) {
  .section01 .table01 th,
  .section01 .table01 td {
    padding: 16px;
  }
}
.section01 .table01 th {
  background-color: #f9fafc;
}
@media (min-width: 769px) {
  .section01 .table01 th {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .section01 .table01 td {
    border-top: 1px solid #d8e1e9;
    border-bottom: 1px solid #d8e1e9;
  }
}
.section01 .note01 {
  display: flex;
  background-color: #f9fafc;
  padding-block: 24px;
  margin-top: 32px;
}
.section01 .note01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .note01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media (max-width: 768px) {
  .section01 .note01 {
    flex-direction: column;
    padding-inline: 16px;
  }
}
@media (min-width: 769px) {
  .section01 .note01 > dl {
    max-width: 55%;
  }
}
@media (min-width: 769px) {
  .section01 .note01 > dl:nth-of-type(1) {
    padding-inline: 32px 40px;
  }
}
@media (min-width: 769px) {
  .section01 .note01 > dl:nth-of-type(2) {
    border-left: 1px solid #d8e1e9;
    padding-inline: 40px 32px;
  }
}
@media (max-width: 768px) {
  .section01 .note01 > dl:nth-of-type(2) {
    margin-top: 32px;
  }
}
.section01 .note01 > dl > dt {
  display: inline-block;
  background-color: #fff;
  min-width: 167px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #6a7f9b;
  margin-bottom: 24px;
  padding: 8px 16px;
}
.section01 .note01 > dl > dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .note01 > dl > dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .note01 > dl > dd > *:first-child {
  margin-top: 0 !important;
}
.section01 .note01 > dl > dd p {
  line-height: 1.5;
}
.section01 .note01 > dl > dd p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .note01 > dl > dd p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media (min-width: 769px) {
  .section01 .note01 > dl > dd p {
    margin-top: 24px;
  }
}
.section01 .note02 {
  list-style: none;
  margin-top: 16px;
}
.section01 .note02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .note02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.section01 .note02 > li {
  display: flex;
  font-size: 14px;
}
.section01 .note02 > li + li {
  margin-top: 8px;
}
.section01 .note02 > li::before {
  content: "※";
  flex: 0 0 auto;
  font-feature-settings: "palt";
  margin-right: 8px;
}
.section01 .note02 + .text01 {
  margin-top: 32px;
}
.section01 .note03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}
@media (min-width: 769px) {
  .section01 .note03 {
    margin-block: 24px 32px;
  }
}
.section01 .note03 > div {
  display: flex;
}
@media (min-width: 769px) {
  .section01 .note03 > div {
    align-items: flex-start;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (max-width: 768px) {
  .section01 .note03 > div {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .section01 .note03 > div + div {
    margin-top: 24px;
  }
}
.section01 .note03 > div > dt {
  background-color: #6a7f9b;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
}
@media (min-width: 769px) {
  .section01 .note03 > div > dt {
    flex: 0 1 111px;
    min-width: 111px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .section01 .note03 > div > dt {
    width: 111px;
  }
}
@media (min-width: 769px) {
  .section01 .note03 > div > dd {
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .section01 .note03 > div > dd {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .section01 .note03 + .text01 {
    margin-top: 32px;
  }
}
.section01 .note04 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
  margin-block: 24px 32px;
}
.section01 .note04 > div {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (min-width: 769px) {
  .section01 .note04 > div {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .section01 .note04 > div {
    align-items: flex-start;
  }
}
.section01 .note04 > div > dt {
  background-color: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  border: 1px solid #6a7f9b;
}
@media (min-width: 769px) {
  .section01 .note04 > div > dt {
    flex: 0 0 111px;
    min-width: 111px;
  }
}
@media (max-width: 768px) {
  .section01 .note04 > div > dt {
    flex: 0 0 93px;
    min-width: 93px;
  }
}
@media (min-width: 769px) {
  .section01 .note04 > div > dd {
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .section01 .note04 > div > dd {
    margin-top: 4px;
  }
}

.block01 {
  line-height: 1.7;
  margin-top: 1em;
}
.block01 .blockInner {
  display: flex;
  flex-direction: column;
  gap: 16px 40px;
}
@media (max-width: 768px) {
  .block01 .blockInner {
    gap: 16px 32px;
  }
}
.block01 .blockTitle {
  font-weight: bold;
}
.block01 .blockList {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px 16px;
}
.block01 .blockList li em {
  font-weight: bold;
}