@charset "UTF-8";

.bar {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 100px;
}

/* --------------------------------
company
-------------------------------- */
#company {
  margin-top: 200px;
  margin-bottom: 100px;
}
#company .profile {
  display: flex;
  flex-wrap: wrap;
}
#company .profile dt {
  width: 35%;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 20px;
}
#company .profile dd {
  width: 65%;
  font-size: 1.2rem;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 15px;
}
#company .profile dt:first-of-type {
  border-top: 1px solid #d3d3d3;
}
#company .profile dd:first-of-type {
  border-top: 1px solid #d3d3d3;
}
#company .link-1,
#company .link-2 {
  display: flex;
  justify-content: center;
  text-align: center;
}
#company .link-1 {
  margin-top: 80px;
}
#company .link-2 {
  margin-top: 40px;
  margin-bottom: 80px;
}
#company .btn {
  display: block;
  width: 380px;
  height: 65px;
  margin: 0 20px;
  font-size: 1.2rem;
  line-height: 65px;
  background-color: #00a3d2;
  color: #fff;
  border-radius: 40px;
  border: 1px solid #00a3d2;
}
#company .btn:hover {
  color: #00a3d2;
  background-color: #fff;
}
#company .mission {
  text-align: center;
  margin-bottom: 100px;
}
#company .mission .logo {
  margin-bottom: 70px;
}
#company .mission .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#company .mission .text {
  margin-bottom: 60px;
  padding: 0 100px;
  line-height: 30px;
}
#company .mission .message {
  padding: 0 150px;
  margin-bottom: 60px;
  color: #00a3d2;
  font-weight: bold;
  font-size: 1.2rem;
}
#company .stance {
  text-align: center;
  margin-bottom: 100px;
}
#company .stance .title {
  margin-bottom: 20px;
  color: #00a3d2;
  font-size: 1.5rem;
}
#company .stance .text {
  margin-bottom: 80px;
  padding: 0 150px; 
}
#company .company-office {
  text-align: center;
  margin-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
}
#company .company-office .title {
  margin-bottom: 30px;
  font-size: 1.5rem;
}
#company .company-office .img {
  margin-bottom: 50px;
}
#company .company-office .access {
  margin: 30px 0 100px;
  text-align-last: left;
}

/* --------------------------------
message
-------------------------------- */
#message {
  margin-top: 200px;
  margin-bottom: 100px;
}
#message .message {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0 50px;
  margin-bottom: 60px;
}
#message .text {
  font-size: 1.1rem;
}
#message .sign {
  text-align: right;
  margin-top: 50px;
}
#message .sign p {
  display: inline-block;
  text-align-last: left;
}

/* --------------------------------
concept
-------------------------------- */
#concept {
  margin: 200px auto 100px;
  padding: 0 16px;
  max-width: 1200px;
}

/* --------------------------------
price
-------------------------------- */
#price {
  margin-top: 200px;
  margin-bottom: 100px;
}
#price .day {
  text-align: right;
  width: 90%;
  margin-bottom: 15px;
}
#price .title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
}
#price .table {
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}
#price th {
  text-align: inherit
}
#price .table thead th {
  vertical-align: bottom;
}
#price .table td, 
#price .table th {
  padding: 0.75rem;
  vertical-align: top;
}
#price .table th, tr, td {
  border: solid 1px #dee2e6;
}
#price .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}
/* --------------------------------
history
-------------------------------- */
#history {
  margin-top: 200px;
  margin-bottom: 100px;
}
#history .term {
  display: flex;
  padding-left: 40px;
  margin-bottom: 10px;
}
#history .term .year {
  width: 10%;
  font-size: 1.875rem;
  font-weight: bold;
  position: relative;
  background-color: #fff;
  height: 40px;
}
#history .term .bar-2::before {
  content: "";
  width: 1px;
  height: 5000px;
  background-color: #707070;
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: -20;
}
#history .term .month {
  margin: 50px 0 0 10px;
  width: 85%;
}
#history .month .description {
  display: flex;
  flex-wrap: wrap;
}
#history .month .description dt {
  width: 12%;
  font-size: 1.3125rem;
  font-weight: bold;
  padding-bottom: 25px;
}
#history .month .description dd {
  width: 88%;
  font-size: 1.3125rem;
  padding-bottom: 25px;
}
#history .month .description dd span {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
}

/* --------------------------------
privacy
-------------------------------- */
#privacy {
  margin-top: 200px;
  margin-bottom: 100px;
}
#privacy .title {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
#privacy .text {
  font-size: 1rem;
  margin-bottom: 20px;
}

/* --------------------------------
transactions
-------------------------------- */
#transactions {
  margin-top: 200px;
  margin-bottom: 100px;
}
#transactions .sec-title .en.sp-en {
  display: none;
}
#transactions .transactions {
  padding: 0 100px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
}
#transactions .transactions dt {
  width: 25%;
  padding: 12px 10px;
  border-bottom: 1px solid #d3d3d3;
}
#transactions .transactions dd {
  width: 75%;
  padding: 12px 10px;
  border-bottom: 1px solid #d3d3d3;
}
#transactions .transactions dt:first-of-type,
#transactions .transactions dd:first-of-type {
  border-top: 1px solid #d3d3d3;
}


/* --------------------------------
service
-------------------------------- */
#service {
  margin-top: 200px;
  margin-bottom: 100px;
}
#service .title {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
#service .text {
  font-size: 1rem;
  margin-bottom: 20px;
}
#service .caution {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 20px;
}
#service .red {
  color: red;
}
#service .red-2 {
  color: red;
  text-align: center;
  margin: 10px 0 20px;
}
#service .fa-solid {
  margin: 0 7px;
}
#service .link {
  margin: 40px 0;
}
#service .link .btn-b,
#service .link .btn-r {
  display: inline-block;
  width: 250px;
  height: 50px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 1.2rem;
}
#service .link .btn-b {
  background-color: #00a3d2;
  margin-right: 20px;
  border: 1px solid #00a3d2;
}
#service .link .btn-b:hover {
  color: #00a3d2;
  background-color: #fff;
}
#service .link .btn-r:hover {
  color: red;
  background-color: #fff;
}
#service .link .btn-r {
  background-color: red;
  border: 1px solid red;
}
#service .link .fa-regular {
  margin-right: 5px;
}
#service .link-b {
  color: #00a3d2;
}
#service .access {
  border-top: 5px solid #00a3d2;
  border-bottom: 5px solid #00a3d2;
  margin: 25px 0;
  padding: 20px;
  background-color: #F1F1F1;
}
#service .access .title {
  font-weight: bold;
  font-size: 1.1rem;
}
#service .access .text {
  font-size: 0.9rem;
  margin-bottom: 0;
  padding-left: 15px;
}

#guarantee .title {
  height: 30px;
  background-color: #00a3d2;
  color: #fff;
  line-height: 30px;
  padding-left: 5px;
  margin-top: 50px;
}
#guarantee .text {
  text-align: right;
  margin-right: 5px;
}
.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#guarantee table {
  border-collapse: collapse;
  border: 2px solid #000;
}
#guarantee table th,
#guarantee table tr,
#guarantee table td {
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding: 5px;
}

/* --------------------------------
sp
-------------------------------- */
@media screen and (max-width: 699px) {

  .bar {
    margin-bottom: 60px;
  }

  /* --------------------------------
  company
  -------------------------------- */
  #company {
    margin-top: 100px;
    margin-bottom: 0;
  }
  #company .bar {
    margin-bottom: 60px;
  }

  #company .profile dt {
    font-size: 0.8rem;
    padding: 10px 5px 10px 0;
  }
  #company .profile dd {
    font-size: 0.8rem;
    padding: 10px 0;
  }
  #company .link-1,
  #company .link-2 {
    flex-direction: column;
    align-items: center;
  }
  #company .link-1 {
  margin-top: 40px;
}
#company .link-2 {
  margin-top: 0;
  margin-bottom: 60px;
}
  #company .btn {
    max-width: 200px;
    font-size: 0.8rem;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  #company .mission {
    margin-bottom: 40px;
  }
  #company .mission .message {
  padding: 0 20px;
  margin-bottom: 40px;
  }
  #company .mission .text {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #company .stance .text {
    margin-bottom: 40px;
    padding: 0 20px; 
  }
  #company .company-office .title {
    margin-left: 0;
    margin-right: 0;
  }

  #company .mission .title,
  #company .stance .title,
  #company .company-office .title {
    font-size: 1.2rem;
  }
  #company .mission .message {
    font-size: 1rem;
  }
  #company .company-office {
    margin-bottom: 0;
    width: 100%;
  }
  #company .company-office .access {
    margin-bottom: 40px;
    padding: 0 16px;
  }

  /* --------------------------------
  message
  -------------------------------- */
  #message {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  #message .message {
    padding: 0 20px;
  }

  /* --------------------------------
  concept
  -------------------------------- */
  #concept {
    margin-top: 100px;
    margin-bottom: 40px;
    padding: 0;
  }

  /* --------------------------------
  price
  -------------------------------- */
  #price {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  #price .day {
    width: 100%;
  }
  #price .title {
    font-size: 1.4rem;
  }
  #price .table {
    width: 100%;
    font-size: 0.8rem;
  }

  /* --------------------------------
  history
  -------------------------------- */
  #history {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  #history .term {
    padding-left: 10px;
  }
  #history .term .year {
    font-size: 1.2rem;
    height: 30px;
  }
  #history .term .bar-2::before {
    left: 20px;
    top: 25px;
    height: 4800px;
  }
  #history .month .description dt {
    font-size: 1rem;
    width: 20%;
  }
  #history .month .description dd {
    font-size: 1rem;
    width: 80%;
  }
  #history .month .description dd span {
    font-size: 0.7rem;
  }

  /* --------------------------------
  privacy
  -------------------------------- */
  #privacy {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  #privacy .title {
    font-size: 1rem;
  }
  #privacy .text {
    font-size: 0.8rem;
  }

  /* --------------------------------
  transactions
  -------------------------------- */
  #transactions {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  #transactions .sec-title .en {
    display: none;
  }
  #transactions .sec-title .en.sp-en {
    display: block;
  }
  #transactions .transactions {
    padding: 0;
    flex-direction: column;
  }
  #transactions .transactions dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  } 
  #transactions .transactions dd {
    width: 100%;
    padding-top: 8px;
  }
    #transactions .transactions dd:first-of-type {
    border-top: none;
  }



  /* --------------------------------
  service
  -------------------------------- */
  #service {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  #privacy .title {
    font-size: 1rem;
  }
  #privacy .text {
    font-size: 0.8rem;
  }

  #service .link .btn-b {
    margin-right: 0;
    margin-bottom: 20px;
  }

  #service .red-2,
  #service .fa-solid {
    font-size: 0.8rem;
  }

}




@media screen and (max-width: 530px) {
  #history .term .bar-2::before {
    height: 5000px;
  }
}
@media screen and (max-width: 480px) {
  #history .term .bar-2::before {
    height: 5800px;
  }
}