body {
  overflow-x: hidden;
}

.all_wrap {
  max-width: 2000px;
  margin: 0 auto;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .all_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .all_wrap {
    width: 100vw;
  }
}
.all_wrap * {
  color: #1a1a1a;
  line-height: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.all_wrap a {
  color: #1a1a1a;
  text-decoration: none;
  vertical-align: baseline;
}
.all_wrap a:hover {
  opacity: 0.8;
}
.all_wrap img {
  width: 100%;
}
.all_wrap ul li {
  list-style: none;
}
.all_wrap table {
  border-spacing: 0;
}

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

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

* {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  * {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 768px) {
  * {
    font-size: 2.08vw;
  }
}

.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100vw;
  }
}

.btn {
  width: 500px;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1100px) {
  .btn {
    width: 46.09vw;
    filter: drop-shadow(1.36vw 1.36vw 1.36vw rgba(0, 0, 0, 0.25));
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100vw;
    filter: drop-shadow(1.95vw 1.95vw 1.95vw rgba(0, 0, 0, 0.25));
  }
}

.fv {
  background: url("../img/fv_bg_1020.png") no-repeat top center;
  background-size: 2000px 950px;
  padding-top: 818px;
  height: 950px;
}

@media screen and (max-width: 1100px) {
  .fv {
    background-size: 181.82vw 86.36vw;
    padding-top: 74.36vw;
    height: 86.36vw;
  }

  .webp .fv {
    background-size: 181.82vw 86.36vw;
    padding-top: 74.36vw;
    height: 86.36vw;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    background: url("../img/fv_bg_sp_1020.png") no-repeat bottom center;
    background-size: 100vw 164.06vw;
    padding-top: 139.58vw;
    height: 164.06vw;
  }
}
.fv .fv_wrap {
  margin-left: 550px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .fv .fv_wrap {
    margin-left: 49.55vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_wrap {
    display: block;
    margin-left: 0;
  }
}
.fv .btn {
  margin: 0;
  filter: none;
}
@media screen and (max-width: 768px) {
  .fv .btn {
    width: 85.94vw;
    margin-left: 7.68vw;
  }
}
.fv .kome {
  color: #818181;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: -21px;
  left: 50px;
}
@media screen and (max-width: 1100px) {
  .fv .kome {
    font-size: 1.45vw;
    bottom: -1.91vw;
    left: 4.55vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .kome {
    font-size: 3.52vw;
    text-align: center;
    left: -10.42vw;
    right: 0;
    bottom: -5.6vw;
  }
}

/* fv */
.whats {
  background: url("../img/whats_bg.webp") no-repeat top center;
  background-size: 2000px 1030px;
  height: 1060px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .whats {
    background-size: 181.82vw 93.64vw;
    height: 93.64vw;
  }
}
@media screen and (max-width: 768px) {
  .whats {
    background: url("../img/whats_bg_sp_1020.png") no-repeat top center;
    background-size: 100vw 190.1vw;
    height: 178.1vw;
  }
}
.whats::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  height: calc(90px / 2);
  width: 108px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1100px) {
  .whats::after {
    bottom: -3.37vw;
    height: calc(tbVw(90) / 2);
    width: 9.82vw;
  }
}
@media screen and (max-width: 768px) {
  .whats::after {
    bottom: -8.34vw;
    height: 8.46vw;
    width: 18.88vw;
  }
}
.whats h1 {
  width: 598px;
  margin: 0 auto;
  padding: 95px 0 20px;
}
@media screen and (max-width: 1100px) {
  .whats h1 {
    width: 54.36vw;
  }
}
@media screen and (max-width: 768px) {
  .whats h1 {
    width: 84vw;
    padding: 12% 0 10px;
  }
}
.whats .txt {
  font-weight: 700;
  font-size: 22px;
  line-height: 39.6px;
  margin-top: 9px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .whats .txt {
    font-size: 2vw;
    line-height: 3.6vw;
    margin-top: 0.82vw;
  }
}
@media screen and (max-width: 768px) {
  .whats .txt {
    font-size: 4.17vw;
    line-height: 7.55vw;
    margin-top: 6.07vw;
  }
}
.whats .lead_area {
  text-align: center;
  margin-top: 40px;
}
.whats .lead {
  padding: 0px 0.5em;
  font-weight: 700;
  font-size: 35px;
  line-height: 70px;
  margin-top: 331px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #9f1009;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .whats .lead {
    font-size: 3.18vw;
    line-height: 6.36vw;
    margin-top: 30.09vw;
  }
}
@media screen and (max-width: 768px) {
  .whats .lead {
    padding: 0px 0.4em 0 0.6em;
    font-size: 5.47vw;
    line-height: 10.42vw;
    margin-top: 42.71vw;
  }
}
.whats .lead::after {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background: #9f1009;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -40px;
}
@media screen and (max-width: 1100px) {
  .whats .lead::after {
    width: 0.27vw;
    height: 3.64vw;
    bottom: -3.64vw;
  }
}
@media screen and (max-width: 768px) {
  .whats .lead::after {
    width: 0.52vw;
    height: 6.25vw;
    bottom: -6.25vw;
  }
}
.whats .txt02 {
  margin-top: 62px;
}
@media screen and (max-width: 1100px) {
  .whats .txt02 {
    margin-top: 5.64vw;
  }
}
@media screen and (max-width: 768px) {
  .whats .txt02 {
    margin-top: 9.11vw;
  }
}

/* whats */
.about {
  background: url("../img/about_bg.webp") no-repeat top center;
  background-size: 2000px 2108px;
  padding-top: 109px;
  height: 2108px;
}
@media screen and (max-width: 1100px) {
  .about {
    background-size: 181.82vw 191.64vw;
    padding-top: 9.91vw;
    height: 191.64vw;
  }
}
@media screen and (max-width: 768px) {
  .about {
    background: url("../img/about_bg_sp.webp") no-repeat top center;
    background-size: 100vw 374.6vw;
    padding-top: 14.19vw;
    height: 376.6vw;
  }
}
.about .about_box {
  background: url("../img/about_box_bg_1017.png") no-repeat center/100%;
  width: 900px;
  height: 500px;
  margin: 0 auto;
  padding-top: 63px;
}
@media screen and (max-width: 1100px) {
  .about .about_box {
    width: 81.82vw;
    height: 45.91vw;
    padding-top: 5.73vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_box {
    background: url("../img/about_box_bg_sp.webp") no-repeat center/100%;
    width: 84.38vw;
    height: 111.98vw;
    padding-top: 8.2vw;
  }
}
.about .about_box_tit {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .about .about_box_tit {
    width: 37.55vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_box_tit {
    width: 64.5vw;
  }
}
.about .about_list {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  height: 16em;
  margin-left: 84px;
  margin-top: 38px;
}
@media screen and (max-width: 1100px) {
  .about .about_list {
    margin-left: 7.64vw;
    margin-top: 3.45vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list {
    height: auto;
    margin-left: 10.94vw;
    margin-top: 4.95vw;
  }
}

@media screen and (max-width: 450px) {
  .about .about_list {
    height: auto;
    margin-left: 10.94vw;
    margin-top: 2.95vw;
  }
}

.about .about_list li {
  position: relative;
}
.about .about_list li:nth-of-type(2) strong::after {
  width: 254px;
  background: url("../img/about_list02_line.png") no-repeat center/100%;
}
@media screen and (max-width: 1100px) {
  .about .about_list li:nth-of-type(2) strong::after {
    width: 23.09vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li:nth-of-type(2) strong::after {
    background: url("../img/about_list02_line_sp.png") no-repeat center/100%;
    width: 41.67vw;
  }
}
.about .about_list li:nth-of-type(4) strong::after {
  width: 231px;
  background: url("../img/about_list04_line.png") no-repeat center/100%;
}
@media screen and (max-width: 1100px) {
  .about .about_list li:nth-of-type(4) strong::after {
    width: 21vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li:nth-of-type(4) strong::after {
    background: url("../img/about_list04_line_sp.png") no-repeat center/100%;
    width: 38.41vw;
  }
}
.about .about_list li:nth-of-type(5) strong::after {
  width: 325px;
  background: url("../img/about_list05_line.png") no-repeat center/100%;
}
@media screen and (max-width: 1100px) {
  .about .about_list li:nth-of-type(5) strong::after {
    width: 29.55vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li:nth-of-type(5) strong::after {
    background: url("../img/about_list05_line_sp.png") no-repeat center/100%;
    width: 54.69vw;
  }
}
.about .about_list li:nth-of-type(6) strong::after {
  width: 382px;
  background: url("../img/about_list06_line.png") no-repeat center/100%;
}
@media screen and (max-width: 1100px) {
  .about .about_list li:nth-of-type(6) strong::after {
    width: 34.73vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li:nth-of-type(6) strong::after {
    background: url("../img/about_list06_line_sp.png") no-repeat center/100%;
    width: 63.41vw;
  }
}
.about .about_list li:nth-of-type(6) strong::after {
  width: 382px;
  background: url("../img/about_list06_line.png") no-repeat center/100%;
}
@media screen and (max-width: 1100px) {
  .about .about_list li:nth-of-type(6) strong::after {
    width: 34.73vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li:nth-of-type(6) strong::after {
    background: url("../img/about_list06_line_sp.png") no-repeat center/100%;
    width: 63.41vw;
  }
}
.about .about_list li:nth-of-type(n + 7) {
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .about .about_list li:nth-of-type(n + 7) {
    margin-top: 0.91vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li:nth-of-type(n + 7) {
    margin-top: 1.3vw;
  }
}
.about .about_list li:nth-of-type(n + 7)::after {
  top: 20px;
}
@media screen and (max-width: 1100px) {
  .about .about_list li:nth-of-type(n + 7)::after {
    top: 1.82vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li:nth-of-type(n + 7)::after {
    top: 2.6vw;
  }
}
.about .about_list li:nth-of-type(n + 7) strong {
  line-height: 44px;
}
@media screen and (max-width: 1100px) {
  .about .about_list li:nth-of-type(n + 7) strong {
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li:nth-of-type(n + 7) strong {
    line-height: 7.55vw;
  }
}
.about .about_list li:nth-of-type(n + 7) strong::after {
  width: 258px;
  bottom: -4px;
  background: url("../img/about_list07_line.png") no-repeat center/100%;
}
@media screen and (max-width: 1100px) {
  .about .about_list li:nth-of-type(n + 7) strong::after {
    width: 23.45vw;
    bottom: -0.37vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li:nth-of-type(n + 7) strong::after {
    background: url("../img/about_list02_line_sp.png") no-repeat center/100%;
    width: 41.67vw;
    bottom: -0.53vw;
  }
}
.about .about_list li:nth-of-type(n + 7) strong:nth-of-type(2)::after {
  width: 370px;
  background: url("../img/about_list07_line02.png") no-repeat center/100%;
}
@media screen and (max-width: 1100px) {
  .about .about_list li:nth-of-type(n + 7) strong:nth-of-type(2)::after {
    width: 33.64vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li:nth-of-type(n + 7) strong:nth-of-type(2)::after {
    background: url("../img/about_list07_line02_sp.png") no-repeat center/100%;
    width: 61.98vw;
  }
}
.about .about_list li:nth-of-type(n + 5) {
  margin-left: 6px;
}
@media screen and (max-width: 1100px) {
  .about .about_list li:nth-of-type(n + 5) {
    margin-left: 0.55vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li:nth-of-type(n + 5) {
    margin-left: 0vw;
  }
}
.about .about_list li::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #db4440;
  position: absolute;
  left: -28px;
  top: 29px;
  border-radius: 100%;
}
@media screen and (max-width: 1100px) {
  .about .about_list li::after {
    width: 0.91vw;
    height: 0.91vw;
    left: -2.55vw;
    top: 2.64vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li::after {
    width: 1.56vw;
    height: 1.56vw;
    left: -3.65vw;
    top: 3.78vw;
  }
}
.about .about_list li strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 58px;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .about .about_list li strong {
    font-size: 2vw;
    line-height: 5.27vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li strong {
    font-size: 3.65vw;
    line-height: 9.11vw;
  }
}
/* .about .about_list li strong::after {
  content: "";
  display: block;
  width: 325px;
  height: 2px;
  background: url("../img/about_list01_line.png") no-repeat center/100%;
  position: absolute;
  left: -2px;
  bottom: 5px;
}
@media screen and (max-width: 1100px) {
  .about .about_list li strong::after {
    width: 29.55vw;
    height: 0.18vw;
    left: -0.19vw;
    bottom: 0.45vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_list li strong::after {
    background: url("../img/about_list01_line_sp.png") no-repeat center/100%;
    width: 54.17vw;
    height: 0.39vw;
    left: -0.27vw;
    bottom: 0.65vw;
  }
} */

.about .about_list li strong{
  border-bottom: 4px dotted #FFFFFF;
}

@media screen and (max-width: 768px) {
  .about .about_list li strong{
    border-bottom: 2px dotted #FFFFFF;
  }
}

.about .nado {
  width: 136px;
  margin: 38px auto 0;
}
@media screen and (max-width: 1100px) {
  .about .nado {
    width: 12.36vw;
    margin: 3.45vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .about .nado {
    width: 22.92vw;
    margin: 4.95vw auto 0;
  }
}
.about .txt {
  font-weight: 700;
  font-size: 22px;
  margin-top: 19px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .about .txt {
    font-size: 2vw;
    margin-top: 1.73vw;
  }
}
@media screen and (max-width: 768px) {
  .about .txt {
    font-size: 4.17vw;
    line-height: 7.55vw;
    margin-top: 3.65vw;
  }
}
.about .txt strong {
  font-weight: 700;
  font-size: 28px;
  padding: 4px 2px 5px 10px;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #9f1009;
}
@media screen and (max-width: 1100px) {
  .about .txt strong {
    font-size: 2.55vw;
    padding: 0.36vw 0.18vw 0.45vw 0.91vw;
    margin-bottom: 1.27vw;
  }
}
@media screen and (max-width: 768px) {
  .about .txt strong {
    font-size: 4.69vw;
    padding: 0.91vw 1.04vw 1.04vw 1.95vw;
    margin-bottom: 2.73vw;
  }
}
.about .txt strong.pc_item {
  margin-bottom: 22px;
}
@media screen and (max-width: 1100px) {
  .about .txt strong.pc_item {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .about .txt strong.pc_item {
    display: none;
  }
}
.about .txt strong.sp_item {
  display: none;
}
@media screen and (max-width: 768px) {
  .about .txt strong.sp_item {
    display: inline-block;
  }
}
.about .btn {
  margin-top: 25px;
}
@media screen and (max-width: 1100px) {
  .about .btn {
    margin-top: 2.55vw;
  }
}
@media screen and (max-width: 768px) {
  .about .btn {
    margin-top: 1.3vw;
  }
}
.about .kome {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 7px 0 0 366px;
}
@media screen and (max-width: 1100px) {
  .about .kome {
    font-size: 1.45vw;
    margin: 0.64vw 0 0 33.27vw;
  }
}
@media screen and (max-width: 768px) {
  .about .kome {
    font-size: 3.65vw;
    text-align: center;
    margin: -2.61vw auto 23.44vw;
  }
}
.about .about_service_tit {
  width: 650px;
  margin: 183px auto 0;
}
@media screen and (max-width: 1100px) {
  .about .about_service_tit {
    width: 59.09vw;
    margin: 16.64vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .about .about_service_tit {
    width: 84.64vw;
    margin: 10.94vw auto 0;
  }
}
.about .about_service_list {
  position: relative;
  margin-top: 47px;
}
@media screen and (max-width: 1100px) {
  .about .about_service_list {
    margin-top: 4.27vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_service_list {
    margin-top: 3.91vw;
  }
}
.about .about_service_list li {
  position: absolute;
  top: 0;
  left: 47px;
  width: 330px;
}
@media screen and (max-width: 1100px) {
  .about .about_service_list li {
    left: 4.27vw;
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_service_list li {
    left: 7.42vw;
    width: 44.27vw;
  }
}
.about .about_service_list li:nth-of-type(2) {
  top: 132px;
  left: 131px;
  width: 370px;
}
@media screen and (max-width: 1100px) {
  .about .about_service_list li:nth-of-type(2) {
    top: 12vw;
    left: 11.91vw;
    width: 33.64vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_service_list li:nth-of-type(2) {
    top: 10.68vw;
    left: 46.09vw;
    width: 50.78vw;
  }
}
.about .about_service_list li:nth-of-type(3) {
  top: -3px;
  left: 540px;
  width: 400px;
}
@media screen and (max-width: 1100px) {
  .about .about_service_list li:nth-of-type(3) {
    top: -0.28vw;
    left: 49.09vw;
    width: 36.36vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_service_list li:nth-of-type(3) {
    top: 42.19vw;
    left: 7.55vw;
    width: 52.08vw;
  }
}
.about .about_service_list li:nth-of-type(4) {
  top: 239px;
  left: 690px;
  width: 330px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .about .about_service_list li:nth-of-type(4) {
    top: 21.73vw;
    left: 62.73vw;
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_service_list li:nth-of-type(4) {
    top: 77.47vw;
    left: 47.92vw;
    width: 42.97vw;
  }
}
.about .about_service_list li:nth-of-type(5) {
  top: 355px;
  left: 306px;
  width: 420px;
}
@media screen and (max-width: 1100px) {
  .about .about_service_list li:nth-of-type(5) {
    top: 32.27vw;
    left: 27.82vw;
    width: 38.18vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_service_list li:nth-of-type(5) {
    top: 96.22vw;
    left: 20.44vw;
    width: 58.59vw;
  }
}

/* about */
.message {
  background-color: #fff;
  padding-bottom: 84px;
}
@media screen and (max-width: 1100px) {
  .message {
    padding-bottom: 7.64vw;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding-bottom: 5.21vw;
  }
}
.message h2 {
  width: 410px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .message h2 {
    width: 37.27vw;
  }
}
@media screen and (max-width: 768px) {
  .message h2 {
    width: 67.19vw;
  }
}
.message .name {
  width: 410px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .message .name {
    width: 37.27vw;
  }
}
@media screen and (max-width: 768px) {
  .message .name {
    width: 67.19vw;
  }
}
.message .movie_box {
  margin: 0 auto;
  width: 700px;
  height: 400px;
}
@media screen and (max-width: 1100px) {
  .message .movie_box {
    width: 63.64vw;
    height: 36.36vw;
  }
}
@media screen and (max-width: 768px) {
  .message .movie_box {
    width: 78.13vw;
    height: 50.52vw;
  }
}
.message .movie_box iframe {
  width: 100%;
  height: 100%;
}
.message .lead {
  width: 700px;
  margin: 48px auto 0;
}
@media screen and (max-width: 1100px) {
  .message .lead {
    width: 63.64vw;
    margin: 4.36vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .message .lead {
    width: 100vw;
    margin: 7.55vw auto 0;
  }
}
.message .btn {
  margin-top: 42px;
  margin-left: 260px;
}
@media screen and (max-width: 1100px) {
  .message .btn {
    margin-top: 3.82vw;
    margin-left: 23.64vw;
  }
}
@media screen and (max-width: 768px) {
  .message .btn {
    margin: 0 auto;
    margin-top: 5.6vw;
    /* margin-left: 0; */
    width: 78vw;
  }
}
.message .kome {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 10px 0 0 305px;
}
@media screen and (max-width: 1100px) {
  .message .kome {
    font-size: 1.45vw;
    margin: 0.91vw 0 0 27.73vw;
  }
}
@media screen and (max-width: 768px) {
  .message .kome {
    font-size: 3.65vw;
    text-align: center;
    margin: 5.39vw auto 6.51vw;
  }
}

/* message */
.service {
  background-color: #dadada;
  padding-top: 89px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1100px) {
  .service {
    padding-top: 8.09vw;
    padding-bottom: 11.82vw;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 13.02vw;
    padding-bottom: 2.73vw;
  }
}
.service h2 {
  width: 370px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .service h2 {
    width: 33.64vw;
  }
}
@media screen and (max-width: 768px) {
  .service h2 {
    width: 60.55vw;
  }
}
.service .service_list {
  margin: 46px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 920px;
}
@media screen and (max-width: 1100px) {
  .service .service_list {
    margin: 4.18vw auto 0;
    width: 83.64vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_list {
    margin: 8.46vw auto 0;
    width: 100vw;
    justify-content: space-between;
  }
}
.service .service_list li {
  width: 440px;
  margin: 0 10px 20px;
}
@media screen and (max-width: 1100px) {
  .service .service_list li {
    width: 40vw;
    margin: 0 0.91vw 1.82vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_list li {
    width: 48.96vw;
    margin: 0 0 2.21vw;
  }
}
.service .service_subtit {
  width: 721px;
  margin: 72px auto 0;
}
@media screen and (max-width: 1100px) {
  .service .service_subtit {
    width: 65.55vw;
    margin: 6.55vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .service .service_subtit {
    width: 73.96vw;
    margin: 12.37vw auto 0;
  }
}
.service .lead {
  margin-top: 47px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .service .lead {
    margin-top: 4.27vw;
  }
}
@media screen and (max-width: 768px) {
  .service .lead {
    margin-top: 9.11vw;
  }
}
.service .lead strong {
  font-weight: 700;
  font-size: 30px;
  padding: 3px 2px 4px 10px;
  margin-bottom: 11px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #9f1009;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .service .lead strong {
    font-size: 2.73vw;
    padding: 0.27vw 0.18vw 0.36vw 0.91vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .service .lead strong {
    font-size: 4.69vw;
    padding: 0.91vw 0.78vw 1.17vw 1.82vw;
    margin-bottom: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .service .lead strong.pc_item {
    display: none;
  }
}
.service .lead strong.sp_item {
  display: none;
}
@media screen and (max-width: 768px) {
  .service .lead strong.sp_item {
    display: inline-block;
  }
}
.service .txt {
  font-weight: 700;
  font-size: 22px;
  line-height: 39.6px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 18px;
}
@media screen and (max-width: 1100px) {
  .service .txt {
    font-size: 2vw;
    line-height: 3.6vw;
    margin-top: 1.64vw;
  }
}
@media screen and (max-width: 768px) {
  .service .txt {
    font-size: 4.17vw;
    line-height: 7.81vw;
    margin-top: 2.34vw;
    letter-spacing: 0.01em;
  }
}
.service .txt02 {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .service .txt02 {
    margin-top: 2.73vw;
  }
}
@media screen and (max-width: 768px) {
  .service .txt02 {
    margin-top: 10.42vw;
  }
}
.service .txt02 strong {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .service .txt02 strong {
    font-size: 3.09vw;
    margin-top: 0.91vw;
  }
}
@media screen and (max-width: 768px) {
  .service .txt02 strong {
    font-size: 5.73vw;
    margin-top: 1.3vw;
  }
}
.service .txt02::after {
  content: "";
  display: block;
  width: 13px;
  height: 76px;
  background: url("../img/service_deco.png") no-repeat center/100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -90px;
}
@media screen and (max-width: 1100px) {
  .service .txt02::after {
    width: 1.18vw;
    height: 6.91vw;
    bottom: -8.19vw;
  }
}
@media screen and (max-width: 768px) {
  .service .txt02::after {
    background: url("../img/service_deco_sp.png") no-repeat center/100%;
    width: 1.82vw;
    height: 9.9vw;
    bottom: -12.24vw;
  }
}
.service .service_unique_list {
  width: 800px;
  margin: 122px auto 0;
}
@media screen and (max-width: 1100px) {
  .service .service_unique_list {
    width: 72.73vw;
    margin: 11.09vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .service .service_unique_list {
    width: 88.54vw;
    margin: 19.53vw auto 0;
  }
}
.service .service_unique_list li {
  margin-bottom: 63px;
}
@media screen and (max-width: 1100px) {
  .service .service_unique_list li {
    margin-bottom: 5.73vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_unique_list li {
    margin-bottom: 13.02vw;
  }
}
.service .service_unique_list li:nth-of-type(2) .list_txt02 {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .service .service_unique_list li:nth-of-type(2) .list_txt02 {
    margin-top: 2.73vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_unique_list li:nth-of-type(2) .list_txt02 {
    margin-top: 6.51vw;
  }
}
.service .service_unique_list li:nth-of-type(2) .list_txt03 {
  margin-top: 19px;
}
@media screen and (max-width: 1100px) {
  .service .service_unique_list li:nth-of-type(2) .list_txt03 {
    margin-top: 1.73vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_unique_list li:nth-of-type(2) .list_txt03 {
    margin-top: 2.86vw;
  }
}
.service .service_unique_list .list_txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 43.6px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 22px;
}
@media screen and (max-width: 1100px) {
  .service .service_unique_list .list_txt {
    font-size: 2.18vw;
    line-height: 3.96vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_unique_list .list_txt {
    font-size: 4.69vw;
    line-height: 7.81vw;
    margin-top: 8.07vw;
  }
}
.service .service_unique_list .list_txt02 {
  font-size: 22px;
  line-height: 39.6px;
  margin-top: 23px;
}
@media screen and (max-width: 1100px) {
  .service .service_unique_list .list_txt02 {
    font-size: 2vw;
    line-height: 3.6vw;
    margin-top: 2.09vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_unique_list .list_txt02 {
    font-size: 4.17vw;
    line-height: 7.81vw;
    margin-top: 4.56vw;
  }
}
.service .service_unique_list .list_txt03 {
  font-size: 18px;
  line-height: 35.6px;
  margin-top: 17px;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .service .service_unique_list .list_txt03 {
    font-size: 1.64vw;
    line-height: 3.24vw;
    margin-top: 1.55vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_unique_list .list_txt03 {
    font-size: 3.65vw;
    line-height: 6.77vw;
    margin-top: 2.86vw;
  }
}
.service .service_education_tit {
  width: 508px;
  margin: 78px auto 0;
}
@media screen and (max-width: 1100px) {
  .service .service_education_tit {
    width: 46.18vw;
    margin: 7.09vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .service .service_education_tit {
    width: 66.15vw;
    margin: 10.16vw auto 0;
  }
}
.service .service_education_list {
  margin-top: 24px;
}
@media screen and (max-width: 1100px) {
  .service .service_education_list {
    margin-top: 2.18vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_education_list {
    margin-top: 8.33vw;
  }
}
.service .service_education_list li {
  text-align: center;
  background: url("../img/service_education_list01.png") no-repeat center/100%;
  width: 901px;
  height: 301px;
  margin: 0 auto 70px;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 1100px) {
  .service .service_education_list li {
    width: 81.91vw;
    height: 27.36vw;
    margin: 0 auto 6.36vw;
    padding-top: 5.45vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_education_list li {
    background: url("../img/service_education_list01_sp.png") no-repeat center/100%;
    width: 84.38vw;
    height: 82.03vw;
    margin: 0 auto 15.1vw;
    padding-top: 9.77vw;
  }
}
.service .service_education_list li:nth-of-type(2) {
  background: url("../img/service_education_list02.png") no-repeat center/100%;
  height: 431px;
  padding-top: 77px;
}
@media screen and (max-width: 1100px) {
  .service .service_education_list li:nth-of-type(2) {
    height: 39.18vw;
    padding-top: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_education_list li:nth-of-type(2) {
    background: url("../img/service_education_list02_sp.png") no-repeat center/100%;
    height: 95.57vw;
    padding-top: 9.77vw;
  }
}
.service .service_education_list li .list_tit strong {
  font-weight: 700;
  font-size: 30px;
  padding: 4px 7px 5px 9px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #9f1009;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .service .service_education_list li .list_tit strong {
    font-size: 2.73vw;
    padding: 0.36vw 0.64vw 0.45vw 0.82vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_education_list li .list_tit strong {
    font-size: 4.69vw;
    padding: 0.91vw 0.91vw 1.04vw 1.17vw;
    margin-bottom: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_education_list li .list_tit strong.pc_item {
    display: none;
  }
}
.service .service_education_list li .list_tit strong.sp_item {
  display: none;
}
@media screen and (max-width: 768px) {
  .service .service_education_list li .list_tit strong.sp_item {
    display: inline-block;
  }
}
.service .service_education_list li .list_txt {
  font-size: 18px;
  line-height: 35.6px;
  letter-spacing: 0.05em;
  margin-top: 22px;
  margin-left: 33px;
}
@media screen and (max-width: 1100px) {
  .service .service_education_list li .list_txt {
    font-size: 1.64vw;
    line-height: 3.24vw;
    margin-top: 2vw;
    margin-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_education_list li .list_txt {
    font-size: 3.65vw;
    line-height: 6.77vw;
    margin: 1.82vw auto 0;
    text-align: left;
    width: 70.31vw;
  }
}
.service .service_education_list li a {
  background-color: #000;
  display: block;
  font-weight: 700;
  width: 370px;
  height: 72px;
  font-size: 22px;
  line-height: 69px;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -35px;
  border-radius: 36px;
}
@media screen and (max-width: 1100px) {
  .service .service_education_list li a {
    width: 33.64vw;
    height: 6.55vw;
    font-size: 2vw;
    line-height: 6.27vw;
    bottom: -3.19vw;
    border-radius: 3.27vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_education_list li a {
    width: 62.5vw;
    height: 13.02vw;
    font-size: 3.98vw;
    line-height: 12.76vw;
    bottom: -6.52vw;
    border-radius: 6.51vw;
  }
}
.service .service_education_list li a::after {
  content: "";
  display: block;
  width: 48px;
  height: 10px;
  background: url("../img/service_education_arrow.png") no-repeat center/100%;
  position: absolute;
  right: 20px;
  top: 28px;
}
@media screen and (max-width: 1100px) {
  .service .service_education_list li a::after {
    width: 4.36vw;
    height: 0.91vw;
    right: 1.82vw;
    top: 2.55vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service_education_list li a::after {
    background: url("../img/service_education_arrow_sp.png") no-repeat center/100%;
    width: 8.72vw;
    height: 1.82vw;
    right: 3.26vw;
    top: 4.95vw;
  }
}

/* service */
.reason {
  background: url("../img/reason_bg.webp") no-repeat top center;
  background-size: 2000px 2150px;
  height: 2150px;
}
@media screen and (max-width: 1100px) {
  .reason {
    background-size: 181.82vw 195.45vw;
    height: 195.45vw;
  }
}
@media screen and (max-width: 768px) {
  .reason {
    background: url("../img/reason_bg_sp.webp") no-repeat top center;
    background-size: 100vw 720.05vw;
    height: 720.05vw;
  }
}
.reason .reason_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list {
    width: 81.82vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list {
    width: 84.38vw;
  }
}
.reason .reason_list li {
  width: 440px;
  height: 350px;
  margin-bottom: 20px;
  padding-top: 122px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li {
    width: 40vw;
    height: 31.82vw;
    margin-bottom: 1.82vw;
    padding-top: 11.09vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li {
    width: 84.38vw;
    height: 63.8vw;
    margin-bottom: 5.21vw;
    padding-top: 23.44vw;
  }
}
.reason .reason_list li:first-of-type {
  background: url("../img/reason_list01.png") no-repeat center/100%;
  width: 900px;
  height: 250px;
  padding-top: 50px;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li:first-of-type {
    width: 81.82vw;
    height: 22.73vw;
    padding-top: 4.55vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:first-of-type {
    background: url("../img/reason_list01_sp.png") no-repeat center/100%;
    width: 84.38vw;
    height: 91.15vw;
    padding-top: 6.51vw;
  }
}
.reason .reason_list li:first-of-type .list_txt {
  width: 439px;
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.05em;
  margin-left: 430px;
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li:first-of-type .list_txt {
    width: 39.91vw;
    font-size: 2vw;
    line-height: 3.27vw;
    margin-left: 39.09vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:first-of-type .list_txt {
    width: 100%;
    font-size: 4.17vw;
    line-height: 7.55vw;
    margin: 39.06vw auto 0;
    text-align: center;
  }
}
.reason .reason_list li:nth-of-type(2) {
  background: url("../img/reason_list02.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:nth-of-type(2) {
    background: url("../img/reason_list02_sp.png") no-repeat center/100%;
  }
}
.reason .reason_list li:nth-of-type(3) {
  background: url("../img/reason_list03.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:nth-of-type(3) {
    background: url("../img/reason_list03_sp.png") no-repeat center/100%;
  }
}
.reason .reason_list li:nth-of-type(4) {
  background: url("../img/reason_list04.png") no-repeat center/100%;
  padding-top: 105px;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li:nth-of-type(4) {
    padding-top: 9.55vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:nth-of-type(4) {
    padding-top: 21.48vw;
    background: url("../img/reason_list04_sp.png") no-repeat center/100%;
  }
}
.reason .reason_list li:nth-of-type(4) .list_txt {
  margin: 16px auto 0;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li:nth-of-type(4) .list_txt {
    margin: 1.45vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:nth-of-type(4) .list_txt {
    margin: 3.39vw auto 0;
  }
}
.reason .reason_list li:nth-of-type(5) {
  background: url("../img/reason_list05.png") no-repeat center/100%;
  padding-top: 105px;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li:nth-of-type(5) {
    padding-top: 9.55vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:nth-of-type(5) {
    padding-top: 20.18vw;
    height: 76.82vw;
    background: url("../img/reason_list05_sp.png") no-repeat center/100%;
  }
}
.reason .reason_list li:nth-of-type(5) .list_txt {
  margin: 16px auto 0;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li:nth-of-type(5) .list_txt {
    margin: 1.45vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:nth-of-type(5) .list_txt {
    margin: 3.39vw auto 0;
  }
}
.reason .reason_list li:nth-of-type(6) {
  background: url("../img/reason_list06.png") no-repeat center/100%;
  padding-top: 110px;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li:nth-of-type(6) {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:nth-of-type(6) {
    padding-top: 20.83vw;
    height: 76.82vw;
    background: url("../img/reason_list06_sp.png") no-repeat center/100%;
  }
}
.reason .reason_list li:nth-of-type(6) .list_txt {
  margin: 18px auto 0;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li:nth-of-type(6) .list_txt {
    margin: 1.64vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:nth-of-type(6) .list_txt {
    margin: 3.13vw auto 0;
  }
}
.reason .reason_list li:nth-of-type(7) {
  background: url("../img/reason_list07.png") no-repeat center/100%;
  padding-top: 110px;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li:nth-of-type(7) {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:nth-of-type(7) {
    padding-top: 21.48vw;
    height: 69.53vw;
    background: url("../img/reason_list07_sp.png") no-repeat center/100%;
  }
}
.reason .reason_list li:nth-of-type(7) .list_txt {
  margin: 18px auto 0;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li:nth-of-type(7) .list_txt {
    margin: 1.64vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li:nth-of-type(7) .list_txt {
    margin: 3.13vw auto 0;
  }
}
.reason .reason_list li .list_tit {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li .list_tit {
    font-size: 2.55vw;
    line-height: 3.82vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li .list_tit {
    font-size: 5.47vw;
    line-height: 8.33vw;
  }
}
.reason .reason_list li .list_tit strong {
  font-weight: 700;
  font-size: 28px;
  padding: 5px 3px 5px 4px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #9f1009;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li .list_tit strong {
    font-size: 2.55vw;
    padding: 0.45vw 0.27vw 0.45vw 0.36vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li .list_tit strong {
    font-size: 5.47vw;
    padding: 0.78vw 0.78vw 1.17vw 0.91vw;
  }
}
.reason .reason_list li .list_txt {
  text-align: left;
  width: 345px;
  margin: 10px auto 0;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list li .list_txt {
    width: 31.36vw;
    margin: 0.91vw auto 0;
    font-size: 1.64vw;
    line-height: 3.27vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_list li .list_txt {
    width: 66.28vw;
    margin: 1.95vw auto 0;
    font-size: 4.17vw;
    line-height: 7.29vw;
  }
}
.reason .reason_flow_tit {
  width: 900px;
  margin: 38px auto 0;
}
@media screen and (max-width: 1100px) {
  .reason .reason_flow_tit {
    width: 81.82vw;
    margin: 3.45vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_flow_tit {
    width: 88.54vw;
    margin: 7.81vw auto 0;
  }
}
.reason .reason_flow_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 900px;
  margin: 50px auto 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1100px) {
  .reason .reason_flow_list {
    width: 81.82vw;
    margin: 5.27vw auto 0;
    padding-bottom: 4.09vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_flow_list {
    width: 84.38vw;
    margin: 4.95vw auto 0;
    padding-bottom: 7.16vw;
  }
}
.reason .reason_flow_list li {
  width: 400px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  .reason .reason_flow_list li {
    width: 35.91vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_flow_list li {
    width: 70.38vw;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}

.reason .reason_flow_list li:nth-child(2n) {
  width: 440px;
}

@media screen and (max-width: 1100px) {
  .reason .reason_flow_list li:nth-child(2n) {
    width: 40.91vw;
  }
}

@media screen and (max-width: 768px) {
  .reason .reason_flow_list li:nth-child(2n) {
    width: 70.91vw;
  }
}

/* reason */
.voice {
  background: url("../img/voice_bg.webp") no-repeat top center, #5f5d68;
  background-size: 2000px 1000px,100%;
  padding-top: 68px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .voice {
    background-size: 181.82vw 90.91vw;
    padding-top: 6.18vw;
    padding-bottom: 2.73vw;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    background: url("../img/voice_bg_sp.webp") no-repeat top center, #5f5d68;
    background-size: 100vw 142.45vw, 100%;
    padding-top: 11.07vw;
    padding-bottom: 3.91vw;
  }
}
.voice h2 {
  width: 267px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .voice h2 {
    width: 24.27vw;
  }
}
@media screen and (max-width: 768px) {
  .voice h2 {
    width: 44.14vw;
  }
}
.voice .voice_list {
  margin-top: 42px;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list {
    margin-top: 3.82vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list {
    margin-top: 9.64vw;
  }
}
.voice .voice_list > li {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 59px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  margin-bottom: 60px;
  margin-left: 60px;
  width: 840px;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list > li {
    border-radius: 1.82vw;
    padding-top: 5.36vw;
    padding-bottom: 1.82vw;
    margin-bottom: 5.45vw;
    margin-left: 5.45vw;
    width: 76.36vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list > li {
    border-radius: 3.65vw;
    padding-top: 7.81vw;
    padding-bottom: 4.56vw;
    width: 88.54vw;
    margin: 0 auto 10.42vw;
    display: block;
  }
}
.voice .voice_list > li::after, .voice .voice_list > li::before {
  content: "";
  display: block;
  width: 46px;
  height: 36px;
  background: url("../img/voice_list_deco.png") no-repeat center/100%;
  position: absolute;
  left: 47px;
  top: -16px;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list > li::after, .voice .voice_list > li::before {
    width: 4.18vw;
    height: 3.27vw;
    left: 4.27vw;
    top: -1.46vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list > li::after, .voice .voice_list > li::before {
    background: url("../img/voice_list_deco_sp.png") no-repeat center/100%;
    width: 8.2vw;
    height: 6.64vw;
    left: 8.59vw;
    top: -3.13vw;
  }
}
.voice .voice_list > li::before {
  width: 35px;
  height: 20px;
  background: url("../img/voice_list_arrow.png") no-repeat center/100%;
  left: 396px;
  bottom: -14px;
  top: auto;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list > li::before {
    width: 3.18vw;
    height: 1.82vw;
    left: 36vw;
    bottom: -1.28vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list > li::before {
    background: url("../img/voice_list_arrow_sp.png") no-repeat center/100%;
    width: 6.25vw;
    height: 3.52vw;
    left: 64.71vw;
    bottom: -3.39vw;
  }
}
.voice .voice_list > li:nth-of-type(even) {
  margin-left: 200px;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list > li:nth-of-type(even) {
    margin-left: 18.18vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list > li:nth-of-type(even) {
    margin: 0 auto 10.55vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list > li:nth-of-type(2) .voice_txt_tit strong:first-of-type {
    font-size: 3.52vw;
    padding: 0.3em 0.4em 0.4em 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list > li:nth-of-type(3) .people_wrap, .voice .voice_list > li:nth-of-type(4) .people_wrap {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list > li:nth-of-type(3) .voice_txt_tit, .voice .voice_list > li:nth-of-type(4) .voice_txt_tit {
    top: 13.28vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list > li:first-of-type .voice_txt_tit strong:first-child::after {
    display: none;
  }
  .voice .voice_list > li:first-of-type .voice_txt_tit strong:nth-of-type(2)::before {
    display: none;
  }
}
.voice .voice_list .people_area {
  margin-left: 33px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .people_area {
    margin-left: 3vw;
    margin-top: 1.36vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .people_area {
    width: auto;
    margin-left: 5.47vw;
    margin-top: 0vw;
    display: flex;
  }
}
.voice .voice_list .img {
  width: 187px;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .img {
    width: 17vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .img {
    width: 24.35vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .people_wrap {
    margin-top: 3.52vw;
    margin-left: 2.86vw;
    display: flex;
  }
}
.voice .voice_list .before {
  position: relative;
  color: #db4440;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  margin-top: 13px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .before {
    font-size: 1.64vw;
    margin-top: 1.18vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .before {
    font-size: 3.39vw;
    margin-top: 0;
    text-align: left;
  }
}
.voice .voice_list .before::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 12px;
  border: 8px solid transparent;
  border-left: 8px solid #eda19f;
  bottom: -24px;
  left: 85px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .before::after {
    width: 0.73vw;
    height: 1.09vw;
    border: 0.73vw solid transparent;
    border-left: 0.73vw solid #eda19f;
    bottom: -2.19vw;
    left: 7.73vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .before::after {
    width: 1.3vw;
    height: 1.3vw;
    border: 1.3vw solid transparent;
    border-left: 1.3vw solid #eda19f;
    bottom: auto;
    top: 0.65vw;
    left: auto;
    right: -3.39vw;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.voice .voice_list .after {
  font-size: 18px;
  margin-top: 20px;
  letter-spacing: 0.05em;
  color: #db4440;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .after {
    font-size: 1.64vw;
    margin-top: 1.82vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .after {
    font-size: 3.39vw;
    margin-top: 0;
    margin-left: 3.65vw;
    letter-spacing: 0.05em;
  }
}
.voice .voice_list .voice_area {
  margin-left: 32px;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .voice_area {
    margin-left: 2.91vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .voice_area {
    margin-left: 4.17vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .voice_txt_tit {
    position: absolute;
    top: 17.19vw;
    left: 31.51vw;
  }
}
.voice .voice_list .voice_txt_tit strong {
  color: #fff;
  background-color: #9f1009;
  font-size: 26px;
  letter-spacing: 0.01em;
  padding: 0.2em 0.4em 0.3em 0.6em;
  font-weight: 700;
  position: relative;
  margin-bottom: 2px;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .voice_txt_tit strong {
    font-size: 2.36vw;
    margin-bottom: 0.18vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .voice_txt_tit strong {
    font-size: 4.43vw;
    margin-bottom: 0.52vw;
    padding: 0.15em 0.4em 0.25em 0.6em;
  }
}
.voice .voice_list .voice_txt_tit strong.sp_item {
  display: none;
}
@media screen and (max-width: 768px) {
  .voice .voice_list .voice_txt_tit strong.sp_item {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .voice_txt_tit strong.pc_item {
    display: none;
  }
}
.voice .voice_list .voice_txt_tit strong::after, .voice .voice_list .voice_txt_tit strong::before {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  background: url("../img/voice_list_tit_deco.png") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .voice_txt_tit strong::after, .voice .voice_list .voice_txt_tit strong::before {
    width: 0.91vw;
    height: 0.91vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .voice_txt_tit strong::after, .voice .voice_list .voice_txt_tit strong::before {
    width: 1.3vw;
    height: 1.3vw;
  }
}
.voice .voice_list .voice_txt_tit strong::before {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.voice .voice_list .voice_txt_tit strong.lt::after {
  display: block;
}
.voice .voice_list .voice_txt_tit strong.rb::before {
  display: block;
}
.voice .voice_list .voice_txt_list {
  margin-top: 16px;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .voice_txt_list {
    margin-top: 1.45vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .voice_txt_list {
    margin-top: 3.91vw;
  }
}
.voice .voice_list .voice_txt_subtit {
  color: #9f1009;
  padding-left: 46px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .voice_txt_subtit {
    padding-left: 4.18vw;
    font-size: 1.82vw;
    line-height: 2.91vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .voice_txt_subtit {
    padding-left: 8.59vw;
    font-size: 3.65vw;
    line-height: 5.73vw;
  }
}
.voice .voice_list .voice_txt_subtit::after {
  content: "";
  display: block;
  width: 35px;
  height: 29px;
  background: url("../img/voice_list_q.png") no-repeat center/100%;
  position: absolute;
  left: 3px;
  top: 2px;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .voice_txt_subtit::after {
    width: 3.18vw;
    height: 2.64vw;
    left: 0.27vw;
    top: 0.18vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .voice_txt_subtit::after {
    background: url("../img/voice_list_q_sp.png") no-repeat center/100%;
    width: 6.9vw;
    height: 5.73vw;
    left: 0.39vw;
    top: 0vw;
  }
}
.voice .voice_list .voice_txt {
  margin-top: 3px;
  margin-left: 2px;
  margin-bottom: 20px;
  width: 548px;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .voice_txt {
    margin-top: 0.27vw;
    margin-left: 0.18vw;
    margin-bottom: 1.82vw;
    width: 49.82vw;
    font-size: 1.64vw;
    line-height: 3.09vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .voice_txt {
    margin-top: 0.91vw;
    margin-left: 0.26vw;
    margin-bottom: 3.91vw;
    width: 78.91vw;
    font-size: 3.65vw;
    line-height: 6.51vw;
    letter-spacing: 0.03em;
  }
}
.voice .voice_list .voice_txt strong {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .voice .voice_list .voice_txt strong {
    font-size: 1.64vw;
    line-height: 3.09vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_list .voice_txt strong {
    font-size: 3.65vw;
    line-height: 6.51vw;
  }
}

/* voice */
.introduction {
  background: url("../img/introduction_bg.webp") no-repeat top center;
  background-size: 2000px 300px;
  padding-top: 84px;
  padding-bottom: 94px;
}
@media screen and (max-width: 1100px) {
  .introduction {
    background-size: 181.82vw 27.27vw;
    padding-top: 7.64vw;
    padding-bottom: 8.55vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction {
    background: url("../img/introduction_bg_sp.webp") no-repeat top center;
    background-size: 100vw 46.88vw;
    padding-top: 9.11vw;
    padding-bottom: 12.24vw;
  }
}
.introduction h2 {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .introduction h2 {
    width: 63.64vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction h2 {
    width: 85.16vw;
  }
}
.introduction .slider {
  width: 100%;
  margin: 37px auto 0;
}
@media screen and (max-width: 1100px) {
  .introduction .slider {
    width: 83.64vw;
    margin: 3.36vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .introduction .slider {
    width: 84.38vw;
    margin: 4.82vw auto 0;
  }
}
.introduction .slick-slide {
  width: 920px;
  height: 500px;
  margin: 0 80px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .introduction .slick-slide {
    width: 83.64vw;
    height: 45.45vw;
    margin: 0 7.27vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .slick-slide {
    width: 84.38vw;
    height: 125vw;
    margin: 0 10.42vw;
  }
}
.introduction .slider_box {
  padding-top: 56px;
  width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .introduction .slider_box {
    padding-top: 5.09vw;
    width: 74.55vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .slider_box {
    display: block;
    padding-top: 10.16vw;
    width: 84.38vw;
  }
}
.introduction .slick-prev.slick-arrow {
  left: calc((100vw - 1130px) / 2);
  background: url(../img/introduction_arrow_l.png) no-repeat center/100%;
}
@media screen and (max-width: 1100px) {
  .introduction .slick-prev.slick-arrow {
    left: -5.46vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .slick-prev.slick-arrow {
    background: url("../img/introduction_arrow_l_sp.png") no-repeat center/100%;
    left: -5.86vw;
  }
}
.introduction .slick-next.slick-arrow {
  right: calc((100vw - 1130px) / 2);
  background: url(../img/introduction_arrow_r.png) no-repeat center/100%;
}
@media screen and (max-width: 1100px) {
  .introduction .slick-next.slick-arrow {
    right: -5.46vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .slick-next.slick-arrow {
    background: url("../img/introduction_arrow_r_sp.png") no-repeat center/100%;
    right: -5.86vw;
  }
}
.introduction .slick-arrow {
  position: absolute;
  top: 270px;
  width: 48px;
  height: 48px;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .introduction .slick-arrow {
    top: 24.55vw;
    width: 4.36vw;
    height: 4.36vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .slick-arrow {
    top: 62.5vw;
    width: 4.17vw;
    height: 4.17vw;
  }
}
.introduction .slick-arrow:hover {
  opacity: 0.8;
  cursor: pointer;
}
.introduction .slick-arrow::before {
  display: none;
}
.introduction .slick-dots li {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: #cecece;
}
@media screen and (max-width: 1100px) {
  .introduction .slick-dots li {
    width: 5.45vw;
    height: 0.55vw;
    margin: 0 0.45vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .slick-dots li {
    width: 7.81vw;
    height: 0.78vw;
    margin: 0 0.65vw;
  }
}
.introduction .slick-dots li button {
  width: 60px;
  height: 6px;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .introduction .slick-dots li button {
    width: 5.45vw;
    height: 0.55vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .slick-dots li button {
    width: 7.81vw;
    height: 0.78vw;
  }
}
.introduction .slick-dots li button:hover::before {
  opacity: 0.6;
  background-color: #9f1009;
}
.introduction .slick-dots li.slick-active button:before {
  background-color: #9f1009;
}
.introduction .slick-dots li button:before {
  width: 60px;
  height: 6px;
  background-color: #cecece;
  content: '';
}
@media screen and (max-width: 1100px) {
  .introduction .slick-dots li button:before {
    width: 5.45vw;
    height: 0.55vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .slick-dots li button:before {
    width: 7.81vw;
    height: 0.78vw;
  }
}
.introduction .staff_box {
  width: 260px;
}
@media screen and (max-width: 1100px) {
  .introduction .staff_box {
    width: 23.64vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .staff_box {
    width: 36.46vw;
    margin: 0 auto;
  }
}
.introduction .name {
  padding-left: 22px;
  padding-bottom: 8px;
  margin-top: 11px;
  font-weight: 500;
  font-size: 18px;
  /*width: 210px;*/
  width: 200%;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 1100px) {
  .introduction .name {
    padding-left: 2vw;
    padding-bottom: 0.73vw;
    margin-top: 1vw;
    font-size: 1.64vw;
    /*width: 19.09vw;*/
	width: 200%;
  }
}
@media screen and (max-width: 768px) {
  .introduction .name {
    /* padding-left: 3.65vw; */
    padding-left: 3%;
    padding-bottom: 1.04vw;
    margin-top: 2.47vw;
    font-size: 3.39vw;
    /*width: 29.43vw;*/
	width: 100%;
  }
}
.introduction .movie_box {
  margin-top: 58px;
  width: 534px;
  height: 302px;
}
@media screen and (max-width: 1100px) {
  .introduction .movie_box {
    margin-top: 5.27vw;
    width: 48.55vw;
    height: 27.45vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .movie_box {
    margin-top: 7.55vw;
    margin: 7.55vw auto 0;
    width: 72.92vw;
    height: 41.24vw;
  }
}
.introduction .movie_box iframe {
  width: 100%;
  height: 100%;
}
.introduction .txt_area {
  margin-top: 91px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .introduction .txt_area {
    margin-top: 8.27vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .txt_area {
    margin-top: 14.45vw;
  }
}
.introduction .txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 40.6px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .introduction .txt {
    font-size: 2.18vw;
    line-height: 3.69vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .txt {
    font-size: 4.17vw;
    line-height: 6.19vw;
  }
}
.introduction .txt strong {
  font-weight: 700;
  font-size: 26px;
  padding: 6px 10px 5px 13px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #9f1009;
  white-space: nowrap;
  margin-top: 5px;
}
@media screen and (max-width: 1100px) {
  .introduction .txt strong {
    font-size: 2.36vw;
    padding: 0.55vw 0.91vw 0.45vw 1.18vw;
    margin-top: 0.45vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .txt strong {
    font-size: 4.69vw;
    padding: 1.17vw 1.3vw 1.04vw 1.69vw;
    margin-top: 1.82vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .txt strong.pc_item {
    display: none;
  }
}
.introduction .txt strong.sp_item {
  display: none;
}
@media screen and (max-width: 768px) {
  .introduction .txt strong.sp_item {
    display: inline-block;
  }
}

.faq {
  background-color: #dadada;
  padding-top: 89px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1100px) {
  .faq {
    padding-top: 8.09vw;
    padding-bottom: 2.91vw;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 13.02vw;
    padding-bottom: 4.17vw;
  }
}
.faq h2 {
  width: 170px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .faq h2 {
    width: 15.45vw;
  }
}
@media screen and (max-width: 768px) {
  .faq h2 {
    width: 34.11vw;
  }
}
.faq .faq_list {
  width: 900px;
  margin: 62px auto 0;
}
@media screen and (max-width: 1100px) {
  .faq .faq_list {
    width: 81.82vw;
    margin: 5.64vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq_list {
    width: 88.54vw;
    margin: 8.07vw auto 0;
  }
}
.faq .faq_list dt {
  font-weight: 700;
  font-size: 22px;
  line-height: 39.6px;
  letter-spacing: 0.05em;
  border-bottom: 3px solid #000;
  padding-left: 82px;
  padding-bottom: 9px;
  margin-bottom: 23px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .faq .faq_list dt {
    font-size: 2vw;
    line-height: 3.6vw;
    border-bottom: 0.27vw solid #000;
    padding-left: 7.45vw;
    padding-bottom: 0.82vw;
    margin-bottom: 2.09vw;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq_list dt {
    font-size: 4.56vw;
    line-height: 7.55vw;
    border-bottom: 0.39vw solid #000;
    padding-left: 14.32vw;
    padding-bottom: 1.95vw;
    margin-bottom: 2.6vw;
  }
}
.faq .faq_list dt::after {
  content: "";
  display: block;
  width: 58px;
  height: 47px;
  background: url("../img/faq_q.png") no-repeat center/100%;
  position: absolute;
  left: 17px;
  top: -3px;
}
@media screen and (max-width: 1100px) {
  .faq .faq_list dt::after {
    width: 5.27vw;
    height: 4.27vw;
    left: 1.55vw;
    top: -0.28vw;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq_list dt::after {
    background: url("../img/faq_q_sp.png") no-repeat center/100%;
    width: 11.33vw;
    height: 9.24vw;
    left: 1.17vw;
    top: -0.66vw;
  }
}
.faq .faq_list dd {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.05em;
  padding-left: 80px;
  margin-bottom: 57px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .faq .faq_list dd {
    font-size: 1.64vw;
    line-height: 3.27vw;
    padding-left: 7.27vw;
    margin-bottom: 5.18vw;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq_list dd {
    font-size: 4.04vw;
    line-height: 7.03vw;
    padding-left: 14.32vw;
    margin-bottom: 7.42vw;
    white-space: nowrap;
  }
}
.faq .faq_list dd::after {
  content: "";
  display: block;
  width: 52px;
  height: 47px;
  background: url("../img/faq_a.png") no-repeat center/100%;
  position: absolute;
  left: 20px;
  top: -5px;
}
@media screen and (max-width: 1100px) {
  .faq .faq_list dd::after {
    width: 4.73vw;
    height: 4.27vw;
    left: 1.82vw;
    top: -0.46vw;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq_list dd::after {
    background: url("../img/faq_a_sp.png") no-repeat center/100%;
    width: 10.29vw;
    height: 9.24vw;
    left: 2.08vw;
    top: 1.04vw;
  }
}

.footer {
  background: url("../img/footer_bg.webp") no-repeat top center;
  background-size: 2000px 440px;
  height: 440px;
  padding-top: 33px;
  margin-bottom: 6%;
}
@media screen and (max-width: 1100px) {
  .footer {
    background-size: 181.82vw 40vw;
    height: 40vw;
    padding-top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    background: url("../img/footer_bg_sp.webp") no-repeat top center;
    background-size: 100vw 88.02vw;
    height: 83.02vw;
    padding-top: 6.51vw;
    margin-bottom: 25%;
  }
}
.footer .kome {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 10px 0 0 320px;
}
@media screen and (max-width: 1100px) {
  .footer .kome {
    font-size: 1.45vw;
    margin: 0.91vw 0 0 29.09vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .kome {
    font-size: 3.65vw;
    text-align: center;
    margin: 4.39vw auto 7.81vw;
  }
}
.footer h2 {
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 1100px) {
  .footer h2 {
    font-size: 2vw;
    margin-top: 3.27vw;
  }
}
@media screen and (max-width: 768px) {
  .footer h2 {
    font-size: 4.17vw;
    margin-top: 1.95vw;
  }
}
.footer .txt {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 1100px) {
  .footer .txt {
    font-size: 1.64vw;
    line-height: 2.91vw;
    margin-top: 1.09vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .txt {
    font-size: 3.65vw;
    line-height: 6.25vw;
    margin-top: 1.95vw;
  }
}
.footer .link_wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 1100px) {
  .footer .link_wrap {
    margin-top: 2.27vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .link_wrap {
    margin-top: 7.29vw;
  }
}
.footer .link_wrap a {
  display: block;
  width: 260px;
  height: 60px;
  color: #fff;
  background-color: #9f1009;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 60px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .footer .link_wrap a {
    width: 23.64vw;
    height: 5.45vw;
    font-size: 2vw;
    line-height: 5.45vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .link_wrap a {
    width: 40.36vw;
    height: 10.94vw;
    font-size: 3.65vw;
    line-height: 10.68vw;
  }
}
.footer .link_wrap a + a {
  margin-left: 20px;
}
@media screen and (max-width: 1100px) {
  .footer .link_wrap a + a {
    margin-left: 1.82vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .link_wrap a + a {
    margin-left: 3.65vw;
  }
}

@media screen and (max-width: 768px) {
  .footer .btn {
    width: 82vw;
  }
}

/*# sourceMappingURL=style.css.map */


.fl_cta {
  background-color: rgba(0,0,0,.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
  z-index: 10;
}

.fl_cta p {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-style: italic;
  font-size: 30px;
}

.fl_cta a {
  display: block;
  width: 22%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .fl_cta {
    display: block;
    text-align: center;
    padding: 3% 0;
  }

  .fl_cta p {
    font-size: 5vw;
  }

  .fl_cta a {
    width: 70%;
    margin: 0 auto;
    margin-top: 3%;
  }
}


.jisseki {
  padding: 75px 0 40px;
}

.jisseki .inner h1 {
  text-align: center;
}

.syukatsu_logo {
  width: 80%;
  margin: 30px auto 0;
}

@media screen and (max-width: 1100px) {
  .jisseki {
    padding: 7% 0 4%;
  }

  .syukatsu_logo {
    margin: 2.5% auto 0;
  }
}

@media screen and (max-width: 640px) {
  .jisseki {
    padding: 9% 0 4%;
  }
  
  .syukatsu_logo {
    width: 95%;
    margin: 3% auto 0;
  }

  .jisseki .inner h1 {
    font-size: 4.7vw;
  }
}

.syokureki {
  padding: 10px 22px;
  width: 200%;
}

@media screen and (max-width: 1100px) {
  .syokureki {
    padding-top: 3.5%;
    padding-left: 2vw;
  }
}

@media screen and (max-width: 640px) {
  .syokureki {
    padding-top: 3.5%;
    padding-left: 0;
    padding-right: 0;
    /* padding-left: 3.65vw; */
    width: 100%;
    line-height: 1.5;
  }
}