:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #eb178c;
    --color-theme: #293a8e;
    
    
    --color-other: #fff01e;
    
    --color-green: #199347;
    
    
    --color-base-darken: #bf1078;
    --color-theme-darken: #1c2959;
    --color-other-darken: #d8c51a;
    
    
    
    
    
    --color-rightgray: #F4F4F4;
    
    
    
    
    
    

    --font-family: 'Jost', sans-serif;
    
    
    
    
    
    
    
    
    
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:2;/*text-align:left*/}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.8;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

html {
    scroll-behavior: smooth;
}
body {
    font-family: YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.8;
    letter-spacing: .75px;
    word-wrap: break-word;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
    font-size: 15px; 
    background:#FFF;
}
.center {text-align: center;}
.h1_logo {font-size: 12px; padding: 0; margin: 0; }

@media screen and (max-width: 768px) {
    body {
font-size: 13px; line-height: 1.8em; letter-spacing: .3px;}
    .h1_logo {font-size: 7px; padding: 0 5px; margin: 0; }

}
.mini {
    font-size: 80%;
}
html {
  scroll-behavior: smooth;
}
/* 固定ヘッダーの高さに合わせて、ターゲット要素の開始位置を調整 */
/* #header は固定ヘッダーのID、80pxはヘッダーの高さ */
#header {
  position: fixed; /* ヘッダーを固定 */
  top: 0;
  width: 100%;
  height: 90px; /* ヘッダーの高さ */
  z-index: 100;
}
@media screen and (max-width: 959px) {
	#header {
  
		
  height: 50px; /* ヘッダーの高さ */
}
}
/* ページ内リンクのターゲット要素 */
section {
  /* ヘッダーの高さ分、上部に余白（マージン）を作る */
  scroll-margin-top: 90px; /* ヘッダーの高さと同じ値 */
}

/*パンくずリスト*/
.pankuzu_box {
    padding: 15px 15px; }
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
    font-size: 12px;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .pankuzu_box {padding: 10px 4%;
    background-color: #f4f8f9;}
    .breadcrumb {
    font-size: 10px;
}
	
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #000000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color:#000000;/*色*/
    transition:all 0.5s;
}

.breadcrumb li a:hover {
  text-decoration: none;
    border-bottom: solid 1px #000000;
    
}
/*パンくずリスト*/
/*ページ内リンク*/
/*ジャンプ先の<a>タグに、クラス”anchor”を設定する。*/
a.anchor{
    display: block;
    padding-top:90px;
    margin-top: -90px;
}
@media screen and (max-width: 767px){
a.anchor{
    display: block;
    padding-top:50px;
    margin-top: -50px;
}
}
/*ページ内リンク*/

a {vertical-align:bottom}
a {transition: 0.2s ;}
img {vertical-align:bottom}
.cntr{text-align: center;}
@media screen and (max-width: 480px) {
.cntr{text-align: left;}
}
a {text-decoration: none;}
/*webpage読み込み時にフェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*webpage読み込み時にフェードイン*/


a {
	color: #383838;
}
a:hover {
	color: #383838;
}


#mainv {
   width: 100%;
    height: 100vh;
       position: relative;
}
#mainv .kikagaku {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
}
#mainv img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.sp {
    display: none;
}

@media screen and (max-width:560px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
    /*headerの背景色*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
    z-index: 3333;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);

}
.header_h1_wrap {
padding-bottom: 5px;}
.header_h1_wrap h1 {
    color: #333333;
    font-size: 10px;
    margin: 0;
    line-height: 1.4em;
}
.hidden {
/*  background-color: rgba(255,255,255,0.9);*/
    transition: all 0.8s ease;
}
    /*headerの背景色*/
.bunner_box { 
/*    width: calc(100% - 40px);*/
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    
    position: relative;
}
.bunner_box .h1_logo {margin-right: auto;}

.logo {width: 400px;
    padding-left: 20px;

}
.logo img {width: 400px;}




.submenu {
    display: flex;
    flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
    
}

.submenu_tel {
    display: inline;
    line-height: 1em;
    background: var(--color-rightgray);
}
.submenu_tel a {
    

    display: inline-block;
    line-height: 1.6em;
    color: #000;
    font-weight: normal;
    padding: 10px;
    padding: 10px;

    height: 90px;
    width: 170px;
     display: flex;
    flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
    text-align: center;
    
}
.submenu_tel span {
    font-size: 1.1em;
    font-family:  var(--font-family);
    padding: 5px;
}
.submenu_tel i {
    font-size: 18px;
}
.submenu_mail {
    display: inline;
    line-height: 1em;
}
.submenu_mail a {
    background: var(--color-base);
    display: inline-block;
    line-height: 1.6em;
    color: #FFF;
    font-weight: normal;
    padding: 10px;
    padding: 10px;
    border: solid 1px var(--color-base);
    height: 90px;
    width: 90px;
     display: flex;
    flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
    text-align: center;
    font-family: 'Jost', sans-serif;
}
.submenu_mail span {
    font-size: 14px;
    display: block;
     padding-bottom: 2px;
}
.submenu_mail i {
    display: block;
    font-size: 18px;
}
.submenu_mail a:hover {
    background: var(--color-base-darken);
    border: solid 1px var(--color-base-darken);
}
.menu_box {
    margin-left: auto;
    display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: flex-end;


}


@media screen and (max-width: 1300px) {
    .header_h1_wrap h1 {
    font-size: 8px;
}
    .logo {width: 260px;
    padding-left: 10px;

}
.logo img {width: 260px;}

    .bunner_box { 
    height: 60px;
}
.submenu_tel a {
    
    height: 60px;
    width: 130px;
    padding: 5px;
}
.submenu_tel span {
    font-size: 14px;
}
.submenu_tel i {
    font-size: 14px;
}

.submenu_mail a {
    padding: 10px;
    height: 60px;
    width: 50px;
}
.submenu_mail span {
    font-size: 12px;
}
.submenu_mail i {
    font-size: 14px;
}



}

@media screen and (max-width: 959px) {

    .bunner_box {
   display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
padding: 0em;
        margin: 0;
}
    
    
    .tel_box {display: none;}
    }

	padding: 0 15px;
		

	}
	.mean-container .mean-nav ul li.sns_wrap a {
				display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
		text-align: center;
			
	}
	
	.sns_wrap img.sns_instagram {
		width: 30px;
	} 

	.sns_wrap svg {
		width: 26px;
		vertical-align: middle;
		fill: #FFF;
	}
	.sns_wrap img.sns_tiktok {
		width: 30px;
	} 










/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.menu-mobile {
    display: none;
    padding: 6px 10px 10px;
}

.menu-mobile:after {
    content: "\f0c9";
    padding: 0;
    float: right;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: var(--color-base);
    font: var(--fa-font-solid);
    font-size: 2em;
    font-weight: 900;
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    
    list-style: none;
    padding: 0 10px;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}
/*.menu > ul li:first-child{
    margin-right: auto;
}
.menu > ul li:first-child a{
    padding: 0 0.6em;
}
.menu > ul li:first-child a::before {
    content:none;}
*/


.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
   
}



.menu > ul > li a {
    text-decoration: none;
    margin: 0.5em 0;
    display: block;
    line-height: 1em;
    padding: 0 0.7em;
     text-align: center;
    font-size: 14px;
    font-weight: 600;

    
    
}


.menu > ul > li {
    position: relative;
}

.menu > ul > li::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;

bottom: -1px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}
.menu > ul > li:nth-child(1)::after {
    background: #340d6d;
}
.menu > ul > li:nth-child(2)::after {
    background: #9e1a5a;
}
.menu > ul > li:nth-child(3)::after {
    background: #199347;
}
.menu > ul > li:nth-child(4)::after {
    background: #30abe0;
}
.menu > ul > li:nth-child(5)::after {
    background: #eb178c;
}
.menu > ul > li:nth-child(6)::after {
    background: #fa9936;
}
.menu > ul > li:nth-child(7)::after {
    background: #23169c;
}
.menu > ul > li:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media only screen and (max-width: 1300px) {
    .menu > ul > li a {
    padding: 0 0.5em;
    font-size: 12px;
    
}
}
/*.menu > ul > li a:hover {background:var(--color-theme-darken); }*/
/* Btn Hover */


.menu > ul > li.btn {
    
}
.menu > ul > li.btn a {
    background-color: #000000;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0.5em 0.5em;
    
}
.menu > ul > li.btn2 a {
    background-color: #000000;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0.5em 0.5em;
    
}
.menu > ul > li.btn a::before,.menu > ul > li.btn2 a::before {
    content:none;
}
.menu > ul > li a:hover {

}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    /*top: 53px;*/
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
   background-color: #383838;
    transition:all ４s ease-out;
    
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 19%;
    margin: 0 0.5%;
    background: none;
    float: left;
    
    
}

.menu > ul > li > ul > li a {
color: #FFF;
    padding: 0.5em;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
     text-align: left;
    font-weight: 700;
    letter-spacing: 0;position: relative;
    padding-left: 30px;
}

.menu > ul > li > ul > li a:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #000000;
    }
.menu > ul > li > ul > li a:hover {
    color: #E6E6E6;
    border-bottom: 1px solid #000000;
}
.menu > ul > li > ul > li a:hover:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #FFF;
    }

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .8em;
 
}
.menu > ul > li > ul > li > ul > li.menuttl {font-size: 12px; width: 95%; margin: 1em 0 0.5em; line-height: 1.4em; padding: 0.8em 1em 0.8em;}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    
    position: relative;
  display: inline-block;
  padding: 8px 15px 5px 10px;
  color: #4d4d4d;
  text-decoration: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    border-bottom: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    color: #FFF;
}
.menu > ul > li > ul > li > ul > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a::before {display: none;}/*check着いてしまうの防ぐ*/

.menu > ul > li > ul.normal-sub {
    width: 330px;
    left: auto;
    /*padding: 10px 10px;*/


}
.menu > ul > li > ul.normal-sub.normal-sub_last {
    position: absolute;
    right: 0;
    
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
    background: #393939;
}
/*.menu > ul > li:nth-child(4) {
    padding-right: 5px;
}*/
/*.menu > ul > li:nth-child(4) a {
    position: relative;
    
}*/
/*.menu > ul > li:nth-child(4) a::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;

  /* solidなのでfont-weightに900を設定 
  font-weight: 900;
}*/
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    
    
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    
    position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #FFF;
  text-decoration: none;
    background: none;
}
.menu > ul > li > ul.normal-sub > li a > span {
    display: inline;
    padding-left: 1em;
}
.menu > ul > li > ul.normal-sub > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
.menu > ul > li > ul.normal-sub > li a::before {display: none;}/*check着いてしまうの防ぐ*/
.menu > ul > li > ul.normal-sub > li:hover {
}
.menu > ul > li > ul.normal-sub > li:hover a {
     color: #FCFCFC;
}
.menu > ul > li > ul.normal-sub > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
.vline {
    width: 1px;
    height: 120px;
    background: #FFF;
    margin: 20px auto 0;
    position: relative;
    z-index: 100;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    #slide {/*margin-top: 50px;*/}
    .header {height: 50px;
    /*background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));*/
        box-shadow: none;
    }
    .bunner_box {
        height: 50px;
    }
    .header h1 {
    display: none;
}
    
    .logo {
       width: 100%;
        
        position: absolute;
top: 5px;
    left: 0px;
        }
    .logo img {
        width: 250px;
    }
    .submenu {
        display: none;
    }
   .bunner_box {
    width: 100%;
    padding: 10px 0 10px;
}
    .menu {
    padding: 0;
    position: absolute;
        top:10px;
        right: 0px;
        background: #FFF;
        
}
    .menu-mobile {
        display: block;
        /*height: 50px;*/
        /*height: 80px;*/
        
        
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    
    .menu > ul {
        display: none;
         width: 100%;
        padding: 0;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        background-color: #000000;
    }
    .menu > ul > li:hover {}
    .menu > ul > li a {
        padding: 0.7em 1em;
        width: 100%;
        display: block;

        text-align: left;
        color: #FFF;
        
        
    margin: 0;
    
    line-height: 1.4em;
    border-left: none;
    }
    .menu > ul > li:last-child a {
     padding: 0.7em 1em;
}
    .menu > ul > li a > span {
    display: none;
}
    .menu > ul > li a:hover {color: "#4D4D4D"}
    .menu > ul > li.logo {display: none;}
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul {
    padding: 0px;
}
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul.normal-sub > li a {
    padding: 0.5em 1em;
}
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        /*margin-top: 20px;*/
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu > ul > li > ul > li > ul > li.menuttl {
        margin: 0.5em 0 0.3em;
        padding: 0.5em 1em 0.5em;
    }
    .menu .show-on-mobile {
        display: block;
       background-color: rgba(0,0,0,0.6);
        
        
        overflow-y: scroll;  
　　 z-index: 999;
    top:0;
    
    
        position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
       margin-top: 50px;
        margin-bottom: 190px;
        
/*height: calc(100% - 95px);下に固定メニューの場合*/
        margin: 50px auto 0px;
    }
    /* Btn Hover */
.menu > ul > li {
    position: relative;
}
.menu > ul > li:after {
	position: absolute;
	content: "";
	display: none;
	
}
.vline {
    width: 1px;
    height: 60px;
    background: #FFF;
    margin: 20px auto 0;
    position: relative;
    z-index: 100;
}
.vline {
    width: 1px;
    height: 80px;
    background: #FFF;
    margin: 20px auto 0;
    position: relative;
    z-index: 100;
}
	.sns_wrap {
		display: flex;
    justify-content: center;
    align-items: center;
		padding: 0 5px;
	}
	.sns_wrap img.sns_instagram {
		width: 30px;
	} 
	.sns_wrap .sns_youtube {
		width: 80px;
    height: 20px;
    background-image: url("../img/common/ic_youtube_wt.svg");
    background-repeat: no-repeat;
		background-position: center center;
    /*transition: all 0.5s 0s 
ease-in-out;*/
	}
	.headerColor-default .sns_youtube {
		 background-image: url("../img/common/ic_youtube_bk.svg");
	}
    .sns_wrap svg {
		width: 26px;
		vertical-align: middle;
		fill: #FFF;
	}
.headerColor-default .sns_wrap svg {
		fill: #000;
	}
	.sns_wrap img.sns_line {
		width: 30px;
	} 
}
@media only screen and (max-width: 480px) {
    .logo {
        display: block; position: absolute;
top:8px;
left: 0px;
    padding-left: 10px;}
.logo img {width: 220px; }
    .vline {
    width: 1px;
    height: 60px;
    background: #FFF;
    margin: 20px auto 0;
    position: relative;
    z-index: 100;
}
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (min-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display: inline !important;
}

.pc-hide {
	display:none !important;	
}
}
@media only screen and (max-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display:none !important;	
}

.pc-hide {
	
    display: inline !important;
}
}

.top_container {
    max-width: 1200px;
    width: 100%;
    padding: 4% 0;
    margin: 0 auto;
    
}
.container {
    max-width: 1200px;
    width: 100%;
    padding: 8vw 4vw;;
    margin: 0 auto;
    
}
.container2 {
    max-width: 1200px;
    width: 100%;
    padding: 4% 6%;
    margin: 0 auto;
    
}
.daini_container {
    max-width:900px;
    width: 100%;
    padding: 8%;
    margin: 0 auto;
    
}
.container img {
    width: 100%;
    margin: 20px auto 20px;
    display: block;

    
}
.container img.img600 {
    max-width: 600px;
    width: 100%;
    margin: 20px auto 20px;
    display: block;

    
}
.container img.img500 {
    max-width: 500px;
    width: 100%;
    margin: 20px auto 20px;
    display: block;

    
}
.container img.img100 {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 20px;
    display: block;

    
}
@media screen and (max-width: 1200px) {
    .top_container {
    padding: 20px;
}
}



.site-footer .footer-container {
     margin: 0 auto;
    padding: 1em 0 90px;
    width: 900px;
}
@media screen and (max-width:980px) { 
.site-footer .footer-container {
     margin: 0 auto;
    padding: 1em 1em 90px;
    width: 100%;
}
}
@media screen and (max-width:900px) { 
.daini_container {
     margin: 0 auto;
    padding: 1em 1em 90px;
    width: 100%;
}
}

/*フッター固定*/

/*フッター固定*/


/*ページトップへ戻る・ページ内スクロール*/

#page_top{
  width: 70px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color:  var(--color-theme);
  position: absolute;
  width: 20px;
  height: 20px;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 700;
  content: 'PAGE TOP';
  font-size: 14px;
  color: var(--color-theme);
  position: absolute;
  top: 20px;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
    font-family: 'Antonio', sans-serif;
}
@media screen and (max-width:768px) {
    #page_top{
  width: 70px;
  height: 50px;
  position: fixed;
  right: 0px;
  bottom: 80px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
   
  position: relative;
  display: block;
  width: 70px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color: #000000;
  position: absolute;
  width: 20px;
  height: 10px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 11px;
    font-weight: 700;
  color: #000000;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
}
/*ページトップへ戻る・ページ内スクロール*/



/*見出し*/


h2.top_ttl02 {
font-weight: 600;
    font-size: 30px; 
    line-height: 2em;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    text-transform:uppercase;
    
}

h2.top_ttl02 .en {
    font-size: 4rem;
    line-height: 1.1em;
      font-family: var(--font-family);
  font-weight: 600;
  font-style: normal;
    color: var(--color-mizuiro);
}

h2.top_ttl02:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 80px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #383838;
  border-radius: 2px;/*線の丸み*/
}
 h2.top_ttl02_wt:before {
  
  background-color: #FFF;
 
}

h2.top_ttl02 .ja {
    display: block;
    font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
}


@media screen and (max-width: 768px) {
       h2.top_ttl02 {
    font-size: 30px; 
    line-height: 2em;
    margin-bottom: 40px;
    
}

h2.top_ttl02 .en {
    font-size: 30px; 
    line-height: 1.1em;
    
}

h2.top_ttl02:before {
  width: 80px;/*線の長さ*/
}

h2.top_ttl02 .ja {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

}

/*見出し*/
/*最新情報*/
.newsrelease {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
 }

.newsrelease_mds {
    width: 30%;
}
.newsrelease_nkm {
    width: 70%;
}
@media screen and (max-width: 768px) {
    .newsrelease_mds {
    width: 100%;
}
.newsrelease_nkm {
    width: 100%;
}
}

/*最新情報*/
/*最新情報*/
section.top_news {
    background: url(../img/top/news_bk.jpg);
    background-size: contain;
    background-position: left -100px center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    z-index: 0;
   position: relative;
z-index: 0;
    margin: 40px 0;
}
section.top_news::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
filter: brightness(65%);
/* 最背面へ */
z-index: -1;
}
.news {
    
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
}
.news_h2 {
    width: 300px;
}
.news_nkm {
    width: 900px;
}
@media screen and (max-width: 1400px) {
    .news_h2 {
    width: 20%;
}
.news_nkm {
    width: 80%;
    padding-left: 40px;
}
}
@media screen and (max-width: 480px) {
    section.top_news {
    
    margin: 0px 0;
}
    .news_h2 {
    width: 100%;
}
.news_nkm {
    width: 100%;
    padding-left: 0px;
}
}
.infomation_box {
    
   height: auto;
   overflow:scroll;
    
    min-height: 100px;
    max-height: 300px;
    max-width: 100%;
    margin: 0 auto;

    
}
.topics {

background: rgba(255,255,255,0.9);
    padding: 30px;
    box-shadow: rgb(255 255 255 / 90%) 0 0 10px 10px;
    border-radius: 20px;
    
}
.topics dl {
padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
     border-bottom: 1px #000 dotted;
}

.topics dt {
padding: 0.5em 0;
width: 15%;
    
}
.topics dd {
   
padding: 0.5em 0;
/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;*/
}
.topics dd {
    width: 85%;
}
.topics dd a {
    display: flex;
}
.topics dd p.bun {
   
    display: block;
    padding-bottom: 5px;
}
.topics dd a p.more {
    background:var(--color-theme);
    border-radius: 50px;

    display:inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 15%;
    height: fit-content;
    padding: 2px 10px;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    border: solid 1px var(--color-white);
    text-decoration: none;
    font-size: 11px;
    margin-left: auto;
    color: var(--color-white);
    margin-top: auto;
    position: relative;
    

}
.topics dd a p.more:after  {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    
}
@media only screen and (max-width: 767px){
    .topics {
        padding: 0;
    }
    .topics dt {
padding: 0.5em 0;
width: 100%;
    
}
.topics dd {
   
padding: 0.5em 0;
    width: 100%;
}
    .topics dd a p.more {
        width: 120px;
    }
}
/*最新情報*/
/*最新情報詳細*/
.information {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.information h2 {
    font-size: 23px;
    line-height: 2.2;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2D2D2D;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    clear: both;
    border-bottom: solid 1px var(--color-base);
}
.information img {
    padding: 40px 0;
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
.date02 {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 12px;
    margin-bottom: 1.5em;
    text-align: right;
}
/*最新情報詳細*/
/*ボタン*/
.btn_cnt a {
	font-size: 15px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	max-width: 400px;
   width:  300px;
	background-color: var(--color-base);
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 22px;
	padding: 15px  10px;
	clear: both;
	font-weight: bold;
    position: relative;
    border-radius: 10px;
	
}

.btn_cnt a i {
	padding-left: 10px;
}
.btn_cnt a:hover {
	color:  #FFF;
	background-color:  var(--color-base-darken);
}

.btn_cnt.rt a {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}

/*ボタン*/
/* ページャー  */
.pager {
    margin: 2em 0;
}
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #383838;
  background: #FCFCFC;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の12件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の12件へ　";
  }

}
/* ページャー  */
/*戻るボタン*/
.modorubtn {
  display: flex;
    justify-content: center;
    position: relative;
    margin: 3em 0;
}

.modorubtn a {
  position: relative;
    width: 280px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
    color:  var(--color-theme);
    border: 1px solid;
    cursor: pointer;
    font-size: 0.9em;
}

.modorubtn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
        height: 8px;
  margin-top: -6px;
  border-bottom: 1px solid  var(--color-theme);
        border-right: 1px solid  var(--color-theme);
        transform: skew(45deg);
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.modorubtn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background:  var(--color-theme);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.modorubtn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
    
}
.modorubtn a:hover {
    color: #FFF;
}
.modorubtn a:hover::after {
      border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF;

}
@media screen and (max-width: 768px) {
    .modorubtn {

    margin: 1em 0;
}
    .modorubtn a {
        width: 200px;
        height: 40px;   
    }
    .modorubtn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
        height: 6px;
  margin-top: -6px;

}
}
/*戻るボタン*/
/*ご挨拶*/
.section.service {
    
   background: linear-gradient(135deg, rgba(0,0,0,0), rgba(0,0,0,0) ) fixed,url(../img/top/kikagaku.svg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
    background-attachment: fixed;
    height: 1100px;
    position: relative;
    color: #FFF;
   
}
.jp_slide_img_wrapper_out {
    position: absolute;
    bottom: 0px;
    height: 200px;
    width: 100%;
}
.jp_slide_img_wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url('../img/top/message.svg');
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.jp_slide_img_overlay{
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    /*background-color: rgba(46, 36, 100, 0.4);*/
}
@media screen and (max-width: 768px) {
	.jp_slide_img_wrapper_out {
    
    height: 80px;
   
}
	.jp_slide_img_wrapper {
    
    height: 80px;
    
}
}
.service_in {
    
    background: rgba(255,255,255,0);
    padding: 0 20%;
    height: 500px;
    position: absolute;
    top:300px;
    
}
.service_catch {
    position: absolute;
    top:100px;
    padding: 0 4%;
    font-size: clamp(20px, 4vw, 4rem);

}
.service_in p{
    line-height: 2;
    font-size: clamp(14px, 1vw, 1.2em);
}
.service_in p span{
    font-weight: 600;
    text-align: center;
    padding: 1em 0;
	font-size: 1.3em;
	display: inline-block;
	
}
.daihyo {
    text-align: right;
    font-weight: 600;
	margin-top: 2em;
}

@media screen and (max-width: 768px) {
    .section.service {
    
   
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
}
    .service_catch {
    position: absolute;
    top:100px;
        padding: 0 4%;
        text-align: center;
}
.service_in {
    width: 100%;
    padding: 0 6%;
     top:220px;
}
    .service_in img {
        width: 100%;
        padding-top: 20px;
    }
}
@media screen and (max-width: 480px) {
    .section.service {
    
   
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
}

}
/*可視範囲に入ったら１文字づつアニメーション*/

　
.block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    /*padding: 10px 10vw;*/
    font-size: 7rem;
    font-family: 'Jost', sans-serif;
    color: var(--color-base);
    line-height: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    
}
.text-split {
    overflow: hidden;
    /*text-align: center;*/
    
}
.top h2 {
    font-weight: 700;
}
h2.text-split {
    font-weight: 700;
      

    line-height: 1em;
    display: block;
    font-family: var(--font-family);
    text-transform: uppercase;
    
}
h2.text-split_ja {
    font-size: 2vw;
}
.text-split span {
    display: inline-block;
    min-width: .15em;
}
@media screen and (max-width: 768px) {
	h2.text-split_ja {
    font-size: 16px;
}
	.text-split span {
   font-size: 20px;
}
	.text-split {

   font-size: 30px;
    
}
}

.block--2 .text-split span {
    transform: translate(-80px, 70%) rotate3d(1, 0.3, 0, 90deg);
    transform-origin: 50% 100%;
}
.block--2 .is-active .text-split span {
    transform: translate(0, 0) rotate3d(0, 0, 0, 0);
    transition: transform 2.4s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.block--2 .is-active .text-split span:nth-child(1) {
    transition-delay: 0s;
}
.block--2 .is-active .text-split span:nth-child(2) {
    transition-delay: 0.04s;
}
.block--2 .is-active .text-split span:nth-child(3) {
    transition-delay: 0.08s;
}
.block--2 .is-active .text-split span:nth-child(4) {
    transition-delay: 0.12s;
}
.block--2 .is-active .text-split span:nth-child(5) {
    transition-delay: 0.16s;
}
.block--2 .is-active .text-split span:nth-child(6) {
    transition-delay: 0.2s;
}
.block--2 .is-active .text-split span:nth-child(7) {
    transition-delay: 0.24s;
}
.block--2 .is-active .text-split span:nth-child(8) {
    transition-delay: 0.28s;
}
.block--2 .is-active .text-split span:nth-child(9) {
    transition-delay: 0.32s;
}
.block--2 .is-active .text-split span:nth-child(10) {
    transition-delay: 0.36s;
}
.block--2 .is-active .text-split span:nth-child(11) {
    transition-delay: 0.4s;
}
.block--2 .is-active .text-split span:nth-child(12) {
    transition-delay: 0.44s;
}
.block--2 .is-active .text-split span:nth-child(13) {
    transition-delay: 0.48s;
}
.block--2 .is-active .text-split span:nth-child(14) {
    transition-delay: 0.52s;
}
.block--2 .is-active .text-split span:nth-child(15) {
    transition-delay: 0.56s;
}
.block--2 .is-active .text-split span:nth-child(16) {
    transition-delay: 0.6s;
}
.block--2 .is-active .text-split span:nth-child(17) {
    transition-delay: 0.64s;
}
.block--2 .is-active .text-split span:nth-child(18) {
    transition-delay: 0.68s;
}
.block--2 .is-active .text-split span:nth-child(19) {
    transition-delay: 0.72s;
}
.block--2 .is-active .text-split span:nth-child(20) {
    transition-delay: 0.76s;
}
.block--2 .is-active .text-split span:nth-child(21) {
    transition-delay: 0.8s;
}
.block--2 .is-active .text-split span:nth-child(22) {
    transition-delay: 0.84s;
}
.block--2 .is-active .text-split span:nth-child(23) {
    transition-delay: 0.88s;
}
.block--2 .is-active .text-split span:nth-child(24) {
    transition-delay: 0.92s;
}
.block--2 .is-active .text-split span:nth-child(25) {
    transition-delay: 0.96s;
}
.block--2 .is-active .text-split span:nth-child(26) {
    transition-delay: 1.0s;
}
.block--2 .is-active .text-split span:nth-child(27) {
    transition-delay: 1.04s;
}
.block--2 .is-active .text-split span:nth-child(28) {
    transition-delay: 1.08s;
}
.block--2 .is-active .text-split span:nth-child(29) {
    transition-delay: 1.12s;
}
.block--2 .is-active .text-split span:nth-child(30) {
    transition-delay: 1.16s;
}
.block--2 .is-active .text-split span:nth-child(31) {
    transition-delay: 1.2s;
}
.block--2 .is-active .text-split span:nth-child(32) {
    transition-delay: 1.24s;
}
.block--2 .is-active .text-split span:nth-child(33) {
    transition-delay: 1.28s;
}
.block--2 .is-active .text-split span:nth-child(34) {
    transition-delay: 1.32s;
}
.block--2 .is-active .text-split span:nth-child(35) {
    transition-delay: 1.36s;
}
.block--2 .is-active .text-split span:nth-child(36) {
    transition-delay: 1.4s;
}
.block--2 .is-active .text-split span:nth-child(37) {
    transition-delay: 1.44s;
}
.text-item {
    width: fit-content;
    overflow: hidden;
}

@keyframes text-blink {
    0% {
        -webkit-text-stroke-width: 0;
        opacity: 0;
        color: #fff;
    }
    12.5% {
        -webkit-text-stroke-width: 0;
        opacity: 0.5;
        color: #FFE500;
    }
    25% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: rgba(0, 0, 0, 0.35);
    }
    37.5% {
        -webkit-text-stroke-width: 0;
        opacity: 0.5;
        color: #fff;
    }
    50% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: #FFE500;
    }
    62.5% {
        -webkit-text-stroke-width: 0;
        opacity: 0;
        color: #fff;
    }
    75% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: rgba(0, 0, 0, 0.35);
    }
    87.5% {
        opacity: 0.5;
        color: rgba(0, 0, 0, 0);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
    }
    100% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: #fff;
    }
}
/*可視範囲に入ったら１文字づつアニメーション*/

/*ご挨拶*/
/*私たちの事業領域*/
.business .business_txt {
	 line-height: 2em;
	font-size: clamp(16px, 1vw, 18px);
}
.business1,.business2,.business3,.business4 {
  width: 100%;
  height: 400px;

    position: relative;
overflow: hidden;
    
}
.business1:after,.business2:after,.business3:after,.business4:after {
    position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
    
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
    z-index: -1;
}
.business1:after {
    
    background: linear-gradient(135deg, rgba(229,53,150,0), rgba(229,53,150,0) ) fixed,url(../img/top/unso.jpg);no-repeat right center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
background-position: center right;
}
.business2:after {
    
    background: linear-gradient(135deg, rgba(32,26,150,0), rgba(32,26,150,0) ) fixed,url(../img/top/web.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
background-position: center right;
}
.business3:after {
    
    background: linear-gradient(135deg, rgba(255,240,30,0), rgba(255,240,30,0) ) fixed,url(../img/top/sports.jpg);no-repeat right center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
background-position: center right;
}
.business4:after {
    
    background: linear-gradient(135deg, rgba(25,147,71,0), rgba(25,147,71,0) ) fixed,url("../img/top/logistics_consulting.jpg");no-repeat right center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
background-position: center right;
}
/*section.business1:hover:after,section.business2:hover:after,section.business3:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}*/

.skew-background1 {
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0%, 70% 0%, 60% 100%, 0% 100%);/*左上、右上、右下、左下https://shogo-log.com/skew-clip-path/*/
  background-color: rgba(229,53,150,1);
}
.skew-background2 {
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0%, 70% 0%, 60% 100%, 0% 100%);/*左上、右上、右下、左下https://shogo-log.com/skew-clip-path/*/
  background-color: rgba(32,26,150,1);
}
.skew-background3 {
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0%, 70% 0%, 60% 100%, 0% 100%);/*左上、右上、右下、左下https://shogo-log.com/skew-clip-path/*/
  background-color: rgba(255,240,30,1);
}
.skew-background4 {
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0%, 70% 0%, 60% 100%, 0% 100%);/*左上、右上、右下、左下https://shogo-log.com/skew-clip-path/*/
  background-color: rgba(25,147,71,1);
}
.business_cont {
   display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
    max-width:1200px;
	
	margin: 0 auto;
    height: 400px;
	padding: 0 6%;
}
.business_cont .business_cont_in {
    max-width: 65%;
}
.business_cont_ttl {
    display: block;
   font-size: clamp(20px, 3vw, 3rem);
    font-weight: 900;
    font-style: normal;
    color: #FFF;
	margin-bottom:0.5em;

}
.business3 .business_cont_ttl,.business3 .business_cont div p {
	color: #000;
}
.business_cont_txt {
	font-size: clamp(14px, 1vw, 18px);
	font-weight: 600;
	line-height: 2;
}
.business_cont_ttl_bk {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    font-style: normal;
    color: #000;

}
.business_cont div p {
    color: #FFF;
    text-align: left;
}
.business_cont div p.bk {
    color: #000;
     text-align: left;
}


@media screen and (max-width: 768px){
    .business1:after {
    
    background: linear-gradient(135deg, rgba(229,53,150,0), rgba(229,53,150,0) ) fixed,url(../img/top/unso_sp.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
background-position: center bottom;
}
.business2:after {
    
    background: linear-gradient(135deg, rgba(32,26,150,0), rgba(32,26,150,0) ) fixed,url(../img/top/web_sp.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
background-position: center bottom;
}
.business3:after {
    
    background: linear-gradient(135deg, rgba(255,240,30,0), rgba(255,240,30,0) ) fixed,url(../img/top/sports_sp.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
background-position: center bottom;
}
.business4:after {
    
    background: linear-gradient(135deg, rgba(25,147,71,0), rgba(25,147,71,0) ) fixed,url("../img/top/logistics_consulting_sp.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
background-position: center bottom;
}

  .business1,.business2,.business3,.business4 {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}
    .skew-background1,.skew-background2,.skew-background3,.skew-background4 {
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 38%, 0 59%);
  
}
    .business_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
}

	.business_cont .business_cont_in {
    margin: 0 auto;
    padding: 0 6%;
		max-width: 100%;
}

    .business_cont div {
    
       
}
    .business_cont_ttl {
    display: block;
    font-size: clamp(25px, 3vw, 3.4rem);
    font-weight: 900;
    font-style: normal;
    color: #FFF;

}
.business_cont_ttl_bk {
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    font-style: normal;
    color: #000;

}
}



.btn-svg_wrap {
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
    margin: 1em;
}
.btn,
a.btn,
button.btn {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #383838;
  border-radius: 0.5rem;
    
}

a.btn-svg {
  font-weight: 700;
  line-height: 54px;

  width: 204px;
  height: 54px;
  padding: 0;

  cursor: pointer;
  text-decoration: none;

  background-color: transparent;
    background: var(--color-rightgray);
}

a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;

  stroke: #383838;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

a.btn-svg span {
  color: #383838;
}
.button {
    padding-top: 20px;
}
.button a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    max-width: 250px;
    background: #FFF;
    margin-left: auto;
    padding: 10px 30px;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.button a span {
    position: relative;
    z-index: 3;
    color:#000;
}

.button a:hover span{
    color:#fff;
}
@media screen and (max-width: 768px){
    .button {
    padding-top: 10px;
}
.button a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    max-width: 200px;
    background: #FFF;
    margin: auto;
    padding: 5px 20px;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.button a span {
    position: relative;
    z-index: 3;
    color:#000;
}

.button a:hover span{
    color:#fff;
}
}
.bgcentery:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 0);
  transform-origin:center;
}

.bgcentery:hover:before{
  transform:scale(1, 1);
}

/*body{
    vertical-align:middle; 
    padding: 50px 0;
    text-align: center;
}*/





/*私たちの事業領域詳細*/
section.business_shosai {
  width: 100%;
  height: 500px;

    position: relative;
overflow: hidden;
   
}
section.business_shosai:after {
    position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
    z-index: -1;
}
section.business1_shosai:after {
    
    background: linear-gradient(135deg, rgba(229,53,150,0), rgba(229,53,150,0) ) fixed,url(../img/top/unso.jpg);no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
    background-position: center right;
}
section.business2_shosai:after {
   
    background: linear-gradient(135deg, rgba(32,26,150,0), rgba(32,26,150,0) ) fixed,url(../img/top/web.jpg);
    -webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
 background-position: center right;
}
section.business3_shosai:after {
    background: linear-gradient(135deg, rgba(255,240,30,0), rgba(255,240,30,0) ) fixed,url(../img/top/sports.jpg);
/*background: url(../img/top/service.jpeg) no-repeat center center;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
background-position: center right;
}
section.business4_shosai:after {
    background: linear-gradient(135deg, rgba(25, 147, 71,0), rgba(25,147,71,0) ) fixed,url("../img/top/logistics_consulting.jpg");
/*background: url(../img/top/service.jpeg) no-repeat center center;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
background-position: center right;
}

.skew-background_shosai {
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0%, 60% 0%, 40% 100%, 0% 100%);/*左上、右上、右下、左下https://shogo-log.com/skew-clip-path/*/
  
}
.skew-background1_shosai {
  
  background-color: rgba(229,53,150,1);
}
.skew-background2_shosai {
  
  background-color: rgba(32,26,150,1);
}
.skew-background3_shosai {
  
  background-color: rgba(255,240,30,1);
}
.skew-background4_shosai {
  
  background-color: rgba(25,147,71,1);
}
.business_cont_shosai {
   display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
    width: 50%;
    height: 500px;
}
.business_cont_shosai .business_cont_shosai_in {
    margin: 0 auto;
    padding: 0 20% 0 10%;
}
.business_cont_ttl_shosai {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    font-style: normal;
    color: #FFF;

}
.business_cont_ttl_shosai_bk {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    font-style: normal;
    color: #000;

}
.business_cont_shosai div p {
    color: #FFF;
    text-align: left;
}
.business_cont_shosai div p.bk {
    color: #000;
     text-align: left;
}
@media screen and (max-width: 768px){
  section.business_shosai {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
    .skew-background_shosai {
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 38%, 0 59%);
  
}
    .business_cont_shosai {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
}

    .business_cont_ttl_shosai {
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    font-style: normal;
    color: #FFF;

}
.business_cont_ttl_shosai_bk {
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    font-style: normal;
    color: #000;

}
}
/*私たちの事業領域詳細*/

/*私たちの事業領域*/

/*footer*/

footer a {
	text-decoration: none;

}

.site-footer {
    background:#000;

    
    }

.footer {
    padding: 30px 0;
    background: linear-gradient(135deg, rgba(0,0,0,0), rgba(0,0,0,0) ) fixed,url(../img/top/kikagaku.png);
    background-position: bottom center;
    background-size: auto;
    background-repeat: repeat-x;
    color:#FFF;
    
}

.flex_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
 .site-footer h1 {
    font-size: 11px;
     text-align: center;
     margin-bottom: 20px;
}
.flex_footer_company {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.flex_footer_company_in {
    margin-bottom: 20px;
    margin: 1em 2em 0 0;
    padding: 0 1em 0 0;
}
.flex_footer_company_in:first-child {
    border-right: 0.5px #FFF solid;
    padding: 0 3em 0 0;
}
.foot_logo {margin-bottom: 2em;}
.foot_logo img {width: 400px; margin: 0 auto;
display: block;}

.flex_footer_company_in img {
    max-width: 300px;
}


.flex_footer_link_box {
  width: 100%;
  margin: 0;
    display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}
.flex_footer_link {width: 16%; margin: 2%; }
.kaisya {
    font-weight: 600;
    font-size: 1.3em;
}
.jusho {
    margin-bottom: 5px;
    line-height: 2em;
}
@media screen and (max-width: 768px) {
    .footer {
    padding: 0px 0 40px;
}
 .site-footer h1 {
    font-size: 10px;
}
    .foot_logo img {width: 250px; margin: 0 auto;
display: block;}
    .flex_footer_company,.flex_footer_link_box {width: 100%;}
    .flex_footer_company_in {
     width: 100%;
        margin-bottom: 20px;
    margin: 0;
    padding: 0;
    }

    .flex_footer_link {width: 100%; margin: 0%; padding:0; }
    .flex_footer_company img {width: 180px; margin: 0 auto; }
    .flex_footer_company_in:first-child {
    border-right:none;
       border-bottom: 0.5px #ccc solid; 
    padding: 0 0 1em 0;
        margin-bottom: 1em;
}
    
    }
@media screen and (max-width: 480px) {
        .foot_logo img {width: 100%; }
}

.footmenu li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
  padding: 0.3em 0;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0;
  }

.footmenu li a {
    color:#FFF;
}
.footmenu li a:hover {
    text-decoration: underline;
    
}
.footmenu li ul li {
    margin-left: 2em;
    
}
.footmenu li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
}
.footmenu li ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "/";
  position: absolute;
  left : -1em; /*左端からのアイコンまで*/
}



.copyright {
    font-size: 13px;
    text-align: center;
    margin-top: 0px;
    padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
    .footmenu li {padding: 0.3em 0;
        font-size: 11px;
    }
    .footmenu li:first-child {padding-top: 0px;}
    .footmenu2-wrap ul.footmenu2  {
  justify-content: flex-start;
}
.footmenu2-wrap ul.footmenu2 li {
    padding: 0 1em 0 0;
}
    .copyright {
    font-size: 11px;
    text-align: center;
    margin-top: 0px;
    padding: 0px 0 10px 0;
}
}
dl.dl_eigyoujikan  {
display: flex;
  flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}


dl.dl_eigyoujikan dt {
width: 80px;
  padding-bottom: 5px;
  margin-bottom: 5px;

}
dl.dl_eigyoujikan dt span {
    
    border:solid 1px var(--color-base);
    border-radius: 50vh;
    color: var(--color-base);
    font-weight: 600;
    text-align: center;
    font-size: 0.9em;
    padding: 0.3em 1em;
    display: block;
    line-height: 1;
    margin-right: 1em;
    
}
dl.dl_eigyoujikan dd {
  width: auto;
  padding-bottom:5px;
  margin-bottom: 5px;
    
}
dl.dl_eigyoujikan2  {
display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    font-size: 1.2em;
}


dl.dl_eigyoujikan2 dt {
width: 140px;
  padding-bottom: 5px;
  margin-bottom: 5px;

}
dl.dl_eigyoujikan2 dt span {
    
    border:solid 1px var(--color-base);
    border-radius: 50vh;
    color: var(--color-base);
    font-weight: 600;
    text-align: center;
    font-size: 1.2em;
    padding: 0.3em 1em;
    display: block;
    line-height: 1;
    margin-right: 1em;
    
}
dl.dl_eigyoujikan2 dd {
  width: auto;
  padding-bottom:5px;
  margin-bottom: 5px;
    font-size: 1.2em;
   
}
@media screen and (max-width: 768px) {
    dl.dl_eigyoujikan2  {
    font-size: 1em;
}
   dl.dl_eigyoujikan2 dt {
width: 100px;

} 
}
.eigyoujikan_wrap {
    display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
dl.dl_eigyoujikan3  {
display: flex;
  flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}


dl.dl_eigyoujikan3 dt {
width: 120px;
  padding-bottom: 5px;
  margin-bottom: 5px;

}
dl.dl_eigyoujikan3 dt span {
    
    border:solid 1px var(--color-base);
    border-radius: 50vh;
    color: var(--color-base);
    font-weight: 600;
    text-align: center;
    font-size: 0.9em;
    padding: 0.3em 1em;
    display: block;
    line-height: 1;
    margin-right: 1em;
    
}
dl.dl_eigyoujikan3 dd {
  width: auto;
  padding-bottom:5px;
  margin-bottom: 5px;
    
}

/*footer*/
/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap.sp_only {
	display: none;
}
@media screen and (max-width: 959px) {
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
        z-index: 1001;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		width: 50%;
		text-align: center;
        display: flex;
		flex-wrap: nowrap;
		justify-content: center;
    align-items: center;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn1 {
		background: var(--color-base);
        font-size: 0.9em;
      
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn2 {
		background: var(--color-theme);
		margin-top: 0;
		border-right: 1px dotted #FFF;
       
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 15px 0 15px;
        color: #FFF;
        font-weight: 700;
        line-height: 1.2em;
        
	}
    
}
/*-----------------------固定お問合せボタン*/
/*ページトップへ戻る・ページ内スクロール*/

#page_top{
  width: 90px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color: #ccc;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 12px;
  color: #ccc;
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
    font-family: 'Jost', sans-serif;
}
@media screen and (max-width:768px) {
    #page_top{
  width: 70px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 80px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
   
  position: relative;
  display: block;
  width: 70px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  position: absolute;
  width: 20px;
  height: 10px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 11px;
    font-weight: 700;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
}
/*ページトップへ戻る・ページ内スクロール*/

/*第二見出し*/
section.daini_mds {
    height: 300px;
    background: url(../img/daini/daini.svg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}
.daini_mds_wrap {
    max-width: 1200px;
    width: 100%;
    padding: 90px 8% 0;
    margin: 0 auto;
    
    width: 100%;
   
    display: flex;
		flex-wrap: wrap;
		justify-content: center;
    align-items: center;
    height: 300px;
}
h2.daini_mds_h2 {
    font-size: 1rem;
    font-weight: 900;
}
.daini_mds_en {
    display: block;
    text-align: center;
    width: 100%;
    
}


h2.daini_text-split_ja {
    font-size: 2.5rem;
    font-weight: 900;
    
    line-height: 1em;
    display: block;
    font-family: var(--font-family);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    
}
h2.daini_text-split_en {
    font-size: 3.5rem;
    font-weight: 900;
    
    line-height: 1em;
    display: block;
    font-family: var(--font-family);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    
}
@media screen and (max-width: 1200px) {
    h2.daini_text-split_ja {
    font-size: 2rem;
    
    
}
h2.daini_text-split_en {
    font-size: 3rem;
    
    
}

}
@media screen and (max-width: 768px) {
        h2.daini_text-split_ja {
    font-size: 1.5rem;
    
    
}
h2.daini_text-split_en {
    font-size: 2rem;
    
    
}
}
section.daini {
    
}
h3.daini_ttl_h3 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 1300px){

.daini_mds_wrap {
    padding: 60px 8% 0;
    
}
    }
@media screen and (max-width: 980px){
    section.daini_mds {
    height: 200px;
}
    .daini_mds_wrap {
        
  
         height: 200px;
}
    h2.daini_mds_h2 {
    font-size: 1em;
    font-weight: 900;
}

h3.daini_ttl_h3 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 0.5em;
}
}
@media screen and (max-width: 960px){
        .daini_mds_wrap {
    padding: 50px 8% 0;
    
}
}
@media screen and (max-width: 768px){
    section.daini_mds {
    height: 150px;
}
    .daini_mds_wrap {
       
    
         height: 150px;

		
}
    h2.daini_mds_h2 {
    font-size: 1em;
    font-weight: 900;
     
}
    h3.daini_ttl_h3 {
    font-size: 2rem;
    margin-bottom: 0.5em;
}
}
@media screen and (max-width: 480px){
        .daini_mds_wrap {
		padding: 50px 8% 0;
}
}
/*第二見出し*/
.mds02 {
    padding: 0.5em 1em;;
/*    border-left: 8px solid var(--color-theme-darken);*/
    background: var(--color-right);
    margin-bottom: 1em;
    font-size: 16px;
    text-align: left;
    color: var(--color-theme-darken);
}
.mds03 {
    
    margin-bottom: 1em;
    font-size: 35px;

    color: var(--color-base);
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.6em;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
}

@media screen and (max-width: 767px){
    .mds02 {
    font-size: 14px;
       padding: 0.5rem 0.5rem;
}
    .mds03 {
    margin-bottom: 1em;
    font-size: 18px;
}

}
/* 第二見出し要素
----------------------------------------------------------- */
.sec {
    margin-bottom: 40px;
}
.sec2 {
    margin-bottom: 20px;
}
@media screen and (max-width:768px) {
    .sec {
    margin-bottom: 20px;
}
    .sec2 {
    margin-bottom: 10px;
}
}
.mds01 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
   position: relative;
    padding-bottom: 70px;
}
.mds01::after {
    content: '';
    position: absolute;
    top:60px;
    left: 50%;
    transform: translate(-50%) rotate(30deg);
    width: 1px;
    height: 40px;
    background-color: rgba(43,38,37,1);
}
.mds02 {
    background: var(--color-right);
    border-radius: 50vh;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 20px;
    color: var(--color-base);
    font-weight: 700;
    font-size: 15px;
    font-family: "Zen Maru Gothic", serif;
    text-align: center;
}
@media screen and (max-width: 1200px) {
.mds01 {

    font-size: 23px;
    margin-bottom: 1em;
    padding-bottom: 50px;
}
    .mds01::after {
    
    top:40px;
    
    height: 30px;
    
}

}
@media screen and (max-width:768px) {
.mds01 {

    font-size: 18px;
    margin-bottom: 1em;
    padding-bottom: 50px;
}
    .mds01::after {
    
    top:40px;
    
    height: 30px;
    
}
   .mds04 {
    font-size: 16px;
}
.mds04 span {
    font-size: 14px;

}
}
/*ページ下部お問い合わせ部分*/
section.top_contakt {
  width: 100%;


    position: relative;
overflow: hidden;
   display: flex;
		flex-wrap: wrap;
		justify-content: center;
    align-items: center;
}
section.top_contakt:after {
    position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
    background: linear-gradient(135deg, rgba(41,58,142,0.8), rgba(41,58,142,0.8) ) fixed,url(../img/top/bk_img01.jpg);no-repeat center center;
/*background: url(../img/top/service.jpeg) no-repeat center center;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
    z-index: -1;
}

section.top_contakt:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}




.top_contakt_in {
    max-width: 980px;
    width: 100%;
    padding:150px 0;
    margin: 0 auto;

}
.contakt_daini_box {
    
}
.contakt_daini_in {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contakt_daini_tel,.contakt_daini_mail {
    width: 50%;
    padding: 20px 30px;
}
.contakt_daini_tel {
    border-right: solid 1px #FFF;
    text-align: center;
}
.contakt_daini_tel p,.contakt_daini_tel a{
   font-size: 40px;
    font-weight: 900;
    color: #FFF;
    font-family: var(--font-family);
}
.contakt_daini_tel p span {
    display: block;
    font-size: 15px;
    font-weight: normal;
}
.contakt_daini_box .catch {
    font-size: 1.5rem;
    color: #FFF;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
    text-align: center;
}

.contaktbutton a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    max-width: 400px;
    width: 100%;
    background: var(--color-other);
    margin: auto;
    padding: 10px 30px;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.contaktbutton a span {
    position: relative;
    z-index: 3;
    color:#000;
    font-size: 1em;
    font-weight: 600;
}

.contaktbutton a:hover span{
    color:#fff;
}

.bgcentery:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 0);
  transform-origin:center;
}

.bgcentery:hover:before{
  transform:scale(1, 1);
}

.contaktbutton_wrap {
    vertical-align:middle; 
    padding: 50px 0;
    text-align: center;
}


@media screen and (max-width: 768px) {

.top_contakt_in {
    padding: 30px 20px;
}
    .contakt_daini_in {
    
    padding: 5px 0 0;
     
}
    .contakt_daini_box {

    padding: 10px;
     
    
}
    .contakt_daini_tel {
    width: 100%;
    padding: 10px 0;
}
    .contakt_daini_mail {
        width: 100%;
    padding: 0;
    }
    .contakt_daini_tel {
    border-right: none;
}
    .contakt_daini_tel p,.contakt_daini_tel a{
   font-size: 30px;
    
    
}

.contakt_daini_tel p span {
    font-size: 12px;
}
.contakt_daini_box .catch {
    font-weight: 600;
    font-size: 100%;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    text-align: center;
    color: var(--color-base);
    border-bottom: dotted var(--color-base);
}

   
}
/*ページ下部お問い合わせ部分*/
/*私たちの事業領域*/
.logo_wrap {
    display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.logo_wrap img {
    max-width: 400px;
	width: 100%;
    border: solid 1px #ccc;
}


/* 画像にシャドウ♪♪♪ */
.logo_wrap img{
    
    transition: all .3s ease-in-out;
}
.logo_wrap img {
    display: block;
}
.logo_wrap img:hover {
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
/* 画像にシャドウ♪♪♪ */
.top_casestudy {
    
    width: 100%;
    padding: 8% 4%;
    margin: 0 auto;
}

.casestudy_box {
  
    
   border-radius: 3px;
  
    margin: 10px;
    padding: 40px 30px 30px;
    background: #FFF;
    
    position: relative;
    border-radius: 20px 0 0 0;
    border:solid 1px #777777;
	display: flex;
    flex-direction: column;
	height: 400px;
}
.casestudy_box .pict {
	margin-top: auto;
}

a .casestudy_box:after {
    position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
    left: 0;
    
 transition: 0.5s; /* マウスカーソルを外すとき */
    border-radius: 20px 0 0 0;
    opacity:0 ;
}

a .casestudy_box:hover:after {
    opacity: 0.9;
 transition: 0.5s; /* マウスカーソルを外すとき */
}
a .casestudy_box1:after {
    background: linear-gradient(135deg, rgba(235,23,140,1), rgba(235,23,140,1) ) ;
}
a .casestudy_box2:after {
    background: linear-gradient(135deg, rgba(41,58,142,1), rgba(41,58,142,1) ) ;
}
a .casestudy_box3:after {
    background: linear-gradient(135deg, rgba(255,240,30,1), rgba(255,240,30,1) ) ;
}
a .casestudy_box4:after {
    background: linear-gradient(135deg, rgba(25,147,71,1), rgba(25,147,71,1) ) ;
}
.casestudy_box_kazari {
    position: absolute;
    top: 0;
    left: 0;
    
   clip-path: inset(0 0 round 20px 0 20px 0);
    width: 60px;
    height: 30px;
    
    font-weight: 600;
    font-size: 14px;
    display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.casestudy_box_kazari1 {
    background: var(--color-base);
    color: #FFF;
}
.casestudy_box_kazari2 {
    background: var(--color-theme);
    color: #FFF;
}
.casestudy_box_kazari3 {
    background: var(--color-other);
    color: #000;
}
.casestudy_box_kazari4 {
    background: var(--color-green);
    color: #FFF;
}
.casestudy_box .text p {
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.casestudy_box .pict {
  
padding-top: 10px;
  
}

.casestudy_box .pict img {
  width: 100%;
  height:auto;
    height: 180px;
    object-fit: cover;
}
.casestudy_box h3 {
   font-size: clamp(16px, 1vw, 20px);
    font-weight: 600;
	padding-bottom: 0.5em;
	line-height: 1.4em;
    
}
@media screen and (max-width: 768px) {
.casestudy_box {
  
    
   border-radius: 3px;
  
    margin: 5px;
    padding: 40px 20px 20px;
    background: #FFF;
    
    position: relative;
    border-radius: 20px 0 0 0;
    border:solid 1px #777777;
	display: flex;
    flex-direction: column;
	height: 280px;
}
	
.casestudy_box .pict img {
  width: 100%;
  height:auto;
    height: 100px;
    object-fit: cover;
}
}

/*私たちの事業領域*/



/*プライバシー・ポリシー*/

.privacy h3 {
font-size: 21px;
    line-height: 28px;
    
    position: relative;
    margin-top: 0.5em;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 0.5em;
    padding-left: 20px;
    font-weight: normal;
    clear: both;
    letter-spacing: 0.05em;
}
.privacy h3::after {
    display: block;
    width: 5px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: var(--color-base);
    content: '';
}
.privacy p {
    padding-bottom: 1em;
}
.privacy_company {
    border-top:solid 1px #383838;
    );
    border-bottom:solid 1px #383838;
    
    padding: 20px 0;
    
    margin: 20px 0;
}
@media screen and (max-width: 768px){
.privacy h3 {
font-size: 18px;
    
}
}
/*プライバシー・ポリシー*/
/*サイトマップ*/
.site_map {
    padding: 0 20px 0;
    background-color: var(--color-right);
}
.flex_sitemap {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
    padding-left: 20px;
}
.flex_sitemap_in {
    margin-bottom: 20px;
    margin: 1em 3em 0 0;
    padding: 0 3em 0 0;
    width: auto;
}


@media screen and (max-width: 768px) {
    .flex_sitemap {width: 100%;}
    .flex_sitemap_in {
    margin-bottom: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    }
    }

.sitemap li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 0;
  }
.sitemap li a{
    font-weight: 600;
    color: #4d4d4d;
    position: relative;
    line-height: 2.5em;
}
.sitemap li a:before {
 font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: absolute;
    left: -1.5em;
    color: var(--color-base);
}

.sitemap li a:hover {
    color: var(--color-base);
}
.sitemap li ul {
    margin-bottom: 1em;
}
.sitemap li ul li {
    margin-left: 2em;
    
}
.sitemap li ul li a {
    font-weight: normal;
    line-height: 2;
    position: relative;
}
.sitemap li ul li a:before {
 content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    border-bottom: 1px solid #383838;
    border-left: 1px solid #383838;
  left : -1em; /*左端からのアイコンまで*/
    top: 0;
}

@media screen and (max-width: 768px) {
    .sitemap li {padding: 0.3em 0;
       
    }
    .sitemap li:first-child {padding-top: 0px;}
    .sitemap li a{
    
    line-height: 2;
}
    .sitemap li ul li a {
    line-height: 1.6;
}
    .sitemap li ul {
    margin-bottom: 0;
}
}
/*サイトマップ*/
/*会社概要*/
.container_company {
    max-width: 1200px;
    width: 100%;
    padding: 4% 90px 150px 4%;
    margin: 0 auto;
}
.company_wrap_img {
    background-image: url(../img/company/img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 500px;
    
    padding:0 90px 0 0;
    
}
@media screen and (max-width: 768px){
    .container_company {
    padding: 4%;
}
    .company_wrap_img {
    background-image: url(../img/slide/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
        padding: 0;
}
}
.table_01_wrap {
   background: var(--color-right);
    padding: 20px;
    border-radius: 10px;
}
table.table_01 {
	width: 100%;
	
    
}

table.table_01 th {
/*	white-space: nowrap;*/
	font-weight: 600;
	letter-spacing: 1px;
	width: 30%;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
	padding: 20px;
    color: #383838;
}
table.table_01 td {
	line-height: 1.6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 10px;
    width: 70%;
}

.small {
	font-size: smaller;
	color: #666;
}
.chui {
	color: #F03600;
}

.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: var(--color-base);
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}
@media screen and (max-width: 768px){
    .table_01_wrap {
    padding: 10px;
}
table.table_01 th {

	letter-spacing: 0px;
	width: 30%;
    
	padding: 10px 0;
  
}
table.table_01 td {
	line-height: 1.6;
	padding: 10px 0 10px 10px;
    width: 70%;
}
}
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 500px;
width: 100%;
}
@media screen and (max-width: 768px){
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 300px;
width: 100%;
}
}
/*.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
*/
.company_box {
    display: flex;
		flex-wrap: wrap;
		align-items: stretch;
        justify-content: space-between;
    position: absolute;
    top:-100px;
}
.company_box_in {
    width: 31%;
    margin: 1%;
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
}
.company_box_in:first-child {
    margin-right: 1%;
}
.company_box_in:last-child {
    margin-left: 1%;
}
.company_box_in h4 {
    font-size: 25px;
	font-weight: 600;
	color: var(--color-other);
}
@media screen and (max-width: 768px){
    .company_box {
    
    position: static;

}

.company_box_in {
    width: 100%;
    margin: 2% 0;

    padding: 20px;
}
.company_box_in h4 {
    font-size: 20px;

}
}
/*会社概要*/
/*第二階層のskew-backgroundまとめ*/
section.skew-background_wrap {
  width: 100%;
  height: 500px;

    position: relative;
overflow: hidden;
   
}
section.skew-background_wrap:after {
    position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
    
  z-index: -1;  
}

section.skew-background_wrap_origin:after {
    background: linear-gradient(135deg, rgba(229,53,150,0), rgba(229,53,150,0) ) fixed,url(../img/image/moirai.jpg); 
    background-repeat: no-repeat;
    background-position: center right;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size:cover;
background-size: cover;
}
section.skew-background_wrap_envision:after {
    background: linear-gradient(135deg, rgba(229,53,150,0), rgba(229,53,150,0) ) fixed,url(../img/image/envision.jpg); 
    background-repeat: no-repeat;
    background-position: center right;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size:cover;
background-size: cover;
}
section.skew-background_wrap_thoughts:after {
    background: linear-gradient(135deg, rgba(229,53,150,0), rgba(229,53,150,0) ) fixed,url(../img/image/concept.jpg); no-repeat right center;
background-repeat: no-repeat;
    background-position: center right;
    -webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size:cover;
background-size: cover;
}

.skew-background {
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0%, 60% 0%, 40% 100%, 0% 100%);/*左上、右上、右下、左下https://shogo-log.com/skew-clip-path/*/
  
}
.skew-background_origin {
  background-color: var(--color-base);
}
.skew-background_thoughts {
  background-color: var(--color-theme);
}
.skew-background_envision {
  background-color: var(--color-other);
}

.skew-background_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 500px;
}
.skew-background_cont div {
    width: 80%;
}
.skew-background_ttl {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    font-style: normal;
    color: #FFF;

}
.skew-background_ttl_bk {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    font-style: normal;
    color: #000;

}

@media screen and (max-width: 768px){
    section.skew-background_wrap_origin:after {
    background: linear-gradient(135deg, rgba(229,53,150,0), rgba(229,53,150,0) ) fixed,url(../img/image/moirai_sp.jpg); 
    background-repeat: no-repeat;
    background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size:cover;
background-size: cover;
}
        section.skew-background_wrap_envision:after {
    background: linear-gradient(135deg, rgba(229,53,150,0), rgba(229,53,150,0) ) fixed,url(../img/image/envision_sp.jpg); 
    background-repeat: no-repeat;
    background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size:cover;
background-size: cover;
}
    section.skew-background_wrap_thoughts:after {
    background: linear-gradient(135deg, rgba(229,53,150,0), rgba(229,53,150,0) ) fixed,url(../img/image/concept_sp.jpg); 
    background-repeat: no-repeat;
    background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size:cover;
background-size: cover;
}
    section.skew-background_wrap {
  width: 100%;
  height: 300px;

    position: relative;
overflow: hidden;
   
}
    .skew-background {
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 38%, 0 59%);
  
}
    .skew-background_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
}
    .skew-background_cont div {
    width: auto;
}
    .skew-background_ttl {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    font-style: normal;
    color: #FFF;

}
.skew-background_ttl_bk {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    font-style: normal;
    color: #000;

}
}
/*第二階層のskew-backgroundまとめ*/
/*社名の由来*/
.catch {
    text-align: center;
    font-weight: 900;
    font-size: 6vw;
    color: var(--color-base);
    margin-bottom:30px;
}
.catch2 {
    text-align: center;
    font-weight: 900;
    font-size: clamp(25px, 3vw, 3.4rem);
    color: var(--color-base);
    margin-bottom:1em;
}
.catch span {
    display: block;
    font-weight: 600;
    font-size: 1vw;
    color: #000;
    font-family: var(--font-family);
    text-transform: uppercase;
    letter-spacing: 0.3vw;
}
.origin_wrap_out {
    border:  #D3D3D3 solid 1px;
    padding: 3vw;
}
.origin_wrap {
    
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.origin_wrap_txt {
    width: 50%;
}
.origin_wrap_img {
    width: 50%;
    padding-left: 3vw;
}
.origin_wrap_img img {
    width: 100%;
}
@media screen and (max-width: 768px){
	.catch {
    
    font-size: 40px;
    
}
	.catch span {
    
    font-size: 16px;
    
}
    .origin_wrap_txt {
    width: 100%;
}
.origin_wrap_img {
    width: 100%;
    padding-left: 0;
}
    .origin_wrap_img img {
    max-width: 300px;
}
}
/*.container {
    overflow: auto;
}*/
.daini_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
   /* min-height: 100vh;*/
    line-height: 1.2;
    padding: 8% 10vw;
    font-size: 6vw;
    color: #000;
    font-family: var(--font-family);
    font-weight: 600;
    text-transform: uppercase;
    background: var(--color-theme); 
}

.text-split {
    overflow: hidden;
}
.text-split span {
    display: inline-block;
    min-width: .15em;
}
.block--4 .text-split span {
    color: var(--color-other);
    opacity: 0;
    transform: translateX(30px);
}
.block--4 .is-active .text-split span {
    opacity: 1;
    color: #FFF;
    transform: translateX(0);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), color 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(1) {
    transition-delay: 0s, 0s, 0.2s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(2) {
    transition-delay: 0.04s, 0.04s, 0.25s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(3) {
    transition-delay: 0.08s, 0.08s, 0.3s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(4) {
    transition-delay: 0.12s, 0.12s, 0.35s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(5) {
    transition-delay: 0.16s, 0.16s, 0.4s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(6) {
    transition-delay: 0.2s, 0.2s, 0.45s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(7) {
    transition-delay: 0.24s, 0.24s, 0.5s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(8) {
    transition-delay: 0.28s, 0.28s, 0.55s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(9) {
    transition-delay: 0.32s, 0.32s, 0.6s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(10) {
    transition-delay: 0.36s, 0.36s, 0.65s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(11) {
    transition-delay: 0.4s, 0.4s, 0.7s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(12) {
    transition-delay: 0.44s, 0.44s, 0.75s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(13) {
    transition-delay: 0.48s, 0.48s, 0.8s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(14) {
    transition-delay: 0.52s, 0.52s, 0.85s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(15) {
    transition-delay: 0.56s, 0.56s, 0.9s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(16) {
    transition-delay: 0.6s, 0.6s, 0.95s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(1) {
    transition-delay: 0.05s, 0.05s, 0.25s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(2) {
    transition-delay: 0.09s, 0.09s, 0.3s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(3) {
    transition-delay: 0.13s, 0.13s, 0.35s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(4) {
    transition-delay: 0.17s, 0.17s, 0.4s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(5) {
    transition-delay: 0.21s, 0.21s, 0.45s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(6) {
    transition-delay: 0.25s, 0.25s, 0.5s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(7) {
    transition-delay: 0.29s, 0.29s, 0.55s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(8) {
    transition-delay: 0.33s, 0.33s, 0.6s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(9) {
    transition-delay: 0.37s, 0.37s, 0.65s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(10) {
    transition-delay: 0.41s, 0.41s, 0.7s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(11) {
    transition-delay: 0.45s, 0.45s, 0.75s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(12) {
    transition-delay: 0.49s, 0.49s, 0.8s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(13) {
    transition-delay: 0.53s, 0.53s, 0.85s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(14) {
    transition-delay: 0.57s, 0.57s, 0.9s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(15) {
    transition-delay: 0.61s, 0.61s, 0.95s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(16) {
    transition-delay: 0.65s, 0.65s, 1.0s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(17) {
    transition-delay: 0.69s, 0.69s, 1.05s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(18) {
    transition-delay: 0.73s, 0.73s, 1.1s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(19) {
    transition-delay: 0.77s, 0.77s, 1.15s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(20) {
    transition-delay: 0.81s, 0.81s, 1.20s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(21) {
    transition-delay: 0.85s, 0.85s, 1.25s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(22) {
    transition-delay: 0.89s, 0.89s, 1.30s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(1) {
    transition-delay: 0.1s, 0.1s, 0.3s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(2) {
    transition-delay: 0.14s, 0.14s, 0.35s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(3) {
    transition-delay: 0.18s, 0.18s, 0.4s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(4) {
    transition-delay: 0.22s, 0.22s, 0.45s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(5) {
    transition-delay: 0.26s, 0.26s, 0.5s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(6) {
    transition-delay: 0.3s, 0.3s, 0.55s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(7) {
    transition-delay: 0.34s, 0.34s, 0.6s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(8) {
    transition-delay: 0.38s, 0.38s, 0.65s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(9) {
    transition-delay: 0.42s, 0.42s, 0.7s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(10) {
    transition-delay: 0.46s, 0.46s, 0.75s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(11) {
    transition-delay: 0.5s, 0.5s, 0.8s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(12) {
    transition-delay: 0.54s, 0.54s, 0.85s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(13) {
    transition-delay: 0.58s, 0.58s, 0.9s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(14) {
    transition-delay: 0.62s, 0.62s, 0.95s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(15) {
    transition-delay: 0.66s, 0.66s, 1.0s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(16) {
    transition-delay: 0.7s, 0.7s, 1.05s;
}
@keyframes text-blink {
    0% {
        -webkit-text-stroke-width: 0;
        opacity: 0;
        color: #fff;
    }
    12.5% {
        -webkit-text-stroke-width: 0;
        opacity: 0.5;
        color: #FFE500;
    }
    25% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: rgba(0, 0, 0, 0.35);
    }
    37.5% {
        -webkit-text-stroke-width: 0;
        opacity: 0.5;
        color: #fff;
    }
    50% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: #FFE500;
    }
    62.5% {
        -webkit-text-stroke-width: 0;
        opacity: 0;
        color: #fff;
    }
    75% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: rgba(0, 0, 0, 0.35);
    }
    87.5% {
        opacity: 0.5;
        color: rgba(0, 0, 0, 0);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
    }
    100% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: #fff;
    }
}
    .ask_catch {
        font-size: clamp(40px, 6vw, 6rem);
        text-align: center;
        
    }
.ask_catch_1 {
    color: var(--color-base);
}
.ask_catch_2 {
    color: var(--color-theme);
}
.ask_catch_3 {
    color: var(--color-green);
}
.ask_sub_catch {
   font-size: clamp(16px, 1.8vw, 1.8rem);
        text-align: center;
    font-weight: normal;
}
.direction_catch {
    font-size: 3vw;
        text-align: center;
}

/*社名の由来*/
/*経営者の想い*/
.thoughts_catch {
    font-size: 2.5vw;
   
    padding-bottom: 1em;
}
.thoughts_daihyo {
    text-align: right;
    font-weight: 600;
    font-size: 1.3vw;
}
.thoughts_daihyo span {
     font-size: 1vw;
    display: block;
}
/*経営者の想い*/
/*私が描く10年後*/
.area{
  overflow: hidden;
    background-image: url('../img/envision/2.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap{
  display: flex;
}
.item{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  
  font-weight: bold;
  
}

/*.item01{ background-color:rgba(247,237,143,0); }
.item02{ background-color:rgba(247,237,143,0.2); }
.item03{ background-color:rgba(247,237,143,0.4); }
.item04{ background-color:rgba(247,237,143,0.4); }*/
.item01 .nen {
    background: var(--color-base);
}
.item02 .nen {
    background: var(--color-theme);
}
.item03 .nen {
    background: var(--color-other);
	color: #000;
}
.item04 .nen {
    background: var(--color-green);
}
h1{
  text-align:center;
  background-color:yellow;
  margin:0;
}



.item_in {
    padding: 2vw;
    height: 500px;
}
@media screen and (max-width: 768px){
    .item_in {
    
    height: 300px;
}
}
h4.nen {
    font-weight: 900;
    font-size: 3vw;
    
    color: #FFF;
    padding: 20px;
    text-align: center;
}
.item_in_waku {
    padding: 30px;
}
.item_in_box {
    border-left: dotted 2px #000;
    padding-left: 3vw;
}
.nensho {
    font-weight: 900;
   font-size: clamp(25px, 3vw, 3.4rem);
    line-height: 3;
}
.tenkai {
    padding: 1em 0;
    /*font-size: 1vw;*/
}
/*私が描く10年後*/
/*TOP動画*/
.top_douga {
	background: var(--color-rightgray);
}
.responsive-video {
  width: 100%;
	max-width: 700px;
  height: auto;
	margin: 0 auto;
	display: block;
}
/*TOP動画*/
