@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  color: #323232;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  letter-spacing: 0.05em;
  padding-top: 106px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Figtree", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.cta__btn {
  background-color: #FFEA00;
  font-weight: bold;
  font-size: 24px;
  color: #0054A7;
  border-radius: 100px;
  position: relative;
  width: 285px;
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0 34px;
  box-shadow: 6px 6px #00388B;
  transition: 0.3s ease;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    width: 41.0666666667vw;
    height: 11.2vw;
    font-size: 3.7333333333vw;
    padding-left: 3.7333333333vw;
    margin-top: -4px;
  }
}
.cta__btn::after {
  content: "＞";
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cta__btn::after {
    font-size: 3.7333333333vw;
  }
}
.cta__btn:hover {
  box-shadow: none;
  transform: translate(8px, 8px);
  opacity: 1;
}

.section__title {
  text-align: center;
  color: #00388B;
  background: #FFEA00;
  padding: 15px 90px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 1320px) {
  .section__title {
    padding: 15px 50px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section__title {
    line-height: 1.3;
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw 8vw;
  }
}
@media screen and (max-width: 480px) {
  .section__title {
    width: 100%;
  }
}

.header {
  box-sizing: border-box;
  padding: 16px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 2.9333333333vw 4.2666666667vw 2.9333333333vw 7.4666666667vw;
  }
}
.header__logo img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 34.9333333333vw;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__text {
  color: #0054A7;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin-right: 27px;
}
@media screen and (max-width: 768px) {
  .header__text {
    display: none;
  }
}

.footer {
  box-sizing: border-box;
  background: #00388B;
  padding: 70px 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 14.6666666667vw 6.6666666667vw 10.6666666667vw;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }
}
.footer__logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 0 auto 12vw;
    text-align: center;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 420px;
}
@media screen and (max-width: 1320px) {
  .footer__sns {
    margin-bottom: 340px;
  }
}
@media screen and (max-width: 768px) {
  .footer__sns {
    gap: 33px;
    justify-content: center;
    margin-bottom: 17.3333333333vw;
  }
}
.footer__copy small {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1320px) {
  .footer__copy small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copy small {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__sub {
    padding: 0 2.6666666667vw;
    margin-bottom: 12vw;
    box-sizing: border-box;
  }
}
.footer__sub table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__sub table tr {
    display: flex;
    flex-direction: column;
  }
}
.footer__sub table th {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  width: 30%;
  line-height: 2;
  padding-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1320px) {
  .footer__sub table th {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__sub table th {
    width: 100%;
    font-size: 4vw;
    padding-bottom: 2.6666666667vw;
  }
}
.footer__sub table td {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  width: 70%;
  line-height: 2;
  box-sizing: border-box;
  padding-bottom: 30px;
}
@media screen and (max-width: 1320px) {
  .footer__sub table td {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__sub table td {
    width: 100%;
    font-size: 4vw;
    padding-bottom: 8vw;
  }
}
.footer__sub table td a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.footer__sub table td a::after {
  content: "";
  position: absolute;
  right: -22px;
  width: 13px;
  height: 20px;
  top: 8px;
  background: url(../img/icon_link.svg) no-repeat;
  background-size: 13px;
}

.fv {
  background: url(../img/fv-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 40px 75px;
  aspect-ratio: 2;
}
@media screen and (max-width: 1200px) {
  .fv {
    background: url(../img/fv-bg-tab.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    background: url(../img/fv-bg-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 0.6;
    padding: 5.8666666667vw 6.6666666667vw 10.6666666667vw;
  }
}
.fv__img img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv__img {
    margin-right: -15px;
  }
}
.fv__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fv__contents {
  position: relative;
}
.fv__bottom {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  max-width: 783px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .fv__bottom {
    bottom: 10%;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .fv__bottom {
    flex-direction: column;
    bottom: 8%;
    gap: 0;
  }
}
.fv__campaign {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .fv__campaign {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
  }
}
.fv__campaign span {
  display: block;
  background: #fff;
  color: #0054A7;
  line-height: 1.1;
  text-align: center;
  padding: 7px 12px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .fv__campaign span {
    font-size: 4vw;
    padding: 4px 8px;
    border-radius: 6px;
  }
}
.fv__campaign p {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv__campaign p {
    text-align: center;
    font-size: 3.7333333333vw;
  }
}
.fv .cta__btn {
  box-shadow: 6px 6px #000329;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .fv .cta__btn {
    margin: 0 auto;
  }
}
.fv .cta__btn:hover {
  box-shadow: none;
}

.present {
  padding: 100px 40px;
  background: #00388B;
}
@media screen and (max-width: 768px) {
  .present {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
.present__title {
  background: url(../img/bg-title01.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .present__title {
    background: url(../img/bg-title01-sp.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.present__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.present__box {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .present__box {
    margin-top: 14.6666666667vw;
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.present__item {
  width: 48%;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .present__item {
    width: 100%;
  }
  .present__item + .present__item {
    margin-top: 13.3333333333vw;
  }
}
.present__item--top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 55px 25px 40px;
  background: #FFFFEA;
}
@media screen and (max-width: 768px) {
  .present__item--top {
    padding: 10.6666666667vw 5.3333333333vw 8vw;
  }
}
.present__item--icon {
  position: absolute;
  left: -16px;
  top: -40px;
  max-width: 117px;
}
@media screen and (max-width: 768px) {
  .present__item--icon {
    max-width: 21.6vw;
    left: 10px;
  }
}
.present__item--title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  padding: 18px 50px;
  color: #fff;
  background: #D95280;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .present__item--title {
    top: -20px;
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw 6.4vw;
  }
}
.present__item h4 {
  text-align: center;
  color: #0054A7;
  line-height: 1.4;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1320px) {
  .present__item h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .present__item h4 {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.present__item h4 span {
  font-size: 26px;
  display: block;
}
@media screen and (max-width: 768px) {
  .present__item h4 span {
    font-size: 4.8vw;
    margin-bottom: 8px;
  }
}
.present__item--lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media screen and (max-width: 1320px) {
  .present__item--lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .present__item--lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 18px;
  }
}
.present__item--lists.present__item--lists02 {
  gap: 16px 20px;
}
@media screen and (max-width: 768px) {
  .present__item--lists.present__item--lists02 {
    gap: 12px 18px;
  }
}
.present__item--list {
  text-align: center;
}
.present__item--list--img img {
  width: 100%;
}
.present__item--list p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #00388B;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .present__item--list p {
    font-size: 3.2vw;
    margin-top: 5px;
  }
}
.present__item--detail {
  padding: 40px 30px 40px;
}
@media screen and (max-width: 768px) {
  .present__item--detail {
    padding: 6.4vw 5.3333333333vw 13.3333333333vw;
  }
}
.present__item--detail h5 {
  width: max-content;
  padding: 10px 15px;
  border: 2px solid #00388B;
  color: #00388B;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .present__item--detail h5 {
    font-size: 4.8vw;
    padding: 2.1333333333vw 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.present__item--detail ul li {
  padding-left: 35px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .present__item--detail ul li {
    font-size: 4.2666666667vw;
  }
}
.present__item--detail ul li::before {
  content: "";
  width: 17px;
  height: 17px;
  background: #00388B;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
}
.present__item--detail ul li + li {
  margin-top: 30px;
}
.present__item--detail ul.sub li {
  padding-left: 35px;
  position: relative;
  margin-top: 10px;
}
.present__item--detail ul.sub li + li {
  margin-top: 10px;
}
.present__item--detail ul.sub li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #323232;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  left: 7px;
  top: 10px;
}

.cta {
  text-align: center;
}
.cta__text {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}
.cta a {
  margin: 0 auto;
  box-shadow: 6px 6px #000329;
  margin-top: 0;
}
.cta a:hover {
  box-shadow: none;
}

.reason {
  padding: 100px 40px;
  background: #E4F1F8;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
.reason__title {
  background: url(../img/bg-title02.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .reason__title {
    background: url(../img/bg-title02-sp.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.reason__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.reason__title {
  color: #fff;
}
.reason h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  color: #0054A7;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .reason h3 {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}
.reason__text {
  color: #0054A7;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .reason__text {
    font-size: 4.2666666667vw;
  }
}
.reason__contents {
  padding: 40px 80px 70px;
  background: #fff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1320px) {
  .reason__contents {
    padding: 40px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .reason__contents {
    margin-top: 8vw;
    padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw;
  }
}
.reason__contents--top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .reason__contents--top {
    flex-direction: column;
  }
}
.reason__contents--top .img {
  width: 45%;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .reason__contents--top .img {
    margin-right: 0;
    width: 70%;
    margin: 0 auto 5.3333333333vw;
    margin-right: 5px;
  }
}
.reason__contents--top .img img {
  transform: scale(1.1);
}
.reason__contents--top .logo {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__contents--top .logo {
    width: 48vw;
    margin-bottom: 5.3333333333vw;
  }
}
.reason__contents--top .contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .reason__contents--top .contents {
    width: 100%;
  }
}
.reason__contents--top .contents .emblem {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .reason__contents--top .contents .emblem {
    margin-bottom: 2.6666666667vw;
  }
}
.reason__contents--top .contents p {
  font-size: 10px;
  font-weight: normal;
  color: #515151;
  line-height: 1.5;
}
.reason__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px 0;
}
@media screen and (max-width: 768px) {
  .reason__lists {
    display: block;
  }
}
.reason__list {
  background: #00388B;
  width: 44%;
  padding: 15px 0;
  padding-left: 66px;
  color: #fff;
  border-radius: 10px;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 1320px) {
  .reason__list {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .reason__list {
    line-height: 1.4;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 14.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.reason__list::before {
  content: "";
  width: 33px;
  height: 30px;
  background: url(../img/icon_check.svg) no-repeat;
  background-size: 33px;
  background-position: left;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .reason__list::before {
    width: 24px;
    background-size: 24px;
  }
}
.reason__list:nth-child(1), .reason__list:nth-child(3) {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .reason__list:nth-child(1), .reason__list:nth-child(3) {
    width: 100%;
  }
}
.reason__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reason__box {
    display: block;
  }
  .reason__box h3 {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.reason__box--text {
  width: 46%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .reason__box--text {
    width: 100%;
  }
}
.reason__box--text h3 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .reason__box--text h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.reason__box--text ul li {
  padding-left: 35px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason__box--text ul li {
    font-size: 4.2666666667vw;
    padding-left: 25px;
  }
}
.reason__box--text ul li::before {
  content: "";
  width: 17px;
  height: 17px;
  background: #00388B;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .reason__box--text ul li::before {
    width: 14px;
    height: 14px;
  }
}
.reason__box--text ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .reason__box--text ul li + li {
    margin-top: 12px;
  }
}
.reason__box:nth-of-type(odd) {
  flex-direction: row-reverse;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .reason__box:nth-of-type(odd) {
    margin-top: 13.3333333333vw;
  }
}
.reason__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .reason__img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.reason__img img {
  width: 100%;
}
.reason .cta {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .reason .cta {
    margin-top: 10.6666666667vw;
  }
}
.reason .cta__text {
  color: #00388B;
}
.reason .cta a {
  margin: 0 auto;
  box-shadow: 6px 6px #00388B;
  margin-top: 0;
}
.reason .cta a:hover {
  box-shadow: none;
}

.voice {
  padding: 120px 40px 110px;
  background: url(../img/voice-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice {
    background: url(../img/voice-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.voice__title {
  background: url(../img/bg-title03.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .voice__title {
    background: url(../img/bg-title03-sp.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.voice__slider {
  margin-top: 70px;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .voice__slider {
    margin-top: 8vw;
    padding-bottom: 10.6666666667vw;
  }
}
.voice__slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 10px !important;
}
.voice__slider .swiper-pagination-bullet-active {
  background: #FFEA00;
}
.voice__slider .swiper-slide {
  background: #fff;
  border-radius: 20px;
  padding: 45px 30px 45px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .voice__slider .swiper-slide {
    border-radius: 10px;
    padding: 9.0666666667vw 5.3333333333vw 6.6666666667vw;
  }
}
.voice__slider .swiper-slide .wrap {
  height: 100%;
}
.voice__slider .swiper-slide .head {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .voice__slider .swiper-slide .head {
    margin-bottom: 4.2666666667vw;
  }
}
.voice__slider .swiper-slide .head > img {
  width: 52px;
}
.voice__slider .swiper-slide h3 {
  color: #00388B;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .voice__slider .swiper-slide h3 {
    font-size: 4.8vw;
  }
}
.voice__slider .swiper-slide .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .voice__slider .swiper-slide .text {
    font-size: 4.2666666667vw;
  }
}
.voice__slider .swiper-slide .detail p {
  color: #00388B;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .voice__slider .swiper-slide .detail p {
    font-size: 4.5333333333vw;
  }
}
.voice__slider .swiper-slide .detail img {
  width: 102px;
}

.faq {
  padding: 100px 40px;
  background: #FFFFEA;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.faq__title {
  background: url(../img/bg-title04.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .faq__title {
    background: url(../img/bg-title04-sp.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.faq__title {
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .faq__title {
    margin-bottom: 8vw;
  }
}
.faq__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.faq__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .faq__item {
    margin-bottom: 5.3333333333vw;
  }
}
.faq__item--title {
  background: #00388B;
  padding: 20px 60px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .faq__item--title {
    padding: 3.2vw 5.3333333333vw;
    font-size: 4.8vw;
  }
  .faq__item--title p {
    max-width: 85%;
  }
}
.faq__item--title span {
  font-family: "Figtree", sans-serif;
  font-size: 29px;
  font-weight: bold;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .faq__item--title span {
    font-size: 5.3333333333vw;
    margin-right: 3.4666666667vw;
  }
}
.faq__item--text {
  background: #FFFFFF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .faq__item--text {
    padding: 5.3333333333vw;
  }
}
.faq__item--text p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .faq__item--text p {
    font-size: 4.2666666667vw;
  }
}

.campaign__detail {
  background: #fff;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .campaign__detail {
    padding: 4vw 5.3333333333vw;
  }
}
.campaign__detail p {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .campaign__detail p {
    font-size: 2.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */