@charset "UTF-8";

/* ------------------------------------
  基本スタイル
-------------------------------------- */

html {
  font-size: 62.5%;
}

html.is-fixed {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #000;
  min-height: 100vh;
  position: relative;
  animation-name: textanime;
  animation-duration: 3s;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1.6rem;
  font-weight: normal;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
}

@keyframes textanime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.4rem;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 900px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 767px) {
  input,
  textarea {
    padding: 0.5em;
  }

  textarea {
    padding: 0.5em;
  }

  html {
    font-size: 62.5%;
  }
}

/* レイアウト KV
-------------------------------------- */

.l-kv {
  position: relative;
}

.l-kv .p-kv-contents {
  position: absolute;
  left: 15%;
  bottom: 30%;
  text-shadow: #fff 1px 0 10px;
}

.l-kv .shape-kv {
  position: absolute;
  bottom: -1px;
}

@media screen and (max-width: 1480px) {
  .l-kv .p-kv-contents {
    left: 5%;
  }
}

/* レイアウト トップページ
-------------------------------------- */

.l-top-concept {
  /*position: relative;
  background-image: url(../images/common/shape-section-top.png); 
  background-repeat:  no-repeat;
  background-position: left top;*/
}

.l-top-features {
  background: #f7f6f2;
}

.l-top-company {
  position: relative;
  background-attachment: fixed;
  background-image: url(../images/top/bg-company.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.l-top-concept,
.l-top-faq {
  padding-top: 100px;
}

.l-top-features {
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-top-company {
  padding-top: 100px;
}

@media screen and (max-width: 580px) {
  .l-top-concept,
  .l-top-faq {
    padding-top: 60px;
  }

  .l-top-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-top-company {
    padding-top: 60px;
  }
}

/* レイアウト 下層
-------------------------------------- */

.l-lower {
  position: relative;
}

.l-contact,
.l-thanks {
  padding-top: 100px;
}

@media screen and (max-width: 580px) {
  .l-contact,
  .l-thanks {
    padding-top: 60px;
  }
}

/* サービス（LINK+） */
.l-sns--intro {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
  background-image: url(../images/common/shape-section-top.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.l-sns--worries {
  position: relative;
  padding-top: 100px;
}
.l-sns--solution {
  position: relative;
  padding-top: 100px;
  background: #f0f9ff;
}
.l-sns--goal {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ffc300;
}
.l-sns--case {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-attachment: fixed;
  background-image: url(../images/service/link-plus/bg-case.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.l-sns--pr {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/common/shape-section-top.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.l-sns--cta {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-attachment: fixed;
  background-image: url(../images/service/link-plus/bg-cta.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.l-sns--faq {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 580px) {
  .l-sns--intro {
    padding-bottom: 0;
  }
}
/* Container
-------------------------------------- */

.l-full {
  position: relative;
}

.l-container {
  max-width: 1500px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.inner-pt100 {
  padding-top: 100px;
}

.inner-pb100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 1280px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .inner-pt100 {
    padding-top: 60px;
  }
}

/* その他共通
-------------------------------------- */

.pc,
.pc-kv {
  display: block !important;
}
.sp,
.sp-kv {
  display: none !important;
}

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

/* フォント */
.font-Mincho {
  font-family: "Shippori Mincho", serif;
}

.font-bold {
  font-weight: 800;
}

.t-center {
  text-align: center;
}

/* フォントサイズ */
.f20 {
  font-size: 2rem;
}

.f25 {
  font-size: 2.5rem;
}

.f30 {
  font-size: 3rem;
}

.f40 {
  font-size: 4rem;
}

.f50 {
  font-size: 5rem;
}

.f-blue {
  color: #1c8bdf;
}

.block {
  display: block;
}

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

@media screen and (max-width: 1480px) {
  .f40 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .f40 {
    font-size: 2.3rem;
  }
  .f25 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 580px) {
  .f30 {
    font-size: 2rem;
  }
}

/* 余白 */
.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 580px) {
  .mt100 {
    margin-top: 60px;
  }
}

/* flex 横並び */
.p-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.p-flex.flex-between {
  justify-content: space-between;
}

.p-flex.flex-center {
  justify-content: center;
}

.p-flex.p-culumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* ボタン（矢印変化） */
.btn-square a {
  background: #717171;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 100vh;
}
.btn-square a:hover {
  background: #0b253f;
}
.btn-square a:before,
.btn-square a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 1.6rem;
  top: 50%;
}
.btn-square a:before {
  width: 1.4rem;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
.btn-square a:after {
  opacity: 0;
  width: 0;
  height: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn-square a:hover:before {
  width: 1.5rem;
}
.btn-square a:hover:after {
  opacity: 1;
  width: 8px;
  height: 8px;
}

.btn-flat {
  background: #717171;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 100vh;
}
.btn-flat:hover {
  background: #0b253f;
}

/* タイトル
-------------------------------------- */
.title-main {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.title-main .jp {
  font-size: 1.4rem;
}

.title-main .en {
  font-size: 5rem;
  font-weight: 600;
}

.title-main.center-wrap {
  align-items: center;
}

/* サブタイトル */
.sub-title {
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 1480px) {
  .title-main .en {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 580px) {
  .title-main .en {
    font-size: 3rem;
  }
}

/* YouTube GoogleMap
-------------------------------------- */

.c-gmap {
  position: relative;
  height: 0;
  padding-top: 25.25%;
  overflow: hidden;
}

.c-gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* スクロールバー
-------------------------------------- */

.u-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.u-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 7px;
}

.u-scrollbar::-webkit-scrollbar-thumb {
  background: #61a7c0;
  border: 3px solid transparent;
  background-clip: padding-box;
  border-radius: 7px;
}

/* ------------------------------------
  ヘッダー
-------------------------------------- */

.l-header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 15;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.l-header__wrapper {
  margin: 0 auto 10px;
  padding-top: 10px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-header__wrapper .p-logo img {
  width: 200px;
  transition: 0.3s ease-in-out;
}

.l-header_inner {
  max-width: 1610px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-header img.after-change {
  display: none;
}

.js-header.is-changed img.before-change {
  display: none;
}

.js-header.is-changed img.after-change {
  display: block;
}

.l-header.is-changed {
  background: rgba(255, 255, 255, 0.4);
}

.is-changed .l-header__wrapper {
  margin: 0 auto;
  padding: 0.5em 3em;
  background: none;
}

.is-changed .l-header__wrapper .p-logo img {
  width: 140px;
  transition: 0.3s ease-in-out;
}
.l-drawer {
  display: none;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  left: auto;
  margin: auto;
  z-index: 40;
}
@media screen and (max-width: 1450px) {
  .is-changed .l-header__wrapper {
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 960px) {
  .l-drawer {
    display: block;
    top: 10px;
    /*background: #50a6da;*/
    width: 80px;
    height: 80px;
    padding: 25px 20px 20px;
    border-radius: 100%;
  }

  .l-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(184, 179, 179, 0.9);
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }

  .l-nav.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .l-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 95%;
    max-width: 700px;
    height: auto;
    max-height: 75vh;
    overflow-y: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .l-nav__wrapper::-webkit-scrollbar-thumb {
    background: #fff;
    border: 3px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
  }

  .l-header {
    max-width: 100vw;
  }

  .is-changed .l-header__wrapper {
    padding: 0.8rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .l-drawer {
    top: -5px;
    width: 60px;
    height: 60px;
    padding: 18px 10px 20px;
  }
}

@media screen and (max-width: 580px) {
  .l-header.is-changed {
    height: 74px;
  }
  h1.p-logo img {
    max-width: 150px;
  }
}

/* 
  ドロワー
-------------------------------------- */
.c-drawer__bar {
  display: block;
  width: 100%;
  height: 0;
  border-top: 3px solid #333;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.c-drawer__bar:not(:last-child) {
  margin-bottom: 8.5px;
}

/*.c-drawer.is-change-color .c-drawer__bar {
  border-color: #f74545;
}*/

.c-drawer.is-active .c-drawer__bar {
  position: absolute;
  width: 32px;
  border-color: #333;
  margin-bottom: 0;
}

.c-drawer.is-active .c-drawer__bar:nth-child(1) {
  top: 12px;
  left: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

.c-drawer.is-active .c-drawer__bar:nth-child(2) {
  top: 37px;
  left: 23px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-drawer.is-active .c-drawer__bar:nth-child(3) {
  top: 37px;
  left: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
  ヘッダーレイアウト
-------------------------------------- */
.p-logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 25;
}

.p-logo a {
  display: block;
}

/* 
  ナビゲーション
-------------------------------------- */
.p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  min-width: 350px;
  width: 100%;
}

.p-nav__item {
  position: relative;
  margin: 0 15px;
  line-height: 1.25;
}

.p-nav__item a {
  display: block;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.p-nav__item a:hover {
  color: #8b8b8b;
}

.p-nav__item a span.en {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 800;
}

.p-nav__item a span.jp {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}
/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1450px) {
  .p-nav {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-nav {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    font-size: 2.4rem;
    padding-bottom: 130px;
  }

  .p-nav__item {
    margin: 0.5rem;
    width: 100%;
    border-bottom: 1px dotted #333;
    line-height: 2;
    padding-bottom: 15px;
  }

  .p-nav__item img {
    display: block;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 580px) {
  .l-nav {
    top: 0;
    width: 100%;
  }

  .p-nav {
    min-width: inherit;
    font-size: 1.8rem;
  }
}

/* ------------------------------------
  フッター
-------------------------------------- */

.l-footer {
  padding-top: 180px;
  padding-bottom: 100px;
  background: #d6d1c8;
  color: #fff;
}

.p-copyright {
  padding-top: 30px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 0;
  }

  .p-copyright {
    margin-top: 40px;
  }
}

/* ------------------------------------
  アニメーション
-------------------------------------- */

.js-toggle-open {
  cursor: pointer;
}

.js-modal-open {
  cursor: pointer;
}

.js-modal-close-btn {
  cursor: pointer;
}

/* スライドイン
-------------------------------------- */

.js-slideIn,
.js-introSlide {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.4s 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.js-slideIn.is-animated,
.js-introSlide.is-animated {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

/* フェードイン
------------------------------ */

section {
  overflow: hidden;
}
.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(12%);
  transform: translateY(12%);
}
.js-fadeIn.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.4s 0.1s,
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s,
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1),
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
}
.js-fadeIn .js-fadeIn__child {
  opacity: 0;
  -webkit-transform: translateY(12%);
  transform: translateY(12%);
}
.js-fadeIn .js-fadeIn__child.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.4s 0.1s,
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s,
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1),
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
}

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