@charset "UTF-8";
/**
 * font-size
 *
 * @param $fontSize
 */
/*--------------------------------------------------------------
  color
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  break points
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  media queries
-------------------------------------------------------------- */
/*--
  media queries
--*/
/*--------------------------------------------------------------
  font settings
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  header-sec 共通
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  contents Style共通
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  Button Style共通
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  common Style
-------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1rem;
  margin: 0;
}
body * {
  box-sizing: border-box;
}
body *:before, body *:after {
  box-sizing: inherit;
}

p {
  font-weight: 400;
  font-size: 1.0625rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.9375rem;
  }
}

a {
  color: #000;
  text-decoration: none;
  margin: 0;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

dl,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl dd,
dl li,
ul dd,
ul li,
ol li {
  padding: 0;
  margin: 0;
}

button {
  margin: 0;
  padding: 0;
  border-style: none;
  background: none;
}

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

.c-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.c-skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: 8px 16px;
  background: #218ba4;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.c-skip-link:focus {
  top: 0;
}

/*--------------------------------------------------------------
  footer style
-------------------------------------------------------------- */
.footer__pt-button {
  position: fixed;
  right: 30px;
  bottom: 32px;
  z-index: 100;
  display: block;
  width: 60px;
  height: 40px;
}
.footer__pt-button img {
  width: 100%;
  height: 100%;
}
.footer__navigation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .footer__navigation {
    grid-template-columns: 1fr;
  }
}
.footer__navigation__link {
  display: flex;
  align-items: center;
  height: 66px;
  font-size: 1.125rem;
  color: #fff;
  padding: 0 3%;
  background-image: url(../../images/menu_arrow.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 50px 17px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__navigation__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__navigation__link {
    height: 70px;
    padding: 0 12.8%;
    background-position: right 12.8% center;
  }
}
.footer__navigation__link.item01 {
  background-color: #8fc1cc;
}
.footer__navigation__link.item02 {
  background-color: #218ba4;
}
.footer__navigation__link.item03 {
  background-color: #215f82;
}
.footer__navigation__link.item04 {
  color: #218ba4;
  background-color: #fff;
  background-image: url("../../images/menu_arrow_maincol.png");
}
.footer__bottom {
  padding: 26px 0;
  background-color: #d5c9b5;
}
.footer__bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1030px;
  padding: 0 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__bottom__inner {
    gap: 30px;
    flex-direction: column;
  }
}
.footer__bottom__inner .linkpotal {
  display: block;
  width: 87.5%;
  max-width: 500px;
  padding: 14px 3% 12px;
  border-radius: 46px;
  background-color: #fff;
  background-image: url("../../images/icon_link.png");
  background-repeat: no-repeat;
  background-size: 56px;
  background-position: right 3% center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__bottom__inner .linkpotal {
    width: 40%;
    background-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom__inner .linkpotal {
    width: 100%;
    background-size: 38px;
  }
}
.footer__bottom__inner .linkpotal img {
  width: 84%;
  height: auto;
  max-width: 350px;
}
.footer__bottom__inner .linkterms {
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.footer__bottom__inner .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer__bottom__inner .copy {
    align-items: center;
  }
}
.footer__bottom__inner .copy__logo {
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .footer__bottom__inner .copy__logo {
    width: 52%;
    max-width: 336px;
  }
}
.footer__bottom__inner .copy__logo img {
  width: 100%;
  height: auto;
}
.footer__bottom__inner .copy__text {
  font-size: 0.5rem;
  color: #fff;
}

/*--------------------------------------------------------------
  header style
-------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  width: 100%;
  height: 116px;
  padding: 16px 20px;
  background-color: #215f82;
}
@media screen and (max-width: 767px) {
  .header {
    height: 80px;
  }
}
.header__link {
  display: block;
  width: 220px;
  height: auto;
  padding: 0 26px 0 0;
}
@media screen and (max-width: 767px) {
  .header__link {
    width: 84px;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header__link.active {
    display: none;
  }
}
.header__link img {
  width: 100%;
  height: auto;
}
.header__hamburger {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 26px;
  transition: all 0.5s;
  border-left: 1px solid #fff;
}
.header__hamburger span {
  width: 38px;
  height: 4px;
  background-color: #fff;
}
.header__hamburger.active {
  margin-left: 110px;
}
@media screen and (max-width: 767px) {
  .header__hamburger.active {
    margin-left: calc(100vw - 80px - 106px);
  }
}
.header__hamburger.active span:nth-of-type(1) {
  width: 18px;
  transform: translate(-1px, 7px) rotate(-45deg);
}
.header__hamburger.active span:nth-of-type(3) {
  width: 18px;
  transform: translate(-1px, -7px) rotate(45deg);
}
.header__global-menu {
  position: absolute;
  top: 116px;
  left: -350px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 350px;
  padding: 18px 18px 60px;
  transition: left 0.5s;
  background-color: rgba(143, 193, 204, 0.9);
}
@media screen and (max-width: 767px) {
  .header__global-menu {
    top: 80px;
    left: calc(-100% - 80px);
    width: calc(100% - 80px);
  }
}
.header__global-menu.active {
  left: 0;
}
.header__global-menu__link {
  font-weight: 400;
  color: #fff;
  padding: 20px 20px 20px 63px;
  border-bottom: solid 1px #218ba4;
  background-image: url("../../images/icon-cloud.png");
  background-repeat: no-repeat;
  background-size: 23px 16px;
  background-position: 20px center;
}
.header__link-button {
  max-width: 350px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .header__link-button {
    max-width: 128px;
  }
  .header__link-button.active {
    display: none;
  }
}
.header__link-button img {
  width: 100%;
  height: auto;
}

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