@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 80.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(100%, 1920px);
  padding: 0 3.75rem;
}
@media screen and (max-width: 991px) {
  .__inner.__wide {
    width: calc(100% - 80px);
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .__inner.__wide {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.3em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__ttlstyle01 span.__en {
  background: linear-gradient(90deg, #0b50cf, #00c0fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 1em;
  }
}
.__ttlstyle01 span.__jp {
  display: block;
  color: #183996;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: min(5.5vw, 1.375em);
    margin-top: 0.3em;
  }
}

.__ttlstyle02 span.__jp {
  display: block;
  color: #0b50cf;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 span.__jp {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__jp {
    font-size: 0.9em;
  }
}
.__ttlstyle02 span.__en {
  background: linear-gradient(90deg, #0b50cf, #00c0fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 5.25rem;
  line-height: 1.2em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 span.__en {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__en {
    font-size: 2.645em;
  }
}
.__ttlstyle02.__white span.__jp {
  color: #fff;
}
.__ttlstyle02.__white span.__en {
  color: #fff;
  background: initial;
  -webkit-text-fill-color: #fff;
}

a.__txtlink {
  color: #183996;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.24s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__linkbtn a, .__linkbtn button {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
  background-color: #0b50cf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn a, .__linkbtn button {
    padding: 0.6em;
  }
}
.__linkbtn a::before, .__linkbtn button::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, transparent, #fff, transparent);
  opacity: 0;
  transition: all 0.24s ease;
}
.__linkbtn a span.__txt, .__linkbtn button span.__txt {
  font-weight: 700;
  font-size: 1.125em;
  margin-left: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .__linkbtn a span.__txt, .__linkbtn button span.__txt {
    font-size: 1em;
  }
}
.__linkbtn a span.__arrow, .__linkbtn button span.__arrow {
  position: relative;
  color: #0b50cf;
  background-color: #fff;
  width: 2em;
  aspect-ratio: 1/1;
}
.__linkbtn a span.__arrow i, .__linkbtn button span.__arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9em;
}
.__linkbtn a:hover::before, .__linkbtn button:hover::before {
  opacity: 0.2;
}

.flowingText {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 2rem;
}
.flowingText p {
  background: linear-gradient(0deg, #f8f8f8, #f8f8f8, #dcdbd8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  font-weight: 700;
  font-size: max(8vw, 5em);
  line-height: 1.2em;
  letter-spacing: 0;
  flex: 0 0 auto;
  will-change: transform;
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .flowingText p {
    font-size: 2.75em;
  }
}
.flowingText p:nth-of-type(1) {
  animation: loop_01 90s -45s linear infinite;
}
.flowingText p:nth-of-type(2) {
  animation: loop_02 90s linear infinite;
}
@keyframes loop_01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.__imgstyle {
  position: relative;
  aspect-ratio: 4/3;
}
.__imgstyle::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: 1em;
  margin-left: 1em;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px;
  -o-border-image: linear-gradient(to right, #0b50cf 0%, #00c0fa 100%) 1;
     border-image: linear-gradient(to right, #0b50cf 0%, #00c0fa 100%) 1;
}
@media screen and (max-width: 767px) {
  .__imgstyle::before {
    margin-top: 8px;
    margin-left: 8px;
  }
}
.__imgstyle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.slider-wrap .slider-flowing {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.slider-wrap .slider-flowing:nth-of-type(1) {
  animation: loopimg_01 80s -40s linear infinite;
}
.slider-wrap .slider-flowing:nth-of-type(2) {
  animation: loopimg_02 80s linear infinite;
}
@keyframes loopimg_01 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loopimg_02 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.slider-wrap .slider-flowing .slide-img {
  width: calc(25vw - 1em);
  aspect-ratio: 4/3;
  margin: 0 1em;
}
@media screen and (max-width: 991px) {
  .slider-wrap .slider-flowing .slide-img {
    width: calc(33.3333333333vw - 1em);
  }
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider-flowing .slide-img {
    width: calc(50vw - 0.6em);
    margin: 0 0.6em;
  }
}
.slider-wrap .slider-flowing .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__content-style01::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  content: "";
  display: block;
  width: calc(50% + 22.5rem);
  height: calc(100% - 8.75rem - 5rem);
  background-color: #f0f4fc;
}
@media screen and (max-width: 1199px) {
  .__content-style01::before {
    bottom: initial;
    top: 0;
    height: 65%;
    margin-top: 150px;
  }
}
.__content-style01 .sec-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-content {
    display: block;
  }
}
.__content-style01 .sec-content .txt-wrap {
  width: 37em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-content .txt-wrap {
    width: 100%;
  }
}
.__content-style01 .sec-content .txt-wrap .sec-catch {
  margin-top: 2em;
}
.__content-style01 .sec-content .txt-wrap .sec-catch h3 {
  color: #183996;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-content .txt-wrap .sec-catch h3 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-content .txt-wrap .sec-catch h3 {
    font-size: min(5.4vw, 1.375em);
    line-height: 1.4em;
  }
}
.__content-style01 .sec-content .txt-wrap .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-content .txt-wrap .sec-txt {
    margin-top: 1em;
  }
}
.__content-style01 .sec-content .txt-wrap .sec-txt p {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-content .txt-wrap .sec-txt p {
    margin-top: 0;
  }
}
.__content-style01 .sec-content .txt-wrap .sec-link {
  margin-top: 3em;
}
.__content-style01 .sec-content .txt-wrap .sec-link .__linkbtn {
  width: 30rem;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-content .txt-wrap .sec-link .__linkbtn {
    width: 20em;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-content .txt-wrap .sec-link .__linkbtn {
    width: 100%;
  }
}
.__content-style01 .sec-content .img-wrap {
  width: calc(100% - 37em - 5rem);
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-content .img-wrap {
    width: calc(100% - 20em - 10rem);
    margin-top: -3.2em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-content .img-wrap {
    width: 80%;
    margin: 0 auto;
    margin-top: 3em;
  }
}
@media screen and (max-width: 1199px) {
  .__content-style01.__odd {
    padding-bottom: 0;
  }
}
.__content-style01.__odd::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .__content-style01.__odd .sec-content .img-wrap {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1199px) {
  .__content-style01.__even {
    padding-bottom: 20px;
  }
}
.__content-style01.__even::before {
  right: 0;
}
.__content-style01.__even .sec-content {
  flex-direction: row-reverse;
}
.__content-style01.__even .sec-content .img-wrap::before {
  margin-left: -1em;
}
@media screen and (max-width: 767px) {
  .__content-style01.__even .sec-content .img-wrap::before {
    margin-left: -8px;
  }
}

.__fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out 0.3s, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    padding: 0 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 0 12px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: max(25rem, 300px);
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(65vw, 240px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn-wrap {
    background-color: #fff;
    box-shadow: 0px 0px 12px rgba(54, 54, 52, 0.1);
    width: 60px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  header .nav-btn-wrap {
    width: 48px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50%;
    height: 2px;
    background-color: #000;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(35deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
header .header-menu {
  background-color: rgba(255, 255, 255, 0.8);
  padding: max(1.25rem, 1em) 1.875rem;
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #eee;
    width: -moz-fit-content;
    width: fit-content;
    height: 100vh;
    padding: 30px;
    padding-top: 120px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav {
  margin-right: 1.25rem;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav {
    margin-right: 0;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  font-weight: 500;
  margin: 0 1.25rem;
  padding: 0.36em 0;
}
@media screen and (max-width: 1599px) {
  header .header-menu nav ul li a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    font-weight: 400;
    font-size: 0.95em;
    margin: 20px 0;
  }
}
header .header-menu nav ul li a::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  content: "";
  display: block;
  background-color: #0b50cf;
  width: 0.36em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  will-change: transform;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a::before {
    top: 50%;
    left: 0;
    margin-left: -10px;
    transform: translateY(-50%) scale(0);
  }
}
header .header-menu nav ul li a:hover::before {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a:hover::before {
    transform: translateY(-50%) scale(1);
  }
}
header .header-menu nav ul li:nth-of-type(1) a {
  margin-left: 0.625rem;
}
header .header-menu nav ul li.__current a::before {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-tel {
    margin-top: 48px;
  }
}
header .header-menu .header-tel .tel-inner {
  display: flex;
  align-items: center;
}
header .header-menu .header-tel .tel-inner span {
  display: block;
}
header .header-menu .header-tel .tel-inner span.tel-icon {
  position: relative;
  width: 1em;
  aspect-ratio: 1/1;
  color: #fff;
  background-color: #0b50cf;
  font-size: 3em;
}
@media screen and (max-width: 1599px) {
  header .header-menu .header-tel .tel-inner span.tel-icon {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-tel .tel-inner span.tel-icon {
    font-size: 2.55em;
  }
}
header .header-menu .header-tel .tel-inner span.tel-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0.1em;
  transform: translate(-50%, -50%);
  font-size: 0.5em;
}
header .header-menu .header-tel .tel-inner span.tel-txt {
  text-align: center;
  margin-left: 0.4em;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-tel .tel-inner span.tel-txt {
    margin-left: 0.6em;
  }
}
header .header-menu .header-tel .tel-inner span.tel-txt .__num {
  color: #0b50cf;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1em;
}
@media screen and (max-width: 1599px) {
  header .header-menu .header-tel .tel-inner span.tel-txt .__num {
    font-size: 1.575em;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-tel .tel-inner span.tel-txt .__num {
    font-size: 1.4875em;
  }
}
header .header-menu .header-tel .tel-inner span.tel-txt .__info {
  font-size: 0.8em;
  line-height: 1em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-tel .tel-inner span.tel-txt .__info {
    margin-top: 0.4em;
  }
}

/* sec-contact
---------------------------------------------------- */
.contact-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .contact-list ul {
    display: block;
  }
}
.contact-list ul .contact-list-item {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  width: calc(50% - 1em);
  padding: 2em;
}
@media screen and (max-width: 1199px) {
  .contact-list ul .contact-list-item {
    width: 100%;
    padding: 1.6em 3em 1.4em;
  }
  .contact-list ul .contact-list-item:nth-of-type(2) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .contact-list ul .contact-list-item {
    padding: 1.6em min(4vw, 2em);
  }
}
.contact-list ul .contact-list-item h4 {
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (max-width: 1199px) {
  .contact-list ul .contact-list-item h4 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .contact-list ul .contact-list-item h4 {
    font-size: 1em;
  }
}
.contact-list ul .contact-list-item h4::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #000;
  margin: 0 auto;
  margin-top: 0.6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .contact-list ul .contact-list-item h4::after {
    margin-top: 0.8em;
    margin-bottom: 1.4em;
  }
}
.contact-list ul .contact-list-item .num-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .contact-list ul .contact-list-item .num-wrap {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .contact-list ul .contact-list-item .num-wrap {
    font-size: min(7vw, 1.75em);
  }
}
.contact-list ul .contact-list-item .num-wrap span {
  display: block;
}
.contact-list ul .contact-list-item .num-wrap span.item-icon {
  position: relative;
  width: 1em;
  aspect-ratio: 1/1;
  color: #fff;
  background-color: #0b50cf;
}
.contact-list ul .contact-list-item .num-wrap span.item-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0.1em;
  transform: translate(-50%, -50%);
  font-size: 0.5em;
}
.contact-list ul .contact-list-item .num-wrap span.item-num {
  color: #0b50cf;
  font-weight: 700;
  line-height: 1em;
  margin-left: 0.2em;
}
.contact-list ul .contact-list-item p {
  font-size: 0.85em;
  margin-top: 0.4em;
}

.sec-contact {
  margin-bottom: -15rem;
}
@media screen and (max-width: 1199px) {
  .sec-contact {
    margin-bottom: -180px;
  }
}
.sec-contact .sec-inner {
  position: relative;
  z-index: 2;
  background-image: url(../images/contact-bgimg.jpg);
  background-size: cover;
  background-position: 50%, 100%;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-contact .sec-inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #183996;
  opacity: 0.5;
}
.sec-contact .sec-inner .sec-ttl {
  text-align: center;
  margin-top: -1em;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .sec-ttl {
    margin-top: 1em;
  }
}
.sec-contact .sec-inner .sec-txt {
  color: #fff;
  text-align: center;
  margin-top: 1em;
}
.sec-contact .sec-inner .contact-list {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .contact-list ul .contact-list-item .__linkbtn {
    margin-bottom: 0.4em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .contact-list ul .contact-list-item .__linkbtn a {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .contact-list ul .contact-list-item .__linkbtn a {
    padding: 0.6em;
  }
}
.sec-contact .sec-inner .contact-list ul .contact-list-item .__linkbtn a span.__txt {
  font-size: 1em;
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .contact-list ul .contact-list-item .__linkbtn a span.__txt {
    font-size: min(3.6vw, 0.9em);
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .contact-list ul .contact-list-item .__linkbtn a span.__txt .__sp-hidden {
    display: none;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 1.875rem;
}
@media screen and (max-width: 1199px) {
  #pagetop {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin: 12px;
  }
}
#pagetop a {
  width: 60px;
  aspect-ratio: 1/1;
  background-color: #0b50cf;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 48px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
}
@media screen and (max-width: 991px) {
  #pagetop a img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a img {
    width: 14px;
  }
}
#pagetop a:hover {
  background-color: #183996;
}

/* footer
---------------------------------------------------- */
footer {
  color: #fff;
  background-color: #183996;
  padding-top: 23.75rem;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 260px;
  }
}
footer .footer-logo {
  width: 26.25rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-logo {
    width: 315px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    width: min(70vw, 273px);
  }
}
footer .footer-logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
footer .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap {
    display: block;
  }
}
footer .flex-wrap .footer-info p a {
  display: inline-block;
  margin-left: 0.2em;
  transition: all 0.24s ease;
}
footer .flex-wrap .footer-info p a:hover {
  opacity: 0.6;
}
footer .flex-wrap .footer-menu {
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap .footer-menu {
    margin-top: 2em;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  footer .flex-wrap .footer-menu {
    margin-bottom: 4em;
  }
}
footer .flex-wrap .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .flex-wrap .footer-menu ul {
    flex-wrap: wrap;
  }
}
footer .flex-wrap .footer-menu ul li a {
  margin: 0 1.25rem;
  padding: 0.36em 0;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1599px) {
  footer .flex-wrap .footer-menu ul li a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap .footer-menu ul li a {
    font-size: 1em;
    margin-right: 2em;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .flex-wrap .footer-menu ul li a {
    font-size: 0.9em;
    margin-top: 0.4em;
  }
}
footer .flex-wrap .footer-menu ul li a:hover {
  opacity: 0.6;
}
footer .flex-wrap .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap .footer-menu ul li:nth-of-type(1) a {
    margin-left: 0;
  }
}
footer .copyright {
  background-color: #0b50cf;
}
footer .copyright p {
  text-align: center;
  font-size: 0.8em;
  padding: 0.4em 0;
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    font-size: 0.7em;
  }
}/*# sourceMappingURL=common.css.map */