@charset "UTF-8";
/* Scss Document */

/*=============================================
 * body
 *=============================================*/
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v31-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat-v31-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --primary: #1A1A1A;
  --black: #1A202C;
  --bluenav: #0A2E6F;
  --blue: #4A90E2;
  --bluelight: #EFF8FF;
  --grey: #E0E0E0;
  --line: #5C677B;
  --white: #EFF8FF;
  --ocelight: #163C80;
  --oce: #0D244F;
}

body {
  color: #1A1A1A;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 2;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-inter {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.fnt-monts {
  font-family: "Montserrat";
  font-weight: 900;
}

.f-black {
  font-weight: 900;
}

.fwb {
  font-weight: bold;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}

/*--------------------------------------
  main
--------------------------------------*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 64px;
}
@media screen and (min-width: 1080px) {
  main {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1079px) {
  main {
    padding-top: 60px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html {
  min-width: auto;
}

.wrap {
  width: calc(100% - 50px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.txt {
  text-align: left;
}

.tar {
  text-align: right;
}

.telhref {
  text-decoration: none !important;
}

.navOpen {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.navOpen #pagetop, .navOpen .fx-btn {
  z-index: -1;
  opacity: 0;
}

body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
  pointer-events: none !important;
  touch-action: none !important;
}

body.navOpen .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle *,
body.navOpen .stt-lang-select, body.navOpen .stt-lang-select * {
  pointer-events: visible !important;
  touch-action: auto !important;
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
/*--------------------------------------
  hambuger
--------------------------------------*/
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(17, 81, 155, 0.8);
  z-index: 1000;
  padding: 10px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  background-color: #fff;
  height: 2px;
}
.hamburger .hamburger-box {
  height: 13px;
  width: 30px;
}
@media screen and (min-width: 1080px) {
  .hamburger {
    display: none;
  }
  .toggle-btn {
    display: none !important;
  }
}

.navOpen .hamburger {
  background: none;
}

/*--------------------------------------
  header
--------------------------------------*/
.header-box {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 101;
  padding: 16px 0 22px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
.header-box .logo {
  width: 210px;
}
@media screen and (min-width: 1080px) {
  .header-box {
    padding: 0 50px;
    height: 100px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1310px) {
  .header-box {
    padding: 0 30px;
  }
  .header-box .logo {
    width: 190px;
  }
  .stt-lang-select {
    right: 30px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1170px) {
  .header-box {
    padding: 0 15px;
  }
  .header-box .logo {
    width: 165px;
  }
}
@media screen and (max-width: 1079px) {
  .header-box {
    padding: 0 30px;
    height: 60px;
  }
}

#menu_toggle {
  box-sizing: border-box;
}
#menu_toggle .inner {
  position: relative;
}
#menu_toggle a {
  transition: ease 0.3s;
}
#menu_toggle a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#menu_toggle .btn-global {
  border-radius: 5px;
  border-radius: 100px;
  background: linear-gradient(90deg, #0A2E6F 0%, #4A90E2 100%);
}
@media screen and (max-width: 1079px) {
  #menu_toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 999;
    padding: 21vw 10% 30vw;
    background: rgba(10, 46, 111, 0.925);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    color: #fff;
  }
  #menu_toggle a {
    display: block;
  }
  #menu_toggle .menu-parent > a {
    display: none;
  }
  #menu_toggle .menu-gnav > li {
    margin-bottom: 15px;
  }
  #menu_toggle .menu-gnav > li p,
  #menu_toggle .menu-gnav > li .sp-section-label {
    font-size: 120%;
    margin-bottom: 10px;
  }
  #menu_toggle .menu-gnav > li.sp:first-child a {
    font-size: 120%;
  }
  #menu_toggle .menu-gnav .menu-first .toggle {
    margin-left: 20px;
  }
  #menu_toggle .menu-gnav .toggle .toggle-link {
    position: relative;
    font-size: 120%;
  }
  #menu_toggle .menu-gnav .toggle .toggle-link:before, #menu_toggle .menu-gnav .toggle .toggle-link:after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.3s;
  }
  #menu_toggle .menu-gnav .toggle .toggle-link:before {
    right: 0;
    width: 22px;
    height: 1px;
  }
  #menu_toggle .menu-gnav .toggle .toggle-link:after {
    right: 10px;
    height: 22px;
    width: 1px;
  }
  #menu_toggle .menu-gnav .toggle .toggle-link a {
    display: inline-block;
    pointer-events: auto;
    flex: 1;
  }
  #menu_toggle .menu-gnav .toggle .toggle-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* toggle-btn: SPの+ボタン（リンク付きtoggle-link用） */
  #menu_toggle .menu-gnav .toggle .toggle-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    cursor: pointer;
    pointer-events: auto;
  }
  #menu_toggle .menu-gnav .toggle .toggle-btn:before,
  #menu_toggle .menu-gnav .toggle .toggle-btn:after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.3s;
  }
  #menu_toggle .menu-gnav .toggle .toggle-btn:before {
    right: 0;
    width: 22px;
    height: 1px;
  }
  #menu_toggle .menu-gnav .toggle .toggle-btn:after {
    right: 10px;
    width: 1px;
    height: 22px;
  }
  #menu_toggle .menu-gnav .toggle.active .toggle-btn:after {
    transform: translateY(-50%) rotate(90deg);
  }
  /* toggle-btnがある場合、toggle-link自体の擬似要素を非表示 */
  #menu_toggle .menu-gnav .toggle .toggle-link:has(.toggle-btn):before,
  #menu_toggle .menu-gnav .toggle .toggle-link:has(.toggle-btn):after {
    display: none;
  }
  #menu_toggle .menu-gnav .toggle.active .toggle-link:after {
    transform: translateY(-50%) rotate(90deg);
  }
  #menu_toggle .menu-gnav .toggle .toggle-main {
    margin-left: 20px;
    display: none;
  }
  #menu_toggle .menu-gnav .toggle.active .toggle-main {
    display: block;
  }
  #menu_toggle .menu-gnav .toggle + .toggle {
    margin-top: 15px;
  }
  #menu_toggle .btn-global {
    width: 250px;
    margin: 30px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.25;
  }
  #menu_toggle .lang {
    display: block;
    text-align: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
  }
  #menu_toggle .lang .toggle-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 47px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    background: #fff;
    border: 1px solid #486284;
    color: #486284;
    box-sizing: border-box;
    cursor: pointer;
  }
  #menu_toggle .lang .toggle-link:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0px 6px;
    border-color: #D9D9D9 transparent transparent transparent;
    margin-right: 6px;
  }
  #menu_toggle .lang .toggle-link:after {
    display: none;
  }
  #menu_toggle .lang .toggle-main {
    display: none;
    text-align: center;
    background: linear-gradient(90deg, rgb(10, 46, 111) 0%, rgb(74, 144, 226) 100%);
    width: 100%;
    padding: 10px 0;
    color: #fff;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
  }
  #menu_toggle .lang.active .toggle-main {
    display: block;
  }
  #menu_toggle .lang ul {
    display: block;
  }
  #menu_toggle .lang ul li {
    margin: 0;
    padding: 8px 0;
  }
  #menu_toggle .lang ul li a {
    color: #fff;
    display: block;
  }
  #menu_toggle .dis_none {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  #menu_toggle {
    display: flex;
  }
  #menu_toggle .inner {
    display: flex;
    align-items: center;
  }
  #menu_toggle .menu-gnav {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
  }
  #menu_toggle .menu-gnav > li {
    height: 100px;
    display: flex;
    align-items: center;
  }
  #menu_toggle .menu-gnav > li.sp {
    display: none;
  }
  #menu_toggle .menu-gnav > li:last-child {
    margin-left: 30px;
    margin-right: 170px;
  }
  #menu_toggle .menu-gnav > li > a,
  #menu_toggle .menu-gnav > li p {
    display: block;
    height: 100px;
    display: flex;
    align-items: center;
    color: #1A1A1A;
    font-weight: 400;
    cursor: pointer;
    padding: 0 15px;
  }
  #menu_toggle .menu-gnav .btn-global {
    font-size: 16px;
    width: 180px;
    height: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
  }
  #menu_toggle .menu-child {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 100px;
    opacity: 0;
    pointer-events: none;
    transition: ease 0.3s;
    background: rgba(17, 81, 155, 0.8);
    color: #fff;
    padding: 30px 50px;
    box-sizing: border-box;
  }
  #menu_toggle .menu-child .toggle {
    margin: 0 auto;
    max-width: 800px;
    box-sizing: border-box;
    /* padding: 35px 0; */
  }
  #menu_toggle .menu-child .toggle + .toggle {
    margin-top: 30px;
  }
  #menu_toggle .menu-child .toggle-link {
    pointer-events: none;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
  }
  #menu_toggle .menu-child .toggle-main {
    display: flex !important;
    font-weight: 400;
    font-size: 15px;
  }
  #menu_toggle .menu-child .toggle-main a:before {
    content: "・";
  }
  #menu_toggle .menu-child .toggle-main ul:not(:last-child) {
    margin-right: 60px;
  }
  #menu_toggle .menu-parent:hover .menu-child {
    opacity: 1;
    pointer-events: visible;
  }
  #menu_toggle .lang {
    margin-left: 20px;
    position: relative;
  }
  #menu_toggle .lang .toggle-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    transition: ease 0.3s;
    font-weight: 700;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #486284;
    color: #1A1A1A;
    box-sizing: border-box;
    border-radius: 100px;
    border: 1px solid var(--, #0A2E6F);
    background: rgba(74, 144, 226, 0.05);
  }
  #menu_toggle .lang .toggle-link:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0px 6px;
    border-color: #0A2E6F transparent transparent transparent;
    margin-right: 6px;
  }
  #menu_toggle .lang .toggle-link:hover {
    opacity: 0.7;
  }
  #menu_toggle .lang .toggle-main {
    position: absolute;
    text-align: center;
    background: linear-gradient(90deg, rgb(10, 46, 111) 0%, rgb(74, 144, 226) 100%);
    width: 100%;
    left: 0;
    top: 60px;
    padding: 10px 0;
    color: #fff;
  }
  #menu_toggle .lang .toggle-main a {
    display: block;
    transition: ease 0.3s;
  }
  #menu_toggle .lang .toggle-main a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  /* .stt-lang-select がある場合、.lang.toggle を非表示 */
  .stt-lang-select ~ .lang.toggle {
    display: none;
  }

  /* PC: .stt-lang-select ドロップダウン — ヘッダー右上に固定 */
  .stt-lang-select {
    /* display: none !important; */
    position: fixed !important;
    top: 25px !important;
    right: 30px !important;
    z-index: 1001 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    border: 0 !important;
    max-height: inherit !important;
    overflow: inherit !important;
  }
  .stt-lang-select .stt-logo {
    display: none;
  }
  .stt-lang-select .stt-code {
    display: none;
  }
  .stt-lang-select .stt-text {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    font-weight: 700;
    background: rgba(74, 144, 226, 0.05);
    border: 1px solid #0A2E6F;
    border-radius: 100px;
    box-sizing: border-box;
    transition: ease 0.3s;
    color: #1A1A1A;
    font-size: 14px;
    padding: 0 !important;
  }
  .stt-lang-select .stt-text:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0px 6px;
    border-color: #0A2E6F transparent transparent transparent;
    margin-right: 6px;
  }
  .stt-lang-select:hover .stt-text {
    opacity: 0.7;
  }
  .stt-lang-select .stt-select {
    display: none;
    position: absolute;
    text-align: center;
    background: linear-gradient(90deg, rgb(10, 46, 111) 0%, rgb(74, 144, 226) 100%);
    width: 150px;
    left: 0;
    top: 60px;
    padding: 10px !important;
    border-radius: 5px;
    z-index: 100;
  }
  .stt-lang-select.active .stt-select {
    display: block;
  }
  .stt-lang-select .stt-item,
  .stt-lang-select .stt-select a {
    display: block;
    color: #fff;
    padding: 8px 0 !important;
    font-weight: 700;
    cursor: pointer;
    transition: ease 0.3s;
    text-decoration: none;
  }
  .stt-lang-select .stt-item:hover,
  .stt-lang-select .stt-select a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1170px) {
  .stt-lang-select {
    right: 15px;
    top: 30px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1120px) {
  .stt-lang-select .stt-text {
    width: 120px;
    height: 40px;
    font-size: 13px;
  }
  .stt-lang-select .stt-select {
    width: 120px;
  }
}
@media screen and (min-width: 1310px) {
  .stt-lang-select {
    right: 50px !important;
  }
}

.stt-lang-select .stt-text:after {
  display: none !important;
}
.stt-lang-select.on .stt-select {
  display: block !important;
  pointer-events: auto !important;
  touch-action: auto !important;
}
.stt-lang-select .stt-item,
.stt-lang-select .stt-select a {
  font-size: 16px;
}
.stt-lang-select .stt-select .stt-item:after,
.stt-lang-select .stt-select a:after {
  right: 0 !important;
  top: 10px !important;
  color: #FFF !important;
}
/* data-stt-active: 選択中の言語に黒丸 */
.stt-lang-select .stt-select a[data-stt-active]:before {
  content: "●";
  margin-right: 6px;
  font-size: 8px;
  vertical-align: middle;
}

/* SP: .stt-lang-select ドロップダウン */
@media screen and (max-width: 1079px) {
  .stt-lang-select ~ .lang.toggle {
    display: none;
  }
  .stt-lang-select {
    display: none !important;
    text-align: center !important;
    width: auto !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    z-index: 1001 !important;
    cursor: pointer !important;
    background: rgba(10, 46, 111, 0.925) !important;
    padding: 20px !important;
    max-height: inherit !important;
    top: inherit !important;
    border: 0 !important;
  }
  body.navOpen .stt-lang-select {
    display: block !important;
    pointer-events: auto !important;
    touch-action: auto !important;
  }
  .stt-lang-select .stt-logo {
    display: none;
  }
  .stt-lang-select .stt-code {
    display: none;
  }
  .stt-lang-select .stt-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    max-width: 100%;
    height: 47px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #486284;
    border-radius: 5px;
    box-sizing: border-box;
    color: #486284;
    font-weight: 700;
    font-size: 15px;
  }
  .stt-lang-select.on .stt-text {
    display: flex !important;
  }
  .stt-lang-select .stt-text:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0px 6px;
    border-color: #D9D9D9 transparent transparent transparent;
    margin-right: 6px;
  }
  .stt-lang-select .stt-select {
    display: none;
    text-align: center;
    background: linear-gradient(90deg, rgb(10, 46, 111) 0%, rgb(74, 144, 226) 100%);
    max-width: 250px;
    padding: 10px 0;
    border-radius:  5px;
    position: fixed;
    bottom: 107px;
    padding: 7px 16px !important;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none !important;
    touch-action: none !important;
  }
  .stt-lang-select.active .stt-select {
    display: block;
    pointer-events: auto !important;
    touch-action: auto !important;
  }
  .stt-lang-select .stt-item,
  .stt-lang-select .stt-select a {
    display: block;
    color: #fff;
    padding: 8px 0;
    font-weight: 700;
    cursor: pointer;
    pointer-events: auto !important;
    touch-action: auto !important;
    text-decoration: none;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1120px) {
  #menu_toggle .menu-gnav {
    font-size: 14px;
  }
  #menu_toggle .menu-gnav .btn-global {
    font-size: 13px;
    width: 140px;
    height: 40px;
  }
  #menu_toggle .menu-gnav > li:last-child {
    margin-left: 15px;
    margin-right: 140px;
  }
  #menu_toggle .lang .toggle-link {
    height: 40px;
    width: 120px;
    font-size: 14px;
  }
}

.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

/*--------------------------------------
  common
--------------------------------------*/
.btn-submit {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 800px;
  border-radius: 375px;
  position: relative;
  z-index: 1;
  text-align: center;
  border: none;
  outline: none;
  color: var(--red);
  font-size: 27px;
  line-height: 51px;
  background: #ffe63f;
  box-shadow: 0px 5px 0 rgb(146, 25, 17);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  height: 105px;
}

.btn-submit:hover {
  opacity: 0.8;
}

.btn-submit:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  width: 12px;
  height: 14px;
  background: var(--red);
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}

/*--------------------------------------
  footer
--------------------------------------*/
footer {
  padding: 50px 30px 0;
  font-size: 13px;
  line-height: 2;
  background-color: var(--bluenav);
  box-sizing: border-box;
  color: #fff;
}
footer .footer-info {
  margin-bottom: 30px;
}
footer .footer-info dd {
  line-height: 1.6;
}
footer .footer-ttl {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
footer dl {
  margin-top: 25px;
}
footer .footer-nav .toggle-link {
  font-weight: 700;
  font-size: 16px;
}
footer .footer-nav .footer-link1 {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
footer .footer-nav .toggle {
  margin-bottom: 20px;
}
footer .footer-nav .toggle-link {
  pointer-events: none;
}
footer .footer-nav .toggle-link a {
  pointer-events: auto;
}
footer .footer-nav .toggle-main {
  display: block;
}
footer .footer-nav .toggle-main li a {
  position: relative;
}
footer .footer-nav .toggle-main li a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
  margin-left: -1.25em;
}
@media only screen and (max-width: 767px) {
  footer .footer-nav {
    display: none;
  }
}
footer .copyright {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid rgba(72, 98, 132, 0.16);
  font-weight: 600;
  padding: 20px 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 70px 60px 0;
    font-size: 15px;
  }
  footer > .df-pc {
    margin: 0 auto;
    max-width: 1440px;
    align-items: flex-start;
  }
  footer .footer-info {
    width: 380px;
    margin-right: 40px;
  }
  footer .footer-ttl {
    font-size: 23px;
    margin-bottom: 5px;
  }
  footer dl {
    margin-top: 20px;
  }
  footer .footer-nav {
    width: calc(100% - 420px);
    margin-top: 5px;
  }
  footer .footer-nav .toggle-link {
    font-size: 17px;
    padding-right: 0;
    cursor: default;
  }
  footer .footer-nav .toggle-link:before,
  footer .footer-nav .toggle-link:after {
    display: none;
  }
  footer .footer-nav .toggle-main {
    display: block;
    padding-left: 1.25em;
  }
  footer .footer-nav .footer-link1 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  footer .footer-nav .toggle {
    margin-bottom: 50px;
  }
  footer .footer-nav .footer-nav-left {
    width: 57%;
  }
  footer .footer-nav .footer-nav-right {
    width: 220px;
    flex-shrink: 0;
  }
  footer .footer-nav .footer-nav-left .df-pc {
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  footer {
    padding: 70px 30px 0;
  }
  footer .footer-nav {
    width: calc(100% - 325px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  footer > .df-pc {
    display: block;
  }
  footer .footer-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  footer .footer-nav {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  footer .footer-nav .footer-nav-left {
    width: calc(100% - 260px);
  }
  footer .footer-info {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .footer-info > div {
    width: 100%;
  }
  footer .footer-info dl {
    margin-right: 50px;
  }
}

.sp {
  display: none;
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
  .df-pc {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .df-sp {
    display: flex;
    justify-content: space-between;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .row {
    flex-direction: column;
  }
  .fz42 {
    font-size: 7.1794871795vw;
  }
  .wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  /*--------------------------------------
    btn-cus
  --------------------------------------*/
  .btn-submit {
    height: 70px;
    font-size: 18px;
  }
  .btn-submit:before {
    width: 6px;
    height: 9px;
    right: 9%;
  }
  /*--------------------------------------
    header
  --------------------------------------*/
  .header-box {
    padding: 10px 20px 12px;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 24px;
    text-align: left;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
  }
  /*--------------------------------------
    nav-fixed
  --------------------------------------*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    height: 76px;
    left: auto;
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: opacity 0.5s ease;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 74px;
    max-width: 1000px;
    /* margin: auto; */
    padding-top: 0;
    width: auto;
  }
  .nav-header a.nav-main {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 5px 11px;
    margin: 0 12px;
  }
  /*--------------------------------------
    keyvisual
  --------------------------------------*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }
  #head-key .keyvisual {
    width: 100%;
    height: 100%;
  }
  #head-key .keyvisual li {
    height: 800px;
  }
  /*--------------------------------------
    pagetop
  --------------------------------------*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address span {
    display: block;
  }
}
/* Arrows */
.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  bottom: -10px;
}
.slick-arrow:hover {
  opacity: 0.7;
}

.slick-prev {
  background: url("../img/arrow_left_on.webp") no-repeat center/100% auto;
  right: 50px;
}
.slick-prev.slick-disabled {
  background: url("../img/arrow_left_off.webp") no-repeat center/100% auto;
}

.slick-next {
  background: url("../img/arrow_right_on.webp") no-repeat center/100% auto;
  right: 0;
}
.slick-next.slick-disabled {
  background: url("../img/arrow_right_off.webp") no-repeat center/100% auto;
}

/* Dots */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  padding: 0;
  cursor: pointer;
  transition: ease 0.3s;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background: #D0E6F6;
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active {
  width: 30px;
}

.slick-dots li.slick-active button {
  background: var(--bluenav);
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 42px;
    height: 42px;
  }
  .slick-next {
    right: 12px;
  }
  .slick-prev {
    right: 101px;
  }
  .slick-dots li:hover,
  .slick-arrow:hover {
    opacity: 0.8;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }
  .slick-dots li.slick-active {
    width: 45px;
  }
}
/*--------------------------------------
  animation
--------------------------------------*/
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.animated {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0s;
}

@media (prefers-brownuced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
  padding: 60px 0;
}
.txt_thanks h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.txt_thanks p {
  margin-bottom: 30px;
  line-height: 2;
}
.txt_thanks .btn-global {
  margin: 0 auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover, img.over:hover,
  a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
.df {
  display: flex;
  justify-content: space-between;
}

/*--------------------------------------
  link
--------------------------------------*/
.btn-global {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100px;
  background: #0A2E6F;
  background: linear-gradient(90deg, rgb(10, 46, 111) 0%, rgb(74, 144, 226) 100%);
  transition: ease 0.3s;
  font-weight: 700;
  font-size: 16px;
  height: 50px;
  will-change: color;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.btn-global:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  opacity: 0;
  transition: ease 0.3s;
  z-index: -1;
}
.btn-global:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.btn-global:hover:before {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .btn-global {
    font-size: 20px;
    height: 80px;
    max-width: 672px;
  }
}

.btn-global.btn-outline {
  color: #0A2E6F;
  border: 1px solid #0A2E6F;
  background: #fff;
  line-height: 1.5;
}
.btn-global.btn-outline:hover {
  color: #fff;
  background: #0A2E6F;
  background: linear-gradient(90deg, rgb(10, 46, 111) 0%, rgb(74, 144, 226) 100%);
}
.btn-global.btn-outline:before {
  display: none;
}
.product-cat-ttl {
  font-size: 22px;
  font-weight: 700;
  color: var(--bluenav);
  border-bottom: 2px solid var(--oce);
  padding-bottom: 12px;
  margin: 50px 0 20px;
}
.product-cat-ttl:first-child {
  margin-top: 0;
}
.product-cat-ttl a {
  color: var(--bluenav);
  text-decoration: none;
}
.product-cat-ttl a:hover {
  opacity: 0.7;
}
.product-table-wrap + .product-table-wrap {
  margin-top: 60px;
}
/* 製品ページ: コンテナ幅拡大 */
.field .container,
.product-category .container {
  max-width: 1400px;
}
/* 4列未満のテーブルは幅制限 */
.product-btns {
  padding-top: 75px;
  padding-bottom: 115px;
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1020px;
  margin: 0 auto;
}
.product-btns .btn-global {
  max-width: 500px;
  flex: 1;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .product-btns {
    flex-direction: column;
    align-items: center;
  }
  .product-btns .btn-global {
    width: 100%;
    height: 50px;
    min-height: 50px;
  }
}

.txt-link {
  color: red;
  display: block;
}

.mb_line {
  margin-bottom: 28px;
}

/*--------------------------------------
  topics
--------------------------------------*/
/* topic-item */
.topic-item {
  border: 1px solid #DEE5ED;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 25px 15px;
  margin-bottom: 20px;
  background-color: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.topic-item .topic-cate {
  margin: 0;
  font-size: 14px;
  width: auto;
  display: inline-flex;
  padding: 0 25px;
  height: 35px;
  font-weight: 500;
}
.topic-item .topic-ttl {
  line-height: 1.5;
  margin: 15px 0 10px;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slick-scroll .topic-item .topic-ttl {
  min-height: 4.5em;
}
.topic-item .topic-date {
  color: var(--bluenav);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
.topic-item .topic-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53vw;
  overflow: hidden;
}
.topic-item .topic-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}
.topic-item .topic-img:hover img {
  opacity: 0.7;
}
.topic-item .topic-desc {
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0 20px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.topic-item .topic-read {
  height: 40px;
  margin-top: auto;
  margin-bottom: 15px;
  font-weight: 400;
  width: 100%;
}
.topic-item .topic-read:hover {
  color: #fff;
  border-color: transparent;
}
@media only screen and (min-width: 768px) {
  .topic-item {
    padding: 19px 24px 12px;
    margin-bottom: 20px;
  }
  .topic-item .topic-cate {
    font-size: 13px;
    padding: 0 20px;
    height: 29px;
  }
  .topic-item .topic-ttl {
    line-height: 1.5;
    margin: 13px 0 9px;
  }
  .topic-item .topic-date {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .topic-item .topic-img {
    max-height: 222px;
  }
  .topic-item .topic-desc {
    font-size: 14px;
    line-height: 21px;
    margin: 14px 0;
  }
  .topic-item .topic-read {
    height: 40px;
    margin-bottom: 14px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .list-topic.slick-scroll {
    margin: 0 -12px;
  }
  .list-topic.slick-scroll .slick-slide {
    margin: 0 12px;
    height: auto;
  }
  .list-topic.slick-scroll .slick-track {
    display: flex;
  }
  .list-topic.slick-scroll .slick-slide > div {
    height: 100%;
  }
  .list-topic.slick-scroll .slick-slide .topic-item {
    height: 100%;
  }
  .list-topic.slick-scroll .slick-dots {
    margin: 8px 0 0 12px;
  }
}
.list-topic.df-pc {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .list-topic {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .list-topic .topic-item {
    margin-left: 24px;
    width: calc((100% - 48px) / 3);
  }
  .list-topic .topic-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .list-topic {
    justify-content: space-between;
  }
  .list-topic .topic-item {
    width: calc(50% - 12px);
    margin-left: 0;
  }
}

/*--------------------------------------
  tag
--------------------------------------*/
.tag {
  display: flex;
  flex-wrap: Wrap;
}
.tag a {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--bluenav);
  border-radius: 100px;
  font-size: 10px;
  color: var(--bluenav);
  padding: 0 10px;
  line-height: 2.4;
  margin: 0 7px 10px 0;
  transition: ease 0.3s;
  letter-spacing: 1px;
}
.tag a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*--------------------------------------
  kv
--------------------------------------*/
#mainvisual {
  background: var(--bluelight);
  color: var(--bluenav);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
}
#mainvisual .kv_img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  right: -50%;
}
#mainvisual .kv_frm {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
#mainvisual .kv_frm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainvisual.mv-product .kv_img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: auto;
  width: 52%;
  height: 100%;
}
#mainvisual.mv-product .kv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#mainvisual .kv_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainvisual .inner {
  min-height: 55vw;
  display: flex;
  align-items: center;
  padding: 3vw 16px;
  font-size: 26px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
#mainvisual .inner p {
  text-shadow: 0px 0px 4px rgb(255, 255, 255);
}
#mainvisual .inner h1 {
  text-shadow:
     1px  1px 1px var(--bluelight),
    -1px  1px 1px var(--bluelight),
     1px -1px 1px var(--bluelight),
    -1px -1px 1px var(--bluelight),
     2px  2px 2px var(--bluelight),
    -2px  2px 2px var(--bluelight),
     2px -2px 2px var(--bluelight),
    -2px -2px 2px var(--bluelight);
}
@media only screen and (max-width: 767px) {
  #mainvisual .inner {
    min-height: 40vw;
    font-size: 24px;
  }
  #mainvisual .kv_frm {
  left: 5%;
  }
  #mainvisual .kv_img img {
    width: 100%;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media only screen and (min-width: 768px) {
  #mainvisual .kv_img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  #mainvisual .kv_img img {
    width: auto;
  }
  #mainvisual .inner {
    min-height: 300px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 50px 0;
    font-size: 36px;
    align-items: center;
  }
  #mainvisual .inner p {
    max-width: 775px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #mainvisual:not(.mv-product) .kv_img {
    position: static;
  }
  #mainvisual.mv-product {
    height: 20.833vw;
  }
  #mainvisual .kv_frm {
  }
  #mainvisual.mv-product .kv_img {
    width: 52%;
  }
  #mainvisual .inner {
    position: absolute;
    z-index: 1;
    padding: 0;
    transform: translateY(-50%);
    top: 50%;
    left: 30px;
    right: 30px;
    min-height: inherit;
  }
  table .cell-image {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #mainvisual .inner {
    font-size: 3vw;
  }
}

/*=============================================
 * breadcrumb
 *=============================================*/
.breadcrumb {
  margin-bottom: 20px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 500;
  overflow-x: auto;
}

.breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumb ul li {
  display: flex;
  align-items: center;
}

.breadcrumb ul li:not(:last-child):after {
  content: ">";
  display: block;
  margin: 0 10px;
}

.breadcrumb a {
  color: var(--blue);
}

.breadcrumb a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 14px;
    padding: 26px 30px;
  }
}
.container {
  margin: 0 auto 15vw;
  max-width: 1200px;
  padding: 0 16px;
  min-height: 400px;
}
@media only screen and (min-width: 768px) {
  .container {
    margin-bottom: 120px;
    padding: 0 30px;
  }
}

/*--------------------------------------
  menu category
--------------------------------------*/
.menu-cate.topics_cate {
  margin-top: 75px;
}
.menu-cate {
  background: var(--bluenav);
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 35px 50px;
  margin-bottom: 15px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.menu-cate .menu-cate-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.menu-cate > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu-cate > ul > li {
  position: relative;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  margin-left: -1px;
  margin-bottom: 10px;
}
.menu-cate > ul > li > a {
  display: block;
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease;
}
.menu-cate > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  display: none;
  background: #EFF8FF;
  border-top: 0;
  z-index: 20;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 100%;
  width: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.menu-cate > ul > li > ul li {
  flex: 0 0 auto;
  width: auto;
}
.menu-cate > ul > li > ul li a,
.menu-cate > ul > li > ul li span {
  display: block;
  padding: 10px 20px;
  color: var(--bluenav);
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border: 1px solid var(--line);
  border-radius: 100px;
  margin: 5px;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.menu-cate > ul > li > ul li a:hover {
  opacity: 0.7;
}
.menu-cate > ul > li.is-reverse > ul {
  left: auto;
  right: -1px;
}
.menu-cate > ul > li.is-wrap > ul {
  flex-wrap: wrap;
  white-space: normal;
  min-width: 0;
}
.menu-cate > ul > li.is-wrap > ul > li {
  flex: 0 0 auto;
}
.menu-cate > ul > li.is-wrap > ul > li > a {
  white-space: nowrap;
}
.menu-cate .tag-list {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .menu-cate > ul > li:hover > a {
    background: #EFF8FF;
    color: var(--primary);
  }
  .menu-cate > ul > li > a {
    transition: opacity 0.3s ease;
  }
  .menu-cate > ul > li > a:hover {
    opacity: 0.7;
  }
  .menu-cate > ul > li:hover > ul {
    display: flex;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .menu-cate {
    padding: 20px 15px;
  }
  .menu-cate > ul {
    display: block;
  }
  .menu-cate > ul > li {
    margin-left: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
    margin-bottom: 0;
  }
  .menu-cate > ul > li:last-child {
    border-bottom: 1px solid var(--line);
  }
  .menu-cate > ul > li > a {
    position: relative;
    display: block;
    padding: 14px 46px 14px 15px;
  }
  .menu-cate > ul > li.cate_parent > a::before, .menu-cate > ul > li.cate_parent > a::after {
    content: "";
    position: absolute;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
    transition: 0.25s ease;
  }
  .menu-cate > ul > li.cate_parent > a::before {
    width: 12px;
    height: 2px;
    right: 15px;
  }
  .menu-cate > ul > li.cate_parent > a::after {
    width: 2px;
    height: 12px;
    right: 20px;
  }
  .menu-cate > ul > li > ul {
    position: static;
    left: auto;
    right: auto;
    min-width: 0;
    width: 100%;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
    display: none;
    padding: 8px 0;
    margin: 0;
  }
  .menu-cate > ul > li.is-open > a {
    background: #0b3d91;
    color: #fff;
  }
  .menu-cate > ul > li.is-open > a::after {
    opacity: 0;
  }
  .menu-cate > ul > li.is-open > ul {
    display: block !important;
  }
  .menu-cate > ul > li > ul li {
    width: 100%;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .menu-cate > ul > li > ul li:first-child {
    border-top: 0;
  }
  .menu-cate > ul > li > ul li a,
  .menu-cate > ul > li > ul li span {
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-cate.topics_cate ul.df {
    display: flex !important;
  }
  .menu-cate.topics_cate ul.df li {
    border-top: none;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    margin-left: -1px;
  }
  .menu-cate.topics_cate ul.df li:last-child {
    border-bottom: none;
  }
  .menu-cate.topics_cate ul.df li a {
    padding: 0 15px;
  }
}

/*--------------------------------------
  detail
--------------------------------------*/
.row-ttl {
  color: var(--bluenav);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .row-ttl {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.ttl30 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  color: var(--bluenav);
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ttl30 {
    font-size: 30px;
  }
}

.ttl24 {
  font-size: 20px;
  color: var(--bluenav);
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ttl24 {
    font-size: 24px;
  }
}

.ttl18 {
  font-size: 18px;
  color: var(--bluenav);
  font-weight: 700;
}

.small14 {
  font-size: 14px;
  line-height: 1.8;
}

.row-news {
  margin-top: 50px;
  margin-bottom: 70px;
}

.img-row {
  margin-bottom: 40px;
}
.img-row figure {
  width: 100%;
}
.img-row figure + figure {
  margin-top: 20px;
}
.img-row figure img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .img-row.df-pc {
    display: flex;
    gap: 20px;
  }
  .img-row.df-pc figure {
    flex: 1;
  }
  .img-row.df-pc figure + figure {
    margin-top: 0;
  }
}

.detail .row-tag {
  border-top: 1px solid #486284;
  border-bottom: 1px solid #486284;
  padding: 20px 0;
}
.detail .row-news {
  margin: 30px 0 50px;
}
.detail .content {
}
.detail .content > p {
  margin-bottom: 28px;
  line-height: 2;
}
.detail .content .style1 {
  margin-bottom: 30px;
}
.detail .content .style1 h2 {
  border-bottom: 2px solid var(--oce);
  color: var(--bluenav);
  font-weight: 700;
  font-size: 18px;
  margin: 40px 0 24px;
  padding-bottom: 15px;
}
.detail .content .style1 p {
  margin-bottom: 20px;
  line-height: 2;
}
.detail .content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.detail .content .style1 ul {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 28px;
}
.detail .content .style1 ul li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.detail .content .btn-global {
  max-width: 670px;
  margin: 75px auto;
}
@media only screen and (min-width: 768px) {
  .detail .row-tag {
    padding: 50px 0 23px;
    align-items: flex-start;
  }
  .detail .row-tag .row-ttl {
    width: 180px;
    line-height: 1;
  }
  .detail .row-tag .tag {
    width: calc(100% - 180px);
  }
  .detail .row-news {
    margin: 30px 0 50px;
  }
}

/* スライダーモーダル */
.slider-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.slider-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.slider-modal-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 90%;
  max-height: 90%;
}
.slider-modal-content img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  transition: opacity 0.3s ease;
}
.slider-modal-content img.fade-out {
  opacity: 0;
}
.slider-close {
  position: fixed;
  top: 20px;
  right: 20px;
  background: none;
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 10001;
  backdrop-filter: blur(4px);
  background: rgba(0,0,0,0.3);
}
.slider-close:hover {
  background: rgba(255,255,255,0.2);
  border-color: #fff;
  transform: rotate(90deg);
}
.slider-prev,
.slider-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(4px);
  border: none;
  color: #fff;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-prev:after,
.slider-next:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slider-prev:after {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.slider-next:after {
  transform: rotate(45deg);
  margin-right: 4px;
}
.slider-prev:hover,
.slider-next:hover {
  background: rgba(255,255,255,0.2);
}
.slider-prev {
  left: 20px;
}
.slider-next {
  right: 20px;
}
.slider-dots {
  margin-top: 15px;
  text-align: center;
}
.slider-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}
.slider-dot.active {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .slider-prev { left: 10px; }
  .slider-next { right: 10px; }
  .slider-prev,
  .slider-next {
    width: 40px;
    height: 40px;
  }
  .slider-prev:after,
  .slider-next:after {
    width: 10px;
    height: 10px;
  }
  .slider-close {
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
}

/*--------------------------------------
  table
--------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E8E8E8;
  background: #fff;
}
/* CAS No., 化審法, 安衛法 の最小幅 */
table td[data-label="CAS No."] { min-width: 135px; }
table td[data-label="化審法"],
table td[data-label="安衛法"] { min-width: 125px; }

@media screen and (max-width: 1079px) {
  .product-table,
  .product-table thead,
  .product-table tbody,
  .product-table tr,
  .product-table th,
  .product-table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .product-table {
    border: 0;
  }
  .product-table thead {
    display: none;
  }
  .product-table tr:nth-child(n+2) {
    margin-top: 20px;
  }
  .product-table td {
    text-align: left;
    padding: 10px 16px;
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
  .product-table td:before {
    content: attr(data-label);
    font-weight: 700;
    color: var(--bluenav);
    font-size: 13px;
    flex-shrink: 0;
    min-width: 80px;
  }
  .product-table td.cell-product {
    background: var(--bluenav);
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block;
    border: 0;
  }
  .product-table td.cell-product:before {
    display: none;
  }
  .product-table td {
  border-top: 0;
  }
  .product-table td.cell-image {
    text-align: center;
    width: 100% !important;
    display: block;
  }
  .product-table td.cell-image:not(:has(img)) {
    display: none;
  }
  .product-table td.cell-image:before {
    display: none;
  }
  .product-table .cell-product,
  .product-table th:first-child {
    width: 100% !important;
  }
}
table th,
table td {
  border: 1px solid #E8E8E8;
  vertical-align: middle;
  box-sizing: border-box;
}
table th {
  background: var(--bluenav);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px 20px;
}
@media screen and (max-width: 890px) {
  table th {
    font-size: 16px;
    padding: 18px 12px;
  }
}
table td {
  color: #000;
  font-size: 16px;
  line-height: 2;
  padding: 24px 20px;
}
table td img {
  width: auto;
  max-width: 100%;
}
table .cell-product,
table th:first-child {
  width: 25%;
}
table td:nth-child(1) {
  text-align: center;
  margin: 0;
  color: var(--bluenav);
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 890px) {
  table td {
    font-size: 14px;
    line-height: 1.8;
    padding: 14px 10px;
  }
  table td:nth-child(1) {
    font-size: 15px;
    line-height: 1.8;
  }
}
table .cell-image {
  text-align: center;
  width: 270px;
}
table .cell-image img {
  width: 240px;
  max-width: 100%;
  height: 160px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}
table .cell-image img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  table td {
    padding: 20px 15px;
  }
}

.style_table {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 890px) {
  .style_table {
    margin-bottom: 50px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .style_table::-webkit-scrollbar {
    height: 8px;
  }
  .style_table::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 999px;
  }
  .style_table::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
}

/*--------------------------------------
  style global
--------------------------------------*/
.style1 .style1-ttl {
  border-bottom: 2px solid var(--oce);
  color: var(--bluenav);
  font-weight: 700;
  font-size: 18px;
  margin: 40px 0 24px;
  padding-bottom: 15px;
}
.style1 > div {
  margin: 0 24px;
}
.style1 > div ul {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .style1 > div {
    margin: 0;
  }
}

.style2 {
  margin-bottom: 40px;
}
.style2 .style2-img {
  margin-bottom: 20px;
}
.style2 .style2-img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .style2 {
    display: flex;
    justify-content: space-between;
  }
  .style2 .style2-img {
    width: 394px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .style2 .style1 {
    width: calc(100% - 416px);
  }
  .style2.img-right {
    flex-direction: row-reverse;
  }
}

/*--------------------------------------
  service
--------------------------------------*/
.top-ttl {
  font-weight: 700;
  color: var(--bluenav);
  text-align: center;
  line-height: 1.25;
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .top-ttl {
    font-size: 30px;
  }
}

#service {
  background: var(--white);
  position: relative;
  z-index: 0;
  padding: 20vw 0 10vw;
}
#service .service_txt {
  margin: 10px 0 40px;
  text-align: center;
}
#service .service-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#service .service-item .service-img {
  height: 39vw;
}
#service .service-item .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service-item .service-ttl {
  text-align: center;
  font-weight: 700;
  color: var(--bluenav);
  font-size: 20px;
  margin-top: 25px;
}
#service .service-item .service-txt2 {
  margin: 10px 30px 20px;
}
#service .service-item .btn-global {
  width: 200px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  #service {
    padding: 97px 0 73px;
  }
  #service .service_txt {
    margin: 14px 0 34px;
  }
  #service .service-item {
    margin-bottom: 0;
    padding-bottom: 50px;
    width: calc((100% - 80px) / 3);
  }
  #service .service-item .service-img {
    height: 220px;
  }
  #service .service-item .service-ttl {
    font-size: 24px;
    margin-top: 25px;
  }
  #service .service-item .service-txt2 {
    margin: 7px 66px 20px;
  }
  #service .service-item .btn-global {
    width: 220px;
    height: 46px;
    font-size: 14px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  #service .df-pc {
    flex-wrap: wrap;
    justify-content: center;
  }
  #service .df-pc .service-item {
    width: calc(50% - 12px);
    margin: 0 0 20px 0;
  }
  #service .df-pc .service-item:nth-child(2) {
    margin-left: 20px;
  }
}

/*--------------------------------------
  style3
--------------------------------------*/
.style3 {
  margin: 40px 0;
}
.style3 .style3-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border: 1px solid #DDE0E4;
}
.style3 .style3-item .item-img {
  height: 52.5vw;
}
.style3 .style3-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.style3 .style3-item dl {
  margin: 28px 20px 0;
}
.style3 .style3-item dl dt {
  text-align: center;
  font-weight: 700;
  color: var(--bluenav);
  font-size: 20px;
  line-height: 1.3;
}
.style3 .style3-item dl dd {
  margin-top: 10px;
}
.style3 .style3-item dl dd p + p {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .style3 {
    justify-content: flex-start;
    margin-bottom: 43px;
  }
  .style3 .style3-item {
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .style3 .style3-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .style3 .style3-item .item-img {
    height: 52.5vw;
    max-height: 220px;
  }
  .style3 .style3-item dl {
    margin: 28px 20px 0;
  }
  .style3 .style3-item dl dt {
    font-size: 24px;
  }
  .style3 .style3-item dl dd {
    margin-top: 10px;
  }
  .style3 .style3-item dl dd p + p {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .style3 .style3-item {
    width: calc((100% - 40px) / 3);
    margin-left: 20px;
  }
  .style3 .style3-item dl {
    margin: 28px 10px 0;
  }
  .style3 .style3-item dl dt {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  .style3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .style3 .style3-item {
    width: calc(50% - 12px);
    margin: 0 0 20px 0;
  }
  .style3 .style3-item:nth-child(2) {
    margin-left: 20px;
  }
}

/*--------------------------------------
  style4
--------------------------------------*/
.style4 {
  margin: 0 24px 40px;
}
.style4 .style4-ttl {
  color: var(--bluenav);
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}

/*--------------------------------------
  style5
--------------------------------------*/
.style5 {
  color: #000;
}
.style5 .style5-ttl {
  color: var(--bluenav);
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 12px;
  text-align: center;
}
.style5 .style5-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
/*--------------------------------------
  style6
--------------------------------------*/
.style6 .style4 {
  margin: 20px 0 40px;
}
.style6 .style4 p + p {
  margin-top: 20px;
}
.style6 .style4 p:nth-child(2) {
  margin-top: 10px;
}
.style6 .style4 .style4-ttl {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .style6 {
    margin-bottom: 60px;
    align-items: center;
    justify-content: space-between;
  }
  .style6 .style6-img {
    width: 383px;
    flex-shrink: 0;
  }
  .style6 .style6-img.img-right {
    order: 2;
  }
  .style6 .style4 {
    width: calc(100% - 423px);
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0;
  }
  .style6 .style4 .style4-ttl {
    font-size: 24px;
  }
  .style6.img-small .style6-img, .style6.img-small .style4 {
    width: auto;
  }
  .style6.img-small .style6-img {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .style6 {
    align-items: flex-start;
  }
  .style6 .style6-img {
    width: 40%;
  }
  .style6 .style4 {
    width: calc(60% - 20px);
  }
}

/*--------------------------------------
  style6
--------------------------------------*/
.style7 {
  background: var(--white);
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 30px;
}
.style7 .style7-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--bluenav);
  position: relative;
}
.style7 .style7-ttl:before {
  content: "";
  position: absolute;
  background: #C7DDEE;
}
@media only screen and (max-width: 767px) {
  .style7 .style7-ttl {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .style7 .style7-ttl:before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .style7 {
    margin-bottom: 86px;
    padding: 33px 55px 33px 0;
    align-items: center;
  }
  .style7 .style7-ttl {
    font-size: 22px;
    margin-right: 30px;
    position: relative;
    width: 296px;
    height: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .style7 .style7-ttl:before {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .style7 {
    padding: 33px 30px 33px 0;
  }
  .style7 .style7-ttl {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .style7 .style7-ttl {
    margin-right: 20px;
    width: 145px;
  }
}

/*--------------------------------------
  circle-list
--------------------------------------*/
.circle-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.circle-list li {
  width: 130px;
  height: 130px;
  border: 1px solid #14387f;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.circle-list li:nth-child(even) {
  background: #14387f;
}
.circle-list li:nth-child(even) p {
  color: #fff;
}
.circle-list li p {
  color: #14387f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .circle-list {
    max-width: 270px;
    margin: 0 auto;
  }
  .circle-list li {
    margin-top: -19px;
    margin-left: -12px;
  }
  .circle-list li:nth-child(1), .circle-list li:nth-child(2) {
    margin-top: 0;
  }
  .circle-list li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .circle-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: none;
  }
  .circle-list li {
    width: 202px;
    height: 202px;
    margin-top: 0;
    margin-left: -18px;
    left: auto;
  }
  .circle-list li:first-child {
    margin-left: 0;
  }
  .circle-list li p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .circle-list li {
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .circle-list li {
    width: 142px;
    height: 142px;
    margin-left: -10px;
  }
  .circle-list li p {
    font-size: 14px;
  }
}

/*--------------------------------------
  bg_bluelight
--------------------------------------*/
.bg_bluelight {
  background: var(--white);
  border-radius: 10px;
  padding: 55px 60px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.bg_bluelight.bg_white {
  background: #fff;
  padding: 25px 60px 0;
}
.bg_bluelight.bg_small {
  padding: 24px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .bg_bluelight .style5 {
    width: calc(50% - 23px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .bg_bluelight {
    padding: 55px 30px;
  }
  .bg_bluelight .style5 {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .bg_bluelight {
    padding: 40px 20px;
  }
  .bg_bluelight .style5 + .style5 {
    margin-top: 30px;
  }
  .bg_bluelight.bg_small {
    padding: 20px;
    margin-bottom: 20px;
  }
  .bg_bluelight.bg_white {
    padding: 20px;
  }
}

.btn-txt {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .btn-txt {
    text-align: center;
    margin-bottom: 30px;
  }
}

.style_dl dt {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.style_dl dt:before {
  content: "・";
  margin-right: 0.2em;
}
.style_dl dd {
  margin-left: 20px;
}

.list_decimal {
  padding: 46px 24px 20px;
  list-style: decimal !important;
}
.list_none {
  padding: 46px 24px 20px;
  list-style: none !important;
}

.sub-items {
  margin-top: 15px;
}
.sub-items > div {
  display: flex;
  margin-bottom: 10px;
}
.sub-items dt {
  flex-shrink: 0;
  width: 2.5em;
  font-weight: 400;
}
.sub-items dd {
  margin: 0;
}

/*--------------------------------------
  style8
--------------------------------------*/
.style8 {
  border-top: 1px solid #A6AEBD;
}
.style8 dl {
  border-bottom: 1px solid #A6AEBD;
  padding: 10px 0;
}
.style8 dl dt {
  color: var(--bluenav);
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .style8 dl {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .style8 dl dt {
    width: 160px;
  }
  .style8 dl dd {
    width: calc(100% - 160px);
  }
}

/*--------------------------------------
  style9
--------------------------------------*/
.style9 dl dt {
  color: var(--blue);
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .style9 dl {
    display: flex;
    justify-content: space-between;
  }
  .style9 dl dt {
    width: 70px;
  }
  .style9 dl dd {
    width: calc(100% - 70px);
  }
}

/*--------------------------------------
  faq
--------------------------------------*/
.faqbox {
  list-style: none !important;
  padding: 25px !important;
  margin: 0 !important;
}
.faqbox > li {
  text-align: left;
}
.faqbox > li:nth-child(n+2) {
  margin-top: 20px;
}
.faqbox > li:last-child {
  padding-bottom: 0;
}
.faqbox > li .que .ini, .faqbox > li .ans .ini {
  margin-right: 20px;
  flex: 0 0 38px;
  text-align: center;
}
.faqbox > li .que {
  display: flex;
  align-items: center;
  padding: 17px 30px 17px 14px;
  font-weight: 700;
  color: #FFF;
  font-size: 18px;
  background-color: var(--bluenav);
}
.faqbox > li .ans {
  display: flex;
  padding: 25px 20px 0 14px;
}
.faqbox > li .que .ini img, .faqbox > li .ans .ini img {
  width: 38px;
  height: 38px;
}
.faqbox {
  /* よくあるご質問 - プルダウン - */
}
.faqbox.pdown > li .que, .faqbox.pdown > li.open .que:before, .faqbox.pdown > li.open .que:after {
  transition: all 0.5s;
}
.faqbox.pdown > li .que {
  position: relative;
  cursor: pointer;
}
.faqbox.pdown > li .que:before, .faqbox.pdown > li .que:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.faqbox.pdown > li .que:before {
  background: url(../img/faq_plus.webp) no-repeat center center/100% 100%;
}
.faqbox.pdown > li .que:after {
  background: url(../img/faq_minus.webp) no-repeat center center/100% 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.faqbox.pdown > li.open .que:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.faqbox.pdown > li.open .que:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
@media only screen and (max-width: 767px) {
  .faqbox {
    padding: 0 !important;
  }
  .faqbox > li .que .ini, .faqbox > li .ans .ini {
    margin-right: 10px;
  }
  .faqbox > li .que {
    font-size: 16px;
  }
}

/*--------------------------------------
  line
--------------------------------------*/
.section-line {
  position: relative;
  padding-top: 60px;
}
.section-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  height: 1px;
  width: 200%;
  background: #E0E0E0;
}
@media only screen and (min-width: 768px) {
  .section-line {
    padding-top: 85px;
  }
}

.li_shrink {
  flex-shrink: 0;
}
.li_shrink li {
  display: flex;
}

/*--------------------------------------
  form
--------------------------------------*/
.form ::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.form ::placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number],
.form input[type=date],
.form textarea {
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 13px 10px 14px;
  background-color: #fff;
}
.form textarea {
  height: 186px;
}
.form {
  margin-top: 30px;
}
.form .form-row {
  padding: 18px 0 20px;
  border-bottom: 1px solid #e0e0e0;
}
.form .form-row dt span {
  color: #ff0000;
  margin-left: 5px;
}
.form .form-row dd {
  margin-top: 10px;
}
.form .form-ttl .ttl18 {
  border-bottom: 2px solid var(--oce);
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.form .policy {
  text-align: center;
  position: relative;
  display: table;
  margin: 30px auto 50px;
}
.form .policy .field-error {
  text-align: left;
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.form .policy input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.form .policy.has-error span:before {
  border-color: #C00;
  background-color: #FFF0F0;
}
.form .policy input:checked + label span:before {
  background: var(--bluenav);
  border-color: var(--bluenav);
}
.form .policy input:checked + label span:after {
  opacity: 1;
}
.form .policy span {
  padding-left: 30px;
}
.form .policy span a {
  text-decoration: underline;
  color: #4a90e2;
}
.form .policy span:before {
  content: "";
  margin: auto;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  left: 0;
  top: 1px;
}
.form .policy span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.form .job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.form .job-list label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
}
.form .job-list input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form .job-list .box {
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  background: #fff;
  transition: all 0.2s ease;
}
.form .job-list input[type=checkbox]:checked + .box {
  background: var(--bluenav);
  border-color: var(--bluenav);
}
.form .job-list input[type=checkbox]:checked + .box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form .job-list .txt {
  font-size: 14px;
  line-height: 1.4;
}
.form .file-upload {
  padding: 6px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.form .file-upload input[type=file] {
  display: none;
}
.form .file-upload__label {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 5px;
  background: var(--white);
  color: var(--blue);
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.2s ease;
}
.form .file-upload__label:hover {
  background: #deedf9;
}
.form .file-upload__name {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  color: #999;
  vertical-align: middle;
}
.form .file-note {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.recaptcha-wrap {
  text-align: center;
  margin: 30px 0;
}
.recaptcha-wrap .g-recaptcha {
  display: inline-block;
}
.form select {
  width: 100%;
  height: 46px;
  padding: 0 42px 0 14px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  line-height: 40px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
  background: #fff url("../img/icon_select.svg") no-repeat right 14px center/10px 6px;
  color: #bdbdbd;
}
.form select:valid {
  color: #000;
}
.form select option {
  color: #000;
}
.form input[type=date] {
  width: 100%;
  height: 46px;
  padding: 0 10px 0 14px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 40px;
  box-sizing: border-box;
  outline: none;
  color: #bdbdbd;
}
.form input[type=date]::-webkit-datetime-edit {
  color: #bdbdbd;
}
.form input[type=date]:focus {
  outline: none;
}
.form input[type=date]:valid {
  color: #000;
}
.form input[type=date]:valid::-webkit-datetime-edit {
  color: #000;
}
.form input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .form select {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .form {
    width: 100%;
    max-width: 800px;
    margin: 36px auto 0;
  }
  .form .form-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: start;
  }
  .form .form-row dt {
    margin-top: 7px;
    padding-right: 20px;
  }
  .form .form-row dd {
    flex: 1;
    margin-top: 0;
  }
  .form .form-row dd input,
  .form .form-row dd select {
    /* width: 50%; */
  }
  .form .form-row dd.full-width input,
  .form .form-row dd.full-width textarea,
  .form .form-row dd textarea {
    width: 100%;
  }
  .form .form-row dd.w-half input {
    width: 50%;
  }

  /* お問い合わせ */
  .form.contact .form-row dt {
    width: 20%;
    flex-shrink: 0;
  }
  .form.contact .form-row dd {
    width: 80%;
  }
  .form.contact .form-row dd input {
    width: 50%;
  }
  .form.contact .form-row dd.full-width input {
    width: 100%;
  }

  /* ご意見・ご質問 */
  .form.opinion .form-row dt {
    width: 35%;
    flex-shrink: 0;
  }
  .form.opinion .form-row dd {
    width: 60%;
  }
  .form.opinion .form-row dd input {
    width: 50%;
  }
  .form.opinion .form-row dd.full-width input {
    width: 100%;
  }
  .form .policy {
    margin: 43px auto;
    cursor: pointer;
  }
  .form .policy input {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .form .policy span {
    padding-left: 35px;
  }
  .form .policy span a {
    position: relative;
    z-index: 2;
  }
  .form .policy span a:hover {
    text-decoration: none;
  }
  .form .policy span:before {
    width: 25px;
    height: 25px;
    top: 2px;
  }
  .form .policy span:after {
    width: 8px;
    height: 15px;
    left: 9px;
  }
  .form .job-list {
    gap: 20px 40px;
    margin-top: 10px;
  }
  .form .job-list .box {
    width: 25px;
    height: 25px;
  }
  .form .btn-global {
    max-width: 624px;
  }
  .form.recruit-apply .form-row dt {
    width: 30%;
    flex-shrink: 0;
  }
  .form.recruit-apply .form-row dd {
    width: 70%;
  }
  .form.recruit-apply .form-submit {
    max-width: 675px;
  }
}
.form.recruit-apply {
  padding: 14px 0 100px;
  position: relative;
  margin-top: 0;
}
.form.recruit-apply::before,
.recruit-process + .txt-center::before {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  right: -200%;
  bottom: 0;
  background: #F3F6F9;
  z-index: -1;
}
.form.recruit-apply > * {
  position: relative;
  z-index: 2;
}
.form.recruit-apply .policy {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form.recruit-apply {
    padding: 20px 15px;
    margin-left: -16px;
    margin-right: -16px;
  }
}

/* 採用プロセス */
.recruit-process {
  margin-bottom: 60px;
}
.flow .step {
  border-top: 1px solid #DEE5ED;
  padding: 30px 0;
}
.recruit.sub.apply .flow .step {
  border-top: 1px solid var(--bluenav);
  border-bottom: 1px solid var(--bluenav);
}
.recruit.sub.apply .step.step-last {
  border-color: #E3378A;
}
.recruit.sub.apply .container {
  margin-bottom: 0;
}
.flow .step.step-last {
  border-bottom: 1px solid #DEE5ED;
}
.flow .step-ttl {
  flex-shrink: 0;
  width: 200px;
}
.flow .step-num {
  display: inline-block;
  background: var(--bluenav);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  padding: 4px 16px;
  border-radius: 100px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.flow .step-ttl .ttl18 {
  font-size: 18px;
  font-weight: 700;
  color: var(--bluenav);
  margin-top: 5px;
}
.flow .step-info {
  flex: 1;
  line-height: 1.8;
}
.flow .step-info p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .flow .step-ttl {
    width: 100%;
    margin-bottom: 15px;
  }
}

.recruit-process + .txt-center {
  position: relative;
  padding-top: 90px;
}

/* チェックボックスグループ */
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.checkbox-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  gap: 8px;
  white-space: nowrap;
  position: relative;
  margin-right: 2em;
}
.checkbox-item input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
}
.checkbox-item input[type="checkbox"]:checked {
  background: var(--bluenav);
  border-color: var(--bluenav);
}
.checkbox-item input[type="checkbox"]:checked + span {
  color: var(--bluenav);
  font-weight: bold;
}
.checkbox-item input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* フォーム full-width */
.form-row dd.full-width input,
.form-row dd.full-width textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* 送信ボタン */
.form .form-submit {
  width: 100%;
  max-width: 675px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border: none;
  font-size: 20px;
  font-weight: 500;
}
.form .form-submit:hover {
  opacity: 0.7;
  color: #fff;
  border: none;
}
.form-section-ttl {
  font-size: 20px;
  font-weight: 700;
  color: var(--bluenav);
  border-bottom: 2px solid var(--oce);
  padding-bottom: 10px;
  margin: 40px 0 20px;
}
.form.byora-estimate {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.form.byora-estimate input[type=text],
.form.byora-estimate input[type=email],
.form.byora-estimate input[type=tel],
.form.byora-estimate input[type=number],
.form.byora-estimate input[type=date],
.form.byora-estimate select {
  width: auto;
}
.form.byora-estimate dd.byora-name input {
  width: 350px;
  max-width: 100%;
}
.form.byora-estimate dd.byora-mid input {
  width: 60%;
  max-width: 100%;
}
.product-block {
  background: #F8F8F8;
  border-radius: 20px;
  border: 1px solid #E4E4E4;
  padding: 25px 30px;
  margin-bottom: 15px;
}
.product-block:nth-child(even) {
  background: #F0F4FA;
  border-color: #D0DCE8;
}
.product-block .form-row:last-child,
.product-block .form-row-pair:last-child .form-row {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .form-row-pair {
    display: flex;
    gap: 15px;
  }
  .form-row-pair .form-row-left {
    width: 40%;
    flex-shrink: 0;
  }
  .form-row-pair .form-row-left dt {
    width: 30% !important;
  }
  .form-row-pair .form-row-left dd {
    width: 70% !important;
  }
  .form-row-pair .form-row-right dt {
    width: 20% !important;
  }
  .form-row-pair .form-row-right dd {
    width: 80% !important;
  }
  .form-row-pair .form-row-right {
    width: 60%;
    flex: 1;
  }
  .form-row-pair .form-row-left select,
  .form-row-pair .form-row-left input[type=number] {
    width: 100% !important;
  }
  .form-row-pair .form-row-right input {
    width: 100% !important;
  }
  .form.byora-estimate .form-row dt {
    width: 20%;
    flex-shrink: 0;
  }
  .form.byora-estimate .form-row dd {
    width: 80%;
  }
  .product-block .form-row:last-child,
  .product-block .form-row-pair:last-child .form-row {
    border-bottom: none;
  }
  .product-block select,
  .product-block input[type=number] {
    width: 200px !important;
  }
}
.product-block-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.product-block-num {
  font-weight: 700;
  font-size: 16px;
  color: var(--bluenav);
}
.btn-remove-product {
  background: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 16px;
  cursor: pointer;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.btn-remove-product:hover {
  border-color: #C00;
  color: #C00;
}
.product-add-wrap {
  text-align: center;
  margin: 20px 0 30px;
}
.btn-add-product {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: 1px dashed var(--bluenav);
  color: var(--bluenav);
  font-weight: 700;
  font-size: 15px;
  padding: 12px 30px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-add-product:hover {
  background: rgba(10, 46, 111, 0.05);
}
.btn-remove-last {
  display: inline-flex;
  align-items: center;
  background: none;
  border: 1px dashed #D66;
  color: #D66;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 30px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 10px;
}
.btn-remove-last:hover {
  background: #D66;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .product-block { padding: 15px; }
  .product-add-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    max-width: 70%;
    margin: 0 auto;
  }
  .btn-add-product,
  .btn-remove-last {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    box-sizing: border-box;
  }
  .form.byora-estimate input[type=text],
  .form.byora-estimate input[type=email],
  .form.byora-estimate input[type=tel],
  .form.byora-estimate input[type=number],
  .form.byora-estimate input[type=date],
  .form.byora-estimate select,
  .form.byora-estimate textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
  .form.byora-estimate dd.byora-name input,
  .form.byora-estimate dd.byora-mid input {
    width: 100% !important;
  }
  .product-block .form-row {
    padding: 8px 0;
  }
}

/* フォーム バリデーションエラー */
.field-error {
  color: #C00;
  font-size: 13px;
  margin-top: 5px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.field-error.show {
  opacity: 1;
  max-height: 40px;
}
.form input.has-error,
.form textarea.has-error,
.form select.has-error {
  background-color: #FFF0F0;
  border-color: #C00;
}

.contact .txt-center {
  text-align: center;
}
.contact .txt-center span {
  color: #ff0000;
  display: block;
}
@media screen and (min-width: 768px) {
  .contact.opinion .form-row {
    gap: 40px;
  }
  .contact.opinion .form-row dt {
    min-width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .contact .form-row dt {
    min-width: 135px;
  }
}

/*--------------------------------------
  step
--------------------------------------*/
.step {
  position: relative;
  border: 1px solid var(--bluenav);
  box-sizing: border-box;
  margin-bottom: 40px;
  border-radius: 10px;
  padding: 30px 16px;
}
.step:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 25px 0px 25px;
  border-color: var(--blue) transparent transparent transparent;
  bottom: -28px;
  left: calc(50% - 25px);
}
.step .step-ttl {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.step .step-ttl:before {
  content: "";
  position: absolute;
  background: #E0E0E0;
}
.step .step-ttl .step-num {
  color: #fff;
  background: var(--bluenav);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 28px;
  line-height: 1;
  border-radius: 28px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
}
.step .step-info {
  line-height: 1.5;
  padding: 0 16px 0 40px;
}
.step.step-last {
  border-color: #E3378A;
  margin-bottom: 88px;
}
.step.step-last:after {
  display: none;
}
.step.step-last .step-ttl .step-num {
  background: #E3378A;
}
.step.step-last .step-ttl .ttl18 {
  color: #E3378A;
}
@media only screen and (max-width: 767px) {
  .step .step-ttl:before {
    height: 1px;
    width: 200px;
    bottom: 0;
    left: calc(50% - 100px);
  }
}
@media only screen and (min-width: 768px) {
  .step {
    padding: 20px 28px;
    align-items: center;
  }
  .step .step-ttl {
    width: 196px;
    box-sizing: border-box;
    padding: 0 28px 0 0;
    margin-bottom: 0;
  }
  .step .step-ttl:before {
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
  }
  .step .step-info {
    width: calc(100% - 237px);
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .step .step-ttl {
    width: 160px;
  }
  .step .step-info {
    width: calc(100% - 195px);
  }
}

.txt-red {
  color: #ff0000;
}

.member-divider {
  border: none;
  border-top: 1px solid #DEE5ED;
  margin: 85px calc(-50vw + 50%);
}

.txt-center {
  text-align: center;
}/*# sourceMappingURL=shared.css.map */