@charset "UTF-8";
:root {
  --cl-pri: #333;
  --cl-ac: #d31717;
  --cl-sec: #1bb4ca;
}

/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

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

body figure {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

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

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus-visible {
  outline: 1px solid transparent;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  color: var(--cl-pri);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
  line-break: strict;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 12px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 758px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
}

::-webkit-file-upload-button {
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
}

.btn,
::file-selector-button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
Theme Name: ZIPWAY
*/
/* ===================================

  ヘッダー

====================================== */
.header__main {
  position: fixed;
  top: -120px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -10;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__main.show {
  top: 0;
  opacity: 1;
  z-index: 100;
}
.header__inner {
  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;
  padding: 0 50px;
  width: 100%;
  height: 100%;
}
.header-logo {
  width: 191px;
}
.header-logo__link, .header-logo__img {
  display: block;
  width: 100%;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  width: 210px;
  height: 50px;
  background-color: var(--cl-ac);
  background-image: url(img/ico/ico-arrow-right-ye.svg);
  background-repeat: no-repeat;
  background-size: 12px 18px;
  background-position: center right 28px;
  font-size: 20px;
  font-weight: 700;
  color: #f3e521;
  letter-spacing: 0.05em;
  border-radius: 9999px;
}
.header .mv {
  width: 100%;
}
.header .mv__img {
  width: 100%;
  height: auto;
}
.header .mv__img.pc {
  display: block;
}
.header .mv__img.sp {
  display: none;
}
.header .mv__img.tb {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header__main {
    display: none;
  }
  .header .mv__img.pc {
    display: none;
  }
  .header .mv__img.tb {
    display: block;
  }
}
@media screen and (max-width: 758px) {
  .header .mv__img.tb {
    display: none;
  }
  .header .mv__img.sp {
    display: block;
  }
}
/* ===================================

  section-title

====================================== */
.section-title {
  position: relative;
}
.section-title .title {
  position: relative;
  margin-bottom: -0.2em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #e54829;
  text-align: center;
  z-index: 1;
}
.section-title .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff5ed;
  font-family: "Roboto", sans-serif;
  font-size: 170px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .section-title .title {
    padding-bottom: 0.3em;
    font-size: 22px;
  }
  .section-title .txt {
    font-size: 126px;
  }
}
@media screen and (max-width: 758px) {
  .section-title .title {
    padding-bottom: 0.3em;
    font-size: 22px;
  }
  .section-title .txt {
    font-size: 108px;
  }
}
/* ---------------------------------
  POPUPナビ
----------------------------------- */
.popup {
  display: none;
}

@media screen and (max-width: 1199px) {
  .popup {
    display: block;
    position: fixed;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: -10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .popup.show {
    z-index: 100;
    bottom: 0;
  }
  .popup__inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .popup .item {
    width: 100%;
    height: 100%;
  }
  .popup .item__link {
    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%;
    background-color: #27bc26;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
}
/* ============================================

  問題提起

=============================================== */
.problem {
  padding-top: 40px;
}
.problem-head__inner {
  width: 800px;
  margin: 0 auto;
}
.problem-head__img {
  width: 100%;
}
.problem-btm__img {
  width: 100%;
}
.problem-btm__img.sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .problem {
    padding-top: 40px;
  }
  .problem-head__inner {
    width: 100%;
    padding: 0 30px;
  }
  .problem-head__img {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 758px) {
  .problem {
    padding-top: 15px;
  }
  .problem-head__inner {
    padding: 0;
  }
  .problem-btm {
    margin-top: -15px;
  }
  .problem-btm__img.pc {
    display: none;
  }
  .problem-btm__img.sp {
    display: block;
  }
}
/* ===================================

  ZIPWAYに相談すると
  転職がうまくいく3つのポイント

====================================== */
.point {
  padding: 66px 0 100px;
  background-color: #1a1a1a;
}
.point .container {
  width: 1200px;
  margin: 0 auto;
}
.point .section-title .title {
  color: #fff;
}
.point .section-title .txt {
  color: #2e2b2b;
}
.point .items {
  margin-top: 95px;
}
.point .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.point .item + .item {
  margin-top: 90px;
}
.point .item__thumb {
  width: 570px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 570px;
          flex: 0 0 570px;
}
.point .item__img {
  width: 100%;
}
.point .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 60px;
  padding-left: 90px;
}
.point .item__title.first {
  width: 320px;
}
.point .item__title.second {
  width: 330px;
}
.point .item__title.last {
  width: 425px;
}
.point .item__title-img {
  width: 100%;
}
.point .item__subtitle {
  margin-top: 42px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--cl-ac);
}
.point .item__txt {
  margin-top: 30px;
  color: #fff;
  line-height: 2;
}
.point .item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.point .item:nth-child(2) .item__body {
  padding-left: 60px;
  padding-right: 90px;
}

@media screen and (max-width: 1199px) {
  .point {
    padding: 80px 0;
  }
  .point .container {
    width: 100%;
    padding: 0 30px;
  }
  .point .items {
    margin-top: 60px;
  }
  .point .item + .item {
    margin-top: 60px;
  }
  .point .item__thumb {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .point .item__body {
    padding-right: 30px;
    padding-left: 0;
  }
  .point .item__title.first {
    width: 240px;
  }
  .point .item__title.second {
    width: 248px;
  }
  .point .item__title.last {
    width: 318px;
    max-width: 100%;
  }
  .point .item__subtitle {
    margin-top: 20px;
    font-size: 22px;
  }
  .point .item__txt {
    margin-top: 10px;
  }
  .point .item:nth-child(2) .item__body {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 758px) {
  .point {
    padding: 58px 0;
  }
  .point .container {
    padding: 0 15px;
  }
  .point .items {
    margin-top: 50px;
  }
  .point .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .point .item + .item {
    margin-top: 30px;
  }
  .point .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .point .item__body {
    margin-top: 30px;
    padding-right: 0;
  }
  .point .item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .point .item:nth-child(2) .item__body {
    padding-left: 0;
  }
}
/* ===================================

  岡山県の求人例

====================================== */
.recruit {
  width: 100%;
  overflow: hidden;
  padding: 145px 0 100px;
  background-color: #eeeeee;
}
.recruit__contents {
  margin-top: 132px;
}
.recruit__contents .entry__link {
  display: block;
  width: 100%;
}
.recruit__contents .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.recruit__contents .entry__thumb-img {
  width: 100%;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit__contents .entry__link:hover {
  opacity: 0.6;
}
.recruit__contents .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.recruit__contents .entry__body {
  padding-top: 18px;
  font-weight: 700;
  line-height: 1.75;
}
.recruit__contents .entry__title {
  font-size: 18px;
}
.recruit__contents .entry__txt {
  margin-top: 12px;
  font-size: 14px;
}
.recruit .swiper-button-prev,
.recruit .swiper-button-next {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 32px;
  border-radius: 50%;
}
.recruit .swiper-button-prev::after,
.recruit .swiper-button-next::after {
  font-size: 30px;
  font-weight: 700;
  color: var(--cl-ac);
}
.recruit .swiper-button-prev::after {
  padding-right: 5px;
}
.recruit .swiper-button-next::after {
  padding-left: 5px;
}
.recruit .rec-com {
  margin: 55px auto 0;
  width: 720px;
  max-width: 100%;
  padding: 38px 73px 30px;
  background-color: #fff;
}
.recruit .rec-com__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--cl-ac);
  text-align: center;
}
.recruit .rec-com__body {
  margin-top: 30px;
}
.recruit .rec-com__items {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit .rec-com__item {
  width: 25%;
}
.recruit .rec-com__item:nth-child(n+5) {
  margin-top: 13px;
}
.recruit .private-info {
  margin-top: 35px;
}
.recruit .private-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 27px;
  margin: 0 auto;
  width: 280px;
  height: 47px;
  background-image: url(img/ico/ico-arrow-right-red.svg);
  background-repeat: no-repeat;
  background-size: 9px 14px;
  background-position: top 0.9em right 14px;
  font-size: 16px;
  line-height: 47px;
  font-weight: 700;
  color: var(--cl-ac);
  border: 3px solid var(--cl-ac);
}

@media screen and (max-width: 1199px) {
  .recruit {
    padding: 80px 0 60px;
  }
  .recruit__contents {
    margin-top: 70px;
  }
  .recruit__contents .entry__link:hover {
    opacity: 1;
  }
  .recruit__contents .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .recruit__contents .entry__body {
    padding-top: 10px;
  }
  .recruit__contents .entry__title {
    font-size: 16px;
  }
  .recruit__contents .entry__txt {
    margin-top: 10px;
  }
  .recruit .swiper-button-prev,
  .recruit .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
  .recruit .swiper-button-prev::after,
  .recruit .swiper-button-next::after {
    font-size: 24px;
  }
  .recruit .swiper-button-prev::after {
    padding-right: 4px;
  }
  .recruit .swiper-button-next::after {
    padding-left: 4px;
  }
  .recruit .rec-com {
    margin: 50px auto 0;
    width: 600px;
    padding: 35px 30px 30px;
  }
  .recruit .rec-com__title {
    font-size: 20px;
  }
  .recruit .rec-com__body {
    margin-top: 28px;
  }
  .recruit .rec-com__item:nth-child(n+5) {
    margin-top: 15px;
  }
  .recruit .private-info {
    margin-top: 30px;
  }
  .recruit .private-info__link {
    padding-left: 27px;
    width: 260px;
    height: 45px;
    background-size: 8px 13px;
    background-position: top 0.9em right 12px;
    font-size: 15px;
    line-height: 45px;
  }
}
@media screen and (max-width: 758px) {
  .recruit {
    padding-top: 68px;
    padding-bottom: 36px;
  }
  .recruit .section-title .txt {
    font-size: 102px;
  }
  .recruit__contents {
    margin-top: 45px;
  }
  .recruit__contents .entry__link:hover {
    opacity: 1;
  }
  .recruit__contents .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .recruit__contents .entry__title {
    font-size: 14px;
  }
  .recruit__contents .entry__txt {
    font-size: 11px;
  }
  .recruit .swiper-button-prev,
  .recruit .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 35%;
  }
  .recruit .swiper-button-prev::after,
  .recruit .swiper-button-next::after {
    font-size: 16px;
  }
  .recruit .swiper-button-prev::after {
    padding-right: 2px;
  }
  .recruit .swiper-button-next::after {
    padding-left: 2px;
  }
  .recruit .rec-com {
    margin: 25px auto 0;
    width: calc(100% - 30px);
    padding: 22px 25px 24px;
  }
  .recruit .rec-com__title {
    font-size: 12px;
  }
  .recruit .rec-com__body {
    margin-top: 12px;
  }
  .recruit .rec-com__item {
    width: 33.3333333333%;
  }
  .recruit .rec-com__item:nth-child(n+4) {
    margin-top: 7px;
  }
  .recruit .private-info {
    margin-top: 27px;
  }
  .recruit .private-info__link {
    padding-left: 14px;
    width: 215px;
    height: 36px;
    background-size: 8px 10px;
    background-position: top 0.8em right 10px;
    font-size: 13px;
    line-height: 36px;
  }
}
/* ===================================

  ZIPWAYだからできる転職サービス

====================================== */
.service {
  width: 100%;
  overflow: hidden;
  padding: 130px 0 100px;
  background-color: #1a1a1a;
}
.service .container {
  width: 850px;
  margin: 0 auto;
}
.service .container .section-title .title {
  color: var(--cl-ac);
}
.service .container .section-title .title br {
  display: none;
}
.service .container .section-title .txt {
  color: #2e2b2b;
}
.service__contents {
  margin-top: 90px;
}
.service__contents .item {
  padding: 30px 30px 35px;
  background-color: #f1e7d9;
}
.service__contents .item + .item {
  margin-top: 20px;
}
.service__contents .item__head {
  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;
  width: 100%;
  height: 60px;
  background-color: var(--cl-ac);
}
.service__contents .item__title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.service__contents .item__title br {
  display: none;
}
.service__contents .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  padding: 0 10px;
}
.service__contents .item .box {
  padding: 13px 17px 22px;
  width: 360px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  background-color: #c8c8c8;
  line-height: 1.75;
}
.service__contents .item .box__head {
  padding: 0 16px;
  border-bottom: 1px solid var(--cl-pri);
}
.service__contents .item .box__title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.service__contents .item .box__body {
  padding: 16px 10px 0 12px;
}
.service__contents .item .box__txt {
  font-weight: 500;
}
.service__contents .item__lists {
  padding-left: 30px;
  line-height: 1.67;
}
.service__contents .item__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
}
.service__contents .item__lists li::before {
  content: "・";
}
.service__contents .item__lists li span {
  color: var(--cl-ac);
}
.service__contents .item__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
}
.service__contents .item__txt span {
  color: var(--cl-ac);
}
.service__contents .item:last-child .item__txt {
  padding-top: 0.7em;
}

@media screen and (max-width: 1199px) {
  .service {
    padding: 80px 0 60px;
  }
  .service .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .service__contents {
    margin-top: 60px;
  }
  .service__contents .item {
    padding: 20px 20px 25px;
  }
  .service__contents .item + .item {
    margin-top: 16px;
  }
  .service__contents .item__head {
    height: 50px;
  }
  .service__contents .item__title {
    font-size: 22px;
  }
  .service__contents .item__body {
    margin-top: 15px;
    padding: 0;
  }
  .service__contents .item__txt {
    font-weight: 500;
  }
  .service__contents .item__lists li {
    font-weight: 700;
  }
  .service__contents .item .box {
    padding: 10px 15px 18px;
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .service__contents .item .box__head {
    padding: 0 10px;
  }
  .service__contents .item .box__title {
    font-size: 15px;
    padding-bottom: 8px;
  }
  .service__contents .item .box__body {
    padding: 0;
    padding-top: 12px;
  }
  .service__contents .item__lists {
    padding-left: 20px;
  }
  .service__contents .item__lists li {
    font-size: 16px;
  }
  .service__contents .item__txt {
    font-size: 16px;
  }
  .service__contents .item:last-child .item__txt {
    padding-top: 0;
  }
}
@media screen and (max-width: 758px) {
  .service {
    padding: 63px 0 20px;
  }
  .service .container {
    padding: 0 15px;
  }
  .service .container .section-title .title br {
    display: block;
  }
  .service__contents {
    margin-top: 38px;
  }
  .service__contents .item {
    padding: 20px 15px 23px;
  }
  .service__contents .item + .item {
    margin-top: 10px;
  }
  .service__contents .item__head {
    height: auto;
    padding: 18px 5px 16px;
  }
  .service__contents .item__title {
    text-align: center;
    line-height: 1.5;
  }
  .service__contents .item__title br {
    display: block;
  }
  .service__contents .item__body {
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .service__contents .item .box {
    margin: 0 auto;
    padding: 10px 12px 16px;
    width: calc(100% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
  }
  .service__contents .item .box__title {
    font-size: 14px;
    line-height: 1.5;
  }
  .service__contents .item .box__body {
    padding-top: 12px;
  }
  .service__contents .item__lists {
    margin-top: 15px;
    padding-left: 0;
  }
  .service__contents .item__lists li {
    font-size: 13px;
  }
  .service__contents .item__txt {
    font-size: 13px;
  }
}
/* ===================================

  Instagram・tiktokで
  転職に役立つ情報発信中！

====================================== */
.igtt {
  padding: 45px 0 50px;
  background-color: #f1e7d9;
}
.igtt__inner {
  width: 1217px;
  margin: 0 auto;
}
.igtt__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.igtt__contents {
  margin-top: 28px;
}
.igtt__contents.sp {
  display: none;
}
.igtt__contents .items {
  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;
}
.igtt__contents .item {
  width: calc((100% - 116px) / 3);
}
.igtt__contents .item__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .igtt {
    padding: 40px 0 45px;
  }
  .igtt__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .igtt__title {
    font-size: 22px;
  }
  .igtt__contents {
    margin-top: 25px;
  }
  .igtt__contents .item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 758px) {
  .igtt {
    padding: 25px 0 35px;
  }
  .igtt__inner {
    max-width: 100%;
    padding: 0;
  }
  .igtt__title {
    font-size: 14px;
    line-height: 1.5;
  }
  .igtt__contents {
    margin-top: 10px;
  }
  .igtt__contents.pc {
    display: none;
  }
  .igtt__contents.sp {
    display: block;
  }
  .igtt__contents .item {
    width: auto;
  }
}
/* ===================================

  転職成功者のリアルな声

====================================== */
.voice {
  padding-top: 140px;
  padding-bottom: 100px;
}
.voice .container {
  width: 100%;
  padding: 0 30px;
}
.voice__contents {
  margin-top: 105px;
}
.voice .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.voice .item {
  padding: 33px 26px;
  width: calc((100% - 60px) / 3);
  background-color: var(--cl-ac);
  color: #fff;
}
.voice .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.voice .item__thumb {
  width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.voice .item__img {
  width: 100%;
}
.voice .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 28px;
}
.voice .item__title {
  padding-top: 12px;
  padding-bottom: 19px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.voice .item__price {
  padding-right: 6px;
  margin-top: 23px;
  width: 100%;
}
.voice .item__body {
  padding-top: 22px;
}
.voice .item__txt {
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1580px) {
  .voice .item__head {
    display: block;
  }
  .voice .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .voice .item__contents {
    width: 100%;
    padding-left: 0;
  }
  .voice .item__title {
    padding-top: 1em;
    font-size: 24px;
  }
  .voice .item__price {
    max-width: 330px;
    margin: 25px auto 0;
    padding-right: 0;
  }
  .voice .item__body {
    padding-top: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .voice {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .voice__contents {
    margin-top: 80px;
  }
  .voice .item {
    padding: 10px 10px 20px;
    width: calc((100% - 20px) / 3);
  }
  .voice .item__title {
    padding-top: 15px;
    padding-bottom: 16px;
    font-size: 16px;
  }
  .voice .item__price {
    padding: 0 5px;
    margin-top: 16px;
  }
  .voice .item__body {
    padding-top: 20px;
  }
}
@media screen and (max-width: 758px) {
  .voice {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .voice .container {
    padding: 0 15px;
  }
  .voice__contents {
    margin-top: 45px;
  }
  .voice .items {
    display: block;
  }
  .voice .item {
    padding: 15px 15px 16px;
    width: 100%;
  }
  .voice .item + .item {
    margin-top: 15px;
  }
  .voice .item__contents {
    padding: 0 10px;
  }
  .voice .item__title {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 20px;
  }
  .voice .item__price {
    margin-top: 23px;
    padding: 0 3px;
    width: 100%;
    max-width: 280px;
  }
  .voice .item__body {
    padding-top: 14px;
  }
}
/* ===================================

  サービスの流れ

====================================== */
.flow {
  padding: 140px 0 100px;
  background-color: #eee;
}
.flow .container {
  width: 900px;
  margin: 0 auto;
}
.flow__contents {
  margin-top: 110px;
}
.flow .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flow .item {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 42px 25px 22px;
  background-color: #fff;
}
.flow .item:nth-child(n+4) {
  margin-top: 45px;
}
.flow .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 25px;
  background-image: url(img/ico/ico-arrow-bl.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.flow .item__num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  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: 45px;
  height: 45px;
  font-size: 24px;
  background-color: var(--cl-sec);
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.flow .item__img {
  width: 90px;
  margin: 0 auto;
}
.flow .item__body {
  padding-top: 12px;
}
.flow .item__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--cl-sec);
  text-align: center;
}
.flow .item__txt {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.75;
}
.flow .item__txt span {
  color: var(--cl-ac);
}
.flow .item__link {
  position: relative;
  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;
  margin: 33px auto 0;
  width: 150px;
  height: 35px;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 9999px;
}
.flow .item:nth-child(3n)::after {
  display: none;
}

@media screen and (max-width: 1199px) {
  .flow {
    padding: 80px 0 60px;
  }
  .flow .container {
    width: 100%;
    padding: 0 30px;
  }
  .flow__contents {
    margin-top: 80px;
  }
  .flow .item {
    width: calc((100% - 50px) / 3);
    padding: 25px 15px;
  }
  .flow .item:nth-child(n+4) {
    margin-top: 40px;
  }
  .flow .item::after {
    right: -19px;
    width: 12px;
    height: 22px;
  }
  .flow .item__num {
    width: 33px;
    height: 33px;
    font-size: 14px;
  }
  .flow .item__img {
    width: 60px;
  }
  .flow .item__body {
    padding-top: 8px;
  }
  .flow .item__title {
    font-size: 14px;
  }
  .flow .item__txt {
    margin-top: 15px;
  }
  .flow .item__link {
    margin: 25px auto 0;
    width: 113px;
    height: 26px;
    font-size: 11px;
  }
}
@media screen and (max-width: 758px) {
  .flow {
    padding: 72px 0 40px;
  }
  .flow .container {
    padding: 0 45px;
  }
  .flow__contents {
    margin-top: 85px;
  }
  .flow .items {
    display: block;
  }
  .flow .item {
    width: 100%;
    padding: 25px 35px;
  }
  .flow .item::after {
    display: none;
  }
  .flow .item:nth-child(n+2) {
    margin-top: 32px;
  }
  .flow .item::after {
    right: -19px;
    width: 12px;
    height: 22px;
  }
  .flow .item__num {
    width: 33px;
    height: 33px;
    font-size: 14px;
  }
  .flow .item__img {
    width: 60px;
  }
  .flow .item__body {
    padding-top: 8px;
  }
  .flow .item__title {
    font-size: 14px;
  }
  .flow .item__txt {
    margin-top: 15px;
  }
  .flow .item__link {
    margin: 20px auto 0;
    width: 113px;
    height: 26px;
    font-size: 11px;
  }
}
/* ===================================

  ZIPWAYのコンサルタント

====================================== */
.consul {
  width: 100%;
  overflow: hidden;
  padding: 140px 0 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(35%, rgb(255, 255, 255)), color-stop(35%, rgb(26, 26, 26)), to(rgb(26, 26, 26)));
  background: linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgb(26, 26, 26) 35%, rgb(26, 26, 26) 100%);
}
.consul .container {
  width: 100%;
}
.consul__contents {
  margin-top: 105px;
}
.consul .item__img {
  width: 100%;
}
.consul .item__body {
  padding-top: 24px;
}
.consul .item__title {
  font-size: 30px;
  line-height: 1.4;
  color: var(--cl-sec);
}
.consul .item__txt {
  margin-top: 16px;
  line-height: 1.75;
  color: #fff;
}
.consul .swiper-button-prev,
.consul .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 32px;
  border-radius: 50%;
}
.consul .swiper-button-prev::after,
.consul .swiper-button-next::after {
  font-size: 30px;
  font-weight: 700;
  color: var(--cl-ac);
}
.consul .swiper-button-prev::after {
  padding-right: 5px;
}
.consul .swiper-button-next::after {
  padding-left: 5px;
}

@media screen and (max-width: 1199px) {
  .consul {
    padding: 150px 0 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(38%, rgb(255, 255, 255)), color-stop(38%, rgb(26, 26, 26)), to(rgb(26, 26, 26)));
    background: linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 38%, rgb(26, 26, 26) 38%, rgb(26, 26, 26) 100%);
  }
  .consul__contents {
    margin-top: 80px;
  }
  .consul .item__body {
    padding-top: 26px;
  }
  .consul .item__title {
    font-size: 18px;
  }
  .consul .item__txt {
    margin-top: 10px;
  }
  .consul .swiper-button-prev,
  .consul .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
  .consul .swiper-button-prev::after,
  .consul .swiper-button-next::after {
    font-size: 24px;
  }
  .consul .swiper-button-prev::after {
    padding-right: 4px;
  }
  .consul .swiper-button-next::after {
    padding-left: 4px;
  }
}
@media screen and (max-width: 758px) {
  .consul {
    padding: 100px 0 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(38%, rgb(255, 255, 255)), color-stop(38%, rgb(26, 26, 26)), to(rgb(26, 26, 26)));
    background: linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 38%, rgb(26, 26, 26) 38%, rgb(26, 26, 26) 100%);
  }
  .consul .container {
    padding: 0;
  }
  .consul .container .section-title .txt {
    font-size: 100px;
  }
  .consul__contents {
    margin-top: 30px;
  }
  .consul .item {
    width: 100%;
  }
  .consul .item__title {
    font-size: 22px;
  }
  .consul .swiper-button-prev,
  .consul .swiper-button-next {
    top: 30%;
    width: 30px;
    height: 30px;
    font-size: 32px;
  }
  .consul .swiper-button-prev::after,
  .consul .swiper-button-next::after {
    font-size: 16px;
  }
}
/* ===================================

  よくある質問

====================================== */
.faq {
  padding: 70px 0;
  background-color: #eee;
}
.faq .container {
  width: 900px;
  margin: 0 auto;
}
.faq__contents {
  margin-top: 42px;
}
.faq__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.faq .item {
  padding: 22px 40px 26px;
  background-color: #fff;
}
.faq .item + .item {
  margin-top: 10px;
}
.faq .item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 12px;
}
.faq .item__head {
  width: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
}
.faq .item__ico {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.faq .item__title {
  font-weight: 700;
  line-height: 1.5;
}
.faq .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.faq .item__mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background-image: url(img/ico/ico-plus.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  cursor: pointer;
}
.faq .item__mark.active {
  background-image: url(img/ico/ico-minus.svg);
}
.faq .item__txt {
  line-height: 2;
}
.faq .item__q .item__body {
  padding-right: 1em;
}
.faq .item__a .item__body {
  padding-right: 56px;
}

@media screen and (max-width: 1199px) {
  .faq {
    padding: 60px 0;
  }
  .faq .container {
    width: 100%;
    padding: 0 30px;
  }
  .faq__contents {
    margin-top: 35px;
  }
  .faq__title {
    font-size: 22px;
  }
  .faq .item {
    padding: 20px 30px 22px;
  }
  .faq .item__head {
    width: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }
  .faq .item__ico {
    font-size: 16px;
  }
  .faq .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  .faq .item__a .item__body {
    padding-right: 45px;
  }
}
@media screen and (max-width: 758px) {
  .faq {
    padding: 46px 0 50px;
  }
  .faq .container {
    padding: 0 15px;
  }
  .faq__title {
    font-size: 20px;
  }
  .faq .item {
    padding: 25px 25px 20px;
  }
  .faq .item__head {
    width: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
  }
  .faq .item__ico {
    font-size: 14px;
  }
  .faq .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
  .faq .item__a .item__body {
    padding-right: 32px;
  }
}
/* ===================================

  無料登録フォーム

====================================== */
.contact {
  padding: 50px 0;
  background-color: var(--cl-ac);
}
.contact .container {
  width: 470px;
  margin: 0 auto;
}
.contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.contact__title .title {
  margin-top: 14px;
  font-size: 30px;
  font-weight: 700;
  color: #f9dd00;
  text-align: center;
}
.contact__title .txt {
  width: 200px;
  margin: 0 auto;
}
.contact .form__contents {
  margin-top: 40px;
}
.contact .form__group + .form__group {
  margin-top: 24px;
}
.contact .form__label {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.contact .form__body {
  margin-top: 13px;
}
.contact .form__body input[type=text],
.contact .form__body input[type=email],
.contact .form__body input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 22px;
  width: 100%;
  height: 53px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  outline: none;
}
.contact .form__body input[type=text]::-webkit-input-placeholder, .contact .form__body input[type=email]::-webkit-input-placeholder, .contact .form__body input[type=tel]::-webkit-input-placeholder {
  color: #c7c7c7;
}
.contact .form__body input[type=text]::-moz-placeholder, .contact .form__body input[type=email]::-moz-placeholder, .contact .form__body input[type=tel]::-moz-placeholder {
  color: #c7c7c7;
}
.contact .form__body input[type=text]:-ms-input-placeholder, .contact .form__body input[type=email]:-ms-input-placeholder, .contact .form__body input[type=tel]:-ms-input-placeholder {
  color: #c7c7c7;
}
.contact .form__body input[type=text]::-ms-input-placeholder, .contact .form__body input[type=email]::-ms-input-placeholder, .contact .form__body input[type=tel]::-ms-input-placeholder {
  color: #c7c7c7;
}
.contact .form__body input[type=text]::placeholder,
.contact .form__body input[type=email]::placeholder,
.contact .form__body input[type=tel]::placeholder {
  color: #c7c7c7;
}
.contact .form__body .select-wrap {
  position: relative;
  width: 100%;
  height: 53px;
  background-color: #fff;
}
.contact .form__body .select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 7px;
  font-size: 16px;
  background-image: url(img/ico/ico-arrow-btm.svg);
  background-repeat: no-repeat;
  background-size: 17px 7px;
  background-position: center;
  pointer-events: none;
}
.contact .form__body .select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 22px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
}
.contact .agree {
  margin-top: 40px;
}
.contact .agree .wpcf7-acceptance {
  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;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.contact .agree .wpcf7-acceptance a {
  color: #f3e521;
  text-decoration: underline;
}
.contact .agree input {
  display: none;
}
.contact .agree label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .agree input + .wpcf7-list-item-label {
  padding-left: 34px;
}
.contact .agree input + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background-color: #f1f1f1;
}
.contact .agree input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(img/ico/ico-check.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  color: #4d4d4d;
}
.contact input[type=submit] {
  position: relative;
  display: block;
  margin: 35px auto 0;
  width: 315px;
  height: 48px;
  background-color: #f3e521;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border: 3px solid #fff;
  border-radius: 9999px;
  z-index: 1;
  -webkit-box-shadow: 0 7px 0 rgb(0, 0, 0);
          box-shadow: 0 7px 0 rgb(0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact input[type=submit]:hover {
  opacity: 0.8;
}
.contact .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 0.3em;
}
.contact .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

@media screen and (max-width: 1199px) {
  .contact {
    padding: 45px 0;
  }
  .contact .container {
    width: 400px;
    max-width: 100%;
    padding: 0 30px;
  }
  .contact__title .title {
    margin-top: 11px;
    font-size: 22px;
  }
  .contact__title .txt {
    width: 150px;
  }
  .contact .form__contents {
    margin-top: 30px;
  }
  .contact .form__group + .form__group {
    margin-top: 20px;
  }
  .contact .form__label {
    font-size: 15px;
  }
  .contact .form__body {
    margin-top: 9px;
  }
  .contact .form__body input[type=text],
  .contact .form__body input[type=email],
  .contact .form__body input[type=tel] {
    padding: 0 15px;
    height: 38px;
    font-size: 14px;
  }
  .contact .form__body .select-wrap {
    height: 38px;
  }
  .contact .form__body .select-wrap::after {
    right: 15px;
    width: 14px;
    height: 8px;
    font-size: 14px;
    background-size: 14px 10px;
  }
  .contact .form__body .select-wrap select {
    padding: 0 15px;
  }
  .contact .agree {
    margin-top: 30px;
  }
  .contact .agree .wpcf7-acceptance {
    font-size: 13px;
  }
  .contact .agree input + .wpcf7-list-item-label {
    padding-left: 22px;
  }
  .contact .agree input + .wpcf7-list-item-label::before {
    top: 3px;
    width: 14px;
    height: 14px;
  }
  .contact .agree input:checked + .wpcf7-list-item-label::after {
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
  .contact input[type=submit] {
    margin: 27px auto 0;
    width: 236px;
    height: 32px;
    font-size: 16px;
    -webkit-box-shadow: 0 5px 0 rgb(0, 0, 0);
            box-shadow: 0 5px 0 rgb(0, 0, 0);
  }
  .contact input[type=submit]:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 758px) {
  .contact {
    padding: 30px 0 38px;
  }
  .contact .container {
    width: 100%;
  }
  .contact .form__label {
    font-size: 14px;
  }
  .contact .form__body {
    margin-top: 10px;
  }
  .contact .form__body input[type=text],
  .contact .form__body input[type=email],
  .contact .form__body input[type=tel] {
    font-size: 12px;
  }
  .contact .form__body .select-wrap::after {
    right: 12px;
  }
  .contact .form__body .select-wrap select {
    font-size: 12px;
  }
  .contact .agree .wpcf7-acceptance {
    font-size: 11px;
  }
  .contact .agree input + .wpcf7-list-item-label {
    padding-left: 24px;
  }
  .contact .agree input + .wpcf7-list-item-label::before {
    top: 2px;
  }
  .contact .agree input:checked + .wpcf7-list-item-label::after {
    top: 3px;
  }
  .contact input[type=submit] {
    width: calc(100% - 120px);
    font-size: 14px;
  }
}
/* ===================================

  運営会社

====================================== */
.info {
  padding: 56px 0 60px;
}
.info .container {
  width: 900px;
  margin: 0 auto;
}
.info__title {
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
}
.info__contents {
  margin-top: 36px;
}
.info__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}
.info__contents dl:first-child {
  border-top: 1px solid #ccc;
}
.info__contents dt {
  padding-left: 27px;
  width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}
.info__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}

@media screen and (max-width: 1199px) {
  .info {
    padding: 40px 0;
  }
  .info .container {
    width: 100%;
    padding: 0 30px;
  }
  .info__title {
    padding-left: 15px;
    font-size: 22px;
  }
  .info__contents {
    margin-top: 35px;
  }
  .info__contents dl {
    padding: 6px 0;
  }
  .info__contents dt {
    padding-left: 15px;
    width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
}
@media screen and (max-width: 758px) {
  .info {
    padding: 56px 0 25px;
  }
  .info .container {
    padding: 0 15px;
  }
  .info__title {
    font-size: 20px;
  }
  .info__contents {
    margin-top: 25px;
  }
  .info__contents dl {
    padding: 20px 0;
  }
  .info__contents dt {
    width: 160px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
/* ---------------------------------
  フッター
----------------------------------- */
.footer__inner {
  width: 900px;
  margin: 0 auto;
}
.footer__body {
  padding: 18px 0 25px;
  background-color: #f1e7d9;
}
.footer__txt {
  font-size: 14px;
  line-height: 2;
}
.footer .copy {
  padding: 20px 0 18px;
  background-color: #1a1a1a;
}
.footer .copy__txt {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding-bottom: 48px;
  }
  .footer__inner {
    width: 100%;
    padding: 0 30px;
  }
  .footer__body {
    padding: 16px 0;
  }
  .footer__txt {
    font-size: 13px;
  }
  .footer .copy {
    padding: 16px 0;
  }
  .footer .copy__txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 758px) {
  .footer__inner {
    padding: 0 30px;
  }
  .footer__body {
    padding: 23px 0 28px;
  }
  .footer__txt {
    font-size: 11px;
  }
  .footer .copy {
    padding: 23px 0 16px;
  }
  .footer .copy__txt {
    font-size: 12px;
  }
}
/* ===================================

  プライバシーポリシー

====================================== */
.page-privacypolicy {
  overflow-x: hidden;
}
.page-privacypolicy .header__main {
  top: 0;
  opacity: 1;
  z-index: 100;
}
.page-privacypolicy .main {
  padding-top: 246px;
  padding-bottom: 57px;
}
.page-privacypolicy .main .container {
  width: 900px;
  margin: 0 auto;
}
.page-privacypolicy .main .contents__body {
  margin-top: 180px;
}
.page-privacypolicy .main .contents__body > *:first-child {
  margin-top: 0 !important;
}
.page-privacypolicy .main .contents__body h2 {
  margin-top: 58px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 5px solid var(--cl-ac);
}
.page-privacypolicy .main .contents__body p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-privacypolicy .main {
    padding-top: 160px;
    padding-bottom: 40px;
  }
  .page-privacypolicy .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-privacypolicy .main .contents__body {
    margin-top: 120px;
  }
  .page-privacypolicy .main .contents__body h2 {
    margin-top: 40px;
    padding-left: 16px;
    font-size: 22px;
  }
  .page-privacypolicy .main .contents__body p {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-privacypolicy .main {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .page-privacypolicy .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-privacypolicy .main .contents__body {
    margin-top: 80px;
  }
  .page-privacypolicy .main .contents__body h2 {
    margin-top: 35px;
    padding-left: 12px;
    font-size: 16px;
  }
  .page-privacypolicy .main .contents__body p {
    margin-top: 18px;
    font-size: 12px;
  }
}
/* ===================================

  サンクスページ

====================================== */
.page-thanks .header__main {
  top: 0;
  opacity: 1;
  z-index: 100;
}
.page-thanks .main {
  padding: 300px 0 250px;
  min-height: calc(100vh - 100px);
}
.page-thanks .main .container {
  width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.page-thanks .main h1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.page-thanks .main p {
  margin-top: 100px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.page-thanks .main p br {
  display: none;
}

@media screen and (max-width: 1199px) {
  .page-thanks .main {
    padding: 300px 0;
  }
  .page-thanks .main .container {
    width: 100%;
  }
  .page-thanks .main h1 {
    font-size: 36px;
  }
  .page-thanks .main p {
    margin-top: 80px;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-thanks .main {
    padding: 200px 0;
  }
  .page-thanks .main .container {
    padding: 0 20px;
  }
  .page-thanks .main h1 {
    font-size: 24px;
  }
  .page-thanks .main p {
    margin-top: 60px;
    font-size: 12px;
  }
  .page-thanks .main p br {
    display: block;
  }
}