@charset "UTF-8";


/*----------------------------------------
Variables
----------------------------------------*/
/*
# Color */
/*
# Setting */
/*
# Border */
/* $color-border: #e1e1e1; */
/* $color-border-sub: rgba(90, 127, 221, .6); */
/* $color-border-news: #5a7fdd; */
/*
# Contact form */
/* $color-placeholder: rgba(#000, .3); */
/* $color-error: #ef0b00; */
/*
# ScrollBar */
/* $color-track: #f1f1f1; */
/* $color-thumb: #adadad; */
/*
# option */
/* $color-campaign: #ebe275; */
/* $color-news: #eca7b5; */
/* $article-border-main: rgba(90, 127, 221, .8); */
/* $article-border-sub: #4568bf; */
/*
# Shadow */
/* $shadow: rgba(#777, .1); */
/* $shadow-hover: rgba(#777, .3); */
/*
# Easing */
/* $ease: cubic-bezier(.19, 1, .22, 1); */
/*
# Hover */
/* $opacity: .7; */
/* $transition: .3 $ease; */
/*
# Font Family */
/* $font: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
/* $font-min: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif; */
/* $font-en: $font */
/* $font-yusei: 'Yusei Magic', sans-serif; */
/* $font-cn: "Microsoft Yahei", "PingHei"; */
/* $font-kr: "Malgun Gothic", "Yoon Gothic"; */
/*
# Font Weight */
/* $thin: 200; */
/* $light: 300; */
/* $regular:400; */
/* $medium: 500; */
/* $semibold: 600; */
/* $bold: 700; */
/*
# Width */
/* $max-width: 1600px; */
/* $outer-width: 1440px; */
/* $content-width: 1040px; */
/* $subpage-content-width: 1280px; */
/* $min-width: 960px; */
/* IEハック用mixin */
/*----------------------------------------
Extend
----------------------------------------*/
/*----------------------------------------
Keyframes
----------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----------------------------------------
add_to_any
----------------------------------------*/
.a2a_kit a {
  margin: 0 10px;
  padding: 0;
}

.a2a_mini {
  width: 312px !important;
}

.a2a_svg {
  background: none !important;
}

.a2a_svg svg {
  width: 28px;
  height: 28px;
}

.a2a_full {
  height: 340px !important;
}

.a2a_full_footer {
  padding: 18px 14px !important;
}

.a2a_menu a {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  color: #2a6dd1 !important;
}

.a2a_mini_services {
  overflow: hidden;
  padding: 6px !important;
}

.a2a_menu_show_more_less span {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
}

.addtoany_share_save_container {
  margin: 0;
  padding: 72px 0 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .addtoany_share_save_container {
    padding: 50px 0 35px;
  }
}

.addtoany_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .addtoany_list {
    display: block;
  }
}

.a2a_kit .a2a_label {
  display: none !important;
}

/**
 * Swiper 5.3.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 10, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  font-weight: 400;
  font-style: normal;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.swiper-container-free-mode>.swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -webkit-box-align: start;
  align-items: flex-start;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: -webkit-box;
  display: flex;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  letter-spacing: 0;
  text-transform: none !important;
  text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*----------------------------------------
Common
----------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #0b1b42;
  letter-spacing: 1.6px;
  letter-spacing: 0.16rem;
  word-break: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

body[data-menu="active"] {
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  body[data-menu="active"] {
    padding-right: 10px;
  }
}

a {
  color: #2a6dd1;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  a:not([class]):hover {
    opacity: 0.7;
  }
}

select,
input,
textarea {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

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

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 15px;
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #adadad;
}

::-moz-selection {
  background-color: rgba(52, 105, 239, .6);
}

::selection {
  background-color: rgba(52, 105, 239, .6);
}

.alignleft {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.p-svg_hide {
  position: absolute;
  width: 0;
  height: 0;
}

.is-link-none {
  pointer-events: none;
  cursor: default;
}

/*----------------------------------------
Media
----------------------------------------*/
.is-pc,
.pc {
  display: block;
}

@media screen and (max-width: 767px) {

  .is-pc,
  .pc {
    display: none;
  }
}

.is-sp,
.sp {
  display: none;
}

@media screen and (max-width: 767px) {

  .is-sp,
  .sp {
    display: block;
  }
}

@media screen and (max-width: 1024px) {

  .is-laptop,
  .laptop {
    display: none;
  }
}

.is-tablet,
.tablet {
  display: none;
}

@media screen and (max-width: 1024px) {

  .is-tablet,
  .tablet {
    display: block;
  }
}

.is-tablet-up,
.tablet-up {
  display: none;
}

@media screen and (min-width: 768px) {

  .is-tablet-up,
  .tablet-up {
    display: block;
  }
}

/*----------------------------------------
layout
----------------------------------------*/
.l-subpage {
  margin: 0 auto;
  padding: 0;
}

.l-container {
  position: relative;
  z-index: 0;
  display: block;
  margin: auto;
  padding: 0 80px;
  background-color: rgba(52, 105, 239, .6);
}

@media screen and (max-width: 1024px) {
  .l-container {
    padding: 0 36px;
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 16px;
  }
}

.l-main {
  max-width: 100%;
}

.refusal {
  margin-top: 20px;
  vertical-align: middle;
}

.refusal img {
  width: 100%;
  max-width: 285px;
  margin-left: auto;
}

.gmy_business {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.gmy_business img {
  width: auto;
  max-height: 12px;
}

.is-display-none {
  display: none;
}

.g-copyright {
  display: -webkit-box;
  display: flex;
  min-height: 80px;
  padding: 10px 80px;
  background-color: #d9e3fc;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .g-copyright {
    min-height: 60px;
    padding: 8px 16px;
  }
}

.g-copyright-txt {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .g-copyright-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.g-drawer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 1750px) {
  .g-drawer {
    display: block;
  }
}

[data-menu="active"] .g-drawer {
  pointer-events: all;
  opacity: 1;
}

.g-drawer-wrap {
  position: relative;
  left: 100px;
  overflow-y: auto;
  width: 100%;
  max-width: 500px;
  max-height: 100%;
  margin: 0 0 0 auto;
  padding: 125px 50px;
  background-color: #2a6dd1;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 1440px) {
  .g-drawer-wrap {
    padding: 90px 50px;
  }
}

@media screen and (max-width: 767px) {
  .g-drawer-wrap {
    padding: 60px 20px;
  }
}

[data-menu="active"] .g-drawer-wrap {
  left: 0;
  opacity: 1;
}

.g-drawer-inner {
  width: 100%;
  height: 100%;
  padding: 32px 0 36px;
  border-radius: 20px 0;
  background-color: #fff;
}

.g-drawer-inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.g-drawer-inner::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}

.g-drawer-inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
}

.g-drawer-nav {
  max-width: 190px;
  margin: auto;
}

.g-drawer-nav-item {
  position: relative;
  padding: 6px 0 6px 12px;
}

.g-drawer-nav-item::before {
  position: absolute;
  top: 1.4em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3469ef;
  content: "";
}

.g-drawer-nav-link {
  display: inline-block;
  padding: 2px 2px 4px;
  border-radius: 3px;
  background-color: transparent;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #0b1b42;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (min-width: 1025px) {
  .g-drawer-nav-link:hover {
    background-color: rgba(52, 105, 239, .6);
  }
}

.g-drawer-nav-link.is-active {
  background-color: rgba(52, 105, 239, .6);
}

.g-drawer-subnav {
  max-width: 190px;
  margin: auto;
  padding-top: 28px;
}

.g-drawer-subnav-item {
  padding: 4px 0;
}

@media screen and (max-width: 767px) {
  .g-drawer-subnav-item {
    padding: 6px;
  }
}

.g-drawer-subnav-link {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #0b1b42;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
}

.g-drawer-contact {
  padding-top: 16px;
  text-align: center;
}

.g-drawer-contact .c-btn-link {
  min-width: 210px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}

.g-drawer-contact .c-btn-link::after {
  background-color: #2a6dd1;
  color: #3469ef;
}

.g-drawer-contact-icon {
  padding: 2px 6px 0 0;
}

.g-drawer-contact-icon svg {
  width: 19px;
  height: 14px;
}

.g-drawer-sns {
  display: -webkit-box;
  display: flex;
  padding-top: 32px;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.g-drawer-sns-item {
  padding: 12px 10px;
}

@media screen and (max-width: 374px) {
  .g-drawer-sns-item {
    padding: 8px;
  }
}

.g-drawer-sns-link {
  display: block;
  line-height: 0;
  color: #0b1b42;
}

.g-drawer-sns-link svg {
  width: 23px;
  height: 23px;
}

/*----------------------------------------
g-footer
----------------------------------------*/
.l-footer {
  display: block;
  padding: 0;
}

.g-footer {
  margin: auto;
  padding: 54px 80px 44px;
  background-color: rgba(52, 105, 239, .6);
}

@media screen and (max-width: 767px) {
  .g-footer {
    padding: 44px 16px 36px;
  }
}

.g-footer-nav-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .g-footer-nav-list {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.g-footer-nav-item {
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .g-footer-nav-item {
    padding: 0 15px 10px;
  }
}

.g-footer-nav-item-link {
  position: relative;
  display: block;
  padding-left: 10px;
  color: #0b1b42;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
  .g-footer-nav-item-link {
    display: inline-block;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.g-footer-nav-item-link::before {
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .g-footer-nav-item-link::before {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .g-footer-nav-item-link:hover {
    opacity: 0.7;
  }
}

.g-footer-sns {
  padding: 24px 0 0;
}

@media screen and (max-width: 767px) {
  .g-footer-sns {
    padding-top: 6px;
  }
}

.g-footer-sns-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.g-footer-sns-item {
  padding: 6px;
}

@media screen and (max-width: 767px) {
  .g-footer-sns-item {
    padding: 3px;
  }
}

.g-footer-sns-link {
  display: block;
  padding: 6px;
  line-height: 0;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.g-footer-sns-link svg {
  width: 28px;
  height: 30px;
}

@media screen and (min-width: 1025px) {
  .g-footer-sns-link:hover {
    opacity: 0.7;
  }
}

.g-footer-subnav {
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  .g-footer-subnav {
    padding-top: 15px;
  }
}

.g-footer-subnav-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .g-footer-subnav-list {
    display: block;
    text-align: center;
  }
}

.g-footer-subnav-item {
  padding: 0 18px 5px;
}

@media screen and (max-width: 767px) {
  .g-footer-subnav-item {
    padding: 0 12px 10px;
  }
}

.g-footer-subnav-item-link {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0b1b42;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
  .g-footer-subnav-item-link {
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .g-footer-subnav-item-link:hover {
    opacity: 0.7;
  }
}

/*----------------------------------------
g-header
----------------------------------------*/
.l-header {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  left: 0;
}

@media screen and (min-width: 1025px) {
  [data-status="loading"] .l-header {
    padding-right: 10px;
  }
}

.g-header {
  background-color: #fff;
}

.g-header-inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  height: 125px;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1440px) {
  .g-header-inner {
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .g-header-inner {
    height: 60px;
  }
}

.g-header-info {
  position: relative;
  display: -webkit-box;
  display: flex;
  padding: 0 0 0 16px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 2;
  flex-grow: 2;
}

@media screen and (min-width: 1600px) {
  .g-header-info {
    padding-left: 50px;
  }
}

.g-header-logo-link {
  display: -webkit-box;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .g-header-logo-link:hover {
    opacity: 0.7;
  }
}

.g-header-nav {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.g-header-nav-list {
  display: -webkit-box;
  display: flex;
  padding: 0 15px 0 30px;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 1600px) {
  .g-header-nav-list {
    padding: 0 24px 0 44px;
  }
}

@media screen and (max-width: 1440px) {
  .g-header-nav-list {
    display: none;
  }
}

@media screen and (max-width: 1750px) {
  .g-header-nav-list[data-navline="1"] {
    display: none;
  }
}

.g-header-nav-list[data-navline="2"] {
  max-width: 580px;
  padding: 0 4px 0 20px;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.g-header-nav-list[data-navline="2"] .g-header-nav-item {
  padding-right: 30px;
}

.g-header-nav-item {
  position: relative;
  padding: 2px 16px 4px 10px;
}

.g-header-nav-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3469ef;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.g-header-nav-item-link {
  position: relative;
  display: inline-block;
  padding: 0 0 2px 2px;
  border-radius: 3px;
  background-color: transparent;
  line-height: 1;
  color: #0b1b42;
  white-space: nowrap;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
  .g-header-nav-item-link {
    padding: 0;
  }
}

.g-header-nav-item-link:hover,
.g-header-nav-item-link.is-active {
  background-color: rgba(52, 105, 239, .6);
}

.g-header-tel {
  display: -webkit-box;
  display: flex;
  height: 100%;
  padding-right: 16px;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .g-header-tel {
    min-width: 60px;
    padding-right: 0;
  }
}

.g-header-tel-link {
  width: 100%;
  min-width: 225px;
  height: 100%;
  max-height: 68px;
}

@media screen and (max-width: 767px) {
  .g-header-tel-link {
    min-width: 60px;
  }
}

.g-header-tel-link-btn {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 3px);
  padding: 2px;
  border: 2px solid #2a6dd1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 0 #2a6dd1;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .g-header-tel-link-btn {
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: rgba(52, 105, 239, .6);
    box-shadow: none;
  }
}

.g-header-tel-num {
  position: relative;
  display: -webkit-box;
  display: flex;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}

.g-header-tel-num-icon {
  display: block;
  padding: 2px 8px 0 0;
}

@media screen and (max-width: 767px) {
  .g-header-tel-num-icon {
    padding: 2px 0 0;
    color: #fff;
  }
}

.g-header-tel-num-icon svg {
  width: 16px;
  height: 18px;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

@media screen and (max-width: 767px) {
  .g-header-tel-num-icon svg {
    width: 20px;
    height: 26px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.g-header-tel-num-txt {
  display: block;
  font-weight: 700;
  letter-spacing: 1.6px;
  letter-spacing: 0.16rem;
}

@media screen and (max-width: 767px) {
  .g-header-tel-num-txt {
    display: none;
  }
}

.g-header-tel-txt {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0px;
  letter-spacing: 0rem;
}

@media screen and (max-width: 767px) {
  .g-header-tel-txt {
    display: none;
  }
}

.g-header-contact {
  display: -webkit-box;
  display: flex;
  height: 100%;
  padding-right: 16px;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .g-header-contact {
    display: none;
  }
}

.g-header-contact-link {
  width: 100%;
  min-width: 150px;
  height: 100%;
  max-height: 68px;
}

@media screen and (min-width: 1025px) {
  .g-header-contact-link:hover .g-header-contact-link-btn {
    margin-top: 3px;
    box-shadow: 0 0 0 #3469ef;
  }
}

.g-header-contact-link-btn {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: calc(100% - 3px);
  padding: 2px;
  border: 2px solid #3469ef;
  border-radius: 10px;
  background-color: #2a6dd1;
  box-shadow: 0 3px 0 #3469ef;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.g-header-contact-icon {
  display: block;
  padding: 2px 6px 0 0;
}

.g-header-contact-icon svg {
  width: 19px;
  height: 14px;
}

.g-header-contact-txt {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  letter-spacing: 0.15rem;
  word-break: keep-all;
}

.g-header-ham {
  position: relative;
  z-index: 1;
  display: none;
  overflow: hidden;
  width: 125px;
  height: 100%;
  border: 0;
  background-color: #2a6dd1;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .g-header-ham {
    display: block;
    width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .g-header-ham {
    width: 60px;
    height: 60px;
  }
}

[data-menu="active"] .g-header-ham {
  margin-right: 10px;
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  [data-menu="active"] .g-header-ham {
    margin-right: 0;
  }
}

@media screen and (max-width: 1750px) {
  .g-header-ham[data-navline="1"] {
    display: block;
  }
}

.g-header-ham-line {
  position: absolute;
  left: 50%;
  display: block;
  width: 42px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .g-header-ham-line {
    width: 25px;
    height: 1px;
  }
}

.g-header-ham-line:nth-child(1) {
  top: calc(50% - 12px);
}

@media screen and (max-width: 767px) {
  .g-header-ham-line:nth-child(1) {
    top: calc(50% - 8px);
  }
}

.g-header-ham-line:nth-child(2) {
  top: 50%;
}

.g-header-ham-line:nth-child(3) {
  top: calc(50% + 12px);
}

@media screen and (max-width: 767px) {
  .g-header-ham-line:nth-child(3) {
    top: calc(50% + 8px);
  }
}

[data-menu="active"] .g-header-ham-line {
  top: 50%;
}

[data-menu="active"] .g-header-ham-line:nth-child(1) {
  background-color: #fff;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

[data-menu="active"] .g-header-ham-line:nth-child(2) {
  background-color: transparent;
  -webkit-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
}

[data-menu="active"] .g-header-ham-line:nth-child(3) {
  background-color: #fff;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
}

/*----------------------------------------
g-pagetop
----------------------------------------*/
.g-pagetop {
  position: fixed;
  z-index: 10;
  right: 45px;
  bottom: 60px;
  width: 70px;
  height: 75px;
  line-height: 60px;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .g-pagetop {
    right: 20px;
    bottom: 26px;
    width: 40px;
    height: 43px;
  }
}

.g-pagetop.is-active {
  pointer-events: auto;
  opacity: 1 !important;
}

.g-pagetop-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-active .g-pagetop-btn {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .g-pagetop-btn:hover::after {
    top: 5px;
    box-shadow: 0 0 0 transparent;
  }
}

@media screen and (min-width: 1025px) {
  .g-pagetop-btn:hover::before {
    top: calc(50% - 6px);
  }
}

.g-pagetop-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 6px);
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #2a6dd1;
  box-shadow: 0 5px 0 #fff;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
  .g-pagetop-btn::after {
    height: calc(100% - 3px);
    box-shadow: 0 3px 0 #fff;
  }
}

.g-pagetop-btn::before {
  position: absolute;
  z-index: 1;
  top: calc(50% - 12px);
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #fff;
  border-left: 12px solid transparent;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .g-pagetop-btn::before {
    top: calc(50% - 7px);
    border-right: 6px solid transparent;
    border-bottom: 9px solid #fff;
    border-left: 6px solid transparent;
  }
}

/*----------------------------------------
g-side
----------------------------------------*/
.g-side-ttl {
  padding-bottom: 16px;
  font-family: "Yusei Magic", sans-serif;
}

.g-side-ttl-ja {
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #2a6dd1;
}

@media screen and (max-width: 767px) {
  .g-side-ttl-ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.g-side-ttl-en {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .g-side-ttl-en {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.g-side-block {
  padding: 80px 40px 36px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .g-side-block {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .g-side-block {
    padding: 26px 18px;
  }
}

.g-side-block+.g-side-block {
  padding-top: 54px;
}

@media screen and (max-width: 1024px) {
  .g-side-block+.g-side-block {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .g-side-block+.g-side-block {
    padding-top: 26px;
  }
}

.g-side-block:last-child {
  border-radius: 0 0 20px 20px;
  background-color: #d9e3fc;
}

@media screen and (max-width: 1024px) {
  .g-side-block:last-child {
    border-radius: 0;
  }
}

.g-side-list {
  background-image: -webkit-linear-gradient(left, #e1e1e1 50%, transparent 50%);
  background-image: linear-gradient(90deg, #e1e1e1 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: 0 0%;
  background-size: 12px 2px;
}

@media screen and (max-width: 767px) {
  .g-side-list {
    background-size: 6px 1px;
  }
}

.g-side-list-item {
  display: block;
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .g-side-list-item {
    padding-top: 24px;
  }
}

.g-side-list-item-mark {
  position: absolute;
  z-index: -1;
  top: .5em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2a6dd1;
}

@media screen and (max-width: 767px) {
  .g-side-list-item-mark {
    top: .35em;
  }
}

.g-side-list-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 8px;
  font-weight: 500;
  color: #0b1b42;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (min-width: 1025px) {
  .g-side-list-link:hover {
    opacity: 0.7;
  }
}

.g-side-list-child {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .g-side-list-child {
    padding-top: 3px;
  }
}

.g-side-list-child-item-mark {
  position: absolute;
  z-index: -1;
  top: .9em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2a6dd1;
}

.g-side-list-child-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0b1b42;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
  .g-side-list-child-link {
    padding: 3px 1px 4px 10px;
  }
}

@media screen and (min-width: 1025px) {
  .g-side-list-child-link:hover {
    opacity: 0.7;
  }
}

.g-side-late {
  background-image: -webkit-linear-gradient(left, rgba(90, 127, 221, .6) 50%, transparent 50%);
  background-image: linear-gradient(90deg, rgba(90, 127, 221, .6) 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: 0 0%;
  background-size: 12px 2px;
}

@media screen and (max-width: 1024px) {
  .g-side-late {
    background-size: 6px 1px;
  }
}

.g-side-late-item {
  padding: 14px 0 2px;
}

@media screen and (max-width: 767px) {
  .g-side-late-item {
    padding-top: 16px;
  }
}

.g-side-late-item:first-child {
  padding-top: 20px;
}

.g-side-late-link {
  display: block;
  border-radius: 8px;
  color: #0b1b42;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 1025px) {
  .g-side-late-link:hover {
    opacity: 0.7;
  }
}

.g-side-late-time {
  display: block;
  font-family: "Yusei Magic", sans-serif;
  line-height: 1.6;
  color: #2a6dd1;
}

@media screen and (max-width: 767px) {
  .g-side-late-time {
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
  }
}

@supports (-webkit-line-clamp: 3) {
  .g-side-late-ttl {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width: 767px) {
  .g-side-late-ttl {
    padding-top: 4px;
  }
}

/*----------------------------------------
accrodion
----------------------------------------*/
.js-accrodion-btn {
  cursor: pointer;
}

.js-accrodion+.js-accrodion-target {
  display: none;
}

.js-accrodion.is-open+.js-accrodion-target {
  display: block;
}

/*----------------------------------------
js-animate
----------------------------------------*/
.js-animate-fade-in {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.js-animate-fade-in.is-active {
  opacity: 1;
}

.js-animate-zoom-in {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.js-animate-zoom-in.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.js-animate-focus-in {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.js-animate-focus-in.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.js-animate-fly-in-top {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.js-animate-fly-in-top.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-animate-fly-in-bottom {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.js-animate-fly-in-bottom.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-animate-fly-in-left {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

_:-ms-fullscreen,
:root .js-animate-fly-in-left {
  opacity: 1;
}

.js-animate-fly-in-left.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-animate-fly-in-right {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.js-animate-fly-in-right.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*----------------------------------------
c-news
----------------------------------------*/
.c-news {
  display: block;
}

.c-news-link {
  color: #0b1b42;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (min-width: 1025px) {
  .c-news-link:hover {
    opacity: 0.7;
  }
}

.c-news-time {
  padding-right: 12px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .c-news-time {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    letter-spacing: 0.07rem;
  }
}

.c-news-ttl {
  padding-top: 2px;
  font-weight: 500;
}

@supports (-webkit-line-clamp: 1) {
  .c-news-ttl {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.c-news-btn {
  position: absolute;
  top: 0;
  right: 40px;
  display: -webkit-box;
  display: flex;
  width: 120px;
  height: 100%;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .c-news-btn {
    display: none;
  }
}

/*----------------------------------------
c-article
----------------------------------------*/
.c-article {
  display: block;
  height: 100%;
}

.c-article-link {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 1025px) {
  .c-article-link:hover {
    opacity: 0.7;
  }
}

.c-article-thumb-bg {
  overflow: hidden;
  padding-bottom: 74.44169%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.c-article-main {
  position: relative;
  z-index: 1;
  height: 100%;
  margin: -92px 15px 0;
  padding: 10.423% 12.408% 8.935%;
  border-radius: 20px 0;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1024px) {
  .c-article-main {
    padding: 40px 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-article-main {
    margin-top: -84px;
    padding: 25px 18px;
  }
}

.c-article-time {
  display: block;
  padding: 0 0 2px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #0b1b42;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .c-article-time {
    padding: 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    letter-spacing: 0.07rem;
  }
}

.c-article-cat {
  display: -webkit-box;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.c-article-cat-parent,
.c-article-cat-child {
  display: -webkit-box;
  display: flex;
}

.c-article-cat-item {
  position: relative;
  padding: 0 10px 0 8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0b1b42;
}

@media screen and (max-width: 767px) {
  .c-article-cat-item.-child {
    padding-left: 12px;
  }
}

.c-article-cat-mark {
  position: absolute;
  z-index: -1;
  top: .5em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2a6dd1;
}

@media screen and (max-width: 767px) {
  .c-article-cat-mark {
    top: .3em;
  }
}

.-child .c-article-cat-mark {
  top: .9em;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 767px) {
  .-child .c-article-cat-mark {
    top: .6em;
    width: 8px;
    height: 8px;
  }
}

.c-article-ttl {
  margin-top: 4px;
  background-image: -webkit-linear-gradient(left, #e1e1e1 50%, transparent 50%);
  background-image: linear-gradient(90deg, #e1e1e1 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 12px 2px;
  color: #0b1b42;
}

@supports (-webkit-line-clamp: 2) {
  .c-article-ttl {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width: 1024px) {
  @supports (-webkit-line-clamp: 2) {
    .c-article-ttl {
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
  }
}

@media screen and (max-width: 767px) {
  .c-article-ttl {
    margin-top: 12px;
    padding-top: 10px;
    background-size: 6px 1px;
  }
}

/*----------------------------------------
c-breadcrumbs
----------------------------------------*/
.c-breadlist {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 50px;
  padding: 0 32px 0 10%;
  border: 2px solid #2a6dd1;
  border-left: 0;
  border-radius: 0 0 10px;
  background-color: #fff;
  list-style: none;
  white-space: nowrap;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-breadlist {
    height: 30px;
    padding: 16px;
  }
}

.c-breadlist-container {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  display: inline-block;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 6px 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-breadlist-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.c-breadlist-container::-webkit-scrollbar-button {
  display: block;
  width: 8px;
  background-color: transparent;
}

.c-breadlist-container::-webkit-scrollbar-track {
  background: #5a7fdd;
}

.c-breadlist-container::-webkit-scrollbar-thumb {
  background: #fff;
}

.c-breadlist-item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8;
  white-space: nowrap;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .c-breadlist-item {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.c-breadlist-item:not(:last-child) {
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .c-breadlist-item:not(:last-child) {
    padding-right: 30px;
  }
}

.c-breadlist-item:not(:last-child)::after {
  position: absolute;
  top: calc(50% + 3px);
  right: 12px;
  display: block;
  width: 14px;
  height: 5px;
  background-image: -webkit-radial-gradient(rgba(67, 45, 11, .35) 35%, transparent 35%);
  background-image: radial-gradient(rgba(67, 45, 11, .35) 35%, transparent 35%);
  background-position: 0 0;
  background-size: 5px 5px;
  content: "";
}

@media screen and (max-width: 767px) {
  .c-breadlist-item:not(:last-child)::after {
    right: 10px;
  }
}

.c-breadlist-link {
  color: #2a6dd1;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (min-width: 1025px) {
  .c-breadlist-link:hover {
    opacity: 0.7;
  }
}

/*----------------------------------------
c-btn
----------------------------------------*/
@media screen and (max-width: 767px) {
  .c-btn {
    text-align: center;
  }
}

.c-btn-link[target="_blank"] svg {
  width: 20px;
  min-width: 20px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .c-btn-link[target="_blank"] svg {
    width: 18px;
    min-width: 18px;
  }
}

.c-btn-link-blank {
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 0;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1025px) {
  .c-btn-link:hover .c-btn-link-blank {
    top: calc(50% + 3px);
  }
}

.c-btn-link,
.c-post-content .wp-block-button__link::after {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: inline-flex;
  min-width: 250px;
  min-height: 58px;
  padding: 8px 48px 12px;
  font-weight: 500;
  line-height: 1.6;
  color: #2a6dd1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {

  .c-btn-link,
  .c-post-content .wp-block-button__link::after {
    min-width: 210px;
    min-height: 52px;
  }
}

.c-btn-link::after,
.c-post-content .wp-block-button__link::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 3px);
  border: 2px solid currentColor;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 0 currentColor;
  line-height: 1;
  content: "";
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 1025px) {

  .c-btn-link:hover,
  .c-post-content .wp-block-button__link:hover::after {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}

@media screen and (min-width: 1025px) {

  .c-btn-link:hover::after,
  .c-post-content .wp-block-button__link:hover::after {
    top: 3px;
    box-shadow: 0 0 0 currentColor;
  }
}

/*----------------------------------------
c-cta
----------------------------------------*/
.c-cta {
  position: relative;
  z-index: 1;
  display: block;
  padding: 56px 80px 100px;
  background-color: #d9e3fc;
}

@media screen and (max-width: 767px) {
  .c-cta {
    padding: 40px 16px 50px;
  }
}

.c-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.c-cta-bg-img {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.c-cta-inner {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

.c-cta-contact-list {
  display: -webkit-box;
  display: flex;
  margin: 60px -22px 0;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .c-cta-contact-list {
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .c-cta-contact-list {
    margin-top: 40px;
  }
}

.c-cta-contact-item {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 1024px) {
  .c-cta-contact-item {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .c-cta-contact-item+.c-cta-contact-item {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-cta-contact-item+.c-cta-contact-item {
    padding-top: 24px;
  }
}

.c-cta-contact-item:only-child,
.c-cta-contact-item:last-child:nth-child(odd) {
  width: 100%;
}

.c-cta-contact-item-ttl {
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-cta-contact-item-ttl {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-cta-contact-item-link {
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .c-cta-contact-item-link {
    width: 100%;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .c-cta-contact-item-link {
    height: auto;
    min-height: 70px;
    padding: 6px 16px 12px;
  }
}

.c-cta-contact-item-btn {
  display: -webkit-box;
  display: flex;
  padding: 16px 0;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-cta-contact-item-btn {
    padding: 0;
  }
}

.c-cta-contact-item-telicon {
  padding: 2px 16px 0 0;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .c-cta-contact-item-telicon {
    padding: 7px 12px 0 0;
  }
}

.c-cta-contact-item-telicon svg {
  width: 36px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .c-cta-contact-item-telicon svg {
    width: 28px;
    height: 37px;
  }
}

.c-cta-contact-item-num {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 2.4px;
  letter-spacing: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-cta-contact-item-num {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1.2px;
    letter-spacing: 0.12rem;
  }
}

.c-cta-contact-item-desc {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-cta-contact-item-desc {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.6px;
    letter-spacing: 0.06rem;
  }
}

.c-cta-contact-item-mailicon {
  padding: 2px 16px 0 0;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .c-cta-contact-item-mailicon {
    padding: 2px 12px 0 0;
  }
}

.c-cta-contact-item-mailicon svg {
  width: 56px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .c-cta-contact-item-mailicon svg {
    width: 33px;
    height: 23px;
  }
}

.c-cta-contact-item-label {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .c-cta-contact-item-label {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-cta-sites {
  margin-top: 40px;
  text-align: center;
}

.c-cta-sites-ttl {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .c-cta-sites-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-cta-sites-list {
  display: -webkit-box;
  display: flex;
  margin: 15px -18px 0;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .c-cta-sites-list {
    display: block;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .c-cta-sites-list {
    margin: 12px 0 0;
  }
}

.c-cta-sites-item {
  width: 33.33333%;
  padding: 0 18px;
}

@media screen and (max-width: 1024px) {
  .c-cta-sites-item {
    width: 70%;
    margin: auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-cta-sites-item {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .c-cta-sites-item+.c-cta-sites-item {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-cta-sites-item+.c-cta-sites-item {
    padding-top: 17px;
  }
}

.c-cta-sites-item-link {
  width: 100%;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
}

.c-cta-sites-item-link::after {
  background-color: #2a6dd1;
}

.c-cta-sites-item-blank {
  right: 26px;
}

/*----------------------------------------
c-dot
----------------------------------------*/
.c-dot {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.c-dot ::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-radial-gradient(#fff 20%, transparent 20%), -webkit-radial-gradient(#fff 20%, transparent 20%);
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  pointer-events: none;
  content: "";
  opacity: .1;
}

/*----------------------------------------
c-figure
----------------------------------------*/
.c-figure {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.c-figure-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.c-figure-src {
  vertical-align: bottom;
}

/*----------------------------------------
footerbnr
----------------------------------------*/
.g-footer-bnr {
  padding: 40px 0 12px;
}

.g-footer-bnr-list {
  width: 100%;
}

.g-footer-bnr-item {
  max-width: 200px;
  margin: 0 auto;
}

.g-footer-bnr-item+.g-footer-bnr-item {
  margin-top: 30px;
}

.g-footer-bnr-item-link {
  display: block;
  font-size: 0;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.g-footer-bnr-img {
  font-size: 0;
}

/*----------------------------------------
c-map
----------------------------------------*/
.c-map {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------
c-pager
----------------------------------------*/
.c-pager-list {
  position: relative;
  display: -webkit-box;
  display: flex;
  padding: 0 6px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.c-pager-list-container {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-top: 80px;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-pager-list-container {
    padding-top: 36px;
  }
}

.c-pager-list-item.is-next,
.c-pager-list-item.is-prev {
  display: block;
  width: 45px;
  min-width: 45px;
  height: 45px;
}

.c-pager-list-link {
  position: relative;
  display: -webkit-box;
  display: flex;
  min-width: 45px;
  height: 45px;
  margin: 0 6px;
  border: 2px solid #2a6dd1;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 39px;
  color: #2a6dd1;
  text-align: center;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1025px) {
  .c-pager-list-link:hover {
    background-color: #fff;
  }
}

.c-pager-list-link.is-current {
  border: 2px solid #2a6dd1;
  background-color: #2a6dd1;
  color: #fff;
  pointer-events: none;
}

.is-next .c-pager-list-link,
.is-prev .c-pager-list-link {
  height: 45px;
  margin: 0;
  border: 0;
  background-color: transparent;
}

.is-next .c-pager-list-link-inner,
.is-prev .c-pager-list-link-inner {
  display: none;
}

.is-next .c-pager-list-link::after,
.is-prev .c-pager-list-link::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #2a6dd1;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg) skew(-2deg, -2deg);
  transform: translate(-50%, -50%) rotate(45deg) skew(-2deg, -2deg);
}

.is-next .c-pager-list-link::after {
  left: calc(50% - 2px);
  border-bottom: 0;
  border-left: 0;
}

.is-prev .c-pager-list-link::after {
  left: calc(50% + 2px);
  border-top: 0;
  border-right: 0;
}

.c-pager-list-link-inner {
  position: relative;
}

/*----------------------------------------
blog-single nav
----------------------------------------*/
.p-article-nav {
  position: relative;
  display: block;
  margin: 50px 0;
  padding: 22px 50px 20px;
  border-top: 1px solid #4568bf;
  border-bottom: 1px solid #4568bf;
}

@media screen and (max-width: 767px) {
  .p-article-nav {
    margin: 22px 0 50px;
    padding: 25px 15px;
  }
}

.p-article-nav__headline {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(90, 127, 221, .8);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-article-nav__headline {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.p-article-nav__table {
  list-style: none;
}

.p-article-nav__table> :last-child {
  padding-bottom: 0;
}

.p-article-nav__table-link {
  color: #0b1b42;
}

.p-article-nav__table-item {
  margin: 6px 0 4px;
}

.p-article-nav__table-item-child {
  position: relative;
  margin-left: 10px;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-article-nav__table-item-child {
    padding: 2px 0 2px 10px;
  }
}

.p-article-nav__table-item-child::before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2a6dd1;
  text-align: center;
  content: "";
}

.p-article-nav__table-item-child+.p-article-nav__table-item {
  padding-top: 12px;
}

/*----------------------------------------
blog-single pager
----------------------------------------*/
.c-single-pager-container {
  display: -webkit-box;
  display: flex;
  padding-top: 0;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-single-pager-item {
  padding: 0 6.75%;
}

.c-single-pager-link {
  min-width: 240px;
  border-radius: 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

/*----------------------------------------
c-subpage
----------------------------------------*/
.c-subpage-header {
  position: relative;
  z-index: 1;
  height: 347px;
  margin: 125px 0 0;
  padding: 0;
  background-color: #fff;
}

@media screen and (max-width: 1440px) {
  .c-subpage-header {
    margin: 90px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .c-subpage-header {
    height: 175px;
    margin: 60px 0 0;
  }
}

.c-subpage-header-bg {
  position: absolute;
  top: 0;
  left: 10%;
  overflow: hidden;
  width: 90%;
  height: 100%;
  border: 2px solid #2a6dd1;
  border-radius: 20px 0 0;
  background-color: #2a6dd1;
}

@media screen and (max-width: 767px) {
  .c-subpage-header-bg {
    left: 15px;
    width: calc(100% - 15px);
  }
}

.c-subpage-header-bg-img {
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.c-subpage-header-inner {
  display: -webkit-box;
  display: flex;
  height: 100%;
  padding: 0 15%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-subpage-header-inner {
    padding: 0 20px;
  }
}

.c-subpage-header .c-ttl-01 {
  color: #fff;
}

.c-subpage-header .c-ttl-01-ja {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-subpage-header .c-ttl-01-ja {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
  }
}

.c-subpage-header .c-ttl-01-en {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-subpage-header .c-ttl-01-en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-subpage-header .c-ttl-01-line {
  color: #fff;
}

/*----------------------------------------
is-tel-link
----------------------------------------*/
.is-tel-link {
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 1024px) {
  .is-tel-link {
    pointer-events: all;
    cursor: pointer;
  }
}

/*----------------------------------------
c-ttl
----------------------------------------*/
.c-ttl-01 {
  position: relative;
  font-family: "Yusei Magic", sans-serif;
  text-align: center;
}

.c-ttl-01-ja {
  display: block;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 1.2;
  color: #2a6dd1;
  letter-spacing: 5.5px;
  letter-spacing: 0.55rem;
}

@media screen and (max-width: 767px) {
  .c-ttl-01-ja {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.c-ttl-01-en {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .c-ttl-01-en {
    padding-top: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.c-ttl-01-line {
  display: inline-block;
  width: 65px;
  height: 10px;
  line-height: 0;
  color: #2a6dd1;
}

@media screen and (max-width: 767px) {
  .c-ttl-01-line {
    width: 50px;
    height: 6px;
  }
}

.c-ttl-02-ja {
  display: inline;
  background-image: -webkit-linear-gradient(bottom, transparent 10%, rgba(52, 105, 239, 0.3) 10%, rgba(52, 105, 239, 0.3) 40%, transparent 30%);
  background-image: linear-gradient(0deg, transparent 10%, rgba(52, 105, 239, 0.3) 10%, rgba(52, 105, 239, 0.3) 40%, transparent 30%);
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  color: #3469ef;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .c-ttl-02-ja {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
  }
}

/*----------------------------------------
404
----------------------------------------*/
.p-404-content {
  margin: auto;
  padding: 115px 0 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-404-content {
    padding: 60px 0 50px;
    text-align: left;
  }
}

.p-404 .c-btn {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-404 .c-btn {
    margin-top: 36px;
  }
}

/*----------------------------------------
blog
----------------------------------------*/
.l-blog {
  display: block;
}

.l-blog-wrap {
  display: -webkit-box;
  display: flex;
  max-width: 1280px;
  margin: auto;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .l-blog-wrap {
    display: block;
    padding: 115px 80px 100px;
  }
}

@media screen and (max-width: 767px) {
  .l-blog-wrap {
    padding: 65px 16px 50px;
  }
}

.l-blog-main {
  display: block;
  width: calc(100% - 376px);
  padding: 85px 68px 60px 0;
}

@media screen and (max-width: 1440px) {
  .l-blog-main {
    width: calc(100% - 300px);
    padding-right: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .l-blog-main {
    width: 100%;
    padding: 0;
  }
}

.l-blog-side {
  width: 376px;
  min-width: 376px;
  padding: 0 0 60px 30px;
}

@media screen and (max-width: 1440px) {
  .l-blog-side {
    width: 300px;
    min-width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .l-blog-side {
    overflow: hidden;
    width: 100%;
    min-width: auto;
    margin: 110px 0 0;
    padding: 0;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-blog-side {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-blog .l-container {
    padding: 0;
  }
}

.p-blog-contents-list,
.p-blog-campaign-list {
  display: -webkit-box;
  display: flex;
  margin: 0 -15px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {

  .p-blog-contents-list,
  .p-blog-campaign-list {
    display: block;
    margin: 0;
    padding-bottom: 6px;
  }
}

.p-blog-contents-item,
.p-blog-campaign-item {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {

  .p-blog-contents-item,
  .p-blog-campaign-item {
    width: 100%;
    max-width: 520px;
    margin: auto;
    padding: 0;
  }

  .p-blog-contents-item+.p-blog-contents-item,
  .p-blog-campaign-item+.p-blog-contents-item,
  .p-blog-contents-item+.p-blog-campaign-item,
  .p-blog-campaign-item+.p-blog-campaign-item {
    padding-top: 15px;
  }
}

@media screen and (min-width: 768px) {

  .p-blog-contents-item:nth-child(n + 3),
  .p-blog-campaign-item:nth-child(n + 3) {
    padding-top: 45px;
  }
}

.p-blog-campaign .c-article-time {
  padding-bottom: 6px;
}

.p-blog-news-item+.p-blog-news-item {
  margin-top: 22px;
  padding-top: 22px;
  background-image: -webkit-linear-gradient(left, #5a7fdd 50%, transparent 50%);
  background-image: linear-gradient(90deg, #5a7fdd 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 12px 2px;
}

@media screen and (max-width: 767px) {
  .p-blog-news-item+.p-blog-news-item {
    background-size: 6px 1px;
  }
}

.p-blog-single {
  display: block;
}

.p-blog-single .l-blog-main {
  position: relative;
  margin: 85px 0 100px;
  padding: 85px 50px 60px;
  border-radius: 20px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-blog-single .l-blog-main {
    position: relative;
    margin: 0 0 100px;
    padding: 18px 16px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-blog-single .l-blog-main::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-linear-gradient(left, #0b1b42 50%, transparent 50%);
    background-image: linear-gradient(90deg, #0b1b42 50%, transparent 50%);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 6px 1px;
    content: "";
    opacity: .3;
  }
}

/*----------------------------------------
contact
----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-contact .l-container {
    padding: 0 18px;
  }
}

.p-contact-content {
  margin: auto;
  padding: 115px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-contact-content {
    padding: 56px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-section {
    padding: 0 18px;
  }
}

.p-contact-section+.p-contact-section {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .p-contact-section+.p-contact-section {
    margin-top: 25px;
  }
}

.p-contact-lead {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-contact-lead {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-lead {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-contact-lead+.p-contact-lead {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-contact-lead+.p-contact-lead {
    margin-top: 12px;
  }
}

.p-contact-lead.-large {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .p-contact-lead.-large {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-contact-lead.-large+.p-contact-lead {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .p-contact-lead.-large+.p-contact-lead {
    margin-top: 18px;
  }
}

.p-contact-totop {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact-totop {
    margin-top: 36px;
  }
}

.p-contact-form {
  max-width: 800px;
}

.p-contact-form-wrap {
  max-width: 1040px;
  margin: 60px auto 0;
  padding: 65px 120px 60px;
  border-radius: 20px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-contact-form-wrap {
    margin: 25px auto 0;
    padding: 25px 16px 30px;
  }
}

.p-contact-form input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-contact-form input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-contact-form label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.p-contact-form .error {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ef0b00;
}

.p-contact-form-item {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-contact-form-item:last-child {
    margin-bottom: 12px;
  }
}

.p-contact-form-ttl {
  display: -webkit-box;
  display: flex;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-contact-form-ttl {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-contact-form-ttl::before {
  box-sizing: border-box;
  margin-right: 16px;
  padding: 4px 6px 5px 7px;
  border: 2px solid #2a6dd1;
  border-radius: 9999px;
  background-color: #2a6dd1;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  content: "必須";
}

@media screen and (max-width: 767px) {
  .p-contact-form-ttl::before {
    padding: 1px 6px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.p-contact-form-ttl.is-any::before {
  background: transparent;
  color: #2a6dd1;
  content: "任意";
}

.p-contact-form-val {
  display: inline-block;
  margin-right: 8px;
  padding: 0 8px;
  background: #2a6dd1;
  color: #fff;
}

.p-contact-form-val.is-any {
  background: #e1e1e1;
}

.p-contact-form-select {
  position: relative;
  width: 100%;
  padding: 18px 30px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-contact-form-select {
    padding: 18px;
  }
}

.p-contact-form-txtarea {
  height: 260px;
}

@media screen and (max-width: 767px) {
  .p-contact-form-txtarea {
    height: 200px;
  }
}

.p-contact-form-consent {
  /* font-weight: 700; */
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact-form-consent {
    padding-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-contact-form-privacy {
  text-decoration: underline;
}

.p-contact-form-submit {
  display: -webkit-box;
  display: flex;
  max-width: 1000px;
  margin: auto;
  margin-top: 30px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-contact-form-submit {
    display: block;
    margin-top: 20px;
  }
}

.p-contact-form-submit-item {
  margin-top: 25px;
  padding: 0 20px;
}

.p-contact-form-submit-container.c-btn-link {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-contact-form-desc.-select {
  position: relative;
}

.p-contact-form-desc.-select::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  pointer-events: none;
  content: "\f0d7";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-contact-form-desc.-select::before {
    right: 10px;
  }
}

.mw_wp_form_preview .p-contact-form-desc.-select::before {
  display: none;
}

.p-contact-form .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding: 6px 0 6px 32px;
}

.p-contact-form .mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #2a6dd1;
  border-radius: 0;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-contact-form .mwform-checkbox-field-text::after {
  position: absolute;
  top: -3px;
  left: 7px;
  display: inline-block;
  width: 7px;
  height: 12px;
  border-right: 2px solid #2a6dd1;
  border-bottom: 2px solid #2a6dd1;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-contact-form .mwform-radio-field {
  display: inline-block;
  padding-right: 16px;
}

.p-contact-form .mwform-radio-field-text {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  line-height: 1.5;
}

.p-contact-form .mwform-radio-field-text::before {
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.p-contact-form .mwform-radio-field-text::after {
  position: absolute;
  top: calc(50% - 6px);
  left: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2a6dd1;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

input[type="radio"]:checked+.mwform-radio-field-text::after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

input:checked+.mwform-checkbox-field-text::before {
  opacity: 1;
}

input:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form_input .p-contact-form-submit-item.is-back,
.mw_wp_form_input .p-contact-form-submit-item.is-send {
  display: none;
}

.mw_wp_form_input .is-input {
  display: block;
}

.mw_wp_form_input .is-confirm {
  display: none;
}

.mw_wp_form_confirm .p-contact-form-select-parent::before {
  display: none;
}

.mw_wp_form_confirm .p-contact-form-select-parent::after {
  display: none;
}

.mw_wp_form_confirm .is-input {
  display: none;
}

.mw_wp_form_confirm .is-confirm {
  display: block;
}

.mw_wp_form_confirm .p-contact-form-submit-item.is-submit {
  display: none;
}

.mw_wp_form_confirm .p-contact-form-submit-item.is-send .c-btn-link {
  color: #fff;
}

.mw_wp_form_confirm .p-contact-form-submit-item.is-send .c-btn-link::after {
  background: #2a6dd1;
  color: #3469ef;
}

.mw_wp_form_confirm .p-contact-form-item {
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .p-contact-form-item {
    margin-bottom: 20px;
  }
}

.mw_wp_form_confirm .p-contact-form-item:not(:first-child) {
  padding-top: 27px;
  background-image: -webkit-linear-gradient(left, #e1e1e1 50%, transparent 50%);
  background-image: linear-gradient(90deg, #e1e1e1 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 12px 2px;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .p-contact-form-item:not(:first-child) {
    background-size: 6px 1px;
  }
}

.mw_wp_form_confirm .p-contact-form-ttl {
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 10px 5px;
  border: 2px solid #3469ef;
  border-radius: 9999px;
  background-color: #2a6dd1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .p-contact-form-ttl {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.mw_wp_form_confirm .p-contact-form-ttl::before {
  display: none;
}

.mw_wp_form_confirm .p-contact-form-desc {
  min-height: 2em;
  font-weight: 500;
}

.mw_wp_form_complete .is-input {
  display: none;
}

.mw_wp_form_complete .is-confirm {
  display: none;
}

.mw_wp_form_complete .p-contact-lead+.mw_wp_form_complete .p-contact-lead {
  margin-top: 6px;
}

.mw_wp_form_send_error {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  text-align: center;
}

.p-contact-form-txtarea,
.p-contact-form-txt {
  width: 100%;
  padding: 19px 30px;
  background-color: #d9e3fc;
}

@media screen and (max-width: 767px) {

  .p-contact-form-txtarea,
  .p-contact-form-txt {
    padding: 19px 20px;
  }
}

.p-contact-form-txtarea::-webkit-input-placeholder,
.p-contact-form-txt::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .35);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

.p-contact-form-txtarea::-moz-placeholder,
.p-contact-form-txt::-moz-placeholder {
  color: rgba(0, 0, 0, .35);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

.p-contact-form-txtarea:-ms-input-placeholder,
.p-contact-form-txt:-ms-input-placeholder {
  color: rgba(0, 0, 0, .35);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

.p-contact-form-txtarea::-ms-input-placeholder,
.p-contact-form-txt::-ms-input-placeholder {
  color: rgba(0, 0, 0, .35);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

.p-contact-form-txtarea::placeholder,
.p-contact-form-txt::placeholder {
  color: rgba(0, 0, 0, .35);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

/*----------------------------------------
index-about
----------------------------------------*/
.p-index-about {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 60px 80px 75px;
}

@media screen and (max-width: 767px) {
  .p-index-about {
    padding: 40px 16px 50px;
  }
}

.p-index-about-inner {
  max-width: 1240px;
  margin: auto;
}

.p-index-about-lead {
  padding-top: 36px;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-index-about-lead {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-index-about-lead {
    padding: 18px 16px 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.p-index-about-list {
  display: -webkit-box;
  display: flex;
  margin: 0 -8px;
  padding-top: 60px;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-index-about-list {
    display: block;
    margin: 0;
    padding-top: 24px;
  }
}

.p-index-about-item {
  width: 33.33333%;
  min-height: 100%;
  padding: 0 8px;
}

@media screen and (max-width: 1024px) {
  .p-index-about-item {
    width: 100%;
    padding: 0;
  }
}

.p-index-about-item:nth-child(n + 4) {
  padding-top: 16px;
}

@media screen and (max-width: 1024px) {
  .p-index-about-item+.p-index-about-item {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-index-about-item+.p-index-about-item {
    padding-top: 15px;
  }
}

.p-index-about-item-inner {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  border: 2px solid #3469ef;
  border-radius: 20px;
  background: #fff;
}

.p-index-about-item-inner::after {
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  border: 2px solid #3469ef;
  border-radius: 10px 20px;
  background-color: #3469ef;
  content: "";
}

.p-index-about-fig {
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}

.p-index-about-fig .c-figure {
  padding-bottom: 62.03474%;
}

.p-index-about-txt {
  padding: 9% 9.5%;
}

@media screen and (max-width: 767px) {
  .p-index-about-txt {
    padding: 24px 20px;
  }
}

.p-index-about-txt-desc {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-index-about-txt-desc {
    padding-top: 10px;
  }
}

.p-index-about .c-btn {
  padding-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index-about .c-btn {
    padding-top: 18px;
  }
}

/*----------------------------------------
index-content
----------------------------------------*/
.p-index-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 60px 80px 100px;
}

@media screen and (max-width: 767px) {
  .p-index-content {
    padding: 40px 16px 50px;
  }
}

.p-index-content-inner {
  max-width: 1240px;
  margin: auto;
}

.p-index-content-list {
  display: -webkit-box;
  display: flex;
  padding-top: 48px;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-index-content-list {
    display: block;
    padding-top: 24px;
  }
}

.p-index-content-list-item {
  width: 33.33333%;
  padding: 0 8px;
}

@media screen and (max-width: 1024px) {
  .p-index-content-list-item {
    width: 100%;
  }
}

.p-index-content-list-item:nth-child(n + 4) {
  padding-top: 16px;
}

@media screen and (max-width: 1024px) {
  .p-index-content-list-item:nth-child(n + 4) {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content-list-item:nth-child(n + 4) {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .p-index-content-list-item+.p-index-content-list-item {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content-list-item+.p-index-content-list-item {
    padding-top: 15px;
  }
}

.p-index-content .c-btn {
  padding-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index-content .c-btn {
    padding-top: 15px;
  }
}

/*----------------------------------------
index-flow
----------------------------------------*/
.p-index-flow {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 60px 80px 100px;
}

@media screen and (max-width: 767px) {
  .p-index-flow {
    padding: 40px 16px 50px;
  }
}

.p-index-flow-inner {
  max-width: 1180px;
  margin: auto;
}

.p-index-flow-list {
  padding-top: 48px;
  counter-reset: num;
}

@media screen and (max-width: 1024px) {
  .p-index-flow-list {
    padding-top: 24px;
  }
}

.p-index-flow-item {
  width: 100%;
  counter-increment: num;
}

.p-index-flow-item-inner {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .p-index-flow-item-inner {
    display: block;
  }
}

.p-index-flow-item+.p-index-flow-item {
  padding-top: 15px;
}

@media screen and (max-width: 1024px) {
  .p-index-flow-item+.p-index-flow-item {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-flow-item+.p-index-flow-item {
    padding-top: 15px;
  }
}

.p-index-flow-item:nth-child(2n + 1) .p-index-flow-txt::before {
  right: -20px;
}

@media screen and (max-width: 1024px) {
  .p-index-flow-item:nth-child(2n + 1) .p-index-flow-txt::before {
    right: 0;
  }
}

.p-index-flow-item:nth-child(2n) .p-index-flow-txt::before {
  left: 6%;
}

@media screen and (max-width: 1024px) {
  .p-index-flow-item:nth-child(2n) .p-index-flow-txt::before {
    right: 0;
    left: auto;
  }
}

.p-index-flow-fig {
  position: relative;
  z-index: 1;
  width: 40.16949%;
  padding: 0 0 0 50px;
}

@media screen and (max-width: 1024px) {
  .p-index-flow-fig {
    width: 100%;
    padding: 53px 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-index-flow-fig {
    padding: 30px 30px 0;
  }
}

.p-index-flow-fig::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 26.25px);
  height: 100%;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 1024px) {
  .p-index-flow-fig::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(50% - 15px);
  }
}

.p-index-flow-fig .c-figure {
  padding-bottom: 62.87787%;
}

.p-index-flow-fig .c-figure-img {
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .p-index-flow-fig .c-figure-img {
    border-width: 3px;
  }
}

.p-index-flow-fig .c-figure::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -52.5px;
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #2a6dd1;
  font-family: "Yusei Magic", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 96px;
  color: #fff;
  text-align: center;
  content: counter(num, decimal-leading-zero);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .p-index-flow-fig .c-figure::before {
    top: 0;
    left: 50%;
    border-width: 3px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .p-index-flow-fig .c-figure::before {
    width: 60px;
    height: 60px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 60px;
  }
}

.p-index-flow-fig+.p-index-flow-txt {
  width: 59.83051%;
}

@media screen and (max-width: 1024px) {
  .p-index-flow-fig+.p-index-flow-txt {
    width: 100%;
  }
}

.p-index-flow-txt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 5.2% 4.25%;
  border-radius: 0 0 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-index-flow-txt {
    padding: 16px 16px 25px;
  }
}

.p-index-flow-txt::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  font-family: "Yusei Magic", sans-serif;
  font-size: 250px;
  font-size: 25rem;
  line-height: .85;
  color: #d9e3fc;
  letter-spacing: 12px;
  letter-spacing: 1.2rem;
  pointer-events: none;
  content: counter(num, decimal-leading-zero);
}

@media screen and (max-width: 767px) {
  .p-index-flow-txt::before {
    bottom: 16px;
    font-size: 183px;
    font-size: 18.3rem;
    letter-spacing: 10px;
    letter-spacing: 1rem;
  }
}

.p-index-flow-txt-desc {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-index-flow-txt-desc {
    padding-top: 10px;
  }
}

/*----------------------------------------
index-information
----------------------------------------*/
.p-index-information {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 60px 80px 100px;
}

@media screen and (max-width: 1024px) {
  .p-index-information {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-information {
    padding: 40px 9px 50px;
  }
}

.p-index-information-inner {
  max-width: 1280px;
  margin: auto;
}

.p-index-information-bg {
  position: absolute;
  height: 543px;
}

@media screen and (max-width: 767px) {
  .p-index-information-bg {
    height: 620px;
  }
}

.p-index-information-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-radial-gradient(#fff 20%, transparent 20%), -webkit-radial-gradient(#fff 20%, transparent 20%);
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  content: "";
  opacity: .1;
}

.p-index-information-bg-img {
  width: 100%;
  height: 100%;
  background-position: 50% 0;
  background-size: cover;
}

.p-index-information-cnt {
  display: -webkit-box;
  display: flex;
  flex-direction: row-reverse;
  padding: 48px 0 0;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

@media screen and (max-width: 1024px) {
  .p-index-information-cnt {
    display: block;
    padding-left: 0;
  }
}

.p-index-information-map {
  width: 65.78947%;
}

@media screen and (max-width: 1024px) {
  .p-index-information-map {
    width: 100%;
    margin: 0 0 -4px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-information-map {
    padding: 0 9px;
  }
}

.p-index-information-map .c-map {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .p-index-information-map .c-map {
    padding-bottom: 58.99705%;
  }
}

.p-index-information-data {
  position: relative;
  width: 40.65789%;
  min-width: 540px;
  padding: 68px 90px 36px 45px;
  border-radius: 20px 0 0 20px;
  background: #fff;
}

@media screen and (max-width: 1440px) {
  .p-index-information-data {
    min-width: 460px;
    padding-right: 45px;
  }
}

@media screen and (max-width: 1024px) {
  .p-index-information-data {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-index-information-data {
    padding: 38px 20px 18px;
  }
}

.p-index-information-data::after {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #3469ef;
  border-radius: 20px 0 0 20px;
  pointer-events: none;
  content: "";
}

.p-index-information-name {
  margin-bottom: 4px;
  padding: 0 0 0 36px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-index-information-name {
    padding-left: 8px;
  }
}

.p-index-information-name-logo {
  width: 100%;
  max-width: 242px;
}

@media screen and (max-width: 767px) {
  .p-index-information-name-logo {
    max-width: 166px;
  }
}

@media screen and (max-width: 1024px) {
  .p-index-information-table .p-index-information-row:first-child .p-index-information-th {
    background: none;
  }
}

.p-index-information-row {
  width: 100%;
  max-width: 420px;
  padding: 0 0 20px 36px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 72px auto;
}

@media screen and (max-width: 1024px) {
  .p-index-information-row {
    max-width: 100%;
    padding: 0 36px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-information-row {
    padding: 0 8px 16px;
    background-size: 60px auto;
  }
}

.p-index-information-th {
  padding-top: 24px;
  background-image: -webkit-linear-gradient(left, #e1e1e1 50%, transparent 50%);
  background-image: linear-gradient(90deg, #e1e1e1 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 12px 2px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3469ef;
}

@media screen and (max-width: 767px) {
  .p-index-information-th {
    padding-top: 16px;
    background-size: 6px 1px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index-information-td {
    padding-top: 2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*----------------------------------------
index-kv01
----------------------------------------*/
.p-index-kv01 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.p-index-kv01-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 125px;
}

@media screen and (max-width: 1440px) {
  .p-index-kv01-inner {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-kv01-inner {
    padding-top: 60px;
  }
}

.p-index-kv01-slide {
  height: 100%;
  font-size: 0;
  line-height: 0;
}

.p-index-kv01-fig {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 0 160px;
  line-height: 0;
}

@media screen and (max-width: 1024px) {
  .p-index-kv01-fig {
    height: 80%;
    padding: 0 0 0 30px;
  }
}

.p-index-kv01-fig-img {
  width: 100%;
  height: 100%;
  border: 2px solid #2a6dd1;
  border-radius: 20px 0 0;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-animation: fadeIn 2s forwards 1s;
  animation: fadeIn 2s forwards 1s;
}

@media screen and (max-width: 1024px) {
  .p-index-kv01-fig-img {
    background-position: 70% 50%;
  }
}

.p-index-kv01-txt {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  max-width: calc(100% - 180px);
  height: 100%;
  padding: 125px 0 0;
  color: #2a6dd1;
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards 1.5s;
  animation: fadeIn 1s forwards 1.5s;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .p-index-kv01-txt {
    width: 100%;
    max-width: 100%;
    padding: 0 15px 15px 0;
    -webkit-box-align: end;
    align-items: flex-end;
  }
}

.p-index-kv01-txt-inner {
  position: relative;
  padding: 5vw;
  border: 2px solid #2a6dd1;
  border-radius: 0 0 20px;
  background-color: #fff;
  word-break: keep-all;
}

@media screen and (max-width: 1024px) {
  .p-index-kv01-txt-inner {
    max-width: 100%;
  }
}

.p-index-kv01-txt-main {
  font-family: "Yusei Magic", sans-serif;
  font-size: 4.38vw;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .p-index-kv01-txt-main {
    font-size: 10.67vw;
    line-height: 1.15;
  }
}

.p-index-kv01-txt-sub {
  position: relative;
  margin-left: 1.5%;
  padding: 1.25% 0 0 1.25vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5em;
}

@media screen and (max-width: 1024px) {
  .p-index-kv01-txt-sub {
    padding: 2px 0 0 2.75vw;
    font-size: 3.75vw;
  }
}

.p-index-kv01-txt-sub::before {
  position: absolute;
  top: 1.4vw;
  left: 0;
  width: .625vw;
  height: .625vw;
  border-radius: 50%;
  background-color: #2a6dd1;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .p-index-kv01-txt-sub::before {
    top: 3.5vw;
    width: 1.5vw;
    height: 1.5vw;
  }
}

.p-index-kv01-txt-shadow {
  position: absolute;
  z-index: 1;
  left: -2px;
  border-radius: 0 0 20px;
  background-color: #2a6dd1;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s forwards 2s;
  animation: fadeIn 1.5s forwards 2s;
  mix-blend-mode: multiply;
}

/*----------------------------------------
index-news
----------------------------------------*/
.p-index-news {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 60px 80px 100px;
}

@media screen and (max-width: 767px) {
  .p-index-news {
    padding: 40px 16px 50px;
  }
}

.p-index-news-inner {
  max-width: 1170px;
  margin: auto;
}

.p-index-news-bg {
  position: absolute;
  height: 100%;
}

.p-index-news-bg-img {
  width: 100%;
  height: 100%;
  background-position: 50% 0;
  background-size: cover;
}

.p-index-news-list {
  margin-top: -72px;
  padding: 100px 80px 70px;
  border-radius: 20px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-index-news-list {
    margin-top: -44px;
    padding: 45px 55px 35px;
  }
}

.p-index-news-list-item {
  max-width: 605px;
  margin: auto;
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .p-index-news-list-item {
    padding: 15px 0;
  }
}

.p-index-news-list-item+.p-index-news-list-item {
  background-image: -webkit-linear-gradient(left, #e1e1e1 50%, transparent 50%);
  background-image: linear-gradient(90deg, #e1e1e1 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 12px 2px;
}

@media screen and (max-width: 767px) {
  .p-index-news-list-item+.p-index-news-list-item {
    background-size: 6px 1px;
  }
}

.p-index-news .c-news-link {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-index-news .c-news-link {
    display: block;
  }
}

.p-index-news .c-news-ttl {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .p-index-news .c-news-ttl {
    padding-top: 6px;
    font-weight: normal;
  }
}

.p-index-news .c-btn {
  position: relative;
  z-index: 1;
  margin-top: -29px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index-news .c-btn {
    margin-top: -25px;
  }
}

/*----------------------------------------
index-pickup
----------------------------------------*/
.p-index-pickup {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 120px 80px 100px;
}

@media screen and (max-width: 767px) {
  .p-index-pickup {
    padding: 50px 16px;
  }
}

.p-index-pickup-inner {
  max-width: 1170px;
  margin: auto;
}

.p-index-pickup-cnt {
  display: -webkit-box;
  display: flex;
  padding: 56px 144px 72px;
  border: 2px solid #3469ef;
  border-radius: 20px 0;
  background-color: #fff;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1440px) {
  .p-index-pickup-cnt {
    padding-right: calc(10% - 24px);
    padding-left: 10%;
  }
}

@media screen and (max-width: 1024px) {
  .p-index-pickup-cnt {
    display: block;
    padding: 24px 50px 40px 44px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-pickup-cnt {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 374px) {
  .p-index-pickup-cnt {
    padding: 24px 40px 12px;
  }
}

.p-index-pickup-ttl {
  width: 270px;
  min-width: 270px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-index-pickup-ttl {
    width: 100%;
    min-width: 100%;
  }
}

.p-index-pickup-ttl-ja {
  position: relative;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
  .p-index-pickup-ttl-ja {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
  }
}

.p-index-pickup-ttl-ja::before {
  position: absolute;
  top: .5em;
  left: -24px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #2a6dd1;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-index-pickup-ttl-en {
  padding: 6px 0 0 4px;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-index-pickup-list {
  width: calc(100% - 270px);
}

@media screen and (max-width: 1024px) {
  .p-index-pickup-list {
    width: 100%;
  }
}

.p-index-pickup-list-item {
  display: -webkit-box;
  display: flex;
  padding: 6px 0;
}

@media screen and (max-width: 767px) {
  .p-index-pickup-list-item {
    padding: 12px 0;
  }
}

@media screen and (max-width: 1440px) {
  .p-index-pickup-list-item {
    display: block;
  }
}

.p-index-pickup-list-item:first-child {
  padding-bottom: 8px;
  background-image: -webkit-linear-gradient(left, #e1e1e1 50%, transparent 50%);
  background-image: linear-gradient(90deg, #e1e1e1 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 12px 2px;
}

@media screen and (max-width: 767px) {
  .p-index-pickup-list-item:first-child {
    padding: 20px 0 12px;
    background-size: 6px 1px;
  }
}

.p-index-pickup-meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.p-index-pickup-cat {
  position: relative;
  z-index: 1;
  width: 130px;
  min-width: 130px;
  padding-left: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-index-pickup-cat {
    width: 110px;
    min-width: 110px;
  }
}

.p-index-pickup-cat::before {
  position: absolute;
  z-index: -1;
  top: .5em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #3469ef;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-index-pickup-cat::before {
    top: .3em;
  }
}

.-campaign .p-index-pickup-cat::before {
  background-color: #ebe275;
}

.-news .p-index-pickup-cat::before {
  background-color: #eca7b5;
}

.p-index-pickup-date {
  width: 110px;
  min-width: 110px;
}

@media screen and (max-width: 767px) {
  .p-index-pickup-date {
    letter-spacing: 0.7px;
    letter-spacing: 0.07rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index-pickup-postname {
    padding: 8px 0 0 8px;
  }
}

.p-index-pickup-postname-link {
  color: #0b1b42;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@supports (-webkit-line-clamp: 1) {
  .p-index-pickup-postname-link {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

@media screen and (min-width: 1025px) {
  .p-index-pickup-postname-link:hover {
    opacity: 0.7;
  }
}

.p-index-pickup-btns {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  margin-top: -44px;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-index-pickup-btns {
    display: block;
    margin-top: 0;
  }
}

.p-index-pickup-btn {
  margin-top: 15px;
  padding: 0 18px;
}

/*----------------------------------------
index-service
----------------------------------------*/
.p-index-service {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 60px 80px 100px;
}

@media screen and (max-width: 767px) {
  .p-index-service {
    padding: 40px 16px 50px;
  }
}

.p-index-service-inner {
  max-width: 1280px;
  margin: auto;
}

.p-index-service-list {
  display: -webkit-box;
  display: flex;
  margin: 0 -5px;
  padding-top: 48px;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-index-service-list {
    display: block;
    margin: 0;
    padding-top: 24px;
  }
}

.p-index-service-item {
  width: 33.33333%;
  min-height: 100%;
  padding: 0 5px;
}

@media screen and (max-width: 1024px) {
  .p-index-service-item {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-index-service-item+.p-index-service-item {
    padding-top: 15px;
  }
}

.p-index-service-item:nth-child(n + 4) {
  padding-top: 10px;
}

@media screen and (max-width: 1024px) {
  .p-index-service-item:nth-child(n + 4) {
    padding-top: 15px;
  }
}

.p-index-service-item-inner {
  position: relative;
  height: 100%;
  padding: 35px 30px;
  background: #3469ef;
}

@media screen and (max-width: 767px) {
  .p-index-service-item-inner {
    padding: 35px 20px;
  }
}

.p-index-service-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-index-service-fig .c-figure {
  height: 100%;
}

.p-index-service-txt {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 7% 5%;
  border-radius: 20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index-service-txt {
    padding: 24px;
  }
}

.p-index-service-txt::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 0;
  background-color: #fff;
  pointer-events: none;
  content: "";
  opacity: .8;
}

.p-index-service-txt-desc {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-index-service-txt-desc {
    padding-top: 10px;
    text-align: left;
  }
}

/*----------------------------------------
index
----------------------------------------*/
.p-index {
  background-color: #d9e3fc;
}

.p-index>section:nth-of-type(odd) {
  background-color: rgba(52, 105, 239, .6);
}

/*----------------------------------------
privacy
----------------------------------------*/
.p-privacy-content {
  max-width: 1280px;
  margin: auto;
  padding: 115px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-privacy-content {
    padding: 60px 0 50px;
  }
}

.p-privacy-lead {
  max-width: 1190px;
  margin: auto;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .p-privacy-lead {
    padding: 0 16px;
  }
}

.p-privacy-block {
  max-width: 1190px;
  margin: 44px auto 0;
  padding: 50px 80px 64px;
  border-radius: 20px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-privacy-block {
    margin-top: 25px;
    padding: 16px 16px 24px;
  }
}

.p-privacy-block> :first-child {
  margin-top: 0;
}

.p-privacy-ttl {
  margin-top: 30px;
  padding: 9px 0;
  background-image: -webkit-linear-gradient(left, #e1e1e1 50%, transparent 50%);
  background-image: linear-gradient(90deg, #e1e1e1 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 12px 2px;
  font-weight: 700;
  color: #2a6dd1;
}

@media screen and (max-width: 767px) {
  .p-privacy-ttl {
    padding-bottom: 16px;
    background-size: 6px 1px;
  }
}

.p-privacy-desc {
  margin: 20px 0 0;
}

.p-privacy-list {
  margin: 20px 0 0;
  padding: 0 0 0 28px;
  list-style-type: decimal;
}

@media screen and (max-width: 767px) {
  .p-privacy-list {
    margin: 16px 0 0;
  }
}

.p-privacy-list .-c-list {
  margin: 4px 0 0;
  padding-left: 0;
  list-style: none;
  counter-reset: c-list;
}

.p-privacy-list .-c-u-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: c-u-list;
}

.p-privacy-list-item {
  position: relative;
  letter-spacing: 1.8px;
  letter-spacing: 0.18rem;
}

.p-privacy-list-item:not(:first-child) {
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .p-privacy-list-item:not(:first-child) {
    margin: 22px 0 0;
  }
}

.-c-list .p-privacy-list-item {
  margin: 0;
  padding: 0 0 0 2em;
  counter-increment: c-list;
}

.-c-list .p-privacy-list-item::before {
  position: absolute;
  left: 0;
  content: "(" counter(c-list) ")";
}

.-c-u-list .p-privacy-list-item {
  margin: 0;
  padding: 0 0 0 2em;
  counter-increment: c-u-list;
}

.-c-u-list .p-privacy-list-item::before {
  position: absolute;
  left: 0;
  content: "(" counter(c-u-list) ")";
}

.p-privacy .c-btn {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-privacy .c-btn {
    margin-top: 40px;
  }
}

/*----------------------------------------
blog-single style
----------------------------------------*/
.c-post-eyecatch {
  margin: 25px 0;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .c-post-eyecatch {
    margin: 20px 0;
  }
}

.c-post-eyecatch-bg {
  display: block;
  width: 100%;
  padding-top: 65.93407%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.c-post-meta {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .c-post-meta {
    margin-bottom: 20px;
  }
}

.c-post-meta-time {
  font-family: "Yusei Magic", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  color: #2a6dd1;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .c-post-meta-time {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.c-post-meta-cat {
  display: -webkit-box;
  display: flex;
  margin: 10px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .c-post-meta-cat {
    display: block;
  }
}

.c-post-meta-cat-list {
  display: -webkit-box;
  display: flex;
  margin-right: 4px;
  flex-wrap: wrap;
}

.c-post-meta-cat-item {
  margin: 6px 8px 0 0;
}

.c-post-meta-cat-item-mark {
  position: absolute;
  z-index: -1;
  top: .5em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2a6dd1;
}

.-child .c-post-meta-cat-item-mark {
  top: .8em;
  width: 6px;
  height: 6px;
}

.c-post-meta-cat-link {
  position: relative;
  z-index: 1;
  padding: 4px 2px 4px 6px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #0b1b42;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (min-width: 1025px) {
  .c-post-meta-cat-link:hover {
    opacity: 0.7;
  }
}

.-parent .c-post-meta-cat-link {
  font-weight: 500;
}

.-child .c-post-meta-cat-link {
  padding-left: 12px;
}

.c-post-ttl {
  padding: 2px 0 16px;
  border-bottom: 1px solid rgba(90, 127, 221, .8);
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .c-post-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-post-content>[class|="wp"] {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .c-post-content>[class|="wp"] {
    margin: 20px 0 0;
  }
}

.c-post-content>p:not([class]) {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .c-post-content>p:not([class]) {
    margin: 24px 0 0;
  }
}

.c-post-content h2 {
  position: relative;
  margin: 40px 0 0;
  padding: 8px 12px;
  background: #d9e3fc;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-post-content h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-post-content h3 {
  margin: 30px 0 0;
  padding: 0 0 4px;
  border-bottom: 1px solid rgba(90, 127, 221, .8);
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-post-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-post-content h4 {
  position: relative;
  display: inline-block;
  margin: 25px 0 0;
  padding: 0 0 4px;
  border-bottom: 1px solid #2a6dd1;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: left;
}

.c-post-content h5 {
  position: relative;
  margin: 25px 0 0;
  padding-left: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-post-content h5::before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2a6dd1;
  content: "";
}

.c-post-content h6 {
  margin: 25px 0 0;
}

.c-post-content>ol:not([class]) {
  margin: 20px 0 0;
  padding: 0 0 0 1em;
  counter-reset: order 0;
}

@media screen and (max-width: 767px) {
  .c-post-content>ol:not([class]) {
    margin: 24px 0 0;
  }
}

.c-post-content>ol:not([class])>li:not([class]) {
  position: relative;
  padding-left: 2.4em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-post-content>ol:not([class])>li:not([class])::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0 .5em 0 0;
  font-weight: 700;
  color: #2a6dd1;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  content: counter(order, decimal-leading-zero) ".";
  counter-increment: order 1;
  -ms-grid-row-align: center;
  align-self: center;
}

.c-post-content>ol:not([class])>li:not([class])+li:not([class]) {
  margin: .5em 0 0;
}

.c-post-content>ul:not(.wp-block-gallery) {
  margin: 20px 0 0;
  padding: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .c-post-content>ul:not(.wp-block-gallery) {
    margin: 24px 0 0;
  }
}

.c-post-content>ul:not(.wp-block-gallery)>li:not([class]) {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-post-content>ul:not(.wp-block-gallery)>li:not([class])::before {
  position: absolute;
  top: .6em;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 .5em 0 0;
  border-radius: 50%;
  background: #2a6dd1;
  content: "";
  -ms-grid-row-align: center;
  align-self: center;
}

.c-post-content>ul:not(.wp-block-gallery)>li:not([class])+li:not([class]) {
  margin: .5em 0 0;
}

.c-post-content b:not([class]),
.c-post-content strong:not([class]) {
  font-weight: bold;
}

.c-post-content em:not([class]) {
  font-style: italic;
}

.c-post-content .wp-block-image {
  position: relative;
  overflow: hidden;
}

.c-post-content .wp-block-image::after {
  display: block;
  padding-top: 60%;
  content: "";
}

.c-post-content .wp-block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;", sans-serif;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-post-content .wp-block-image figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 1em 1.5em;
  background: rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}

.c-post-content .wp-block-quote {
  padding: 16px 24px;
  border: 1px solid rgba(90, 127, 221, .8);
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-post-content .wp-block-quote {
    padding: 18px 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-post-content .wp-block-audio audio {
    min-width: 100%;
  }
}

.c-post-content .wp-block-audio figcaption {
  margin: .5em 0 0;
}

.c-post-content .wp-block-file .wp-block-file__button {
  min-width: 180px;
  min-height: 50px;
  border-radius: 10px;
  background-color: #2a6dd1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-post-content .wp-block-code {
  padding: 2em;
  border: 0;
  border-radius: 0;
  background: #333;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.2px;
  letter-spacing: 0.02rem;
}

.c-post-content .wp-block-pullquote {
  border-color: rgba(42, 109, 209, 0.5);
  color: #000;
}

.c-post-content .wp-block-pullquote p:not([class]) {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2a6dd1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .c-post-content .wp-block-pullquote p:not([class]) {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.c-post-content .wp-block-pullquote cite:not([class]) {
  display: inline-block;
  padding-top: 16px;
}

.c-post-content .wp-block-table th,
.c-post-content .wp-block-table td {
  border-color: rgba(90, 127, 221, .8);
}

.c-post-content .wp-block-button {
  -webkit-transition: .3s;
  transition: .3s;
}

.c-post-content .wp-block-button__link {
  position: relative;
  z-index: 1;
  min-width: 180px;
  min-height: 50px;
  margin: 0;
  padding: 12px 8px 14px;
  border: 0 !important;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2a6dd1;
  -webkit-transition: .2s;
  transition: .2s;
}

.c-post-content .wp-block-button__link::after {
  min-width: 100%;
}

@media screen and (min-width: 1025px) {
  .c-post-content .wp-block-button__link:hover {
    padding: 16px 8px 10px;
  }
}

.c-post-content .wp-block-button.is-style-fill .wp-block-button__link {
  color: #fff;
}

.c-post-content .wp-block-button.is-style-fill .wp-block-button__link::after {
  background-color: #2a6dd1;
  color: #3469ef;
}

.c-post-content .wp-block-button.is-style-outline .wp-block-button__link {
  color: #2a6dd1;
}

.c-post-content .wp-block-button.is-style-outline .wp-block-button__link::after {
  color: #2a6dd1;
}

.c-post-content .wp-block-column p {
  margin-top: 20px;
}

.c-post-content .wp-block-separator {
  margin-right: auto;
  margin-left: auto;
  border-color: rgba(90, 127, 221, .8);
  opacity: 1;
}

.c-post-content .wp-block-separator::before {
  color: #5a7fdd;
}

.c-post-content .wp-block-calendar caption {
  margin-bottom: 4px;
  color: #000;
}

.c-post-content .wp-block-calendar th {
  border-color: #2a6dd1;
  font-weight: 500;
}

.c-post-content .wp-block-calendar td {
  border-color: rgba(90, 127, 221, .8);
}

.c-post-content .wp-block-calendar th:not([class]) {
  background: #2a6dd1;
  color: #fff;
}

.c-post-content .wp-block-calendar a {
  display: block;
  padding: 5px 0;
}

.c-post-content .wp-block-embed__wrapper {
  text-align: center;
}

.c-post-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
}

.c-post-content .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.c-post-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-post-content .wp-embed-aspect-4-3 .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 75%;
}

.c-post-content .wp-embed-aspect-16-9 .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 56.25%;
}

.c-post-content .wp-block-embed-twitter {
  text-align: center;
}

.c-post-content .wp-block-embed-twitter .wp-block-embed__wrapper {
  display: inline-block;
  width: 100%;
}

.c-post-content .c-post-eyecatch,
.c-post-content .c-post-section__eyecatch,
.c-post-content .c-post-section__txt {
  margin: 20px 0 0;
}

/*# sourceMappingURL=maps/layout.css.map */

/*** 20230406 ***/
.p-index-flow-fig+.p-index-flow-txt {
  min-height: 267px;
}

/** 202308 twitter => X **/
.a2a_s_share1 svg path:first-child {
  fill: #222 !important;
}

/*** 20231102 ***/
.g-drawer-wrap {
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

/***** 20240219 *****/
/*多重送信防止*/
.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  cursor: auto;
}

.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 select {
  max-width: 100%;
  width: 100%;
  padding: 19px 30px;
  background-color: #d9e3fc;
  color: #000;
}

@media screen and (max-width: 767px) {

  .wpcf7 input[type="tel"],
  .wpcf7 input[type="number"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="date"],
  .wpcf7 select {
    padding: 19px 20px;
  }
}

.wpcf7 input[type="date"] {
  max-width: 100%;
  min-height: 4em;
}

.wpcf7 input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
  color: #000;
}

.wpcf7 input[type="number"] {
  min-height: 3em;
}

.wpcf7 input[type="file"] {
  max-width: 100%;
  background: transparent;
}

.wpcf7 input[type="file"]::-webkit-file-upload-button {
  font-size: 14px;
}

.wpcf7-list-item {
  margin: 0 1em 8px 0;
}

.wpcf7-list-item.last {
  margin-right: 0;
}

.wpcf7-list-item input[type=radio],
.wpcf7-list-item input[type=checkbox] {
  display: none;
}

.wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}

.wpcf7-list-item input[type=radio]+span,
.wpcf7-list-item input[type=checkbox]+span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  line-height: 1.1;
}

.wpcf7-list-item input[type=radio]+span::before,
.wpcf7-list-item input[type=checkbox]+span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #a9a9a9;
  background-color: #fff;
  box-sizing: border-box;
}

.wpcf7-list-item input[type=radio]+span::before {
  border-radius: 50%;
}

.wpcf7-list-item input[type=radio]+span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2a6dd1;
  opacity: 0;
}

.wpcf7-list-item input[type=checkbox]+span::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  display: block;
  width: 12px;
  height: 7px;
  border: 2px solid #2a6dd1;
  border-top: none;
  border-right: none;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.wpcf7-list-item input[type=radio]:checked+span::after,
.wpcf7-list-item input[type=checkbox]:checked+span::after {
  opacity: 1;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: .8em 0;
}

.wpcf7-acceptance input[type=checkbox]+span {
  line-height: 1.4;
  padding-left: 35px;
}

.wpcf7-acceptance input[type=checkbox]+span::before {
  width: 24px;
  height: 24px;
  border: 2px solid #2a6dd1;
}

.wpcf7-acceptance input[type=checkbox]+span::after {
  top: 5px;
  left: 5px;
  width: 14px;
  height: 9px;
  border-color: #2a6dd1;
}

.p-contact-form-submit {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  margin: 0;
}

.p-contact-form-ttl>p:first-child {
  display: inline-block;
}

.wpcf7 .p-contact-form-ttl::before {
  margin-right: 6px;
}

.wpcf7-not-valid-tip {
  max-width: 100%;
}

.p-contact-form-consent {
  margin-top: 50px;
}

/***** 20240430 *****/
.p-contact-form-txtarea {
  vertical-align: top;
}

/***** 20240502 *****/
.c-post-content h2 {
  position: relative;
  margin: 40px 0 0;
  padding: 8px 12px;
  background: #d9e3fc;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-post-content h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-post-content h3 {
  margin: 30px 0 0;
  padding: 0 0 4px;
  border-bottom: 1px solid rgba(90, 127, 221, .8);
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-post-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-post-content h4 {
  position: relative;
  display: inline-block;
  margin: 25px 0 0;
  padding: 0 0 4px;
  border-bottom: 1px solid #2a6dd1;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: left;
}

.c-post-content h5 {
  position: relative;
  margin: 25px 0 0;
  padding-left: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-post-content h5::before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2a6dd1;
  content: "";
}

.c-post-content h6 {
  margin: 25px 0 0;
}

.c-post-content .wp-block-image::after {
  content: none;
}

.c-post-content .wp-block-image img {
  position: relative;
}

/***** 20240517 *****/
.a2a_s_share1 svg path:first-child {
  fill: currentColor !important;
}

/***** 20240828 *****/
/*** gutenberg nav ***/
div#toc_container {
  background-color: transparent;
  border: none;
  position: relative;
  display: block;
  margin: 50px 0;
  padding: 22px 50px 20px;
  border-top: 1px solid #4568bf;
  border-bottom: 1px solid #4568bf;
}

@media screen and (max-width: 991px) {
  div#toc_container {
    margin: 22px 0 0;
    padding: 25px 15px;
  }
}

#toc_container p.toc_title {
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(90, 127, 221, .8);
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #toc_container p.toc_title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

div#toc_container p.toc_title+ul.toc_list {
  margin-top: 0;
}

div#toc_container a {
  color: #0b1b42;
}

div#toc_container ul li {
  list-style: none;
  margin-top: 15px;
  line-height: 1.5;
}

div#toc_container ul> :last-child {
  padding-bottom: 0;
}

div#toc_container ul ul {
  margin-top: 10px;
  margin-left: 0;
}

div#toc_container ul li ul li {
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  div#toc_container ul li ul li {
    padding: 2px 0 2px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

div#toc_container ul li ul li a:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2a6dd1;
  text-align: center;
  content: "";
}

div#toc_container ul ul ul {
  margin-top: 0;
}

div#toc_container a:hover {
  text-decoration: none;
}

.p-index-about-item {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .p-index-about-item {
    width: 100%;
    padding: 0;
  }
}

.p-index-about-item:nth-child(n + 3) {
  padding-top: 16px;
}
.c-post-content .wp-block-file .wp-block-file__button {padding: .2em 1em;display: inline-block;border-radius:1.5em;min-height: auto;min-width: auto;text-decoration: none;}.wp-block-button__link.wp-element-button {text-decoration: none;}.wp-block-file .wp-block-file__button::after{content: none !important;}

.g-header-tel-link {
  min-width: 240px;
}

.g-header-tel-link-btn{
  line-height: 1.2;
}

.g-header-tel .refusal {
  margin-top: 0;
}

.g-header-tel .refusal img {
  max-width: 215px;
}

@media screen and (max-width:767px) {
  .g-header-tel .refusal {
    display: none;
  }

  .g-header-tel-link {
    min-width: 60px; 
  }
}