@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;
}


/* --------------------------------
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) :not(th) {
  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: 5900px;
  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;
}

/* --------------------------------
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 .btn{
  text-align: center;
}

#service .btn a {
  display: inline-block;
  color: #00a3d2;
  font-size: 1.2rem;
  width: 80%;
  text-align: center;
  border: solid 1px #00a3d2;
  border-radius: 30px;
  padding: 10px;
  margin-top: 10px;
  opacity: 1;
}

#service .btn a:hover {
  color: #fff;
  background-color: #00a3d2;
  border-radius: 30px;
  padding: 10px;
  transition: ease 0.3s;
}

/* --------------------------------
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;
}

#privacy .btn{
  text-align: center;
}

#privacy .btn a {
  display: inline-block;
  color: #00a3d2;
  font-size: 1.2rem;
  width: 80%;
  text-align: center;
  border: solid 1px #00a3d2;
  border-radius: 30px;
  padding: 10px;
  margin-top: 10px;
  opacity: 1;
}

#privacy .btn a:hover {
  color: #fff;
  background-color: #00a3d2;
  border-radius: 30px;
  padding: 10px;
  transition: ease 0.3s;
}


/* --------------------------------
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 {
  display: flex;
  margin: 40px 0;
  flex-wrap: wrap;
  align-items: center;
}
#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 .btn-w {
  display: inline-block;
  width: 185px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #00a3d2;
  text-align: center;
  line-height: 25px;
  font-size: 1rem;
  padding: 10px 0;
}
#service .link .btn-w {
  background-color: #fff;
  margin-right: 5px;
  border: 1px solid #00a3d2;
}

#service .link .btn-w:hover {
  color: #fff;
  background-color: #00a3d2;
}
#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
------------------------*/

#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;
}

/*-----------------------
guarantee2
------------------------*/

#guarantee2 .title {
  height: 30px;
  background-color: #00a3d2;
  color: #fff;
  line-height: 30px;
  padding-left: 5px;
  margin-top: 50px;
}
#guarantee2 .text {
  text-align: right;
  margin-right: 5px;
}
#guarantee2 table {
  border-collapse: collapse;
  border: 2px solid #000;
}
#guarantee2 table th,
#guarantee2 table tr,
#guarantee2 table td {
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding: 5px;
}

/*-----------------------
guarantee3
------------------------*/

#guarantee3 .title {
  height: 30px;
  background-color: #00a3d2;
  color: #fff;
  line-height: 30px;
  padding-left: 5px;
  margin-top: 50px;
}
#guarantee3 .text {
  text-align: right;
  margin-right: 5px;
}
#guarantee3 table {
  border-collapse: collapse;
  border: 2px solid #000;
}
#guarantee3 table th,
#guarantee3 table tr,
#guarantee3 table td {
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding: 5px;
}

/*-----------------------
guarantee4
------------------------*/

#guarantee4 .title {
  height: 30px;
  background-color: #00a3d2;
  color: #fff;
  line-height: 30px;
  padding-left: 5px;
  margin-top: 50px;
}
#guarantee4 .text {
  text-align: right;
  margin-right: 5px;
}
#guarantee4 table {
  border-collapse: collapse;
  border: 2px solid #000;
}
#guarantee4 table th,
#guarantee4 table tr,
#guarantee4 table td {
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding: 5px;
}

/*-----------------------
guarantee5
------------------------*/

#guarantee5 .title {
  height: 30px;
  background-color: #00a3d2;
  color: #fff;
  line-height: 30px;
  padding-left: 5px;
  margin-top: 50px;
}
#guarantee5 .text {
  text-align: right;
  margin-right: 5px;
}
#guarantee5 table {
  border-collapse: collapse;
  border: 2px solid #000;
}
#guarantee5 table th,
#guarantee5 table tr,
#guarantee5 table td {
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding: 5px;
}

/*-----------------------
guarantee6
------------------------*/

#guarantee6 .title {
  height: 30px;
  background-color: #00a3d2;
  color: #fff;
  line-height: 30px;
  padding-left: 5px;
  margin-top: 50px;
}
#guarantee6 .text {
  text-align: right;
  margin-right: 5px;
}
#guarantee6 table {
  border-collapse: collapse;
  border: 2px solid #000;
}
#guarantee6 table th,
#guarantee6 table tr,
#guarantee6 table td {
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding: 5px;
}

/*-----------------------
guarantee7
------------------------*/

#guarantee7 .title {
  height: 30px;
  background-color: #00a3d2;
  color: #fff;
  line-height: 30px;
  padding-left: 5px;
  margin-top: 50px;
}
#guarantee7 .text {
  text-align: right;
  margin-right: 5px;
}
#guarantee7 table {
  border-collapse: collapse;
  border: 2px solid #000;
}
#guarantee7 table th,
#guarantee7 table tr,
#guarantee7 table td {
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding: 5px;
}

/*-----------------------
guarantee8
------------------------*/

#guarantee8 .title {
  height: 30px;
  background-color: #00a3d2;
  color: #fff;
  line-height: 30px;
  padding-left: 5px;
  margin-top: 50px;
}
#guarantee8 .text {
  text-align: right;
  margin-right: 5px;
}
#guarantee8 table {
  border-collapse: collapse;
  border: 2px solid #000;
}
#guarantee8 table th,
#guarantee8 table tr,
#guarantee8 table td {
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding: 5px;
}


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

/* --------------------------------
guidance
-------------------------------- */
#guidance {
  margin: 200px auto 100px;
  /* max-width: 500px; */
}
#guidance .img {
  text-align: center;
	margin-bottom: 30px;
}
#guidance .btn {
  background-color: #00a3d2;
  display: block;
  color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  font-size: 1.6rem;
  position: relative;
  border: 1px solid #00a3d2;
}
#guidance .btn::after {
  content: "";
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  position: absolute;
  top: 40px;
  right: 75px;
  transform: rotate(-45deg);
  transition: ease 0.3s;
}
#guidance .btn:hover {
  color: #00a3d2;
  background-color: #fff;
}
#guidance .btn:hover::after {
  border-right: 20px solid #00a3d2;
  right: 45px;
}
#guidance .btn .sp {
  display: none;
}
#guidance .google {
  font-size: 1.2rem;
  margin: 0 0 40px;
  display: inline-block;
}
#guidance .review {
  background-color: #fff;
  border: 1px solid #00a3d2;
  padding: 15px 35px 15px 15px;
  color: #00a3d2;
  border-radius: 10px;
  margin-left: 20px;
  position: relative;
  display: inline-block;
}
#guidance .review:hover {
  background-color: #00a3d2;
  color: #fff;
}
#guidance .review::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #00a3d2;
  border-right: 2px solid #00a3d2;
  position: absolute;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: ease 0.3s;
  top: 22px;
  right: 18px;
}
#guidance .review:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 10px;
}

/* --------------------------------
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: 5700px;
  }
  #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;
  }

    #service .link{
    flex-direction: column;
  }

  /* --------------------------------
  guidance
  -------------------------------- */
  #guidance {
    margin-top: 120px;
  }
  #guidance .btn .sp {
    display: block;
  }
  #guidance .btn {
    padding: 20px 20px;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  #guidance .btn::after {
    top: 42px;
    right: 50px;
  }
}


@media screen and (max-width: 530px) {
  #history .term .bar-2::before {
    height: 6500px;
  }
}
@media screen and (max-width: 480px) {
  #history .term .bar-2::before {
    height: 7000px;
  }
}
@media screen and (max-width: 360px) {
  #guidance .btn {
    padding: 20px 12px;
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  #guidance .btn::after {
    top: 37px;
    right: 20px;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
  }
  #guidance .btn:hover::after {
    border-right: 15px solid #00a3d2;
  }
}