@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  overflow-x: hidden;
}

html,
body {
  height: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
}
html .pink,
body .pink {
  background-color: #FF008C;
  color: white;
  border-radius: 100px;
  line-height: 1;
  height: auto;
  padding: 17px;
  width: 320px;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 18px;
  border-bottom: none;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
  border: #FF008C 2px solid;
}
html .pink:hover,
body .pink:hover {
  background-color: white;
  color: #FF008C;
}
html .pink.white,
body .pink.white {
  color: #FF008C;
  background-color: white;
  border: #FF008C 2px solid;
}
html .pink.white:hover,
body .pink.white:hover {
  background-color: #FF008C;
  color: white;
}
html .pc,
body .pc {
  display: block;
}
html .sp,
body .sp {
  display: none !important;
}
html .sp-flex,
body .sp-flex {
  display: none !important;
}
html .blue,
body .blue {
  color: #175BE5;
}

img {
  width: 100%;
  height: auto;
}

body {
  width: fit-content;
}
body header {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: fit-content;
}
body header .contents {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
body header .contents .left-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
body header .contents .left-box .logo {
  width: 220px;
  margin-left: 2px;
}
body header .contents .left-box .description {
  font-size: 13px;
  line-height: 1;
  margin-top: 8px;
  letter-spacing: 0.04em;
}
body header .contents .right-box .top {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2px;
}
body header .contents .right-box .top .external-link {
  display: flex;
  font-size: 14px;
  margin-right: 24px;
}
body header .contents .right-box .top .external-link li {
  position: relative;
  letter-spacing: 0.04em;
  padding-right: 24px;
  margin-right: 24px;
}
body header .contents .right-box .top .external-link li:last-child {
  margin-right: 0;
}
body header .contents .right-box .top .external-link li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 18px;
  height: 18px;
  background-image: url(../img/link_icon.svg);
}
body header .contents .right-box .top .external-link li:hover {
  opacity: 0.7;
}
body header .contents .right-box .top .color_link {
  display: flex;
  font-size: 15px;
}
body header .contents .right-box .top .color_link li {
  margin-right: 8px;
}
body header .contents .right-box .top .color_link li:last-child {
  margin-right: 0;
}
body header .contents .right-box .top .color_link li .pink {
  width: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  height: auto;
}
body header .contents .right-box .internal-link {
  margin-top: 15px;
  margin-right: 5px;
  margin-left: auto;
  display: flex;
  font-size: 14px;
  width: 700px;
  justify-content: flex-end;
}
body header .contents .right-box .internal-link li {
  margin-right: 37.5px;
}
body header .contents .right-box .internal-link li:last-child {
  margin-right: 0;
}
body header .contents .right-box .internal-link li a {
  font-size: 16px;
  text-decoration: none;
}
body header .contents .right-box .internal-link li a:hover {
  opacity: 0.7;
}
body main {
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  overflow: hidden;
}
body main section {
  position: relative;
  z-index: 1;
}
body main section.bg-blue {
  background-color: #F0F7FC;
}
body main section .bold {
  font-weight: bold;
}
body main section .contents {
  width: 1080px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
body main section .contents h2 {
  font-size: 36px;
  font-weight: bold;
  color: #175BE5;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.03em;
}
body main section .contents .text {
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
body main section .contents .read {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}
body #footer {
  background-color: #F5F5F5;
  width: 100%;
}
body #footer .footer_inner {
  width: 1280px;
  margin: 0 auto;
  padding: 16px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body #footer .footer_inner .left {
  display: flex;
  align-items: center;
  gap: 32px;
}
body #footer .footer_inner .left .logo {
  width: 160px;
}
body #footer .footer_inner .left a {
  font-size: 14px;
  letter-spacing: 0.05em;
}
body #footer .footer_inner .left a:hover {
  opacity: 0.7;
}
body #footer .footer_inner .left a .separator {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
body #footer .footer_inner #copyright {
  font-size: 12px;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  body .pink {
    width: 100%;
    font-size: 4.2666666667vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
  body .pc {
    display: none !important;
  }
  body .sp {
    display: block !important;
  }
  body .flex-pc {
    display: none !important;
  }
  body .sp-flex {
    display: flex !important;
  }
  body header {
    width: 100%;
  }
  body header .contents {
    width: 100%;
    position: relative;
    padding: 0 5.3333333333vw;
    padding-bottom: 0.8vw;
  }
  body header .contents .left-box {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  body header .contents .left-box .logo {
    width: 50.6666666667vw;
  }
  body header .contents .left-box .description {
    font-size: 3.4666666667vw;
    margin-top: 0.8vw;
    letter-spacing: -0.1em;
  }
  body header .contents .hunberger-btn div {
    background-color: #175BE5;
    width: 8.5333333333vw;
    height: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    transition: all 0.5s ease;
    transform-origin: center;
  }
  body header .contents .hunberger-btn div:nth-child(1) {
    margin-bottom: 2.6666666667vw;
  }
  body header .contents .hunberger-btn div:nth-child(2) {
    margin-bottom: 2.6666666667vw;
  }
  body header .contents .hunberger-btn.is-open div:nth-child(1) {
    transform: translateY(1.8vw) rotate(45deg);
    margin-bottom: 0;
  }
  body header .contents .hunberger-btn.is-open div:nth-child(2) {
    opacity: 0;
  }
  body header .contents .hunberger-btn.is-open div:nth-child(3) {
    transform: translateY(-2vw) rotate(-45deg);
    margin-top: 0;
  }
  body header .contents .humberger-menu {
    position: absolute;
    top: 19.2vw;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
    z-index: 100;
  }
  body header .contents .humberger-menu.is-open {
    height: 266.6666666667vw;
  }
  body header .contents .humberger-menu .container {
    width: 100vw;
    padding: 0 5.3333333333vw;
    padding-top: 14.1333333333vw;
    padding-bottom: 14.1333333333vw;
    background-color: #F5F5F5;
  }
  body header .contents .humberger-menu .container .internal-link {
    margin-bottom: 6.9333333333vw;
  }
  body header .contents .humberger-menu .container .internal-link li {
    display: block;
    padding-top: 5.0666666667vw;
    padding-bottom: 4vw;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: #EAEAEA 1px solid;
  }
  body header .contents .humberger-menu .container .external-link {
    display: flex;
    align-items: center;
    margin-bottom: 7.4666666667vw;
    gap: 6.4vw;
  }
  body header .contents .humberger-menu .container .external-link li a {
    font-size: 3.7333333333vw;
    position: relative;
    padding-right: 6.4vw;
    letter-spacing: 0.06em;
  }
  body header .contents .humberger-menu .container .external-link li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 4.8vw;
    height: 4.8vw;
    background-image: url(../img/link_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  body header .contents .humberger-menu .container .color_link .pink {
    font-size: 4.2666666667vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  body header .contents .humberger-menu .container .color_link .pink.white {
    margin-top: 4.2666666667vw;
  }
  body main {
    width: 100%;
  }
  body main section {
    width: 100%;
  }
  body main section .contents {
    width: 100%;
    padding: 12.8vw 5.3333333333vw;
    padding-bottom: 19.2vw;
    box-sizing: border-box;
  }
  body main section .contents h2 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
  body main section .contents .text {
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
  body main section .contents .read {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
  body #footer {
    width: 100%;
  }
  body #footer .footer_inner {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
    flex-direction: column;
    gap: 6.9333333333vw;
  }
  body #footer .footer_inner .left {
    display: block;
    width: 100%;
  }
  body #footer .footer_inner .left .logo {
    width: 42.6666666667vw;
    margin-bottom: 6.4vw;
  }
  body #footer .footer_inner .left a {
    font-size: 3.7333333333vw;
  }
  body #footer .footer_inner .left a .separator {
    font-size: 4.2666666667vw;
    margin-right: 1.8666666667vw;
  }
  body #footer .footer_inner #copyright {
    font-size: 3.2vw;
    opacity: 0.7;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1280px) {
  body header {
    width: 100%;
  }
  body #footer {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  body section {
    width: 100vw;
  }
}

/*# sourceMappingURL=common.css.map */
