<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------
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;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          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: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*------------------------
common
-------------------------*/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.sp {
  display: none !important;
}

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

h2,
h3 {
  font-weight: bold;
}

.container {
  background: #fff;
  padding: 30px 0;
  text-align: justify;
  line-height: 1.6;
  font-family: "游ゴシック体", sans-serif;
  letter-spacing: 0.05em;
}

.container section {
  margin-bottom: 75px;
}

.container p {
  margin-bottom: 0.75em;
}

.container p.txt_center {
  text-align: center;
}

@media (max-width: 767px) {
  body.toppage {
    font-size: 14px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline !important;
  }
  .container {
    width: 100%;
    padding-top: 205px;
  }
  .container section {
    margin-bottom: 45px;
  }
}
/*------------------------
mv
-------------------------*/
section#MV {
  width: 100%;
  margin: 0 auto 60px auto;
  text-align: right;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  section#MV {
    padding: 0 7px;
  }
}

section#MV .stage {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#MV .stage {
    display: none;
  }
}

section#MV .catch__wrapper {
  position: absolute;
  left: -10px;
  top: 10%;
}

section#MV .catch {
  font-size: 56px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  section#MV .catch {
    font-size: 32px;
  }
}

section#MV .catch span {
  color: #059CD1;
  font-size: 66px;
}
@media screen and (max-width: 767px) {
  section#MV .catch span {
    font-size: 36px;
  }
}

section#MV .catch-txt {
  text-align: left;
  font-weight: bold;
  font-size: 17px;
}

section#MV .img {
  max-width: 570px;
  display: inline-block;
  margin-right: 20px;
}

section#MV .sp-catch__wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
section#MV .sp-catch__wrapper .sp-catch-img {
  width: 52%;
}
section#MV .sp-catch__wrapper .sp-catch-txt {
  font-size: 11.5px;
  width: 50%;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 767px) {
  section#MV .stage {
    display: none;
  }
}
/*------------------------
block1
-------------------------*/
section#block1 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 150px auto;
  padding-bottom: 50px;
  background-image: url("../img/top_block1_bg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 335px auto;
}

section#block1 h2 {
  font-size: 50px;
  color: #003670;
  text-align: center;
  margin-bottom: 20px;
}

section#block1 .catch {
  text-align: center;
}

section#block1 .catch p {
  display: inline-block;
  padding: 10px 25px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  background-color: #CBEBF6;
  color: #003670;
  margin-bottom: 40px;
}

section#block1 p.txt_center {
  line-height: 2;
  font-size: 20px;
}

section#block1 p.ps {
  font-size: 28px;
  text-align: center;
  color: #003670;
  margin-top: 35px;
  font-weight: bold;
}

@media (max-width: 767px) {
  section#block1 h2 {
    font-size: 28px;
  }
  section#block1 .catch p {
    font-size: 16px;
    padding: 10px 5px;
    letter-spacing: 0;
  }
  section#block1 p.txt_center {
    font-size: 14px;
    padding: 0 10px;
  }
  section#block1 p.ps {
    font-size: 16px;
  }
  section#block1 {
    padding-bottom: 100px;
    background-size: 150px auto;
    margin-bottom: 25px;
  }
}
/*------------------------
block2
-------------------------*/
section#block2 h2 {
  background-image: url("../img/top_block2_title.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 192px;
  background-size: auto 192px;
  text-indent: -9999px;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
}

section#block2 .block2Wrap {
  background-color: #37BAE8;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 60px;
}

section#block2 ul {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section#block2 ul li {
  padding: 0 10px 20px 10px;
  width: 20%;
}

section#block2 ul li a {
  display: block;
  height: 100%;
  position: relative;
  border: 1px solid #204678;
  border-radius: 15px;
  background-color: #FFF;
  padding-bottom: 65px;
  overflow: hidden;
}

section#block2 ul li a .icn {
  padding: 24px 40px 18px 40px;
}

section#block2 ul li a p {
  font-size: 17px;
  margin: 0;
  text-align: center;
  padding: 0 10px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #303030;
}

section#block2 ul li a::after {
  content: "";
  display: block;
  background-color: #204678;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  width: 100%;
  background-image: url("../img/top_block2_arr.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  transition: all 0.25s;
}

section#block2 ul li a:hover {
  text-decoration: none;
}

section#block2 ul li a:hover::after {
  background-image: url("../img/top_block2_arr_ov.png");
  background-color: #FFF;
}

@media (max-width: 767px) {
  section#block2 h2 {
    background-image: url("../img/top_block2_title_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 120px;
    background-size: auto 120px;
  }
  section#block2 .block2Wrap {
    margin-top: -50px;
    padding-top: 80px;
    padding-bottom: 30px;
    background-image: url("../img/top_block2_bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
  }
  section#block2 ul {
    padding: 0;
    justify-content: flex-start;
  }
  section#block2 ul li {
    width: 50%;
  }
}
/*------------------------
block3
-------------------------*/
section#block3 {
  padding: 75px 40px 75px 0;
}

section#block3 .block3Wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1315px;
  margin-bottom: 70px;
}

section#block3 .block3Wrap .left {
  width: 48%;
  padding-right: 30px;
}

section#block3 .block3Wrap .right {
  width: 52%;
  padding-top: 40px;
}

section#block3 h2 {
  font-size: 35px;
}

section#block3 h2 span {
  font-size: 40px;
  color: #37BAE8;
}

section#block3 h3 {
  font-size: 26px;
  color: #204678;
  line-height: 1.2;
  margin-bottom: 25px;
}

section#block3 .block3Wrap .right &gt; div {
  padding: 45px 0;
  border-bottom: 1px solid #204678;
}

section#block3 .block3Wrap .right &gt; div:last-child {
  border: none;
}

section#block3 .block3Wrap .right &gt; div ul.icn {
  padding: 0;
  margin: 0 0 25px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  line-height: 1.1;
}

section#block3 .block3Wrap .right &gt; div ul.icn li {
  padding: 8px 18px;
  min-width: 145px;
  text-align: center;
  color: #FFF;
  background-color: #37BAE8;
  margin: 0 9px 9px 0;
  font-size: 16px;
}

section#block3 .block3Wrap .right &gt; div p {
  margin-bottom: 35px;
}

section#block3 .block3Wrap .right &gt; div .btns {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

section#block3 .block3Wrap .right &gt; div .btns li {
  padding-right: 8px;
}

section#block3 .block3Wrap .right &gt; div .btns li a {
  display: block;
  width: 210px;
  height: 42px;
  border-radius: 21px;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  border: 1px solid #F00;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 13px auto;
  color: #FFF;
  border-color: #204678;
  background-color: #204678;
  background-image: url("../img/top_block3_arr_white.png");
  transition: all 0.25s;
}

section#block3 .block3Wrap .right &gt; div .btns li a:hover {
  text-decoration: none;
  color: #204678;
  border-color: #204678;
  background-color: #FFF;
  background-image: url("../img/top_block3_arr_blue.png");
}

@media (max-width: 767px) {
  section#block3 {
    padding: 75px 15px;
  }
  section#block3 .block3Wrap {
    display: block;
  }
  section#block3 .block3Wrap .left {
    width: 100%;
    padding: 0;
  }
  section#block3 .block3Wrap .right {
    width: 100%;
    padding: 0;
  }
  section#block3 h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  section#block3 h2 span {
    font-size: 36px;
  }
  section#block3 h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  section#block3 .block3Wrap .right &gt; div .btns {
    justify-content: center;
  }
  section#block3 .block3Wrap .right &gt; div .btns li {
    padding: 0 5px;
    width: 50%;
  }
  section#block3 .block3Wrap .right &gt; div .btns li a {
    width: 100%;
    font-size: 14px;
  }
  section#block3 .block3Wrap .right &gt; div ul.icn li {
    padding: 6px 12px;
    min-width: 1px;
    text-align: center;
    color: #FFF;
    background-color: #37BAE8;
    margin: 0 6px 6px 0;
    font-size: 13px;
  }
}
/*------------------------
block4
-------------------------*/
section#block4 {
  padding: 45px 40px 50px;
  background-color: #F5F3F0;
  margin-bottom: 0;
}

section#block4 h2 {
  position: relative;
  font-size: 35px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 24px;
}

section#block4 h2::first-letter {
  color: #37BAE8;
}

section#block4 h2::after {
  content: "";
  height: 4px;
  width: 75px;
  background-color: #839AB7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

section#block4 .catch {
  text-align: center;
  font-size: 19px;
  margin-bottom: 40px;
}

section#block4 ul.pc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

section#block4 ul.sp {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

section#block4 ul.pc li {
  padding: 0 15px 30px;
}

section#block4 ul.sp li {
  padding: 0 10px;
}

section#block4 ul.pc li a {
  display: block;
  height: 100%;
  width: 340px;
  border: 1px solid #204678;
  transition: all 0.25s;
}

section#block4 ul.sp li a {
  display: block;
  height: 100%;
  width: 75vw;
  border: 1px solid #204678;
  transition: all 0.25s;
}

section#block4 ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

section#block4 ul li a h3 {
  padding: 12px;
  background-color: #37BAE8;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  margin: 0;
}

section#block4 ul li a &gt; div {
  display: flex;
  padding: 25px;
  background-color: #FFF;
  height: 100%;
  align-items: center;
  /* 個別ページ作成後に表示
  background-image: url("../img/top_block4_arr1.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) calc(100% - 25px);
  background-size: 24px auto;
  */
}

/* 個別ページ作成後に解除 */
section#block4 ul li a {
  pointer-events: none;
}

/* 個別ページ作成後に解除 end */
section#block4 ul.sp li a &gt; div {
  background-size: 18px auto;
  background-position: calc(100% - 15px) calc(100% - 15px);
}

section#block4 ul.sp li a &gt; div {
  padding: 15px;
}

section#block4 ul li a &gt; div &gt; p {
  max-width: 150px;
  height: 150px;
  margin: 0;
}

section#block4 ul li a &gt; div &gt; p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section#block4 ul li a &gt; div &gt; div {
  width: 150px;
  padding-left: 25px;
}

section#block4 ul.sp li a &gt; div &gt; p {
  max-width: 50%;
  height: 33.3vw;
  margin: 0;
}

section#block4 ul.sp li a &gt; div &gt; div {
  width: 50%;
  padding-left: 15px;
}

section#block4 ul li a &gt; div &gt; div p {
  font-size: 21px;
  font-weight: 600;
  color: #204678;
  letter-spacing: 0;
  line-height: 1.2;
}

/* 初期テキスト設定
section#block4 ul li a &gt; div &gt; div p span {
    display: block;
    font-weight: normal;
}
section#block4 ul li a &gt; div &gt; div p span:first-child {
    font-size: 12px;
    color: #030303;
    margin-bottom: 10px;
}
section#block4 ul li a &gt; div &gt; div p span:last-child {
    font-size: 14px;
}
*/
/* 2023/03 公開時設定 */
section#block4 ul li a &gt; div &gt; div p {
  text-align: right;
}

section#block4 ul li a &gt; div &gt; div .sub {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #030303;
  margin-top: 5px;
}

section#block4 ul li a &gt; div &gt; div .sub2 {
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}

section#block4 ul li a &gt; div &gt; div .sub3 {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #030303;
}

section#block4 ul li.genjokaifuku a &gt; div {
  align-items: flex-start;
}

section#block4 ul li.genjokaifuku a &gt; div &gt; div dt {
  color: #fff;
  background: #37BAE8;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
  margin: 20px 0;
  text-align: center;
}

section#block4 ul li.genjokaifuku a &gt; div &gt; div dd {
  text-align: right;
  color: #204678;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  section#block4 ul li.genjokaifuku a &gt; div &gt; div dt {
    font-size: 12px;
    margin: 5.3vw 0 10px;
  }
}
/* 2023/03 公開時設定 end */
section#block4 .btns {
  text-align: center;
}

section#block4 .btns a {
  display: inline-block;
  width: 210px;
  height: 42px;
  border-radius: 21px;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  border: 1px solid #F00;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 13px auto;
  transition: all 0.25s;
}

section#block4 .btns a:hover {
  text-decoration: none;
}

section#block4 .btns a {
  color: #FFF;
  border-color: #FFF;
  background-color: #204678;
  background-image: url("../img/top_block3_arr_white.png");
}

section#block4 .btns a:hover {
  color: #204678;
  border-color: #204678;
  background-color: #FFF;
  background-image: url("../img/top_block3_arr_blue.png");
}

section#block4 .spCal {
  position: relative;
  display: none;
}

section#block4 .spCal .arr {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}

section#block4 .spCal .arr.arr_l {
  background-image: url("/heiten/img/top_block4_arr_l.png");
  left: 5px;
}

section#block4 .spCal .arr.arr_r {
  background-image: url("/heiten/img/top_block4_arr_r.png");
  right: 5px;
}

@media (max-width: 767px) {
  section#block4 {
    padding: 45px 0 32px;
  }
  section#block4 ul li a h3 {
    font-size: 16px;
  }
  section#block4 ul li a &gt; div &gt; div p {
    font-size: 14px;
    font-weight: 600;
    color: #204678;
    letter-spacing: 0;
    line-height: 1.2;
  }
  section#block4 ul li a &gt; div &gt; div p span:first-child {
    margin-bottom: 5px;
  }
  section#block4 ul li a &gt; div &gt; div p span:last-child {
    font-size: 12px;
  }
  section#block4 .spCal {
    display: block;
  }
}
/*------------------------
sec-column
-------------------------*/
#sec-column {
  padding: 50px 40px 120px;
  background-color: #F5F3F0;
}

#sec-column h2 {
  position: relative;
  font-size: 35px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 24px;
}

#sec-column h2::first-letter {
  color: #37BAE8;
}

#sec-column h2::after {
  content: "";
  height: 4px;
  width: 75px;
  background-color: #839AB7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

#sec-column .catch {
  text-align: center;
  font-size: 19px;
  margin-bottom: 40px;
}

#sec-column .btns {
  text-align: center;
}

#sec-column .btns a {
  display: inline-block;
  width: 210px;
  height: 42px;
  border-radius: 21px;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  border: 1px solid #fff;
  color: #FFF;
  background-color: #204678;
  background-image: url("../img/top_block3_arr_white.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 13px auto;
  transition: all 0.25s;
}

#sec-column .btns a:hover {
  text-decoration: none;
  color: #204678;
  border-color: #204678;
  background-color: #FFF;
  background-image: url("../img/top_block3_arr_blue.png");
}

@media (max-width: 767px) {
  #sec-column {
    padding: 32px 0;
  }
}
/* slick */
#sec-column .column_list__wrap {
  position: relative;
}

#sec-column .column_list {
  margin-bottom: 50px;
}

#sec-column .column_list__item {
  width: min(27vw, 344px);
  margin: 0 min(0.9vw, 15px);
}

#sec-column .column_list__item a {
  display: block;
  border: 1px solid #204678;
  padding: 19px;
  position: relative;
  background: #fff;
}

#sec-column .column_list__img_wrap {
  width: 100%;
  aspect-ratio: 100/63;
  margin-bottom: 17px;
  position: relative;
}

#sec-column .column_list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#sec-column .column_list__txt_wrap {
  padding-bottom: 68px;
  position: relative;
}

#sec-column .column_list__txt_wrap:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/arrow_circle.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

#sec-column .column_list__date {
  line-height: 1;
  color: #204678;
  font-weight: bold;
  margin-bottom: 26px;
}

#sec-column .column_list__ttl {
  font-size: 18px;
  line-height: 1.5;
  visibility: hidden;
  margin-bottom: 0;
}

#sec-column .column_list__wrap .arr {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  cursor: pointer;
}

#sec-column .column_list__wrap .arr.arr_l {
  background-image: url("/heiten/img/top_block4_arr_l.png");
  right: calc(100% - 7px);
}

#sec-column .column_list__wrap .arr.arr_r {
  background-image: url("/heiten/img/top_block4_arr_r.png");
  left: calc(100% - 7px);
}

@media (max-width: 767px) {
  #sec-column .column_list {
    margin-bottom: 30px;
  }
  #sec-column .column_list__item {
    width: 75vw;
    margin: 0 10px;
  }
  #sec-column .column_list__item a {
    padding: 15px;
  }
  #sec-column .column_list__img_wrap {
    margin-bottom: 12px;
  }
  #sec-column .column_list__txt_wrap {
    padding-bottom: 50px;
  }
  #sec-column .column_list__txt_wrap:after {
    width: 16px;
    height: 16px;
  }
  #sec-column .column_list__date {
    font-size: 12px;
    margin-bottom: 16px;
  }
  #sec-column .column_list__ttl {
    font-size: 14px;
  }
  #sec-column .column_list__wrap .arr.arr_l {
    right: unset;
    left: 5px;
  }
  #sec-column .column_list__wrap .arr.arr_r {
    left: unset;
    right: 5px;
  }
}
/* slick end */
/*------------------------
block5
-------------------------*/
section#block5 {
  padding: 0 40px;
}

section#block5 p {
  width: 100%;
  max-width: 1195px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  section#block5 {
    padding: 0;
  }
}
/*------------------------
container 
-------------------------*/
.toppage .inner {
  max-width: 1390px;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1389px) {
  .toppage .inner {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.toppage .container {
  background: #fff;
  width: 1390px;
  max-width: 100%;
  margin-top: 25px;
  padding-top: 170px;
  padding-bottom: 170px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px 25px 0 0;
}
@media screen and (max-width: 1389px) {
  .toppage .container {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 80px;
    padding-top: 95px;
    margin-top: 10px;
  }
}

/*------------------------
header 
-------------------------*/
.toppage .header {
  position: relative;
  z-index: 1;
  width: 1390px;
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1389px) {
  .toppage .header {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .toppage .header {
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .toppage .header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    margin: 0px 5px;
    transform: translateX(0%);
  }
}
.toppage .header .header__inner {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .toppage .header .header__inner {
    margin-top: 0;
  }
}

.toppage .header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1390px;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 1390px) {
  .toppage .header__wrap {
    width: 1390px;
  }
}
@media screen and (max-width: 1389px) {
  .toppage .header__wrap {
    width: 100%;
  }
}

.toppage .header__logo {
  padding-top: 0px;
  padding-left: 0;
  margin-top: 40px;
  margin-left: 60px;
  display: inline-block;
  position: relative;
}
.toppage .header__logo::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -15px;
  width: 310px;
  height: 107%;
  background: #fff;
  border-radius: 10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .toppage .header__logo::before {
    top: -2px;
    left: 1px;
    width: 160px;
    height: 107%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .toppage .header__logo {
    margin-top: 120px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .toppage .header__logo {
    padding-left: 10px;
    padding-top: 0;
    margin-top: 25px;
    margin-left: 5px;
    width: 210px;
  }
}
.toppage .header__logo img {
  width: 270px;
  max-width: 100%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .toppage .header__logo img {
    width: 140px;
  }
}

.toppage .header__bgImg {
  width: 1390px;
  max-width: 100%;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1px;
}
.toppage .header__bgImg picture {
  display: none;
}
@media screen and (max-width: 999px) {
  .toppage .header__bgImg picture {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .toppage .header__bgImg {
    width: 70px;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .toppage .header__bgImg {
    width: 70px;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
  }
}

.toppage #SPMENU {
  display: none;
  position: relative;
}
@media (min-width: 768px) and (max-width: 999px) {
  .toppage #SPMENU {
    display: flex;
    justify-content: center;
    align-items: center;
    left: unset;
    width: 80px;
    height: 100px;
    transform: none;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .toppage #SPMENU {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: unset;
    transform: none;
    padding: 0;
  }
}

.toppage #SPMENU .drawer-icon-bars {
  width: 35px;
  height: 45px;
  display: block;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 999px) {
  .toppage #SPMENU .drawer-icon-bars {
    top: 50%;
    right: 50%;
    transform: translate(50%, -40%);
  }
}
@media (max-width: 767px) {
  .toppage #SPMENU .drawer-icon-bars {
    top: 50%;
    right: 50%;
    transform: translate(-50%, 60%);
  }
}

.toppage #SPMENU .drawer-icon-bar1,
.toppage #SPMENU .drawer-icon-bar2,
.toppage #SPMENU .drawer-icon-bar3 {
  position: absolute;
  width: 35px;
  height: 4px;
  background: #fff;
  transition: 0.5s;
  border-radius: 5px;
}

.toppage #SPMENU .drawer-icon-bar2 {
  top: 9px;
}

.toppage #SPMENU .drawer-icon-bar3 {
  top: 17px;
}

.toppage #SPMENU.on .drawer-icon-bar1 {
  top: 8px;
  transform: rotate(-45deg);
  transition: 0.5s;
}

.toppage #SPMENU.on .drawer-icon-bar2 {
  display: none;
}

.toppage #SPMENU.on .drawer-icon-bar3 {
  top: 8px;
  transform: rotate(45deg);
  transition: 0.5s;
}

.toppage #SPMENU .drawer-icon-bars:after {
  transition: 0.5s;
  content: "Menu";
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.info-block {
  width: 100%;
  gap: 12px;
}

.toppage .header__info {
  display: flex;
  align-items: center;
  width: 880px;
  justify-content: end;
  background: #009cd1;
  border-radius: 0 0 0 70px;
  padding: 20px 0 20px;
}
@media screen and (max-width: 999px) {
  .toppage .header__info {
    display: block;
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100vh;
    background-color: rgba(5, 156, 209, 0.8);
    padding: 100px 15px 15px 15px;
    border-radius: 0;
    transition: all 0.3s;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 999px) {
  .toppage .header__info.on {
    right: 0;
  }
}

.toppage .header__info-contact {
  background: #fff;
  color: #204678;
  font-weight: bold;
  padding: 8px 4px;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px;
  width: 245px;
  letter-spacing: 2px;
}

.toppage .header__info-tle {
  color: #fff;
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 1389px) {
  .toppage .header__info-tle {
    font-size: 24px;
    line-height: 1.2;
  }
}

.header__info-hour {
  margin-top: 5px;
  color: #003874;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (max-width: 999px) {
  .header__info-hour {
    font-size: 10px;
    line-height: 1.2;
  }
}

a.click_header_contact {
  display: flex;
  align-items: center;
  background: #fff;
  gap: 5px;
  padding: 10px 12px;
  border-radius: 3px;
}
a.click_header_contact div.click_header_contact-icon {
  width: 25px;
}
a.click_header_contact div.click_header_contact-icon img {
  width: 100%;
}
a.click_header_contact div.click_header_contact-txt {
  font-size: 15px;
  font-weight: bold;
  color: #059cd1;
  text-align: center;
}
a.click_header_contact div.click_header_contact-txt span.click_header_contact-txt-sm {
  margin-top: 2px;
  display: block;
  font-size: 13px;
}

.header__nav {
  display: flex;
  color: #fff;
  margin-top: 20px;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1389px) {
  .header__nav {
    margin: 20px 0 10px;
  }
}

.header__nav-list .header__link {
  font-size: 15px;
}

.header__nav-list:last-child .header__link {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 12px;
}

div.fixed-bnr__wrapper {
  display: none;
  background: #059CD1;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.fixed-bnr__wrapper {
    display: flex;
  }
}
div.fixed-bnr__wrapper .fixed_bnr-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  width: 49%;
  padding: 5px 0;
}
div.fixed-bnr__wrapper .fixed_bnr-item div.icon_tel {
  width: 25px;
  margin-right: 4px;
}
div.fixed-bnr__wrapper .fixed_bnr-item div.icon_tel img {
  width: 100%;
}
div.fixed-bnr__wrapper .fixed_bnr-item div.icon_mail {
  width: 25px;
  margin-right: 4px;
}
div.fixed-bnr__wrapper .fixed_bnr-item div.icon_mail img {
  width: 100%;
}
div.fixed-bnr__wrapper .fixed_bnr-item div.item-txt {
  color: #059CD1;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  line-height: 1.2;
}
div.fixed-bnr__wrapper .fixed_bnr-item div.item-txt span.txt-sm {
  display: block;
  font-size: 10px;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}/*# sourceMappingURL=top.css.map */</pre></body></html>