@charset "UTF-8";

body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
  font-weight: 300;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  font-family: "Shippori Mincho", serif;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #1d1d1d;
  overflow-x: hidden;
  background-color: #fff;
}

@font-face {
  font-family: "Playfair Display", serif;
  src: url(../font/Oswald-VariableFont_wght.ttf);
}

img {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  fill: currentColor;
  width: 100%;
  height: auto;
}

button {
  letter-spacing: 2px;
  cursor: pointer;
}

button:focus {
  outline: unset;
}

a {
  text-decoration: none;
  color: black;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1020px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.banner {
  position: relative;
  background: url(../img/banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-bottom: 170px;
}

.banner-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  width: 100%;
}


.banner .banner-logo {
  margin: 15px 30px;
  width: 150px;
}

.banner-item {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.banner-item__ttl {
  margin: 100px auto 0;
  text-align: center;
  font-weight: 100;
  display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-item__ttl h1 {
  -webkit-background-clip: text;
background-image: -webkit-gradient(
  linear,
  left top,
  right top,
  from(#F5F3EE),
  to(#CFCFCB)
);
background-image: linear-gradient(
  to right,
  #F5F3EE,
  #CFCFCB
);
  -webkit-text-fill-color: transparent;
  color: #464646;
  display: inline-block;
  font-size: 65px;
  line-height: 1.28571;
  padding-bottom: 20px;
  width: 80%;
  border-bottom: #eff2f5 1px solid;
}

.banner-item__ttl span{
  margin-top: 20px;
  font-size: 30px;
    font-family: "Playfair Display", serif;
    letter-spacing: 2px;
    color: #fff;

}

.banner-item__ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 30px;
}

.banner-item__ranking-col {
  position: relative;
  margin-right: 20px;
}

.banner-item__ranking-col:last-child {
  margin-right: unset;
}

.banner-item__ranking-col p {
  position: absolute;
  font-size: 30px;
  top: 60px;
  width: 172px;
  text-align: center;
}

.message {
  max-width: 1440px;
  margin: 100px auto 100px auto;
}

.message-col {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 50px;
}

.message-col__txt {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.message-col__txt-item {
  width: 600px;
}

.message-ttl{
font-weight: bold;
}

.message-ttl__txt h2{
  font-size: 45px;
  letter-spacing: 2px;
}

.message-ttl__txt span {
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: unset;
  letter-spacing: 2px;
}

.message-ttl span {
  position: relative;
    padding-bottom: 5px;
      font-size: 36px;
  font-weight: 300;
  font-family: "Playfair Display", serif;
  letter-spacing:2px;

}

.message-ttl span::after {
  content: "";
  border-bottom: 1px solid #662d91;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.message-col__txt-item-txt p {
  font-size: 18px;
  line-height: 2;
  margin-top: 25px;
  font-weight: 100;
}

.message-col__img {
  width: 35%;
  margin-right: 5vw;
}

.message-col__img img {
  width: 100%;
}

.message-col__name {
  margin: 20px 0 0 auto;
  font-weight: 100;
  width: 20%;
}

@media (max-width: 770px) {
  .message-col__name {
    margin: 20px 0 0;
    width: 100%;
  }
}

/* servce */

.service{
  margin-bottom: 500px;
}

.service-ttl {
  background-size: cover;
  width: 100%;
  padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.service-ttl__txt{
    color: #1d1d1d;

}

.service-ttl__txt h2 {
  font-size: 35px;
  letter-spacing: 2px;
}

.service-ttl__txt span {
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: unset;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: #662d91 1px solid;
}

.service_list{
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 100px;
  gap: 40px;
    justify-items: center;
  max-width: 1200px;
  width: 90%;
}

.service_list div h3{
  margin-bottom: 20px;
  font-size: 24px;
  padding-left: 40px;
}

.service_list div h3 span{
  font-family: "Playfair Display", serif;
  color: #662d91;
  font-weight: bold;
display: block;
position: relative;
    left: -40px;
    top: 30px;
    font-size: 20px;
    margin-bottom: 10px;
}

.service_list div h3 span::after{
  content: ' ';
position: absolute;
bottom: 0px;
left: 10px;
width: 0;
height: 0;
border: none;
border-left: 15px solid transparent;
border-bottom: 15px solid #8a8a8a;
z-index: -1;
}

/* company */
.company {
  position: relative;
}

.company-ttl {
  position: relative;
  background: url(../img/company_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 150px 0;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.company-ttl__txt {
  position: absolute;
  top: 50%;
  left: 52.5%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.company-ttl__txt {
  color: white;
}

.company-ttl__txt h2 {
  font-size: 35px;
  letter-spacing: 2px;
}

.company-ttl__txt span {
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: unset;
  letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: #662d91 1px solid;

}

.company-list table {
  margin: 50px auto;
  border-collapse: collapse;
  max-width: 1000px;
}

.company-list table tr {
  border-bottom: #ababab 1px solid;
}

.company-list table tr>td:nth-child(1) {
  padding: 20px 50px;
  background: rgb(150, 0, 176, 0.3);
  width: 250px;
}

.company-list table tr>td:nth-child(2) {
  padding: 20px 50px;
}

.contactUs {
  position: relative;
}

.contactUs-table {
  margin-top: 30px;
}

.contactUs-lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/contact_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 150px 0;
}

.contactUs-lead__ttl {
  position: absolute;
  left: 52.5%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.contactUs-lead__ttl h2 {
  font-size: 45px;
  font-weight: bold;
  color: white;
}

.contactUs-lead__ttl span {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: unset;
  color: white;
}

.contactUs-item {
  background-color: #eff2f5;
  padding: 210px 0 90px 0;
  margin-top: -150px;
}

.contactUs-item-group {
  max-width: 1100px;
  margin: 0 auto;
}

.contactUs-item-group>p {
  padding-left: 50px;
  font-size: 15px;
  font-weight: bold;
}

.contactUs-item-group>p span {
  color: #ff0000;
}

.contactUs-item-group__row {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-left: 50px;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contactUs-item-group__row-txt {
  width: 300px;
}

.contactUs-item-group__row-txt p {
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
}

.contactUs-item-group__row-txt p span {
  color: #ff0000;
}

.contactUs-item-group__row-tag {
  width: 700px;
}

.contactUs-item-group__row-tag input[type="text"],
.contactUs-item-group__row-tag input[type="email"],
.contactUs-item-group__row-tag input[type="phone"] {
  width: 100%;
  height: 50px;
  background-color: white;
  border: 1px solid white;
  font-size: 16px;
  color: #ababab;
  padding: 10px 20px;
}

.contactUs-item-group__row-tag textarea {
  width: 100%;
  background-color: white;
  border: 1px solid white;
  font-size: 16px;
  color: #ababab;
  padding: 10px 20px;
}

.contactUs-item-group__row-tag input:focus {
  outline: unset;
}

.contactUs-item-group__row-tag textarea:focus {
  outline: unset;
}

.contactUs-item-group button {
  width: 288px;
  color: black;
  background-color: #662d91;
  border-radius: 5px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #662d91;
  margin-top: 30px;
}

.privacy {
  margin-top: 50px;
  background-color: white;
  padding: 30px 30px 40px 30px;
}

.privacy p:nth-child(1) {
  font-weight: bold;
}

.privacyPdf {
  text-align: center;
  margin-top: 50px;
}

.privacyPdf a span {
  background-color: white;
  padding: 15px 30px;
  font-weight: bold;
}

.privacyPdf a span::before {
  content: "";
  background: url(../img/pdf_icon.png) no-repeat;
  background-size: cover;
  width: 21px;
  height: 25px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.privacyAgree {
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
}

.privacyAgree input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.privacyAgree label {
  vertical-align: top;
}

.privacyAgree label span {
  color: #ff0000;
}

.submit_btn {
  text-align: center;
}

.ft_logo{
  text-align: center;
}

.ft_logo img{
  width: 5vw;
  margin: 20px 0;
}

.footer {
  /* background: url(../img/footer_bg.jpg) no-repeat; */
  background-color: #662d91;
  /* background-size: cover; */
  padding: 5px 0 5px ;
}

/* .footer-item {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item__logo {
  width: 100%;
  text-align: center;
} */

.footer-copyright p {
  color: white;
  text-align: center;
  margin-top: 2px;
  font-size: 11px;
}

@media (max-width: 1550px) {
  .banner-item {
    padding-left: 60px;
  }
}

@media (max-width: 1200px) {
  .banner-item {
    padding-left: 30px;
  }

  .banner-item__ttl h1 {
    font-size: 60px;
  }

  .banner-item__ranking-col img {
    width: 80%;
  }

  .banner-item__ranking-col p {
    font-size: 24px;
    top: 50px;
    width: 137.59px;
  }

  .contactUs-lead__ttl h3 {
    font-size: 32px;
  }

  .contactUs-lead__ttl span {
    font-size: 22px;
  }

  .message-col__txt {
    justify-content: center;
  }

  .message-ttl p {
    font-size: 28px;
  }

  .message-col__txt-item {
    padding-right: 30px;
  }

  .message .message-col:nth-child(2) .message-col__txt {
    padding-left: 0px;
  }

  .company-ttl {
    width: 100%;
  }

  .company-ttl__txt {
    left: 50%;
  }

  .contactUs-lead {
    width: 100%;
  }

  .contactUs-lead__ttl {
    left: 50%;
  }
}

@media (max-width: 1140px) {
  .privacy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .banner-item__ttl h1 {
    font-size: 55px;
  }
}

@media (max-width: 1020px) {
  body {
    width: 100vw;
    overflow-x: scroll;
  }
}

@media (max-width: 970px) {


  .banner-top {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .banner .banner-logo {
    margin-top: 30px;
  }

  .banner-item__ttl h1 {
    font-size: 45px;
  }

    .message-col {
    justify-content: center;
  }

    .service{
      margin-bottom: 100px;
    }

    .service_list{
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .ft_logo img{
    width: 30vw;
        margin: 0px 0 30PX;
}}

@media (max-width: 768px) {
  body {
    width: unset;
    overflow-x: unset;
  }

  .banner-item__ttl h1 {
    font-size: 29px;
  }

  .banner-item__ranking-col {
    margin-right: unset;
  }

  .message{
    margin-top: 40px;
  }

  .message-col {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 0;
  }

  .message-col__txt {
    margin-top: 20px;
    width: 90%;
  }

  .message-col__txt-item {
    width: 100%;
  }

  .message-col__img {
    width: 60%;
    margin-right: 0;
  }

  .company-list table tr>td:nth-child(1) {
    padding: 10px 10px;
    width: 160px;
  }

  .company-list table tr>td:nth-child(2) {
    padding: 10px 10px;
  }

  .contactUs-item-group__row {
    margin-left: 20px;
    margin-right: 20px;
  }

}

@media (max-width: 700px) {
  .banner-item {
    padding-left: 10px;
  }

  .banner-item__ranking-col {
    width: 130px;
  }

  .banner-item__ranking-col p {
    font-size: 16px;
    top: 42px;
    width: 104px;
  }

  .banner-item__ranking-col img {
    width: 80%;
  }

  .message-col__txt {
    width: 94%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .message-ttl p {
    font-size: 24px;
  }

  .message-col__txt-item-txt p {
    font-size: 16px;
  }

  .company-ttl__txt h2 {
    font-size: 24px;
  }

  .company-ttl__txt span {
    font-size: 20px;
  }

  .company-ttl {
  position: relative;
  background: url(../img/company_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 150px 0;
    background-size: cover;
    text-align: center;
}

  .contactUs-lead__ttl h2{
    font-size: 24px;
  }

  .contactUs-lead__ttl span {
    font-size: 20px;
  }

  .contactUs-item-group>p {
    padding-left: 20px;
  }

  .contactUs-item-group__row {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactUs-item-group__row-txt {
    width: 100%;
  }

  .contactUs-item-group__row-txt p {
    padding-left: unset;
  }

  .contactUs-item-group__row-tag {
    width: 100%;
    margin-top: 15px;
  }

  .footer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* .footer-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding-left: 20px;
  }

  .footer-item__txt {
    width: 100%;
    margin-top: 40px;
  } */

  .footer-copyright p {
    margin-top: 2px;
  }

  .company-ttl {
    background-position: center;
  }
}

@media (max-width: 576px) {
  .company-ttl {
    padding: 90px 0;
  }

  .contactUs-lead {
    background-position: center;
    padding: 90px 0;
  }
}

@media (max-width: 500px) {
  .banner-item__ranking-col p {
    font-size: 16px;
    top: 39px;
    width: 98px;
  }
}

form .alert {
  display: none;
  color: red;
}

form .is-invalid+.alert {
  display: block;
}

form .privacyAgree.is-invalid .alert {
  display: block;
}

/*# sourceMappingURL=style.css.map */
