@charset "UTF-8";
/* CSS Document */
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0;
  padding: 0;
  background-color: #f5f4f3;
  color: #282828;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
  overflow: hidden;
}

/*---メインスライド部分---*/
main #main_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 600px;
}
main #main_image .swiper {
  width: 100%;
  height: 100%;
}
main #main_image .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
main #main_image .swiper-slide.slide01 img {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
main #main_image .swiper-slide.slide02 img {
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
}
main #main_image .swiper-slide.slide03 img {
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
}
main #main_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
main #main_logo {
  width: 220px;
  margin: 0 auto;
}
main #main_logo img {
  width: 100%;
}
main #catchcopy p {
  font-size: 32px;
  text-align: center;
}

/*---なみなみsvg(上)---*/
.custom-shape-divider-top-1723107833 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-top-1723107833 svg {
  position: relative;
  display: block;
  width: calc(144% + 1.3px);
  height: 134px;
}
.custom-shape-divider-top-1723107833 .shape-fill {
  fill: #f5f4f3;
}
.divider {
  position: relative;
}

/*---h2タイトル装飾---*/
main h2 {
  font-size: 48px;
  color: #8c6239;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
main h2 span {
  align-items: center;
  color: #8c6239;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  top: -13px;
}
main h2 span::before {
  content: '';
  display: inline-block;
  margin: 0 30px;
  width: 200px;
  height: 1px;
  background-color: #8c6239;
  margin-bottom: 5px;
}

/*---ABOUT COMPANY -会社紹介---*/
main #about_company #tite_left {
  text-align: left;
  margin: 100px 0 0 100px;
}
main #about_company {
  background-color: #fff;
  padding: 100px 0;
  text-align: center;
}
main #about_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px auto;
}
main #about_company #about_wrapper #illustration01 {
  margin: 0 auto;
}
main #about_company #about_wrapper #arrow img {
  width: 20%;
  margin: 50px 30px 0;
}
main #about_company #about_wrapper #about_explanation p {
  font-size: 20px;
  margin: 40px;
}
main #about_company #about_wrapper #about_explanation .marker {
  background: linear-gradient(transparent 50%, #ffffba 50%);
}
main #about_company #about_answer {
  display: flex;
  align-items: center;
  width: 800px;
  margin: 50px auto;
  background-color: #f3f8f8;
  padding: 30px 50px 30px 100px;
}
main #about_company #about_wrapper .support-list {
  list-style: none;
  padding: 0;
  width: 60%;
  margin: 0;
}
main #about_company #about_wrapper .support-list img {
  width: 20px;
  margin-right: 10px;
}
main #about_company #about_wrapper .support-list li {
  text-align: left;
  font-size: 20px;
  margin: 20px auto;
}
main #about_company #about_wrapper .instructor-image {
  width: 300px;
}
main #about_company #about_wrapper .instructor-image img {
  width: 100%;
}
main #about_company #about_wrapper #background_img_area {
  background-image: url("../img/about_background.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 50px 0;
}

/*---なみなみsvg(下)---*/
.custom-shape-divider-bottom-1723107618 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(360deg);
}
.custom-shape-divider-bottom-1723107618 svg {
  position: relative;
  display: block;
  width: calc(157% + 1.3px);
  height: 162px;
}
.custom-shape-divider-bottom-1723107618 .shape-fill {
  fill: #f5f4f3;
}

/*---COMPANY OVERVIEW-会社概要---*/
main #company_overview #tite_right {
  text-align: right;
  margin: 0px 100px 50px auto;
}
main #company_wrapper {
  width: 1000px;
  margin: 0 auto;
}
main #company_overview #flex_area {
  display: flex;
  justify-content: space-between;
  margin: 100px auto 50px;
}
main #company_overview .company_img {
  width: 45%;
  background-image: url("../img/company_overview01.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 300px 300px 0 0;
}
main #company_overview .company_information {
  border: 0.5px solid #603813;
  background-color: #ffffff;
  width: 40%;
  padding: 30px 5%;
}
main #company_overview .company_information table tr {
  font-size: 18px;
  letter-spacing: 3px;
}
main #company_overview table {
  border-collapse: collapse;
}
main table th, table td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
main #company_overview .company_information table th {
  font-weight: lighter;
  width: 150px;
}
main #company_overview .company_information table tr:last-child th, main #company_overview .company_information table tr:last-child td {
  border: none;
}
main #company_overview #googlemap {
  margin-top: 0px;
  text-align: center;
}
main #company_overview #googlemap iframe {
  width: 100%;
  max-width: 1000px;
  height: 400px;
}

/*---CONTACT-お問い合わせ---*/
main #contact_wrapper {
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
  width: 950px;
  margin: 0 auto;
  border-radius: 0px 145px 0px 145px;
  position: relative;
}
main #contact h2 {
  margin-top: -65px;
}
main #contact #introduction {
  font-size: 18px;
  margin: 50px 0;
}
main #contact #form_wrapper {
  width: 700px;
  margin: 0 auto;
  font-size: 18px;
}
main #contact #form_wrapper table {
  width: 100%;
  border-collapse: collapse;
}
main #contact #form_wrapper th, #form_wrapper td {
  text-align: left;
  padding: 15px 0;
}
main #contact #form_wrapper th {
  font-weight: lighter;
  width: 45%;
  vertical-align: top;
}
main #contact #form_wrapper td {
  width: 100%;
}
main #contact #form_wrapper table tr:last-child th, main #contact #form_wrapper table tr:last-child td {
  border: none;
}
main #contact #form_wrapper .required {
  border-radius: 20px;
  margin: 0 15px;
  padding: 3px 10px;
  display: inline-block;
  text-align: center;
  background: #e8797c;
  color: #fff;
  font-size: 14px;
}
main #contact #form_wrapper .input01 {
  width: 100%;
  border: none;
  outline: none;
  background: #f2f2f2;
  height: 30px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
main #contact .vertical {
  display: flex;
  flex-direction: column;
}
main #contact .vertical label {
  margin-bottom: 10px;
}
main #contact .textarea_inquiry {
  width: 100%;
  height: 150px;
  border: none;
  outline: none;
  background: #f2f2f2;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
main #contact .submit_input {
  background-color: #736357;
  color: #fff;
  padding: 20px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 50px 20px;
  width: 200px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  letter-spacing: 10px;
}
main #contact .submit_input:hover {
  opacity: 0.7;
  transition: 0.3s;
}
main #contact.confirm {
  margin: 150px auto;
}
main #contact.confirm p {
  margin: 50px auto;
  font-size: 16px
}
main #contact.confirm h3 {
  color: #8c6239;
  font-size: 20px;
}
main #contact .btn a {
  display: block;
  text-decoration: none;
  background-color: #736357;
  color: #fff;
  padding: 20px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 50px auto;
  width: 250px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  letter-spacing: 10px;
}
main #contact .btn a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/*---花装飾---*/
#flower01 {
  width: 1000px;
  margin: 30px auto 0;
}
#flower02 {
  width: 1000px;
  margin: 30px auto 12px;
}



@media (min-width: 1050px) {
  main #about_company #about_wrapper #background_img_area {
    background-size: contain; /* 1050px以上の場合にcontainに変更 */
  }
}



@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 90%;
  }
    
  /*---h2タイトル装飾---*/
  main h2 {
    font-size: 36px;
    color: #8c6239;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  main h2 span {
    align-items: center;
    color: #8c6239;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -8px;
  }
  main h2 span::before {
    content: '';
    display: inline-block;
    margin: 0 30px;
    width: 80px;
    height: 1px;
    background-color: #8c6239;
    margin-bottom: 5px;
  }
    
  /*---ABOUT COMPANY -会社紹介---*/
  main #about_company #tite_left {
    text-align: left;
    margin: 70px 0 0 30px;
  }
  main #about_company {
    background-color: #fff;
    padding: 100px 0;
    text-align: center;
  }
  main #about_wrapper {
    align-items: center;
    margin: 50px auto;
  }
  main #about_company #about_wrapper #illustration01 {
    width: 60%;
    margin: 0 auto;
  }
  main #about_company #about_wrapper #arrow img {
    width: 15%;
    margin: 50px 30px 0;
  }
  main #about_company #about_wrapper #about_explanation p {
    font-size: 16px;
    margin: 40px;
  }
  main #about_company #about_wrapper #about_explanation .marker {
    background: linear-gradient(transparent 50%, #ffffba 50%);
  }
  main #about_company #about_answer {
    display: block;
    align-items: center;
    width: 90%;
    margin: 0px auto;
    padding: 0;
    position: relative;
    background-color: transparent;
  }
  main #about_company #about_wrapper .support-list {
    list-style: none;
    padding: 20px 100px 20px 50px;
    background-color: #f3f8f8;
    margin: 0 auto;
  }
  main #about_company #about_wrapper .support-list img {
    width: 20px;
    margin-right: 10px;
  }
  main #about_company #about_wrapper .support-list li {
    text-align: left;
    font-size: 16px;
    margin: 20px auto;
  }
  main #about_company #about_wrapper .instructor-image {
    width: 245px;
    position: absolute;
    top: 150px;
    right: 7px
  }
  main #about_company #about_wrapper .instructor-image img {
    width: 80%;
  }
  main #about_company #about_wrapper #background_img_area {
    width: 100%;
    padding: 30px 0;
  }
    
  /*---COMPANY OVERVIEW-会社概要---*/
  main #company_overview #tite_right {
    margin: 0px 40px 0;
  }
  main #company_overview {
    width: 100%;
  }
  main #company_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  /* フレックスを無効にし、要素を縦に並べる */
  main #company_overview #flex_area {
    display: block; /* display: flex; を block に変更 */
    margin: 50px auto 50px;
  }
  main #company_overview .company_img {
    width: 100%; /* 幅を100%に設定 */
    height: 300px; /* 適切な高さを設定 */
    border-radius: 0 0 0 0;
    margin: 0 auto;
  }
  main #company_overview .company_information {
    width: 90%; /* テーブルの幅を100%に設定 */
    padding: 5px 15px;
    margin: 30px auto;
  }
  main #company_overview table {
    border-collapse: collapse;
    margin: 0 auto;
  }
  main #company_overview .company_information table tr {
    font-size: 16px;
  }
  main #company_overview .company_information table th {
    width: 35%;
  }
  main #company_overview .company_information table td {
    width: 45%;
  }
  main #company_overview #googlemap {
    margin-top: -20px;
    text-align: center;
  }
  main #company_overview #googlemap iframe {
    width: 100%;
    height: 300px;
  }
    
  /*---お問い合せ---*/
  main #contact {
    width: 100%;
  }
  main #contact_wrapper {
    width: 85%;
  }
  main #contact #introduction {
    font-size: 14px;
    margin: 30px 0;
  }
  main #contact #form_wrapper {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
  }
  main #contact #form_wrapper th, #form_wrapper td {
    display: block;
    border: none;
  }
  main #contact #form_wrapper th {
    width: 80%;
    padding: 25px 0 10px 0;
  }
  main #contact #form_wrapper td {
    padding: 0;
  }
  main #contact #form_wrapper .required {
    border-radius: 20px;
    margin: 0 10px;
    padding: 3px 10px;
    font-size: 14px;
  }
  main #contact .submit_input {
    padding: 15px 15px;
    margin: 30px 20px;
    width: 180px;
    font-size: 18px;
  }
    
  /*---花装飾---*/
  #flower01 {
    width: 80%;
    margin: 0 auto;
  }
  #flower02 {
    width: 80%;
    margin: 10px auto 12px;
  }
}



@media screen and (max-width:700px) {
    
  /*---メインスライド部分---*/
  main #catchcopy p {
    font-size: 24px;
    text-align: center;
  }
  main #main_image .swiper-slide.slide01 img {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  main #main_image .swiper-slide.slide02 img {
    width: 60%;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  main #main_image .swiper-slide.slide03 img {
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
    
  /*---h2タイトル---*/
  main h2 {
    font-size: 30px;
    background-position: center;
    color: #8c6239;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  main h2 span {
    align-items: center;
    width: 100%;
    color: #8c6239;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    top: -6px;
  }
  main h2 span::before {
    content: '';
    display: inline-block;
    /*margin: 0 15px;*/
    width: 50px;
    height: 1px;
    background-color: #8c6239;
  }
    
  /*---会社紹介---*/
  main #about_wrapper {
    margin: 50px auto 100px;
  }
  main #about_company #about_wrapper #illustration01 {
    width: 80%;
    padding: 0;
    margin: 0 auto;
  }
  main #about_company #about_wrapper .support-list {
    padding: 5px 15px;
    width: 300px;
  }
  main #about_company #about_wrapper .instructor-image {
    width: 150px;
    position: absolute;
    top: 250px;
    right: 7px;
  }
    
  /*---COMPANY OVERVIEW-会社概要---*/
  main #company_overview #tite_right {
    width: 300px;
    margin: 0 0 0 auto;
    padding: 0 30px 0 0;
  }
  main #company_overview {
    width: 100%;
  }
  main #company_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  /* フレックスを無効にし、要素を縦に並べる */
  main #company_overview #flex_area {
    display: block; /* display: flex; を block に変更 */
    margin: 50px auto 50px;
  }
  main #company_overview .company_img {
    width: 100%; /* 幅を100%に設定 */
    height: 300px; /* 適切な高さを設定 */
    border-radius: 0 0 0 0;
    margin: 0 auto;
  }
  main #company_overview .company_information {
    width: 90%; /* テーブルの幅を100%に設定 */
    padding: 5px 15px;
    margin: 30px auto;
  }
  main #company_overview table {
    border-collapse: collapse;
    margin: 0 auto;
  }
  main #company_overview .company_information table tr {
    font-size: 14px;
  }
  main #company_overview .company_information table th {
    width: 30%;
  }
  main #company_overview .company_information table td {
    width: 45%;
  }
  main #company_overview #googlemap {
    margin-top: -20px;
    text-align: center;
  }
  main #company_overview #googlemap iframe {
    width: 100%;
    height: 300px;
  }
    
  /*---お問い合わせ---*/
  main #contact_wrapper {
    border-radius: 0px 50px 0px 50px;
    margin-top: 100px;
  }
  main #contact #form_wrapper th {
    width: 100%;
    padding: 25px 0 10px 0;
  }
    
  /*---花装飾---*/
  #flower01 {
    display: none;
  }
    
    
    
  @media screen and (max-width:395px) {
    main #contact h2 {
      margin-top: -65px;
      width: 250px;
      text-align: center;
      margin: -65px auto 0;
    }
  }
}