/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600&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;
  font-size: 100%;
  vertical-align: baseline;
}

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", "Noto Sans CJK JP", "Noto Serif JP", "Noto Serif CJK JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.875;
  text-align: justify;
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: 300;
  color: black;
  letter-spacing: 0.075rem;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a,a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

h1, h2, h3, h4, h5,  h6 {
  margin: 0;
}

p, dt, dd {
  overflow-wrap: break-word;
}

body {
  margin: auto; 
  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;
}
.pctr {
  display: table-row !important;
}
.sptr {
  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;
  }
  .pctr {
    display: none !important;
  }
  .sptr {
    display: table-row !important;
  }

}


/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/

body {
  position: relative;
  margin: 0;
}

p, td, label, div, ul, li, strong, input, a  {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

p, label, div, strong, input  {
  display: block;
}

p, em {
  white-space: pre-line;
}
/*---------------------------textalign----------------*/
.textCenter {
  text-align: center;
}
/*---------------------------img----------------*/
.img_full {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
  display: block;
}
.img_cover {
  width: 100%;
  object-fit: cover;
}
.img_contain {
  object-fit: contain;
}
/*==========================================================
  h1,h2,h3,h4,h5,h6
==========================================================*/
h1 {
  font-size: 5rem;
  font-weight: 600;
  color: white;
}
h1.underline {
  position: relative;
  display: inline-block;
}
h1.underline:before,
h1.underline:after  {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: white;
  bottom: -3px;
}
h1.underline:before {
  left: -3px;
}
h1.underline:after {
  right: -3px;
}
h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #3E82B9;
  font-family: "Noto Serif JP";
}
h3 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP";
}
/*==========================================================
  button
==================================`========================*/
.btn {
  display: inline-block;
  position: relative;
 -webkit-appearance: none;
 -moz-appearance:    none;
 appearance:         none;
}
.btn_logo img {
  width: 4.6rem;
  display: block;
  margin-right: 1.5rem;
}
.btn_logo {
  font-family: "Noto Serif JP";
  font-size: 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.3;

  small{
    display: block;
  }
}
.btn_flogo {
  width: 6.4rem;
}
.btn_main,
.btn_contact,
.btn_submit input,
.btn_send input {
  color: #3E82B9;
  line-height: 8rem;
  padding-right: 10rem;
  position: relative;
  display: block;
  text-align: center;
  margin: auto;
  font-size: 2rem;
  cursor: pointer;
  font-weight: 300;
  background: transparent;
}
.btn_main span,
.btn_contact span,
.btn_submit span,
.btn_send span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #3E82B9;
  z-index: -1;
}
.btn_main,
.btn_submit,
.btn_send {
  width: 29rem;
}
.btn_contact {
  width: 100%;
  padding-left: 4rem;
  text-align: left;
}
.btn_main:after,
.btn_contact:after,
.btn_submit:after,
.btn_send:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 1rem;
  border-bottom: 1px solid #3E82B9;
  border-right: 1px solid #3E82B9;
  right: 3rem;
  top: calc(50% - 0.5rem);
  transform: skew(45deg);
}
.btn_submit input,
.btn_send input {
  width: 100%;
  border: none;
}
.btn_send {
  background: #3E82B9;
}
.btn_send input {
  color: white;
}
.btn_send:after{
  border-bottom-color: white;
  border-right-color: white;
}
.btn_phone {
  display: none;
}
.btn_main,
.btn_contact,
.btn_submit,
.btn_send {
  overflow: hidden;
  transition: ease .2s;
  z-index: 1;
}
.btn_main::before,
.btn_contact:before,
.btn_submit:before,
.btn_send:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
    /*色や形状*/
  background:#3E82B9;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
  z-index: -22;
}
.btn_send:before {
  background:white;
  border: 1px solid #3E82B9;
}
.btn_main:hover::before,
.btn_contact:hover::before,
.btn_submit:hover:before,
.btn_send:hover:before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}
.btn_main:hover::after,
.btn_contact:hover:after,
.btn_submit:hover:after {
  border-bottom-color: white;
  border-right-color: white;
}
.btn_send:hover:after {
  border-bottom-color: #3E82B9;
  border-right-color: #3E82B9;
}
.btn_main:hover,
.btn_contact:hover,
.btn_submit:hover input {
  color: white;
}
.btn_send:hover input {
  color: #3E82B9;
}
@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}
/*==========================================================
  header, footer
==========================================================*/
.globControls,
.globNaviCheck,
.globNaviIcon {
  display: none;
}
.l_header {
  width: 114rem;
  margin: auto;
  padding-block: 1.5rem;
  height: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.globNavi {
  display: block;
}
.globNaviMenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.globNaviMenu li,
.globNaviMenu li a {
  display: block;
}
.globNaviMenu li {
  margin-left: 3rem;
}
.globNaviMenu li a {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  position: relative;
}
.globNaviMenu li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background:black;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}
.globNaviMenu li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}
.footerContact {
  border-top: 1px solid #8F929F;
}
.footerContactInfoItem {
  width: 50%;
  padding: 0 8rem;
}
.footerContactInfoItem h3 {
  background: #3E82B9;
  color: white;
  line-height: 4.5rem;
  border-radius: 2.25rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP";
}
.footerContactInfoItemPhone {
  display: block;
  width: 34.6rem;
  margin: 3rem auto 0;
}
.footerContactInfoItem p {
  margin-top: 3rem;
  font-family: "Noto Sans JP";
}
.footerContactInfoItem>h3:not(:first-child) {
  margin-top: 3rem;
}
.footerContactInfoItem .btn {
  margin-top: 3rem;
}
.footerContactInfo {
  display: flex;
  margin-top: 9rem;
}
.footerMain {
  background: #3E82B9;
}
.fLogoTxt {
  margin-left: 2.3rem;
  color: white;
}
.fLogoTxt h2  {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Noto Sans JP";
  color: inherit;
  line-height: 1;
}
.fLogoTxt p {
  margin-top: 0;
  font-weight: 400;
  font-family: "Noto Sans JP";
  color: inherit;
  line-height: 1;
  margin-top: 0.5rem;
}
.fLogo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.fTxtAddr{
  color:white;
  margin-top:5px;
}
.globFooterMenu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
}
.globFooterMenu>li {
  display: inline-block;
}
.globFooterMenu>li>a {
  letter-spacing: 0.15rem;
  color: white;
}
.globFooterMenu>li>ul>li,
.globFooterMenu>li>ul>li>a {
  display: block;
}
.globFooterMenu>li>ul>li>a {
  font-size: 1.2rem;
  color: white;
  position: relative;
  padding-left: 2rem;
}
.globFooterMenu>li>ul>li>a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: calc(50% - 0.6rem);
  font-size: 1.2rem;
  line-height: 1;
  color: white;
}
.globFooterMenu>li>a,
.globFooterMenu>li>ul>li>a {
  font-family: "Noto Sans JP";
}
.globFooterNavi {
  margin-top: 5rem;
}
.globFooterSubMenu {
  margin-top: 3rem;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.globFooterSubMenu>li,
.globFooterSubMenu>li>a {
  display: block;
}
.globFooterSubMenu>li>a  {
  font-size: 1rem;
  color: white;
}
.globFooterSubMenu>li:not(:first-child) {
  margin-left: 1rem;
}
.globNaviPolicy,
.globNaviContact {
  display: none;
}
.copyright {
  margin-top: 5rem;
  font-size: 1.3rem;
  color: white;
  font-family: "Noto Sans JP";
  letter-spacing: 0;
}
/*==========================================================
  slider
==========================================================*/
/*==========================================================
  loading
==========================================================*/
#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: 1200px) {
  html, body {
    font-size: calc(1000vw / 1200);
  }
}

@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 375);
    letter-spacing: 0.062rem;
  }
  h1, h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
  /*---------------button------------*/
  .btn_logo {
    font-size: 1.875rem;
  }
  .btn_logo img {
    width: 3.8rem;
  }
  .btn_phone {
    width: 6rem;
    height: 6rem;
    color: white;
    background: #3E82B9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1rem;
    z-index: 1000;
    position: fixed;
    right: 6rem;
    top: 0;
  }
  .btn_phone img {
    width: 1.8rem;
    display: block;
  }
  .btn_main, 
  .btn_contact, 
  .btn_submit input, 
  .btn_send input {
    font-size: 1.6rem;
  }
  .btn_main:after, 
  .btn_contact:after, 
  .btn_submit:after, 
  .btn_send:after {
    height: 0.9rem;
  }
  .btn_navi_phone,
  .btn_navi_contact {
    display: flex;
    width: 100%;
    height: 8.8rem;
    background: #3E82B9;
    color: white;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 600;
    text-align: center;
  }
  .btn_navi_phone {
    font-size: 1.18rem;
    letter-spacing: 0;
  }
  .btn_navi_phone img {
    width: 19.8rem;
    margin-bottom: 0.5rem;
  }
  .btn_navi_contact {
    font-size: 1.625rem;
  }
  .btn_flogo {
      width: 4rem;
  }
  /*-----------header, footer----------*/
  .globNaviCheck, .globNaviIcon {
    display: block;
  }
  .l_header {
    padding: 0 6rem 0 1rem;
    height: 6rem;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
  }
   .globNavi  {
      display: flex;
      justify-content: space-between;
      align-items: center;
     position: static;
     -webkit-user-select: none;
     flex-wrap: wrap;
     margin-top: 1rem;
   }
   .globNaviCheck {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     top: 0;
     opacity: 0;
     width: 100%;
     height: 100%;
     z-index: 101;
     -webkit-touch-callout: none;
     cursor: pointer;
   }
   .globNaviIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 100;
    width: 6rem;
    height: 6rem;
    background: #336C99;
   }
   .globNaviIcon>p {
    font-size: 1rem;
    color: white;
   }
   .globNaviIcon .close {
    display: none;
   }
  .globNaviIcon>span {
      margin-top: 0.5rem;
      margin-bottom: 0.2rem;
     background: white;
     height:2px;
     display: block;
     width: 2.9rem;
     margin-left: auto;
     margin-right: auto;
     transform-origin: 0 0 ;
     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;
   }
   .globNaviIcon>span:nth-child(3)  {
     transform-origin: 100% 0;
   }
   .globNaviCheck:checked ~ .globNaviIcon span {
    opacity: 1;
    transform: rotate(34deg) translate(0.5rem, -0.2rem);
    width: 3.5rem;
   }
   .globNaviCheck:checked ~ .globNaviIcon>span:nth-child(2) {
     transform: scale(0, 0);
   }
   .globNaviCheck:checked ~ .globNaviIcon>span:nth-child(3) {
     transform: rotate(-34deg) translate(0.7rem, -1.5rem);
   }
   /*
    * Make this absolute positioned
    * at the top left of the screen
    */
  .globNaviCheck:checked ~ .globNaviIcon .open {
    display: none;
  }
  .globNaviCheck:checked ~ .globNaviIcon .close {
    display: block;
  }
   .globNaviMenuWrapper
   {    
      margin: 0;
      width: 100%;
      height: 100%;
      bottom: 0;
      z-index: 100;
      overflow: auto;
      background: white;
      -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);
      top: 0;
      left: 0;
      right: 0;
      border-radius: 0;
      padding: 11.8rem 5.8rem 8.5rem;
      display: none;
   }
   .globNaviCheck:checked ~ .globNaviMenuWrapper {
      transform: none;
      position: fixed;
      z-index: 99;
      display: block;
   }
   .globNavi {
    top: 0;
    right: 0;
    height: auto;
    z-index: 100;
    width: auto;
    position: fixed;
    padding: 0;
    margin: 0;
   }
  .globNaviPolicy {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3rem;
  }
  .globNaviPolicy a {
    display: block;
    font-size: 1.375rem;
    font-weight: 600;
    color: #333333;
  }
  .globNaviPolicy a:first-child {
    margin-right: 3rem;
  }
  .globNaviMenu,
  .globNaviContact {
    display: block;
  }
   .globNaviMenu>li,
   .globNaviMenu>li:not(:first-child) {
      display: block;
      text-align: left;
      padding: 0;
      width: 100%;
      margin: 0;
   }
   .globNaviMenu>li>a {
    font-size: 1.625rem;
    color: #333333;
    font-weight: 600;
   }
   .globNaviMenu li a::after {
    display: none;
   }
   .globNaviMenu>li:not(:first-child),
   .globNaviContact>a:not(:first-child)  {
    margin-top: 3rem;
   }
   .globNaviContact {
    margin-top: 4rem;
   }
   .footerContact  {
      display: none;
   } 
   .fLogoTxt h2 {
      font-size: 2.5rem;
      line-height: 4rem;
   }
   .fSpTxt {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
   }
  .fLogoTxt {
    margin-left: 1.5rem;
  }
  .fLogo {
    justify-content: center;
    align-items: center;
  }
  .footerMain .l_con {
    width: calc(100% - 2rem);
  }
  .globFooterNavi {
    display: none;
  }
  .footerMain {
    padding: 1.5rem 0 !important;
  }
  .copyright {
    margin-top: 1rem;
    font-size: 1.2rem;
    text-align: center;
  }
}