@charset "UTF-8";
@import url("https://use.typekit.net/lks6acm.css");
/*============================================
start reset.css
============================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption, main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
}

/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 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: 1em;
  /* 2 */
}

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

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

input,
[type=text],
[type=email],
[type=tel],
[type=password] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

input:focus,
[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=password]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
  background-color: #008E37;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  padding: 1.2em 2em;
  text-decoration: none;
}
input[type=submit]:hover {
  cursor: pointer;
  outline: none;
  color: #040404;
  background: #FFFFFF;
}

input[type=submit]:focus {
  outline: none;
}
input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

/**
* 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] {
  -webkit-appearance: button;
}

/**
* 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;
}

/* selectはブラウザ間で最も差異があり、色んな形のアローアイコンが登場するので、ここのアローアイコンを上書きして自分が用意した画像を背景として適応させる */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://haniwaman.com/wp/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
select:hover {
  cursor: pointer;
}
select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  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 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  /*デザインに応じて高さ指定 */
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* "display:none"で消すのではなく、"opacity: 0;"を使う。 */
/* （Tabキーで選択できなくなるのを防ぐため） */
/* 親要素に"position: relative;"つけるのを忘れずに！ */
[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
[type=checkbox] + span {
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
[type=checkbox] + span:hover {
  cursor: pointer;
}

/*標準で出力されるチェックボックスは消して、独自のチェックボックスを擬似要素で作るという指定*/
[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #040404;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #040404;
  border-left: 3px solid #040404;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

[type=checkbox]:checked + span::after {
  opacity: 1;
}

/* "display:none"で消すのではなく、"opacity: 0;"を使う。 */
/* （Tabキーで選択できなくなるのを防ぐため） */
/* 親要素に"position: relative;"つけるのを忘れずに！ */
[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
[type=radio] + span {
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.6em;
  position: relative;
}
[type=radio] + span:hover {
  cursor: pointer;
}

/*標準で出力されるラジオボタンは消して、独自のラジオボタンを擬似要素で作るという指定*/
[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #040404;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

[type=radio] + span::after {
  -webkit-transform: translateY(-50%);
  background: #040404;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 8px;
}

[type=radio]:checked + span::after {
  opacity: 1;
}

/**
* 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 odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* 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 */
}

/* 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;
}

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

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

/*============================================
end reset.css
============================================*/

html {
  font-size: 62.5%;
}

body {
  font-family: "源ノ角ゴシック JP", "Source Han Sans JP", sans-serif;
  font-size: 1.7em;
  color: #040404;
}

/*============================================
header
============================================*/
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
  z-index: 100;
}

.l-header__menu-button {
  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;
  width: 60px;
  background: #008E37;
  cursor: pointer;
  outline: none;
  z-index: 100;
}

.menu-button__inner {
  display: block;
  width: 3.3rem;
}

.menu-button__lineBlock {
  position: relative;
  display: block;
  height: 1.7rem;
}

.menu-button__line {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu-button__line.is-01 {
  top: 0;
}
.menu-button__line.is-02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-button__line.is-03 {
  bottom: 0;
}
.menu-button__line.is-04 {
  top: 0;
  -webkit-transform: translateY(8px) rotate(-45deg) scale(0, 1);
          transform: translateY(8px) rotate(-45deg) scale(0, 1);
}
.menu-button__line.is-05 {
  bottom: 0;
  -webkit-transform: translateY(-8px) rotate(45deg) scale(0, 1);
          transform: translateY(-8px) rotate(45deg) scale(0, 1);
}
.menu-button__line.is-04, .menu-button__line.is-05 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.l-header.is-menuopen .menu-button__line.is-01,
.l-header.is-menuopen .menu-button__line.is-02,
.l-header.is-menuopen .menu-button__line.is-03 {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.l-header.is-menuopen .menu-button__line.is-04 {
  -webkit-transform: translateY(8px) rotate(-45deg) scale(1, 1);
          transform: translateY(8px) rotate(-45deg) scale(1, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.l-header.is-menuopen .menu-button__line.is-05 {
  -webkit-transform: translateY(-8px) rotate(45deg) scale(1, 1);
          transform: translateY(-8px) rotate(45deg) scale(1, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 60px);
}

.l-header__logo {
  width: calc(133 / 375 * 100%);
  max-width: 133px;
  margin-left: 3px;
  margin-right: 3px;
}
.l-header__logo a {
  display: block;
}

.l-header__contact {
  width: 25%;
}

.l-header__contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.l-header__contact__items .l-header__contact__item:nth-child(1) a,
.l-header__contact__items .l-header__contact__item:nth-child(2) a {
  display: inline-block;
  width: 100%;
  padding: 13px 10px;
  font-size: 13.5px;
  font-weight: bold;
  line-height: 1.3;
}
.l-header__contact__items .l-header__contact__item:nth-child(1) a span,
.l-header__contact__items .l-header__contact__item:nth-child(2) a span {
  padding-left: 3px;
}


.l-header__contact__items .l-header__contact__item:nth-child(3) {
  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;
}
.l-header__contact__items .l-header__contact__item:nth-child(3) a {
  display: inline-block;
  margin-top: 2px;
}
.l-header__contact__items .l-header__contact__item:nth-child(3) a img {
  width: 55%;
}

.l-header__nav {
  position: fixed;
  top: -120%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100vh - 59px);
  z-index: 0;
  text-align: left;
  background: #008E37;
  -webkit-transition: top 0.6s, right 0.6s;
  transition: top 0.6s, right 0.6s;
}

.l-header.is-menuopen .l-header__nav {
  top: 59px;
  -webkit-transition: top 0.6s, right 0.6s;
  transition: top 0.6s, right 0.6s;
}
.l-header.is-menuopen .l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  padding: 0 5.7rem;
}

.l-header__nav .l-header__nav__link {
  font-family: "Avenir", sans-serif;
  font-size: 4.8rem;
  color: #F2F2F2;
  display: block;
  -webkit-transition: color 0s;
  transition: color 0s;
	font-weight: 500;
}
.l-header__nav .l-header__nav__link span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}

.l-header.is-menuopen .l-header__nav .l-header__nav__link {
  color: #F2F2F2;
}
.l-header.is-menuopen .l-header__nav .l-header__nav__link.-disabled {
  color: #4d4b4d;
}

.l-header__nav ul li:nth-child(5) .l-header__nav__link,
.l-header__nav ul li:nth-child(6) .l-header__nav__link {
  /* cursor: not-allowed; */
}
/*============================================
footer
============================================*/
.l-footer {
  padding: 2.6rem 0 2.6rem;
	border-top: 1px solid #E5E5E5;
  background: #212121;
  color: #fff;
}

.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  justify-content: space-between;
	padding-bottom: 9.6rem;
	position: relative;
}

.l-footer__logo {
  width: 15.2rem;
  margin-top: 1rem;
}

.l-footer__textArea {
  margin-top: 4rem;
}

.l-footer__textArea__contact {
}
.l-footer__textArea__contact p {
  font-size: 1.4rem;
	line-height: 2.4rem;
}
.l-footer__textArea__contact p .tel {
  margin-top: 1rem;
  display: block;
}
.l-footer__menu {
	width: 47rem;
}
.l-footer__menu ul {
	display: flex;
	justify-content: space-between;
}
.l-footer__menu ul li a{
	font-size: 1.4rem;
	font-weight: 500;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 300;
}
/*============================================
scroll
============================================*/
.l-scroll {
  margin-top: 60px;
}

/*============================================
wrapper
============================================*/
.l-wrapper {
  background: url(../img/bg.jpg) repeat-y top left/50%, url(../img/bg_rotate.jpg) repeat-y top right/50%;
}

/*============================================
section
============================================*/
.l-section:nth-child(1) {
  padding: 17.5rem 0 10rem;
}

.l-section:nth-child(2) {
  padding: 17.5rem 0 14.5rem;
}

/*============================================
container
============================================*/
.l-container {
  width: 88.5%;
  max-width: 1100px;
  margin: 0 auto;
}

/*============================================
button
============================================*/
.c-button__link {
  font-family: "ヒラギノ角ゴシック W2", "Hiragino Sans W2", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

/*============================================
title
============================================*/
.c-title--yellow {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.08em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, transparent), color-stop(83%, #FFF33F), to(#FFF33F));
  background: linear-gradient(transparent 82%, #FFF33F 83%, #FFF33F 100%);
}
.c-title--yellow img {
  width: 70px;
  display: inline-block;
  margin-bottom: 1.2em;
}

.p-top__concept__intro .c-title--yellow {
  display: inline;
  font-size: 2.4rem;
  line-height: calc(40 / 24);
}

.p-top__concept__item .c-title--yellow,
.p-top__concept__item--small .c-title--yellow {
  background: none;
}

.p-top__concept__item .c-title--yellow span,
.p-top__concept__item--small .c-title--yellow span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(71%, #FFF33F), to(#FFF33F));
  background: linear-gradient(transparent 70%, #FFF33F 71%, #FFF33F 100%);
}

.p-top__concept__item--small .c-title--yellow img {
  margin-bottom: 0.8em;
}

.c-title--en img {
  width: 76.3%;
}

.p-summary__outline .c-title--en img {
  width: 84%;
}

.c-title--double {
  margin-bottom: 6.5rem;
}

.p-summary__map .c-title--double {
  margin-right: 9%;
}
.p-summary__map .c-title--double .c-title--en img {
  width: 50%;
}

.c-title--ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80px;
  font-family: "ヒラギノ角ゴ StdN W6", "Hiragino Kaku Gothic StdN W6", sans-serif;
  font-size: 2rem;
  margin-top: -1rem;
}

.p-summary__map .c-title--double .c-title--ja {
  width: 110px;
}

.p-summary__outline .c-title--ja {
  font-family: "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN W8", sans-serif;
}

.c-title--double.-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 11.5rem;
}
.c-title--double.-line::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 1.26px;
  background: #231815;
  overflow: hidden;
}
.c-title--double.-line .c-title--en {
  width: 35.9%;
}

/*============================================
text
============================================*/
.c-text {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: calc(22 / 12);
  margin-top: 2rem;
}

.p-top__concept__intro .c-text {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: calc(25 / 13);
  margin-top: 3rem;
}

.p-top__concept__item .c-text,
.p-top__concept__item__body .c-text {
  font-family: "ヒラギノ角ゴシック W4", "Hiragino Sans W4", sans-serif;
}

.p-top__concept__item__body .c-text {
  width: calc(129.4 / 404 * 100%);
  margin-top: 0;
  text-align: justify;
}

/*============================================
textArea
============================================*/
.c-textArea {
  position: relative;
  margin: 0 2.7rem;
}

/*============================================
mv
============================================*/
.p-top__mv {
  position: relative;
  height: calc(100vh - 60px);
}

.slide-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slide__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.slide__img__title {
  position: absolute;
  top: 50%;
  left: 9%;
  width: 100%;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  font-size: 8rem;
	color: #F2F2F2;
	z-index: 90;
}

#top .slide__img__title {
	position: static;
  width: 100%;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  font-size: 8rem;
	color: #F2F2F2;
	z-index: 90;
	margin-bottom: 1rem
}

.p-top__mv__body {
  position: absolute;
  top: 60%;
  left: 9%;
  width: 800px;
  z-index: 20;
}

.p-top__mv__body__img {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.p-top__mv__body__img img {
  max-width: 516px;
}

.p-top__mv__body__title {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #F2F2F2;
}
.p-top__mv__body__title span {
  display: inline-block;
}

.p-top__mv__bg--shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(46%, #000), to(transparent));
  background: linear-gradient(bottom, #000, #000 46%, transparent);
  opacity: 0.7;
  z-index: 15;
}
#service .p-top__mv, 
#contactpage .p-top__mv, 
#thanks .p-top__mv,
#about .p-top__mv {
	height: 70vh;
}
#service .slide-wrapper,
#contactpage .slide-wrapper,
#thanks .slide-wrapper,
#about .slide-wrapper {
	height: 70vh;
}
.slide__img__title span{
	font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #F2F2F2;
  font-family: "源ノ角ゴシック JP", "Source Han Sans JP", sans-serif;
}
#service .slide__img__title,
#contactpage .slide__img__title,
#thanks .slide__img__title,
#about .slide__img__title {
	top: 65%;
	line-height: .8;
	left: 6%;
}
/*============================================
news
============================================*/
.p-top__news {
 /* height: 25.4rem;*/
  background-color: #511200;
  color: #fff;
}

.p-top__news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(777 / 1377 * 100%);
  max-width: 777px;
  height: 100%;
  margin: 0 auto;
  padding: 3rem 0 4rem;
}

.p-top__news__title {
  position: relative;
  font-family: "din-condensed", sans-serif;
  font-weight: bold;
  font-size: 2.72rem;
  margin-bottom: 3rem;
}
.p-top__news__title::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  background: #fff;
}

.p-top__news__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "ヒラギノ角ゴシック W3", "Hiragino Sans W3", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.6rem 0;
}

.p-top__news__item dl dt {
  margin-right: 3.5rem;
}

/*============================================
concept
============================================*/
.p-top__concept {
  padding: 7.2rem 0;
  overflow: hidden;
}

.p-top__concept__intro {
  text-align: center;
}

.p-top__concept__intro__inner {
  position: relative;
  overflow: hidden;
}
.p-top__concept__ttlbox {
	position: relative;
  margin-bottom: 6rem;
}
.h2Tag {
	font-size: 1.8rem;
	color: #BCBCBC;
}
.h2Tag_subttl {
	font-size: 2.8rem;
	line-height: 1;
	font-weight: bold;
  margin: 2rem 0 4.2rem;
}
.h2Tag_bg {
	color: #F2F2F2;
	font-size: 10rem;
	line-height: 1;
 	font-family: "Avenir", sans-serif;
	position: absolute;
	right: 0;
	bottom: 20%;
	z-index: -1;
}
.top__concept__text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}

.top_service_boxs {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
  gap: 4rem;
}
.top_servisebox {
	position: relative;
}
.top_servisebox_number {
    font-family: "Avenir", sans-serif;
    position: absolute;
    z-index: 2;
    font-size: 9rem;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 3rem;
    font-weight: 300;
}
.top_servisebox_inner {
	position: absolute;
	color: #FFFFFF;
	bottom: 2.4rem;
	left: 50%;
	width: 100%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.top_servisebox_ttl {
	font-size: 2rem;
	font-weight: 500;
}
.top_servisebox_txt {
	font-size: 1.4rem;
	line-height: 3rem;
	margin-top: 1em;
	font-weight: 400;
}
.btn01 {
	margin-top: 7.2rem;
}
.btn01 a {
	min-width: 340px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	font-size: 2rem;
	color: #FFFFFF;
	background: #008E37;
	display: inline-block;
	border: 2px solid #008E37;
    position: relative;
    padding:1.2em 2em;
  z-index: 1;
  transition: .3s;
}
.btn01 a:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-weight: normal;
    content: "\e917";
    position: absolute;
    top: 50%;
    right: 3%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.btn01 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFFFFF;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.btn01 a:hover {
  color: #040404;
}
.btn01 a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}


.p-top__about {
	background: url("../img/about_bg.png") no-repeat center/cover;
}
.p-top__about__inner {
	max-width: 1300px;
	margin: 0 auto;
}
.top_about_left {
	width: 44rem;
	text-align: center;
	padding: 7.2rem 4rem;
	background-color: rgba(255,255,255,0.50);
}
.h2Tag span {
	font-size: 2.8rem;
	line-height: 6.5rem;
	font-weight: bold;
	color: #040404;
}
.top_about_txt {
	font-size: 1.4rem;
	line-height: 3rem;
	text-align: left;
	width: 360px;
	margin-top: 2rem;
}

.p-top__contact {
	padding: 7.2rem 0;
}
.top_contact_txt {
	font-size: 1.4rem;
	font-weight: 400;
}
.top_about_bs_hour {
	font-size: 1.8rem;
	margin-top: 3.6rem;
}
.top_about_time {
	font-size: 2.4rem;
	margin-top: 2rem;
}

.p-top__concept__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__concept__item:nth-child(2) .c-textArea {
  width: calc(633 / 1377 * 100% - 5.4rem);
}
.p-top__concept__item:nth-child(2), .p-top__concept__item:nth-child(3) {
  margin-bottom: 6.5rem;
}
.p-top__concept__item:nth-child(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top__concept__item:nth-child(3) .c-textArea {
  margin-right: 7.5rem;
}

.p-top__concept__item:nth-child(2) {
  position: relative;
  z-index: 2;
}
.p-top__concept__item:nth-child(2)::before {
  position: absolute;
  top: -24%;
  right: -11%;
  content: "";
  width: 38%;
  height: 110%;
  background: url(../img/bg_palm.png) no-repeat center right/contain;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.p-top__concept__item:nth-child(3) {
  position: relative;
  z-index: 1;
}
.p-top__concept__item:nth-child(3)::before {
  position: absolute;
  top: -47%;
  left: -11%;
  content: "";
  width: 38%;
  height: 110%;
  background: url(../img/bg_palm.png) no-repeat center right/contain;
}

.p-top__concept__item:nth-child(4) {
  position: relative;
}
.p-top__concept__item:nth-child(4)::before {
  position: absolute;
  top: -32%;
  right: -11%;
  content: "";
  width: 38%;
  height: 110%;
  background: url(../img/bg_palm.png) no-repeat center right/contain;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.p-top__concept__item__img {
  width: calc(744 / 1377 * 100%);
}

.p-top__concept__item:nth-child(2) .p-top__concept__item__img {
  position: relative;
  padding-top: calc(231 / 743 * 100%);
}
.p-top__concept__item:nth-child(2) .p-top__concept__item__img .p-top__concept__item__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/concept01.jpg) no-repeat center right/cover;
}

.p-top__concept__item:nth-child(3) .p-top__concept__item__img {
  position: relative;
  padding-top: calc(223 / 743 * 100%);
}
.p-top__concept__item:nth-child(3) .p-top__concept__item__img .p-top__concept__item__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/concept02.jpg) no-repeat top right/cover;
}

.p-top__concept__item:nth-child(4) .p-top__concept__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
  margin-bottom: 5.5rem;
}
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img01 {
  width: calc(400 / 744 * 100%);
  margin-right: 3.7rem;
}
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img02 {
  width: calc(263 / 744 * 100%);
}
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img01,
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img02 {
  position: relative;
}
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img01::after,
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img02::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset;
          box-shadow: 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset;
}

.p-top__concept__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2.7rem;
}
.p-top__concept__items:nth-last-child(2) {
  margin-bottom: 7.5rem;
}

.p-top__concept__item--small {
  width: calc(409 / 1377 * 100%);
}
.p-top__concept__item--small:first-child {
  margin-right: calc(160 / 1377 * 100%);
}

.p-top__concept__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
}
.p-top__concept__item__body .p-top__concept__item__img {
  width: calc(259 / 404 * 100%);
  margin-right: 0;
}



/*============================================
事業内容　SERVICE
============================================*/
.article {
	position: relative;
}
.pankuzu {
	position: absolute;
	top: 12rem;
	left: -3em;
	transform: rotateZ(90deg);
}
#thanks .pankuzu,
#contactpage .pankuzu {
	top: 11.6rem;
}
#pryvacy .pankuzu {
	top: 14.6rem;
	left: -5em;
}
.pankuzu li {
	float: left;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
}
.pankuzu li ~ li:before {
    content: "＞";
    display: inline-block;
    margin: 0 0.5em;
}
.service_section {
	padding: 7.2rem 7% 0;
	overflow: hidden;
}
.service_section_inner {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.h2Tag_2 {
	font-weight: bold;
	font-size: 2.4rem;
  border-left: 8px solid #008E37;
  padding-left: 1.4rem;
}
.h2Tag_2.is-noline {
  border: none;
  padding-left: 0;
  line-height: 1.5;
}
.pTag {
	font-size: 1.6rem;
	line-height: 2.8rem;	
	font-weight: 400;
	margin: 1.6rem 0;
}
.service_boxs {
	margin-top: 1em;
}
#pryvacy .service_boxs {
	margin: 1em auto 0;
	width: 880px;
}
.servisebox {
	display: inline-block;
	border-bottom: 1px solid #E5E5E5;
	padding: 4rem 0;
	width: 100%;
}
.servisebox:last-of-type {
	border-bottom: none;
}
.servisebox img {
	float: right;
	padding-left: 4rem;
  width: 34rem;
}
.servisebox_ttl {
	font-size: 2rem;
	line-height: 2.6rem;
	letter-spacing: 0.05em;
}
.servisebox_txt {
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-top: 1.6rem;
}
#pryvacy .servisebox_txt {
	font-size: 1.6rem;
	line-height:  2.8rem;
}
#pryvacy .servisebox_left ul {
	margin-top: 1em;
	font-size: 1.6rem;
	line-height: 2.8rem;
}
#pryvacy .servisebox_left ul li {
	list-style: disc;
	list-style-position: inside;
}

.service_flex {
  display: flex;
  margin-top: 6.4rem;
  gap: 4rem;
}


/*============================================
会社概要　ABOUT
============================================*/
.outlineBox {
	margin: 2em auto;
    line-height: 3.2rem;
    font-size: 2rem;
	font-weight: 500;
	max-width: 1100px;
}
.outlineBox dt {
	    float: left ;
	    clear: left ;
	    width:20% ;
	border-top: 1px solid #040404;
	padding: .8em;
}

.outlineBox dt:last-of-type {
	border-bottom: 1px solid #040404;
}
.outlineBox dd {
	    float: left ;
		width: 80%;
	border-top: 1px solid #040404;
	padding: .8em;
}
.outlineBox dd .kome {
  display: block;
  font-size: 70%;
  line-height: 1.5;
}
.outlineBox dd.lh36 {
    line-height: 3.6;
}

.outlineBox dd:last-of-type {
	border-bottom: 1px solid #040404;
}

.greeting {
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
}

.greeting__img {
  width: 31%;
}

.greeting__right {
  width: 65%;
}

.greeting__text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}

.greeting__name {
  text-align: right;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 2.8rem;
}

/*============================================
お問い合わせ　contact
============================================*/
.contact_pTag {
	text-align: center;
}
#formWrap {
	max-width: 1100px;
	margin: 7.2rem auto 0;
	line-height: 2.8rem;
	font-size: 1.6rem;
}
table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
table.formTable th {
	width: 100%;
	display: block;
	text-align: left;
	padding-bottom: 0.4em;
	font-weight: 500;
}
table.formTable td {
	width: 100%;
	display: block;
	padding-bottom: 2em;
}
.contact_form {
    border: solid 1px #030404;
    padding: 1.4rem 1.6rem;
}
.contact_form::placeholder {
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #BCBCBC;
} 
.wpcf7-radio label {
	display: block;
	line-height: 2;
  position: relative;
}
table.formTable td textarea {
	resize: vertical;
	min-height: 26rem;
}
.contact_text {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.8rem;
}
.contact_text a {
	color: #0066C0;
	text-decoration: underline;
}
.check_box {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin: 2.4rem auto 7.2rem;
  position: relative;
}
.contact_btn {
	margin: 0 auto 7.2rem;
	position: relative;
	width: 340px;
	color: #FFFFFF;
  z-index: 1;
  transition: .3s;
		border: 2px solid #008E37;

}
.contact_btn:after {
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-weight: normal;
    content: "\e917";
    position: absolute;
	font-size: 2rem;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.contact_btn:hover {
  color: #040404;
}

#thanks .service_section {
	padding-bottom: 7.2rem;
}
#thanks .btn01 {
	text-align: center;
}


@media only screen and (min-width: 1024px) {
  .is-pc {
    display: block;
  }
  .is-tab {
    display: none;
  }
  .is-sp {
    display: none;
  }
  .not-sp {
    display: block;
  }
  .l-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: center;
    width: 83px;
    height: 100vh;
    border-bottom: none;
    border-left: 1px solid #E5E5E5;
  }
  .l-header__menu-button {
    width: 100%;
    height: 83px;
  }
  .menu-button__inner {
    width: 4.6rem;
  }
  .menu-button__lineBlock {
    height: 2.4rem;
  }
  .menu-button__line {
    height: 2px;
  }
  .menu-button__line.is-04 {
    -webkit-transform: translateY(11px) rotate(-45deg) scale(0, 1);
            transform: translateY(11px) rotate(-45deg) scale(0, 1);
  }
  .menu-button__line.is-05 {
    -webkit-transform: translateY(-11px) rotate(45deg) scale(0, 1);
            transform: translateY(-11px) rotate(45deg) scale(0, 1);
  }
  .l-header.is-menuopen .menu-button__line.is-04 {
    -webkit-transform: translateY(11px) rotate(-45deg) scale(1, 1);
            transform: translateY(11px) rotate(-45deg) scale(1, 1);
  }
  .l-header.is-menuopen .menu-button__line.is-05 {
    -webkit-transform: translateY(-11px) rotate(45deg) scale(1, 1);
            transform: translateY(-11px) rotate(45deg) scale(1, 1);
  }
  .l-header__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 83px;
    margin-bottom: 3em;
  }
  .l-header__logo {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .l-header__logo a {
    width: 40%;
    margin: 0 auto;
  }
  .l-header__contact {
    position: absolute;
    bottom: 10%;
    left: 52%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header__contact__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    line-height: 1.6;
    padding: 8px 0;
	writing-mode: vertical-rl;
	  font-weight: bold;
	  position: relative;
  }
	.l-header__contact__items::before {
		content: "";
		position: absolute;
		bottom: -120px;
		left: 42%;
		width: 1px;
		height: 110%;
		background: #d4d4d4;
	}
	.l-header__contact__items::after {
		content: "";
		position: absolute;
		bottom: -120px;
		left: 42%;
		width: 1px;
		height: 110%;
		background-color: #000;
		 animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
	}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

  .l-header__contact__items .l-header__contact__item:nth-child(3) {
    display: block;
    margin-top: 16px;
  }
  .l-header__contact__items .l-header__contact__item:nth-child(3) a {
    margin-top: 0;
  }
  .l-header__contact__items .l-header__contact__item:nth-child(3) a img {
    width: 62%;
  }
  .l-header__nav {
    top: 0;
    right: -120%;
    width: 430px;
    height: 100vh;
  }
  .l-header.is-menuopen .l-header__nav {
    top: 0;
    right: 83px;
  }
  .l-header.is-menuopen .l-header__nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4rem 4rem 4rem 8rem;
  }
  .l-header.is-menuopen .l-header__nav ul li + li {
    margin-top: 7vh;
  }
  .l-scroll {
    padding-right: 83px;
    margin-top: 0;
	  overflow: hidden;
  }
  .p-top__mv {
    height: 100vh;
  }
  .p-top__concept__item--small {
    min-width: 409px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
  .is-tab {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .not-sp {
    display: block;
  }
  html {
    font-size: 56.25%;
  }
  .slide-wrapper {
    height: calc(100vh - 60px);
  }
  .slide__img:nth-of-type(2) {
    background-position: bottom right 15%;
  }
  .slide__img:nth-of-type(3) {
    background-position: center right 25%;
  }
  .p-top__mv__body__img img {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
    position: relative;
    left: -1.2rem;
  }
  .p-top__concept__item:nth-child(3) .c-textArea {
    margin-right: 2.7rem;
  }
  .p-top__concept__item--small {
    width: calc(635 / 1377 * 100%);
  }
	.top_service_boxs {
	justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
	min-width: 768px;
  row-gap: 3em;
	}
	.top_servisebox img {
		width: 34rem;
	}
	.l-header {
		flex-direction: row;
	}
	.l-header__contact {
		display: none!important;
	}
	.l-header__logo {
		margin-left: 5%;
	}
	.l-header__nav {
		height: 100%;
	}
	.l-header.is-menuopen .l-header__nav {
		top: 0;
	}
	.l-header.is-menuopen .l-header__nav ul {
		padding: 9em ;
	}
	.l-header.is-menuopen .l-header__menu-button {
		background: #FFFFFF;
	}
	.l-header.is-menuopen .menu-button__line {
		background-color: #040404;
	}
	#pryvacy .service_boxs {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-tab {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .not-sp {
    display: none;
  }
	.l-header {
		flex-direction: row;
	}
	.l-header__logo {
		margin-left: 5%;
	}
	.l-header.is-menuopen .l-header__nav {
		top: 0;
		height: 100%;
	}
	.l-header__nav .l-header__nav__link {
		font-size: 3.6rem;
	}
  .l-header__nav .l-header__nav__link span {
    font-size: 1.4rem;
	}
	.l-header.is-menuopen .l-header__nav ul {
		padding: 6em 5%;
	}
	.l-header.is-menuopen .l-header__menu-button {
		background: #FFFFFF;
	}
	.l-header.is-menuopen .menu-button__line {
		background-color: #040404;
	}
	.l-header__contact {
		display: none!important;
	}
  .l-footer {
    padding: 4rem 0 3.2rem;
  }
  .l-footer__body {
    display: block;
    margin-bottom: 0;
	  padding-bottom: 0;
    text-align: center;
  }
	.l-footer__textArea__contact p {
		position: inherit;
		text-align: left;
		margin-top: .8em;
	}
	.l-footer__menu {
		width: 100%;
		margin: 4rem auto 8rem;
	}
	.l-footer__menu ul {
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem 4rem;
    justify-content: flex-start;
  }
	.l-footer__menu ul li {
    text-align: left;
  }
	.l-footer__menu ul li a {
		font-size: 1.8rem;
	}
  .l-footer__logo {
    width: 12rem;
    min-width: 12rem;
    margin: 0;
	  text-align: left;
  }
  .l-footer__textArea {
    display: block;
  }
  .l-footer__textArea__contact {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .l-footer__textArea__contact a {
    font-size: 3.4rem;
  }
  .l-footer__textArea__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer__textArea__text p {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
  .l-footer__textArea__text p:first-child {
    margin-right: 1.2rem;
  }
  .copyright {
    font-size: 1.25rem;
  }
  .l-section:nth-child(1) {
    padding: 10.8rem 0 6rem;
  }
  .l-section:nth-child(2) {
    padding: 6rem 0 4.5rem;
  }
  .p-summary__outline .l-container {
    width: 90.7%;
  }
  .p-top__concept__intro .c-title--yellow {
    font-size: 2.25rem;
    letter-spacing: 0.03em;
  }
  .p-top__concept__item .c-title--yellow span,
.p-top__concept__item--small .c-title--yellow span {
    line-height: 1.6279069767;
  }
  .c-title--en img {
    width: 74%;
  }
  .p-summary__division .c-title--en img {
    position: relative;
    left: 7%;
  }
  .p-summary__map .c-title--en img {
    position: relative;
    left: 9%;
  }
  .p-summary__outline .c-title--en img {
    width: 100%;
  }
  .c-title--double {
    margin-bottom: 3.7rem;
  }
  .p-summary__map .c-title--double {
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .p-summary__map .c-title--double .c-title--en img {
    width: 45.4%;
  }
  .c-title--ja {
    width: 64px;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-summary__map .c-title--double .c-title--ja {
    width: 88px;
  }
  .c-title--double.-line {
    width: 100%;
    margin-bottom: 3.7rem;
  }
  .c-title--double.-line::after {
    right: 50%;
    -webkit-transform: translateX(48%);
            transform: translateX(48%);
  }
  .c-title--double.-line .c-title--en {
    width: 62.6%;
  }
  .c-title--double.-line .c-title--ja {
    width: 84px;
    margin-right: 0;
    letter-spacing: 0.3em;
  }
  .p-summary__outline__body {
    width: 94.7%;
    margin: 0 auto;
  }
  .c-text {
    font-size: 1.55rem;
    letter-spacing: 0.04em;
    line-height: calc(56 / 31);
  }
  .p-top__concept__intro .c-text {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: calc(63 / 32);
    margin-bottom: 1.3rem;
  }
  .p-top__concept__item__body .c-text {
    width: 100%;
  }
  .c-textArea {
    margin: 0;
  }
	#service .slide__img {
		    background-position: bottom right -5em;
	}
	.p-top__mv {
		height: 70vh;
	}
  .p-top__mv > p {
    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;
    height: 50px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .slide-wrapper {
    height: 70vh;
  }
  #top .slide__img:nth-of-type(1) {
    background-image: url(../img/first-view01_sp.jpg) !important;
  }
  .slide__img:nth-of-type(2) {
    background-image: url(../img/first-view02_sp.jpg) !important;
    background-position: center right;
  }
  .slide__img:nth-of-type(3) {
    background-image: url(../img/first-view03_sp.jpg) !important;
    background-position: top 50% right;
    color: #fff;
  }
	
	#service .p-top__mv, 
	#about .p-top__mv, 
	#thanks .p-top__mv, 
	#contactpage .p-top__mv {
 	   height: 60vh;
	}
	#service .slide-wrapper, 
	#about .slide-wrapper, 
	#thanks .slide-wrapper, 
	#contactpage .slide-wrapper {
 	   height: 60vh;
	}
  .slide__img__title {
    font-size: 5.4rem;
    top: 30%;
	  left: 5%;
  }
  #top .slide__img__title {
    font-size: 5.4rem;
  }
  .p-top__mv__body {
    width: 90%;
	  top: 77%;
	  left: 5%;
  }
  #top .p-top__mv__body {
    width: 90%;
	  top: 35%;
	  left: 5%;
  }
  .p-top__mv__body__img {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    text-align: center;
  }
  .p-top__mv__body__img img {
    width: 100%;
    max-width: 316px;
  }
  .p-top__mv__body__title {
    font-size: 1.8rem;
    margin-left: 0;
  }
  .p-top__mv__body__title:nth-of-type(1) {
    display: none;
  }
  .p-top__mv__bg--shadow {
    height: 136px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(77%, #000), to(transparent));
    background: linear-gradient(bottom, #000, #000 77%, transparent);
    opacity: 1;
  }
  .p-top__news {
    /*height: 20.5rem;*/
  }
  .p-top__news__inner {
    width: 86.7%;
    padding: 2.5rem 0;
  }
  .p-top__news__item dl {
    display: block;
    font-size: 1.5rem;
	padding: 1rem 0;
  }
  .p-top__news__item dl dt {
    margin-bottom: 0.4em;
  }
  .p-top__news__item dl dd {
    line-height: calc(40 / 30);
  }
  .p-top__concept {
    padding: 4rem 8% 8rem;
	  overflow: hidden;
	  border-bottom: 1px solid #E5E5E5;
  }
	.p-top__concept__ttlbox {
		position: static;
    margin-bottom: 4rem;
	}
	.h2Tag {
		font-size: 1.6rem;
	}
	.h2Tag_subttl {
		font-size: 2.8rem;
		line-height: 4.8rem;
		margin: 2rem 0 4rem;
	}
	.h2Tag_bg {
		font-size: 6.5rem;
		writing-mode: vertical-rl;
		bottom: inherit;
		top: -3rem;
		right: -11%;
		text-align: left;
	}
  .p-top__concept__intro__inner {
    left: 0;
	  overflow: inherit;
  }
  #about .p-top__concept__intro__inner,
  #contact .p-top__concept__intro__inner {
    left: 0;
	  overflow: inherit;
	  padding: 0 8%;
  }
	.top_service_boxs {
		width: 100%;
		flex-flow: wrap;
    	justify-content: space-evenly;
      gap:0;
	}
	.top_servisebox {
    margin: 1em 0;
	}
	.btn01 {
		margin-top: 8rem;
	}
	.btn01 a {
		min-width: 264px;
		
	}
	
	.p-top__about {
    padding: 8rem 0 ;
	  border-bottom: 1px solid #E5E5E5;
		background: none;
	}
	.top_about_bgi img{
		width: 100%;
	}
	.p-top__about__inner {
		max-width: 100%;
	}
	.top_about_left {
		width: 100%;
		padding: 8% 8% 0;
	}
	.top_about_txt,
	.top_contact_txt {
		width: 100%;
		font-size: 2rem;
		line-height: 3.6rem;
	}
	.top_about_bs_hour,
	.top_about_time {
		font-size: 2rem;
	}
	
	.pankuzu {
		transform: none;
		top: 1em;
		left: 8%;
	}
	#contactpage .pankuzu, 
	#thanks .pankuzu, 
	#pryvacy .pankuzu {
		transform: none;
		top: 1em;
		left: 8%;
	}
	#pryvacy .service_boxs {
		width: 100%;
	}
	#pryvacy .servisebox {
		padding: 3rem 0;
	}
	#pryvacy .servisebox_ttl {
		margin-top: 0;
		font-size: 1.8rem;
	}
	.service_section {
    padding: 6rem 8% 0;
	}
	.h2Tag_2 {
		font-size: 2rem;
	}
	.servisebox img {
    float: none;
    padding-left: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
	}
	.servisebox_ttl {
		margin-top: 1em;
	}
  .service_flex {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
  .service_flexImg img {
    width: 100%;
  }
	.outlineBox {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.outlineBox dt {
		width: 30%;
		font-size: 1.4rem;
	}
	.outlineBox dd {
		width: 70%;
		font-size: 1.4rem;
	}
	.greeting {
    flex-direction: column;
    gap: 2rem;
  }
  .greeting__img {
    width: 100%;
  }
  .greeting__img img {
    width: 100%;
  }
  .greeting__right {
    width: 100%;
  }
  .greeting__text {
    font-size: 1.5rem;
  }
  .greeting__name {
    font-size: 1.8rem;
  }
	.contact_pTag {
		text-align: left;
	}
	#formWrap {
		margin-top: 4rem;
	}
	.table.formTable td {
		padding-bottom: 1em;
	}
	.contact_form {
		padding: 1.2rem 1rem;
	}
	
	table.formTable td textarea {
    	min-height: 20rem;
	}
	.contact_text {
		text-align: left;
	}
	.check_box {
		text-align: left;
	}
	.contact_btn {
		width: 264px;
	}
	#service .slide__img__title, 
	#contactpage .slide__img__title, 
	#thanks .slide__img__title, 
	#about .slide__img__title {
		font-size: 3.6rem;
    text-shadow: 2px 2px 10px #04040466, -2px 2px 10px #04040466;

	}
	/* #service .slide__img__title {
		text-shadow: 2px 2px 10px #040404, -2px 2px 10px #040404;
	} */
	
	.slide__img__title span {
		font-size: 2.2rem;
	}
	
  .p-top__concept__logo {
    width: 88.7%;
    min-width: 200px;
    margin: 0 auto 2.7rem;
  }
  .p-top__concept__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0 2.5rem 0 4rem;
  }
  .p-top__concept__item:nth-child(2) .c-textArea {
    width: 100%;
  }
  .p-top__concept__item:nth-child(2), .p-top__concept__item:nth-child(3) {
    margin-bottom: 3.8rem;
  }
  .p-top__concept__item:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-top__concept__item:nth-child(3) .c-textArea {
    margin-right: 0;
  }
  .p-top__concept__item:nth-child(2)::before {
    top: -49%;
    right: -31%;
    width: 88%;
  }
  .p-top__concept__item:nth-child(3)::before {
    content: none;
  }
  .p-top__concept__item:nth-child(3)::after {
    position: absolute;
    top: -32%;
    right: -31%;
    content: "";
    width: 88%;
    height: 81%;
    background: url(../img/bg_palm.png) no-repeat center right/contain;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .p-top__concept__item:nth-child(4)::before {
    top: -48%;
    right: -31%;
    width: 88%;
  }
  .p-top__concept__item__img {
    width: calc(100vw - 5.5rem);
    margin-top: 1.4rem;
  }
  .p-top__concept__item:nth-child(2) .p-top__concept__item__img {
    padding-top: calc(460 / 670 * 100%);
  }
  .p-top__concept__item:nth-child(3) .p-top__concept__item__img {
    padding-top: calc(460 / 667 * 100%);
  }
  .p-top__concept__item:nth-child(3) .p-top__concept__item__img {
    margin-left: -4rem;
  }
  .p-top__concept__item:nth-child(4) .p-top__concept__item__img {
    margin-left: 0;
  }
  .p-top__concept__items {
    display: block;
    margin: 0 4rem;
  }
  .p-top__concept__items:nth-last-child(2) {
    margin-bottom: 0;
  }
  .p-top__concept__item--small {
    width: 100%;
    margin-bottom: 5rem;
  }
  .p-top__concept__items:last-child .p-top__concept__item--small:last-child {
    margin-bottom: 0;
  }
  .p-top__concept__item__body {
    display: block;
  }
  .p-top__concept__item__body .p-top__concept__item__img {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
	
	.p-top__mv {
		height: 60vh;
	}
  .slide-wrapper {
    height: 60vh;
  }
	.slide__img__title {
		top: 32%;
	}
  .p-top__mv__body {
	  top: 90%;
  }
  .l-header__contact__items .l-header__contact__item:nth-child(1) a,
.l-header__contact__items .l-header__contact__item:nth-child(2) a {
    font-size: 11px;
    padding: 16px 8px;
  }

  .l-header__contact__items .l-header__contact__item:nth-child(3) {
    width: 41px;
  }

  .l-header__contact__items .l-header__contact__item:nth-child(3) a img {
    width: 53%;
  }
}
@media screen and (min-width: 321px) {
  .copyright small br {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  .p-top__mv > p,
.p-top__mv__body__title.is-sp {
    font-size: 4.7vw;
  }
}
@media screen and (max-width: 1200px) {
  .p-top__concept__item--small:first-child {
    margin-right: calc(100 / 1377 * 100%);
  }
}
/*# sourceMappingURL=style.css.map */