/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
/*-----------------------
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 {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

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

p {
  margin: 0;
}

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

: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;
  }
}

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

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

.tab-sp {
  display: none;
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-sp {
    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;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

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

body {
  position: relative;
  color: #000;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 28px;
  }
}
body {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
}

a:hover {
  opacity: 0.7;
}

.main-left,
.main-right {
  position: fixed;
  min-width: calc((100% - 375px) / 2);
  width: calc((100% - 375px) / 2);
  max-width: calc((100% - 375px) / 2);
  background: #d7f1ff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-left,
  .main-right {
    display: none;
  }
}
@media (max-width: 750px) {
  .main-left,
  .main-right {
    display: none;
  }
}

.main-left {
  margin: 0 auto 0 0;
  background: #d7f1ff;
  height: 100vh;
}
.main-left nav {
  margin: 5% 0 0 10%;
}
.main-left nav ul li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(20px, 20px + 20 * (100vw - 767px) / 673, 40px);
  font-weight: bold;
  color: #080f33;
}
.main-left .btn-box {
  margin: 2% 0 0 10%;
  text-align: center;
  width: 90%;
  padding: 20px 0;
}
.main-left .btn-box .btn-flex {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.main-left .btn-box .btn-flex .btn-cn a img {
  max-width: 50px;
  width: 100%;
}
.main-left .btn-fixed {
  width: 100%;
  max-width: calc((100% - 375px) / 2);
  background: url(../img/fixed-bg.jpg) no-repeat center center/cover;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  box-sizing: border-box;
}

.main-right {
  right: 0;
}
.main-right .img {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.main-right .img img {
  width: 85%;
}

.main-center {
  max-width: 375px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center {
    max-width: inherit;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .main-center {
    max-width: inherit;
    width: 100%;
  }
}
.main-center .img img {
  width: 100%;
}
.main-center .btn a {
  width: 100%;
}
.main-center .btn a img {
  width: 100%;
}
.main-center .inner {
  width: 92%;
  max-width: 345px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .inner {
    max-width: inherit;
  }
}
.main-center .mainv img {
  width: 100%;
}
.main-center .cta {
  background: url(../img/fixed-bg.jpg) no-repeat center center/cover;
  padding: 15px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 375px;
  z-index: 9999;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .cta {
    max-width: inherit;
    width: 100%;
    display: block;
  }
}
@media (max-width: 750px) {
  .main-center .cta {
    max-width: inherit;
    display: block;
    width: 100%;
  }
}
.main-center .cta .btn {
  width: 90%;
  margin: 0 auto;
}
.main-center #access .img {
  position: relative;
}
.main-center #access .img .map {
  position: absolute;
  bottom: 28%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.main-center #access .img .map iframe {
  margin: 0 auto;
  width: 80%;
  max-height: 17vh;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #access .img .map iframe {
    max-height: 30vh;
  }
}
@media (max-width: 750px) {
  .main-center #access .img .map iframe {
    max-height: 170px;
  }
}
.main-center #access .img .in-map {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
.main-center #price {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.main-center #price h2 {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price h2 {
    max-width: inherit;
  }
}
.main-center #price h3 {
  color: #fff;
  font-size: clamp(26px, 26px + 0 * (100vw - 767px) / 673, 26px);
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price h3 {
    font-size: 52px;
  }
}
.main-center #price .price-box#man ul.tab-list li.tab-item {
  background: #888;
  border: 2px solid #888;
}
.main-center #price .price-box#man ul.tab-list li.tab-item span {
  color: #888;
}
.main-center #price .price-box#man ul.tab-list li.tab-item.active {
  background: #2473b7;
  border-color: #2473b7;
  color: #fff;
}
.main-center #price .price-box#man ul.tab-list li.tab-item.active span {
  background: #fff;
  color: #2473b7;
}
.main-center #price .price-box#man ul.content-list li.content-item .left {
  color: #2473b7;
}
.main-center #price .price-box#man ul.content-list li.content-item .normal {
  background: #85b1c4;
}
.main-center #price .price-box#man ul.content-list li.content-item .discount .price {
  color: #2473b7;
}
.main-center #price .price-box h3 {
  margin-top: 20px;
}
.main-center #price ul.tab-list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.main-center #price ul.tab-list li.tab-item {
  padding: 5px 0;
  text-align: center;
  background: #888888;
  color: #fff;
  font-weight: bold;
  width: 50%;
  border: 2px solid #888888;
  box-sizing: border-box;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.tab-list li.tab-item {
    font-size: 36px;
  }
}
.main-center #price ul.tab-list li.tab-item span {
  font-size: clamp(11px, 11px + 0 * (100vw - 767px) / 673, 11px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.tab-list li.tab-item span {
    font-size: 22px;
  }
}
.main-center #price ul.tab-list li.tab-item span {
  background: #fff;
  color: #888;
  padding: 2px 10px;
  border-radius: 30px;
  margin-right: 5px;
}
.main-center #price ul.tab-list li.tab-item.active {
  background: #b72435;
  color: #fff;
  box-sizing: border-box;
  border: 2px solid #b72435;
}
.main-center #price ul.tab-list li.tab-item.active span {
  background: #fff;
  color: #b72435;
}
.main-center #price ul.tab-list li.tab-item:hover {
  cursor: pointer;
}
.main-center #price ul.content-list {
  margin-top: 10px;
}
.main-center #price ul.content-list li.content-item {
  display: none;
}
.main-center #price ul.content-list li.content-item.show {
  display: block;
}
.main-center #price ul.content-list li.content-item .price-table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 4px;
}
.main-center #price ul.content-list li.content-item .first {
  display: flex;
  align-items: stretch;
}
.main-center #price ul.content-list li.content-item .first > .normal {
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .first > .normal {
    font-size: 28px;
  }
}
.main-center #price ul.content-list li.content-item .first > .discount {
  color: #c78400;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .first > .discount {
    font-size: 28px;
  }
}
.main-center #price ul.content-list li.content-item .first > .discount {
  justify-content: center;
  align-items: center;
}
.main-center #price ul.content-list li.content-item .row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px dotted #c45260;
}
.main-center #price ul.content-list li.content-item .row.border-none {
  border-bottom: none;
}
.main-center #price ul.content-list li.content-item .left {
  width: 47px;
  max-width: 47px;
  min-width: 47px;
  padding: 15px;
  background: #fff;
  letter-spacing: -0.01em;
  word-break: keep-all;
  color: #b72435;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: clamp(13px, 13px + 0 * (100vw - 767px) / 673, 13px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .left {
    width: 84px;
    max-width: 84px;
    min-width: 84px;
    font-size: 26px;
  }
}
.main-center #price ul.content-list li.content-item .normal {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
  background: #d97a7a;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(25px, 25px + 0 * (100vw - 767px) / 673, 25px);
  letter-spacing: -0.03em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .normal {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
    font-size: 50px;
  }
}
.main-center #price ul.content-list li.content-item .normal span.small {
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .normal span.small {
    font-size: 36px;
  }
}
.main-center #price ul.content-list li.content-item .discount {
  width: 50%;
  position: relative;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
  width: calc(100% - 137px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .discount {
    width: calc(100% - 264px);
    padding: 10px;
  }
}
.main-center #price ul.content-list li.content-item .discount.popular {
  padding: 25px 10px 10px 10px;
}
.main-center #price ul.content-list li.content-item .discount .badge {
  display: inline-block;
  background: #c78400;
  border-radius: 50%;
  font-size: clamp(10px, 10px + 0 * (100vw - 767px) / 673, 10px);
  letter-spacing: -0.01em;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .discount .badge {
    font-size: 20px;
    width: 80px;
    height: 80px;
  }
}
.main-center #price ul.content-list li.content-item .discount .price {
  font-size: 24px;
  color: #c00;
  font-weight: bold;
  letter-spacing: -0.08em;
  font-size: clamp(35px, 35px + 0 * (100vw - 767px) / 673, 35px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .discount .price {
    font-size: 70px;
    letter-spacing: -0.03em;
  }
}
.main-center #price ul.content-list li.content-item .discount .price span.small {
  font-size: clamp(25px, 25px + 0 * (100vw - 767px) / 673, 25px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .discount .price span.small {
    font-size: 50px;
  }
}
.main-center #price ul.content-list li.content-item .discount .tag {
  max-width: 102px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -6px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .discount .tag {
    max-width: 204px;
  }
}
.main-center #price ul.content-list li.content-item .box {
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-center #price ul.content-list li.content-item .box.woman {
  color: #b72435;
}
.main-center #price ul.content-list li.content-item .box.man {
  color: #2473b7;
}
.main-center #price ul.content-list li.content-item .box p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: clamp(35px, 35px + 0 * (100vw - 767px) / 673, 35px);
  letter-spacing: -0.05em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .box p {
    font-size: 70px;
  }
}
.main-center #price ul.content-list li.content-item .box p span.fs20 {
  font-size: clamp(20px, 20px + 0 * (100vw - 767px) / 673, 20px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .box p span.fs20 {
    font-size: 40px;
  }
}
.main-center #price ul.content-list li.content-item .box p span.small {
  font-size: clamp(20px, 20px + 0 * (100vw - 767px) / 673, 20px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price ul.content-list li.content-item .box p span.small {
    font-size: 40px;
  }
}
.main-center #price .memo {
  color: #000;
  margin-top: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(12px, 12px + 0 * (100vw - 767px) / 673, 12px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price .memo {
    font-size: 24px;
  }
}
.main-center #price .btn {
  margin-top: 45px;
}
.main-center #price .note {
  margin-top: 65px;
}
.main-center #price .note .ttl {
  background: #080f33;
  color: #fff;
  padding: 3px 0;
  text-align: center;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price .note .ttl {
    font-size: 36px;
  }
}
.main-center #price .note .txt {
  margin-top: 5px;
  color: #080f33;
  font-weight: bold;
  font-size: clamp(16px, 16px + 0 * (100vw - 767px) / 673, 16px);
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price .note .txt {
    font-size: 32px;
  }
}
.main-center #price .note .memo2 {
  margin-top: 5px;
  color: #000;
  font-size: clamp(13px, 13px + 0 * (100vw - 767px) / 673, 13px);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price .note .memo2 {
    font-size: 26px;
  }
}
.main-center #price .note-box img {
  width: 100%;
}
.main-center #bus {
  background: url(../img/bus-bg.png) no-repeat center center/cover;
  padding: 25% 0;
  position: relative;
  z-index: 2;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #bus {
    padding: 38% 0 40%;
  }
}
.main-center #bus .number {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  justify-self: center;
  align-items: center;
  background: #ccffa6;
  text-align: center;
  width: 175px;
  height: 25px;
  border-radius: 30px;
  color: #080f33;
  font-weight: bold;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #bus .number {
    width: 350px;
    height: 50px;
  }
}
.main-center #bus .number span {
  font-size: clamp(20px, 20px + 0 * (100vw - 767px) / 673, 20px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #bus .number span {
    font-size: 40px;
  }
}
.main-center #bus .place {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 20px + 0 * (100vw - 767px) / 673, 20px);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.69);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #bus .place {
    font-size: 40px;
  }
}
.main-center #bus .list {
  margin-top: 25px;
}
.main-center #bus .list ul.flex {
  justify-content: center;
  gap: 15px;
}
.main-center #bus .list ul.flex li {
  width: calc((100% - 15px) / 2);
  border: 1px solid #fff;
  box-sizing: border-box;
}
.main-center #bus .list ul.flex li .ttl {
  padding: 2px 0;
  text-align: center;
  color: #080f33;
  font-weight: bold;
  background: #fff;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #bus .list ul.flex li .ttl {
    font-size: 36px;
  }
}
.main-center #bus .list ul.flex li .time {
  font-size: clamp(30px, 30px + 0 * (100vw - 767px) / 673, 30px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.03em;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #bus .list ul.flex li .time {
    font-size: 60px;
  }
}
.main-center #bus .list ul.flex li .time span {
  margin-right: 10px;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #bus .list ul.flex li .time span {
    font-size: 28px;
  }
}
.main-center #bus .list ul.flex li .area {
  font-size: clamp(16px, 16px + 0 * (100vw - 767px) / 673, 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #bus .list ul.flex li .area {
    font-size: 32px;
  }
}
.main-center #bus .btn {
  margin-top: 50px;
}
.main-center #bus .text {
  margin-top: 30px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.main-center #bus .memo {
  margin-top: 30px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.03em;
}
.main-center #volunteer {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #volunteer {
    margin-top: -20px;
  }
}
.main-center #volunteer .img {
  position: relative;
}
.main-center #volunteer .img .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 7%;
  width: 90%;
}
.main-center #achieve {
  position: relative;
  z-index: 3;
  margin-top: -10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #achieve {
    margin-top: -20px;
  }
}
.main-center #faq {
  background: #001169;
  padding: 45px 0 40px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}
.main-center #faq h2 {
  text-align: center;
  max-width: 75px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #faq h2 {
    max-width: inherit;
  }
}
.main-center #faq dl:first-of-type {
  margin-top: 30px;
}
.main-center #faq dl:first-of-type dt {
  padding-top: 0;
}
.main-center #faq dl:last-of-type dd {
  border-bottom: none;
}
.main-center #faq dl dt,
.main-center #faq dl dd {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: clamp(13px, 13px + 0 * (100vw - 767px) / 673, 13px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #faq dl dt,
  .main-center #faq dl dd {
    font-size: 26px;
    gap: 10px;
  }
}
.main-center #faq dl dt span,
.main-center #faq dl dd span {
  font-size: clamp(21px, 21px + 0 * (100vw - 767px) / 673, 21px);
  width: 26px;
  min-width: 26px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #faq dl dt span,
  .main-center #faq dl dd span {
    font-size: 42px;
    width: 52px;
    min-width: 52px;
  }
}
.main-center #faq dl dt {
  padding: 15px 0;
}
.main-center #faq dl dd {
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  align-items: flex-start;
}
.main-center #policy {
  background: #dbdbdb;
  padding: 35px 0 40px;
  line-height: 2;
}
.main-center #policy .ttl {
  margin-top: 40px;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
  color: #2f296f;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #policy .ttl {
    font-size: 36px;
  }
}
.main-center #policy .txt {
  margin-top: 15px;
}
.main-center .btn-box {
  margin: 0 auto;
  text-align: center;
  width: 90%;
  padding: 20px 0;
}
.main-center .btn-box .btn-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.main-center .btn-box .btn-flex .btn-cn a img {
  max-width: 50px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center footer {
    padding-bottom: 136px;
  }
}
@media (max-width: 750px) {
  .main-center footer {
    padding-bottom: 85px;
  }
}