@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, serif;
}

@-webkit-keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.html {
  width: 100%;
  height: 100%;
}

.body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.header {
  z-index: 30;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 42%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 25%;
    height: 100%;
  }
}
.header__inner {
  margin-right: 3%;
  margin-top: 3%;
  width: 6.15rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: 12.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner {
    width: 10rem;
  }
}
.header__sns__list {
  display: flex;
  width: 100%;
}
.header__sns__item {
  padding: 0 15% 0 0;
  width: 100%;
}
.header__sns__item__link__img {
  width: 100%;
}
.header-nav {
  z-index: 50;
  display: flex;
  justify-content: space-around;
}
.header-nav__active {
  transform: translateX(0%) !important;
}
.header-nav__menu {
  font-size: 0.75rem;
  font-family: A-OTF 新ゴ Pro;
  background-color: #c1c1c1;
  display: flex;
  justify-content: space-around;
  position: absolute;
  height: 440%;
  width: 63%;
  top: 0;
  right: 0;
  flex-direction: column;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .header-nav__menu {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__menu {
    height: 465%;
    width: 45vw;
  }
}
.header-nav__menu__list {
  color: #595757;
  opacity: 0;
  text-decoration: underline;
  padding-left: 1rem;
  margin-top: 13%;
}
.header-nav__menu__list:nth-child(5) {
  padding-bottom: 5%;
}
.header-nav__menu__list__link {
  opacity: 0;
  color: #fff;
}
.header-nav__hum {
  cursor: pointer;
  display: block;
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .header-nav__hum {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__hum {
    width: 2.4375rem;
    height: 2.4375rem;
  }
}
.header-nav__hum__list {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  background-color: #333;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header-nav__hum__list {
    height: 0.3125rem;
  }
}
.header-nav__hum__list:nth-child(1) {
  top: 0;
}
.header-nav__hum__list:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-nav__hum__list:nth-child(3) {
  bottom: 0;
}

/* humのline操作 */
.toggle .list1 {
  transform: rotate(45deg) translate(50%, 50%);
}
@media screen and (min-width: 768px) {
  .toggle .list1 {
    transform: rotate(45deg) translate(50%, 50%);
  }
}

.toggle .list2 {
  opacity: 0;
}

.toggle .list3 {
  transform: rotate(-405deg) translate(53%, -100%);
}
@media screen and (min-width: 768px) {
  .toggle .list3 {
    transform: rotate(-405deg) translate(60%, -110%);
  }
}
@media screen and (min-width: 1024px) {
  .toggle .list3 {
    transform: rotate(-405deg) translate(57%, -73%);
  }
}

/* main */
.main {
  margin-top: 16%;
  overflow-x: hidden;
}

/* main-visualのスライダー */
.main-visual {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.main-visual__list {
  width: 100%;
  display: flex;
  margin: auto;
  transform: translateX(10%);
}
.main-visual__list__item {
  height: auto;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .main-visual__list__item {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}
.main-visual__list__item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__inner {
  position: absolute;
  top: 10%;
  margin-left: 9%;
}
.main-visual__headline {
  font-family: A P-OTF A1ゴシック Std;
  font-size: 1.875rem;
  color: #a6782b;
}
@media screen and (min-width: 768px) {
  .main-visual__headline {
    font-size: 3.8125rem;
  }
}
.main-visual__text {
  font-family: Adobe Garamond Pro;
  font-size: 0.625rem;
  color: #6b4206;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .main-visual__text {
    font-size: 1.25rem;
  }
}

.sec-concept {
  background-image: url("../image/SVG/concept_bg.svg");
  background-repeat: no-repeat;
  position: relative;
  transform: translateY(-7%);
  background-size: contain;
  background-position-x: right;
}
.sec-concept__img__container {
  width: 100%;
}
.sec-concept__img-bg {
  width: 100%;
  z-index: 1;
}
.sec-concept__img-read {
  width: 58%;
  position: absolute;
  top: 10%;
  right: 0;
  transform: translateX(21%);
  z-index: -1;
}
.sec-concept__img-title {
  position: absolute;
  top: 10%;
  left: 16%;
  width: 21%;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .sec-concept__img-title {
    width: 15%;
  }
}
.sec-concept__container {
  align-items: flex-end;
  margin-left: 17%;
  z-index: 5;
  padding-top: 29%;
}
.sec-concept__headline {
  font-size: 0.75rem;
  color: #6b4206;
  font-family: HiraKakuProN-W3-83pv-RKSJ-H;
  margin-bottom: 2.875rem;
}
@media screen and (min-width: 768px) {
  .sec-concept__headline {
    font-size: 1.5rem;
    margin-bottom: 5.75rem;
  }
}
.sec-concept__text {
  font-size: 0.75rem;
  font-family: HiraKakuProN-W3-83pv-RKSJ-H;
  color: #6b4206;
  margin-bottom: 2rem;
  line-height: 1.775rem;
}
@media screen and (min-width: 768px) {
  .sec-concept__text {
    font-size: 1.5rem;
    margin-bottom: 4rem;
    line-height: 3.625rem;
  }
}
.sec-concept__secondline {
  font-size: 1.0625rem;
  font-family: HiraKakuProN-W3-83pv-RKSJ-H;
  color: #a6782b;
}
@media screen and (min-width: 768px) {
  .sec-concept__secondline {
    font-size: 2.125rem;
  }
}

/* scroll_button */
.view-more__btn {
  width: 11%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .view-more__btn {
    width: 6%;
  }
}
.view-more__btn__img {
  width: 100%;
}

/* sec-service */
.sec-service {
  position: relative;
  width: 100%;
  padding-top: 10%;
  margin-top: -10%;
}
.sec-service__headline {
  width: 41%;
  margin: 12% auto 0;
}
@media screen and (min-width: 768px) {
  .sec-service__headline {
    margin: 12% auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .sec-service__headline {
    width: 22%;
  }
}
.sec-service__headline__img {
  width: 100%;
}
.sec-service__wrapper {
  /* リンク用のレイアウト */
  padding-top: 16%;
  margin-top: -16%;
}
@media screen and (min-width: 768px) {
  .sec-service__wrapper {
    padding-top: 5%;
    margin-top: -5%;
  }
}
.sec-service__list {
  width: 100%;
  margin-top: 7.5%;
}
.sec-service__list__item {
  display: flex;
  justify-content: space-between;
}
.sec-service__list__item__figure {
  transform: translateX(-15%);
}
.sec-service__list__item__figure__img {
  width: 100%;
}
.sec-service__list__item__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 9%;
  margin-top: 6.8%;
}
.sec-service__list__item__text__wrap {
  display: flex;
  flex-direction: row-reverse;
}
.sec-service__list__item__headline {
  color: #a6782b;
  font-size: 1rem;
  writing-mode: vertical-rl;
  margin-left: 10%;
  font-family: A P-OTF A1ゴシック Std, serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec-service__list__item__headline {
    font-size: 1.6875rem;
  }
}
.sec-service__list__item__text {
  font-size: 0.75rem;
  writing-mode: vertical-rl;
  line-height: 1.3125rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .sec-service__list__item__text {
    font-size: 1.5rem;
    line-height: 2.6875rem;
  }
}
.sec-service__list__item__btn {
  width: 77%;
  margin-top: 19%;
}
.sec-service__list__item__btn__link__img {
  width: 100%;
}
.sec-service__list__item2 {
  display: flex;
  flex-direction: row-reverse;
}
.sec-service__list__item2__figure {
  transform: translateX(15%);
}
.sec-service__list__item2__figure__img {
  width: 100%;
}
.sec-service__list__item2__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 9%;
  margin-top: 2%;
}
.sec-service__list__item2__text__wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 17%;
}
.sec-service__list__item2__headline {
  color: #a6782b;
  font-size: 1rem;
  writing-mode: vertical-rl;
  margin-left: 10%;
  font-family: A P-OTF A1ゴシック Std, serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec-service__list__item2__headline {
    font-size: 1.6875rem;
  }
}
.sec-service__list__item2__text {
  font-size: 0.75rem;
  writing-mode: vertical-rl;
  line-height: 1.3125rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .sec-service__list__item2__text {
    font-size: 1.5rem;
    line-height: 2.6875rem;
  }
}
.sec-service__bg__wrap {
  width: 80%;
  position: absolute;
  top: 24%;
  left: 10%;
  z-index: -2;
}
@media screen and (min-width: 1024px) {
  .sec-service__bg__wrap {
    top: 26%;
  }
}
.sec-service__bg__wrap img {
  width: 100%;
}

/* sec-workflow */
.sec-workflow {
  width: 100%;
}
.sec-workflow__wrapper {
  padding-top: 1%;
  margin-top: -1%;
}
@media screen and (min-width: 768px) {
  .sec-workflow__wrapper {
    padding-top: 5%;
    margin-top: -5%;
  }
}
.sec-workflow__inner {
  background-image: url("/assets/image/SVG/sec-workflow__bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  padding-top: 14%;
  padding-bottom: 11%;
}
.sec-workflow__headline {
  width: 41%;
  margin: 18% auto 0;
}
@media screen and (min-width: 1024px) {
  .sec-workflow__headline {
    width: 22%;
  }
}
.sec-workflow__headline__img {
  width: 100%;
}
.sec-workflow__text {
  margin-top: 4.8%;
  font-size: 0.9375rem;
  font-family: Verdana, sans-serif;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-workflow__text {
    font-size: 1.875rem;
  }
}
.sec-workflow__content {
  margin: 8% auto 0;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .sec-workflow__content {
    width: 80%;
  }
}
.sec-workflow__content__img {
  width: 100%;
}
.sec-workflow__content__img__sp {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .sec-workflow__content__img__sp {
    display: none;
    width: 100%;
  }
}
.sec-workflow__content__img__pc {
  display: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .sec-workflow__content__img__pc {
    display: inline-block;
    width: 100%;
  }
}

/* sec-profile */
.sec-profile {
  overflow: hidden;
  background-image: url("../image/mobile_company.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .sec-profile {
    background-image: url("../image/WEB_company.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.sec-profile__wrapper {
  padding-top: 16%;
  margin-top: -16%;
}
@media screen and (min-width: 768px) {
  .sec-profile__wrapper {
    padding-top: 5%;
    margin-top: -5%;
  }
}
.sec-profile__headline {
  padding-top: 10%;
  margin-top: -10%;
  width: 86%;
  margin: 10.8% auto 0;
}
@media screen and (min-width: 1024px) {
  .sec-profile__headline {
    width: 49%;
    margin-top: -4%;
    margin-right: 12%;
  }
}
.sec-profile__headline__img {
  width: 100%;
}
.sec-profile__text {
  font-size: 0.9375rem;
  font-family: A-OTF 新ゴ Pro;
  color: #fff;
  text-align: center;
  margin-top: 14.4%;
}
@media screen and (min-width: 768px) {
  .sec-profile__text {
    font-size: 1.6875rem;
    margin-top: 8%;
  }
}
@media screen and (min-width: 1024px) {
  .sec-profile__text {
    text-align: end;
    margin-right: 12.8%;
  }
}
.sec-profile__date {
  margin: 0 18%;
  padding-bottom: 7.5%;
}
@media screen and (min-width: 1024px) {
  .sec-profile__date {
    width: 38%;
    margin-left: 49.3%;
  }
}
.sec-profile__date__container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 2.5% auto 0;
  align-items: flex-end;
  font-family: A-OTF 新ゴ Pro;
  font-size: 0.75rem;
  border-bottom: solid 0.03125rem #fff;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .sec-profile__date__container {
    font-size: 1.25rem;
    padding-top: 2%;
  }
}
.sec-profile__date__term {
  float: left;
  color: #fff;
  font-weight: 300;
}
.sec-profile__date__desc {
  color: #fff;
  text-align: right;
}

/* sec-sns */
.sec-sns {
  background-color: #f2f2f2;
  width: 100%;
}
.sec-sns__inner {
  background-image: url("../image/SVG/sec-sns__bg.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.sec-sns__headline {
  width: 20%;
  padding-top: 15%;
  margin: 0 auto 0;
}
@media screen and (min-width: 768px) {
  .sec-sns__headline {
    width: 18%;
  }
}
.sec-sns__headline__img {
  width: 100%;
}
.sec-sns__text {
  text-align: center;
  font-size: 0.9375rem;
  font-family: A-OTF 新ゴ Pro;
  font-weight: 300;
  line-height: 1.4rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec-sns__text {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}
.sec-sns__content {
  margin-top: 2.8%;
}
.sec-sns__content__img {
  width: 100%;
}

/* sec-contact */
.sec-contact {
  width: 100%;
  height: auto;
  padding-bottom: 3%;
  background-color: #fad24b;
}
.sec-contact__headline {
  padding-top: 2.2%;
  font-size: 1.875rem;
  font-family: Galvji;
  font-weight: 700;
  color: #a6782b;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-contact__headline {
    font-size: 3.8125rem;
  }
}
.sec-contact__text {
  font-size: 0.8125rem;
  font-family: A-OTF 新ゴ Pro;
  font-weight: 300;
  color: #6b4206;
  text-align: center;
  margin-top: 1.5%;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .sec-contact__text {
    font-size: 1.625rem;
    letter-spacing: 0.25rem;
  }
}
.sec-contact__content {
  display: flex;
  margin-top: 5.4%;
  width: 100%;
}
.sec-contact__content__phone {
  width: 100%;
}
.sec-contact__content__phone__link {
  width: 100%;
}
.sec-contact__content__phone__link__img {
  width: 100%;
  height: auto;
}
.sec-contact__content__mail {
  width: 100%;
}
.sec-contact__content__mail__link {
  width: 100%;
}
.sec-contact__content__mail__link__img {
  width: 100%;
  height: auto;
}

/* 追従する連絡先 */
.contact__content {
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  bottom: 0;
  visibility: hidden;
  z-index: 40;
}
@media screen and (min-width: 1024px) {
  .contact__content {
    width: 50%;
    margin: 0 25%;
  }
}
.contact__content.entry {
  visibility: visible;
}
.contact__content__phone {
  width: 100%;
}
.contact__content__phone__link {
  width: 100%;
}
.contact__content__phone__link__img {
  width: 100%;
  height: auto;
}
.contact__content__mail {
  width: 100%;
}
.contact__content__mail__link {
  width: 100%;
}
.contact__content__mail__link__img {
  width: 100%;
  height: auto;
}

/* footer */
.footer {
  background-color: #595757;
  width: 100%;
  z-index: 20;
}
.footer__inner {
  display: flex;
}
.footer__logo {
  width: 42%;
  height: 100%;
}
.footer__logo__link__svg {
  width: 100%;
}
.footer__logo__link__svg__img {
  width: 100%;
  height: 100%;
}
.footer__address {
  color: #fff;
  background-color: #595757;
  width: 58%;
  text-align: center;
  align-items: center;
  position: relative;
}
.footer__address__link {
  width: 100%;
  font-size: 0.75rem;
  font-family: A-OTF 新ゴ Pro, sans-serif;
  font-weight: 300;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .footer__address__link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__address__link {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */