@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "JosefinSans-Bold";
  src: url(../fonts/JosefinSans-Bold.ttf);
}
@font-face {
  font-family: "JosefinSans-ExtraLight";
  src: url(../fonts/JosefinSans-ExtraLight.ttf);
}
@font-face {
  font-family: "JosefinSans-Light";
  src: url(../fonts/JosefinSans-Light.ttf);
}
@font-face {
  font-family: "JosefinSans-Medium";
  src: url(../fonts/JosefinSans-Medium.ttf);
}
@font-face {
  font-family: "JosefinSans-Regular";
  src: url(../fonts/JosefinSans-Regular.ttf);
}
@font-face {
  font-family: "JosefinSans-SemiBold";
  src: url(../fonts/JosefinSans-SemiBold.ttf);
}
@font-face {
  font-family: "JosefinSans-Thin";
  src: url(../fonts/JosefinSans-Thin.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "JosefinSans-Bold";
  src: url(../fonts/JosefinSans-Bold.ttf);
}
@font-face {
  font-family: "JosefinSans-ExtraLight";
  src: url(../fonts/JosefinSans-ExtraLight.ttf);
}
@font-face {
  font-family: "JosefinSans-Light";
  src: url(../fonts/JosefinSans-Light.ttf);
}
@font-face {
  font-family: "JosefinSans-Medium";
  src: url(../fonts/JosefinSans-Medium.ttf);
}
@font-face {
  font-family: "JosefinSans-Regular";
  src: url(../fonts/JosefinSans-Regular.ttf);
}
@font-face {
  font-family: "JosefinSans-SemiBold";
  src: url(../fonts/JosefinSans-SemiBold.ttf);
}
@font-face {
  font-family: "JosefinSans-Thin";
  src: url(../fonts/JosefinSans-Thin.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================
  base  PC
  ページ全体に付与するcss
  header/footer/フォームなど共通箇所
========================================= */
body {
  /* fontはcom-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  color: #121721;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="fax:"] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*	parts  PC
共通パーツの設定
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* 横幅480px以内で改行したくないときにspanにクラスをつけて使う */
.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.fle {
  display: flex;
}

.fle-between {
  justify-content: space-between;
}

.fle-around {
  justify-content: space-around;
}

.fle-center {
  justify-content: center;
}

/* =========================================
  header  PC
  ヘッダー部分（MV含む）のcss
========================================= */
/*	headline  PC
ロゴ、ヘッダーナビ、ヘッダーリンク等
------------------------------------ */
#header {
  width: 100%;
}
#header .headline {
  padding-left: 20px;
  position: relative;
  z-index: 99;
}
#header .logo {
  display: inline-block;
  transition: all 0.3s ease;
}
#header .logo:hover {
  opacity: 0.7;
}
#header .logo a,
#header .logo img {
  display: block;
}
#header .current {
  color: #0090da !important;
}
#header .contact {
  gap: 30px;
}
#header .com-tel {
  padding-bottom: 0;
  padding-right: 240px;
}
#header .com-tel-svg {
  transform: translateY(-50%);
  top: 50%;
  left: unset;
  right: 0;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav .list {
  justify-content: end;
  margin-top: 12px;
}
#gnav .list-item {
  display: flex;
  padding: 0 20px;
  border-left: 1px dashed #7ecef4;
}
#gnav .list-item:last-of-type {
  padding-right: 0;
}
#gnav .list-link {
  line-height: 1.2;
  color: #121721;
  position: relative;
}
#gnav .list-link::before {
  background: #0090da;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#gnav .list-link:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

/*	mv  PC
メインビジュアル（トップ用）
------------------------------------ */
#top-mv .mv {
  position: relative;
  width: 100%;
  padding: 20px 0 3.125vw;
}
#top-mv .mv-img {
  width: 88.5vw;
  height: 44.2vw;
  margin-left: auto;
  background: url(/img/all/mv.jpg) no-repeat center bottom/cover;
  border-radius: 20.8vw 0 0 20.8vw;
}
#top-mv .mv-ttl {
  position: absolute;
  width: 45.6vw;
  left: 0;
  bottom: 0;
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .bg {
  background-color: #0090da;
}
#footer .current {
  border-bottom: 1px solid #fff !important;
}
#footer .address {
  padding-left: 25px;
  color: #fff;
  margin-left: 60px;
  background: url(/img/all/map-pin.png) no-repeat left 3px;
  position: relative;
}
#footer .address::before {
  position: absolute;
  content: "";
}
#footer .address::before {
  width: 1px;
  height: 50px;
  transform: translateY(-50%);
  top: 50%;
  left: -31px;
  background-color: #fff;
}
#footer .link-list {
  margin-top: 30px;
}
#footer .link-list-item:nth-of-type(n + 2) {
  margin-left: 30px;
}
#footer .list:nth-of-type(n + 2) {
  margin-left: 65px;
}
#footer .list-item:nth-of-type(n + 2) {
  margin-top: 12px;
}
#footer .list-link {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}
#footer .list-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease;
}
#footer .list-link:hover::after {
  width: 100%;
}
#footer .copy {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 18px 15px;
  color: #0090da;
  background-color: #fff;
}
#footer .copy-link {
  color: #0090da;
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#sv .sv {
  width: 100%;
  padding: 20px 0;
  background: url(/img/sv/sv-deco01.png) no-repeat left bottom, url(/img/sv/sv-deco02.png) no-repeat left bottom;
  position: relative;
}
#sv .sv-img {
  width: 72.9vw;
  height: 20.8vw;
  min-height: 300px;
  margin-left: auto;
  border-radius: 210px 0 0 210px;
}
#sv .sv-ttl {
  position: absolute;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.05em;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  left: 6.25vw;
  color: #0090da;
}
@media screen and (max-width: 767px) {
  #sv .sv-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* =========================================
    sub  PC
    sv
========================================= */
#sv .sv-work {
  background: url(/img/sv/sv-work.jpg) no-repeat center/cover;
}
#sv .sv-charm {
  background: url(/img/sv/sv-charm.jpg) no-repeat center/cover;
}
#sv .sv-recruit {
  background: url(/img/sv/sv-recruit.jpg) no-repeat center/cover;
}
#sv .sv-company {
  background: url(/img/sv/sv-company.jpg) no-repeat center/cover;
}
#sv .sv-news {
  background: url(/img/sv/sv-news.jpg) no-repeat center/cover;
}
#sv .sv-site {
  background: url(/img/sv/sv-site.jpg) no-repeat center/cover;
}
#sv .sv-privacy {
  background: url(/img/sv/sv-privacy.jpg) no-repeat center/cover;
}
#sv .sv-error {
  background: url(/img/sv/sv-error.jpg) no-repeat center/cover;
}
#sv .sv-contact {
  background: url(/img/sv/sv-contact.jpg) no-repeat center/cover;
}
#sv .sv-complete {
  background: url(/img/sv/sv-complete.jpg) no-repeat center/cover;
}

/*	breadcrumb  PC
パンくずリスト
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 25px;
    padding: 0 2%;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li,
.breadcrumb a {
  color: #0090da;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #121721;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
  color: #121721;
}

/* =========================================

  layout  SP
  共通パーツのスマホ時css
========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.active {
    /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner {
    width: 100% !important;
  }
  .breadcrumb {
    display: none;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  #header .headline {
    padding: 5px 5px 0;
  }
  #header .logo {
    width: 116px;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv {
    padding: 50px 0 10px;
  }
  #top-mv .mv-img {
    width: 100%;
    height: 71.4vw;
    border-radius: 15px;
  }
  #top-mv .mv-ttl {
    width: 300px;
    bottom: unset;
    top: -25px;
    left: 5px;
  }
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /* --- info系 --- */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  /*	------- */
}
@media screen and (max-width: 767px) and (min-width: 400px) {
  #top-mv .mv-ttl {
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (min-width: 450px) {
  #top-mv .mv-ttl {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .hamburger-drawer-icon {
    width: 100%;
    height: 100%;
    background-color: #e5f4fb;
  }
  .hamburger-drawer-line {
    fill: none;
    stroke: #0090da;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .hamburger-drawer-line:nth-child(1) {
    stroke-dasharray: 60 207;
  }
  .hamburger-drawer-line:nth-child(2) {
    stroke-dasharray: 60 60;
  }
  .hamburger-drawer-line:nth-child(3) {
    stroke-dasharray: 60 207;
  }
  .hamburger-drawer.active .hamburger-drawer-line {
    stroke: #0090da;
  }
  .hamburger-drawer.active .hamburger-drawer-line:nth-child(1) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
  }
  .hamburger-drawer.active .hamburger-drawer-line:nth-child(2) {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
  }
  .hamburger-drawer.active .hamburger-drawer-line:nth-child(3) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
  }
  .nav-list {
    padding: 15px 15px 30px;
  }
  .nav-list-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .nav-list.active .nav-list-item:nth-child(1) {
    transition-delay: 0.3s;
  }
  .nav-list.active .nav-list-item:nth-child(2) {
    transition-delay: 0.4s;
  }
  .nav-list.active .nav-list-item:nth-child(3) {
    transition-delay: 0.5s;
  }
  .nav-list.active .nav-list-item:nth-child(4) {
    transition-delay: 0.6s;
  }
  .nav-list.active .nav-list-item:nth-child(5) {
    transition-delay: 0.7s;
  }
  .nav-list.active .nav-list-item:nth-child(6) {
    transition-delay: 0.8s;
  }
  .nav-list.active .nav-list-item:nth-child(7) {
    transition-delay: 0.9s;
  }
  .nav-list.active .nav-list-item:nth-child(8) {
    transition-delay: 1s;
  }
  .nav-list.active .nav-list-item:nth-child(9) {
    transition-delay: 1.1s;
  }
  .nav-list.active .nav-list-item:nth-child(10) {
    transition-delay: 1.2s;
  }
  .nav-list.active .nav-list-item {
    opacity: 1;
    transform: translateY(0);
  }
  .nav-list-link {
    position: relative;
    display: block;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    text-decoration: none;
    overflow: hidden;
  }
  #drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0090da;
    clip-path: circle(0% at calc(100% - 44px) 44px);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
  }
  #drawer-menu.active {
    clip-path: circle(150% at calc(100% - 44px) 44px);
  }
  #drawer-nav .current {
    color: #fff !important;
  }
  #drawer-nav .current::after {
    display: none;
  }
  #drawer-nav .com-tel {
    padding-bottom: 15px;
    padding-right: 0;
  }
  #drawer-nav .com-tel-svg {
    width: 200px;
    top: unset;
    right: unset;
    transform: translateX(-50%);
    left: 50%;
  }
  #drawer-nav .mail {
    margin: 25px auto 0;
  }
  .drawer-info {
    width: 330px;
    display: flex;
    margin: 5% auto 0;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 15px;
  }
  .drawer-info .pcnav-info-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .current {
    border-bottom: none !important;
  }
  #footer .container {
    display: block;
  }
  #footer .wrap-fle {
    display: block;
  }
  #footer .logo {
    display: block;
    width: 150px;
    margin: 0 auto;
  }
  #footer .address {
    margin-top: 60px;
    margin-left: 0;
  }
  #footer .address::before {
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
    top: -30px;
  }
  #footer .address-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .link-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  #footer .link-list-item:nth-of-type(n + 2) {
    margin-left: 0;
  }
  #footer .nav {
    width: 100%;
    margin-top: 35px;
  }
  #footer .list {
    flex-wrap: wrap;
    justify-content: left;
    border: 1px solid #fff;
  }
  #footer .list:nth-of-type(n + 2) {
    margin-left: 0;
  }
  #footer .list-sp {
    display: flex !important;
  }
  #footer .list-item {
    width: 50%;
    margin-left: 0;
  }
  #footer .list-item:first-of-type {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #footer .list-item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 0;
    border-bottom: 1px solid #fff;
  }
  #footer .list-item:nth-of-type(2n) {
    border-right: 1px solid #fff;
  }
  #footer .list-item:nth-last-of-type(2) {
    border-bottom: none;
  }
  #footer .list-item:last-of-type {
    border-bottom: none;
  }
  #footer .list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 1.2;
    height: 60px;
    text-align: center;
    padding: 10px 5px;
  }
  #footer .list-link::after {
    display: none;
  }
  #sv .sv {
    padding: 10px 0 100px;
    background: url(/img/sv/sv-deco01.png) no-repeat left bottom/250px, url(/img/sv/sv-deco02.png) no-repeat center bottom/100vw;
  }
  #sv .sv-img {
    width: 100%;
    height: 57.1vw;
    min-height: 200px;
    border-radius: 15px;
  }
  #sv .sv-ttl {
    transform: translateX(-50%);
    left: 50%;
    top: unset;
    bottom: 50px;
  }
  #sv .sv-ttl-br {
    bottom: 25px;
  }
  #sv .sv-site {
    background: url(/img/sv/sv-site.jpg) no-repeat left center/cover;
  }
  #sv .sv-contact {
    background: url(/img/sv/sv-contact.jpg) no-repeat left center/cover;
  }
  #sv .sv-complete {
    background: url(/img/sv/sv-complete.jpg) no-repeat right center/cover;
  }
  #sv .sv-recruit {
    background: url(/img/sv/sv-recruit.jpg) no-repeat right center/cover;
  }
  #sv .sv-charm {
    background: url(/img/sv/sv-charm.jpg) no-repeat right center/cover;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */