@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Scheherazade&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/sNotoSansCJKjp-Bold.ttf") format("truetype");
  font-display: swap;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Arial, "NotoSansCJKjp", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
}

body img {
  width: 100%;
}

body .wrap {
  position: relative;
}

body .uk-container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0px 25px;
}

@media (min-width: 1250px) {
  body .uk-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  body .uk-container {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  line-height: 1.5;
  color: #333;
  letter-spacing: 2px;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 58%;
}

@media (min-width: 1250px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  text-align: left !important;
  position: relative;
}

@media (max-width: 640px) {
  body {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  transition: all 0.5s ease 0s;
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (min-width: 1250px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}

@media (min-width: 1250px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
.svg-wrap {
  height: 0;
  position: relative;
}

.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #009688;
  text-decoration: underline;
}

a:hover {
  transition: all 0.5s ease 0s;
  color: #103E3E;
  text-decoration: underline;
}

/*--------------------------
 トップページ
----------------------------*/
#top {
  position: relative;
  /* ▼ メインビジュアル ----*/
  /* ▼ 事業内容 ----*/
  /* ▼ メインビジュアル ----*/
}

#top .qr {
  position: fixed;
  right: 50px;
  bottom: 0;
  z-index: 999;
}

#top .qr img {
  max-width: 150px;
}

@media (max-width: 767px) {
  #top .qr {
    display: none;
  }
}

#top .kome {
  position: relative;
  padding-left: 1.1em;
  text-align: left;
}

#top .kome::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

#top h3 {
  color: #1c2a54;
  font-weight: bold;
  font-size: 3.6rem;
  position: relative;
  margin-bottom: 80px;
}

#top h3::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -10px;
  background: #009688;
  width: 80px;
  height: 5px;
  border-radius: 2.5px;
}

@media (max-width: 767px) {
  #top h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  #top h3::after {
    width: 60px;
  }
}

@media (max-width: 640px) {
  #top h3 {
    margin-bottom: 0px;
  }
}

#top .mainvisual {
  padding: 250px 0 100px;
  position: relative;
  background: url(../img/mv_bg.jpg) no-repeat center/cover;
  text-align: center;
}

@media (max-width: 767px) {
  #top .mainvisual {
    padding: 120px 0 50px;
    background: url(../img/mv_bg.jpg) no-repeat top center/150% auto;
  }
}

@media (max-width: 640px) {
  #top .mainvisual {
    background: url(../img/mv_bg.jpg) no-repeat top center/250% auto;
  }
}

#top .mainvisual::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 60%;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 767px) {
  #top .mainvisual::before {
    padding-bottom: 80%;
  }
}

@media (max-width: 640px) {
  #top .mainvisual::before {
    padding-bottom: 300%;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
  }
}

#top .mainvisual .uk-container {
  position: relative;
  z-index: 1;
}

#top .mainvisual h1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
}

#top .mainvisual h1 img {
  height: 200px;
  width: auto;
}

@media (max-width: 767px) {
  #top .mainvisual h1 img {
    height: 100px;
  }
}

#top .mainvisual h2 {
  font-family: "Open Sans", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 6.0rem;
  color: #1c2a54;
  font-weight: 700;
  filter: drop-shadow(0px 0px 15px white);
}

#top .mainvisual h2 span {
  font-size: 3.6rem;
  display: block;
}

@media (max-width: 767px) {
  #top .mainvisual h2 {
    font-size: 28px;
  }
  #top .mainvisual h2 span {
    font-size: 20px;
  }
}

#top .mainvisual .spn_img {
  margin: 50px auto 0;
  width: 100%;
  z-index: 2;
  position: relative;
}

#top .mainvisual p {
  line-height: 1.8;
}

@media (max-width: 640px) {
  #top .mainvisual p {
    text-align: left;
  }
}

#top .mainvisual p.ld {
  font-weight: bold;
  font-size: 2.0rem;
  margin: 30px 0;
  text-align: center;
}

#top .mainvisual p.ld span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #top .mainvisual p.ld {
    font-size: 18px;
    line-height: 1.5;
  }
  #top .mainvisual p.ld span {
    font-size: 15px;
  }
}

#top .fixed__bg {
  background: url(../img/fixed_bg2.jpg) no-repeat center/100% auto;
  padding-top: 60%;
}

@media (max-width: 640px) {
  #top .fixed__bg {
    display: none;
  }
}

#top .project {
  text-align: center;
}

@media (max-width: 640px) {
  #top .project {
    padding-top: 30px;
  }
}

@media (max-width: 640px) {
  #top .project__cnts {
    margin-bottom: 20px;
    position: relative;
    padding-top: 50px;
  }
  #top .project__cnts::before {
    content: '';
    right: 0;
    height: 2px;
    background: #efefef;
    position: absolute;
    left: 30px;
    top: 0;
  }
  #top .project__cnts:first-child::before {
    content: none;
  }
}

#top .project__cnts .img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  #top .project__cnts .img {
    border-radius: 10px;
  }
}

#top .project__cnts h4 {
  font-weight: bold;
  font-size: 2.0rem;
  margin: 15px 0 10px;
}

#top .project__cnts h4 span {
  color: #c7aa27;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.8rem;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #top .project__cnts h4 {
    font-size: 16px;
  }
  #top .project__cnts h4 span {
    display: block;
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  #top .project__cnts h4 {
    font-size: 18px;
  }
  #top .project__cnts h4 span {
    display: block;
    font-size: 24px;
  }
}

#top .project__cnts p {
  text-align: left;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

#top .project__cnts.project04 {
  margin-top: 50px;
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  padding: 50px 0;
}

@media (max-width: 640px) {
  #top .project__cnts.project04::before {
    content: none;
  }
}

#top .project__cnts.project04 .text {
  text-align: left !important;
}

#top .project__cnts.project04 .text h4 {
  margin: 0px 0 10px;
}

@media (max-width: 640px) {
  #top .project__cnts.project04 .text h4 {
    text-align: center;
    margin: 15px 0 10px;
  }
}

#top .project__cnts.project04 .text ul li {
  margin: 15px 0;
  position: relative;
  padding-left: 5em;
  font-weight: bold;
}

#top .project__cnts.project04 .text ul li span.label {
  display: inline-block;
  padding: 1px 15px;
  background: #ca4f8f;
  color: #fff;
  border-radius: 5px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0px;
}

@media (max-width: 959px) {
  #top .project__cnts.project04 .fl {
    margin: 30px auto 0;
    max-width: 350px;
  }
}

#top .project__cnts.project04 .fl a {
  text-decoration: none;
}

#top .project__cnts.project04 .fl .btn {
  margin: 15px 0 0;
  background: #009688;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#top .project__cnts.project04 .fl a:hover {
  text-decoration: none;
}

#top .project__cnts.project04 .fl a:hover img {
  opacity: .8;
}

#top .project__cnts.project04 .fl a:hover .btn {
  background: #26b7a9;
}

#top .project__cnts.project04 .enki {
  margin: 0;
  text-align: left;
  padding: 30px;
  background: #efefef;
}

#top .project__cnts.project04 .enki h5 {
  font-size: 20px;
  font-weight: bold;
  color: red;
}

#top .project__cnts.project04 .live {
  margin-top: 50px;
  padding: 50px;
  background: #fbf5f5;
}

@media (max-width: 640px) {
  #top .project__cnts.project04 .live {
    padding: 30px 20px;
  }
}

#top .project__cnts.project04 .live .pc_visible {
  display: inline-block;
}

@media (max-width: 959px) {
  #top .project__cnts.project04 .live .pc_visible {
    display: none;
  }
}

#top .project__cnts.project04 .live .spn_visible {
  display: none;
}

@media (max-width: 959px) {
  #top .project__cnts.project04 .live .spn_visible {
    display: inline-block;
  }
}

#top .project__cnts.project04 .live h5 {
  font-weight: bold;
  margin-left: -10px;
  margin-bottom: 30px;
  font-size: 18px;
}

@media (max-width: 767px) {
  #top .project__cnts.project04 .live h5 {
    font-size: 15px;
  }
}

#top .project__cnts.project04 .live .url {
  display: inline-block;
  font-size: 12px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 10px 0;
}

@media (max-width: 959px) {
  #top .project__cnts.project04 .live .url {
    display: none;
  }
}

#top .project__cnts.project04 .live ul li {
  margin: 15px 0;
  position: relative;
  padding-left: 7em;
  font-weight: bold;
  text-align: left;
}

#top .project__cnts.project04 .live ul li span.label {
  display: inline-block;
  padding: 1px 15px;
  background: #ca4f8f;
  color: #fff;
  border-radius: 5px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0px;
  text-align: center;
}

@media (max-width: 640px) {
  #top .project__cnts.project04 .live ul li {
    padding-left: 0;
    text-align: center;
  }
  #top .project__cnts.project04 .live ul li span.label {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin: 0 0 10px;
  }
}

#top .project__cnts.project04 .live .img {
  border-radius: 0;
}

@media (max-width: 959px) {
  #top .project__cnts.project04 .live .img {
    margin-top: 40px;
  }
}

#top .project__cnts.project04 .live .img .liveqr {
  max-width: 350px;
  border-radius: 0;
}

#top .project__cnts.project04 .live .img a {
  pointer-events: none;
  display: block;
}

@media (max-width: 959px) {
  #top .project__cnts.project04 .live .img a {
    pointer-events: auto;
  }
}

#top .mv {
  background: url(../img/mv_bg.jpg) no-repeat center/cover;
  padding: 100px 0 50px;
  position: relative;
  position: relative;
}

@media (max-width: 767px) {
  #top .mv {
    padding: 50px 0 20px;
  }
}

#top .mv::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 80%;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 767px) {
  #top .mv::before {
    padding-bottom: 150%;
  }
}

@media (max-width: 640px) {
  #top .mv::before {
    padding-bottom: 300%;
  }
}

#top .mv .img {
  text-align: center;
  z-index: 1;
  position: relative;
}

#top .mv .img img {
  max-width: 900px;
}

@media (max-width: 767px) {
  #top .mv .img img {
    max-width: 90%;
    max-width: 400px;
  }
}

#top .ldarea {
  position: relative;
  z-index: 1;
  line-height: 2.0;
  margin: 50px 0;
}

#top .entry {
  text-align: center;
  margin-top: 100px;
}

#top .entry h3 {
  text-align: center;
}

#top .entry p.ld {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

@media (max-width: 640px) {
  #top .entry p.ld {
    margin-top: 30px;
    font-size: 4vw;
    text-align: center;
  }
}

#top .entry__list {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  #top .entry__list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

#top .entry__list::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #efefef;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 30px;
}

@media (max-width: 767px) {
  #top .entry__list::before {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -20px;
  }
}

#top .entry__list__box {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

#top .entry__list__box::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #efefef;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -15px;
}

@media (max-width: 767px) {
  #top .entry__list__box::before {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -15px;
    top: auto;
  }
}

#top .entry__list h4 {
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  padding-left: 40px;
  display: inline-block;
}

#top .entry__list h4 i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  left: 0;
}

#top .entry__list h4 i.ico01 {
  background: url(../img/ico_line.svg) no-repeat center/contain;
}

#top .entry__list h4 i.ico02 {
  background: url(../img/ico_messenger.svg) no-repeat center/contain;
}

#top .entry__list h4 i.ico03 {
  background: url(../img/ico_mail.svg) no-repeat center/contain;
}

#top .entry__list .code {
  width: 130px;
  text-align: right;
}

#top .entry__list .code img {
  width: 80%;
  max-width: 100px;
}

#top .entry__list .text {
  width: calc(100% - 160px);
  margin-left: 10px;
  text-align: left;
  position: relative;
}

#top .entry__list .text p {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

#top .entry__detail {
  margin-top: 100px;
}

@media (max-width: 640px) {
  #top .entry__detail .uk-flex {
    display: block;
  }
}

#top .entry__detail__text {
  width: 65%;
}

@media (max-width: 640px) {
  #top .entry__detail__text {
    width: 100%;
    margin-bottom: 50px;
  }
}

#top .entry__detail__text .ld {
  text-align: left !important;
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  #top .entry__detail__text .ld {
    margin-bottom: 20px;
  }
}

#top .entry__detail__text .kome {
  font-size: 1.4rem;
  margin-bottom: 5px;
  margin-top: 5px;
}

#top .entry__detail__text .contact {
  text-align: left;
  margin-top: 50px;
}

#top .entry__detail__text .contact ul li {
  font-weight: bold;
  margin: 15px 0;
}

@media (max-width: 640px) {
  #top .entry__detail__text .contact ul li {
    text-align: center;
  }
}

#top .entry__detail__text .contact ul li span.label {
  background-color: #1c2a54;
  color: #fff;
  padding: 5px 10px;
  width: 7em;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  #top .entry__detail__text .contact ul li span.label {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  #top .entry__detail__text .contact ul li span.label {
    margin: 0 auto 10px;
  }
}

#top .entry__detail__chirashi {
  width: 45%;
  text-align: center;
}

@media (max-width: 640px) {
  #top .entry__detail__chirashi {
    width: 100%;
  }
}

#top .entry__detail__chirashi .img {
  max-width: 250px;
  width: 70%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  margin: 0 auto;
}

#top .entry__detail__chirashi .img .btn a {
  display: block;
  background: #009688;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
}

#top .entry__detail__chirashi .img .btn a:hover {
  filter: brightness(110%);
}

.order {
  padding-bottom: 80px;
  max-width: 950px;
  margin: 0 auto;
}

.order h3 {
  background: #666;
  padding: 10px;
  color: #fff !important;
  font-size: 24px !important;
  text-align: center;
  margin-bottom: 30px !important;
}

.order h3::after {
  content: none !important;
}

.order__img {
  text-align: center;
}

.order__img a {
  text-decoration: none;
  display: block;
}

.order__img a:hover {
  opacity: .7;
}

.order__img a:hover .btn {
  background: #666;
}

.order__img img {
  border: 1px solid #ccc;
}

.order__img .btn {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

.order__howto ul li {
  font-size: 20px;
  font-weight: bold;
}

.order__howto ul li span {
  background: #333;
  color: #fff;
  display: inline-block;
  width: 5em;
  text-align: center;
  padding: 5px;
  line-height: 1.0;
  margin-right: 10px;
}

.order__howto ul li a {
  font-weight: normal;
  color: #333;
  text-decoration: none;
}

.order__howto ul li.form {
  margin-top: 20px;
}

.order__howto ul li.form a {
  background: #009688;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  font-weight: bold;
  border-radius: 10px;
}

.order__howto ul li.form a:hover {
  background: #47bdb2;
}

.order .margin-top {
  margin-top: 40px;
}

.order .margin-top h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}

.order .margin-top P {
  margin: 0 0 0 10px;
  font-size: 14px;
}

/*--------------------------
 footer
----------------------------*/
footer {
  background: #1c2a54;
  padding: 20px 0;
  text-align: center;
}

footer .copy {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0;
}
