@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Black.ttf") format("truetype");
}
:root {
  --c-black01: #000000;
  --c-white01: #ffffff;
  --c-white02: #dce9f3;
  --c-white03: #e1e8ed;
  --c-white04: #e9f0f4;
  --c-white05: #e8f1f9;
  --c-gray01: #46525f;
  --c-gray02: #62707f;
  --c-gray03: #64717f;
  --c-gray04: #a4abb3;
  --c-gray05: #6e7b89;
  --c-blue01: #7b94a6;
  --c-blue02: #2e6194;
  --c-blue03: #cbf7ff;
  --c-blue04: #61bdcf;
}

body {
  font-size: 1.5rem;
  width: 100%;
  min-width: 320px;
}
@media (max-width: 767px) {
  body {
    color: var(--c-gray01);
    font-size: 1.1rem;
    line-height: 1;
    text-align: left;
    background-color: var(--c-white01);
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
#main:after {
  display: block;
  clear: both;
  content: "";
}

#main {
  position: relative;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  height: 132px;
}

@media (min-width: 1200px) {
  #header .gNavi .hideBox {
    max-height: 480px;
  }
}
#header .headwrap {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  #header .logo {
    display: block;
  }
  #header .logo img {
    width: 184px;
    height: 42px;
  }
  #header .award {
    margin: 0 0 0 10px;
    display: block;
    width: 50px;
    height: 42px;
  }
  #header .award img {
    width: 50px;
    height: 42px;
  }
  #header .food-relief {
    margin: 0 0 0 10px;
    display: block;
    width: 65px;
    height: 40px;
  }
  #header .food-relief img {
    width: 65px;
    height: 40px;
  }
  #header .alterna {
    margin: 0 0 0 10px;
    display: block;
    width: 42px;
    height: 42px;
  }
  #header .alterna img {
    width: 42px;
    height: 42px;
  }
  #header .ed02:hover {
    opacity: 0.7;
  }
  #header .logo:hover {
    opacity: 0.7;
  }
  #header .sevenLogo {
    float: left;
    margin-top: 16px;
    margin-left: 20px;
  }
  #header .headwrap .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .siteMap {
    color: var(--c-gray03);
    max-width: 630px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.3;
  }
  #header .siteMap a {
    display: block;
    color: var(--c-gray03);
  }
  #header .siteMap .langWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 22px 20px 6px;
  }
  #header .siteMap .lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.07em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    float: right;
    margin-left: 13px;
  }
  #header .siteMap .langTitle {
    position: relative;
    font-size: 1.2rem;
  }
  #header .siteMap .langTitle::before {
    position: absolute;
    top: -2px;
    bottom: 0;
    left: -19px;
    display: block;
    background: url(/img/common/icon_header_lang_pc.png) no-repeat;
    width: 16px;
    height: 16px;
    margin: auto 0;
    content: "";
  }
  #header .siteMap .lang li {
    width: 50px;
    text-align: center;
  }
  #header .siteMap .lang li + li {
    border-left: 1px solid var(--c-white01);
  }
  #header .siteMap .lang li a,
  #header .siteMap .lang li span {
    display: block;
    background-color: var(--c-white03);
    padding: 2px 0;
    font-size: 1.2rem;
    color: var(--c-gray03);
  }
  #header .siteMap .lang li.active span {
    background-color: var(--c-blue01);
    color: var(--c-white01);
  }
  #header .siteMap .lang li:first-child a,
  #header .siteMap .lang li:first-child span {
    border-radius: 3px 0 0 3px;
  }
  #header .siteMap .lang li:last-child a,
  #header .siteMap .lang li:last-child span {
    border-radius: 0 3px 3px 0;
  }
  #header .siteMap .lang a:hover {
    background-color: var(--c-blue01);
    color: var(--c-white01);
  }
  #header .siteMap .site {
    font-size: 1.4rem;
    width: 248px;
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .siteMap .site li {
    position: relative;
    font-size: 1.2rem;
  }
  #header .siteMap .site li + li {
    margin-left: 25px;
  }
  #header .siteMap .site li:before {
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent var(--c-blue01);
    position: absolute;
    display: block;
    content: "";
    top: 20%;
    left: -10px;
  }
  #header .siteMap .site li a:hover {
    color: var(--c-blue02);
    text-decoration: underline;
  }
  #header .siteMap img {
    margin: 10px 0 0px 0px;
  }
  #header .sitesearch {
    margin: 21px 0;
    width: 160px;
  }
  #header .sitesearch .gsc-control-cse {
    padding: 0;
    width: 160px;
    display: block;
  }
  #header .gsc-search-box.gsc-search-box-tools {
    padding: 0;
    width: 160px;
    display: block;
    padding-left: 3px;
  }
  #header .sitesearch .gsc-search-box td {
    display: block;
  }
  #header .gsc-input-box {
    width: 190px !important;
  }
  #header .sitesearch .gsc-search-box td.gsc-input,
  #header .sitesearch .gsc-search-box td.gsc-input .gstl_50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 120px !important;
    padding: 0 !important;
    margin-right: 0px;
    height: 36px;
    vertical-align: top;
    float: left;
    display: inline-block;
    position: relative;
  }
  #header .sitesearch .gsc-search-box .gsib_a {
    width: 120px !important;
    padding: 0 !important;
    height: 36px;
    border-radius: 0px;
  }
  #header .sitesearch .gsc-search-box input#gsc-i-id1::-webkit-input-placeholder {
    font-size: 12px;
  }
  #header .sitesearch .gsc-search-box input#gsc-i-id1:-ms-input-placeholder {
    font-size: 12px;
  }
  #header .sitesearch .gsc-search-box input#gsc-i-id1::-moz-placeholder {
    font-size: 12px;
  }
  #header .sitesearch .gsc-search-box input#gsc-i-id1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 36px !important;
    padding: 10px !important;
    border: 0 !important;
    border-right: none !important;
    background-position: 5px center !important;
    margin: 0 !important;
    border-radius: 0px;
    background: var(--c-white03) !important;
    font-size: 1.4rem;
  }
  #header .sitesearch .gsc-search-box td#gs_tti51 {
    margin-bottom: 5px;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button {
    margin-left: 0;
    width: 36px !important;
    height: 36px;
    float: left;
    display: inline-block;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
    visibility: hidden;
  }
  #header .sitesearch .gsc-search-box .gsib_b {
    position: absolute;
    width: 20px;
    top: 7px;
    right: 8px;
  }
  #header .sitesearch .gsc-search-box .gsc-input-box,
  #header .sitesearch .gsc-search-box .gsc-input-box-hover,
  #header .sitesearch .gsc-search-box .gsc-input-box-focus {
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #header .sitesearch .gsc-search-box .gsc-search-button {
    position: relative;
    background: var(--c-white03) url("/img/common/search-iconpc.png") center no-repeat;
    background-size: 19px auto;
    cursor: pointer;
  }
  #header .sitesearch .gsc-search-box input.gsc-search-button-v2,
  #header .sitesearch .gsc-search-box input.gsc-search-button {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    opacity: 0;
    margin: 0 auto;
  }
  #header .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
  }
  #header .contact a {
    position: relative;
    display: block;
    background: var(--c-white01);
    width: 100%;
    text-align: center;
  }
  #header .contact span {
    position: relative;
    top: 54px;
    color: var(--c-blue03);
    font-size: 1.2rem;
    font-weight: bold;
  }
  #header .contact a:hover {
    opacity: 0.8;
  }
  #header .contact a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    background: url(/img/common/icon_header_contact_white-pc.png) no-repeat;
    background-size: auto 60px;
    width: 89px;
    height: 60px;
    margin: 0 auto;
    content: "";
  }
  #header .sds {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    margin-right: 10px;
  }
  #header .sds a {
    position: relative;
    display: block;
    background: var(--c-white01);
    width: 100%;
    text-align: center;
  }
  #header .sds span {
    position: relative;
    top: 54px;
    color: var(--c-blue03);
    font-size: 1.2rem;
    font-weight: bold;
  }
  #header .sds a:hover {
    opacity: 0.8;
  }
  #header .sds a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    background: url(/img/common/icon_header_sds_white-pc.png) no-repeat;
    background-size: auto 60px;
    width: 89px;
    height: 60px;
    margin: 0 auto;
    content: "";
  }
  /*  */
  #header .store {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
  }
  #header .store a {
    position: relative;
    display: block;
    background: var(--c-white01);
    width: 100%;
    text-align: center;
  }
  #header .store span {
    position: relative;
    top: 54px;
    color: var(--c-blue03);
    font-size: 1.2rem;
    font-weight: bold;
  }
  #header .store a:hover {
    opacity: 0.8;
  }
  #header .store a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    background: url(/img/common/icon_header_store_white-pc.png) no-repeat;
    background-size: auto 60px;
    width: 89px;
    height: 60px;
    margin: 0 auto;
    content: "";
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header .gNavi .mn {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .gNavi .mn.fg {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .logo {
    display: block;
  }
  #header .logo img {
    width: 184px;
    height: 42px;
  }
  #header .award {
    margin: 0 0 0 10px;
    display: block;
  }
  #header .award img {
    width: 50px;
    height: 42px;
  }
  #header .food-relief img {
    width: 65px;
    height: 40px;
  }
  #header .alterna {
    margin: 0 0 0 10px;
    display: block;
  }
  #header .alterna img {
    width: 42px;
    height: 42px;
  }
  #header .ed02:hover {
    opacity: 0.7;
  }
  #header .logo:hover {
    opacity: 0.7;
  }
  #header .sevenLogo {
    float: left;
    margin-top: 16px;
    margin-left: 20px;
  }
  #header .gWrap {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  #header .siteMap {
    font-size: 1.4rem;
    color: var(--c-gray03);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .siteMap a {
    display: block;
  }
  #header .siteMap .sds {
    padding-right: 20px;
  }
  #header .siteMap .langWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 18px 20px 6px;
  }
  #header .siteMap .lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.07em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    float: right;
    margin-left: 13px;
  }
  #header .siteMap .langTitle {
    position: relative;
    font-size: 1.2rem;
  }
  #header .siteMap .langTitle::before {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: -23px;
    display: block;
    background: url(/img/common/icon_header_lang_pc.png) no-repeat;
    width: 16px;
    height: 16px;
    margin: auto 0;
    content: "";
  }
  #header .siteMap .lang li {
    width: 50px;
    text-align: center;
  }
  #header .siteMap .lang li + li {
    border: 1px solid var(--c-white01);
  }
  #header .siteMap .lang li a,
  #header .siteMap .lang li span {
    display: block;
    background-color: var(--c-white03);
    padding: 3px 0;
    font-size: 1.2rem;
    color: var(--c-gray03);
  }
  #header .siteMap .lang li.active span {
    background-color: var(--c-blue01);
    color: var(--c-white01);
  }
  #header .siteMap .lang li:first-child a,
  #header .siteMap .lang li:first-child span {
    border-radius: 3px 0 0 3px;
  }
  #header .siteMap .lang li:last-child a,
  #header .siteMap .lang li:last-child span {
    border-radius: 0 3px 3px 0;
  }
  #header .siteMap .lang a:hover {
    background-color: var(--c-blue01);
    color: var(--c-white01);
  }
  #header .siteMap .site {
    font-size: 1.4rem;
    width: 248px;
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .siteMap .site li {
    position: relative;
    font-size: 1.2rem;
  }
  #header .siteMap .site li + li {
    margin-left: 25px;
  }
  #header .siteMap .site li:before {
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent var(--c-blue01);
    position: absolute;
    display: block;
    content: "";
    top: 20%;
    left: -10px;
  }
  #header .siteMap .site li a:hover {
    color: var(--c-blue02);
    text-decoration: underline;
  }
  #header .siteMap img {
    margin: 10px 0 23px 16px;
  }
  #header .sitesearch {
    margin: 21px 0;
    width: 160px;
  }
  #header .sitesearch .gsc-control-cse {
    padding: 0;
    width: 160px;
    display: block;
  }
  #header .gsc-search-box.gsc-search-box-tools {
    padding: 0;
    width: 160px;
    display: block;
    padding-left: 3px;
  }
  #header .sitesearch .gsc-search-box {
    position: relative;
  }
  #header .sitesearch .gsc-search-box tr,
  #header .sitesearch .gsc-search-box td {
    display: block;
  }
  #header .sitesearch .gsc-search-box td.gsc-input,
  #header .sitesearch .gsc-search-box td.gsc-input .gstl_50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 120px !important;
    padding: 0 !important;
    margin-right: 0px;
    height: 36px;
    vertical-align: top;
    float: left;
    display: inline-block;
    position: relative;
  }
  #header .sitesearch .gsc-search-box .gsib_a {
    width: 120px !important;
    padding: 0 !important;
    border-radius: 0px;
  }
  #header .sitesearch .gsc-search-box input#gsc-i-id1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 36px !important;
    padding: 10px !important;
    border-right: none !important;
    background-position: 5px center !important;
    margin: 0 !important;
    border-radius: 0px;
    background: var(--c-white03) !important;
  }
  #header .sitesearch .gsc-search-box td#gs_tti51 {
    margin-bottom: 5px;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button {
    width: 36px !important;
    height: 36px;
    float: left;
  }
  #header .gsc-search-button-v2 {
    margin-top: 0;
    line-height: 1;
  }
  #header .sitesearch .gsc-search-box .gsib_b {
    position: absolute;
    width: 20px;
    top: 7px;
    right: 8px;
  }
  #header .sitesearch .gsc-search-box .gsc-input-box,
  #header .sitesearch .gsc-search-box .gsc-input-box-hover,
  #header .sitesearch .gsc-search-box .gsc-input-box-focus {
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #header .sitesearch .gsc-search-box .gsc-search-button {
    position: relative;
    background: var(--c-white03) url("/img/common/search-iconpc.png") center no-repeat;
    background-size: 19px auto;
    cursor: pointer;
  }
  #header .sitesearch .gsc-search-box input.gsc-search-button-v2,
  #header .sitesearch .gsc-search-box input.gsc-search-button {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    opacity: 0;
    margin: 0 auto;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button {
    margin-left: 0;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
    visibility: hidden;
  }
  #header .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
  }
  #header .contact a {
    position: relative;
    display: block;
    background: var(--c-blue04);
    width: 100%;
    text-align: center;
  }
  #header .contact span {
    position: relative;
    top: 55px;
    color: var(--c-blue03);
    font-size: 1.2rem;
    font-weight: bold;
  }
  #header .contact a:hover {
    opacity: 0.8;
  }
  #header .contact a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    background: url(/img/common/icon_header_contact_white-pc.png) no-repeat;
    background-size: auto 60px;
    width: 89px;
    height: 60px;
    margin: 0 auto;
    content: "";
  }
  #header .store {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
  }
  #header .store a {
    position: relative;
    display: block;
    background: #5b9bd5;
    width: 100%;
    text-align: center;
  }
  #header .store span {
    position: relative;
    top: 55px;
    color: var(--c-blue03);
    font-size: 1.2rem;
    font-weight: bold;
  }
  #header .store a:hover {
    opacity: 0.8;
  }
  #header .store a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    background: url(/img/common/icon_header_store_white-pc.png) no-repeat;
    background-size: auto 60px;
    width: 89px;
    height: 60px;
    margin: 0 auto;
    content: "";
  }
  #header .flexBox {
    background: var(--c-gray02);
    z-index: 100;
    border-left: none;
    padding: 40px 10px 40px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  #header .flexBox a {
    padding: 0;
  }
  #header .flexBox .navTop {
    width: 260px;
    height: 320px;
    padding: 90px 20px 90px 0;
  }
  #header .flexBox .navTop.smallPack .topBtn {
    margin-top: 10px;
  }
  #header .flexBox .navTop .hnavTtl {
    color: var(--c-white01);
    font-size: 2.4rem;
  }
  #header .flexBox .navTop .hnavTtl em {
    font-size: 1.6rem;
    color: var(--c-gray04);
    font-family: gidole;
    font-style: normal;
    letter-spacing: 0.045em;
  }
  #header .flexBox .navTop .topBtn {
    padding: 10px 5px;
    text-align: center;
    display: block;
    background: var(--c-white01);
    color: var(--c-gray01);
    margin-top: 40px;
    font-size: 1.6rem;
    min-width: 150px;
  }
  #header .flexBox .navTop .topBtn:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenu {
    border-left: 1px solid var(--c-gray04);
    width: 940px;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .flexBox .navMenu a {
    font-size: 1.6rem;
    width: 200px;
    margin-right: 30px;
    border-left: none;
    text-align: left;
    color: var(--c-white01);
    display: block;
    padding: 0;
  }
  #header .flexBox .navMenu a .navImg {
    margin-bottom: 10px;
  }
  #header .flexBox .navMenu a .nName {
    position: relative;
  }
  #header .flexBox .navMenu a .nName:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 80%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 0px;
    top: 51%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header .flexBox .navMenu a:first-of-type {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:nth-of-type(2) {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:nth-of-type(3) {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:nth-of-type(4) {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB {
    border-left: 1px solid var(--c-gray04);
    width: 940px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .flexBox .navMenuB a {
    font-size: 1.6rem;
    border: 1px solid var(--c-gray04);
    width: 430px;
    display: block;
    padding: 14px 0 14px 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    color: var(--c-white01);
    position: relative;
  }
  #header .flexBox .navMenuB a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 90%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header .flexBox .navMenuB a.pointer {
    border: none;
    font-size: 1.5rem;
    margin-left: 0px;
    margin-bottom: 0;
    text-decoration: underline;
  }
  #header .flexBox .navMenuB a.pointer:after {
    left: 30%;
  }
  #header .flexBox .navMenuB a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB2 {
    border-left: 1px solid var(--c-gray04);
    width: 940px;
  }
  #header .flexBox .navMenuB2 a {
    font-size: 1.6rem;
    border: 1px solid var(--c-gray04);
    width: 430px;
    display: block;
    padding: 14px 0 14px 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    color: var(--c-white01);
    position: relative;
  }
  #header .flexBox .navMenuB2 a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 90%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 20px;
    top: 30%;
  }
  #header .flexBox .navMenuB2 a.navAft {
    border: none;
    font-size: 1.5rem;
    margin-left: 10px;
    text-decoration: underline;
  }
  #header .flexBox .navMenuB2 a.navAft:after {
    left: 68%;
  }
  #header .flexBox .navMenuB2 a.bbn {
    border: 1px solid var(--c-gray04);
  }
  #header .flexBox .navMenuB2 a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB2 .newsYear {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
    margin-left: 20px;
  }
  #header .flexBox .navMenuB2 .newsYear li {
    display: block !important;
    overflow: visible;
  }
  #header .flexBox .navMenuB2 .newsYear li a {
    color: var(--c-white01);
    border: none;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 0;
    width: 85px;
    position: relative;
    text-decoration: underline;
  }
  #header .flexBox .navMenuB2 .newsYear li a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 80%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 0;
    top: 0;
  }
  #header .flexBox .navMenuB2 .newsYear li a:hover {
    display: block !important;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) and (max-width: 1000px) and (min-width: 767px) {
  #header .sevenLogo {
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  #header .gNavi {
    background: var(--c-blue01);
    position: static;
  }
  #header .gNaviInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
  #header .gNavi .gWrap {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  #header .gNavi.fixed .gWrap {
    width: 1145px;
  }
  .gNaviContact {
    display: none;
  }
  #header .gNavi.fixed .gNaviContact {
    display: block;
    margin-left: -1px;
  }
  #header .gNavi.fixed .gNaviContact a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55px;
    height: 50px;
    background: var(--c-white01);
    border-right: 2px solid #a0a6ac;
    padding-bottom: 2px;
  }
  #header .gNavi.fixed .gNaviContact a:hover {
    opacity: 0.7;
  }
  #header .gNavi.fixed .gNaviContact img {
    width: 41px;
    height: auto;
  }
  .gNavistore {
    display: none;
  }
  #header .gNavi.fixed .gNavistore {
    display: block;
    margin-left: -1px;
  }
  #header .gNavi.fixed .gNavistore a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55px;
    height: 50px;
    background: var(--c-white01);
    border-right: 2px solid #a0a6ac;
    padding-bottom: 2px;
  }
  #header .gNavi.fixed .gNavistore a:hover {
    opacity: 0.7;
  }
  #header .gNavi.fixed .gNavistore img {
    width: 41px;
    height: auto;
  }
  .gNavisearch {
    display: none;
  }
  #header .gNavi.fixed .gNavisearch {
    display: block;
    margin-left: -1px;
  }
  #header .gNavi.fixed .gNavisearch a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55px;
    height: 50px;
    background: var(--c-white01);
    border-right: 2px solid #a0a6ac;
    padding-bottom: 2px;
  }
  #header .gNavi.fixed .gNavisearch a:hover {
    opacity: 0.7;
  }
  #header .gNavi.fixed .gNavisearch img {
    width: 41px;
    height: auto;
  }
  #header .gNavi .mn {
    position: relative;
    text-align: center;
    width: 17%;
    height: 50px;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid #bdcad3;
    text-align: center;
    color: var(--c-white01);
  }
  #header .gNavi .mn:last-child {
    border-right: 1px solid #bdcad3;
  }
  #header .gNavi .mn.fg {
    padding: 0px 10px;
  }
  #header .gNavi .mn a {
    color: var(--c-white01);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 1.45rem;
  }
  #header .gNavi .mn.icon-newtab a::after {
    display: block;
    content: "";
    width: 19px;
    height: 16px;
    margin-left: 8px;
    background: url(../img/common/icon_newtab.png) 0 0 no-repeat;
  }
  #header .gNavi .mn.contact {
    background: var(--c-blue04);
    border-right: 1px solid var(--c-white04);
    border-left: 1px solid var(--c-white04);
    padding: 0;
    display: block;
  }
  #header .gNavi .mn:hover a {
    opacity: 0.6;
  }
  #header .gNavi .mn.contact:hover {
    opacity: 0.6;
  }
  #header .gNavi .mn.navlogo {
    display: none;
  }
  #header .gNavi .mn.navlogo:hover {
    opacity: 0.7;
  }
  #header .gNavi .select {
    background: var(--c-gray02);
  }
  #header .gNavi.fixed {
    position: fixed;
    display: block;
    top: 0;
    z-index: 100;
    width: 100%;
  }
  #header .gNavi.fixed .mn {
    width: 12%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .gNavi.fixed .navlogo {
    width: 50px;
    padding: 0 11px;
    background: var(--c-white05);
  }
  #header .gNavi.fixed .mn.navlogo a {
    padding: 9px 0 11px;
  }
  #header .gNavi.fixed .navlogo a:hover {
    opacity: 0.7;
  }
  #header .gNavi .hideBox {
    background: var(--c-gray02);
    width: 100%;
    position: absolute;
    z-index: 100;
  }
  #header .gNavi .hideBox {
    max-height: 420px;
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  #header .siteBox {
    margin-bottom: 19px;
  }
  #contact #header .siteBox {
    margin-bottom: 0;
  }
  #header .google-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    margin-left: 0px;
  }
  #header .google-search a {
    position: relative;
    display: block;
    background: var(--c-white01);
    width: 100%;
    text-align: center;
  }
  #header .google-search span {
    position: relative;
    top: 54px;
    color: var(--c-blue03);
    font-size: 1.2rem;
    font-weight: bold;
  }
  #header .google-search a:hover {
    opacity: 0.8;
  }
  #header .google-search a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    background: url(/img/common/icon_header_search_white-pc.png) no-repeat;
    background-size: auto 60px;
    width: 89px;
    height: 60px;
    margin: 0 auto;
    content: "";
  }
  #header .flexBox {
    background: var(--c-gray02);
    z-index: 100;
    border-left: none;
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
  }
  #header .flexBox a {
    padding: 0;
  }
  #header .flexBox .navTop {
    width: 260px;
    height: 320px;
    padding: 90px 0;
  }
  #header .flexBox .navTop .hnavTtl {
    color: var(--c-white01);
    font-size: 2.4rem;
  }
  #header .flexBox .navTop .hnavTtl em {
    font-size: 1.6rem;
    color: var(--c-gray04);
    font-family: gidole;
    font-style: normal;
    letter-spacing: 0.045em;
  }
  #header .flexBox .navTop .topBtn {
    padding: 10px 5px;
    text-align: center;
    display: block;
    background: var(--c-white01);
    color: var(--c-gray01);
    margin-top: 40px;
    margin-right: 50px;
    font-size: 1.6rem;
  }
  #header .flexBox .navTop .topBtn:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenu {
    border-left: 1px solid var(--c-gray04);
    width: 940px;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .flexBox .navMenu a {
    font-size: 1.6rem;
    width: 200px;
    margin-left: 30px;
    border-left: none;
    text-align: left;
    color: var(--c-white01);
    display: block;
    padding: 0;
  }
  #header .flexBox .navMenu a .navImg {
    margin-bottom: 10px;
  }
  #header .flexBox .navMenu a .nName {
    position: relative;
  }
  #header .flexBox .navMenu a .nName:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 80%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header .flexBox .navMenu a {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB {
    border-left: 1px solid var(--c-gray04);
    padding-left: 15px;
    width: 940px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .product .navMenuB {
    border-left: 1px solid var(--c-gray04);
    padding-left: 45px;
    width: 940px;
    display: block;
  }
  #header .product .navMenuB-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px solid var(--c-gray04);
    margin-bottom: 20px;
  }
  #header .product .navMenuB-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #header .product .navMenuB-asaide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #header .product .navMenuB-product-ttl {
    font-weight: bold;
    color: var(--c-white01);
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 1.8rem;
  }
  #header .flexBox .navMenuB a {
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    border: 1px solid var(--c-gray04);
    width: 430px;
    display: block;
    padding: 14px 0 14px 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    color: var(--c-white01);
    position: relative;
  }
  #header .product .navMenuB a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    border: 1px solid var(--c-gray04);
    width: 430px;
    padding: 14px 0 14px 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: var(--c-white01);
    position: relative;
  }
  #header .product .navMenuB a:nth-child(even) {
    margin-left: 30px;
  }
  #header .flexBox .navMenuB a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 90%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header .flexBox .navMenuB a.pointer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    border: none;
    font-size: 1.5rem;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 0;
    text-decoration: underline;
  }
  #header .product .navMenuB .pointer {
    padding-left: 0px;
    margin-left: 0;
  }
  #header .flexBox .navMenuB a.pointer:after {
    position: static;
    margin-left: 1em;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #header .flexBox .navMenuB a.pointer:after {
    left: 30%;
  }
  #header .flexBox .navMenuB a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB2 {
    border-left: 1px solid var(--c-gray04);
    padding-left: 15px;
    width: 940px;
  }
  #header .flexBox .navMenuB3 {
    padding-top: 20px;
  }
  #header .flexBox .navMenuB2 a {
    font-size: 1.6rem;
    border: 1px solid var(--c-gray04);
    width: 430px;
    display: block;
    padding: 14px 0 14px 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    color: var(--c-white01);
    position: relative;
  }
  #header .flexBox .navMenuB2 a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 90%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 20px;
    top: 30%;
  }
  #header .flexBox .navMenuB2 a.navAft {
    border: none;
    font-size: 1.5rem;
    margin-left: 10px;
    text-decoration: underline;
  }
  #header .flexBox .navMenuB2 a.navAft:after {
    left: 68%;
  }
  #header .flexBox .navMenuB2 a.bbn {
    border: 1px solid var(--c-gray04);
  }
  #header .flexBox .navMenuB2 a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB2 .newsYear {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
    margin-left: 30px;
    gap: 15px 0;
  }
  #header .flexBox .navMenuB2 .newsYear li {
    display: block !important;
    overflow: visible;
  }
  #header .flexBox .navMenuB2 .newsYear li a {
    color: var(--c-white01);
    border: none;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 0;
    width: 85px;
    position: relative;
    text-decoration: underline;
  }
  #header .flexBox .navMenuB2 .newsYear li a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 80%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 0;
    top: 0;
  }
  #header .flexBox .navMenuB2 .newsYear li a:hover {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #header .rBox .sds {
    margin-right: 50px;
  }
  #header .gNavi .hideBox li {
    display: none;
  }
  #header .flexBox .navMenuB.smallPack span {
    display: block;
    width: 100%;
  }
  #header .headwrap .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .green {
    margin: 0 10px;
    display: block;
  }
  #header .green img {
    width: 89px;
  }
}
@media (max-width: 767px) {
  #header {
    height: auto;
    letter-spacing: 0.025em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--c-white01);
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
  }
  #header .headwrap {
    margin: 0;
    padding: 10px;
    width: 160px;
  }
  #header.fixed {
    position: fixed;
    top: 0;
  }
  #header::after {
    display: block;
    clear: both;
    content: "";
  }
  #header .logo {
    display: block;
  }
  #header .logo img {
    width: 100%;
    height: auto;
    max-width: 160px;
  }
  #header .award {
    display: none;
  }
  #header .logo.award img {
    display: none;
  }
  #header .alterna {
    display: none;
  }
  #header .sevenLogo {
    float: left;
    margin-top: 5px;
  }
  #header .rBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--c-white01);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }
  #header .rBox .hcontact {
    position: relative;
    background: var(--c-white01);
    padding: 9px 0;
    height: 100%;
    line-height: 1.5;
    width: 11.5vw;
    display: block;
    text-align: center;
  }
  #header .rBox .hcontact::before {
    position: absolute;
    top: 25%;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background: url(/img/common/icon_header_contact_white.png) no-repeat;
    background-size: auto 9.9vw;
    width: 9vw;
    height: 10.8vw;
    margin: 0 auto;
    content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #header .rBox .sds {
    position: relative;
    background: var(--c-white01);
    padding: 9px 0;
    height: 100%;
    line-height: 1.5;
    width: 11.5vw;
    display: block;
    text-align: center;
  }
  #header .rBox .sds::before {
    position: absolute;
    top: 25%;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background: url(/img/common/icon_header_sds_white-pc.png) no-repeat;
    background-size: auto 9.9vw;
    width: 9vw;
    height: 10.8vw;
    margin: 0 auto;
    content: "";
    position: absolute;
    top: 48%;
    left: 34%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #header .rBox .hstore {
    position: relative;
    background: var(--c-white01);
    padding: 9px 0;
    height: 100%;
    line-height: 1.5;
    width: 11.5vw;
    display: block;
    text-align: center;
  }
  #header .rBox .hstore::before {
    position: absolute;
    top: 18%;
    bottom: 0;
    right: 0;
    left: 2px;
    display: block;
    background: url(/img/common/icon_header_store_white.png) no-repeat;
    background-size: auto 9.9vw;
    width: 9vw;
    height: 10.8vw;
    margin: 0 auto;
    content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #header .rBox .menuLang {
    position: relative;
    background: var(--c-blue01);
    padding: 9px 0;
    height: 100%;
    line-height: 1.5;
    width: 50px;
    display: block;
    text-align: center;
  }
  #header .rBox .menuLang .changeB {
    display: none;
  }
  #header .rBox .menuLang.active .changeA {
    display: none;
  }
  #header .rBox .menuLang.active .changeB {
    top: 63%;
    display: block;
  }
  #header .rBox .menuLang span {
    position: relative;
    top: 58%;
    color: var(--c-white01);
    font-size: 1rem;
    font-style: normal;
  }
  #header .rBox .menuLang img {
    width: auto;
    height: 2.2vw;
  }
  #header .rBox .menuLang::before {
    position: absolute;
    top: 15%;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background: url(/img/common/icon_header_lang_sp.png) no-repeat;
    background-size: auto 5.4vw;
    width: 5.4vw;
    height: 5.4vw;
    margin: 0 auto;
    content: "";
  }
  #header .sitesearchSp {
    margin: 20px 0;
  }
  #header .sitesearchSp .gsc-control-cse {
    padding: 0;
    width: 100%;
    height: 45px;
    display: block;
    background: none;
    border: none !important;
  }
  #header .sitesearchSp .gsc-search-box {
    position: relative;
  }
  #header .sitesearchSp .gsc-search-box tr,
  #header .sitesearchSp .gsc-search-box td {
    display: block;
  }
  #header .gsc-search-box {
    width: 100% !important;
  }
  #header .gsc-input-box {
    height: 45px;
  }
  #header .sitesearchSp .gsc-control-cse.gsc-control-cse-ja {
    height: 45px;
    border: none;
  }
  #header .sitesearchSp .gsc-search-box td.gsc-input,
  #header .sitesearchSp .gsc-search-box td.gsc-input .gstl_50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 85% !important;
    padding: 0 !important;
    margin-right: 0px;
    height: 45px !important;
    vertical-align: top;
    float: left;
    display: inline-block;
  }
  #header .sitesearchSp .gsc-search-box .gsib_a {
    width: 85% !important;
    padding: 0 5px !important;
    left: 0;
  }
  #header .sitesearchSp .gsc-search-box .gsib_a input {
    height: 40px !important;
    margin-top: -1vw !important;
  }
  #header .sitesearchSp .gsc-search-box .gsc-input-box {
    border: 1px solid var(--c-gray04) !important;
    border-right: none !important;
  }
  #header .sitesearchSp .gsc-search-box input#gsc-i-id1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 40px !important;
    padding: 10px !important;
    background-position: 5px center !important;
  }
  #header .sitesearchSp .gsc-search-box td#gs_tti51 {
    margin-bottom: 5px;
  }
  #header .sitesearchSp .gsc-search-box td.gsc-search-button {
    margin-left: 0;
    width: 15% !important;
    height: 45px;
    float: left;
    display: inline-block;
  }
  #header .sitesearchSp .gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
  }
  #header .sitesearchSp .gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
    visibility: hidden;
  }
  #header .sitesearchSp .gsc-search-box .gsib_b {
    position: absolute;
    width: 20px;
    top: 10px;
    left: 75%;
  }
  #header .sitesearchSp .gsc-search-box .gsc-input-box,
  #header .sitesearchSp .gsc-search-box .gsc-input-box-hover,
  #header .sitesearchSp .gsc-search-box .gsc-input-box-focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #header .sitesearchSp .gsc-search-box .gsc-search-button {
    position: relative;
    border-top: 1px solid var(--c-gray04);
    border-right: 1px solid var(--c-gray04);
    border-bottom: 1px solid var(--c-gray04);
    background: var(--c-white02) url("/img/common/search-iconsp.png") center no-repeat;
    background-size: 24px;
    cursor: pointer;
  }
  #header .sitesearchSp .gsc-search-box input.gsc-search-button-v2,
  #header .sitesearchSp .gsc-search-box input.gsc-search-button {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    opacity: 0;
    margin: 0 auto;
  }
}
/*------------------------------------------------------------
	SpNavi
------------------------------------------------------------*/
@media (max-width: 767px) {
  .menuBtn {
    position: relative;
    width: 50px;
    height: 52px;
    background: var(--c-white02);
    z-index: 100;
    right: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menuBtn .changeB {
    display: none;
  }
  .menuBtn em {
    position: absolute;
    color: var(--c-blue01);
    bottom: 8px;
    left: 9px;
    font-size: 1rem;
    font-style: normal;
  }
  .menuBtn i {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    width: 23px;
    margin: 0 auto;
    height: 2px;
    content: "";
    display: block;
    background-color: var(--c-blue01);
    border-radius: 4px;
  }
  .menuBtn i:nth-of-type(1) {
    top: 11px;
  }
  .menuBtn i:nth-of-type(2) {
    top: 18px;
  }
  .menuBtn i:nth-of-type(3) {
    bottom: 23px;
  }
  .menuBtn.active .changeA {
    display: none;
  }
  .menuBtn.active .changeB {
    display: block;
    left: 10px;
  }
  .menuBtn.active i:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .menuBtn.active i:nth-of-type(2) {
    opacity: 0;
  }
  .menuBtn.active i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  .menuBox {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 20vw;
    background: var(--c-white02);
    overflow-y: scroll;
    z-index: 100;
  }
  .menuBox .contactBtn {
    margin: 20px 0 30px;
  }
  .menuBox .sitesearchSp {
    margin: 20px 0;
  }
  .menuBox .sitesearchSp .gsc-control-cse {
    padding: 0;
    width: 100%;
    height: 45px;
    display: block;
    background: none;
    border: none !important;
  }
  .menuBox .lang {
    font-size: 1.8rem;
    width: 184px;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menuBox .lang a {
    color: var(--c-gray03);
  }
  .menuBox .lang li:first-child {
    border-right: 1px solid;
    padding-right: 20px;
  }
  .spNavi {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .spNavi li {
    border-bottom: 1px solid var(--c-gray03);
    font-size: 1.6rem;
    display: block;
    color: var(--c-gray03);
  }
  .spNavi li span {
    display: block;
    padding: 15px 0 15px 20px;
    position: relative;
  }
  .spNavi li span:after, .spNavi li span:before {
    display: block;
    content: "";
    position: absolute;
    background: var(--c-blue01);
    right: 12px;
    top: 50%;
  }
  .spNavi li span:before {
    height: 2px;
    width: 16px;
  }
  .spNavi li span:after {
    height: 16px;
    width: 2px;
    top: 38%;
    right: 19px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .spNavi li span.closeBtn:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    -webkit-transform: translateY(0px) rotate(-90deg);
            transform: translateY(0px) rotate(-90deg);
  }
  .spNavi li a {
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    display: block;
    color: var(--c-gray03);
    line-height: 1.4;
    padding: 15px 0 15px 20px;
    position: relative;
  }
  .spNavi li a.nFont:after {
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--c-blue01);
    border-right: 2px solid var(--c-blue01);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    display: block;
    content: "";
    top: 40%;
  }
  .spNavi li a.nFont.icon-newtab:after {
    right: 13px;
    width: 3.86vw;
    height: 3.2vw;
    background: url(../img/common/icon_newtab_sp.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    content: "";
    top: 40%;
    border: none;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .spNavi li a.sFont {
    font-size: 1.3rem;
    padding: 12px 0 12px 20px;
  }
  .spNavi li a.sFont:after {
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--c-blue01);
    border-right: 2px solid var(--c-blue01);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    display: block;
    content: "";
    top: 40%;
  }
  .spNavi li a.sFont.icon-newtab:after {
    right: 13px;
    width: 3.86vw;
    height: 3.2vw;
    background: url(../img/common/icon_newtab_sp.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    content: "";
    top: 40%;
    border: none;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .spNavi li .acMenu {
    display: none;
  }
  .spNavi li .acMenu li:last-child {
    border-bottom: none;
  }
  .spNavi li .acMenu li:first-child {
    border-top: 1px solid var(--c-gray03);
  }
  .spNavi li .acMenu .sFont {
    padding-left: 40px;
  }
  .menuLangBox {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    background: var(--c-blue01);
    overflow-y: scroll;
    z-index: 100;
  }
  .menuLangBox.active {
    display: block;
  }
  .menuLangBox .spNavi {
    margin-bottom: 0;
  }
  .menuLangBox .spNavi li a {
    font-size: 1.6rem;
    display: block;
    color: var(--c-white01);
    padding: 15px 0 15px 20px;
    position: relative;
  }
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  background: var(--c-white02);
}
@media (max-width: 767px) {
  #pagePath {
    border-top: 1px solid var(--c-white01);
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 300px) {
  #pagePath {
    margin-top: 100px;
  }
}

#pagePath ol {
  width: 1200px;
  margin: 0 auto;
  padding: 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #pagePath ol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 15px;
  }
}

#pagePath li {
  display: inline-block;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  #pagePath li {
    display: inline;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  #pagePath li:last-child {
    margin-left: 5px;
  }
  #pagePath li:first-child a {
    margin-left: 0;
  }
}
#pagePath li a {
  text-decoration: underline;
  margin: 0 5px;
}
@media (max-width: 767px) {
  #pagePath li a {
    margin: 0 5px 0 0;
  }
}

@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #pagePath ol {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 7px 20px;
  }
  #pagePath li {
    display: inline-block;
    font-size: 1.3rem;
  }
  #pagePath li:last-child {
    margin-left: 5px;
  }
  #pagePath li:first-child a {
    margin-left: 0;
  }
  #pagePath li a {
    text-decoration: underline;
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .coverbg {
    position: absolute;
    z-index: -1;
    height: 100%;
    display: none;
  }
  .coverbg.tt {
    width: 100%;
    background: var(--c-black01);
    opacity: 0.5;
    z-index: 90;
    display: block;
  }
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
@media (max-width: 767px) {
  #main.scrl {
    display: none;
  }
}

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
.pagetop {
  width: 70px;
  height: 70px;
  padding: 30px 0 10px;
  font-size: 1rem;
  text-align: center;
  background: var(--c-blue01);
  color: var(--c-white01) !important;
  margin-left: auto;
  line-height: 1;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
@media (max-width: 767px) {
  .pagetop {
    width: 50px;
    height: 50px;
    padding: 23px 0 0;
    display: block;
  }
}

@media (min-width: 768px) {
  .pagetop:before {
    margin: -10px auto 5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--c-white01);
    border-right: 2px solid var(--c-white01);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: block;
    content: "";
  }
}

@media (max-width: 767px) {
  .pagetop:after {
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--c-white01);
    border-right: 2px solid var(--c-white01);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    content: "";
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  position: relative;
  background: var(--c-white02);
}

#footer a {
  color: var(--c-gray05);
}

@media (min-width: 768px) {
  #footer .fInner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 130px;
    padding-top: 36px;
    line-height: 1.2;
  }
  #footer #fmNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }
  #footer #fmNav ul {
    width: 20%;
  }
  #footer #fmNav ul.smallPack {
    width: 22%;
  }
  #footer #fmNav ul:last-child {
    width: 18%;
  }
  #footer #fmNav li {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
  #footer #fmNav li.navTtl {
    font-size: 1.6rem;
    position: relative;
    padding-left: 18px;
    letter-spacing: -0.03em;
  }
  #footer #fmNav li.navTtlMt {
    margin-top: 30px;
  }
  #footer #fmNav li.navTtl a {
    color: var(--c-gray05);
    font-weight: bold;
  }
  #footer #fmNav li.icon-newtab a::after {
    display: inline-block;
    content: "";
    width: 1em;
    height: 1em;
    margin-left: 0.3em;
    background: url(../img/common/icon_newtab_sp.png) center no-repeat;
    background-size: contain;
    vertical-align: text-top;
  }
  #footer #fmNav li.navTtl:after {
    position: absolute;
    background: url("/img/common/fNav_icon01.png");
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    left: 0;
    top: 2px;
  }
  #footer #fmNav a {
    display: block;
  }
  #footer #fmNav a:hover {
    color: var(--c-blue02);
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  #footer a {
    color: var(--c-blue01);
  }
}
@media (min-width: 768px) {
  #footer #contactBox {
    width: 370px;
    height: 111px;
    background: var(--c-white01);
    border-top: none;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 140px;
  }
}
@media (max-width: 767px) {
  #footer #contactBox {
    border-top: 1px solid var(--c-blue01);
    padding: 20px;
  }
}

@media (min-width: 768px) {
  #footer #contactBox:after {
    display: block;
    clear: both;
    content: "";
  }
  #footer #contactBox .fcttl {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 15px;
    background: var(--c-blue01);
    color: var(--c-white01);
    padding: 8px 0;
  }
  #footer #contactBox .spInner {
    width: 340px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer #contactBox .spInner .ftel {
    line-height: 1.2;
    padding-top: 3px;
    border: none;
    border-radius: 0;
    font-size: 1.1rem;
  }
  #footer #contactBox .spInner .ftel span {
    font-size: 2rem;
    font-weight: normal;
  }
  #footer #contactBox .spInner .contactBtn {
    width: 190px;
    color: var(--c-white01);
    padding: 15px 15px 15px 0;
    border-radius: 0;
    font-size: 1.6rem;
    line-height: 1;
  }
  #footer #contactBox .spInner .contactBtn span {
    line-height: 1;
  }
  #footer #contactBox .spInner .contactBtn:after {
    right: 5px;
  }
  #footer #contactBox .spInner .contactBtn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  #footer #contactBox .fcttl {
    color: var(--c-gray03);
    padding-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
#footer .addBox {
  font-size: 1.3rem;
  border-top: none;
  border-bottom: none;
  position: absolute;
  right: 0;
  bottom: 30px;
  padding: 0;
  width: 370px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 767px) {
  #footer .addBox {
    position: static;
    color: var(--c-blue01);
    font-size: 1.2rem;
    border-top: 1px solid var(--c-blue01);
    border-bottom: 1px solid var(--c-blue01);
    padding: 15px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  #footer .addBox .add {
    margin-left: 10px;
    color: var(--c-blue01);
  }
  #footer .fSiteBox {
    border-top: 1px solid var(--c-gray05);
    padding: 8px 0;
  }
  #footer .fSiteBox:after {
    display: block;
    clear: both;
    content: "";
  }
  #footer .fSiteBox .fInner {
    padding: 0;
  }
  #footer .fSiteBox .fNavi {
    padding: 4px 0;
    width: 560px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .fSiteBox .fNavi li {
    font-size: 1.3rem;
    position: relative;
    margin-right: 5px;
  }
  #footer .fSiteBox .fNavi li:after {
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent var(--c-blue01);
    position: absolute;
    display: block;
    content: "";
    top: 20%;
    left: -10px;
  }
  #footer .fSiteBox .fNavi li a:hover {
    color: var(--c-blue02);
    text-decoration: underline;
  }
  #footer .fSiteBoxSns {
    float: right;
    width: auto;
    list-style-type: none;
    text-align: right;
  }
  #footer .fSiteBoxSns li {
    display: inline-block;
  }
  #footer .fSiteBoxSns li + li {
    margin-left: 10px;
  }
}
#footer .copyright {
  background: var(--c-blue01);
  padding: 15px 0;
  color: var(--c-white01);
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  #footer .copyright {
    font-family: gidole;
    font-size: inherit;
  }
}

@media only screen and (max-width: 960px) and (min-width: 767px) {
  #footer .fInner {
    padding: 36px 20px 110px 20px;
    margin-bottom: 20px;
  }
  #footer #contactBox {
    width: 33%;
    height: auto;
    right: 5%;
    bottom: 12%;
  }
  #footer #contactBox .fcttl {
    word-wrap: break-word;
    margin-bottom: 7px;
  }
  #footer #contactBox .spInner {
    display: block;
    width: 90%;
    text-align: center;
  }
  #footer #contactBox .ftel {
    padding-top: 0px;
    margin-bottom: 5px;
  }
  #footer #contactBox .contactBtn {
    margin: 0 auto 10px auto;
  }
  #footer .addBox {
    bottom: 55px;
    width: 32%;
    right: 5%;
    bottom: 0%;
  }
  #footer .fSiteBox {
    padding: 4px 20px;
  }
}
@media (max-width: 1199px) {
  #header .product .navMenuB a:nth-child(even) {
    margin-left: 0px;
  }
  #header .product .navMenuB a:nth-child(odd) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 667px) and (max-width: 767px) {
  #header .rBox .hstore::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    background: url(/img/common/icon_header_store_white-pc.png) no-repeat;
    background-size: auto 55px;
    width: 89px;
    height: 60px;
    margin: 0 auto;
    content: "";
  }
  #header .rBox .hcontact::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    background: url(/img/common/icon_header_contact_white-pc.png) no-repeat;
    background-size: auto 55px;
    width: 89px;
    height: 60px;
    margin: 0 auto;
    content: "";
  }
  #header .rBox .sds::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    background: url(/img/common/icon_header_sds_white-pc.png) no-repeat;
    background-size: auto 55px;
    width: 89px;
    height: 60px;
    margin: 0 auto;
    content: "";
  }
  #header .rBox .sds::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    background: url(/img/common/icon_header_sds_white-pc.png) no-repeat;
    background-size: auto 55px;
    width: 89px;
    height: 60px;
    margin: 0 auto;
    content: "";
  }
}
@media (min-width: 768px) {
  .products .listArticle-ttl {
    font-size: 2rem;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: -10px;
    color: var(--c-blue02);
  }
  .products .listArticle-ttl--others {
    margin-top: 40px;
  }
  .products .productsList-ttl {
    font-size: 2rem;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--c-blue02);
  }
  .products .productsList-ttl--others {
    margin-top: 30px;
  }
  #header .google-search-sp {
    display: none;
  }
  a.google-search img {
    width: 70px;
  }
  a.store img {
    width: 70px;
  }
  a.contact img {
    width: 70px;
  }
  a.google-search:hover,
  a.store img:hover,
  a.contact img:hover {
    opacity: 0.7;
  }
  .navMenu-link-box {
    width: 100%;
    text-align: right;
    margin-top: 40px;
  }
  .navMenu-link-box-inner {
    display: inline-block;
    text-align: left;
    margin: 0;
  }
  #header .flexBox .navMenu .navMenu-link-box-inner a {
    display: inline-block;
    width: auto;
    font-size: 1.5rem;
    text-align: left;
    text-decoration: underline;
    margin: 0 0 15px;
  }
  #header .flexBox .navMenu .navMenu-link-box-inner a:last-of-type {
    margin-bottom: 0;
  }
  #header .flexBox .navMenu .navMenu-link-box-inner a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/common/right_btn01.png) no-repeat;
    background-size: 80%;
    margin-left: 15px;
    position: relative;
    top: 7px;
  }
}
@media (max-width: 767px) {
  #footer .fInner {
    margin: 0;
    padding: 0;
  }
  #footer .addBox {
    color: var(--c-blue01);
    font-size: 1.2rem;
    border-top: 1px solid var(--c-blue01);
    border-bottom: 1px solid var(--c-blue01);
    padding: 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  #footer .addBox .addBoxImg {
    width: 56px;
    height: 56px;
  }
  #footer .addBox .addBoxImg img {
    width: 100%;
    height: auto;
  }
  #footer .addBox p {
    margin-left: 10px;
    color: var(--c-blue01);
  }
  #footer .fSiteBox {
    padding: 0;
  }
  #footer .fInner {
    margin: 0;
    padding: 0;
  }
  #footer .fNavi {
    padding: 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .fNavi li {
    font-size: 1.2rem;
    position: relative;
    width: 50%;
    margin-right: 0;
    margin-bottom: 12px;
    padding-right: 15px;
  }
  #footer .fNavi li a {
    display: block;
    padding-left: 7px;
  }
  #footer .fNavi li:after {
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent var(--c-blue01);
    position: absolute;
    display: block;
    content: "";
    top: 20%;
    left: 0;
  }
  .fSiteBoxSns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 3%;
    margin-bottom: 20px;
  }
  .fSiteBoxSns li {
    width: 48%;
    margin: 5px 0;
  }
  .fSiteBoxSns li a {
    display: block;
    background: var(--c-blue01);
    color: var(--c-white01) !important;
    width: 100%;
    padding: 7px 20px;
    text-align: center;
    font-size: 1.5rem;
  }
  #footer .copyright {
    background: var(--c-blue01);
    padding: 15px 0;
    color: var(--c-white01);
    text-align: center;
    font-family: gidole;
  }
}/*# sourceMappingURL=layout.css.map */