@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
.pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

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

.txt2line, .c_grid01_ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.txt2line, .c_grid01_ttl {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
}

.c_slider01_txt01 .txt01, .footer_entry_more_tel, .footer_menu a[target=_blank], .heading .en, .c_grid01_date {
  font-family: "Figtree", sans-serif;
}

.pagination .current,
.pagination .page,
.pagination .previouspostslink,
.pagination .nextpostslink, .c_slider01_txt02 .txt02, .txt16\/150, .txt16\/200, .txt16\/200m, .c_txt_underline01, .btn, body {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .pagination .current,
  .pagination .page,
  .pagination .previouspostslink,
  .pagination .nextpostslink, .c_slider01_txt02 .txt02, .txt16\/150, .txt16\/200, .txt16\/200m, .c_txt_underline01, .btn, body {
    font-size: 1.6rem;
  }
}

.l_releated .card_title {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .l_releated .card_title {
    font-size: 2rem;
  }
}

.txt24\/180 {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .txt24\/180 {
    font-size: 2.4rem;
  }
}

.txt32\/180 {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .txt32\/180 {
    font-size: clamp(2.8rem, 2.8rem + 0.0106382979 * (100vw - 1024px), 3.2rem);
  }
}

.c_slider01_txt01 .txt01 {
  font-size: 4rem;
}
@media only screen and (min-width: 768px) {
  .c_slider01_txt01 .txt01 {
    font-size: clamp(4rem, 4rem + 0.0212765957 * (100vw - 1024px), 4.8rem);
  }
}

.heading .en {
  font-size: 5.6rem;
}
@media only screen and (min-width: 768px) {
  .heading .en {
    font-size: clamp(5.6rem, 5.6rem + 0.0585106383 * (100vw - 1024px), 7.8rem);
  }
}

html {
  line-height: 2;
  scrollbar-width: thin;
}

body {
  font-weight: 400;
  color: #333;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  width: 100%;
  left: 0;
}

main {
  width: 100%;
  padding-top: 72px;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 120px;
    padding-top: clamp(88px, (100vw - 1160px) * 1000, 120px);
  }
}

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

@media only screen and (min-width: 768px) {
  a {
    transition: opacity 150ms linear;
  }
  a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

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

address {
  font-style: normal;
}

.container {
  width: 100%;
  padding-inline: 20px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
.container_fluid {
  padding-inline: 20px;
}
@media only screen and (min-width: 768px) {
  .container_fluid {
    padding-inline: 40px;
  }
}

.over-right {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-right: calc((100vw - 1215px) / 2);
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .over-right {
    margin: 0;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .over-right {
    margin: 0;
    padding: 0;
  }
}

html.is_loading #loadding {
  opacity: 1;
  pointer-events: all;
}
html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#loadding {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to right, #649eb2 0%, #1e4fd7 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s ease-out 0.5s;
  pointer-events: none;
}

.three-body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.three-body__dot:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
/*cookie*/
.cookie_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3057ff;
  color: #000;
  z-index: 30;
  padding: 10px 0;
}
.cookie_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  .cookie_container {
    flex-wrap: nowrap;
  }
}
.cookie_txt {
  width: 100%;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .cookie_txt {
    width: 75%;
    padding-right: 15px;
  }
}
.cookie_close {
  width: 90%;
  margin: 10px auto 0;
}
@media only screen and (min-width: 768px) {
  .cookie_close {
    margin-top: 0;
    flex-shrink: 0;
    width: 25%;
  }
}
.cookie_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 10px 6px;
  text-decoration: none;
  border: solid 2px #000;
  background: #000;
  border-radius: 30px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cookie_btn {
    transition: all 0.5s;
    padding: 10px 10px 11px;
  }
  .cookie_btn:hover {
    opacity: 0.7;
  }
}

.l_releated .columns[data-gap="30"] {
  --gap: 8px;
}
@media only screen and (min-width: 768px) {
  .l_releated .columns[data-gap="30"] {
    --gap: 30px;
  }
}
.l_releated .card_link {
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .l_releated .card_link:hover .card_cover img {
    scale: 1.2;
  }
}
.l_releated .card_link .icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.l_releated .card_cover {
  width: 100%;
  height: 144px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .l_releated .card_cover {
    height: 200px;
  }
}
.l_releated .card_cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 300ms ease;
}
.l_releated .card_cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 300ms ease;
}
.l_releated .card_title {
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .l_releated .card_title {
    font-size: 1.8rem;
  }
}

@keyframes maquere_ani {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -100% 0;
  }
}
@keyframes keyf_icon_on_hover {
  0% {
    -webkit-mask-position: 50% 50%;
            mask-position: 50% 50%;
  }
  50% {
    -webkit-mask-position: 200% 50%;
            mask-position: 200% 50%;
  }
  51% {
    -webkit-mask-position: -200% 50%;
            mask-position: -200% 50%;
  }
  100% {
    -webkit-mask-position: 50% 50%;
            mask-position: 50% 50%;
  }
}
.block_rounder {
  --background-color: #fff;
  --offset-top: 0px;
  position: relative;
  z-index: 0;
  padding-block: 60px 80px;
}
@media only screen and (min-width: 768px) {
  .block_rounder {
    padding-block: 102px;
  }
}
.block_rounder::after {
  content: "";
  width: 100%;
  height: calc(100% - var(--offset-top));
  background-color: var(--background-color);
  position: absolute;
  top: var(--offset-top);
  left: 0;
  z-index: -1;
  border-top-right-radius: 80px;
}
@media only screen and (min-width: 768px) {
  .block_rounder::after {
    border-top-right-radius: 160px;
  }
}
.block_rounder.xscale::after {
  scale: -1 1;
}

.btn {
  --width: auto;
  --background-color: #0281c0;
  --color: #fff;
  width: var(--width);
  background-color: var(--background-color);
  border-radius: 99px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color);
  padding: 18px 16px 16px;
}
@media only screen and (min-width: 768px) {
  .btn {
    gap: 16px;
  }
}
.btn_white {
  --background-color: #fff;
  --color: #333;
}
.btn_more {
  --width: 220px;
  padding-inline: 24px 8px;
  padding-block: 10px 6px;
}
@media only screen and (min-width: 768px) {
  .btn_more {
    --width: 240px;
    padding-block: 14px 10px;
    padding-inline: 31px 12px;
  }
}
.btn_more .icon {
  position: relative;
  top: -2px;
}

.columns {
  --gap: 20px;
  --column: 1;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}
.columns[data-column="1"] {
  --column: 1;
}
.columns[data-column="2"] {
  --column: 2;
}
.columns[data-column="3"] {
  --column: 3;
}
.columns[data-column="4"] {
  --column: 4;
}
.columns[data-column="5"] {
  --column: 5;
}
.columns[data-column="6"] {
  --column: 6;
}
.columns[data-column="7"] {
  --column: 7;
}
.columns[data-column="8"] {
  --column: 8;
}
.columns[data-column="9"] {
  --column: 9;
}
.columns[data-gap="56"] {
  --gap: 28px;
}
@media only screen and (min-width: 768px) {
  .columns[data-gap="56"] {
    --gap: 56px;
  }
}
.columns[data-gap="40"] {
  --gap: 20px;
}
@media only screen and (min-width: 768px) {
  .columns[data-gap="40"] {
    --gap: 40px;
  }
}
.columns[data-gap="30"] {
  --gap: 15px;
}
@media only screen and (min-width: 768px) {
  .columns[data-gap="30"] {
    --gap: 30px;
  }
}
.columns[data-gap="24"] {
  --gap: 24px;
}
.columns[data-gap="20"] {
  --gap: 20px;
}
.columns .column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .columns .column {
    width: clamp(100% / var(--column) - var(--gap) * (var(--column) - 1) / var(--column), (1024px - 100vw) * 1000, 50% - var(--gap) * 0.5);
  }
}
.columns .column.fill {
  width: 100%;
}

.c_grid01 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.c_grid01_link {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .c_grid01_link:hover {
    opacity: 1;
  }
  .c_grid01_link:hover .c_grid01_img img {
    scale: 1.2;
  }
}
.c_grid01_img {
  position: relative;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 285/214;
}
.c_grid01_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 300ms ease;
}
.c_grid01_infor {
  padding-top: 26px;
}
@media only screen and (min-width: 768px) {
  .c_grid01_infor {
    padding-top: 24px;
  }
}
.c_grid01_ttl {
  line-height: 1.5;
  color: #333;
  font-weight: 400;
  overflow: hidden;
  font-size: 1.5rem;
}
.c_grid01_date {
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 9px;
  color: #b1b1b1;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .c_grid01_date {
    margin-top: 8px;
  }
}

.heading {
  --en-color: #0281c0;
  --jp-color: inherit;
  display: flex;
  gap: 6px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .heading {
    gap: 4px;
  }
}
.heading .en {
  line-height: 1.2;
  font-weight: 600;
  color: var(--en-color);
}
.heading .jp {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--jp-color);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.heading .jp::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #9881cc;
  border-radius: 99px;
}
.heading_white {
  --en-color: #fff;
  --jp-color: #fff;
}

.icon {
  --width: 32;
  --height: 32;
  --background-color: #0281c0;
  --radius: 0px;
  --icon-width: 0px;
  --icon-height: 0px;
  --icon-url: linear-gradient(to right, #fff, #fff);
  --icon-color: #fff;
  width: calc(var(--width) * 1px);
  aspect-ratio: calc(var(--width) / var(--height));
  flex-shrink: 0;
  position: relative;
  display: inline-block;
}
.icon::before, .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--background-color);
  transition: 300ms ease;
}
.icon::before {
  border-radius: var(--radius);
}
.icon::after {
  background: var(--icon-color);
  -webkit-mask-image: var(--icon-url);
          mask-image: var(--icon-url);
  -webkit-mask-size: var(--icon-width) var(--icon-height);
          mask-size: var(--icon-width) var(--icon-height);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.icon_circle {
  --radius: 99px;
}
.icon_arrow {
  --icon-url: url("./../images/common/icon_arrow.svg");
  --icon-width: 14px;
  --icon-height: 10px;
}
.icon_blank {
  --width: 24;
  --height: 24;
  --icon-url: url("./../images/common/icon_blank.svg");
  --icon-width: 14px;
  --icon-height: 14px;
}
.icon_white {
  --background-color: #fff;
  --icon-color: #0281c0;
}
.icon_tp {
  --background-color: #fff0;
  --icon-color: #0281c0;
}
@media only screen and (min-width: 768px) {
  .icon_hwrap:hover {
    opacity: 1;
  }
  .icon_hwrap:hover .icon::before {
    scale: 1.15;
  }
  .icon_hwrap:hover .icon::after {
    animation: keyf_icon_on_hover 450ms ease-in-out 0s 1;
  }
}

/** -- ▷ header -- */
.txt32\/180 {
  font-weight: 500;
  line-height: 1.8;
}

.txt24\/180 {
  font-weight: 500;
  line-height: 1.8;
}

.txt16\/150 {
  font-weight: 400;
  line-height: 1.5;
}

.txt16\/200 {
  font-weight: 400;
  line-height: 2;
}

.txt16\/200m {
  font-weight: 500;
  line-height: 2;
}

.c_txt_underline01 {
  text-decoration: underline;
  color: #0281c0;
  font-weight: 500;
  line-height: 2;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 768px) {
  .c_txt_underline01 {
    transition: all 0.5s;
  }
  .c_txt_underline01:hover {
    -webkit-text-decoration: transparent;
            text-decoration: transparent;
  }
}

/** -- ▷ header -- */
.header {
  width: 100%;
  position: fixed;
  z-index: 2506;
  top: 0;
  left: 0;
  transition: 500ms ease;
}
.header.is_scroll_down {
  translate: 0 -100%;
}
.header_inner {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 16px;
}
@media only screen and (min-width: 768px) {
  .header_inner {
    padding: 20px;
  }
}
@media only screen and (min-width: 1160px) {
  .header_inner {
    padding: 32px;
  }
}
.header_logo {
  width: 208px;
}
@media only screen and (min-width: 768px) {
  .header_logo {
    width: 251px;
    width: clamp(200px, (100vw - 1200px) * 1000, 251px);
  }
}
.header_logo_link {
  display: block;
}
.header_board {
  display: none;
}
@media only screen and (min-width: 1160px) {
  .header_board {
    display: flex;
    gap: 24px;
    align-items: center;
  }
}
.header_menu {
  display: flex;
  gap: 16px;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 1160px) {
  .header_menu {
    gap: clamp(16px, (100vw - 1200px) * 1000, 24px);
    flex-direction: row;
  }
}
.header_menu .link {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  transition: all 0.3s;
}
.header_menu .link:hover {
  opacity: 1;
  color: #0281C0;
}
@media screen and (max-width: 1200px) {
  .header_menu li {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .header_entry {
    margin-top: 24px;
  }
}
.header_entry .btn {
  --width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 10px;
  transition: all 0.3s;
  height: 56px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1160px) {
  .header_entry .btn {
    --width: 144px;
  }
}
.header_entry .btn:hover {
  opacity: 1;
  font-size: 18px;
  background: #026EA3;
}

.nav {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 450ms ease;
}
@media only screen and (min-width: 1160px) {
  .nav {
    display: none;
  }
}
.nav.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nav.is_open .nav_board {
  translate: none;
}
.nav_mask {
  background-color: #fff;
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.6;
}
.nav_toggler {
  width: 48px;
  height: 48px;
  background-color: #0281c0;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .nav_toggler {
    cursor: pointer;
    transition: 300ms ease;
  }
  .nav_toggler:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1160px) {
  .nav_toggler {
    display: none;
  }
}
.nav_toggler.is_open .bar:nth-child(1) {
  opacity: 0;
  translate: -10px;
}
.nav_toggler.is_open .bar:nth-child(2) {
  rotate: 45deg;
}
.nav_toggler.is_open .bar:nth-child(3) {
  rotate: -45deg;
}
.nav_toggler.is_open .bar:nth-child(4) {
  opacity: 0;
  translate: 10px;
}
.nav_toggler_box {
  width: 20px;
  height: 16px;
  position: relative;
  top: -1px;
}
.nav_toggler .bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 300ms ease;
}
.nav_toggler .bar:nth-child(1) {
  top: 0;
}
.nav_toggler .bar:nth-child(2) {
  top: 50%;
}
.nav_toggler .bar:nth-child(3) {
  top: 50%;
}
.nav_toggler .bar:nth-child(4) {
  top: 100%;
}
.nav_inner {
  width: 375px;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  box-shadow: 0 0 40px 0px rgba(26, 26, 26, 0.6);
}
.nav_board {
  max-height: 100%;
  overflow: auto;
  display: flex;
  gap: 24px;
  flex-direction: column;
  padding: 0 20px;
  translate: 100% 0;
  transition: 300ms ease;
}

/** -- ▷ footer -- */
.footer {
  margin-top: 185px;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 200px;
  }
}
.footer .block_rounder {
  --background-color: #f5f5f5;
  --offset-top: 173px;
  padding-top: 0;
  padding-bottom: 66px;
}
@media only screen and (min-width: 768px) {
  .footer .block_rounder {
    --offset-top: 183px;
    padding-bottom: 66px;
  }
}
.footer_entry {
  background-color: #0281c0;
  border-radius: 40px 40px 0 0;
  padding: 66px 20px 93px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .footer_entry {
    padding: 66px 48px 93px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .footer_entry {
    padding: 66px 40px 93px;
  }
}
@media only screen and (min-width: 768px) {
  .footer_entry {
    border-radius: 80px 80px 0 0;
    padding-block: 86px 104px;
    text-align: left;
  }
}
.footer_entry .heading {
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer_entry .heading {
    align-items: flex-start;
  }
}
.footer_entry .columns {
  max-width: 869px;
  margin-inline: auto;
  gap: 49px 20px;
}
@media only screen and (min-width: 768px) {
  .footer_entry .column:nth-child(1) {
    width: 276px;
  }
}
@media only screen and (min-width: 768px) {
  .footer_entry .column:nth-child(2) {
    width: calc(100% - 276px - 20px);
    padding-top: 20px;
  }
}
.footer_entry_more {
  display: flex;
  gap: 13px 22px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
@media only screen and (min-width: 768px) {
  .footer_entry_more {
    margin-top: 32px;
    justify-content: flex-start;
  }
}
.footer_entry_more_tel {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  gap: 6px;
  align-items: baseline;
}
@media only screen and (min-width: 768px) {
  .footer_entry_more_tel {
    position: relative;
    top: 4px;
  }
}
.footer_entry_more_tel .number {
  font-size: 3.6rem;
}
.footer_entry_txt {
  margin-top: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .footer_entry_txt {
    margin-top: 19px;
  }
}
.footer_board {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .footer_board {
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 80px;
  }
}
.footer_board .column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer_board .column:nth-child(1) {
    max-width: calc(50% - 20px);
  }
}
.footer_board .column:nth-child(2) {
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .footer_board .column:nth-child(2) {
    width: 530px;
    max-width: 50%;
    gap: 0;
    flex-direction: column;
  }
}
.footer_logo {
  width: 251px;
  max-width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .footer_logo {
    width: clamp(200px, (100vw - 1200px) * 1000, 251px);
    margin-left: 0;
  }
}
.footer_info {
  margin-top: 25px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer_info {
    margin-top: 32px;
    text-align: left;
  }
}
.footer_menu {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .footer_menu {
    gap: 40px;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .footer_menu {
    gap: 24px;
  }
}
.footer_menu:nth-child(1) {
  width: 150px;
  padding-left: 4px;
}
@media only screen and (min-width: 768px) {
  .footer_menu:nth-child(1) {
    width: 100%;
    padding-left: 0;
  }
}
.footer_menu:nth-child(2) {
  width: 164px;
}
@media only screen and (min-width: 768px) {
  .footer_menu:nth-child(2) {
    width: 100%;
    margin-top: 40px;
  }
}
.footer_menu:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer_menu:nth-child(3) {
    display: flex;
    margin-top: 37px;
  }
}
.footer_menu a[target=_blank] {
  font-weight: 600;
  display: inline-flex;
  gap: 4px;
  color: #0281c0;
}
.footer_menu a {
  transition: all 0.3s;
}
.footer_menu a:hover {
  opacity: 1;
  color: #0281c0;
}
.footer_copyright {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 57px;
}
@media only screen and (min-width: 768px) {
  .footer_copyright {
    margin-top: 57px;
    text-align: left;
  }
}

.totop {
  width: 48px;
  height: 48px;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 48px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 300ms ease;
}
@media only screen and (min-width: 768px) {
  .totop {
    width: 48px;
    height: 48px;
    cursor: pointer;
  }
}
.totop.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.totop .icon {
  --width: 48;
  --height: 48;
  rotate: -90deg;
}
.totop .icon::before {
  border: 1px solid #fff;
}

.breadcrumb_list {
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  justify-content: flex-end;
}
.breadcrumb_list > li {
  display: flex;
  gap: 8px;
}
.breadcrumb_list > li::after {
  content: "/";
}
.breadcrumb_list > li:last-child::after {
  display: none;
}

.mv {
  position: relative;
}
.mv_cover {
  position: relative;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .mv_cover {
    height: auto;
  }
}
.mv_cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .mv_cover img {
    -o-object-fit: unset;
       object-fit: unset;
    height: auto;
  }
}
.mv_cover::after {
  content: "";
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.mv_context {
  margin-top: -88px;
}
@media only screen and (min-width: 768px) {
  .mv_context {
    margin-top: -147px;
  }
}
.mv .breadcrumb {
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0;
  color: #fff;
}

.mv_ig .breadcrumb_ig {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  color: #333;
  padding-bottom: 144px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .mv_ig .breadcrumb_ig {
    padding-bottom: 120px;
  }
}
.mv_ig .block_rounder::after {
  display: none !important;
}

.fluid_image {
  width: 100vw;
  position: relative;
  left: 50%;
  translate: -50% 0;
}
.c_listdot01 li {
  position: relative;
  padding-left: 6px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .c_listdot01 li {
    padding-left: 9px;
  }
}
.c_listdot01 li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  border-radius: 50%;
  background-color: #333333;
  width: 2px;
  height: 2px;
}
@media only screen and (min-width: 768px) {
  .c_listdot01 li::before {
    top: 14px;
  }
}

.c_slider01 .slick-list {
  overflow: visible;
  width: 400%;
}
.c_slider01_txt01 .txt01 {
  color: #0281c0;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 17px;
}
@media only screen and (min-width: 768px) {
  .c_slider01_txt01 .txt01 {
    padding: 1px 17px;
  }
}
.c_slider01_txt02 .txt02 {
  background-color: #fff;
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 4px;
  padding: 5px 16px;
}
.c_slider01_item {
  position: relative;
}
.c_slider01_item.slick-slide {
  margin-inline: 10px;
}
@media only screen and (min-width: 768px) {
  .c_slider01_item.slick-slide {
    margin-inline: 20px;
  }
}
.c_slider01_item.slick-slide.active .c_slider01_wrap .img {
  transition: transform 0.5s;
  transform: scale(0.964);
}
@media only screen and (min-width: 768px) {
  .c_slider01_item.slick-slide.active .c_slider01_wrap .img {
    border-radius: 20px;
    transform: scale(0.9422);
  }
}
.c_slider01_item.slick-slide.active .c_slider01_content {
  opacity: 1;
}
.c_slider01_item_link {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c_slider01_item_link:hover {
    opacity: 1;
  }
  .c_slider01_item_link:hover .img img {
    scale: 1.2;
  }
}
.c_slider01_wrap .img {
  border-radius: 20px;
  transform-origin: right center;
  transition: transform 0.5s;
  aspect-ratio: 0.75;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .c_slider01_wrap .img {
    border-radius: 32px;
  }
}
.c_slider01_wrap .img img {
  transition: 300ms ease;
}
.c_slider01_control {
  position: relative;
  pointer-events: none;
  margin-top: 27px;
}
@media only screen and (min-width: 768px) {
  .c_slider01_control {
    margin-top: 0;
    top: -45px;
    padding-left: clamp(32rem, 14.7321428571vw + 20.6857142857rem, 41.9rem);
  }
}
.c_slider01_arrow {
  pointer-events: all;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
}
@media only screen and (min-width: 768px) {
  .c_slider01_arrow:hover::before {
    scale: 1.15;
  }
}
.c_slider01_arrow.btn_prev {
  transform: scale(-1);
}
.c_slider01_btn {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .c_slider01_btn {
    justify-content: flex-start;
  }
}
.c_slider01_btn .icon {
  display: block;
}
.c_slider01_content {
  position: absolute;
  left: 0;
  bottom: 43px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  gap: 1px;
  bottom: 28px;
}
@media only screen and (min-width: 768px) {
  .c_slider01_content {
    bottom: 43px;
  }
}

.c_tbl01_row {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .c_tbl01_row {
    margin-top: 20px;
    flex-direction: row;
    gap: 0;
  }
}
.c_tbl01_row:first-child {
  margin-top: 0;
}
.c_tbl01_head {
  font-weight: 500;
  flex-shrink: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .c_tbl01_head {
    border-bottom: solid 1px #0281c0;
    line-height: 2;
    width: 200px;
    padding: 0 0 19px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_tbl01_head {
    color: #0281C0;
  }
}
.c_tbl01_content {
  border-bottom: solid 1px #b1b1b1;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .c_tbl01_content {
    line-height: 2;
    width: calc(100% - 200px);
    padding: 0 0 19px 24px;
  }
}

.pagination {
  margin-top: 60px;
}
.pagination .wp-pagenavi {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .pagination .wp-pagenavi {
    padding-left: 20px;
  }
}
.pagination .current,
.pagination .page,
.pagination .previouspostslink,
.pagination .nextpostslink {
  line-height: 1;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 300ms ease;
}
@media only screen and (min-width: 768px) {
  .pagination .current,
  .pagination .page,
  .pagination .previouspostslink,
  .pagination .nextpostslink {
    width: 36px;
    height: 36px;
  }
  .pagination .current:hover,
  .pagination .page:hover,
  .pagination .previouspostslink:hover,
  .pagination .nextpostslink:hover {
    background-color: #0080d9;
    color: #fff;
  }
}
.pagination .previouspostslink,
.pagination .nextpostslink {
  font-size: 0;
}
.pagination .previouspostslink::after,
.pagination .nextpostslink::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask-image: url("./../images/common/icon_arrow.svg");
          mask-image: url("./../images/common/icon_arrow.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 12px 12px;
          mask-size: 12px 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .pagination .previouspostslink::after,
  .pagination .nextpostslink::after {
    width: 16px;
    height: 16px;
  }
}
.pagination .previouspostslink {
  margin-right: 7px;
  scale: -1 1;
}
.pagination .nextpostslink {
  margin-left: 7px;
}
.pagination .current {
  background-color: #0080d9;
  color: #fff;
}/*# sourceMappingURL=common.css.map */