@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #29a7de;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
header
------------------------------------------------- */
body.open {
  overflow: hidden;
}

#header a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  padding-right: 120px;
  column-gap: 90px;
  align-items: start;
}
#header .logo {
  max-width: 325px;
  padding: 76px 0 76px 2.027027027%;
}
#header .logo:not(.buger-logo) {
  background-color: #fff;
  margin-bottom: -95px;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 45px;
}
#header .logo:not(.buger-logo)::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 1px;
  bottom: -2px;
  height: 99px;
  aspect-ratio: 86/98;
  background: url(../images/h-logo-bg.webp) no-repeat center/cover;
  transform: translateX(100%);
}
#header .entry {
  margin-left: auto;
  background-color: #29a7de;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  min-height: 70px;
  padding: 10px;
  overflow-x: clip;
  /* a{
    @include flex-center();
    width: 348px;
    height: 70px;
    background-color: #29a7de;
    @include fontts(700);
    font-size: 26px;
    line-height: 1.6;
    color: #fff;
    padding-right: 17px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    small{
      display: flex;
      align-items: center;
      &::before{
        content: "|";
        margin: 0 14px;
      }
    }
  } */
}
#header .entry ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -35px;
}
#header .entry ul li {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1.6;
  color: #fff;
  display: flex;
  align-items: center;
}
#header .entry ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#header .entry ul li small {
  display: flex;
  align-items: center;
}
#header .entry ul li small::before {
  content: "|";
  margin: 0 14px;
}
#header .entry ul li::before {
  content: "|";
  margin: 0 14px;
}
#header .buger-btn {
  position: fixed;
  z-index: 5;
  top: 5px;
  right: 16px;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  /* &:not(.open){
    .bd{
      span{
        box-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
      }
    }
    .tx{
      text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    }
  } */
}
html.ccm-toolbar-visible #header .buger-btn {
  top: 53px;
}
#header .buger-btn .bd {
  width: 67px;
  aspect-ratio: 67/44;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 7px;
}
#header .buger-btn .bd span {
  width: 100%;
  height: 8px;
  flex: 1;
  background-color: #0030ac;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header .buger-btn .tx {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
#header .buger-btn:not(.open) {
  background-color: #fff;
}
#header .buger-btn.open .bd {
  position: relative;
}
#header .buger-btn.open .bd span {
  position: absolute;
  background-color: #fff;
}
#header .buger-btn.open .bd span:nth-child(1) {
  transform: rotate(45deg);
}
#header .buger-btn.open .bd span:nth-child(2) {
  display: none;
}
#header .buger-btn.open .bd span:nth-child(3) {
  transform: rotate(-45deg);
}
#header .buger-btn.open .tx {
  color: #fff;
}
#header .buger {
  position: fixed;
  width: 100%;
  z-index: 4;
  display: none;
  background-color: #00479d;
  padding-bottom: 10px;
  height: 100vh;
  overflow-y: auto;
}
#header .buger .inner .logo {
  margin: 0 120px 96px 0;
}
#header .buger .inner .contents {
  display: flex;
  margin: 0 10px 0 7.625%;
  column-gap: 8.514986376%;
}
#header .buger .inner .contents .title {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 1.2;
  color: #fff;
  align-content: center;
}
#header .buger .inner .contents #gnav {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #fff;
  padding: 40px 0 45px 8.9237057221%;
  gap: 16px 145px;
}
#header .buger .inner .contents #gnav ul li a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
}
#header .buger .inner .contents #gnav ul li.home {
  margin-top: 44px;
}
#header .buger .inner .contents #gnav ul li.home a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 100;
  font-size: 16px;
  background: linear-gradient(90deg, #29a7de 0%, #0071b8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 276px;
  height: 53px;
  column-gap: 34px;
  padding-right: 12px;
  border-radius: 10px;
}
#header .buger .inner .contents #gnav ul li.home a:after {
  content: "";
  width: 37px;
  aspect-ratio: 37/7;
  background: url(../images/arow.webp) no-repeat center/cover;
}
#header .buger .inner .contents #gnav ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 999px) {
  #header .top {
    padding-right: 90px;
    column-gap: 40px;
  }
  #header .logo {
    padding: 40px 0 40px 10px;
  }
  #header .logo:not(.buger-logo) {
    margin-bottom: -40px;
    border-bottom-left-radius: 30px;
  }
  #header .logo:not(.buger-logo)::before {
    height: 43px;
    bottom: -1px;
  }
  #header .entry {
    min-height: 60px;
    /* a{
      width: 290px;
      height: 60px;
      font-size: 20px;
    } */
  }
  #header .entry ul li {
    font-size: 20px;
  }
  #header .buger-btn .bd {
    width: 50px;
  }
  #header .buger-btn .bd span {
    height: 4px;
  }
  #header .buger-btn .tx {
    font-size: 16px;
  }
  #header .buger .inner .logo {
    margin: 0 90px 70px 0;
  }
  #header .buger .inner .contents {
    margin-left: 10px;
    column-gap: 10px;
    justify-content: center;
  }
  #header .buger .inner .contents .title {
    font-size: 44px;
  }
  #header .buger .inner .contents #gnav {
    padding: 30px 0 30px 20px;
    column-gap: 15px;
  }
  #header .buger .inner .contents #gnav ul li a {
    font-size: 20px;
  }
  #header .buger .inner .contents #gnav ul li.home {
    margin-top: 20px;
  }
  #header .buger .inner .contents #gnav ul li.home a {
    column-gap: 10px;
    padding-right: 0;
    width: 240px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #header .logo:not(.buger-logo) {
    margin-bottom: -30px;
  }
  #header .logo:not(.buger-logo)::before {
    height: 33px;
  }
  #header .entry {
    display: none;
  }
  #header .buger .inner .logo {
    margin-bottom: 40px;
  }
  #header .buger .inner .contents {
    flex-direction: column;
    row-gap: 30px;
    text-align: center;
  }
  #header .buger .inner .contents .title {
    font-size: 30px;
  }
  #header .buger .inner .contents #gnav {
    padding: 30px 0 0;
    border-left: unset;
    border-top: 1px solid #fff;
    justify-content: center;
  }
  #header .buger .inner .contents #gnav ul li a {
    font-size: 18px;
  }
  #header .buger .inner .contents #gnav ul li.home a {
    width: 200px;
    height: 40px;
    font-size: 12px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #0030ac;
  padding-bottom: 20px;
}
#footer a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 113px 4.6875% 87px 7.5%;
}
#footer .inner .logo {
  max-width: min(44.4839857651%, 625px);
  margin-bottom: 14px;
}
#footer .inner .right {
  margin-left: auto;
}
#footer .inner .right .data {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #fff;
  margin-bottom: 10px;
}
#footer .inner .right .tel {
  margin-bottom: 50px;
}
#footer .inner .right .tel a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40.56px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}
#footer .inner .right .links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .inner .right .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: 280px;
  height: 52px;
  border-radius: 10px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
#footer .inner .right .links ul li a::after {
  content: "";
  width: 37px;
  aspect-ratio: 37/7;
  background: url(../images/arow.webp) no-repeat center/cover;
}
#footer .inner .right .links ul li.privacy a {
  background: linear-gradient(90deg, #003067 0%, #00479d 100%);
}
#footer .inner .right .links ul li.entry a {
  background: linear-gradient(90deg, #29a7de 0%, #0071b8 100%);
}
#footer .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 1300px) {
  #footer .inner {
    padding: 100px 10px 70px;
  }
  #footer .inner .right .links ul li a {
    width: 250px;
  }
}
@media (max-width: 999px) {
  #footer .inner {
    padding: 70px 10px;
  }
  #footer .inner .right .data {
    font-size: 16px;
  }
  #footer .inner .right .tel {
    margin-bottom: 30px;
  }
  #footer .inner .right .tel a {
    font-size: 34px;
  }
  #footer .inner .right .links ul li a {
    width: 190px;
    height: 45px;
    font-size: 13px;
  }
  #footer .inner .right .links ul li a::after {
    width: 30px;
  }
}
@media (max-width: 767px) {
  #footer .inner {
    padding: 50px 10px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .inner .logo {
    margin-bottom: 0;
    max-width: 625px;
  }
  #footer .inner .right {
    margin-left: unset;
  }
  #footer .inner .right .data {
    font-size: 14px;
  }
  #footer .inner .right .tel {
    margin-bottom: 10px;
  }
  #footer .inner .right .tel a {
    font-size: 28px;
  }
  #footer .inner .right .links ul li a {
    width: 160px;
    height: 40px;
    font-size: 10px;
  }
  #footer .inner .right .links ul li a::after {
    width: 25px;
  }
  #footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  #footer .inner .right .links ul li a {
    width: 130px;
    font-size: 8px;
  }
  #footer .inner .right .links ul li a::after {
    width: 20px;
  }
}

/*# sourceMappingURL=style.css.map */