@charset "UTF-8";

/*
  コンテンツ
*/

/***********************************************************
#1 コンテナー（コンテンツ見出し）
***********************************************************/
/* トップページヘッダー */
#c-catch {
  color: #333;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  /*position: absolute;
  bottom: 6rem;
  right: 5rem;*/
}
#c-catch #c-catch-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
}
#c-catch #c-catch-inner p.p01 {
  margin: auto 0.5em 0 auto;
  padding: 0 0 10px 10px;
  font-weight: 600;
  color: #ffffff;
  font-size: 6vw;
  line-height: 0.9em;
  letter-spacing: 0.05em;
  display: inline-block;
  background-image: linear-gradient(90deg, rgba(118, 158, 239, 1), rgba(118, 214, 233, 1));
  border-radius: 5px;
}
#c-catch #c-catch-inner p.p02 {
  margin: 0.5em 1em 1.5em auto;
  padding: 0 0 5px 5px;
  font-weight: 500;
  color: #769EEF;
  font-size: 3vw;
  letter-spacing: 0.05em;
  line-height: 0.9em;
  position: relative;
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
}

/* トップページ見出し */
.section_title h2 {
  font-size: 4.5rem;
  letter-spacing: 0.3rem;
  color: #555;
}
.subtitle {
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  margin: 3.5rem 0;
}

@media screen and (max-width: 1440px) {
#c-catch #c-catch-inner {
  height: 70vh;
}
#c-catch #c-catch-inner p.p01 {
  margin: auto 0.5em 20px auto;
}
#c-catch #c-catch-inner p.p02 {
  margin: 0 1em 2em auto;
}

}

@media screen and (max-width: 1024px) {
#c-catch #c-catch-inner {
  height: 600px;
} 
}

@media screen and (max-width: 768px) {
  #c-catch #c-catch-inner {
    height: 500px;
  } 
  #c-catch #c-catch-inner p.p01 {
    padding: 2px 0 7px 6px;
  }

}

@media screen and (max-width: 640px) {
  .section_title h2 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
  .subtitle {
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    margin: 1.5rem 0;
  }
}


@media screen and (max-width: 430px) {
#c-catch #c-catch-inner {
  height: 50vh;
}
#c-catch #c-catch-inner p.p01 {
  margin: auto 0.5em 10px auto;
  padding: 2px 0 6px 6px;
  font-size: 10vw;
}
#c-catch #c-catch-inner p.p02 {
  font-size: 5vw;
}

}

/* 下層ページヘッダー */
#c-catch-lower {
  color: #333;
  margin: 0;
  padding: 0;
/*  width: 100%;*/
/*  max-width: 100%;*/
  position: absolute;
  bottom: 6rem;
  left: 5rem;
}
#c-catch-lower #c-catch-inner-lower {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
/*  height: 60vh;*/
  display: flex;
  flex-direction: column;
}
#c-catch-lower #c-catch-inner-lower p.p01 {
  margin: auto 0.2em 0 auto;
  padding: 0 0 10px 10px;
  font-weight: 600;
  color: #ffffff;
  font-size: 5vw;
  line-height: 0.9em;
  letter-spacing: 0.05em;
  display: inline-block;
  background-image: linear-gradient(90deg, rgba(118, 158, 239, 1), rgba(118, 214, 233, 1));
  border-radius: 5px;
}
#c-catch-lower #c-catch-inner-lower p.p02 {
  margin: 0.5em auto 1em 0;
  padding: 0 0 5px 5px;
  font-weight: 500;
  color: #769EEF;
  font-size: 2vw;
  letter-spacing: 0.05em;
  line-height: 0.9em;
  position: relative;
  display: inline-block;
  background: #ffffff;
  border-radius: 3px;
}

/* 下層ページ見出し */
.section_head {
  margin: 3rem 0;
}
.section_head h2 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #555;
}
.section_head h2:before {
  content: "●";
  font-size: 1rem;
  color: #76D6E9;
  padding-right: 4px;
}
.subhead {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  color: #76D6E9;
  padding-left: 1.3rem;
}

@media screen and (max-width: 1440px) {
  #c-catch-lower {
    bottom: 9rem;
    left: 5rem;
  }
  #c-catch-lower #c-catch-inner-lower p.p01 {
    padding: 2px 1px 7px 2px;
  }
  #c-catch-lower #c-catch-inner-lower p.p02 {
    padding: 0 0 2px 1px;
  }
}

@media screen and (max-width: 1024px) {
  #c-catch-lower {
    bottom: 14rem;
    left: 5rem;
  }
  #c-catch-lower #c-catch-inner-lower p.p01 {
    padding: 2px 1px 6px 2px;
  }
  #c-catch-lower #c-catch-inner-lower p.p02 {
    padding: 0 0 2px 1px;
  }
}

@media screen and (max-width: 640px) {
  #c-catch-lower {
    bottom: 3rem;
    left: 2rem;
  }
  #c-catch-lower #c-catch-inner-lower p.p01 {
    padding: 2px 1px 5px 3px;
    font-size: 8vw;
    border-radius: 3px;
  }
  #c-catch-lower #c-catch-inner-lower p.p02 {
    margin: 0.5em auto 1em 0;
    padding: 0 0 2px 2px;
    font-size: 4vw;
    border-radius: 2px;
  }

  .section_head {
    margin: 2rem 0;
  }
}



/***********************************************************
#1 コンテナー（共通）
***********************************************************/
.lower_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 5rem auto;
}
.lower_wrap section {
  margin: 8rem 0;
}

@media screen and (max-width: 640px) {
  .lower_wrap {
    margin: 3rem auto;
  }
  .lower_wrap section {
    margin: 4rem 1.5rem 7rem 1.5rem;
  }
}

/***********************************************************
#1 About Us
***********************************************************/
#about_wrap {
  margin: 4rem auto 18rem auto;
}
.about_inner {
  background-image: linear-gradient(90deg, rgba(118, 214, 233, 1), rgba(118, 158, 239, 1));
  width: 90%;
  margin: 0 auto;
  padding: 5rem 6rem 7rem 3rem;
  border-radius: 2rem;
  color: #ffffff;
}
.about_box {
  max-width: 1000px;
  margin: 0 auto;
}
.about_inner .section_title h2 {
  color: #ffffff;
}
.about_contents {
  position: relative;
}
.about_contents .subtitle {
  margin: 2rem 0;
  font-weight: 500;
}
.about_contents .left {
  position: absolute;
  top: 100px;
  left: 4rem;
}
.about_contents .right {
  float: right;
  width: 40%;
}
.about_contents .left img {
  max-width: 400px;
  border-radius: 0.5rem;
}
.about_contents .right .text {
  padding: 1rem 0;
}
.detail_button {
  background: #fff;
  max-width: 200px;
  padding: 1rem 0.5rem 1rem 1rem;
  margin: 2rem 0;
  border-radius: 10px;
  color: #769EEF;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 1080px) {
  .about_contents .left {
    top: 140px;
    left: 2rem;
  }
  .about_contents .left img {
    max-width: 330px;
  }
}

@media screen and (max-width: 640px) {
  #about_wrap {
    margin: 2rem auto 0rem auto;
  }
  .about_inner {
    padding: 3rem 2rem 2rem 2rem;
    border-radius: 1.5rem;
  }
  .about_contents .subtitle {
    margin: 2rem 0;
    font-size: 1.5rem;
  }
  .about_contents .left {
    position: static;
    margin-top: 3.5rem;
  }
  .about_contents .right {
    float: none;
    width: 100%;
  }
  .about_contents .left img {
    width: 100%;
  }
}

/***********************************************************
#1 Contact
***********************************************************/
#contact_wrap {
  margin: 4rem auto 13rem auto;
}
.contact_inner {
  background: #ffffff;
  width: 90%;
  margin: 0rem auto;
  padding: 5rem 3rem 5rem 3rem;
  border-radius: 2rem;
}
.contact_box {
  max-width: 800px;
  margin: 0 auto;
}
.contact_inner .section_title {
  text-align: center;
}
.contact_form_wrap table tr {
  border: none;
}
.contact_form_wrap table th, .contact_form_wrap table td {
/*  display: block;*/
}
.contact_form_wrap .item_name span {
  color: #769EEF;
  font-weight: 500;
}
.smf-select-control__control {
  color: #333!important;
}
.contact_form_wrap button {
  color: #fff!important;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  background-image: linear-gradient(90deg, rgba(118, 214, 233, 1), rgba(118, 158, 239, 1))!important;
  display: inline-block;
  border-radius: 10px!important;
  width: 200px;
  margin: 0px auto;
  border: none!important;
  padding: 1rem!important;
}
.smf-item__description a {
  color: #333;
  text-decoration: underline;
}
.smf-progress-tracker {
  margin: 4rem 0!important;
}
.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background: #76D6E9!important;
}
.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  color: #76D6E9!important;
}



@media screen and (max-width: 640px) {
  #contact_wrap {
    margin: 2rem auto 4rem auto;
  }
  .contact_inner {
    padding: 4rem 2rem 2rem 2rem;
    border-radius: 1.5rem;
  }
  .contact_form_wrap table th, .contact_form_wrap table td {
    display: block;
  }
  .contact_form_wrap table th {
    padding: 0em 0.5em;
  }
  .contact_form_wrap table td {
    padding: 1em 0.5em 2em 0.5em;
  }
  .smf-progress-tracker {
    margin: 3rem 0 2rem 0!important;
  }

}

/***********************************************************
#1 Company
***********************************************************/
.contents_wrap {
  margin: 0 3rem;
}
.contents_wrap .lead {
  background: #769EEF;
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1rem;
  border-radius: 3px;
}
.contents_wrap .text {
  margin: 2rem 0;
}
.message_inner .contents_wrap {
  display: flex;
}
.message_inner .contents_wrap .left {
  width: 50%;
  margin-right: 4rem;
}
.message_inner .contents_wrap .right {
  width: 50%;
}
table {
  margin-bottom: 4rem;
}
table tr {
  border-bottom: solid 1px #D3D3D3;
}
table th {
  color: #769EEF;
  text-align: left;
  padding: 2.0em 0.5em;
  white-space: nowrap;
  font-weight: 500;
  vertical-align: middle;
}
table td {
  text-align: left;
  padding: 2.0em 0.5em;
}
table td.tel a {
  color: #333!important;
}

@media screen and (max-width: 640px) {
  .contents_wrap {
    margin: 0 1rem;
  }
  .contents_wrap .lead {
    font-size: 1.2rem;
  }
  .message_inner .contents_wrap {
    display: block;
  }
  .message_inner .contents_wrap .left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .message_inner .contents_wrap .right {
    width: 100%;
  }
  table {
    margin-bottom: 2rem;
  }

}











