@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
  デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, .logo, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
    height: auto;
}
a,
a:link {
  color: #0A2054;
  text-decoration: none;
  transition: 0.3s ease-in;
}
a:visited {
  color: #0A2054;
}
a:hover {
  color: #0A2054;
}
a:active {
  color: #0A2054;
}
/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #0A2054;
  font-size: 1.6rem;
  line-height: 2;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #F4F7FC;
}
#container {
  padding-top: 62px;
  text-align: left;
  overflow: hidden;
}
#main {
  display: block;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }
  body.fixed {
	  width: 100%;
	  position: fixed;
	  left: 0;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
#gHeader {
  margin: 0 auto;
  padding: 6px 20px 4px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  background-color: #F8F8F8;
  z-index: 999;
}
#gHeader .hBox {
  margin: 0 auto;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gHeader .logo {
  width: 153px;
}
#gNavi {
  display: flex;
  justify-content: flex-end;
}
#gNavi a {
  color: #000;
  display: block;
}
#gNavi .menuList {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
#gNavi .menuList li {
  margin-right: 22px;
}
#gNavi .menuList li:last-child {
  margin-right: 0;
}
#gNavi .menuList a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .15rem;
}
#gNavi .menuList a::after {
  width: 31px;
  height: 2px;
  position: absolute;
  background-color: #3288EB;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  opacity: 0;
  transition: 0.3s ease-in;
}
#gNavi .hBtn a {
  margin-right: 30px;
  padding: 10px;
  width: 160px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1rem;
  background-color: #E04B67;
  border: 1px solid #E04B67;
  border-radius: 40px;
  box-sizing: border-box;
}
#gNavi .hLink a {
  width: 50px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
}
#gNavi .hLink a:hover {
  color: #3288EB;
}
#gNavi .hLink a img {
  margin: 0 auto 4px;
  display: block;
}
@media (min-width: 980px) and (max-width: 1120px) {
  #gNavi .menuList {
    margin-right: 10px;
  }
  #gNavi .menuList li {
    margin-right: 10px;
    
  }
  #gNavi .menuList a {
    font-size: 1.5rem;
    letter-spacing: normal;
  }
}
@media (min-width: 897px) and (max-width: 979px) {
  #gNavi .menuList {
    margin-right: 10px;
  }
  #gNavi .menuList li {
    margin-right: 10px;
    
  }
  #gNavi .menuList a {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}
@media all and (min-width: 897px) {
  #gNavi .menuList a:hover::after {
    opacity: 1;
  }
  #gNavi .hBtn a:hover {
    color: #E04B67;
    background-color: #fff;
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 12px 16px 10px;
  }
  #gHeader .hBox {
    position: relative;
  }
  #gHeader .menu {
    width: 36px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 3px;
    z-index: 9999;
  }
  #gHeader .menu span {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #000;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in
  }
  #gHeader .menu span:first-of-type {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: top 0.3s ease-in, -webkit-transform 0.1s ease-in;
    transition: top 0.3s ease-in, -webkit-transform 0.1s ease-in;
    transition: top 0.3s ease-in, transform 0.1s ease-in;
    transition: top 0.3s ease-in, transform 0.1s ease-in, -webkit-transform 0.1s ease-in
  }
  #gHeader .menu span:nth-of-type(2) {
    top: 15px;
  }
  #gHeader .menu span:nth-of-type(3) {
    top: auto;
    bottom: 3px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: bottom 0.3s ease-in, -webkit-transform 0.1s ease-in;
    transition: bottom 0.3s ease-in, -webkit-transform 0.1s ease-in;
    transition: bottom 0.3s ease-in, transform 0.1s ease-in;
    transition: bottom 0.3s ease-in, transform 0.1s ease-in, -webkit-transform 0.1s ease-in
  }
  #gHeader .menu.on span {
    background-color: #000;
  }
  #gHeader .menu.on span:first-of-type {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.1s ease-in, -webkit-transform 0.3s ease-in;
    transition: top 0.1s ease-in, -webkit-transform 0.3s ease-in;
    transition: top 0.1s ease-in, transform 0.3s ease-in;
    transition: top 0.1s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in
  }
  #gHeader .menu.on span:nth-of-type(2) {
    opacity: 0;
  }
  #gHeader .menu.on span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 13px;
    -webkit-transition: bottom 0.1s ease-in, -webkit-transform 0.3s ease-in;
    transition: bottom 0.1s ease-in, -webkit-transform 0.3s ease-in;
    transition: bottom 0.1s ease-in, transform 0.3s ease-in;
    transition: bottom 0.1s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in
  }
  #gNavi .hBtn ,
  #gNavi .hLink {
    display: none;
  }
  #gHeader .hBox {
    display: block;
  }
  #gNavi {
    margin: 0;
    padding: 84px 24px 60px;
    width: 308px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    background-color: #F8F8F8;
    z-index: 9999;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-transform: translateX(308px);
    transform: translateX(308px);
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
	box-shadow: 0 0 20px rgba(0,0,0,.16);
  }
  #gNavi.on {
    transform: translateX(0);
  }
  #gNavi .menuList {
    margin: 0 auto 197px;
    display: block;
  }
  #gNavi .menuList li {
    margin: 0;
    border-bottom: 2px solid #E2E6ED;
  }
  #gNavi .menuList a {
    padding: 8px 16px;
    display: block;
    font-size: 1.6rem;
  }
  #gNavi .on {
    margin-bottom: 50px;
  }
}
/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
#gFooter {
  padding: 40px 20px 45px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0,0,0,.05);
  background-color: #fff;
}
#gFooter .fBox {
  margin: 0 auto;
  max-width: 1320px;
  color: #363636;
  text-align: center;
}
#gFooter .f_logo {
  margin-bottom: 20px;
}
#gFooter .f_logo a {
  display: block;
}
#gFooter .fNavi {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
#gFooter .fNavi li {
  margin-right: 40px;
}
#gFooter .fNavi li:last-child {
  margin-right: 0;
}
#gFooter .fNavi li a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1rem;
}
#gFooter .target span {
  display: inline-block;
  padding-right: 22px;
  box-sizing: border-box;
  background: url("./icon02.png") no-repeat center right / 15px auto ; 
}
#gFooter .fBtn {
  margin: 0 auto 23px;
  width: 196px;
}
#gFooter .fBtn a {
  padding: 6px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  border-radius: 20px;
  box-shadow: 0 0 3px 2px rgba(112,112,112,.2);
  box-sizing: border-box;
}
#gFooter .fBtn span {  
  padding-left: 28px;
  display: inline-block;
  background: url("./icon01.png") no-repeat center left/ 24px auto;
  transition: 0.3s ease-in;
}
#gFooter .text {
  margin-bottom: 3px;
  font-size: 1rem;
}
#gFooter address {
  font-size: 1rem;
  font-style: normal;
}
@media all and (min-width: 897px) {
  #gFooter .fNavi a:hover,
  #gFooter .fBtn a:hover {
    color: #3288EB;
  }
  #gFooter .target a:hover span {
    background-image: url("./icon03.png");
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    padding: 48px 20px 90px;
  }
  #gFooter .f_logo {
    margin-bottom: 30px;
  }
  #gFooter .fNavi {
    margin-bottom: 30px;
    flex-direction: column;
  }
  #gFooter .fNavi li {
    margin-right: 0px;
    margin-bottom: 32px;
  }
  #gFooter .fNavi li:last-child {
    margin-bottom: 0;
  }
  #gFooter .text {
    margin-bottom: 6px;
    text-align: left;
    line-height: 1.5;
  }
}
/*
     FILE ARCHIVED ON 06:46:17 Mar 30, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:02:26 Apr 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.695
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.01
  esindex: 0.014
  cdx.remote: 215.631
  LoadShardBlock: 85.876 (3)
  PetaboxLoader3.datanode: 95.232 (4)
  load_resource: 215.496
  PetaboxLoader3.resolve: 196.811
*/