/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}


html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 0.625vw;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}


hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}


pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}


a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;

}


b,
strong {
  font-weight: bolder;
}


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


small {
  font-size: 80%;
}


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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* reset.css end */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* base.css start */
/* common */
section {
  overflow-x: clip;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hidden {
    display: inline-block;
  }
}

.sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 10.6666666667vw;
  }
}

.inner {
  max-width: 850px;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 90%;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  margin: 0;
  padding: 0;
}

main {
  max-width: 890px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main {
    max-width: none;
  }
}

.description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  font-size: 20px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 767px) {
  .description {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.tac {
  text-align: center;
}

.mb47 {
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .mb47 {
    margin-bottom: 12.5333333333vw;
  }
}

.mb65 {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .mb65 {
    margin-bottom: 17.3333333333vw;
  }
}

.mb129 {
  margin-bottom: 129px;
}
@media screen and (max-width: 767px) {
  .mb129 {
    margin-bottom: 32vw;
  }
}

/* header.css start */
.header .inner {
  padding: 18px 20px 16px;
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding: 2.6666666667vw;
  }
}
.header .inner .logo {
  max-width: 188px;
  width: 30%;
  display: block;
}
@media screen and (max-width: 767px) {
  .header .inner .logo {
    max-width: 50.1333333333vw;
  }
}

/* base.css start */
.footer .inner {
  padding: 81px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 5.3333333333vw 0;
    gap: 5.3333333333vw;
  }
}
.footer .inner .linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .inner .linklist {
    gap: 4vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .inner .linklist .item {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #111111;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .inner .linklist .item {
    font-size: 15px;
    font-size: 4vw;
  }
}
.footer .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}

/* content.css start */
.cta {
  position: relative;
}
.cta .cta_btn {
  position: absolute;
  bottom: 60px;
  right: 44px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .cta .cta_btn {
    bottom: 5.3333333333vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
  }
}
.cta .cta_btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cta_a .cta_btn {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cta_a .cta_btn {
    bottom: 5.3333333333vw;
  }
}

.sec02 .inner {
  padding: 65px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec02 .inner {
    padding: 17.3333333333vw 0 21.3333333333vw;
  }
}

.sec03 .has-bg {
  background: url(../images/bg01.webp) no-repeat top/cover;
}
.sec03 .ttl {
  background-color: #003d96;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  .sec03 .ttl {
    font-size: 3rem;
    line-height: 1.5;
    font-size: 30px;
    font-size: 8vw;
    padding: 5.3333333333vw 0;
  }
}
.sec03 .img-bg01 {
  position: relative;
  background: url(../images/img03.webp) no-repeat top/contain;
}
@media screen and (max-width: 767px) {
  .sec03 .img-bg01 {
    padding: 0 0 53.3333333333vw;
    background: url(../images/img03_sp.webp) no-repeat top/contain;
    background-position: left bottom;
    background-size: 100% auto;
  }
}
.sec03 .img-bg01 .text {
  padding-top: 60px;
  padding-bottom: 71px;
  max-width: 550px;
  width: 62%;
  margin-right: 55px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec03 .img-bg01 .text {
    max-width: 90%;
    width: 100%;
    margin-right: auto;
    padding: 16vw 0 18.9333333333vw;
  }
}
.sec03 .img-bg01 .text .colttl {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .sec03 .img-bg01 .text .colttl {
    margin-bottom: 7.2vw;
  }
}
.sec03 .img-bg01 .text .description {
  max-width: 514px;
  margin-left: auto;
  width: 94%;
}
@media screen and (max-width: 767px) {
  .sec03 .img-bg01 .text .description {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
}
.sec03 .img-bg02 {
  position: relative;
  padding-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .sec03 .img-bg02 {
    padding-bottom: 13.8666666667vw;
  }
}
.sec03 .img-bg02 .column {
  max-width: 778px;
  width: 88%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .sec03 .img-bg02 .column {
    max-width: 90%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.sec03 .img-bg02 .column .text {
  max-width: 388px;
  width: 100%;
  margin-left: 55px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec03 .img-bg02 .column .text {
    max-width: 100%;
    margin: auto;
  }
}
.sec03 .img-bg02 .column .text .description {
  max-width: 514px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec03 .img-bg02 .column .text .description {
    max-width: 100%;
  }
}

.sec04 .has-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f9fc), color-stop(44.35%, #fbfcfc), color-stop(67.78%, #f6f9fb), color-stop(87.45%, #e9f6fd), to(#fff));
  background: linear-gradient(#f4f9fc 0%, #fbfcfc 44.35%, #f6f9fb 67.78%, #e9f6fd 87.45%, #fff 100%);
  padding: 70px 0 141px;
}
@media screen and (max-width: 767px) {
  .sec04 .has-bg {
    padding: 13.3333333333vw 0 37.3333333333vw;
  }
}
.sec04 .has-bg .mb47 {
  max-width: 798px;
  margin: auto auto 47px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .sec04 .has-bg .mb47 {
    max-width: 100%;
    margin: auto auto 12.5333333333vw;
  }
}
.sec04 .has-bg .text {
  max-width: 699px;
  width: 100%;
  margin: auto;
  margin-top: -38px;
}
@media screen and (max-width: 767px) {
  .sec04 .has-bg .text {
    max-width: 90%;
    margin-top: -5.3333333333vw;
  }
}

.sec05 .img-bg {
  background: url(../images/img10.webp) no-repeat top left/cover;
}
@media screen and (max-width: 767px) {
  .sec05 .img-bg {
    background: url(../images/img10_sp.webp) no-repeat center/cover;
  }
}
.sec05 .img-bg .text {
  padding-top: 86px;
  padding-bottom: 121px;
  max-width: 440px;
  margin-right: 68px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec05 .img-bg .text {
    margin: auto;
    max-width: 90%;
    padding-top: 8vw;
    padding-bottom: 0vw;
  }
}
.sec05 .img-bg .text .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #003d96;
  font-size: 6rem;
  line-height: 1.4166666667;
  font-size: 60px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .sec05 .img-bg .text .ttl {
    font-size: 31px;
    font-size: 8.2666666667vw;
    margin-bottom: 4.5333333333vw;
    text-align: center;
    padding-bottom: 4.2666666667vw;
    border-bottom: 1px solid #000;
  }
}
.sec05 .img-bg .text .ttl span {
  display: block;
  font-size: 3rem;
  line-height: 1;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .sec05 .img-bg .text .ttl span {
    font-size: 15px;
    font-size: 4vw;
  }
}
.sec05 .img-bg .text .description {
  padding: 19px 0;
  border-top: 1px solid #003d96;
  border-bottom: 1px solid #003d96;
}
@media screen and (max-width: 767px) {
  .sec05 .img-bg .text .description {
    padding-top: 77.6vw;
    border: none;
    padding-bottom: 0;
  }
}


.sec06 .box {
  padding: 20px 0 37px;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #222;
  max-width: 850px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec06 .box {
    max-width: 90%;
    padding: 5.3333333333vw 0 9.8666666667vw;
    border-radius: 8vw;
  }
}
.sec06 .box .item {
  max-width: 770px;
  margin: auto auto 45px;
}
@media screen and (max-width: 767px) {
  .sec06 .box .item {
    max-width: 90%;
    margin-bottom: 12vw;
  }
}
.sec06 .box .item .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 26px;
  text-align: left;
  color: #003d96;
  padding-bottom: 7px;
  border-bottom: 1px solid #222;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec06 .box .item .item-ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.sec06 .box .item .item-ttl .f-42 {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .sec06 .box .item .item-ttl .f-42 {
    font-size: 30px;
    font-size: 8vw;
  }
}
.sec06 .box .item .description {
  max-width: 425px;
}
.sec06 .box .item .colttl {
  margin-bottom: 19px;
}
.sec06 .box .item:first-child .column {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec06 .box .item:first-child .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.sec06 .box .item:first-child .column .colttl {
  margin-bottom: 17px;
}
.sec06 .box .item:first-child .column .img {
  margin-left: -37px;
}
.sec06 .box .item:nth-child(2) .item-ttl {
  text-align: right;
}
.sec06 .box .item:nth-child(2) .column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .sec06 .box .item:nth-child(2) .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.3333333333vw;
  }
}
.sec06 .box .item:last-child {
  margin-bottom: 0;
}
.sec06 .box .item:last-child .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec06 .box .item:last-child .column .description {
  max-width: 100%;
  margin-bottom: 24px;
}

.sec07 .has-bg {
  background: linear-gradient(to bottom, #ffffff 0px, #ffffff 165px, #fff59f 165px, #ffe500 100%);
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec07 .has-bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff59f), to(#ffe500));
    background: linear-gradient(to bottom, #fff59f 0%, #ffe500 100%);
    padding-bottom: 6.4vw;
  }
}
.sec07 .has-bg .item {
  max-width: 810px;
  margin: auto auto 20px;
  background-color: #fff;
  padding: 33px 0 30px;
}
@media screen and (max-width: 767px) {
  .sec07 .has-bg .item {
    max-width: 90%;
    margin-bottom: 5.3333333333vw;
    padding: 8vw 0;
  }
}
.sec07 .has-bg .item:nth-last-child(3) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec07 .has-bg .item:nth-last-child(3) {
    margin-bottom: 2.6666666667vw;
  }
}
.sec07 .has-bg .item .item-ttl {
  text-align: center;
  margin: auto auto 8px;
}
@media screen and (max-width: 767px) {
  .sec07 .has-bg .item .item-ttl {
    width: 90%;
    margin: auto auto 2.1333333333vw;
  }
}
.sec07 .has-bg .item .description {
  max-width: 770px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec07 .has-bg .item .description {
    max-width: 90%;
  }
}
.sec07 .has-bg .item .description span {
  color: #e57010;
}
.sec07 .has-bg .kome {
  max-width: 805px;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  font-size: 13px;
  text-align: left;
  color: #222;
}

@media screen and (max-width: 767px) {
  .sec07 .has-bg .kome {
    max-width: 90%;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}

.sec08 .has-bg {
  background: url(../images/bg01.webp) no-repeat bottom/100% auto;
  padding-top: 121px;
}
@media screen and (max-width: 767px) {
  .sec08 .has-bg {
    padding-top: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .sec08 .has-bg .tac {
    width: 90%;
    margin: auto auto 5.3333333333vw;
  }
}
.sec08 .has-bg .text {
  max-width: 616px;
  margin: auto auto 65px;
}
@media screen and (max-width: 767px) {
  .sec08 .has-bg .text {
    max-width: 90%;
    margin-bottom: 10.6666666667vw;
  }
}
.sec08 .has-bg .text .description {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.1818181818;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .sec08 .has-bg .text .description {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.sec09 .inner {
  padding: 100px 0 83px;
}
@media screen and (max-width: 767px) {
  .sec09 .inner {
    padding: 21.3333333333vw 0;
  }
}
.sec09 .inner .ttl {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .ttl {
    margin-bottom: 13.3333333333vw;
  }
}
.sec09 .inner .qa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .qa-item {
    gap: 10.6666666667vw;
  }
}
.sec09 .inner .qa-item .item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .qa-item .item {
    gap: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.sec09 .inner .qa-item .item .question {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .qa-item .item .question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.7333333333vw;
  }
}
.sec09 .inner .qa-item .item .question .ttl {
  background: #003d96;
  color: #fff;
  font-size: 6.4rem;
  line-height: 1.40625;
  font-size: 64px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .qa-item .item .question .ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
    border-radius: 2.6666666667vw;
  }
}
.sec09 .inner .qa-item .item .question .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4375;
  font-size: 32px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .qa-item .item .question .text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.sec09 .inner .qa-item .item .answer {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .qa-item .item .answer {
    gap: 3.4666666667vw;
  }
}
.sec09 .inner .qa-item .item .answer .ttl {
  border-radius: 20px;
  background: #fafafa;
  color: #e57010;
  font-size: 6.4rem;
  line-height: 1.40625;
  font-size: 64px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  width: 90px;
  height: 90px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .qa-item .item .answer .ttl {
    font-size: 18px;
    font-size: 4.8vw;
    width: 8vw;
    height: 8vw;
    border-radius: 2.6666666667vw;
  }
}
.sec09 .inner .qa-item .item .answer .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.9;
  font-size: 20px;
  text-align: left;
  color: #222;
}
.sec09 .inner .qa-item .item .answer .text strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 2.8rem;
  line-height: 1.6428571429;
  font-size: 28px;
  text-align: left;
  color: #222;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .qa-item .item .answer .text strong {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .sec09 .inner .qa-item .item .answer .text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.sec10 .inner {
  padding: 39px 0;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec10 .inner {
    padding: 8vw 0;
  }
}
.sec10 .inner .grid-item {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec10 .inner .grid-item {
    padding-bottom: 10.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
.sec10 .inner .grid-item .item {
  max-width: 770px;
  margin: auto;
  display: grid;
margin-bottom: 20px; /* �� �ǉ�: �e���ڂ̉��ɗ]����ǉ� */
  grid-template-columns: 140px auto;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec10 .inner .grid-item .item {
    max-width: 90%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec10 .inner .grid-item .item .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3;
  font-size: 20px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 767px) {
  .sec10 .inner .grid-item .item .ttl {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.sec10 .inner .grid-item .item p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6;
  font-size: 20px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 767px) {
  .sec10 .inner .grid-item .item p {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.sec10 .inner .text {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  max-width: 770px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec10 .inner .text {
    max-width: 90%;
    padding-top: 10.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */