@charset "UTF-8";
/*-----------------------
import.scss
-----------------------*/
.red {
  color: #EF1818;
}

.orange {
  color: #f47d1d;
}

.yellow {
  color: #ffe555;
}

/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

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

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.dots {
  background-image: radial-gradient(circle at center, #f47d1d 20%, rgba(0, 0, 0, 0) 30%);
  /* 点の色とサイズ調整 */
  background-position: 1em 0;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
}

.under-line {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ffeb67 70%);
  display: inline-block;
}

.mT15 {
  margin-top: 1.5rem;
}

.mT20 {
  margin-top: 2rem;
}

.mT30 {
  margin-top: 3rem;
}

.mT35 {
  margin-top: 3.5rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT45 {
  margin-top: 4.5rem;
}

.mT50 {
  margin-top: 5rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT80 {
  margin-top: 8rem;
}

.mT85 {
  margin-top: 8.5rem;
}

.mT120 {
  margin-top: 12rem;
}

/*

フォント

*/
.fs12 {
  font-size: 1.2rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2rem;
}

.fs28 {
  font-size: 2.8rem;
}

.fs50 {
  font-size: 5rem;
}

@media (max-width: 750px) {
  .fs12 {
    font-size: 1.2rem;
  }

  .fs18 {
    font-size: 1.4rem;
  }

  .fs20 {
    font-size: 2rem;
  }

  .fs28 {
    font-size: 1.8rem;
  }

  .fs50 {
    font-size: 3.5rem;
  }
}
/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  body {
    font-size: 1.4rem;
    width: 100%;
    overflow-x: hidden;
  }
}

a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 100rem;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .inner {
    width: 90.5%;
  }
}

.footer-inner {
  width: 90%;
  margin: 0 auto;
}

#mainv {
  background: url(../img/mainv-bg.png) 50% 50%/cover;
  padding-bottom: 3.0rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #mainv {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 750px) {
  #mainv {
    padding-bottom: 1.4rem;
  }
}
#mainv > .inner {
  max-width: 120rem;
}
#mainv .logo img {
  max-width: 20.8rem;
}
@media (max-width: 750px) {
  #mainv .logo img {
    width: 32%;
  }
}
#mainv .mainv {
  color: #004190;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #mainv .mainv {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  #mainv .mainv {
    flex-direction: column;
    margin-top: -2rem;
  }
}
#mainv .mainv .flex-left {
  width: 66%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #mainv .mainv .flex-left {
    width: 100%;
    background: url(../img/main.png) no-repeat 100% 20%/contain;
    background-size: 35%;
  }
}
@media (max-width: 750px) {
  #mainv .mainv .flex-left {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #mainv .mainv .flex-left .deco.mT30 {
    margin-top: 2rem;
  }
}
@media (max-width: 750px) {
  #mainv .mainv .flex-left .ttl {
    word-break: keep-all;
  }
}
#mainv .mainv .flex-left .image {
  gap: 3rem;
}
@media (max-width: 750px) {
  #mainv .mainv .flex-left .image {
    gap: 1.9rem;
  }
  #mainv .mainv .flex-left .image.mT15 {
    margin-top: 2rem;
  }
}
#mainv .mainv .flex-left .deco02 {
  background: #f3e994;
  background: linear-gradient(90deg, #f3e994 0%, rgba(0, 48, 106, 0) 100%);
  padding: 0.7rem 1rem;
}
@media (max-width: 750px) {
  #mainv .mainv .flex-left .deco02.fs18 {
    font-size: 1.5rem;
    margin-top: 1.1rem;
  }
}
#mainv .mainv .flex-right {
  width: 34%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #mainv .mainv .flex-right {
    display: none;
  }
}
@media (max-width: 750px) {
  #mainv .mainv .flex-right {
    margin-top: .8rem;
    width: 100%;
    text-align: center;
  }
}

#mainv .mainv .flex-right .btn a {
  text-align: center;
  background: #f47d1d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 1.6rem 0;
  border-radius: 50rem;
  gap: 2rem;
  font-size: 2.2rem;
}

h2 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 2.5rem;
}
@media (max-width: 750px) {
  h2 {
    font-size: 2.2rem;
  }
}
h2::before {
  content: "";
  position: absolute;
  border-bottom: 0.3rem solid #004190;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 13rem;
}

#kadai {
  background: #F3E994;
  padding: 10rem 0 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #kadai {
    padding: 10rem 0 5rem;
  }
}
@media (max-width: 750px) {
  #kadai {
    padding: 7.9rem 0 3.5rem;
  }
}
#kadai::before {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 49.5vw solid transparent;
  border-left: 49.5vw solid transparent;
  border-top: 8.8rem solid #F3E994;
}
@media (max-width: 750px) {
  #kadai::before {
    border-top: 4.2rem solid #F3E994;
  }
}
#kadai h2 {
  position: relative;
}
#kadai h2::after {
  position: absolute;
  content: "";
  background: url(../img/kadai-ttl-deco.png) no-repeat;
  width: 12.6rem;
  height: 4.8rem;
  top: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#kadai .list ul {
  margin: 0 auto;
  width: 60%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #kadai .list ul {
    width: 80%;
  }
}
@media (max-width: 750px) {
  #kadai .list ul {
    width: 100%;
  }
}
#kadai .list ul li {
  padding-left: 3rem;
  position: relative;
  padding-bottom: 0.7rem;
  border-bottom: 0.2rem solid #fff;
}
#kadai .list ul li:not(#kadai .list ul li:last-child) {
  margin-bottom: 2rem;
}
#kadai .list ul li:before {
  position: absolute;
  content: "";
  background: url(../img/check.png);
  width: 2rem;
  height: 2rem;
  left: 0;
  bottom: 29%;
}
@media (max-width: 750px) {
  #kadai .list ul li:before {
    bottom: 60%;
  }
}

#nayami {
  padding: 16rem 0 8rem;
}
@media (max-width: 750px) {
  #nayami {
    padding: 6.7rem 0 3rem;
  }
}
#nayami h2 {
  margin: 0 auto;
  padding-bottom: 0;
}
#nayami h2::before {
  content: "";
  background: url(../img/nayami-ttl-deco-01.png) no-repeat;
  width: 15rem;
  height: 14.2rem;
  left: 10%;
  right: inherit;
  bottom: -65%;
  border-bottom: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #nayami h2::before {
    left: 0;
  }
}
#nayami h2::after {
  position: absolute;
  content: "";
  background: url(../img/nayami-ttl-deco-02.png) no-repeat;
  width: 15rem;
  height: 14.2rem;
  right: 10%;
  bottom: -65%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #nayami h2::after {
    right: 0;
  }
}
#nayami h2 span.pc {
  display: inline;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #nayami h2 span.pc {
    display: none;
  }
  #nayami h2 span.tab {
    display: inline;
  }
}
@media (max-width: 750px) {
  #nayami h2 {
    line-height: 2;
  }
  #nayami h2::before, #nayami h2:after {
    content: none;
  }
  #nayami h2 span.sp {
    display: inline;
  }
  #nayami h2 .under-line {
    display: inline;
  }
}
@media (max-width: 750px) {
  #nayami .list.mT50 {
    margin-top: 3.3rem;
  }
}
#nayami .list ul {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #nayami .list ul {
    width: 80%;
  }
}
@media (max-width: 750px) {
  #nayami .list ul {
    width: 100%;
  }
}
#nayami .list ul li {
  padding-left: 3rem;
  border-bottom: 0.2rem solid #dddddd;
  position: relative;
}
@media (max-width: 750px) {
  #nayami .list ul li {
    padding-bottom: 1rem;
  }
}
#nayami .list ul li:not(#nayami .list ul li:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  #nayami .list ul li:not(#nayami .list ul li:last-child) {
    margin-bottom: 2.5rem;
  }
}
#nayami .list ul li::before {
  position: absolute;
  content: "";
  background: url(../img/nayami-li-deco.png) no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  bottom: 15%;
  left: 0;
}
@media (max-width: 750px) {
  #nayami .list ul li::before {
    bottom: 45%;
    background-size: 80%;
  }
}

.cta {
  padding-bottom: 9.5rem;
}
@media (max-width: 750px) {
  .cta {
    padding-bottom: 6rem;
  }
}
.cta .inner {
  box-sizing: border-box;
  background-color: #81cdea;
  color: #fff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 12px 12px 24px rgba(38,40,41,.15);
  box-shadow: 12px 12px 24px rgba(38,40,41,.15);
  padding: 4.5rem 13.5rem 5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cta .inner {
    padding: 4.5rem 5rem 5rem;
  }
}
@media (max-width: 750px) {
  .cta .inner {
    padding: 3rem 1rem 3.3rem;
  }
}
.cta h2 {
  margin: 0 auto;
  padding-bottom: 1.3rem;
}
@media (max-width: 750px) {
  .cta h2 {
    font-size: 1.8rem;
  }
}
.cta h2::before {
  width: 90%;
}
.cta .flex {
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 750px) {
  .cta .flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.cta .flex .flex-left,
.cta .flex .flex-right {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cta .flex .flex-left,
  .cta .flex .flex-right {
    width: 45%;
  }
}
@media (max-width: 750px) {
  .cta .flex .flex-left,
  .cta .flex .flex-right {
    width: 100%;
  }
}
.cta .flex-left .sub-ttl {
  text-align: center;
  width: 95.9%;
  margin: 0 auto;
  padding: 1.3rem 0;
  border-radius: 50rem;
  position: relative;
  /*&::before {
  	position: absolute;
  	content: "";
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-right: 0.7rem solid transparent;
  	border-left: 0.7rem solid transparent;
  	border-top: 1rem solid $yellow2;
  	border-bottom: 0;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	bottom: -0.9rem;
  }*/
}
@media (max-width: 750px) {
  .cta .flex-left .sub-ttl {
    width: 90.3%;
  }
}
.cta .flex-left .btn {
  margin-top: 1.2rem;
}
.cta .flex-left .btn a {
  text-align: center;
  background: #f47d1d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 0;
  border-radius: 50rem;
  gap: 2rem;
  font-size: 2.2rem;
}
@media (max-width: 750px) {
  .cta .flex-left .btn a {
    font-size: 2.2rem;
  }
}

#achievement {
  padding: 8rem 0 9rem;
  background-color: #f6f7f9;
}
@media (max-width: 750px) {
  #achievement {
    padding: 5.5rem 0 6rem;
  }
}
#achievement > .inner {
  background: #fff;
  border-radius: 1.5rem;
  padding: 8rem 6rem;
  max-width: 100rem;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  #achievement > .inner {
    padding: 4rem 1rem 5.5rem;
  }
}
#achievement h2 {
  font-size: 3.5rem;
}
@media (max-width: 750px) {
  #achievement h2 {
    font-size: 2.2rem;
  }
}
#achievement .point.mT50 {
  margin-top: 3.5rem;
}
#achievement .point .ttl {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 0.1rem solid #004190;
}
@media (max-width: 750px) {
  #achievement .point .ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 750px) {
  #achievement .point .ttl p {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
#achievement .point .ttl span {
  font-size: 2.1rem;
}
@media (max-width: 750px) {
  #achievement .point .ttl span {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
#achievement .point .ttl span.orange {
  font-size: 4rem;
  margin-right: 4.5rem;
}
@media (max-width: 750px) {
  #achievement .point .ttl span.orange {
    font-size: 3rem;
    margin-right: 0;
    margin-top: -1rem;
  }
}
#achievement .point .txt {
  margin-top: 1rem;
}
#achievement .flex-right .sub-ttl {
  text-align: center;
  margin-top: 1.3rem;
}
@media (max-width: 750px) {
  #achievement .flex-right .sub-ttl {
    margin-top: 0;
  }
}
#achievement .flex-right .btn {
  margin: 2.5rem auto 0;
  max-width: 34rem;
}
@media (max-width: 750px) {
  #achievement .flex-right .btn {
    margin-top: 1rem;
  }
}
#achievement .flex-right .btn a {
  text-align: center;
  background: #004190;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 0;
  border-radius: 50rem;
  gap: 2rem;
  font-size: 2.2rem;
}
@media (max-width: 750px) {
  #achievement .flex-right .btn a {
    font-size: 2.2rem;
  }
}
#achievement .catch a {
  background: #ffe555;
  padding: 3rem 0;
  border-radius: 1rem;
  display: block;
  position: relative;
  text-align: center;
}
@media (max-width: 750px) {
  #achievement .catch a {
    text-align: left;
    font-size: 1.8rem;
    padding: 2.6rem 4.3rem 2.7rem 1.5rem;
  }
  #achievement .catch a.mT60 {
    margin-top: 4rem;
  }
  #achievement .catch a.fs20 {
    font-size: 1.8rem;
  }
}
#achievement .catch a::before {
  position: absolute;
  content: "";
  background: url(../img/teian-deco.png) no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  right: 5%;
  top: 35%;
}

#support {
  padding: 8rem 0 10rem;
}
@media (max-width: 750px) {
  #support {
    padding: 4.5rem 0 6.5rem;
  }
}
#support h2 {
  font-size: 3.5rem;
}
@media (max-width: 750px) {
  #support h2 {
    font-size: 2.2rem;
  }
}
#support .inner > .flex {
  justify-content: space-between;
  position: relative;
}
@media (max-width: 750px) {
  #support .inner > .flex {
    flex-direction: column;
    gap: 10.5rem;
  }
  #support .inner > .flex.mT80 {
    margin-top: 4.5rem;
  }
}
#support .inner > .flex::before {
  position: absolute;
  content: "";
  background: url(../img/support-deco.png) no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 23.3rem;
  width: 8.5rem;
  height: 8.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #support .inner > .flex::before {
    bottom: 18.3rem;
  }
}
@media (max-width: 750px) {
  #support .inner > .flex::before {
    bottom: 46%;
  }
}
#support .inner > .flex .flex-left,
#support .inner > .flex .flex-right {
  width: 47%;
}
@media (max-width: 750px) {
  #support .inner > .flex .flex-left,
  #support .inner > .flex .flex-right {
    width: 100%;
  }
}
#support .flex-left .ttl,
#support .flex-right .ttl {
  background: #004190;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  padding: 2rem 0;
  border-radius: 1.5rem 1.5rem 0 0;
}
#support .flex-left .list,
#support .flex-right .list {
  box-sizing: border-box;
  padding: 3rem 6.7rem 5rem 6rem;
  border: 0.2rem solid #004190;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #support .flex-left .list,
  #support .flex-right .list {
    padding: 3rem;
  }
}
@media (max-width: 750px) {
  #support .flex-left .list,
  #support .flex-right .list {
    padding: 2rem 3rem 2.5rem;
  }
}
#support .flex-left .list ul.flex,
#support .flex-right .list ul.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4.5rem 6.4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #support .flex-left .list ul.flex,
  #support .flex-right .list ul.flex {
    gap: 2rem 1rem;
  }
}
@media (max-width: 750px) {
  #support .flex-left .list ul.flex,
  #support .flex-right .list ul.flex {
    gap: 2.2rem 2rem;
  }
}
#support .flex-left .list ul.flex li,
#support .flex-right .list ul.flex li {
  width: 40.5%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #support .flex-left .list ul.flex li,
  #support .flex-right .list ul.flex li {
    width: 45%;
  }
}
@media (max-width: 750px) {
  #support .flex-left .list ul.flex li,
  #support .flex-right .list ul.flex li {
    width: 45%;
  }
}
#support .flex-left .list ul.flex li .txt,
#support .flex-right .list ul.flex li .txt {
  margin-top: 1.5rem;
  text-align: center;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #support .flex-left .list ul.flex li .txt,
  #support .flex-right .list ul.flex li .txt {
    font-size: 1.8vw;
  }
}

#voice {
  padding: 8rem 0 10rem;
  background-color: #81cdea;
}
@media (max-width: 750px) {
  #voice {
    padding: 4.5rem 0 5.5rem;
  }
}
#voice h2 {
  font-size: 3.5rem;
}
@media (max-width: 750px) {
  #voice h2 {
    font-size: 2.2rem;
  }
}
#voice .box {
  padding: 6rem 6.3rem 6.5rem 6.2rem;
  box-sizing: border-box;
  border: 0.2rem solid #004190;
  border-radius: 1.5rem;
  justify-content: space-between;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #voice .box {
    padding: 2.5rem;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  #voice .box {
    padding: 1.2rem 1.2rem 2rem 1.2rem;
    flex-direction: column;
  }
  #voice .box.mT85 {
    margin-top: 3.5rem;
  }
  #voice .box.mT60 {
    margin-top: 2rem;
  }
}
#voice .box .flex-left {
  width: 29.1%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #voice .box .flex-left {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 750px) {
  #voice .box .flex-left {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 750px) {
  #voice .box .flex-left .img img {
    width: 52%;
  }
}
#voice .box .flex-left .txt {
  letter-spacing: -0.05em;
  font-size: 1.8rem;
  margin-top: 2.3rem;
}
@media (max-width: 750px) {
  #voice .box .flex-left .txt {
    font-size: 1.4rem;
  }
}
#voice .box .flex-right {
  width: 58.2%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #voice .box .flex-right {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 750px) {
  #voice .box .flex-right {
    width: 100%;
    margin-top: 1.8rem;
  }
}
#voice .box .flex-right h3 {
  font-size: 2.8rem;
  color: #004190;
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ffeb67 70%);
  display: inline-block;
}
@media (max-width: 750px) {
  #voice .box .flex-right h3 {
    font-size: 1.8rem;
  }
}
#voice .box .flex-right .txt {
  margin-top: 2rem;
  line-height: 1.9;
}
@media (max-width: 750px) {
  #voice .box .flex-right .txt {
    font-size: 1.2rem;
  }
}

#infinity {
  padding: 15.5rem 0 10rem;
  background-color: #f6f7f9;
}
@media (max-width: 750px) {
  #infinity {
    padding: 13.5rem 0 6rem;
  }
}
#infinity > .inner {
  background: #fff;
  padding: 9.5rem 6rem 8rem;
  box-sizing: border-box;
  border-radius: 1.5rem;
  position: relative;
}
@media (max-width: 750px) {
  #infinity > .inner {
    padding: 9.1rem 1.2rem 5.5rem;
  }
}
#infinity h2 {
  padding-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -8rem;
}
@media (max-width: 750px) {
  #infinity h2 {
    font-size: 2.5rem;
  }
}
#infinity h2::before {
  border-bottom: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 20px solid #004190;
  border-bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1.9rem;
}
#infinity h2 span:not(.yellow) {
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  background: #004190;
  display: inline-block;
  padding: 3.8rem 5rem 3.7rem;
  border-radius: 1.5rem;
  position: relative;
}
@media (max-width: 750px) {
  #infinity h2 span:not(.yellow) {
    padding: 2.3rem 2.6rem 2.7rem 2.7rem;
    font-size: 2.5rem;
  }
}
#infinity h2 .yellow {
  border-bottom: 0.2rem solid #ffe555;
}
#infinity .box {
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #infinity .box {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  #infinity .box {
    flex-direction: column;
  }
  #infinity .box.mT20 {
    margin-top: 0;
  }
}
#infinity .box .flex-left {
  width: 45.5%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #infinity .box .flex-left {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #infinity .box .flex-left {
    width: 100%;
  }
}
#infinity .box .flex-right {
  width: 47.9%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #infinity .box .flex-right {
    width: 100%;
    margin-top: 4rem;
  }
}
@media (max-width: 750px) {
  #infinity .box .flex-right {
    width: 100%;
    margin-top: 4rem;
  }
}
#infinity h3 {
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 2.5rem;
}
@media (max-width: 750px) {
  #infinity h3 {
    font-size: 2.2rem;
  }
  #infinity h3.mT120 {
    margin-top: 5rem;
  }
}
#infinity h3::before {
  content: "";
  position: absolute;
  border-bottom: 0.3rem solid #004190;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 13rem;
}
@media (max-width: 750px) {
  #infinity .example.mT80 {
    margin-top: 4.7rem;
  }
}
#infinity .example ul.flex {
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #infinity .example ul.flex {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  #infinity .example ul.flex {
    flex-direction: column;
  }
}
#infinity .example ul.flex li {
  width: 29.5%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #infinity .example ul.flex li {
    width: 100%;
  }
  #infinity .example ul.flex li:not(#infinity .example ul.flex li:first-child) {
    margin-top: 4rem;
  }
}
@media (max-width: 750px) {
  #infinity .example ul.flex li {
    width: 100%;
  }
  #infinity .example ul.flex li:not(#infinity .example ul.flex li:first-child) {
    margin-top: 6rem;
  }
}
#infinity .example ul.flex li .ttl {
  background: #3D4851;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  padding: 1.2rem 1.7rem 1.2rem 1.8rem;
  box-sizing: border-box;
}
#infinity .example ul.flex li .ttl::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #3D4851;
  border-bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.5rem;
}
#infinity .example ul.flex li .img {
  text-align: center;
  padding: 0.1rem 0.8rem 0 0.9rem;
  border: 0.1rem solid #3D4851;
}
@media (max-width: 750px) {
  #infinity .example ul.flex li .img {
    padding: 0.1rem 1.1rem 1rem 1.3rem;
  }
}
#infinity .example ul.flex li .txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  min-height: 6rem;
}
#infinity .example ul.flex li .first {
  margin-top: 2rem;
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #infinity .example ul.flex li .first {
    display: inline-block;
    margin-right: 2rem;
  }
}
#infinity .example ul.flex li .first span:not(.fs12) {
  font-size: 1.4rem;
  border: 0.1rem solid #3D4851;
  padding: 0.8rem 0.6rem 0.7rem 0.6rem;
  margin-right: 1.2rem;
}
#infinity .example ul.flex li .month {
  margin-top: 1rem;
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #infinity .example ul.flex li .month {
    display: inline-block;
  }
}
#infinity .example ul.flex li .month span:not(.fs12) {
  background: #3D4851;
  color: #fff;
  font-size: 1.4rem;
  border: 0.1rem solid #3D4851;
  padding: 0.8rem 0.6rem 0.7rem 0.6rem;
  margin-right: 1.2rem;
}
#infinity .example ul.flex li .btn {
  margin-top: 4.5rem;
}
@media (max-width: 750px) {
  #infinity .example ul.flex li .btn {
    margin-top: 2.4rem;
  }
}
#infinity .example ul.flex li .btn a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 0.8rem 0.9rem 1rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #707070;
}
@media (max-width: 750px) {
  #infinity .example > .btn.mT50 {
    margin-top: 6rem;
  }
}
#infinity .example > .btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2.1rem;
  box-sizing: border-box;
  background: #F3E994;
  width: 39.3%;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #infinity .example > .btn a {
    width: 50%;
  }
}
@media (max-width: 750px) {
  #infinity .example > .btn a {
    width: 100%;
  }
}
#infinity .example > .btn a img {
  height: 100%;
}

#faq {
  padding: 8rem 0 13rem;
}
@media (max-width: 750px) {
  #faq {
    padding: 4.6rem 0 8rem;
  }
}
#faq h2 {
  font-size: 3.5rem;
}
@media (max-width: 750px) {
  #faq #acmenu.mT80 {
    margin-top: 3.5rem;
  }
}
#faq #acmenu dt {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  background: #f6f7f9;
  padding: 2.9rem 10rem 2.9rem 3rem;
  font-size: 1.5rem;
}
@media (max-width: 750px) {
  #faq #acmenu dt {
    padding: 1.9rem 5rem 1.9rem 1.5rem;
  }
}
#faq #acmenu dt span {
  font-family: "Manrope", sans-serif;
  font-size: 2.8rem;
  margin-right: 2rem;
}
#faq #acmenu dt:not(#faq #acmenu dt:first-of-type) {
  margin-top: 1.8rem;
}
#faq #acmenu dt::before {
  position: absolute;
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 3.2%;
  top: 35%;
  z-index: 2;
  color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #faq #acmenu dt::before {
    right: 3.7%;
    top: 34%;
  }
}
@media (max-width: 750px) {
  #faq #acmenu dt::before {
    right: 5.6%;
  }
}
#faq #acmenu dt:after {
  position: absolute;
  content: "";
  right: 2%;
  top: 25%;
  background: #000;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50rem;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: 1;
}
#faq #acmenu dt.open {
  color: #fff;
  background: #000;
  border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}
#faq #acmenu dt.open::before {
  content: "\f068";
  color: #000;
}
#faq #acmenu dt.open:after {
  background: #fff;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#faq #acmenu dd {
  background: #000;
  display: none;
  margin: 0 auto 3rem;
  box-sizing: border-box;
  padding: 1.5rem;
  font-size: 1.4rem;
}
#faq #acmenu dd p {
  padding-left: 3em;
}
#faq #acmenu dd .dd-inner {
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
  background: #fff;
}
#faq #acmenu dd span {
  font-family: "Manrope", sans-serif;
  font-size: 2.8rem;
}
#faq .btn a {
  margin: 0 auto;
  background: #292B2D;
  color: #fff;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 2.5rem 1.2rem 3rem;
  width: 34%;
  border-radius: 50rem;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #faq .btn a {
    width: 50%;
  }
}
@media (max-width: 750px) {
  #faq .btn a {
    width: 70%;
    font-size: 4vw;
    padding: 1.8rem 2.5rem 1.8rem 3rem;
  }
}

.footer {
  background: #F6F7F9;
  padding: 2rem 0 3rem;
  position: relative;
  min-height: 16rem;
  max-height: 16rem;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1170px) {
  .footer {
    padding-top: 10rem;
    max-height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding-top: 10rem;
    max-height: inherit;
  }
}
@media (max-width: 750px) {
  .footer {
    padding-top: 10rem;
    max-height: inherit;
  }
}
.footer .footer-inner > .flex {
  gap: 4.3rem;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1484px) {
  .footer .footer-inner > .flex {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 750px) {
  .footer .footer-inner > .flex {
    flex-direction: column;
    gap: 5rem;
  }
}
.footer .footer-inner > .flex .flex-left {
  width: 30%;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1484px) {
  .footer .footer-inner > .flex .flex-left {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .footer .footer-inner > .flex .flex-left {
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
}
.footer .footer-inner > .flex .flex-left .logo {
  margin-right: 6.5rem;
}
@media (min-width: 1485px) and (max-width: 1785px) {
  .footer .footer-inner > .flex .flex-left .logo {
    margin-right: 3%;
  }
}
@media (max-width: 750px) {
  .footer .footer-inner > .flex .flex-left .logo {
    margin-right: 0;
  }
}
.footer .footer-inner > .flex .flex-left .link {
  margin-right: 4.5rem;
}
@media (min-width: 1485px) and (max-width: 1785px) {
  .footer .footer-inner > .flex .flex-left .link {
    margin-right: 2%;
  }
}
@media (max-width: 750px) {
  .footer .footer-inner > .flex .flex-left .link {
    margin-top: 3rem;
    margin-right: 0;
  }
}
.footer .footer-inner > .flex .flex-left .link ul.flex {
  gap: 4rem;
}
.footer .footer-inner > .flex .flex-left .link ul.flex li:not(.footer .footer-inner > .flex .flex-left .link ul.flex li:last-child) {
  position: relative;
}
.footer .footer-inner > .flex .flex-left .link ul.flex li:not(.footer .footer-inner > .flex .flex-left .link ul.flex li:last-child)::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  border-right: 0.1rem solid #292B2D;
  right: -2rem;
  top: 35%;
}
.footer .footer-inner > .flex .flex-left .link ul.flex li a {
  font-size: 1.3rem;
  color: #292B2D;
}
@media (max-width: 750px) {
  .footer .footer-inner > .flex .flex-left .sns {
    margin-top: 1.8rem;
  }
}
.footer .footer-inner > .flex .flex-left .sns ul.flex {
  gap: 3rem;
}
@media (min-width: 1485px) and (max-width: 1785px) {
  .footer .footer-inner > .flex .flex-left .sns ul.flex {
    gap: 1.5rem;
  }
}
.footer .footer-inner > .flex .flex-left .sns ul.flex li a {
  font-size: 1.3rem;
  color: #292B2D;
}
.footer .footer-inner > .flex .flex-right {
  width: 65%;
  margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 1706px) {
  .footer .footer-inner > .flex .flex-right {
    margin-right: 7%;
  }
}
@media (min-width: 768px) and (max-width: 1484px) {
  .footer .footer-inner > .flex .flex-right {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .footer .footer-inner > .flex .flex-right {
    margin-right: 0;
    width: 100%;
  }
}
.footer .footer-inner > .flex .flex-right .link ul.flex {
  gap: 3rem;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1484px) {
  .footer .footer-inner > .flex .flex-right .link ul.flex {
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .footer .footer-inner > .flex .flex-right .link ul.flex {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 750px) {
  .footer .footer-inner > .flex .flex-right .link ul.flex li {
    text-align: center;
  }
}
.footer .footer-inner > .flex .flex-right .link ul.flex li:not(.footer .footer-inner > .flex .flex-right .link ul.flex li:last-child) {
  position: relative;
}
.footer .footer-inner > .flex .flex-right .link ul.flex li:not(.footer .footer-inner > .flex .flex-right .link ul.flex li:last-child)::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  border-right: 0.1rem solid #292B2D;
  right: -2rem;
  top: 35%;
}
@media (max-width: 750px) {
  .footer .footer-inner > .flex .flex-right .link ul.flex li:not(.footer .footer-inner > .flex .flex-right .link ul.flex li:last-child)::before {
    content: none;
  }
}
.footer .footer-inner > .flex .flex-right .link ul.flex li a {
  font-size: 1.2rem;
  color: #292B2D;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner > .flex .flex-right .link ul.flex li a {
    font-size: 1vw;
  }
}
@media (max-width: 750px) {
  .footer .footer-inner > .flex .flex-right .link ul.flex li a {
    font-size: 1.2rem;
  }
}
.footer .footer-inner > .flex .flex-right .copy {
  font-size: 1.1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner > .flex .flex-right .copy {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .footer .footer-inner > .flex .flex-right .copy {
    text-align: center;
  }
  .footer .footer-inner > .flex .flex-right .copy.mT85 {
    margin-top: 6rem;
  }
}
.footer > .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1170px) {
  .footer > .btn {
    left: 0;
    margin: 0 auto;
    bottom: inherit;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer > .btn {
    left: 0;
    margin: 0 auto;
    bottom: inherit;
    top: 0;
  }
}
@media (max-width: 750px) {
  .footer > .btn {
    left: 0;
    margin: 0 auto;
    bottom: inherit;
    top: 0;
  }
}
.footer > .btn a {
  background: #292B2D;
  color: #fff;
  width: 16rem;
  height: 16rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1170px) {
  .footer > .btn a {
    width: 100%;
    height: 6.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer > .btn a {
    width: 100%;
    height: 6.5rem;
  }
}
@media (max-width: 750px) {
  .footer > .btn a {
    width: 100%;
    height: 6.5rem;
  }
}
.footer > .btn a::before {
  position: absolute;
  content: "\f102";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1170px) {
  .footer > .btn a::before {
    top: 15%;
  }
}
@media (max-width: 750px) {
  .footer > .btn a::before {
    top: 15%;
  }
}

@media (min-width: 1025px) and (max-width: 1484px) {
  .footer .footer-inner > .flex .flex-right .copy {
    margin-top: 2%;
    text-align: center;
  }
}
