@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap");
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

/*
@media(prefers-reduced-motion:reduce) {
	html:focus-within {
		scroll-behavior: auto
	}
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important
	}
}
*/
ul, li {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  word-wrap: break-word; }

/* 変数_カラー*/
/* 変数_ブレイクポイント*/
@media screen and (min-width: 1280px) {
  .pc {
    display: none !important; } }

@media screen and (max-width: 1400px) and (min-width: 1280px) {
  .mpc {
    display: none !important; } }

@media screen and (max-width: 1279px) and (min-width: 1025px) {
  .npc {
    display: none !important; } }

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tab {
    display: none !important; } }

@media screen and (max-width: 599px) {
  .sp {
    display: none !important; } }

/* common
-------------------------------------------------------*/
@media screen and (max-width: 1024px) and (min-width: 600px) {
  html {
    scroll-padding-top: 90px; } }
@media screen and (max-width: 599px) {
  html {
    scroll-padding-top: 60px; } }

body {
  height: 100%;
  color: #000000;
  background: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

@media screen and (min-width: 1280px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none; } }
@media screen and (max-width: 1279px) and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none; } }
@media screen and (max-width: 1024px) and (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none; } }
.tel-number {
  color: #FFF; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .tel-number {
      color: #FFF;
      text-decoration: underline !important; } }
  @media screen and (max-width: 599px) {
    .tel-number {
      color: #FFF;
      text-decoration: underline !important; } }

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .no-number {
    color: #FFF;
    pointer-events: none !important;
    text-decoration: none !important; } }
@media screen and (max-width: 599px) {
  .no-number {
    color: #FFF;
    pointer-events: none !important;
    text-decoration: none !important; } }

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none; }

/* 背景
-------------------------------------------------------*/
.wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: url("../img/mainback.webp");
  background-attachment: fixed;
  background-size: cover; }
  @media screen and (max-width: 1279px) and (min-width: 1025px) {
    .wrapper {
      background-position: right 20% center; } }

/* header
-------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  header .logo-area {
    background: #FFF; }
    @media screen and (min-width: 1280px) {
      header .logo-area {
        padding: 30px;
        border-radius: 0 0 24px 0; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      header .logo-area {
        width: 100vw;
        padding: 20px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      header .logo-area {
        width: 100vw;
        padding: 20px; } }
    @media screen and (max-width: 599px) {
      header .logo-area {
        width: 100vw;
        padding: 10px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      header .logo-area img {
        height: 50px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      header .logo-area img {
        height: 50px; } }
    @media screen and (max-width: 599px) {
      header .logo-area img {
        height: 40px; } }

/* copyright-pc
-------------------------------------------------------*/
.copyright-pc {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #1888CD;
  font-size: 0.68vw;
  line-height: 1.5; }

/* contents-area
-------------------------------------------------------*/
.contents-wrapper {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) {
    .contents-wrapper {
      max-width: 540px;
      min-height: 100vh;
      background: #FFF; } }
  @media screen and (max-width: 1279px) and (min-width: 1025px) {
    .contents-wrapper {
      max-width: 540px;
      min-height: 100vh; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .contents-wrapper {
      width: 100%;
      padding: 0 40px; } }
  @media screen and (max-width: 599px) {
    .contents-wrapper {
      width: 100%;
      padding: 0 20px; } }

@media screen and (min-width: 1280px) {
  .contents-wrapper-inner {
    padding: 60px 0; } }
.contents-wrapper-inner h2 {
  color: #1888CD;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
  font-size: 24px; }
  @media screen and (max-width: 1279px) and (min-width: 1025px) {
    .contents-wrapper-inner h2 {
      color: #FFF;
      padding: 150px 0 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .contents-wrapper-inner h2 {
      color: #FFF;
      padding: 150px 0 40px 0; } }
  @media screen and (max-width: 599px) {
    .contents-wrapper-inner h2 {
      color: #FFF;
      padding: 100px 0 40px 0;
      letter-spacing: -1px; } }

@media screen and (max-width: 1279px) and (min-width: 1025px) {
  .contents-wrapper-inner-tab {
    padding: 40px 0 0 0;
    background: #FFF;
    border-radius: 24px 24px 0 0; } }
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .contents-wrapper-inner-tab {
    padding: 40px 0 0 0;
    background: #FFF;
    border-radius: 24px 24px 0 0; } }
@media screen and (max-width: 599px) {
  .contents-wrapper-inner-tab {
    padding: 20px 0 0 0;
    background: #FFF;
    border-radius: 12px 12px 0 0; } }
.contents-wrapper-inner-tab .news-area {
  color: #FFF;
  background: #1888CD;
  border-radius: 12px; }
  @media screen and (min-width: 1280px) {
    .contents-wrapper-inner-tab .news-area {
      margin: 40px 20px 0 20px;
      padding: 40px 20px; } }
  @media screen and (max-width: 1279px) and (min-width: 1025px) {
    .contents-wrapper-inner-tab .news-area {
      margin: 0 20px 0 20px;
      padding: 40px 20px; } }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .contents-wrapper-inner-tab .news-area {
      margin: 0 40px 0 40px;
      padding: 40px 20px; } }
  @media screen and (max-width: 599px) {
    .contents-wrapper-inner-tab .news-area {
      margin: 0 20px;
      padding: 20px; } }
  .contents-wrapper-inner-tab .news-area h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    line-height: 1; }
    @media screen and (min-width: 1280px) {
      .contents-wrapper-inner-tab .news-area h3 {
        font-size: 24px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .contents-wrapper-inner-tab .news-area h3 {
        font-size: 24px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .contents-wrapper-inner-tab .news-area h3 {
        font-size: 24px; } }
    @media screen and (max-width: 599px) {
      .contents-wrapper-inner-tab .news-area h3 {
        font-size: 21px; } }
    .contents-wrapper-inner-tab .news-area h3::before {
      content: "";
      width: 30px;
      height: 1px;
      background: #FFF;
      margin-right: 8px; }
    .contents-wrapper-inner-tab .news-area h3::after {
      content: "";
      width: 30px;
      height: 1px;
      background: #FFF;
      margin-left: 8px; }
  .contents-wrapper-inner-tab .news-area ul {
    margin-top: 30px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #FFF; }
    @media screen and (max-width: 599px) {
      .contents-wrapper-inner-tab .news-area ul {
        margin-top: 20px;
        font-size: 15px; } }
    .contents-wrapper-inner-tab .news-area ul li {
      padding: 20px 0;
      font-weight: 700; }
      @media screen and (max-width: 599px) {
        .contents-wrapper-inner-tab .news-area ul li {
          padding: 15px 0; } }
      .contents-wrapper-inner-tab .news-area ul li:last-child {
        border-top: 1px dashed #FFF; }
      .contents-wrapper-inner-tab .news-area ul li .date {
        display: inline-block;
        color: #1888CD;
        background: #FFF;
        line-height: 1;
        padding: 8px; }
        @media screen and (max-width: 599px) {
          .contents-wrapper-inner-tab .news-area ul li .date {
            padding: 6px 8px; } }
      .contents-wrapper-inner-tab .news-area ul li .title {
        line-height: 1.5;
        margin-top: 15px; }
        @media screen and (max-width: 599px) {
          .contents-wrapper-inner-tab .news-area ul li .title {
            margin-top: 10px; } }
.contents-wrapper-inner-tab .renewal-area {
  padding: 40px 0;
  color: #1888CD;
  text-align: center;
  font-size: 24px;
  font-weight: 800; }
  .contents-wrapper-inner-tab .renewal-area img {
    margin: 0 auto; }
  .contents-wrapper-inner-tab .renewal-area p {
    margin-top: 15px;
    line-height: 1.5; }
    @media screen and (max-width: 599px) {
      .contents-wrapper-inner-tab .renewal-area p {
        padding: 0 20px;
        font-size: 21px; } }
.contents-wrapper-inner-tab .band-image {
  width: 100%; }
  .contents-wrapper-inner-tab .band-image img {
    width: 100%; }
.contents-wrapper-inner-tab .info-area {
  color: #1888CD;
  padding: 40px 0 0 0; }
  @media screen and (max-width: 599px) {
    .contents-wrapper-inner-tab .info-area {
      padding: 40px 20px 0 20px; } }
  .contents-wrapper-inner-tab .info-area h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 1; }
    @media screen and (min-width: 1280px) {
      .contents-wrapper-inner-tab .info-area h3 {
        font-size: 24px; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .contents-wrapper-inner-tab .info-area h3 {
        font-size: 24px; } }
    @media screen and (max-width: 1024px) and (min-width: 600px) {
      .contents-wrapper-inner-tab .info-area h3 {
        font-size: 24px; } }
    @media screen and (max-width: 599px) {
      .contents-wrapper-inner-tab .info-area h3 {
        font-size: 21px; } }
    .contents-wrapper-inner-tab .info-area h3::before {
      content: "";
      width: 30px;
      height: 1px;
      background: #1888CD;
      margin-right: 8px; }
    .contents-wrapper-inner-tab .info-area h3::after {
      content: "";
      width: 30px;
      height: 1px;
      background: #1888CD;
      margin-left: 8px; }
  .contents-wrapper-inner-tab .info-area a {
    color: #1888CD; }
    @media screen and (min-width: 1280px) {
      .contents-wrapper-inner-tab .info-area a:hover {
        opacity: 0.75; } }
    @media screen and (max-width: 1279px) and (min-width: 1025px) {
      .contents-wrapper-inner-tab .info-area a:hover {
        opacity: 0.75; } }
    .contents-wrapper-inner-tab .info-area a img {
      width: 100%;
      max-width: 312px;
      margin: 0 auto; }
  .contents-wrapper-inner-tab .info-area p {
    margin-top: 12px;
    text-align: center; }
    .contents-wrapper-inner-tab .info-area p a {
      text-decoration: none; }
      .contents-wrapper-inner-tab .info-area p a span {
        background: url("../img/link-icon-bl.svg") no-repeat;
        background-position: right center;
        padding-right: 10px; }
.contents-wrapper-inner-tab .copyright {
  margin-top: 40px;
  padding: 20px;
  background: #1888CD;
  color: #FFF;
  font-size: 12px;
  text-align: center; }
  @media screen and (max-width: 1024px) and (min-width: 600px) {
    .contents-wrapper-inner-tab .copyright {
      font-size: 13px; } }
  @media screen and (max-width: 599px) {
    .contents-wrapper-inner-tab .copyright {
      line-height: 1.5; } }
