@charset "utf-8";
/* header */
header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.Header__Logo {
  width: 217px;
  padding-left: 50px;
}
.Header__Contact {
  width: 250px;
}
.Header__Text {
  padding-left: 20px;
  width: calc(100% - 467px);
  font-size: 1.4rem;
}
.Header__Contact a {
  background: #00b0dc;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-direction: column;
  height: 125px;
  gap: 2px;
  font-weight: 400
}
.Header__Contact a span {
  font-size: 1.0rem;
  letter-spacing: 2px;
  font-weight: 300
}
@media only screen and (max-width: 768px) {
  .Header__Logo {
    width: 100px;
    padding-left: 15px;
  }
  .Header__Contact {
    width: 110px;
  }
  .Header__Text {
    padding: 0 15px;
    width: calc(100% - 210px);
    font-size: 1.0rem
  }
  .Header__Contact a.sp {
    display: flex !important;
  }
  .Header__Contact a {
    height: 80px;
  }
  .Header__Contact a span {
    font-size: 1.0rem;
    letter-spacing: 2px;
    font-weight: 300
  }
}
/* mv */
.Mv {
  width: 100%;
  background: url("../images/mv_ftm.jpg") no-repeat right;
  background-size: auto 100%;
  padding: 280px 0 50px 0;
}
.Mv__Title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  display: inline;
  background: #fff;
  letter-spacing: 7px;
}
.Mv__Text {
  font-size: 1.6rem;
  display: inline;
  background: #fff;
  line-height: 2.8;
  font-weight: 400
}
@media only screen and (max-width: 768px) {
  .Mv {
    width: 100%;
    background: url("../images/mv_ftm_sp.jpg") no-repeat right top;
    background-size: 80% auto;
    padding: 220px 0 50px 0;
  }
  .Mv__Title {
    font-size: 2.7rem;
    letter-spacing: 3px;
  }
  .Mv__Text {
    line-height: 2.0;
  }
}
/* service */
.Service__Items {
  display: flex;
  justify-content: space-between;
  margin-top: 190px;
}
.Service__Title {
  width: 40%;
}
.Service__Contents {
  width: 60%;
}
.Title__Style__a {
  font-size: 1.4rem;
  color: #00b0dc;
  font-weight: 400
}
.Title__Style__en, .Service__Num {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  letter-spacing: 5px;
}
.Service__Item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}
.Service__Item:last-child {
  margin-bottom: 0px;
}
.Service__Pic {
  width: 40%;
}
.Service__Text {
  width: 55%;
}
.Title__Style__b {
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .Service__Items {
    margin-top: 60px;
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  .Service__Title {
    width: 100%;
  }
  .Service__Contents {
    width: 100%;
  }
  .Title__Style__a {}
  .Title__Style__en, .Service__Num {
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
  }
  .Service__Item {
    margin-bottom: 40px;
  }
  .Service__Pic {
    width: 47.5%;
  }
  .Service__Text {
    width: 47.5%;
  }
  .Title__Style__b {
    font-size: 1.8rem;
  }
}
/* Company */
.Tbl__Style__a td, .Tbl__Style__a th {
  font-weight: 300;
  padding: 40px 0 40px 40px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  .Tbl__Style__a td, .Tbl__Style__a th {
    padding: 20px 0 20px 20px;
  }
  .Tbl__Style__a th {
    white-space: nowrap;
    padding-left: 0;
  }
}
/* footer */
.Btn__Contact {
  margin-top: 200px;
  background: #003a48;
  padding: 80px 7%;
  text-align: center;
}
.Btn__Contact a {
  display: inline-block;
  width: 375px;
  padding: 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
}
footer {
  background: #002c37;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 50px 10%;
  font-size: 1.2rem;
  color: #768487;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .Btn__Contact {
    margin-top: 80px;
    padding: 60px 7%;
  }
  .Btn__Contact a {
    display: inline-block;
    width: auto;
    min-width: 80%;
    padding: 20px;
  }
  footer {
    flex-direction: column;
    grid-row-gap: 30px;
    align-items: center;
  }
}
/* contact */
.Contents__Title {
  color: #fff;
  background: url("../images/contact_ttl_bg.jpg") no-repeat left center;
  background-size: cover;
  text-align: center;
  padding: 100px 7%;
  font-size: 1.4rem;
}
.Contents__Title .en {
  font-size: 5.2rem;
  letter-spacing: 5px;
  font-family: "Noto Serif JP", serif;
}
.Contents__Wrap {
  padding: 130px 0 180px 0;
}
input[type=text], textarea {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 15px 25px;
  width: 100%;
}
.hissu {
  color: #fff;
  background: #e60000;
  font-size: 1.4rem;
  padding: 1px 10px;
}
.form__th {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.Form th {
  width: 280px;
}
.Form td {
  width: calc(100% - 280px);
}
.Btn__Wrap {
  margin-top: 80px;
  text-align: center;
}
input[type=submit], input[type=button] {
  color: #fff;
  padding: 15px;
  background: #00b0dc;
  width: 300px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .Contents__Title {
    background: url("../images/contact_ttl_bg.jpg") no-repeat left 50% center;
    background-size: cover;
    padding: 40px 7%;
  }
  .Contents__Title .en {
    font-size: 3.6rem;
    letter-spacing: 3px;
    line-height: 1
  }
  .Contents__Wrap {
    padding: 60px 0 80px 0;
  }
  input[type=text], textarea {
    padding: 10px 20px;
  }
  .hissu {
    font-size: 1.2rem;
  }
  .form__th {
    flex-direction: column;
    row-gap: 5px;
    align-items: flex-start;
  }
  .Form th {
    width: 110px;
  }
  .Form td {
    width: calc(100% - 110px);
  }
  .Btn__Wrap {
    margin-top: 40px;
  }
  input[type=submit], input[type=button] {
    padding: 10px;
    width: 170px;
  }
}
/*  */
@media only screen and (max-width: 768px) {}
/*  */
@media only screen and (max-width: 768px) {}
/*  */
@media only screen and (max-width: 768px) {}