@charset "UTF-8";
/* 活用企業　お客様の声　（slick使用箇所）　*/
/* 活用企業 */
.slide-area {
  width: 90%;
  margin: 0 auto;
}

.slider-2 .slick-slide {
  width: 230px;
  height: 173px;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all ease 0.5s;
}

.slider-2 .slick-slide:hover {
  opacity: 0.3;
}

.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* お客様の声 */
.slider-customer-wrap {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.slider-4 .slick-slide {
  height: 400px;
  padding: 20px;
  overflow: hidden;
  background-color: #E8E6E6;
}

.dots-4 .slick-dots {
  text-align: center;
}

.slide-dots {
  text-align: center;
  margin-top: 30px;
}

.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

.customer button {
  position: relative;
  text-indent: -9999px;
}

.customer button:before {
  content: "・";
  font-size: 1.5rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  color: gray;
}

li.slick-active button:before {
  content: "〇";
}

.dots-4 .slick-dots li {
  display: inline-block;
}

.person-and-title {
  display: flex;
  width: 50%;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .person-and-title {
    width: 100%;
  }
}

.person-img {
  width: 100px;
  height: 100px;
  margin: 20px;
}

.customer-voice {
  font-size: 1.7rem;
}

/* 他社との比較　正社員採用との比較　料金プラン　*/
/* 他社との比較 */
.comparison-company-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}

.comparison-company {
  text-align: center;
}

.comparison-company img {
  width: 80%;
  margin: 0 auto;
  max-width: 979px;
}
@media screen and (max-width: 900px) {
  .comparison-company img {
    width: 100%;
  }
}

.comparison-company ul {
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .comparison-company ul {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}

/* 正社員との比較 */
.comparison-employee-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}

.comparison-employee {
  text-align: center;
}

.comparison-employee img {
  width: 80%;
  max-width: 788px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .comparison-employee img {
    width: 100%;
  }
}

.comparison-employee ul {
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .comparison-employee ul {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}

/* 料金プラン */
.price-plan-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
}
.table-flex {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px auto;
}
@media screen and (max-width: 900px) {
  .table-flex {
    display: none;
  }
}

.price-table {
  background-color: #e6e6e6;
  width: 32%;
  max-width: 300px;
  padding: 10px 5px;
}
.osusume-table {
  background-color: #FEE3BF;
  border: orange solid 4px;
  position: relative;
}
.osusume-table::before {
  position: absolute;
  content: "オススメ！";
  width: 150px;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  background-color: orange;
  color: #ffffff;
  font-size: 2.3rem;
  text-align: center;
  padding: 5px 5px 20px;
  border-radius: 3px;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 60% 75%, 50% 100%, 40% 75%, 0 75%, 0 0);
          clip-path: polygon(100% 0, 100% 75%, 60% 75%, 50% 100%, 40% 75%, 0 75%, 0 0);
}

.price-table h3 {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .price-table h3 {
    display: none;
  }
}

.price-table .plan-for {
  font-size: 1.6rem;
  height: 50px;
  margin: 10px 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .price-table .plan-for {
    display: none;
  }
}

.price-table .table-pc {
  background-color: #ffffff;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 0 10px;
}
.table-pc td {
  white-space: nowrap;
}

.price-item {
  width: 100px;
  height: 75px;
}

@media screen and (max-width: 900px) {
  .price-plan .price-plan-small {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.tab {
  display: none;
  /* is-activeがついている時のスタイル */
  /* タブパネル */
  /* is-showがついている時のスタイル */
}
@media screen and (max-width: 900px) {
  .tab {
    display: block;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
  }
}
.tab .tab__menu {
  display: flex;
  align-items: flex-end; /* メニューを下揃え&高さを調整 */
  justify-content: center;
  min-height: 50px; /* メニュー切替時にタブがズレないように */
  padding: 0;
  margin: 0;
  position: relative;
}
.tab .tab__menu-item-osusume::before {
  position: absolute;
  content: "オススメ！";
  width: 100px;
  top: -35px;
  left: 0;
  transform: translateX(5%);
  background-color: orange;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  padding: 5px 5px 20px;
  border-radius: 3px;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 60% 75%, 50% 100%, 40% 75%, 0 75%, 0 0);
          clip-path: polygon(100% 0, 100% 75%, 60% 75%, 50% 100%, 40% 75%, 0 75%, 0 0);
}
.tab .tab__menu-item {
  list-style: none;
  width: 200px;
  padding: 8px 3px; /* メニューに高さを付ける */
  text-align: center;
  font-size: 1.5rem;
  margin-right: 6px;
  background-color: #cdcdcd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  transition: all 0.3s; /* アニメーション */
}
.tab .tab__menu-item span {
  font-size: 1.2rem;
}
.tab .tab__menu-item:last-of-type {
  margin-right: 0px;
}
.tab .tab__menu-item.is-active {
  background-color: #303030;
  color: #ffffff;
  padding: 13px 3px;
  font-size: 1.5rem;
}
.tab .tab__panel {
  width: 100%;
}
.tab .plan-for {
  text-align: center;
  margin: 0 0 10px 0;
}
.tab .tab__panel-box {
  min-height: 400px; /* テキスト量が多くなっても対応できるように */
  padding: 10px 20px;
  border-radius: 0;
}
.tab .tab__panel-box001 {
  background-color: #FEE3BF;
  display: none;
}
.tab .tab__panel-box002 {
  background-color: #E6E6E6;
  display: none;
}
.tab .tab__panel-box003 {
  background-color: #E6E6E6;
  display: none;
}
.tab .tab__panel-box.is-show {
  display: block;
}
.tab .table-sp {
  margin: 0 auto;
  padding: 0 5px;
  background-color: #ffffff;
}

html {
  font-size: 62.4%;
  /* fontもともと16px相当なので64.4%で10px相当にしている */
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem; /*20px*/
  color: #000000;
  background-color: #ffffff;
}

/* リストの点を消す */
ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* aの挙動 */
a {
  display: inline-block;
  text-decoration: none;
  color: black;
  transition: all ease 0.2s;
}

a:hover {
  color: #0068b7;
}

/* ヘッダー */
.header {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: right;
  position: fixed;
  top: 20px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 900px) {
  .header {
    display: none;
  }
}
.header .header-tel {
  font-size: 2.5rem;
}
@media screen and (max-width: 900px) {
  .header .header-tel {
    font-size: 2rem;
  }
}
.header p {
  font-size: 1.6rem;
}
.header.disappear {
  transform: translateY(-200px);
}
.header.appear {
  transform: translateY(200px);
}
.header .header-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin: 0 50px 0;
}
/* メインビジュアル */
.main-visual-flex {
  display: flex;
  margin: 80px 50px;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .main-visual-flex {
    flex-direction: column;
    justify-content: center;
    margin: 80px 3% 0px;
  }
}
.main-visual-flex .main-visual-image-area {
  width: 50%;
  min-width: 300px;
  max-width: 500px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .main-visual-flex .main-visual-image-area {
    width: 75%;
    margin: 0 auto;
  }
}
.main-visual-flex .firstview {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .main-visual-flex .main-title > span {
    display: block;
    text-align: center;
  }
}
.main-visual-flex .main-title > h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .main-visual-flex .main-title > h1 {
    font-size: 3rem;
    text-align: center;
  }
}
.main-visual-flex .main-title > h1 > .smaller {
  font-size: 1.7rem;
}
@media screen and (max-width: 900px) {
  .main-visual-flex .main-explanation {
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .main-visual-flex .main-explanation p {
    font-size: 1.7rem;
  }
}
.main-visual-flex .main-features {
  width: 100%;
  margin: 30px 0 60px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .main-visual-flex .main-features {
    flex-direction: column;
    row-gap: 50px;
    width: 150px;
    margin: 20px auto 40px;
  }
}
.main-visual-flex .feature {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.main-visual-flex .laurel {
  width: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-visual-flex .laurel-left {
  position: absolute;
  top: -10px;
  left: -50px;
}
.main-visual-flex .laurel-right {
  position: absolute;
  top: -10px;
  right: -50px;
}
.main-visual-flex .feature-text {
  white-space: nowrap;
  text-align: center;
}
.main-visual-flex .fieature-title {
  font-size: 2rem;
}
.main-visual-flex .fieature-explanation {
  font-size: 1.2rem;
}
.main-visual-flex .main-inquiry {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  text-align: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .main-visual-flex .main-inquiry {
    flex-direction: column;
    row-gap: 5px;
    font-size: 1.3rem;
  }
}
.main-visual-flex .main-inquiry-btn,
.main-visual-flex a.main-inquiry-btn {
  color: #fff;
  background-color: #000000;
}
.main-visual-flex .main-inquiry-btn:hover,
.main-visual-flex .main-inquiry-btn:hover {
  color: #000000;
  background: #ffffff;
}
.main-visual-flex .main-inquiry-btn {
  border-radius: 100vh;
  border: solid #000000 1px;
  padding: 5px 30px;
}
@media screen and (max-width: 900px) {
  .main-visual-flex .main-inquiry-btn {
    padding: 10px 70px;
  }
}

/* 共通　container */
.container {
  width: 85%;
  margin: 70px auto;
}
@media screen and (max-width: 900px) {
  .container {
    width: 95%;
    margin: 35px auto;
  }
}

.container h2 {
  text-align: center;
  font-size: 4rem;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .container h2 {
    font-size: 2.5rem;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

/* こんなお悩みありませんか？ */
.onayami-question-area {
  width: 500px;
  margin: 30px auto 80px;
  padding: 10px 25px;
  border: #949494 solid 1px;
  border-radius: 20px;
  font-size: 1.7rem;
}
@media screen and (max-width: 900px) {
  .onayami-question-area {
    width: 300px;
    margin: 30px auto 0px;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}

.onayami-question-text {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .onayami-flex {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}

.bubble-area {
  margin: 0 auto;
  width: 75%;
  min-width: 800px;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .bubble-area {
    flex-direction: column-reverse;
    row-gap: 40px;
    width: 100%;
    min-width: 100px;
    max-width: 350px;
    font-size: 1.7rem;
  }
}

.bubble-first,
.bubble-latter {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 260px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .bubble-first,
  .bubble-latter {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  .bubble-1,
  .bubble-2,
  .bubble-3,
  .bubble-4 {
    padding: 10px 30px;
    background-color: #E8E6E6;
    border-radius: 20px;
  }
}

.bubble-1::before {
  position: absolute;
  content: url(../img/speechbubble.png);
  top: -15px;
  left: -35px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .bubble-1::before {
    content: "";
  }
}

.bubble-2::before {
  position: absolute;
  content: url(../img/speechbubble.png);
  top: 75px;
  left: -25px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .bubble-2::before {
    content: "";
  }
}

.bubble-3::before {
  position: absolute;
  content: url(../img/speechbubble_Reverse.png);
  top: -32px;
  right: -30px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .bubble-3::before {
    content: "";
  }
}

.bubble-4::before {
  position: absolute;
  content: url(../img/speechbubble_Reverse.png);
  top: 52px;
  right: -20px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .bubble-4::before {
    content: "";
  }
}

.onayami-img-area {
  width: 0 auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .onayami-img-area {
    margin-top: 0px;
  }
}

.onayami-img-area > img {
  width: 300px;
}
@media screen and (max-width: 900px) {
  .onayami-img-area > img {
    width: 80%;
    max-width: 400px;
  }
}

/* 区切り線 */
.separator {
  display: flex;
}
@media screen and (max-width: 900px) {
  .separator {
    display: none;
  }
}
.separator img {
  width: 120px;
}
.separator .separator-left {
  width: 100vw;
  border-top: 12px solid black;
}
.separator .separator-right {
  width: 100vw;
  border-top: 12px solid black;
}

.separator-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .separator-sp {
    display: block;
    text-align: center;
  }
}
.separator-sp > img {
  width: 150px;
}

/* アポトリガーがそんなお悩み解決します！！ */
.kaiketsu-flex {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .kaiketsu-flex {
    row-gap: 50px;
  }
}

.kaiketsu h3 {
  font-size: 5rem;
}
@media screen and (max-width: 900px) {
  .kaiketsu h3 {
    font-size: 2.7rem;
    text-align: center;
    margin-bottom: 10px;
  }
}

.kaiketsu-detail {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .kaiketsu-detail {
    flex-direction: column;
  }
}

.kaiketsu-detail > img {
  width: 50%;
  max-width: 400px;
}

.kaiketsu-detail > p {
  width: 50%;
  max-width: 400px;
}
@media screen and (max-width: 900px) {
  .kaiketsu-detail > p {
    width: 100%;
    max-width: 350px;
    font-size: 1.7rem;
  }
}

/* 問い合わせの黒帯 */
.inquiry {
  background-color: #000000;
  color: #ffffff;
  height: 200px;
  padding: 50px;
}

.inquiry-wrapper {
  width: 100%;
}

.inquiry-wrapper > p {
  text-align: center;
  margin-bottom: 20px;
}

.inquiry-btn-area {
  text-align: center;
  background-color: #ffffff;
  width: 300px;
  height: 45px;
  margin: 0 auto;
  padding: 7px;
  border-radius: 20px;
  transition: all ease 0.2s;
}

.inquiry-btn-area:hover {
  background: #b9b9b9;
  width: 298px;
  height: 44px;
  transform: translateY(-1px);
}

a.inquiry-btn {
  color: #000000;
}

/* アポトリガーとは */
.about-expanation {
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .about-expanation {
    font-size: 1.6rem;
  }
}

.about-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 30px;
  width: 90%;
  max-width: 800px;
  margin: 50px auto;
}
@media screen and (max-width: 900px) {
  .about-flow {
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
    margin: 60px auto;
  }
}

.about-flow-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
}
@media screen and (max-width: 900px) {
  .about-flow-detail {
    width: 100%;
  }
}

.flow-1 .web,
.flow-2 > img,
.flow-4 > img,
.flow-3 .writing {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .flow-1 .web,
  .flow-2 > img,
  .flow-4 > img,
  .flow-3 .writing {
    width: 250px;
  }
}

.arrow-transparent {
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .arrow-transparent {
    display: none;
  }
}

.arrow1 > img,
.arrow2 > img,
.arrow3 > img,
.arrow4 > img,
.arrow-transparent > img {
  width: 64px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .arrow1 > img,
  .arrow2 > img,
  .arrow3 > img,
  .arrow4 > img,
  .arrow-transparent > img {
    width: 40px;
  }
}

.arrow1 > img {
  transform: translateX(20px);
}
@media screen and (max-width: 900px) {
  .arrow1 > img {
    transform: translateX(0) rotate(90deg);
  }
}

.arrow4 > img {
  transform: rotate(-90deg);
}
@media screen and (max-width: 900px) {
  .arrow4 > img {
    display: none;
  }
}

.arrow2 > img {
  transform: rotate(90deg);
}

.arrow3 > img {
  transform: rotate(180deg) translateX(-20px);
}
@media screen and (max-width: 900px) {
  .arrow3 > img {
    transform: rotate(90deg) translateX(0px);
  }
}

@media screen and (max-width: 900px) {
  .flow-4 {
    order: 2;
  }
}

@media screen and (max-width: 900px) {
  .arrow3 {
    order: 1;
  }
}

.about-flow-detail-text {
  margin: 0 auto;
  text-align: center;
  width: 250px;
}
@media screen and (max-width: 900px) {
  .about-flow-detail-text {
    width: 300px;
    font-size: 1.5rem;
  }
}

.flow-3,
.flow-1 {
  position: relative;
}

.flow-detail3-img,
.flow-detail1-img {
  margin: 0 auto;
  text-align: center;
}

.flow-detail3-img::before {
  position: absolute;
  content: url(../img/whatisappotorigerpic4.gif);
  transform: translateY(150%) translateX(180%);
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .flow-detail3-img::before {
    content: "";
    display: inline-block;
    width: 80px; /*画像の幅*/
    height: 80px;
    background-image: url(../img/whatisappotorigerpic4.gif);
    transform: translateY(120%) translateX(130%);
    background-size: contain;
    vertical-align: middle;
  }
}

.flow-detail3-img::after {
  content: url(../img/whatisappotorigerpic7.png);
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .flow-detail3-img::after {
    content: "";
    display: inline-block;
    width: 110px; /*画像の幅*/
    height: 130px;
    background-image: url(../img/whatisappotorigerpic7.png);
    left: 50%;
    transform: translate(-50%, 20%);
    background-size: contain;
    vertical-align: middle;
  }
}

.flow-detail1-img::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 60px; /*画像の幅*/
  height: 60px; /*画像の高さ*/
  background-image: url(../img/whatisappotorigerpic5.png);
  background-size: contain;
  vertical-align: middle;
  transform: translateY(-30%) translateX(-30%) rotate(45deg);
}

/* 機能 */
@media screen and (max-width: 900px) {
  .function h3 {
    font-size: 2.3rem;
    text-align: center;
  }
}

.function-explanation {
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .function-explanation {
    font-size: 1.6rem;
  }
}

.function-flex {
  display: flex;
  flex-direction: column;
  width: 750px;
  margin: 50px auto;
  row-gap: 50px;
}
@media screen and (max-width: 900px) {
  .function-flex {
    width: 90%;
    margin: 30px auto;
    row-gap: 40px;
  }
}

.function-detail {
  display: flex;
  font-size: 1.4rem;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 900px) {
  .function-detail {
    flex-direction: column;
  }
}

@media screen and (max-width: 900px) {
  .function-detail-manage img {
    order: 0;
  }
}
@media screen and (max-width: 900px) {
  .function-detail-manage p {
    order: 1;
  }
}

.function-detail img {
  width: 270px;
}

.function-detail-explanation {
  width: 450px;
}
@media screen and (max-width: 900px) {
  .function-detail-explanation {
    width: 90%;
  }
}

/* 開始までの流れ */
.steps-explanation {
  text-align: center;
  font-size: 1.7rem;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .steps-explanation {
    font-size: 1.6rem;
  }
}

.steps ul {
  width: 90%;
  max-width: 866px;
  margin: 50px auto;
}
@media screen and (max-width: 900px) {
  .steps ul {
    margin: 30px auto;
  }
}

.steps li {
  border: #e6e6e6 1px solid;
  padding: 20px 50px;
  position: relative;
  margin-bottom: 55px;
}
@media screen and (max-width: 900px) {
  .steps li {
    padding: 10px;
    margin-bottom: 25px;
  }
}

.step-title-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .step-title-wrapper {
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .step-title-wrapper img {
    width: 50px;
  }
}

.step-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .step-title {
    display: inline-block;
    font-size: 1.8rem;
  }
}

.step-number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -37px;
  width: 75px;
  height: 75px;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 60px;
  font-size: 4.5rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .step-number {
    position: static;
    width: 40px;
    height: 40px;
    transform: translateY(0%);
    background-color: #ffffff;
    text-align: center;
    line-height: normal;
    font-size: 3rem;
  }
}

@media screen and (max-width: 900px) {
  .steps-text {
    font-size: 1.6rem;
  }
}

/* FAQ */
.faq-wrapper {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.faq .content {
  border-bottom: #b9b9b9 1px solid;
}

.question-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  align-items: flex-start;
}

.faq .question {
  font-size: 1.8rem;
  font-weight: bold;
}

.faq .question > img {
  margin: 0;
}

.question-arrow.reverse {
  transform: rotate(180deg);
}

.faq .answer {
  margin: 0 auto 40px;
  padding-bottom: 10px;
  font-size: 1.6rem;
}

.faq .answer {
  display: none;
}

.faq .answer.open {
  display: block;
}

/* フッター */
.footer {
  height: 140px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
.footer a {
  font-size: 3rem;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */