@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: inherit;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background 0.3s ease;
  color: #000;
}
@media (any-hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 900px) {
  img {
    width: 100%;
  }
}

table {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
  border-radius: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: 0;
}

textarea {
  resize: vertical;
}
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #767676;
}

::-moz-placeholder {
  color: #767676;
}

:-ms-input-placeholder {
  color: #767676;
}

::-ms-input-placeholder {
  color: #767676;
}

::placeholder {
  color: #767676;
}

p {
  line-break: strict;
}

/* ---------------------------------------
  html , body
-----------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) and (min-width: 901px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}
@media screen and (max-width: 900px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
body.active {
  overflow: hidden;
}

/* ---------------------------------------
  .wrap
-----------------------------------------*/
.wrap {
  width: 90%;
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .wrap {
    width: 65rem;
  }
}

/* ---------------------------------------
  header
-----------------------------------------*/
header {
  position: relative;
  width: 95%;
  max-width: 156rem;
  height: 7rem;
  background-color: #fff;
  border-radius: 1.1rem;
  margin: 2.9rem auto 0;
  padding: 0 1.7rem 0 2rem;
  z-index: 999;
}
@media screen and (max-width: 900px) {
  header {
    width: 100%;
    height: 10.1rem;
    border-radius: 0;
    margin: 0;
    padding: 0 4.3rem 0 3.7rem;
  }
}
header .wrap {
  width: 100%;
  max-width: none;
  height: 100%;
  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;
}
header .logo {
  width: 26rem;
}
@media screen and (max-width: 900px) {
  header .logo {
    width: 30.6rem;
  }
}
header .logo img {
  width: 100%;
}
@media screen and (min-width: 901px) {
  header .menu_box {
    height: 100%;
  }
}
header .menu_box .menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 901px) {
  header .menu_box .menu_inner {
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  header .menu_box .menu_inner {
    background-color: #33a2d9;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 11.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    padding: 10rem 0 11.7rem;
  }
}
@media screen and (max-width: 900px) {
  header .menu_box .menu_inner.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 901px) {
  header .menu_box nav {
    height: 100%;
  }
}
header .menu_box .list,
header .menu_box .sp_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 2.6rem;
}
@media screen and (max-width: 1600px) {
  header .menu_box .list,
  header .menu_box .sp_list {
    gap: 0.9375vw;
  }
}
@media screen and (max-width: 900px) {
  header .menu_box .list,
  header .menu_box .sp_list {
    -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;
    margin-top: 7.2rem;
    gap: 3.6rem;
    width: 65rem;
  }
}
header .menu_box .list a,
header .menu_box .list span,
header .menu_box .sp_list a,
header .menu_box .sp_list span {
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  header .menu_box .list a,
  header .menu_box .list span,
  header .menu_box .sp_list a,
  header .menu_box .sp_list span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  header .menu_box .list a,
  header .menu_box .list span,
  header .menu_box .sp_list a,
  header .menu_box .sp_list span {
    font-size: 2.8rem;
    color: #33a2d9;
    display: block;
    width: 100%;
    height: 5.9rem;
    line-height: 5.9rem;
    text-align: center;
    background-color: #fff;
  }
}
@media screen and (min-width: 901px) {
  header .menu_box .list {
    height: 100%;
  }
}
@media screen and (min-width: 901px) {
  header .menu_box .list .menu_item a,
  header .menu_box .list .menu_item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 901px) {
  header .menu_box .list .drop-menu {
    position: relative;
  }
  header .menu_box .list .drop-menu:hover .drop-menu-list {
    visibility: visible;
  }
  header .menu_box .list .drop-menu .drop-menu-name::after {
    content: "▼";
    color: #33a2d8;
  }
}
@media screen and (max-width: 900px) {
  header .menu_box .list .drop-menu {
    position: relative;
  }
  header .menu_box .list .drop-menu .drop-menu-name .btn_acordion {
    position: absolute;
    width: 5.9rem;
    height: 5.9rem;
    background-color: #e7e7e7;
    right: 0;
    top: 0;
    z-index: 1;
  }
  header .menu_box .list .drop-menu .drop-menu-name .btn_acordion::before, header .menu_box .list .drop-menu .drop-menu-name .btn_acordion::after {
    content: "";
    width: 35%;
    height: 2px;
    background-color: #33a2d8;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .menu_box .list .drop-menu .drop-menu-name .btn_acordion::before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .menu_box .list .drop-menu .drop-menu-name .btn_acordion.active::before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
}
@media screen and (min-width: 901px) {
  header .menu_box .list .drop-menu-list {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 900px) {
  header .menu_box .list .drop-menu-list {
    display: none;
  }
  header .menu_box .list .drop-menu-list.active {
    display: block;
  }
}
@media screen and (min-width: 901px) {
  header .menu_box .list .drop_menu_item {
    width: 31.7rem;
    height: 4.7rem;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  header .menu_box .list .drop_menu_item {
    width: 18.7rem;
    height: 3.7rem;
  }
}
@media screen and (min-width: 901px) {
  header .menu_box .list .drop_menu_item a {
    width: 100%;
    height: 100%;
    background-color: rgba(51, 162, 216, 0.87);
    border: solid 1px #fff;
    font-size: 1.8rem;
    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;
    color: #fff;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  header .menu_box .list .drop_menu_item a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 900px) {
  header .menu_box .list .drop_menu_item a {
    background-color: transparent;
    border-bottom: solid 1px #fff;
    color: #fff;
  }
}
header .menu_box .sp_list {
  display: none;
}
@media screen and (max-width: 900px) {
  header .menu_box .sp_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.5rem;
  }
}
@media screen and (max-width: 900px) {
  header .menu_box .sp_list a {
    background-color: transparent;
    color: #fff;
    border-bottom: solid 1px #4083bc;
    height: auto;
    line-height: 1;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 900px) {
  header .menu_box .menu_logo {
    width: 60.2rem;
  }
}
header .menu_box .login_btn {
  display: none;
}
@media screen and (max-width: 900px) {
  header .menu_box .login_btn {
    display: block;
    margin-left: 0;
    margin-top: 5rem;
  }
}
header .menu_box .login_btn a {
  width: 20rem;
  height: 7.3rem;
  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: 1.1rem;
  background-color: #000;
  border-radius: 0.7rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  header .menu_box .login_btn a {
    width: 40rem;
    height: 8rem;
    font-size: 2.8rem;
    gap: 2.2rem;
    border-radius: 2.3rem;
  }
}
header .menu_box .login_btn a::before {
  content: "";
  width: 2rem;
  height: 2.6rem;
  background: url(../img/common/icon_login.svg) no-repeat center/contain;
  display: block;
}
@media screen and (max-width: 900px) {
  header .menu_box .login_btn a::before {
    width: 4rem;
    height: 4rem;
  }
}
header .menu_box .instagram_btn {
  margin-top: 8.4rem;
}
header .menu_box .instagram_btn a {
  width: 6.5rem;
  height: 6.5rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 3.25rem;
}
header .menu_box .instagram_btn a img {
  width: 4rem;
}

/* ---------------------------------------
  .btn_hamburger
-----------------------------------------*/
@media screen and (max-width: 900px) {
  .btn_hamburger {
    width: 5rem;
    z-index: 999;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.6rem;
  }
}
.btn_hamburger .inner {
  width: 100%;
  height: 3.8rem;
  position: relative;
}
.btn_hamburger span {
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
}
.btn_hamburger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_hamburger span:nth-of-type(3) {
  bottom: 0;
}
.btn_hamburger .btn_hamburger_txt {
  margin-top: 0.1rem;
  color: #5F5E5E;
  font-size: 1rem;
  line-height: 1.5;
}
.btn_hamburger .btn_hamburger_txt.txt_menu {
  display: block;
}
.btn_hamburger .btn_hamburger_txt.txt_close {
  display: none;
}
@media (any-hover: hover) {
  .btn_hamburger:hover {
    opacity: 0.6;
  }
}
.btn_hamburger.active span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .btn_hamburger.active span {
    top: 0.6rem;
  }
}
.btn_hamburger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.btn_hamburger.active span:nth-of-type(2) {
  display: none;
}
.btn_hamburger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.btn_hamburger.active .btn_hamburger_txt.txt_menu {
  display: none;
}
.btn_hamburger.active .btn_hamburger_txt.txt_close {
  display: block;
}

/* ---------------------------------------
  .page_header
-----------------------------------------*/
@media screen and (min-width: 901px) {
  .page_header {
    background-color: #33a2d8;
    padding: 2.9rem 0 4.6rem;
  }
}
@media screen and (min-width: 901px) {
  .page_header header {
    margin-top: 0;
  }
}
.page_header + main {
  margin-top: 0;
}

/* ---------------------------------------
  footer
-----------------------------------------*/
footer {
  margin-top: 17.2rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  footer {
    margin-top: 11.5rem;
    background-color: #f6f6f6;
  }
}
footer .bnr_box {
  padding: 23.3rem 0 38.2rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  footer .bnr_box {
    padding: 11.1rem 0 21.9rem;
  }
}
footer .bnr_box::before {
  content: "";
  width: 209.8rem;
  height: 169.7rem;
  background-color: #f6f6f6;
  border-top-left-radius: 35.2rem;
  border-top-right-radius: 35.2rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  footer .bnr_box::before {
    content: none;
  }
}
footer .bnr_box .list {
  width: 100rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  footer .bnr_box .list {
    width: 50rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8rem 0;
  }
}
footer .bnr_box .list li {
  width: 32rem;
}
@media screen and (max-width: 900px) {
  footer .bnr_box .list li {
    width: 100%;
  }
}
footer .contact_box {
  margin-top: -20.4rem;
  height: 20.4rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 900px) {
  footer .contact_box {
    margin-top: 0;
    background-color: #dfdcdc;
  }
}
footer .contact_box::before {
  content: "";
  width: 209.8rem;
  height: 169.7rem;
  background-color: #e1dddd;
  border-top-left-radius: 35.2rem;
  border-top-right-radius: 35.2rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  footer .contact_box::before {
    content: none;
  }
}
footer .contact_box .btn_box {
  position: absolute;
  left: 50%;
  top: -7.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 16.8rem;
}
@media screen and (max-width: 900px) {
  footer .contact_box .btn_box {
    top: -8.7rem;
    width: 20rem;
  }
}
footer .contact_box .btn_box a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media (any-hover: hover) {
  footer .contact_box .btn_box a:hover {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
footer .footer_box {
  background-color: #33a2d8;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  footer .footer_box {
    padding-top: 5.7rem;
  }
}
footer .footer_box .logo {
  padding: 3rem 0;
}
@media screen and (max-width: 900px) {
  footer .footer_box .logo {
    padding: 0;
  }
}
footer .footer_box .logo .wrap {
  padding: 0 2.3rem;
}
@media screen and (max-width: 900px) {
  footer .footer_box .logo .wrap {
    padding: 0;
  }
}
footer .footer_box .logo .img {
  width: 28.7rem;
}
@media screen and (max-width: 900px) {
  footer .footer_box .logo .img {
    width: 53.3rem;
    margin: 0 auto;
  }
}
footer .footer_box .list_box {
  border-top: solid 1px #0084bf;
  padding: 3.4rem 0;
}
@media screen and (max-width: 900px) {
  footer .footer_box .list_box {
    border-top: none;
    padding: 0 0 13.7rem 0;
    margin-top: 6rem;
  }
}
footer .footer_box .list_box .wrap {
  position: relative;
  padding: 0 2.3rem;
}
@media screen and (max-width: 900px) {
  footer .footer_box .list_box .wrap {
    padding: 0;
  }
}
footer .footer_box .list_box .link_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
  margin-top: 2.7rem;
}
@media screen and (max-width: 900px) {
  footer .footer_box .list_box .link_list01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.6rem 0;
    margin-top: 7rem;
  }
}
footer .footer_box .list_box .link_list01 a {
  min-width: 10rem;
  height: 2.2rem;
  line-height: 2.1rem;
  text-align: center;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #33a2d8;
  display: block;
  padding: 0 1rem;
}
@media screen and (max-width: 900px) {
  footer .footer_box .list_box .link_list01 a {
    width: 100%;
    min-width: auto;
    height: 5.9rem;
    line-height: 5.9rem;
    font-size: 2.8rem;
  }
}
footer .footer_box .list_box .link_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 900px) {
  footer .footer_box .list_box .link_list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.4rem 0;
    margin-top: 9rem;
  }
}
footer .footer_box .list_box .link_list02 a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 900px) {
  footer .footer_box .list_box .link_list02 a {
    font-size: 2.8rem;
  }
}
footer .footer_box .list_box .instagram_box {
  position: absolute;
  right: 2rem;
  bottom: 0;
  width: 3.5rem;
}
@media screen and (max-width: 900px) {
  footer .footer_box .list_box .instagram_box {
    width: 6.5rem;
    bottom: -29.3rem;
    right: 0;
  }
}
footer .footer_box .copy_box {
  border-top: solid 1px #0084bf;
  padding: 3.4rem 0;
}
@media screen and (max-width: 900px) {
  footer .footer_box .copy_box {
    padding: 5.5rem 0;
  }
}
footer .footer_box .copy_box .wrap {
  padding: 0 2.3rem;
}
@media screen and (min-width: 901px) {
  footer .footer_box .copy_box .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;
  }
}
@media screen and (max-width: 900px) {
  footer .footer_box .copy_box .wrap {
    position: relative;
  }
}
footer .footer_box .copy_box .copyright {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 900px) {
  footer .footer_box .copy_box .copyright {
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  footer .footer_box .copy_box .policy {
    position: absolute;
    left: 0;
    top: -13rem;
    width: 100%;
    text-align: center;
  }
}
footer .footer_box .copy_box .policy a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 900px) {
  footer .footer_box .copy_box .policy a {
    font-size: 2.4rem;
  }
}

/* ---------------------------------------
  main
-----------------------------------------*/
main {
  margin-top: -13.2rem;
}
@media screen and (max-width: 900px) {
  main {
    margin-top: 0;
  }
}
main.head_image {
  position: relative;
}
main.head_image::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/620;
}
@media screen and (max-width: 900px) {
  main.head_image::before {
    aspect-ratio: 750/414;
  }
}

/* ---------------------------------------
  .sec_ttl
-----------------------------------------*/
.sec_ttl {
  margin-top: 8.2rem;
}
@media screen and (max-width: 900px) {
  .sec_ttl {
    margin-top: 6.8rem;
    overflow: hidden;
  }
}
.sec_ttl .en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .sec_ttl .en {
    height: 16.5rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .sec_ttl .en img {
    max-width: none;
    width: auto;
    height: 100%;
  }
}
.sec_ttl .ja {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.4rem;
}

/* ---------------------------------------
  .pager
-----------------------------------------*/
.pager .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 0.2rem;
}
@media screen and (max-width: 900px) {
  .pager .list a {
    font-size: 2.4rem;
    padding-top: 0;
  }
}
.pager .list span {
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: -webkit-baseline-middle;
}
@media screen and (max-width: 900px) {
  .pager .list span {
    font-size: 2.4rem;
  }
}
.pager .list li {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.pager .list li.active a {
  background-color: #3699ca;
  border-radius: 1.25rem;
  color: #fff;
}
.pager .list li + li {
  margin-left: 1.1rem;
}
@media screen and (max-width: 900px) {
  .pager .list li + li {
    margin-left: 2.3rem;
  }
}

/* ---------------------------------------
  .cicle_btn_box
-----------------------------------------*/
.cicle_btn_box a {
  position: relative;
  display: block;
  padding-top: 13rem;
  font-size: 2rem;
  font-weight: 700;
  color: #33a2d8;
  border-bottom: solid 3px #33a2d8;
  padding-bottom: 1.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 900px) {
  .cicle_btn_box a {
    padding-top: 19rem;
    font-size: 2.8rem;
  }
}
.cicle_btn_box a::before {
  content: "";
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/index/icon_btn_news.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .cicle_btn_box a::before {
    width: 15rem;
    height: 15rem;
  }
}
@media (any-hover: hover) {
  .cicle_btn_box a:hover {
    opacity: 1;
  }
  .cicle_btn_box a:hover::before {
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/* ---------------------------------------
  表示・非表示処理
-----------------------------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp {
    display: block;
  }
}

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