@charset "UTF-8";

/*外部font読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');



/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
		  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
	-webkit-appearance: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
	/*font-weight: initial;*/
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  /*color: #000;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: var(--black);
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: var(--black);
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
input:focus,
textarea:focus {
	outline: none;
}
/* Image
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
/*	height: auto;*/
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
	  flex-shrink: 0;
}

/*reCAPTCHA　非表示*/
/*body:not(.contact):not(.check):not(.thanks) .grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
}*/

/* Setting-basic
---------------------------------------*/
body {
  font-family:  "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
  color: var(--black);
	font-size: 15px;
	letter-spacing: 0em;
/*  background: #ffffff;*/
  overflow-x: hidden;
  background-color: #fff;
}

@media all and (min-width:980px){
  body {
    /*min-width: 1240px;*/
/*      overflow-x: hidden;*/
  }
}
@media all and (max-width: 979px) {
  body {
    /* overflow-x:hidden; */
  }
}



/* 色設定 */
:root {
  --lg01: linear-gradient(#4064b8 0%, #1c4b9d 100%);

  --white: #ffffff;
  /*  青　*/
  --blue: #004D91;
  /* 薄い青 */
  --l_blue: #CCE7FF;
  /*  黒　*/
  --black: #000;
  /*  グレー　*/
  --gray: #eee;
}



/* Font
---------------------------------------*/


/* Link
---------------------------------------*/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #2F2F2F;
}
a:active,
a:focus {
	outline: none;
}
a img {
  transition: 0.3s ease;
}
@media all and (min-width: 980px) {
  a:hover {
/*	opacity: 0.7;*/
	transition: 0.3s ease;
  cursor: pointer;
  }
}


.hide_txt{
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	display: block;
}


/*pc sp only*/
.none {
  display: none;
}
.nolink {
  pointer-events: none;
}


.bg_gray{
  background-color: #eeeeee;
}
.bg_white{
  background-color: #fff;
}
.bg_black{
  background-color: var(--black);
}



@media all and (min-width: 768px) {
  main {
    .nonePC {
      display: none !important;
    }
    .nolinkPC {
      pointer-events: none;
    }
    a[href^="TEL:"] {
      pointer-events: none;
    }
  }
}

@media all and (max-width: 767px) {
  main {
    .noneSP {
      display: none !important;
    }
    .nolinkSP {
      pointer-events: none;
    }
  }
}




/* anchor
***************************************************************/

.anchor{
  position: absolute;
  visibility: hidden !important;
  height: 0px !important;
  pointer-events: none !important;
  margin-top: -120px;
}
@media all and (min-width:980px) {
}
@media all and (max-width:979px) {
  .anchor{
    margin-top: -60px;
  }
}

/*.float_btn_wrap{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #00c43c;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
    & a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-style: solid;
        border-width: 2px;
        border-color: rgb(51, 51, 51);
        background-color: rgb(255, 241, 0);
        box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 1);
        width: 330px;
        height: 56px;
        z-index: 1;
        border-radius: 50px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding-top: 0.2em;
          & p{
            display: flex;
            justify-content: center;
            align-items: center;
            border-style: solid;
            border-width: 2px;
            border-color: rgb(51, 51, 51);
            background-color: #fff;
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 165px;
            height: 25px;
            z-index: 2;
            border-radius: 50px;
            font-size: 14px;
            font-weight: bold;
          }
    }
    & a::after {
      content: '';
      background: url(../img/top/arrow_r.svg) center / contain no-repeat;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 15px;
      z-index: 1;
    }
    & a:hover {
      opacity: .6;
    }

}*/


/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
	opacity: 0;
  }
  50% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}


/* common_set
***************************************************************/
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}
.mt110{margin-top: 110px;}
.mt120{margin-top: 120px;}
.mt130{margin-top: 130px;}
.mt140{margin-top: 140px;}
.mt150{margin-top: 150px;}
.mt200{margin-top: 200px;}

.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}
.mb110{margin-bottom: 110px;}
.mb120{margin-bottom: 120px;}
.mb130{margin-bottom: 130px;}
.mb140{margin-bottom: 140px;}
.mb150{margin-bottom: 150px;}
.mb200{margin-bottom: 200px;}

.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pt70{padding-top: 70px;}
.pt80{padding-top: 80px;}
.pt90{padding-top: 90px;}
.pt100{padding-top: 100px;}
.pt110{padding-top: 110px;}
.pt120{padding-top: 120px;}
.pt130{padding-top: 130px;}
.pt140{padding-top: 140px;}
.pt150{padding-top: 150px;}
.pt200{padding-top: 200px;}

.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pb70{padding-bottom: 70px;}
.pb80{padding-bottom: 80px;}
.pb90{padding-bottom: 90px;}
.pb100{padding-bottom: 100px;}
.pb110{padding-bottom: 110px;}
.pb120{padding-bottom: 120px;}
.pb130{padding-bottom: 130px;}
.pb140{padding-bottom: 140px;}
.pb150{padding-bottom: 150px;}
.pb200{padding-bottom: 200px;}

.mla{margin-left: auto;}
.mra{margin-right: auto;}
.ml0{margin-left: 0;}
.mr0{margin-right: 0;}

@media all and (max-width:979px) {

  .mt10_sp{margin-top: 10px;}
  .mt15_sp{margin-top: 15px;}
  .mt20_sp{margin-top: 20px;}
  .mt25_sp{margin-top: 25px;}
  .mt30_sp{margin-top: 30px;}
  .mt35_sp{margin-top: 35px;}
  .mt40_sp{margin-top: 40px;}
  .mt45_sp{margin-top: 45px;}
  .mt50_sp{margin-top: 50px;}
  .mt60_sp{margin-top: 60px;}
  .mt70_sp{margin-top: 70px;}
  .mt80_sp{margin-top: 80px;}
  .mt90_sp{margin-top: 90px;}
  .mt100_sp{margin-top: 100px;}

  .mb10_sp{margin-bottom: 10px;}
  .mb15_sp{margin-bottom: 15px;}
  .mb20_sp{margin-bottom: 20px;}
  .mb25_sp{margin-bottom: 25px;}
  .mb30_sp{margin-bottom: 30px;}
  .mb35_sp{margin-bottom: 35px;}
  .mb40_sp{margin-bottom: 40px;}
  .mb45_sp{margin-bottom: 45px;}
  .mb50_sp{margin-bottom: 50px;}
  .mb60_sp{margin-bottom: 60px;}
  .mb70_sp{margin-bottom: 70px;}
  .mb80_sp{margin-bottom: 80px;}
  .mb90_sp{margin-bottom: 90px;}
  .mb100_sp{margin-bottom: 100px;}

  .pt10_sp{padding-top: 10px;}
  .pt15_sp{padding-top: 15px;}
  .pt20_sp{padding-top: 20px;}
  .pt25_sp{padding-top: 25px;}
  .pt30_sp{padding-top: 30px;}
  .pt35_sp{padding-top: 35px;}
  .pt40_sp{padding-top: 40px;}
  .pt45_sp{padding-top: 45px;}
  .pt50_sp{padding-top: 50px;}
  .pt60_sp{padding-top: 60px;}
  .pt70_sp{padding-top: 70px;}
  .pt80_sp{padding-top: 80px;}
  .pt90_sp{padding-top: 90px;}
  .pt100_sp{padding-top: 100px;}

  .pb10_sp{padding-bottom: 10px;}
  .pb15_sp{padding-bottom: 15px;}
  .pb20_sp{padding-bottom: 20px;}
  .pb25_sp{padding-bottom: 25px;}
  .pb30_sp{padding-bottom: 30px;}
  .pb35_sp{padding-bottom: 35px;}
  .pb40_sp{padding-bottom: 40px;}
  .pb45_sp{padding-bottom: 45px;}
  .pb50_sp{padding-bottom: 50px;}
  .pb60_sp{padding-bottom: 60px;}
  .pb70_sp{padding-bottom: 70px;}
  .pb80_sp{padding-bottom: 80px;}
  .pb90_sp{padding-bottom: 90px;}
  .pb100_sp{padding-bottom: 100px;}

  .mla_sp{margin-left: auto;}
  .mra_sp{margin-right: auto;}
  .ml0_sp{margin-left: 0;}
  .mr0_sp{margin-right: 0;}
}











/* 設定
***************************************************************/



/* =======================================
   デフォルト gap 設定
======================================= */
:root {
  --row-gap: 10px;     /* 縦 gap デフォルト値 */
  --column-gap: 10px;  /* 横 gap デフォルト値 */
}


.inner{
  width: 100%;
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.inner.inner_s{
  /* max-width: 1080px; */
}
.inner.inner_m{
  max-width: 1280px;
}
.inner.inner_l{
  max-width: 1480px;
}

.inner.inner_full{
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
    & .clm {
        width: auto;
        min-width: auto;
        max-width: auto;
    }
}




main {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 160px;
}
@media all and (min-width:980px){
  main .inner {
    /*padding: 0 calc((100% - 980px) / 2);*/
    /* max-width: 980px; */
  }
}

@media all and (min-width:900px) and (max-width:1440px){
  main {
    padding-top: 100px;
  }
}


@media all and (max-width:899px){
  main{
    padding-top: 60px;
  }
}

@media all and (max-width:979px) {
}




.sec{
	padding-top: 100px;
	padding-bottom: 100px;
  position: relative;
}


.bg_white{
  background-color: #fff;
}
.bg_l_gray{
  background-color: #fafafa;
}
.bg_l_blue{
  background-color: #e7f8fd;
}



/*--------------------PC--------------------*/
@media all and (min-width:980px){
}

@media all and (max-width:979px){
  .inner {
      margin-left: 6%;
      margin-right: 6%;
      padding-left: 0;
      padding-right: 0;
      width: auto;
  }
  .inner.inner_full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .sec{
    padding-top: 7.7vw;
    padding-bottom: 7.7vw;
  }

}


@media all and (max-width:767px) {
  .sec{
    padding-top: 50px;
    padding-bottom: 70px;
  }
}


/* column設定
***************************************************************/


/* =======================================
   基本カラムレイアウト
======================================= */
.col2,
.col3,
.col4 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
}

/* 2カラム */
.col2 {
  & > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
    /*border: 1px solid #ccc;*/
  }
}
  .col2.inner_full {
    & > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }
  }
/* 3カラム */
.col3 {
  & > .clm {
    flex: 1 1 calc((100% - (2 * var(--column-gap))) / 3);
    min-width: calc((100% - (2 * var(--column-gap))) / 3);
    max-width: calc((100% - (2 * var(--column-gap))) / 3);
    /*border: 1px solid #ccc;*/
  }
  &::after {
    content: "";
    display: block;
    width: calc((100% - (2 * var(--column-gap))) / 3);
  }
}
  .col3.inner_full {
    & > .clm {
      flex: 1 1 calc(100% / 3);
      min-width: calc(100% / 3);
      max-width: calc(100% / 3);
    }
    &::after {
      width: calc(100% / 3);
    }
  }

/* 4カラム */
.col4 {
  & > .clm {
    flex: 1 1 calc((100% - (3 * var(--column-gap))) / 4);
    min-width: calc((100% - (3 * var(--column-gap))) / 4);
    max-width: calc((100% - (3 * var(--column-gap))) / 4);
    /*border: 1px solid #ccc;*/
  }
  &::before {
    content: "";
    display: block;
    width: calc((100% - (3 * var(--column-gap))) / 4);
    order: 1;
  }
  &::after {
    content: "";
    display: block;
    width: calc((100% - (3 * var(--column-gap))) / 4);
  }
}
  .col4.inner_full {
    & > .clm {
      flex: 1 1 calc(100% / 4);
      min-width: calc(100% / 4);
      max-width: calc(100% / 4);
    }
    &::before {
      width: calc(100% / 4);
    }
    &::after {
      width: calc(100% / 4);
    }
  }

/* =======================================
   レスポンシブ落ち設定
======================================= */

/* スマホ: 〜979px */
@media all and (max-width: 979px) {
  /* 1カラム落ち */
  .col2.sp1 > .clm,
  .col3.sp1 > .clm,
  .col4.sp1 > .clm {
    flex: 1 1 100%;
    min-width: 100%;
    max-width: 100%;
  }

  /* col3 → 2カラム */
  .col3.sp2 > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
  }
    .col3.sp2.inner_full > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }

  /* col4 → 2カラム */
  .col4.sp2 > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
  }
    .col4.sp2.inner_full > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }

  /* col4 → 3カラム */
  .col4.sp3 > .clm {
    flex: 1 1 calc((100% - (2 * var(--column-gap))) / 3);
    min-width: calc((100% - (2 * var(--column-gap))) / 3);
    max-width: calc((100% - (2 * var(--column-gap))) / 3);
  }
    .col4.sp3.inner_full > .clm {
      flex: 1 1 calc(100% / 3);
      min-width: calc(100% / 3);
      max-width: calc(100% / 3);
    }
}

/* タブレット: 768px〜1024px */
@media all and (min-width: 980px) and (max-width: 1024px) {
  /* 共通: mid2 で2カラム落ち */
  .col2.mid2 > .clm,
  .col3.mid2 > .clm,
  .col4.mid2 > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
  }
    .col2.mid2.inner_full > .clm,
    .col3.mid2.inner_full > .clm,
    .col4.mid2.inner_full > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }
}

/* =======================================
   gap ユーティリティ
======================================= */
/* 横 gap */
.c_gap5  { --column-gap: 5px; }
.c_gap10 { --column-gap: 10px; }
.c_gap15 { --column-gap: 15px; }
.c_gap20 { --column-gap: 20px; }
.c_gap30 { --column-gap: 30px; }
.c_gap40 { --column-gap: 40px; }
.c_gap50 { --column-gap: 50px; }

/* 縦 gap */
.r_gap3  { row-gap: 3px; }
.r_gap4  { row-gap: 4px; }
.r_gap5  { row-gap: 5px; }
.r_gap6  { row-gap: 6px; }
.r_gap7  { row-gap: 7px; }
.r_gap8  { row-gap: 8px; }
.r_gap9  { row-gap: 9px; }
.r_gap10 { row-gap: 10px; }
.r_gap15 { row-gap: 15px; }
.r_gap20 { row-gap: 20px; }
.r_gap30 { row-gap: 30px; }
.r_gap40 { row-gap: 40px; }
.r_gap50 { row-gap: 50px; }











/* ヘッダーエリア
***************************************************************/
header {
    z-index: 1000 !important;
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s ease;
    background-color: #fff;
}
/*body.is-fixed header,
body header{
    background: #003366f2;
}*/
/* body.is-fixed header{
    background: #003366f2;
} */
header .inner {
    width: auto;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

/* gNav */
header .gNav {
  /* height: 100%; */
  height: 4em;
  display: flex;
}
header .gNav .ul1 {
  display: flex;
  height: 100%;
  /* padding-left: 20px; */
  /* padding-right: 20px; */
}

header .gNav .ul1>.li1 {
  height: 100%;
  position: relative;
  flex-grow: 1; 
  display: flex;
  align-items: center;
  justify-content: center;
}

header .gNav .ul1>.li1 .link1 {
  width: 100%;
  height: 100%;
/*    padding: 0 0.2em;*/
  /* font-size: 18px; */
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.4em;
  padding-right: 1.4em;
  cursor: default;
}

header .gNav .ul1>.li1 .dl1 {
  height: 100%;
}

/* header .gNav .ul1>.li1 .dl1 .link1 {
} */

header .gNav .subNav {
  width: 280px;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
/* header .gNav .subNav.subNav02 {
  width: 265px;
} */


header .gNav .subNav .ul2 .li2 a {
  display: block;
  width: 100%;
  padding: 15px 12px;
  /* font-size: 15px; */
  color: var(--black);
  position: relative;
}

.nav_wrap{
  display: flex;
  height: 100%
}
.head_contact{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lg01);
  padding: 0 1em;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
    &:hover{
      opacity: .7;
    }
}



/*トグルボタン*/
.toggleBtn {
  width: 88px;
  height: 100%;
  padding: 0 30px 11px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transition: .3s ease;
  /* background: #55524A; */
}

.toggleBtn p.btn_line {
  position: relative;
/*    height: 100%;*/
}
.toggleBtn p.btn_line span {
  transform: translateY(-50%);
  background: var(--black);
  height: 2px;
  display: block;
  top: 50%;
  position: relative;
  transition: .3s ease;
}

.toggleBtn p.btn_line span::before,
.toggleBtn p.btn_line span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--black);
  transition: 0.3s ease;
}

.toggleBtn p.btn_line span::before {
  transform: translateY(-8px) rotate(0deg);
}

.toggleBtn p.btn_line span::after {
transform: translateY(8px) rotate(0deg);
top: 0px;
left: auto;
}

.open .toggleBtn p.btn_line span {
  background: transparent;
}

.open .toggleBtn p.btn_line span::before {
  top: 0;
  transform: translateY(calc(-50% + 2px)) rotate(-45deg);
}

.open .toggleBtn p.btn_line span::after {
  bottom: 0;
  transform: translateY(calc(-50% + 2px)) rotate(45deg);
  width: 100%;
  top: 0;
}

.menu_name {
  position: absolute;
  left: 50%;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -14px);
  bottom: 0;
}

.menu_name p {
  font-weight: 500;
  color: var(--black);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
}
.menu_name p.menu_open {
opacity: 1;
transition: 1s ease;
}
.open .menu_name p.menu_open {
opacity: 0;
}
.menu_name p.menu_close {
opacity: 0;
transition: 1s ease;
}
.open .menu_name p.menu_close {
opacity: 1;
}
.menu_name p.menu_open {
opacity: 1;
transition: 1s ease;
}
.open .menu_name p.menu_open {
opacity: 0;
}
.menu_name p.menu_close {
opacity: 0;
transition: 1s ease;
}
.open .menu_name p.menu_close {
opacity: 1;
}




/*bodyにclassつけるとメニュー切り替え*/

/*すべてハンバーガー*/
.all_ham{}
/*pcハンバーガーの入ってくる方向*/
.all_ham.open_top{}
.all_ham.open_left{}
.all_ham.open_right{}
.all_ham.open_fadet{}
/*PCだけサイドバー*/
.pc_sidebar{}
/*ナビをfloatさせない　あまり使わないかも*/
.no_fixnav{}
/*SPのみナビの入ってくる方向*/
.open_top_sp{}
.open_left_sp{}
.open_right_sp{}
.open_fade_sp{}





  @media all and (min-width: 900px) {
    header, footer{
      .nonePC {
      display: none !important;
      }
      .nolinkPC {
      pointer-events: none;
      }
      a[href^="TEL:"]{
        pointer-events: none;
      }
    }
  }

  @media all and (max-width:899px) {
    header, footer{
      .noneSP {
      display: none !important;
      }
      .nolinkSP {
      pointer-events: none;
      }
    }

  }







/*--------------------PC--------------------*/


@media all and (min-width:900px){
  header {
    /*min-width: 1240px;*/
  }
  header .inner {
      padding: 0 0 0 30px;
      margin: 0;
  }
  header .head_body {
    width: 100%;
    height: 100%;
  }
  header .heading_logo {
      width: clamp(170px, 16%, 285px);
      height: auto;
      transition: .3s ease;
      z-index: 1;
      margin-right: 15px;
      flex-shrink: 0;
      /* top: 67px; */
      position: relative;
  }

  /* .is-fixed .heading_logo {
      width: clamp(90px, 10%, 110px);
      top: 4px;
  } */

  header .heading_logo a{
    padding: 0;
  }

  header {
      height: 160px;
      width: 100%;
      position: fixed;
      left: 0;
      /* background: transparent; */
      display: flex;
      transition: .3s;
        & .nav_wrap_inner01{
          display: flex;
          flex-direction: column;
          /* justify-content: center; */
          justify-content: flex-end;
        }
        & .gNav00{
          display: flex;
          color: var(--black);
          margin-left: auto;
          margin-right: 1.5em;
            & a{
              font-weight: 700;
              font-size: 16px;
            }
            & a:hover{
              text-decoration: underline;
              text-underline-offset: 0.2em;
            }
        }
  }



/* .gNav_fit {
    position: absolute;
    margin-top: -15%;
} */


.toggleBtn{
  display: none;
}


/* gNav */
header .gNav {
  position: relative;
  top: 0px;
  width: 100%;
  /* background: #000; */
  left: 0;
  display: flex;
  justify-content: center;
  /* margin-top: 20px; */
  margin-top: 10px;
  /* margin-bottom: -1em; */
  /* margin-right: clamp(30px, 30px, 30px); */
  height: 85px;
}
header .gNav .ul1 {
  height: 100%;
  align-items: center;
    .li1 a, .li1 dt {
      color: var(--black);
      height: 100%;
      display: flex;
      align-items: center;
      font-size: clamp(16px, 1.7vw, 18px);
      font-weight: 700;
      white-space: nowrap;
    }
    /*.li1.current a{
      color: #5CBB89;
    }*/
}
/*header .gNav .ul1>.li1 dt.link1 {
    pointer-events: none;
}*/
/*header .gNav .ul1>.li1 + .li1 {
  margin-left: 2em;
  display: flex;
  align-items: center;
}*/
/* header .gNav .ul1 .li1 + .li1 {
  margin-left: clamp(20px, 2.5vw, 40px);
} */

/*header .gNav .ul1>.li1 + .li1::before {
  content: '／';
  font-size: 18px;
  margin-left: 1em;
  margin-right: 1em;
  display: block;
  position: relative;
}*/
/* header .gNav .ul1>.li1 .link1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: var(--col01);
  opacity: 0;
  transition: .3s;
} */

header .gNav .ul1>.li1 .link1.nolinkPC::after {
  content: '⊕';
}
header .gNav .ul1>.li1:not(.nolinkPC):hover > .dl1 > dt a{
  color: #4b6ebf;
}

/* header .gNav .ul1>.li1:hover:has( > dt:not(.nolinkPC)) .link1::after,
header .gNav .ul1>.li1:hover:has( > a) .link1::after {
  opacity: 1;
} */
/* header .gNav .ul1>.li1:hover .link1::after,
header .gNav .ul1>.li1.current .link1::after {
opacity: 1;
} */

header .gNav .li1 dl dt{
  padding-bottom: 0.7em;
}
header .gNav .li1{
  transition: 0.3s ease;
}
header .gNav .li1:hover{
  background-color: var(--l_blue);
}
header .gNav .li1:hover .subNav {
  pointer-events: auto;
}


header .gNav .subNav .ul2 {
  background-color: #EEEEEE;
  position: relative;
  left: 0;
  top: -1200px;
  transition: 0.3s ease;
}

header .gNav .li1:hover .subNav .ul2 {
  top: 0;
}
header .gNav .li1:hover .subNav .ul2 a{
  font-size: 16px;
  font-weight: 500;
  /* background-color: #737373; */
}

header .gNav .subNav .ul2 .li2 a:hover {
  background-color: var(--l_blue);
  /* background-color: var(--col01); */
}


/* header .gNav .subNav .ul2 .li2 a::after {
  content: '';
  width: 7px;
  height: 4px;
  background: url(../../img/common/arrow_w.svg) center / contain no-repeat;
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
  transform: translateX(0);
  transition: .3s ease;
}
header .gNav .subNav .ul2 .li2 a:hover::after {
  transform: translateX(5px);
} */



  .head_con_contact:hover{
    background-color: #DD730A;
  }
  .sub_menu_box a:hover{
    color: #5CBB89;
  }

  header .gNav .ul1>.li1 .link1.nolinkPC::after {
    content: '⊕';
  }
  header .gNav .ul1>.li1:not(.nolinkPC):hover > .dl1 > dt a{
    color: #4b6ebf;
  }
  .toggleBtn{
    display: none;
  }

}



@media all and (min-width:900px) and (max-width:1279px){
  header .gNav .ul1>.li1 .link1 {
    padding-left: 0.9em;
    padding-right: 0.9em;
  }
}

@media all and (min-width:900px) and (max-width:1440px){
  header {
    height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    /* background: transparent; */
    display: flex;
    transition: .3s;
      & .nav_wrap_inner01{
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        justify-content: flex-end;
      }
      & .gNav00{
        display: flex;
        color: var(--black);
        margin-left: auto;
        margin-right: 1.5em;
          & a{
            font-size: 14px;
          }
      }
  }
  header .gNav {
    height: 60px;
  }
  header .gNav .li1 dl dt {
    padding-bottom: 0.4em;
  }
  .head_contact {
    font-size: clamp(16px, 1.6vw, 22px);
  }

}







@media all and (max-width:899px){

  header {
      height: 60px;
  }
  header .inner {
      padding: 0;
      margin-left: auto;
      width: 100%;
  }
  header .heading_logo {
      margin-left: 0;
      width: auto;
      width: clamp(90px, 35%, 140px);
      /* max-width: 190px; */
      /* max-width: 78px; */
      z-index: 1;
      position: relative;
      /* margin-top: 16%; */
      margin-left: 3%;
      transition: .3s;
  }

  /* .is-fixed .heading_logo {
      width: 78px;
        margin-top: 0%;
  } */
  body.open .heading_logo {
      /* width: 78px; */
      /*width: clamp(90px, 10%, 110px);*/
        /* margin-top: 0%; */
        /*margin-left: 0%;*/
  }


  /* body.is-fixed header, body.open header {
      background: #00326a;
  } */
  .head_body {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    transition: .4s ease;
    /*background: #FAFAFA;*/
  }


  .toggleBtn {
    width: 60px;
    height: 60px;
    /* background-color: var(--black); */
    right: 0;
    top: 0;
    padding: 29px 15px;
  }

  .toggleBtn p span::before {
      transform: translateY(-5px) rotate(0deg);
  }
  .toggleBtn p span::after {
    transform: translateY(5px) rotate(0deg);
  }

  /* .head_con_contact span {
      margin-bottom: 9px;
      margin-top: 5px;
  } */

  header .gNav {
    top: 60px;
    right: 0;
    opacity: 1;
    /* top: -120%; */
    position: absolute;
    transition: .5s ease;
    /* background: #FAFAFA; */
    flex-direction: column;
    max-height: 100vh;
    /* min-height: 100vh; */
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* padding-top: 20px; */
    font-weight: 500;
    pointer-events: none;
    /* transform: translateY(-110%); */
    z-index: -1000;
    background: #fff;
    opacity: 0;
  }

  .open .gNav {
    /* transform: translateY(0%); */
      pointer-events: initial;
      opacity: 1;
      z-index: -1;
  }



  .head .ul1 {
      flex-direction: column;
  }

  header .gNav .ul1 {
      height: auto;
      background: #fff;
      color: var(--black);
      padding-left: 0;
      padding-right: 0;
  }
  header .menu_box.menu_box01 {
      font-size: 18px;
      height: 56px;
      display: flex;
      align-items: center;
      width: 100%;
  }
  .head_con_contact {
    right: -6vw;
    width: 70px;
    height: 70px;
    display: flex;
    font-size: 14px;
    top: 0;
  }
  span.menu_img {
      width: 100%;
      display: block;
      padding: 8px;
      margin-top: 20px;
  }
  header .gNav .ul1>.li1 {
    /* height: 66px; */
    padding: 0;
    border-bottom: 1px solid #CCCCCC;
    display: block
  }
  /* header .gNav .ul1>.li1:last-child{
    border: none;
  } */
  /*header .gNav .ul1>.li1 .dl1 {
    display: flex;
  }*/
  header .gNav .ul1>.li1 .link1:not(:has(a)) {
      font-size: 16px;
      font-weight: 700;
/*      padding-left: 2em;*/
      height: auto;
    color: var(--black);
    /* padding: 25px 5%; */
    padding: 0 1.4em;
    position: relative;
    height: 41px;
    display: flex;
    align-items: center;
  }
  /* header .gNav .ul1>.li1 .link1:not(.interview)::after{
    content: '';
    width: 14px;
    height: 8px;
    background: url(../img/common/arrow_menu.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: rotate(0) translateY(-50%);
    transform-origin: center top;
  } */


  header .gNav .ul1>.li1 .link1.nolinkPC::before,
  header .gNav .ul1>.li1 .link1.nolinkPC::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 20px;
    height: 1px;
    background: var(--black);
    transform: translateY(-50%);
    transition: 0.3s ease;
  }
  header .gNav .ul1>.li1 .link1.nolinkPC::before {
    transform: translateY(-50%) rotate(90deg);
  }

  header .gNav .ul1>.li1 .link1.nolinkPC.slide_menu_Open::before {
    /* transform: translateY(-50%) rotate(0deg); */
    opacity: 0;
    transform: translateY(-50%) rotate(0deg);
  }
  header .gNav .ul1>.li1 .link1.nolinkPC.slide_menu_Open::after {
  }
  /* header .gNav .ul1>.li1.slide_menu_Open .link1.nolinkPC::after {
    transform: translateY(-50%) rotate(0deg);
  } */
  
  /* header .gNav .ul1>.li1:not(.nolinkPC):hover > .dl1 > dt a{
    color: #4b6ebf;
  } */
  
  header .gNav .ul1>.li1 .link1:not(.nolinkPC) {
    position: relative;
  }
  header .gNav .ul1>.li1 .link1:not(.nolinkPC)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.5%;
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--black);
    border-right: 1px solid var(--black);
    border-bottom: none;
    border-left: none;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center center;
    transition: 0.3s ease;
  }

    header .gNav .ul1>.li1 .link1 a {
        color: var(--black);
        width: 100%;
        height: 100%;
        text-align: left;
        /* padding: 25px 0; */
        font-weight: 700;
      font-size: 16px;
      height: 41px;
      display: flex;
      align-items: center;
    }
  header .gNav .subNav {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: auto;
    pointer-events: none;
    display: none;
  }
  header .gNav .ul1>.li1 .link1.slide_menu_Open + .subNav {
    pointer-events: auto;
  }
  header .gNav .subNav .ul2{
    /* border-top: 1px solid var(--white); */
    /* padding: 10px 0 10px 10%; */
  }
  header .gNav .subNav .ul2 .li2{
    position: relative;
  }
  header .gNav .subNav .ul2 .li2 a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1.4em;
    height: 41px;
    font-size: 15px;
    font-weight: 400;
    /* color: var(--black); */
    position: relative;
    border-top: 1px solid #CCCCCC;
    background-color: #EEEEEE;
  }


  .head_contact {
    font-size: clamp(15px, 1.5vw, 22px);
    /* margin-right: calc(3% + 20px); */
    position: absolute;
    top: 0;
    right: 60px;
  }

}






/* bled パンくず
***************************************************************/
.bled{
  margin-bottom: 3em;
  display: flex;
  align-items: center;
}

.bled > * + *::before{
  content: '>';
  margin-right: 0.5em;
  margin-left: 0.5em;
}
/*--------------------PC--------------------*/
@media all and (min-width:980px){
  .bled > a:hover{
    text-decoration: underline;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:979px){
}








/* footer
***************************************************************/
.pt_wrap{
  overflow: visible;
  display: block;
  /* height: 140px; */
  position: relative;
  z-index: 10;
}
.gotop_btn{
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 100px;
  background: 
  url(../img/common/gotop_btn.svg) center / contain no-repeat,
  linear-gradient(#4064b8 0%, #1c4b9d 100%);
  position: absolute;
  right: 0;
  transform: translateY(-50%);
    &:hover{
      opacity: .7;
    }
}



.foot {
  /*margin-top: 120px;*/
  position: relative;
  z-index: 998;
  background-color: #fff;
  padding-bottom: 20px;
}

.foot .foot_contact {
  background: linear-gradient(#f9e787 0%, #ffdc23 100%);
  max-height: 420px;
  padding: 163px 3% 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
    & .foot_contact_ttl{
      font-size: clamp(70px, 19vw, 196px);
      font-weight: 400;
      text-align: center;
      margin-top: -0.17em;
      color: #fff;
    }
}
.foot .foot_contact a{
  width: 100%;
  /* height: 100px; */
  padding: 1.6em 0;
  background: var(--lg01);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px,3.2vw,24px);
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}

.foot .foot_contact a::after {
  content: '→';
  background: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  /* right: 40px; */
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  font-size: 16px;
  font-weight: 400;
  color: #004D91;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.foot_cotent{
  display: flex;
  justify-content: space-between;
}







/* フッター左側 */
.footer-left {
  color: #707070;
  margin-top: 100px;
  margin-right: 5%;
    & .company_name{
      font-size: clamp(18px, 2vw, 24px);
      font-weight: 700;
    }
    & .foot_address{
      font-size: clamp(14px, 1.5vw, 16px);
      margin-top: 20px;
      line-height: 1.5;
    }
    & .cRight {
      font-size: clamp(10px, 1.2vw, 14px);
      font-weight: 400;
      display: block;
      margin-top: 45px;
    }
}





/* フッター右側 */
.footer-right {
  /* padding: 2rem; */
  /* background: #f9f9f9; */
  font-size: 14px;
  font-weight: 700;
  width: 60%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}


/* 右ブロック全体タイトル */
.block-title {
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  /* margin: 0 0 1.5rem; */
  margin-bottom: 25px;;
  width: 100%;
}

/* 第1階層見出し */
.section-title {
  font-weight: bold;
  color: #707070;
  pointer-events: none;
}

/* サブグループ見出し */
.sub-title {
  font-weight: bold;
  color: #004D91;
  margin: 20px 0 0;
  pointer-events: none;
  padding-left: 1em;
}

/* サービス・事業のサブグループコンテナ */
.subgroups-container {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
}

/* 会社概要のリスト */
.company-section ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  padding-left: 1em !important;
}

/* 共通リスト */
.service-section{
  width: 66.66%;
}
.company-section{
  width: 33.33%;
}
.footer-section ul,
.subgroup ul {
  list-style: none;
  padding: 0 0 0 2em;
  margin: 20px 0 0;
  display: grid;
  gap: 0.4rem;
}

.footer-section li,
.subgroup li {
  margin: 0;
}
.footer-section li + li,
.subgroup li + li {
  margin-top: 10px;
}

.footer-section a,
.subgroup a {
  color: #707070;
  text-decoration: none;
}

.footer-section a:hover,
.subgroup a:hover {
  color: #0066cc;
  text-decoration: underline;
}

/* 最下部リンク */
.footer-bottom-links {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
}

.footer-bottom-links a {
  width: 33.33%;
  color: #707070;
}

.footer-bottom-links a:hover {
  color: #0066cc;
}

@media all and (min-width:768px) and (max-width: 1280px) {
  .gotop_btn{
    display: block;
    width: clamp(70px, 10vw, 140px);
    height: auto;
    aspect-ratio: 1 / 1;
    transform: translateY(-50%);
      &:hover{
        opacity: .7;
      }
  }
}


@media all and (min-width:768px) and (max-width: 1080px) {
  .service-section{
    width: 100%;
  }
  .company-section{
    width: 100%;
  }

  .foot .foot_contact {
    max-height: 420px;
    padding: 13vw 0 0px;
      & .foot_contact_ttl{
        font-size: clamp(70px, 19vw, 196px);
        font-weight: 400;
        text-align: center;
        margin-top: -0.17em;
        color: #fff;
      }
  }
}


@media all and (min-width:768px) {
}



@media all and (max-width:767px) {
  .gotop_btn {
    width: 90px;
    height: 90px;
  }

  .foot .foot_contact {
    padding: 15% 3% 0px;
  }
  .footer-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto 0;
    padding-bottom: 10px;;
      & .cRight {
          font-size: 11px;
          margin-top: 15px;
      }
  }
  .footer-right{
    display: none;
  }

}




/* pagenation
***************************************************************/

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.pagenation ul {
  display: flex;
  height: 35px;
  font-size: 16px;
  font-weight: 400;
}
.pagenation ul li {
  width: auto;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: relative;
  /* border: 1px solid var(--black); */
  background-color: #004889;
  padding: 0 0.3em;
}
.pagenation ul li.next,
.pagenation ul li.prev{
  background-color: initial;
  border: none;
}
.pagenation ul li.next a,
.pagenation ul li.prev a{
  color: #000;
}
.pagenation ul li + li{
  margin-left: 10px;
}
.pagenation ul li + li.next,
.pagenation ul li.prev + li{
  margin-left: 15px;
}
.pagenation ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  /* font-weight: 500; */
  padding-bottom: 0.1em;
}
.pagenation ul li.active{
  background-color: transparent;
  pointer-events: none;
}
.pagenation ul li.active a{
  pointer-events: none;
  color: #000;
}

.notNumbering {
  pointer-events: none;
  padding-bottom: 0.5em !important;
  border: none !important;
  font-weight: 700;
  background-color: transparent !important;
}
.notNumbering span {
  color: #000;
}
/* .pagenation ul li.next a,
.pagenation ul li.prev a{
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}
.pagenation ul li.next a{
  background: url(../img/common/pager_off.svg) center / 20px 20px no-repeat;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}
.pagenation ul li.prev a{
  background: url(../img/common/pager_off.svg) center / 20px 20px no-repeat;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  transform: scale(-1, 1);
} */


@media all and (min-width:980px) {
  .pagenation ul li:hover{
    background-color: #000;
  }
  .pagenation ul li:hover a{
    color: #fff;
    opacity: 1;
  }
  .pagenation ul li.active:hover a{
    pointer-events: none;
  }
  /* .pagenation ul li.next:hover a {
    background: url(../img/common/pager_on.svg) center / 20px 20px no-repeat;
  }
  .pagenation ul li.prev:hover a {
    background: url(../img/common/pager_on.svg) center / 20px 20px no-repeat;
  } */

  /*.post-type-archive-blog .pagenation ul li:hover,
  .tax-blog_cat .pagenation ul li:hover,
  .tax-blog_tag .pagenation ul li:hover{
    border-bottom: 2px solid #fcc800;
  }*/
  /*.post-type-archive-blog .pagenation ul li:hover a,
  .tax-blog_cat .pagenation ul li:hover a,
  .tax-blog_tag .pagenation ul li:hover a{
    color: #fcc800;
  }*/
  /*.post-type-archive-blog .pagenation ul li.active:hover,
  .tax-blog_cat .pagenation ul li.active:hover,
  .tax-blog_tag .pagenation ul li.active:hover{
    border-bottom: 2px solid #fcc800;
  }*/
  /*.post-type-archive-blog .pagenation ul li.active:hover a,
  .tax-blog_cat .pagenation ul li.active:hover a,
  .tax-blog_tag .pagenation ul li.active:hover a{
    pointer-events: none;
    color: #fcc800;
  }*/

}
@media all and (max-width:979px) {
  .pagenation {
    margin-top: 40px;
  }
  /* .pagenation ul li{
    width: 34px;
    height: 34px;
  }
  .pagenation ul li + li{
    margin-left: 10px;
  }
  .pagenation ul li + li.next,
  .pagenation ul li.prev + li{
    margin-left: 10px;
  }
  .pagenation ul li a{
    font-size: 18px;
  }
  .pagenation ul li.next a {
    background: url(../img/common/pager_off.svg) center / 22px 22px no-repeat;
  }
  .pagenation ul li.prev a {
    background: url(../img/common/pager_off.svg) center / 22px 22px no-repeat;
  } */
  
}
@media all and (max-width:370px) {
}




/* under_header
***************************************************************/
.under_header{
  color: var(--white);
  height: 520px;
}
.under_header_ttl{
  font-size: clamp(30px, 6vw, 48px);
  padding-top: 95px;
  position: relative;
}

.under_header_txt{
  font-size: clamp(20px, 2.6vw, 24px);
  line-height: 1.5;
  margin-top: 95px;
}

@media all and (max-width:899px){
  .under_header {
    height: clamp(240px, 40vw, 360px);
  }
  .under_header_ttl{
    padding-top: clamp(40px, 8vw, 95px);
    line-height: 1.25;
  }
  .under_header_txt{
    margin-top: clamp(35px, 6vw, 75px);
  }

}

/*--------------------PC--------------------*/
@media all and (min-width:768px) {
  .under_header_ttl span{
    font-size: clamp(20px, 2.6vw, 24px);
    position: absolute;
    bottom: -1.75em;
    left: 0;
  }
}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
  .under_header_ttl span{
    display: block;
    font-size: clamp(15px, 2.6vw, 20px);
    margin-top: 0.75em;
  }

  .under_header_txt{
    font-size: clamp(15px, 2.6vw, 20px);
    margin-top: clamp(25px, 4vw, 35px);
  }

}

/* under_header2
***************************************************************/
.under_header2{
    height: 240px;

    .under_header_ttl{
    font-size: clamp(28px, 3.6vw, 36px);
      padding-top: 60px;
      
      span{
        font-size: 16px;
    }
  }
}


@media (max-width: 899px) {
  .under_header2{
      height: clamp(180px, 40vw, 240px);

      .under_header_ttl{
        padding-top: clamp(40px, 3.2vw, 60px);
        
        span{
          font-size: 16px;
      }
    }
  }

}


/* 共通
***************************************************************/
.out_inner{
  max-width: 1980px;
}
.block_ttl{
  font-size: clamp(26px, 4vw, 46px);
  /* font-size: clamp(30px, 5.6vw, 48px); */
  line-height: 1.45;
  text-align: center;
  margin-bottom: 50px;

  .txt_big{
    font-size: 150%;
  }

}
.block_ttl.bt-left{
  text-align: left;
}
.block_ttl.bt-short{
  margin-bottom: 25px;
}
.block_txt{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.sub_ttl{
  font-size: clamp(28px, 3.6vw, 36px);
}

.w_box-shadow{
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.16));
  border-radius: 50px;
  background-color: var(--white);
}

.txt_blue{
  color: var(--blue) !important;
}


.blue_btn {
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: var(--lg01);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1em;
  position: relative;
  border: none;
  cursor: pointer;
  transition: .3s;
}
.blue_btn::after{
  content: '';
  width: 34px;
  height: 34px;
  background: url(../img/common/btn_arrow.svg) center / 100% no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

@media all and (min-width:980px){
  .box_txt{
    max-width: 520px;
    width: 36%;
  }
}

@media all and (max-width:979px) {
  .out_inner .flex_box{
    flex-direction: column;
  }

}

/*--------------------PC--------------------*/
@media all and (min-width:768px) {
  .flex_box{
    display: flex;
  }
  .flex_box.flex_box--left{
    justify-content: flex-end;
  }

  .box50{
    width: 50%;
    flex-shrink: 0;
  }


  .blue_btn:hover{
    opacity: 0.7;
  }


}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
  .block_ttl{
    margin-bottom: 7.5%;
  }
  .block_ttl.bt-short{
    margin-bottom: 5%;
  }
  .block_txt{
    font-size: 14px;
  }

}


/* other_contents 
***************************************************************/
.other_contents{
  background-color: var(--blue);
  padding: clamp(40px, 3.2vw, 60px) 0 clamp(44px, 3.7vw, 75px);
}
.other_contents.general-user{
  background-color: var(--l_blue);
}

.other_contents--ttl{
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: var(--white);
  text-align: center;
}


.other_contents--wrap{
  display: flex;  
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 2.1%;
  margin-top: clamp(40px, 3.2vw, 60px);
}

.other_contents--box{
  width: 31.9%;
  height: 120px;
  background-color: var(--white);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.other_contents--txt .other_txt1{
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.3;
  font-weight: 700;
  color: #707070;
}
.other_contents--txt .other_txt2{
  font-size: 16px;
  font-weight: 700;
  color: var(--blue);
  margin-top: 10px;
}
.icon--img{
  max-width: 84px;
    width: 40%;
    margin-left: 2%;
    flex-shrink: 0;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px) {
  .other_contents--box:hover{
    opacity: 0.7;
  }
}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
  .other_contents{
    padding: 50px 0 70px;
  }
  .other_contents--wrap{
    gap: 15px 0%;
    margin-top: 20px;
  }
  .other_contents--box{
    width: 100%;
    max-width: 330px;
    height: 100px;
  }
  .icon--img {
      width: 24%;
  }

}


/* carlife_menu　カーライフ共通***************************************************************/
.carlife_menu{
  background: var(--lg01);
  padding-top: clamp(45px, 8vw, 95px);
}
.carlife_menu_txt{
  font-size: 24px;
  color: var(--white);
  line-height: 2;
  text-align: center;
}
.carlife_menu_inner{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.carlife_menu--box{
  width: calc((100% - 8%) / 5);
  position: relative;
}
.carlife_menu--box .carlife_menu--ttl{
  width: 100%;
  font-size: clamp(11px, 1.7vw, 16px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004D91;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
}
.carlife_menu--box.active .carlife_menu--ttl{
  color: #707070;
  background-color: #fff;
}

#carlife_menu.anchor{
  margin-top: -160px;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px) {
  .carlife_menu--box:not(.active):hover .carlife_menu--img{
    transition: 0.3s;
    opacity: 0.7;
  }
  .carlife_menu--box:not(.active):hover .carlife_menu--ttl{
    color: #707070;
    background-color: #fff;
  }

}

@media all and (min-width:900px) and (max-width:1440px){
  #carlife_menu.anchor{
    margin-top: -100px;
  }
  
}
@media all and (max-width:899px) {
  #carlife_menu.anchor{
    margin-top: -60px;
  }
}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
  .carlife_menu_txt{
    font-size: clamp(16px, 2.7vw, 20px);
  }
  .carlife_menu_inner{
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 2%;
    margin-top: clamp(40px, 5vw, 80px);
  }
  .carlife_menu--box{
    width: calc((100% - 4%) / 3);
  }

  .carlife_menu--box .carlife_menu--ttl{
    height: 30px;
  }

}


/* search_btn--box
***************************************************************/
.search_btn--box{
  max-width: 640px;
  margin: 0 auto;
}
.ss_area .search_btn--box,
.ss_service .search_btn--box > div{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 3.5%;
}
.ss_service .search_btn--box > div{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 3.5%;
}
.search_btn--box > div + div{
  margin-top: 20px;
}

.search_btn{
  max-width: 200px;
  width: 31%;
  height: 36px;
  background-color: #EEEEEE;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.search_btn::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #e31900;
  border-bottom: 0;
  margin-right: 0.5em;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px) {
  .search_btn:hover{
    opacity: 0.7;
  }
}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
  .ss_area .search_btn--box,
  .ss_service .search_btn--box > div{
    gap: 15px 2%;
  }
  .search_btn{
    width: 49%;
    font-size: 14px;
      padding-left: 0.7em;
  }
  .search_btn::before{
    margin-right: 0.2em;
  }

}







/* フェード
***************************************************************/

@media all and (min-width: 980px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 100px);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.right {
    opacity: 0;
    transform: translate(100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.stretch::before{
    width: 8px;
    height: 100%;
    background-color: var(--black);
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform 1000ms ease 0.25s;
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
  }
  .action.stretch.scrollin::before{
    transform: scaleY(3);
  }
  .action.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action3.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action.mv_fade{
/*    opacity: 0;*/
  }
  .action.mv_fade.scrollin{
/*    opacity: 1;*/
    animation: blur 1.5s ease-in-out 0.5s forwards;
  }

.action.mv_fade:nth-of-type(1) {
  animation-delay: 260ms
}

.action.mv_fade:nth-of-type(2) {
    animation-delay: 335ms
}

.action.mv_fade:nth-of-type(3) {
    animation-delay: 410ms
}

.action.mv_fade:nth-of-type(4) {
    animation-delay: 485ms
}

.action.mv_fade:nth-of-type(5) {
    animation-delay: 560ms
}

.action.mv_fade:nth-of-type(6) {
    animation-delay: 635ms
}

.action.mv_fade:nth-of-type(7) {
    animation-delay: 710ms
}

.action.mv_fade:nth-of-type(8) {
    animation-delay: 785ms
}

.action.mv_fade:nth-of-type(9) {
    animation-delay: 860ms
}

.action.mv_fade:nth-of-type(10) {
    animation-delay: 935ms
}

.action.mv_fade:nth-of-type(11) {
    animation-delay: 1010ms
}

.action.mv_fade:nth-of-type(12) {
    animation-delay: 1085ms
}

.action.mv_fade:nth-of-type(13) {
    animation-delay: 1160ms
}

.action.mv_fade:nth-of-type(14) {
    animation-delay: 1235ms
}

.action.mv_fade:nth-of-type(15) {
    animation-delay: 1310ms
}

.action.mv_fade:nth-of-type(16) {
    animation-delay: 1385ms
}

.action.mv_fade:nth-of-type(17) {
    animation-delay: 1460ms
}


  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }

  .action.fade {
    opacity: 0;
    transition: opacity 1000ms ease 0.5s;
  }
  .action.fade.scrollin{
      opacity: 1;
  }
  .action.delay1 {
    transition: opacity 1000ms ease 0.5s, transform 1000ms ease 0.5s;
  }
  .action.delay2 {
    transition: opacity 1000ms ease 0.75s, transform 1000ms ease 0.75s;
  }
  .action.delay3 {
  transition: opacity 1000ms ease 1s, transform 1000ms ease 1s;
  }
  .action.delay4 {
  transition: opacity 1000ms ease 1.25s, transform 1000ms ease 1.25s;
  }
  .action.delay5 {
  transition: opacity 1000ms ease 1.5s, transform 1000ms ease 1.5s;
  }
  .action.delay6 {
  transition: opacity 1000ms ease 1.75s, transform 1000ms ease 1.75s;
  }
  .action.delay7 {
  transition: opacity 1000ms ease 2s, transform 1000ms ease 2s;
  }

  .action.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action.fadezoom.scrollin img{
    opacity: 1;
  }
  .action.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }

  .action2.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action2.fadezoom.delay1{
    transition: transform 1000ms ease 0.5s;
  }
  .action2.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.delay1 img{
    transition: opacity 1000ms ease 0.5s;
  }
  .action2.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action2.fadezoom.scrollin img{
    opacity: 1;
  }
  .action2.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }

  .typeOneMovie .action2.fadezoom{
    opacity: 0;
  }
  .typeOneMovie .action2.fadezoom.scrollin{
    opacity: 1;
    transition: opacity 1000ms ease 0.5s;
  }



  @keyframes blur {
    0% {
      opacity: 0;
      -ms-filter: blur(6px);
      filter: blur(6px);
    }
    100% {
      opacity: 1;
      -ms-filter: blur(0);
      filter: blur(0);
    }
  }
  .blur {
      -ms-filter: blur(6px) opacity(0);
      filter: blur(6px) opacity(0);
  }
  .scrollin.blur {
    animation: blur 1.5s ease-in-out 0.4s forwards;
  }
  .action.blur.delay1 {
    animation-delay: 1s;
  }
  .action.blur.delay2 {
    animation-delay: 1.5s;
  }
  .action.blur.delay3 {
    animation-delay: 2s;
  }
  .action.blur.delay4 {
    animation-delay: 2.5s;
  }
  .action.blur.delay5 {
    animation-delay: 3s;
  }
}

@media all and (max-width: 979px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.stretch::before{
    width: 6px;
    height: 100%;
    background-color: var(--black);
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform 1000ms ease 0.25s;
    content: '';
    position: absolute;
    top: 0;
    left: -7%;
  }
  .action.stretch.scrollin::before{
    transform: scaleY(2);
  }


  .action.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action3.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action.mv_fade{
    opacity: 0;
  }

  .action.mv_fade.scrollin{
/*    opacity: 1;*/
    animation: blur 1s ease-in-out 0.2s forwards;
  }

.action.mv_fade:nth-of-type(1) {
  animation-delay: 260ms
}

.action.mv_fade:nth-of-type(2) {
    animation-delay: 335ms
}

.action.mv_fade:nth-of-type(3) {
    animation-delay: 410ms
}

.action.mv_fade:nth-of-type(4) {
    animation-delay: 485ms
}

.action.mv_fade:nth-of-type(5) {
    animation-delay: 560ms
}

.action.mv_fade:nth-of-type(6) {
    animation-delay: 635ms
}

.action.mv_fade:nth-of-type(7) {
    animation-delay: 710ms
}

.action.mv_fade:nth-of-type(8) {
    animation-delay: 785ms
}

.action.mv_fade:nth-of-type(9) {
    animation-delay: 860ms
}

.action.mv_fade:nth-of-type(10) {
    animation-delay: 935ms
}

.action.mv_fade:nth-of-type(11) {
    animation-delay: 1010ms
}

.action.mv_fade:nth-of-type(12) {
    animation-delay: 1085ms
}

.action.mv_fade:nth-of-type(13) {
    animation-delay: 1160ms
}

.action.mv_fade:nth-of-type(14) {
    animation-delay: 1235ms
}

.action.mv_fade:nth-of-type(15) {
    animation-delay: 1310ms
}

.action.mv_fade:nth-of-type(16) {
    animation-delay: 1385ms
}

.action.mv_fade:nth-of-type(17) {
    animation-delay: 1460ms
}


  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.fade_sp {
    opacity: 0;
    transition: opacity 1000ms ease 0.5s;
  }
  .action.fade_sp.scrollin{
      opacity: 1;
  }
  .action.delay1_sp {
    transition-duration:0.75s;
    transition-delay:0.5s;
  }
  .action.delay2_sp {
    transition-duration:0.75s;
    transition-delay:0.75s;
  }
  .action.delay3_sp {
    transition-duration:0.75s;
    transition-delay:1s;
  }
  .action.delay4_sp {
    transition-duration:0.75s;
    transition-delay:1.25s;
  }
  .action.delay5_sp {
    transition-duration:0.75s;
    transition-delay:1.5s;
  }

  .action.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action.fadezoom.scrollin img{
    opacity: 1;
  }
  .action.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }



  .action.fadezoom_sp{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action.fadezoom_sp img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom_sp .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom_sp .box_img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom_sp.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action.fadezoom_sp.scrollin img{
    opacity: 1;
  }
  .action.fadezoom_sp.scrollin .img_wrap{
    opacity: 1;
  }
  .action.fadezoom_sp.scrollin .box_img{
    opacity: 1;
  }




  .action2.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action2.fadezoom.delay1{
    transition: transform 1000ms ease 0.5s;
  }
  .action2.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.delay1 img{
    transition: opacity 1000ms ease 0.5s;
  }
  .action2.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action2.fadezoom.scrollin img{
    opacity: 1;
  }
  .action2.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }

  .typeOneMovie .action2.fadezoom,.typeOneMovie .action2.fadezoom::before,.typeOneMovie .action2.fadezoom::after{
    opacity: 0;
  }
  .typeOneMovie .action2.fadezoom.scrollin,.typeOneMovie .action2.fadezoom.scrollin::before,.typeOneMovie .action2.fadezoom.scrollin::after{
    opacity: 1;
    transition: opacity 1s ease 0.5s;
  }

  @keyframes blur {
    0% {
      opacity: 0;
      -ms-filter: blur(6px) opacity(0);
      -webkit-filter: blur(6px) opacity(0);
      filter: blur(6px) opacity(0);
    }
    100% {
      opacity: 1;
      -ms-filter: blur(0) opacity(1);
      -webkit-filter: blur(0px) opacity(1);
      filter: blur(0) opacity(1);
    }
  }
  .blur_sp {
      -ms-filter: blur(6px) opacity(0);
      -webkit-filter: blur(6px) opacity(0);
      filter: blur(6px) opacity(0);
      transform: translateZ(0);
  }
  .action.scrollin.blur_sp {
    animation: blur 1s ease-in-out 0.2s forwards;
  }
  .action.blur_sp.delay1_sp {
    animation-delay: 1s;
  }
  .action.blur_sp.delay2_sp {
    animation-delay: 1.5s;
  }
  .action.blur_sp.delay3_sp {
    animation-delay: 2s;
  }
  .action.blur_sp.delay4_sp {
    animation-delay: 2.5s;
  }
  .action.blur_sp.delay5_sp {
    animation-delay: 3s;
  }

}




/* barAnime
***************************************************************/
.barAnime {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 0;
}
.barAnime::after, .barAnime::before {
  background: #E6372D;
  content: "";
  height: calc(100% + 2px);
  position: absolute;
  right: -0.1em;
  /*top: 0;*/
  top: -1px;
  width: calc(100% + 0.1em);
}
.barAnime::after{
  background: #fff;
  /*height: calc(100% + 2px);
  top: -1px;*/
}
.barAnime.scrollin::after, .barAnime.scrollin::before {
  transition: width .4s cubic-bezier(.65,0,.35,1) .4s;
  width: 0;
}
.barAnime.scrollin::after{
  transition-delay: 0s;
}

.barAnime_w{
  display: inline-block;
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 0;
}
.barAnime_w:before {
  background: #fff;
  content: "";
  height: calc(100% + 2px);
  position: absolute;
  right: -0.1em;
  top: -1px;
  width: calc(100% + 0.1em);
}

.barAnime_w.scrollin::before {
  transition: width .4s cubic-bezier(.65,0,.35,1) .4s;
  width: 0;
}

/*--------------------PC--------------------*/
@media all and (min-width:980px){
  .barAnime_w.action.bardelay::before{
    transition-delay: .7s;
  }

  .barAnime.bardelay1::before{
    transition-delay: .65s;
  }
  .barAnime.bardelay1::after{
    transition-delay: .25s;
  }
  .barAnime.bardelay2::before{
    transition-delay: .9s;
  }
  .barAnime.bardelay2::after{
    transition-delay: .5s;
  }
  .barAnime.bardelay3::before{
    transition-delay: 1.15s;
  }
  .barAnime.bardelay3::after{
    transition-delay: 0.75s;
  }
  .barAnime.bardelay4::before{
    transition-delay: 1.4s;
  }
  .barAnime.bardelay4::after{
    transition-delay: 1s;
  }
  .barAnime.bardelay5::before{
    transition-delay: 1.65s;
  }
  .barAnime.bardelay5::after{
    transition-delay: 1.25s;
  }

}


@keyframes passing-bar{
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-txt{
  0% {
        opacity:0;
    }
  50% {
        opacity:0;
    }
  100% {
        opacity:1;
    }
}

/*--------------------SP--------------------*/
@media all and (max-width:979px){
  .barAnime.bardelay1_sp::before{
    transition-delay: .65s;
  }
  .barAnime.bardelay1_sp::after{
    transition-delay: .25s;
  }

}



















/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:980px){
}
/*--------------------SP--------------------*/
@media all and (max-width:979px){
}


/* お知らせカテゴリの色設定（共通）
***************************************************************/
/* カテゴリごとの色設定 */
.news_cat.important-notice_class,
.news_archive_cat.important-notice_class,
.news_single_cat.important-notice_class{
	background-color: #C03A2F !important; /* 赤（濃度アップ） */
}
.news_cat.industrial-oil_class,
.news_archive_cat.industrial-oil_class,
.news_single_cat.industrial-oil_class{
	background-color: #E07E3D !important; /* オレンジ（濃度アップ、黄色と区別しやすい） */
}
.news_cat.car-life_class,
.news_archive_cat.car-life_class,
.news_single_cat.car-life_class{
	background-color: #4A9BC5 !important; /* 青〜水色寄り（濃度アップ） */
}
.news_cat.gas_class,
.news_archive_cat.gas_class,
.news_single_cat.gas_class{
	background-color: #5A9B6A !important; /* 緑（濃度アップ） */
}
.news_cat.recruitment-info_class,
.news_archive_cat.recruitment-info_class,
.news_single_cat.recruitment-info_class{
	background-color: #E6C85A !important; /* 黄色（彩度を少し落とす、オレンジと区別しやすい） */
}
.news_cat.other_class,
.news_archive_cat.other_class,
.news_single_cat.other_class{
	background-color: #6B6B6B !important; /* 灰色（濃度アップ） */
}
.news_cat.news_class,
.news_archive_cat.news_class,
.news_single_cat.news_class{
	background-color: #004D91 !important; /* デフォルト（紺） */
}


