@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #000;
  background-color: #FFF;
  font-size: 10px;
  font-size: 1rem;
  font-feature-settings: "palt";
}

ol, ul, li {
  padding-left: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #292929;
  transition: all 0.3s ease;
}
a::before, a::after {
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

button {
  transition: all 0.3s ease;
}
button::before, button::after {
  transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .maxxxl {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .maxxl {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .maxlg {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .maxmd {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .maxsm {
    display: none;
  }
}

@media (min-width: 1400px) {
  .minxxl {
    display: none;
  }
}

@media (min-width: 1200px) {
  .minxl {
    display: none;
  }
}

@media (min-width: 992px) {
  .minlg {
    display: none;
  }
}

@media (min-width: 768px) {
  .minmd {
    display: none;
  }
}

@media (min-width: 576px) {
  .minsm {
    display: none;
  }
}

h1, h2, h3, h4, h5,
p, ul, ol, dl, dt, dd {
  margin-bottom: 0;
}

*:focus {
  outline: none !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

header {
  width: 100%;
}

header .inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93.3%;
  height: min(21.3vw, 78px);
}

@media screen and (min-width: 768px) {
  header .inner {
    max-width: 1166px;
    height: 90px;
  }
}
header .inner .logo {
  width: min(35vw, 134px);
  height: auto;
  margin: 0;
}

header .inner .logo.new {
  width: auto;
  height: 52px;
}

@media screen and (min-width: 768px) {
  header .inner .logo {
    width: 228px;
    height: 55px;
    max-height: none;
  }
  header .inner .logo.new {
    width: auto;
    height: 75px;
  }
}
header .inner .btn-wrap a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  vertical-align: middle;
}

header .btn-about {
  width: min(53.3vw, 200px);
}

@media screen and (min-width: 768px) {
  header .inner .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
    max-width: 610px;
    width: 52.3%;
  }
  header .btn-about {
    max-width: 296px;
    width: 48.5%;
  }
  header .btn-donate {
    width: 100%;
  }
  header .inner .btn-wrap.header-btn {
    max-width: 304px;
  }
}
@media screen and (max-width: 767.98px) {
  header .inner .btn-wrap a.btn-donate {
    display: none;
  }
}
#footer a {
  color: #000;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer > .top {
  background-color: #a0d7f0;
}

#footer > .top .inner {
  margin: 0 auto;
  padding: 32px 0;
  width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer > .top .inner .txt {
  display: flex;
  align-items: center;
}

#footer > .top .inner .address {
  color: #00549e;
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 20px;
}

#footer > .top .inner .address .name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

#footer > .top .inner .access {
  margin-left: auto;
}

#footer > .top .inner .access .btn {
  color: #00549e;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  border: 1px solid #00549e;
  border-radius: 100px;
  background-color: #fff;
  padding: 12px 40px;
  display: inline-block;
  position: relative;
}

#footer > .top .inner .access .btn:before {
  content: "";
  background: url(../img/temp/icon_access.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

#footer > .top .inner .access .btn span {
  display: inline-block;
  vertical-align: middle;
}

#footer > .middle .inner {
  margin: 0 auto;
  padding: 30px 45px;
  width: 980px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#footer > .middle .inner ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-indent: -16px;
  padding-left: 16px;
}

#footer > .middle .inner ul li + li {
  margin-top: 0.9em;
}

#footer > .middle .inner ul li a::before {
  content: "";
  margin-top: -0.2em;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #007bff;
  display: inline-block;
  vertical-align: middle;
}

#footer > .bottom {
  border-top: 1px solid #969696;
  padding: 15px 0;
}

#footer > .bottom .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer > .top .inner {
    margin: 0 4%;
    padding: 4% 0;
    display: block;
    width: auto;
  }
  #footer > .top .inner .txt {
    line-height: 1.4;
    justify-content: center;
  }
  #footer > .top .inner .logo {
    width: 70px;
  }
  #footer > .top .inner .address {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
  #footer > .top .inner .address p {
    font-size: 1rem;
  }
  #footer > .top .inner .address .name {
    font-size: 1rem;
    margin-bottom: 0.2em;
  }
  #footer > .top .inner .access {
    text-align: center;
    margin-top: 2.89855%;
    margin-left: 0;
  }
  #footer > .top .inner .access .btn {
    font-size: 1.1rem;
    border-radius: 100px;
    padding: 0.8rem 2rem;
  }
  #footer > .top .inner .access .btn:before {
    margin-right: 1rem;
    width: 16px;
    height: 20px;
    width: 1.2rem;
    height: 1.5rem;
  }
  #footer > .middle .inner {
    margin: 0 4%;
    padding: 8% 0;
    display: block;
    width: auto;
  }
  #footer > .middle .inner ul + ul {
    margin-top: 0.9rem;
  }
  #footer > .middle .inner ul li {
    font-size: 1.2rem;
  }
  #footer > .middle .inner ul li + li {
    margin-top: 0.9rem;
  }
  #footer > .middle .inner ul li a::before {
    margin-top: -0.2em;
    margin-right: 1.2rem;
    border-width: 0.3rem 0 0.3rem 0.4rem;
  }
  #footer > .bottom {
    padding: 4.34783% 4%;
  }
  #footer > .bottom .copyright {
    font-size: 1rem;
    line-height: 1.75;
  }
}
main a {
  line-height: 2;
  font-size: min(min(3.7vw, 14px));
}
@media (min-width: 768px) {
  main a {
    font-size: 18px;
  }
}

.btn-backtop {
  display: block;
  position: fixed;
  bottom: 96px;
  right: 10px;
  width: 50px;
  height: 50px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2001;
}
@media (min-width: 768px) {
  .btn-backtop {
    bottom: 110px;
    right: 20px;
  }
}

.btn-backtop.active {
  visibility: visible;
  opacity: 1;
}

.under {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2000;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.under.active {
  visibility: visible;
  opacity: 1;
}

.under p {
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 0 4%;
}

.under .btn-wrap {
  margin: 10px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  box-shadow: inherit;
}

.under .btn-wrap a {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border-radius: 60px;
  width: 48%;
  height: 10vw;
  text-align: center;
}

.under .btn-wrap a.btn-yellow {
  box-shadow: none;
  font-size: 4vw;
  background-color: #f6d130;
  color: #000;
  border-width: 2px;
  line-height: 0.9;
}
.under .btn-wrap a.btn-yellow .small {
  font-size: 2.5vw;
  margin-bottom: 1.4vw;
  display: inline-block;
}

.under .btn-wrap a.btn-line {
  background-color: #02b902;
  color: #fff;
  border-width: 2px;
  font-size: 3.1vw;
  line-height: 1.3;
  padding-top: 1vw;
}

@media (min-width: 768.98px) {
  .under p {
    width: auto;
    font-size: 14px;
  }
  .under .btn-wrap a.btn-yellow {
    font-size: 26px;
  }
  .under .btn-wrap a.btn-yellow .small {
    font-size: 17px;
    margin-bottom: 9px;
  }
  .under .btn-wrap a.btn-line {
    font-size: 20px;
    line-height: 1.3;
    padding-top: 7px;
  }
  .under .btn-wrap {
    width: 670px;
    height: inherit;
  }
  .under .btn-wrap a {
    border: 2px solid #fff;
    height: 70px;
    width: 320px;
    font-size: 20px;
    border-radius: 8px;
    margin-top: 0;
  }
}
.container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

section.kv .kv-slider {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

section.lead {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  section.lead {
    padding-top: 2.4vw;
    padding-bottom: 15.4666666667vw;
  }
}
section.lead .intro {
  font-size: 1.9em;
  line-height: 2;
  font-weight: 500;
  padding: 30px 5% 60px;
}
section.lead .acjapan-bnr {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  section.lead .acjapan-bnr {
    padding: 0 2.1333333333vw;
  }
}
section.lead .acjapan-img {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 767.98px) {
  section.lead .acjapan-img {
    max-width: auto;
    width: 26.1333333333vw;
  }
}
section.lead .acjapan-text {
  font-size: 1.8em;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  section.lead .acjapan-text {
    width: 69.6vw;
    font-size: 3.2vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  section.lead .acjapan-text br {
    display: none;
  }
}
section.lead .lead-copy {
  text-align: center;
  font-size: 2em;
  line-height: 2;
  margin-top: 60px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  section.lead .lead-copy {
    margin-top: 14.6666666667vw;
    font-size: 4.8vw;
    text-align: left;
    padding: 0 5.3333333333vw;
  }
}

section.head .head-slide {
  width: 338px;
  margin-right: 2px;
}
@media (max-width: 767.98px) {
  section.head .head-slide {
    width: 69.3333333333vw;
  }
}
section.head .head-link {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  section.head .head-link {
    margin-bottom: 16vw;
  }
}
section.head .head-link-copy {
  color: #00549F;
  font-weight: bold;
  font-size: 2.1em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  section.head .head-link-copy {
    margin-top: 16vw;
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
section.head .head-link-row {
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  section.head .head-link-row {
    margin-bottom: 6.4vw;
  }
}
section.head .head-link-item {
  margin-right: auto;
  margin-left: auto;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 767.98px) {
  section.head .head-link-item {
    width: 80vw;
  }
}
section.head .head-link-btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 3em;
  height: 90px;
  border-radius: 200px;
  background-color: #DDD;
  font-weight: bold;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  border-width: 3px;
  border-style: solid;
  border-color: #FFF;
  text-align: center;
  line-height: 1.3;
}
section.head .head-link-btn .small {
  font-size: 0.65em;
}
@media (max-width: 767.98px) {
  section.head .head-link-btn {
    height: 16vw;
    font-size: 5.3333333333vw;
  }
}
section.head .hlb01 {
  border-color: #FAC300;
  background-color: #FAC300;
  color: #000;
}
@media (max-width: 767.98px) {
  section.head .hlb01 {
    margin-bottom: 2.6666666667vw;
  }
}
section.head .hlb01:hover {
  background-color: #FFF;
}
section.head .hlb02 {
  text-align: center;
}
section.head .hlb02 a {
  display: inline-block;
  margin: 30px auto 0;
  text-align: center;
  text-decoration: underline;
  font-size: 2.8em;
}
@media (max-width: 767.98px) {
  section.head .hlb02 a {
    font-size: 5.2vw;
    margin: 15px auto 0;
  }
}
section.head .hlb02:hover {
  color: #67C5D7;
}
section.head .head-link-sub {
  font-size: 1.2em;
  text-align: center;
}
@media (max-width: 767.98px) {
  section.head .head-link-sub {
    font-size: 3.2vw;
  }
}
section.head .head-body {
  margin-bottom: 53px;
}
@media (max-width: 767.98px) {
  section.head .head-body {
    margin-bottom: 14.1333333333vw;
  }
}
section.head .head-body-title {
  width: 100%;
  aspect-ratio: 1000/288;
  background-image: url(../img/head.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 19px;
  padding-bottom: 12px;
}
@media (max-width: 767.98px) {
  section.head .head-body-title {
    background-image: url(../img/head@2x.webp);
    aspect-ratio: 375/288;
    padding-left: sP(20);
    padding-bottom: 3.2vw;
  }
}
section.head .head-body-title-text {
  font-size: 3.6em;
  font-weight: bold;
  color: #FFF;
  line-height: 1.58333333;
}
@media (max-width: 767.98px) {
  section.head .head-body-title-text {
    font-size: 6.4vw;
  }
}
section.head .head-body-text {
  margin-top: 12px;
  font-size: 1.8em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  section.head .head-body-text {
    width: 89.3333333333vw;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}

section .section-head {
  position: relative;
  padding-top: 45px;
  padding-left: 30px;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  section .section-head {
    padding-top: 9.6vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 12vw;
  }
}
section .section-head::before {
  content: "";
  display: block;
  background-color: #E5F1FB;
  width: 150px;
  height: 150px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  section .section-head::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
section .section-head div {
  position: relative;
  z-index: 1;
  font-size: 3.6em;
  font-weight: bold;
  line-height: 1.55555555;
}
@media (max-width: 767.98px) {
  section .section-head div {
    font-size: 6.4vw;
  }
}

section.letter .letter-box {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  section.letter .letter-box {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 14.9333333333vw;
  }
}
section.letter .letter-head {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  section.letter .letter-head {
    margin-bottom: 8vw;
    margin-right: -5.3333333333vw;
    margin-left: -5.3333333333vw;
  }
}
section.letter .letter-head-title {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
  font-size: 1.2em;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 17px;
  padding-bottom: 11px;
}
section.letter .letter-head-title span {
  font-size: 1.4em;
  font-weight: bold;
}
section.letter .letter-head-img {
  width: 50%;
}
section.letter .letter-box01 .letter-head-title {
  background-image: url(../img/letter01_head_title.webp);
}
@media (max-width: 767.98px) {
  section.letter .letter-box01 .letter-head-title {
    background-image: url(../img/letter01_head_title@2x.webp);
  }
}
section.letter .letter-box02 .letter-head-title {
  background-image: url(../img/letter02_head_title.webp);
}
@media (max-width: 767.98px) {
  section.letter .letter-box02 .letter-head-title {
    background-image: url(../img/letter02_head_title@2x.webp);
  }
}
section.letter .letter-title {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.7142;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  section.letter .letter-title {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
section.letter .letter-doc-row {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  section.letter .letter-doc-row {
    flex-direction: column;
  }
}
section.letter .letter-doc-img {
  max-width: 480px;
  width: 100%;
}
@media (max-width: 767.98px) {
  section.letter .letter-doc-img {
    margin-bottom: 4.2666666667vw;
  }
}
section.letter .letter-doc-text {
  max-width: 520px;
  width: 100%;
  padding-left: 40px;
  font-size: 1.8em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  section.letter .letter-doc-text {
    padding-left: 0;
    font-size: 3.7333333333vw;
  }
}

section.voice .voice-box {
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  section.voice .voice-box {
    margin-bottom: 16vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
section.voice .section-head::before {
  background-color: #FEF9E5;
}
section.voice .voice-head {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  section.voice .voice-head {
    flex-direction: column;
    margin-bottom: 8vw;
    margin-right: -5.3333333333vw;
    margin-left: -5.3333333333vw;
  }
}
section.voice .voice-head-img {
  max-width: 652px;
  width: 100%;
}
section.voice .voice-head-title {
  width: 100%;
}
@media (min-width: 768px) {
  section.voice .voice-head-title {
    max-width: 348px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #D9EAF9;
    padding-left: 49px;
  }
}
@media (max-width: 767.98px) {
  section.voice .voice-head-title {
    padding-top: 8vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  section.voice .voice-head-title br {
    display: none;
  }
}
section.voice .voice-head-title-text {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.7142;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  section.voice .voice-head-title-text {
    font-size: 4.8vw;
  }
}
section.voice .voice-head-title-name {
  font-size: 1.2em;
}
@media (max-width: 767.98px) {
  section.voice .voice-head-title-name {
    font-size: 3.2vw;
  }
}
section.voice .voice-head-title-name span {
  font-size: 1.4em;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  section.voice .voice-head-title-name span {
    font-size: 3.7333333333vw;
  }
}
section.voice .voice-body {
  display: flex;
}
@media (max-width: 767.98px) {
  section.voice .voice-body {
    flex-direction: column;
  }
}
section.voice .voice-text {
  max-width: 520px;
  width: 100%;
  padding-right: 40px;
  font-size: 1.8em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  section.voice .voice-text {
    padding-right: 0;
    font-size: 3.7333333333vw;
  }
}
section.voice .voice-img {
  max-width: 480px;
  width: 100%;
}
@media (max-width: 767.98px) {
  section.voice .voice-img {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}

section.about .about-head {
  padding-top: 56px;
  padding-bottom: 66px;
  background-color: #EADEC8;
}
@media (max-width: 767.98px) {
  section.about .about-head {
    padding-top: 9.6vw;
    padding-bottom: 9.0666666667vw;
  }
}
section.about .about-head-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  section.about .about-head-wrap {
    flex-direction: column;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
section.about .about-head-title {
  width: 100%;
  font-size: 2.8em;
  font-weight: bold;
  color: #00549F;
  line-height: 1.7142;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  section.about .about-head-title {
    font-size: 4.8vw;
  }
}
section.about .about-head-doc {
  max-width: 625px;
  width: 100%;
}
section.about .about-head-text {
  font-size: 1.8em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  section.about .about-head-text {
    font-size: 3.7333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
@media (min-width: 768px) {
  section.about .about-head-img {
    max-width: 375px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  section.about .about-head-img {
    margin-right: -5.3333333333vw;
    margin-left: -5.3333333333vw;
  }
}
@media (min-width: 768px) {
  section.about .about-body {
    padding-top: 51px;
  }
}
section.about .about-body-title {
  font-size: 2.8em;
  font-weight: bold;
  color: #00549F;
  line-height: 1.7142;
}
@media (min-width: 768px) {
  section.about .about-body-title {
    margin-bottom: 51px;
  }
}
@media (max-width: 767.98px) {
  section.about .about-body-title {
    font-size: 5.3333333333vw;
    padding: 8vw 5.3333333333vw 6.4vw 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  section.about .about-price-box {
    margin-bottom: 30px;
    border: 1px solid #00549F;
  }
}
section.about .about-price-title {
  background-color: #00549F;
  text-align: center;
  color: #FFF;
  font-size: 3.6em;
  font-weight: bold;
  padding: 7px 0;
}
@media (max-width: 767.98px) {
  section.about .about-price-title {
    font-size: 6.4vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
section.about .about-price-body {
  padding-top: 22px;
  padding-bottom: 46px;
}
@media (max-width: 767.98px) {
  section.about .about-price-body {
    padding-top: 4.2666666667vw;
    padding-bottom: 8vw;
  }
}
section.about .about-price-label {
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  section.about .about-price-label {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
section.about .about-price-value {
  max-width: 627px;
  width: 100%;
  margin: auto;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  section.about .about-price-value {
    width: 83.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
section.about .about-price-btn {
  display: block;
  border-radius: 200px;
  background-color: #FAC300;
  color: #000;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  max-width: 450px;
  width: 100%;
  margin: auto;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  border: 3px solid #FAC300;
}
@media (max-width: 767.98px) {
  section.about .about-price-btn {
    width: 80vw;
    padding-top: 1.8666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}
section.about .about-price-btn:hover {
  background-color: #FFF;
}
section.about .about-price-btn-text1 {
  font-size: 1.8em;
  margin-bottom: 11px;
}
@media (max-width: 767.98px) {
  section.about .about-price-btn-text1 {
    font-size: 3.2vw;
    margin-bottom: 1.8666666667vw;
  }
}
section.about .about-price-btn-text2 {
  font-size: 3em;
}
@media (max-width: 767.98px) {
  section.about .about-price-btn-text2 {
    font-size: 5.3333333333vw;
  }
}
section.about .about-tax {
  background-color: #E5F1FB;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 63px;
}
@media (max-width: 767.98px) {
  section.about .about-tax {
    padding-top: 6.9333333333vw;
    padding-bottom: 7.4666666667vw;
  }
}
section.about .about-tax-title {
  text-align: center;
  line-height: 1;
}
section.about .about-tax-title1 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  section.about .about-tax-title1 {
    font-size: 3.2vw;
    margin-bottom: 2.1333333333vw;
  }
}
section.about .about-tax-title2 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  section.about .about-tax-title2 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
section.about .about-tax-title3 {
  font-size: 2em;
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  section.about .about-tax-title3 {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
section.about .about-tax-text {
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  section.about .about-tax-text {
    padding: 0 100px;
  }
}
@media (max-width: 767.98px) {
  section.about .about-tax-text {
    padding: 0 5.3333333333vw;
    margin-bottom: 11.2vw;
  }
}
section.about .about-tax-text li {
  position: relative;
  font-size: 1.2em;
  padding-left: 1em;
}
@media (max-width: 767.98px) {
  section.about .about-tax-text li {
    font-size: 3.2vw;
  }
}
section.about .about-tax-text li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
section.about .about-tax-btn {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: auto;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 2px solid #000;
  background-color: #FFF;
  border-radius: 8px;
  padding: 16px 0;
  position: relative;
}
@media (max-width: 767.98px) {
  section.about .about-tax-btn {
    font-size: 4.2666666667vw;
    max-width: 53.3333333333vw;
    padding: 4.5333333333vw 0;
    border-radius: 2.4vw;
  }
}
section.about .about-tax-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #000;
  border-right: 0;
}
@media (max-width: 767.98px) {
  section.about .about-tax-btn::after {
    border-top: 1.8666666667vw solid transparent;
    border-bottom: 1.8666666667vw solid transparent;
    border-left: 3.2vw solid #000;
    right: 2.1333333333vw;
  }
}
section.about .about-tax-btn:hover {
  background-color: #000;
  color: #FFF;
}

@media (min-width: 768px) {
  section.benefit {
    padding-bottom: 40px;
  }
}
section.benefit .section-head::before {
  background-color: #FFE5F4;
}
section.benefit .benefit-row {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  section.benefit .benefit-row {
    flex-direction: column;
    margin-bottom: 0;
  }
}
section.benefit .benefit-img {
  max-width: 480px;
  width: 100%;
}
section.benefit .benefit-doc {
  max-width: 520px;
  width: 100%;
  padding-left: 40px;
}
@media (max-width: 767.98px) {
  section.benefit .benefit-doc {
    padding-top: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
section.benefit .benefit-title {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  section.benefit .benefit-title {
    margin-bottom: 4vw;
  }
}
section.benefit .benefit-title-num {
  width: 85px;
  margin-right: 19px;
}
@media (max-width: 767.98px) {
  section.benefit .benefit-title-num {
    width: 15.2vw;
  }
}
section.benefit .benefit-title-text {
  margin-top: -10px;
  font-size: 2.8em;
  font-weight: bold;
  color: #00549F;
  line-height: 1.7142;
}
@media (max-width: 767.98px) {
  section.benefit .benefit-title-text {
    margin-top: -1.8666666667vw;
    font-size: 5.3333333333vw;
  }
}
section.benefit .benefit-text {
  font-size: 1.8em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  section.benefit .benefit-text {
    font-size: 3.7333333333vw;
  }
}
section.benefit .benefit-text span {
  font-size: 0.6666666em;
}
@media (max-width: 767.98px) {
  section.benefit .benefit-text span {
    font-size: 3.2vw;
  }
}

section.episode {
  overflow: hidden;
  padding-top: 60px;
  background-color: #EADEC8;
}
@media (max-width: 767.98px) {
  section.episode {
    padding-top: 6.9333333333vw;
  }
}
section.episode .epi-head-title {
  max-width: 381px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  section.episode .epi-head-title {
    width: 69.0666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 5.8666666667vw;
  }
}
section.episode .epi-box {
  background-color: #FFF;
  border-radius: 16px;
  height: 100%;
}
@media (min-width: 768px) {
  section.episode .epi-box {
    padding: 30px 50px;
    width: min(800px, 100vw - 18px);
    margin: 0 9px;
  }
}
@media (max-width: 767.98px) {
  section.episode .epi-box {
    width: 89.3333333333vw;
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    padding: 3.7333333333vw 4.6666666667vw;
  }
}
section.episode .epi-title {
  font-weight: bold;
  font-size: 28px;
  color: #FF008E;
  line-height: 1.35;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  section.episode .epi-title {
    font-size: 4.8vw;
    line-height: 1.77777;
    margin-bottom: 0;
  }
}
section.episode .epi-text {
  font-size: 1.8em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  section.episode .epi-text {
    font-size: 3.7333333333vw;
  }
}
section.episode .slick-prev, section.episode .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background-size: cover;
  background-image: url(../img/arw.webp);
  width: 26px;
  height: 45px;
  text-indent: -9999px;
}
@media (max-width: 767.98px) {
  section.episode .slick-prev, section.episode .slick-next {
    width: 3.2vw;
    height: 5.8666666667vw;
  }
}
section.episode .slick-prev {
  left: 14px;
}
@media (max-width: 767.98px) {
  section.episode .slick-prev {
    left: 1.0666666667vw;
  }
}
section.episode .slick-next {
  right: 14px;
  rotate: 180deg;
}
@media (max-width: 767.98px) {
  section.episode .slick-next {
    right: 1.0666666667vw;
  }
}
section.episode .slick-dots {
  padding-top: 55px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  section.episode .slick-dots {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }
}
section.episode .slick-dots li {
  margin: 0 9px;
}
section.episode .slick-dots button {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #FFF;
}
section.episode .slick-dots li.slick-active button {
  background-color: #FF008E;
}
section.episode .slick-track {
  display: flex;
}
section.episode .slick-track::before, section.episode .slick-track::after {
  display: none;
}
section.episode .slick-slide {
  float: none;
  height: auto;
}

section.use {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  section.use {
    padding-top: 17.8666666667vw;
    padding-bottom: 8vw;
  }
}
@media (max-width: 767.98px) {
  section.use .section-head {
    margin-left: -5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
section.use .section-head::before {
  background-color: #E5FAFD;
}
section.use .use-lead {
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  section.use .use-lead {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  section.use .use-lead {
    margin-bottom: 6.4vw;
  }
}
section.use .container {
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  section.use .container {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  section.use .use-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
section.use .use-border {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 30px 20px;
}
@media (max-width: 767.98px) {
  section.use .use-border {
    display: none;
  }
}
section.use .use-item {
  display: flex;
}
@media (min-width: 768px) {
  section.use .use-item {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  section.use .use-item {
    border-bottom: 1px solid #000;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
section.use .use-doc {
  width: calc(100% - 150px);
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  section.use .use-doc {
    width: calc(100% - 40vw);
    padding-right: 5.3333333333vw;
  }
}
section.use .use-title {
  font-size: 2.8em;
  font-weight: bold;
  color: #00549F;
  line-height: 1.7142;
}
@media (max-width: 767.98px) {
  section.use .use-title {
    font-size: 4.8vw;
  }
}
section.use .use-text {
  font-size: 1.8em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  section.use .use-text {
    font-size: 3.7333333333vw;
  }
}
section.use .use-img {
  width: 150px;
}
@media (max-width: 767.98px) {
  section.use .use-img {
    width: 40vw;
  }
}

section.now {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  section.now {
    padding-bottom: 15.4666666667vw;
  }
}
section.now .section-head {
  margin-left: -5.3333333333vw;
  margin-bottom: 5.6vw;
}
section.now .section-head::before {
  background-color: #E5F3EB;
}
section.now .container {
  max-width: 1020px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  section.now .container {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
section.now .now-row {
  margin-right: -20px;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  section.now .now-row {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  section.now .now-text, section.now .now-img {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.now .now-text {
  font-size: 1.8em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  section.now .now-text {
    font-size: 3.7333333333vw;
    margin-bottom: 6.9333333333vw;
  }
}

section.flow {
  background-color: #E5F1FB;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  section.flow {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
section.flow .container {
  max-width: 1050px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 767.98px) {
  section.flow .container {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
section.flow .flow-head {
  font-size: 2.8em;
  line-height: 1.7142;
  font-weight: bold;
  color: #00549F;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  section.flow .flow-head {
    font-size: 4.8vw;
    margin-bottom: 3.7333333333vw;
  }
}
section.flow .flow-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}
@media (max-width: 767.98px) {
  section.flow .flow-row {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
}
section.flow .flow-item {
  padding-right: 25px;
  padding-left: 25px;
  width: 33.333333333%;
  position: relative;
}
@media (max-width: 767.98px) {
  section.flow .flow-item {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
section.flow .flow-item:nth-child(1)::after,
section.flow .flow-item:nth-child(2)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 39px solid transparent;
  border-bottom: 39px solid transparent;
  border-left: 24px solid #00549F;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -13px;
}
@media (max-width: 767.98px) {
  section.flow .flow-item:nth-child(1)::after,
  section.flow .flow-item:nth-child(2)::after {
    display: none;
  }
}
@media (min-width: 768px) {
  section.flow .flow-box {
    padding: 20px;
    background-color: #FFF;
    border-radius: 20px;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  section.flow .flow-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4.8vw;
  }
}
section.flow .flow-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  section.flow .flow-title {
    width: 100%;
    position: relative;
    margin-bottom: 3.7333333333vw;
  }
}
@media (max-width: 767.98px) {
  section.flow .flow-title::before {
    content: "";
    display: block;
    width: 100%;
    background-color: #FFF;
    border-radius: 100px;
    height: 9.6vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 0;
  }
}
section.flow .flow-title-num {
  width: 41px;
}
@media (max-width: 767.98px) {
  section.flow .flow-title-num {
    width: 10.9333333333vw;
    position: relative;
    z-index: 1;
  }
}
section.flow .flow-title-text {
  width: calc(100% - 41px);
  padding-left: 10px;
  font-size: 2em;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  section.flow .flow-title-text {
    width: calc(100% - 10.9333333333vw);
    font-size: 4.8vw;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  section.flow .flow-img {
    margin-bottom: 34px;
  }
}
@media (max-width: 767.98px) {
  section.flow .flow-img {
    width: 45.3333333333vw;
  }
}
section.flow .flow-text {
  font-size: 1.8em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  section.flow .flow-text {
    font-size: 3.7333333333vw;
    width: 44vw;
  }
}

section.question {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  section.question {
    padding: 16vw 0;
  }
}
section.question .question-point {
  background-color: #00549F;
  border-radius: 200px;
  font-size: 3.4em;
  font-weight: bold;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px 3px;
  margin-bottom: 21px;
}
@media (max-width: 767.98px) {
  section.question .question-point {
    font-size: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 4.5333333333vw;
    padding: 0.5333333333vw 4.5333333333vw;
  }
}
section.question .question-head {
  font-size: 2.8em;
  line-height: 1.7142;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  section.question .question-head {
    font-size: 4.8vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 6.9333333333vw;
  }
}
section.question .question-box {
  border-top: 1px solid #808080;
  position: relative;
  cursor: pointer;
}
section.question .question-box::before, section.question .question-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 27px;
  right: 0;
  width: 2px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  section.question .question-box::before, section.question .question-box::after {
    width: 1px;
    height: 1px;
    top: 24px;
    right: 14px;
  }
}
section.question .question-box::before {
  width: 26px;
  top: 39px;
}
@media (max-width: 767.98px) {
  section.question .question-box::before {
    width: 13px;
    top: 30px;
  }
}
section.question .question-box::after {
  height: 26px;
  right: 12px;
}
@media (max-width: 767.98px) {
  section.question .question-box::after {
    height: 13px;
    right: 20px;
  }
}
section.question .question-box:last-child {
  border-bottom: 1px solid #808080;
}
section.question .question-box.is-active::after {
  top: 39px;
  height: 2px;
}
section.question .question-q, section.question .question-a {
  font-size: 1.8em;
  padding: 0 50px;
  position: relative;
}
@media (max-width: 767.98px) {
  section.question .question-q, section.question .question-a {
    font-size: 3.7333333333vw;
    padding: 0 11.4666666667vw 0 13.8666666667vw;
  }
}
section.question .question-q::before, section.question .question-a::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 12px;
  width: 21px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  section.question .question-q::before, section.question .question-a::before {
    left: 6.6666666667vw;
    top: 5.0666666667vw;
    width: 3.2vw;
    height: 7.2vw;
  }
}
section.question .question-q {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  section.question .question-q {
    padding-top: 4.5333333333vw;
    padding-bottom: 4.5333333333vw;
  }
}
section.question .question-q::before {
  background-image: url(../img/faq_q.webp);
}
section.question .question-a {
  line-height: 2;
  display: none;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  section.question .question-a {
    padding-bottom: 4.5333333333vw;
  }
}
section.question .question-a::before {
  background-image: url(../img/faq_a.webp);
  top: 11px;
}

section.company .comp-head {
  background-color: #00549F;
  color: #FFF;
  font-size: 2.8em;
  line-height: 1.7142;
  font-weight: bold;
  padding: 22px 0;
}
@media (max-width: 767.98px) {
  section.company .comp-head {
    font-size: 6.4vw;
    padding: 3.4666666667vw 5.3333333333vw;
  }
}
section.company .comp-lead {
  font-size: 1.8em;
  line-height: 2;
  color: #00549F;
  font-weight: 500;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (max-width: 767.98px) {
  section.company .comp-lead {
    padding: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
section.company .comp-bnr {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: auto;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  section.company .comp-bnr {
    width: 89.3333333333vw;
    margin-bottom: 16.8vw;
  }
}
section.company .comp-bnr:hover {
  opacity: 0.6;
}
section.company .comp-sup-head {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  section.company .comp-sup-head {
    display: block;
    position: relative;
    margin-bottom: 8vw;
  }
}
section.company .comp-sup-head-label {
  width: 66.6666667%;
  font-weight: bold;
  font-size: 3.6em;
  line-height: 1.55555;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 26px;
}
@media (min-width: 768px) {
  section.company .comp-sup-head-label {
    background-color: #D9EAF9;
  }
}
@media (max-width: 767.98px) {
  section.company .comp-sup-head-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    font-size: 4.8vw;
    padding-left: 4.8vw;
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }
}
section.company .comp-sup-head-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: multiply;
  background-color: #000;
  z-index: 1;
}
@media (min-width: 768px) {
  section.company .comp-sup-head-label::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  section.company .comp-sup-head-label div {
    position: relative;
    z-index: 2;
  }
}
section.company .comp-sup-head-img {
  width: 33.3333333%;
}
@media (max-width: 767.98px) {
  section.company .comp-sup-head-img {
    width: 100%;
    position: relative;
    z-index: 0;
  }
}
section.company .comp-title {
  font-size: 2.8em;
  line-height: 1.7142;
  color: #00549F;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  section.company .comp-title {
    font-size: 4.8vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 2.4vw;
  }
}
section.company .comp-sup-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
}
@media (max-width: 767.98px) {
  section.company .comp-sup-row {
    grid-column-gap: 2px;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
section.company .comp-sup-item:nth-child(1) {
  grid-area: 1/1/2/2;
}
section.company .comp-sup-item:nth-child(2) {
  grid-area: 1/2/2/3;
}
section.company .comp-sup-item:nth-child(3) {
  grid-area: 1/3/2/4;
}
section.company .comp-sup-item:nth-child(4) {
  grid-area: 2/1/3/2;
}
section.company .comp-sup-item:nth-child(5) {
  grid-area: 2/2/3/3;
}
section.company .comp-sup-item:nth-child(6) {
  grid-area: 2/3/3/4;
}
section.company .comp-sup-name {
  font-size: 1.6em;
  color: #00549F;
  padding-top: 4px;
  padding-bottom: 29px;
}
@media (max-width: 767.98px) {
  section.company .comp-sup-name {
    font-size: 2.6666666667vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 4.8vw;
  }
}
section.company .comp-corporate {
  border: 2px solid #00549F;
  border-radius: 17px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  section.company .comp-corporate {
    width: 89.3333333333vw;
    margin: auto;
    margin-bottom: 8.5333333333vw;
  }
}
section.company .comp-corp-head {
  background-color: #00549F;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 767.98px) {
  section.company .comp-corp-head {
    justify-content: flex-start;
    padding-left: 5.3333333333vw;
  }
}
section.company .comp-corp-head-img {
  width: 69px;
}
@media (max-width: 767.98px) {
  section.company .comp-corp-head-img {
    width: 18.4vw;
  }
}
section.company .comp-corp-head-text {
  color: #FFF;
  font-size: 1.6em;
  font-weight: bold;
}
section.company .comp-corp-body {
  padding-top: 21px;
  padding-bottom: 45px;
}
@media (max-width: 767.98px) {
  section.company .comp-corp-body {
    padding-top: 7.2vw;
    padding-bottom: 5.6vw;
  }
}
section.company .comp-corp-brand-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  section.company .comp-corp-brand-list {
    flex-wrap: wrap;
  }
}
section.company .comp-corp-brand-item {
  margin: 0 15px;
}
section.company .comp-corp-brand-item:nth-child(1) {
  width: 127px;
}
section.company .comp-corp-brand-item:nth-child(2) {
  width: 124px;
}
section.company .comp-corp-brand-item:nth-child(3) {
  width: 130px;
}
section.company .comp-corp-brand-item:nth-child(4) {
  width: 31px;
}
section.company .comp-corp-brand-item:nth-child(5) {
  width: 75px;
}
section.company .comp-corp-body-sub {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  section.company .comp-corp-body-sub {
    font-size: 3.2vw;
    margin-bottom: 6.9333333333vw;
  }
}
section.company .comp-corp-body-copy {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  section.company .comp-corp-body-copy {
    font-size: 3.7333333333vw;
    text-align: left;
    padding: 0 6.9333333333vw;
  }
}
section.company .comp-line {
  max-width: 548px;
  width: 100%;
  margin: auto;
  margin-bottom: 67px;
  display: block;
}
@media (max-width: 767.98px) {
  section.company .comp-line {
    width: 89.3333333333vw;
    margin-bottom: 9.6vw;
  }
}
section.company .comp-line:hover {
  opacity: 0.6;
}

section.faq {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  section.faq {
    padding-bottom: 16vw;
  }
}
@media (max-width: 767.98px) {
  section.faq .container {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
section.faq .faq-head {
  font-size: 28px;
  font-weight: bold;
  color: #00549F;
}
@media (max-width: 767.98px) {
  section.faq .faq-head {
    font-size: 4.8vw;
    margin-bottom: 2.9333333333vw;
  }
}
section.faq .faq-wrap {
  border-radius: 17px;
  border: 2px solid #00549F;
  padding: 0 50px;
}
@media (max-width: 767.98px) {
  section.faq .faq-wrap {
    padding: 0 5.3333333333vw;
  }
}
section.faq .faq-box:not(:last-child) {
  border-bottom: 1px solid #00549F;
}
section.faq .faq-q, section.faq .faq-a {
  font-size: 1.8em;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 767.98px) {
  section.faq .faq-q, section.faq .faq-a {
    font-size: 3.7333333333vw;
    padding-right: 0;
    padding-left: 6.6666666667vw;
  }
}
section.faq .faq-q::before, section.faq .faq-a::before {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  left: 12px;
  width: 21px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  section.faq .faq-q::before, section.faq .faq-a::before {
    left: 0;
    top: 7.2vw;
    width: 3.2vw;
    height: 7.2vw;
  }
}
section.faq .faq-q {
  font-weight: bold;
  padding-top: 47px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  section.faq .faq-q {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw;
  }
}
section.faq .faq-q::before {
  background-image: url(../img/faq_q.webp);
}
@media (max-width: 767.98px) {
  section.faq .faq-q::before {
    background-image: url(../img/faq_q@2x.webp);
  }
}
section.faq .faq-a {
  line-height: 2;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  section.faq .faq-a {
    padding-bottom: 7.2vw;
  }
}
section.faq .faq-a::before {
  background-image: url(../img/faq_a.webp);
  top: 11px;
}
@media (max-width: 767.98px) {
  section.faq .faq-a::before {
    background-image: url(../img/faq_a@2x.webp);
    top: 1.8666666667vw;
  }
}

/* 企業数 */
.comp-corp-head h3 {
 margin-top: 0px !important;
 padding: 1.2vw 0 1.2vw;
 color: #fff;
 line-height: 1;
 font-family: "Poppins","Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.comp-corp-head h3 .txt-num, .comp-corp-head h3 small {
 display: inline-block;

}
.comp-corp-head h3 .txt-num {
 font-size: 60px;
 font-family: din-condensed, sans-serif;
 font-weight: 900;
}
.comp-corp-head h3 small {
 font-size: 30px;
 font-weight: 700;
}

@media screen and (max-width:768px) {
 .comp-corp-head h3 {
  padding: 20px 0;
  margin: 0 auto;
 }
 .comp-corp-head h3 .txt-num {
  font-size: 30px
 }
 .comp-corp-head h3 small {
  font-size: 18px
 }
}


/*# sourceMappingURL=style.css.map */