/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}
html, body {
  font-family:  "Noto Sans JP", "ヒラギノ角ゴ Pro", "游ゴシック", "游明朝", "ヒラギノ明朝 Pro", "Oswald", "メイリオ", "游ゴシック", "Noto Serif", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  line-height: 1.5;
  text-align: left;
  font-size: 10px;
  color: #1A1A1A;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: 400;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

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

img {
  display: block;
  width: 100%;
}

p, dt, dd {
  overflow-wrap: break-word;
}

body {
  position: relative;
}

small {
  font-size: 70%;
  color: grey;
}
/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.pci {
  display: inline-block !important;
}
.spi {
  display: none !important;
}
.pcf {
  display: flex !important;
}
.spf {
  display: none !important;
}


@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: flex !important;
  }
}


/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/

body {
  position: relative;
  margin: 0;
  padding-top: 7rem;
}

p, td, label, div, li, strong, input{
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}

p.normal {
  font-size: 1.4rem;
  line-height: 1.857;
  letter-spacing: 0.06em;
}
p.normal a {
  text-decoration: underline;
}

ul {
  line-height: 0;
}

p, label, div, strong, input  {
  display: block;
}

p, td {
  white-space: pre-line;
}

main {
  position: relative;
}
header,
section {
  overflow: hidden;
}
/*---------------------------textalign----------------*/
/*==========================================================
  h1,h2,h3,h4,h5,h6
==========================================================*/
h1, h2, h3, h4 {
  display: block;
  line-height: 1.3;
}
/*==========================================================
  header
==========================================================*/
.l_header {
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
  padding-left: 3.5rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  box-shadow: 0 0 10px -4px #000;
}
.globLogo {
  width: 31rem;
  cursor: pointer;
}
.btnContact {
  width: 20rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: white;
  background: #003D7C;
  position: relative;
}
.btnContact img {
  width: 1.4rem;
  margin-right: 0.5rem;
}
.btnContact:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 7rem solid #003D7C;
  border-left: 4.4rem solid transparent;
  position: absolute;
  left: -4.4rem;
  bottom: 0;
}
#globNaviCheck,
.globNaviBtn {
  display: none;
}
.glob {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55rem;
  margin: auto;
}
.globalNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-bottom: 1rem;
}
.globalNavi li  {
  margin: 0 2.5rem;
}
.globalNavi li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
}
.globalNavi li a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.28rem solid transparent;
  border-right: 0.28rem solid transparent;
  border-top: 0.5rem solid #003D7C;
  position: absolute;
  left: calc(50% - 0.28rem);
  bottom: -1rem;

}

/*==========================================================
  footer
==========================================================*/
.fPhoneBtn,
.fContactBtn,
.footerInfoTxt {
  margin-top: 2rem;
}
.footer {
  display: flex;
  background: #d1dfe5;
  justify-content: center;
  align-items: center;
}
.footerInfo {
  width: calc(50% + 7rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: calc(50% - 60rem);
}
.footerNav {
  width: calc(50% - 7rem);
  padding-right: calc(50% - 60rem);
  position: relative;
  height: 40rem;
  background: #003d7c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footerNav:before {
  position: absolute;
  left: -14rem;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 40rem solid #003d7c;
  border-left: 14rem solid transparent;
}
.footerNav ul {
  padding-bottom: 2rem;
  display:flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid white;
}
.footerNav li,
.footerNav li a {
  display: inline-block;
  font-size: 1.6rem;
  color: white;
}
.footerNav ul>li:not(:first-child):before {
  content: "／";
  position: relative;
  margin: 0 1rem;
}
.footerBarCode {
  width: 15rem;
  margin: 4rem auto 0;
}
.copyright {
  padding: 1rem 0;
  color: white;
  background: #051226;
  text-align: center;
}
.copyright p  {
  font-size: 1.2rem;
}
/*==========================================================
  loading
==========================================================*/
#loading {
  display: none;
}
/*#loading {
 display: flex;
 justify-content: center;
 align-items: center;
 position: fixed;
 flex-direction: column;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: #fff;
 z-index: 50;
}
.loadingIcon {
  width: 33.3rem;
  margin-bottom: 4rem;
}
#loading .dot-pulse:before {
  animation: custom-dot-pulse-before 1.5s infinite linear;
  background-color: #e40d7c;
  color: #e40d7c;
  box-shadow: 9984px 0 0 -5px #e40d7c;
  animation-delay: 0s;
}
#loading .dot-pulse {
  animation: custom-dot-pulse 1.5s infinite linear;
  background-color: #231815;
  color: #231815;
  box-shadow-color: 9999px 0 0 -5px #231815;
  animation-delay: .25s;
}
#loading .dot-pulse:after {
  animation: custom-dot-pulse-after 1.5s infinite linear;
  background-color: #be9124;
  color: #be9124;
  box-shadow-color: 10014px 0 0 -5px #be9124;
  animation-delay: .5s;
}*/

@keyframes custom-dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px black;
  }
  30% {
    box-shadow: 9984px 0 0 2px black;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px black;
  }
}

@keyframes custom-dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px black;
  }
  30% {
    box-shadow: 9999px 0 0 2px black;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px black;
  }
}

@keyframes custom-dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px black;
  }
  30% {
    box-shadow: 10014px 0 0 2px black;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px black;
  }
}

@media screen and (max-width: 1240px) {
   html, body {
    font-size: calc(1000vw / 1240);
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(100vw / 60);
  }
  p, td, label, div, li, strong, input {
    font-size: 1.8rem;
  }
  body {
    padding-top: 7rem;
  }
  /*==========================================================
    header
  ==========================================================*/
  .l_header {
    height: 7rem;
    padding-left: 2rem;
    padding-right: 7rem;
    background: white;
  }
  .btnContact:before {
    display: none;
  }
  .btnContact {
    width: 16rem;
    height: 7rem;
  }
  .glob {
    order: 2;
    position: fixed;
    flex-grow: 0;
    margin-left: 0;
    right: 0;
    top: 0;
    left: auto;
    margin: 0;
  }
  .globalNavi {
    display: none;
  }
  .glob,
  #globNaviCheck,
  .globNaviBtn {
    width: 7rem;
    height: 7rem;
    display: block;
    z-index: 1;
  }
  #globNaviCheck,
  .globNaviBtn {
    position: absolute;
  }
  #globNaviCheck {
    opacity: 0;
    z-index: 2;
  }
  .globNaviBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    padding: 1.5rem;
  }
  .globNaviBtn span {
    width: 100%;
    height: 2px;
    margin: 0.3rem 0;
    background: white;
    display: block;
    transform-origin: 0 0;
    background: #003d7c;
    transition: all 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
  }
  .globalNavi {
      position: fixed;
      margin: 0;
      padding: 8rem 4rem;
      width: 100%;
      right: 0;
      top: 6.4rem;
      bottom: 0;
      max-height: 100%;
      z-index: 0;
      overflow: auto;
      background: #003d7c;
      -webkit-font-smoothing: antialiased;
      transform-origin: 0% 0%;
      transform: translate(100%, 0);
      transition: transform 0.1s cubic-bezier(0.77,0.2,0.05,1.0);
      left: 0;
      right: 0;
      list-style: none;
  }
  .globalNavi li a {
    color: white;
    font-size: 3rem;
    border-bottom: 1px solid white;
    display: block;
    padding: 2rem 0;
  }
  .globalNaviWrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  #globNaviCheck:checked ~ .globalNavi {
    display: block;
    transform: none;
  }
  #globNaviCheck:checked ~ .globNaviBtn:before {
    content: "";
    background: #003d7c;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 7rem;
  }
  #globNaviCheck:checked ~ .globNaviBtn {
    background: none;
  }
  #globNaviCheck:checked ~ .globNaviBtn span {
    background: white;
    transform: rotate(45deg) translate(0.1rem, -0.7rem);
  }
  #globNaviCheck:checked ~ .globNaviBtn>span:nth-child(2) {
    transform: scale(0, 0);
  }
  #globNaviCheck:checked ~ .globNaviBtn>span:nth-child(3) {
      transform: rotate(-45deg) translate(-0.2rem, 0.7rem);
  }
  /*==========================================================
    footer
  ==========================================================*/
  .footer {
    display: block;
  }
  .footerNav:before {
    display: none;
  }
  .footerInfo,
  .footerNav {
    width: 100%;
    padding: 4rem 0;
    height: auto;
  }
  .footerNav li, .footerNav li a {
    font-size: 2rem;
  }
  .footerNav ul {
    padding-bottom: 1rem;
  }
  .footerBarCode {
    margin: 2rem auto 0;
  }
  .fLogo {
    width: 40rem;
    margin: auto;
  }
}