@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
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, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
}

.font-os {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.txt-bold {
  font-weight: 700;
}

.color-w {
  color: #ffffff;
}

.color-r {
  color: #d6001f;
}

.color-b {
  color: #036eb8;
}

a:hover {
  opacity: 0.7;
}

section {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section {
    padding: 12vw 0;
  }
}

.border {
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .border {
    border-radius: 1.0666666667vw;
  }
}

.font-70 {
  font-size: 70%;
}

.ttl {
  font-size: 46px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 7.4666666667vw;
    line-height: 1.6em;
    margin-top: 1.6vw;
  }
}

.ttl-sub {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ttl-sub {
    font-size: 5.0666666667vw;
  }
}

.under-border {
  border-bottom: solid 2px #d6001f;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .under-border {
    border-bottom: solid 0.5333333333vw #d6001f;
  }
}

.sttl {
  font-size: 36px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #f7ccd2));
  background: linear-gradient(transparent 60%, #f7ccd2 30%);
  display: inline;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sttl {
    font-size: 5.8666666667vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #f7ccd2));
    background: linear-gradient(transparent 70%, #f7ccd2 30%);
  }
}

.angle {
  width: 0;
  height: 0;
  border-right: 230px solid transparent;
  border-left: 230px solid transparent;
  border-top: 160px solid #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
}
@media screen and (max-width: 767px) {
  .angle {
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 24vw solid #ffffff;
  }
}

.cv-btn {
  background: rgb(136, 204, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(136, 204, 0)), to(rgb(0, 166, 83)));
  background: linear-gradient(90deg, rgb(136, 204, 0) 0%, rgb(0, 166, 83) 100%);
  display: block;
  color: #fff;
  width: 580px;
  height: 80px;
  border-radius: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
  -webkit-box-shadow: 0px 8px 0px 0px #004d40;
          box-shadow: 0px 8px 0px 0px #004d40;
  position: relative;
}

@media (max-width: 767px) {
  .cv-btn {
    width: 89.3333333333vw;
    height: 18.6666666667vw;
    border-radius: 100px;
    padding: 0 4.2666666667vw;
    -webkit-box-shadow: 0px 2.1333333333vw 0px 0px #004d40;
            box-shadow: 0px 2.1333333333vw 0px 0px #004d40;
  }
}
.cv-btn:hover {
  opacity: 0.8;
}

.cv-btn-txt {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .cv-btn-txt {
    margin-top: -1.3333333333vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
  }
}
.cv-btn-img {
  width: 33px;
  position: absolute;
  right: 24px;
  top: 23px;
}
@media screen and (max-width: 767px) {
  .cv-btn-img {
    width: 8.9333333333vw;
    right: 3.2vw;
    top: 4.5333333333vw;
  }
}

.cv-btn-txt .small {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .cv-btn-txt .small {
    font-size: 2.6666666667vw;
  }
}
.cv-btn-area {
  background: url(../img/cta-bg.webp) top center/100% auto no-repeat;
  padding: 50px 0;
  background-size: cover;
}

@media (max-width: 767px) {
  .cv-btn-area {
    background: url(../img/cta-bg_sp.webp) top center/100vw auto no-repeat;
    padding: 10.6666666667vw 0 10.6666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-bottom-cv-area {
    padding: 5.3333333333vw 0 10.6666666667vw 0;
  }
}

.cv-s-ttl {
  font-size: 22px;
  width: 434px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 21px;
  padding: 12px 0;
  border: solid #ffffff 2px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .cv-s-ttl {
    font-size: 4.2666666667vw;
    border: solid 0.5333333333vw #ffffff;
    margin-bottom: 4.2666666667vw;
    width: 84vw;
    padding: 2.6666666667vw 0;
  }
}

.cv-m-ttl {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .cv-m-ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .cv-btn-stxt {
    font-size: 4.2666666667vw;
  }
}

.header-cv-btn {
  background: rgb(136, 204, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(136, 204, 0)), to(rgb(0, 166, 83)));
  background: linear-gradient(90deg, rgb(136, 204, 0) 0%, rgb(0, 166, 83) 100%);
  display: block;
  color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  -webkit-box-shadow: 0px 6px 0px 0px #004d40;
          box-shadow: 0px 6px 0px 0px #004d40;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-cv-btn {
    width: 320px;
    height: 54px;
  }
}

@media (max-width: 767px) {
  .header-cv-btn {
    display: none;
  }
}
.header-cv-btn:hover {
  opacity: 0.8;
}

.header-cv-btn-txt {
  letter-spacing: 0.08em;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 0.9em;
}

@media (max-width: 767px) {
  .header-cv-btn-txt {
    letter-spacing: 0.08em;
    font-size: 2.9333333333vw;
  }
}
.header-cv-btn-img {
  width: 34px;
  position: absolute;
  right: 12px;
  top: 19%;
}

@media (max-width: 767px) {
  .header-cv-btn-img {
    width: 9.0666666667vw;
  }
}
.cv-btn,
.header-cv-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cv-btn:hover,
.header-cv-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.notes {
  color: #1a1a1a !important;
  text-align: left;
  font-size: 14px !important;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 3.4666666667vw !important;
  }
}

.baloon {
  position: relative;
  display: inline-block;
  padding: 25px 0 21px 0;
  border: 2px solid #d6001f;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  color: #d6001f;
  width: 107px;
  height: 107px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .baloon {
    width: 30.6666666667vw;
    height: 30.6666666667vw;
    border: 0.5333333333vw solid #d6001f;
    padding: 5.3333333333vw 1.8666666667vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.05em;
  }
}

.baloon::before {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 1%;
  border-style: solid;
  border-width: 21.5px 8.8px 0 8.8px;
  border-color: #d6001f transparent transparent;
  translate: -50% 100%;
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
}
@media screen and (max-width: 767px) {
  .baloon::before {
    border-width: 6.6666666667vw 2.2666666667vw 0 2.2666666667vw;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    bottom: 7.6vw;
    left: 0%;
  }
}

.baloon::after {
  content: "";
  position: absolute;
  bottom: 27px;
  left: 4%;
  border-style: solid;
  border-width: 19.5px 6.8px 0 5.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
}
@media screen and (max-width: 767px) {
  .baloon::after {
    border-width: 5.8666666667vw 1.4666666667vw 0 1.4666666667vw;
    -webkit-transform: rotate(59deg);
            transform: rotate(59deg);
    left: 2%;
    bottom: 7.6vw;
  }
}

.red-ttl {
  font-size: 18px;
  background-color: #d6001f;
  border-radius: 4px;
  height: 31px;
  display: inline-block;
  margin: 0 auto;
  letter-spacing: 0.12em;
  font-weight: 600;
  padding: 3px 32px;
}
@media screen and (max-width: 767px) {
  .red-ttl {
    font-size: 4vw;
    padding: 0 8.5333333333vw;
    height: 7.7333333333vw;
    border-radius: 1.0666666667vw;
    font-weight: 500;
    letter-spacing: 0.15em;
  }
}

.shine {
  margin: 0 auto 0;
  position: relative;
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
}

.shine span.mask {
  position: relative; /*キラッの基点となる位置を定義*/
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
  width: 580px;
  height: 89px;
  border-radius: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shine span.mask {
    width: 89.3333333333vw;
    height: 20.4vw;
  }
}

.shine span.mask::before {
  position: absolute;
  content: "";
  width: 50%; /*キラッの横幅*/
  height: 100%; /*キラッの縦幅*/
  top: 0; /*.shine span.maskのトップ0を基点*/
  left: -75%; /*画面の見えていない左から右へ移動するスタート地点*/
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); /*背景白透過を斜めに*/
  z-index: 2;
}

@-webkit-keyframes shine {
  100% {
    left: 125%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
@keyframes shine {
  100% {
    left: 125%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
.shine span.mask::before {
  -webkit-animation: shine 1.4s ease-in infinite;
  animation: shine 1.4s ease-in infinite; /*アニメーションの名前と速度を定義*/
}

@media screen and (max-width: 767px) {
  .floating .shine span.mask {
    height: 16.666667vw;
  }
}

/*--------------------------------------------------
スクロールで出現
--------------------------------------------------*/
.sa {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

@media screen and (max-width: 767px) {
  .sq {
    overflow: hidden;
  }
}
/* 初期状態: 非表示 */
.photo {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out; /* スムーズに遷移 */
}

/* show クラスが付与されるとアニメーションが実行される */
.photo.show {
  opacity: 1;
}

/* zoom アニメーション */
.photo.zoom.show {
  -webkit-animation: zoomIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-weight: 400;
  font-size: 18.6666666667px;
  line-height: 1.3em;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    padding-bottom: 21.3333333333vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

p {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

img {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-in {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

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

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  background-color: #fff;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 12vw;
  }
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header .header-inner {
    width: 1200px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner {
    height: 12vw;
    margin: 0 auto;
    width: 100%;
    padding: 3.2vw 0 3.2vw 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .header .header-inner .logo {
    width: 199px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner .logo {
    width: 29.2vw;
    height: auto;
  }
}
.header .header-inner .logo img {
  width: 100%;
}

.floating {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  z-index: 2;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 5px 5px -5px #959595;
          box-shadow: 0px 5px 5px -5px #959595;
  width: 100%;
}

.floating.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.floating .cv-btn-area {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .floating .cv-btn-area {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .floating .cv-btn {
    height: 14.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .floating .cv-btn .cv-btn-txt {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .floating .cv-btn .cv-btn-img {
    width: 8.9333333333vw;
    top: 2.9333333333vw;
  }
}

.mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    background: url(../img/mv_pc.webp) top center/100% auto no-repeat;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 0;
    height: 118.1333333333vw;
    background: url(../img/mv_sp.webp) center top/100% auto no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .mv:before {
    content: "";
    display: block;
    padding-top: 44.8%;
  }
}
.mv h1 {
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .qa-list {
    width: 800px;
    margin: 0 auto;
  }
}

.qa-list-item {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .qa-list-item {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .qa-list-item {
    border-radius: 1.3333333333vw;
    margin-bottom: 6.4vw;
  }
}

.qa-list-item:hover {
  cursor: pointer;
}

.qa-list-a {
  display: none;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .qa-list-a {
    padding: 16px 16px 16px 24px;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .qa-list-a {
    padding: 5.3333333333vw 4.2666666667vw 4.2666666667vw 4.2666666667vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}
.qa-list-a .txt-a-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  letter-spacing: 0.1em;
  color: #5B4F49;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .qa-list-a .txt-a-01 {
    font-size: 16px;
  }
}

.qa-list-q {
  background-color: #003366;
  color: #ffffff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa-list-q {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    font-size: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .qa-list-q {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    padding-left: 4.2666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.qa-list-q p {
  letter-spacing: 0.03em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .qa-list-q p {
    width: 72.6666666667vw;
  }
}

.qa-list-q .txt-pop {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  background-color: #ffffff;
  color: #003366;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .qa-list-q .txt-pop {
    width: 40px;
    height: 40px;
    font-size: 24px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .qa-list-q .txt-pop {
    width: 9.6vw;
    height: 9.6vw;
    font-size: 5.3333333333vw;
    margin-right: 2.6666666667vw;
  }
}

.qa-list-a .txt-pop {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  background-color: #ffffff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", sans-serif;
  color: red;
}
@media screen and (min-width: 768px) {
  .qa-list-a .txt-pop {
    padding-left: 3px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    margin-right: 12px;
    border: solid 2px red;
  }
}
@media screen and (max-width: 767px) {
  .qa-list-a .txt-pop {
    border: solid 0.2666666667vw red;
    width: 9.6vw;
    height: 9.6vw;
    font-size: 5.3333333333vw;
    margin-right: 2.6666666667vw;
  }
}

.qa-list-q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 19px;
  height: 4px;
  border-radius: 50px;
  background-color: #ffffff;
  right: 18px;
}

@media (max-width: 767px) {
  .qa-list-q::after {
    right: 4.2666666667vw;
  }
}
.qa-list-q::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 19px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 18px;
}

@media (max-width: 767px) {
  .qa-list-q::before {
    right: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .qa-list-q.open {
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 767px) {
  .qa-list-q.open {
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
}
.qa-list-q.open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.stxt-none-btn {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .stxt-none-btn {
    padding-top: 10.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .footer .company-address {
    font-size: 3.2vw;
  }
}
.footer .examination {
  margin: 0 auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footer .examination {
    width: 340px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer .examination {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    width: 92.4vw;
  }
}
.footer .copy-txt {
  color: #ffffff;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer .copy-txt {
    font-size: 2.9333333333vw;
    text-align: center;
    margin: 4vw 0;
  }
}
.footer .company-clum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  width: 1040px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .footer .company-clum {
    display: block;
    width: 44.1333333333vw;
    padding: 8vw 0;
  }
}
.footer .company-clum .footer-logo {
  width: 199px;
}
@media screen and (max-width: 767px) {
  .footer .company-clum .footer-logo {
    width: 44.1333333333vw;
  }
}
.footer .company-clum .company-txt {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer .company-clum .company-txt {
    text-align: left;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer .company-clum .company-txt {
    font-size: 3.4666666667vw;
    text-align: center;
    margin-top: 3.2vw;
  }
}
.footer .footer-other-link {
  font-size: 12px;
}

.footer-bottom {
  background-color: #262626;
  padding: 33px 0;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 8vw 0;
  }
}
.footer-bottom .footer-inner {
  width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-bottom .footer-inner {
    display: block;
    width: 84vw;
  }
}

@media screen and (min-width: 768px) {
  .footer-bottom-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .footer-bottom-link .footer-bottom-item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom-link .footer-bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom-link .footer-bottom-item a {
  color: #ffffff;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-link .footer-bottom-item a {
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
.footer-bottom-link .footer-bottom-item .footer-bottom-link-item {
  border-bottom: solid #ffffff 1px;
}

@media screen and (max-width: 767px) {
  .footer-bottom-link-02 {
    width: 100%;
    margin: 0 auto;
  }
}
.footer-bottom-link-02 .footer-bottom-item a {
  color: #ffffff;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-link-02 .footer-bottom-item a {
    font-size: 2.9333333333vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

.reason {
  padding-bottom: 0;
}

.reason-ttl {
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .reason-ttl {
    line-height: 1.4em;
  }
}

.reason-list {
  width: 886px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .reason-list {
    width: 86.6666666667vw;
    margin-top: 11.3333333333vw;
    margin-bottom: 7.2vw;
  }
}
.reason-list .reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 780px;
  margin-left: 0;
  margin-right: inherit;
  border: solid 2px #000000;
  padding: 10px 0 10px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .reason-list .reason-item {
    width: 86.6666666667vw;
    border: solid 0.5333333333vw #000000;
    padding: 4vw 0 4vw 3.4666666667vw;
  }
}
.reason-list .reason-item .reason-item-icon {
  width: 124px;
  margin-right: 38px;
}
@media screen and (max-width: 767px) {
  .reason-list .reason-item .reason-item-icon {
    width: 18.1333333333vw;
    margin-right: 2.5333333333vw;
  }
}
.reason-list .reason-item .reason-item-angle {
  width: 14px;
  margin-right: 59px;
}
@media screen and (max-width: 767px) {
  .reason-list .reason-item .reason-item-angle {
    width: 4vw;
    margin-right: 4.9333333333vw;
  }
}
.reason-list .reason-item-txt {
  font-size: 24px;
  text-align: left;
  line-height: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .reason-list .reason-item-txt {
    font-size: 4vw;
  }
}
.reason-list .reason-item-even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 60px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .reason-list .reason-item-even {
    padding-left: 6.5333333333vw;
    padding-right: 3.4666666667vw;
  }
}
.reason-list .reason-item-even .reason-item-angle {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 38px;
  margin-left: 111px;
}
@media screen and (max-width: 767px) {
  .reason-list .reason-item-even .reason-item-angle {
    width: 4vw;
    margin-right: 4.9333333333vw;
    margin-left: 6.6666666667vw;
  }
}
.reason-list .reason-item-even .reason-item-icon {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .reason-list .reason-item-even .reason-item-icon {
    margin-right: inherit;
  }
}

.point {
  background-color: #f5f5f5;
  padding-top: 56px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point {
    padding-top: 7.4666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.point .sttl {
  position: relative;
}
.point .point-contents {
  width: 1040px;
  margin: 0 auto;
  margin-top: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point .point-contents {
    display: block;
    width: 86.6666666667vw;
    margin-top: 13.3333333333vw;
  }
}
.point .point-contents .point-contents-img {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-contents-img {
    width: 86.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.point .point-contents .point-contents-right {
  width: 539px;
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-contents-right {
    width: 86.6666666667vw;
  }
}
.point .point-contents .point-contents-right .point-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-contents-right .point-ttl-box {
    margin-bottom: 5.3333333333vw;
  }
}
.point .point-contents .point-contents-right .point-ttl-box .point-content-ttl {
  padding-left: 64px;
  font-size: 28px;
  font-weight: 600;
  color: #d6001f;
  text-align: left;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-contents-right .point-ttl-box .point-content-ttl {
    letter-spacing: 0.05em;
    padding-top: 3.2vw;
    padding-left: 13.3333333333vw;
    font-size: 5.6vw;
  }
}
.point .point-contents .point-contents-right .point-ttl-box .point-ttl-num {
  font-size: 62px;
  position: relative;
  line-height: 1em;
  top: -17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-contents-right .point-ttl-box .point-ttl-num {
    font-size: 16.5333333333vw;
  }
}
.point .point-contents .point-contents-right .point-ttl-box .point-ttl-num:after {
  position: absolute;
  content: "";
  right: -28px;
  top: 6px;
  width: 1px;
  height: 88px;
  background: #d6001f;
  border-radius: 3px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-contents-right .point-ttl-box .point-ttl-num:after {
    right: -6.2666666667vw;
    width: 0.2666666667vw;
    top: 0.8vw;
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
    height: 20.2666666667vw;
  }
}
.point .point-contents .point-contents-right .point-txt {
  font-size: 16px;
  text-align: left;
  margin-bottom: 28px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-contents-right .point-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
.point .point-contents .point-item-bottom {
  position: relative;
  width: 500px;
  border: #d6001f 2px solid;
  padding: 0px 30px 10px 50px;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-item-bottom {
    border: #d6001f 0.5333333333vw solid;
    width: 76vw;
    padding: 1.3333333333vw 5.3333333333vw 1.3333333333vw 12vw;
  }
}
.point .point-contents .point-item-bottom .point-item-bottom-ttl {
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-item-bottom .point-item-bottom-ttl {
    font-size: 3.7333333333vw;
  }
}
.point .point-contents .point-item-bottom .point-item-bottom-txt {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-item-bottom .point-item-bottom-txt {
    font-size: 3.7333333333vw;
  }
}
.point .point-contents .point-item-bottom li {
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom: solid #d6001f 1px;
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-item-bottom li {
    border-bottom: solid #d6001f 0.2666666667vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 4.8vw;
  }
}
.point .point-contents .point-item-bottom li:first-child {
  padding-top: 0;
}
.point .point-contents .point-item-bottom li:last-child {
  border-bottom: none;
}
.point .point-contents .point-item-bottom .point-frame {
  position: absolute;
  width: 70px;
  top: 20px;
  left: -36px;
}
@media screen and (max-width: 767px) {
  .point .point-contents .point-item-bottom .point-frame {
    width: 18.5333333333vw;
    top: 5.4666666667vw;
    left: -10.5333333333vw;
  }
}
.point .point-contents-even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.point-contents:before {
  position: absolute;
  content: "";
  right: 0;
  top: -70px;
  width: 440px;
  height: 1px;
  background: #cccccc;
}
@media screen and (max-width: 767px) {
  .point-contents:before {
    display: none;
  }
}

.point-contents-even:before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .point-contents-even:before {
    display: none;
  }
}

.point-contents:nth-child(3).point-contents:before {
  display: none;
}

.point-acco {
  margin-top: 30px;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  .point-acco {
    margin: 0 auto;
    margin-top: 6.6666666667vw;
    width: 86.6666666667vw;
  }
}
.point-acco .qa-list-q {
  width: 325px;
  border-radius: 100px;
  background-color: #262626;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .point-acco .qa-list-q {
    padding: 4vw 0;
    width: 86.6666666667vw;
  }
}
.point-acco .qa-list-q p {
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .point-acco .qa-list-q p {
    letter-spacing: 0.05em;
    font-size: 4vw;
    margin: 0 auto;
  }
}
.point-acco .qa-list-q .icon {
  position: absolute;
  top: 22%;
  right: 6%;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .point-acco .qa-list-q .icon {
    width: 8vw;
  }
}
.point-acco .qa-list-a {
  background-color: inherit;
  padding: 0;
}
.point-acco .qa-list-q::before {
  display: none;
}
.point-acco .qa-list-q::after {
  display: none;
}

.point-acco-item {
  border: solid #262626 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .point-acco-item {
    height: 219px;
  }
}
@media screen and (max-width: 767px) {
  .point-acco-item {
    border: solid #262626 0.5333333333vw;
    display: block;
    margin-bottom: 4vw;
    margin-top: 5.3333333333vw;
  }
}
.point-acco-item .point-acco-item-ttl-box {
  background-color: #262626;
  width: 220px;
  display: -ms-grid;
  display: grid;
  padding-top: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-item-ttl-box {
    width: 100%;
    padding-bottom: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
.point-acco-item .point-acco-item-ttl-box .point-acco-item-ttl {
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-item-ttl-box .point-acco-item-ttl {
    margin-bottom: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-item-ttl-box .point-acco-item-sttl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 76.5333333333vw;
  }
}
.point-acco-item .point-acco-item-ttl-box .point-acco-item-sttl {
  font-size: 14px;
  background-color: #d6001f;
  padding: 4px 24px;
  border-radius: 2px;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-item-ttl-box .point-acco-item-sttl {
    width: 49%;
    font-size: 3.4666666667vw;
    padding: 0.2666666667vw 0;
  }
}
.point-acco-item .point-acco-university {
  background-color: #ffffff;
  width: 251px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point-acco-item .point-acco-university {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-university {
    width: 100%;
    padding: 4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-university p {
    text-align: left;
    padding-left: 5.6vw;
    font-size: 4.8vw;
  }
}
.point-acco-item .point-acco-university:after {
  content: "";
  display: block;
  width: 1px;
  height: 179px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-university:after {
    display: none;
  }
}
.point-acco-item .point-acco-hourly {
  background-color: #ffffff;
  width: 564px;
  display: block;
  padding-left: 40px;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-hourly {
    width: 100%;
    padding: 0 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.point-acco-item .point-acco-hourly .hourly-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 495px;
  border-bottom: solid #cccccc 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-hourly .hourly-item {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3333333333vw 0;
  }
}
.point-acco-item .point-acco-hourly .hourly-item .hourly-txt {
  width: 123px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-hourly .hourly-item .hourly-txt {
    width: 24.8vw;
    font-size: 3.7333333333vw;
  }
}
.point-acco-item .point-acco-hourly .hourly-item .hourly-txt::after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-hourly .hourly-item .hourly-txt::after {
    width: 0.2666666667vw;
    height: 4.5333333333vw;
  }
}
.point-acco-item .point-acco-hourly .hourly-item .hourly-price-txt {
  padding-left: 22px;
  font-size: 22px;
  font-weight: 600;
  color: #d6001f;
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-hourly .hourly-item .hourly-price-txt {
    font-size: 4.8vw;
    padding-left: 5.3333333333vw;
  }
}
.point-acco-item .point-acco-hourly .hourly-item .hourly-price-txt .price-stxt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-hourly .hourly-item .hourly-price-txt .price-stxt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .point-acco-item .point-acco-hourly .hourly-item:nth-child(1) {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-hourly .hourly-item:nth-child(1) {
    border-top: solid #cccccc 1px;
  }
}
@media screen and (min-width: 768px) {
  .point-acco-item .point-acco-hourly .hourly-item:nth-child(3) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .point-acco-item .point-acco-hourly .hourly-item:nth-child(3) {
    margin-bottom: 4.2666666667vw;
  }
}

.point-acco-item-part-time .point-acco-university {
  padding: 35px;
  width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .point-acco-item-part-time .point-acco-university {
    display: block;
    width: 100%;
    padding: 4.6666666667vw;
  }
}
.point-acco-item-part-time .point-acco-university .part-time-txt {
  line-height: 1.8em;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .point-acco-item-part-time .point-acco-university .part-time-txt {
    margin-right: 35px;
    width: 475px;
  }
}
@media screen and (max-width: 767px) {
  .point-acco-item-part-time .point-acco-university .part-time-txt {
    padding-left: 0;
    line-height: 1.7em;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .point-acco-item-part-time .point-acco-university .part-time-img {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .point-acco-item-part-time .point-acco-university .part-time-img {
    padding-left: 0;
    margin-top: 1.3333333333vw;
    margin: 0 auto;
    width: 70.4vw;
  }
}
.point-acco-item-part-time .point-acco-university .part-time-img img {
  width: 100%;
}
.point-acco-item-part-time .point-acco-university:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .point-acco-item-part-time .point-acco-item-ttl-box {
    line-height: 1.5em;
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .point-acco-item-shift {
    height: 186px;
  }
}
.point-acco-item-shift .point-acco-item-ttl-box {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .point-acco-item-shift .point-acco-item-ttl-box {
    padding-top: 4.2666666667vw;
  }
}
.point-acco-item-shift .point-acco-item-sttl {
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .point-acco-item-shift .point-acco-item-sttl {
    font-weight: 600;
    width: 100% !important;
    padding: 0.8vw 0 !important;
  }
}
.point-acco-item-shift .point-acco-university-shift {
  width: 820px;
}
@media screen and (max-width: 767px) {
  .point-acco-item-shift .point-acco-university-shift {
    width: 100%;
    text-align: center;
  }
}
.point-acco-item-shift .point-acco-university-shift .shift-img {
  width: 752px;
}
@media screen and (max-width: 767px) {
  .point-acco-item-shift .point-acco-university-shift .shift-img {
    margin: 0 auto;
    width: 76vw;
  }
}

.flow .flow-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .flow .flow-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.flow .flow-ttl-bottom {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 60px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .flow .flow-ttl-bottom {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.flow .flow-step-list {
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-list {
    width: 86.6666666667vw;
  }
}
.flow .flow-step-list .flow-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 auto;
  margin-bottom: 86px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-list .flow-step-item {
    display: block;
    margin-bottom: 16.2666666667vw;
  }
}
.flow .flow-step-list .flow-step-item .flow-step-left-box {
  width: 585px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-list .flow-step-item .flow-step-left-box {
    width: 100%;
    margin-right: 0 !important;
  }
}
.flow .flow-step-list .flow-step-item .flow-step-left-box .color-w {
  text-align: left;
  font-size: 22px;
  background-color: #d6001f;
  width: 585px;
  padding: 24px 0 24px 28px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-list .flow-step-item .flow-step-left-box .color-w {
    width: 86.6666666667vw;
    font-size: 4.8vw;
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
.flow .flow-step-list .flow-step-item .flow-step-left-box .flow-step-num {
  font-size: 16px;
  padding-right: 57px;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-list .flow-step-item .flow-step-left-box .flow-step-num {
    font-size: 4vw;
    padding-right: 12vw;
  }
}
.flow .flow-step-list .flow-step-item .flow-step-left-box .flow-step-num::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #ffffff;
  position: absolute;
  right: 26px;
  top: -37%;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-list .flow-step-item .flow-step-left-box .flow-step-num::after {
    height: 8vw;
    width: 0.2666666667vw;
    top: -18%;
    right: 5.4666666667vw;
  }
}
.flow .flow-step-list .flow-step-item .flow-step-left-box .flow-step-item-txt {
  font-size: 16px;
  margin-top: 30px;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-list .flow-step-item .flow-step-left-box .flow-step-item-txt {
    width: 86.6666666667vw;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0.06em;
    line-height: 1.7em;
  }
}
.flow .flow-step-list .flow-step-item .flow-step-right-box {
  width: 315px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-list .flow-step-item .flow-step-right-box {
    width: 60vw;
  }
}
.flow .flow-step-list .flow-step-item .flow-step-right-box .baloon-box {
  position: absolute;
  right: -100px;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-list .flow-step-item .flow-step-right-box .baloon-box {
    right: -26.6666666667vw;
  }
}
.flow .flow-step-item:after {
  position: absolute;
  bottom: -50px;
  content: "";
  display: block;
  width: 1040px;
  height: 17px;
  background: url(../img/flow_under.webp) top center/1040px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-item:after {
    background: url(../img/flow_under_sp.webp) top center/86.6666666667vw auto no-repeat;
    width: 86.6666666667vw;
    height: 4.2666666667vw;
    bottom: -12.2666666667vw;
  }
}

.flow-step-item-even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .flow-step-item-even .flow-step-left-box {
    margin-right: 0 !important;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .flow-step-item-even .flow-step-right-box {
    margin-right: 0;
    margin-left: auto;
  }
}
.flow-step-item-even .baloon-box {
  left: -100px;
  right: inherit !important;
}
@media screen and (max-width: 767px) {
  .flow-step-item-even .baloon-box {
    left: -26.6666666667vw;
  }
}
.flow-step-item-even .baloon::before {
  -webkit-transform: rotate(-61deg);
          transform: rotate(-61deg);
  bottom: 26px;
  right: -15%;
  left: inherit !important;
}
@media screen and (max-width: 767px) {
  .flow-step-item-even .baloon::before {
    -webkit-transform: rotate(-56deg);
            transform: rotate(-56deg);
    bottom: 8.2666666667vw;
    right: -16%;
  }
}
.flow-step-item-even .baloon::after {
  -webkit-transform: rotate(-62deg);
          transform: rotate(-62deg);
  bottom: 27px;
  right: -8%;
  left: inherit !important;
}
@media screen and (max-width: 767px) {
  .flow-step-item-even .baloon::after {
    -webkit-transform: rotate(-57deg);
            transform: rotate(-57deg);
    bottom: 8.2666666667vw;
    right: -9%;
  }
}

.flow-step-item:last-child {
  margin-bottom: 0 !important;
}
.flow-step-item:last-child .baloon {
  padding: 15px 0 21px 0;
}
@media screen and (max-width: 767px) {
  .flow-step-item:last-child .baloon {
    padding: 2vw 0 2.8vw 0;
  }
}

.flow-step-item:last-child.flow-step-item:after {
  display: none;
}

.feature {
  padding-bottom: 0;
}
.feature .feature-ttl {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .feature .feature-ttl {
    margin-bottom: 7.7333333333vw;
    line-height: 1.4em;
  }
}
.feature .feature-ttl-bottom-box {
  background: url(../img/feature_ttl_img.webp) top center/618px auto no-repeat;
  margin: 0 auto;
  width: 618px;
  height: 120px;
  padding-top: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .feature .feature-ttl-bottom-box {
    background: url(../img/feature_ttl_img_sp.webp) top center/86.6666666667vw auto no-repeat;
    height: 28vw;
    width: 86.6666666667vw;
    padding-top: 3.2vw;
    margin-bottom: 10.6666666667vw;
  }
}
.feature .feature-ttl-bottom-box .feature-ttl-bottom-box-sttl {
  font-size: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .feature .feature-ttl-bottom-box .feature-ttl-bottom-box-sttl {
    font-size: 4.8vw;
    padding-bottom: 0;
  }
}
.feature .feature-ttl-bottom-box .feature-ttl-bottom-box-ttl {
  font-size: 42px;
  color: #d6001f;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature .feature-ttl-bottom-box .feature-ttl-bottom-box-ttl {
    font-size: 6.4vw;
  }
}
.feature .feature-img {
  width: 780px;
  margin: 0 auto;
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .feature .feature-img {
    width: 86.6666666667vw;
    margin-top: 0vw;
  }
}

.feature-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1040px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .feature-contents {
    width: 86.6666666667vw;
  }
}
.feature-contents .feature-item {
  background: url(../img/feature_bg.webp) top center/500px auto no-repeat;
  width: 500px;
  height: 238px;
  padding: 48px 40px 55px 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature-contents .feature-item {
    background: url(../img/feature_bg_sp.webp) top center/86.6666666667vw auto no-repeat;
    width: 86.6666666667vw;
    height: 54.1333333333vw;
    padding: 8.5333333333vw 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.feature-contents .feature-item .feature-item-ttl {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .feature-contents .feature-item .feature-item-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
    line-height: 1.6em;
  }
}
.feature-contents .feature-item .feature-item-txt {
  font-size: 16px;
  text-align: left;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .feature-contents .feature-item .feature-item-txt {
    line-height: 1.7em;
    font-size: 3.7333333333vw;
  }
}
.feature-contents .feature-item .feature-num {
  position: absolute;
  font-size: 76px;
  font-weight: 500;
  right: 20px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .feature-contents .feature-item .feature-num {
    font-size: 16.5333333333vw;
    right: 2.6666666667vw;
    top: -10.6666666667vw;
  }
}

.feature-bottom {
  position: relative;
  background-color: #f5f5f5;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .feature-bottom {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .feature-bottom {
    margin-top: 9.3333333333vw;
    padding-bottom: 7.2vw;
  }
}
.feature-bottom .sttl {
  position: relative;
  line-height: 1.6em;
}
.feature-bottom .feature-realization {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .feature-bottom .feature-realization {
    margin-top: 13.3333333333vw;
  }
}

.feature-realization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  .feature-realization {
    display: block;
    width: 86.6666666667vw;
  }
}
.feature-realization .feature-realization-item {
  width: 336px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #ffffff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .feature-realization .feature-realization-item {
    width: 86.6666666667vw;
    background-size: 3.2vw 3.2vw;
    padding: 8.5333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    position: relative;
    margin-bottom: 8vw;
  }
}
.feature-realization .feature-realization-item .feature-bottom-red-ttl {
  background-color: #d6001f;
  font-size: 22px;
  border-radius: 3px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .feature-realization .feature-realization-item .feature-bottom-red-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 296px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-realization .feature-realization-item .feature-bottom-red-ttl {
    position: absolute;
    left: 6.6666666667vw;
    top: -4vw;
    font-size: 5.0666666667vw;
    display: inline-block;
    padding: 0.5333333333vw 4vw;
  }
}
.feature-realization .feature-realization-item .feature-bottom-txt {
  font-size: 16px;
  text-align: left;
  line-height: 1.9em;
}
@media screen and (min-width: 768px) {
  .feature-realization .feature-realization-item .feature-bottom-txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .feature-realization .feature-realization-item .feature-bottom-txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .feature-realization .feature-realization-item:last-child {
    margin-bottom: 0;
  }
}

.feature-Active {
  background-color: #f5f5f5;
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .feature-Active {
    padding: 0 0 10.6666666667vw 0;
  }
}
.feature-Active .feature-Active-box {
  border: solid #000000 2px;
  border-radius: 4px;
  width: 780px;
  padding: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feature-Active .feature-Active-box {
    width: 86.6666666667vw;
    border: solid #000000 0.5333333333vw;
    border-radius: 1.0666666667vw;
    padding: 9.3333333333vw 6.4vw;
  }
}
.feature-Active .feature-Active-box .feature-Active-ttl {
  font-size: 24px;
  margin-bottom: 34px;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .feature-Active .feature-Active-box .feature-Active-ttl {
    line-height: 1em;
    font-size: 5.0666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.feature-Active .feature-Active-box .feature-Active-ttl::before {
  position: absolute;
  left: 218px;
  top: 0;
  content: "";
  width: 1px;
  height: 25px;
  background: #000;
  border-radius: 3px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .feature-Active .feature-Active-box .feature-Active-ttl::before {
    height: 6.9333333333vw;
    left: 9.6vw;
    top: -1.0666666667vw;
    -webkit-transform: rotate(-31deg);
            transform: rotate(-31deg);
  }
}
.feature-Active .feature-Active-box .feature-Active-ttl:after {
  position: absolute;
  content: "";
  right: 218px;
  top: 0;
  width: 1px;
  height: 25px;
  background: #000;
  border-radius: 3px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .feature-Active .feature-Active-box .feature-Active-ttl:after {
    height: 6.9333333333vw;
    top: -1.0666666667vw;
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
    right: 9.6vw;
  }
}
.feature-Active .feature-Active-box .feature-Active-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 670px;
}
@media screen and (max-width: 767px) {
  .feature-Active .feature-Active-box .feature-Active-culm {
    display: block;
    width: 73.3333333333vw;
  }
}
.feature-Active .feature-Active-box .feature-Active-culm .feature-Active-txt {
  font-size: 16px;
  text-align: left;
  width: 388px;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .feature-Active .feature-Active-box .feature-Active-culm .feature-Active-txt {
    width: 100%;
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.feature-Active .feature-Active-box .feature-Active-culm .feature-Active-img {
  width: 239px;
}
@media screen and (max-width: 767px) {
  .feature-Active .feature-Active-box .feature-Active-culm .feature-Active-img {
    width: 73.3333333333vw;
  }
}
.feature-Active .feature-Active-box .feature-Active-culm .feature-Active-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .message {
    padding-bottom: 0;
  }
}
.message .message-ttl-parts {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .message .message-ttl-parts {
    margin-bottom: 3.2vw;
  }
}
.message .message-ttl {
  line-height: 1.6em;
}
.message .message-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 1040px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .message .message-culm {
    display: block;
    width: 86.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.message .message-culm .message-item {
  width: 490px;
}
@media screen and (max-width: 767px) {
  .message .message-culm .message-item {
    width: 86.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.message .message-culm .message-item .message-item-txt-box {
  padding-left: 30px;
  text-align: left;
  margin-top: 32px;
  border-left: #d6001f 3px solid;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .message .message-culm .message-item .message-item-txt-box {
    padding-left: 6.4vw;
    margin-top: 4.2666666667vw;
    border-left: #d6001f 0.8vw solid;
    margin-bottom: 5.3333333333vw;
  }
}
.message .message-culm .message-item .message-item-txt-box .message-item-ttl {
  line-height: 1.7em;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .message .message-culm .message-item .message-item-txt-box .message-item-ttl {
    letter-spacing: 0.03em;
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.message .message-culm .message-item .message-item-txt-box .message-item-txt {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .message .message-culm .message-item .message-item-txt-box .message-item-txt {
    letter-spacing: 0.03em;
    font-size: 3.7333333333vw;
    line-height: 1.7em;
  }
}
.message .message-culm .message-item-bottom {
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: left;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .message .message-culm .message-item-bottom {
    border-radius: 1.0666666667vw;
    padding: 6.6666666667vw;
  }
}
.message .message-culm .message-item-bottom .message-item-bottom-ttl {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message .message-culm .message-item-bottom .message-item-bottom-ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
.message .message-culm .message-item-bottom .message-item-bottom-ttl::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #959595;
  width: 281px;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .message .message-culm .message-item-bottom .message-item-bottom-ttl::after {
    width: 37.3333333333vw;
    height: 0.2666666667vw;
  }
}
.message .message-culm .message-item-bottom .message-item-bottom-txt {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .message .message-culm .message-item-bottom .message-item-bottom-txt {
    line-height: 1.7em;
    font-size: 3.4666666667vw;
  }
}

.qa {
  background-color: #f5f5f5;
}
.qa .red-ttl {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .qa .red-ttl {
    width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .qa .red-ttl {
    margin-bottom: 0;
  }
}
.qa .qa-list {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .qa .qa-list {
    width: 86.6666666667vw;
  }
}
.qa .qa-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .qa .qa-ttl {
    margin-bottom: 8vw;
  }
}
.qa .qa-list-q {
  background-color: #262626;
  padding: 32px 0 32px 35px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .qa .qa-list-q {
    padding: 4vw 0 4vw 4.8vw;
    border-radius: 1.0666666667vw;
  }
}
.qa .qa-list-q p {
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .qa .qa-list-q p {
    font-size: 4vw;
    letter-spacing: 0.08em;
  }
}
.qa .qa-list-q .font-os {
  font-size: 26px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .qa .qa-list-q .font-os {
    font-size: 5.8666666667vw;
    margin-right: 4.2666666667vw;
  }
}
.qa .qa-list-item {
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .qa .qa-list-item {
    border-radius: 1.0666666667vw;
  }
}
.qa .txt-a-01 {
  font-weight: 500;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .qa .txt-a-01 {
    font-size: 3.7333333333vw;
  }
}
.qa .txt-a-01 .color-r {
  font-size: 26px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .qa .txt-a-01 .color-r {
    font-size: 5.8666666667vw;
    margin-right: 4.2666666667vw;
  }
}
.qa .qa-list-q::after, .qa .qa-list-q::before {
  width: 24px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .qa .qa-list-q::after, .qa .qa-list-q::before {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
  }
}
.qa .qa-list-a {
  background-color: #ffffff;
  padding: 34px 30px 34px 35px;
}
@media screen and (max-width: 767px) {
  .qa .qa-list-a {
    padding: 5.3333333333vw;
  }
}
.qa .qa-list-q.open {
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .qa .qa-list-q.open {
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  }
}