@charset "utf-8";
html {
  font-size: 62.5%; /* デバック用 */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

/* Googleフォント　Noto Sans JP */
.font-ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Googleフォント Lusitana */
.font-en {
  font-family: 'Lusitana', serif;
  font-style: normal;
}

/* main-visual */
.main-img {
  display: flex;
  align-items: center;
}

.main-img img {
  width: 100%;
}

.summary {
  background-color: #fce5e9;
  width: 100%;
}

.table {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin: 0 auto;
  border-spacing: 60px;
}

.table td:nth-of-type(1) {
  font-size: 2.2rem; /* 1.375rem */
}

.table td:nth-of-type(2) {
  width: auto;
  font-size: 3.6rem; /* 2.25rem */
  font-weight: bold;
  text-align: left;
  letter-spacing: 1.5px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.bg-white {
  background-color: #fff;
  border-radius: 21px;
  display: block;
  width: 148px;
  height: 40px;
  padding-top: 3px;
}

.mb80-mt25 {
  margin-bottom: 80px;
}

.red72 {
  font-size: 7.2rem; /* 4.5rem */
  color: #f90036;
  padding: 0 5px;
}

.b-red36 {
  background-color: #f90036;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 0 9px;
  margin-left: 20px;
}

.mb50-10 {
  margin-bottom: 50px;
}

.sub-head28 {
  font-size: 2.8rem; /* 1.75rem */
  font-weight: normal;
}

.ml45 {
  margin-left: 45px;
}

/* companies */
#companies {
  width: 100%;
  padding: 100px 0;
  background-image: url(../images/cityscape01.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

#companies h2,
#point h2 {
  font-size: 3.6rem; /* 2.25rem */
  font-weight: bold;
  text-align: center;
}

#companies h3,
#point h3 {
  font-size: 3.2rem; /* 2rem */
  font-weight: normal;
  text-align: center;
  color: #d90429;
}

.company-list {
  width: 80%;
  margin: 0 auto;
}

#company {
  width: 100%;
  height: auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: auto;
  gap: 40px;
  margin: 100px auto;
}

#company > div {
  width: 100%;
}

#company > div > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  padding: 20px 10px;
}

#company img {
  width: 80%;
}

#company p {
  font-size: 1.6rem; /* 1rem */
  text-align: center;
  margin-top: 20px;
}

/* event */
#event {
  width: 100%;
  background: linear-gradient(to bottom, #fce5e9 90%, #ffeef0 95%, #fff 100%);
  padding: 100px 0;
}

.event-flex {
  width: 95%;
  margin: 0 auto 90px;
  display: flex;
  justify-content: center;
  gap: 4%;
}

.event-flex:nth-child(even) {
  flex-direction: row-reverse;
}

.event-container {
  flex-basis: 50%;
}

.event-container h3 {
  font-size: 3.6rem; /* 2.25rem */
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 3px solid #cccccc;
  width: 100%;
  margin-bottom: 50px;
}

.event-container p {
  font-size: 1.6rem; /* 1rem */
  font-weight: normal;
}

.event-img {
  flex-basis: 50%;
}

.event-img img {
  max-width: 820px;
  border-radius: 20px;
}

.on768 {
  display: none;
}

/* point */
/* 見出しはCOMPANIESと共通 */
#point {
  width: 100%;
  margin: 30px 0 0;
  padding-bottom: 350px;
  background-image: url(../images/illust-bus.webp),
    url(../images/illust-busstop.webp);
  background-position: right bottom, left bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.point-flex {
  width: 80%;
  display: flex;
  justify-content: center;
  gap: 3%;
  margin: 90px auto 0;
  text-align: center;
}

.point-container img {
  margin-bottom: 50px;
}

.point-container p {
  font-size: 1.6rem; /* 1rem */
  font-weight: normal;
}

/* INTERVIEW */
#interview {
  width: 100%;
  background: linear-gradient(to bottom, #fce5e9 10%, #ffeef0 15%, #fff 20%);
  padding: 200px 0 110px;
}

.head-wrapper {
  width: 65%;
  margin: 0 auto 80px;
}

.head-wrapper h2 {
  font-size: 3.6rem; /* 2.25rem */
  font-weight: bold;
}

.head-wrapper h3 {
  font-size: 3.2rem; /* 2rem */
  font-weight: normal;
  color: #d90429;
}

.interview-flex {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 3%;
}

.interview-container img {
  width: 100%;
  transition: opacity 0.3s ease;
  cursor: pointer;
  transition: transform 0.3s;
}

.interview-container img:hover {
  transform: scale(1.1);
}

.interview-container h3 {
  font-size: 2.8rem; /* 1.75rem */
  font-weight: bold;
  padding-left: 25px;
  margin-top: 35px;
}

.interview-container p {
  font-size: 2.2rem; /* 1.375rem */
  font-weight: normal;
  padding-left: 25px;
  margin-top: 35px;
}

/* modal */
.modaal-outer-wrapper {
  display: flex !important;
}

.modaal-container {
  max-width: 1300px !important;
}

.modaal-content-container {
  padding: 0 !important;
}

.text-contents {
  width: 85%;
  margin: 0 auto;
}

.text-contents > p {
  font-size: 2.2rem; /* 1.375rem */
  font-weight: normal;
}

.text-container {
  width: 95%;
  padding-top: 40px;
}

.text-container:nth-last-of-type(1) {
  padding-bottom: 80px;
}

.text-container h2 {
  color: #d90429;
  font-size: 2.8rem; /* 1.75rem */
  font-weight: bold;
}

.text-container p {
  font-size: 1.6rem; /* 1rem */
  font-weight: normal;
  line-height: 2;
  padding: 20px 0 0 10px;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* FLOW */
/* 見出しはINTERVIEWと共通 */
#flow {
  width: 100%;
  background-color: #f5f5f5;
  padding: 100px 0;
}

.flow-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 19%;
  margin-bottom: 120px;
}

.flow-container {
  text-align: center;
}

.flow-container img {
  width: auto;
  height: 280px;
  margin-bottom: 60px;
}

.flow-container h3 {
  font-size: 2.8rem; /* 1.75rem */
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
}

.red-number {
  font-size: 2.4rem; /* 1.5rem */
  color: #fff;
  background-color: #d90429;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
}

.flow-container p {
  font-size: 1.6rem; /* 1rem */
  font-weight: normal;
  text-align: left;
  padding-left: 45px;
  margin-top: 20px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.btn-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid #c4c4c6;
  width: 580px;
  height: 130px;
  margin: 0 auto;
  padding-left: 60px;
  transition: transform 0.3s;
}

.btn-container:hover {
  transform: scale(1.1);
}

.btn-container p {
  font-size: 4.8rem; /* 3rem */
  font-weight: bold;
  color: #000;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 38px;
}

.arrow::before,
.arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  width: 35px;
  height: 2px;
  background-color: #8e8e8e;
  transform-origin: calc(100%) 50%;
}

.arrow::before {
  transform: rotate(30deg);
}

.arrow::after {
  transform: rotate(-30deg);
}

/* Q&A */
#qa {
  width: 100%;
  padding-bottom: 250px;
  background-image: url(../images/cityscape02.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.qa-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 7%;
  width: 85%;
  margin: 100px auto 80px;
}

.qa-head-wrapper h2 {
  font-size: 3.6rem; /* 2.25rem */
  font-weight: bold;
}

.qa-head-wrapper h3 {
  font-size: 3.2rem; /* 2rem */
  font-weight: normal;
  color: #d90429;
}

.qa-area {
  width: 68%;
}

.qa-container {
  border-top: 1px solid #d8d8d9;
}

.qa-container:last-of-type {
  border-bottom: 1px solid #d8d8d9;
}

.qa-question {
  position: relative;
  cursor: pointer;
  padding: 35px 20px;
}

.qa-question::before,
.qa-question::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #000;
}

.qa-question::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.qa-question.active::after {
  transform: rotate(0deg);
}

.qa-question p,
.qa-content p {
  font-size: 1.8rem; /* 1.125rem */
  font-weight: normal;
  padding-left: 30px;
  position: relative;
}

.qa-question p::before {
  position: absolute;
  content: 'Q.';
  top: 1px;
  left: 0;
  color: #000;
  font-size: 1.8rem; /* 1.125rem */
}

.qa-content {
  display: none;
  padding: 0 20px 35px;
}

.qa-content p::before {
  position: absolute;
  content: 'A.';
  top: 2px;
  left: 0;
  color: #000;
  font-size: 1.8rem; /* 1.125rem */
}

/* お問合わせ */
#inquiry {
  width: 87%;
  margin: 80px auto 200px;
}

.inq-head-wrapper h2 {
  font-size: 3.6rem; /* 2.25rem */
  font-weight: bold;
}

.inq-wrapper {
  display: flex;
  gap: 11%;
  margin-top: 50px;
}

.inq-wrapper p {
  font-size: 1.6rem; /* 1rem */
  font-weight: normal;
  line-height: 2.7;
  padding-left: 30px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.inq-wrapper p:nth-of-type(2),
.inq-wrapper p:nth-of-type(3) {
  margin-top: 30px;
  padding-left: 40px;
}

.red32-16 {
  font-size: 3.2rem; /* 2rem */
  font-weight: bold;
  color: #f90036;
  padding: 0 10px;
}

.red28-16 {
  font-size: 2.8rem; /* 1.75rem */
  font-weight: normal;
  color: #f90036;
  padding: 0 10px;
}

.notice{
  max-width: 770px;
  font-size: 1.6rem;
  border: 2px solid #f90036;
  border-radius: 10px;
  margin: 25px auto 0;
  padding: 14px;
}

/* 固定ボタン */
#fixed-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 0;
  z-index: 3;
}

.fix-btn-container {
  display: flex;
  align-items: center;
  background-color: #f41a19;
  border-radius: 16px;
  width: 88rem; /* 55rem */
  height: 150px;
  margin: 0 auto;
  padding-left: 180px;
  transition: transform 0.3s;
}

.fix-btn-container:hover {
  transform: scale(1.1);
}

.fix-btn-container p {
  font-size: 6.2rem; /* 3.875rem */
  font-weight: bold;
  color: #fff;
}

.white-arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 38px;
}

.white-arrow::before,
.white-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  width: 35px;
  height: 5px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}

.white-arrow::before {
  transform: rotate(30deg);
}

.white-arrow::after {
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  /* main-visual */
  .table {
    width: 80%;
    border-spacing: 0;
    padding-top: 10px;
  }

  .table tr td {
    display: block;
  }

  .table td:nth-of-type(1) {
    font-size: 1.4rem; /* 0.875rem */
  }

  .table td:nth-of-type(2) {
    font-size: 2rem; /* 1.25rem */
    margin: 10px 0 25px 15px;
  }

  .bg-white {
    width: 74px;
    height: 30px;
    padding-top: 3px;
  }

  .mb80-mt25 {
    margin-bottom: 0;
    margin-top: 25px;
  }

  .red72 {
    font-size: 3.2rem; /* 2rem */
  }

  .b-red36 {
    width: 34px;
    height: 34px;
    padding: 1px 7px;
    margin-left: 6px;
  }

  .mb50-10 {
    margin-bottom: 10px;
  }

  .sub-head28 {
    font-size: 1.6rem; /* 1rem */
  }

  .ml45 {
    margin-left: 0;
  }

  /* companies */
  #companies {
    padding: 30px 0;
  }

  #companies h2,
  #point h2 {
    font-size: 3.2rem; /* 2rem */
  }

  #companies h3,
  #point h3 {
    font-size: 1.8rem; /* 1.125rem */
  }

  .company-list {
    width: 100%;
  }

  #company {
    width: 90%;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    margin: 40px auto;
  }

  #company p {
    font-size: 1.4rem; /* 0.875rem */
    margin-top: 15px;
  }

  /* event */
  #event {
    padding: 30px 0;
  }

  .event-flex {
    width: 90%;
    gap: 15px;
    flex-direction: column;
  }

  .event-flex:nth-child(even) {
    flex-direction: column;
  }

  .event-container h3 {
    font-size: 3.2rem; /* 2rem */
    width: 90vw;
    margin-bottom: 15px;
  }

  .on768 {
    display: block;
  }

  /* point */
  /* 見出しはCOMPANIESと共通 */
  #point {
    background-size: 30%, 50%;
    padding-bottom: 250px;
  }

  .point-flex {
    width: 70%;
    align-items: center;
    gap: 50px;
    margin: 45px auto 0;
    flex-direction: column;
  }

  .point-container img {
    margin-bottom: 25px;
  }

  .point-container p {
    font-size: 1.6rem; /* 1rem */
    font-weight: normal;
  }

  /* INTERVIEW */
  #interview {
    width: 100%;
    background: linear-gradient(to bottom, #fce5e9 1%, #ffeef0 3%, #fff 5%);
    padding: 100px 0;
  }

  .head-wrapper {
    width: 90%;
    margin: 0 auto 30px;
  }

  .head-wrapper h2 {
    font-size: 3.2rem; /* 2rem */
  }

  .head-wrapper h3 {
    font-size: 1.8rem; /* 1.125rem */
  }

  .interview-flex {
    width: 90%;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
  }

  .interview-container h3 {
    font-size: 2.4rem; /* 1.5rem */
    padding-left: 15px;
    margin-top: 15px;
  }

  .interview-container p {
    font-size: 2rem; /* 1.25rem */
    padding-left: 15px;
    margin-top: 15px;
  }

  /* modal */
  .text-contents {
    width: 90%;
    margin: 0 auto;
  }

  .text-contents > p {
    font-size: 1.8rem; /* 1.125rem */
    font-weight: normal;
  }

  .text-container {
    padding-top: 50px;
  }

  .text-container:nth-last-of-type(1) {
    padding-bottom: 50px;
  }

  .text-container h2 {
    font-size: 2.4rem; /* 1.5rem */
  }

  .text-container p {
    padding: 20px 0 0 10px;
  }

  /* FLOW */
  /* 見出しはINTERVIEWと共通 */
  #flow {
    padding: 50px 0;
  }

  .flow-flex {
    width: 95%;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 35px 20px;
  }

  .flow-container img {
    height: 210px;
    margin-bottom: 30px;
  }

  .flow-container h3 {
    font-size: 2.4rem; /* 1.5rem */
  }

  .red-number {
    font-size: 2rem; /* 1.25rem */
    width: 23px;
    height: 23px;
  }

  .flow-container p {
    padding-left: 30px;
  }

  .btn-container {
    width: 300px;
    height: 50px;
    padding-left: 60px;
  }

  .btn-container p {
    font-size: 1.8rem; /* 1.125rem */
  }

  .arrow::before,
  .arrow::after {
    width: 15px;
  }

  /* Q&A */
  #qa {
    width: 100%;
    padding-bottom: 100px;
    background-size: contain;
  }

  .qa-wrapper {
    flex-direction: column;
    gap: 25px;
    width: 90%;
    margin: 50px auto 0;
  }

  .qa-head-wrapper h2 {
    font-size: 3.2rem; /* 2rem */
  }

  .qa-head-wrapper h3 {
    font-size: 1.8rem; /* 1.125rem */
  }

  .qa-area {
    width: 100%;
    margin: 0 auto;
  }

  .qa-question {
    padding: 15px 5px;
  }

  .qa-question::before,
  .qa-question::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background: #000;
  }

  .qa-question::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }

  .qa-question.active::after {
    transform: rotate(0deg);
  }

  .qa-question p,
  .qa-content p {
    font-size: 1.4rem; /* 0.875rem */
    width: 90%;
  }

  .qa-question p::before {
    top: 0;
    font-size: 1.4rem; /* 0.875rem */
  }

  .qa-content {
    display: none;
    padding: 0 5px 15px;
  }

  .qa-content p::before {
    top: 0;
    font-size: 1.4rem; /* 0.875rem */
  }

  /* お問合わせ */
  #inquiry {
    width: 90%;
    margin: 40px auto 150px;
  }

  .inq-head-wrapper h2 {
    font-size: 3.2rem; /* 2rem */
  }

  .inq-wrapper {
    flex-direction: column;
    gap: 40px;
    margin-top: 25px;
  }

  .inq-wrapper p {
    line-height: 1.75;
    padding-left: 0;
  }

  .inq-wrapper p:nth-of-type(2),
  .inq-wrapper p:nth-of-type(3) {
    padding-left: 0;
    text-align: center;
  }

  .red32-16 {
    font-size: 1.6rem; /* 1rem */
    padding: 0 10px;
  }

  .red28-16 {
    font-size: 1.6rem; /* 1rem */
    padding: 0 10px;
  }

  /* 固定ボタン */
  .fix-btn-container {
    width: 300px;
    height: 50px;
    padding-left: 80px;
  }

  .fix-btn-container p {
    font-size: 1.8rem; /* 1.125rem */
  }

  .white-arrow {
    width: 30px;
    height: 38px;
  }

  .white-arrow::before,
  .white-arrow::after {
    right: -20px;
    width: 20px;
    height: 2px;
    transform-origin: calc(100% -0px) 50%;
  }
}

@media screen and (max-width: 376px) {
  .flow-container p {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  /* 電話番号　スマホのみ */
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
