body {
    color: #2e2e2e !important;
  }
/* ドロワーナビゲーション */
:root {
  --color-bg: #000;
  --color-white: #fff;
  // アイコン関連
  --icon-size: 44px;
  --icon-inner-size: 24px;
  --icon-line-width: 1px;
  --icon-hamburger-margin: 7px;
}

// -- drawer
.c-drawer {
  background-color: var(--color-bg);
  width: 100vw;
  max-width: 100vw;
  .c-drawer__inner > ul.c-drawer__menu:first-child {
    position: relative;
    padding-top: var(--icon-size);
    &:before,
    &:after {
      content: "";
      display: inline-block;
      width: var(--icon-inner-size);
      height: var(--icon-line-width);
      background-color: var(--color-white);
      position: absolute;
      top: calc(var(--icon-size) / 2);
      left: calc(var(--icon-size) / 4);
    }
    &:before {
      transform: rotate(45deg);
    }
    &:after {
      transform: rotate(-45deg);
    }
  }
  &-close-zone {
    z-index: 100001;
    width: var(--icon-size);
    height: var(--icon-size);
    right: auto;
    bottom: auto;
  }
}
// -- hamburger btn
.c-hamburger-btn {
  background-color: var(--color-bg);
  padding: calc((var(--icon-size) - (var(--icon-line-width) * 3 + var(--icon-hamburger-margin) * 2)) / 2)
           calc((var(--icon-size) - var(--icon-inner-size)) / 2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  &__label {
    display: none;
  }
  &__bar {
    height: var(--icon-line-width);
    background-color: var(--color-white);
    &:nth-of-type(2) {
      top: calc(var(--icon-line-width) + var(--icon-hamburger-margin));
    }
    &:nth-of-type(3) {
      top: calc(var(--icon-line-width) * 2 + var(--icon-hamburger-margin) * 2);
    }
  }
  &__bars {
    height: calc(var(--icon-line-width) * 3 + var(--icon-hamburger-margin) * 2);
    width: var(--icon-inner-size);
    margin: 0;
  }
}


h2 {
	font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.8;
}

/* キャッチコピー */
.box-copy {
	padding: 0 10px 0 15px !important;
	margin-bottom: 0 !important;
}
.big {
	font-size: 65px !important;
	font-family: "Noto Sans JP", sans-serif　!important;
}
.main-copy {
	color: #fff !important;
	letter-spacing: .1em;
	font-size: 65px !important;
  font-weight: bolder !important;
font-family: "Noto Sans JP", sans-serif　!important;
	letter-spacing: .15em;
	text-shadow: 0px 0px 8px #333;
}
.sub-copy {
	color: #fff !important;
	letter-spacing: .6em;
	font-size: 18px;
  font-weight: bolder !important;
font-family: "Noto Sans JP", sans-serif　!important;
	padding: 0 0 010px !important;
	margin-top: 20px !important;
	text-shadow: 0px 0px 4px #000;
}

.bg-box {
    background-color: hsla(0,0%,100%,.85);
    color: #1e1f28;
    display: inline-block;
    height: 100%;
    line-height: 1;
	padding: 5px 0 10px 0px;
}


/* コンセプト */
#concept h2.smb-media-text__title {
	letter-spacing: .1em;
	color: #4374c1;
  display: inline-block;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin:0 auto 5%;
  background: linear-gradient(90deg, #4374c1 0%, #9d25b8 40%, #f80203 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#concept h2.smb-media-text__title span.sub-text {
	color: #4374c1;
	font-size: 12px;
}
#concept .smb-media-text__figure {
   filter: drop-shadow(20px 20px 0px rgba(239, 245, 255));
margin: 0 15px 15px 0;
}

/* サービス */
.text-copy h2.smb-media-text__title {
  display: inline-block;
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif　!important;
  font-weight: bold;
  margin:0 auto 5%;
  color: #f80203;
}

#service h3.smb-media-text__title {
	letter-spacing: .1em;
}
#service h3.smb-media-text__title span.sub-text {
	color: #4374c1;
	font-size: 12px;
}


.wp-block-media-text-is-layout-constrained {
	margin-top: 0;
}
.service-sub-head {
	font-size: 20px;
  font-family: "Noto Sans JP", sans-serif　!important;
	letter-spacing: .1em;
}
@media screen and (max-width: 640px) {
.box-copy {
	padding: 0 0px 0 0px !important;
}
.big {
	font-size: 33px !important;
	line-height: 1.4 !important;
	text-align: center !important;
}
.main-copy {
	letter-spacing: .15em !important;
	font-size: 33px !important;
	line-height: 1.4 !important;
	text-align: center !important;
	margin-left: 5px !important;
}
.sub-copy {
	font-size: 16px !important;
	letter-spacing: .1em !important;
	margin-top: 15px !important;
	padding-left: 0px !important;
	font-weight: bold !important;
	margin-left: 5px !important;
}
.bg-box {
	padding: 5px 0 10px 0px;
}
.sp-mv-area {
	padding-top: 0 !important;
}
	.sp-small {
		font-size: 28px;
	}
}

/* キャッチコピーのスライドアニメーション */
.box-copy {
  padding: 10px;
  animation: fadeIn 2s ease 1s 1 normal backwards;
}
 
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.company-item {
		padding-bottom: 0 !important;
	 margin-bottom: 0 !important;
}
/* お問い合わせボタンの左右余白 */
.btn-box {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.btn01 {
font-size: 1.6rem !important;
}
.btn-box-copy {
		font-size: 1.33rem !important;
	}
@media screen and (max-width: 640px) {
.btn-box {
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
.btn01 {
		font-size: 1.1rem !important;
	margin-left: 0px !important;
	margin-right: 0px !important;	
}
	.btn-box-copy {
		font-size: 1.1rem !important;
	}
}

/* キャッチコピーのスライドアニメーション */
.box-copy {
  padding: 10px;
  animation: fadeIn 2s ease 1s 1 normal backwards;
}
 
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*スマホ表示・非表示*/
.sp-item {
    display: none !important;
}
.pc-item {
    display: block !important;
}

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



/*
# カテゴリーの色分け
---------------------------------- */
.c-entry-summary__term--category-1 {
  border: 1px solid #1F4096;
}
.c-entry-summary__term--category-4 {
  background-color: #c7c814;
}
/*
# 角を丸く
---------------------------------- */
.c-entry-summary__term {
  border-radius: 0px;
}

/* ヘッダーのお問い合わせボタン */
.contact {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
			background: #f80203;
    font-size: .9rem;
    height: 50px;
    margin-right: 0%;
    min-width: 200px;
    padding: 0% 0%;
    border: 0px solid #fffafa;
    border-radius: 200px;
    text-align: center;
    text-decoration: none;
    display: flex;
	  font-weight: bold;
	letter-spacing: .05em;
    align-items: center;
    justify-content: center;
}


.contact-btn {
	height: 70px;
	line-height: 70px;
}


.company-item .smb-items__banner__figure > img {
  transition: all 0.3s;
}
.company-item:hover .smb-items__banner__figure > img {
  transform: scale(1.2);
}

.recruit-item .smb-items__banner__figure > img {
  transition: all 0.3s;
}
.recruit-item:hover .smb-items__banner__figure > img {
  transform: scale(1.2);
}

/* グローバルナビのボタン */
.menu-item-689 span {
    padding: 10px 30px;
    background-color: var(--accent-color, #000);
    color: #fff;
	   border-radius: 50px !important;
background-image: linear-gradient( 135deg, #FCCF31 10%, #F55555 100%);
}
.menu-item-689 a {
	   border-radius: 50px !important;
}

/* CTA お問い合わせボタン */
.contact-btn a.smb-btn {
        color: #fff;
        background: #f80203;
}
.contact-btn a.smb-btn:hover {
	opacity: 0.7;
}

.sec-btn .smb-btn {
	border-radius: 100px !important;
}

/* 企業理念 */
.philosophy {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
		font-size: 45px;
	letter-spacing: 0.2em;
}


/* 見出しの間隔調整 */
.smb-section__title {
	margin-top: 0px !important;
}

/* ヒーローヘッダー */
.top-box {
	padding-left: 0px;
}

/* スマホ表示 */
@media screen and (max-width: 640px) {
        .top-box{
                padding:24px 16px 24px 4px;
        }
        .top-box .top-title{
        margin-bottom:16px        
        }
        .top-box .top-title .sme-font-size{
        font-size:24px!important        
        }
        .top-box .top-title .sme-letter-spacing{
        letter-spacing:.2rem!important        
        }
        .top-box .top-subtitle .sme-font-size{
        font-size:14px!important        
        }
        .top-box .top-subtitle .sme-letter-spacing{
        letter-spacing:.1rem!important        
        }
}

/* 背景アニメーション */
#particles-js{
 height: 100vh;
 width: 100vw;
 background-color: #000000;

}
.content{
 position: absolute;
 top: 50%;
 left: 25%;
 height: 100px;
 width: 50vw;
}
.content-text{
 color: #fff;
 line-height: 100px;
 text-align: center;
 font-size: 40px;
 font-weight: bold;
 font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.smb-media-text__contents-wrapper p:not(:first-child) {
	margin-top: 18px !important;
}

.smb-items__banner__body-inner {
text-shadow: 0px 0px 6px #666 !important; 
}

.smb-media-text__title {
	font-family: "Noto Sans JP", sans-serif　!important;
	letter-spacing: .03em !important;
}


@media screen and (max-width:480px) {
.c-drawer {
    width: 200px !important;
}
}

/* 個別ページ */
.c-page-header__title {
	text-shadow: 0px 0px 6px #666 !important; 
}

/* 投稿記事表示の調整 */
.c-entry-summary__meta{
        justify-content:left;
        margin-top:0;
}
.c-entry-summary__header{
        margin-bottom:0;
}
/*見出しのアニメーション*/
.title {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
}

.title span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title.-visible,
.title.-visible span {
  transform: translate(0, 0);
}

.contact-form {
	padding-bottom: 0 !important;
}
.contact-form-block {
	padding-top: 10px !important;
}

/* ヘッダー上下の余白 */
.l-header__content .c-container .c-row {
	padding: 10px 0;
}
@media screen and (max-width: 640px) {
	.l-header__content .c-container .c-row {
	padding: 5px 0;
}
}

.lang {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
	color: #4473c5;
}


#heading {
  display: inline-block;
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif　!important;
  font-weight: bold;
  margin:0 auto 0;
}
#heading span.lang {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
	color: #4473c5;
}

#service01, #service02, #service03 {
	border-bottom: .05px solid #efefef;
	margin-bottom: 35px;
	padding-bottom: 45px;
}

.center {
	text-align: center;
}