@charset "utf-8";
body {
  font: normal 18px/1.7 "Noto Sans JP", sans-serif;
  color: #000;
  text-align: justify;
  overflow-x: hidden;
}

body .sp-item {
  display: none !important;
}
body .pc-item {
  display: block !important;
}

@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}

.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.ov_hd {
  overflow: hidden;
}
.bg_none {
  background-image: none !important;
}
a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.line_0 {
  line-height: 0;
}
.zindex {
  z-index: 200;
}
input[type="radio"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
input[type="image"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
  text-decoration: underline;
  font-style: normal;
}
.bd_red {
  border-bottom: 1px solid #ff0004;
  padding-bottom: 2px;
}
.bd_red02 {
  border-bottom: 3px solid #ff0004;
  padding-bottom: 0px;
}
.red {
  color: #ff0000;
}
.yellow {
  background-color: #ffff00;
}
.gray {
  color: #666666;
}
.bold {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
.ac {
  text-align: center !important;
}
.ar {
  text-align: right !important;
}
.al {
  text-align: left !important;
}
.bold {
  font-weight: bold !important;
}
.font10 {
  font-size: 10px !important;
}
.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font16 {
  font-size: 16px !important;
}
.font17 {
  font-size: 17px !important;
  line-height: 150%;
}
.font18 {
  font-size: 18px !important;
}
.font19 {
  font-size: 19px !important;
}
.font20 {
  font-size: 20px !important;
}
.font21 {
  font-size: 21px !important;
}
.font22 {
  font-size: 22px !important;
}
.font23 {
  font-size: 23px !important;
}
.font24 {
  font-size: 24px !important;
}
.font25 {
  font-size: 25px !important;
}
.font26 {
  font-size: 26px !important;
}
.font27 {
  font-size: 27px !important;
}
.font28 {
  font-size: 28px !important;
}
.font29 {
  font-size: 29px !important;
}
.font30 {
  font-size: 30px !important;
}
.font32 {
  font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.clear {
  clear: both;
}
img {
  line-height: 0;
  padding: 0;
  margin: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ここから書いていきましょう */
img {
  width: 100%;
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0.5% 0;
  background: #fff;
}
.inner {
  width: 1600px;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.flex-btn {
  display: flex;
  max-width: 70%;
}
.logo img,
.flex-btn img {
  max-width: 100%;
  width: fit-content;
}
.header-btn {
  padding: 0 1%;
}

@media screen and (max-width: 640px) {
  .logo img {
    max-width: 50%;
    margin-left: 5%;
    padding: 1.5% 0;
  }
}
.cta-area {
  background: #ffdbd4;
  padding: 2% 0;
}
.cta-inner {
  max-width: 1200px;
  width: 90%;
  background: #fff;
  border-radius: 50px;
  margin: 0 auto;
  padding: 1.5% 0;
}
.cta-title {
  width: 700px;
  max-width: 70%;
  margin: 0 auto;
}
.cta-tel-btn img {
  width: 500px;
  max-width: 50%;
}
.cta-tel-btn p {
  color: #ff0000;
  font-weight: bold;
}
.flex-cta-btn {
  display: flex;
  justify-content: center;
}
.cta-area .line-btn,
.cta-area .web-btn {
  width: 40%;
  padding: 2%;
}
.line-btn p {
  font-weight: bold;
  color: #39b54a;
  text-align: center;
}
.web-btn p {
  font-weight: bold;
  color: #0071bc;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-area {
    padding: 6% 0;
  }
  .cta-inner {
    padding: 4% 0;
    width: 96%;
  }
  .cta-area .cta-tel-btn img {
    width: 85%;
    max-width: 85%;
    margin-top: 2%;
  }
}

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 360px; /* 画像の実際の高さに合わせる */
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  background-color: #fdd000;
  margin: 0 auto;
  max-width: 10000px;
  height: 360px; /* 同じく画像高さに揃える */
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  margin: 0;
  padding: 0; /* padding-topを消す */
  height: 360px; /* 画像の高さに揃える */
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  margin: 0;
  padding: 0;
  width: 400px;
  height: 360px; /* 画像高さに合わせる */
  float: left;
  display: inline;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
  height: 100%; /* 親要素の高さにフィットさせる */
  object-fit: cover; /* 念のため比率維持したまま収める */
  display: block;
}

.area1 {
  background: url(../images/area1-bg.jpg);
  padding: 2%;
}
.area1-wrapper {
  padding: 4% 2%;
  margin: 2% auto;
  background: #fff;
  width: 1000px;
  max-width: 90%;
}
.question {
  display: flex;
  justify-content: center;
}
.area1 span img {
  width: 5%;
}
h2 {
  font-weight: bold;
  font-size: 28px;
  color: #f15a24;
  margin-bottom: 4%;
}
h2 span img {
  margin-right: 1%;
}

.qa-container {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 4%;
  position: relative;
}

/* Question Section */
.question-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2%;
  position: relative;
}

.character-left img {
  margin-right: 20px;
  width: 100px;
  max-width: 100px;
}

.question-bubble {
  background-color: #fff;
  border: 2px solid #4a90e2;
  border-radius: 20px;
  padding: 20px 25px;
  position: relative;
  flex-grow: 1;
  max-width: 600px;
}

.question-bubble::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #4a90e2;
}

.question-bubble::after {
  content: "";
  position: absolute;
  left: -19px;
  top: 22px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
}

.q-label img,
.a-label img {
  width: 6% !important;
  min-width: 30px;
  margin-right: 2%;
}

.question-text {
  font-size: 18px;
  font-weight: bold;
  color: #0071bc;
  line-height: 1.5;
}

/* Answer Section */
.answer-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}

.answer-bubble {
  background-color: #fff;
  border: 2px solid #ff6b35;
  border-radius: 20px;
  padding: 20px 25px;
  position: relative;
  max-width: 600px;
  margin-right: 20px;
}

.answer-bubble::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 40px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #ff6b35;
}

.answer-bubble::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 42px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
}
.answer-text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.character-right img {
  margin-left: 20px;
  width: 140px;
  max-width: 140px;
}
@media screen and (max-width: 640px) {
  .area1 {
    background: #fff;
    padding: 0;
  }
  .area1-wrapper {
    margin: 0 auto;
    padding: 8% 0;
    max-width: 100%;
  }
  .qa-container {
    margin: 0 auto 6%;
  }
  h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  h2 span img {
    width: 40px !important;
    margin-right: 2%;
  }
  .question-bubble,
  .answer-bubble {
    padding: 14px 18px;
  }
  .character-left img {
    margin-right: 20px;
    width: 70px;
    max-width: 70px;
    margin-top: 30%;
  }
  .character-right img {
    margin-left: 10px;
    width: 100px;
    max-width: 100px;
    margin-top: 30%;
  }
}
.area2 {
  margin: 4% auto 6%;
}
h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.area2 span img {
  width: 340px !important;
  max-width: 50%;
}
.grid-wrapper {
  background: #ff6b35;
  border-radius: 30px;
  width: 1000px;
  max-width: 90%;
  margin: 4% auto;
  padding: 2% 4%;
}
h4 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
}
.grid-wrapper strong {
  font-size: 30px;
  color: #ffff00;
}
.grid-wrapper p {
  color: #ffff00;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 1%;
}
.grid-container {
  padding: 1% 0 4%;
}
.bike-card {
  background: white;
  padding: 6% 0;
  text-align: center;
}

.bike-icon {
  width: 80%;
  margin: 0 auto;
}

.bike-card span img {
  width: 30px !important;
}

.bike-type {
  color: #dc2626;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.main-container {
  background: #ff6b35;
  border-radius: 24px;
  padding: 3% 2%;
  margin: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.grid-container {
  display: grid;
  gap: 2%;
  margin-top: 4%;
}

@media (min-width: 641px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .area2 {
    margin: 2% auto 12%;
  }
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-container {
    margin: 10px;
    padding: 2%;
  }
  .grid-wrapper {
    padding: 6% 2% 10%;
    border-radius: 14px;
  }
  .bike-type {
    margin-bottom: 8px;
  }
}
.area3 {
  background: #ffd399;
  padding-bottom: 4%;
}
.area3 h2 {
  width: 400px;
  margin: 0 auto;
  padding: 4% 0;
  max-width: 75%;
}
.card-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
.area3 .card {
  background: #fff;
  border-radius: 30px;
  padding: 4% 2%;
  position: relative;
  margin: 8% 4%;
}
.reason {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reason img {
  width: 120px;
}
.card-number img {
  width: 50px;
  margin-top: 20px;
}
.card-title {
  font-weight: bold;
  color: #ed1c24;
  line-height: 1.3;
  text-align: center;
  font-size: 1.4em;
  margin-top: 10px;
}
.card-icon img {
  width: fit-content;
  height: 130px;
  padding: 10px 0;
}
.card-text {
  padding: 4%;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .area3 {
    padding: 4% 2%;
  }
  .card-title {
    font-size: 1.2em;
  }
  .card-icon img {
    height: 100px;
  }
  .card-text {
    padding: 4% 4% 8%;
  }
}
@media (min-width: 768px) {
  .card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.area4 {
  background: #fffd83;
  padding: 4% 2%;
}
.box-container {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
.box-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 2%;
}
.box {
  width: 50%;
  margin: 0 1%;
}
.box-title {
  font-weight: bold;
  color: #2c5271;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 2%;
  display: flex;
}
.box-title span img {
  width: 100px;
  margin-right: 20px;
}
.box-item {
  display: flex;
}
.box-image {
  width: 40%;
}

.box-text {
  width: 60%;
  background: #ffd399;
  padding: 2% 4%;
  line-height: 1.5;
}

@media (max-width: 1440px) {
  .box-wrapper {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .box {
    width: 100%;
    margin: 1% auto;
  }
}

@media (max-width: 640px) {
  .area4 {
    padding: 8% 0;
  }
  .box-wrapper {
    width: 100%;
  }
  .box {
    max-width: 100%;
    margin: 4% 0;
  }
  .box-title {
    line-height: 1.4;
    font-size: 1em;
    padding-bottom: 2%;
  }
  .box-title span img {
    width: 80px;
    margin-right: 10px;
  }
  .box-item {
    flex-direction: column;
  }
  .box-image {
    width: 100%;
  }
  .box-text {
    width: 92%;
    padding: 6% 4%;
  }
}
.map {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.map-wrapper {
  position: absolute;
  top: 24%;
  right: 20%;
}
.map-text {
  margin: 0 auto;
  width: 100%;

  text-align: center;

  line-height: 1.4;
  font-size: 1.1em;
  font-weight: bold;
  color: #ed1c24;
}
.truck {
  margin: 0 auto;
  width: 40%;
}
.map-text p {
  margin-bottom: 4%;
}
.map-text strong {
  color: #ffff00;
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px 20px;
  border-radius: 6px;
  background: #f15a24;
}
@media (max-width: 640px) {
  .map-wrapper {
    position: absolute;
    top: 24%;
    right: 45%;
  }
}
.orange {
  background: #fbb03b;
  padding: 6% 0;
}
.table-wrapper {
  margin: 0 auto;
  width: 1000px;
  max-width: 90%;
  background: #fff;
  padding: 4%;
}
.area5 span img {
  width: 5%;
}
.table-wrapper h2 {
  margin-bottom: 2%;
}
.table-wrapper p {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 4%;
}
.table {
  display: flex;
}
.block {
  width: 33.3%;
}
.table-name {
  background: #ffe06a;
  padding: 2% 0;
  font-weight: bold;
  color: #f15a24;
  border: 4px solid #fff;
  font-size: 1em;
  line-height: 1.4;
}

.table-blue {
  background: #caf1ff;
  border: 4px solid #fff;
  padding: 2%;
}
.table-pink {
  background: #ffe9f5;
  border: 4px solid #fff;
  padding: 2%;
}
.table-green {
  background: #d1efca;
  border: 4px solid #fff;
  padding: 2%;
}

.block img {
  width: 80%;
  margin: 6% 0;
}
.block {
  text-align: center;
}
.block p {
  font-weight: bold;
}

@media (max-width: 640px) {
  .table {
    flex-direction: column;
  }
  .table-flex {
    display: flex;
    justify-content: space-between;
  }
  .block {
    width: 100%;
    margin: 0 auto;
  }
}
.area6 {
  margin: 4% 2%;
}
.area6 h2 {
  line-height: 1.4;
  margin-bottom: 1%;
}

.operator {
  margin-top: 2%;
}
.operator img {
  width: 14%;
  max-width: 180px;
}
.case-wrapper {
  width: 1200px;
  max-width: 90%;
  margin: 2% auto;
  display: flex;
  justify-content: center;
}
.case {
  padding: 0 2%;
}
.bike-image img {
  width: 100%;
  max-width: 280px;
}
.owner-wrapper {
  padding-top: 6%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.owner {
  width: 30%;
}
.owner img {
  width: 90px;
  max-width: 100%;
}
.owner-wrapper p {
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
  width: 70%;
}
@media (max-width: 640px) {
  .area6 {
    margin: 8% 2%;
  }
  .case-wrapper {
    max-width: 100%;
    margin: 4% auto;
  }
  .case {
    padding: 0;
  }
  .operator {
    margin-top: 4%;
  }
  .operator img {
    width: 28%;
    max-width: 140px;
  }
  .owner-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .owner img {
    margin-top: 12%;
    max-width: 60px;
  }
  .owner {
    margin: 0 auto;
    width: 50%;
  }
  .owner-wrapper p {
    padding-top: 5%;
    line-height: 1.2;
  }
}
.area7 {
  background: url(../images/area8-bg.jpg);
  background-size: cover;
  padding: 4% 0;
}
.area7-title {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 10px 40px;
  border-radius: 50px;
  white-space: nowrap;
}
.area7 span img {
  width: 25%;
  background: #fff;
}
.voice {
  display: flex;
  justify-content: center;
  padding: 2%;
}
.user {
  margin-right: 30px;
  width: 150px;
}
.user p {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

.voice-text {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 20px 25px;
  position: relative;
  flex-grow: 1;
  width: 50%;
  max-width: 600px;
  height: fit-content;
  font-size: 1.2em;
}

.voice-text::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 40px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #fff;
}

.voice-text::after {
  content: "";
  position: absolute;
  left: -19px;
  top: 42px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
}
.voice .red {
  color: #ed1c24;
  font-weight: bold;
}
@media (max-width: 640px) {
  .area7 {
    padding: 8% 0;
  }
  .area7-title {
    font-size: 24px;
  }
  .user {
    width: 28%;
  }
  .user p {
    font-size: 14px;
    margin-top: 4px;
  }
  .voice-text {
    font-size: 18px;
    line-height: 1.4;
  }
}
.area8 {
  background: #fffd83;
  padding: 6% 0;
}
.form-wrapper {
  width: 800px; /* 必要に応じて変更 */
  max-width: 90%;
  margin: 0 auto;
  padding: 4%;
  background: #fbb03b;
  border-radius: 50px;
}
.area8 h3 {
  color: #fff;
  font-size: 1.5em;
}
.tel-number p {
  font-weight: bold;
  color: #ed1c24;
}
.area8 .tel-number img {
  width: 50%;
}
form {
  padding: 6% 8%;
  margin: 4% auto;
  background: #fff;
}
.form-item {
  align-items: baseline;
}
.column {
  display: flex;
  flex-direction: column;
}
/* li項目の配置修正 */
li {
  display: flex;
  align-items: center; /* ラベルと入力欄を縦位置で揃える */
  gap: 20px; /* ラベルと入力欄の間隔 */
  padding: 1% 0;
}

/* ラベルの幅を固定 */
label {
  width: 40%; /* 固定幅に設定 */
  text-align: left; /* 左揃え */
  font-size: 16px;
  margin-right: 10px; /* ラベルと入力欄の間隔 */
  font-weight: bold;
}

.input-unit {
  display: flex;
  flex-direction: column;
}
.input-unit span {
  font-size: 14px !important;
}
/* 入力欄の幅を統一 */
input,
select,
textarea {
  flex: 1; /* 入力欄の幅を調整 */
  padding: 8px; /* 余白を広くして見やすく */
  line-height: 1.5; /* テキストの高さを調整 */
  border: 2px solid #a1a1a1;
  border-radius: 4px;
  box-sizing: border-box;
}
textarea {
  height: auto;
  min-height: 180px;
}

.file {
  border: none;
}
.form-wrapper ul {
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .area8 {
    padding: 10% 0;
  }
  form {
    margin: 8% auto;
    padding: 6% 4%;
  }
  .form-wrapper {
    padding: 8% 4%;
  }
  .area8 .tel-number img {
    width: 100%;
  }
  .form-text {
    line-height: 1.4;
    margin: 4% auto;
  }
  textarea {
    height: 500px;
  }
  li {
    flex-direction: column; /* ラベルと入力欄を縦並びに */
    align-items: flex-start; /* 左揃えに */
    padding: 10px 0;
  }
  label {
    width: 100%; /* ラベルを全幅に */
    margin-bottom: -10px; /* 入力欄との間隔 */
  }
  input,
  textarea {
    width: 100%; /* 入力欄を全幅に */
  }
  .form-wrapper ul {
    padding-left: 0;
  }
}

.required {
  background: #f15a24;
  color: #fff;
  padding: 1px 6px;
  margin-right: 2%;
}
.gray {
  background: #8a8a8a;
  color: #fff;
  padding: 1px 6px;
  margin-right: 2%;
}

.styled-button {
  padding: 14px 8px;
  background: #39b54a;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  margin-top: 4%;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5%;
}
/* 入力欄と単位を横並びにする */
.flex-with-unit {
  display: flex; /* 横並びにする */
  align-items: center; /* 縦位置を中央揃え */
  gap: 10px; /* 入力欄と単位の間隔 */
}
.contact-accept {
  font-size: 14px; /* フォントサイズ調整 */
  line-height: 1.5; /* 縦位置を調整 */
}
.area9 {
  padding: 4% 2% 6%;
}
.area9 h2 {
  text-align: center;
}
.flow-wrapper {
  display: flex;
  justify-content: center;
}
footer {
  background: #ffdbd4;
  padding: 3% 0;
}
.footer-top img {
  width: 300px;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  margin-top: 1%;
}

/* コピーライト設定 */
.small {
  font-size: 13px;
}
.fotter_copylight {
  margin-top: 1rem;
}

.fotter_copylight p {
  text-align: center;
}
/* コピーライト設定 */

.footer-bottom a {
  text-decoration: none;
  color: #333;
  padding: 0 2%;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .area9 {
    padding: 8% 2%;
  }
  .flow {
    width: 70%;
    margin: 0 auto;
  }
  .complete {
    width: 40%;
    margin: 0 auto;
  }
  .flow-wrapper {
    flex-direction: column;
  }
  .area9 p {
    font-size: 15px;
    margin-top: 4%;
  }
  footer {
    padding: 10% 0 36%;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

.fix-btn {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  display: none !important;
}
.fix-btn.show {
  display: block !important;
}
.fix-wrapper {
  display: flex;
}
.mail-fixed,
.line-fixed,
.tel-fixed {
  width: 33.3vw;
}
#to-top {
  position: fixed;
  bottom: 4%;
  right: 10px;
  width: 80px;
  height: 50px;
  display: none; /* 初期は非表示 */
  z-index: 1000;
}

#to-top img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  footer h2 {
    font-size: 1.5em;
  }

  #to-top {
    bottom: 120px;
    width: 45px;
  }
}
/*会社概要*/
h2 {
  font-size: 32px;
  padding: 20px 0;
  font-weight: bold;
}
table {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
  border: 1px solid #000;
}
td {
  width: 10%;
  border: #000 1px solid;
  padding: 2%;

  text-align: left;
}

/* 会社沿革：2カラムで年と本文を分離し、折り返しを本文頭に揃える */
.company-history {
  display: grid;
  row-gap: 6px;
}
/* 年用の固定幅 + 本文は可変幅 */
.ch-row {
  display: grid;
  grid-template-columns: 3em 1fr;
  column-gap: 0.75em;
  align-items: start;
}
/* 年は1行に収める（崩れ防止） */
.ch-year {
  white-space: nowrap;
}
/* 日本語向けの自然改行＋長語対策 */
.ch-text {
  line-break: strict;
  word-break: break-word;
  white-space: normal;
}

@media screen and (max-width: 640px) {
  h2 {
    font-size: 24px;

    padding: 20px 0;
  }
  table {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 auto;
  }
  td {
    width: 16%;
  }
}
/*プライバシーポリシー*/
.container {
  width: 800px;
  max-width: 90%;
  text-align: left;
  margin: 40px auto 80px;
  line-height: 1.4;
}
.container li,
.container p {
  font-size: 15px;
}
.container h3 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
}

@media screen and (max-width: 640px) {
  .container {
    margin: 0 auto 60px;
  }
  h3 {
    font-size: 20px;
  }
}
