@charset "utf-8";
body {
  color: #000;
}
.font01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.baseW {
  max-width: 1440px;
  margin: auto;
}
@media only screen and (max-width: 1460px) and (min-width:769px) {
  .baseW {
    width: 95%;
  }
}
.boxHeader01 {
  padding: 20px;
  background-color: #fff;
  display: flex;
}
.boxHeader01 .boxHeaderLeft .ttlHeader .sub {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
.boxHeader01 .boxHeaderLeft .ttlHeader img {
  width: 214px;
}
.boxHeader01 .boxHeaderRight {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.boxHeader01 .boxHeaderRight .box01 {
  margin-right: 64px;
}
.boxHeader01 .boxHeaderRight .box01 div {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.8em;
}
.boxHeader01 .boxHeaderRight .box01 div span {
  color: #cb001d;
}
.boxHeader01 .boxHeaderRight .box01 ul {
  display: flex;
  justify-content: flex-end;
}
.boxHeader01 .boxHeaderRight .box01 ul li:nth-child(n+2) {
  padding-left: 24px;
  margin-left: 24px;
  position: relative;
}
.boxHeader01 .boxHeaderRight .box01 ul li:nth-child(n+2):before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #c0c0c0;
  position: absolute;
  left: 0;
  top: 0;
}
.boxHeader01 .boxHeaderRight .box02 {
}
.boxHeader01 .boxHeaderRight .box02 .tel {
  color: #0058be;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.boxHeader01 .boxHeaderRight .box02 .tel span {
  font-size: 0.9375rem;
  line-height: 1;
  margin-right: 1.1em;
}
.boxHeader01 .boxHeaderRight .box02 .tel a {
  line-height: 1;
  font-size: 1.6875rem;
  color: #0058be;
}
.boxHeader01 .boxHeaderRight .box02 .p01 {
  font-size: 0.875rem;
  margin-top: 0.5em;
}
.boxHeader01 .boxHeaderRight .box03 {
  width: 213px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 17px;
}
.boxHeader01 .boxHeaderRight .box03 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: bold;
  color: #0058be;
  background-color: #ffea00;
  border: 3px solid #0058be;
}
.boxHeader01 .boxHeaderRight .box03 a span {
  padding-left: 24px;
  background:url(../../images/common/ico-mail-blue.svg) no-repeat left center;
  background-size: 17px;
}
.boxHeader02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  background-color: #0058be;
  border-bottom: 11px solid #003470;
  padding-top: 5px;
}
.boxHeader02 ul {
  display: flex;
  justify-content: center;
}
.boxHeader02 li a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 2px 2px 0px #003470;
  line-height: 1;
  opacity: 1 !important;
  position: relative;
}
.boxHeader02 li:nth-child(n+2) {
  margin-left: 3.2em;
}
.boxHeader02 li a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -6px;
  transition: all 0.3s;
}
.boxHeader02 li a:hover:after {
  width: 60%;
}
.boxFooterAction01Wrap {
  padding: 120px 0;
  background: url(../../images/common/bg-action01.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.boxFooterAction .p01 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
}
.boxFooterAction .p02 {
  text-align: center;
  font-weight: bold;
  font-size: 2.125rem;
  margin-bottom: 1.2em;
  letter-spacing: 0.08em;
}
.boxFooterAction .box_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxFooterAction .box_wrap .box01 {
  width: 375px;
}
.boxFooterAction .box_wrap .box01 a {
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 12px;
  display: block;
}
.boxFooterAction .box_wrap .box01 dl {
  display: flex;
  flex-wrap: wrap;
}
.boxFooterAction .box_wrap .box01 dl dt {
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-color: #ffff00;
  text-align: center;
  color: #000;
  width: 104px;
  padding: 4px 0 3px 0;
  margin-bottom: 6px;
}
.boxFooterAction .box_wrap .box01 dl dd {
  width: calc(100% - 104px);
  background-color: rgba(255,255,255,0.17);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.boxFooterAction .box_wrap .box02 {
  margin-left: 56px;
}
.boxFooter01 {
  padding: 80px 0 60px 0;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b9b9b9;
}
.boxFooter01 .ttl01 {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
}
.boxFooter01 .ttl01:not(.ttl02):after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b9b9b9;
}
.boxFooter01 .ttl01 span {
  padding-left: 23px;
  background: url(../../images/common/ico-footer-list01.png) no-repeat left center;
  color: #343434;
  font-weight: bold;
  padding-right: 26px;
  flex-shrink: 0;
}
.boxFooter01 .box01 dl:nth-child(n+2) {
  margin-top: 3rem;
}
.boxFooter01 dt a {
  color: #0058be;
  font-size: 0.9375rem;
}
.boxFooter01 dt {
  margin-bottom: 0.8rem;
  padding-left: 23px;
}
.boxFooter01 dd ul li a {
  font-size: 0.875rem;
  color: #333333;
}
.boxFooter01 dd ul li:nth-child(n+2) {
  margin-top: 0.8rem;
}
.boxFooter01 dt,.boxFooter01 dd ul li {
  position: relative;
  padding-left: 23px;
}
.boxFooter01 dt:after,
.boxFooter01 dd ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  position: absolute;
  left: 6px;
  top: 4px;
  transform: rotate(45deg);
}
.boxFooter01 dt:after {
  border-top: solid 1px #0058be;
  border-right: solid 1px #0058be;
}
.boxFooter01 .f01 {
  width: 48.6%;
}
.boxFooter01 .f01 .box_wrap {
  display: flex;
  justify-content: space-between;
}
.boxFooter01 .f02 {
  width: 18%;
}
.boxFooter01 .f02 dl {
  margin-bottom: 3rem;
}
 .boxFooter01 .f03 {
  background-color: #f7f7f7;
  padding: 55px 40px;
  color: #343434;
}
 .boxFooter01 .f03 .logo {
  text-align: center;
  margin-bottom: 40px;
}
 .boxFooter01 .f03 .logo img {
  width: 69px;
}
 .boxFooter01 .f03 .p01 {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 50px;
}
 .boxFooter01 .f03 .p01 span {
  display: block;
  margin-bottom: 1em;
  font-size: 1.125rem;
  color: #0058be;
}
 .boxFooter01 .f03 .p01 a {
  color: #0058be;
  font-weight: bold;
  font-size: 1.125rem;
}
 .boxFooter01 .f03 .p02 {
  font-size: 0.875rem;
  line-height: 1.8;
}
 .boxFooter01 .f03 .p02 p:nth-child(n+2) {
  margin-top: 1.2em;
}
 .boxFooter01 .f03 .sns {
  display: flex;
  margin-top: 55px;
  justify-content: center;
}
 .boxFooter01 .f03 .sns a {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border: 2px solid #bfbfbf;
  padding: 0 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .boxFooter01 .f03 .sns a:nth-of-type(2) {
  margin: 0 12px;
 }
  .boxFooter01 .f03 .sns a:nth-of-type(3) {
    padding: 0 14px;
  }
 .boxFooter01 .f03 .sns a img {
  max-width: 100%;
}
.boxFooter02 {
  display: flex;
  padding: 70px 0 60px 0;
}
.boxFooter02 .txt {
  line-height: 1.6;
  margin-right: 85px;
}
.boxFooter02 form {
  width: 309px;
  height: 45px;
  position: relative;
}
.boxFooter02 input[type=text] {
  border: 2px solid #bfbfbf;
  background-color: #fff;
  padding-left: 1rem;
  color: #000;
  width: 100%;
  height: 100%;
}
.boxFooter02 input[type=submit] {
  border: none;
  width: 23px;
  height: 25px;
  background: url(../../images/common/ico-search.svg) no-repeat left center;
  background-size: 23px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.boxFooterCopyWrap {
  background-color: #009bde;
  color: #fff;
  height: 77px;
  display: flex;
  align-items: center;
}
.boxFooterCopy {
  display: flex;
  width: 100%;
  letter-spacing: 0.08em;
}
.boxFooterCopy ul {
  display: flex;
}
.boxFooterCopy ul li {
  font-size: 0.875rem;
}
.boxFooterCopy ul li:nth-of-type(2) {
  margin: 0 1.2em;
  padding: 0 1.2em;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.boxFooterCopy ul li a {
  color: #fff;
}
.boxFooterCopy p {
  font-size: 12px;
  margin-left: auto;
}
#pageTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
#pageTop.is-show {
  opacity: 1;
  visibility: visible;
}
.boxFooterMap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 25%; /* 比率を4:3に固定 */
}
.boxFooterMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boxFixedBtn {
  width: 98px;
  position: fixed;
  right: 0;
  top: 30vh;
  z-index: 10;
}
.boxFixedBtn a {
  display: block;
  margin-bottom: 14px;
}
.dSp {
  display: none;
}
.boxFooterMenuSp {
  display: none;
}
.boxFixedSp01 {
  display: none;
}
 .boxHeaderSpMenu {
  display: none;
 }
@media only screen and (max-width: 767px) {
  .baseW {
    width: 90%;
  }
  .dSp {
    display: block;
  }
  .dPc {
    display: none;
  }
  .boxHeader02,.boxHeader01 .boxHeaderRight,.boxHeader01 .boxHeaderLeft .ttlHeader .sub {
    display: none;
  }
  .boxHeader01 {
    height: 16.8vw;
    padding: 0 0 0 4vw;
    align-items: center;
  }
  .boxHeader01 .boxHeaderLeft .ttlHeader img {
    width: 44.9vw;
  }
  .boxHeaderSp01 .tel {
    width: 16.8vw;
    height: 16.8vw;
    color: #009bde;
    font-size: 2.88vw;
    background: url(../../images/common/ico-header-tel.svg) no-repeat center 30%;
    background-size: 8.4vw;
    display:flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    position: absolute;
    right: 16.8vw;
    top: 0;
    padding-bottom: 2.3vw;
  }
.btn-trigger {
  position: relative;
  width: 16.8vw;
  height: 16.8vw;
  cursor: pointer;
  background-color: #0058be;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 20%;
}
.btn-trigger span:nth-of-type(2) {
  top: 35%;
}
.btn-trigger span:nth-of-type(3) {
  top: 50%;
}
#btn01.active span:nth-of-type(1) {
  transform: translateY(3vw) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  transform: translateY(-2vw) rotate(45deg);
}
.btn-trigger .t {
  color: #fff;
  font-size: 2.88vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15%;
  text-align: center;
  letter-spacing: 0.1em;
}
.boxFooterAction .p02 {
  font-size: 1.7rem;
}
   .boxFooterAction .p01 {
    font-size: 0.8rem;
   }
   .boxFooterAction .box_wrap {
    flex-wrap: wrap;
    padding: 0 5%;
   }
   .boxFooterAction .box_wrap .box01 a {
    font-size: 2.8rem;
    text-align: center;
   }
   .boxFooterAction .box_wrap .box02 {
    margin: 0;
    width: 49%;
   }
   .boxFooterAction .box_wrap .box02:last-child {
    margin-left: 2%;
   }
   .boxFooterAction .box_wrap .box01 {
    width: 100%;
    margin-top: 2rem;
    order: 3;
   }
   .boxFooterAction01Wrap {
    padding: 3rem 0;
   }
   .boxFooterMenuSp {
    display: block;
   }

.boxFooterMenuSp {
  padding-top: 30px;
}
.boxFooterMenuSp>.menu01 {
  padding: 0 5%;
}
.boxFooterMenuSp>.menu01>li,.boxFooterMenuSp>.menu01>li>.toggle {
  display: block;
  font-size: 4.8vw;
  font-weight: bold;
  border-bottom: 1px solid #b9b9b9;
  position: relative;
}
.boxFooterMenuSp>.menu01>li>.toggle {
  border: none;
}
.boxFooterMenuSp>.menu01>li>.toggle.show {
  border-bottom: 1px solid #b9b9b9;
}
.boxFooterMenuSp>.menu01>li:first-child {
  border-top: 1px solid #b9b9b9;
}
.boxFooterMenuSp>.menu01>li:not(.has_child):after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #636363;
  border-right: solid 2px #636363;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right:1.5rem;
  top: 50%;
}
.boxFooterMenuSp>.menu01>li>a,.boxFooterMenuSp>.menu01>li>.toggle {
  display: block;
  position: relative;
  background: url(../../images/common/ico-footer-list01.png) no-repeat 10px center;
  padding: 1em 0 1em 1.6em;
}
.boxFooterMenuSp>.menu01>li>.toggle {
  position: relative;
}
.boxFooterMenuSp>.menu01>li>.toggle:before {
  content: "";
}
.boxFooterMenuSp>.menu01>li>.toggle:after {
        content: "";
        background: url(../../images/common/ico-plus.svg) no-repeat center center;
        background-size: 3vw;
        background-color: #f1f1f1;
        width: 6.66vw;
        height: 6.66vw;
        border-radius: 10em;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0c4291;
        border: 3px solid #cecece;
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 0vw;
        box-sizing: border-box;
        font-size: 3.5vw;
        line-height: 1;
}
.boxFooterMenuSp>.menu01>li>.toggle.show:after {
  background-image: url(../../images/common/ico-minus.svg);
}
.boxFooterMenuSp>.menu01>li>ul {
  padding: 0 8.4vw;
  background-color: #f3f3f3;
  display: none;
}
.boxFooterMenuSp>.menu01>li>ul>li {
  color: #333333;
  font-size: 4.26vw;
  font-weight: 400;
  border-bottom: 1px solid #c8c8c8;
  padding: 1em 0 1em 1.5em;
  position: relative;
}
.boxFooterMenuSp>.menu01>li>ul>li:before {
  content: "";
  width: 0.6em;
  height: 4px;
  background-color: #636363;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxFooterMenuSp>.menu01>li>ul>li:last-child {
  border: none;
}
.boxFooterMenuSp>.box01 {
  display: flex;
  margin: 2rem 0 1rem 0;
  justify-content: space-between;
  padding: 0 5%;
}
.boxFooterMenuSp>.box01>a {
  width: 49%;
}
.boxFooterMenuSp>.box02 {
}
.boxFooterMenuSp>.box02>ul {
  display: flex;
  justify-content: center;
}
.boxFooterMenuSp>.box02>ul>li:first-child {
}
.boxFooterMenuSp>.box02>ul>li:first-child:after {
  content: "/";
  margin: 0 1.2em;
}
.boxFooterMenuSp>.box02>ul>li>a {
  text-decoration: underline;
}
.boxFooterMenuSp>.box03 {
}
.boxFooterMenuSp>.box03>form {
    width: 85%;
    height: 45px;
    position: relative;
    margin: 1.5rem auto 0 auto;
}
.boxFooterMenuSp>.box03>form>input[type=text] {
    border: 2px solid #bfbfbf;
    background-color: #fff;
    padding-left: 1rem;
    color: #000;
    width: 100%;
    height: 100%;
}
.boxFooterMenuSp>.box03>form>input[type=submit] {
    border: none;
    width: 23px;
    height: 25px;
    background: url(../../images/common/ico-search.svg) no-repeat left center;
    background-size: 23px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.boxFooter02 {
  display: none;
}
.boxFooterCopy ul {
  display: none;
}
.boxFooterCopy p {
  font-size: 0.6rem;
  margin: 0;
  width: 100%;
  text-align: center;
}
  .boxFooter01 .f01,.boxFooter01 .f02 {
    display: none;
  }
.boxFooter01 {
  width: 100%;
  display: block;
  padding-bottom: 0;
}
  .boxFooter01 .f03 .p01 {
    text-align: center;
    margin-bottom: 0;
  }
  .boxFooter01 .f03 .p02 {
    display: none;
  }
  .boxFooter01 .f03 {
    padding: 80px 0 40px 0;
    margin-top: -100px;
  }
  .boxFooter01 .f03 .logo {
    margin-bottom: 20px;
  }
  .boxFooter01 .f03 .sns {
    margin-top: 30px;
  }
  .boxFooterMap {
    display: none;
  }
  .boxFixedBtn {
    display: none;
  }
  .boxFooter01 .f03 .sns a {
    width: 22.6vw;
    height: 22.6vw;
  }
  .boxFooter01 .f03 .sns a:nth-of-type(1) {
    padding: 0 4vw;
  }
  .boxFooter01 .f03 .sns a:nth-of-type(2) {
    padding: 0 5vw;
  }
  .boxFooter01 .f03 .sns a:nth-of-type(3) {
    padding: 0 6vw;
  }
  .boxFixedSp01 {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    line-height: 0;
    z-index: 10;
  }
  .boxFixedSp01 a img {
    max-width: 100%;
  }
  .boxFixedSp01 a:nth-of-type(1) {
    width: 33.3333%;
  }
  .boxFixedSp01 a:nth-of-type(2) {
    width: 33.2%
  }
  .boxFixedSp01 a:nth-of-type(3) {
    width: 33.4667%
  }
  #pageTop {
    width: 8vw;
    height: 8vw;
    background: url(../../images/common/pagetop_sp.jpg) no-repeat;
    background-size: contain;
    bottom: 18vw;
    right: 15px;
  }
    #pageTop img {
      display: none;
    }
    .boxHeaderSpMenu {
  display: none;
  position: fixed;
  top: 16.8vw;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 120px;
}
body.menu-open {
  overflow: hidden;
}
body > header {
      position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 9999;
}
body{
  margin-top: 16.8vw;
}
.boxFooter01 .f03 .p01 a {
  color: #000;
}
.boxFooter01 .f03 .p01 a[href^="tel:"] {
      color: #0058be;
}
}
