@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Serif&family=Montserrat:wght@500;600&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*----------------------------------------------------------------------------
	section
----------------------------------------------------------------------------*/
.section_title {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
}
.section_title strong {
  position: relative;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .section_title strong {
    font-size: 7.733vw;
    margin-bottom: 7.467vw;
  }
}
.section_title strong::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 86px;
  height: 4px;
  background-color: #c80000;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .section_title strong::after {
    bottom: -4.267vw;
    width: 22.933vw;
    height: 1.067vw;
  }
}
.section_title span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.25em;
  margin-right: -0.25em;
}
@media screen and (max-width: 767px) {
  .section_title span {
    font-size: 3.467vw;
  }
}
.section_title.is-inver strong {
  color: #fff;
}
.section_title.is-inver strong::after {
  background-color: #ef9a75;
}
.section_title.is-inver span {
  color: #fff;
}

/*----------------------------------------------------------------------------
	hero
----------------------------------------------------------------------------*/
.hero {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 75%;
  background-size: cover;
  background-image: url(../images/index/hero_bg.jpg);
}
@media screen and (max-width: 767px) {
  .hero {
    background-position: center bottom;
    background-size: 100% auto;
    background-image: url(../images/index/sp/hero_bg.jpg);
  }
}
.hero .inner {
  height: 751px;
  padding-top: 227px;
}
@media screen and (max-width: 767px) {
  .hero .inner {
    height: auto;
    padding-top: 38.933vw;
    padding-right: 5.333vw;
    padding-bottom: 77.333vw;
    padding-left: 5.333vw;
  }
}
.hero_copy {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .hero_copy {
    margin-bottom: 7.467vw;
  }
}
.hero_copy span {
  display: inline-block;
  font-family: "PT Serif", serif;
  font-size: 77px;
  font-size: 7.7rem;
  font-weight: 400;
  color: #c80110;
  letter-spacing: -0.011em;
}
@media screen and (max-width: 767px) {
  .hero_copy span {
    font-size: 18.933vw;
    line-height: 0.9296;
  }
}
.hero_text span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  line-height: 1.6429;
  letter-spacing: 0.28em;
  margin-right: -0.28em;
}
@media screen and (max-width: 767px) {
  .hero_text span {
    font-size: 3.2vw;
    line-height: 1.6667;
  }
}
.hero_text.is-en span {
  letter-spacing: 0.14em;
  margin-right: -0.14em;
}

/*----------------------------------------------------------------------------
	about
----------------------------------------------------------------------------*/
.about .inner {
  padding-top: 104px;
  padding-bottom: 127px;
}
@media screen and (max-width: 767px) {
  .about .inner {
    max-width: 100%;
    padding-top: 16vw;
    padding-right: 5.333vw;
    padding-bottom: 16vw;
    padding-left: 5.333vw;
  }
}
.about_title {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .about_title {
    margin-bottom: 10.667vw;
  }
}
.about_caption {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .about_caption {
    margin-bottom: 8vw;
  }
}
.about_caption p {
  font-size: 22px;
  font-size: 2.45rem;
  font-weight: 500;
  color: #000;
  line-height: 1.8182;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_caption p {
    font-size: 4.8vw;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.7778;
    text-align: left;
  }
}
.about_button {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}
.about_button a {
  display: grid;
  place-content: center;
  place-items: center;
  width: 244px;
  height: 46px;
  background-color: #362e2b;
  border-radius: 23px;
  box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .about_button a {
    width: 65.067vw;
    height: 12.267vw;
    border-radius: 6.133vw;
  }
}
.about_button a span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about_button a span {
    font-size: 4.267vw;
  }
}

/*----------------------------------------------------------------------------
	message
----------------------------------------------------------------------------*/
.message {
  background-color: #fff;
}
.message .inner {
  padding-top: 70px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .message .inner {
    padding-top: 15.467vw;
    padding-bottom: 9.067vw;
  }
}
.message .field {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .message .field {
    padding-top: 12vw;
  }
}
.message_copy {
  text-align: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .message_copy {
    margin-bottom: 8.533vw;
  }
}
.message_copy p {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 700;
  color: #857459;
  line-height: 1.3784;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .message_copy p {
    font-size: 5.867vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
}
.message_text {
  width: 630px;
  text-align: center;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .message_text {
    width: 100%;
    padding-right: 5.333vw;
    padding-left: 5.333vw;
    margin-bottom: 10.667vw;
  }
}
.message_text p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .message_text p {
    font-size: 4.267vw;
  }
}
.message_text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.message_ceo {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
}
.message_ceo small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .message_ceo small {
    font-size: 3.2vw;
    margin-bottom: 4.267vw;
  }
}
.message_ceo img {
  width: 126px;
}
@media screen and (max-width: 767px) {
  .message_ceo img {
    width: 33.6vw;
  }
}
.message_ceo span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #a6937c;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .message_ceo span {
    font-size: 3.2vw;
    margin-top: 4.267vw;
  }
}

/*----------------------------------------------------------------------------
	business
----------------------------------------------------------------------------*/
.business {
  background-color: transparent;
  background-repeat: repeat;
  background-image: url(../images/common/stripe_brown.png);
}
.business .inner {
  max-width: 1030px;
  padding-top: 87px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .business .inner {
    max-width: 100%;
    padding-top: 13.333vw;
    padding-right: 5.333vw;
    padding-bottom: 8vw;
    padding-left: 5.333vw;
  }
}
.business_title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .business_title {
    margin-bottom: 8vw;
  }
}
.business_caption {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .business_caption {
    margin-bottom: 10.667vw;
  }
}
.business_caption p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6154;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .business_caption p {
    font-size: 3.467vw;
    margin-right: -0.14em;
  }
}
@media screen and (max-width: 767px) {
  .business_caption p br {
    display: none;
  }
}
.business_caption.is-en p {
  letter-spacing: 0.07em;
}
.business_btn {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 24px;
}
.business_btn.is-dev {
  -moz-justify-content: center;
  justify-content: center;
}
.business_btn.is-dev button:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .business_btn {
    display: none;
  }
}
.business_btn button.is-active, .business_btn button:hover {
  background-color: #f39877;
}
.business_btn button.is-active span, .business_btn button:hover span {
  color: #fff;
}
.business_btn button {
  position: relative;
  -moz-flex: 0 0 241px;
  flex: 0 0 241px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 13px;
  background-color: #362e2b;
  transition: background-color 0.4s ease;
}
.business_btn button::before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 8px;
  transform: translate(0, -50%);
  background-image: url(../images/common/arr_down.svg);
}
.business_btn button strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.25em;
  margin-right: -0.25em;
  margin-bottom: 7px;
}
.business_btn button span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #f39b75;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  transition: color 0.4s ease;
}
.business_btn button.is-active::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #f39877 transparent transparent transparent;
  transform: translate(-50%, 0);
}
.business_btn button.is-en {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.business_btn button.is-en strong {
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
  margin-bottom: 0;
}
.business .field {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .business .field {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.business_accordion {
  display: none;
}
@media screen and (max-width: 767px) {
  .business_accordion {
    display: block;
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .business_accordion button {
    position: relative;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 3.2vw;
    padding-bottom: 3.467vw;
    background-color: #362e2b;
  }
}
@media screen and (max-width: 767px) {
  .business_accordion button::before {
    content: "";
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 50%;
    right: 3.733vw;
    width: 3.733vw;
    height: 2.133vw;
    transform: translate(0, -50%);
    background-image: url(../images/common/arr_down.svg);
  }
}
@media screen and (max-width: 767px) {
  .business_accordion button strong {
    font-size: 4.267vw;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.25em;
    margin-right: -0.25em;
    margin-bottom: 1.867vw;
  }
}
@media screen and (max-width: 767px) {
  .business_accordion button span {
    font-size: 2.667vw;
    font-weight: 500;
    color: #f39b75;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
  }
}
.business_accordion button.is-active {
  background-color: #f39877;
}
.business_accordion button.is-active span {
  color: #fff;
}
.business_accordion button.is-active::after {
  content: "";
  position: absolute;
  bottom: -4.267vw;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4.267vw;
  border-right-width: 3.2vw;
  border-left-width: 3.2vw;
  border-color: #f39877 transparent transparent transparent;
  transform: translate(-50%, 0);
}
.business_accordion button.is-en {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.business_accordion button.is-en strong {
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
  margin-bottom: 0;
}
.business_box {
  display: none;
}
@media screen and (max-width: 767px) {
  .business_box {
    background-color: #fff;
    padding-top: 13.333vw;
    padding-right: 4.533vw;
    padding-bottom: 18.133vw;
    padding-left: 4.533vw;
    border-radius: 5.333vw;
    margin-bottom: 12vw;
  }
}
.business_box.is-active {
  display: block;
}
.business_headline {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .business_headline {
    text-align: center;
    margin-bottom: 6.667vw;
  }
}
.business_headline strong {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.25em;
  margin-right: -0.25em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .business_headline strong {
    font-size: 7.467vw;
    margin-bottom: 2.667vw;
  }
}
.business_headline span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #f39b75;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (max-width: 767px) {
  .business_headline span {
    font-size: 2.667vw;
  }
}
.business_headline.is-en strong {
  letter-spacing: 0.08em;
  margin-right: -0.08em;
  margin-bottom: 0;
}
.business_sub_caption {
  text-align: center;
}
.business_sub_caption p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .business_sub_caption p {
    font-size: 3.733vw;
  }
}
.business_sub_caption.is-en p {
  letter-spacing: 0.07em;
}
.business_content {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .business_content {
    padding-top: 13.333vw;
    padding-bottom: 0;
  }
}
.business_content_box {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-right: 84px;
  padding-left: 92px;
}
@media screen and (max-width: 767px) {
  .business_content_box {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}
.business_content_box:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .business_content_box:not(:last-child) {
    margin-bottom: 10.667vw;
  }
}
.business_content_box-photo {
  -moz-flex: 0 0 415px;
  flex: 0 0 415px;
  width: 415px;
  height: 282px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-right: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .business_content_box-photo {
    width: 100%;
    height: 59.733vw;
    padding-top: 2.133vw;
    padding-right: 2.133vw;
    padding-bottom: 2.133vw;
    padding-left: 2.133vw;
    margin-right: 0;
    margin-bottom: 8.8vw;
  }
}
.business_content_box-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_content_box-about {
  -moz-flex: 1;
  flex: 1;
}
.business_content_box-headline {
  padding-top: 2px;
  padding-bottom: 5px;
  padding-left: 17px;
  border-left: 5px solid #c80110;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .business_content_box-headline {
    padding-top: 0;
    padding-right: 4vw;
    padding-bottom: 1.333vw;
    padding-left: 4.8vw;
    border-left-width: 1.333vw;
    margin-bottom: 4.8vw;
  }
}
.business_content_box-headline span {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (max-width: 767px) {
  .business_content_box-headline span {
    font-size: 5.867vw;
    line-height: 1.3636;
  }
}
.business_content_box-headline.is-en span {
  letter-spacing: 0;
  margin-right: 0;
}
.business_content_box-text {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .business_content_box-text {
    margin-bottom: 8.533vw;
  }
}
.business_content_box-text p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.6154;
  /*text-align: justify;
  text-justify: inter-ideograph;*/
}
@media screen and (max-width: 767px) {
  .business_content_box-text p {
    font-size: 3.467vw;
  }
}
.business_content_box-text.is-en p {
  letter-spacing: 0;
}
.business_content_box-more {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.business_content_box-more a {
  position: relative;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  padding-top: 7px;
  padding-right: 36px;
  padding-bottom: 7px;
  padding-left: 36px;
  border-radius: 1px;
  background-color: #c80110;
}
@media screen and (max-width: 767px) {
  .business_content_box-more a {
    padding-top: 1.867vw;
    padding-right: 9.6vw;
    padding-bottom: 1.867vw;
    padding-left: 9.6vw;
  }
}
.business_content_box-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .business_content_box-more a::after {
    right: 2.667vw;
    width: 1.333vw;
    height: 1.333vw;
  }
}
.business_content_box-more a span {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .business_content_box-more a span {
    font-size: 2.933vw;
  }
}
.business_more {
  width: 824px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .business_more {
    display: none;
  }
}
.business_more-headline {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.business_more-headline::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.business_more-headline span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  letter-spacing: 0.05em;
  padding-right: 26px;
  padding-left: 26px;
  margin-right: -0.05em;
}
.business_more_btn {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}
.business_more_btn button {
  position: relative;
  -moz-flex: 0 0 241px;
  flex: 0 0 241px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 13px;
  background-color: #362e2b;
  transition: background-color 0.4s ease;
}
.business_more_btn button:nth-child(2) {
  margin-right: 21px;
  margin-left: 21px;
}
.business_more_btn button::before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 8px;
  transform: translate(0, -50%);
  background-image: url(../images/common/arr_up.svg);
}
.business_more_btn button strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.25em;
  margin-right: -0.25em;
  margin-bottom: 7px;
}
.business_more_btn button span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #f39b75;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  transition: color 0.4s ease;
}
.business_more_btn button:hover {
  background-color: #f39877;
}
.business_more_btn button:hover span {
  color: #fff;
}
.business_more_btn button.is-en {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.business_more_btn button.is-en strong {
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------
	company
----------------------------------------------------------------------------*/
.company {
  background-color: #fff;
}
.company .inner {
  padding-top: 57px;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .company .inner {
    padding-top: 12.267vw;
    padding-bottom: 10.667vw;
  }
}
.company .field {
  width: 612px;
  padding-top: 43px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .company .field {
    width: 100%;
    padding-top: 11.467vw;
    padding-right: 5.333vw;
    padding-left: 5.333vw;
  }
}
.company_item {
  display: -moz-flex;
  display: flex;
}
.company_item:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .company_item:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.company_item-headline {
  -moz-flex: 0 0 128px;
  flex: 0 0 128px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 11px;
  background-color: #857459;
}
@media screen and (max-width: 767px) {
  .company_item-headline {
    flex-basis: 18.667vw;
    padding-top: 2.667vw;
    padding-bottom: 2.933vw;
  }
}
.company_item-headline span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4615;
  letter-spacing: 0.25em;
  margin-right: -0.25em;
}
@media screen and (max-width: 767px) {
  .company_item-headline span {
    font-size: 3.2vw;
    line-height: 1.3333;
    text-align: center;
  }
}
.company_item-headline.is-en {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company_item-headline.is-en {
    flex-basis: 30.4vw;
  }
}
.company_item-headline.is-en span {
  letter-spacing: 0;
  margin-right: 0;
}
.company_item-body {
  -moz-flex: 1;
  flex: 1;
  padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 11px;
  padding-left: 18px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .company_item-body {
    padding-top: 2.667vw;
    padding-right: 2.667vw;
    padding-bottom: 2.933vw;
    padding-left: 2.667vw;
  }
}
.company_item-body.is-height {
  padding-top: 42px;
  padding-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .company_item-body.is-height {
    padding-top: 2.667vw;
    padding-bottom: 2.933vw;
  }
}
.company_item-body p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4615;
}
@media screen and (max-width: 767px) {
  .company_item-body p {
    font-size: 3.2vw;
    line-height: 1.3333;
  }
}
.company_item-body p:not(:last-child) {
  margin-bottom: 2em;
}
.company_item-body p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .company_item-body p a:hover {
    text-decoration: none;
  }
}

/*----------------------------------------------------------------------------
	access
----------------------------------------------------------------------------*/
.access {
  background-color: transparent;
  background-repeat: repeat;
  background-image: url(../images/common/stripe_white.png);
}
.access .inner {
  padding-top: 84px;
  padding-bottom: 86px;
}
@media screen and (max-width: 767px) {
  .access .inner {
    padding-top: 16vw;
    padding-bottom: 13.333vw;
  }
}
.access .field {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-top: 27px;
}
@media screen and (max-width: 767px) {
  .access .field {
    display: block;
    padding-top: 13.867vw;
    padding-right: 5.333vw;
    padding-left: 5.333vw;
  }
}
.access_box {
  -moz-flex: 0 0 482px;
  flex: 0 0 482px;
}
@media screen and (max-width: 767px) {
  .access_box:not(:last-child) {
    margin-bottom: 13.333vw;
  }
}
.access_map {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .access_map {
    margin-bottom: 4vw;
  }
}
.access_map iframe {
  width: 100%;
  height: 341px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .access_map iframe {
    height: 63.2vw;
  }
}
.access_item {
  padding-right: 4px;
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .access_item {
    padding-right: 0;
    padding-left: 0;
  }
}
.access_item-headline {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .access_item-headline {
    margin-bottom: 2.133vw;
  }
}
.access_item-headline span {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3846;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .access_item-headline span {
    font-size: 3.467vw;
  }
}
.access_item-headline span::before {
  content: "●";
}
.access_item-body p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  line-height: 1.3846;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .access_item-body p {
    font-size: 3.467vw;
    margin-bottom: 5.333vw;
  }
}
.access_list-item:not(:last-child) {
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .access_list-item:not(:last-child) {
    margin-bottom: 2.133vw;
  }
}
.access_list-item span {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  line-height: 1.3846;
}
@media screen and (max-width: 767px) {
  .access_list-item span {
    font-size: 3.467vw;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.access_list-item span::before {
  content: "・";
}

/*----------------------------------------------------------------------------
	create
----------------------------------------------------------------------------*/
.create {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/index/create_bg.jpg);
}
.create .inner {
  padding-top: 142px;
  padding-bottom: 147px;
}
@media screen and (max-width: 767px) {
  .create .inner {
    padding-top: 35.733vw;
    padding-bottom: 43.467vw;
  }
}
.create_text {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
}
.create_text strong {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.01em;
  margin-right: -0.01em;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .create_text strong {
    font-size: 8.533vw;
    margin-bottom: 1.6vw;
  }
}
.create_text span {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.01em;
  margin-right: -0.01em;
}
@media screen and (max-width: 767px) {
  .create_text span {
    font-size: 3.467vw;
  }
}

/*----------------------------------------------------------------------------
	contact
----------------------------------------------------------------------------*/
.contact {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/index/contact_bg.jpg);
}
.contact.is-dev {
  background-image: url(../images/index/contact_bg-dev.jpg);
}
.contact .inner {
  padding-top: 78px;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .contact .inner {
    padding-top: 16vw;
    padding-bottom: 13.333vw;
  }
}
.contact .inner.is-confirm {
  padding-top: 145px;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .contact .inner.is-confirm {
    padding-top: 48.267vw;
    padding-bottom: 13.333vw;
  }
}
.contact .inner.is-complete {
  padding-top: 145px;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .contact .inner.is-complete {
    padding-top: 48.267vw;
    padding-bottom: 13.333vw;
  }
}
.contact .field {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact .field {
    padding-top: 8vw;
    padding-right: 5.333vw;
    padding-left: 5.333vw;
  }
}
.contact .field.is-complete {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contact .field.is-complete {
    padding-top: 21.333vw;
    padding-bottom: 26.667vw;
  }
}
.contact_form {
  width: 642px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contact_form {
    width: 100%;
    padding-bottom: 10.667vw;
  }
}
.contact_item {
  display: -moz-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact_item {
    display: block;
  }
}
.contact_item:not(:first-child) {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .contact_item:not(:first-child) {
    margin-top: 5.333vw;
  }
}
.contact_item-headline {
  -moz-flex: 0 0 205px;
  flex: 0 0 205px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .contact_item-headline {
    flex-basis: auto;
    padding-top: 0;
    margin-bottom: 2.667vw;
  }
}
.contact_item-headline span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .contact_item-headline span {
    font-size: 3.467vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact_item-headline.is-required span {
    padding-left: 14.667vw;
  }
}
.contact_item-headline.is-required span::before {
  position: absolute;
  content: "必須";
  top: -1px;
  left: 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
  padding-top: 3px;
  padding-right: 8px;
  padding-bottom: 3px;
  padding-left: 9px;
  margin-right: -0.2em;
  background-color: #f29b76;
}
@media screen and (max-width: 767px) {
  .contact_item-headline.is-required span::before {
    top: -0.533vw;
    font-size: 2.933vw;
    padding-top: 0.8vw;
    padding-right: 2.133vw;
    padding-bottom: 0.8vw;
    padding-left: 2.4vw;
  }
}
.contact_item-headline.is-required.is-en span {
  padding-left: 65px;
}
@media screen and (max-width: 767px) {
  .contact_item-headline.is-required.is-en span {
    padding-left: 17.333vw;
  }
}
.contact_item-headline.is-required.is-en span::before {
  content: "required";
  letter-spacing: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .contact_item-headline.is-required.is-en span::before {
    padding-right: 1.333vw;
    padding-left: 1.333vw;
  }
}
.contact_item-headline.is-en span {
  padding-left: 65px;
}
@media screen and (max-width: 767px) {
  .contact_item-headline.is-en span {
    padding-left: 0;
  }
}
.contact_item-body {
  -moz-flex: 1;
  flex: 1;
}
.contact_item-body input {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  width: 100%;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  background-color: #fff;
  box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .contact_item-body input {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 2.133vw;
    padding-right: 2.667vw;
    padding-bottom: 2.133vw;
    padding-left: 2.667vw;
  }
}
.contact_item-body textarea {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571;
  color: #000;
  width: 100%;
  min-height: 86px;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  background-color: #fff;
  box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .contact_item-body textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    height: 33.333vw;
    padding-top: 2.133vw;
    padding-right: 2.667vw;
    padding-bottom: 2.133vw;
    padding-left: 2.667vw;
  }
}
.contact_item-body .mwform-tel-field {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_item-body .mwform-tel-field {
    font-size: 3.467vw;
  }
}
@media screen and (max-width: 767px) {
  .contact_item-body .mwform-tel-field input {
    max-width: 26.667vw;
  }
}
.contact_item-body .mwform-tel-field.is-en input {
  max-width: 93px;
}
@media screen and (max-width: 767px) {
  .contact_item-body .mwform-tel-field.is-en input {
    max-width: 26.667vw;
  }
}
.contact_item-body .mwform-tel-field.is-en span.error {
  display: none;
}
.contact_item-body .mwform-tel-field.is-en span.error:nth-of-type(1) {
  display: block;
}
.contact_item-body span.error {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff4136;
  margin-top: 0.5em;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.75), 0 -1px 0 rgba(255, 255, 255, 0.75), -1px 0 0 rgba(255, 255, 255, 0.75), 1px 0 0 rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 767px) {
  .contact_item-body span.error {
    font-size: 3.467vw;
  }
}
.contact_form.is-dev .contact_item-headline span {
  color: #000;
}
.contact_form.is-dev .contact_item-headline.is-required span::before {
  background-color: #c80000;
}
.contact_form.is-dev .contact_item-body input {
  border: 1px solid #000;
}
.contact_form.is-dev .contact_item-body textarea {
  border: 1px solid #000;
}
.contact_form.is-dev .contact_item-body .mwform-tel-field {
  color: #000;
}
.contact_list {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.contact_list-item {
  position: relative;
  -moz-flex: 0 0 47%;
  flex: 0 0 47%;
}
.contact_list-item:first-child::after {
  content: "／";
  position: absolute;
  top: 8px;
  right: -20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_list-item:first-child::after {
    top: 50%;
    right: -4.267vw;
    font-size: 3.467vw;
    transform: translate(0, -50%);
  }
}
.contact_btn {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .contact_btn {
    padding-top: 5.333vw;
  }
}
.contact_btn button {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding-top: 10px;
  padding-right: 55px;
  padding-bottom: 11px;
  padding-left: 55px;
  border-radius: 18px;
  box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .contact_btn button {
    font-size: 4vw;
    padding-top: 2.667vw;
    padding-right: 2em;
    padding-bottom: 2.667vw;
    padding-left: 2em;
    border-radius: 5.333vw;
  }
}
.contact_btn-confirm {
  background-color: #362e2b;
}
.contact_btn-submit {
  background-color: #362e2b;
}
.contact_btn-back {
  display: none;
  background-color: #6c6c6c;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .contact_btn-back {
    margin-right: 5.333vw;
  }
}
.contact_purpose {
  width: 642px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contact_purpose {
    width: 100%;
  }
}
.contact_purpose_item {
  padding-top: 25px;
  padding-right: 35px;
  padding-bottom: 25px;
  padding-left: 35px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .contact_purpose_item {
    padding-top: 5.333vw;
    padding-right: 8.8vw;
    padding-bottom: 5.333vw;
    padding-left: 5.333vw;
  }
}
.contact_purpose_item.is-dev {
  border-color: #000;
}
.contact_purpose_item-headline span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.7692;
}
@media screen and (max-width: 767px) {
  .contact_purpose_item-headline span {
    font-size: 3.467vw;
  }
}
.contact_purpose_item-headline span::before {
  content: "●";
}
.contact_purpose_item-headline.is-dev span {
  color: #000;
}
.contact_purpose_item-body {
  padding-left: 13px;
}
@media screen and (max-width: 767px) {
  .contact_purpose_item-body {
    padding-left: 3.467vw;
  }
}
.contact_purpose_item-body p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.7692;
}
@media screen and (max-width: 767px) {
  .contact_purpose_item-body p {
    font-size: 3.467vw;
  }
}
.contact_purpose_item-body.is-dev p {
  color: #000;
}
.contact_caption {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_caption {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.contact_caption.is-complete {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_caption.is-complete {
    margin-bottom: 5.333vw;
  }
}
.contact_caption p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact_caption p {
    font-size: 4.267vw;
  }
}
.contact_form.is-confirm .contact_item:not(:last-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact_form.is-confirm .contact_item:not(:last-child) {
    margin-top: 8vw;
  }
}
.contact_form.is-confirm .contact_item-headline {
  padding-top: 4px;
}
.contact_form.is-confirm .contact_item-headline span {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contact_form.is-confirm .contact_item-headline span {
    font-size: 3.733vw;
  }
}
.contact_form.is-confirm .contact_item-body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8571;
}
@media screen and (max-width: 767px) {
  .contact_form.is-confirm .contact_item-body {
    font-size: 3.733vw;
    line-height: 2.5714;
  }
}
.contact_form.is-confirm .contact_list {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.contact_form.is-confirm .contact_list-item {
  flex-basis: auto;
}
.contact_form.is-confirm .contact_list-item:first-child::after {
  position: relative;
  top: 0;
  right: 0;
}
.contact_form.is-confirm .contact_btn-back {
  display: block;
}
.contact_form.is-complete {
  padding-bottom: 0;
}
.contact_form.is-complete .contact_link {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}
.contact_form.is-complete .contact_link a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding-top: 10px;
  padding-right: 57px;
  padding-bottom: 12px;
  padding-left: 57px;
  border-radius: 20px;
  box-shadow: 3px 4px 5px 1px rgba(0, 0, 0, 0.15);
  background-color: #362e2b;
}
@media screen and (max-width: 767px) {
  .contact_form.is-complete .contact_link a {
    font-size: 4vw;
    padding-top: 2.667vw;
    padding-right: 2em;
    padding-bottom: 2.667vw;
    padding-left: 2em;
    border-radius: 5.333vw;
  }
}
.contact_form.is-complete .contact_link a span {
  display: inline-block;
}
/*# sourceMappingURL=index.css.map */