/* stylesheet */
/* A Modern CSS Reset */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;800&family=Oswald:wght@700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul {
  list-style: none;
}

.contactmail .header {
  top: 0;
}

.contactmail .header__inner {
  display: block;
  width: 300px;
  margin: 0;
}

.contactmail .header__inner::before {
  display: none;
}

.contactmail .header__companyname {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

textarea {
  resize: vertical;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/****************************************

    FONTS

*****************************************/
@font-face {
  font-display: swap;
  font-style: normal;
  font-family: "ITC";
  src: url("fonts/ITCAvantGardeStd-Demi.woff") format("woff");
}

/* Noto Sans JP */
@font-face {
  font-display: swap;
  font-weight: 100;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSans_Thin.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSans_Light.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSans_DemiLight.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSans_Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSans_Medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSans_Bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSans_Black.woff2") format("woff2");
}

/*------------------------------------------------------

    BASE

------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  font-size: 15px;
}

.en {
  font-family: "ITC", sans-serif;
  line-height: 1;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1.12em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
}

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

.w100 {
  width: 100%;
  height: auto;
}

.arrow-link {
  position: relative;
  display: block;
}

.arrow-link::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.back-link {
  position: relative;
  display: block;
}

.back-link:after {
  position: absolute;
  top: 50%;
  left: 2rem;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(223deg);
}

.container {
  width: 92%;
  margin: auto;
}

.d-sp {
  display: inline-block;
}

.d-pc {
  display: none;
}

main {
  background-color: #fff;
}

/*------------------------------------------------------

    HEADER

------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  background-color: #231815;
  padding: 1rem 0;
  z-index: 100;
  top: 0;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*------------------------------------------------------

    NAV

------------------------------------------------------*/
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/*menu*/
.menu {
  position: sticky;
  top: 0%;
  right: 4%;
  width: 25px;
  display: block;
  padding: 0 0 10px 0;
  z-index: 99;
  appearance: none;
  -webkit-appearance: none;
}

.menu__line {
  background: #fff;
  display: block;
  height: 1px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 5px;
  transform: rotate(45deg);
  background: #333;
}

.menu__line--bottom.active {
  bottom: 4px;
  transform: rotate(135deg);
  background: #333;
}

/*gnav*/
.gnav {
  background-color: #efefef;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 0;
  left: 0;
}

.gnav__wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
}

.gnav__wrap .nav-logo {
  background-color: #fff;
  padding: 18px;
  border-bottom: 1px solid #e1e1e1;
}

.gnav__menu {
  display: flex;
  flex-direction: column;
}

.gnav__menu .gnav__menu__item {
  list-style: none;
  font-weight: 900;
  display: flex;
  align-items: center;
}

.gnav__menu .gnav__menu__item a {
  position: relative;
  background-color: #efefef;
  color: #333;
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 22px 18px 15px;
  text-decoration: none;
  transition: 0.2s;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  width: 100%;
}

.gnav__menu .gnav__menu__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg) translateY(-50%);
}

.gnav__menu .gnav__menu__item a:hover {
  background-color: #eaeaea;
}

/*------------------------------------------------------

    HERO

------------------------------------------------------*/
#hero {
  margin-bottom: 3rem;
}

#hero .container {
  width: 100%;
}

/*------------------------------------------------------

    ABOUT

------------------------------------------------------*/
#about {
  margin-bottom: 3rem;
}

#about .container .section__contents--item h2 {
  position: sticky;
  font-size: 8.7vw;
}

#about .container .section__contents--item img {
  margin-top: -5%;
}

#about .container .section__contents--item h3 {
  margin: 13px 0 10px;
  font-size: 8vw;
}

#about a {
  text-decoration: none;
  position: relative;
}

#about a .s01 {
  color: #f8b500;
}

#about a::after {
  color: #f8b500;
}

#about a .about-container {
  text-decoration: none;
  padding: 1rem;

}

#about a .about-container p {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

#about .about-container p.en {
  font-size: 10px;
}

/* #about .container a {

  position: relative;
  width: 90%;
  height: 30px;
}

#about .container a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  display: inline-block;
  width: 90%;
  height: 30px;
  border-color: #f8b500;

} */

#about .container a {
  position: relative;
  width: 90%;
  height: 30px;
}



#about .container a .line {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  width: 90%;
  height: 30px;
  border-color: #f8b500;
}

/*------------------------------------------------------

    SERVICE

------------------------------------------------------*/
#service .container {
  width: 100%;
}

#service .container .section__title {
  position: relative;
}

#service .container .section__title img {
  width: 90%;
  margin-left: 10%;
}

#service .container .section__title--txt {
  position: absolute;
  left: 4%;
  bottom: 8%;
}

#service .container .section__title--txt h2 {
  font-size: 42px;
}

#service .container .section__title--txt p {
  letter-spacing: 5px;
}

#service .container .section__contents--item {
  position: relative;
  margin-bottom: 4rem;
}

#service .container .section__contents--item img.s-img {
  margin-bottom: -32%;
  width: 96%;
  position: sticky;
  z-index: 1;
}

#service .container .section__contents--item img.s-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 86%;
  z-index: 0;
}

#service .container .section__contents--item h3 {
  position: sticky;
  color: #fff;
  width: 65%;
  margin-left: 35%;
  margin-bottom: 1rem;
  padding: 0 0 0 3rem;
  border-radius: 100px 0 0 100px;
  display: flex;
  align-items: center;
  height: 100px;
  z-index: 2;
}

#service .container .section__contents--item p {
  padding: 25px 4%;
}

#service .container .section__contents--item a {
  text-decoration: none;
  position: revert;
}

#service .container .section__contents--item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  width: 90%;
  height: 30px;
}

#service .container .section__contents--item a .service-link-box {
  text-decoration: none;
  padding: 1rem;
}

#service .container .section__contents--item a .service-link-box p {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

#service .container .section__contents--item a .service-link-box p.en {
  font-size: 10px;
}

#service .container .section__contents--item.s01 h3 {
  background-color: #24c8e5;
}

#service .container .section__contents--item.s01 a {
  color: #24c8e5;
}

#service .container .section__contents--item.s01 a::after {
  border-color: #24c8e5;
}

#service .container .section__contents--item.s02 h3 {
  background-color: #ffb02c;
}

#service .container .section__contents--item.s02 a {
  color: #ffb02c;
}

#service .container .section__contents--item.s02 a::after {
  border-color: #ffb02c;
}

#service .container .section__contents--item.s03 h3 {
  background-color: #88bd1f;
}

#service .container .section__contents--item.s03 a {
  color: #88bd1f;
}

#service .container .section__contents--item.s03 a::after {
  border-color: #88bd1f;
}

#service .container .section__contents--item.s04 h3 {
  background-color: #e9538c;
}

#service .container .section__contents--item.c01 h3 {
  background-color: #ff6565;
}

/*------------------------------------------------------

    CONTENT

------------------------------------------------------*/
#content .container {
  width: 100%;
}

#content .container .section__title {
  position: relative;
}

#content .container .section__title h2 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 42px;
}

#content .container .section__contents {
  padding-bottom: 2rem;
}

#content .container .section__contents--item {
  padding: 2rem 2rem 0;
}

#content .container .section__contents--item .p_post{
  width: 75%;
  margin: auto;
  margin-top: 1.5rem;
}

/*------------------------------------------------------

    COMPANY

------------------------------------------------------*/
#company {
  padding: 4rem 0 0;
  margin: 1rem;
}

#company .container {
  width: 100%;
}

#company .container .section__contents--item h2 {
  font-size: 42px;
  text-align: center;
}

#company .container .section__contents--item h3 {
  font-size: 1rem;
  text-align: center;
}

#company .container .section__contents--item.info h3 {
  background-color: #FFF003;
  margin-top: -4%;
  padding: 15px 0 5px 0;
}

#company .container .section__contents--item.info table {
  width: 100%;
}

/* #company .container .section__contents--item.info table tr.bg-yellow {
  background-color: #f5e9bd;
} */

#company .container .section__contents--item.info table th,
#company .container .section__contents--item.info table td {
  font-weight: 400;
  font-size: 14px;
  padding: 1rem;
  border-bottom: 1px solid #cccccc;
}


#company .container .section__contents--item.info table td ul li {
  list-style-position: outside;
}

/*------------------------------------------------------

    RECRUIT

------------------------------------------------------*/
/**/
.flex-warpper {
  margin: 2rem 0;
}

.flex-warpper .flex-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#recruit {
  background-image: url(images/recruit.jpg);
  background-size: cover;
  background-position: right center;
  padding: 1rem;
  margin: 1rem;
  border-radius: 5px;
}

#recruit .recruit-inner h2 {
  margin-top: 3rem;
  text-align: center;
}

#recruit .recruit-inner h3 {
  text-align: center;
}

#recruit .recruit-inner .text-contents {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  margin-top: 3rem;
  padding: 15px;
  color: #000;
}

#recruit .recruit-inner .text-contents p {
  margin: 0;
}

#recruit .recruit-inner .text-contents ul {
  margin-top: 10px;
}

#recruit .recruit-inner .text-contents ul li {
  list-style: none;
}

#recruit .recruit-inner a {
  margin: 3rem 0;
  background-color: #0070C0;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 0;
}

/*------------------------------------------------------

    CONTACT

------------------------------------------------------*/
#contact {
  background-image: url(images/contact-bg.jpg);
  background-size: cover;
  background-position: left center;
  padding: 1rem;
  margin: 1rem;
  border-radius: 5px;
}

#contact .section__contents {
  text-align: center;
}

#contact .section__contents img {
  width: 30%;
  margin: 3rem auto 0;
  filter: opacity(0.75);
}

#contact .section__contents h4 {
  margin: 1rem 0;
  font-size: 1.25rem;
}

#contact .section__contents .text-contents {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  margin-top: 3rem;
  padding: 15px;
  color: #000;
}

#contact .section__contents a {
  margin: 3rem 0;
  background-color: #e60012;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 0;
}




/* CONTACT */

.contactmail .header {
  top: 0;
}

.contactmail .header__inner {
  display: block;
  width: 300px;
  margin: 0;
}

.contactmail .header__inner::before {
  display: none;
}

.contactmail .header__companyname {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


.contact form {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.contact form.kakunin {
  width: 70%;
}

.contact__list {
  width: 100%;
  position: relative;
}

.contact__list>li {
  width: 100%;
  padding: 8px 0;
}

.contact__list__ques {
  width: 100%;
  vertical-align: middle;
  padding-right: 5%;
  letter-spacing: 0.1em;
  font-size: 17px;
  margin-bottom: 0.5em;
}

.contact__list__ans {
  width: 100%;
}

.contact__list>li:last-child .contact__list__ques {
  vertical-align: top;
  padding-top: 1em;
}

.contact__list__ans input,
.contact__list__ans select,
.contact__list__ans textarea {
  border-radius: 0;
}

.contact__list__ans input,
.contact__list__ans select {
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  font-size: 1em;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}

.contents__inner input::placeholder,
.contents__inner textarea::placeholder {
  color: #bababa;
}

.contact__list__ans select {
  color: #bababa;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.contact__list__ans--select {
  position: relative;
}

.contact__list__ans--select::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 48%;
  right: 3%;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -moz-transform: translate(0, -50%) rotate(135deg);
  -o-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

.contact__list__ans textarea {
  padding: 1em;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #000;
  font-size: 17px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}

.required {
  color: #dd434e;
  font-size: 0.8em;
  padding-left: 5px;
}

.contact__list__ans .note {
  color: #777;
  font-size: 0.8em;
  padding-top: 5px;
}

.contact__check {
  text-align: center;
  padding: 3vw 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.contact__check--parts {
  display: none;
}

.contact__check--label {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.contact__check--label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}

.contact__check--parts:checked+.contact__check--label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #000;
}

.contact__btn {
  width: 70%;
  margin: 15px auto 5vw;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.contact__btn__send,
.contact__btn__clear,
.contact__btn__back {
  width: 45%;
  padding: 0 5%;
  margin: 0 2px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #4f8bba;
  border: none;
  padding: 10px 0;
  letter-spacing: 0.2em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.contact__btn__back {
  width: auto;
  padding: 10px 50px;
  display: inline-block;
}

.contact__btn__send {
  float: right;
}

.contact__btn__send.only {
  float: none;
  width: 65%;
  margin: 0 auto;
}

.contact__btn__clear {
  float: left;
}

.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  float: none;
  width: 100%;
  margin: 0px auto 35px;
  color: #fff;
  padding: 8px 24px;
  background-color: #3abec1;
  cursor: pointer;
  /* ポインターカーソルを表示 */
}

.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  /* クリック不可のカーソルを表示 */
  float: none;
  width: 100%;
  margin: 0px auto 35px;
}

.contactmail .contact__btn.disable::after {
  display: none;
}

/* フォーム確認 */
.form-kakunin__ttl {
  text-align: center;
  font-size: 25px;
  line-height: 1em;
  margin-bottom: 20px;
}

.form-kakunin__txt {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  margin: 10px;
}

.formTable {
  width: 100%;
  margin: 0 auto;
}

table.formTable th {
  width: 30%;
}

table.formTable td,
table.formTable th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.form-kakunin .contact__btn {
  margin-top: 60px;
}

.error_messe {
  padding: 5px;
  color: #dd434e;
}

.contactmail {
  min-height: 100vh;
  padding-bottom: 3vh;
}

.contact__thanks {
  text-align: center;
  margin: 50px 0;
}

.contact__cap {
  width: 50%;
  margin: 0 auto 80px;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}

.contactmail .footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

.contactmail .section__ttl::after {
  opacity: 1;
}



/*------------------------------------------------------

    PAGE / ABOUT US

------------------------------------------------------*/
#about-page {
  letter-spacing: 0;
}

#about-page #about-header {
  margin-top: 40px;
}

#about-page #about-header .container {
  width: 100%;
  margin-top: -2rem;
}

#about-page #about-header .container .section__contents--item {
  position: relative;
  margin-bottom: 4rem;
}

#about-page #about-header .container .section__contents--item img.s-img {
  margin-bottom: -32%;
  width: 96%;
  position: sticky;
  z-index: 1;
}

#about-page #about-header .container .section__contents--item img.s-bg {
  position: absolute;
  bottom: -40%;
  right: 0;
  width: 86%;
  z-index: 0;
}

#about-page #about-header .container .section__contents--item h3 {
  position: sticky;
  background-color: #ff5d29;
  color: #fff;
  width: 65%;
  margin-left: 35%;
  margin-bottom: 1rem;
  padding: 0 0 0 3rem;
  border-radius: 100px 0 0 100px;
  display: flex;
  align-items: center;
  height: 100px;
  z-index: 2;
}

#about-page #philosophy {
  margin-top: 195px;
}

#about-page #philosophy .container {
  width: 90%;
}

#about-page #philosophy .container .section__title {
  text-align: center;
  margin-bottom: 60px;
}

#about-page #philosophy .container .section__title h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

#about-page #philosophy .container .section__title p {
  color: #E16A14;
}

#about-page #philosophy .container .section__contents h4 {
  font-size: 9vw;
  font-weight: 700;
}

#about-page #philosophy .container .section__contents h5 {
  font-size: 3.2vw;
  color: #FF3D00;
  font-weight: 300;
}

#about-page #philosophy .container .section__contents img {
  width: 80%;
  margin: 40px auto;
}

#about-page #philosophy .container .section__contents h6 {
  text-align: center;
  font-size: 4vw;
  color: rgba(200, 36, 0, 0.76);
  margin: 0 0 15px;
}

#about-page #philosophy .container .section__contents p {
  margin-bottom: 5px;
}

#about-page #value {
  margin-top: 100px;
  text-align: center;
}

#about-page #value .container {
  width: 90%;
}

#about-page #value .container .section__title {
  text-align: center;
  margin-bottom: 40px;
}

#about-page #value .container .section__title h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

#about-page #value .container .section__title p {
  color: #E16A14;
}

#about-page #value .container .section__title img {
  margin: 40px 0 20px;
}

#about-page #value .container .section__contents {
  position: relative;
}

#about-page #value .container .section__contents span.lead {
  position: absolute;
  top: -5%;
  left: -5%;
  writing-mode: vertical-rl;
  color: rgba(185, 185, 185, 0.26);
  font-size: 36px;
  font-weight: 800;
  white-space: nowrap;
}

#about-page #value .container .section__contents span.lead em {
  font-style: normal;
}

#about-page #value .container .section__contents span.lead .lead01 {
  color: #ECF7FA;
}

#about-page #value .container .section__contents span.lead .lead02 {
  color: #E6ECF7;
}

#about-page #value .container .section__contents span.lead .lead03 {
  color: #E5FCE6;
}

#about-page #value .container .section__contents .item.value01 h4 {
  color: #24AACA;
}

#about-page #value .container .section__contents .item.value02 {
  margin-top: 40px;
}

#about-page #value .container .section__contents .item.value02 h4 {
  color: #115CA8;
}

#about-page #value .container .section__contents .item.value03 {
  margin-top: 40px;
}

#about-page #value .container .section__contents .item.value03 h4 {
  color: #39B23B;
}

#about-page #company {
  margin-top: 100px;
  padding: 0;
}

#about-page #company .container {
  width: 90%;
}

#about-page #company .container .section__title {
  text-align: center;
  margin-bottom: 40px;
}

#about-page #company .container .section__title h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

#about-page #company .container .section__title p {
  color: #E16A14;
}

#about-page #company .container .section__contents table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

#about-page #company .container .section__contents table tr {
  border-top: 1px solid #eee;
}

#about-page #company .container .section__contents table tr th,
#about-page #company .container .section__contents table tr td {
  text-align: left;
  font-size: 3.4vw;
  padding: 15px 0;
}

#about-page #company .container .section__contents table tr th {
  font-weight: normal;
  vertical-align: top;
}

#about-page #company .container .section__contents .map {
  width: 100%;
  position: relative;
  padding-top: 30.25%;
}

#about-page #company .container .section__contents .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#about-page #company-name {
  padding: 100px 0;
}




/*------------------------------------------------------

    COMPANY NAME

------------------------------------------------------*/
#company-name {
  text-align: center;
  padding: 45px 0 20px;
}

#company-name img {
  width: 60%;
  margin: auto;
}

/*------------------------------------------------------

    FOOTER

------------------------------------------------------*/
footer {
  padding: 1rem 0;
  text-align: center;
}

footer p#copyright {
  font-size: 10px;
  letter-spacing: 0;
}

/*------------------------------------------------------

    PAGE / SERVICE

------------------------------------------------------*/
#service-page #service {
  margin-top: 40px;
}

#service-page .s-contents .container .section__contents {
  padding: 25px 0 0;
}

#service-page .s-contents .container .section__contents--item {
  padding: 0 0 50px;
}

#service-page .s-contents .container .section__contents--item h3 {
  background: #858585;
  margin: 0 0 15px;
  padding: 15px;
  font-size: 3.9vw;
  color: #fff;
  text-align: center;
  border-radius: 100px;
}

#service-page .s-contents .container .section__contents--item p {
  margin: 15px 0 0;
}

#service-page #service01 h3 {
  background-color: #57c8e5;
}

#service-page #service02 h3 {
  background-color: #ffb02c;
}

#service-page #service02 p {
  margin: 15px 0;
}

#service-page #service03 h3 {
  background-color: #88bd1f;
}

#service-page #service-link {
  background-color: #f5f5f5;
  margin: 50px 0 0;
  padding: 50px 0;
}

#service-page #service-link .container .service-link__title {
  margin: 0 0 15px;
}

#service-page #service-link .container .service-link__title h4 {
  position: relative;
  text-align: center;
}

#service-page #service-link .container .service-link__title h4 span {
  background-color: #f5f5f5;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

#service-page #service-link .container .service-link__title h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  z-index: 1;
}

#service-page #service-link .container .service-link__contents ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#service-page #service-link .container .service-link__contents ul li {
  list-style: none;
  text-align: center;
}

#service-page #service-link .container .service-link__contents ul li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#service-page #service-link .container .service-link__contents ul li a span {
  display: block;
  font-size: 10px;
}

#service-page #service-link .container .service-link__contents ul li:nth-child(1) a {
  background-color: #57c8e5;
}

#service-page #service-link .container .service-link__contents ul li:nth-child(2) a {
  background-color: #ffb02c;
}

#service-page #service-link .container .service-link__contents ul li:nth-child(3) a {
  background-color: #88bd1f;
}

/*------------------------------------------------------

    PAGE / RECRUIT

------------------------------------------------------*/
.en2 {
  font-family: "Inter", sans-serif;
}

#recruit-page {
  letter-spacing: 0;
}

#recruit-page #recruit-header {
  margin-top: 40px;
}

#recruit-page #recruit-header .container {
  width: 100%;
  margin-top: -2rem;
}

#recruit-page #recruit-header .container .section__contents--item {
  position: relative;
  margin-bottom: 4rem;
}

#recruit-page #recruit-header .container .section__contents--item img.s-img {
  margin-bottom: -32%;
  width: 96%;
  position: sticky;
  z-index: 1;
}

#recruit-page #recruit-header .container .section__contents--item img.s-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 86%;
  z-index: 0;
}

#recruit-page #recruit-header .container .section__contents--item h3 {
  position: sticky;
  background-color: #3E64C5;
  color: #fff;
  width: 65%;
  margin-left: 35%;
  margin-bottom: 1rem;
  padding: 0 0 0 3rem;
  border-radius: 100px 0 0 100px;
  display: flex;
  align-items: center;
  height: 100px;
  z-index: 2;
}

#recruit-page #recruit-header .container .section__contents--item p {
  padding: 25px 4%;
  z-index: 2;
  position: sticky;
  text-align: center;
  font-size: 12px;
}

#recruit-page #mission .container .section__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#recruit-page #mission .container .section__title--title {
  width: 25%;
  text-align: center;
}

#recruit-page #mission .container .section__title--title h3 {
  font-size: 28px;
  line-height: 1;
}

#recruit-page #mission .container .section__title--title p {
  color: rgba(20, 102, 225, 0.76);
  font-weight: 900;
  font-size: 12px;
}

#recruit-page #mission .container .section__title--txt {
  width: 68%;
}

#recruit-page #mission .container .section__title--txt p {
  font-size: 12px;
}

#recruit-page #mission .container .section_contents {
  padding: 40px 20px;
}

#recruit-page #personnel {
  margin-top: 75px;
}

#recruit-page #personnel .container {
  width: 82%;
}

#recruit-page #personnel .container .section__title {
  text-align: center;
}

#recruit-page #personnel .container .section__title h3 {
  font-size: 32px;
  font-weight: 500;
}

#recruit-page #personnel .container .section__title p {
  color: #C7A90F;
  margin-top: 5px;
}

#recruit-page #personnel .container .section__contents h4 {
  text-align: center;
  color: #5280F5;
  margin: 40px 0;
  font-size: 28px;
  font-weight: 600;
}

#recruit-page #personnel .container .section__contents p {
  margin-bottom: 20px;
}

#recruit-page #personnel .container .section__contents img {
  margin: 40px 0;
}

#recruit-page #personnel .container .section__contents .qasac {
  position: relative;
  margin: 60px 0 0;
  padding: 0 0 60px;
}

#recruit-page #personnel .container .section__contents .qasac p.en2 {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(157, 189, 237, 0.16);
  writing-mode: vertical-rl;
  font-size: 36px;
  line-height: 1;
  margin: 0;
  font-weight: 800;
}

#recruit-page #personnel .container .section__contents .qasac .qasac__item {
  text-align: center;
  margin: 40px 0;
}

#recruit-page #personnel .container .section__contents .qasac .qasac__item h5 {
  color: #3E64C5;
  margin: 0 0 2px;
  font-size: 16px;
}

#recruit-page #personnel .container .section__contents .qasac .qasac__item p {
  font-size: 12px;
}

#recruit-page #jobs .container .section__title {
  text-align: center;
}

#recruit-page #jobs .container .section__title h3 {
  font-size: 32px;
  font-weight: 500;
}

#recruit-page #jobs .container .section__title p {
  color: #C7A90F;
  margin-top: 5px;
}

#recruit-page #jobs .container .section__contents {
  margin-top: 60px;
}

#recruit-page #jobs .container .section__contents .jobs-item {
  position: relative;
  padding: 10px 0 80px 10px;
  background-position: top right;
  background-size: 44%;
  background-repeat: no-repeat;
}

#recruit-page #jobs .container .section__contents .jobs-item.jobs01 {
  background-image: url(images/job01.png);
}

#recruit-page #jobs .container .section__contents .jobs-item.jobs02 {
  background-image: url(images/job02.png);
}

#recruit-page #jobs .container .section__contents .jobs-item.jobs03 {
  background-image: url(images/job03.png);
}

#recruit-page #jobs .container .section__contents .jobs-item h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 300;
  font-size: 16px;
}

#recruit-page #jobs .container .section__contents .jobs-item p.en2 {
  color: rgba(62, 100, 197, 0.17);
  font-family: "Arial Black";
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

#recruit-page #jobs .container .section__contents .jobs-item a {
  position: relative;
  color: #3E64C5;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  padding-left: 15px;
}

#recruit-page #jobs .container .section__contents .jobs-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3E64C5;
  width: 10px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#recruit-page #job-details .container .section__contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#recruit-page #job-details .container .section__contents .job-details__item h5 {
  font-size: 16px;
  margin: 0;
}

#recruit-page #job-details .container .section__contents .job-details__item h6 {
  background: #eae9e5;
  border: solid #c5c4c1;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
  padding: 10px;
}

#recruit-page #job-details .container .section__contents .job-details__item p {
  font-size: 12px;
}

#recruit-page #job-details .container a {
  position: relative;
  display: block;
  text-align: center;
  background-color: #3E74C5;
  color: #fff;
  font-weight: 800;
  margin: 40px 0;
  padding: 15px 0;
  border-radius: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) inset;
  filter: drop-shadow(0 4px 4px #a5a5a5);
  font-size: 16px;
}

#recruit-page #job-details .container a .arrow-right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.9em;
  height: 0.2em;
  background: currentColor;
}

#recruit-page #job-details .container a .arrow-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

#recruit-page #job-details .container img {
  margin-bottom: 40px;
}

/*------------------------------------------------------

    PAGE / SIGNAGE

------------------------------------------------------*/
#signage-page {
  /* KOKOHARU INFO */
  /* POINT */
  /*
  .detail
  #ledVition
  #priceList
  */
  /* FLOW */
  /* FAQ */
  /* CONTACT */
}

#signage-page .signage-header {
  position: relative;
}

#signage-page .signage-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/signage-header-bg01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 1;
}

#signage-page .signage-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 90%, #d8e1ff 100%);
  z-index: 0;
}

#signage-page .signage-header__txt01 {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 2;
  width: 70%;
}

#signage-page .signage-header__txt01 p {
  font-size: 4.5vw;
  letter-spacing: 4px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.14);
  color: #212121;
  font-weight: 900;
  position: relative;
}

#signage-page .signage-header__txt01 p::before {
  content: "";
  position: absolute;
  top: 0%;
  left: -5%;
  width: 100%;
  height: 100%;
  background-image: url(images/underline.png);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: 0;
  z-index: -1;
}

#signage-page .signage-header__txt01 p span {
  font-size: 174%;
  transform: translateY(2px);
  display: inline-block;
}

#signage-page .signage-header__txt01 p strong {
  display: block;
  font-size: 168%;
  color: #1f5595;
}

#signage-page .signage-header__txt02 {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 25px;
  color: #fff;
  z-index: 2;
}

#signage-page .signage-header__txt02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #53afe1;
  opacity: 0.9;
  mix-blend-mode: multiply;
  border: 5px solid #fff;
}

#signage-page .signage-header__txt02 p {
  font-size: 3vw;
  margin: 0 0 20px;
  position: sticky;
  font-weight: bold;
}

#signage-page .signage-header__txt02 p:first-child {
  background-color: rgba(255, 255, 255, 0.9);
  color: #21364c;
  margin: 0 0 10px;
  padding: 6px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 20px;
  font-weight: 900;
}

#signage-page .signage-header__txt02 .price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#signage-page .signage-header__txt02 .price .badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transform: rotate(18deg);
}

#signage-page .signage-header__txt02 .price .badge .square1,
#signage-page .signage-header__txt02 .price .badge .square2,
#signage-page .signage-header__txt02 .price .badge .square3,
#signage-page .signage-header__txt02 .price .badge .square4,
#signage-page .signage-header__txt02 .price .badge .square5,
#signage-page .signage-header__txt02 .price .badge .square6 {
  width: 40px;
  height: 40px;
  background-color: yellow;
  position: absolute;
  top: 0px;
  left: 0px;
}

#signage-page .signage-header__txt02 .price .badge .square2 {
  transform: rotate(15deg);
}

#signage-page .signage-header__txt02 .price .badge .square3 {
  transform: rotate(30deg);
}

#signage-page .signage-header__txt02 .price .badge .square4 {
  transform: rotate(45deg);
}

#signage-page .signage-header__txt02 .price .badge .square5 {
  transform: rotate(60deg);
}

#signage-page .signage-header__txt02 .price .badge .square6 {
  transform: rotate(75deg);
}

#signage-page .signage-header__txt02 .price .badge .text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 1px);
  color: #f00;
  font-size: 10px;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: bold;
}

#signage-page .signage-header__txt02 .price .badge .text2 {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 3px);
  color: red;
  font-size: 15px;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 900;
}

#signage-page .signage-header__txt02 .price p {
  position: relative;
  margin: 0;
  color: #000;
  letter-spacing: 0;
  line-height: 1;
  font-size: 4vw;
}

#signage-page .signage-header__txt02 .price p span.tax {
  writing-mode: vertical-rl;
  background-color: rgba(64, 109, 161, 0.52);
  padding: 8px 4px;
  font-size: 10px;
  margin-right: 5px;
  color: #fff;
  position: absolute;
  top: 8px;
  right: -6px;
}

#signage-page .signage-header__txt02 .price p strong {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 17vw;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.41);
  margin-right: 4px;
}

#signage-page .signage-header__txt02 .price p strong small {
  font-size: 7vw;
}

#signage-page .signage-header__img {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
}

#signage-page .signage-header__img::after {
  content: "";
  position: absolute;
  bottom: -24%;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/signage-header-bg02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0.7;
  z-index: 1;
}

#signage-page .signage-header__img picture {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1.1);
}

#signage-page .signage-header__img picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 80%;
  object-position: center 80%;
}

#signage-page #kokoharuInfo {
  background-image: url(images/kokoharu-info-bg.png);
  background-repeat: repeat-x;
  text-align: center;
  padding: 35px 0;
}

#signage-page #kokoharuInfo .section__title h3 {
  font-weight: 600;
  font-size: 5vw;
}

#signage-page #kokoharuInfo .section__title img {
  width: 77%;
  margin: 20px auto 0;
}

#signage-page #kokoharuInfo .section__contents video {
  width: 100%;
  margin: 35px 0;
}

#signage-page #kokoharuInfo .section__contents p {
  font-size: 3vw;
  line-height: 2;
}

#signage-page #point {
  text-align: center;
  padding: 35px 0;
}

#signage-page #point .section__title h2 {
  background-image: url(images/annotation-check.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position-y: center;
  padding-left: 50px;
  display: inline-block;
  font-weight: 300;
  font-size: 32px;
}

#signage-page #point .section__contents--item {
  margin-top: 35px;
}

#signage-page #point .section__contents--item.point02,
#signage-page #point .section__contents--item.point03 {
  margin-top: 60px;
}

#signage-page #point .section__contents--item.point02 h3 {
  background-image: url("images/point-title02.png");
  background-size: 54px;
}

#signage-page #point .section__contents--item.point03 h3 {
  background-image: url("images/point-title03.png");
  background-size: 50px;
}

#signage-page #point .section__contents--item h3 {
  background-image: url("images/point-title01.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position-y: center;
  padding-left: 60px;
  display: inline-block;
  text-align: left;
}

#signage-page #point .section__contents--item h3 span {
  color: rgba(157, 189, 237, 0.76);
  font-size: 18px;
}

#signage-page #point .section__contents--item h3 em {
  display: block;
  font-style: normal;
  color: rgba(20, 102, 225, 0.76);
  font-size: 28px;
}

#signage-page #point .section__contents--item p {
  font-size: 3vw;
  line-height: 1.8;
  margin: 20px 0 30px;
}

#signage-page #point .section__contents--item p strong {
  color: #FF0606;
}

#signage-page #point .section__contents--item .map {
  width: 100%;
  position: relative;
  padding-top: 72.25%;
}

#signage-page #point .section__contents--item .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#signage-page #ledVition {
  margin-top: 60px;
}

#signage-page .detail {
  padding: 90px 0;
  position: relative;
  background-image: url(images/detaile-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#signage-page .detail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/detail-bottom-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

#signage-page .detail .section__title {
  position: relative;
  margin-bottom: 30px;
}

#signage-page .detail .section__title p {
  color: #111;
  font-size: 40px;
  line-heigh: 1.2;
}

#signage-page .detail .section__title p span {
  color: #006AB8;
}

#signage-page .detail .section__title h2 {
  font-size: 8vw;
  line-height: 1;
  margin-bottom: 28px;
  color: #15325f;
  text-shadow: 1px 1px 1px #fff;
  position: relative;
}

#signage-page .detail .section__title h2::after {
  position: absolute;
  bottom: -11px;
  left: 0;
  content: "";
  width: 32px;
  height: 1px;
  background-color: #ab2928;
}

#signage-page .detail .section__contents {
  position: sticky;
  z-index: 1;
}

#signage-page .detail .section__contents table.vision-table {
  letter-spacing: 0;
  border-collapse: separate;
  border-spacing: 0px 1px;
  width: 100%;
}

#signage-page .detail .section__contents table.vision-table tr th,
#signage-page .detail .section__contents table.vision-table tr td {
  font-size: 2vw;
  padding: 10px;
}

#signage-page .detail .section__contents table.vision-table tr th {
  white-space: nowrap;
  background-color: #373e48;
  border-left: 4px solid #376ab8;
  color: #fff;
}

#signage-page .detail .section__contents table.vision-table tr:nth-child(even) td {
  background-color: #f7fbfd;
}

#signage-page .detail .section__contents table.price-table {
  letter-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #373e48;
  margin-bottom: 40px;
  width: 100%;
}

#signage-page .detail .section__contents table.price-table tr th,
#signage-page .detail .section__contents table.price-table tr td {
  font-size: 2vw;
  padding: 10px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #373e48;
}

#signage-page .detail .section__contents table.price-table tr th {
  white-space: nowrap;
  background-color: #373e48;
  border-bottom: 4px solid #376ab8;
  color: #fff;
  border-right: 1px solid #fff;
}

#signage-page .detail .section__contents table.price-table tr th:last-child {
  border-right: 1px solid #373e48;
}

#signage-page .detail .section__contents table.price-table tr th small {
  font-size: 85%;
}

#signage-page .detail .section__contents table.price-table tr td {
  background-color: #f7f7f7;
}

#signage-page #flow {
  background: rgba(244, 249, 255, 0.8980392157);
  padding: 75px 0;
}

#signage-page #flow .section__title {
  text-align: center;
}

#signage-page #flow .section__title h2 {
  font-weight: 300;
  font-size: 32px;
}

#signage-page #flow .section__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#signage-page #flow .section__contents ul {
  margin: 10px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#signage-page #flow .section__contents ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  background-color: #fff;
  padding: 0;
  font-weight: 500;
  position: relative;
  font-size: 18px;
}

#signage-page #flow .section__contents ul li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  z-index: 1;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 10px solid #376ab8;
}

#signage-page #flow .section__contents ul li figure {
  background-color: #376ab8;
  padding: 22px;
}

#signage-page #flow .section__contents ul li figure img {
  width: 24px;
}

#signage-page #flow .section__contents ul li span {
  color: #376ab8;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e4f4ff;
  line-height: 43px;
  letter-spacing: 0;
  justify-content: center;
}

#signage-page #flow .section__contents ul li.flow01::after {
  border-top: 10px solid #77a6d5;
}

#signage-page #flow .section__contents ul li.flow01 figure {
  background-color: #77a6d5;
}

#signage-page #flow .section__contents ul li.flow02::after {
  border-top: 10px solid #6396ce;
}

#signage-page #flow .section__contents ul li.flow02 figure {
  background-color: #6396ce;
}

#signage-page #flow .section__contents ul li.flow03::after {
  border-top: 10px solid #5087c7;
}

#signage-page #flow .section__contents ul li.flow03 figure {
  background-color: #5087c7;
}

#signage-page #flow .section__contents ul li.flow04::after {
  border-top: 10px solid #4179bf;
}

#signage-page #flow .section__contents ul li.flow04 figure {
  background-color: #4179bf;
}

#signage-page #flow .section__contents ul li.flow05::after {
  display: none;
}

#signage-page #flow .section__contents ul li.flow05 figure {
  background-color: #376ab8;
}

#signage-page #faq {
  background: rgba(210, 228, 250, 0.6980392157);
  padding: 50px 0 70px;
}

#signage-page #faq .section__title {
  text-align: center;
}

#signage-page #faq .section__title h2 {
  font-weight: 300;
  font-size: 32px;
}

#signage-page #faq .section__contents {
  margin-top: 10px;
}

#signage-page #faq .section__contents .qa-list dl {
  position: relative;
  margin: 5px 0 0;
  cursor: pointer;
}

#signage-page #faq .section__contents .qa-list dl.open dt {
  background-color: #c3deff;
  color: #1f3f70;
  border-radius: 4px 4px 0 0;
}

#signage-page #faq .section__contents .qa-list dl:first-child {
  margin-top: 0;
}

#signage-page #faq .section__contents .qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 15px;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 1px solid #376ab8;
  border-right: 1px solid #376ab8;
}

#signage-page #faq .section__contents .qa-list .open::after {
  transform: rotate(-45deg);
}

#signage-page #faq .section__contents .qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 30px 20px 60px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

#signage-page #faq .section__contents .qa-list dl dt::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  display: block;
  content: "Q";
  font-family: "ITC", sans-serif;
  font-weight: 600;
  background-color: #5087c7;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
}

#signage-page #faq .section__contents .qa-list dl dd::before {
  position: absolute;
  top: 25px;
  left: 10px;
  display: block;
  content: "A";
  font-family: "ITC", sans-serif;
  font-weight: 600;
  background-color: #e5f4ff;
  color: #376ab8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
}

#signage-page #faq .section__contents .qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background-color: #fff;
  border-radius: 4px;
}

#signage-page #faq .section__contents .qa-list dl dd p {
  margin: 30px 0 0;
}

#signage-page #faq .section__contents .qa-list dl dd p:first-child {
  margin-top: 0;
}

#signage-page #sinage-contact {
  background-image: url(images/contact-bg.png);
  background-size: cover;
  padding: 30px 0;
}

#signage-page #sinage-contact .section__title {
  background: rgba(244, 249, 255, 0.8980392157);
  text-align: center;
  padding: 15px 0 0;
}

#signage-page #sinage-contact .section__title h2 {
  font-weight: 500;
  font-size: 20px;
}

#signage-page #sinage-contact .section__contents {
  background: rgba(244, 249, 255, 0.8980392157);
  padding: 5px 15px 20px;
  text-align: center;
}

#signage-page #sinage-contact .section__contents ul {
  text-align: center;
  list-style-position: inside;
}

#signage-page #sinage-contact .section__contents p {
  margin: 10px 0;
}

#signage-page #sinage-contact .section__contents .link-area a {
  background: rgba(157, 189, 237, 0.7803921569);
  padding: 10px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#signage-page #sinage-contact .section__contents .link-area a img {
  width: 30px;
  height: auto;
}

#signage-page footer {
  background: #BEBEBE;
}

/*------------------------------------------------------

    RESPO / MOBILE FIRST

------------------------------------------------------*/
@media (min-width: 980px) {
  .container {
    width: 980px;
    margin: auto;
  }

  .d-sp {
    display: none;
  }

  .d-pc {
    display: inline-block;
  }

  /*gnav*/
  .gnav {
    background-color: #efefef;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
    left: 0;
  }

  .gnav__wrap {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
  }

  .gnav__wrap .nav-logo {
    background-color: #fff;
    padding: 18px;
    border-bottom: 1px solid #e1e1e1;
  }

  .gnav__wrap .nav-logo .nav-logo-inner {
    width: 980px;
    margin: auto;
  }

  .gnav__menu {
    display: flex;
    flex-direction: column;
  }

  .gnav__menu .gnav__menu__item {
    list-style: none;
    font-weight: 900;
    display: flex;
    align-items: center;
  }

  .gnav__menu .gnav__menu__item a {
    position: relative;
    background-color: #efefef;
    color: #333;
    font-size: 1.15rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    padding: 22px 18px 15px;
    text-decoration: none;
    transition: 0.2s;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    width: 1000px;
    margin: auto;
  }

  .gnav__menu .gnav__menu__item a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
  }

  .gnav__menu .gnav__menu__item a:hover {
    background-color: #eaeaea;
  }

  /**/
  #hero {
    margin-bottom: 7rem;
  }

  #hero .container {
    width: 1200px;
  }

  /**/
  #about {
    margin-bottom: 6rem;
  }

  #about .container .section__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  #about .container .section__contents--item {
    width: 100%;
    display: flex;
  }

  #about .container .section__contents--item h2 {
    position: absolute;
    font-size: 70px;
    top: 47%;
    left: 0;
    transform: translate(0, -50%);
    text-align: right;
  }

  #about .container .section__contents--item img {
    margin-top: -5%;
    width: 75%;
  }

  #about .container .section__contents--item h3 {
    margin: 13px 0 0;
    font-size: 70px;
  }

  #about .container .section__contents--item.about-img {
    position: relative;
    justify-content: flex-end;
  }

  #about .container .section__contents--item.about-txt {
    margin: 80px 0 0;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }

  #about .container .section__contents--item.about-txt p {
    font-size: 20px;
  }

  #about a {
    text-decoration: none;
    position: relative;
  }

  #about a .s01 {
    color: #f8b500;
  }

  #about a::after {
    color: #f8b500;
  }


  #about a .about-container {
    text-decoration: none;
    padding: 1rem;

  }

  #about a .about-container p {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
  }

  #about a .about-container p .en {
    font-size: 10px;
  }

  #about .container a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    width: 90%;
    height: 30px;
    border-color: #f8b500;
  }



  /**/
  #service .container {
    width: 980px;
    margin-top: -2rem;
  }

  #service .container .section__title {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }

  #service .container .section__title img {
    width: 60%;
    margin-left: 0;
  }

  #service .container .section__title--txt {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translate(-50%, 0);
  }

  #service .container .section__title--txt h2 {
    font-size: 70px;
  }

  #service .container .section__title--txt p {
    letter-spacing: 5px;
    font-size: 28px;
  }

  #service .container .section__contents {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  #service .container .section__contents--item {
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }

  #service .container .section__contents--item img.s-img {
    margin-bottom: -32%;
    width: 96%;
  }

  #service .container .section__contents--item img.s-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 86%;
    z-index: -1;
  }

  #service .container .section__contents--item h3 {
    position: sticky;
    color: #fff;
    width: 55%;
    margin-left: 35%;
    margin-bottom: 1rem;
    padding: 20px 130px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    height: auto;
    font-size: 32px;
  }

  #service .container .section__contents--item p {
    padding: 10% 4% 7%;
    width: 60%;
    margin-left: 32%;
    font-size: 20px;
  }

  #service .container .section__contents--item a {
    text-decoration: none;
    position: relative;
    margin-left: 335px;
    display: inline-block;
    width: 578px;
    white-space: nowrap;
  }

  #service .container .section__contents--item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    width: 90%;
    height: 30px;
  }

  #service .container .section__contents--item a .service-link-box {
    text-decoration: none;
    padding: 1rem;
  }

  #service .container .section__contents--item a .service-link-box p {
    margin: 0;
    padding: 0;
    font-weight: 700;
  }

  #service .container .section__contents--item a .service-link-box p.en {
    font-size: 10px;
  }

  #service .container .section__contents--item.s01 h3 {
    background-color: #24c8e5;
  }

  #service .container .section__contents--item.s02 h3 {
    background-color: #ffb02c;
  }

  #service .container .section__contents--item.s03 h3 {
    background-color: #88bd1f;
  }

  #service .container .section__contents--item.s04 h3 {
    background-color: #e9538c;
  }

  /**/
  #content {
    padding: 100px 0 100px;
  }

  #content .container {
    width: 980px;
  }

  #content .container .section__title {
    position: relative;
  }

  #content .container .section__title h2 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 70px;
  }

  #content .container .section__title img {
    width: 420px;
    margin: auto;
  }

  #content .container .section__contents {
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
  }

  #content .container .section__contents--item {
    padding: 2rem 2rem 0;
    width: 33.3333333333%;
  }

  /**/
  #company {
    padding: 2rem 0 0;
  }

  #company .container {
    width: 980px;
  }

  #company .container .section__contents--item h2 {
    font-size: 70px;
    text-align: center;
  }

  #company .container .section__contents--item h3 {
    font-size: 28px;
    text-align: center;
    background-color: #FFF003;
  }

  #company .container .section__contents--item.info h3 {
    padding: 30px 0 10px 0;
    margin-top: -3%;
  }

  #company .container .section__contents--item.info table th,
  #company .container .section__contents--item.info table td {
    font-weight: 400;
    font-size: 18px;
    padding: 30px 20px;
    border-bottom: 1px solid #cccccc;
  }

  #company .container .section__contents--item.info table th {
    width: 33%;
    padding: 30px 0 30px 150px;
    border-bottom: 1px solid #cccccc;
  }

  #company .container .section__contents--item.info table td ul li {
    list-style-position: outside;
  }

  /**/
  .flex-warpper {
    display: flex;
    margin: 100px 0;
  }

  .flex-warpper .flex-container {
    width: 980px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }

  /**/
  #recruit {
    width: 48%;
    background-image: url(images/recruit.jpg);
    background-size: cover;
    background-position: right center;
    padding: 2rem;
    margin: 0rem;
    border-radius: 5px;
  }

  #recruit .recruit-inner h2 {
    margin-top: 3rem;
    text-align: center;
    font-size: 40px;
  }

  #recruit .recruit-inner h3 {
    text-align: center;
  }

  #recruit .recruit-inner .text-contents {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    margin-top: 3rem;
    padding: 15px;
    color: #000;
  }

  #recruit .recruit-inner .text-contents p {
    margin: 0;
  }

  #recruit .recruit-inner .text-contents ul {
    margin-top: 10px;
  }

  #recruit .recruit-inner .text-contents ul li {
    list-style: none;
  }

  #recruit .recruit-inner a {
    margin: 3rem 0;
    background-color: #0070C0;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    padding: 0.5rem 0;
  }

  /**/
  #contact {
    width: 48%;
    background-image: url(images/contact-bg.jpg);
    background-size: cover;
    background-position: left center;
    padding: 2rem;
    margin: 0rem;
    border-radius: 5px;
  }

  #contact .section__contents {
    text-align: center;
  }

  #contact .section__contents img {
    width: 30%;
    margin: auto;
    filter: opacity(0.75);
  }

  #contact .section__contents h4 {
    margin: 3rem 0 0;
    text-align: center;
    font-size: 40px;
  }

  #contact .section__contents h5 {
    font-size: 1.17em;
    margin: 0;
  }

  #contact .section__contents .text-contents {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 5px;
    margin-top: 3rem;
    padding: 15px;
    color: #000;
    text-align: left;
  }

  #contact .section__contents a {
    margin: 3rem 0;
    background-color: #e60012;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    padding: 0.5rem 0;
  }

  /**/
  #company-name {
    text-align: center;
    padding: 20px 0 50px;
  }

  #company-name img {
    width: 22%;
    margin: auto;
  }

  #company-name h5 {
    font-size: 20px;
  }

  #company-name p {
    font-size: 20px;
  }

  /* PAGE - Service */
  #service-page #service {
    margin-top: 140px;
  }

  #service-page .s-contents .container {
    width: 650px;
  }

  #service-page .s-contents .container .section__contents {
    padding: 100px 0 0;
  }

  #service-page .s-contents .container .section__contents--item {
    padding: 0 0 100px;
  }

  #service-page .s-contents .container .section__contents--item h3 {
    font-size: 28px;
  }

  #service-page .s-contents .container .section__contents--item p {
    text-align: center;
    font-size: 16px;
  }

  #service-page #service-link {
    margin: 100px 0 75px;
    padding: 100px 0;
  }

  #service-page #service-link .container .service-link__contents ul {
    flex-direction: row;
    justify-content: space-between;
  }

  #service-page #service-link .container .service-link__contents ul li {
    width: 31%;
  }

  #service-page #contact {
    width: 600px;
    margin: auto;
  }

  /* PAGE - RECRUIT */
  #recruit-page {
    margin-top: 140px;
    letter-spacing: 2px;
  }

  #recruit-page #recruit-header {
    margin-top: 40px;
  }

  #recruit-page #recruit-header .container {
    width: 980px;
    margin-top: -2rem;
  }

  #recruit-page #recruit-header .container .section__contents {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  #recruit-page #recruit-header .container .section__contents--item {
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }

  #recruit-page #recruit-header .container .section__contents--item img.s-img {
    margin-bottom: -32%;
    width: 96%;
    position: sticky;
    z-index: 1;
  }

  #recruit-page #recruit-header .container .section__contents--item img.s-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 86%;
    z-index: 0;
  }

  #recruit-page #recruit-header .container .section__contents--item h3 {
    position: sticky;
    background-color: #3E64C5;
    color: #fff;
    width: 55%;
    margin-left: 35%;
    margin-bottom: 1rem;
    padding: 20px 130px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    height: auto;
    z-index: 2;
    font-size: 32px;
  }

  #recruit-page #recruit-header .container .section__contents--item p {
    padding: 10% 4% 7%;
    width: 60%;
    margin-left: 32%;
    font-size: 20px;
  }

  #recruit-page #mission {
    margin-top: 100px;
  }

  #recruit-page #mission .container {
    width: 650px;
  }

  #recruit-page #mission .container .section__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }

  #recruit-page #mission .container .section__title--title {
    width: 25%;
    text-align: center;
  }

  #recruit-page #mission .container .section__title--title h3 {
    font-size: 48px;
    line-height: 1;
  }

  #recruit-page #mission .container .section__title--title p {
    color: rgba(20, 102, 225, 0.76);
    font-weight: 900;
    font-size: 20px;
  }

  #recruit-page #mission .container .section__title--txt {
    width: 68%;
  }

  #recruit-page #mission .container .section__title--txt p {
    font-size: 20px;
  }

  #recruit-page #mission .container .section_contents {
    padding: 40px 20px;
  }

  #recruit-page #personnel {
    margin-top: 130px;
  }

  #recruit-page #personnel .container {
    width: 650px;
  }

  #recruit-page #personnel .container .section__title {
    text-align: center;
  }

  #recruit-page #personnel .container .section__title h3 {
    font-size: 48px;
    font-weight: 500;
  }

  #recruit-page #personnel .container .section__title p {
    color: #C7A90F;
    margin-top: 5px;
    font-size: 20px;
  }

  #recruit-page #personnel .container .section__contents h4 {
    text-align: center;
    color: #5280F5;
    margin: 70px 0;
    font-size: 48px;
    font-weight: 600;
  }

  #recruit-page #personnel .container .section__contents p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #recruit-page #personnel .container .section__contents img {
    margin: 70px 0;
  }

  #recruit-page #personnel .container .section__contents .qasac {
    position: relative;
    margin: 60px 0 0;
    padding: 0 0 60px;
  }

  #recruit-page #personnel .container .section__contents .qasac p.en2 {
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(157, 189, 237, 0.16);
    writing-mode: vertical-rl;
    font-size: 48px;
    line-height: 1;
    margin: 0;
    font-weight: 800;
  }

  #recruit-page #personnel .container .section__contents .qasac .qasac__item {
    text-align: center;
    margin: 80px 0;
  }

  #recruit-page #personnel .container .section__contents .qasac .qasac__item h5 {
    color: #3E64C5;
    margin: 0 0 2px;
    font-size: 28px;
  }

  #recruit-page #personnel .container .section__contents .qasac .qasac__item p {
    font-size: 16px;
  }

  #recruit-page #jobs {
    margin-top: 60px;
  }

  #recruit-page #jobs .container {
    width: 650px;
  }

  #recruit-page #jobs .container .section__title {
    text-align: center;
  }

  #recruit-page #jobs .container .section__title h3 {
    font-size: 48px;
    font-weight: 500;
  }

  #recruit-page #jobs .container .section__title p {
    font-size: 20px;
    color: #C7A90F;
    margin-top: 5px;
  }

  #recruit-page #jobs .container .section__contents {
    margin-top: 60px;
  }

  #recruit-page #jobs .container .section__contents .jobs-item {
    position: relative;
    padding: 10px 0 120px 10px;
    background-position: top right;
    background-size: 32%;
    background-repeat: no-repeat;
  }

  #recruit-page #jobs .container .section__contents .jobs-item.jobs01 {
    background-image: url(images/job01.png);
  }

  #recruit-page #jobs .container .section__contents .jobs-item.jobs02 {
    background-image: url(images/job02.png);
  }

  #recruit-page #jobs .container .section__contents .jobs-item.jobs03 {
    background-image: url(images/job03.png);
  }

  #recruit-page #jobs .container .section__contents .jobs-item h4 {
    position: absolute;
    top: 32px;
    left: 40px;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.2;
  }

  #recruit-page #jobs .container .section__contents .jobs-item p.en2 {
    color: rgba(62, 100, 197, 0.17);
    font-family: "Arial Black";
    font-size: 54px;
    line-height: 1;
    font-weight: 800;
  }

  #recruit-page #jobs .container .section__contents .jobs-item a {
    position: relative;
    color: #3E64C5;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding-left: 25px;
  }

  #recruit-page #jobs .container .section__contents .jobs-item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3E64C5;
    width: 20px;
    height: 20px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }

  #recruit-page #job-details .container {
    width: 650px;
  }

  #recruit-page #job-details .container .section__contents {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  #recruit-page #job-details .container .section__contents .job-details__item h5 {
    font-size: 20px;
    margin: 0;
  }

  #recruit-page #job-details .container .section__contents .job-details__item h6 {
    background: #eae9e5;
    border: solid #c5c4c1;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    padding: 10px;
  }

  #recruit-page #job-details .container .section__contents .job-details__item p {
    font-size: 16px;
  }

  #recruit-page #job-details .container a {
    position: relative;
    display: block;
    text-align: center;
    background-color: #3E74C5;
    color: #fff;
    font-weight: 800;
    margin: 80px 0;
    padding: 25px 0;
    border-radius: 50px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) inset;
    filter: drop-shadow(0 4px 4px #a5a5a5);
    font-size: 28px;
  }

  #recruit-page #job-details .container a .arrow-right {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.9em;
    height: 0.2em;
    background: currentColor;
  }

  #recruit-page #job-details .container a .arrow-right::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
  }

  #recruit-page #job-details .container img {
    margin-bottom: 40px;
  }

  /* PAGE - SIGNAGE */
  #signage-page {
    /* KOKOHARU INFO */
    /* POINT */
    /*
    .detail
    #ledVition
    #priceList
    */
    /* FLOW */
    /* FAQ */
    /* CONTACT */
  }

  #signage-page .signage-header {
    position: relative;
    width: 800px;
    margin: 0 auto;
  }

  #signage-page .signage-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/signage-header-bg01.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 1;
  }

  #signage-page .signage-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 90%, #d8e1ff 100%);
    z-index: 0;
  }

  #signage-page .signage-header__txt01 {
    position: absolute;
    top: 29%;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 2;
    width: 70%;
  }

  #signage-page .signage-header__txt01 p {
    font-size: 28px;
    letter-spacing: 4px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.14);
    color: #212121;
    font-weight: 900;
    position: relative;
    text-align: center;
  }

  #signage-page .signage-header__txt01 p::before {
    content: "";
    position: absolute;
    top: 0%;
    left: -5%;
    width: 100%;
    height: 100%;
    background-image: url(images/underline.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 60%;
    z-index: -1;
  }

  #signage-page .signage-header__txt01 p span {
    font-size: 174%;
    transform: translateY(2px);
    display: inline-block;
  }

  #signage-page .signage-header__txt01 p strong {
    display: block;
    font-size: 168%;
    color: #1f5595;
  }

  #signage-page .signage-header__txt02 {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    padding: 40px;
    color: #fff;
    z-index: 2;
  }

  #signage-page .signage-header__txt02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #53afe1;
    opacity: 0.9;
    mix-blend-mode: multiply;
    border: 5px solid #fff;
  }

  #signage-page .signage-header__txt02 p {
    font-size: 20px;
    margin: 0 0 20px;
    position: sticky;
    font-weight: bold;
  }

  #signage-page .signage-header__txt02 p:first-child {
    background-color: rgba(255, 255, 255, 0.9);
    color: #21364c;
    margin: 0 0 25px;
    padding: 6px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 20px;
    font-weight: 900;
  }

  #signage-page .signage-header__txt02 .price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  #signage-page .signage-header__txt02 .price .badge {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: relative;
    transform: rotate(18deg);
  }

  #signage-page .signage-header__txt02 .price .badge .square1,
  #signage-page .signage-header__txt02 .price .badge .square2,
  #signage-page .signage-header__txt02 .price .badge .square3,
  #signage-page .signage-header__txt02 .price .badge .square4,
  #signage-page .signage-header__txt02 .price .badge .square5,
  #signage-page .signage-header__txt02 .price .badge .square6 {
    width: 65px;
    height: 65px;
    background-color: yellow;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  #signage-page .signage-header__txt02 .price .badge .square2 {
    transform: rotate(15deg);
  }

  #signage-page .signage-header__txt02 .price .badge .square3 {
    transform: rotate(30deg);
  }

  #signage-page .signage-header__txt02 .price .badge .square4 {
    transform: rotate(45deg);
  }

  #signage-page .signage-header__txt02 .price .badge .square5 {
    transform: rotate(60deg);
  }

  #signage-page .signage-header__txt02 .price .badge .square6 {
    transform: rotate(75deg);
  }

  #signage-page .signage-header__txt02 .price .badge .text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 3px);
    color: #f00;
    font-size: 20px;
    white-space: nowrap;
    letter-spacing: 0;
    font-weight: bold;
  }

  #signage-page .signage-header__txt02 .price .badge .text2 {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 2px);
    color: red;
    font-size: 22px;
    white-space: nowrap;
    letter-spacing: 0;
    font-weight: 900;
  }

  #signage-page .signage-header__txt02 .price p {
    position: relative;
    margin: 0;
    color: #000;
    letter-spacing: 0;
    line-height: 1;
    font-size: 24px;
  }

  #signage-page .signage-header__txt02 .price p span.tax {
    writing-mode: vertical-rl;
    background-color: rgba(64, 109, 161, 0.52);
    padding: 15px 7px;
    font-size: 10px;
    margin-right: 5px;
    color: #fff;
    position: absolute;
    top: 8px;
    right: -6px;
  }

  #signage-page .signage-header__txt02 .price p strong {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 90px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.41);
    margin-right: 4px;
  }

  #signage-page .signage-header__txt02 .price p strong small {
    font-size: 40px;
  }

  #signage-page .signage-header__img {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  #signage-page .signage-header__img::after {
    content: "";
    position: absolute;
    bottom: -24%;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/signage-header-bg02.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.7;
    z-index: 1;
  }

  #signage-page .signage-header__img picture {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1.1);
  }

  #signage-page .signage-header__img picture img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 80%;
    object-position: center 80%;
  }

  #signage-page #kokoharuInfo {
    background-image: url(images/kokoharu-info-bg.png);
    background-repeat: repeat-x;
    text-align: center;
    padding: 100px 0;
    width: 800px;
    margin: 0 auto;
  }

  #signage-page #kokoharuInfo .container {
    width: 100%;
  }

  #signage-page #kokoharuInfo .section__title h3 {
    font-weight: 600;
    font-size: 40px;
  }

  #signage-page #kokoharuInfo .section__title img {
    width: 68%;
    margin: 60px auto 0;
  }

  #signage-page #kokoharuInfo .section__contents video {
    width: 650px;
    margin: 70px 0;
  }

  #signage-page #kokoharuInfo .section__contents p {
    font-size: 20px;
    line-height: 2;
  }

  #signage-page #point {
    text-align: center;
    padding: 35px 0 140px;
  }

  #signage-page #point .container {
    width: 650px;
  }

  #signage-page #point .section__title {
    margin-bottom: 80px;
  }

  #signage-page #point .section__title h2 {
    background-image: url(images/annotation-check.png);
    background-repeat: no-repeat;
    background-size: 64px;
    background-position-y: center;
    padding-left: 74px;
    display: inline-block;
    font-weight: 300;
    font-size: 48px;
  }

  #signage-page #point .section__contents--item {
    margin-top: 35px;
  }

  #signage-page #point .section__contents--item.point02,
  #signage-page #point .section__contents--item.point03 {
    margin-top: 120px;
  }

  #signage-page #point .section__contents--item.point02 h3 {
    background-image: url("images/point-title02.png");
    background-size: 98px;
  }

  #signage-page #point .section__contents--item.point03 h3 {
    background-image: url("images/point-title03.png");
    background-size: 90px;
  }

  #signage-page #point .section__contents--item h3 {
    background-image: url("images/point-title01.png");
    background-repeat: no-repeat;
    background-size: 72px;
    background-position-y: center;
    padding-left: 108px;
    display: inline-block;
    text-align: left;
  }

  #signage-page #point .section__contents--item h3 span {
    color: rgba(157, 189, 237, 0.76);
    font-size: 32px;
  }

  #signage-page #point .section__contents--item h3 em {
    display: block;
    font-style: normal;
    color: rgba(20, 102, 225, 0.76);
    font-size: 52px;
  }

  #signage-page #point .section__contents--item p {
    font-size: 22px;
    line-height: 1.8;
    margin: 56px 0 78px;
  }

  #signage-page #point .section__contents--item p strong {
    color: #FF0606;
  }

  #signage-page #point .section__contents--item .map {
    width: 100%;
    position: relative;
    padding-top: 72.25%;
  }

  #signage-page #point .section__contents--item .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #signage-page #ledVition {
    margin-top: 60px;
    width: 650px;
    margin: 0 auto;
  }

  #signage-page #ledVition .container {
    width: 100%;
  }

  #signage-page .detail {
    padding: 125px 0;
    position: relative;
    background-image: url(images/detaile-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 650px;
    margin: 0 auto;
  }

  #signage-page .detail .container {
    width: 100%;
  }

  #signage-page .detail::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/detail-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }

  #signage-page .detail .section__title {
    position: relative;
    margin-bottom: 60px;
    padding: 0 40px;
  }

  #signage-page .detail .section__title p {
    color: #111;
    font-size: 40px;
    line-height: 1.2;
  }

  #signage-page .detail .section__title p span {
    color: #006AB8;
  }

  #signage-page .detail .section__title h2 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 28px;
    color: #15325f;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
  }

  #signage-page .detail .section__title h2::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #ab2928;
  }

  #signage-page .detail .section__contents {
    position: sticky;
    z-index: 1;
  }

  #signage-page .detail .section__contents table.vision-table {
    letter-spacing: 0;
    border-collapse: separate;
    border-spacing: 0px 1px;
    width: 100%;
  }

  #signage-page .detail .section__contents table.vision-table tr th,
  #signage-page .detail .section__contents table.vision-table tr td {
    font-size: 16px;
    padding: 20px;
  }

  #signage-page .detail .section__contents table.vision-table tr th {
    white-space: nowrap;
    background-color: #373e48;
    border-left: 4px solid #376ab8;
    color: #fff;
  }

  #signage-page .detail .section__contents table.vision-table tr:nth-child(even) td {
    background-color: #f7fbfd;
  }

  #signage-page .detail .section__contents table.price-table {
    letter-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #373e48;
    margin-bottom: 40px;
    width: 100%;
  }

  #signage-page .detail .section__contents table.price-table tr th,
  #signage-page .detail .section__contents table.price-table tr td {
    font-size: 16px;
    padding: 20px;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #373e48;
  }

  #signage-page .detail .section__contents table.price-table tr th {
    white-space: nowrap;
    background-color: #373e48;
    border-bottom: 4px solid #376ab8;
    color: #fff;
    border-right: 1px solid #fff;
  }

  #signage-page .detail .section__contents table.price-table tr th:last-child {
    border-right: 1px solid #373e48;
  }

  #signage-page .detail .section__contents table.price-table tr th small {
    font-size: 85%;
  }

  #signage-page .detail .section__contents table.price-table tr td {
    background-color: #f7f7f7;
  }

  #signage-page #flow {
    background: rgba(244, 249, 255, 0.8980392157);
    padding: 100px 0 80px;
    width: 650px;
    margin: 0 auto;
  }

  #signage-page #flow .container {
    width: 80%;
  }

  #signage-page #flow .section__title {
    text-align: center;
  }

  #signage-page #flow .section__title h2 {
    font-weight: 300;
    font-size: 48px;
  }

  #signage-page #flow .section__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #signage-page #flow .section__contents ul {
    margin: 20px 0 50px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  #signage-page #flow .section__contents ul li {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    padding: 0;
    font-weight: 400;
    position: relative;
    font-size: 24px;
  }

  #signage-page #flow .section__contents ul li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    z-index: 1;
    border-left: 44px solid transparent;
    border-right: 44px solid transparent;
    border-top: 10px solid #376ab8;
  }

  #signage-page #flow .section__contents ul li figure {
    background-color: #376ab8;
    padding: 32px;
  }

  #signage-page #flow .section__contents ul li figure img {
    width: 24px;
  }

  #signage-page #faq {
    background: rgba(210, 228, 250, 0.6980392157);
    padding: 100px 0 120px;
    width: 650px;
    margin: 0 auto;
  }

  #signage-page #faq .container {
    width: 80%;
  }

  #signage-page #faq .section__title {
    text-align: center;
  }

  #signage-page #faq .section__title h2 {
    font-weight: 300;
    font-size: 48px;
  }

  #signage-page #faq .section__contents {
    margin-top: 20px;
  }

  #signage-page #faq .section__contents .qa-list dl {
    position: relative;
    margin: 5px 0 0;
    cursor: pointer;
  }

  #signage-page #faq .section__contents .qa-list dl:first-child {
    margin-top: 0;
  }

  #signage-page #faq .section__contents .qa-list dl::after {
    position: absolute;
    top: 42px;
    right: 26px;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    transform: rotate(135deg);
    border-top: 1px solid #376ab8;
    border-right: 1px solid #376ab8;
  }

  #signage-page #faq .section__contents .qa-list .open::after {
    transform: rotate(-45deg);
  }

  #signage-page #faq .section__contents .qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 30px 40px 30px 70px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
  }

  #signage-page #faq .section__contents .qa-list dl dt::before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    display: block;
    content: "Q";
    font-family: "ITC", sans-serif;
    font-weight: 600;
    background-color: #5087c7;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
  }

  #signage-page #faq .section__contents .qa-list dl dd::before {
    position: absolute;
    top: 25px;
    left: 20px;
    display: block;
    content: "A";
    font-family: "ITC", sans-serif;
    font-weight: 600;
    background-color: #e5f4ff;
    color: #376ab8;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
  }

  #signage-page #faq .section__contents .qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 30px 30px 30px 70px;
    background-color: #fff;
  }

  #signage-page #faq .section__contents .qa-list dl dd p {
    margin: 30px 0 0;
    font-size: 20px;
  }

  #signage-page #faq .section__contents .qa-list dl dd p:first-child {
    margin-top: 0;
  }

  #signage-page #sinage-contact {
    background-image: url(images/contact-bg.png);
    background-size: cover;
    padding: 30px 20px;
    width: 650px;
    margin: 0 auto;
  }

  #signage-page #sinage-contact .container {
    width: 85%;
    margin: 30px auto;
  }

  #signage-page #sinage-contact .section__title {
    background: rgba(244, 249, 255, 0.8980392157);
    text-align: center;
    padding: 30px 0 0;
  }

  #signage-page #sinage-contact .section__title h2 {
    font-weight: 500;
    font-size: 32px;
  }

  #signage-page #sinage-contact .section__contents {
    background: rgba(244, 249, 255, 0.8980392157);
    padding: 20px 40px 35px;
    text-align: center;
  }

  #signage-page #sinage-contact .section__contents ul {
    text-align: center;
    list-style-position: inside;
  }

  #signage-page #sinage-contact .section__contents ul li {
    font-size: 22px;
    line-height: 2;
  }

  #signage-page #sinage-contact .section__contents p {
    margin: 10px 0 20px;
    font-size: 20px;
  }

  #signage-page #sinage-contact .section__contents .link-area a {
    background: rgba(157, 189, 237, 0.7803921569);
    padding: 10px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 28px;
  }

  #signage-page #sinage-contact .section__contents .link-area a img {
    width: 40px;
    height: auto;
  }

  #signage-page footer {
    background: #BEBEBE;
    width: 650px;
    margin: 0 auto;
  }

  /* CONTACT */
  .contact__cap {
    width: 65%;
  }

  .contact form {
    width: 80%;
  }

  .contact__btn {
    width: 90%;
  }

  .contact form {
    width: 100%;
    padding-bottom: 5em;
  }

  .contact__list>li {
    display: block;
  }

  .contact__list__ques,
  .contact__list__ans {
    display: block;
    width: 100%;
  }

  /* フォーム確認 */
  .contact__list>li {
    padding: 5px 0 10px;
  }

  .contact__list__ques {
    padding-right: 0;
  }

  .contact__list__ans input,
  .contact__list__ans select,
  .contact__list__ans textarea {
    box-sizing: border-box;
  }

  .contact__btn {
    width: 100%;
  }

  .contact__btn__send,
  .contact__btn__clear,
  .contact__btn__back {
    float: none;
    display: block;
    width: 30%;
    margin: 15px auto;
  }

  .contact__btn.disable::after {
    width: 100%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: 0;
  }

  .formTable {
    width: 60%;
  }

  .contactmail .contents__inner,
  .contact form.kakunin {
    width: 100%;
  }

  .contact__cap {
    width: 85%;
    margin-bottom: 50px;
    font-size: 0.9em;
    font-weight: 400;
  }

  /* PAGE - ABOUT US */
  #about-page {
    margin-top: 140px;
    letter-spacing: 2px;
  }

  #about-page #about-header {
    margin-top: 40px;
  }

  #about-page #about-header .container {
    width: 980px;
    margin-top: -2rem;
  }

  #about-page #about-header .container .section__contents {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  #about-page #about-header .container .section__contents--item {
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }

  #about-page #about-header .container .section__contents--item img.s-img {
    margin-bottom: -32%;
    width: 96%;
    position: sticky;
    z-index: 1;
  }

  #about-page #about-header .container .section__contents--item img.s-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 86%;
    z-index: 0;
  }

  #about-page #about-header .container .section__contents--item h3 {
    position: sticky;
    background-color: #FF5D29;
    color: #fff;
    width: 55%;
    margin-left: 35%;
    margin-bottom: 1rem;
    padding: 20px 130px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    height: auto;
    z-index: 2;
    font-size: 32px;
  }

  #about-page #philosophy {
    margin-top: 390px;
  }

  #about-page #philosophy .container {
    width: 650px;
  }

  #about-page #philosophy .container .section__title {
    margin-bottom: 120px;
  }

  #about-page #philosophy .container .section__title h3 {
    font-size: 48px;
  }

  #about-page #philosophy .container .section__title p {
    font-size: 20px;
  }

  #about-page #philosophy .container .section__contents h4 {
    font-size: 60px;
  }

  #about-page #philosophy .container .section__contents h5 {
    font-size: 20px;
  }

  #about-page #philosophy .container .section__contents img {
    width: 80%;
    margin: 40px auto;
  }

  #about-page #philosophy .container .section__contents h6 {
    font-size: 20px;
  }

  #about-page #philosophy .container .section__contents p {
    margin-bottom: 5px;
  }

  #about-page #value {
    margin-top: 200px;
    text-align: center;
  }

  #about-page #value .container {
    width: 650px;
  }

  #about-page #value .container .section__title {
    text-align: center;
    margin-bottom: 40px;
  }

  #about-page #value .container .section__title h3 {
    font-size: 48px;
  }

  #about-page #value .container .section__title p {
    font-size: 20px;
  }

  #about-page #value .container .section__title img {
    margin: 80px 0 40px;
  }

  #about-page #value .container .section__contents span.lead {
    top: -40px;
    left: 0;
    font-size: 48px;
  }

  #about-page #value .container .section__contents .item h4 {
    font-size: 28px;
  }

  #about-page #value .container .section__contents .item.value02 {
    margin-top: 80px;
  }

  #about-page #value .container .section__contents .item.value03 {
    margin-top: 80px;
  }

  #about-page #company {
    margin-top: 200px;
  }

  #about-page #company .container {
    width: 650px;
  }

  #about-page #company .container .section__title {
    margin-bottom: 80px;
  }

  #about-page #company .container .section__title h3 {
    font-size: 48px;
  }

  #about-page #company .container .section__title p {
    font-size: 20px;
  }

  #about-page #company .container .section__contents table {
    margin-bottom: 40px;
  }

  #about-page #company .container .section__contents table tr th,
  #about-page #company .container .section__contents table tr td {
    font-size: 16px;
    padding: 15px 0;
  }

  #about-page #company-name {
    padding: 100px 0 50px;
  }

  #about-page #company-name img {
    width: 22%;
    margin: auto;
  }

  #about-page #company-name h5 {
    font-size: 20px;
  }

  #content .container .section__contents--item .p_post{
    width: 68%;
    margin-top: 0.6rem;
  }
}

@media (max-width: 767px) {

  .contact__list__ques,
  .contact__list__ans {
    display: block;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */