@charset "utf-8";
/*
Theme Name: cpstyle
Version: 2.0
*/

/*----------------------------------------
■共通設定
-----------------------------------------*/



html{
font-size:62.5%;
}

body{
 font-size:1.6rem;/* 16px*/
}



body, h1, h2, h3, h4, h5, h6, p, td, th, ol, ul, li, dl, dt, dd, form, pre{
	margin:0;
	padding:0;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
 font-weight: 500;
	font-size: 1.6rem;
color:#1e2b3d;
letter-spacing:0.02em;
	word-break:break-all;
	word-wrap: break-word;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
p {
	font-size: 1.6rem;
}
}


body{
	background-color:#FFF;
	line-height:2;
}

@media screen and (max-width: 768px) {
body{
	line-height:1.8;
}
}

ul,li{
list-style:none;
}


p {
	margin-bottom:18px;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	
}
img {
max-width:100%;
	vertical-align:bottom;
	border: none;
}

a:link {
-webkit-transition: all .3s;
	transition: all .3s;
opacity:1;
color:#1e2b3d;
	text-decoration:underline;
}
a:visited {
color:#1e2b3d;
}
a:active,
a:hover {
opacity:0.6;
color:#1e2b3d;
	text-decoration:none;
}


h2{
}



h3{
}


#wrapper {
    overflow: hidden;
}

.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 98;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blur-overlay.visible {
  opacity: 1;
}

/*----------------------------------------
■汎用クラス
-----------------------------------------*/
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

.pagetop{
background:#FFF;
width:100%;
height:66px;
margin:0;
}
.pagetop a{
font-size:10px;
width:100%;
line-height:66px;
display:block;
text-decoration:none;
text-align:center;
letter-spacing:0.08em;
}
.pagetop span{
background:url(/wp/wp-content/uploads/pagetop.png) no-repeat 0 4px;
background-size:9px;
padding-left:14px;
}

.alignright{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.alignleft{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.aligncenter{
	clear:both;
	display:block;
	margin:25px auto;
}
.postmeta{
	clear:both;
}
.post {
	zoom:1;
}
.post .post{
	margin:10px;
}
#breadNavi .post:after{
	content:"";
	display:inline-block;
	clear:both;
}

.post:after{
	content:"";
	display:block;
	clear:both;
}

.wp-pagenavi{
	margin-top:20px;
	clear:both;
}





/*----------------------------------------
■ヘッダー
-----------------------------------------*/


#logo {
    width: 260px;
    display: flex;
    align-items: center;
    margin: 0;
margin-right: 40px;
}
#header {
    background: #FFF;
}


#header-bar-area{
    height: 100px;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
background: #fffffff2;
}
#header-bar {
    top: 0;
    left: 0;
    
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5vw;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header-bar-area.HeightMin{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 90px;
    animation: DownAnime 0.5s forwards;
    background: #ffffffed;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


#header-logo-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
#header-menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}



/*----------------------------------------
■グローバルナビ
-----------------------------------------*/



/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
    opacity: 1;
display:block;
visibility: inherit;
    z-index: 8000;
    pointer-events: auto;
  transform: translateY(0%);
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    position: static;
    width: auto;
    height: auto;
    width: 100%;
}





#g-nav ul#navi-list {
    margin-right: 0;
    margin-bottom: 0px;
    display: block;
    height: auto;
    text-align: center;
}
#g-nav ul#navi-list li {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    margin: 0 20px;
}

#g-nav ul#navi-list li a {
    color: #FFF;
    text-decoration: none;
}


#g-nav-area {
    margin-bottom: 60px;
}

#g-sns-link {
    text-align: center;
}

#g-sns-link .sns-title{
    margin-right: 0px;
    margin-bottom: 10px;
}



#g-sns-link ul li img {
    height: 30px;
}
#g-sns-link ul li {
    margin: 0 20px;
    display: inline-block;
}
#g-sns-link ul {
    text-align: center;
}

ul#header-service-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;

}
ul#header-service-logo li {
    margin-right: 30px;
}

ul#header-btn-list {
     display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-right: 20px;
}


ul#header-service-logo li img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

ul#header-service-logo li img {
      height: 3vw;
    max-height: 40px;
}

#header-btn-recruit {
    margin-right: 20px;
}

#header-btn-list li {
    white-space: nowrap;
}
#header-btn-list li a {
   display: inline-block;
    width: 100%;
    height: 60px;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 60px;
    text-align: center;
    border-radius: 60px;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding: 0 22px;
}

#header-btn-recruit a {
    background: #1f5ca4;
}


#header-btn-contact a {
    background: #ebba27;
}

#header-btn-contact a span {
 
    background: url(/wp-content/uploads/icon-mail.svg) no-repeat center left;
    background-size: 24px;
    padding: 6px 0 6px 28px;
}
#header-btn-recruit a span {
    background: url(/wp-content/uploads/icon-link.svg) no-repeat center right;
    background-size: 14px;
    padding: 6px 20px 6px 0px;
}



#fv-indicator {
  position: absolute;
  top: 50%;
     left: 2.5vw;
    margin-left: -1px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 3;
}

#fv-indicator .bar {
  width: 2px;
  height: 60px;
  background: #c8d0ed;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

#fv-indicator .bar span {
  display: block;
  width: 100%;
  height: 100%;
  background: #1f5ca4;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0s;
}

#fv-indicator .bar.active span {
  transition: transform 7s linear;
  transform: scaleY(1);
}

#fv-area {
    height: 80vh;
min-height: 800px;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

#fv-text-area {
    position: absolute;
    bottom: 2.5vw;
    left: 2.5vw;
z-index:2;
}

#fv-catch-area {
    position: absolute;
    z-index: 10;
    left: 8.5vw;
    bottom: 30px;
}
#fv-catch span {
    font-size: 2.2rem;
    display: inline-block;
    margin-top: 10px;
}
#fv-catch {
    color: #FFF;
    font-weight: bold;
    font-size: 6rem;
    line-height: 1.3;
    text-shadow: 0 0 10px #0000004f;
}



#fv-bg {
    margin-left: 5vw;
    display: block;
    width: 100%;
    height: 100% !important;
    min-height: 800px;
position: absolute;
top:0px;
transition: opacity 0.5s ease-out, height 0.5s ease-out;
 z-index: 1;
    overflow: hidden;
}

#fv-bg::before {
    content: "";
    background: #00000026;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    left: 0;
    z-index: 2;
}

#background-layer {
    position: fixed;
height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;  /* fv-bg よりも上に来るように調整する必要がある場合は、この値を変更 */
    background-color: transparent;  /* 初期は透明 */
  transition: opacity 0.5s ease-out;
}





#g-nav {
    width: auto;  /* 幅指定解除 */
}



/*==================================================
　5-2-6 3本線が回転して×に
===================================*/



/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
       position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
	background: #1e2b3d;
color:#1e2b3d;
    mix-blend-mode: difference;
  }



.openbtn span:nth-of-type(1) {
	top:15px;	
  	width: 45%;
}

.openbtn span:nth-of-type(2) {
	top:23px;
  	width: 35%;
}

.openbtn span:nth-of-type(3) {
	top:31px;
  	width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;

}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;

}


.openbtn.active{
}


.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
display:block;
      position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 9999;
}




ul#header-sp-btn-list li a {
    line-height: 60px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    color: #FFF !important;
    padding: 0 20px;
}

ul#header-sp-btn-list li {
    display: inline-block;
}
ul#header-sp-btn-list {
    text-align: center;
    font-size: 0;
    margin-bottom: 40px;
   display: none;
}


ul#header-sp-service-logo li img {
    height: 40px;
}
ul#header-sp-service-logo li:first-child img {
    height: 36px;
}
ul#header-sp-service-logo li {
    display: inline-block;
    margin-right: 30px;
}
ul#header-sp-service-logo li:last-child {
   margin-right: 0px;
}
ul#header-sp-service-logo {
    text-align: center;
    font-size: 0;
    margin-bottom: 40px;
   display: none;
}




#g-nav-contents {
      background: #1e2b3ded;
    position: relative;
    margin: 0;
    padding: 160px 5vw 60px;
}

#g-nav {
       position: fixed;
    z-index: 999;
    top: 0;
    opacity: 0;
    left: auto;
    right: 0;
    width: 100vw;
    transform: translate(0%, 0%);
    visibility: hidden;
    transition: all 0.4s;
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-20%);
}
#g-nav-area {
    text-align: center;
    z-index: 999;
    width: 100%;

}
#g-nav ul#navi-list{
  margin-right: 0;
        margin-bottom: 0px;
        display: block;
        height: auto;
        text-align: center;
}



#g-nav.panelactive ul#navi-list li#nav1{
    transition-delay: .0s;
}
#g-nav.panelactive ul#navi-list li#nav2{
    transition-delay: .05s;
}
#g-nav.panelactive ul#navi-list li#nav3{
    transition-delay: .1s;
}
#g-nav.panelactive ul#navi-list li#nav4{
    transition-delay: .15s;
}
#g-nav.panelactive .nav-contact-area{
    transition-delay: .2s;
}









@media screen and (max-width: 1000px)  {

ul#header-sp-service-logo {
   display: block;
}
ul#header-service-logo {
    display: none;
}

}


@media screen and (max-width: 768px)  {


#g-sns-link ul li {
    margin: 0 10px;
}

#g-nav-contents{
padding: 110px 5vw 40px;
        overflow: scroll;
}
#g-nav-area {
    margin-bottom: 20px;
}
ul#header-sp-service-logo {
    margin-bottom: 30px;
}

ul#header-sp-service-logo li {
    display: block;
    margin-right: 0px;
  margin-bottom: 20px;
}
ul#header-sp-service-logo li:last-child {
   margin-bottom: 0px;
}

#g-nav ul#navi-list li {
    display: block;
        font-size: 2.2rem;
        margin-bottom: 10px;
}

ul#header-sp-btn-list {
 display: block;
    margin-bottom: 30px;
}


ul#header-sp-service-logo li:first-child img {
    height: 30px;
}

ul#header-sp-service-logo li img {
    height: 35px;
}
ul#header-btn-list {
    display: none;
}

#logo {
    width: 170px;
    margin-right: 0px;
}


#header-bar{
    height: 70px;
}

#header-bar-area{
    height: 70px;
}
#header-bar-area.HeightMin{
    height: 70px;
}
#fv-catch {
font-size: 5.8vw;
}

#fv-area {
    height: 50vh;
    min-height: 500px;
    margin-top: 70px;
}

#fv-bg {
    min-height: 500px;
}

#fv-catch-area {

    bottom: 20px;
    width: calc(100% - 11vw);
}


}







/*----------------------------------------
■キャッチイメージ
-----------------------------------------*/



#catch-area {
    margin-top: 130px;
    padding: 0 5vw;
}

#catch-contents{
position:relative;
 padding: 120px 0 80px;
}

#pagename {
    font-size: 6.44rem;
    font-weight: 700;
    line-height: 1.4;
}
#pagename span {
    color: #1f5ca4;
    font-size: 3rem;
    text-transform: uppercase;
}

#bread-area {
    position: absolute;
    right: 0;
    bottom: 80px;
    font-weight: 700;
}

.single #bread-area{
    bottom: 0px;
}
#breadNavi a {
    color: #1f5ca4;
}

#breadNavi {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}



@media screen and (max-width: 768px)  {
#catch-area {
    margin-top: 70px;
}
#bread-area {
    bottom: 0px;
}
#catch-contents{ 
    padding: 60px 0;
}

#pagename{
    font-size: 3.4rem;
    line-height: 1.2;
}
#pagename span {
    font-size: 2rem;
}
#breadNavi {
    font-size: 1.1rem;
}

}


/*----------------------------------------
■メイン
-----------------------------------------*/
#main{
 padding: 0px 0;
}


.container{
padding:140px 0;
  position: relative;
    z-index: 2;
}


.section{
    max-width: calc(1200px + 10vw);
       margin: 0 auto;
    position: relative;
    padding: 0 5vw;
}


.midashi-h2-s {
    font-size: 1.6rem;
    color: #3c519b;
}
.midashi-h2 {
    font-size: 4.6rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 1.4em;
}

.midashi-h2-b{
color:#1f5ca4;
}




@media screen and (max-width: 768px) {


.section{
       margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 5vw;
}



#main{
  padding: 0px 0;
  overflow: hidden;
}

.container{
padding:70px 0;
}

.midashi-h2{
font-size: 2.6rem;
    margin-bottom: 1.2em;
}


}


/*----------------------------------------
■コンテンツ
-----------------------------------------*/

#contents-area{
width:1000px;
margin:0 auto;
}
#contents{
	width:700px;
	margin-right:50px;
	float:left;
}



/*----------------------------------------
■サイド
-----------------------------------------*/
#side_right{
	width:250px;
	float:right;
}



#side .sitenavi{
	background:#ffffff;
	list-style:none;
	padding:10px 7px;
	margin-bottom:15px;
}
#side .sitenavi a{
	background:url(/images/items/icon_link.gif) no-repeat left center;
	padding-left:17px;
	line-height:25px;
}

	
#recent-posts-3,
#categories-3,
#archives-3 {
border:solid 1px #EEE;
padding:20px;
margin-bottom:20px;
}

.side-title{
font-size:16px;
letter-spacing:0.08em;
text-align:center;
line-height:1;
margin-bottom:20px;
}

#recent-posts-3 ul li,
#categories-3 ul li,
#archives-3 ul li{
border-bottom:dashed 1px #EEE;
margin-bottom:10px;
padding-bottom:10px;
font-size:12px;
line-height:1.6;
}
#recent-posts-3 ul li:last-child,
#categories-3 ul li:last-child,
#archives-3 ul li:last-child{
border-bottom:none;
margin-bottom:0px;
padding-bottom:0px;
}







/*----------------------------------------
■facebook/twitter
-----------------------------------------*/
#tabs{
height:370px;
}

#tabs ul{
width: 200px;
margin-bottom:7px;
}
#tabs li{
margin:0;
padding:0;
}

#tabs #tab_facebook{
background:url(/images/side/bg_facebook.png) no-repeat;
display: block;
width:100px;
height:40px;
text-indent: -9999px;
outline-style:none;
}
#tabs .ui-tabs-selected #tab_facebook{
background:url(/images/side/bg_facebook_selected.png) no-repeat;
}

#tabs #tab_twitter{
background:url(/images/side/bg_twitter.png) no-repeat right top;
display: block;
width:100px;
height:40px;
text-indent: -9999px;
outline-style:none;
}
#tabs .ui-tabs-selected #tab_twitter{
background:url(/images/side/bg_twitter_selected.png) no-repeat right top;
}


.ui-tabs-hide { display: none; }
.ui-tabs {
margin: 10px 0 0 0;
}
.ui-tabs-nav {

list-style: none;
margin: 0;
padding: 0;

}
.ui-tabs-nav:after {
display: block;
clear: both;
content: " ";
}
.ui-tabs-nav li { 
float: left; 
font-weight: bold;
width: 99px;
}
.ui-tabs-nav a{
display: block;
}
.ui-tabs-nav a {
margin: 1px 0 0;
padding-left: 0;
text-align: center;
outline: 0;
text-decoration:none;
}
.ui-tabs-nav .ui-tabs-selected a {
position: relative;
top: 1px;
z-index: 2;
margin-top: 0;
color: #000;
}



.ui-tabs-nav .ui-tabs-selected a:link,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link,
.ui-tabs-nav .ui-tabs-disabled a:visited { cursor: text; }
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover,
.ui-tabs-nav .ui-tabs-deselectable a:focus,
.ui-tabs-nav .ui-tabs-deselectable a:active { cursor: pointer; }
.ui-tabs-disabled { opacity: .4; }
.ui-tabs-panel { padding: 0; }
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-tabs-panel { width: 178px; border: 0px solid #ade500/*{borderColorActive}*/;}
.ui-tabs-panel img { border:none; }


/*----------------------------------------
■フッター
-----------------------------------------*/


#footer-area {
    background: #1e2b3e;
}

address {
    color: #FFF;
    font-style: normal;
    font-size: 1.2rem;
}
#footer-area {
    padding-bottom: 50px;
}
#footer-bottom {
    padding-top: 50px;
    border-top: solid 1px #ffffff30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

#sns-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sns-title {
    font-size: 1.6rem;
    color: #FFF;
    margin: 0;
    margin-right: 10px;
        text-align: center;
}
.sns-box {
    display: inline-block;
    padding: 0 10px;
    border-right: solid 1px #FFF;
}

.sns-box:last-child {
 border-right:none;
}
.sns-box-title {
    text-align: center;
    font-size: 1.1rem;
    color: #FFF;
    margin-bottom: 4px;
    font-weight: 700;
}

#sns-link ul li {
    width: 30px;
    display: inline-block;
    padding: 0 10px;
}

#sns-link ul {
      display: block;
    text-align: center;
    height: 30px;
}

#sns-link ul li img {
    height: 30px;
    width: auto;
}


#footer-service-menu ul li img {
    height: 50px;
}
#footer-service-menu ul li:first-child img {
    height: 45px;
}
#footer-service-menu ul{
text-align:center;
}

#footer-service-menu ul li {
    display: inline-block;
    margin: 0 40px;
}
#footer-service-menu {
    padding: 100px 0;
}

#footer-info-l {
    width: 320px;
    margin-right: 60px;
}


#footer-info-r {
    width: 60vw;
    max-width: 640px;
}

#footer-info-area {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
#footrer-address {
    margin: 0;
    color: #FFF;
}
#footrer-address br{
display:none;
}

#footrer-logo {
    margin-bottom: 40px;
}
#footer-nav-area {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.footer-nav-name a {
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}

.footer-nav-name {
      margin-bottom: 10px;
    font-size: 1.7rem;
}
.footer-nav-slist li a {
    text-decoration: none;
    color: #555c67;
}

#footer-con-area {
    background: url(/wp-content/uploads/footer-con-bg.jpg) no-repeat center center;
    background-size: cover;
}

.webp #footer-con-area {
    background: url(/wp-content/uploads/footer-con-bg.webp) no-repeat center center;
    background-size: cover;
}
#footer-con-area:before {
content:"";
position:absolute;
width:100%;
height:100%;
display:block;
    background: #1e2b3ed4;
    top: 0;
    left: 0;
}

#footer-con-title span {
    color: #FFF;
}

#footer-con-title {
    color: #FFF;
    margin-bottom: 0.6em;
}
#footer-con-text {
    color: #FFF;
    font-size: 2rem;
}

#footer-con-lr {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
ul#footer-con-btn-list li {
    width: 50vw;
    max-width: 600px;
    margin-bottom: 20px;
}

ul#footer-con-btn-list li a{
     display: inline-block;
    width: 100%;
    border-radius: 10px;
    border: solid 1px #ffffff5c;
    box-sizing: border-box;
    padding: 40px 100px;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.4;
}
ul#footer-con-btn-list li a span{
    font-size: 1.6rem;
}

li#footer-con-btn-tel a {
    background: #1e2b3eb0;
}
li#footer-con-btn-contact a {
    background: #ebba27b0;
}

li#footer-con-btn-tel a:hover {
    background: #1e2b3e;
}
li#footer-con-btn-contact a:hover {
    background: #ebba27;
}


.footer-con-btn a:hover {
opacity:1;
}
.footer-con-btn {
    position: relative;
}

.footer-con-btn::before {
 content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -20px;
}

.footer-con-btn::after {
 content: "";
    width: 14px;
    height: 14px;
    position: absolute;
   right: 40px;
    top: 50%;
    margin-top: -7px;
   background: url(/wp-content/uploads/icon-more.svg) no-repeat;
background-size:contain;
}

#footer-con-btn-contact::before {
    background: url(/wp-content/uploads/icon-mail.svg) no-repeat;
background-size:cover;
}
#footer-con-btn-tel::before {
    background: url(/wp-content/uploads/icon-tel.svg) no-repeat;
background-size:cover;
}


ul#footer-con-btn-list li:last-child {
    margin-bottom: 0;
}

.footer-nav-name-link span {
    background: url(/wp-content/uploads/icon-link.svg) no-repeat right center;
    background-size: 14px;
    padding-right: 22px;
}
.footer-nav-names {
    font-size: 1.5rem;
}


@media screen and (max-width: 768px) {


#footrer-address a{
    color: #FFF !important;
}

#footrer-address br{
display:block;
}

.footer-con-btn::before {
    width: 30px;
    height: 30px;
    left: 20px;
    margin-top: -15px;
}
.footer-con-btn::after {
    margin-top: -6px;
     width: 12px;
    height: 12px;
      right: 20px;
}

ul#footer-con-btn-list li a{
padding: 20px 40px 20px 60px;
        font-size: 2rem;
        line-height: 1.1;
}
ul#footer-con-btn-list li a span {
font-size: 1.3rem;
        display: inline-block;
        margin-top: 4px;
        line-height: 1.6;
}


ul#footer-con-btn-list li {
    width: 100%;
    max-width: none;
}


#footer-con-lr {
    display: block;
}
#footer-con-text {
    color: #FFF;
 font-size: 1.6rem;
        line-height: 1.6;
}

#footer-nav-area {
    display: block;
    text-align: center;
}

.footer-nav-box {

}

#footer-nav-area {
    display: block;
}
.footer-nav-name {
    margin-bottom: 10px;
    font-size: 1.8rem;
}
.footer-nav-names{
    font-size: 1.5rem;
}
ul.footer-nav-slist {
    margin-bottom: 15px;
}

#footer-info-r {
    width: 100%;
    max-width: none;
}
    ul.footer-nav-slist li {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

#footrer-logo img {
    width: 260px;
}
#footer-info-l {
    width: 100%;
    text-align: center;
margin-bottom: 30px;
        margin-right: 0;
}

#footer-info-area {
    display: block;
}


#footer-service-menu ul li:first-child img {
    height: 35px;
}

#footer-service-menu ul li img {
    height: 40px;
}

#footer-service-menu ul li {
    display: block;
    margin: 0;
    margin-bottom: 30px;
}
#footer-service-menu ul li:last-child{
    margin-bottom: 0px;
}


#footer-service-menu {
        padding: 40px 0 60px 0;
}

#footer-bottom {
    display: block;
}
#sns-link {
    width: 100%;
    text-align: center;
        display: block;
}
.sns-title {
    margin-right: 0px;
    margin-bottom: 10px;
}
.sns-box-title {
font-size:1rem;
}

#sns-link ul {
    display: inline-block;
    width: 100%;
}
#sns-link ul li {
    display: inline;
         margin: 0 0px;
}
.sns-box {
    display: inline-block;
    padding: 0 10px;
}


address {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 30px;
}
}





/*----------------------------------------
■トップページ
-----------------------------------------*/


#top-news-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}


#top-news-l {
    width: 30%;
    border-right: solid 1px #ddd;
    margin-right: 50px;
position: relative;
}

#top-news-r {
  width: calc(70% + 5vw);
    margin-right: -5vw;
}



#top-news-r .slick-list {
    padding: 0 5vw 0 0 !important;
}


.news-section {
    padding: 60px 0;
    margin: 0 5vw;
}



#top-news-title {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 40px;
    line-height: 1.6;
}
#top-news-title span {
    font-size: 1.4rem;
    color: #1f5ca4;
}

.news-header {
}

.news-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

.news-slide a {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
text-decoration:none;
    border-right: solid 1px #ddd;
}


.news-slider .news-slide {
    margin-right: 3vw;
}
.news-thumb {
    width: 240px;
    aspect-ratio: 7 / 5;
    background: #EEE;
}

.news-thumb img {
  width: 100%;
  height: 100%;
 object-fit:cover;
}

.slick-arrow img {
    width: 14px;
}
.news-prev img {
    transform: rotate(180deg);
}

.news-all {
    width: 30px;
    position: absolute;
    right: 3vw;
    top: 28px;
}

.slick-arrow {
    background: #EEE;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}


.news-meta {
width:calc(100% - 240px);
padding-left:3vw;
  font-size: 1.6rem;
box-sizing:border-box;
    padding-right: 3vw;
}

.news-date span {
    background: #1f5ca4;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 1.2rem;
    margin-left: 10px;
    color: #FFF;
    vertical-align: 2px;
}



.news-date {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
    line-height: 1.4;
}

.news-title {
  font-weight: bold;
font-size:1.8rem;
line-height: 1.6;
}


#top-message::before {
content: "NIC TAKADAMINAMI";
    position: absolute;
    top: -4vw;
    left: 0;
    line-height: 1;
    z-index: -1;
    text-align: center;
    width: 100%;
    font-size: 10vw;
    font-weight: 700;
    opacity: .1;
    white-space: nowrap;
}



#top-message-area {
    padding-bottom: 240px;
}

#top-message-catch span {
    color: #1f5ca4;
}

#top-message-catch {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 5.4rem;
    line-height: 1.6;
    font-weight: 700;
    white-space: nowrap;
}
#top-message-text-area {
    padding-left: 330px;
}

.top-message-text {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: 2.4;
}



#top-staff-area {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#top-staff-list li {
  
}

#top-staff-list img {
 width: 100%;
  height: auto;
  display: block;
}



#top-message {
    max-width: 1100px;
}


#top-service-text {
    font-size: 2rem;
    margin-bottom: 60px;
}


#top-service-area {
    background: #f6f6f6;
}

#top-service-image {
    background: url(/wp-content/uploads/top-service-image.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 700px;
}

.webp #top-service-image {
    background: url(/wp-content/uploads/top-service-image.webp) no-repeat center center;
    background-size: cover;
}

.top-service-box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
margin-bottom: 80px;
}

#top-service-02.top-service-box {
    flex-direction: row-reverse;
}

#top-service-03 {
    margin-bottom: 0;
}

.top-service-imgbox {
    width: calc(50% + 5vw);
    margin-right: -5vw;
}

#top-service-02 .top-service-imgbox {
 margin-right: 0vw;
 margin-left: -5vw;
}


.top-service-textbox {
    width: 50%;
    box-sizing: border-box;
    padding-right: 100px;
}

#top-service-02 .top-service-textbox {
    padding-right: 0px;
   padding-left: 100px;
}


.top-service-box-no {
    line-height: 1;
    font-size: 10rem;
    font-weight: 700;
    color: #1f5ca4;
}

.top-service-box-no span {
    display: inline-block;
    margin-left: 20px;
}

.top-service-box-no img {
    height: 60px;
}

#top-service-01 .top-service-box-no img {
    height: 50px;
}

.top-service-box-name {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
    color: #1f5ca4;
}
.top-service-box-catch {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
}

.top-service-box-text{
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.top-service-img {
    width: 100%;
     height: 52vw;
    max-height: 520px;
    background: #EEE;
}
.top-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-service-img video{
 width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.more-btn a::after,
.top-recruit-more span::after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    background: url(/wp-content/uploads/icon-more.svg) no-repeat center center;
    background-size: 14px;
}
.more-btn a::before,
.top-recruit-more span::before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    background: #1f5ca4;
    border-radius: 50%;
}
.more-btn a,
.top-recruit-more span {
    display: inline-block;
    position: relative;
    background: #FFF;
    padding: 18px 100px 18px 30px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.8rem;
    border-radius: 50px;
}
.more-btn {
    margin: 0;
}




.top-service-box-more a:visited,
.top-recruit-more a:visited {
    color: #1e2b3d;
}




ul#top-message-service-logo li img {
    height: 50px;
}

ul#top-message-service-logo li {
    display: inline-block;
    margin-right: 20px;
}
ul#top-message-service-logo {
    text-align: left;
    font-size: 0;
}

ul#top-message-service-logo li:first-child img {
    height: 45px;
}
ul#top-message-service-logo li:last-child{
      margin-right: 0px;
}
.top-company-box a {
    text-decoration: none;
}

.top-company-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
transform: scale(1);
-webkit-transition: all .3s;
	transition: all .3s;
}

.top-company-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 20px;
}

.top-company-box a:hover .top-company-img img{
transform: scale(1.1);
}

#top-company-text {
    margin-bottom: 40px;
    font-size: 2rem;
}
#top-company-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.top-company-name {
line-height: 1.4;
    margin: 0;
    font-size: 2rem;
    background: url(/wp-content/uploads/icon-more-b.svg) no-repeat right center;
    background-size: 14px;
}


#top-recruit-area {
    padding-top: 0;
padding-bottom: 200px;
}

#top-recruit-banner a {
    background: #1f5ca4;
    display: inline-block;
    width: 100%;
    padding: 60px 60px;
    box-sizing: border-box;
    color: #FFF !important;
    text-decoration: none;
}
#top-recruit-text {
    font-size: 2.6rem;
    color: #FFF;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 700;
}

#top-recruit-title {
    color: #FFF;
margin-bottom: .4em;
}

#top-recruit-banner {
    border-radius: 10px;
    overflow: hidden;
}
#top-recruit-banner a {
    background: #1f5ca4;
    display: inline-block;
    width: 100%;
    padding: 60px 60px;
    box-sizing: border-box;
    color: #FFF !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

#top-recruit-banner a:hover {
    opacity: 1;
    background: #4883c5;
}

#top-recruit-banner-l {
      width: calc(60% - 60px);
    padding-right: 60px;
    box-sizing: border-box;
}
#top-recruit-banner-r {
    width: 40%;
}
#top-recruit-img {
    margin: -60px;
    height: 440px;
    opacity: 0.5;
}
#top-recruit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top-recruit::before {
    content: "Work With Us.";
    position: absolute;
    bottom: -10vw;
    left: 0;
    width: 100%;
    font-size: 15vw;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    z-index: -1;
    line-height: 1;
opacity: .1;
}



@media screen and (max-width: 768px) {
#top-recruit-banner a {
    padding: 30px 30px;
    display: block;
}

#top-recruit-banner-l {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

#top-recruit-title{
margin-bottom: 10px;
    text-align: center;
}

#top-recruit-text {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 0px;
}
#top-recruit-banner-r {
    width: 100%;
}

#top-recruit-img {
    margin: 0 -30px -30px;
        height: 60vw;
        max-height: 600px;
    opacity: 0.5;
}
#top-recruit-banner {
    position: relative;
}
.more-btn.top-recruit-more {
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: 20px;
}
.more-btn a, .top-recruit-more span {
    padding: 12px 80px 12px 26px;
    font-size: 1.6rem;
}
.more-btn a::before, .top-recruit-more span::before {
    width: 30px;
    height: 30px;
    right: 10px;
    margin-top: -15px;
}
.more-btn a::after, .top-recruit-more span::after {
    width: 30px;
    height: 30px;
    right: 10px;
    margin-top: -15px;
    background: url(/wp-content/uploads/icon-more.svg) no-repeat center center;
    background-size: 12px;
}

#top-recruit-area{
    padding-bottom: 120px;
}
#top-service-text {
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.top-service-box {
         display: block;
        margin-bottom: 40px;
        position: relative;
}
.top-service-textbox {
        width: 100%;
        padding-right: 0;
    }
.top-service-imgbox {
    width: 100%;
    margin: 0;
}
#top-service-02 .top-service-textbox {
    padding-right: 0px;
    padding-left: 0px;
}
#top-service-02 .top-service-imgbox {
    margin-right: 0vw;
    margin-left: 0vw;
}

#top-service-image{
    height: 50vw;
    max-height: 500px;
}
#top-company-text {
    margin-bottom: 30px;
    font-size: 1.6rem;
}

#top-company-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.top-company-box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.top-company-img {
    width: 40%;
    margin: 0;
}
.top-company-name {
    width: 60%;
    box-sizing: border-box;
    padding-left: 20px;
        font-size: 1.6rem;
}
.top-service-box-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.top-service-box-no {
    font-size: 8rem;
    margin-bottom: 10px;
}

.top-service-box-no img {
    height: 50px;
}
#top-service-01 .top-service-box-no img {
    height: 45px;
}
.top-service-box-catch {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.top-service-box-name {
           font-size: 3.2rem;
        line-height: 1.2;
}

#top-news-area {
    display: block;
        padding: 30px 0;
}

#top-news-title {
    font-size: 2.6rem;
    margin-bottom: 0px;
}
#top-news-l {
    width: 100%;
    border: none;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}


.news-date {
    font-size: 1.2rem;
}

.news-date span {
    font-size: 1rem;
}

.news-title {
    font-size: 1.6rem;
    margin: 0;
}




.news-all {
    top: 16px;
    right: 110px;
}
#top-news-r {
    width: calc(100% + 5vw);
}
.news-thumb {
    width: 140px;
}
.news-meta {
    width: calc(100% - 140px);
}

#top-message-catch {
  font-size: 3rem;
        line-height: 1.4;
}
#top-message-text-area {
    padding-left: 120px;
        padding-bottom: 30px;
}
.top-message-text {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: 2;
}

.top-message-text br{
display:none;
}

ul#top-message-service-logo li:first-child img {
    height: 20px;
}

ul#top-message-service-logo li img {
    height: 25px;
}
ul#top-message-service-logo li {
  display: inline-block;
        margin-right: 10px;
}
ul#top-message-service-logo li:last-child {
      margin-right: 0px;
}
#top-message-area {
    padding-bottom: 100px;
}
ul#top-message-service-logo {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    font-size: 0;
    position: absolute;
}



}



/*----------------------------------------
■会社
-----------------------------------------*/

#company-message-imgbox {
    width: 40%;
}

#company-message-catch {
    font-size: 4rem;
    line-height: 1.5;
    margin-top: 80px;
    color: #1f5ca4;
    margin-bottom: 40px;
}

#company-message-text {
    font-size: 1.8rem;
    margin-bottom: 40px;
}
#company-message-textbox {
    width: 60%;
    box-sizing: border-box;
    padding-right: 60px;
}
#company-message-box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
#company-message-name span {
    font-size: 1.7rem;
    margin-right: 10px;
    vertical-align: 2px;
}
#company-message-name {
    margin-bottom: 0;
    font-size: 2.4rem;
}
#company-message-name-p {
    margin-bottom: 4px;
    line-height: 1.6;
}

#company-message-img {
    width: 100%;
    aspect-ratio: 5 / 6.5;
    background: #EEE;
}
#company-message-img img{
  width: 100%;
height:100%;
object-fit:cover;
}

#company-history-area {
    background-color: #f6f6f6;
}


.prof-t td, .prof-t th {
    padding: 20px;
    border-bottom: solid 1px #DDD;
    font-size: 1.8rem;
    text-align: left;
}

.prof-t th {
    width: 20%;
    font-weight: 700;
}
.prof-t {
    margin-bottom: 60px;
}


.history-t th.history-year {
    font-weight: 700;
    font-size: 8rem;
    line-height: 1;
    width: 220px;
    color: #e2e2e2;
}
.history-t td.history-month {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    width: 60px;
}
.history-t td, .history-t th {
    padding: 20px;
    border-bottom: solid 1px #DDD;
    font-size: 1.8rem;
    text-align: left;
}

#map-area iframe {
    height: 60vw;
    max-height: 600px;
}

#company-prof-area {
    padding-bottom: 0;
}



@media screen and (max-width: 768px) {

#company-message-catch {
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 20px;
}

#company-message-catch br{
display:none;
}
#company-message-box {
    display: block;
}

#company-message-textbox {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
}

#company-message-imgbox {
    width: 80%;
    margin: 0 auto;
}
#company-message-text {
    font-size: 1.6rem;
    margin-bottom: 30px;
}


.history-t td, .history-t th {
   padding: 12px 6px;
        font-size: 1.3rem;
        line-height: 1.6;
}
.history-t td.history-month {
        font-size: 1.2rem;
        width: 30px;
    text-align: center;
}
.history-t th.history-year {
        font-size: 2.4rem;
        line-height: 1;
        width: 60px;
}
#company-message-name {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1;
}

#company-message-name span {
    font-size: 1.4rem;
}
#company-message-name-p {
    line-height: 1.4;
        font-size: 1.4rem;
}




.prof-t td, .prof-t th {
    display: block;
    padding: 0;
    line-height: 1.6;
    font-size: 1.4rem;
}

.prof-t td {
    padding-bottom: 16px;
}

.prof-t th {
        border-bottom: none;
        padding-top: 16px;
        font-size: 1.6rem;
        width: 100%;
        padding-bottom: 5px;
}
}





/*----------------------------------------
■事業内容
-----------------------------------------*/

.anshinmimamori-btn {
    margin-bottom: 0;
    margin-top: 20px;
}

#service-header-title {
    text-align: center;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 30px;
color:#FFF;
}
#service-header-title br{
display:none;
}

#service-header-area {
    background: #1f5ca4;
    padding: 100px 0;
}

#service-header-list {
    display: flex;
    justify-content: space-between;
    gap: 1px;
    flex-wrap: wrap;
background:#EEE;
}
ul#service-header-list li {
    flex: 1;
    width: calc((100% - 2px) / 3);
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul#service-header-list li a {
    text-decoration: none;
}

.service-header-img {
    margin-bottom: 0px;
    width: 100%;
    aspect-ratio: 5 / 3.2;
}

.service-header-info {
    padding: 50px 30px;
}


.service-header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-header-no {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    text-align: center;
    color: #1f5ca4;
}
.service-header-name {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.service-header-logo {
    text-align: center;
    margin-bottom: 0;
}
ul#service-header-list li:first-child .service-header-logo img {
    height: 45px;
}

.service-header-logo img {
    height: 50px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-image {
    width: 100%;
    height: 50vw;
    max-height: 500px;
}

.service-midashi-no {
    font-weight: 700;
    line-height: 1;
   font-size: 7rem;
    margin-bottom: 0px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    display: none;
}

.service-midashi {
    margin-bottom: 10px;
    color: #1f5ca4;
}


.service-midashi-name {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}
.service-midashi-cacth {
    display: inline;
    font-size: 4rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.6;
}

.service-midashi-area {
    margin-bottom: 40px;
    position: relative;
}
.service-midashi-logo img {
    height: 50px;
}

.service-midashi-logo {
    position: absolute;
    right: 0;
    top: 20px;
}


.service-naiyou {
    padding-top: 30px;
}

.sercice-destext {
    font-size: 1.8rem;
    margin-bottom: 60px;
}



.service-midashi3 {
    border-left: solid 6px #1f5ca4;
    padding-left: 20px;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 1.4em;
}

.gsb-movie {
    text-align: center;
}
.service-section {
    margin-bottom: 60px;
}

.service-contents::before {
    content: "";
    position: absolute;
    background: #f6f6f6;
    width: 100%;
    height: 40vw;
    min-height: 500px;
    top: 0;
    left: 0;
}

.service-t td, .service-t th {
    padding: 20px;
    border: solid 1px #DDD;
    font-size: 1.8rem;
    text-align: center;
line-height:1.4;
}
.cc-t td img {
      height: 100px;
    margin-bottom: 4px;
    width: auto;
}

.cc-t td {
    width: 25%;
}


.service-cta-list {
    text-align: center;
    font-size: 0;
}
.service-ctabtn{
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    margin: 10px 10px;

}
.service-ctabtn a {
    display: inline-block;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    border-radius: 60px;
    font-size: 2.4rem;
    box-sizing: border-box;
    padding: 14px 100px;
    background: #1e2b3e;
}

.service-cta-contact {
    color: #eaba27;
}

.service-cta-contact a {
    background: #eaba27;
}

.service-cta-contact a span {
    background: url(/wp-content/uploads/icon-mail.svg) no-repeat center left;
    background-size: 30px;
    padding: 6px 0 6px 36px;
}
.gsb-ctabtn a {
    display: inline-block;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    border-radius: 60px;
    font-size: 2.4rem;
    box-sizing: border-box;
    padding: 14px 100px;
    background: #1e2b3e;
}

.gsb-ctabtn {
    margin-bottom: 20px;
    text-align: center;
}


#gsb .service-image {
    height: auto;
    max-height: none;
}

.service-image video {
    width: 100%;
}








.newspaper-service {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    background: #f6f6f6;
    padding: 60px;
}

.newspaper-service-box {
     background: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
    width: calc((100% - 30px) / 2);
}


.newspaper-service-box h4 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    color: #1f5ca4;
    font-weight: 700;
    text-align: center;
}

.newspaper-service-box h4 span {
    background: #1f5ca4;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.newspaper-service-text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.newspaper-service-box ul li {
    list-style: disc;
    border-bottom: dashed 1px #ddd;
    padding: 10px 0;
    line-height: 1.6;
}

.newspaper-service-box ul {
    padding-left: 20px;
    margin: 0;
}

.note {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #999;
}

.gsb-reason-list-box{
    background: #f6f6f6;
    padding: 60px;
    margin-bottom: 20px;
}

.gsb-reason-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.gsb-reason-list li::before {
    content: "";
    width: 2px;
    height: calc(100% - 40px);
    position: absolute;
    display: block;
    background: #1f5ca4;
    left: 20px;
}

.gsb-reason-list li small{
    font-size: .6em;
}

.gsb-reason-list li {
    position: relative;
    object-fit: cover;
    font-size: 1.6rem;
    padding: 20px;
    background: #FFF;
    width: calc((100% - 10px) / 2);
    box-sizing: border-box;
    line-height: 1.8;
    padding-left: 40px;
}

.gsb-reason-list li span {
    color: #1f5ca4;
    font-size: 2.4rem;
}


.gsb-catch-copy {
    font-size: 3rem;
    margin: 0;
    font-weight: 700;
    color: #1f5ca4;
}

.compare-block-area {
     display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.compare-block {
    width: calc((100% - 40px) / 3); 
}



.service-t thead th {
    background: #e7e7e7;
}

.service-t th {
    background: #f6f6f6;
}

.service-t small {
    font-size: .7em;
}

.service-t tr.cc-price th {
    background: #fffbf0;
}


.feel-free-section {
    background-color: #f6f6f6;
    padding: 60px;
    margin-bottom: 60px;
}

.feel-free-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.feel-free-text {
  flex: 1 1 500px;
}

.feel-free-label {
  background-color: #1f5ca4;
  color: #fff;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.feel-free-title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #1f5ca4;
    margin-bottom: 10px;
}

.feel-free-desc {
    margin: 0;
}

.feel-free-image {
    flex: 1 1 300px;
    text-align: center;
    aspect-ratio: 4 / 3;
}

.feel-free-image img {
width: 100%;
    height: 100%;
    object-fit: cover;
}

.feel-free-plan-table {
  margin-top: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.feel-free-plan-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 1em;
}

.feel-free-plan-table th,
.feel-free-plan-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
}

.feel-free-plan-table thead th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.feel-free-note {
  font-size: 0.85em;
  color: #666;
  margin-top: 8px;
}


.ff-t th {
    width: 20%;
}


.cc-price-catch {
    color: #1f5ca4;
    font-weight: 700;
    font-size: 2rem;
}

.cc-price img {
    height: 60px;
    margin-bottom: 4px;
}
.cc-price-bottle {
    font-size: 3rem;
}

.cc-price-500 {
    background-color: #1f5ca4;
    color: #fff;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 1.2rem;
    margin-bottom: 4px;
    margin-top: 4px;
}

    .pattern-title {
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
      color: #555;
    }
    .user-info {
      font-weight: bold;
      margin-bottom: 1rem;
    }

.cc-voice-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.voice-section {
    max-width: 700px;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 6%);
}

.voice-text{
margin:0;
   font-size: 1.3rem;
}

.twentytwenty-caption {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {


.cc-t td img {
      height: 60px;
}


.twentytwenty-caption {
    font-size: 1.2rem;
}


.newspaper-service {
        padding: 15px;
        flex-direction: column;
        gap: 10px;
    }

 .newspaper-service-box {
        flex: 1 1 100%;
        padding: 20px;
        max-width: 100%;
        width: 100%;
    }

  .service-midashi3 {
    font-size: 22px;
    margin-bottom: 30px;
margin-top: 40px;
  }

#service-header-area {
    padding: 60px 0;
    margin-top: 40px;
}

#service-header-title {
    font-size: 2rem;
}
.service-header-info {
    padding: 16px 15px;
}
.service-header-name {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.2;
}
ul#service-header-list li:first-child .service-header-logo img {
    height: 15px;
}

.service-header-logo img {
    height: 20px;
}

.service-midashi-name {
              font-size: 2.6rem;
        line-height: 1.4;
}

.service-midashi-cacth {
        font-size: 1.8rem;
}
.service-midashi-logo {
    position: static;
    right: 0;
    top: 0;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
}
.service-midashi-logo img {
    height: 30px;
}
.service-midashi-area {
    margin-bottom: 20px;
        text-align: center;
}

.service-contents::before {
    height: 40vw;
    min-height: 350px;
}

.sercice-destext {
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.service-t td, .service-t th {
         padding: 8px;
        font-size: 1.3rem;
        line-height: 1.2;
}
.service-section {
    margin-bottom: 40px;
}
.newspaper-service-text {
    font-size: 1.6rem;
}

.newspaper-service-box h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 4px;
}
.newspaper-service-box ul li {
    font-size: 1.4rem;
}
.service-section {
    margin-bottom: 20px;
}

.service-ctabtn {
    font-size: 1.2rem;
    margin: 0 0 12px;
        display: block;
}
.service-ctabtn:last-child {
    margin: 0 0 0px;
}
.service-ctabtn a {
    border-radius: 60px;
    font-size: 1.6rem;
    padding: 12px 30px;
}
.service-cta-contact a span {
    background: url(/wp-content/uploads/icon-mail.svg) no-repeat center left;
    background-size: 24px;
    padding: 6px 0 6px 30px;
}
.service-midashi {
    margin-bottom: 4px;
}
.cc-price-catch {
    font-size: 1.8rem;
    line-height: 1.6;
}

.note {
    margin-top: 10px;
    font-size: 1.1rem;
}

.feel-free-plan-table {
  margin-top: 20px;
}


.feel-free-section {
    padding: 20px;
    margin-bottom: 40px;
}
.feel-free-title {
        font-size: 1.8rem;
    line-height: 1.4;
}

.feel-free-label {
    font-size: 0.7em;
    margin-bottom: 10px;
}
.feel-free-desc br {
    display: none;
}

.feel-free-desc {
    font-size: 1.4rem;
}


.feel-free-inner {
    gap: 20px;
}
.cc-voice-area {
    grid-template-columns: 1fr;
    gap: 10px;
}
.voice-section {
    padding: 20px;
}
.voice-text {
    margin: 0;
    font-size: 1.1rem;
}
.user-info {
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 1.4;
    font-size: 1.4rem;
}
.pattern-title {
    font-weight: bold;
    font-size: 1.1rem;
}
.gsb-reason-list-box {
    padding: 20px;
    margin-bottom: 20px;
}
.gsb-reason-list li {
    font-size: 1.4rem;
    padding: 20px;
    width: 100%;
    line-height: 1.8;
    padding-left: 40px;
}
.gsb-reason-list li span {
    font-size: 1.8rem;
    line-height: 1.4;
    display: inline-block;
}
.gsb-catch-copy {
    font-size: 2rem;
    line-height: 1.6;
}
.gsb-ctabtn a {
    font-size: 1.6rem;
    padding: 14px 30px;
}
.gsb-ctabtn {
    margin-bottom: 10px;
}
.compare-block-area {
display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.compare-block {
    width: 100%;
}

#service-header-title br{
display:block;
}
.top-service-box-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
}


}



/*----------------------------------------
■お問い合わせ
-----------------------------------------*/



#form-area {
    max-width: 1100px;
    margin: 0 auto;
}

.form-tr{
  width: 100%;
display:table;
}
.form-td, .form-th {
display:table-cell;
    padding: 10px 0;

}

.form-contents-title {
    font-weight: 700;
    color: #1f5ca4;
    font-size: 2.2rem;
    border-bottom: solid 2px;
    margin-bottom: 20px;
}
.form-contents-area {
    padding: 50px 0;
}

.form-td {
    padding-left: 40px;
}


.hissu {
    font-size: 1.6rem;
    color: #dc4c4c;
    margin-left: 10px;
}

.form-th {
    font-size: 2.2rem;
    width: 30%;
    text-align: left;
    font-weight: 700;
       line-height: 1.4;
    vertical-align: middle;
}

.form-ths{
  font-size: 1.8rem;
}

.form-contents-area .form-tr {
    border-bottom: dashed 2px #1f5ca4;
    padding: 20px 0;
}



.form-t input, .form-t textarea, .form-t select {
    background: #f6f6f6;
    border: 0;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.8rem;
}
.form-check-kakunin.form-check-kakunin--head {
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.8rem;
}
#form-privacy-area {
    padding-top: 60px;
}
.form-submit {
    text-align: center;
    margin: 0;
}
.time-input {
  display: flex;
  align-items: center;
  gap: 6px;
}

.time-input select {
  width: 70px; /* 横幅を適宜調整 */
  padding: 5px;
  text-align: center;
}

.form-submit input {
       font-size: 2.6rem;
    font-weight: 700;
    padding: 20px 60px;
    box-sizing: border-box;
    color: #FFF;
    background: #1e2b3d;
    border: none;
 border-radius: 60px;
}
:disabled {
    opacity: .2;
}
.form-check-kakunin .wpcf7-list-item {
    margin: 0;
}
span.wpcf7-spinner {
    display: block;
    margin-top: 20px;
    margin: 20px auto 0;
}

/* ラジオボタン全体のラッパーを2列グリッドに */
.subject-radio .wpcf7-form-control.wpcf7-radio.radio-button,
.subject-radio .wpcf7-form-control.wpcf7-checkbox.radio-button {
 display: flex;
  flex-wrap: wrap;        /* 複数行対応 */
  gap: 1rem;              /* ボックス間の余白 */
}

.subject-radio .wpcf7-list-item {
  flex: 1 1 calc(50% - 1rem); /* 2列 */
  display: flex;
}


.subject-radio .wpcf7-list-item {
    margin: 0;
}


/* 各ラジオボタンラベル（wpcf7-list-item）をボタン風に */
.subject-radio .wpcf7-list-item {
  display: block;
}

* ラジオボタンの枠を作っている label に直接スタイル */
.subject-radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.subject-radio .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}

/* ラジオボタンの見た目統一 */
.subject-radio .wpcf7-list-item label {
  display: flex;
  justify-content: center;   /* 横方向の中央揃え */
  align-items: center;       /* 縦方向の中央揃え */
  text-align: center;
font-size: 1.8rem;
    line-height: 1.4;
  padding: 1.75em 1em;
  border: 2px solid #1f5ca4;
  border-radius: 8px;
  background-color: #f9f9f9;
  color: #1f5ca4;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* input を隠す */
.subject-radio .wpcf7-list-item input[type="radio"],
.subject-radio .wpcf7-list-item input[type="checkbox"] {
  display: none;
}
/* ✅ チェックされたら「親の label に含まれる span（テキスト）」にスタイルを当てる */
.subject-radio .wpcf7-list-item input[type="radio"]:checked + span,
.subject-radio .wpcf7-list-item input[type="checkbox"]:checked + span {
  background-color: #1f5ca4;
  color: #fff;
margin: -1.75em -1em;
  padding: 1.75em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
width:100%;
  font-weight: bold;
}


#contact-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

#contact-head > div {
  flex: 1;
  min-width: 280px;
  background-color: #f6f6f6;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* タイトル */
.contact-head-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

/* QR画像 */
.contact-head-qr img {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

/* LINE説明 */
.contact-head-qr-bottom {
  font-size: 1.6rem;
  text-align: center;
}

.contact-head-qr-btn{
margin-bottom:0;
display:none;
}
.contact-head-qr{
margin-bottom:0;
display:block;
}


/* 電話番号 */
.contact-head-tel span {
    background: url(/wp-content/uploads/icon-tel-b.svg) no-repeat left center;
    background-size: 46px;
    padding-left: 56px;
}

.contact-head-tel {
    font-size: 4.6rem;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
    color: #305b9f;
}

/* 電話補足 */
.contact-head-tel-bottom {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
    margin: 0;
}


#form-area-title {
    font-size: 2rem;
    margin-bottom: 60px;
}

#form-area-title span{
    color: #dc4c4c;
}



.wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none !important;
    font-weight: 700;
background: #1f5ca4;
}

.wpcf7 form .wpcf7-response-output{
    background: #a41f1f;
    color: #FFF;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #eaba27;
    color: #FFF;
}


@media screen and (max-width: 768px) {

#form-area-title {
    font-size: 1.6rem;
    margin-bottom: 40px;
}
#contact-head {
    gap: 20px;
    margin-bottom: 60px;
}

#contact-head > div {
    flex: auto;
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 30px;
}
.contact-head-title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.contact-head-tel-bottom {
    font-size: 1.4rem;
    line-height: 1.6;
}

.contact-head-tel {
    font-size: 3.6rem;
    margin-bottom: 10px;
    line-height: 1.2;
}
.contact-head-tel span {
    background: url(/wp-content/uploads/icon-tel-b.svg) no-repeat left center;
    background-size: 32px;
    padding-left: 36px;
}
.form-tr {
    display: block;
}
.form-td, .form-th {
    display: block;
    padding: 0;
    width: 100%;
}
.form-th {
    font-size: 1.8rem;
    padding-bottom: 10px;
 padding-top: 10px;
}

.form-td {
    font-size: 1.6rem;
    padding-bottom: 10px;
}
.subject-radio .wpcf7-list-item label{
padding: 1em 10px;
    font-size: 1.6rem;
}
.subject-radio .wpcf7-list-item input[type="radio"]:checked + span, .subject-radio .wpcf7-list-item input[type="checkbox"]:checked + span {
    background-color: #1f5ca4;
    color: #fff;
    margin: -1em -10px;
    padding: 1em 10px;
}
.form-contents-area {
    padding: 20px 0;
}

.form-contents-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.form-contents-area .form-tr {
    padding: 10px 0;
}
#form-privacy-area {
    padding-top: 30px;
}
.form-check-kakunin.form-check-kakunin--head {
    margin-bottom: 30px;
    font-size: 1.6rem;
}
.form-submit input {
    font-size: 2.2rem;
}
.contact-head-qr {
    margin: 0;
}


.contact-head-qr-btn{
margin-bottom:0;
display:block;
}


.contact-head-qr-btn a {
    display: inline-block;
    text-decoration: none;
    background: #0cad4f;
    color: #FFF;
    padding: 20px 50px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    border-radius: 60px;
}

.contact-head-qr{
display:none;
}


.contact-head-qr img {
    margin: 0 auto 0px;
}

.form-t input, .form-t textarea, .form-t select {
    font-size: 1.6rem;
}


}




/*----------------------------------------
■プライバシー
-----------------------------------------*/



/* 冒頭テキスト */
#privacy-content-text {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
}

/* 各項目のボックス */
.privacy-list {
  margin: 0;
  padding: 0;
}

.privacy-list-box {
  padding: 2.4em;
  margin-bottom: 30px;
  background: #fafafa;
}

/* 各項目タイトル */
.privacy-list-box dt {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 8px;
}

/* 各項目本文 */
.privacy-list-box dd {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.7;

}

/* 見出しデザイン（スマホ対応） */
@media (max-width: 768px) {


  .privacy-list-box {
    padding: 15px;
        margin-bottom: 16px;
  }

  .privacy-list-box dt {
font-size: 1.8rem;
        margin-bottom: 4px;
  }
.privacy-list-box dd {
    font-size: 1.4rem;
    line-height: 1.6;
}

}





/*----------------------------------------
■ブログ
-----------------------------------------*/


.wp-block-button__link{
text-decoration:none;
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal;
margin: 40px 0;
}


#news-all-area {
    padding-top: 80px;
}

.wp-block-list {
    margin-bottom: 30px;
    margin-top: 30px;
}

.wp-block-list li{
font-size: 1.8rem;
}

.wp-block-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #1f5ca4;
    margin-right: 8px;
}


#single-contents h3 {
    font-weight: 700;
    font-size: 1.4em;
    color: #1f5ca4;
    line-height: 1.4;
    margin-bottom: 30px;
}

#single-contents h2 {
    font-weight: 700;
    font-size: 1.6em;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: solid 2px #1f5ca4;
    line-height: 1.4;
}
#single-contents, #single-contents p {
    font-size: 1.8rem;
    margin-bottom: 40px;
}



#single-area {
    padding: 100px 0;
    max-width: 900px;
}


.single-date {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #1f5ca4;
}


#single-contents, #single-contents p {
    font-size: 1.8rem;
}




#news-archive-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.news-all-item {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.news-all-item a{
text-decoration:none;
}


.news-all-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-all-thumb {
    margin-bottom: 30px;
    background: #EEE;
    width: 100%;
    aspect-ratio: 5 / 3.2;
}


.news-all-meta {
  padding: 0px;
}

.news-all-date{
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.4;
}

.news-all-date span {
  background: #1e73be;
  color: #fff;
  padding: 2px 8px;
  margin-left: 6px;
  border-radius: 3px;
  font-size: 1.6rem;
}

.news-all-title {
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 0;
}



@media screen and (max-width: 768px) {
#news-all-area {
    padding-top: 60px;
}
#news-archive-area {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.news-all-thumb {
    margin-bottom: 15px;
}
.news-all-date {
    font-size: 1.2rem;
}

.news-all-date span {
    font-size: 1.1rem;
}
.news-all-title {
    font-size: 1.8rem;
    line-height: 1.4;
}

.news-all-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding-bottom: 16px;
}
.single-date {
    font-size: 1.8rem;
    line-height: 1.4;
}
#single-area {
    padding: 60px 5vw;
}

#single-contents h2 {
    font-size: 1.3em;
}
#single-contents, #single-contents p {
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.wp-block-list li {
    font-size: 1.6rem;
}
#single-contents h3 {
    font-size: 1.2em;
}

}



/*----------------------------------------
■404
-----------------------------------------*/

#contents404 {
    text-align: center;
    padding: 160px 0 100px;
}



.notfound-title span {
    font-size: 4em;
}

.notfound-title {
    font-size: 4.6rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 60px;
}

.notfound-text {
    margin-bottom: 40px;
}
.notfound-back {
    margin: 0;
}

@media screen and (max-width: 768px) {

#contents404 {
  padding: 100px 5vw 50px;
}



.notfound-title span {
    font-size: 2em;
}

.notfound-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
}


}





/*----------------------------------------
■個別設定
-----------------------------------------*/

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.slidein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.0s;
  &.slidein-left{
      transform: translate(-100%,0);
  }
  &.slidein-right{
      transform: translate(100%,0);
  }
  &.slidein-up{
      transform: translate(0,-100%);
  }
  &.slidein-bottom{
      transform: translate(0,30%);
  }
  &.scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
  }
}
