@charset "UTF-8";
/*========================
page-common
========================*/
.page-head {
  height: 530px;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-head {
    height: 270px;
    margin-top: 99px;
  }
}

.head-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .head-text {
    transform: translateY(-50%) scale(0.8);
    transform-origin: left;
  }
}

/*========================
winery
========================*/
@media screen and (max-width: 767px) {
  .winery-page {
    margin-top: 99px;
  }
}
.winery-page .page-head {
  background-image: url(../img/head-winery.jpg);
}

.winery-page__content {
  padding: 100px 0 200px;
}
@media screen and (max-width: 767px) {
  .winery-page__content {
    padding: 60px 0 100px;
  }
}
.winery-page__content h2 {
  font-size: 20px;
  border-left: 24px solid #634D46;
  padding: 24px 0;
  padding-left: 25px;
  background: rgba(205, 184, 178, 0.8);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .winery-page__content h2 {
    margin-bottom: 40px;
  }
}

.winery-page__items {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 2%;
}
@media screen and (max-width: 767px) {
  .winery-page__items {
    gap: 20px;
  }
}

.winery-page__item {
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 5px;
  width: 49%;
  padding: 15px 25px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .winery-page__item {
    width: 100%;
  }
}
.winery-page__item p {
  width: calc(100% - 160px - 27px - 10px);
}
.winery-page__item .icon {
  width: 27px;
  margin-right: 5px;
}
.winery-page__item .logo {
  width: 160px;
  margin-left: auto;
}

/*========================
consulting
========================*/
.consulting-page .page-head {
  background-image: url(../img/head-consulting.jpg);
}

.consulting-section1 {
  margin: 116px 0 161px;
}
@media screen and (max-width: 767px) {
  .consulting-section1 {
    margin: 60px 0 80px;
  }
}

.consulting-section1__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .consulting-section1__wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.consulting-section1__wrap .content {
  width: 45.5%;
  margin-right: -60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .consulting-section1__wrap .content {
    margin-right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .consulting-section1__wrap .content {
    width: 100%;
    margin-right: 0;
  }
}
.consulting-section1__wrap .content h2 {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.consulting-section1__wrap .content p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  max-width: 463px;
}
.consulting-section1__wrap .img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .consulting-section1__wrap .img {
    width: 100%;
  }
}

.consulting-section2 {
  margin-bottom: 131px;
}
@media screen and (max-width: 767px) {
  .consulting-section2 {
    margin-bottom: 90px;
  }
}

.consulting-section2__box {
  background: #634D46;
  color: #fff;
  padding: 27px 0;
  position: relative;
  margin: 0 27px;
}
@media screen and (max-width: 767px) {
  .consulting-section2__box {
    margin: 0 12px;
    padding: 38px 15px;
  }
}
.consulting-section2__box::before, .consulting-section2__box::after {
  content: "";
  background: #EBD9D3;
  width: 225px;
  height: 228px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .consulting-section2__box::before, .consulting-section2__box::after {
    width: 100px;
    height: 100px;
  }
}
.consulting-section2__box::before {
  top: -24px;
  right: -24px;
}
@media screen and (max-width: 767px) {
  .consulting-section2__box::before {
    top: -12px;
    right: -12px;
  }
}
.consulting-section2__box::after {
  bottom: -24px;
  left: -24px;
}
@media screen and (max-width: 767px) {
  .consulting-section2__box::after {
    bottom: -12px;
    left: -12px;
  }
}
.consulting-section2__box .box-inner {
  max-width: 612px;
  margin: 0 auto;
}
.consulting-section2__box .box-inner h2 {
  font-size: 28px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .consulting-section2__box .box-inner h2 {
    font-size: 24px;
  }
}
.consulting-section2__box .box-inner li {
  margin-top: 23px;
  font-size: 22px;
  font-weight: 600;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .consulting-section2__box .box-inner li {
    font-size: 18px;
  }
}
.consulting-section2__box .box-inner li img {
  width: 21px;
  margin-right: 16px;
}

.consulting-section3 {
  background: #F8F8F8;
  padding: 68px 27px 55px;
}
@media screen and (max-width: 767px) {
  .consulting-section3 {
    padding: 30px 0;
  }
}

.consulting-section4 {
  margin: 85px 0 100px;
}
@media screen and (max-width: 767px) {
  .consulting-section4 {
    margin: 70px 0 80px;
  }
}

.consulting-section4__box {
  border-left: 10px solid #A5938E;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .consulting-section4__box {
    border-left: 6px solid #A5938E;
    margin-left: 10px;
  }
}
.consulting-section4__box .row {
  display: flex;
  align-items: center;
  gap: 63px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .consulting-section4__box .row {
    gap: 30px;
  }
}
.consulting-section4__box .row:not(:first-child) {
  margin-top: 15px;
}
.consulting-section4__box .row:nth-child(1) .num {
  background: #CCB8B2;
}
.consulting-section4__box .row:nth-child(1) .num::after {
  background: #CCB8B2;
}
.consulting-section4__box .row:nth-child(1) .text::before {
  background: #CCB8B2;
}
.consulting-section4__box .row:nth-child(2) .num {
  background: #836860;
}
.consulting-section4__box .row:nth-child(2) .num::after {
  background: #836860;
}
.consulting-section4__box .row:nth-child(2) .text {
  border-color: #836860;
}
.consulting-section4__box .row:nth-child(2) .text::before {
  background: #836860;
}
.consulting-section4__box .row:nth-child(3) .num {
  background: #40302B;
}
.consulting-section4__box .row:nth-child(3) .num::after {
  background: #40302B;
}
.consulting-section4__box .row:nth-child(3) .text {
  border-color: #40302B;
}
.consulting-section4__box .row:nth-child(3) .text::before {
  background: #40302B;
}
.consulting-section4__box .num {
  color: #fff;
  display: flex;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  margin-left: -44px;
  position: relative;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .consulting-section4__box .num {
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-left: -26px;
    padding-bottom: 3px;
  }
}
.consulting-section4__box .num::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 150px;
  z-index: -1;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .consulting-section4__box .num::after {
    height: 3px;
  }
}
.consulting-section4__box .text {
  background: #fff;
  border: 5px solid #CCB8B2;
  border-radius: 20px;
  font-size: 26px;
  padding: 65px 45px;
  font-weight: 500;
  width: calc(100% - 78px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .consulting-section4__box .text {
    font-size: 16px;
    width: calc(100% - 52px);
    border: 3px solid #CCB8B2;
    padding: 30px 15px;
    border-radius: 10px;
  }
}
.consulting-section4__box .text::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .consulting-section4__box .text::before {
    width: 10px;
    height: 10px;
    left: -8px;
  }
}

/*========================
company
========================*/
@media screen and (max-width: 767px) {
  .company-page {
    margin-top: 99px;
  }
}
.company-page .page-head {
  background-image: url(../img/head-company.jpg);
}

.company-page-section {
  padding: 48px 0 100px;
}
@media screen and (max-width: 767px) {
  .company-page-section {
    padding: 30px 0 48px;
  }
}

.company-page__heading {
  max-width: 952px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto 116px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-page__heading {
    margin: 0 auto 70px;
  }
}
.company-page__heading::after {
  content: "";
  background: #EBD7D3;
  height: 69px;
  width: 40vw;
  position: absolute;
  right: 0;
  margin-right: calc(50% - 50vw);
  bottom: -24px;
  z-index: -1;
}
.company-page__heading p {
  background: #634D46;
  text-align: right;
  padding: 34px 0 33px;
  padding-right: 415px;
  flex: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 950px) {
  .company-page__heading p {
    padding-right: 40vw;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company-page__heading p {
    padding-right: 0;
    padding-left: 20px;
    margin-left: 0;
    text-align: center;
    margin-right: 20px;
  }
}

.company-page__wrap .row {
  display: flex;
  margin-bottom: 40px;
}
.company-page__wrap .head {
  width: 34%;
  border-bottom: 3px solid #836860;
  padding-bottom: 4px;
  padding-right: 1em;
}
.company-page__wrap .no-head {
  border-bottom: none;
}
.company-page__wrap .body {
  width: 66%;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}
.company-page__wrap .body p img {
  width: 135px;
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  .company-page__wrap .body p img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .company-page__wrap .body a {
    margin-top: 5px;
    display: inline-block;
  }
}

/*========================
contact
========================*/
@media screen and (max-width: 767px) {
  .contact-page {
    margin-top: 99px;
  }
}
.contact-page .page-head {
  background-image: url(../img/head-contact.jpg);
}

.contact-page-section {
  padding: 48px 0 100px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-page-section {
    padding: 30px 0 48px;
  }
}

.company-page__heading {
  max-width: 952px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto 116px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-page__heading {
    margin: 0 auto 70px;
  }
}
.company-page__heading::after {
  content: "";
  background: #EBD7D3;
  height: 69px;
  width: 40vw;
  position: absolute;
  right: 0;
  margin-right: calc(50% - 50vw);
  bottom: -24px;
  z-index: -1;
}
.company-page__heading p {
  background: #634D46;
  text-align: right;
  padding: 34px 0 33px;
  padding-right: 415px;
  flex: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 950px) {
  .company-page__heading p {
    padding-right: 40vw;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company-page__heading p {
    padding-right: 0;
    padding-left: 20px;
    margin-left: 0;
    text-align: center;
    margin-right: 20px;
  }
}

.company-page__wrap .row {
  display: flex;
  margin-bottom: 40px;
}
.company-page__wrap .head {
  width: 34%;
  border-bottom: 3px solid #836860;
  padding-bottom: 4px;
  padding-right: 1em;
}
.company-page__wrap .no-head {
  border-bottom: none;
}
.company-page__wrap .body {
  width: 66%;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}
.company-page__wrap .body p img {
  width: 135px;
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  .company-page__wrap .body p img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .company-page__wrap .body a {
    margin-top: 5px;
    display: inline-block;
  }
}

/* 親 SCSS*/
.form {
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}
.form .form_wrap {
  background: #f5f5f5;
  padding: 60px 0;
  box-sizing: border-box;
  position: relative;
}

.form_frame_bg p.alert {
  position: absolute;
  top: 2px;
  right: 2px;
}

.form_inner {
  padding: 60px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.form_litst_item {
  margin-bottom: 30px;
}

.form_inner_heading h3 {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
}

/* SUBMITボタン 　SCSS*/
div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  background: #634D46;
  color: white;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: block;
  max-width: 291px;
  padding: 18px 20px;
  display: block;
  margin: 30px auto 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 3px 3px 6px black;
}
div.wpcf7 input.wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.7;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
div.wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}

/*チェックボックスカスタマイズ 　SCSS*/
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.wpcf7-checkbox label {
  display: flex;
  align-items: center;
}
.wpcf7-checkbox span {
  min-width: 220px;
  text-align: left;
  background: #F5F9FC;
  padding: 5px !important;
  margin: 0 15px 15px 0;
  border: 1px solid #D2DEE7;
}

/* ■コンタクトフォームCSS */
div.wpcf7 {
  padding: 0px;
  border-radius: 10px;
  margin: 0 0 0 0;
}
div.wpcf7 p {
  padding: 0 0 0;
  margin: 0;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
}
div.wpcf7 input {
  width: 100%;
  border: 1px solid #836860;
  padding: 14px;
  font-size: 14px;
  background: #fff;
  margin-bottom: 0;
}

.wpcf7 textarea {
  width: 100%;
  border: 1px solid #836860;
  padding: 14px;
  font-size: 14px;
  background: #fff;
  margin-bottom: 0;
}

div.wpcf7 textarea {
  width: 100%;
  height: 180px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid #000;
}

.wpcf7-captchac {
  border: 1px solid #ccc;
}

.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.wpcf7 .required {
  margin-left: 3px;
  padding: 0px 8px;
  color: #C02020;
  border-radius: 0;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.wpcf7 .any {
  margin-left: 3px;
  padding: 0px 8px;
  color: #005FA8;
  border-radius: 0;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #f9f9f9;
  box-shadow: none;
  color: #f9f9f9;
  font-size: 1em;
  transition: background-color 0.24s ease-in-out;
}

input,
select,
textarea {
  border: 1px solid #ccc;
  letter-spacing: 1px;
  margin: 0;
  padding: 14px 5px;
  width: 50%;
  background: white;
  resize: none;
  color: black;
  margin-top: 0;
  margin-right: 5px;
}

input {
  background: #F5F9FC;
  border: 1px solid #CCDAE4;
}
input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  box-sizing: border-box;
}

::-webkit-scrollbar-track {
  background-color: #ddd;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: #634D46;
  border-radius: 20px;
}

.privacy {
  max-width: 900px;
  border: 1px solid #634D46;
}
.privacy h2 {
  background-color: #634D46;
  color: white;
  font-size: 20px;
  padding: 20px;
  box-sizing: border-box;
}
.privacy .privacy_scroot_inner {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 350px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
}
.privacy .privacy_scroot_inner .privacy_desc p {
  font-size: 16px;
  font-weight: normal !important;
  line-height: 24px;
  color: #5a5a5a;
}
.privacy dt {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
.privacy dt p {
  margin-bottom: 0;
  font-size: 22px !important;
  color: #332824;
  font-weight: normal;
}
.privacy dd {
  margin-top: 10px;
}
.privacy dd p {
  font-size: 16px;
  font-weight: normal;
  color: #5a5a5a;
  line-height: 24px;
}

/*========================
post
========================*/
@media screen and (max-width: 767px) {
  .post-page {
    margin-top: 99px;
  }
}
.post-page .page-head {
  background-image: url(../img/head-contact.jpg);
}

.post-page-section {
  padding: 48px 0 100px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .post-page-section {
    padding: 30px 0 48px;
  }
}

.post-page__heading {
  max-width: 952px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto 116px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-page__heading {
    margin: 0 auto 70px;
  }
}
.post-page__heading::after {
  content: "";
  background: #EBD7D3;
  height: 69px;
  width: 40vw;
  position: absolute;
  right: 0;
  margin-right: calc(50% - 50vw);
  bottom: -24px;
  z-index: -1;
}
.post-page__heading p {
  background: #634D46;
  text-align: right;
  padding: 34px 0 33px;
  padding-right: 415px;
  flex: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 950px) {
  .post-page__heading p {
    padding-right: 40vw;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .post-page__heading p {
    padding-right: 0;
    padding-left: 20px;
    margin-left: 0;
    text-align: center;
    margin-right: 20px;
  }
}

.post-page-inner p {
  font-size: 16px;
  margin: 10px auto;
}
.post-page-inner h2 {
  font-size: 20px;
  color: #46352F;
  border-bottom: 2px solid #634D46;
  color: #634D46;
  margin-bottom: 15px;
}
.post-page-inner .blog_prev_next {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #634D46;
  margin-top: 30px;
}
.post-page-inner .pager a {
  background: #634D46;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  margin-top: 15px;
  display: block;
  border: 1px solid #634D46;
  padding: 10px;
}

.monthly-list {
  display: flex;
  justify-content: flex-start;
}
.monthly-list li {
  border: 1px solid #634D46;
  color: #634D46;
  box-shadow: 5px 5px 0;
  width: 100%;
  width: 285px;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  margin-right: 30px;
}
.monthly-list li :nth-child(4n) {
  margin-right: 0;
}

.archeve_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-top: 60px;
  justify-content: flex-start;
}
.archeve_wrapper .archeve_inner {
  border: 2px solid #634D46;
  padding: 20px 20px 80px 20px;
  box-sizing: border-box;
  color: #634D46;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 5%;
  position: relative;
}
.archeve_wrapper .archeve_inner:nth-child(3n) {
  content: "after";
  width: 30%;
  margin-right: 0;
}
.archeve_wrapper .archeve_inner .top {
  margin-bottom: 5px;
  font-size: 14px;
}
.archeve_wrapper .archeve_post_title h4 {
  margin-top: 10px;
  display: block;
}
.archeve_wrapper .archeve_post_title a {
  background: black;
  text-align: center;
  color: white;
  padding: 5px 0;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  width: 150px;
  margin-top: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  font-size: 22px;
  align-items: center;
}
.pagination .current {
  background: transparent linear-gradient(330deg, #634D46 0%, #D2CCCA 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  color: white;
  margin: 0 10px;
}
.pagination .next,
.pagination .prev {
  margin: 0 10px;
  font-size: 20px;
  font-size: 30px;
}
.pagination .page-numbers {
  margin: 0 10px;
}
.pagination .dots {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #332824;
}

body {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 2;
	background: #fff;
	overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*========================
common
========================*/
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.section-title {
  font-size: 33px;
  letter-spacing: 0.99px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 28px;
  }
}

/*========================
header
========================*/
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.header__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__inner {
    background: #fff;
    height: 99px;
    align-items: center;
  }
}

.header__logo {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 40%;
    max-width: 200px;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.89);
  padding: 0 30px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .header__nav {
    background: #fff;
    padding: 0;
    align-items: stretch;
    height: 99px;
  }
}
.header__nav a {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .header__nav a {
    display: none;
  }
  .header__nav a.lang {
    display: flex;
  }
}
.header__nav a img {
  width: 41px;
}
.header__nav a.lang {
  font-size: 22px;
}

.menu-btn {
  cursor: pointer;
  display: none !important;
  background: #634D46;
  color: #fff;
  font-size: 18px;
  width: 99px;
  align-items: center;
  justify-content: center;
}
.menu-btn::before {
  content: "MENU";
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu-btn {
    display: flex !important;
  }
}
.menu-btn.active::before {
  content: "CLOSE";
}

.drawer {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 99px;
  width: 100%;
  z-index: 10;
  height: calc(100vh - 99px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.drawer.active {
  opacity: 1;
  visibility: visible;
}

.drawer__box {
  background: #634D46;
  height: 100%;
  width: 50%;
  margin-left: auto;
  color: #fff;
  padding: 44px 23px 0;
}
@media screen and (max-width: 540px) {
  .drawer__box {
    width: 70%;
  }
}

.drawer__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}
.drawer__inner a {
  border-bottom: 1px solid #fff;
  font-size: 22px;
  padding-bottom: 10px;
  margin-top: 56px;
}
@media screen and (max-width: 540px) {
  .drawer__inner a {
    font-size: 18px;
  }
}

/*========================
mv
========================*/
.mv {
  background-image: url(../img/mv.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 97px;
    height: 50vh;
  }
}

.mv__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 78px;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    left: 20px;
  }
}
.mv__inner h1 {
  font-size: 70px;
  color: #fff;
  letter-spacing: 5.6px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mv__inner h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.mv__inner img {
  width: 215px;
}
@media screen and (max-width: 767px) {
  .mv__inner img {
    width: 140px;
  }
}

/*========================
news
========================*/
.news {
  padding-top: 142px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 64px;
  }
}

.news__wrap {
  max-width: 934px;
  margin: 0 auto;
}
.news__wrap .head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #634D46;
  padding-bottom: 8.5px;
}
.news__wrap .heading {
  font-size: 30px;
  letter-spacing: 2.4px;
}
.news__wrap .viewmore {
  background: #000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.66px;
  padding: 8px 10px 10px;
}
@media screen and (max-width: 767px) {
  .news__wrap .viewmore {
    font-size: 18px;
  }
}
.news__wrap .row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #634D46;
  padding: 25px 19px 25px 5px;
}
@media screen and (max-width: 767px) {
  .news__wrap .row {
    padding: 25px 14px 25px 5px;
  }
}
.news__wrap .row svg {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .news__wrap .row svg {
    margin-left: 10px;
  }
}
.news__wrap .date {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .news__wrap .date {
    width: 87px;
  }
}
.news__wrap .title {
  margin-left: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: calc(100% - 95px - 60px);
}
@media screen and (max-width: 767px) {
  .news__wrap .title {
    width: calc(100% - 95px - 15px);
  }
}

/*========================
about
========================*/
.about {
  padding-top: 162px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 80px;
  }
}
.about::before {
  content: "";
  position: absolute;
  height: 678px;
  top: 240px;
  left: 0;
  right: 0;
  background-color: #634D46;
  opacity: 0.08;
  transform: skewY(346deg);
  z-index: -1;
}

.about__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about__wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.about__wrap .img {
  width: 54.3%;
}
@media screen and (max-width: 767px) {
  .about__wrap .img {
    width: 100%;
  }
}
.about__wrap .content {
  width: 42.9%;
}
@media screen and (max-width: 767px) {
  .about__wrap .content {
    width: 100%;
  }
}
.about__wrap .content h2 {
  font-size: 28px;
  margin-bottom: 30px;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 767px) {
  .about__wrap .content h2 {
    margin-bottom: 20px;
  }
}
.about__wrap .content p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 400;
}

.course {
  display: flex;
  gap: 4%;
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .course {
    flex-direction: column;
    gap: 20px;
  }
}
.course .item {
  flex: 1;
  background: #634D46;
  color: #fff;
  padding: 40px;
  padding-bottom: 50px;
}
.course .item h3 {
  font-size: 25px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course .item h3 {
    font-size: 22px;
  }
}
.course .item p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 300;
}

/*========================
consulting
========================*/
.consulting {
  padding-top: 100px;
  padding-bottom: 239px;
}
@media screen and (max-width: 767px) {
  .consulting {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.consulting__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .consulting__wrap {
    flex-direction: column-reverse;
    margin-top: 40px;
    gap: 40px;
  }
}
.consulting__wrap .bg {
  position: absolute;
  max-width: 1501px;
  width: 100vw;
  transform: rotate(346deg) translateX(-50%);
  z-index: -1;
  top: -58px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .consulting__wrap .bg {
    top: 183px;
  }
}
.consulting__wrap .content {
  width: 36.75%;
}
@media screen and (max-width: 767px) {
  .consulting__wrap .content {
    width: 100%;
  }
}
.consulting__wrap .content h3 {
  font-size: 28px;
  margin-bottom: 17px;
}
.consulting__wrap .img {
  width: 49.75%;
}
@media screen and (max-width: 767px) {
  .consulting__wrap .img {
    width: 100%;
  }
}

/*========================
contact
========================*/
.contact {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-bottom: 100px;
  }
}
.contact .section-title {
  border-bottom: 3px solid #634D46;
  padding-bottom: 15px;
  margin-bottom: 46px;
}

.contact__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact__wrap {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.contact__wrap a {
  background: #46352F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 46.5%;
  padding-right: 1em;
  box-shadow: 10px 8px 10px rgba(172, 152, 152, 0.8705882353);
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .contact__wrap a {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .contact__wrap a {
    width: 100%;
    max-width: 480px;
  }
}
.contact__wrap a p {
  font-size: 20px;
  letter-spacing: 0.66px;
}
@media screen and (max-width: 767px) {
  .contact__wrap a p {
    font-size: 18px;
  }
}
.contact__wrap a p span {
  display: inline-block;
}
.contact__wrap a.telephone img {
  width: 82px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .contact__wrap a.tel img {
    width: 65px;
    margin-left: 10px;
    margin-right: 11px;
  }
}
.contact__wrap a.tel p {
  display: inline-block;
}
.contact__wrap a.mail img {
  width: 67px;
  margin-right: 32px;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .contact__wrap a.mail img {
    margin-left: 20px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact__wrap a.mail img {
    margin-left: 20px;
    margin-right: 16px;
    width: 50px;
  }
}

/*========================
footer
========================*/
.footer {
  display: flex;
  background: #634D46;
}
@media screen and (max-width: 767px) {
  .footer {
    flex-direction: column;
  }
}
.footer .img {
  background-image: url(../img/footer.jpg);
  background-position: right;
  background-size: cover;
  height: 463px;
  max-width: 685px;
  width: 35.6%;
}
@media screen and (max-width: 767px) {
  .footer .img {
    width: 100%;
    height: 200px;
  }
}
.footer .content {
  color: #fff;
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding-top: 96px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    padding-top: 50px;
  }
}

.footer__copy {
  position: absolute;
  margin-top: 100px;
  margin-left: min(6.09vw, 117px);
}
@media screen and (max-width: 767px) {
  .footer__copy {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
    margin-top: 60px;
  }
}/*# sourceMappingURL=style.css.map */