@charset "UTF-8";
/* ---------------------------------------*/
/* keyvisual */
/* ---------------------------------------*/
#keyvisual {
  width: 100%;
  height: 718px;
  background: url(../img/keyvisual_bg.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #keyvisual {
    height: 490px;
  }
}

.keyvisual-logo {
  width: 287px;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .keyvisual-logo {
    width: 42%;
    top: 20px;
    left: 20px;
  }
}

.keyvisual-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.33;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .keyvisual-lead {
    font-size: 3rem;
  }
}

/* ---------------------------------------*/
/* passion */
/* ---------------------------------------*/
#passion {
  padding: 120px 0 180px;
  background: #EBE7E2;
}
#passion .section-heading {
  color: #fff;
  margin: 0 0 80px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #passion {
    padding: 60px 0 80px;
  }
  #passion .section-heading {
    text-align: center;
    margin: 0 0 50px;
  }
}

.passion-heading-02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.32;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .passion-heading-02 {
    font-size: 2.8rem;
    margin: 100vw auto 45px;
  }
}

.passion-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .passion-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.passion-lead__image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .passion-lead__image {
    width: 80%;
    position: absolute;
    top: 20vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.passion-lead__text {
  width: 54.7%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .passion-lead__text {
    width: 100%;
    margin: 0 0 40px;
  }
}

.passin-lead-list {
  margin: 0 0 1.5em;
}

.passin-lead-list__item {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
}
.passin-lead-list__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.passin-lead-list__item:last-child {
  margin: 0;
}

.passion-content {
  text-align: justify;
}

.passion-heading-03 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 30px;
}
.passion-heading-03 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFE201));
  background: linear-gradient(transparent 80%, #FFE201 80%);
}

.passion-heading-04 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  padding: 3px 10px;
  background: #4D372D;
  margin: 0 0 10px;
}

.passion-list__item {
  margin: 0 0 2em;
}

.passion-heading-05 {
  font-size: 1.6rem;
  font-weight: 400;
}

.passion-list-02__item, .passion-list-02-02__item {
  font-size: 1.6rem;
}

.passion-list-02-02__item {
  position: relative;
  padding: 0 0 0 1em;
}
.passion-list-02-02__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* ---------------------------------------*/
/* philosophy */
/* ---------------------------------------*/
#philosophy {
  padding: 120px 0;
  background: url(../img/philosophy_bg.jpg) no-repeat center/cover;
  text-align: left;
}
#philosophy .section-heading {
  color: #fff;
  position: relative;
  margin: 0 0 40px;
}
#philosophy p {
  color: #fff;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #philosophy {
    padding: 80px 0 60px;
  }
}

.philosophy-image-01 {
  width: 39%;
  position: absolute;
  top: -300px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .philosophy-image-01 {
    width: calc(100% - 40px);
    top: -145vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.philosophy-heading-02 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 10px;
}

.philosophy-list {
  margin: 0 0 40px;
  color: #fff;
}

.philosophy-list__item {
  padding: 0 0 0 1em;
  position: relative;
}
.philosophy-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.philosophy-list__item em {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}

/* ---------------------------------------*/
/* service */
/* ---------------------------------------*/
#service {
  padding: 130px 0;
  background: #EBE7E2;
}
#service .section-heading {
  font-size: 7rem;
  text-align: left;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #service {
    padding: 60px 0;
  }
  #service .section-heading {
    font-size: 4rem;
  }
}

.service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-content__text {
  width: 36%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .service-content__text {
    width: 100%;
    margin: 0 0 30px;
  }
}

.service-content__data {
  width: 60%;
}
.service-content__data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 1px #82A092;
  border-left: solid 1px #82A092;
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
}
.service-content__data dl dt {
  width: 14em;
  padding: 6px 10px;
  border-right: solid 1px #82A092;
  border-bottom: solid 1px #82A092;
}
.service-content__data dl dt sup {
  font-size: 70%;
}
.service-content__data dl dd {
  width: calc(100% - 14em);
  padding: 6px 10px;
  border-right: solid 1px #82A092;
  border-bottom: solid 1px #82A092;
}
.service-content__data small {
  display: block;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .service-content__data {
    width: 100%;
  }
  .service-content__data dl {
    font-size: 1.4rem;
  }
  .service-content__data dl dt {
    width: 9em;
  }
  .service-content__data dl dd {
    width: calc(100% - 9em);
  }
}

/* ---------------------------------------*/
/* about */
/* ---------------------------------------*/
#about {
  padding: 0 0 100px;
}
#about p {
  text-align: justify;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 0 0 60px;
  }
  #about p {
    margin: 0 0 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-heading {
  height: 250px;
  background: url(../img/about_heading_bg.jpg) no-repeat center/cover;
}
.about-heading .wrapper--wide {
  height: 100%;
}
.about-heading .section-heading {
  color: #fff;
  position: absolute;
  left: 50px;
  bottom: 0.05em;
}
@media screen and (max-width: 768px) {
  .about-heading {
    height: 100px;
  }
  .about-heading .section-heading {
    left: 20px;
  }
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .about-content {
    padding: 60px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-content__image {
  width: 27%;
}
@media screen and (max-width: 768px) {
  .about-content__image {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .about-data-area {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.about-content__text {
  width: 66%;
}
@media screen and (max-width: 768px) {
  .about-content__text {
    width: 100%;
    display: contents;
  }
}

.about-name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
  margin: 0 0 23px;
}
.about-name small {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .about-name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.about-data-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  margin: 0 0 10px;
}

.about-data {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2em;
  margin: 0 0 50px;
}
.about-data dt {
  width: 8em;
}
.about-data dd {
  width: calc(100% - 8em);
}
@media screen and (max-width: 768px) {
  .about-data {
    margin: 0 0 40px;
  }
}

/* ---------------------------------------*/
/* contact */
/* ---------------------------------------*/
#contact {
  padding: 120px 0;
  background: #EBE7E2;
}
#contact .section-heading {
  font-size: 7rem;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 60px 0;
  }
  #contact .section-heading {
    font-size: 4rem;
    margin: 0 0 30px;
  }
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin: 0 auto 10px;
}
.contact-list dt {
  font-size: 1.8rem;
}
.contact-list dt::after {
  content: "：";
}
.contact-list dd {
  font-size: 3rem;
  padding-right: 30px;
}
.contact-list dd:last-child {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .contact-list {
    display: block;
    margin: 0 0 30px;
  }
  .contact-list dt {
    font-size: 1.8rem;
  }
  .contact-list dt::after {
    display: none;
  }
  .contact-list dd {
    font-size: 2rem;
    padding-right: 0;
    margin: 0 0 20px;
  }
}

.cintact-list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  margin: 0 0 40px;
}
.cintact-list-02 dt::after {
  content: "／";
}
.cintact-list-02 dd {
  padding-right: 2em;
}
.cintact-list-02 dd:last-child {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cintact-list-02 {
    display: block;
    font-size: 1.3rem;
  }
  .cintact-list-02 dt {
    font-weight: 500;
  }
  .cintact-list-02 dt::after {
    display: none;
  }
  .cintact-list-02 dd {
    padding-right: 0;
    margin: 0 0 10px;
  }
}

.contact-logo-x {
  width: 30px;
  margin: 0 auto;
}