@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 4.375rem;
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
    font-size: 2.086vw;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 15px;
    font-size: 3.623vw;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: 0.01em;
  color: #1C1C1C;
}
body::before {
  content: "";
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #F7F7F7 url(../images/common/bg_noise.png) repeat left top;
}

b, strong, .fw-bold {
  font-weight: 700;
}

ul, ol {
  list-style: none;
}

p, ul, ol, table, dl {
  line-height: 1.8;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #1C1C1C;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.pc-none,
.for-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .for-mobile {
    display: block;
  }
}
/*------------------------
  header
------------------------*/
.l-header {
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.875rem 12.8125rem 1.875rem 3.75rem;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.l-header.fixed {
  padding: 0.9375rem 12.8125rem 0.9375rem 3.75rem;
  background: #F7F7F7 url(../images/common/bg_noise.png) repeat left top;
}
@media screen and (max-width: 768px) {
  .l-header.fixed {
    padding: 0 0 0 1.25rem;
  }
}
.l-header.fixed .l-header-logo {
  width: 12.5rem;
}
.l-header.fixed .l-header__btn a {
  line-height: 1.875rem;
  font-size: 0.8125rem;
}
.l-header.is-active {
  background: none;
}
.l-header.is-active .l-header__btn {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 3.75rem;
    padding: 0 0 0 1.25rem;
    background: #F7F7F7 url(../images/common/bg_noise.png) repeat left top;
  }
}
.l-header-logo {
  width: 17.5rem;
  transition: width 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header-logo {
    width: 12.5rem;
  }
}
.l-header-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header-logo a img {
  width: 100%;
  height: auto;
}
.l-header__menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__btn {
  display: flex;
  column-gap: 0.625rem;
  transition: all 0.2s;
}
.l-header__btn__item a {
  display: block;
  position: relative;
  width: 8.75rem;
  color: #FFF;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  overflow: hidden;
}
.l-header__btn__item a:hover::before {
  left: 150%;
}
.l-header__btn__item a::before {
  content: "";
  width: 127%;
  height: 100%;
  transform: translateX(-127%) skew(-20deg);
  position: absolute;
  left: -127%;
  transition: left 0.3s;
}
.l-header__btn__item a span {
  position: relative;
}
.l-header__btn__item a.contact {
  background-color: #0268B7;
  border-color: #0268B7;
}
.l-header__btn__item a.contact::before {
  background-color: #00457A;
}
.l-header__btn__item a.download {
  background-color: #00457A;
  border-color: #00457A;
}
.l-header__btn__item a.download::before {
  background-color: #0268B7;
}

.l-header__trigger {
  width: 7.1875rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 9999;
  top: 1.875rem;
  right: 3.75rem;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header__trigger {
    width: 3.75rem;
    height: 3.75rem;
    top: 0;
    right: 0;
    z-index: 10000;
  }
}
.l-header__trigger::after {
  content: "MENU";
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #595656;
}
@media screen and (max-width: 768px) {
  .l-header__trigger::after {
    content: none;
  }
}
.l-header__trigger span {
  position: relative;
  z-index: 9999;
  background-color: transparent;
  width: 3.125rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__trigger span {
    width: 2.125rem;
    row-gap: 0.4375rem;
  }
}
.l-header__trigger span::before, .l-header__trigger span::after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: #595656;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__trigger span::before, .l-header__trigger span::after {
    height: 3px;
  }
}
.l-header__trigger.is-active {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header__trigger.is-active {
    justify-content: flex-start;
  }
}
.l-header__trigger.is-active::after {
  content: none;
}
.l-header__trigger.is-active span {
  row-gap: 0;
}
.l-header__trigger.is-active span::before {
  transform: rotate(-20deg);
}
.l-header__trigger.is-active span::after {
  transform: rotate(20deg);
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .l-header__trigger.is-active span::after {
    margin-top: -3px;
  }
}

.l-header.fixed + .l-header__trigger {
  top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .l-header.fixed + .l-header__trigger {
    top: 0;
  }
}
.l-header.fixed + .l-header__trigger.is-active {
  top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-header.fixed + .l-header__trigger.is-active {
    top: 0;
  }
}

/*------------------------
  burger menu
------------------------*/
.menu-content {
  width: clamp(30rem, 43%, 37.5rem);
  height: 100vh;
  position: fixed;
  z-index: 9998;
  top: 0;
  right: -100%;
  background: #00243D url(../images/common/bg_burger.png) no-repeat right top/100% auto;
  overflow-y: scroll;
  transition: right 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .menu-content {
    width: 100%;
    background: #00243D url(../images/common/bg_burger_sp.png) no-repeat center top/100% auto;
  }
}
.menu-content.is-active {
  right: 0;
}
.menu-content__inner {
  padding: 2.5rem 5.625rem 3.4375rem;
}
@media screen and (max-width: 768px) {
  .menu-content__inner {
    padding: 1.125rem 2.5rem 3.125rem;
  }
}
.menu-content__logo {
  width: 10.625rem;
  margin-left: -2.1875rem;
}
@media screen and (max-width: 768px) {
  .menu-content__logo {
    width: 12.5rem;
    margin-left: -1.25rem;
  }
}
.menu-content__ttl {
  color: #7D8A90;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 3.75rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .menu-content__ttl {
    margin: 3.125rem 0 0.625rem;
  }
}
.menu-content ul.menu {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.menu-content ul.menu li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .menu-content ul.menu li {
    width: 100%;
    border-bottom: 1px solid #7D8A90;
  }
}
.menu-content ul.menu li a {
  display: block;
  padding: 1.25rem 1.25rem 1.25rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .menu-content ul.menu li a {
    padding: 1.25rem 1.5625rem 1.25rem 0;
    background: url(../images/common/arrow_wh.svg) no-repeat right center/0.5rem auto;
  }
}
.menu-content ul.menu li a:hover {
  color: #7D8A90;
}
.menu-content ul.wp-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  padding-top: 1.25rem;
}
.menu-content ul.wp-tag-cloud a {
  display: block;
  background-color: #D9DFE2;
  padding: 0.1875rem 0.625rem;
  font-size: 0.8125rem;
  font-weight: 500;
}
.menu-content ul.wp-tag-cloud a:hover {
  background-color: #FFF;
  color: #7D8A90;
}
.menu-content__btn {
  display: flex;
  column-gap: 0.625rem;
  transition: all 0.2s;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .menu-content__btn {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-content__btn__item {
    width: 50%;
  }
}
.menu-content__btn__item a {
  display: block;
  position: relative;
  width: 10rem;
  color: #FFF;
  text-align: center;
  line-height: 3.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .menu-content__btn__item a {
    width: 100%;
    font-size: 0.9375rem;
  }
}
.menu-content__btn__item a:hover::before {
  left: 150%;
}
.menu-content__btn__item a::before {
  content: "";
  width: 127%;
  height: 100%;
  transform: translateX(-127%) skew(-20deg);
  position: absolute;
  left: -127%;
  transition: left 0.3s;
}
.menu-content__btn__item a span {
  position: relative;
}
.menu-content__btn__item a.contact {
  background-color: #0268B7;
  border-color: #0268B7;
}
.menu-content__btn__item a.contact::before {
  background-color: #00457A;
}
.menu-content__btn__item a.download {
  background-color: #00457A;
  border-color: #00457A;
}
.menu-content__btn__item a.download::before {
  background-color: #0268B7;
}
.menu-content__logo + .menu-content__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-content__logo + .menu-content__btn {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .wp-tag-cloud + .menu-content__btn {
    display: none;
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(28, 28, 28, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  z-index: 9;
  cursor: pointer;
}
.menu-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/*------------------------
  layout
------------------------*/
.grid-container {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
  align-items: start;
  min-height: 100vh;
}

.l-container {
  padding: 7.5rem 0;
}
.l-container.top {
  padding-top: 0;
}
.l-container.bottom {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 3.125rem 0 3.75rem;
  }
}

.l-wrapper {
  margin: 0 auto;
  max-width: calc(1080px + 7.5rem);
  width: 100%;
  padding: 0 3.75rem;
}
.l-wrapper.small {
  max-width: calc(830px + 7.5rem);
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding: 0 1.25rem;
  }
}

.main-content {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .main-content {
    margin-top: 3.5rem;
  }
}

.l-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-row {
    flex-wrap: wrap;
  }
}

.ly-grid {
  display: grid;
}

.col2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .col2 {
    width: 100%;
  }
}

.col3 {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .col3 {
    width: 100%;
  }
}

.col4 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .col4 {
    width: 50%;
  }
}

.col-left {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .col-left {
    width: 100%;
  }
}

.col-right {
  width: 72%;
}
@media screen and (max-width: 768px) {
  .col-right {
    width: 100%;
  }
}

/*------------------------
  partial
------------------------*/
.bg-logomark {
  position: relative;
}
.bg-logomark::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 5rem 5rem 0 0;
  overflow: hidden;
  background: url(../images/common/bg-logo.svg) no-repeat right top/63.28% auto;
  top: -5rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bg-logomark::before {
    border-radius: 2.5rem 2.5rem 0 0;
    background: url(../images/common/bg-logo.svg) no-repeat right top/68% auto;
    top: -2.5rem;
  }
}

/*------------------------
  utilities
------------------------*/
.is-relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.reverse {
  flex-direction: row-reverse;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.en {
  font-family: "Inter", sans-serif;
}

/*------------------------
  heading
------------------------*/
h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.2;
}

.content__ttl {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .content__ttl {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.content__ttl span {
  background: linear-gradient(115deg, rgb(2, 104, 183) 0%, rgb(0, 51, 90) 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content__ttl.sm {
  font-size: 1.625rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .content__ttl.sm {
    font-size: 1.375rem;
  }
}

/*------------------------
  archive no-category
------------------------*/
.list-nocat {
  border-top: 0.0625rem solid #D9DFE2;
}
.list-nocat .item-nocat a {
  display: grid;
  grid-template-columns: 5.9375rem auto;
  width: 100%;
  position: relative;
  padding: 1.875rem 3.75rem 1.875rem 0;
  border-bottom: 0.0625rem solid #D9DFE2;
}
.list-nocat .item-nocat a:hover svg {
  fill: #1C1C1C;
  right: 0;
}
.list-nocat .item-nocat a time {
  font-size: 0.75rem;
}
.list-nocat .item-nocat a .title-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.list-nocat .item-nocat a svg {
  fill: #7D8A90;
  width: 1rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .list-nocat .item-nocat a {
    grid-template-columns: auto;
    padding: 1.25rem 2.5rem 1.25rem 0;
  }
  .list-nocat .item-nocat a time {
    margin-bottom: 0.375rem;
  }
  .list-nocat .item-nocat a svg {
    width: 0.75rem;
    right: 0;
  }
}

/*------------------------
  archive has-category
------------------------*/
.list-hascat {
  border-top: 0.0625rem solid #D9DFE2;
}
.list-hascat .item-hascat a {
  display: block;
  position: relative;
  padding: 1.875rem 3.75rem 1.875rem 0;
  border-bottom: 0.0625rem solid #D9DFE2;
}
.list-hascat .item-hascat a:hover svg {
  fill: #1C1C1C;
  right: 0;
}
.list-hascat .item-hascat .l-row {
  justify-content: space-between;
  align-items: center;
}
.list-hascat .item-hascat .tag-cat {
  display: flex;
}
.list-hascat .item-hascat .tag-cat li {
  font-size: 0.75rem;
  color: #7D8A90;
  margin-right: 0.625rem;
  padding: 0.1875rem 1.25rem;
  background-color: #FFF;
  border: 0.0625rem solid #D9DFE2;
  border-radius: 0.9375rem;
}
.list-hascat .item-hascat time {
  font-size: 0.75rem;
  color: #7D8A90;
}
.list-hascat .item-hascat .title-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.9375rem;
}
.list-hascat .item-hascat svg {
  fill: #7D8A90;
  width: 1rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .list-hascat .item-hascat a {
    padding: 1.25rem 2.5rem 1.25rem 0;
  }
  .list-hascat .item-hascat .l-row {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: flex-start;
  }
  .list-hascat .item-hascat .tag-cat li {
    font-size: 0.6875rem;
    margin-right: 0.375rem;
    padding: 0.125rem 0.75rem;
  }
  .list-hascat .item-hascat time {
    margin-bottom: 0.375rem;
  }
  .list-hascat .item-hascat .title-text {
    margin-top: 0.625rem;
  }
  .list-hascat .item-hascat svg {
    width: 0.75rem;
    right: 0;
  }
}

ul.cat-list {
  padding: 1.875rem 0;
}
ul.cat-list li {
  margin: 0 0 1.25rem;
}
ul.cat-list li a {
  font-size: 0.875rem;
  color: #1C1C1C;
  font-weight: 500;
  color: #7D8A90;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
ul.cat-list li a svg {
  width: 0.5rem;
  height: auto;
  fill: #7D8A90;
  margin-right: 0.625rem;
}
ul.cat-list li a:hover {
  color: #1C1C1C;
}
ul.cat-list li a:hover svg {
  fill: #1C1C1C;
}
/*------------------------
  archive has-photo
------------------------*/
.list-hasphoto {
  margin-bottom: -2.5rem;
}
.list-hasphoto .item-hasphoto a {
  display: grid;
  grid-template-columns: 39% 61%;
  width: 100%;
  margin: 0 0 2.5rem;
}
.list-hasphoto .item-hasphoto a:hover .title-text {
  color: #0268B7;
}
.list-hasphoto .item-hasphoto a:hover figure img {
  transform: scale(1.2);
}
.list-hasphoto .item-hasphoto a figure {
  aspect-ratio: 26/17;
  overflow: hidden;
}
.list-hasphoto .item-hasphoto a figure img {
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list-hasphoto .item-hasphoto a .text {
  padding-left: 1.875rem;
}
.list-hasphoto .item-hasphoto a .title-text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list-hasphoto .item-hasphoto a dl {
  display: grid;
  grid-template-columns: 4.0625rem auto;
  margin: 0 0 0.625rem;
  align-items: center;
}
.list-hasphoto .item-hasphoto a dt {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background-color: #0268B7;
  border-radius: 0.9375rem;
  padding: 0.5em;
}
.list-hasphoto .item-hasphoto a dd {
  font-size: 0.875rem;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .list-hasphoto {
    margin-bottom: -1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .list-hasphoto .item-hasphoto a {
    grid-template-columns: auto;
  }
  .list-hasphoto .item-hasphoto a .text {
    padding: 0.9375rem 0 0;
  }
  .list-hasphoto .item-hasphoto a .title-text {
    margin-bottom: 0.9375rem;
  }
  .list-hasphoto .item-hasphoto a dl {
    margin: 0 0 0.3125rem;
  }
}

/*------------------------
  banners
------------------------*/
@media screen and (max-width: 768px) {
  .newsletter__bnr {
    margin: 0 -1.25rem;
  }
}
.newsletter__bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 6.875rem 1.875rem 6.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFF;
  background: url(../images/common/bg_newsletter_bnr_on.jpg) no-repeat center/100% auto;
}
@media screen and (max-width: 768px) {
  .newsletter__bnr a {
    padding: 4.0625rem 0.625rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .newsletter__bnr a:hover {
    background-size: 110% auto;
  }
  .newsletter__bnr a:hover::before {
    opacity: 0;
  }
}
.newsletter__bnr a img {
  display: block;
  width: 29.375rem;
  margin: 0 auto 1.5625rem;
}
@media screen and (max-width: 768px) {
  .newsletter__bnr a img {
    max-width: 20rem;
    width: 100%;
    margin: 0 auto 0.9375rem;
  }
}
.newsletter__bnr a::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_newsletter_bnr.jpg) no-repeat center/cover;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.newsletter__bnr a::after {
  content: "";
  position: absolute;
  right: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 2.1875rem;
  height: 100%;
  display: inline-block;
  background-color: #FFF;
  mask: url("../images/common/arrow_double.svg") no-repeat center/100% auto;
}
@media screen and (max-width: 768px) {
  .newsletter__bnr a::after {
    bottom: 1.25rem;
    top: auto;
    right: 1.25rem;
    transform: translateY(0);
    width: 1.125rem;
    height: 0.8125rem;
  }
}
.newsletter__txt {
  position: relative;
}

.slide__btn a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .slide__btn a {
    flex-wrap: wrap;
  }
}
.slide__btn a:hover {
  color: #FFF;
}
.slide__btn a:hover .slide__btn__txt::after {
  left: -20%;
}
.slide__btn a:hover .slide__btn__txt span.en {
  color: #A0A6AA;
}
.slide__btn__txt {
  width: 43%;
  position: relative;
  padding: 3.75rem 2.8125rem;
}
@media screen and (max-width: 768px) {
  .slide__btn__txt {
    width: 100%;
    padding: 0.9375rem 1.25rem 0.625rem;
  }
}
.slide__btn__txt::before, .slide__btn__txt::after {
  content: "";
  width: 138%;
  height: 100%;
  transform: skewX(-20deg);
  position: absolute;
  top: 0;
}
.slide__btn__txt::before {
  background-color: #FFF;
  left: -20%;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .slide__btn__txt::before {
    transform: skewY(-6deg);
    width: 100%;
    height: 138%;
    top: -20%;
    left: 0;
  }
}
.slide__btn__txt::after {
  background-color: #00457A;
  left: -154%;
  transition: left 0.3s;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .slide__btn__txt::after {
    content: none;
  }
}
.slide__btn__txt span {
  display: block;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
.slide__btn__txt span.ja {
  font-size: 1.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .slide__btn__txt span.ja {
    font-size: 1rem;
  }
}
.slide__btn__txt span.en {
  color: #D9DFE2;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide__btn__txt span.en {
    font-size: 0.6875rem;
    margin-top: 0.3125rem;
  }
}
.slide__btn__img {
  width: 56%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide__btn__img {
    width: 100%;
    aspect-ratio: 10/7;
    overflow: hidden;
  }
}
.slide__btn__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*------------------------
  footer banner
------------------------*/
.ft-banner {
  margin: 5.625rem 0 8.75rem;
}
@media screen and (max-width: 768px) {
  .ft-banner {
    margin: 1.25rem 0 3.75rem;
  }
}
.ft-banner__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .ft-banner__list {
    gap: 1.25rem;
  }
}
.ft-banner__item:nth-child(1) {
  grid-column: 1/3;
}
.ft-banner__item:nth-child(2) {
  grid-column: 1/2;
}
.ft-banner__item:nth-child(3) {
  grid-column: 2/3;
}

/*------------------------
  footer
------------------------*/
.l-footer {
  width: 100%;
  padding: 3.75rem 0;
  background-color: #86898B;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2.1875rem 0 1.875rem;
  }
}
.l-footer .l-row {
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer .l-row {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}
.l-footer ul.menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer ul.menu {
    margin-bottom: 1.25rem;
  }
}
.l-footer ul.menu li {
  padding: 0 0.9375rem;
}
.l-footer ul.menu li a {
  font-size: 0.875rem;
  color: #FFF;
  display: block;
  white-space: nowrap;
  padding-right: 1.4375rem;
  background: url(../images/common/icon_blank.svg) no-repeat right center/0.8125rem auto;
}
@media screen and (max-width: 768px) {
  .l-footer ul.menu li a {
    font-size: 0.8125rem;
  }
}
.l-footer ul.menu li a:hover {
  opacity: 0.5;
}
.l-footer .l-footer-copyright {
  font-size: 0.8125rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-copyright {
    font-size: 0.625rem;
  }
}

/*------------------------
  scroll to top
------------------------*/
.page-top {
  position: fixed;
  bottom: 1.5625rem;
  right: 1.875rem;
  z-index: 10;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-top:hover {
  opacity: 0.9;
}
.page-top svg {
  width: 100%;
  height: auto;
  fill: #FFF;
}

@media screen and (max-width: 768px) {
  .page-top {
    bottom: 1.5625rem;
    right: 0.9375rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
/*------------------------
  animation
------------------------*/
.fadeup {
  opacity: 0;
}
.fadeup.fade-on {
  animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.fadeup.fade-on.delay01 {
  animation-delay: 0.05s;
  animation-duration: 0.8s;
}
.fadeup.fade-on.delay02 {
  animation-delay: 0.15s;
  animation-duration: 0.8s;
}
.fadeup.fade-on.delay03 {
  animation-delay: 0.2s;
  animation-duration: 0.8s;
}
.fadeup.fade-on.delay04 {
  animation-delay: 0.2 0.5s;
  animation-duration: 0.8s;
}
.fadeup.fade-on.delay05 {
  animation-delay: 0.3s;
  animation-duration: 0.8s;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounce {
  animation: bounce 0.5s linear 0s 1;
}

@keyframes bounce {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 3%);
  }
  30% {
    transform: scale(1.1, 0.8) translate(0%, 6%);
  }
  50% {
    transform: scale(0.8, 1.1) translate(0%, -6%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 3%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/*------------------------

------------------------*/