@charset "UTF-8";

.l-inner {
  width: 1250px;
  width: 125rem;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
.l-inner-small {
  width: 113rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-sec {
  padding: 100px 0 100px;
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .l-sec {
    padding: 8rem 0 8rem;
  }
}
.l-sec01 {
  padding: 56px 0 110px;
  padding: 5.6rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .l-sec01 {
    padding: 7.2rem 0 9.2rem;
  }
}

.l-section {
  padding: 60px 0 80px;
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 4rem 0 5rem;
  }
}

.p-call {
  background-color: #0762a8;
  width: 396px;
  width: 39.6rem;
  max-width: 100%;
  display: block;
  padding: 11px 20px;
  padding: 1.1rem 2rem;
  color: #fff;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
@media screen and (max-width: 767px) {
  .p-call {
    width: 30rem;
  }
}
@media screen and (max-width: 375px) {
  .p-call {
    width: 33rem;
  }
}

@media screen and (min-width: 768px) {
  .p-call:hover {
    background-color: #004580;
    -webkit-transition: 0.5s background-color;
    transition: 0.5s background-color;
  }
}
.p-call__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-call__block {
  display: grid;
  place-content: center;
  padding-right: 20px;
  padding-right: 2rem;
  margin-right: 20px;
  margin-right: 2rem;
  border-right: 1px solid #fff;
}

.p-call__blockImg {
  width: 20px;
  width: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-call__blockImg {
    width: 1.2rem;
  }
}

.p-call__txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.19;
  margin-top: 10px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-call__txt {
    font-size: 1.4rem;
    margin: .5rem 0 -.5rem;
  }
}

.p-call__tel {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .p-call__tel {
    font-size: 2.4rem;
  }
}
.p-call__tel span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-call__tel span {
    font-size: 1.2rem;
  }
}

.p-card a {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.p-card__wrap {
  position: relative;
  overflow: hidden;
}
.p-card__wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

@media screen and (min-width: 768px) {
  .p-card:hover a {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .p-card:hover > a > div > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}
.p-card__icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  width: 6rem;
  height: 60px;
  height: 6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-card__icon {
    width: 4rem;
    height: 4rem;
  }
}

.p-card__body {
  height: 60px;
  height: 6rem;
  min-height: 60px;
  min-height: 6rem;
  background-color: #fff;
  display: grid;
  place-content: center;
  background-image: url("../images/common/arrowRight.svg");
  background-position: center right 20px;
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 1rem 1.5rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-card__body {
    background-size: 0.8rem 1.2rem;
  }
}

.p-card__ttl {
  color: #606060;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: 0.44px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-card__ttl {
    font-size: 1.8rem;
  }
}

.p-cta__itemImg {
  position: relative;
  overflow: hidden;
}
.p-cta__itemImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

@media screen and (min-width: 768px) {
  .p-cta__item:hover > a > figure > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}
.p-cta__itemBody {
  padding: 17px 0px 25px;
  padding: 1.7rem 0rem 2.5rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__itemBody {
    padding: 1rem 0rem 1.2rem;
  }
}

.p-cta__itemBody--01 {
  background-color: #3199D5;
}

.p-cta__itemBody--02 {
  background-color: #3199D5;
}

.p-cta__itemBody-maincolor {
  background-color: #0762A8;
}

.p-cta__itemTtl {
  font-size: 30px;
  font-size: 3rem;
  line-height: normal;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-cta__itemTtl {
    font-size: 2rem;
  }
}
.p-cta__itemTtl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-weight: 500;
}

.p-cta__itemTtl--01 span::before {
  content: "";
  width: 35px;
  width: 3.5rem;
  height: 24px;
  height: 2.4rem;
  margin-right: 10px;
  margin-right: 1rem;
  background: url(../images/common/mail.svg) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-cta__itemTtl--01 span::before {
    width: 2rem;
    height: 1.2rem;
    margin-right: 0.8rem;
  }
}

.p-cta__itemTtl--02 span::before {
  content: "";
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  margin-right: 10px;
  margin-right: 1rem;
  background: url(../images/common/loopeWhite.svg) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-cta__itemTtl--02 span::before {
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem;
  }
}

.p-cta__itemTxt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-top: 10px;
  margin-top: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-cta__itemTxt {
    font-size: 1.4rem;
  }
}

.p-footer {
  padding-top: 40px;
  padding-top: 4rem;
}

.p-footer__inner {
  max-width: 1024px;
  max-width: 102.4rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    max-width: 92%;
  }
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.p-footer__logo a {
  width: 358px;
  width: 35.8rem;
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-footer__logo a {
    width: 25rem;
  }
}

.p-footer__address {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 1.6rem;
  }
}

.p-footer__rightTxt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: 1.12px;
  margin-top: 12px;
  margin-top: 1.2rem;
  padding-left: 14px;
  padding-left: 1.4rem;
}

.p-footer__banner {
  margin-top: 40px;
  margin-top: 4rem;
  display: grid;
  gap: 60px;
  gap: 6rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-footer__banner {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.p-footer__banner a {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.p-footer__banner a:nth-child(1), .p-footer__banner a:nth-child(2) {
  width: 195px;
  width: 19.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__banner a:nth-child(1), .p-footer__banner a:nth-child(2) {
    width: 100%;
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-footer__banner a:nth-child(3), .p-footer__banner a:nth-child(4) {
  width: 245px;
  width: 24.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__banner a:nth-child(3), .p-footer__banner a:nth-child(4) {
    width: 100%;
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__banner a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}
.p-footer__copyright {
  margin-top: 40px;
  margin-top: 4rem;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.25px;
  height: 58px;
  height: 5.8rem;
  font-weight: 500;
  background-image: -webkit-gradient(linear, right top, left top, from(#329dd6), color-stop(50%, #1077b5), to(#0762a8));
  background-image: linear-gradient(to left, #329dd6 0%, #1077b5 50%, #0762a8 100%);
}

.p-headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.p-header {
  width: 100%;
  max-height: 100%;
  height: 100px;
  height: 10rem;
  padding: 0;
  position: relative;
  z-index: 20;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .p-header {
    height: 60px;
  }
}

.p-header__inner {
  background-color: transparent;
  width: 100%;
  max-width: 93.666%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1400px) {
  .p-header__inner {
    max-width: 95%;
  }
}

.p-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__logo a {
  width: 358px;
  width: 35.8rem;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 1400px) {
  .p-header__logo a {
    width: 25rem;
  }
}
@media screen and (max-width: 900px) {
  .p-header__logo a {
    width: 200px;
  }
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  width: 860px;
  width: 86rem;
  max-width: 100%;
}

.p-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 1rem;
  height: inherit;
  width: 37.4418604651%;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .p-header__link {
    display: none;
  }
}

.p-header__icon {
  height: inherit;
}

.p-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 2rem;
  margin-right: auto;
  margin-left: auto;
  width: 50.5813953488%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-header__tel .c-tel__link {
    margin-right: auto;
  }
  .p-header__telTxt {
    margin-right: auto;
    line-height: 1.45;
    margin-right: auto;
    padding-left: .6em;
    letter-spacing: .1em;
  }
  .p-header__tel .c-tel__link span {
    font-size: 2.25rem;
  }
  .p-header__tel .c-tel__link--spWhite span {
    background-image: url(../images/common/telWhite-sp.svg);
    background-size: 1.1rem 2.2rem;
    padding-left: 2.3rem;
    background-position: bottom 0.14em left .4em;
    letter-spacing: 0.02em;
  }
  .p-header__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #fff;
    margin-top: 2rem;
    text-align: left;
    width: 63%;
    margin-right: auto;
    margin-left: 0;
    gap: 0;
    display: inline-flex;
  }
  .p-header__btm_flex {
    display: flex;
    padding: 0 10vw 0 8vw;
  }
  .p-header__tel.u-pc {
    display: none;
  }
}
.p-header__tel::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  height: 3rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(96, 96, 96, .2);
}
@media screen and (max-width: 900px) {
  .p-header__tel::after {
    display: none;
  }
}

.p-header__telTxt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.64;
}

.p-header__telTxt--02 {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 25px;
  padding-left: 2.5rem;
}

.p-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  gap: 2.4rem;
  width: 13.7209302326%;
}
@media screen and (max-width: 900px) {
  .p-header__sns {
    display: none;
  }
}

.p-header__sns--02 {
  width: 30px;
  width: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 2rem;
}

.p-header__snsLink {
  width: 100%;
  height: inherit;
  display: inline-block;
  width: 36px;
  width: 3.6rem;
}

.p-header__snsLink--02 {
  width: 30px;
  width: 3rem;
}

.p-header__snsLink--02:first-child {
  position: relative;
}
.p-header__snsLink--02:first-child::after {
  position: absolute;
  content: "";
  width: 30px;
  width: 3rem;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  bottom: -1rem;
  background-color: #fff;
}

.p-header.is-scrolled {
  background-color: #0762a8;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

body.noscroll {
  overflow: hidden;
}

.iPhone {
  height: 100%;
}

.p-spNav {
  display: none;
}
header ::-webkit-scrollbar,
::-webkit-scrollbar {
  display:none;
}
@media screen and (max-width: 900px) {
  .p-spNav {
    display: block;
    width: 100%;
    height: 100svh;
    background-image: -webkit-gradient(linear, left top, right top, from(#329dd6), color-stop(50%, #1077b5), to(#0762a8));
    background-image: linear-gradient(to right, #329dd6 0%, #1077b5 50%, #0762a8 100%);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 22rem;
    margin: 3.76em 0 0;
  }
}

.p-spNav.js-open {
  opacity: 100;
  visibility: visible;
}

@media screen and (max-width: 900px) {
  .p-spNav__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 900px) {
  .p-spNav__link {
    display: block;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    padding: 2rem 0;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .p-spNav__sns {
    margin-top: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: 29%;
  }
}

@media screen and (max-width: 900px) {
  .p-spNav__snsLink {
    position: relative;
    width: 4rem;
    margin: auto;
  }
  .p-spNav__snsLink:not(:last-of-type)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 67%;
    right: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(255 255 255 / 20%);
  }
}

.p-header02 {
  background-image: -webkit-gradient(linear, right top, left top, from(#329dd6), color-stop(50%, #1077b5), to(#0762a8));
  background-image: linear-gradient(to left, #329dd6 0%, #1077b5 50%, #0762a8 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 900px) {
  .p-header02 {
    display: none;
  }
}

.p-header02__inner {
  width: 100%;
  max-width: 94.444%;
  margin-right: auto;
  margin-left: auto;
  /* position: relative; */
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header02__logo a {
  width: 240px;
  width: 24rem;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 1400px) {
  .p-header02__logo a {
    width: 20rem;
  }
}
@media screen and (max-width: 900px) {
  .p-header02__logo a {
    width: 20rem;
  }
}

.p-header02__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          max-width: 82%;
  width: 100%;
}

.p-header02__tel {
  display: block;
  gap: 0;
  width: 22%;
  margin-right: 2%;
}

.js-header,
.js-header02 {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.js-header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 901px) {
  .js-header.UpMove {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}

.js-header02 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

.js-header02.DownMove {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-nav {
  background-image: -webkit-gradient(linear, right top, left top, from(#329dd6), color-stop(50%, #1077b5), to(#0762a8));
  background-image: linear-gradient(to left, #329dd6 0%, #1077b5 50%, #0762a8 100%);
  height: 108px;
  height: 10.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-nav--02 {
  background-image: none;
  max-width: 79.4117647059%;
  width: 100%;
  margin-right: 2%;
}
@media screen and (max-width: 1400px) {
  .p-nav--02 {
    margin-right: 1.8518518519%;
  }
}

@media screen and (max-width: 900px) {
  .p-nav--pc {
    display: none;
  }
}

.p-nav--sp {
  background-image: none;
  height: auto;
}

.p-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 901px) {
  .p-nav__list {
    max-width: 83.3333333333%;
  }
}
@media screen and (max-width: 900px) {
  .p-nav__list {
    flex-direction: column;
    margin: 0;
  }
}

.p-nav__list--02 {
  max-width: 100%;
}



/* header */
.p-nav__item {
  align-items: center;
  display: grid;
  width: 100%;
}
.l-header__drawer-item {
  height: 100%;
  align-items: center;
  display: grid;
}
.p-nav__link {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 901px) {
  .p-nav__item-relation {
    width: 130%;
  }
  .p-nav__item {
    height: 10.8rem;
  }
  .p-nav__item:hover .l-header__child-menu {
    display: none;
  }
  .p-nav__item:hover .l-header__child-menu,
  .p-nav__link:hover .l-header__child-menu {
    opacity: 1;
    height: auto;
    z-index: 1;
    display: block;
  }
  .l-header__drawer-item:hover + .l-header__child-menu {
    opacity: 1;
    height: auto;
    z-index: 1;
    display: block;
  }
  .l-header__child_flex {
    display: grid;
    grid-template-columns: repeat(2,48%);
    column-gap: 4%;
  }
}
@media screen and (max-width: 900px) {
  .noscroll .p-header__logo {
    /* position: absolute;
    top: 0;
    padding: 4px 0 4px 1px;
    max-width: 50.5%; */
  }
  .p-nav__link {
    height: auto;
    flex-direction: row;
    padding: 3vw 3.7vw 3.1vw;
    justify-content: flex-start;
  }
  .l-header__drawer-item {
    display: flex;
    justify-content: space-between;
    height: auto;
  }
  .l-header__drawer-btn {
    position: relative;
    width: 4.5vw;
    margin-right: 4.5vw;
    height: 4.6666666667vw;
    cursor: pointer;
  }
  .l-header__drawer-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.5333333333vw;
    background: #fff;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .l-header__drawer-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.5333333333vw;
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  .l-header__drawer-btn.js-open:after {
    transform: translateY(-50%);
  }
}

.l-header__child-menu {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
  height: 0;
  position: absolute;
  background: rgba(240, 240, 240, 0.95);
  bottom: 0;
  left: 50%;
  display: none;
  padding: 31px 0 5px;
  transform: translate(-50%, 100%);
  width: 80%;
}

.l-inner-header__child {
  width: 107rem;
  max-width: 100%;
  overflow: scroll;
}
@media screen and (max-width: 1440px) {
  .l-header__child-menu {
    padding: 3.02vw 0 0.3472222222vw;
  }
}
@media screen and (min-width: 901px) {
  .l-inner-header__child {
    max-height: calc(100vh - 239px);
  }
}
@media screen and (max-width: 900px) {
  .l-inner-header__child {
    width: 100%;
    padding: 11px 25px 22px;
  }
  .l-header__child-menu {
    width: 100%;
    opacity: 1;
    z-index: 1;
    position: initial;
    transform: none;
    transition: initial;
    display: none;
    height: auto;
    padding: 0;
    background-color: #fff;
  }
}
.l-header__child-menu:hover {
  display: block;
  height: auto;
  opacity: 1;
  z-index: 1;
}
.l-header__child-ttl {
  font-size: clamp(10px, 1.3888888889vw, 20px);
  margin-bottom: 18px;
  /* margin-bottom: 28px; */
  border-bottom: 3px solid #FDC189;
  color: #3199D5;
}
@media screen and (max-width: 1440px) {
  .l-header__child-ttl {
    margin-bottom: .75vw;
    /* margin-bottom: 1.75vw; */
    padding-bottom: 1vw;
  }
}
@media screen and (max-width: 900px) {
  .l-header__child-ttl {
    font-size: clamp(16px, 4.2666666667vw, 32px);
    padding: 0 0 .8vw;
    border-width: 2px;
    margin-bottom: .5vw;
    /* margin-bottom: 1vw; */
  }
}
.l-header__child-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 4%;
}
@media screen and (max-width: 767px) {
  .l-header__child-list {
    display: flex;
  }
  .l-header__child-list:not(:last-of-type) {
    /* margin-bottom: 4.6vw; */
  }
}
@media screen and (max-width: 1440px) {
  .l-header__child-list--medical {

  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-header__child-list--medical {

  }
}
.l-header__child-list--section {

}
@media screen and (max-width: 1440px) {
  .l-header__child-list--section {

  }
}
.l-header__child-item {
  margin-bottom: 38px;
}
@media screen and (max-width: 1440px) {
  .l-header__child-item {
    margin-bottom: 2.6388888889vw;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-header__child-item {
    margin-bottom: 0;
    border-bottom: 1px solid white;
    min-width: 31%;
  }
  .l-header__child-item:last-child {
    border-bottom: none;
  }
}
.l-header__child-item--5column:nth-child(n+6) {
  margin-bottom: 0;
}
.l-header__child-link {
  display: flex;
  align-items: center;
  font-size: clamp(10px, 1.25vw, 18px);
  color: #626262 !important;
  transition: 0.5s;
  background-image: url("../images/common/arrowRight.svg");
  background-position: top 58% left;
  background-repeat: no-repeat;
  background-size: 1rem 1.5rem;
  padding-left: 1em;
}
.l-header__child-link:hover {
  color: #3199D5 !important;
}
@media screen and (max-width: 1060px) {
  .l-header__child-link {
    background-size: 1rem 1.12rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__child-link {
    font-size: clamp(16px, 4.2666666667vw, 32px);
    line-height: 1.8;
    padding-left: .8em;
  }
  .l-header__child-link img {
    display: none;
  }
}
.l-header__child-arrow {
  margin-right: 6px;
}
@media screen and (max-width: 1440px) {
  .l-header__child-arrow {
    width: 0.6944444444vw;
    margin-right: fullcobn(6);
  }
}


@media screen and (max-width: 767px) {
  .p-nav__item {
    height: auto;
  }
}

.p-nav__img {
  width: 48px;
  width: 4.8rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-nav__img {
    width: 2.7rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-nav__img--02 {
  width: 36px;
  width: 3.6rem;
}
@media screen and (max-width: 1400px) {
  .p-nav__img--02 {
    width: 2.4rem;
  }
}

.p-nav__img--03 {
  width: 2.6rem;
}
@media screen and (max-width: 1400px) {
  .p-nav__img--02 {
    /* width: 1.2rem; */
  }
}

.p-nav__txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.19;
  letter-spacing: 1.6px;
  margin-top: 10px;
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .p-nav__txt {
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    padding-left: .7em;
  }
}

.p-nav__txt--02 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1400px) {
  .p-nav__txt--02 {
    font-size: 1.2rem;
  }
}


.p-topMap iframe {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topMap iframe {
    height: 30rem;
  }
}

.p-table {
  width: 500px;
  width: 50rem;
  max-width: 100%;
  line-height: 1;
  text-align: center;
  border-collapse: collapse;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #606060;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .p-table {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-table__head {
  padding: 0 0 9px;
  padding: 0 0 0.9rem;
  width: 47px;
  width: 4.7rem;
  font-weight: 500;
}

.p-table__head:first-child {
  width: 138px;
  width: 13.8rem;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 767px) {
  .p-table__head:first-child {
    font-size: 1.2rem;
  }
}

.p-table__head:last-child {
  width: 72px;
  width: 7.2rem;
  letter-spacing: 2.8px;
}

.p-table__head:not(:last-child) {
  border-right: 1px solid #dfdfdf;
}

.p-table__data {
  border: 1px solid #dfdfdf;
  padding: 12px 0;
  padding: 1.2rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-table__data {
    font-size: 1.2rem;
  }
}
.p-table__data img {
  width: 15px;
  width: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-table__data img {
    width: 1rem;
  }
}

.p-table__data:first-child {
  border-left: none;
}

.p-table__data:last-child {
  border-right: none;
}

.pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #0762A8;
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s background;
    /* padding-top: 10px; */
    font-size: 14px;
    line-height: 1.3;
    z-index: 10;
}
.pagetop:hover {
  background: #5292c2;
}
.pagetop::before {
    /* content: ""; */
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    top: 20px;
    left: 50%;
    transform: rotate(-45deg) translateX(-50%);
}
@media screen and (min-width: 1561px) {
    .pagetop {
        right: auto;
        left: calc(50vw + 650px);
    }
}
@media screen and (max-width: 767px) {
    .pagetop {
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        left: auto;
        font-size: 13px;
    }
    .pagetop::before {
        width: 8px;
        height: 8px;
        top: 13px;
    }
}
