@charset "UTF-8";
/* Scss Document */
html:not(.responsive) {
  width: 100%;
  /* viewport */
}
/*=============================================
 * body
 *=============================================*/
body {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  letter-spacing: 0.0em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}
@media screen and (max-width: 990px) {
  body {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 29px;
    text-align: justify;
  }
}
@media screen and (max-width: 429px) {
  body {
    font-size: 14px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1000px) {
  .ipad_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.navOpen #pagetop {
  opacity: 0;
}
.txt-center {
  text-align: center;
}
a {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'GothicMB101Pro';
  src: url("../fonts/A-OTF-GothicMB101Pro-DeBold.otf");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'GothicMB101ProBold';
  src: url("../fonts/A-OTF-GothicMB101Pro-Bold.otf");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'GothicMB101ProHEAVY';
  src: url("../fonts/A-OTF-GOTHICMB101PRO-HEAVY.OTF");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
.fnt-Gothic {
  font-family: 'GothicMB101Pro';
  font-style: normal;
}
.fnt-GothicH {
  font-family: 'GothicMB101ProHEAVY';
  font-style: normal;
}
.fnt-GothicB {
  font-family: 'GothicMB101ProBold';
  font-style: normal;
}
.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-Barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.fnt-noto {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* Syntax: font format */
.fr {
  float: right;
}
.fl {
  float: left;
}
.object-fit-cover, .object-fit-cover-pc {
  position: relative;
}
.object-fit-cover img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .object-fit-cover-pc img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pc_view {
    display: block;
  }
}
.hamburger-btn {
  cursor: pointer;
  width: 70px !important;
  height: 70px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 105;
  line-height: 1;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0em;
}
.hamburger-btn i {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hamburger-btn span {
  line-height: 1;
  background-color: #000;
  border-radius: 3px;
  height: 3px;
  width: 30px;
  position: absolute;
  top: 34px;
  left: calc(50% - 15px);
  display: block;
  -webkit-transition: all .45s ease 0s;
  transition: all .45s ease 0s;
}
.hamburger-btn:before {
  content: '';
  position: absolute;
  width: 30px;
  top: 25px;
  left: calc(50% - 15px);
  background-color: #000;
  height: 3px;
  border-radius: 3px;
  -webkit-transition: all .45s ease 0s;
  transition: all .45s ease 0s;
}
.hamburger-btn:after {
  content: '';
  position: absolute;
  width: 30px;
  top: 43px;
  border-radius: 3px;
  left: calc(50% - 15px);
  background-color: #000;
  height: 3px;
  -webkit-transition: all .45s ease 0s;
  transition: all .45s ease 0s;
}
.hamburger-btn.is-active:before {
  transform: rotate(-45deg);
  width: 28px;
  top: 35px;
  left: 21px;
}
.hamburger-btn.is-active:after {
  transform: rotate(45deg);
  width: 28px;
  top: 35px;
  left: 21px;
}
.hamburger-btn.is-active span {
  opacity: 0;
  left: 64px;
}
.hamburger-btn span:last-child {
  font-size: 11px;
  display: none !important;
  opacity: 1 !important;
  top: 13px;
  transform: none;
  left: 0;
  right: 0;
  background-color: transparent;
  width: 100%;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
@-webkit-keyframes fadeInZoom {
  0% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeInZoom {
  0% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes fadeInZoom {
    0% {
      transform: scale(1.2);
    }
    to {
      transform: scale(1);
    }
  }
  @keyframes fadeInZoom {
    0% {
      transform: scale(1.2);
    }
    to {
      transform: scale(1);
    }
  }
}
.fadeInZoom {
  -webkit-animation-name: fadeInZoom;
  animation-name: fadeInZoom;
  -webkit-animation-duration: 5.5s;
  animation-duration: 5.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products-shared .item dl dt span {
    display: block;
  }
}
a[href^="tel:"] {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .none_hover {
    pointer-events: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }
  .sp {
    display: none !important;
  }
}
.fc-form [class^='error'] {
  position: static;
}
.f_cl1 {
  color: #151B51;
}
.f_cl2 {
  color: #0068B7;
}
.txt_r {
  text-align: right;
}
i {
  font-style: normal;
}
/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brk_in {
  display: inline-block;
}
.box_shadown {
  -webkit-box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
  box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
}
.img_shadown {
  -webkit-box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
  box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.wrap {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap > * {
  box-sizing: border-box;
}
@media screen and (max-width: 1010px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 429px) {
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#pagetop {
  right: 20px;
  bottom: 30px;
  width: 111px;
  cursor: pointer;
  position: fixed;
  z-index: 999;
}
#pagetop:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 55px;
  }
  #pagetop img {
    width: 100%;
    height: auto;
  }
}
header {
  position: relative;
  color: #151B51;
  padding-bottom: 15px;
}
header .wrap {
  padding-top: 15px;
  padding-bottom: 9px;
}
header .hd-contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: fit-content;
  gap: 30px;
  align-items: center;
}
header .hd-contact .info {
  width: 225px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #0068B7;
  box-sizing: border-box;
}
header .hd-contact .info dd {
  padding: 5px 0 4px;
  line-height: 22px;
}
header .hd-contact .info dt {
  color: #FFF;
  line-height: 25px;
  background: #0068B7;
}
header .hd-contact .tel {
  text-align: center;
}
header .hd-contact .tel dt {
  margin: 0 -20px;
}
header .hd-contact .tel a {
  letter-spacing: 0;
  font-size: 25px;
  font-weight: 700;
  position: relative;
}
header .hd-contact .tel a:before {
  content: '';
  background: url("../img/shared/ico1.png") no-repeat center/100%;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}
header .hd-contact .tel dd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
header .hd-contact .tel dd span {
  display: block;
  padding: 0 3px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0;
  border: 1px solid;
}
header .hd-contact .tel dd span:first-child {
  border-right: none;
}
header .hd-contact .bnr-email {
  width: 240px;
}
header .hd-contact .bnr-email a {
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  border-radius: 5px;
  background: #FAD165;
  text-align: center;
  line-height: 80px;
}
header .hd-contact .bnr-email a:before {
  content: '';
  display: inline-block;
  background: url("../img/shared/icon2.png") no-repeat center/100%;
  width: 25px;
  height: 19px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
header .hd-contact .bnr-email a:hover {
  opacity: 0.8;
}
header #belt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  header #belt {
    height: 50px;
  }
}
header h1 {
  width: calc(100% - 80px);
  max-width: 428px;
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
  z-index: 99999;
}
header h1 img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 999px) and (max-width: 1650px) {
  header h1 {
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  header h1 {
    max-width: 324px;
    left: 13px;
  }
}
header .hamburger {
  display: block;
  position: fixed;
  z-index: 99999;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  background-color: #062c87;
  color: #fff;
}
header .hamburger span {
  display: block;
  position: absolute;
  width: 27px;
  height: 2px;
  left: 12px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .hamburger span:nth-child(1) {
  top: 11px;
}
header .hamburger span:nth-child(2) {
  top: 18px;
}
header .hamburger span:nth-child(3) {
  top: 25px;
}
header .hamburger:before {
  font-size: 10px;
  content: 'MENU';
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 7px;
  z-index: 1;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  header .hamburger {
    display: block !important;
  }
}
header .hamburger.is-active {
  background-color: #9ca4c2;
}
header .hamburger.is-active:before {
  content: 'CLOSE';
}
header .hamburger.is-active span {
  top: 12px;
}
header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  -ms-transform: translateY(4px) rotate(-45deg);
  -o-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
header .hamburger.is-active span:nth-child(3) {
  top: 17px;
  -webkit-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
@media screen and (max-width: 1280px) {
  header .hd-contact {
    gap: 10px;
  }
  header .hd-contact .info {
    width: 165px;
    font-size: 13px;
  }
  header .hd-contact .bnr-email {
    width: 180px;
  }
}
@media screen and (max-width: 999px) {
  header .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .hd-contact {
    gap: 10px;
  }
  header .hd-contact .info {
    width: 120px;
    font-size: 10px;
    line-height: 20px;
  }
  header .hd-contact .info dd {
    line-height: 16px;
  }
  header .hd-contact .bnr-email {
    width: 180px;
    width: 68px;
  }
  header .hd-contact .bnr-email a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 68px;
  }
  header .hd-contact .bnr-email a:before {
    margin-right: 0;
  }
  header .hd-contact .tel a {
    font-size: 17px;
  }
  header .hd-contact .tel a:before {
    width: 12px;
    height: 12px;
  }
  header .hd-contact .tel dt {
    margin: 0 -10px;
  }
  header .hd-contact .tel dd span {
    font-size: 9px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 50px 0 0;
  }
  header .wrap {
    padding: 0;
  }
}
#navigation ul {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
#navigation ul li {
  border-right: 2px solid #e5e5e5;
  text-align: center;
  box-sizing: border-box;
}
#navigation ul li a {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.0em;
  color: #000;
  padding: 0 14px;
}
#navigation ul li a br {
  display: none;
}
#navigation ul li a:hover {
  opacity: 0.8;
}
#navigation ul li.none {
  border: none;
}
#navigation ul li.btn {
  width: 118px;
  border: none;
  margin-left: 10px;
}
#navigation ul li.btn a {
  display: block;
  background-color: #052d87;
  color: #fff;
  line-height: 80px;
}
@media screen and (max-width: 1990px) {
  #navigation ul li a {
    min-height: 40px;
  }
  #navigation ul li a br {
    display: block;
  }
}
@media screen and (max-width: 1650px) {
  #navigation ul {
    padding-top: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 1180px) {
  #navigation ul li a {
    font-size: 15px;
    padding: 0 11px;
  }
}

@media screen and (max-width: 1080px) {
  #navigation ul li a {
    
    padding: 0 6px;
  }
}
@media screen and (max-width: 999px) {
  #navigation {
    padding: 50px 0 80px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #navigation ul {
    display: block;
    padding: 0;
    border-top: 5px solid #062c8b;
  }
  #navigation ul li {
    border: none;
    border-bottom: 2px solid #e4e4e4 !important;
    padding: 0 15px !important;
  }
  #navigation ul li a {
    font-size: 15px;
    padding: 9px 0 9px 25px !important;
    text-align: left;
    display: block;
    min-height: 5px;
    line-height: 30px !important;
    background: url("../img/shared/arow3.png") no-repeat 0 center/16px;
  }
  #navigation ul li a br {
    display: none;
  }
  #navigation ul li.btn {
    margin: 0;
    width: auto;
  }
  #navigation ul li.btn a {
    background-color: transparent;
    color: #000;
    line-height: inherit;
  }
}
@media screen and (max-width: 999px) {
  .navOpen #navigation {
    opacity: 1;
    visibility: visible;
    -moz-transition: all .75s ease;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
}
footer {
  background-color: #007c6f;
  text-align: center;
  padding: 34px 20px 32px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
footer .logo {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 15px;
    padding: 28px 0px 25px;
  }
  footer .logo {
    padding-bottom: 20px;
  }
}
section {
  position: relative;
  overflow: hidden;
}
section * {
  box-sizing: border-box;
}
header .fixed .fix_logo {
  opacity: 1;
  visibility: visible;
}