@charset "UTF-8";

/* 下層ページの共通設定 */
.sub-mv {
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sub-mv1 {
background: repeating-linear-gradient(-60deg, #FFD500, #FFD500 50px, #FFE24D 50px, #FFE24D 80px)
}
.sub-mv2 {
  background-color: #E50001;
  background: repeating-linear-gradient(-60deg, #FF0200, #FF0200 50px, #FF4D4D 50px, #FF4D4D 80px)
}
.sub-mv3 {
  height: 10px;
  background-color: #E50001;
}
.sub-mv h1 {
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline-block;
  border-bottom: 6px solid #000;
  padding: 0 20px;
  white-space: nowrap;
}
.sub-mv2 h1 {
  color: #fff;
  border-bottom: 6px solid #FFD500;
}
.sub-mv3 h1 {
  display: none;
}
.sub-mv .mv__inner {
  position: relative;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
 .sub-mv-img1 {
  position: absolute;
  width: 330px;
  bottom: 20px;
  left: 0;
 }
  .sub-mv-img2 {
  position: absolute;
  width: 110px;
  bottom: 120px;
  right: 250px;
 }
 .sub-mv2 .sub-mv-img1 {
  width: 345px;
  bottom: 0px;
  left: inherit;
  right: -200px;
  }
.sub-mv2 .sub-mv-img2 {
  width: 115px;
  left: 0;
  right: inherit;
  }
.section-title .sub-h2 {
  background-color: inherit;
  margin-bottom: 20px;
  padding-left: 0;
}
.sub-banner {
  padding: 80px 0;
}
@media screen and (max-width: 1600px) {
  .sub-mv2 .sub-mv-img1 {
      width: 260px;
      right: -40px;
  }
  .sub-mv2 .sub-mv-img2 {
    width: 90px;
    left: 80px;
}
}
@media screen and (max-width: 1250px) {
.sub-mv {
    height: 370px;
}
.sub-mv h1 {
  font-size: 45px;
}
.sub-mv3 {
  height: 10px;
}
.sub-mv1 .sub-mv-img1 {
  width: 28%;
  bottom: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.sub-mv1 .sub-mv-img2 {
  width: 12%;
  right: 10%;
  bottom: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.sub-mv2 .sub-mv-img1 {
    width: 23%;
    right: 0px;
}
.sub-mv2 .sub-mv-img2 {
    width: 10%;
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
}
}
@media screen and (max-width: 960px) {
  .sub-mv {
    height: 300px;
  }
  .sub-mv3 {
  height: 10px;
  }
  .sub-mv h1 {
  font-size: 36px;
  border-bottom-width: 4px;
  }
  .sub-banner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-mv {
    height: 230px;
  }
  .sub-mv3 {
  height: 10px;
  }
  .sub-mv h1 {
  font-size: 30px;
  border-bottom-width: 3px;
  }
  .sub-mv2 .sub-mv-img2 {
    left: 20px;
  }
}
@media screen and (max-width: 540px) {
  .sub-mv {
    height: 200px;
  }
  .sub-mv h1 {
  font-size: 24px;
  }
  .sub-mv3 {
  height: 10px;
  }
  .sub-mv2 .sub-mv-img2 {
    left: 20px;
    top: 30%;
  }
}
@media screen and (max-width: 390px) {
.sub-mv h1 {
  font-size: 20px;
}
.sub-mv2 .sub-mv-img1 {
    width: 30%;
}
}

/* contact お申し込みの流れ */
.top-flow {
  padding: 50px 0;
}
.top-flow .section-title {
  position: relative;
  width: 650px;
  height: 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-flow .section-title::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  height: 160px;
  background-image: url('../images/sub/triangle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.top-flow .section-title h2 {
  position: relative;
  z-index: 2;
  color: #333;
  text-align: center;
  padding-left: 0;
  width: 100%;
}
.top-flow .flow-img {
  width: 90px;
  position: absolute;
  top: 90px;
  left: 80px;
}
.flow-content {
  position: relative;
  z-index: 10;
}
.flow-content li h3 {
  font-family: lanobe;
  font-size: 28px;
  text-align: center;
  border: 3px solid #000;
  border-radius: 30px;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #fff;
}
.flow-textarea {
  margin-bottom: 20px;
}
.flow-textarea p {
  font-weight: bold;
  margin-bottom: 20px;
}
.flow-content li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #333;
  margin: 20px auto;
}
.flow-content li:last-child::after {
  display: none;
}
@media screen and (max-width: 960px) {
  .top-flow {
  padding: 30px 0;
  }
  .flow-content li h3 {
    font-size: 24px;
  }
  .flow-textarea p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-flow .section-title,.top-flow .section-title::before {
    width: 100%;
  }
  .flow-content li h3 {
    font-size: 16px;
  }
  .flow-textarea p {
    font-size: 14px;
  }
  .flow-content li::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #333
  }
}
  .top-flow .flow-img {
    width: 70px;
    top: 110px;
    left: 60px;
}
@media screen and (max-width: 540px) {
  .top-flow {
  padding: 0 0 30px;
  }
  .top-flow .flow-img {
    width: 50px;
    left: 0px;
  }
  .top-flow .section-title::before {
    top: 28px;
  }
  .top-flow .section-title h2 {
    font-size: 20px;
    top: 15px;
  }
}
@media screen and (max-width: 390px) {
  .top-flow .section-title {
    height: 130px;
  }
  .top-flow .section-title h2 {
    font-size: 16px;
    top: 22px;
    }
  .top-flow .section-title::before {
    top: 14px;
  }
  .top-flow .flow-img {
    top: 100px;
  }
}




/* contact お問い合わせ */
.top-contact {
  margin-top: 150px;
  background-color: #FEF7CB;
}
.top-contact .section-inner {
  padding-bottom: 50px;
}
.top-contact .section-title {
  position: relative;
  top: -30px;
  background-color: #FFD500;
  border-radius: 40px;
}
.top-contact .section-title h2 {
  margin-bottom: 0;
}
.top-contact .section-title img {
  left: inherit;
  right: -30px;
}
.contact-form {
  max-width: 1000px;
  margin: 0 auto;
}
.form-item {
  display: flex;
}
.contact-form-inner01,.contact-form-inner02 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
.contact-form-inner01 {
  margin-bottom: 40px;
}
.contact-form-inner02 {
  padding: 20px;
}
.form-inner01-textarea {
  background-color: #FEF7CB;
  padding: 15px;
  text-align: center;
}
.form-inner01-textarea p {
  color: #E50001;
  font-weight: bold;
}
.form-checkbox-group {
  padding: 15px 40px 20px;
}
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 7px;
  transform: rotate(45deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
}
.contact-form-inner01 label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.form-checkbox-group br {
  display: none;
}
.form-item dt {
  width: 31%;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  padding: 15px;
  color: #000;
  font-weight: bold;
}
.form-item .form-textarea-dt {
  align-items: inherit;
}
.form-item dt label {
  font-size: 16px;
}
.form-item dt label span {
  font-size: 14px;
  background-color: #E50001;
  color: #fff;
  padding: 6px;
  margin-right: 10px;
}
.form-item dt label .green {
    background-color: #06C755;
}
.form-item dd {
  width: 73%;
  display: flex;
  align-items: center;
  padding: 15px;
  color: #000;
  font-weight: bold;
}
.form-item dt p,.form-item dd p {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
}
.form-control {
  border: 1px solid #000;
  padding: 10px 15px;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
  text-align: left;
}
.form-control:focus,
.form-textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-textarea {
  border: 1px solid #000;
  width: 100%;
  height: 150px;
  padding: 10px 15px;
  font-size: 16px;
  text-align: left;
}
.submit-area {
  padding-top: 40px;
  text-align: center;
}
.submit-button {
  display: flex;
  align-items: center;
  font-size: 24px;
  background-color: #FFD500;
  padding: 15px;
  min-width: 360px;
  width: 360px;
  position: relative;
  margin: 0 auto;
  justify-content: center;
  border-radius: 40px;
  font-family: lanobe, sans-serif;
  font-style: normal;
  font-weight: 400;
  border: 2px solid #000;
  box-shadow: 3px 4px #000;
  transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
}
.submit-button:hover {
    box-shadow: 1px 1px 0 #000;
    transform: translateY(1px);
}
@media screen and (max-width: 960px) {
  .form-inner01-textarea p {
    font-size: 16px;
  }
  .contact-form-inner01 label {
    font-size: 16px;
  }
  .form-item dt {
    padding: 15px 0;
  }
  .form-item dt label {
    font-size: 14px;
  }
  .form-item dt label span {
    font-size: 10px;
  }
  .submit-button {
    font-size: 20px;
  }
  .form-item dt p,.form-item dd p {
  font-size: 14px;
}
}
@media screen and (max-width: 767px) {
  .form-inner01-textarea p {
    font-size: 14px;
  }
  .contact-form-inner01 label {
    font-size: 14px;
  }
  .form-item dt label {
    display: flex;
    flex-direction: column-reverse;
    font-size: 13px;
  }
  .form-item dt label span {
    width: 40px;
    text-align: center;
    padding: 4px;
    margin-top: 3px;
  }
  .form-item .form-textarea-dt {
    align-items: flex-start;
  }
  .form-item dt p,.form-item dd p {
  font-size: 13px;
}
}
@media screen and (max-width: 540px) {
  .form-inner01-textarea p {
    text-align: left;
  }
  .form-checkbox-group {
    padding: 15px 20px;
  }
  .contact-form-inner01 label {
    font-size: 13px;
    padding-left: 2.6rem;
    text-indent: -2.6rem;
  }
  .form-item {
    flex-direction: column;
  }
  .form-item dt {
    width: 100%;
    padding: 15px 0 0;
  }
  .form-item dt label {
    flex-direction: row;
    align-items: center;
  }
  .form-item dd {
    width: 100%;
    padding: 15px 0 0;
  }
  .form-control, .form-textarea {
    font-size: 14px;
  }
  .submit-area {
    padding-top: 20px;
  }
  .submit-button {
    font-size: 16px;
    width: 60%;
    min-width: 200px;
    padding: 10px;
  }
}
@media screen and (max-width: 390px) {
  .form-item dd {
    padding: 10px 0 0;
  }
  .form-textarea {
    height: 230px;
  }
  .form-control,.form-textarea {
    font-size: 13px;
    padding: 8px;
  }
}

/* company 会社概要 */
.top-company {
  padding: 80px 0;
}
.info-table {
  width: 100%;
}
.info-table th,.info-table td {
  padding: 30px 0;
  border-bottom: 2px dashed #000;
  font-size: 22px;
  font-family: lanobe;
}
.info-table th {
  width: 20%;
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
}
.info-table tr:last-child th,.info-table tr:last-child td {
  border-bottom: none;
}
.info-table td {
  text-align: left;
  padding-left: 50px;
  padding-right: 30px;
}
.table-br {
  display: none;
}
@media screen and (max-width: 1250px) {
.info-table th,.info-table td {
  font-size: 18px;
}
}
@media screen and (max-width: 960px) {
.top-company {
  padding: 40px 0;
}
.info-table th,.info-table td {
  font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.info-table th,.info-table td {
  padding: 20px 10px;
}
.info-table th {
    width: 30%;
}
}
@media screen and (max-width: 540px) {
.info-table th,.info-table td {
  padding: 15px 7px;
  font-size: 14px;
}
.table-br {
  display: block;
}
}
@media screen and (max-width: 390px) {
.info-table th,.info-table td {
  padding: 12px 5px;
  font-size: 12px;
}
.info-table th {
    width: 28%;
}
}

/* company 挨拶 */
.top-greeting {
  background-color: #FEF7CB;
  padding: 70px 0 40px;
}
.greeting-content {
  padding-top: 20px;
}
.greeting-content p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
.top-greeting {
  padding: 40px 0;
}
.greeting-content {
    padding-top: 0px;
}
}
@media screen and (max-width: 767px) {
  .greeting-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .greeting-content p {
    text-align: left;
  }
}
@media screen and (max-width: 390px) {
  .greeting-content p {
    font-size: 12px;
  }
}

/* notice 免責事項 */
.top-notice {
  padding-top: 60px;
}

/* notice 個人情報保護方針 */
.top-protection {
  padding-top: 110px;
  margin-bottom: 140px;
}
.notice-text {
  margin-bottom: 30px;
}
.notice-content ul li {
  position: relative;
  list-style-type: none;
  padding-left: 2.6rem;
  text-indent: -2.6rem;
  margin-bottom: 30px;
}
.notice-content ul li::before {
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:.8em;
  height: .8em;
  background: #000;
  border-radius: 50%;
  margin-right: 8px;
}
.protection-content p {
  margin-bottom: 30px;
}
.protection-textarea h3 {
  font-family: lanobe;
  margin-bottom: 10px;
}
.protection03 p {
  margin-bottom: 0;
}
.protection03 ul {
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 2rem;
}
.protection03 ul li {
}
@media screen and (max-width: 960px) {
.top-notice {
  padding-top: 40px;
}
.notice-text,.notice-content ul li {
  font-size: 16px;
}
.notice-content ul li {
  padding-left: 2.1rem;
  text-indent: -2.1rem;
}
.top-protection {
  padding-top: 40px;
  margin-bottom: 70px;
}
.protection-content p {
  font-size: 16px;
}
.protection03 ul li {
  font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.notice-text,.notice-content ul li {
  font-size: 14px;
}
.notice-content ul li {
  padding-left: 2rem;
  text-indent: -2rem;
}
.protection-textarea h3 {
  font-size: 16px;
}
.protection-content p {
  font-size: 14px;
}
}
