@charset "UTF-8";
.pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: initial !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.layr_pri {
  display: flex;
}

.layr_pri {
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .layr_pri {
    flex-direction: row;
  }
}
.layr_post .item_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.layr_post .item_title {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.title_pri .en, .title_sec .en, .footer_copyright, .layr_support_tag .bigger, .layr_post .item_date {
  font-family: "Manrope", sans-serif;
}

.layr_post .item_tags {
  font-size: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .layr_post .item_tags {
    font-size: 0.75rem;
  }
}

.footer_copyright, .layr_post .item_date {
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .footer_copyright, .layr_post .item_date {
    font-size: 0.875rem;
  }
}

.title_sec .en, .footer_address, .layr_pagination .wp-pagenavi .extend,
.layr_pagination .wp-pagenavi .first,
.layr_pagination .wp-pagenavi .last,
.layr_pagination .wp-pagenavi .nextpostslink,
.layr_pagination .wp-pagenavi .previouspostslink,
.layr_pagination .wp-pagenavi .current,
.layr_pagination .wp-pagenavi .page, .layr_post .item_title, body {
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .title_sec .en, .footer_address, .layr_pagination .wp-pagenavi .extend,
.layr_pagination .wp-pagenavi .first,
.layr_pagination .wp-pagenavi .last,
.layr_pagination .wp-pagenavi .nextpostslink,
.layr_pagination .wp-pagenavi .previouspostslink,
.layr_pagination .wp-pagenavi .current,
.layr_pagination .wp-pagenavi .page, .layr_post .item_title, body {
    font-size: 1rem;
  }
}

.btn_def, .title_pri .en, .footer_comp, .layr_support_more {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .btn_def, .title_pri .en, .footer_comp, .layr_support_more {
    font-size: 1.25rem;
  }
}

.layr_support_leading {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .layr_support_leading {
    font-size: 1.5rem;
  }
}

.title_sec .jp, .layr_support_tag .smaller {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .title_sec .jp, .layr_support_tag .smaller {
    font-size: clamp(
            1.625rem,
            calc(1.625rem + 0.0048076923 * (100vw - 768px)),
            1.875rem
        );
  }
}

.title_pri .jp, .layr_support_tag, .layr_support_title {
  font-size: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .title_pri .jp, .layr_support_tag, .layr_support_title {
    font-size: clamp(
            2rem,
            calc(2rem + 0.0096153846 * (100vw - 768px)),
            2.5rem
        );
  }
}

.layr_support_tag .bigger {
  font-size: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .layr_support_tag .bigger {
    font-size: clamp(
            2.5rem,
            calc(2.5rem + 0.0360576923 * (100vw - 768px)),
            4.375rem
        );
  }
}

.title_pri .en, .title_sec .en, .footer_copyright {
  letter-spacing: 0.06em;
}

html {
  line-height: 1.6;
  scrollbar-width: thin;
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #404d61;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  left: 0;
}

main {
  width: 100%;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 180px;
  }
}

img {
  width: 100%;
  height: auto;
}

.wrapper,
#wrapper {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.container_fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .container_fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.container_760 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .container_760 {
    max-width: 880px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.container_880 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .container_880 {
    max-width: 1000px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.totop {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  width: 40px;
  height: 40px;
  background-color: #009aef;
  border-radius: 99px;
  border: 1px solid #fff;
  transition-property: border-color, background-color, opacity;
  transition-duration: 300ms;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .totop {
    width: 60px;
    height: 60px;
    right: 32px;
    border-width: 2px;
    cursor: pointer;
  }
  .totop:hover {
    border-color: #009aef;
    background-color: #fff;
  }
  .totop:hover::after {
    border-color: #009aef;
  }
}
.totop::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 52.5%;
  left: 50%;
  translate: -50% -50%;
  transition: 300ms linear;
  rotate: 45deg;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media only screen and (min-width: 768px) {
  .totop::after {
    width: 10px;
    height: 10px;
  }
}
.totop.is_show {
  opacity: 1;
  pointer-events: all;
}

.l_404 p {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .l_404 p {
    margin-top: 20px;
  }
}
.l_404 .btn_def {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .l_404 .btn_def {
    margin-top: 40px;
  }
}

.layr_pri {
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .layr_pri {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.layr_pri_content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .layr_pri_content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .layr_pri_content {
    width: 68.75%;
  }
}
.layr_pri_related {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .layr_pri_related {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .layr_pri_related {
    width: calc(31.25% - 60px);
    margin-right: 0;
  }
}
.layr_pri_container {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .layr_pri_container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.layr_post {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .layr_post {
    display: flex;
    gap: 14px;
  }
  .layr_post:hover .item_thumbnail img {
    scale: 1.05;
  }
}
.layr_post .item_thumbnail {
  overflow: hidden;
}
.layr_post .item_thumbnail img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .layr_post .item_thumbnail img {
    height: 100%;
    object-fit: cover;
    transition: scale 300ms linear;
  }
}
.layr_post .item_info {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .layr_post .item_info {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.layr_post .item_tags {
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.layr_post .item_tags span {
  background-color: #009aef;
  border-radius: 99px;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .layr_post .item_tags span {
    padding: 4px 10px;
  }
}
.layr_post .item_date {
  font-weight: 600;
  flex-shrink: 0;
  line-height: 1.3571428571;
  color: #c9c9c9;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .layr_post .item_date {
    margin-top: 3px;
  }
}
.layr_post .item_title {
  font-weight: 700;
  line-height: 1.5;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) {
  .layr_post .item_title {
    margin-top: -5px;
    padding-right: 16px;
  }
}
.layr_post__col {
  flex-direction: column;
}
.layr_post__col .item_thumbnail {
  width: 100%;
  aspect-ratio: 1.5;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .layr_post__col .item_thumbnail {
    border-radius: 30px;
  }
}
.layr_post__col .item_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layr_post__row {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .layr_post__row {
    flex-direction: row;
    gap: 40px;
  }
}
.layr_post__row .item_thumbnail {
  width: 100%;
  aspect-ratio: 1.5;
}
@media only screen and (min-width: 768px) {
  .layr_post__row .item_thumbnail {
    width: 240px;
  }
}
.layr_post__row .item_info {
  padding: 10px 16px 16px;
}
@media only screen and (min-width: 768px) {
  .layr_post__row .item_info {
    width: calc(100% - 240px - 40px);
    padding-top: 25px;
    padding-left: 0;
    padding-right: 26px;
  }
}
.layr_post__row .item_date {
  margin-top: 10px;
}
.layr_post__row .item_title {
  margin-top: 8px;
}
.layr_support {
  margin-top: 140px;
}
@media only screen and (min-width: 768px) {
  .layr_support {
    margin-top: 210px;
  }
}
.layr_support_grid {
  background-color: #004bac;
  position: relative;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .layr_support_grid {
    border-radius: 30px;
  }
}
.layr_support_main {
  position: relative;
  padding: 40px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .layr_support_main {
    width: calc(65.5172413793% - 60px);
    padding: 55px 0px 54px 110px;
  }
}
.layr_support_tag {
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 100px;
  background-color: #ff9a3a;
  border-radius: 999px;
  position: absolute;
  top: -30px;
  left: 50px;
  translate: -50% -50%;
  padding: 17px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .layr_support_tag {
    width: 140px;
    height: 140px;
    top: -30px;
    left: 25px;
    padding: 25px 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .layr_support_tag {
    width: 170px;
    height: 170px;
    top: clamp(
            -2.5rem,
            calc(-2.5rem + 0.08 * (100vw - 1025px)),
            -0.625rem
        );
    left: clamp(
            1.5625rem,
            calc(2.5rem + -0.075 * (100vw - 1200px)),
            2.5rem
        );
  }
}
.layr_support_tag::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  border-top: 10px solid rgba(255, 154, 58, 0);
  border-left: 30px solid #ff9a3a;
  border-bottom: 10px solid rgba(255, 154, 58, 0);
  rotate: 45deg;
}
@media only screen and (min-width: 768px) {
  .layr_support_tag::after {
    right: 5px;
    bottom: 11px;
  }
}
.layr_support_title {
  font-weight: 900;
  line-height: 1.475;
  color: #fff;
}
.layr_support_leading {
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .layr_support_leading {
    margin-top: 16px;
  }
}
.layr_support_more {
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  width: 300px;
  max-width: 100%;
  min-height: 50px;
  background-color: #009aef;
  border: 1px solid #009aef;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .layr_support_more {
    width: 393px;
    max-width: 100%;
    min-height: 75px;
    margin-top: 35px;
    transition: 300ms ease;
  }
  .layr_support_more:hover {
    color: #009aef;
    background-color: #fff;
  }
}
.layr_support_photo {
  width: 300px;
  max-width: 60%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .layr_support_photo {
    width: 400px;
    max-width: 34.4827586207%;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
.layr_support_photo img {
  border-bottom-right-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .layr_support_photo img {
    border-bottom-right-radius: 30px;
  }
}

.layr_pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.layr_pagination .wp-pagenavi {
  background-color: #fff;
  border-radius: 99px;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 10px 14px;
}
@media only screen and (min-width: 768px) {
  .layr_pagination .wp-pagenavi {
    gap: 10px;
    padding: 17px 30px;
  }
}
.layr_pagination .wp-pagenavi .extend,
.layr_pagination .wp-pagenavi .first,
.layr_pagination .wp-pagenavi .last,
.layr_pagination .wp-pagenavi .nextpostslink,
.layr_pagination .wp-pagenavi .previouspostslink,
.layr_pagination .wp-pagenavi .current,
.layr_pagination .wp-pagenavi .page {
  font-weight: 700;
  line-height: 1;
  color: #009aef;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
}
@media only screen and (min-width: 768px) {
  .layr_pagination .wp-pagenavi .extend,
.layr_pagination .wp-pagenavi .first,
.layr_pagination .wp-pagenavi .last,
.layr_pagination .wp-pagenavi .nextpostslink,
.layr_pagination .wp-pagenavi .previouspostslink,
.layr_pagination .wp-pagenavi .current,
.layr_pagination .wp-pagenavi .page {
    width: 40px;
    height: 40px;
    transition: all 300ms ease;
  }
  .layr_pagination .wp-pagenavi .extend:hover,
.layr_pagination .wp-pagenavi .first:hover,
.layr_pagination .wp-pagenavi .last:hover,
.layr_pagination .wp-pagenavi .nextpostslink:hover,
.layr_pagination .wp-pagenavi .previouspostslink:hover,
.layr_pagination .wp-pagenavi .current:hover,
.layr_pagination .wp-pagenavi .page:hover {
    background-color: rgba(0, 154, 239, 0.2);
  }
}
.layr_pagination .wp-pagenavi .current {
  pointer-events: none;
  color: #fff;
  background-color: #009aef;
}
.layr_pagination .wp-pagenavi .previouspostslink,
.layr_pagination .wp-pagenavi .nextpostslink {
  position: relative;
}
.layr_pagination .wp-pagenavi .previouspostslink::after,
.layr_pagination .wp-pagenavi .nextpostslink::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 55.5%;
  left: 55%;
  translate: -50% -50%;
  rotate: 45deg;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .layr_pagination .wp-pagenavi .previouspostslink::after,
.layr_pagination .wp-pagenavi .nextpostslink::after {
    width: 10px;
    height: 10px;
    top: 50%;
  }
}
.layr_pagination .wp-pagenavi .previouspostslink {
  order: -1;
  font-size: 0;
}
.layr_pagination .wp-pagenavi .previouspostslink::after {
  border-left: 2px solid #009aef;
  border-bottom: 2px solid #009aef;
}
.layr_pagination .wp-pagenavi .nextpostslink {
  order: 100;
  font-size: 0;
}
.layr_pagination .wp-pagenavi .nextpostslink::after {
  left: 45%;
  border-top: 2px solid #009aef;
  border-right: 2px solid #009aef;
}
.layr_pagination_nooff1 .extend:nth-of-type(1) {
  display: none;
}
.layr_pagination_nooff2 .current ~ .extend {
  display: none;
}

/** -- ▷ header -- */
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 2500;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 100px;
  }
}
.header::before {
  content: "";
  width: calc(100% + 4px);
  height: 50%;
  background-color: #009aef;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -2px;
}
.header::after {
  content: "";
  width: calc(100% + 4px);
  height: 90%;
  position: absolute;
  z-index: -1;
  top: 49%;
  left: -2px;
  background-image: url("./../images/common/img_header_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .header::after {
    height: 108%;
  }
}
.header_inner {
  padding: 18px 20px;
}
@media only screen and (min-width: 768px) {
  .header_inner {
    padding: 30px 40px;
  }
}
.header_logo {
  width: 210px;
}
@media only screen and (min-width: 768px) {
  .header_logo {
    width: 412px;
    transition: opacity 300ms ease;
  }
  .header_logo:hover {
    opacity: 0.6;
  }
}

/** -- ▷ footer -- */
.footer {
  background-color: #404d61;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 120px;
  }
}
.footer_container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer_container {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.footer_logo {
  width: 300px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_logo {
    width: 479px;
    transition: opacity 300ms ease;
  }
  .footer_logo:hover {
    opacity: 0.6;
  }
}
.footer_logo img {
  width: 100%;
}
.footer_comp {
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .footer_comp {
    margin-top: 38px;
  }
}
.footer_address {
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .footer_address {
    margin-top: 16px;
  }
}
.footer_copyright {
  font-weight: 400;
  line-height: 1.3571428571;
  color: #fff;
  text-align: right;
  margin-top: 10px;
}
@media only screen and (min-width: 1025px) {
  .footer_copyright {
    margin-top: -29px;
  }
}

.title_pri .en,
.title_pri .jp {
  display: block;
}
.title_pri .en {
  font-weight: 600;
  line-height: 1.35;
  color: #009aef;
}
.title_pri .jp {
  font-weight: 700;
  line-height: 1.475;
  margin-top: 5px;
}
.title_sec .en,
.title_sec .jp {
  display: block;
}
.title_sec .en {
  font-weight: 600;
  line-height: 1.375;
  color: #009aef;
}
.title_sec .jp {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 5px;
}

.btn_def {
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  width: 200px;
  min-height: 50px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #009aef;
  border: 1px solid #009aef;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .btn_def {
    width: 240px;
    min-height: 75px;
    transition: 300ms ease;
  }
  .btn_def:hover {
    background-color: #fff;
    color: #009aef;
  }
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.2s"] {
  transition-delay: 1.2s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

.js_inview[data-duration="1s"] {
  transition-duration: 1s;
}

.js_inview[data-duration="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-duration="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-duration: 0.5s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadedown {
  transform: translate3d(0, -50px, 0);
}

.faderight {
  transform: translate3d(50px, 0, 0);
}

.fadeleft {
  transform: translate3d(-50px, 0, 0);
}

.is_show.js_inview {
  opacity: 1;
  transform: none;
}

/*# sourceMappingURL=common.css.map */
