/*
Theme Name: MIRAIS Group Original Theme
Author: kamedouraku inc
Description: M-GROUPサイトのオリジナルテーマです。
Version: 1.0
*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");

.heading-center {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
  margin: 0 auto 40px !important
}

@media (max-width:768px) {
  .heading-center {
    font-size: clamp(2rem, 0.69rem + 4.032vw, 2.625rem)
  }
}

@media (max-width:520px) {
  .heading-center {
    font-size: 1.875rem;
    line-height: 1.4em;
    margin: 0 auto 32px !important
  }
}

.heading-center:before {
  content: "";
  background: url(img/dec-heading_pc.png) center top no-repeat;
  display: block;
  width: 120px;
  height: 16px;
  margin: 0 auto 32px
}

@media (max-width:520px) {
  .heading-center:before {
    width: 60px;
    height: 8px;
    background-size: contain;
    margin: 0 auto 16px
  }
}

.heading-center_english {
  display: block !important;
  font-size: 1.125rem;
  line-height: 2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #073190;
  margin: 8px auto 0
}

@media (max-width:520px) {
  .heading-center_english {
    margin: 0 auto 0
  }
}

p {
  font-size: 1rem;
  line-height: 2em
}

a {
  text-decoration: none;
  color: #000
}

.link-text {
  text-decoration: underline;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.link-text:hover {
  text-decoration: none;
  color: #00a39e
}

ul li {
  list-style: none
}

.text-blue {
  color: #073190
}

.mb-0 {
  margin-bottom: 0px
}

.mr-0 {
  margin-bottom: 0px
}

.pb-0 {
  padding-bottom: 0px
}

.mb-8 {
  margin-bottom: 8px
}

.mr-8 {
  margin-bottom: 8px
}

.pb-8 {
  padding-bottom: 8px
}

.mb-16 {
  margin-bottom: 16px
}

.mr-16 {
  margin-bottom: 16px
}

.pb-16 {
  padding-bottom: 16px
}

.mb-24 {
  margin-bottom: 24px
}

.mr-24 {
  margin-bottom: 24px
}

.pb-24 {
  padding-bottom: 24px
}

.mb-32 {
  margin-bottom: 32px
}

.mr-32 {
  margin-bottom: 32px
}

.pb-32 {
  padding-bottom: 32px
}

.mb-40 {
  margin-bottom: 40px
}

.mr-40 {
  margin-bottom: 40px
}

.pb-40 {
  padding-bottom: 40px
}

.mb-48 {
  margin-bottom: 48px
}

.mr-48 {
  margin-bottom: 48px
}

.pb-48 {
  padding-bottom: 48px
}

.mb-56 {
  margin-bottom: 56px
}

.mr-56 {
  margin-bottom: 56px
}

.pb-56 {
  padding-bottom: 56px
}

.mb-64 {
  margin-bottom: 64px
}

.mr-64 {
  margin-bottom: 64px
}

.pb-64 {
  padding-bottom: 64px
}

.mb-72 {
  margin-bottom: 72px
}

.mr-72 {
  margin-bottom: 72px
}

.pb-72 {
  padding-bottom: 72px
}

.mb-80 {
  margin-bottom: 80px
}

.mr-80 {
  margin-bottom: 80px
}

.pb-80 {
  padding-bottom: 80px
}

.mb-88 {
  margin-bottom: 88px
}

.mr-88 {
  margin-bottom: 88px
}

.pb-88 {
  padding-bottom: 88px
}

.mb-96 {
  margin-bottom: 96px
}

.mr-96 {
  margin-bottom: 96px
}

.pb-96 {
  padding-bottom: 96px
}

.mb-104 {
  margin-bottom: 104px
}

.mr-104 {
  margin-bottom: 104px
}

.pb-104 {
  padding-bottom: 104px
}

.mb-112 {
  margin-bottom: 112px
}

.mr-112 {
  margin-bottom: 112px
}

.pb-112 {
  padding-bottom: 112px
}

.mb-120 {
  margin-bottom: 120px
}

.mr-120 {
  margin-bottom: 120px
}

.pb-120 {
  padding-bottom: 120px
}

.mb-128 {
  margin-bottom: 128px
}

.mr-128 {
  margin-bottom: 128px
}

.pb-128 {
  padding-bottom: 128px
}

.mb-136 {
  margin-bottom: 136px
}

.mr-136 {
  margin-bottom: 136px
}

.pb-136 {
  padding-bottom: 136px
}

.mb-144 {
  margin-bottom: 144px
}

.mr-144 {
  margin-bottom: 144px
}

.pb-144 {
  padding-bottom: 144px
}

.mb-152 {
  margin-bottom: 152px
}

.mr-152 {
  margin-bottom: 152px
}

.pb-152 {
  padding-bottom: 152px
}

.mb-160 {
  margin-bottom: 160px
}

.mr-160 {
  margin-bottom: 160px
}

.pb-160 {
  padding-bottom: 160px
}

.center {
  text-align: center
}

.left {
  text-align: left
}

.right {
  text-align: right
}

.clearfix:after {
  clear: both;
  content: "";
  display: table
}

.clearfix {
  display: table
}

.key-color {
  color: #073190
}

.marker {
  font-weight: 500 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgb(252, 222, 141)));
  background: linear-gradient(transparent 80%, rgb(252, 222, 141) 80%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s
}

.marker.on {
  background-size: 100% 100%
}

.pc_none {
  display: none
}

@media (max-width:768px) {
  .pc_none {
    display: block
  }
}

.tab_none {
  display: none
}

@media (max-width:1024px) {
  .tab_none {
    display: block
  }
}

.sp_none {
  display: block
}

@media (max-width:768px) {
  .sp_none {
    display: none !important
  }
}

.common-main {
  width: 100%;
  height: 520px;
  border-radius: 0 0 80px 0;
  margin: 0 auto 120px
}

@media (max-width:1024px) {
  .common-main {
    margin: 0 auto 80px
  }
}

@media (max-width:520px) {
  .common-main {
    margin: 0 auto 40px;
    height: 320px;
    border-radius: 0
  }
}

.common-main-inbox {
  height: 520px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(img/bg-main_lowlayer.webp) left top no-repeat;
  background-size: cover;
  padding: 40px 0 0 0;
  border-radius: 0 0 80px 0
}

@media (max-width:768px) {
  .common-main-inbox {
    background-size: auto;
    background-position: -180px top
  }
}

@media (max-width:520px) {
  .common-main-inbox {
    padding: 16px 0 0 0;
    height: 320px;
    border-radius: 0;
    background-size: 250%;
    background-position: -100px top
  }
}

.common-main-group {
  height: calc(100% - 188px);
  padding-bottom: 32px;
  padding-left: clamp(40px, -255.385px + 28.846vw, 160px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:520px) {
  .common-main-group {
    padding-left: 32px
  }
}

.common-main-heading {
  font-size: clamp(40px, 28.571px + 1.488vw, 50px);
  line-height: 1.4em
}

@media (max-width:520px) {
  .common-main-heading {
    font-size: 2rem
  }
}

.common-main-heading_eng {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #073190;
  font-size: 1.125rem
}

@media (max-width:520px) {
  .common-main-heading_eng {
    font-size: 1rem;
    margin-top: 0
  }
}

.lowlayer .header {
  margin-bottom: 112px !important
}

@media (max-width:520px) {
  .lowlayer .header {
    margin-bottom: 64px !important
  }
}

.breadcrumbs {
  display: inline-block !important;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: #fff;
  padding: 12px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important
}

@media (max-width:520px) {
  .breadcrumbs {
    display: none !important
  }
}


.breadcrumbs span {
  margin-right: 16px;
  font-weight: 500
}


.breadcrumbs span:last-child {
  margin-right: 0 !important
}

.breadcrumbs span a {
  color: #00a39e;
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a39e), to(#00a39e)) bottom right no-repeat;
  background: linear-gradient(#00a39e, #00a39e) bottom right no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s
}

.breadcrumbs span a:hover {
  background-position: bottom left;
  background-size: 100% 1px
}


* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

html {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  scroll-behavior: smooth
}

body {
  color: #000;
  background-color: #fff;
  font-size: 100%;
  line-height: 1.8em;
  letter-spacing: 0.02em;
  margin: 0 auto;
  padding: 0
}

body.no-scroll {
  overflow: hidden
}

.main {
  width: 100%;
  aspect-ratio: 2/1;
  max-height: 880px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e7eaf4 url(img/main-bg_pc.svg) right top no-repeat;
  background-size: auto;
  overflow: visible;
  margin: 0 auto 120px;
  padding-top: 40px
}

@media (max-width:1024px) {
  .main {
    background-size: cover
  }
}

@media (max-width:520px) {
  .main {
    aspect-ratio: auto !important;
    height: auto;
    max-height: none;
    background: #e7eaf4 url(img/main-bg_sp.svg) 32px -20px no-repeat;
    background-size: 324%;
    padding-top: 16px;
    margin: 0 auto 80px
  }
}

.header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-bottom: clamp(40px, 15.024px + 2.439vw, 56px)
}

@media (max-width:768px) {
  .header {
    margin-bottom: 24px
  }
}

@media (max-width:520px) {
  .header {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 16px;
    display: block
  }
}

.header-title {
  line-height: 1em;
  margin: 0
}

.header-title a {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.header-title a:hover {
  opacity: 0.6
}

.header-title img {
  width: clamp(200px, 137.561px + 6.098vw, 240px)
}

@media (max-width:768px) {
  .header-title img {
    width: clamp(160px, 93.333px + 13.889vw, 200px)
  }
}

.header-text {
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400
}

@media (max-width:520px) {
  .header-text {
    display: none
  }
}

.gnav {
  max-width: 544px;
  height: 72px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px 0 80px;
  background: #fff;
  border-radius: 50em;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 24px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 999
}

@media (max-width:1024px) {
  .gnav {
    display: none
  }
}

.gnav-list {
  grid-area: gnavi;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end
}

.gnav-list-item {
  font-size: 1rem;
  font-weight: 700
}

.gnav-list-item a {
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) bottom right no-repeat;
  background: linear-gradient(#000, #000) bottom right no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s
}

.gnav-list-item a:hover {
  background-position: bottom left;
  background-size: 100% 1px
}

.gnav_contact {
  width: 136px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  display: block;
  background: #F9BE1B;
  text-align: center;
  border-radius: 50em;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.gnav_contact:hover {
  color: #fff;
  background: #f9841b
}

.toggle-button {
  display: none
}

@media (max-width:1024px) {
  .toggle-button {
    display: inline-block;
    cursor: pointer;
    width: 72px;
    height: 72px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    background: #073190;
    border-radius: 50%;
    border: none;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 9999
  }
}

@media (max-width:1024px) and (max-width:768px) {
  .toggle-button {
    width: 56px;
    height: 56px
  }
}

@media (max-width:1024px) and (max-width:520px) {
  .toggle-button {
    width: 48px;
    height: 48px;
    top: 16px;
    right: 16px
  }
}

@media (max-width:1024px) {
  .toggle-button .bar {
    display: block;
    height: 2px;
    background-color: #fff;
    margin: 5px 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
  }
}

@media (max-width:1024px) and (max-width:768px) {
  .toggle-button .bar {
    margin: 5px 4px
  }
}

@media (max-width:1024px) and (max-width:520px) {
  .toggle-button .bar {
    margin: 4px 0
  }
}

.toggle-button span:first-child {
  width: 32px
}

@media (max-width:520px) {
  .toggle-button span:first-child {
    width: 24px
  }
}

.toggle-button span:nth-child(2) {
  width: 20px
}

@media (max-width:520px) {
  .toggle-button span:nth-child(2) {
    width: 14px
  }
}

.toggle-button span:nth-child(3) {
  width: 16px
}

@media (max-width:520px) {
  .toggle-button span:nth-child(3) {
    width: 8px
  }
}

.toggle-button.is-active .bar:first-child {
  width: 32px;
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px)
}

@media (max-width:520px) {
  .toggle-button.is-active .bar:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
    width: 20px
  }
}

.toggle-button.is-active .bar:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.toggle-button.is-active .bar:nth-child(3) {
  width: 32px;
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px)
}

@media (max-width:520px) {
  .toggle-button.is-active .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
    width: 20px
  }
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 88%;
  height: 100%;
  background: #073190;
  border-radius: 40px 0 0 0;
  color: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 18;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 112px 24px 0
}

.menu.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.menu-inbox {
  border-top: 1px solid #fff;
  padding: 24px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.menu-list {
  font-weight: 500;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 0;
  margin: 0 auto 40px
}

.menu-list_item {
  width: 50%;
  font-size: 1rem
}

.menu-list_item_link {
  color: #fff
}

.menu-inmenu {
  padding-left: 8px;
  font-size: 0.875rem;
  margin-top: 16px;
  font-weight: 400 !important
}

.menu-inmenu_item {
  margin-bottom: 16px
}

.menu-inmenu_item:before {
  content: "-";
  margin-right: 4px
}

.menu-btn {
  width: 280px;
  height: 48px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 48px;
  display: block;
  border-radius: 50em;
  margin: 0 auto;
  text-align: center;
  background: #fff url(img/arrow-btn_drawer.svg) no-repeat;
  background-position: 95% center;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px rgba(0, 0, 0, 0.16)
}

.panel {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 17;
  display: none
}

.sp-contact {
  display: none
}

@media (max-width:520px) {
  .sp-contact {
    display: block;
    border-radius: 50em;
    padding: 0 24px;
    height: 40px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    background: #F9BE1B;
    position: fixed;
    z-index: 17;
    top: 16px;
    right: 64px
  }
}

.swiper {
  width: 100%;
  max-height: 567px;
  margin-bottom: clamp(16px, -8.976px + 2.439vw, 32px);
  overflow: visible;
  position: static !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out;
}

@media (max-width:520px) {
  .swiper {
    margin-bottom: 8px
  }
}

/* Swiperの初期化が完了したら表示する */
.swiper.swiper-initialized {
    opacity: 1;
    visibility: visible;
  }

.swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.swiper-slide {
  width: 1000px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1024px) {
  .swiper-slide {
    width: calc(100% - 36px) !important
  }
}

@media (max-width:520px) {
  .swiper-slide {
    min-height: clamp(330px, -30px + 100vw, 400px)
  }
}

.swiper-slide_pcimage {
  border-radius: 16px;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px rgba(0, 0, 0, 0.16);
  width: 100%
}

@media (max-width:520px) {
  .swiper-slide_pcimage {
    display: none
  }
}

.swiper-slide_spimage {
  display: none
}

@media (max-width:520px) {
  .swiper-slide_spimage {
    display: block;
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 5px 5px rgba(0, 0, 0, 0.16)
  }
}

.swiper-slide a {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.swiper-slide a:hover {
  opacity: 0.8
}

.swiper-pagination-bullet {
  background: #000 !important;
  opacity: 1 !important;
  margin: 0 6px !important;
  position: static !important;
  padding: 0 !important
}

.swiper-pagination-bullet-active {
  background: #F9BE1B !important
}

.mega-contents {
  background: rgba(0, 0, 0, 0.88);
  display: none;
  position: absolute;
  top: 56px;
  left: -220px;
  width: 744px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px
}

.mega-contents-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 16px
}

.mega-contents-nav-item {
  font-weight: 400
}

.mega-contents-nav-item:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/arrow_-nav-drawer.svg) 0 0 no-repeat;
  margin-right: 4px
}

.mega-contents-nav-item a {
  color: #fff;
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom right no-repeat;
  background: linear-gradient(#fff, #fff) bottom right no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s
}

.mega-contents-nav-item a:hover {
  color: #fff;
  background-position: bottom left;
  background-size: 100% 1px
}

.mega-contents-inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}

.mega-contents_image {
  border-radius: 50%
}

.aboutus {
  width: 100%;
  margin: 0 auto 120px
}

.aboutus-inbox {
  width: 760px;
  margin: 0 auto
}

@media (max-width:768px) {
  .aboutus-inbox {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.aboutus-read {
  font-size: 1.625rem;
  line-height: 1.8em !important;
  text-align: center;
  font-weight: 500;
  margin: 0 auto 40px
}

@media (max-width:768px) {
  .aboutus-read {
    font-size: clamp(18px, 8px + 2.083vw, 24px)
  }
}

@media (max-width:520px) {
  .aboutus-read {
    font-size: 1.125rem;
    margin: 0 auto 24px
  }
}

.aboutus-text {
  margin-bottom: 80px;
  line-height: 2.2em !important
}

@media (max-width:520px) {
  .aboutus-text {
    margin-bottom: 40px
  }
}

.aboutus-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  width: 320px;
  height: 64px;
  line-height: 64px;
  border-radius: 50rem;
  font-weight: 500;
  display: block;
  background: #F9BE1B url(img/arrow-btn.svg) no-repeat;
  background-position: 95% center;
  margin: 0 auto 80px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

@media (max-width:520px) {
  .aboutus-btn {
    font-size: 1rem;
    width: 280px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 40px
  }
}

.aboutus-btn:hover {
  color: #fff;
  background: #f9841b url(img/arrow-btn.svg) no-repeat;
  background-position: 98% center
}

@-webkit-keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.scroll-infinity__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin-right: 32px
}

@media (max-width:768px) {
  .scroll-infinity__list {
    gap: 24px;
    margin-right: 24px
  }
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
  animation: infinity-scroll-left 80s infinite linear 0.5s both
}

.scroll-infinity__item {
  width: 25vw
}

@media (max-width:768px) {
  .scroll-infinity__item {
    width: 33.3333333333vw
  }
}

@media (max-width:520px) {
  .scroll-infinity__item {
    width: 50vw
  }
}

.scroll-infinity__item>img {
  width: 100%;
  border-radius: 8px;
  vertical-align: top
}

.scroll-infinity__list--left li:nth-child(odd) {
  margin-top: 56px
}

@media (max-width:520px) {
  .scroll-infinity__list--left li:nth-child(odd) {
    margin-top: 24px
  }
}

.service {
  width: 100%;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(7, 49, 144, 0.1) url(img/bg_service.svg) center -32px no-repeat;
  border-radius: 64px;
  margin: 0 auto 120px
}

@media (max-width:1024px) {
  .service {
    background-size: 110%;
    border-radius: 56px;
    padding: 56px 0
  }
}

@media (max-width:768px) {
  .service {
    border-radius: 48px
  }
}

@media (max-width:520px) {
  .service {
    border-radius: 24px 0 24px 0;
    background: rgba(7, 49, 144, 0.1) url(img/bg_service.svg) center -8px no-repeat;
    background-size: 240%;
    padding: 40px 0;
    margin: 0 auto 80px
  }
}

.service-inbox {
  width: clamp(1024px, 0px + 100vw, 1160px);
  margin: auto
}

@media (max-width:1160px) {
  .service-inbox {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.service-flexbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px
}

@media (max-width:520px) {
  .service-flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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
  }
}

.service-box {
  width: calc(50% - 16px);
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16)
}

@media (max-width:520px) {
  .service-box {
    width: calc(100% - 5px);
    padding: 24px
  }
}

.service-subheading {
  font-size: 1.375rem;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}

@media (max-width:768px) {
  .service-subheading {
    font-size: clamp(1.25rem, 0.875rem + 0.781vw, 1.375rem)
  }
}

.service-subheading span {
  width: calc(100% - 96px)
}

@media (max-width:768px) {
  .service-subheading span {
    width: calc(100% - 80px)
  }
}

@media (max-width:520px) {
  .service-subheading span {
    width: calc(100% - 74px)
  }
}

.service-thumbnail {
  border-radius: 8px;
  margin-bottom: 32px
}

@media (max-width:1160px) {
  .service-thumbnail {
    width: 100%
  }
}

@media (max-width:520px) {
  .service-thumbnail {
    margin-bottom: 24px
  }
}

.service-smallheading {
  font-size: 1.25rem;
  margin-bottom: 24px
}

@media (max-width:768px) {
  .service-smallheading {
    font-size: clamp(1.125rem, 0.75rem + 0.781vw, 1.25rem)
  }
}

.service-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  width: 72%;
  height: 64px;
  line-height: 64px;
  border-radius: 50rem;
  font-weight: 500;
  display: block;
  background: #F9BE1B url(img/arrow-btn.svg) no-repeat;
  background-position: 95% center;
  margin: 0 auto;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

@media (max-width:768px) {
  .service-btn {
    font-size: 1rem;
    width: 88%
  }
}

@media (max-width:520px) {
  .service-btn {
    height: 48px;
    line-height: 48px;
    font-size: 1rem
  }
}

.service-btn:hover {
  background: #f9841b url(img/arrow-btn.svg) no-repeat;
  background-position: 98% center;
  color: #fff
}

.service-text {
  margin-bottom: 40px
}

.miraisBox {
  background: #fff url(img/bar-mirais.svg) center top no-repeat
}

.techBox {
  background: #fff url(img/bar-tech.svg) center top no-repeat
}

.miraisBox .service-subheading:before {
  content: "";
  display: block;
  width: 80px;
  height: 70px;
  background: url(img/mark-mirais.svg) 0 0 no-repeat
}

@media (max-width:1024px) {
  .miraisBox .service-subheading:before {
    width: clamp(4rem, 1rem + 6.25vw, 5rem);
    background-size: contain
  }
}

@media (max-width:520px) {
  .miraisBox .service-subheading:before {
    width: 64px;
    height: 56px
  }
}

.techBox .service-subheading:before {
  content: "";
  display: block;
  width: 80px;
  height: 70px;
  background: url(img/mark-tech.svg) 0 0 no-repeat
}

@media (max-width:1024px) {
  .techBox .service-subheading:before {
    width: clamp(4rem, 1rem + 6.25vw, 5rem);
    background-size: contain
  }
}

@media (max-width:520px) {
  .techBox .service-subheading:before {
    width: 64px;
    height: 56px
  }
}

.news {
  width: 100%;
  margin: 0 auto 120px
}

@media (max-width:520px) {
  .news {
    margin: 0 auto 80px
  }
}

.news-inbox {
  width: clamp(1024px, 0px + 100vw, 1160px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px
}

@media (max-width:1160px) {
  .news-inbox {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

@media (max-width:768px) {
  .news-inbox {
    display: block;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.news .heading-center {
  text-align: left
}

@media (max-width:768px) {
  .news .heading-center {
    margin: 0 !important
  }
}

@media (max-width:520px) {
  .news .heading-center {
    text-align: center;
    margin: 0 auto !important
  }
}

.news .heading-center:before {
  margin: 0 0 32px
}

@media (max-width:520px) {
  .news .heading-center:before {
    margin: 0 auto 16px
  }
}

.news-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  width: 240px;
  height: 64px;
  line-height: 64px;
  border-radius: 50rem;
  font-weight: 500;
  display: block;
  background: #F9BE1B url(img/arrow-btn.svg) no-repeat;
  background-position: 93% center;
  margin: 0 auto 80px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

@media (max-width:768px) {
  .news-btn {
    margin: 0 !important
  }
}

@media (max-width:520px) {
  .news-btn {
    display: none
  }
}

.news-btn:hover {
  background: #f9841b url(img/arrow-btn.svg) no-repeat;
  background-position: 96% center;
  color: #fff
}

.news-btn_sp {
  display: none
}

@media (max-width:520px) {
  .news-btn_sp {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    color: #000;
    text-align: center;
    width: 280px;
    height: 48px;
    line-height: 48px;
    border-radius: 50rem;
    font-weight: 500;
    display: block;
    background: #F9BE1B url(img/arrow-btn.svg) no-repeat;
    background-position: 93% center;
    margin: 0 auto 80px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in
  }

  .news-btn_sp:hover {
    background: #f9841b url(img/arrow-btn.svg) no-repeat;
    background-position: 96% center;
    color: #fff
  }
}

.news-rightColumn {
  width: 72.4%
}

@media (max-width:768px) {
  .news-rightColumn {
    width: 100%
  }
}

@media (max-width:768px) {
  .news-leftColum {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 40px
  }
}

.news-list {
  margin: 0
}

.news-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

@media (max-width:520px) {
  .news-list_item {
    width: 100%;
    margin-bottom: 24px
  }
}

.news-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 8px;
  vertical-align: bottom
}

.news-thumbnail_link {
  padding-bottom: 16px;
  border-bottom: 2px solid #073190
}

@media (max-width:520px) {
  .news-thumbnail_link {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0
  }
}

.news-thumbnail_link img {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

@media (max-width:520px) {
  .news-thumbnail_link img {
    width: 144px;
    border-radius: 5px
  }
}

.news-thumbnail_link:hover img {
  opacity: 0.5
}

.news-text {
  border-bottom: 1px solid #ccc;
  padding-left: 16px;
  width: 100%
}

.news-category {
  font-size: 0.875rem;
  font-weight: 600;
  width: 160px;
  height: 32px;
  text-align: center;
  display: inline-block;
  background: #ebeff6;
  border-radius: 50em;
  margin-right: 16px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

@media (max-width:768px) {
  .news-category {
    display: block;
    margin-bottom: 8px
  }
}

@media (max-width:520px) {
  .news-category {
    font-size: 0.75rem;
    width: 138px;
    height: 28px
  }
}

.news-category:hover {
  background: #073190;
  color: #fff
}

.news-time {
  font-size: 0.875rem
}

@media (max-width:520px) {
  .news-time {
    font-size: 0.75rem
  }
}

.news-link {
  display: block;
  margin-top: 16px;
  -webkit-text-decoration: underline #bbb;
  text-decoration: underline #bbb;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.news-link:hover {
  color: #00a39e;
  text-decoration: none
}

@media (max-width:768px) {
  .news-link {
    margin-top: 16px !important;
    margin-bottom: 16px
  }
}

.media {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#eceff6), color-stop(88%, #eceff6), color-stop(88%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, #eceff6 0%, #eceff6 88%, #ffffff 88%, #ffffff 100%);
  border-radius: 0 64px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 96px 0 0 0;
  margin: 0 auto 120px
}

@media (max-width:1024px) {
  .media {
    padding: 64px 0 0 0;
    border-radius: 0 56px 0 0
  }
}

@media (max-width:768px) {
  .media {
    border-radius: 0 48px 0 0
  }
}

@media (max-width:520px) {
  .media {
    padding: 40px 0;
    border-radius: 0 24px 0 0;
    background: #eceff6;
    margin: 0 auto 80px
  }
}

.media-inbox {
  width: clamp(1024px, 0px + 100vw, 1160px);
  margin: 0 auto
}

@media (max-width:1160px) {
  .media-inbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px
  }
}

.media .heading-center {
  text-align: left;
  margin: 0 !important
}

@media (max-width:1024px) {
  .media .heading-center {
    white-space: nowrap
  }
}

@media (max-width:520px) {
  .media .heading-center {
    text-align: center;
    margin: 0 auto 32px !important
  }
}

.media .heading-center:before {
  margin: 0 0 32px
}

@media (max-width:520px) {
  .media .heading-center:before {
    margin: 0 auto 16px
  }
}

.media-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto 40px
}

@media (max-width:520px) {
  .media-title {
    display: block;
    margin: 0 auto 24px
  }
}

.media-read {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.6em
}

@media (max-width:1024px) {
  .media-read {
    font-size: clamp(1.375rem, 0.625rem + 1.563vw, 1.625rem)
  }
}

@media (max-width:520px) {
  .media-read {
    font-size: 1.125rem;
    text-align: center
  }
}

.media-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px
}

@media (max-width:1160px) {
  .media-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px
  }
}

@media (max-width:520px) {
  .media-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto
  }
}

.media-box {
  width: 360px;
  padding: 32px 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16)
}

@media (max-width:1160px) {
  .media-box {
    width: calc(33.3333333333% - 27px);
    padding: 32px 40px
  }
}

@media (max-width:768px) {
  .media-box {
    padding: 24px
  }
}

@media (max-width:520px) {
  .media-box {
    width: calc(100% - 5px);
    padding: 32px 56px
  }
}

.media-tag {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  width: 84%;
  background: #073190;
  border-radius: 50em;
  margin: 0 auto 16px
}

@media (max-width:520px) {
  .media-tag {
    height: 32px;
    line-height: 32px
  }
}

.media-subheading {
  font-size: 1.375rem;
  margin: 0 auto 24px
}

.media-text {
  font-size: 1.125rem;
  min-height: 64px;
  font-weight: 500;
  margin: 0 auto 24px
}

@media (max-width:768px) {
  .media-text {
    font-size: 1rem
  }
}

.media-pict {
  border-radius: 8px;
  margin: 0 auto 40px
}

@media (max-width:1024px) {
  .media-pict {
    width: 100%
  }
}

.media-pict_link {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.media-pict_link:hover {
  opacity: 0.5
}

.media-btn {
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F9BE1B), to(#F9BE1B));
  background-image: linear-gradient(#F9BE1B, #F9BE1B);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% 4px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s
}

.media-btn:hover {
  color: #000;
  background-position: bottom left;
  background-size: 0 4px
}

.group {
  width: 100%;
  height: 496px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin: 0 auto;
  z-index: 0
}

@media (max-width:520px) {
  .group {
    background: -webkit-gradient(linear, left top, left bottom, from(#073190), color-stop(50%, #073190), color-stop(50%, #00a39e), to(#00a39e));
    background: linear-gradient(180deg, #073190 0%, #073190 50%, #00a39e 50%, #00a39e 100%);
    position: static;
    height: auto;
    padding: 24px 0
  }
}

.group-area {
  margin: -300px auto 0;
  -webkit-animation: text-loop 40s linear infinite;
  animation: text-loop 40s linear infinite
}

@media (max-width:520px) {
  .group-area {
    display: none
  }
}

.group-scroll {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 600;
  font-size: 17.5rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: auto
}

.group-inbox {
  width: 100%;
  height: 496px;
  position: absolute;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  mix-blend-mode: screen
}

@media (max-width:520px) {
  .group-inbox {
    display: none
  }
}

.group-left {
  width: 50%;
  background: #073190;
  border-radius: 0 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  isolation: isolate
}

.group-right {
  width: 50%;
  background: #00a39e;
  mix-blend-mode: screen;
  border-radius: 48px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left
}

.group-flex {
  width: clamp(1024px, 0px + 100vw, 1160px);
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 80px auto 0;
  mix-blend-mode: normal !important;
  z-index: 10
}

@media (max-width:1024px) {
  .group-flex {
    margin: 64px auto 0;
    width: calc(100% - 64px)
  }
}

@media (max-width:520px) {
  .group-flex {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px
  }
}

.group-contents {
  width: 504px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 56px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  mix-blend-mode: normal !important
}

@media (max-width:1024px) {
  .group-contents {
    width: calc(50% - 32px);
    padding: 40px 32px
  }
}

@media (max-width:768px) {
  .group-contents {
    padding: 40px 24px
  }
}

@media (max-width:520px) {
  .group-contents {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 24px
  }
}

.group-heading {
  font-size: 1.625rem;
  margin: 0 auto 32px
}

@media (max-width:1024px) {
  .group-heading {
    font-size: clamp(1.25rem, 0.125rem + 2.344vw, 1.625rem);
    white-space: pre-wrap
  }
}

@media (max-width:768px) {
  .group-heading {
    font-size: 1.125rem
  }
}

@media (max-width:520px) {
  .group-heading {
    margin: 0 auto
  }
}

.group-read {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 auto 40px
}

@media (max-width:1024px) {
  .group-read {
    white-space: pre-wrap
  }
}

@media (max-width:520px) {
  .group-read {
    display: none
  }
}

.group-logo {
  position: relative;
  z-index: 4;
  mix-blend-mode: normal !important;
  isolation: auto
}

@media (max-width:1024px) {
  .group-logo {
    height: clamp(3.5rem, 0.5rem + 6.25vw, 4.5rem)
  }
}

@media (max-width:520px) {
  .group-logo {
    margin: 0 auto 8px
  }
}

.group-link {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.group-link:hover {
  opacity: 0.5
}

@-webkit-keyframes text-loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes text-loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
  background: #2d2d2d url(img/bg-footer.svg) 400px 18% no-repeat;
  background-size: auto;
  padding: 56px 0;
  color: #fff
}

@media (max-width:1024px) {
  .footer {
    background: #2d2d2d url(img/bg-footer.svg) 10% 18% no-repeat
  }
}

@media (max-width:520px) {
  .footer {
    padding: 32px 0 16px
  }
}

.footer-inbox {
  width: 1160px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 80px 1fr;
  grid-template: "info fnavs""copyright copyright"1fr;
  gap: 80px
}

@media (max-width:1160px) {
  .footer-inbox {
    width: clamp(64rem, 0rem + 100vw, 72.5rem);
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 56px
  }
}

@media (max-width:1024px) {
  .footer-inbox {
    width: 100%;
    -ms-grid-rows: auto 1fr;
    grid-template: "info""copyright"1fr
  }
}

@media (max-width:520px) {
  .footer-inbox {
    gap: 8px;
    -ms-grid-rows: auto;
    grid-template: "info""copyright"
  }
}

.footer-info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: info
}

.footer-logo {
  margin-bottom: 40px
}

@media (max-width:1024px) {
  .footer-logo {
    margin: 0 auto 40px;
    text-align: center
  }
}

@media (max-width:520px) {
  .footer-logo {
    margin-bottom: 32px
  }
}

.footer-logo-link img {
  width: clamp(10rem, 5.789rem + 8.772vw, 15rem);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.footer-logo-link img:hover {
  opacity: 0.5
}

.footer-companyname {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 16px
}

.footer-address {
  margin-bottom: 32px
}

@media (max-width:1024px) {
  .footer-address {
    font-size: 0.875rem;
    margin-bottom: 24px
  }
}

@media (max-width:1024px) {
  .footer-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
  }
}

@media (max-width:768px) {
  .footer-pp {
    width: clamp(4rem, 1.903rem + 6.452vw, 5rem)
  }
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px
}

@media (max-width:520px) {
  .footer-sns {
    padding-top: 8px;
    margin-bottom: 24px
  }
}

.footer-icon img {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.footer-icon img:hover {
  opacity: 0.5
}

.footer-nav {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: fnavs
}

@media (max-width:1024px) {
  .footer-nav {
    display: none
  }
}

.footer-nav a {
  color: #fff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.footer-nav a:hover {
  opacity: 0.5
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 48px
}

@media (max-width:1160px) {
  .footer-list {
    gap: clamp(1.5rem, -0.459rem + 4.082vw, 2.5rem)
  }
}

.footer-list_item {
  font-weight: 500
}

.footer-list_item_tree {
  margin-top: 24px
}

.footer-list_item_tree_branch {
  font-size: 0.875rem;
  font-weight: 400 !important;
  margin-bottom: 8px
}

.footer-list_item_tree_branch a:before {
  content: "-";
  margin-right: 4px
}

.footer-copy {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  width: 100%;
  grid-area: copyright;
  border-top: 1px solid #505050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
  padding: 24px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (max-width:1024px) {
  .footer-info {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }

  .footer-copy {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
}

@media (max-width:520px) {
  .footer-info {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }

  .footer-copy {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
}

@media (max-width:520px) {
  .footer-copy {
    padding: 16px 0 0 0
  }
}

.footer-copy p {
  font-size: 0.875rem
}

.footer-copy a {
  color: #fff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.footer-copy a:hover {
  opacity: 0.5
}


/********************** news-list **********************/

.listcontent {
  width: clamp(736px, 22.857px + 92.857vw, 1360px);
  margin: 0 auto 160px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 70.6% 5.8% 23.6%;
  grid-template: "leftcolumn ... rightcolumn"/70.6% 5.8% 23.6%
}

@media (max-width:768px) {
  .listcontent {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

@media (max-width:520px) {
  .listcontent {
    -ms-grid-rows: auto;
    grid-template: "rightcolumn""leftcolumn";
    margin: 0 auto 80px
  }
}

.listcontent-leftbox {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: leftcolumn
}

@media (max-width:520px) {
  .listcontent-leftbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto
  }
}

.listcontent-leftbox-subheading {
  font-size: clamp(28px, 23.429px + 0.595vw, 32px);
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .listcontent-leftbox-subheading {
    font-size: 1.5rem;
    margin-bottom: 32px;
    text-align: center;
  }
}

.listcontent-rightbox {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: rightcolumn
}

@media (max-width:520px) {
  .listcontent-leftbox {
    -ms-grid-row: 2;
    -ms-grid-column: 1
  }

  .listcontent-rightbox {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
}

@media (max-width:520px) {
  .listcontent-rightbox {
    width: 100%;
    margin: 0 auto 80px
  }
}

.listcontent-rightbox-subheading {
  font-size: 1.625rem;
  margin-bottom: 32px
}

@media (max-width:520px) {
  .listcontent-rightbox-subheading {
    text-align: center;
    margin-bottom: 24px
  }
}

.listcontent-rightbox-subheading_eng {
  font-family: "Montserrat", sans-serif;
  color: #073190;
  font-size: 1.125rem;
  display: block;
  margin-top: 8px
}

.listcontent-rightbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:520px) {
  .listcontent-rightbox-group {
    gap: 16px
  }
}

.listcontent-rightbox-link {
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: rgba(7, 49, 144, 0.08);
  border-radius: 50em;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.listcontent-rightbox-link:hover {
  background: #073190;
  color: #fff !important
}

.listcontent-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 80px
}

@media (max-width:520px) {
  .listcontent-group {
    margin: 0 auto 40px
  }
}

.listcontent-group-definition {
  width: 33.3%;
  padding-bottom: 24px;
  border-bottom: 1px solid #073190;
  margin-bottom: 40px
}

@media (max-width:520px) {
  .listcontent-group-definition {
    width: 40%;
    padding-bottom: 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc
  }
}

.listcontent-group-definition a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out
}

.listcontent-group-definition a:hover {
  opacity: 0.5
}

.listcontent-group_pict {
  width: 100%;
  height: auto;
  border-radius: 8px;
  vertical-align: bottom
}

@media (max-width:520px) {
  .listcontent-group_pict {
    border-radius: 4px
  }
}

.listcontent-group-term {
  width: 66.7%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 32px 32px auto;
  -ms-grid-columns: 160px 0 24px 0 1fr;
  grid-template: "category ... date"32px "blogtitle blogtitle blogtitle"/160px 24px 1fr;
  gap: 32px 0;
  margin-bottom: 40px
}

@media (max-width:520px) {
  .listcontent-group-term {
    width: 60%;
    padding-left: 16px;
    -ms-grid-rows: 32px 8px auto;
    grid-template: "category"32px "date""blogtitle";
    gap: 8px 0;
    margin-bottom: 24px
  }
}

.listcontent-group_category {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: category;
  font-size: 0.875rem;
  background: rgba(7, 49, 144, 0.08);
  font-weight: 500;
  text-align: center;
  border-radius: 50em;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

@media (max-width:520px) {
  .listcontent-group_category {
    width: 140px
  }
}

.listcontent-group_category:hover {
  background: #073190;
  color: #fff !important
}

.listcontent-group_date {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: date;
  font-size: 0.875rem
}

.listcontent-group_title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: blogtitle;
  font-size: 1.125rem;
  font-weight: 500
}

@media (max-width:520px) {
  .listcontent-group_category {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }

  .listcontent-group_date {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }

  .listcontent-group_title {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
}

.listcontent-group_title a {
  -webkit-text-decoration: underline #bbb;
  text-decoration: underline #bbb;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.listcontent-group_title a:hover {
  color: #00a39e;
  text-decoration: none
}

@media (max-width:520px) {
  .listcontent-group_title {
    font-size: 1rem;
    width: 100%
  }
}

.pagenation {
  margin: 0 auto;
  text-align: center;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width:520px) {
  .nav-links {
    gap: 8px
  }
}

.nav-links span,
.nav-links a {
  font-size: 0.875rem
}

.nav-links a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(7, 49, 144, 0.08);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in
}
.nav-links span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #073190;
  color: #fff;
  border-radius: 50%;
}

.nav-links a:hover {
  background: #073190;
  color: #fff
}

.newscontents {
  width: 960px;
  margin: 0 auto 160px
}

@media (max-width:1024px) {
  .newscontents {
    width: clamp(768px, 192px + 75vw, 960px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px
  }
}

@media (max-width:768px) {
  .newscontents {
    width: 100%
  }
}

.newscontents-subheading {
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
  font-weight: 500
}

@media (max-width:520px) {
  .newscontents-subheading {
    font-size: 1.375rem
  }
}

.newscontents-subblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 40px
}

.newscontents-subblock_category {
  display: inline-block;
  padding: 5px 48px;
  font-size: 0.875rem;
  font-weight: 500;
  background: rgba(7, 49, 144, 0.08);
  border-radius: 50em;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in
}

@media (max-width:520px) {
  .newscontents-subblock_category {
    padding: 4px 40px
  }
}

.newscontents-subblock_category:hover {
  background: #073190;
  color: #fff
}

.newscontents-thumbnail {
  margin: 0 auto 40px;
}

.newscontents-thumbnail_pict {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

@media (max-width:520px) {
  .newscontents-thumbnail_pict {
    border-radius: 8px
  }
}

.newscontents-article {
  margin: 0 auto 80px
}

.newscontents-article h4 {
  color: #073190;
  line-height: 1.6em;
  font-size: 1.375rem;
  margin-bottom: 16px !important;
}

.newscontents-article h5 {
  color: #000;
  line-height: 1.6em;
  font-size: 1.25rem;
  margin-bottom: 16px !important;
}

.newscontents-article ul {
  margin-bottom: 32px;
  margin-left: 16px;
}
.newscontents-article ul li {
  margin-bottom: 16px;
  list-style: circle;
}

.newscontents-article a{
  color: #00a39e;
  transition: 0.3s ease-in;
}
.newscontents-article a:hover {
  text-decoration: underline;
}

.newscontents table {
  width: clamp(736px, 480px + 33.333vw, 960px);
  text-align: left;
  border-collapse: collapse;
  line-height: 2em;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .newscontents table {
    width: 100%;
  }
}
.newscontents table th {
  width: 20%;
  font-size: 16px;
  font-weight: 400;
  padding: 24px 0 16px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
@media (max-width: 520px) {
  .newscontents table th {
    width: 23%;
    font-size: 0.875rem;
  }
}
.newscontents table td {
  font-size: 16px;
  vertical-align: top;
  padding: 24px 0 16px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 520px) {
  .newscontents table td {
    font-size: 0.875rem;
  }
}

.newscontents-article p {
  line-height: 2em !important;
  margin-bottom: 32px
}

.newscontents-article img {
  border-radius: 8px
}

@media (max-width:520px) {
  .newscontents-article img {
    border-radius: 4px
  }
}

.newscontents-article-pictbox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto 32px
}

.newscontents-article .info-box {
  width: 100%;
  padding: 24px 0 0;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 32px;
}


@media (max-width:1024px) {
  .newscontents-article-pictbox3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (max-width:520px) {
  .newscontents-article-pictbox3 {
    gap: 16px
  }
}

@media (max-width:520px) {
  .newscontents-article-pictbox3 img {
    width: 44%
  }
}

.newscontents-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  width: 320px;
  height: 64px;
  line-height: 64px;
  border-radius: 50rem;
  font-weight: 500;
  display: block;
  background: #F9BE1B url(img/arrow-btn.svg) no-repeat;
  background-position: 95% center;
  margin: 0 auto 80px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

@media (max-width:520px) {
  .newscontents-btn {
    font-size: 1rem;
    width: 280px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 40px
  }
}

.newscontents-btn:hover {
  color: #fff;
  background: #f9841b url(img/arrow-btn.svg) no-repeat;
  background-position: 98% center
}

