@charset "UTF-8";
@import url(default.css);
@import url(component.css);

/*---------------------------------------------------------
全ページ共通スタイル

メモ

・フォントサイズ
pc -> sp
110 -> 
86 -> 
84 -> 
62 -> 

56 -> 44
48 -> 

32 -> 20
28 -> 20
24 -> 18
20 -> 16
18 -> 15
16 -> 14
14 -> 12

・マージン


ヘッダー
z-index: 100;

        padding-top: 7rem;
        padding-bottom: 7rem;



---------------------------------------------------------*/

:root {
  /* カラー */
  --color-black: #252422;
  --color-blue: #000325;
  --color-gray: #f4f5f7;
  --color-brown: #C67317;
  --color-khaki: #B4945C;
  --color-green: #83B058;
  --color-blue2: rgba(68, 134, 180, 0.5);
  --color-blue3: #3B6988;
  --color-blue4: #4486B4;
  --color-black2: #0C2A57;
  --color-red: #EE6552;
  --color-purple: #5931C2;
  --color-beige: #f2f1ed;
  --color-beige2: #E9E8E3;
  --color-border: #DCDBDA;
  --gradation-blue: linear-gradient(180deg, rgba(12, 42, 87, 0.1) 40%, rgba(12, 42, 87, 0) 100%);
  --gradation-red: linear-gradient(180deg, #FF1F75 0%, #F8945C 100%);
  --gradation-red2: linear-gradient(180deg, #FF1F75 0%, #F8945C 57.5%, rgba(248, 148, 92, 0) 100%);
  --gradation-red3: linear-gradient(179.49deg, #EA1F6D 0.45%, rgba(245, 168, 126, 0.9) 52.5%, rgba(245, 168, 126, 0) 99.58%);
  --gradation-purple: linear-gradient(209.43deg, #5830C2 5.93%, #A79CA7 91.2%);
  --gradation-purple2: linear-gradient(180deg, #5830C2 0%, rgba(167, 156, 167, 0.9) 46.5%, rgba(167, 156, 167, 0) 100%);




  /* 角丸 */
  --radius-s: 3px;
  --radius-m: 10px;
  --radius-l: 40px;

  /* フォントウェイト */
  --font-normal: 400;
  --font-bold: 500;

  /* 再生時間 */
  --duration-main: 0.4s;

  /* 行間 */
  --line-height-min: 1.4;
  --line-height-sub: 1.7;
  --line-height-main: 2.2;


  /* 文字間 */
  --letter-spacing-main: 0.03em;
  --letter-spacing-sub: 0em;



  /* イージング */
  --easing-opacity: cubic-bezier(0.26, 0.06, 0, 1);
  --easing-color: cubic-bezier(0.18, 0.06, 0.23, 1);
  /*  --easing-transform: cubic-bezier(0.43, 0.05, 0.17, 1);*/
  --easing-transform: cubic-bezier(0.55, 0.05, 0.22, 0.99);

  /* フォント */
  --font-family-main: "Noto Sans JP", sans-serif;
  --font-family-ja: "Noto Serif JP", serif;
  --font-family-en: 'Satoshi-Variable', sans-serif;

  /* opacity */
  --opacity-font: 0.6;

/*
.roboto-flex-<uniquifier> {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}*/



  /* フォントサイズが小さくなりすぎないよう 最小値設定 */
  --f10: max(1rem,  10px);
  --f11: max(1.1rem, 11px);
  --f12: max(1.2rem, 12px);
  --f13: max(1.3rem, 13px);
  --f14: max(1.4rem, 14px);
  --f15: max(1.5rem, 15px);
  --f16: max(1.6rem, 16px);
  --f17: max(1.7rem, 17px);
  --f18: max(1.8rem, 17px);
  --f19: max(1.9rem, 17px);
  --f20: max(2rem,  17px);
  --f22: max(2.2rem, 17px);
  --f24: max(2.4rem, 18px);
  --f26: max(2.6rem, 19px);
  --f28: max(2.8rem, 21px);
  --f30: max(3.0rem, 21px);
  --f32: max(3.2rem, 22px);
  --f35: max(3.5rem, 23px);
  --f34: max(3.4rem, 23px);
  --f36: max(3.6rem, 24px);
  --f38: max(3.8rem, 26px);
  --f40: max(4rem, 28px);
  --f42: max(4.2rem, 28px);
  --f44: max(4.4rem, 28px);
  --f46: max(4.6rem, 28px);
  --f54: max(5.4rem, 30px);
  --f56: max(5.6rem, 30px);
}

/* sp */
@media only screen and (max-width: 1000px) {

  :root{
    --radius-s: .2rem;
    --radius-m: .5rem;
    --radius-l: 2rem;  
  }

}

html[lang="en"] {
  --font-family-main: "Roboto", sans-serif;
}

/*　フォントサイズ
---------------------------------------------------------*/

html{
  font-size: 2.6666666667vw; /* = (10 / 375) * 100) SPデザインが375の場合 */
  text-size-adjust: 100%;
  
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html{
  font-size: 2.6666666667vw; /* = (10 / 375) * 100) SPデザインが375の場合 */
}
@media screen and (min-width: 1001px) {
  html{
    font-size: 0.69444444444vw; /* = (10 / 1440) * 100) SPデザインが1440の場合 */
  }
}
@media screen and (min-width: 1440px) {
  html{
    font-size: 10px;
  }
}



/*　
---------------------------------------------------------*/

/* 要素設定 */
body {
  font-family: var(--font-family-main);
  font-weight: var(--font-normal);
  color: var(--color-black);
  line-height: var(--line-height-main);
  font-size: var(--f16);
  letter-spacing: var(--letter-spacing-main);
  /*  background: var(--color-blue) url(../img/common/noise.png);*/
  background: #F7F7F7 url(../img/common/bg01.png) 0 0 repeat;
  background-size: 100px;
}
body.bg_gray{
  background: var(--color-gray);  
}

.c-font-en{
  font-family: var(--font-family-en);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.c-font-ja{
  font-family: var(--font-family-main);  
}
.c-font-se{
  font-family: var(--font-family-ja);
}
.c-font-pp{
  font-family: var(--font-family-en2);
}


button,
select,
textarea,
input{
  font-family: var(--font-family-main);
  font-weight: var(--font-normal);
  color: var(--color-black);
  font-size: var(--f16);
}

a{
  color: var(--color-black);
}

.c-ttl,
h1,h2,h3,h4,h5,h6{
  font-weight: var(--font-bold);
  line-height: var(--line-height-min);
  letter-spacing: var(--letter-spacing-main);
}

button,
a {
  text-decoration:none;
  transition: opacity var(--duration-main) var(--easing-opacity), 
              transform var(--duration-main) var(--easing-transform),
              color var(--duration-main) var(--easing-color),
              background-color var(--duration-main) var(--easing-color),
              border-color var(--duration-main) var(--easing-color),
              box-shadow var(--duration-main) var(--easing-opacity);


}

/* sp */
@media only screen and (max-width: 1000px) {
  body {
    font-size: 1.4rem;
  }
}


/*
アイコンリスト
https://fonts.google.com/icons
*/

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#pageMain{
  position: relative;
  z-index: 10;
}

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

.l-head{
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  transition: transform var(--duration-main) var(--easing-transform);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-head_logo{
    width: 24.6rem;
    position: absolute;
    z-index: 1;
    top: 3.3rem;
    left: 40px;
}
.l-head_logo a{
    display: block;
}
.l-head_navi{
    position: absolute;
    z-index: 1;
    top: 3.8rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content:center;
    gap: 0 4.3rem;
    pointer-events: none;
}
.l-head_navi a{
  position: relative;
  z-index: 1;
  font-size: var(--f15);
  line-height: 2.5rem;
  pointer-events: auto;
}

.l-head_navi a:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #A5A5A5;
  width: .3rem;
  height: .3rem;
  bottom: -.5rem;
  right:0;
  left: 0;
  margin: auto;
  border-radius: 10rem;
  display: none;
}

.l-head_navi p{

}
.l-head_navi_en{
    display: block;
  transition: .3s cubic-bezier(.4, .4, 0, 1)        
}
.l-head_navi_ja{
  display: block;
  position: absolute;
  z-index: 1;
  top: 2.5rem;
  left: -4rem;
  right: -4rem;
  text-align: center;
  opacity: 0;
  transition: .3s cubic-bezier(.4, .4, 0, 1);
  pointer-events: none;
}
.l-head_btn{
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 3.2rem;
    display: flex;
    gap: 0 1.2rem;
}
.l-head_btn .l-head_btns{
  padding: 0.3rem 2.4rem 0.3rem 3.8rem;
  background: #252421;
  border-radius: 10rem;
  font-weight: 500;
  font-size: var(--f15);
  letter-spacing: 0.03em;
  color: #F7F7F7;
  position: relative;
  z-index: 1;
  overflow: hidden;

}
.l-head_btn .l-head_btns:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    top: 0px;
    left: 2.2rem;
    bottom: 0;
    margin: auto;
  transition: .4s cubic-bezier(0.55, 0.05, 0.22, 0.99);      
}
.l-head_btn .l-head_btns:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;


    transform-origin: 100% 0;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.l-head_btn .l-head_btn1:before{
  background-image: url(../img/common/dotto02.png);
}
.l-head_btn .l-head_btn2:before{
  background-image: url(../img/common/dotto01.png);
}
.l-head_btn .l-head_btn3:before{
  background-image: url(../img/common/dotto04.png);
}
.l-head_btn .l-head_btn4:before{
  background-image: url(../img/common/dotto05.png);
}

.l-head_btn .l-head_btn1:after{
  background: linear-gradient(45deg, #BD2773 9.28%, #D16148 46.78%, #DC946A 84.28%);
}
.l-head_btn .l-head_btn2:after{
  background: linear-gradient(41.63deg, #6252C0 12.25%, #4D79B8 47.79%, #38C091 83.33%);
}
.l-head_btn .l-head_btn3:after{
background: linear-gradient(41.63deg, #6252C0 12.25%, #4D96B8 47.79%, #35B19F 83.33%);
}
.l-head_btn .l-head_btn4:after{
background: linear-gradient(45deg, #BD2773 9.28%, #D16148 46.78%, #DC946A 84.28%);
}

.l-head_btn .c-arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    margin: auto;
    transform: scale(0);
    transition: .4s cubic-bezier(0.55, 0.05, 0.22, 0.99);      
}




  .l-head_menu{
    display: block;
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 0 !important;
    width: 6.2rem;
    background: none !important;
    overflow: hidden;
    text-indent: -99rem;
    transition: opacity var(--duration-main) var(--easing-opacity);
  }

.l-head_menu:after,
.l-head_menu:before{
    content: "";
    z-index: 2;
    position: absolute;
    background: #252421;
    width: 2.8rem;
    height: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* display: block; */
    /* border-radius: 10px; */
    margin: auto;
    transition: background  var(--duration-main) var(--easing-color), top  var(--duration-main) var(--easing-transform), bottom  var(--duration-main) var(--easing-transform), transform  var(--duration-main) var(--easing-transform);
    transition-delay: 0s,  var(--duration-main),  var(--duration-main), 0s;
    overflow: hidden;
    text-decoration: -999px;
}
.l-head_menu span:before{
  content: "";
  z-index: 1;
  position: absolute;
  
  border:1px solid #252421;
  border-radius: 10rem;

  top:0;
  bottom: 0;
  right:0;
  left: 0;
}

.l-head_menu:before {
    bottom: .7rem;
}
.l-head_menu:after {
    top: .7rem;
}



.l-head_menu.on:after, .l-head_menu.on:before {
    transition: background var(--duration-main) var(--easing-color), top var(--duration-main) var(--easing-transform), bottom var(--duration-main) var(--easing-transform), transform var(--duration-main) var(--easing-transform);
    transition-delay: 0s, 0s, 0s, var(--duration-main);
}
.l-head_menu.on:before {
    bottom: 0px;
    transform: rotate(-15deg);
    /* background: var(--color-blue); */
}
.l-head_menu.on:after {
    top: 0px;
    transform: rotate(15deg);
    /* background: var(--color-blue); */
}

.l-head_service .-service,
.l-head_about .-about,
.l-head_column .-column,
.l-head_home .-home,
.l-head_news .-news{
  color: #A5A5A5;
}

.l-head_service .-service:before,
.l-head_about .-about:before,
.l-head_home .-home:before,
.l-head_column .-column:before,
.l-head_news .-news:before{
  display: block;
}

.l-head_hover{
  position: relative;
  z-index: 3;
    pointer-events: auto;  

}
.l-head_hover .c-line_non{
    --line-color: #fff;      
}


.l-head_hover:before{
  content: "";
  z-index: 1;
  position: absolute;
  top:0;
  bottom: -1rem;
  right:0;
  left: 0;
}
.l-head_hover_navi{
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, .4);
  padding: 3rem 2rem;
  line-height: 1.8;
  left: 50%;
  top: calc(100% + 1rem);
  transform: translate(-50%, 0px);
  visibility: hidden;
  transition: transform .2s, opacity .2s, visibility 0s .2s;
  transform: scale(1) translate(-50%, 0px);
  opacity: 0;
}

.l-head_hover:hover .l-head_hover_navi{
  visibility: visible;
  transition: transform .4s, opacity .4s;
  transform: scale(1) translate(-50%, 0px);
  opacity: 1;
}


.l-head_hover_navi a{
  color: #fff;
}
.l-head_hover{
  position: relative;
  z-index: 3;
}



.l-popup{
  background: #252421;
  position: fixed;
  z-index: 100;
  left: 1.5rem;
  right: 1.5rem;
  top: 7rem;
  bottom: 1.5rem;
  visibility: hidden;
  transition: transform .2s, opacity .2s, visibility 0s .2s;
  transform: scale(0.9);
  opacity: 0;
  pointer-events: auto;
  border-radius: 1rem;
  padding: 4rem 2.5rem;
  overflow-y: scroll;
  display: none;
}
.l-popup.on{
  visibility: visible;
  transition: transform .4s, opacity .4s;
  transform: scale(1);
  opacity: 1;
}
.l-popup_btn{
  display: grid;
  gap: 1rem 0;
}
.l-popup_btn .c-arrow{
  position: absolute;
  right: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-popup_btn .c-arrow:after{
  content: "";
  z-index: 1;
  position: absolute;
  background: #252421;
  opacity: 0.2;
  width: 1px;
  top: -0.2rem;
  bottom: -0.2rem;
  left: -2rem;
}
.l-popup_btn a{
  background: #F7F7F7;
  border-radius: 10rem;
  font-size: 1.8rem;
  padding: 0.7rem 0rem 0.7rem 4.2rem;
  position: relative;
  z-index: 1;
}
.l-popup_navi{
    margin-top: 3.9rem;
    margin: 3.9rem 1rem 3.3rem;
    display: grid;
    gap: 3.4rem 0;
}
.l-popup_navi a{
  display: flex;
  align-items:center;
  line-height: 1;
  font-weight: 400;
  border-bottom: 1px solid #444444;
  padding-bottom: 1rem;
}
.l-popup_navi_en{
  color: #F7F7F7;
  font-size: 1.6rem;
  margin-right: 1rem;
}
.l-popup_navi_ja{
  font-size: 1.3rem;
  line-height: 100%;
  color: #777777;
}
.l-popup_navi .l-popup_navi_sub{
  border-bottom: none;
}
.l-popup_navi_sub_next{
  margin-top: -3.2rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  border-bottom: 1px solid #444444;


}
.l-popup_navi_sub_next a{
  color: #fff;
  border-bottom: navajowhite;
  color: #777777;
}

.l-popup_btn1{}
.l-popup_btn2{}

.l-popup_btn a:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
    top: 0px;
    left: 2.2rem;
    bottom: 0;
    margin: auto;
    transition: .4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.l-popup_btn .l-popup_btn1:before{
  background-image: url(../img/common/dotto02.png);
}
.l-popup_btn .l-popup_btn2:before{
  background-image: url(../img/common/dotto01.png);
}


.l-popup_sns{
    display: flex;
    padding: 0 1rem;
    gap: 0 2rem;
}
.l-popup_sns a{
    width: 3rem;
    display: block;
}

.l-head_front .l-head,
.navi-up .l-head {
    transform: translate(0px, -14.5rem);
}
.l-head.on{
    transform: translate(0, 0) !important;  
}

.l-popup_non{
  pointer-events: none;
  opacity: 0.3;
}


/* hover  */
@media (hover: hover) and (pointer: fine) {

  a:hover  .l-head_navi_en{
    transform: translate(0,-2.5rem);
    opacity: 0;
  }
  a:hover  .l-head_navi_ja{
    transform: translate(0,-2.5rem);  
    opacity: 1;
  }


  .l-head_btn .l-head_btns:hover:after {
      transform-origin: 0 0;
      transform: scaleX(1);
  }
  .l-head_btn .l-head_btns:hover .c-arrow {
      transform: scaleX(1);
  }
  .l-head_btn .l-head_btns:hover:before {
      transform: scaleX(0);
  }  


  
}


/* sp */
@media only screen and (max-width: 1000px) {
  .l-head{}
  .l-head_main{}
  .l-head{}
  .l-head_logo{
    top: 2.5rem;
    left: 1.5rem;
    width: 12.1rem;
}
  .l-head_logo a{}
  .l-head_navi{
    display: none;
}
  .l-head_navi a{}
  .l-head_navi p{}
  .l-head_navi_en{}
  .l-head_navi_ja{}
  .l-head_btn{
    right: 1.5rem;
    top: 2.8rem;
    gap: 0 .8rem;
}
  .l-head_btn .l-head_btns{
    font-size: 1.3rem;
    padding: 0.1rem 1.4rem 0.1rem 2.2rem;
}
  .l-head_btn1{}
  .l-head_btn2{}

  .l-head_btn .l-head_btns:before{
    width: .8rem;
    height: .8rem;
    left: 1rem;
}
  .l-head_btn .l-head_btns:after{}
  .l-head_btn .l-head_btn1:before{}
  .l-head_btn .l-head_btn2:before{}
  .l-head_btn .l-head_btn1:after{}
  .l-head_btn .l-head_btn2:after{}
  .l-head_btn .c-arrow{
    left: .8rem;
}
  .l-popup{
    display: block;
  }

}


/*　ファーストビュー
---------------------------------------------------------*/

/* sp */
@media only screen and (max-width: 1000px){
}

/*　パンくず
---------------------------------------------------------*/

.l-breadcrumb{
    padding-top: 10.2rem;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: -1px;
    background: #F7F7F7 url(../img/common/bg01.png) 0 0 repeat;
    background-size: 100px;
    position: relative;
    z-index: 1;
}
.l-breadcrumb_inner{
    display: flex;
    border-top: solid #252421 2px;
    flex-wrap: wrap;
     padding-top: 1rem; 
}
.l-breadcrumb li{
    font-size: var(--f12);
    position: relative;
    z-index: 1;
    white-space: nowrap;
    color: #A5A5A5;
}

.l-breadcrumb li:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: #A5A5A5;
    background-size: contain;
    width: .3rem;
    height: .3rem;
    top: 0;
    bottom: 0;
    left: -2rem;
    margin: auto;
    border-radius: 10px;
}
.l-breadcrumb li:first-child:before{
  display: none;
}


.l-breadcrumb li + li {
    margin: 0 0 0 4rem;
}
.l-breadcrumb a{
    /* opacity: 0.5; */
    color: #252421;
    /* text-decoration: underline; */
}

/* hover */

@media (hover: hover) and (pointer: fine) {

}

/* sp */
@media only screen and (max-width: 1000px) {

  .l-breadcrumb{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 8.6rem;
}
  .l-breadcrumb_inner{}

  .l-breadcrumb li{
    font-size: var(--f10);
}
  .l-breadcrumb li:before {
    /* width: 11px; */
    /* height: 9px; */
    left: -1.4rem;
}
  .l-breadcrumb li:first-child:before{}
  .l-breadcrumb li + li {
    margin: 0 0 0 2.3rem;
}
  .l-breadcrumb a{}
}

/*　コンテンツ幅
---------------------------------------------------------*/

.l-bg00{
  background: url(../img/common/bg01.png) 0 0 repeat;
  background-size: 100px auto;
}

.l-bg01{
  background: url(../img/common/bg02.png) 0 0 repeat;
  background-size: 100px auto;
}
.l-bg02{
  background: url(../img/common/bg03.png) 0 0 repeat;
  background-size: 100px auto;
}


/*　コンテンツ幅
---------------------------------------------------------*/

.l-width{
  padding: 0 4rem;
}
.l-inner1{
    max-width: 184rem;
    margin: 0 auto;
}
.l-inner2{
    max-width: 136rem;
    margin: 0 auto;
}
.l-inner3{
    max-width: 96rem;
    margin: 0 auto;
}


/* sp */
@media only screen and (max-width: 1000px) {
  .l-width{
  padding: 0 1.5rem;
  }
  .l-inner1{
  }
}


/*　コンテンツ
---------------------------------------------------------*/

.l-content{}
.l-content_inner{
    padding-bottom: 1.2rem;
    padding-top: 1.23rem;
}

.l-content + .l-content{}
.l-content + .l-content .l-content_inner{
    padding-top: 0;
}


.l-content_navi{
  float: left;
  width: 2.42rem;
  position: sticky;
  top: 0.5rem;
  left: 0;
  z-index: 1;
}
.l-content_main{
  float: right;
  width: calc(100% - 3.21rem);
}



/* sp */
@media only screen and (max-width: 1000px) {

  .l-content{}
  .l-content_inner{padding-bottom: 0.6rem;padding-top: 0.5rem;}

  .l-content + .l-content{}
  .l-content + .l-content .l-content_inner{}


  .l-content_navi{
    float: none;
    width: auto;
    position: static;
    margin-bottom: 0.4rem;
}
  .l-content_main{
    float: none;
    width: auto;
}


}

/*　下層メインビジュアル
---------------------------------------------------------*/

.l-mainv{
  padding-top: 9.4rem;
  position: relative;
  padding-bottom: 16rem;
  margin-bottom: -1px;
  background: #F7F7F7 url(../img/common/bg01.png) 0 0 repeat;
  background-size: 100px;
  position: relative;
  z-index: 1;
}

.l-mainv_inner{
  
}

.l-mainv_ttl{
  display: flex;
  align-items:flex-end;
}



.l-mainv_ttl_ja{
  font-size: var(--f20);
  margin-left: 3rem;
  position: relative;
  z-index: 1;
  top: 0.5rem;
  flex: 1;
}
.l-mainv_ttl_en{
}

.l-mainv_news{
    margin: 0 16.4rem;
}
.l-mainv_news_data{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.l-mainv_news_date{
    width: 86px;
    font-size: var(--f14);
    opacity: var(--opacity-font);  
}
.l-mainv_news_cat{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;  
}
.l-mainv_news_cat span{
    border: solid 1px #fff;
    font-size: var(--f14);
    line-height: 1;
    padding: 5px 6px;
}
.l-mainv_news_ttl{
  font-size: var(--f36);
}


/* sp */
@media only screen and (max-width: 1000px) {

  .l-mainv{
    padding-top: 6rem;
    padding-bottom: 8rem;
}
  .l-mainv_inner{}
  .l-mainv_ttl{}
  .l-mainv_ttl_ja{
    margin-left: 2rem;
}
  .l-mainv_ttl_en{}
  .l-mainv_news{}
  .l-mainv_news_data{}
  .l-mainv_news_date{}
  .l-mainv_news_cat{}
  .l-mainv_news_cat span{}
  .l-mainv_news_ttl{}

}




.l-mainv2{
  padding-top: 9.4rem;
  position: relative;
  margin-bottom: 9rem;
}

.l-mainv2_inner{
  
}

.l-mainv2_ttl{
  /* display: flex; */
  align-items:flex-end;
  text-align: center;
}



.l-mainv2_ttl_ja{
  font-size: var(--f20);
  display: block;
  margin-top: 2.5rem;
}
.l-mainv2_ttl_en{
  display: inline-block;
}

.l-mainv2_mes{
  text-align: center;
  margin-top: 4.7rem;
  line-height: 2;
  font-size: var(--f16);
}


/* sp */
@media only screen and (max-width: 1000px) {




  .l-mainv2{
    padding-top: 6.4rem;
    margin-bottom: 7rem;
}

  .l-mainv2_inner{
    
  }

  .l-mainv2_ttl{}



  .l-mainv2_ttl_ja{
    margin-top: 2rem;
    font-size: 1.8rem;
}
  .l-mainv2_ttl_en{
    /* width: 86%; */
    margin: 0 auto;
}

  .l-mainv2_mes{
    font-size: 1.4rem;
}

}

/*　背景動画
---------------------------------------------------------*/

.l-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    z-index: -1;  
    opacity: 0;
}
.l-video:before {
    content: "";
    position: absolute;
    z-index: 10;
    inset: 0;
    background: linear-gradient(0deg, rgba(37, 36, 33, 0.35), rgba(37, 36, 33, 0.35)), url(color01.png);
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.l-video.anim1{
  opacity: 1;
}

.l-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*　コンタクト
---------------------------------------------------------*/

.l-contact{}
.l-contact_inner{
  display: flex;
  align-items:center;
  justify-content:space-between;
  padding: 15.5rem 4rem 18.5rem;
}
.l-contact_main{
    color: #fff;
}
.l-contact_ttl{
    margin-bottom: 3.3rem;
}
.l-contact_ttl_ja{
  font-size: var(--f14);
  line-height: 1.8;
  color: #BBBBBB;
  margin-bottom: 3rem;
  display: block;
}
.l-contact_ttl_en{
    display: block;
    width: 36.5rem;
}
.l-contact_mes{
  font-size: var(--f18);
  line-height: 2;
}
.l-contact_btn{
    display: grid;
    gap: 2rem 0;
    width: 40rem;
    margin-top: 9rem;
}
.l-contact_image{
    aspect-ratio: 1/1;
    width: 68rem;
    position: relative;
    z-index: 1;
}
.l-contact_img{
  position: absolute;
  z-index: 1;
}
.l-contact_img1{
    width: 48.3%;
    top: 57.5%;
    right: 51.7%;
}
.l-contact_img2{
    width: 38.7%;
    top: 64.6%;
    left: 51.7%;
}
.l-contact_img3{
    width: 48.3%;
    bottom: 39%;
    left: 51.7%;
}
.l-contact_img4{
    width: 38.8%;
    top: 0.7%;
    right: 51.7%;
}

/* sp */
@media only screen and (max-width: 1000px) {
  .l-contact{}
  .l-contact_inner{
    padding: 7rem 0;
    display: block;
}
  .l-contact_main{}
  .l-contact_ttl{
    margin-bottom: 2.3rem;
}
  .l-contact_ttl_ja{
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
  .l-contact_ttl_en{
    width: 24rem;
}
  .l-contact_mes{
    font-size: 1.5rem;
}
  .l-contact_btn{
    width: auto;
    margin: 7rem 3rem 0;
}
  .l-contact_image{
    width: 94%;
    margin: 6rem auto 0;
}
  .l-contact_img{}
  .l-contact_img1{}
  .l-contact_img2{}
  .l-contact_img3{}
  .l-contact_img4{}
}

/*　サイドナビ
---------------------------------------------------------*/

/* sp */
@media only screen and (max-width: 1000px) {
}


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

.l-foot{
  position: relative;
  z-index: 100;

  color: #fff;
  background: #252421;

  padding: 0 8rem 0;
}
.l-foot_inner{
  display: flex;
  justify-content:space-between;
  padding: 9rem 0 0;
}
.l-foot_inner a{
  color: #fff;
}
.l-foot_head{
  margin-top: 1rem;
}
.l-foot_logo{
    width: 16rem;
    display: block;
}
.l-foot_addr{
  font-size: var(--f14);
  line-height: 1.8;
  color: #777777;
  margin-top: 1.5rem;
}
.l-foot_main{
  display: flex;
  /* align-items:center; */
  gap: 0 5.6rem;
  flex-direction: row-reverse;
  margin-right: 5.8rem;
}
.l-foot_navi{
  display: flex;
  gap: 0 9.7rem;
  align-items:flex-start;
}
.l-foot_navi a{
    font-size: var(--f15);
    display: block;
}
.l-foot_navi a span{
  --line-color: #fff;
}
.l-foot_box{
    display: grid;
    gap: 1.7rem 0;
    /* width: 100%; */
}
.l-foot_box2{
    margin-top: -1.4rem;
}
.l-foot_box2 a{
  color: #777;
}
.l-foot_box2 a span{
    --line-color: #777;
}

.l-foot_sns{
  display: flex;
  gap: 0 1.6rem;
  margin-top: 0.7rem;
}
.l-foot_sns a{
  display: block;
  width: 2rem;
}
.l-foot_copy{
  font-size: var(--f12);
  color: #777;
  margin-top: 18.5rem;
  padding-bottom: 9rem;
}
.l-foot_non{
  opacity: 0.3;
  pointer-events: none;
}


/* hover  */
@media (hover: hover) and (pointer: fine) {

}

/* sp */
@media only screen and (max-width: 1000px) {
  .l-foot{
    background: #252421;
    height: auto;
    padding: 10rem 3rem 4rem;
}
  .l-foot_inner{
    position: static;
    padding: 0;
    border-radius: 0;
    background: no-repeat;
    display: grid;
    height: auto;
}
  .l-foot_inner a{
}
  .l-foot_head{
    display: grid;
    margin-bottom: 1.6rem;
}
  .l-foot_logo{
    margin-bottom: 2.4rem;
}
  .l-foot_addr{}
  .l-foot_main{
    margin-right: 0;
}
  .l-foot_navi{
    display: flex;
    gap: 1.6rem 9.5rem;
    flex-wrap: wrap;
}
  .l-foot_box{
    width: 100%;
    grid-template-columns: 1fr  1fr;
}
  .l-foot_box.-sp-w100{
    width: 100%;
  }
  .l-foot_box2{margin-right: -100%;padding-left: 100%;}  
  .l-foot_navi a{}
  .l-foot_sns{
    margin-bottom: 5rem;
}
  .l-foot_sns a{
    width: 2.5rem;
}
  .l-foot_copy{
    font-size: 1.1rem;
    text-align: center;
    margin-top: 5.5rem;
    padding-bottom: 0rem;
  }


}



/*---------------------------------------------------------
  表示非表示
---------------------------------------------------------*/

html body .sp-block,html body .sp-inline,html body .sp-inlineB,html body .sp-flex{
  display: none;
}

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

  html body .sp-none{
    display: none;
  }
  html body .sp-block{
    display: block;
  }  
  html body .sp-flex {
    display: flex;
  }  
  html body .sp-inline {
    display: inline;
  }
  html body .sp-inlineB {
    display: inline-block;
  }  
  html body .sp-brNone br{
    display: none;
  }


}

/*---------------------------------------------------------
  印刷設定
---------------------------------------------------------*/

@media print{

	:root {
		--font-family-main: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
		--font-family-en: "Satoshi",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	}
  html{
    font-size: 60%;
  }

	body{
		width:1100px;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	}


}




