@charset "UTF-8";
@import "../css/reset.css";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.menu_fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
body #wrapper {
  height: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body #wrapper {
    overflow: hidden;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

/* レスポンシブ対応 */
img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (max-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* リンク */
a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: 0;
}

a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  opacity: 0.7;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

#wrapper {
  width: 100%;
}

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}

/* =============================================== 
　　ヘッダー
=============================================== */
/* header parts */
#site_title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #site_title {
    width: 100%;
    padding: 0 75px;
    text-align: center;
  }
}

.header_arrow, .language p::after, #gnav > ul > li span::after {
  content: "";
  background: url(../img/h_arrow.svg) no-repeat center/contain;
  width: 7px;
  height: 4px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 0;
}

.header_arrow_close, .language p.close::after, #gnav > ul > li span.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 45%;
}

.drop_down {
  display: none;
  position: absolute;
  z-index: 10;
}

.nav_arrow, .f_nav02 ul a, .sp_drop_down li a, #gnav_sp .h_nav02 a, #gnav_sp .h_nav01 > li a {
  position: relative;
}
.nav_arrow::after, .f_nav02 ul a::after, .sp_drop_down li a::after, #gnav_sp .h_nav02 a::after, #gnav_sp .h_nav01 > li a::after {
  content: "";
  background: url(../img/h_arrow_sp.svg) no-repeat center/contain;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 0;
}

/* header */
header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  header {
    border: none;
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner {
    width: 100%;
    height: 60px;
    position: relative;
  }
}

.header_inner {
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 100%;
  z-index: 1000;
}
.header_inner .drop_down {
  background: #fff;
  font-size: 13px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .header_inner .drop_down {
    left: 0;
    right: auto;
  }
}
.header_inner .drop_down li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.header_inner .drop_down li a {
  display: block;
  padding: 5px 10px;
}
.header_inner .drop_down li a:hover {
  background: #2a68b0;
  color: #fff;
  opacity: 1;
}

#gnav {
  padding-right: 50px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #gnav {
    display: none;
  }
}
#gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gnav > ul > li {
  margin: 0 20px;
  text-align: center;
  position: relative;
}
#gnav > ul > li a:hover,
#gnav > ul > li span:hover {
  text-decoration: underline !important;
}
#gnav > ul > li span {
  padding-right: 10px;
  cursor: pointer;
  position: relative;
}
#gnav .drop_down {
  width: 110px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 36px;
  left: 50%;
}

#gnav_sp {
  display: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  padding-top: 60px;
  margin: 0;
  position: absolute;
  top: -1000px;
  left: 0;
  z-index: 500;
  overflow: auto;
}
#gnav_sp.open {
  -webkit-transform: translateY(1000px);
          transform: translateY(1000px);
}
#gnav_sp .header_secondary {
  display: block;
  background: #fff;
  padding: 0;
}
#gnav_sp .drop_down {
  position: static;
}
#gnav_sp .nav_wrap {
  background: #2a68b0;
  padding: 20px 25px;
  color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #gnav_sp .nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#gnav_sp .nav_wrap > p {
  border-bottom: 2px solid #7195bf;
  padding-bottom: 9px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #gnav_sp .nav_wrap > p {
    padding-top: 40px;
  }
}
#gnav_sp .h_nav01 {
  padding-left: 18px;
  padding-bottom: 40px;
  position: relative;
}
#gnav_sp .h_nav01::after {
  content: "";
  border-bottom: 1px solid #7195bf;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: -25px;
}
@media screen and (max-width: 768px) {
  #gnav_sp .h_nav01::after {
    content: none;
  }
}
#gnav_sp .h_nav01 > li {
  border-bottom: 1px solid #7195bf;
  font-weight: 500;
}
#gnav_sp .h_nav01 > li a {
  display: block;
  width: 100%;
  padding: 10px 0;
}
#gnav_sp .h_nav02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gnav_sp .h_nav02 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0 15px 40px;
  }
}
#gnav_sp .h_nav02::after {
  content: "";
  border-bottom: 1px solid #7195bf;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: -25px;
}
#gnav_sp .h_nav02 a {
  display: block;
  width: 100%;
  padding: 10px 0 10px 20px;
}
#gnav_sp .h_nav02 a::after {
  left: 0;
  right: auto;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 500px) {
  #gnav_sp .h_nav02 a::after {
    top: 3.3vw;
  }
}
@media screen and (max-width: 414px) {
  #gnav_sp .h_nav02 a::after {
    top: 4.35vw;
  }
}
@media screen and (max-width: 768px) {
  #gnav_sp {
    display: block;
  }
}

.language {
  border-left: 1px solid #ddd;
  width: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.language .drop_down {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .language {
    border: none;
    width: 60px;
    left: 0;
    right: auto;
  }
  .language .drop_down {
    width: 80px;
  }
  .language .drop_down li a {
    padding: 5px;
  }
}
.language p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 100%;
  padding-right: 10px;
  position: relative;
}
.language p::after {
  right: 8px;
}
@media screen and (max-width: 768px) {
  .language p {
    height: 60px;
  }
}

.header_secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .header_secondary {
    display: none;
  }
}
.header_secondary .search_wrap {
  width: 100%;
}
.header_secondary .search_wrap .search + div {
  display: block;
}
.header_secondary .search_wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header_secondary .search_wrap form {
    display: block;
    padding: 15px;
  }
}

.h_nav {
  display: grid;
  grid-template-columns: repeat(4, 169px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  height: 60px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .h_nav {
    grid-template-columns: repeat(4, 100px);
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .h_nav {
    border-top: 1px solid #ddd;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
.h_nav li {
  border-left: 1px solid #ddd;
  width: 100%;
  height: 100%;
  color: #2a68b0;
}
@media screen and (max-width: 768px) {
  .h_nav li {
    height: 60px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .h_nav li:nth-child(even) {
    border-left: 1px solid #ddd;
  }
}
.h_nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .h_nav li a::before {
    background: #2a68b0;
  }
  .h_nav li a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .h_nav li a {
    padding: 0 5px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .h_nav li a {
    text-align: center;
  }
}
.h_nav .fireproof span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.h_nav .fireproof span::before {
  content: url(../img/icon_fireproof.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.h_nav .fireproof span.description_top {
  display: none;
}
@media screen and (max-width: 1024px) {
  .h_nav .fireproof span {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .h_nav .fireproof a:hover span::before {
    content: url(../img/icon_fireproof_over.svg);
  }
}
.h_nav .library span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.h_nav .library span::before {
  content: url(../img/icon_library.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.h_nav .library span.description_top {
  display: none;
}
@media screen and (max-width: 1024px) {
  .h_nav .library span {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .h_nav .library a:hover span::before {
    content: url(../img/icon_library_over.svg);
  }
}
.h_nav .catalog span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.h_nav .catalog span::before {
  content: url(../img/icon_catalog.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.h_nav .catalog span.description_top {
  display: none;
}
@media screen and (max-width: 1024px) {
  .h_nav .catalog span {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .h_nav .catalog a:hover span::before {
    content: url(../img/icon_catalog_over.svg);
  }
}
.h_nav .news span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.h_nav .news span::before {
  content: url(../img/icon_news.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.h_nav .news span.description_top {
  display: none;
}
@media screen and (max-width: 1024px) {
  .h_nav .news span {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .h_nav .news a:hover span::before {
    content: url(../img/icon_news_over.svg);
  }
}
.h_nav .company span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.h_nav .company span::before {
  content: url(../img/icon_company.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.h_nav .company span.description_top {
  display: none;
}
@media screen and (max-width: 1024px) {
  .h_nav .company span {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .h_nav .company a:hover span::before {
    content: url(../img/icon_company_over.svg);
  }
}
.h_nav .inquiry span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.h_nav .inquiry span::before {
  content: url(../img/icon_inquiry.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.h_nav .inquiry span.description_top {
  display: none;
}
@media screen and (max-width: 1024px) {
  .h_nav .inquiry span {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .h_nav .inquiry a:hover span::before {
    content: url(../img/icon_inquiry_over.svg);
  }
}
.h_nav .tool span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.h_nav .tool span::before {
  content: url(../img/icon_tool.svg);
  position: absolute;
  top: 3px;
  left: 0;
}
.h_nav .tool span.description_top {
  display: none;
}
@media screen and (max-width: 1024px) {
  .h_nav .tool span {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .h_nav .tool a:hover span::before {
    content: url(../img/icon_tool_over.svg);
  }
}
.h_nav .fireproof {
  color: #fff;
}
.h_nav .fireproof a {
  background: #e57516;
}
@media screen and (min-width: 768px) {
  .h_nav .fireproof a::before {
    background: #fff;
  }
  .h_nav .fireproof a:hover {
    color: #e57516;
  }
}
.h_nav .fireproof a span::before {
  top: 0;
}
.h_nav .tool {
  color: #fff;
}
.h_nav .tool a {
  background: #e57516;
}
@media screen and (min-width: 768px) {
  .h_nav .tool a::before {
    background: #fff;
  }
  .h_nav .tool a:hover {
    color: #e57516;
  }
}
.h_nav .tool a span::before {
  top: 3px;
}

/* スクロールヘッダー */
header.fixed {
  position: fixed;
}
header.fixed #gnav {
  padding-right: 0;
}
@media screen and (max-width: 1100px) {
  header.fixed #gnav {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 20px;
  }
  header.fixed #gnav > ul > li {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  header.fixed #gnav {
    font-size: 12px;
  }
}
header.fixed #gnav .drop_down {
  top: 35px;
}
header.fixed .header_secondary {
  padding: 0 50px 0 0;
}
header.fixed .header_secondary .search_wrap {
  background-color: #2a68b0;
  border: 1px solid #2a68b0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  position: relative;
}
header.fixed .header_secondary .search_wrap .search {
  background-image: url(../img/icon_search_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  header.fixed .header_secondary .search_wrap .search::before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    z-index: -1;
    pointer-events: none;
  }
  header.fixed .header_secondary .search_wrap .search:hover {
    background-image: url(../img/icon_search_btn_over.svg);
  }
  header.fixed .header_secondary .search_wrap .search:hover::before {
    background-color: #fff;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
header.fixed .header_secondary .search_wrap .search + div {
  display: none;
}
header.fixed .header_secondary .search_wrap form {
  display: block;
  background: #2a68b0;
  width: 300px;
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 100%;
  z-index: 2;
}
header.fixed .header_secondary .search_wrap form .search_bar {
  margin: 10px 0 0;
}
header.fixed .header_secondary .search_wrap form .search_bar input[type=text] {
  font-size: 16px;
}
header.fixed .header_secondary .h_nav {
  grid-template-columns: repeat(4, 50px);
  height: 50px;
  font-size: 0;
}
header.fixed .header_secondary .h_nav span {
  display: block;
  padding: 0;
}
header.fixed .header_secondary .h_nav span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
header.fixed .header_secondary .h_nav span.description_top {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 105%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3px 5px;
  white-space: nowrap;
}
header.fixed .header_secondary .h_nav span.description_top::before {
  content: none;
}
header.fixed .header_secondary .h_nav a {
  position: relative;
  overflow: visible;
}
header.fixed .header_secondary .h_nav a:hover .description_top {
  visibility: visible;
  opacity: 1;
  color: #fff;
}

/* menu btn */
.menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu {
    display: block;
    width: 60px;
    height: 60px;
    color: #2a68b0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
  }
  .menu .icon {
    display: block;
    width: 30px;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    top: 40%;
    left: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .icon::before, .menu .icon::after {
    content: "";
    width: 30px;
    border-top: 1px solid #2a68b0;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  .menu .icon::before {
    top: -4px;
  }
  .menu .icon:after {
    bottom: -5px;
  }
  .menu .icon span:before {
    content: "MENU";
    font-size: 10px;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 50%;
    bottom: -26px;
  }
  .menu .icon.active::before {
    -webkit-transform: rotate(-155deg);
            transform: rotate(-155deg);
    top: -1px;
    right: 0;
  }
  .menu .icon.active::after {
    -webkit-transform: rotate(155deg);
            transform: rotate(155deg);
    bottom: 0;
    right: 0;
  }
  .menu .icon.active span::before {
    content: "CLOSE";
  }
}

/* パンくずリスト */
#path {
  background: #fafafa;
  padding: 10px 15px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #path {
    border-bottom: 1px solid #ddd;
  }
}
#path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#path ol li {
  color: #2a68b0;
}
#path ol li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
#path ol li:not(:last-child)::after {
  content: "";
  border-right: 1px solid #ddd;
  height: 14px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 0;
}
#path ol li a {
  color: #000;
  text-decoration: underline;
}
#path ol li a:hover {
  opacity: 1;
  text-decoration: none;
}

/* =============================================== 
　　共通パーツ
=============================================== */
/* タイトル */
.subject {
  padding: 0 0 0 13.5vw;
  margin: 40px auto 50px;
  color: #2a68b0;
  font-size: 34px;
  font-weight: 500;
  position: relative;
}
.subject::before {
  content: "";
  border-top: 1px solid #2a68b0;
  width: 13.5vw;
  position: absolute;
  top: 25px;
  left: -10px;
}
@media screen and (max-width: 1366px) {
  .subject {
    max-width: 1060px;
    padding: 0 30px;
  }
  .subject::before {
    width: 170px;
    left: -150px;
  }
}
@media screen and (max-width: 768px) {
  .subject {
    font-size: 24px;
    padding: 0 0 0 30px;
    margin: 20px 0;
  }
  .subject::before {
    width: 20px;
    top: 20px;
    left: -3px;
  }
}

.primary_ttl {
  padding: 0 0 32px;
  color: #2a68b0;
  font-size: 34px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .primary_ttl {
    padding: 0 0 25px;
    font-size: 24px;
  }
}

.sub_ttl {
  margin-bottom: 23px;
  color: #2a68b0;
  font-size: 24px;
  text-align: center;
}
.sub_ttl.btm_line {
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative;
}
.sub_ttl.btm_line::after {
  content: "";
  border-bottom: 3px solid #2a68b0;
  width: 50px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sub_ttl.btm_line {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

.area_ttl {
  margin-bottom: 16px;
  color: #2a68b0;
  font-size: 20px;
  font-weight: 500;
}

.sect_ttl {
  border-bottom: 1px solid #2a68b0;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #2a68b0;
  font-size: 20px;
  font-weight: 500;
}

/* テキスト */
.Montserrat {
  font-family: "Montserrat", sans-serif;
}

.txt_centerd {
  text-align: center;
}

.txt_right {
  text-align: right;
}

a.txt_link {
  color: #2a68b0;
  text-decoration: underline;
}
a.txt_link:hover {
  opacity: 1;
}

.fz_18 {
  font-size: 18px;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ボタン */
.btn_decoration, .item_list .btn.selection a, .item_list .btn.detail a, .btn_wrap .btn a, .btn_more a, .search_btn {
  border: 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  width: 100%;
  font-weight: 500;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
.btn_decoration::before, .item_list .btn.selection a::before, .item_list .btn.detail a::before, .btn_wrap .btn a::before, .btn_more a::before, .search_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.btn_decoration:hover, .item_list .btn.selection a:hover, .item_list .btn.detail a:hover, .btn_wrap .btn a:hover, .btn_more a:hover, .search_btn:hover {
  opacity: 1;
  color: #fff;
}
.btn_decoration:hover::before, .item_list .btn.selection a:hover::before, .item_list .btn.detail a:hover::before, .btn_wrap .btn a:hover::before, .btn_more a:hover::before, .search_btn:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.btn_effect, .contact_wrap .btn_wrap:last-child .btn a, .abouto_contents .contents_list li, #catalog .item_list.item_list_catalog .btn a, .page_anchor li a, .h_nav li a, .h_nav .fireproof a, .h_nav .tool a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.btn_effect::before, .contact_wrap .btn_wrap:last-child .btn a::before, .abouto_contents .contents_list li::before, #catalog .item_list.item_list_catalog .btn a::before, .page_anchor li a::before, .h_nav li a::before, .h_nav .fireproof a::before, .h_nav .tool a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  z-index: -1;
}
.btn_effect:hover, .contact_wrap .btn_wrap:last-child .btn a:hover, .abouto_contents .contents_list li:hover, #catalog .item_list.item_list_catalog .btn a:hover, .page_anchor li a:hover, .h_nav li a:hover, .h_nav .fireproof a:hover, .h_nav .tool a:hover {
  opacity: 1;
}
.btn_effect:hover::before, .contact_wrap .btn_wrap:last-child .btn a:hover::before, .abouto_contents .contents_list li:hover::before, #catalog .item_list.item_list_catalog .btn a:hover::before, .page_anchor li a:hover::before, .h_nav li a:hover::before, .h_nav .fireproof a:hover::before, .h_nav .tool a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.search_btn {
  background: #e57516;
  border-color: #e57516;
  max-width: 273px;
  height: 60px;
  margin: 0 auto;
  font-size: 22px;
  border: 2px solid #e57516;
  background: #e57516;
}
.search_btn::before {
  background: #fff;
}
.search_btn:hover input[type=submit] {
  background-image: url(../img/icon_search_over.svg);
  color: #e57516;
}
.search_btn input[type=submit] {
  background: none;
  background-image: url(../img/icon_search_wht.svg);
  background-position: 28% center;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0 0 0 30px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.search_btn.blue {
  background: #2a68b0;
  border-color: #2a68b0;
  max-width: 320px;
  position: relative;
}
.search_btn.blue:hover input[type=submit] {
  color: #2a68b0;
}
.search_btn.blue:hover::after {
  background: url(../img/arrow_btn_over.svg) no-repeat center/contain;
}
.search_btn.blue::after {
  content: "";
  background: url(../img/arrow_btn.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  top: 49%;
  right: 25px;
  pointer-events: none;
}
.search_btn.blue input[type=submit] {
  background: none;
  padding: 0;
}

.btn_more {
  max-width: 220px;
}
.btn_more.medium {
  max-width: 420px;
}
.btn_more.large {
  max-width: 281px;
}
.btn_more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2a68b0;
  border-color: #2a68b0;
  padding: 0 45px;
  height: 50px;
  color: #fff;
}
.btn_more a::before {
  background: #fff;
}
.btn_more a::after {
  content: "";
  background: url(../img/arrow_btn.svg) no-repeat center/contain;
  height: 16px;
  width: 16px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 30px;
}
.btn_more a:hover {
  color: #2a68b0;
}
.btn_more a:hover::after {
  background: url(../img/arrow_btn_over.svg) no-repeat center/contain;
}

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .btn_wrap {
    display: block;
    max-width: 276px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: inherit;
    grid-column-gap: 0;
  }
}
.btn_wrap .btn {
  max-width: 276px;
  width: 100%;
  height: 50px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .btn_wrap .btn:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.btn_wrap .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e57516;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.btn_wrap .btn.inquiry a {
  background: #e57516;
  color: #fff;
}
.btn_wrap .btn.inquiry a::before {
  background: #fff;
}
.btn_wrap .btn.inquiry a:hover {
  color: #e57516;
}
.btn_wrap .btn.network a {
  background: #fff;
  border-color: #2a68b0;
  color: #2a68b0;
}
.btn_wrap .btn.network a::before {
  background: #2a68b0;
}
.btn_wrap .btn.network a:hover {
  color: #fff;
}

.view {
  width: 258px;
  height: 69px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .view {
    width: 217px;
    height: 57px;
  }
}
.view a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 40px;
  height: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .view a {
    font-size: 16px;
  }
}
.view a:hover {
  opacity: 1;
  background: none;
  color: #fff;
}
.view.arrow a::before, .view.arrow a::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 24px;
}
.view.arrow a::before {
  width: 23px;
  border-bottom: 2px solid currentColor;
}
@media screen and (max-width: 768px) {
  .view.arrow a::before {
    width: 16px;
  }
}
.view.arrow a::after {
  border: 2px solid currentColor;
  width: 12px;
  height: 12px;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .view.arrow a::after {
    width: 10px;
    height: 10px;
  }
}

/* テキストエリア インプット */
textarea,
input[type=text] {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #707070;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  outline: none;
}

textarea {
  padding: 15px;
}

input[type=text] {
  height: 40px;
  padding: 0 10px;
}
input[type=text].w01 {
  width: 45%;
}
input[type=text].w02 {
  width: 60%;
}
input[type=text].w03 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  input[type=text].w01 {
    width: 100%;
  }
  input[type=text].w02 {
    width: 100%;
  }
  input[type=text].w03 {
    width: 10em;
  }
}

/* チェックボックスカスタム */
.checkbox-parts {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.checkbox-parts::before {
  content: "";
  background: #fff;
  border: 2px solid #b5b5b5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 3px;
  left: 0;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + .checkbox-parts::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #2a68b0;
  border-right: 2px solid #2a68b0;
  width: 3px;
  height: 8px;
  position: absolute;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 6px;
  left: 7px;
}

/* ラジオボタンカスタム */
.radio_parts {
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.radio_parts::before {
  content: "";
  display: block;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
}

input[type=radio] {
  display: none;
}
input[type=radio]:checked + .radio_parts::after {
  content: "";
  display: block;
  background: #2a68b0;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* セレクトボックス */
.select_wrap {
  background: #fff;
  border: 1px solid #2a68b0;
  border-radius: 40px;
  position: relative;
}
.select_wrap::after {
  content: "";
  background: url(../img/arrow_select.svg) no-repeat center/contain;
  height: 7px;
  width: 10px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 20px;
}
.select_wrap select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  color: #2a68b0;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
.select_wrap select::-ms-expand {
  display: none;
}

/* フリーワード検索 */
.check_area .checkbox-parts {
  padding-left: 28px;
  min-width: 102px;
}
@media screen and (max-width: 768px) {
  .check_area {
    margin-bottom: 10px;
  }
}

.search_bar {
  border: 1px solid #2a68b0;
  border-radius: 40px;
  margin: 0 20px;
  max-width: 520px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .search_bar {
    margin-right: 15px;
  }
}
.search_bar input[type=text] {
  background: #fff;
  border: none;
  padding: 0 60px 0 20px;
  height: 40px;
  color: #848484;
  font-size: 18px;
}
.search_bar input[type=submit] {
  border: none;
  background: url(../img/icon_search.svg) no-repeat 30% center/22px auto;
  width: 60px;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search_bar {
    width: 100%;
    margin: 0;
  }
  .search_bar input[type=text] {
    height: 50px;
  }
}

/* tab */
.tab_wrap {
  color: #2a68b0;
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 958px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab-list {
    grid-template-columns: repeat(2, 150px);
    grid-column-gap: 10px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.tab-list::before {
  content: "";
  border-bottom: 1px solid #2a68b0;
  width: 100vw;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
}
.tab-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eaf2fa;
  border: 1px solid #2a68b0;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
}
.tab-list li.active {
  background: #fff;
  z-index: 1;
  position: relative;
}
.tab-list li.active::before {
  content: "";
  border-bottom: 3px solid #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.tab-container {
  background: #fff;
}
.tab-container .tab-content {
  display: none;
  max-width: 985px;
  width: 100%;
  padding: 23px 15px 0;
  margin: 0 auto;
}
.tab-container .tab-content.active {
  display: block;
}

/* pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 53px;
  font-family: "Arial", "メイリオ";
}
.pager ol li,
.pager div {
  width: 44px;
  margin: 0 8px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pager ol li,
  .pager div {
    width: 40px;
    margin: 0 5px;
  }
}
.pager ol li::before,
.pager div::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.pager ol li a,
.pager div a {
  border: 1px solid #2a68b0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #2a68b0;
  position: absolute;
  top: 0;
  left: 0;
}
.pager ol li.now a,
.pager ol li a:hover,
.pager div.now a,
.pager div a:hover {
  background: #2a68b0;
  color: #fff;
  opacity: 1;
}
.pager ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pager div a::before {
  content: "";
  background: url(../img/arrow_bl.svg) no-repeat center/auto;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.pager div a:hover::before {
  background: url(../img/arrow_wht.svg) no-repeat center/auto;
}
.pager div.firstPage a::before, .pager div.lastPage a::before {
  background-image: url(../img/arrow_bl.svg), url(../img/arrow_bl.svg);
  background-repeat: no-repeat;
  background-position: 35%, 60%;
  background-size: auto;
}
.pager div.firstPage a:hover::before, .pager div.lastPage a:hover::before {
  background-image: url(../img/arrow_wht.svg), url(../img/arrow_wht.svg);
  background-repeat: no-repeat;
  background-position: 35%, 60%;
  background-size: auto;
}
.pager div.lastPage a::before, .pager div.next a::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

/* 製品一覧 */
.item_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .item_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }
}
.item_list a {
  width: 100%;
}
.item_list .date {
  color: #888;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
.item_list .cat {
  display: inline-block;
  border: 1px solid;
  padding: 0 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.item_list span.cat1 {
  border-color: #e57516;
  color: #e57516;
}
.item_list span.cat2 {
  border-color: #2a68b0;
  color: #2a68b0;
}
.item_list span.cat3 {
  border-color: #2ab0a6;
  color: #2ab0a6;
}
.item_list span.cat4 {
  border-color: #492ab0;
  color: #492ab0;
}
.item_list .item_ph {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.item_list .item_name {
  margin-bottom: 10px;
  color: #2a68b0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .item_list .item_name {
    font-size: 16px;
  }
}
.item_list .txt {
  margin-bottom: 15px;
  font-size: 14px;
}
.item_list .btn {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .item_list .btn {
    font-size: 14px;
  }
}
.item_list .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #2a68b0;
  border-radius: 50px;
  padding: 0 10px;
  height: 50px;
  color: #2a68b0;
  text-align: center;
}
.item_list .btn:not(:last-of-type) {
  margin-bottom: 8px;
}
.item_list .btn.detail a {
  border: 1px solid #2a68b0;
  background: #2a68b0;
  color: #fff;
}
.item_list .btn.detail a::before {
  background: #fff;
}
.item_list .btn.detail a:hover {
  color: #2a68b0;
}
.item_list .btn.selection a {
  border: 1px solid #2a68b0;
  background: #fff;
}
.item_list .btn.selection a::before {
  background: #2a68b0;
}
.item_list .btn.selection a:hover {
  color: #fff;
}

/* 画像アスペクト比保持 */
.item_ph {
  position: relative;
  width: 100%;
}
.item_ph::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item_ph span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item_ph span img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

/* アンカーリスト */
.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
  color: #2a68b0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .anchor_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -5px;
    font-size: 12px;
  }
}
.anchor_list li {
  position: relative;
}
.anchor_list li::after {
  content: "";
  border-right: 1px solid #ddd;
  height: 14px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 0;
}
.anchor_list li:last-child::after {
  border: none;
}
.anchor_list li a {
  padding: 0 10px;
  text-decoration: underline;
}
.anchor_list li a:hover {
  opacity: 1;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .anchor_list li {
    margin-top: 5px;
  }
  .anchor_list li a {
    padding: 0 8px;
    text-align: center;
  }
}

.page_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .page_anchor {
    margin: -15px -5px 0;
    font-size: 14px;
  }
}
.page_anchor li {
  border: 1px solid #2a68b0;
  border-radius: 40px;
  width: 199px;
  margin: 0 10px;
  color: #2a68b0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_anchor li {
    width: calc(50% - 10px);
    margin: 15px 5px 0;
  }
}
.page_anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
}
.page_anchor li a::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow_select.svg) no-repeat center/contain;
  height: 7px;
  width: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .page_anchor li a::before {
    background: #2a68b0;
  }
  .page_anchor li a:hover {
    color: #fff;
  }
  .page_anchor li a:hover::after {
    background: url(../img/arrow_select_over.svg) no-repeat center/contain;
  }
}

/* 動画 */
.video {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ポップアップ */
.modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
.modal-overlay .modal-content {
  display: none;
  max-width: 900px;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .modal-overlay .modal-content {
    width: 90%;
  }
}

.modal {
  display: none;
}

.youtube-box {
  background: #fff;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

iframe.youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.popup_close {
  border: 1px solid #fff;
  background: #000;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
.popup_close::before, .popup_close::after {
  content: "";
  border-left: 2px solid #fff;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 13px;
}
.popup_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* 製品カテゴリー */
.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  margin: -5px 0 8px;
  font-weight: 500;
}
.tag_list li {
  background: #efefef;
  padding: 5px 15px;
  margin-top: 5px;
}
.tag_list li:not(:last-child) {
  margin-right: 5px;
}
.tag_list li.tag01 {
  color: #ea0909;
}
.tag_list li.tag02 {
  color: #088181;
}

.category_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1110px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  word-break: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .category_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px 13px;
  }
}
.category_list li {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(142, 142, 142, 0.5);
          box-shadow: 0 0 20px rgba(142, 142, 142, 0.5);
}
.category_list a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.category_list a .item_ph span::before, .category_list a .item_ph span::after {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .category_list a .item_ph span::before, .category_list a .item_ph span::after {
    width: 27px;
    height: 27px;
  }
}
.category_list a .item_ph span::before {
  background: #2a68b0;
}
.category_list a .item_ph span::after {
  background: url(../img/arrow_btn.svg) no-repeat 40% 55%/auto;
}
@media screen and (max-width: 768px) {
  .category_list a .item_ph span::after {
    background-size: 45%;
  }
}
.category_list a > p {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .category_list a > p {
    padding: 10px;
    font-size: 14px;
  }
}
.category_list a p[data-mh=group] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category_list a .mask {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  color: #fff;
  padding: 25px 20px;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /*p:first-of-type {
    margin-bottom: 10px;
    font-weight: bold;
  }*/
}
.category_list a .mask::-webkit-scrollbar {
  display: none;
}
.category_list a:hover {
  opacity: 1;
}
.category_list a:hover .mask {
  -webkit-animation: 0.5s maskOpen forwards;
          animation: 0.5s maskOpen forwards;
}
@media screen and (max-width: 768px) {
  .category_list a:hover .mask {
    display: none;
  }
}

@-webkit-keyframes maskOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes maskOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 新着情報 */
#news .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #888;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
#news .date span:not(.cat) {
  display: inline-block;
  width: 7em;
}
#news .cat {
  display: inline-block;
  border: 1px solid #2a68b0;
  border-radius: 50px;
  padding: 0 10px;
  color: #2a68b0;
  font-family: "Noto Sans JP", sans-serif;
}
#news .news_list li {
  border-bottom: 1px solid #ddd;
  word-break: break-all;
}
#news .news_list li a {
  display: block;
  width: 100%;
  padding: 20px 0;
}
#news .news_list li a:hover .ttl {
  text-decoration: underline;
}

/* table */
table {
  border-top: 1px solid #ddd;
  width: 100%;
}
table th {
  background: #eaf2fa;
  color: #2a68b0;
  font-weight: 500;
  text-align: center;
}
table th,
table td {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  vertical-align: middle;
}
table th:not(:last-of-type),
table td:not(:last-of-type) {
  border-right: 1px dashed #ddd;
}
table th a,
table td a {
  color: #2a68b0;
  text-decoration: underline;
}
table th a:hover,
table td a:hover {
  opacity: 1;
  text-decoration: none;
}

/* =============================================== 
　　main コンテンツ
=============================================== */
.container {
  max-width: 1030px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

section.product_sect {
  padding: 30px 0 35px;
}
section:last-of-type {
  padding-bottom: 0;
}

#home #main {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  #home #main {
    padding-top: 60px;
  }
}

#main {
  padding: 154.4px 0 60px;
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 103.4px;
  }
}

/* --------------------------------------------
  special 特集
-------------------------------------------- */
#special .item_list {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
@media screen and (max-width: 768px) {
  #special .item_list {
    grid-template-columns: 1fr;
    gap: 60px 0;
    padding: 0 15px;
  }
}
#special .item_list .ph {
  margin-bottom: 15px;
}
#special .item_list .txt {
  margin-bottom: 25px;
}
#special .item_list .btn {
  max-width: 303px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #special .item_list .btn {
    max-width: 100%;
    font-size: 16px;
  }
}

/* --------------------------------------------
  catalog デジタルカタログ
-------------------------------------------- */
#catalog .item_list.item_list_catalog {
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 35px;
}
@media screen and (max-width: 768px) {
  #catalog .item_list.item_list_catalog {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 17px;
    padding: 0 15px;
  }
}
#catalog .item_list.item_list_catalog .item_ph {
  border-radius: 0;
  border: 1px solid #ccc;
}
#catalog .item_list.item_list_catalog .item_name {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #catalog .item_list.item_list_catalog .item_name {
    font-size: 16px;
  }
}
#catalog .item_list.item_list_catalog .txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #catalog .item_list.item_list_catalog .txt {
    margin-bottom: 10px;
    font-size: 10px;
  }
}
#catalog .item_list.item_list_catalog .btn a::after {
  content: "";
  display: inline-block;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #catalog .item_list.item_list_catalog .btn a::before {
    background: #2a68b0;
  }
  #catalog .item_list.item_list_catalog .btn a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #catalog .item_list.item_list_catalog .btn {
    font-size: 12px;
  }
  #catalog .item_list.item_list_catalog .btn a {
    height: 40px;
    padding: 0;
  }
  #catalog .item_list.item_list_catalog .btn a::after {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    padding-right: 8px;
    margin-left: -8px;
  }
}
#catalog .item_list.item_list_catalog .catalog a::after {
  background: url(../img/icon_catalog.svg) no-repeat center/contain;
  width: 22px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  #catalog .item_list.item_list_catalog .catalog a:hover::after {
    background: url(../img/icon_catalog_over.svg) no-repeat center/contain;
  }
}
#catalog .item_list.item_list_catalog .overview a::after {
  background: url(../img/icon_library.svg) no-repeat center/contain;
  width: 16px;
  height: 19px;
}
@media screen and (min-width: 768px) {
  #catalog .item_list.item_list_catalog .overview a:hover::after {
    background: url(../img/icon_library_over.svg) no-repeat center/contain;
  }
}

/* --------------------------------------------
  onus 免責
-------------------------------------------- */
#onus section:not(:last-of-type) {
  margin-bottom: 60px;
}
#onus .box_section {
  border: 1px solid #2a68b0;
  padding: 30px 8px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #onus .box_section {
    margin-top: 50px;
    padding: 50px;
  }
}
#onus section {
  line-height: 2;
}
#onus section h2,
#onus section h3 {
  line-height: initial;
}
#onus h3 {
  margin-top: 50px;
}
#onus h3:first-of-type {
  margin-top: 30px;
}
#onus .count_list {
  padding-left: 1em;
  counter-reset: count 0;
}
#onus .count_list > li {
  padding-left: 1.8em;
  margin-top: 10px;
  position: relative;
}
#onus .count_list > li::before {
  content: counter(count) ".";
  counter-increment: count 1;
  width: 1.8em;
  position: absolute;
  top: 0;
  left: 0;
}
#onus .count_list .inner_count_list {
  padding-bottom: 10px;
  margin-left: -1.5em;
  counter-reset: item 0;
}
#onus .count_list .inner_count_list > li {
  padding-left: 4em;
  margin-top: 10px;
  position: relative;
}
#onus .count_list .inner_count_list > li::before {
  content: "（" counter(item) "）";
  counter-increment: item 1;
  text-align: right;
  width: 4em;
  position: absolute;
  top: 0;
  left: 0;
}
#onus .bottom_txt {
  text-align: right;
  margin-top: 30px;
}

/* --------------------------------------------
  privacy 個人情報保護方針
-------------------------------------------- */
#privacy section:not(:last-of-type) {
  margin-bottom: 60px;
}
#privacy section {
  line-height: 2;
}
#privacy section h2,
#privacy section h3 {
  line-height: initial;
}
#privacy h3 {
  margin-top: 50px;
}
#privacy h3:first-of-type {
  margin-top: 30px;
}
#privacy .count_list {
  padding-left: 1em;
  counter-reset: count 0;
}
#privacy .count_list > li {
  padding-left: 1.8em;
  margin-top: 10px;
  position: relative;
}
#privacy .count_list > li::before {
  content: counter(count) ".";
  counter-increment: count 1;
  width: 1.8em;
  position: absolute;
  top: 0;
  left: 0;
}
#privacy .page__link--blank {
  position: relative;
  color: #0068b7;
  cursor: pointer;
}

.page__link--blank:after {
  position: absolute;
  display: inline-block;
  margin-left: 0.5em;
  content: url(../img/icon_link.svg);
  width: 16px;
  bottom: -2px;
}

/* --------------------------------------------
rule ご利用規約
-------------------------------------------- */
#rule section:not(:last-of-type) {
  margin-bottom: 60px;
}
#rule section {
  line-height: 2;
}
#rule section h2 {
  line-height: initial;
}
#rule .count_list {
  padding-left: 1em;
  counter-reset: count 0;
}
#rule .count_list > li {
  padding-left: 1.8em;
  margin-top: 10px;
  position: relative;
}
#rule .count_list > li::before {
  content: counter(count) ".";
  counter-increment: count 1;
  width: 1.8em;
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------------------------
  ABOUT US
-------------------------------------------- */
#about .abouto_contents .about {
  display: none;
}

.abouto_contents .about a {
  background: url(../img/about/icon_about.svg) no-repeat 40px center/auto;
}
.abouto_contents .about a:hover {
  background: url(../img/about/icon_about_over.svg) no-repeat 40px center/auto;
}

#support .abouto_contents .support {
  display: none;
}

.abouto_contents .support a {
  background: url(../img/about/icon_support.svg) no-repeat 40px center/auto;
}
.abouto_contents .support a:hover {
  background: url(../img/about/icon_support_over.svg) no-repeat 40px center/auto;
}

#quality .abouto_contents .quality {
  display: none;
}

.abouto_contents .quality a {
  background: url(../img/about/icon_quality.svg) no-repeat 40px center/auto;
}
.abouto_contents .quality a:hover {
  background: url(../img/about/icon_quality_over.svg) no-repeat 40px center/auto;
}

#csr .abouto_contents .csr {
  display: none;
}

.abouto_contents .csr a {
  background: url(../img/about/icon_csr.svg) no-repeat 40px center/auto;
}
.abouto_contents .csr a:hover {
  background: url(../img/about/icon_csr_over.svg) no-repeat 40px center/auto;
}

#about .abouto_contents {
  border: none;
}

.abouto_contents {
  border-top: 1px solid #ccc;
  padding: 43px 0 50px;
  color: #2a68b0;
  font-size: 20px;
  font-weight: 500;
}
.abouto_contents p {
  margin-bottom: 17px;
  text-align: center;
}
.abouto_contents .contents_list {
  display: grid;
  grid-template-columns: repeat(3, 31.5%);
  gap: 0 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .abouto_contents .contents_list {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.abouto_contents .contents_list li {
  border: 1px solid #2a68b0;
  height: 121px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .abouto_contents .contents_list li::before {
    background: #2a68b0;
  }
}
.abouto_contents .contents_list li.about a {
  background-position: 32px center;
  padding-left: 105px;
}
.abouto_contents .contents_list li.csr a {
  background-position: 15px center;
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .abouto_contents .contents_list li.csr a {
    background-position: 20px center;
    padding-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .abouto_contents .contents_list li {
    height: 110px;
  }
}
.abouto_contents .contents_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 129px;
}
.abouto_contents .contents_list li a::after {
  content: "";
  background: url(../img/arrow_select.svg) no-repeat center/contain;
  height: 7px;
  width: 10px;
  position: absolute;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  top: 50%;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .abouto_contents .contents_list li a:hover {
    color: #fff;
    opacity: 1;
  }
  .abouto_contents .contents_list li a:hover::after {
    background: url(../img/arrow_select_over.svg) no-repeat center/contain;
  }
}

/* =============================================== 
　　フッター
=============================================== */
.pagetop {
  background: #2a68b0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 13px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
.pagetop::after {
  content: "";
  background: url(../img/arrow_btn.svg) no-repeat center/auto;
  width: 19px;
  height: 20px;
  position: absolute;
  -webkit-transform: translate(-50%, 0) rotate(-90deg);
          transform: translate(-50%, 0) rotate(-90deg);
  left: 50%;
  bottom: 5px;
}

/* contact_wrap */
.contact_wrap {
  background: url(../img/contact_bg.jpg) no-repeat center/cover;
  max-width: 100%;
  padding: 54px 20px 60px;
  color: #fff;
  font-size: 16px;
}
.contact_wrap h2 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  position: relative;
}
.contact_wrap h2::after {
  content: "";
  border-bottom: 3px solid #fff;
  width: 50px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
}
.contact_wrap .txt_centerd {
  margin-bottom: 25px;
}
.contact_wrap .btn_wrap .btn {
  height: 60px;
}
.contact_wrap .btn_wrap .btn a {
  border: 1px solid #fff;
}
.contact_wrap .btn_wrap:last-child {
  margin: 20px auto 0;
}
.contact_wrap .btn_wrap:last-child .btn a {
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  background: #2a68b0;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .contact_wrap .btn_wrap:last-child .btn a::before {
    background: #fff;
  }
  .contact_wrap .btn_wrap:last-child .btn a:hover {
    color: #2a68b0;
  }
}

/* fotter */
footer {
  background: #2a68b0;
  color: #fff;
  font-size: 14px;
}
footer li a:hover {
  text-decoration: underline !important;
}
footer > div {
  max-width: 1000px;
  width: 100%;
  padding: 45px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer > div {
    padding: 45px 25px 30px;
  }
}
footer .f_sub_ttl {
  border-bottom: 2px solid #7195bf;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
footer .bnr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .bnr {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
    margin-bottom: 30px;
  }
}

.f_nav01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  padding-bottom: 40px;
  position: relative;
}
.f_nav01::before {
  content: "";
  border-bottom: 1px solid #7195bf;
  width: 100vw;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .f_nav01 {
    display: block;
    padding-left: 18px;
  }
}
.f_nav01 li p {
  border-bottom: 1px solid #7195bf;
  padding-bottom: 8px;
  margin: 15px 0 8px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .f_nav01 li p {
    padding: 0 35px 0 0;
    margin: 5px 0 0;
    position: relative;
  }
  .f_nav01 li p::after {
    content: "";
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    right: 0;
  }
  .f_nav01 li p a {
    display: block;
    width: 100%;
    padding: 10px 0;
    position: relative;
  }
  .f_nav01 li p a::before, .f_nav01 li p a::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(35px, -50%);
            transform: translate(35px, -50%);
    top: 50%;
  }
  .f_nav01 li p a::before {
    border-top: 1px solid #fff;
    width: 10px;
    right: 6px;
  }
  .f_nav01 li p.sp_open a::after {
    content: "";
    border-left: 1px solid #fff;
    height: 10px;
    right: 10.5px;
  }
}

.sp_drop_down {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sp_drop_down {
    display: none;
    padding-left: 10px;
    font-size: 14px;
  }
}
.sp_drop_down li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sp_drop_down li {
    margin-bottom: 0 !important;
  }
}
.sp_drop_down li a {
  padding-left: 10px;
}
.sp_drop_down li a::before {
  content: "-";
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  left: 0;
}
.sp_drop_down li a::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_drop_down li a {
    display: block;
    border-bottom: 1px solid #7195bf;
    padding: 10px 15px;
  }
  .sp_drop_down li a::after {
    display: block;
  }
}

.f_nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 65px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .f_nav02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
    margin: 40px 0 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 340px) {
  .f_nav02 {
    padding: 0;
  }
}
.f_nav02 ul {
  width: calc(25% - 28px);
}
@media screen and (max-width: 768px) {
  .f_nav02 ul {
    width: auto;
  }
  .f_nav02 ul:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 47%;
  }
  .f_nav02 ul:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 47%;
  }
  .f_nav02 ul:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 52%;
  }
  .f_nav02 ul:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 52%;
  }
}
.f_nav02 ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .f_nav02 ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
.f_nav02 ul a {
  display: block;
  padding-left: 20px;
  position: relative;
}
.f_nav02 ul a::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 7px;
  left: 0;
  right: auto;
}
@media screen and (max-width: 768px) {
  .f_nav02 ul a {
    padding: 10px 0 10px 20px;
  }
  .f_nav02 ul a::after {
    top: 17px;
  }
}

.f_nav03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 500;
}
.f_nav03 li {
  margin: 0 23px;
}
@media screen and (max-width: 768px) {
  .f_nav03 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .f_nav03 li {
    margin: 0;
    width: 50%;
  }
}

.sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin: 15px 0 35px;
  color: #2a68b0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sns_wrap {
    display: block;
    padding: 20px 0 23px;
    margin: 35px 0;
  }
}
.sns_wrap::after {
  content: "";
  background: #fff;
  width: 100vw;
  height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  z-index: -1;
}
.sns_wrap p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sns_wrap p {
    margin-bottom: 15px;
    text-align: center;
  }
}
.sns_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns_wrap ul li {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .sns_wrap ul li {
    margin: 0 13px;
  }
}

#copyright {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #copyright {
    font-size: 8px;
  }
}

/* ▼ taikaX footer
----------------------------------------*/
.txt_center {
  text-align: center;
}

.contact_wrap.taikaX {
  background: url(../img/taikaX/bg02.jpg) no-repeat center top/100%, #222222;
  padding: 65px 20px 85px;
  -webkit-box-shadow: 3px 3px 39px rgba(0, 0, 0, 0.7);
          box-shadow: 3px 3px 39px rgba(0, 0, 0, 0.7);
  color: #fff;
  position: relative;
}
.contact_wrap.taikaX .ttl {
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  padding: 0;
  font-size: 24px;
}
.contact_wrap.taikaX .ttl::after {
  display: none;
}
.contact_wrap.taikaX .read {
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .contact_wrap.taikaX {
    background-size: 1366px;
    padding: 60px 20px 100px;
  }
  .contact_wrap.taikaX .ttl {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .contact_wrap.taikaX .read {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.contact_wrap.taikaX .btn_wrap {
  gap: 0 35px;
}
.contact_wrap.taikaX .btn_wrap .view {
  margin: 0;
  width: 274px;
  height: 69px;
  font-size: 18px;
}
.contact_wrap.taikaX .btn_wrap .view a {
  border: none;
  -webkit-box-shadow: 2px 3px 18px #000;
          box-shadow: 2px 3px 18px #000;
}
.contact_wrap.taikaX .btn_wrap .view.red1 a {
  background: #E57516;
  color: #fff;
}
.contact_wrap.taikaX .btn_wrap .view.red1 a:hover {
  background: #fff;
  color: #E57516;
}
.contact_wrap.taikaX .btn_wrap .view.red2 a {
  color: #2A68B0;
}
.contact_wrap.taikaX .btn_wrap .view.red2 a:hover {
  background: #2A68B0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact_wrap.taikaX .btn_wrap .view {
    width: 217px;
    height: 58px;
    font-size: 16px;
    margin: 0 auto 25px;
  }
}
.contact_wrap.taikaX .btn_wrap:last-child {
  margin: 30px auto 0;
}

footer.taikaX {
  background: #fff;
  color: #000;
  position: relative;
}
footer.taikaX .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 60px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 500;
}
footer.taikaX .f_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #555555;
  padding-bottom: 43px;
  margin-bottom: 40px;
  text-align: center;
}
footer.taikaX .f_logo a {
  width: 30%;
}
@media screen and (max-width: 768px) {
  footer.taikaX .f_logo a {
    width: 40%;
  }
}
footer.taikaX .f_logo a:first-child {
  margin-right: 10%;
}
footer.taikaX .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer.taikaX .copyright {
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer.taikaX .f_nav {
    display: grid;
    grid-template-columns: auto auto;
    gap: 26px 38px;
    font-size: 13px;
    letter-spacing: 0;
  }
  footer.taikaX .f_logo {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  footer.taikaX .f_logo img {
    width: 210px;
  }
  footer.taikaX .flex {
    display: block;
  }
  footer.taikaX .flex .logo {
    width: 290px;
    margin: 0 auto 40px;
  }
  footer.taikaX .copyright {
    font-size: 8px;
    text-align: center;
  }
}
footer.taikaX .pagetop {
  background: #000;
}