/*------------------------------------
PCSP
-------------------------------------*/
@media screen and (min-width: 768px){	
  .pc-img { display:block; }
  .sp-img { display:none; }

}


@media screen and (max-width: 768px){	
  .pc-img { display:none; }
  .sp-img { display:block; }
}

/*------------------------------------
Fonts
-------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&amp;display=swap");
/*------------------------------------
Breakpoints
-------------------------------------*/
/*------------------------------------
flex
-------------------------------------*/
/*------------------------------------
Width
-------------------------------------*/
/*------------------------------------
PATH
-------------------------------------*/
/*------------------------------------
Fadein
-------------------------------------*/
.js-read-fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.js-read-fadein.fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.js-scroll-fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.js-scroll-fadein.fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.js-scroll-fadein-right {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 1500ms;
}
.js-scroll-fadein-right.fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.js-scroll-fadein-left {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 1500ms;
}
.js-scroll-fadein-left.fadein {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------
BR
-------------------------------------*/
@media screen and (max-width: 768px) {
  br.pc {
    display: block;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
* {
  min-height: 0;
  min-width: 0;
}

*,
::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;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 14px;
  color: #000000;
}

/**
 * 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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  /*cursor: pointer;*/
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* WordPress */
/* ============================================ */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.font-s {
  font-size: 0.9rem;
  line-height: 1rem;
}

.font-m {
  font-size: 1rem;
  line-height: 1.2rem;
}

.font-l {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.link_underline a {
  text-decoration: underline;
}

.font-family {
  font-family: "Josefin Sans", sans-serif;
}

em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

/*------------------------------------
Container
-------------------------------------*/
/*------------------------------------
Padding
-------------------------------------*/
/*------------------------------------
Title
-------------------------------------*/
/*------------------------------------
Form
-------------------------------------*/
/*------------------------------------
Link
-------------------------------------*/
/*------------------------------------
Header
-------------------------------------*/
.header {
  max-width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 4%;
  padding-right: 4%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
	    background-color: #fff;
}
.header__logo {
  padding: 10px 0;
  width: 345px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 58vw;
  }
}
.header__logo-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
    background-color: #b4b4b4;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.header__list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
  .header__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .header__item {
    width: 100%;
  }
}
.header__link {
  color: #000000;
  padding: 0 10px;
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .header__link {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-size: 3rem;
    color: #FFFFFF;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: block;
    width: 37px;
    height: 13px;
    position: fixed;
    right: 4%;
    top: 32px;
    margin: auto;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .header__hamburger-line--1 {
    background-color: #000000;
    height: 1px;
    width: 100%;
    margin-bottom: 7px;
    display: block;
    transition: all 0.5s;
  }
  .active .header__hamburger-line--1 {
    background-color: #FFFFFF;
    transform: translateY(20px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .header__hamburger-line--2 {
    background-color: #000000;
    height: 1px;
    width: 100%;
    margin-bottom: 7px;
    display: block;
    transition: all 0.5s;
  }
  .active .header__hamburger-line--2 {
    background-color: #FFFFFF;
    transform: translateY(13px) rotate(45deg);
  }
}

/*------------------------------------
Footer
-------------------------------------*/
.footer {
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
}
.footer__address {
  font-size: 0.9rem;
}

/*------------------------------------
Hero
-------------------------------------*/
.hero {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .hero {
        height: auto;
        position: relative;
        margin-top:21%;
  }
}
.hero__video {
  min-width: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
  background: url("../img/hero-bg.png") repeat-y;
  background-size: cover;
  vertical-align: top;
	    margin-top: 4%;
}
}
@media screen and (max-width: 768px) {
  .hero__video {

    bottom: 0;
    z-index: 0;
 	    margin-top: 0%; 
  }
}


/*------------------------------------
Services
-------------------------------------*/
.services {
  background-color: #efeeec;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (max-width: 768px) {
  .services {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.services__title {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 70px;
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .services__title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.services__title:after {
  content: "";
  border-bottom: 1px solid #000000;
  display: block;
  width: 0%;
  transition: all 0.8s;
  margin: 15px auto;
}
.services__title.active:after {
  width: 55px;
}
.services__list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
}
.services__item {
  width: 46%;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .services__item {
    width: 100%;
  }
}
.services__sub-title {
  font-size: 1.2rem;
  font-weight: bold;
  border-left: 1px solid #000000;
  padding-left: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .services__sub-title {
    font-size: 1.1rem;
  }
}
.services__text {
  line-height: 1.5rem;
}

/*------------------------------------
Clients
-------------------------------------*/
.clients {
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (max-width: 768px) {
  .clients {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.clients--page {
  max-width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (max-width: 768px) {
  .clients--page {
    padding-top: 100px;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.clients__title {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 70px;
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .clients__title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.clients__title:after {
  content: "";
  border-bottom: 1px solid #000000;
  display: block;
  width: 0%;
  transition: all 0.8s;
  margin: 15px auto;
}
.clients__title.active:after {
  width: 55px;
}
.clients__list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
}
.clients__item {
  width: 17%;
  margin: 20px 0;
  opacity: 0.4;
}
.clients__item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .clients__item {
    width: 50%;
  }
}
.clients__btn {
  display: block;
  text-align: center;
  margin: 30px auto 0 auto;
}
.clients__btn:after {
  content: "";
  border-bottom: 1px solid #000000;
  width: 0%;
  transition: all 0.8s;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .clients__btn:hover:after {
    width: 40px;
  }
}

/*------------------------------------
Company
-------------------------------------*/
.company {
  background-color: #efeeec;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;    background-image: url(../img/bg-04.jpg);
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 40px 0;
  }
}
.company__inner {
  width: 50%;
  min-width: 50%;
  padding: 40px 30px 40px 10px;
}
@media screen and (max-width: 768px) {
  .company__inner {
    width: 100%;
    padding: 0;
  }
}
.company__image-pc {
  margin-top: 30px;
  max-width: 600px;
	    margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .company__image-pc {
    display: none;
  }
}
.company__image-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .company__image-sp {
    display: block;
    width: 100%;
    height: 372px;
    object-fit: cover;
  }
}
.company__title {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
  margin-bottom: 70px;
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .company__title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.company__title:after {
  content: "";
  border-bottom: 1px solid #000000;
  display: block;
  width: 0%;
  transition: all 0.8s;
  margin: 15px 0;
}
.company__title.active:after {
  width: 55px;
}
@media screen and (max-width: 768px) {
  .company__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .company__title:after {
    text-align: center;
    margin: 15px auto;
  }
}
.company__list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    max-width: 600px;
}
}
@media screen and (max-width: 768px) {
  .company__list {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 30px 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.company__list-inner {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .company__list-inner {
    width: 100%;
	          margin-left: 4px;
  }
}
.company__item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
	    margin-bottom: 10px;
}
.company__label {
  min-width:77px;
  font-weight: bold;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .company__label {
    min-width: 76px;
  }
}
.company__text {
  padding: 8px 0;
}
.company__link {
  text-decoration: underline;
  line-height: 1.5rem;
}
.company__logo {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .company__logo {
    margin: 20px auto;
    width: 70%;
    display: block;
  }
}

#map {
  width: 100%;
  height: 250px;
  margin-top: 30px;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #map {
    max-width: 100%;
  }
}

/*------------------------------------
Contact
-------------------------------------*/
.contact {
  padding-top: 100px;
  padding-bottom: 30x;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.contact__title {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 70px;
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.contact__title:after {
  content: "";
  border-bottom: 1px solid #000000;
  display: block;
  width: 0%;
  transition: all 0.8s;
  margin: 15px auto;
}
.contact__title.active:after {
  width: 55px;
}
.contact__inner {
  width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    width: 100%;
  }
}
.contact__label {
  font-weight: bold;
}
.contact__input {
  width: 100%;
  padding: 15px;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  margin: 10px 0 30px 0;
}
.contact__input--textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  margin: 10px 0 30px 0;
  height: 200px;
  line-height: 1.5rem;
}
.contact__btn {
  background-color: #efeeec;
  border-radius: 5px;
  width: 500px;
  margin: 20px auto;
  padding: 15px 0;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact__btn:hover {
    background-color: #707070;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 768px) {
  .contact__btn {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
  }
}

/*------------------------------------
Modal
-------------------------------------*/
.modal {
  width: 100%;
  height: 100vh;
  background: rgba(239, 238, 236, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  display: none;
}
.modal__inner {
  background-color: rgba(180, 180, 180, 0.5);
  width: 70%;
  height: 25vh;
  padding: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
}
.modal__title {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}
.modal__text {
  text-align: center;
  line-height: 1.5rem;
}
.modal__close {
  text-align: center;
  margin: 30px 0;
  cursor: pointer;
}
.modal__close:after {
  content: "";
  border-bottom: 1px solid #000000;
  width: 0%;
  transition: all 0.8s;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .modal__close:hover:after {
    width: 40px;
  }
}

.modal-active {
  height: 100vh;
  overflow-y: hidden;
  touch-action: none;
}



/*------------------------------------
Concept
-------------------------------------*/
.concept {
  width: 100%;
  background-image: url("../img/bg-04.jpg");
  background-size: cover;
  padding-bottom: 80px;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 100%;
  overflow: hidden;
  transition: all 0.8s;
	     margin-top: -28%; 
}
@media screen and (max-width: 768px) {
  .concept {
margin-top: -50%;
        padding-left: 4%;
        padding-right: 4%;
        /* padding: 34px; */
        padding-top: 0px;
  }
}
.concept__title {
  text-align: center;
  font-size: 4.5rem;
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .concept__title {
    font-size: 11vw;
  }
}
.concept__title img {
  width: auto;
  height: auto;
  transition: all 0.8s;
}
@media screen and (max-width: 768px) {
  .concept__title img {
    width: 100%;
    height: auto;
 }
.concept__inner {
    margin-top: 6%;
    margin-bottom: 18%;
}
}

.concept__title img:hover {
  transform: scale(1.1);
}
.concept__inner {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
.concept__inner {
    margin-top: 0%;
        margin-bottom: -14%;
}
}
.concept__text {
  text-align: center;
  margin: 15px 0;
  line-height: 2rem;
  font-size: 1rem;
  transition: all 0.8s;
}
@media screen and (max-width: 768px) {
  .concept__text {
    text-align: left;
    font-size: inherit;
    line-height: 1.5rem;
  }
}
.concept__text:hover {
  transform: scale(1.1);
}

/*------------------------------------
Concept
-------------------------------------*/
/*.concept {
  width: 100%;
  background-image: url($image-path + "/bg-04.jpg");
  background-size: cover;
  @include container-padding(80px, 80px);
  @include container();
  overflow: hidden;
  transition: all 0.8s;

  @include mq(md) {
    @include container-padding(40px, 40px);

  }*/

  &__title {
    text-align: center;
    font-size: 4.5rem;
    font-family: $font-sans-en;

    @include mq(md) {
      font-size: 11vw;
    }

    img {
      width: auto;
      height: auto;
      transition: all 0.8s;

      @include mq(md) {
        width: 100%;
        height: auto;
      }

      &:hover {
        transform: scale(1.1);
      }
    }
  }

  &__inner {
    margin-top:50px;
  }

  &__text {
    text-align: center;
    margin: 15px 0;
    line-height: 2rem;
    font-size: 1rem;
    transition: all 0.8s;

    @include mq(md) {
      text-align: left;
      font-size: inherit;
      line-height: 1.5rem;
    }

    &:hover {
      transform: scale(1.1);
    }
  }
}



