@charset "UTF-8";
/* ---------------------------------------------------
 color
----------------------------------------------------*/
/*---------------------------------------------
お知らせ
---------------------------------------------*/
.info {
  padding: 60px 0;
  /* pager */
  /* archive */
  /* 記事 */
}

@media (max-width: 480px) {
  .info {
    padding: 11vw 0;
  }
}

.info__list {
  width: 100%;
  margin: auto;
  list-style: none;
}

.info__item {
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  overflow: hidden;
}

.info__item:first-child {
  border-top: 1px solid #d0d0d0;
}

.info__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 56px 26px 40px;
  color: #333;
  position: relative;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .info__item a {
    padding: 30px 55px 22px 40px;
  }
}

@media (max-width: 480px) {
  .info__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4vw 5vw 4vw 0;
  }
}

.info__item a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #063190;
  border-right: solid 2px #063190;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -5px;
}

@media (max-width: 480px) {
  .info__item a:after {
    right: 1vw;
  }
}

.info__item time {
  white-space: nowrap;
  margin-right: 40px;
}

@media (max-width: 480px) {
  .info__item time {
    margin-right: 0;
    margin-bottom: 2vw;
    font-size: 3.75vw;
  }
}

.info__item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.info .pager__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

@media (max-width: 480px) {
  .info .pager__list {
    margin-top: 11vw;
  }
}

.info .pager__item {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  position: relative;
}

@media (max-width: 480px) {
  .info .pager__item {
    width: 8vw;
    height: 8vw;
    font-size: 3.75vw;
  }
}

.info .pager__item.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info .pager__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.info .pager__item.prev {
  border: 1px solid #ccc;
}

.info .pager__item.prev::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #063190;
  border-left: solid 1px #063190;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info .pager__item.next {
  border: 1px solid #ccc;
}

.info .pager__item.next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #063190;
  border-right: solid 1px #063190;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info .archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 60px auto 0;
}

@media (max-width: 480px) {
  .info .archive {
    margin: 11vw auto 0;
  }
}

.info .archive__ttl {
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #063190;
}

@media (max-width: 480px) {
  .info .archive__ttl {
    font-size: 3.75vw;
  }
}

.info .archive__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.info .archive__item {
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 480px) {
  .info .archive__item {
    font-size: 3.75vw;
  }
}

.info .archive__item a {
  color: #063190;
}

.info .archive__item::after {
  display: inline-block;
  content: " / ";
  margin: 0 10px;
  color: #063190;
}

.info .archive__item:last-child::after {
  display: none;
}

.info-article {
  padding: 60px 0;
}

@media (max-width: 480px) {
  .info-article {
    padding: 11vw 0;
  }
}

.info-article__ttl {
  font-size: 30px;
  font-weight: bold;
  color: #063190;
}

@media (max-width: 480px) {
  .info-article__ttl {
    font-size: 6.4vw;
  }
}

.info-article__time {
  font-size: 15px;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .info-article__time {
    font-size: 3.733vw;
    margin-top: 2.66vw;
  }
}

.info-article__body {
  margin: 26px 0 40px;
  padding: 40px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  /* 記事内のタイトル */
  /* テキストが続くパターン*/
}

@media (max-width: 480px) {
  .info-article__body {
    margin: 5.33vw 0 10.66vw;
    padding: 3.8vw;
    font-size: 4.266vw;
  }
}

.info-article__body h2 {
  font-size: 30px;
  font-weight: bold;
  color: #063190;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .info-article__body h2 {
    font-size: 6.4vw;
    margin-top: 6vw;
    margin-bottom: 2vw;
  }
}

.info-article__body h3 {
  font-size: 26px;
  font-weight: bold;
  color: #063190;
  margin-top: 25px;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .info-article__body h3 {
    font-size: 5.4vw;
    margin-top: 5vw;
    margin-bottom: 1.8vw;
  }
}

.info-article__body h4 {
  font-size: 22px;
  font-weight: bold;
  color: #063190;
  margin-top: 20px;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .info-article__body h4 {
    font-size: 5vw;
    margin-top: 4vw;
    margin-bottom: 1.8vw;
  }
}

.info-article__body h5 {
  font-size: 18px;
  font-weight: bold;
  color: #063190;
  margin-top: 20px;
  margin-bottom: 6px;
}

@media (max-width: 480px) {
  .info-article__body h5 {
    font-size: 4.8vw;
    margin-top: 4vw;
    margin-bottom: 1.6vw;
  }
}

.info-article__body ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .info-article__body ul {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}

.info-article__body ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}

.info-article__body ul li::before {
  content: "・";
}

.info-article__body ul li a {
  color: #063190;
  text-decoration: underline;
}

.info-article__body ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

.info-article__body ol {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-position: inside;
}

@media (max-width: 480px) {
  .info-article__body ol {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}

.info-article__body ol li {
  padding-left: 1em;
  text-indent: -1.1em;
  line-height: 1.7;
}

.info-article__body ol li a {
  color: #063190;
  text-decoration: underline;
}

.info-article__body ol li a:hover {
  text-decoration: none;
  opacity: 1;
}

.info-article__body p + p {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .info-article__body p + p {
    margin-top: 4vw;
  }
}

.info-article__body table {
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

@media (max-width: 480px) {
  .info-article__body table {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}

.info-article__body table tr {
  background-color: #fff;
}

@media (max-width: 480px) {
  .info-article__body table tr:last-child td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
}

.info-article__body table td {
  padding: 8px;
  border: 1px solid #bbb;
}

@media (max-width: 480px) {
  .info-article__body table td {
    padding: 3vw;
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

.info-article__body table th {
  background: #f8f9fd;
  border: solid 1px #ccc;
  padding: 10px;
}

@media (max-width: 480px) {
  .info-article__body table th {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

.info-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

@media (max-width: 480px) {
  .info-pager__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info-pager__item {
  width: 45%;
}

@media (max-width: 480px) {
  .info-pager__item {
    width: 100%;
  }
}

.info-pager__item.prev {
  margin: 0 auto 0 0;
}

.info-pager__item.prev a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.info-pager__item.next {
  text-align: right;
  margin: 0 0 0 auto;
}

.info-pager__item.next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 480px) {
  .info-pager__item + .info-pager__item {
    margin-top: 8vw;
  }
}

.info-pager__item a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 480px) {
  .info-pager__item a {
    font-size: 4.266vw;
  }
}

.info-pager__item a .btn-prev {
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

@media (max-width: 480px) {
  .info-pager__item a .btn-prev {
    margin-right: 3.33vw;
  }
}

.info-pager__item a .btn-prev::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-pager__item a .btn-next {
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

@media (max-width: 480px) {
  .info-pager__item a .btn-next {
    margin-left: 3.33vw;
  }
}

.info-pager__item a .btn-next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*---------------------------------------------
プライバシー
---------------------------------------------*/
.privacy {
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
  padding: 60px 0;
}

@media (max-width: 480px) {
  .privacy {
    padding: 11vw 0;
  }
}

.privacy-block {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .privacy-block {
    margin-top: 8vw;
  }
}

.privacy-block__ttl {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
}

@media (max-width: 480px) {
  .privacy-block__ttl {
    font-size: 4.266vw;
  }
}

.privacy-block__ttl::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}

.privacy__president {
  text-align: right;
  margin-top: 60px;
}

@media (max-width: 480px) {
  .privacy__president {
    margin-top: 11vw;
  }
}

.privacy__president span {
  font-size: 24px;
  font-weight: bold;
  margin-left: 15px;
}

@media (max-width: 480px) {
  .privacy__president span {
    font-size: 6.4vw;
  }
}

/*---------------------------------------------
404
---------------------------------------------*/
@media (max-width: 480px) {
  .p404 {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}

.p404-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 480px) {
  .p404-wrap {
    position: relative;
  }
}

.p404-block {
  padding: 4vw;
}

@media (max-width: 480px) {
  .p404-block {
    padding: 0;
    margin: auto;
  }
}

.p404-block__mv {
  display: block;
  margin: 0 auto 30px;
}

@media (max-width: 480px) {
  .p404-block__mv {
    width: 53vw;
    margin: 0 auto 7vw;
  }
}

.p404-block p {
  font-size: 18px;
}

@media (max-width: 480px) {
  .p404-block p {
    font-size: 4.1vw;
  }
}

.p404-block p a {
  color: #063190;
}

.p404-block .btn-block {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .p404-block .btn-block {
    margin-top: 7vw;
  }
}

/*---------------------------------------------
外部サイトへ
---------------------------------------------*/
@media (max-width: 480px) {
  .external {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.external-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
}

.external-block {
  text-align: center;
  width: 100%;
  padding: 4vw;
}

.external-block__ttl {
  font-size: 36px;
  font-weight: bold;
  color: #063190;
  margin-bottom: 55px;
}

@media (max-width: 480px) {
  .external-block__ttl {
    font-size: 6.4vw;
    margin-bottom: 7vw;
  }
}

.external-block p {
  font-size: 18px;
}

@media (max-width: 480px) {
  .external-block p {
    font-size: 4.1vw;
  }
}

.external-block p a {
  color: #063190;
}

.external-block .btn-block {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .external-block .btn-block {
    margin-top: 7vw;
  }
}

/*---------------------------------------------
個人情報の取り扱いについて
---------------------------------------------*/
.person {
  counter-reset: number alpha-type1 number-type1;
  padding: 60px 0;
  /* 教頭利用者 */
}

@media (max-width: 480px) {
  .person {
    padding: 11vw 0;
  }
}

.person-block {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .person-block {
    margin-top: 8vw;
  }
}

.person-block__ttl {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
}

@media (max-width: 480px) {
  .person-block__ttl {
    font-size: 4.266vw;
  }
}

.person-block__ttl::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}

.person__company {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .person__company {
    margin-top: 11vw;
  }
}

.person__list {
  /* リスト desc */
  /* リスト (1) */
  /* リスト (1) */
  /* リスト (a) */
  /* リスト (ア) */
}

.person__list.desc {
  list-style: none;
  counter-reset: number alpha-type1;
}

.person__list.desc li {
  padding-left: 1em;
  text-indent: -0.5em;
}

.person__list.desc li::before {
  content: "・";
  display: inline-block;
  line-height: 1.7;
}

.person__list.number-type1 {
  counter-reset: number-type1 0;
  list-style: none;
}

.person__list.number-type1 > li {
  position: relative;
  padding-left: 2em;
  text-indent: -2.5em;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .person__list.number-type1 > li {
    margin-top: 2vw;
  }
}

.person__list.number-type1 > li::before {
  counter-increment: number-type1 1;
  content: "（" counter(number-type1) "）";
}

.person__list.number-type2 {
  counter-reset: number-type1;
  list-style: none;
}

@media (max-width: 480px) {
  .person__list.number-type2 {
    margin-left: -7vw;
  }
}

.person__list.number-type2 li {
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.person__list.number-type2 li span {
  font-weight: bold;
}

.person__list.number-type2 li p {
  text-indent: 0em;
}

.person__list.number-type2 > li {
  margin-top: 15px;
}

@media (max-width: 480px) {
  .person__list.number-type2 > li {
    margin-top: 8vw;
  }
}

.person__list.alpha-type1 {
  list-style: none;
}

.person__list.alpha-type1 li {
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.person__list.alpha-type1 > li {
  margin-top: 10px;
}

@media (max-width: 480px) {
  .person__list.alpha-type1 > li {
    margin-top: 2vw;
  }
}

.person__list.alpha-type1 > li span {
  font-weight: normal;
}

.person__list.kana-type1 {
  list-style: none;
}

.person__list.kana-type1 li {
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.person__list.kana-type1 li span {
  font-weight: bold;
}

.person__list.kana-type1 li p {
  text-indent: 0em;
}

.person__list.kana-type1 > li {
  margin-top: 10px;
}

@media (max-width: 480px) {
  .person__list.kana-type1 > li {
    margin-top: 2vw;
  }
}

.person__list.kana-type1 > li span {
  font-weight: normal;
}

.person-shared {
  border: 1px solid #bfbfbf;
  width: 100%;
  max-width: 700px;
  margin: 50px auto;
  padding: 0 30px 30px 30px;
}

@media (max-width: 480px) {
  .person-shared {
    width: 92vw;
    margin: 5vw auto;
    padding: 0 3vw 3vw 3vw;
    -webkit-transform: translateX(-10.44vw);
            transform: translateX(-10.44vw);
  }
}

.person-shared__ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: -15px;
}

.person-shared__ttl span {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  font-weight: bold;
}

.person-shared__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .person-shared__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.person-shared__list {
  list-style: none;
  padding-top: 25px;
}

@media (max-width: 480px) {
  .person-shared__list {
    padding-top: 6vw;
    font-size: 4vw;
  }
  .person-shared__list:last-child {
    padding-top: 0;
  }
}

.person-shared__item {
  padding-left: 1em !important;
  text-indent: -0.5em !important;
}

.person-shared__item::before {
  content: "・";
  display: inline-block;
  line-height: 1.7;
}

/*--------------------------------------------
電子公告
---------------------------------------------*/
.koukoku {
  padding: 60px 0;
}

@media (max-width: 480px) {
  .koukoku {
    padding: 11vw 0;
  }
}

.koukoku-table {
  margin-top: 30px;
  border-collapse: collapse;
  width: 100%;
}

.koukoku-table th,
.koukoku-table td {
  border: 1px solid #cccccc;
}

.koukoku-table th:first-child,
.koukoku-table td:first-child {
  width: 34.939%;
}

.koukoku-table th {
  background-color: #eef2f5;
  padding: 10px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .koukoku-table th {
    padding: 2vw;
  }
}

.koukoku-table td {
  padding: 20px;
}

@media (max-width: 480px) {
  .koukoku-table td {
    padding: 3vw;
  }
}

.koukoku-table td:first-child {
  text-align: center;
  vertical-align: middle;
}

.koukoku-table td a::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_pdf.png) 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 6px;
}

/*---------------------------------------------
前給とは
---------------------------------------------*/
.maeq {
  padding: 60px 0;
}

@media (max-width: 480px) {
  .maeq {
    padding: 11vw 0;
  }
}

.maeq__ttl {
  color: #fd9a01;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .maeq__ttl {
    font-size: 10vw;
    margin-bottom: 10vw;
  }
}

.maeq-sec__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #063190;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .maeq-sec__ttl {
    margin-bottom: 8vw;
  }
}

@media (max-width: 480px) {
  .maeq-sec__ttl {
    font-size: 7.4vw;
  }
}

.maeq-sec__ttl::after {
  content: "";
  display: block;
  background: #fccc00;
  height: 8px;
  width: 80px;
  margin: auto;
}

@media (max-width: 480px) {
  .maeq-sec__ttl::after {
    width: 9vw;
  }
}

.maeq .sec:not(:first-child) {
  padding-top: 100px;
}

@media (max-width: 480px) {
  .maeq .sec:not(:first-child) {
    padding-top: 13.333vw;
  }
}

.maeq-top .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1195px;
  padding: 0 35px 100px;
  margin: auto;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}

@media (max-width: 1024px) {
  .maeq-top .top-block {
    padding: 0 4vw 10vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 480px) {
  .maeq-top .top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 4vw 13.333vw;
  }
}

.maeq-top .top-block__read {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .maeq-top .top-block__read {
    font-size: 2.6vw;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .maeq-top .top-block__read {
    font-size: 5.8vw;
    margin-top: 6vw;
    text-align: center;
  }
}

.maeq-top .top-block__read span {
  color: #fd9a01;
}

.maeq-top .top-block__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.maeq-top .top-block__img {
  width: 540px;
  margin-left: 50px;
}

@media (max-width: 1024px) {
  .maeq-top .top-block__img {
    width: 42vw;
    margin-left: 30px;
  }
}

@media (max-width: 480px) {
  .maeq-top .top-block__img {
    width: 80vw;
    margin: 8vw auto 0;
  }
}

.maeq-top .point {
  background-color: #eaf1ff;
  padding-bottom: 100px;
}

@media (max-width: 480px) {
  .maeq-top .point {
    padding-bottom: 13.333vw;
  }
}

.maeq-top .point-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.maeq-top .point-block__box:not(:first-child) {
  margin-top: 60px;
}

@media (max-width: 480px) {
  .maeq-top .point-block__box:not(:first-child) {
    margin-top: 8.667vw;
  }
}

.maeq-top .point-block__box:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 480px) {
  .maeq-top .point-block__box:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  .maeq-top .point-block__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.maeq-top .point-block__body {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .maeq-top .point-block__body {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .maeq-top .point-block__body {
    width: 100%;
  }
}

.maeq-top .point-block__body span {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background-color: #063190;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
}

@media (max-width: 1024px) {
  .maeq-top .point-block__body span {
    font-size: 24px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .maeq-top .point-block__body span {
    font-size: 5vw;
    width: 14vw;
    height: 14vw;
  }
}

.maeq-top .point-block__text {
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 480px) {
  .maeq-top .point-block__text {
    margin-left: 4.6vw;
  }
}

.maeq-top .point-block__text h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .maeq-top .point-block__text h4 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .maeq-top .point-block__text h4 {
    font-size: 5.6vw;
    margin-bottom: 3vw;
  }
}

.maeq-top .point-block__text p {
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 768px) {
  .maeq-top .point-block__text p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .maeq-top .point-block__text p {
    line-height: 1.6;
    font-size: 4vw;
  }
}

.maeq-top .point-block__img {
  width: 48%;
}

@media (max-width: 768px) {
  .maeq-top .point-block__img {
    width: 43%;
  }
}

@media (max-width: 480px) {
  .maeq-top .point-block__img {
    width: 100%;
    margin-top: 4vw;
  }
}

.maeq-top .point .various {
  margin-top: 65px;
}

@media (max-width: 480px) {
  .maeq-top .point .various {
    margin-top: 12vw;
  }
}

.maeq-top .point .various__ttl {
  text-align: center;
  color: #063190;
  font-size: 30px;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .maeq-top .point .various__ttl {
    font-size: 5.8vw;
    margin-bottom: 6.667vw;
  }
}

.maeq-top .point .various-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .maeq-top .point .various-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.maeq-top .point .various-block__box {
  width: 100%;
  max-width: 310px;
  position: relative;
}

@media (max-width: 1024px) {
  .maeq-top .point .various-block__box {
    max-width: 31%;
  }
}

@media (max-width: 480px) {
  .maeq-top .point .various-block__box {
    max-width: 62vw;
    margin: auto;
  }
  .maeq-top .point .various-block__box:not(:first-child) {
    margin-top: 6vw;
  }
}

.maeq-top .point .various-block__box::before {
  content: "";
  display: block;
  background: url(../img/maeq/bg_yellow.png) 0 0 repeat;
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 16px;
}

@media (max-width: 480px) {
  .maeq-top .point .various-block__box::before {
    border-radius: 8px;
  }
}

.maeq-top .point .various-block__box figure {
  text-align: center;
  margin: 20px auto;
  width: 60%;
}

@media (max-width: 1024px) {
  .maeq-top .point .various-block__box figure {
    margin: 16px auto;
  }
}

@media (max-width: 480px) {
  .maeq-top .point .various-block__box figure {
    width: 85%;
  }
}

.maeq-top .point .various-block__box p:last-child {
  line-height: 2;
}

.maeq-top .point .various-block__body {
  border-radius: 16px;
  background-color: #fff;
  padding: 25px;
  position: relative;
  min-height: 100%;
}

@media (max-width: 1024px) {
  .maeq-top .point .various-block__body {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .maeq-top .point .various-block__body {
    font-size: 3.733vw;
    border-radius: 8px;
  }
}

.maeq-top .point .various-block__ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .maeq-top .point .various-block__ttl {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .maeq-top .point .various-block__ttl {
    font-size: 6.133vw;
  }
}

.maeq-top .point .various-block__ttl span {
  font-size: 18px;
}

@media (max-width: 768px) {
  .maeq-top .point .various-block__ttl span {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .maeq-top .point .various-block__ttl span {
    font-size: 3.6vw;
  }
}

.maeq-top .achievement-block {
  border: 1px solid #fccc00;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 35px;
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .maeq-top .achievement-block {
    margin: 60px auto 0;
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .maeq-top .achievement-block {
    padding: 4vw;
    margin-top: 6vw;
    border-radius: 8px;
  }
}

.maeq-top .achievement-block p {
  font-weight: 500;
}

@media (max-width: 480px) {
  .maeq-top .achievement-block p {
    font-size: 3.8vw;
  }
}

.maeq-top .achievement-block::before {
  content: "";
  display: block;
  background: url(../img/maeq/bg_yellow.png) 0 0 repeat;
  position: absolute;
  border-radius: 20px;
  bottom: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 480px) {
  .maeq-top .achievement-block::before {
    border-radius: 8px;
  }
}

.maeq-top .achievement-block__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: 20px;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
}

@media (max-width: 480px) {
  .maeq-top .achievement-block__list {
    margin-top: 0;
  }
}

.maeq-top .achievement-block__list li {
  width: 22%;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .maeq-top .achievement-block__list li {
    width: 25%;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .maeq-top .achievement-block__list li {
    width: 50%;
    font-size: 3.8vw;
  }
  .maeq-top .achievement-block__list li:nth-child(n + 3) {
    margin-top: 5vw;
  }
}

.maeq-top .achievement-block__list li::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .maeq-top .achievement-block__list li::before {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  .maeq-top .achievement-block__list li::before {
    width: 7vw;
    height: 7vw;
  }
}

.maeq-top .achievement-block__list .icon-food::before {
  content: "";
  background: url(../img/maeq/icon_food.svg) left center no-repeat;
  background-size: contain;
}

.maeq-top .achievement-block__list .icon-staffing::before {
  content: "";
  background: url(../img/maeq/icon_staffing.svg) left center no-repeat;
  background-size: contain;
}

.maeq-top .achievement-block__list .icon-callcenter::before {
  content: "";
  background: url(../img/maeq/icon_callcenter.svg) left center no-repeat;
  background-size: contain;
}

.maeq-top .achievement-block__list .icon-retail::before {
  content: "";
  background: url(../img/maeq/icon_retail.svg) left center no-repeat;
  background-size: contain;
}

.maeq-top .achievement-block__list .icon-hotel::before {
  content: "";
  background: url(../img/maeq/icon_hotel.svg) left center no-repeat;
  background-size: contain;
}

.maeq-top .achievement-block__list .icon-leisure::before {
  content: "";
  background: url(../img/maeq/icon_leisure.svg) left center no-repeat;
  background-size: contain;
}

.maeq-top .achievement-block__list .icon-logistics::before {
  content: "";
  background: url(../img/maeq/icon_logistics.svg) left center no-repeat;
  background-size: contain;
}

.maeq-top .achievement-block__list .icon-nursing::before {
  content: "";
  background: url(../img/maeq/icon_nursing.svg) left center no-repeat;
  background-size: contain;
}

.maeq-top .service-read {
  text-align: center;
}

.maeq-top .service-read p {
  display: inline-block;
  text-align: left;
}

.maeq-top .service .raraq {
  margin-top: 40px;
}

.maeq-top .service .raraq__ttl {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .maeq-top .service .raraq__ttl {
    width: 30.667vw;
    margin: 0 auto 6.667vw;
  }
}

.maeq-top .service .raraq-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .maeq-top .service .raraq-block__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.maeq-top .service .raraq-block__box:not(:first-of-type) {
  margin-top: 50px;
}

@media (max-width: 480px) {
  .maeq-top .service .raraq-block__box:not(:first-of-type) {
    margin-top: 8vw;
  }
}

.maeq-top .service .raraq-block__box:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 480px) {
  .maeq-top .service .raraq-block__box:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.maeq-top .service .raraq-block__ttlarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .maeq-top .service .raraq-block__ttlarea {
    margin-bottom: 4vw;
  }
}

.maeq-top .service .raraq-block__ttlarea .icon-circle {
  width: 80px;
  height: 80px;
  text-align: center;
  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;
  background-color: #f0428f;
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .maeq-top .service .raraq-block__ttlarea .icon-circle {
    font-size: 24px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .maeq-top .service .raraq-block__ttlarea .icon-circle {
    width: 14vw;
    height: 14vw;
    font-size: 4.4vw;
  }
}

.maeq-top .service .raraq-block__ttlarea .icon-circle span {
  font-size: 14px;
  display: block;
}

@media (max-width: 1024px) {
  .maeq-top .service .raraq-block__ttlarea .icon-circle span {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .maeq-top .service .raraq-block__ttlarea .icon-circle span {
    font-size: 1vw;
  }
}

.maeq-top .service .raraq-block__ttl {
  font-size: 28px;
  font-weight: bold;
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .maeq-top .service .raraq-block__ttl {
    font-size: 24px;
    margin-left: 15px;
  }
}

@media (max-width: 480px) {
  .maeq-top .service .raraq-block__ttl {
    font-size: 4.8vw;
    margin-left: 4.6vw;
  }
}

.maeq-top .service .raraq-block__body {
  width: 50%;
}

@media (max-width: 480px) {
  .maeq-top .service .raraq-block__body {
    width: 100%;
  }
}

.maeq-top .service .raraq-block__video {
  position: relative;
  width: 42%;
}

@media (max-width: 480px) {
  .maeq-top .service .raraq-block__video {
    width: 100%;
    margin-top: 6vw;
  }
}

.maeq-top .service .raraq-block__video video {
  width: 100%;
}

.maeq-top .service .makameshi {
  margin-top: 70px;
  border: 2px solid #f0428f;
  border-radius: 20px;
  padding: 45px 40px;
}

@media (max-width: 768px) {
  .maeq-top .service .makameshi {
    padding: 35px 30px;
  }
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi {
    margin-top: 14vw;
    padding: 6vw 5.333vw;
    border-radius: 8px;
  }
}

.maeq-top .service .makameshi__ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.maeq-top .service .makameshi__ttl::before {
  content: "";
  display: block;
  background: url(../img/maeq/icon_onigiri.png) 0 0 no-repeat;
  background-size: contain;
  width: 32px;
  height: 33px;
  margin: auto;
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi__ttl::before {
    width: 7vw;
    height: 7vw;
  }
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi__ttl {
    font-size: 8.8vw;
    margin-bottom: 5.333vw;
  }
}

.maeq-top .service .makameshi__ttl span {
  font-size: 12px;
  display: block;
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi__ttl span {
    font-size: 2vw;
  }
}

.maeq-top .service .makameshi-block {
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi-block {
    margin-bottom: 8vw;
  }
}

.maeq-top .service .makameshi-block__ttl {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 25px;
  color: #f0428f;
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi-block__ttl {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 3.333vw;
  }
}

.maeq-top .service .makameshi-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi-block__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.maeq-top .service .makameshi-block__box:first-of-type {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi-block__box:first-of-type {
    margin-bottom: 4vw;
  }
}

.maeq-top .service .makameshi-block__body {
  width: 63%;
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi-block__body {
    width: 100%;
  }
}

.maeq-top .service .makameshi-block__img {
  width: 35.109%;
  text-align: right;
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi-block__img {
    width: 65.867vw;
    margin: 6.667vw auto 0;
    text-align: center;
  }
}

.maeq-top .service .makameshi-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0 45px;
  margin-top: 35px;
}

@media (max-width: 768px) {
  .maeq-top .service .makameshi-block__list {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi-block__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.maeq-top .service .makameshi-block__list li:first-child {
  width: 49%;
}

@media (max-width: 1024px) {
  .maeq-top .service .makameshi-block__list li:first-child {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .maeq-top .service .makameshi-block__list li:first-child {
    width: 23.6vw;
  }
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi-block__list li:first-child {
    width: 100%;
  }
  .maeq-top .service .makameshi-block__list li:first-child img {
    width: 36vw;
  }
}

.maeq-top .service .makameshi-block__list li:last-child {
  width: 49%;
}

@media (max-width: 1024px) {
  .maeq-top .service .makameshi-block__list li:last-child {
    width: 52%;
  }
}

@media (max-width: 768px) {
  .maeq-top .service .makameshi-block__list li:last-child {
    width: 54vw;
  }
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi-block__list li:last-child {
    width: 100%;
  }
}

.maeq-top .service .makameshi-block__list li picture {
  min-height: 345px;
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 768px) {
  .maeq-top .service .makameshi-block__list li picture {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .maeq-top .service .makameshi-block__list li picture {
    text-align: center;
    margin-top: 8.667vw;
  }
}

.maeq-top .service .app-block {
  border: 1px solid #fccc00;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 795px;
  margin: 110px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 768px) {
  .maeq-top .service .app-block {
    margin: 60px auto 0;
  }
}

@media (max-width: 480px) {
  .maeq-top .service .app-block {
    padding: 4vw 4vw 0;
    margin: 10vw auto 0;
    border-radius: 8px;
  }
}

.maeq-top .service .app-block::before {
  content: "";
  display: block;
  background: url(../img/maeq/bg_yellow.png) 0 0 repeat;
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}

@media (max-width: 480px) {
  .maeq-top .service .app-block::before {
    border-radius: 8px;
  }
}

.maeq-top .service .app-block__img {
  width: 230px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 480px) {
  .maeq-top .service .app-block__img {
    width: 29.333vw;
  }
}

.maeq-top .service .app-block__body {
  margin-left: 60px;
  padding-bottom: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  .maeq-top .service .app-block__body {
    margin-left: 3.8vw;
    padding-bottom: 4vw;
  }
}

.maeq-top .service .app-block__body .btn-block {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .maeq-top .service .app-block__body .btn-block {
    margin-top: 3vw;
  }
}

.maeq-top .service .app-block__ttl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: left;
}

@media (max-width: 480px) {
  .maeq-top .service .app-block__ttl {
    text-align: center;
    font-size: 3.5vw;
  }
}

.maeq-top .service .app-block__ttl span {
  color: #fd9a01;
}

@media (max-width: 480px) {
  .maeq-top .service .app-block__logo {
    width: 40vw;
    margin: auto;
  }
}

.maeq-top .service .list-asterisk {
  list-style-type: none;
}

.maeq-top .service .list-asterisk li {
  position: relative;
  padding-left: 18px;
}

@media (max-width: 480px) {
  .maeq-top .service .list-asterisk li {
    font-size: 3.733vw;
  }
}

.maeq-top .service .list-asterisk li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.maeq-top .service .list-asterisk li li + li {
  margin-top: 0.5em;
}

/*---------------------------------------------
前給について
---------------------------------------------*/
.about-maeq .contents {
  width: 80%;
  margin: 0 auto 70px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .about-maeq .contents {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .about-maeq .contents {
    width: 100%;
  }
}

.about-maeq .contents .icon {
  width: 10%;
}

@media (max-width: 480px) {
  .about-maeq .contents .icon {
    width: 15%;
  }
}

.about-maeq .contents .md_br {
  display: none;
}

@media (max-width: 768px) {
  .about-maeq .contents .md_br {
    display: block;
  }
}

.about-maeq .contents .sm_br {
  display: none;
}

@media (max-width: 480px) {
  .about-maeq .contents .sm_br {
    display: block;
  }
}

.about-maeq .top {
  width: 100%;
  font-size: 18px;
}

.about-maeq .top__copy {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .about-maeq .top__copy {
    font-size: 5.8333vw;
  }
}

.about-maeq .top__lead {
  margin-bottom: 30px;
  line-height: 1.8;
  padding: 0 20px;
}

@media (max-width: 480px) {
  .about-maeq .top__lead {
    margin-bottom: 5vw;
  }
}

.about-maeq .top .faq-link {
  text-align: right;
  padding-right: 30px;
  margin-bottom: 20px;
}

.about-maeq .top .faq-link a {
  display: inline-block;
  border: 1px solid #063190;
  border-radius: 28px;
  padding: 15px 35px 15px 20px;
  width: 280px;
  text-align: center;
  color: #000;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 768px) {
  .about-maeq .top .faq-link a {
    padding: 10px 30px 10px 15px;
  }
}

@media (max-width: 480px) {
  .about-maeq .top .faq-link a {
    padding: 2.0833vw 4.1666vw 2.0833vw 2.0833vw;
    width: 62.5vw;
    font-size: 16px;
  }
}

.about-maeq .top .faq-link a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #063190 #063190 transparent transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: inline-block;
  margin-bottom: 5px;
  top: calc(50% - 11px);
  right: 22px;
}

@media (max-width: 480px) {
  .about-maeq .top .faq-link a:after {
    width: 2.0833vw;
    height: 2.0833vw;
    right: 4.5833vw;
  }
}

.about-maeq .top .faq-link a:hover {
  background-color: #063190;
  color: #fff;
  opacity: 1;
}

.about-maeq .top .faq-link a:hover::after {
  border-color: #fff #fff transparent transparent;
}

.about-maeq .top .story {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .about-maeq .top .story {
    width: 100%;
  }
}

.about-maeq .top .story__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .about-maeq .top .story__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10.4166vw;
  }
}

.about-maeq .top .story__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
}

@media (max-width: 768px) {
  .about-maeq .top .story__part {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .about-maeq .top .story__part {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.about-maeq .top .story__part p {
  width: 70%;
}

@media (max-width: 768px) {
  .about-maeq .top .story__part img {
    width: 12%;
  }
}

.about-maeq .top .story__img {
  max-width: 216px;
  width: 23%;
}

@media (max-width: 768px) {
  .about-maeq .top .story__img {
    width: 30%;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .about-maeq .top .story__img {
    margin-top: 4.1666vw;
  }
}

.about-maeq .flow__ttl {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin: 0 auto 35px;
  border-radius: 28px;
  font-size: 30px;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  .about-maeq .flow__ttl {
    font-size: 5.4166vw;
  }
}

.about-maeq .flow__ttl span {
  font-size: 20px;
}

.about-maeq .flow__ttl.company {
  background-color: #063190;
  width: 330px;
}

@media (max-width: 480px) {
  .about-maeq .flow__ttl.company {
    width: 80%;
  }
}

.about-maeq .flow__ttl.employee {
  background-color: #f0428f;
  width: 410px;
}

@media (max-width: 480px) {
  .about-maeq .flow__ttl.employee {
    width: 90%;
  }
}

.about-maeq .flow__text {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 480px) {
  .about-maeq .flow__text {
    font-size: 4.5833vw;
  }
}

.about-maeq .flow__text span {
  font-weight: normal;
  font-size: 16px;
}

.about-maeq .flow__item {
  border-radius: 20px;
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
  min-height: 200px;
  font-size: 24px;
  position: relative;
}

@media (max-width: 480px) {
  .about-maeq .flow__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.2083vw 3.125vw;
    min-height: 29.1666vw;
  }
}

.about-maeq .flow__item.arrow::after {
  content: url(../img/maeq/service/arrow.png);
  position: absolute;
  display: block;
  bottom: -60px;
  right: calc(50% - 25px);
}

.about-maeq .flow__item p {
  font-weight: bold;
  font-size: 24px;
  width: 60%;
  margin: 0 15px 0 25px;
}

@media (max-width: 480px) {
  .about-maeq .flow__item p {
    width: 70%;
    font-size: 4.1666vw;
    margin: 0 10px 0 15px;
  }
}

.about-maeq .flow__item span {
  font-weight: normal;
  font-size: 18px;
}

@media (max-width: 480px) {
  .about-maeq .flow__item span {
    font-size: 16px;
  }
}

.about-maeq .flow__item sup {
  vertical-align: text-top;
  font-size: small;
}

.about-maeq .flow__item.company {
  -webkit-box-shadow: 4px 4px #063190;
          box-shadow: 4px 4px #063190;
  border: 1px solid #063190;
}

.about-maeq .flow__item.employee {
  -webkit-box-shadow: 4px 4px #f0428f;
          box-shadow: 4px 4px #f0428f;
  border: 1px solid #f0428f;
}

.about-maeq .flow__img {
  width: 30%;
}

@media (max-width: 480px) {
  .about-maeq .flow__img {
    width: 40%;
    margin: 10px auto 0;
  }
}

.about-maeq .info__text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 480px) {
  .about-maeq .info__text {
    font-size: 4.5833vw;
    margin-bottom: 5.2083vw;
  }
}

.about-maeq .info__role {
  margin-bottom: 45px;
}

.about-maeq .info__role-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.about-maeq .info__role-ttl p {
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
}

@media (max-width: 480px) {
  .about-maeq .info__role-ttl p {
    font-size: 4.5833vw;
  }
}

.about-maeq .info__role li {
  list-style-type: none;
  position: relative;
  margin: 10px;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 18px;
}

@media (max-width: 768px) {
  .about-maeq .info__role li {
    text-indent: -1.3em;
  }
}

.about-maeq .info__role.company li::before {
  content: "●";
  color: #063190;
  margin-right: 6px;
}

.about-maeq .info__role.employee li::before {
  content: "●";
  color: #f0428f;
  margin-right: 6px;
}

.about-maeq .price__detail {
  margin-bottom: 15px;
  font-size: 18px;
}

.about-maeq .price__detail span {
  color: #063190;
  margin-right: 6px;
}

.about-maeq .price dt,
.about-maeq .price dd {
  font-size: 18px;
  margin-left: 40px;
  line-height: 2;
}

@media (max-width: 480px) {
  .about-maeq .price dt,
  .about-maeq .price dd {
    font-size: 16px;
  }
}

.about-maeq .price dt {
  text-indent: -1em;
  margin-left: 40px;
}

.about-maeq .price .note {
  font-size: 14px;
}

.about-maeq .price .note.right {
  text-align: right;
  display: block;
}

@media (max-width: 480px) {
  .about-maeq .price .note.right {
    padding-top: 10px;
  }
}

.about-maeq .price__table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 18px;
}

.about-maeq .price__table tr {
  text-align: center;
}

.about-maeq .price__table tr th {
  background-color: #cdd6e9;
  width: 30%;
  border: 1px solid #000;
  padding: 10px 0;
}

.about-maeq .price__table tr td {
  width: 30%;
  border: 1px solid #000;
  padding: 10px 0;
}

.about-maeq .faq-block {
  width: 80%;
  margin: auto;
}

@media (max-width: 480px) {
  .about-maeq .faq-block {
    width: 100%;
  }
}

.about-maeq .faq-block__box {
  width: 100%;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-top: 1.9481%;
  background-color: #fff;
}

.about-maeq .faq-block__box:not(:first-child) {
  margin-top: 20px;
}

.about-maeq .faq-block__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px 5px 0px 0px;
  padding: 1.9481%;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

@media (max-width: 480px) {
  .about-maeq .faq-block__ttl {
    font-size: 3.8vw;
    padding: 3vw 9vw 3vw 3vw;
  }
}

.about-maeq .faq-block__ttl::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #063190;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -2px;
  border: none;
  -webkit-transform: none;
          transform: none;
}

.about-maeq .faq-block__ttl::before {
  content: "";
  width: 2px;
  height: 16px;
  border: 0px;
  background-color: #063190;
  position: absolute;
  border: none;
  top: 50%;
  right: 21px;
  margin-top: -9px;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-maeq .faq-block__ttl.active::before {
  opacity: 0;
}

.about-maeq .faq-block__icon {
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
  color: #063190;
}

@media (max-width: 480px) {
  .about-maeq .faq-block__icon {
    font-size: 6vw;
    margin-right: 6px;
  }
}

.about-maeq .faq-block__body {
  display: none;
  padding: 20px;
  border-top: 1px solid #d9d9d9;
}

@media (max-width: 480px) {
  .about-maeq .faq-block__body {
    padding: 4vw;
    font-size: 3.6vw;
  }
}

.about-maeq .faq-block__flex {
  text-indent: 1.5em;
  /*
      display: flex;

      span {
        @include faq-icon;
        color: orange;
      }*/
}

@media (max-width: 480px) {
  .about-maeq .faq-block__flex {
    text-indent: 0em;
  }
}

/*---------------------------------------------
前給　＋　提供企業リスト
---------------------------------------------*/
.companylist .list-bullet {
  list-style-type: none;
}

.companylist .list-bullet li {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
}

.companylist .list-bullet li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0b3190;
  content: "";
}

@media (max-width: 480px) {
  .companylist .list-bullet li::before {
    width: 3vw;
    height: 3vw;
  }
}

.companylist .list-bullet li + li {
  margin-top: 0.5em;
}

.companylist-block {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .companylist-block {
    margin-top: 6vw;
  }
}

.companylist-block__cap {
  color: #fff;
  background-color: #063190;
  display: none;
}

@media (max-width: 480px) {
  .companylist-block__cap {
    display: inline-block;
    padding: 2vw;
    font-size: 3vw;
    border-radius: 4px;
    margin-bottom: 4vw;
  }
}

.companylist-block__wrap {
  overflow-x: auto;
}

.companylist-block__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

@media (max-width: 480px) {
  .companylist-block__table {
    width: 1060px;
  }
}

.companylist-block__table th {
  width: auto;
  background: #ced6e9;
  padding: 15px;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  text-align: center;
}

.companylist-block__table th:nth-child(1) {
  width: 30%;
}

.companylist-block__table th:nth-child(2) {
  width: 40%;
}

@media (max-width: 480px) {
  .companylist-block__table th {
    padding: 2vw;
    font-size: 4vw;
  }
}

.companylist-block__table td {
  text-align: left;
  vertical-align: middle;
  padding: 12px;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .companylist-block__table td {
    padding: 2vw;
    font-size: 4vw;
  }
}

.companylist-block__table .link-text {
  color: #063190;
  text-decoration: underline;
  display: inline-block;
}

.companylist-block__table .link-text:hover {
  text-decoration: none;
}

.companylist-block__table .link-text--blank::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.png) 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 13px;
  margin-left: 6px;
}

@media (max-width: 480px) {
  .companylist-block__table .link-text--blank::after {
    width: 5vw;
    height: 3vw;
  }
}

/*--------------------------------------------
スマサラ
--------------------------------------------*/
.smasala {
  padding: 0 0 60px;
}

@media (max-width: 480px) {
  .smasala {
    padding: 0 0 11vw;
  }
}

.smasala .kv {
  position: relative;
  background-color: #dadada;
  width: 100%;
  background: url(../img/smart-salary/bg_kv-pc.svg) left center no-repeat #f4f4f4;
  background-size: 100% 100%;
}

@media (max-width: 480px) {
  .smasala .kv {
    padding-top: 171.052632%;
    background: url(../img/smart-salary/bg_kv-sp.svg) left center no-repeat #e3e3e3;
    background-size: 100% 100%;
    height: auto;
  }
}

.smasala .kv .inner {
  position: relative;
}

@media (max-width: 480px) {
  .smasala .kv .inner {
    position: absolute;
    top: 8vw;
    height: 100%;
  }
}

.smasala .kv__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .smasala .kv__copy {
    font-size: 3vw;
  }
}

@media (max-width: 768px) {
  .smasala .kv__copy {
    font-size: 3.4vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv__copy {
    font-size: 7vw;
    text-align: center;
  }
}

.smasala .kv__copy--sub {
  font-size: 33px;
  letter-spacing: 0.2em;
  color: #2c375e;
}

@media (max-width: 1024px) {
  .smasala .kv__copy--sub {
    font-size: 3vw;
  }
}

@media (max-width: 768px) {
  .smasala .kv__copy--sub {
    font-size: 3.2vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv__copy--sub {
    font-size: 5.4vw;
  }
}

.smasala .kv__copy--bg {
  position: relative;
  width: 84%;
  font-size: 30px;
  text-align: center;
  background: url(../img/smart-salary/bg_line.png) left bottom no-repeat;
  background-size: 100%;
  padding-bottom: 30px;
  margin-top: 80px;
  letter-spacing: 0.2em;
  color: #f85b30;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .smasala .kv__copy--bg {
    margin-top: 5vw;
    font-size: 3vw;
    padding-bottom: 3vw;
    width: 26vw;
  }
}

@media (max-width: 768px) {
  .smasala .kv__copy--bg {
    background-size: 100%;
    width: 28vw;
    font-size: 3.2vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv__copy--bg {
    font-size: 5.4vw;
    padding-bottom: 4vw;
    width: 52.6vw;
    margin: 6vw auto 2vw;
  }
}

.smasala .kv__copy .fs-s {
  font-size: 30px;
}

@media (max-width: 1024px) {
  .smasala .kv__copy .fs-s {
    font-size: 2.8vw;
  }
}

@media (max-width: 768px) {
  .smasala .kv__copy .fs-s {
    font-size: 3vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv__copy .fs-s {
    font-size: 5.6vw;
  }
}

.smasala .kv__copy .fs-m {
  font-size: 40px;
}

@media (max-width: 1024px) {
  .smasala .kv__copy .fs-m {
    font-size: 4vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv__copy .fs-m {
    font-size: 8.4vw;
  }
}

.smasala .kv__copy .fs-l {
  font-size: 58px;
}

@media (max-width: 1024px) {
  .smasala .kv__copy .fs-l {
    font-size: 6.3vw;
  }
}

@media (max-width: 768px) {
  .smasala .kv__copy .fs-l {
    font-size: 6vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv__copy .fs-l {
    font-size: 13vw;
  }
}

.smasala .kv__copy .fc-mizuiro {
  color: #4974f8;
}

.smasala .kv__copy .fc-deepblue {
  color: #2c375e;
}

.smasala .kv__box {
  position: absolute;
  left: 35px;
  top: 50px;
  color: #000;
}

@media (max-width: 1024px) {
  .smasala .kv__box {
    top: 5vw;
    left: 4vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv__box {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
  }
}

.smasala .kv__txt {
  display: block;
  width: 77%;
}

@media (max-width: 1024px) {
  .smasala .kv__txt {
    width: 24vw;
  }
}

@media (max-width: 768px) {
  .smasala .kv__txt {
    width: 24vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv__txt {
    width: 45vw;
  }
}

.smasala .kv__fig {
  display: block;
  margin: auto;
  text-align: center;
  padding-top: 30px;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}

@media (max-width: 1024px) {
  .smasala .kv__fig {
    width: 27vw;
    padding-top: 2vw;
    -webkit-transform: translateX(4vw);
            transform: translateX(4vw);
  }
}

@media (max-width: 480px) {
  .smasala .kv__fig {
    margin: 6vw auto;
    width: 54vw;
    -webkit-transform: translateX(7vw);
            transform: translateX(7vw);
  }
}

.smasala .kv .contact-block {
  position: absolute;
  right: 0;
  top: 30px;
  color: #063190;
  width: 260px;
}

@media (max-width: 1024px) {
  .smasala .kv .contact-block {
    width: 29vw;
    right: 2vw;
  }
}

@media (max-width: 768px) {
  .smasala .kv .contact-block {
    right: 4vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv .contact-block {
    position: relative;
    width: 65vw;
    right: auto;
    top: auto;
    bottom: auto;
    margin: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.smasala .kv .contact-block__ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .smasala .kv .contact-block__ttl {
    font-size: 2.0298vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv .contact-block__ttl {
    font-size: 4.5vw;
  }
}

.smasala .kv .contact-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 480px) {
  .smasala .kv .contact-block__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.smasala .kv .contact-block__box figure {
  width: 23px;
}

.smasala .kv .contact-block__box picture {
  display: none;
}

@media (max-width: 1024px) {
  .smasala .kv .contact-block__box figure {
    display: block;
    width: 2.44vw;
  }
  .smasala .kv .contact-block__box picture {
    width: 5vw;
  }
}

@media (max-width: 768px) {
  .smasala .kv .contact-block__box figure {
    width: 2.8vw;
  }
  .smasala .kv .contact-block__box picture {
    width: 5vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv .contact-block__box figure {
    width: 5.6vw;
  }
  .smasala .kv .contact-block__box picture {
    width: 13.91vw;
  }
}

.smasala .kv .contact-block__body {
  line-height: 1;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .smasala .kv .contact-block__body {
    line-height: 1.2;
    width: 25vw;
    margin-left: 1vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv .contact-block__body {
    width: 51vw;
  }
}

.smasala .kv .contact-block__txt {
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .smasala .kv .contact-block__txt {
    font-size: 1.2vw;
  }
}

@media (max-width: 768px) {
  .smasala .kv .contact-block__txt {
    font-size: 1.2vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv .contact-block__txt {
    font-size: 2.8vw;
  }
}

.smasala .kv .contact-block__txt--l {
  font-size: 30px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

.smasala .kv .contact-block__txt--l a {
  color: #063190;
}

@media (max-width: 1024px) {
  .smasala .kv .contact-block__txt--l {
    font-size: 3.4vw;
  }
}

@media (max-width: 480px) {
  .smasala .kv .contact-block__txt--l {
    font-size: 6.4vmin;
    letter-spacing: normal;
  }
}

.smasala__ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
}

@media (max-width: 480px) {
  .smasala__ttl {
    font-size: 4.6vw;
    margin: 8vw 0;
  }
}

.smasala .feature {
  background: #f0f4ff;
  padding: 98px 0 118px;
}

@media (max-width: 768px) {
  .smasala .feature {
    padding: 15vw 0;
  }
}

.smasala .feature__ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 118.5%;
  letter-spacing: 0.155em;
  color: #2c375e;
  text-align: center;
  margin-bottom: 72px;
}

@media (max-width: 768px) {
  .smasala .feature__ttl {
    margin-bottom: 8vw;
  }
}

@media (max-width: 480px) {
  .smasala .feature__ttl {
    font-size: 7.4vw;
  }
}

.smasala .feature-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 480px) {
  .smasala .feature-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.smasala .feature-block__box {
  width: 23.397%;
  background-color: #fff;
  padding: 0 0 50px;
}

@media (max-width: 1024px) {
  .smasala .feature-block__box {
    width: 30%;
  }
}

@media (max-width: 480px) {
  .smasala .feature-block__box {
    width: 65vw;
    margin: auto;
    padding: 0 0 6vw;
  }
  .smasala .feature-block__box:not(:first-child) {
    margin-top: 8vw;
  }
}

.smasala .feature-block__box h3 {
  background-color: #2c375e;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  min-height: 33.853%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .smasala .feature-block__box h3 {
    font-size: 2.8vw;
  }
}

@media (max-width: 480px) {
  .smasala .feature-block__box h3 {
    font-size: 5.4vw;
    padding: 3vw;
  }
}

.smasala .feature-block__box h3 span {
  color: #d0d0d0;
  display: block;
}

.smasala .feature-block__body {
  background-color: #fff;
  padding: 30px 20px 0;
  font-size: 14px;
}

@media (max-width: 480px) {
  .smasala .feature-block__body {
    padding: 6vw 4vw 0;
  }
}

.smasala .feature-block__body p {
  line-height: 1.6;
}

.smasala .feature-block__pic {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .smasala .feature-block__pic {
    width: 25vw;
    margin: auto auto 6vw;
  }
}

.smasala .info {
  background-color: #b0c3e4;
  padding: 150px 0 120px;
}

@media (max-width: 768px) {
  .smasala .info {
    padding: 22vw 0;
  }
}

.smasala .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2c375e;
}

@media (max-width: 480px) {
  .smasala .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.smasala .info-block:first-child {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .smasala .info-block:first-child {
    margin-bottom: 9vw;
  }
}

@media (max-width: 480px) {
  .smasala .info-block:first-child {
    margin-bottom: 13vw;
  }
}

.smasala .info-block--rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 480px) {
  .smasala .info-block--rr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.smasala .info-block--rr .info-block__body {
  margin-left: 50px;
  margin-right: 0;
}

@media (max-width: 768px) {
  .smasala .info-block--rr .info-block__body {
    margin-left: 4vw;
  }
}

@media (max-width: 480px) {
  .smasala .info-block--rr .info-block__body {
    margin-left: 0;
  }
}

.smasala .info-block__ttl {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 22px;
}

@media (max-width: 1024px) {
  .smasala .info-block__ttl {
    font-size: 3.4vw;
    margin-bottom: 2vw;
  }
}

@media (max-width: 480px) {
  .smasala .info-block__ttl {
    font-size: 6.2vw;
    margin-bottom: 4vw;
  }
}

.smasala .info-block__body {
  width: 100%;
  margin-right: 50px;
}

@media (max-width: 768px) {
  .smasala .info-block__body {
    margin-right: 4vw;
  }
}

@media (max-width: 480px) {
  .smasala .info-block__body {
    width: 100%;
    margin-right: 0;
  }
}

.smasala .info-block__fig {
  width: 100%;
}

@media (max-width: 768px) {
  .smasala .info-block__fig {
    width: 92vw;
  }
}

@media (max-width: 480px) {
  .smasala .info-block__fig {
    margin-bottom: 6vw;
  }
}

.smasala .info-block__txt {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .smasala .info-block__txt {
    font-size: 2vw;
  }
}

@media (max-width: 480px) {
  .smasala .info-block__txt {
    font-size: 5vw;
  }
}

.smasala .info-block__cap {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}

@media (max-width: 480px) {
  .smasala .info-block__cap {
    font-size: 3.2vw;
  }
}

.smasala .info .merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.smasala .info .merit:first-child {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .smasala .info .merit:first-child {
    margin-bottom: 8vw;
  }
}

.smasala .info .merit__left {
  width: 20%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .smasala .info .merit__left {
    width: 12vw;
  }
}

@media (max-width: 480px) {
  .smasala .info .merit__left {
    width: 15vw;
  }
}

.smasala .info .merit__ttl {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .smasala .info .merit__ttl {
    font-size: 2vw;
  }
}

@media (max-width: 480px) {
  .smasala .info .merit__ttl {
    font-size: 2.8vw;
  }
}

.smasala .info .merit__num {
  font-size: 72px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1024px) {
  .smasala .info .merit__num {
    font-size: 8vw;
  }
}

@media (max-width: 480px) {
  .smasala .info .merit__num {
    font-size: 13vw;
  }
}

.smasala .info .merit-block {
  border-left: 1px solid #fff;
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 480px) {
  .smasala .info .merit-block {
    padding-left: 4vw;
  }
}

.smasala .info .merit-block p:last-child {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .smasala .info .merit-block p:last-child {
    font-size: 1.6vw;
  }
}

@media (max-width: 480px) {
  .smasala .info .merit-block p:last-child {
    font-size: 3.6vw;
  }
}

.smasala .info .merit-block__ttl {
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .smasala .info .merit-block__ttl {
    font-size: 3vw;
  }
}

@media (max-width: 480px) {
  .smasala .info .merit-block__ttl {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}

.smasala .qa {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .smasala .qa {
    padding-top: 11vw;
  }
}

.smasala .qa__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #063190;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .smasala .qa__ttl {
    margin-bottom: 8vw;
  }
}

@media (max-width: 480px) {
  .smasala .qa__ttl {
    font-size: 7.4vw;
  }
}

.smasala .qa .contact {
  border: 1px solid #333;
  padding: 30px;
  width: 100%;
  max-width: 800px;
  margin: 80px auto 0;
}

@media (max-width: 480px) {
  .smasala .qa .contact {
    padding: 3vw;
    margin: 8vw auto 0;
  }
}

.smasala .qa .contact__ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .smasala .qa .contact__ttl {
    font-size: 4.2vw;
    margin-bottom: 6vw;
  }
}

.smasala .qa .contact__detail {
  line-height: 1.8;
}

@media (max-width: 480px) {
  .smasala .qa .contact__detail {
    font-size: 3.6vw;
  }
}

.smasala .qa .qa-block__box {
  position: relative;
  padding: 30px 20px;
  border-top: 1px solid #063190;
  cursor: pointer;
}

@media (max-width: 480px) {
  .smasala .qa .qa-block__box {
    padding: 4vw 3vw;
  }
}

.smasala .qa .qa-block__box:last-child {
  border-bottom: 1px solid #063190;
}

.smasala .qa .qa-block__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #063190;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 1.4em;
}

.smasala .qa .qa-block__ttl span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 480px) {
  .smasala .qa .qa-block__ttl {
    font-size: 4.2vw;
  }
}

.smasala .qa .qa-block__ttl::before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.smasala .qa .qa-block__ttl::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 30px;
  border-top: 2px solid #063190;
  border-right: 2px solid #063190;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 480px) {
  .smasala .qa .qa-block__ttl::after {
    width: 8px;
    height: 8px;
    margin-left: 3vw;
  }
}

.smasala .qa .qa-block__ttl.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.smasala .qa .qa-block .sentence {
  padding: 0 30px;
  font-size: 18px;
  display: none;
}

@media (max-width: 480px) {
  .smasala .qa .qa-block .sentence {
    padding: 0 6vw;
    font-size: 4.2vw;
  }
}

.smasala .qa .qa-block .sentence p {
  padding-left: 1.4em;
}

.smasala .qa .qa-block .sentence p:first-child {
  margin-top: 25px;
  position: relative;
}

@media (max-width: 480px) {
  .smasala .qa .qa-block .sentence p:first-child {
    margin-top: 3vw;
  }
}

.smasala .qa .qa-block .sentence p:first-child::before {
  content: "A.";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */