@charset "UTF-8";
/*
	Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type="file"]) {
  cursor: auto;
}

:where(input[type="file"])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }

  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type="file"])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"]),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"])[disabled] {
  cursor: not-allowed;
}

html {
  height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  font-size: 2.664103vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.6944445vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 0.6944445vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 0.6944445vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  line-height: 2;
  position: relative;
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: bodyAnimation 0.3s ease-in-out forwards;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  body {
    letter-spacing: 0.1em;
  }
}
body.no_scroll {
  overflow: hidden;
}

@keyframes bodyAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  *,
*::after,
*::before {
    line-height: 2.2;
  }
}

.hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 769px) {
  .text_left {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) {
  .text_center {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) {
  .text_right {
    text-align: right !important;
  }
}

.xs_text_left {
  text-align: left;
}

.xs_text_center {
  text-align: center;
}

.xs_text_right {
  text-align: right;
}

.jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.jp_title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
}

.en {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en-gothic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
a.target_blank {
  color: #222;
  text-decoration: underline;
  line-height: 1.75;
  transition: color 0.3s ease;
}
a.target_blank[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  aspect-ratio: 1/1;
  background: url(../img/icon/other.svg) 0 0/contain no-repeat;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-left: 0.47em;
}

a:hover,
a:focus {
  border: none;
  text-decoration: none;
  outline: none;
  color: #2c5584;
}

a,
a::before,
a::after {
  transition: 0.3s ease;
  color: #222;
}

i {
  margin-right: 0.8rem;
  vertical-align: -2px;
  font-size: 1rem;
}

img {
  display: block;
  width: 100%;
}
img.object_fit_img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: center center;
  width: 100%;
}

figure {
  display: block;
  padding: 0;
  margin: 0;
}

.noselect {
  -webkit-user-select: none;
          user-select: none;
}

/*
IE用
onMousremove = "return false;" onMouseDown = "return false;"
*/
.bgWhite {
  background: #fff;
}

.bgGray {
  background: #f1f1f1;
}

.bgMaincolor {
  background: #2c5584 !important;
}

.mt00 {
  margin-top: 0 !important;
}

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

.ml00 {
  margin-left: 0 !important;
}

.mr00 {
  margin-right: 0 !important;
}

@keyframes hoverLineLeft {
  0% {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineRight {
  0% {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineLoop {
  0% {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(1);
  }
  50% {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(0);
  }
  50.01% {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineVerticalActive {
  0% {
    left: 0;
    top: 0;
    height: 0%;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@keyframes hoverLineVerticalRemove {
  0% {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
  }
  to {
    left: 0;
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
@keyframes hoverLineVerticalTop {
  0% {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(0);
  }
  to {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineVerticalBottom {
  0% {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(0);
  }
  to {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineLoopVertical {
  0% {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(1);
  }
  50% {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(0);
  }
  50.01% {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(0);
  }
  to {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes moveIn {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes moveOut {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes moveInOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes moveInVertical {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes moveOutVertical {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(200%);
  }
}
@keyframes moveInOutVertical {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(200%);
  }
}
@keyframes circleArrowActive {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
    stroke-width: 0.4;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    stroke-width: 0.6;
  }
}
@keyframes circleArrowRemove {
  0% {
    stroke-width: 0.6;
  }
  100% {
    stroke-width: 0.4;
  }
}
@keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 769px) {
      left: -100%;
    }
  }
}
@keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@keyframes plus_line1 {
  0% {
    transform: scaleX(1);
    transform-box: fill-box;
    transform-origin: 100% 0;
  }
  48% {
    transform: scaleX(0);
    transform-box: fill-box;
    transform-origin: 100% 0;
  }
  52% {
    transform: scaleX(0);
    transform-box: fill-box;
    transform-origin: 0 0;
  }
  to {
    transform: scaleX(1);
    transform-box: fill-box;
    transform-origin: 0 0;
  }
}
@keyframes plus_line2 {
  0% {
    transform: scaleY(1);
    transform-box: fill-box;
    transform-origin: 0 100%;
  }
  48% {
    transform: scaleY(0);
    transform-box: fill-box;
    transform-origin: 0 100%;
  }
  52% {
    transform: scaleY(0);
    transform-box: fill-box;
    transform-origin: 0 0;
  }
  to {
    transform: scaleY(1);
    transform-box: fill-box;
    transform-origin: 0 0;
  }
}
.pc,
.pc_inline_block,
.pc_tb,
.pc_tb_inline_block,
.tb,
.tb_inline_block {
  display: none;
}

.xs {
  display: block;
}

.xs_inline_block {
  display: inline-block;
}

.xs_inline {
  display: inline;
}

.tb_xs {
  display: block;
}

.tb_xs_inline_block {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .tb,
.pc_tb {
    display: block;
  }

  .tb_inline_block {
    display: inline-block;
  }

  .xs,
.xs_inline_block,
.xs_inline {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .pc {
    display: block;
  }

  .pc_inline_block,
.pc_tb_inline_block {
    display: inline-block;
  }

  .tb,
.tb_inline_block,
.tb_xs,
.tb_xs_inline_block {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-animation__imgBgColor {
  transition: all 1.35s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
  transform: translateY(15rem);
  opacity: 0;
}
.c-animation__imgBgColor.is_active {
  opacity: 1;
  transform: translateY(0);
}
.c-animation__imgBgColor.is_active .c-animation__imgBgColor_img::before {
  content: "";
  display: block;
  transform: scaleX(0);
  opacity: 0;
  background: #2c5584;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: center top;
  animation: imgCoverBf 0.65s cubic-bezier(0.73, 0, 0.83, 1) 0.8s forwards;
}
.c-animation__imgBgColor.is_active .c-animation__imgBgColor_img::after {
  content: "";
  display: block;
  transform: scaleX(0);
  background: #2c5584;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: center bottom;
  animation: imgCoverAf 0.65s cubic-bezier(0.73, 0, 0.83, 1) 0.8s forwards;
}
.c-animation__imgBgColor.is_active .c-animation__imgBgColor_img_inner {
  opacity: 0;
  animation: topSlideMv 0.65s cubic-bezier(0.33, 0, 0.24, 1) 0.8s forwards;
  transform: translateY(0);
}

@keyframes imgCoverBf {
  0%, 46.84% {
    opacity: 0;
    transform: scaleY(0);
  }
  46.85% {
    opacity: 100%;
    transform: scale(1);
  }
  65.85% {
    opacity: 100%;
    transform: scale(1);
  }
  100% {
    opacity: 100%;
    transform: scaleY(0);
  }
}
@keyframes imgCoverAf {
  0% {
    opacity: 100%;
    transform: scaleY(0);
  }
  46.84% {
    opacity: 100%;
    transform: scale(1);
  }
  46.85%, 100% {
    opacity: 0;
  }
}
@keyframes topSlideMv {
  0% {
    opacity: 0%;
  }
  46.84% {
    opacity: 0%;
  }
  46.85%, 100% {
    opacity: 100%;
  }
}
@keyframes opacity {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
.c-animation__textGradient .c-animation__textGradient_target {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(127deg, #000 55%, #f57927 55%, #ff354f 55.5%, #23eff5 56%, #3658ff 60%, #ac3be8 61%, #000 61%, #000 99%, transparent 100%);
  background-size: 500%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 769px) {
  .c-animation__textGradient.--hover:hover .c-animation__textGradient_target {
    animation: 3s 0.1s textGradientDrawer ease forwards;
  }
}

@keyframes textGradient {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes textGradientDrawer {
  from {
    background-position: 80% 0;
  }
  to {
    background-position: 0 0;
  }
}
.c-animation__textSlideIn {
  overflow: hidden;
  display: inline-block;
}
.c-animation__textSlideIn .c-animation__textSlideIn-inner {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 0.5s ease;
}
.c-animation__textSlideIn.__hoverline {
  padding-bottom: 0.2rem;
}
.c-animation__textSlideIn.is_active .c-animation__textSlideIn-inner {
  transform: translate3d(0, 0, 0);
}
.c-animation__textSlideIn.__loading .c-animation__textSlideIn-inner {
  transition-delay: 0.3s;
}
.c-animation__textSlideIn.__slow .c-animation__textSlideIn-inner {
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1.8s ease;
}
.c-animation__textSlideIn.__opacity .c-animation__textSlideIn-inner {
  opacity: 0;
}
.c-animation__textSlideIn.__opacity.is_active .c-animation__textSlideIn-inner {
  opacity: 1;
}

.c-animation__slideIn {
  opacity: 0;
  transform: translateY(5rem);
  animation: 0.8s ease-in-out both;
}
.c-animation__slideIn.is_active {
  animation-name: slideInAnimation;
}
@media screen and (max-width: 768px) {
  .c-animation__slideIn.--splinear {
    animation: 0.7s linear both;
  }
}
.c-animation__slideIn:nth-of-type(1) {
  animation-delay: 200ms;
}
.c-animation__slideIn:nth-of-type(2) {
  animation-delay: 400ms;
}
.c-animation__slideIn:nth-of-type(3) {
  animation-delay: 600ms;
}
.c-animation__slideIn:nth-of-type(4) {
  animation-delay: 800ms;
}
.c-animation__slideIn:nth-of-type(5) {
  animation-delay: 1000ms;
}
.c-animation__slideIn:nth-of-type(6) {
  animation-delay: 1200ms;
}
.c-animation__slideIn:nth-of-type(7) {
  animation-delay: 1400ms;
}
.c-animation__slideIn:nth-of-type(8) {
  animation-delay: 1600ms;
}
.c-animation__slideIn:nth-of-type(9) {
  animation-delay: 1800ms;
}
.c-animation__slideIn:nth-of-type(10) {
  animation-delay: 2000ms;
}
.c-animation__slideIn:nth-of-type(1).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(2).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(3).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(4).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(5).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(6).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(7).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(8).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(9).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(10).__nodeley {
  animation-delay: 0s !important;
}

@keyframes slideInAnimation {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-animation__slideLeftIn {
  opacity: 0;
  transform: translateX(-3rem);
  animation: 1s cubic-bezier(0.87, 0, 0.13, 1) both;
}
.c-animation__slideLeftIn.is_active {
  animation-name: slideLeftInAnimation;
}
@media screen and (max-width: 768px) {
  .c-animation__slideLeftIn.--splinear {
    animation: 0.7s linear both;
  }
}
.c-animation__slideLeftIn:nth-of-type(1) {
  animation-delay: 200ms;
}
.c-animation__slideLeftIn:nth-of-type(2) {
  animation-delay: 400ms;
}
.c-animation__slideLeftIn:nth-of-type(3) {
  animation-delay: 600ms;
}
.c-animation__slideLeftIn:nth-of-type(4) {
  animation-delay: 800ms;
}
.c-animation__slideLeftIn:nth-of-type(5) {
  animation-delay: 1000ms;
}
.c-animation__slideLeftIn:nth-of-type(6) {
  animation-delay: 1200ms;
}
.c-animation__slideLeftIn:nth-of-type(7) {
  animation-delay: 1400ms;
}
.c-animation__slideLeftIn:nth-of-type(8) {
  animation-delay: 1600ms;
}
.c-animation__slideLeftIn:nth-of-type(9) {
  animation-delay: 1800ms;
}
.c-animation__slideLeftIn:nth-of-type(10) {
  animation-delay: 2000ms;
}
.c-animation__slideLeftIn:nth-of-type(1).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideLeftIn:nth-of-type(2).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideLeftIn:nth-of-type(3).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideLeftIn:nth-of-type(4).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideLeftIn:nth-of-type(5).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideLeftIn:nth-of-type(6).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideLeftIn:nth-of-type(7).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideLeftIn:nth-of-type(8).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideLeftIn:nth-of-type(9).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideLeftIn:nth-of-type(10).__nodeley {
  animation-delay: 0s !important;
}

@keyframes slideLeftInAnimation {
  0% {
    transform: translateX(-3rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.c-animation__textLeftWrap {
  position: relative;
  overflow: hidden;
  min-height: calc(0.7rem + 1em + 0.7rem);
}
.c-animation__textLeftWrap + .c-animation__textLeftWrap .c-animation__textLeft.__opacity {
  transition-delay: 0.5s;
}
.c-animation__textLeftWrap + .c-animation__textLeftWrap .c-animation__textLeft {
  transition-delay: 1s;
}

.c-animation__textLeft {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0vh, 0vw, 100vh, 0vw);
  transition: clip 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  z-index: 6;
  min-height: calc(0.7rem + 1em + 0.7rem);
}
.c-animation__textLeft + .c-animation__textLeft {
  transition-delay: 1s;
}
.c-animation__textLeft.__opacity {
  opacity: 0.2;
  z-index: 5;
}
.c-animation__textLeft.__center {
  right: 0;
  margin: 0 auto;
}

.c-animation__textLeftDummy {
  color: transparent !important;
}

.c-animation__rotation {
  animation: 3s linear infinite rotation;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes linkLine {
  0% {
    left: auto;
    right: 0;
    width: 0;
  }
  99.999% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: 0;
    right: auto;
    width: 0;
  }
}
.c-animation__popup {
  opacity: 0;
  transform: scale(0.2);
  transition: opacity 240ms ease, transform 420ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-animation__popup:nth-of-type(1) {
  transition-delay: 300ms;
}
.c-animation__popup:nth-of-type(2) {
  transition-delay: 600ms;
}
.c-animation__popup:nth-of-type(3) {
  transition-delay: 900ms;
}
.c-animation__popup:nth-of-type(4) {
  transition-delay: 1200ms;
}
.c-animation__popup:nth-of-type(5) {
  transition-delay: 1500ms;
}
.c-animation__popup:nth-of-type(6) {
  transition-delay: 1800ms;
}
.c-animation__popup:nth-of-type(7) {
  transition-delay: 2100ms;
}
.c-animation__popup:nth-of-type(8) {
  transition-delay: 2400ms;
}
.c-animation__popup:nth-of-type(9) {
  transition-delay: 2700ms;
}
.c-animation__popup:nth-of-type(10) {
  transition-delay: 3000ms;
}
.c-animation__popup.is_active {
  opacity: 1;
  transform: scale(1);
}

.c-animation__floating {
  animation: floatingY_01 1.8s ease-in-out infinite alternate-reverse;
}
.c-animation__floating.__type01 {
  animation: floatingY_01 1.8s ease-in-out infinite alternate-reverse;
}
.c-animation__floating.__type02 {
  animation: floatingY_02 1.7s ease-in-out infinite alternate-reverse;
  animation-delay: 0.4s;
}
.c-animation__floating.__type03 {
  animation: floatingY_03 1.55s ease-in-out infinite alternate-reverse;
  animation-delay: 0.2s;
}
.c-animation__floating.__type04 {
  animation: floatingY_04 1.75s ease-in-out infinite alternate-reverse;
  animation-delay: 0.05s;
}
.c-animation__floating.__type05 {
  animation: floatingY_05 1.7s ease-in-out infinite alternate-reverse;
  animation-delay: 0.15s;
}

@keyframes floatingY_01 {
  0% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(8%);
  }
}
@keyframes floatingY_02 {
  0% {
    transform: translateY(6%);
  }
  100% {
    transform: translateY(-8%);
  }
}
@keyframes floatingY_03 {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(9%);
  }
}
@keyframes floatingY_04 {
  0% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(-5%);
  }
}
@keyframes floatingY_05 {
  0% {
    transform: translateY(-7%);
  }
  100% {
    transform: translateY(7%);
  }
}
.c-dropshadow {
  filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 641px) {
  .c-dropshadow {
    filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  }
}

.c-boxshadow--inset {
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.12) inset;
}
@media screen and (min-width: 641px) {
  .c-boxshadow--inset {
    box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.12) inset;
  }
}

.c-dropshadow {
  filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 641px) {
  .c-dropshadow {
    filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  }
}

.c-textshadow {
  text-shadow: 0 0 1rem rgba(237, 237, 237, 0.7);
}
.c-textshadow.__light {
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.9);
}

.c-btn {
  position: relative;
}
.c-btn a,
.c-btn button,
.c-btn .c-btn__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: 0.5s;
  color: #2c5584;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 1px solid #2c5584;
  transition: 0.3s;
  text-indent: inherit;
  line-height: 1.25;
  letter-spacing: 0.09rem;
  padding: 1rem 0;
  max-width: 21rem;
  width: 100%;
  border-radius: 10rem;
  font-size: 1.2rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-btn a,
.c-btn button,
.c-btn .c-btn__item {
    font-size: 1.5rem;
    max-width: 24.8rem;
    padding: 1.5rem 0;
    margin: 0;
  }
}
.c-btn a small,
.c-btn button small,
.c-btn .c-btn__item small {
  display: block;
  line-height: 1;
  margin-bottom: 0.3em;
}
.c-btn a .__large,
.c-btn button .__large,
.c-btn .c-btn__item .__large {
  font-size: 1.5rem;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .c-btn a .__large,
.c-btn button .__large,
.c-btn .c-btn__item .__large {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn a:hover,
.c-btn button:hover,
.c-btn .c-btn__item:hover {
    background: #2c5584;
    color: #fff;
  }
  .c-btn a:hover .c-btn__arrow,
.c-btn button:hover .c-btn__arrow,
.c-btn .c-btn__item:hover .c-btn__arrow {
    right: 1.4rem;
  }
  .c-btn a:hover .c-btn__arrow.__bottom,
.c-btn button:hover .c-btn__arrow.__bottom,
.c-btn .c-btn__item:hover .c-btn__arrow.__bottom {
    right: 2rem !important;
    bottom: -1rem;
  }
  .c-btn a:hover .c-btn__arrow svg g,
.c-btn a:hover .c-btn__arrow svg path,
.c-btn button:hover .c-btn__arrow svg g,
.c-btn button:hover .c-btn__arrow svg path,
.c-btn .c-btn__item:hover .c-btn__arrow svg g,
.c-btn .c-btn__item:hover .c-btn__arrow svg path {
    stroke: #fff;
  }
}
.c-btn a .c-btn__arrow,
.c-btn button .c-btn__arrow,
.c-btn .c-btn__item .c-btn__arrow {
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 1.2rem;
  transition: 0.4s;
  transition-delay: 0.25s;
}
@media screen and (min-width: 769px) {
  .c-btn a .c-btn__arrow,
.c-btn button .c-btn__arrow,
.c-btn .c-btn__item .c-btn__arrow {
    width: 1.7rem;
  }
}
.c-btn a .c-btn__text,
.c-btn button .c-btn__text,
.c-btn .c-btn__item .c-btn__text {
  line-height: 1.25;
  text-align: center;
}
.c-btn.__blue a,
.c-btn.__blue button,
.c-btn.__blue .c-btn__item {
  background: #6c95c5;
  border-color: #6c95c5;
  color: #fff;
}
.c-btn.__blue a .c-btn__arrow svg g,
.c-btn.__blue a .c-btn__arrow svg path,
.c-btn.__blue button .c-btn__arrow svg g,
.c-btn.__blue button .c-btn__arrow svg path,
.c-btn.__blue .c-btn__item .c-btn__arrow svg g,
.c-btn.__blue .c-btn__item .c-btn__arrow svg path {
  stroke: #fff;
}
@media screen and (min-width: 769px) {
  .c-btn.__blue a:hover,
.c-btn.__blue button:hover,
.c-btn.__blue .c-btn__item:hover {
    background: #2c5584;
    border-color: #2c5584;
  }
  .c-btn.__blue a:hover .c-btn__arrow,
.c-btn.__blue button:hover .c-btn__arrow,
.c-btn.__blue .c-btn__item:hover .c-btn__arrow {
    right: 1.4rem;
  }
}
.c-btn.__small a,
.c-btn.__small button,
.c-btn.__small .c-btn__item {
  padding-left: 2rem;
  padding-right: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .c-btn.__small a,
.c-btn.__small button,
.c-btn.__small .c-btn__item {
    padding-left: 2.5rem;
    padding-right: 4.5rem;
  }
}
.c-btn.__large a,
.c-btn.__large button,
.c-btn.__large .c-btn__item {
  min-width: 23rem;
  padding: 1.4rem 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .c-btn.__large a,
.c-btn.__large button,
.c-btn.__large .c-btn__item {
    min-width: 33rem;
    padding: 1.9rem 0;
    font-size: 1.6rem;
  }
}
.c-btn.__text a,
.c-btn.__text button,
.c-btn.__text .c-btn__item {
  padding-right: 2rem;
}
.c-btn.__text a .c-btn__arrow,
.c-btn.__text button .c-btn__arrow,
.c-btn.__text .c-btn__item .c-btn__arrow {
  right: 1.4rem;
}
@media screen and (min-width: 769px) {
  .c-btn.__text a:hover .c-btn__arrow,
.c-btn.__text button:hover .c-btn__arrow,
.c-btn.__text .c-btn__item:hover .c-btn__arrow {
    right: 0.8rem;
  }
}
.c-btn.__center a,
.c-btn.__center button,
.c-btn.__center .c-btn__item {
  justify-content: center;
  margin: 0 auto;
}
.c-btn.__right a,
.c-btn.__right button,
.c-btn.__right .c-btn__item {
  margin: 0 0 0 auto;
}
.c-color__main {
  color: #2c5584 !important;
}

.c-color__default {
  color: #222 !important;
}

.c-color__white {
  color: #fff !important;
}

.c-color__red {
  color: #d90000 !important;
}

.wpcf7-form p + p {
  margin-top: 3rem;
}
.wpcf7-form .wpcf7-submit {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: 0.5s;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #6c95c5;
  border: 1px solid #6c95c5;
  transition: 0.3s;
  text-indent: inherit;
  line-height: 1.25;
  letter-spacing: 0.09rem;
  padding: 1rem 0;
  max-width: 21rem;
  width: 100%;
  border-radius: 10rem;
  font-size: 1.2rem;
  margin: 0 auto;
}
.wpcf7-form .wpcf7-submit:focus {
  outline: none;
}
.wpcf7-form .wpcf7-submit::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) {
  .wpcf7-form .wpcf7-submit {
    font-size: 1.5rem;
    max-width: 24.8rem;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 769px) {
  .wpcf7-form .wpcf7-submit:hover {
    background: #2c5584;
    color: #fff;
  }
  .wpcf7-form .wpcf7-submit:hover .c-btn__arrow {
    right: 1.4rem;
  }
  .wpcf7-form .wpcf7-submit:hover .c-btn__arrow.__bottom {
    right: 2rem !important;
    bottom: -1rem;
  }
  .wpcf7-form .wpcf7-submit:hover .c-btn__arrow svg g,
.wpcf7-form .wpcf7-submit:hover .c-btn__arrow svg path {
    stroke: #fff;
  }
}

.c-form__input {
  display: block;
}
.c-form__input input[type=text],
.c-form__input input[type=tel],
.c-form__input input[type=email],
.c-form__input textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  padding: 0.5rem 2rem;
  line-height: 1.8;
  max-width: 100%;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1 solid #2c5584;
  border-radius: 0;
  margin-top: 1rem;
  /* Firefox */
  /* safari */
}
.c-form__input input[type=text]:focus,
.c-form__input input[type=tel]:focus,
.c-form__input input[type=email]:focus,
.c-form__input textarea:focus {
  outline: none;
}
.c-form__input input[type=text]::-ms-expand,
.c-form__input input[type=tel]::-ms-expand,
.c-form__input input[type=email]::-ms-expand,
.c-form__input textarea::-ms-expand {
  display: none;
}
.c-form__input input[type=text] _:lang(x)::-moz-placeholder, .c-form__input input[type=text],
.c-form__input input[type=tel] _:lang(x)::-moz-placeholder,
.c-form__input input[type=tel],
.c-form__input input[type=email] _:lang(x)::-moz-placeholder,
.c-form__input input[type=email],
.c-form__input textarea _:lang(x)::-moz-placeholder,
.c-form__input textarea {
  max-width: 100%;
}
.c-form__input input[type=text] _::-webkit-full-page-media,
.c-form__input input[type=text] _:future, :root .c-form__input input[type=text],
.c-form__input input[type=tel] _::-webkit-full-page-media,
.c-form__input input[type=tel] _:future,
:root .c-form__input input[type=tel],
.c-form__input input[type=email] _::-webkit-full-page-media,
.c-form__input input[type=email] _:future,
:root .c-form__input input[type=email],
.c-form__input textarea _::-webkit-full-page-media,
.c-form__input textarea _:future,
:root .c-form__input textarea {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .c-form__input input[type=text],
.c-form__input input[type=tel],
.c-form__input input[type=email],
.c-form__input textarea {
    width: 100%;
    padding: 1rem 2rem;
  }
}
.c-form__input input[type=text]::-webkit-input-placeholder, .c-form__input input[type=tel]::-webkit-input-placeholder, .c-form__input input[type=email]::-webkit-input-placeholder, .c-form__input textarea::-webkit-input-placeholder {
  color: #aaa;
}
.c-form__input input[type=text]::placeholder,
.c-form__input input[type=tel]::placeholder,
.c-form__input input[type=email]::placeholder,
.c-form__input textarea::placeholder {
  color: #aaa;
}
.c-form__input.__pd {
  border-bottom: 1px solid #222;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) {
  .c-form__input.__pd {
    padding: 2.4rem 0;
  }
}
.c-form__input textarea {
  display: block;
}
.c-form__input label {
  font-weight: 500;
}

.mwform-checkbox-field {
  display: inline-block;
}
.mwform-checkbox-field:last-child label {
  margin-right: 0;
}
.mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}
.mwform-checkbox-field label input[type=checkbox] {
  display: none;
}
.mwform-checkbox-field label .mwform-checkbox-field-text {
  padding: 0 0 0 4rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .mwform-checkbox-field label .mwform-checkbox-field-text {
    padding: 0 0 0 5rem;
  }
}
.mwform-checkbox-field label .mwform-checkbox-field-text::before, .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-checkbox-field label .mwform-checkbox-field-text::before {
  left: 0;
  top: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  background: #f0f3f7;
  border: 0.2rem solid #222;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
  }
}
.mwform-checkbox-field label .mwform-checkbox-field-text::after {
  opacity: 0;
  width: 1.2rem;
  height: 0.7rem;
  background: none;
  border: none;
  border-left: 3px solid #222;
  border-bottom: 3px solid #222;
  left: 0.7em;
  top: calc(50% - 0.4rem);
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::after {
    width: 1.5rem;
    height: 0.8rem;
    left: 1.2rem;
    top: calc(50% - 0.5rem);
  }
}
.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1 !important;
}

.mwform-radio-field {
  display: block;
  margin: 0 2em 0 0 !important;
}
@media screen and (min-width: 769px) {
  .mwform-radio-field {
    display: inline-block;
    margin: 0 3em 0 0 !important;
  }
}
.mwform-radio-field .mwform-radio-field:last-child label {
  margin-right: 0;
}
.mwform-radio-field label {
  display: block;
  cursor: pointer;
}
.mwform-radio-field label input[type=radio] {
  display: none;
}
.mwform-radio-field label .mwform-radio-field-text {
  padding: 0.5em 0 0.5em 2.5em;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .mwform-radio-field label .mwform-radio-field-text {
    font-size: 1.5rem;
    padding: 0 0 0 3em;
  }
}
.mwform-radio-field label .mwform-radio-field-text::before, .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-radio-field label .mwform-radio-field-text::before {
  left: 0;
  top: calc(50% - 1rem);
  width: 2.2rem;
  height: 2.2rem;
  background: #fff;
  border: 1px solid rgba(45, 104, 172, 0.5);
  border-radius: 100%;
}
@media screen and (min-width: 769px) {
  .mwform-radio-field label .mwform-radio-field-text::before {
    top: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
  }
}
.mwform-radio-field label .mwform-radio-field-text::after {
  opacity: 0;
  width: 0.8rem;
  height: 0.8rem;
  left: 0.7rem;
  top: calc(50% - 0.3rem);
  background: #6c95c5;
  border-radius: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .mwform-radio-field label .mwform-radio-field-text::after {
    width: 1.2rem;
    height: 1.2rem;
    left: 0.9rem;
    top: calc(50% - 0.6rem);
  }
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.c-form__checkbox input[type=checkbox] {
  display: none;
}
.c-form__checkbox + .l-search__category-list {
  margin-top: 1.5rem;
}

.c-form__checkbox--active-text input[type=checkbox]:checked + .c-form__checkbox-text {
  color: #2c5584;
}

.c-form__checkbox input[type=checkbox]:checked + .c-form__checkbox-text .c-form__checkbox-icon::after,
.is_checked .c-form__checkbox-text .c-form__checkbox-icon::after {
  opacity: 1;
}

.c-form__checkbox--middle .c-form__checkbox-text {
  font-size: 1.6rem;
  padding-left: 3rem;
}
@media screen and (min-width: 769px) {
  .c-form__checkbox--middle .c-form__checkbox-text {
    font-size: 1.4rem;
  }
}
.c-form__checkbox--middle .c-form__checkbox-icon {
  top: 0.2em;
  width: 2.3rem;
  height: 2.3rem;
}
.c-form__checkbox--middle .c-form__checkbox-icon::after {
  width: 1rem;
  height: 0.6rem;
  left: 0.6rem;
  top: 0.7rem;
}

.c-form__checkbox--small .c-form__checkbox-text {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .c-form__checkbox--small .c-form__checkbox-text {
    font-size: 1.2rem;
  }
}

.c-form__checkbox-label {
  position: relative;
  display: block;
}

.c-form__checkbox-label--inline {
  display: inline-block;
}

.c-form__checkbox-text {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  padding-left: 2.7rem;
  display: block;
}

.c-form__checkbox-text--large {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-form__checkbox-text--large {
    font-size: 1.4rem;
  }
}
.c-form__checkbox-text--large .c-form__checkbox-icon {
  top: 0.5em;
}

.c-form__checkbox-icon {
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-form__checkbox-icon {
    top: 0.2em;
  }
}
.c-form__checkbox-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #6c95c5;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-form__checkbox-icon::after {
  content: "";
  position: absolute;
  left: 0.45rem;
  top: 0.5rem;
  display: block;
  width: 0.9rem;
  height: 0.55rem;
  border-left: 2px solid #2c5584;
  border-bottom: 2px solid #2c5584;
  transform: rotate(-42deg);
  transition: 0.3s;
  opacity: 0;
}

.c-form__checkbox-icon--green::before {
  border-color: #2c5584;
}

.c-form__radio input[type=radio] {
  display: none;
}

.c-form__radio input[type=radio]:checked + .c-form__radio-text .c-form__radio-icon::before {
  border-color: #2c5584;
}
.c-form__radio input[type=radio]:checked + .c-form__radio-text .c-form__radio-icon::after {
  opacity: 1;
}

.c-form__radio-label {
  position: relative;
  display: block;
}

.c-form__radio-text {
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  transition: 0.3s;
  padding-left: 3rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-form__radio-text {
    font-size: 1.4rem;
  }
}

.c-form__radio-text--large {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-form__radio-text--large {
    font-size: 1.4rem;
  }
}
.c-form__radio-text--large .c-form__radio-icon {
  top: 0.5em;
}

.c-form__radio-icon {
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  top: 0.2em;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-form__radio-icon {
    top: 0.3em;
  }
}
@media screen and (min-width: 992px) {
  .c-form__radio-icon {
    top: 0.4em;
  }
}
.c-form__radio-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b5b5b5;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.c-form__radio-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  transition: 0.3s;
  opacity: 0;
  background: #222;
  margin: auto;
}

.c-form__selectbox {
  position: relative;
}
.c-form__selectbox::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.3em);
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid #2c5584;
  border-bottom: 1px solid #2c5584;
  transform: rotate(45deg);
  display: block;
}
@media screen and (min-width: 769px) {
  .c-form__selectbox::before {
    top: calc(50% - 0.4em);
    width: 0.8rem;
    height: 0.8rem;
    right: 2rem;
  }
}
.c-form__selectbox select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  letter-spacing: 0.08em;
  background: #fff;
  color: #222;
  border: 1px solid #fff;
  padding: 1rem 4rem 1rem 2rem;
  font-size: 1.2rem;
  border-radius: 0;
  width: 100%;
  border: 1px solid #2c5584;
  border-radius: 5rem;
  /* Firefox */
  /* safari */
}
.c-form__selectbox select:focus {
  outline: none;
}
.c-form__selectbox select::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-form__selectbox select {
    padding: 1rem 5rem 1rem 3rem;
    font-size: 1.4rem;
    min-width: 30rem;
  }
}
.c-form__selectbox select _:lang(x)::-moz-placeholder, .c-form__selectbox select {
  max-width: 100%;
}
.c-form__selectbox select _::-webkit-full-page-media,
.c-form__selectbox select _:future, :root .c-form__selectbox select {
  max-width: 100%;
}
.c-form__selectbox.__white::before {
  border-color: #fff;
}
.c-form__selectbox.__white select {
  border-color: #fff;
  color: #fff;
  box-shadow: none;
  font-size: 1rem;
  padding: 1.15rem 1.8rem;
  background: transparent;
}
.c-form__selectbox.__white select option {
  color: #222;
}
.c-form__selectbox.__small select {
  padding: 1.6rem 1.8rem;
}
@media screen and (min-width: 769px) {
  .c-form__selectbox.__small select {
    padding: 1.6rem 1.8rem;
  }
}
.c-form__selectbox.__small::before {
  right: 1.8rem;
  top: calc(50% - 0.25rem);
  width: 0.5rem;
  height: 0.5rem;
}

.wpcf7-acceptance,
.wpcf7-checkbox {
  margin: 0 0 3rem !important;
}
.wpcf7-acceptance input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label,
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: #fff;
  display: inline-block;
  vertical-align: -0.4em;
  margin-right: 0.8em;
  border: 1px solid #2c5584;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::after {
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  content: "";
  display: block;
  width: 0.8em;
  height: 0.5em;
  border-bottom: 0.2em solid #2c5584;
  border-left: 0.2em solid #2c5584;
  transform: rotate(-45deg);
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-checkbox,
.wpcf7-checkbox .wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wpcf7-acceptance .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-checkbox .wpcf7-list-item {
  flex: 0 0 33%;
  margin: 0 0 0.4rem;
}
.wpcf7-acceptance .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}

.wpcf7-radio {
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  .wpcf7-radio {
    margin-bottom: 2.5em;
  }
}
.wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (min-width: 769px) {
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 4em 0 0;
  }
}
.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  background: #fff;
  border-radius: 4em;
  vertical-align: -0.5em;
  margin-right: 0.3rem;
  border: 1px solid #2c5584;
}
@media screen and (min-width: 769px) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
    margin-right: 0.8rem;
  }
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  position: absolute;
  top: 0.4em;
  left: 0.32em;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: transparent;
  border-radius: 4em;
}
@media screen and (min-width: 769px) {
  .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
    left: 0.35em;
  }
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  background: #2c5584;
}
.wpcf7-radio .wpcf7-radio .wpcf7-list-item {
  margin: 0 1.5rem 0 0;
}

.c-form__btn {
  position: relative;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-form__btn {
    width: auto;
  }
}
.c-form__btn.js_contact_btn.is_disable .c-btn__inner::after {
  background-image: url("../img/icon/arrow_gray.svg");
}
@media screen and (min-width: 769px) {
  .c-form__btn.js_contact_btn.is_disable .c-btn__inner:hover::after {
    background-image: url("../img/icon/arrow_gray.svg");
  }
}
.c-form__btn.js_contact_btn.is_disable a,
.c-form__btn.js_contact_btn.is_disable input {
  border-color: #b7b7b7;
  color: #b7b7b7;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .c-form__btn.js_contact_btn.is_disable a:hover,
.c-form__btn.js_contact_btn.is_disable input:hover {
    background: #fff;
    color: #b7b7b7;
  }
}
.c-form__btn .c-btn__inner {
  position: relative;
  text-align: center;
}
.c-form__btn .c-btn__inner::after {
  content: "";
  display: block;
  position: absolute;
  right: 3rem;
  top: 3.3rem;
  width: 1.8rem;
  height: 1.5rem;
  background: url("../img/icon/arrow_blue.svg") no-repeat center center/contain;
  transition: 0.2s;
  z-index: 2;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .c-form__btn .c-btn__inner::after {
    width: 1.8rem;
    height: 1.5rem;
    right: 18%;
    top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .c-form__btn .c-btn__inner:hover::after {
    background-image: url("../img/icon/arrow.svg");
  }
}
.c-form__btn .wpcf7-spinner {
  position: absolute;
  right: -2%;
  margin: 0;
  top: calc(50% - 12px);
}
@media screen and (min-width: 769px) {
  .c-form__btn .wpcf7-spinner {
    right: -10%;
  }
}
.c-form__btn a,
.c-form__btn button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 1rem 5rem;
  height: 6.1rem;
  transition: 0.5s;
  color: #222;
  border: 0.3rem solid #222;
  overflow: hidden;
  border-radius: 5rem;
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  transition: background 0.6s, color cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  text-indent: inherit;
  margin: 0 auto;
  background: #2c5584;
}
.c-form__btn a:focus,
.c-form__btn button:focus {
  outline: none;
}
.c-form__btn a::-ms-expand,
.c-form__btn button::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-form__btn a,
.c-form__btn button {
    height: 6.1rem;
    padding: 1rem 5rem;
    font-size: 1.8rem;
    margin: 0;
  }
}
.c-form__btn a .c-btn__arrow svg path,
.c-form__btn button .c-btn__arrow svg path {
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .c-form__btn a:hover,
.c-form__btn button:hover {
    color: #222;
  }
  .c-form__btn a:hover .c-form__arrow svg,
.c-form__btn button:hover .c-form__arrow svg {
    transform: translateX(1rem);
  }
  .c-form__btn a:hover .c-form__fill::before,
.c-form__btn button:hover .c-form__fill::before {
    transform: scaleY(1);
  }
  .c-form__btn a:hover .c-form__text,
.c-form__btn button:hover .c-form__text {
    transform: scaleX(1.05);
  }
  .c-form__btn a:hover .c-form__text-copy,
.c-form__btn button:hover .c-form__text-copy {
    transform: translateY(0) rotateX(0);
  }
  .c-form__btn a:hover .c-form__text-origin,
.c-form__btn button:hover .c-form__text-origin {
    transform: translateY(150%) rotateX(180deg);
  }
}
.c-form__btn a.back,
.c-form__btn button.back {
  background: #222;
  border-color: #222;
  text-align: center;
}
.c-form__btn a.back::after,
.c-form__btn button.back::after {
  left: 3rem;
  right: auto;
  border: none;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .c-form__btn a.back::after,
.c-form__btn button.back::after {
    left: 5rem;
    right: auto;
  }
}
.c-form__btn a.back .c-form__text,
.c-form__btn button.back .c-form__text {
  width: 100%;
}
.c-form__btn a.back .c-form__text-copy,
.c-form__btn button.back .c-form__text-copy {
  color: #fff;
}
.c-form__btn a.back .c-form__text-origin,
.c-form__btn button.back .c-form__text-origin {
  color: #fff;
}
.c-form__btn a {
  margin: 0;
}
.c-form__btn .c-form__fill {
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.2rem);
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 6rem;
}
.c-form__btn .c-form__fill::before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c-form__btn .c-form__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  transform: scaleX(1);
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c-form__btn .c-form__text-copy {
  position: absolute;
  display: block;
  width: 100%;
  color: #222;
  transform: translateY(-150%) rotateX(180deg);
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c-form__btn .c-form__text-origin {
  position: relative;
  display: block;
  color: #222;
  transform: translateY(0) rotateX(0);
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}

.c-form__privacy {
  padding-top: 2rem;
}
.c-form__privacy dl {
  border-bottom: none !important;
}
.c-form__privacy p {
  margin-top: 1rem;
}
.c-form__privacy a {
  color: #222;
}

.c-form__privacy_text {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .c-form__privacy_text {
    margin-top: 1rem;
  }
}

.c-hover__link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-hover__link .c-hover__link_text {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
  overflow: hidden;
  transform: scaleX(1);
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c-hover__link .c-hover__link_text-copy {
  position: absolute;
  display: block;
  width: 100%;
  color: #222;
  transform: translateY(-150%) rotateX(180deg);
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c-hover__link .c-hover__link_text-origin {
  position: relative;
  display: block;
  transform: translateY(0) rotateX(0);
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
@media screen and (min-width: 769px) {
  .c-hover__link:hover .c-hover__link_text-copy {
    transform: translateY(0) rotateX(0);
  }
  .c-hover__link:hover .c-hover__link_text-origin {
    transform: translateY(150%) rotateX(180deg);
  }
}

@media screen and (min-width: 992px) {
  .c-hover__lineWrap:hover .c-hover__line::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .c-hover__lineWrap:hover .c-hover__line.__white::before {
    background-color: white;
  }
  .c-hover__lineWrap:hover .c-hover__line.__black::before {
    background-color: #222;
  }
  .c-hover__lineWrap:hover .c-hover__line.__green::before {
    background-color: #2d68ac;
  }
}

.c-hover__line {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.c-hover__line::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1rem;
  bottom: 0.1rem;
  right: 0;
  background-color: transparent;
  transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
@media screen and (min-width: 769px) {
  .c-hover__line::before {
    height: 0.1rem;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-hover__line:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 992px) {
  .c-hover__line.__white:hover::before {
    background-color: white;
  }
}
@media screen and (min-width: 992px) {
  .c-hover__line.__black:hover::before {
    background-color: #222;
  }
}
@media screen and (min-width: 992px) {
  .c-hover__line.__green:hover::before {
    background-color: #2d68ac;
  }
}

.c-hover__targetBlank svg {
  display: inline-block;
  vertical-align: -0.1em;
  margin-left: 0.7rem;
  padding-right: 0.1rem;
  width: 1.3rem;
  height: auto;
}
.c-hover__targetBlank svg path {
  stroke: #000;
  transition: all 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c-hover__targetBlank.__white svg path {
  stroke: #fff;
}
@media screen and (min-width: 992px) {
  .c-hover__targetBlank:hover svg path {
    stroke-width: 0.4px;
  }
}

.c-hover__lineText .c-hover__lineText-target {
  position: relative;
  display: inline-block;
}
.c-hover__lineText .c-hover__lineText-target::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  width: 100%;
  height: 0.1rem;
  background: #000;
  transform: scale(0);
  transform-origin: top right;
  display: block;
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
@media screen and (min-width: 992px) {
  .c-hover__lineText:hover .c-hover__lineText-target::before {
    transform: scale(1);
    transform-origin: top left;
  }
}
.c-hover__lineText.__white .c-hover__lineText-target::before {
  background: #fff;
}
.c-hover__lineText.c-animation__textSlideIn,
.c-hover__lineText .c-animation__textSlideIn {
  padding-bottom: 0.2rem;
}

.c-img img {
  border-radius: 2rem;
}
@media screen and (min-width: 769px) {
  .c-img img {
    border-radius: 4rem;
  }
}

.c-img__clip {
  border-radius: 2rem;
}
@media screen and (min-width: 769px) {
  .c-img__clip {
    border-radius: 4rem;
  }
}

.c-movie .c-movie__item {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-navi {
  height: 100%;
}

.c-navi__list {
  height: 100%;
}
.c-navi__list.__horizontal {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .c-navi__list.__horizontal {
    align-items: center;
  }
}

.c-table {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-table {
    overflow: scroll;
  }
}
.c-table table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-table table.__scroll {
    min-width: 60rem;
  }
}
.c-table.__fixed table {
  table-layout: fixed;
}

.c-table,
.l-wysiwyg .c-table {
  border: none;
}
.c-table.__pediatrics table th,
.l-wysiwyg .c-table.__pediatrics table th {
  background: #fff2e6;
}
.c-table.__medicine table th,
.l-wysiwyg .c-table.__medicine table th {
  background: #edf6f9;
}
.c-table.__immunization table th,
.l-wysiwyg .c-table.__immunization table th {
  background: #f0f8e9;
}
.c-table.__childcare table th,
.l-wysiwyg .c-table.__childcare table th {
  background: rgba(255, 240, 162, 0.4);
}
@media screen and (max-width: 768px) {
  .c-table.__sp_wide,
.l-wysiwyg .c-table.__sp_wide {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    padding: 0 2rem;
  }
}
.c-table.__swipe_none table,
.l-wysiwyg .c-table.__swipe_none table {
  min-width: 100%;
}
.c-table.__swipe_none::before,
.l-wysiwyg .c-table.__swipe_none::before {
  display: none;
}
.c-table.__swipe_top_0::before,
.l-wysiwyg .c-table.__swipe_top_0::before {
  top: 0;
}
.c-table.__white table tr,
.l-wysiwyg .c-table.__white table tr {
  background: #fff;
}
.c-table::before,
.l-wysiwyg .c-table::before {
  /* content: "";
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  width: 12rem;
  height: 12rem;
  background: url("../img/common/swipe.png") no-repeat center center / contain;
  display: block;
  margin: 0 auto;
  opacity: 1;
  transition: 0.3s;
  transition-delay: 3s;

  @include g.mq(s) {
    display: none;
  } */
}
.c-table.is_active,
.l-wysiwyg .c-table.is_active {
  /* &::before {
    opacity: 0;
  } */
}
.c-table table,
.l-wysiwyg .c-table table {
  border: none !important;
  font-size: 1.2rem;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) {
  .c-table table,
.l-wysiwyg .c-table table {
    font-size: 1.6rem;
  }
}
.c-table table tr,
.l-wysiwyg .c-table table tr {
  background: #f0f3f7;
}
.c-table table tr + tr,
.l-wysiwyg .c-table table tr + tr {
  border-top: 1px solid #fff;
}
.c-table table tr:nth-child(2n),
.l-wysiwyg .c-table table tr:nth-child(2n) {
  background: #e6ecf3;
}
.c-table table th,
.c-table table td,
.l-wysiwyg .c-table table th,
.l-wysiwyg .c-table table td {
  padding: 0.4rem 1rem;
}
@media screen and (min-width: 769px) {
  .c-table table th,
.c-table table td,
.l-wysiwyg .c-table table th,
.l-wysiwyg .c-table table td {
    padding: 0.4rem 2rem;
  }
}
.c-table table th span,
.c-table table td span,
.l-wysiwyg .c-table table th span,
.l-wysiwyg .c-table table td span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 3.5rem;
  width: 100%;
  line-height: 1.25;
  align-content: center;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .c-table table th span,
.c-table table td span,
.l-wysiwyg .c-table table th span,
.l-wysiwyg .c-table table td span {
    min-height: 6.5rem;
  }
}
.c-table table th span.__nowrap,
.c-table table td span.__nowrap,
.l-wysiwyg .c-table table th span.__nowrap,
.l-wysiwyg .c-table table td span.__nowrap {
  white-space: nowrap;
}
.c-table table th.__border,
.c-table table td.__border,
.l-wysiwyg .c-table table th.__border,
.l-wysiwyg .c-table table td.__border {
  border-left: 1px solid #fff;
}
.c-table table th.__light,
.c-table table td.__light,
.l-wysiwyg .c-table table th.__light,
.l-wysiwyg .c-table table td.__light {
  background: #f0f3f7 !important;
}
.c-table table th.__dark,
.c-table table td.__dark,
.l-wysiwyg .c-table table th.__dark,
.l-wysiwyg .c-table table td.__dark {
  background: #e6ecf3 !important;
}
.c-table table th small,
.c-table table td small,
.l-wysiwyg .c-table table th small,
.l-wysiwyg .c-table table td small {
  line-height: 1.25;
  display: block;
  font-size: 1.2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  .c-table table th small,
.c-table table td small,
.l-wysiwyg .c-table table th small,
.l-wysiwyg .c-table table td small {
    width: 100%;
    font-size: 1rem;
  }
}
.c-table table th small.__wide,
.c-table table td small.__wide,
.l-wysiwyg .c-table table th small.__wide,
.l-wysiwyg .c-table table td small.__wide {
  width: 100%;
}
.c-table table th + th, .c-table table th + td,
.c-table table td + th,
.c-table table td + td,
.l-wysiwyg .c-table table th + th,
.l-wysiwyg .c-table table th + td,
.l-wysiwyg .c-table table td + th,
.l-wysiwyg .c-table table td + td {
  border-left: 1px solid #fff;
}
.c-table table thead th,
.l-wysiwyg .c-table table thead th {
  background: #6c95c5;
  color: #fff;
  text-align: left;
}
.c-table table thead th span,
.l-wysiwyg .c-table table thead th span {
  line-height: 2.2;
}
.c-table table tbody td,
.l-wysiwyg .c-table table tbody td {
  line-height: 1.25;
}

.c-table__wrap + .c-table__wrap {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .c-table__wrap + .c-table__wrap {
    margin-top: 3.6rem;
  }
}

.c-table__col {
  margin-top: 1.2rem;
}
@media screen and (min-width: 769px) {
  .c-table__col {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .c-table__col .c-table__col_item {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-table__col .c-table__col_item {
    width: 49%;
  }
}

.c-table__col_item_title {
  margin-bottom: 0.8rem;
}

.c-table__consultation {
  position: relative;
  z-index: 1;
  max-width: 46.8rem;
}
.c-table__consultation.__footer {
  max-width: 100%;
}
.c-table__consultation.__footer .c-table__consultation_title {
  background-image: url("../img/common/bg_consultation_footer.svg");
}
.c-table__consultation.__footer table {
  padding-right: 1rem;
}
.c-table__consultation.__footer table thead th {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .c-table__consultation.__footer table thead th {
    font-size: 1.7rem;
  }
}
.c-table__consultation.__footer table th:first-child {
  width: 23%;
}
@media screen and (min-width: 769px) {
  .c-table__consultation.__footer table th:first-child {
    width: 20%;
  }
}
.c-table__consultation.__footer table td,
.c-table__consultation.__footer table th {
  width: 8.5%;
}
@media screen and (min-width: 769px) {
  .c-table__consultation.__footer table td,
.c-table__consultation.__footer table th {
    width: 8.5%;
  }
}
.c-table__consultation.__footer table td:last-child,
.c-table__consultation.__footer table th:last-child {
  width: 11%;
}
@media screen and (min-width: 769px) {
  .c-table__consultation.__footer table td:last-child,
.c-table__consultation.__footer table th:last-child {
    width: 12%;
  }
}
.c-table__consultation.__pediatrics table thead::before {
  background: #fff2e6;
}
.c-table__consultation.__medicine table thead::before {
  background: #edf6f9;
}
.c-table__consultation.__immunization table thead::before {
  background: #f0f8e9;
}
.c-table__consultation.__childcare table thead::before {
  background: rgba(255, 240, 162, 0.4);
}
.c-table__consultation table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  border-radius: 0 0.4rem 0 0;
}
.c-table__consultation table th {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .c-table__consultation table th {
    font-size: 1.5rem;
  }
}
.c-table__consultation table th:first-child {
  width: 21%;
  padding-right: 1rem;
}
@media screen and (min-width: 769px) {
  .c-table__consultation table th:first-child {
    width: 23%;
    padding-right: 0;
  }
}
.c-table__consultation table th:last-child {
  padding-right: 0.5rem;
}
@media screen and (min-width: 769px) {
  .c-table__consultation table th:last-child {
    padding-right: 1rem;
  }
}
.c-table__consultation table td,
.c-table__consultation table th {
  width: 9%;
}
@media screen and (min-width: 769px) {
  .c-table__consultation table td,
.c-table__consultation table th {
    width: 9%;
  }
}
.c-table__consultation thead {
  position: relative;
}
.c-table__consultation thead::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 10rem;
  z-index: -1;
  height: 3.6rem;
}
@media screen and (min-width: 769px) {
  .c-table__consultation thead::before {
    height: 3.6rem;
  }
}
.c-table__consultation thead th {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  height: 3rem;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  color: #2c5584;
}
@media screen and (min-width: 769px) {
  .c-table__consultation thead th {
    height: 3.6rem;
  }
}
.c-table__consultation tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.c-table__consultation tbody th,
.c-table__consultation tbody td {
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-table__consultation tbody th,
.c-table__consultation tbody td {
    padding-block: 1rem;
  }
}
.c-table__consultation tbody th small {
  font-size: 1rem;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-table__consultation tbody th small {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-table__consultation tbody th small {
    font-size: 1.2rem;
  }
}
.c-table__consultation tbody td small {
  font-size: 0.9rem;
  display: block;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  width: 130%;
  margin: 0 -15% -0.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-table__consultation tbody td small {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-table__consultation .__day:last-child {
    width: 13%;
  }
}
.c-table__consultation th.__hour {
  text-align: right;
  padding: 1rem 0 1rem;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-table__consultation th.__hour {
    padding: 1.5rem 2rem 1.5rem 2rem;
    font-size: 1.4rem;
  }
}
.c-table__consultation .__small .active {
  width: 1.3rem;
  height: 1.3rem;
}
@media screen and (min-width: 769px) {
  .c-table__consultation .__small .active {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-table__consultation .active {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background: #6c95c5;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-table__consultation .active {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.c-table__consultation .active.__dr {
  background: #5ccbfa;
}
.c-table__consultation .inactive {
  display: block;
  margin: auto;
  width: 1.3rem;
  height: 0.3rem;
  background: #cdd3e4;
}
@media screen and (min-width: 769px) {
  .c-table__consultation .inactive {
    width: 1.3rem;
  }
}

.c-table__consultation_title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: -1.05rem;
  height: 3.7rem;
  width: 12.5rem;
  padding: 0 2.3rem;
  color: #fff;
  background: url("../img/common/bg_consultation.svg") no-repeat center left/100% auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .c-table__consultation_title {
    top: -1.3rem;
    height: 5rem;
    width: 16.5rem;
    padding: 0 3.3rem;
  }
}

.c-table__consultation_name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.2rem;
  margin: 1rem 0 1.9rem;
}
@media screen and (min-width: 769px) {
  .c-table__consultation_name {
    margin: 1.2rem 0 1.9rem;
  }
}
.c-table__consultation_name .icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background: #c20000;
  margin-right: 0.4rem;
}
.c-table__consultation_name .icon.__dr {
  background: #5ccbfa;
}

.c-table__consultation_info {
  margin-top: 1rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-table__consultation_info {
    margin-top: 2rem;
  }
}
.c-table__consultation_info ul li {
  position: relative;
  font-size: 1.1rem;
  line-height: 150%;
  padding-left: 1em;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .c-table__consultation_info ul li {
    padding-left: 1.2em;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.c-table__consultation_info ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.4;
}
.c-table__consultation_info ul li br {
  display: none;
}
.c-table__consultation_info ul li br.__block {
  display: block;
}
.c-table__consultation_info ul li + .c-table__consultation_info ul li {
  margin-top: 0.2rem;
}
.c-table__consultation_info .__mt {
  margin-top: 0.8rem;
}
.c-table__consultation_info.__footer .__footer {
  display: block;
}

.c-table__line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c-table__line + .c-table__line {
  border-top: 1px solid #6c95c5;
}
.c-table__line dt,
.c-table__line dd {
  padding: 0.5rem 0;
}
.c-table__line dt {
  width: 28%;
  padding-left: 0.8rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-table__line dt {
    padding-left: 1.3rem;
  }
}
.c-table__line dd {
  width: 68%;
  padding-right: 1rem;
  font-size: 1.1rem;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .c-table__line dd {
    width: 71.7%;
    font-size: 1.4rem;
    line-height: 2;
    padding-right: 1.3rem;
  }
}

.c-title__wrap.__mt {
  margin-top: 1.2rem;
}
.c-title__wrap + .c-title__wrap {
  margin-top: 4rem;
}
.c-title__wrap .c-table {
  margin-top: 0.8rem;
}

.c-text__normal {
  font-size: 1.2rem !important;
}
@media screen and (min-width: 769px) {
  .c-text__normal {
    font-size: 1.6rem !important;
  }
}

.c-text__small {
  font-size: 1.1rem;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .c-text__small {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.c-text__small.__gray {
  color: #bebebe;
}

.c-text__xsmall {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.c-text__midium {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .c-text__midium {
    font-size: 1.8rem;
  }
}

.c-text__large {
  font-size: 1.3rem;
  /* @include g.mq(xs) {
    font-size: 2rem;
    line-height: 2.2;
  } */
}
@media screen and (min-width: 769px) {
  .c-text__large {
    font-size: 1.8rem;
  }
}

.c-text__left {
  text-align: left;
}

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

@media screen and (min-width: 769px) {
  .c-text__pc_center {
    text-align: center;
  }
}

.c-text__right {
  text-align: right;
}

.c-text__marker {
  background: rgba(0, 0, 0, 0) repeat scroll 0 0;
  background-image: linear-gradient(transparent 90%, #75add9 0%);
  background-image: -o-linear-gradient(transparent 90%, #75add9 0%);
  padding-bottom: 0.15em;
}
.c-text__marker.__green {
  background: rgba(0, 0, 0, 0) repeat scroll 0 0;
  background-image: linear-gradient(transparent 90%, #7cd3cc 0%);
  background-image: -o-linear-gradient(transparent 90%, #7cd3cc 0%);
}
.c-text__marker.__purple {
  background: rgba(0, 0, 0, 0) repeat scroll 0 0;
  background-image: linear-gradient(transparent 90%, #dcc6e1 0%);
  background-image: -o-linear-gradient(transparent 90%, #dcc6e1 0%);
}

.c-text__100 {
  font-weight: 100 !important;
}

.c-text__200 {
  font-weight: 200 !important;
}

.c-text__300 {
  font-weight: 300 !important;
}

.c-text__400 {
  font-weight: 400 !important;
}

.c-text__500 {
  font-weight: 500 !important;
}

.c-text__600 {
  font-weight: 600 !important;
}

.c-text__700 {
  font-weight: 700 !important;
}

.c-text__list.__normal li {
  position: relative;
  padding-left: 1.1em;
  line-height: 2;
}
.c-text__list.__normal li::after {
  content: "・";
  line-height: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.c-text__list.__normal li::before {
  display: none;
}
.c-text__list.__info li {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.4;
}
.c-text__list.__info li::after {
  content: "※";
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 0;
}
.c-text__list.__info li::before {
  display: none;
}
.c-text__list.__info.__icon_none li {
  padding-left: 0;
}
.c-text__list.__info.__icon_none li::after {
  display: none;
}
.c-text__list.__info.__mt {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .c-text__list.__info.__mt {
    margin-top: 2rem;
  }
}
.c-text__list.__number {
  counter-reset: number 0;
}
.c-text__list.__number li {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.1em;
  line-height: 2;
}
.c-text__list.__number li::after {
  content: counter(number) ".";
  line-height: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.c-text__list.__number li::before {
  display: none;
}
.c-text__list.__wrap li {
  flex-wrap: wrap;
  gap: 0;
}
.c-text__list.__wrap li small {
  display: block;
  width: 100%;
  line-height: 1.2;
  margin-top: -0.2em;
}
.c-text__list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  padding: 0.2rem 0 0.2rem 1.1em;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-text__list li {
    font-size: 1.4rem;
    padding: 0 0 0 1.1em;
  }
}
.c-text__list li::before {
  content: "";
  display: block;
  background: #2c5584;
  border-radius: 100%;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media screen and (min-width: 769px) {
  .c-text__list li::before {
    top: 0.9em;
  }
}

.c-title__normal {
  font-size: 1.7rem;
  line-height: 2.3;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-title__normal {
    font-size: 2.4rem;
  }
}
.c-title__normal.__small {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .c-title__normal.__small {
    font-size: 2rem;
  }
}
.c-title__normal.__blue {
  color: #2c5584;
}
.c-title__normal.__bold {
  font-weight: 700 !important;
}
.c-title__normal.__lineheight_low {
  line-height: 1.65;
}
@media screen and (min-width: 769px) {
  .c-title__normal.__lineheight_low {
    line-height: 1.65;
  }
}
.c-title__normal.__lineheight {
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .c-title__normal.__lineheight {
    line-height: 1.9;
  }
}
.c-title__normal.__font {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
}
.c-title__normal + .c-text__normal {
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .c-title__normal + .c-text__normal {
    margin-top: 1rem;
  }
}
.c-title__normal.__center {
  text-align: center;
}
.c-title__normal.__mt {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) {
  .c-title__normal.__mt {
    margin-top: 8rem;
  }
}
.c-title__normal.__mb {
  margin-bottom: 1rem;
}

.c-title__normal_wrap + .c-title__normal_wrap {
  margin-top: 0.5rem;
}

.c-title__middle {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 769px) {
  .c-title__middle {
    font-size: 3.2rem;
  }
}
.c-title__middle.__blue {
  color: #2c5584;
}
.c-title__middle.__bold {
  font-weight: 700 !important;
}

.c-title__tip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3.5rem;
  text-align: center;
  background: url("../img/common/bg_title.svg") no-repeat top center/auto 100%;
}
@media screen and (min-width: 769px) {
  .c-title__tip {
    height: 4.5rem;
  }
}
.c-title__tip .jp {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
  line-height: 1;
  color: #2c5584;
}
@media screen and (min-width: 769px) {
  .c-title__tip .jp {
    font-size: 1.8rem;
  }
}
.c-title__tip .en {
  font-size: 1rem;
  font-weight: 300;
  display: block;
  line-height: 1.8;
  color: #2c5584;
}
@media screen and (min-width: 769px) {
  .c-title__tip .en {
    font-size: 1.2rem;
  }
}

.c-title__main {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.65;
  margin-bottom: 0.8rem;
  position: relative;
  color: #2c5584;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .c-title__main {
    font-size: 4.2rem;
    margin-bottom: 1.3rem;
    letter-spacing: 0.12em;
  }
}
.c-title__main small {
  line-height: 1.65;
  margin-top: -0.2em;
  display: block;
  font-size: 0.73em;
}
.c-title__main.__large {
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
.c-title__main.__large::before {
  content: "";
  display: block;
  height: 0.2rem;
  width: 3rem;
  background: #2c5584;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-title__main.__large::before {
    width: 5rem;
  }
}

.c-title__main_message {
  font-size: 2rem;
  text-align: center;
  line-height: 1.65;
  margin-bottom: 0.8rem;
  position: relative;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 769px) {
  .c-title__main_message {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title__main_message .c-title__normal {
    font-size: 1.3rem;
  }
}
.c-title__main_message::before {
  content: "";
  display: block;
  height: 0.2rem;
  width: 3rem;
  background: #2c5584;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-title__main_message::before {
    width: 5rem;
  }
}
.c-title__main_message .c-title__main {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .c-title__main_message .c-title__main {
    margin-bottom: 0;
  }
}
.c-title__main_message p {
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .c-title__main_message p {
    line-height: 2;
  }
}

.c-weight--300 {
  font-weight: 300 !important;
}

.c-weight--400 {
  font-weight: 400 !important;
}

.c-weight--500 {
  font-weight: 500 !important;
}

.c-weight--600 {
  font-weight: 600 !important;
}

.c-weight--700 {
  font-weight: 700 !important;
}

.c-weight--800 {
  font-weight: 800 !important;
}

.c-weight--900 {
  font-weight: 900 !important;
}

.c-weight--bold {
  font-weight: bold !important;
}

.l-breadcrumb__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #2c5584;
}
.l-breadcrumb__list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .l-breadcrumb__list li {
    font-size: 1.3rem;
  }
}
.l-breadcrumb__list li + li::before {
  content: "＞";
  display: block;
  margin: 0 1em;
}
.l-breadcrumb__list li a {
  line-height: 1.2;
  color: #2c5584;
}
.l-breadcrumb__list li a span {
  opacity: 1;
}
.l-breadcrumb__list li span {
  line-height: 1.2;
  max-width: 18em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 769px) {
  .l-breadcrumb__list li span {
    max-width: 12em;
  }
}

.l-container {
  position: relative;
  z-index: 1;
  padding: 0 1.75rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-container {
    max-width: 144rem;
    padding: 0 22rem;
    margin: 0 auto;
  }
}
.l-container.__m {
  width: 100%;
  padding: 0 1.75rem;
}
@media screen and (min-width: 769px) {
  .l-container.__m {
    max-width: 144rem;
    padding: 0 16rem;
    margin: 0 auto;
  }
}
.l-container.__l {
  width: 100%;
  padding: 0 1.75rem;
}
@media screen and (min-width: 769px) {
  .l-container.__l {
    max-width: 144rem;
    padding: 0 10rem;
    margin: 0 auto;
  }
}

.l-container__inner {
  position: relative;
  padding: 0 1.7rem;
}
@media screen and (min-width: 769px) {
  .l-container__inner {
    padding: 0 6rem;
  }
}

.l-container__innerflex {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-container__innerflex {
    display: flex;
    justify-content: space-between;
    gap: 7.6rem;
  }
}
.l-container__innerflex + .l-container__innerflex {
  margin-top: 8rem;
}
.l-container__innerflex.__mt {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) {
  .l-container__innerflex.__mt {
    margin-top: 11.5rem;
  }
}
.l-container__innerflex.__frame {
  position: relative;
  border-radius: 2rem;
  padding: 3rem 2.4rem 4rem;
}
@media screen and (min-width: 769px) {
  .l-container__innerflex.__frame {
    padding: 6.5rem 6.1rem;
  }
}
.l-container__innerflex.__frame.__pediatrics {
  background: #fff2e6;
}
.l-container__innerflex.__frame.__medicine {
  background: #edf6f9;
}
.l-container__innerflex.__frame.__immunization {
  background: #f0f8e9;
}
.l-container__innerflex.__frame.__childcare {
  background: rgba(255, 240, 162, 0.4);
}

.l-container__innerflex_deco {
  position: absolute;
}
.l-container__innerflex_deco.__doctor {
  width: 7rem;
  left: -1.8rem;
  bottom: -1.5rem;
}
@media screen and (min-width: 769px) {
  .l-container__innerflex_deco.__doctor {
    width: 13rem;
    left: -3.6rem;
    bottom: -1.1rem;
  }
}
.l-container__innerflex_deco.__ballon {
  width: 10.8rem;
  right: -12.5%;
  top: 37%;
}
@media screen and (max-width: 768px) {
  .l-container__innerflex_deco.__ballon {
    display: none;
  }
}

.l-container__header {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-container__header {
    width: 5.6rem;
  }
}

.l-container__header_deco {
  position: absolute;
}
.l-container__header_deco.__balloon_01 {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-container__header_deco.__balloon_01 {
    display: block;
    width: 12.1rem;
    left: -8.2rem;
    top: 28.36rem;
  }
}

.l-container__content {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-container__content {
    flex: 1;
    padding-top: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .l-container__right {
    transform: translateX(14%);
    width: 85%;
  }
}
@media screen and (min-width: 992px) {
  .l-container__right {
    transform: translateX(16%);
    width: 90%;
  }
}
@media screen and (min-width: 1701px) {
  .l-container__right {
    transform: translateX(18.9%);
    width: 87%;
  }
}

.l-contentwrap {
  position: relative;
  padding: 6rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .l-contentwrap {
    padding: 8rem 0 8rem;
  }
}
.l-contentwrap:last-child {
  margin-bottom: 0;
}
.l-contentwrap:first-child {
  margin-top: 0;
}
.l-contentwrap.__mt {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) {
  .l-contentwrap.__mt {
    margin-top: 8rem;
  }
}
.l-contentwrap.__pb0 {
  padding-bottom: 0 !important;
}

.l-footer__cta {
  padding: 4rem 0;
}
@media screen and (min-width: 769px) {
  .l-footer__cta {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__cta_inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__cta_btn {
    width: 45.1%;
  }
}

.l-footer__cta_consultation {
  padding-top: 3.5rem;
}
@media screen and (min-width: 769px) {
  .l-footer__cta_consultation {
    width: 51.4%;
    padding-top: 1.1rem;
  }
}

.l-footer__contents {
  padding: 3.5rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .l-footer__contents {
    padding: 8rem 0 8rem;
  }
}

.l-footer__img {
  width: 100%;
  opacity: 0.7;
  margin: 0.5rem auto 0 -1rem;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .l-footer__img {
    width: 64.2%;
    margin: 0.5rem auto 0;
  }
}

.l-footer__contents_navi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-footer__contents_navi .c-navi__list {
  width: 55.3%;
}
@media screen and (min-width: 769px) {
  .l-footer__contents_navi .c-navi__list {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contents_navi .c-navi__list:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contents_navi .c-navi__list:nth-child(2) {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contents_navi .c-navi__list:nth-child(3) {
    order: 2;
    width: 44.4%;
  }
}
.l-footer__contents_navi .c-navi__list:last-child {
  background-image: linear-gradient(to bottom, #e5e5e5 0.5rem, transparent 0.5rem);
  background-size: 1px 1rem;
  /* 線2px、間隔2px */
  background-repeat: repeat-y;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .l-footer__contents_navi .c-navi__list:last-child {
    order: 4;
    width: 44.4%;
    background: none;
    background-image: linear-gradient(to left, #e5e5e5 0.5rem, transparent 0.5rem);
    background-size: 1rem 1px;
    /* 線2px、間隔2px */
    background-repeat: repeat-x;
    background-position: left top;
  }
}
.l-footer__contents_navi .c-navi__list {
  font-size: 1.4rem;
}
.l-footer__contents_navi .c-navi__list .c-navi__item_title {
  color: #2c5584;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__contents_navi .c-navi__list .c-navi__item_title .__blank {
    display: none;
  }
}
.l-footer__contents_navi .c-navi__list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  padding: 0.2rem 0;
  color: #2c5584;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .l-footer__contents_navi .c-navi__list li a {
    font-size: 1.4rem;
    padding: 0 0;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__contents_navi .c-navi__list li a:hover {
    opacity: 0.8;
  }
}
.l-footer__contents_navi .c-navi__list li a::before {
  content: "";
  display: block;
  background: #2c5584;
  border-radius: 100%;
  width: 0.5rem;
  height: 0.5rem;
}
.l-footer__contents_navi .c-navi__list:last-child {
  padding: 2rem 0 0;
  margin-top: -3.5rem;
}
@media screen and (min-width: 769px) {
  .l-footer__contents_navi .c-navi__list:last-child {
    padding: 0 0 0 6.5rem;
    margin-top: 0;
  }
}
.l-footer__contents_navi .c-navi__list:last-child li a {
  font-weight: 700;
}

.l-footer__copyright {
  text-align: center;
  font-size: 1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: 1.1rem;
    margin-top: 6rem;
  }
}

.l-form__confirm .l-form__privacy {
  display: none;
}
.l-form__confirm .c-form__btn:first-child {
  order: 2;
}
.l-form__confirm .c-form__btn:last-child {
  order: 1;
}
.l-form__confirm .c-form__input {
  padding: 2rem 0 1.5rem;
}
@media screen and (min-width: 769px) {
  .l-form__confirm .c-form__input {
    padding: 0 0 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-form__confirm .l-form__table-item + .l-form__table-item {
    padding-top: 2rem;
  }
}

.l-form__finish .l-form__message,
.l-form__finish .l-form__content {
  display: none;
}

.l-form__finishmsg {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .l-form__finishmsg {
    margin-top: 8rem;
  }
}
.l-form__finishmsg h3 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .l-form__finishmsg h3 {
    font-size: 1.8rem;
  }
}
.l-form__finishmsg p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .l-form__finishmsg p {
    font-size: 1.5rem;
  }
}

.l-form__contents {
  padding: 2rem 2.4rem 6.5rem;
  background: #fff;
  border-radius: 2rem;
  border: 0.3rem solid #222;
}
@media screen and (min-width: 769px) {
  .l-form__contents {
    padding: 7rem 5rem 7.5rem;
  }
}

.l-form__step {
  background: #fff;
  border-radius: 2rem 2rem 0 0;
  padding: 5rem 12.7% 4.5rem;
  border: 0.3rem solid #222;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .l-form__step {
    padding: 7rem 26.7% 4.5rem;
  }
}

.l-form__step-list {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.l-form__step-list::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background-image: linear-gradient(to right, #222 0.4rem, transparent 0.3rem);
  background-size: 0.8rem 0.2rem;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.5;
}
.l-form__step-list::after {
  content: "";
  width: 50%;
  height: 0.2rem;
  background: #222;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-form__step-list.__right::after {
  left: auto;
  right: 0;
}
.l-form__step-list.__none::after {
  display: none;
}
.l-form__step-list li {
  position: relative;
  width: 5rem;
  padding: 1.5rem 0 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-form__step-list li {
    width: 5rem;
    padding: 2rem 0 0;
  }
}
.l-form__step-list li:first-child {
  transform: translateX(-2.5rem);
  z-index: 5;
}
.l-form__step-list li:last-child {
  transform: translateX(2.5rem);
  z-index: 5;
}
.l-form__step-list li::before, .l-form__step-list li::after {
  content: "";
  background: #2c5584;
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.5rem;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .l-form__step-list li::before, .l-form__step-list li::after {
    width: 1rem;
    height: 1rem;
  }
}
.l-form__step-list li .en {
  color: #2c5584;
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .l-form__step-list li .en {
    font-size: 1.2rem;
  }
}
.l-form__step-list li .text {
  display: block;
  opacity: 0.5;
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
}
.l-form__step-list li.active::after {
  z-index: 3;
  width: 2rem;
  height: 2rem;
  top: -1rem;
}
.l-form__step-list li.active .text {
  color: #222;
  opacity: 1;
}

.l-form__message {
  margin: 7rem 0 5.5rem;
  text-align: center;
}
.l-form__message small {
  display: block;
}

.l-form__table-item dl {
  padding: 2rem 0 0;
}
@media screen and (min-width: 769px) {
  .l-form__table-item dl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 3rem 0 0;
    gap: 5rem;
  }
}
.l-form__table-item dt {
  position: relative;
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .l-form__table-item dt {
    margin: 0 0 0 0;
    align-items: stretch;
    padding-top: 2.2rem;
    width: 25%;
  }
}
.l-form__table-item dt.__ptnone {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .l-form__table-item dt.__ptnone sup {
    top: 0.6em;
  }
}
@media screen and (min-width: 769px) {
  .l-form__table-item dd {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 65.5%;
  }
}
.l-form__table-item .l-form__table-item_wide {
  display: block;
}
.l-form__table-item .l-form__table-item_wide .c-form__input {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-form__table-item .l-form__table-item_wide .c-form__input {
    margin-top: 2rem;
  }
}

.l-form__privacy .c-form__privacy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.l-form__privacy sup {
  display: inline-block;
  vertical-align: 0;
  font-size: 1.1rem;
  margin-left: 1rem;
  color: #2c5584;
}
@media screen and (min-width: 769px) {
  .l-form__privacy sup {
    font-size: 1.4rem;
  }
}

.l-form__privacy_text {
  margin-top: 1rem;
  padding-left: 4rem;
}
@media screen and (min-width: 769px) {
  .l-form__privacy_text {
    padding-left: 5rem;
  }
}

.l-form__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-form__field-unit {
  width: 48%;
}

.l-form__privacy {
  margin: 5rem 0 5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-form__privacy {
    margin: 8rem 0 3rem;
  }
}
.l-form__privacy .l-form__privacy_link {
  display: inline-block;
  margin-top: 2rem;
  padding-bottom: 0.1em;
  border-bottom: 0.5px solid #222;
}
@media screen and (min-width: 769px) {
  .l-form__privacy .l-form__privacy_link {
    margin-top: 1.5rem;
    margin-top: 3rem;
    border-bottom: 1px solid #222;
  }
}

.l-form__btnlist {
  margin: 5rem 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .l-form__btnlist {
    margin: 10rem 0 0;
  }
}
.l-form__btnlist .c-form__btn {
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .l-form__btnlist .c-form__btn + .c-form__btn {
    margin-bottom: 1rem;
  }
}
.l-form__btnlist .c-form__btn:first-child {
  order: 2;
}
@media screen and (min-width: 769px) {
  .l-form__btnlist .c-form__btn:first-child {
    order: 1;
  }
}
.l-form__btnlist .c-form__btn:nth-child(2) {
  order: 0;
}
@media screen and (min-width: 769px) {
  .l-form__btnlist .c-form__btn:nth-child(2) {
    order: 0;
  }
}
.l-form__btnlist .c-form__btn:last-child {
  order: 1;
}
@media screen and (min-width: 769px) {
  .l-form__btnlist .c-form__btn:last-child {
    order: 2;
  }
}
.l-form__btnlist.__left {
  justify-content: flex-start;
}

.mw_wp_form_input .l-form__btnlist {
  margin: 6rem 0 0;
}
@media screen and (min-width: 769px) {
  .mw_wp_form_input .l-form__btnlist {
    margin: 10rem 0 0;
  }
}
.mw_wp_form_input .l-form__btnlist .c-form__btn {
  margin: 0;
}

.mw_wp_form_confirm .l-form__table-item dt {
  padding-top: 0 !important;
}
.mw_wp_form_confirm .c-form__privacy {
  padding-top: 0 !important;
}
.mw_wp_form_confirm .l-form__table-item dt sup {
  top: 0.6em !important;
}
@media screen and (min-width: 769px) {
  .mw_wp_form_confirm .l-form__table-item dt sup {
    top: 0.6em !important;
  }
}
.mw_wp_form_confirm .c-form__selectbox::before {
  display: none !important;
}

.require {
  border: 0.2rem solid #222;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
  display: inline-block;
  background: #2c5584;
}
@media screen and (max-width: 768px) {
  .require {
    transform: translateY(0.2rem);
  }
}

.header_navi_fixed .l-header__logo .__white {
  opacity: 0;
}
.header_navi_fixed .l-header__logo .__blue {
  opacity: 1;
}

@keyframes navi {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes logo {
  0% {
    opacity: 1;
  }
  99.99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes logo_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  transition: 0.8s;
}
@media screen and (min-width: 769px) {
  .l-header {
    top: 0;
    z-index: 100;
  }
}
@media screen and (min-width: 1701px) {
  .l-header {
    top: 0;
  }
}

.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  z-index: 120;
  transition: 0.4s ease;
  height: 5rem;
  padding: 0 0;
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    height: 6rem;
    padding: 0;
  }
}
.l-header__telIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 7.2rem;
  z-index: 120;
  width: 4.8rem;
  height: 4.8rem;
  background: none;
  padding: 0;
  box-shadow: 0 0.3rem 0 0 rgba(20, 11, 5, 0.15);
  border-radius: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header__telIcon {
    right: 2%;
    display: none;
  }
}
.l-header__telIcon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  width: 100%;
  background: #2c5584;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border: 0.3rem solid #222;
  border-radius: 1.2rem;
}
@media screen and (min-width: 769px) {
  .l-header__telIcon::before {
    display: none;
  }
}
.l-header__telIcon svg {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  position: relative;
  z-index: 1;
}

.l-header__menuIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 120;
  width: 5rem;
  height: 5rem;
  background: none;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .l-header__menuIcon {
    right: 0;
    display: none;
  }
}
.l-header__menuIcon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .l-header__menuIcon::before {
    display: none;
  }
}

.l-header__menuIconOpen,
.l-header__menuIconClose {
  position: relative;
  z-index: 2;
  display: flex;
  cursor: pointer;
  transition: 0.4s;
  transition-delay: 0;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .l-header__menuIconOpen,
.l-header__menuIconClose {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}

.l-header__menuIconOpen {
  opacity: 1;
}
.l-header__menuIconOpen .l-header__menuIcon-iconLine:first-child {
  transition-delay: 0 !important;
}
.l-header__menuIconOpen .l-header__menuIcon-iconLine:nth-child(2) {
  transition-delay: 50ms !important;
  margin-top: 0;
}
.l-header__menuIconClose {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  transition: 0.4s;
  transition-delay: 0.4s;
}
.l-header__menuIconClose .l-header__menuIcon-iconLines {
  transition: 0.4s;
}
.l-header__menuIconClose .l-header__menuIcon-iconLine {
  transform: scale(1);
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:first-child {
  transition-delay: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(2) {
  transition-delay: 50ms !important;
  margin-top: 0.5rem;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(2) {
    margin-top: 0.4rem;
  }
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(3) {
  transition-delay: 100ms !important;
  margin-top: 0.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(3) {
    margin-top: 0.4rem;
  }
}
.l-header__menuIconClose .l-header__menuIcon-text {
  opacity: 0;
}

.l-header__menuIcon-text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
  position: absolute;
  bottom: 0.8rem;
  color: #2c5584;
  line-height: 1;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
}

.l-header__menuIcon-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  order: 1;
  margin: 0 auto;
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 1.5rem 0.5rem 2rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  width: 2.15rem;
  height: 1px;
  background: #2c5584;
  transition: transform 0.3s, opacity 0.3s;
  display: block;
  border-radius: 1rem;
}

.l-header__logo {
  position: fixed;
  left: 2rem;
  top: 2rem;
  transition: 0.4s ease;
  transform-origin: center left;
  display: block;
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    position: absolute;
    left: 5rem;
    top: 2.5rem;
  }
}
.l-header__logo .__blue {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.l-header__logo a {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #2c5584;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .l-header__logo a {
    font-size: 1.3rem;
  }
}
.l-header__logo img {
  transition: 0.4s ease;
  margin-right: 0.8rem;
  width: 14.5rem;
}
@media screen and (min-width: 769px) {
  .l-header__logo img {
    width: 29.4rem;
    margin: 0;
  }
}

.l-header__contents {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .l-header__contents {
    position: static;
  }
}

.l-header__navi_list {
  background: url("../img/common/bg_navi.svg") no-repeat bottom left/auto 100%;
  padding: 0 5.3rem 0 2.5rem;
  height: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-header__navi_list {
    transition: 0.4s ease;
    padding: 0 0 0 5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
  }
}
.l-header__navi_list .c-navi__list.__horizontal {
  height: 100%;
  transition: 0.3s;
  transition-delay: 0.2s;
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item {
    display: none;
  }
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item ul {
  transition: 0.3s;
  padding: 2rem 3rem;
  top: 100%;
  left: -1.5rem;
  background: #fff;
  box-shadow: 0.3rem 0.3rem 2rem 0 rgba(44, 85, 132, 0.1);
  z-index: 1;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 2rem;
}
@media screen and (min-width: 769px) {
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item ul {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    max-width: 54.2rem;
    width: 200%;
  }
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item ul.__large {
  width: 360%;
}
@media screen and (min-width: 1701px) {
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item ul.__large {
    width: 400%;
  }
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item ul.__large li {
  width: calc(50% - 1rem);
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item ul li {
  width: 100%;
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
}
@media screen and (min-width: 769px) {
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item ul li a:hover {
    background: rgba(232, 237, 244, 0.3);
  }
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item ul li a::before {
  content: "";
  display: block;
  background: #2c5584;
  border-radius: 100%;
  width: 0.4rem;
  height: 0.4rem;
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item a,
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item .c-navi__item_haschild {
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item a small,
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item .c-navi__item_haschild small {
  vertical-align: 0.2em;
}
@media screen and (min-width: 769px) {
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item a:hover ul,
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item .c-navi__item_haschild:hover ul {
    opacity: 1;
    pointer-events: visible;
  }
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item a:hover .icon::after,
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item .c-navi__item_haschild:hover .icon::after {
    opacity: 0;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item a.is_active ul,
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item .c-navi__item_haschild.is_active ul {
    opacity: 1;
    pointer-events: visible;
  }
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item a.is_active .icon::after,
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item .c-navi__item_haschild.is_active .icon::after {
    opacity: 0;
  }
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item a .icon,
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item .c-navi__item_haschild .icon {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item a .icon::before, .l-header__navi_list .c-navi__list.__horizontal .c-navi__item a .icon::after,
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item .c-navi__item_haschild .icon::before,
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item .c-navi__item_haschild .icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: #6c95c5;
  transition: 0.3s;
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item a .icon::before,
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item .c-navi__item_haschild .icon::before {
  width: 100%;
  height: 0.2rem;
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item a .icon::after,
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item .c-navi__item_haschild .icon::after {
  width: 0.2rem;
  height: 100%;
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item.__tel {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item.__tel {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item.__tel {
    margin-left: 1.5rem;
  }
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item.__tel a {
  color: #2c5584;
  font-size: 1.3rem;
  padding: 0 1rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  gap: 0;
}
@media screen and (min-width: 769px) {
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item.__tel a {
    font-size: 2rem;
    padding: 0 3rem 0 2.5rem;
    letter-spacing: 0.08rem;
  }
}
.l-header__navi_list .c-navi__list.__horizontal .c-navi__item.__tel a svg {
  height: 1.5rem;
  width: 2em;
  margin-bottom: -0.1em;
}
@media screen and (min-width: 769px) {
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item.__tel a svg {
    height: 2.3rem;
  }
}
@media screen and (min-width: 769px) {
  .l-header__navi_list .c-navi__list.__horizontal .c-navi__item.__tel::before {
    content: "";
    border-left: 1px dashed rgba(44, 85, 132, 0.3);
  }
}

.header_menu_active .l-header__navi_list .c-navi__list.__horizontal {
  opacity: 0;
}
.header_menu_active.header_navi_fixed .l-header__logo {
  opacity: 1;
  display: block;
  animation: none;
}
@media screen and (min-width: 769px) {
  .header_menu_active.header_navi_fixed .l-header__logo {
    opacity: 0;
  }
}
.header_menu_active.header_navi_fixed .l-header__logo .__blue {
  opacity: 0;
}
.header_menu_active.header_navi_fixed .l-header__logo a {
  opacity: 0;
  animation: 0.3s 0.3s logo_show forwards;
}
.header_menu_active .l-header.__global {
  top: 0 !important;
  border-color: transparent;
}
.header_menu_active .l-header__inner {
  border-color: transparent;
}
.header_menu_active .l-header__menuIcon {
  border-color: transparent;
}
.header_menu_active .l-header__menuIcon::before {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.header_menu_active .l-header__menuIconOpen {
  opacity: 0 !important;
  pointer-events: none;
}
.header_menu_active .l-header__menuIconClose {
  opacity: 1;
  pointer-events: auto;
}
.header_menu_active .l-header__menuIconClose .l-header__menuIcon-iconLine {
  background: #2c5584;
}
.header_menu_active .l-header__salonBtn {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .header_menu_active .l-header__salonBtn {
    display: block;
  }
}
#popup_headerMenu {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
#popup_headerMenu .l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  background: #222 !important;
}
#popup_headerMenu .p-cta {
  padding: 3rem 0;
}

.l-header__mainMenuContent {
  position: relative;
  height: 100%;
}

.l-header__mainMenuContent_inner {
  overflow: scroll;
  height: 100%;
}

.l-header__navi {
  height: 100%;
}
.l-header__navi .c-navi {
  height: 100%;
}
.l-header__navi .c-navi__list {
  height: 100%;
}

.l-header__mainMenuContent_menu {
  position: relative;
  z-index: 2;
  margin-top: 7rem;
  border-radius: 0;
  padding: 0 0 3rem;
}
.l-header__mainMenuContent_menu .c-navi__list {
  position: relative;
  justify-content: flex-start;
  padding: 0 0;
  flex-wrap: wrap;
}
.l-header__mainMenuContent_menu .c-navi__item {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .l-header__mainMenuContent_menu .c-navi__item {
    margin: 0 5rem;
  }
}
.l-header__mainMenuContent_menu .c-navi__item + .c-navi__item {
  border-top: 1px solid #e5e5e5;
}
.l-header__mainMenuContent_menu .c-navi__item.is_active .c-navi__item_haschild .icon::after {
  opacity: 0;
}
.l-header__mainMenuContent_menu .c-navi__item.__tel {
  display: none;
}
.l-header__mainMenuContent_menu .c-navi__item ul li {
  display: block;
  border: none !important;
}
.l-header__mainMenuContent_menu .c-navi__item ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  background: none;
  color: #2c5584;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .l-header__mainMenuContent_menu .c-navi__item ul li a:hover {
    background: rgba(232, 237, 244, 0.3);
  }
}
.l-header__mainMenuContent_menu .c-navi__item ul li a::before {
  content: "";
  display: block;
  background: #2c5584;
  border-radius: 100%;
  width: 0.4rem;
  height: 0.4rem;
}
.l-header__mainMenuContent_menu .c-navi__item a {
  background: url("../img/icon/arrow.svg") no-repeat right center/1.75rem auto;
}
.l-header__mainMenuContent_menu .c-navi__item a,
.l-header__mainMenuContent_menu .c-navi__item .c-navi__item_haschild {
  position: relative;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-header__mainMenuContent_menu .c-navi__item a span,
.l-header__mainMenuContent_menu .c-navi__item .c-navi__item_haschild span {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .l-header__mainMenuContent_menu .c-navi__item a,
.l-header__mainMenuContent_menu .c-navi__item .c-navi__item_haschild {
    padding: 0.7rem 1.5rem;
    font-size: 1.5rem;
    border-bottom: 2px solid;
  }
}
@media screen and (min-width: 769px) {
  .l-header__mainMenuContent_menu .c-navi__item a:hover,
.l-header__mainMenuContent_menu .c-navi__item .c-navi__item_haschild:hover {
    border-color: #2c5584;
  }
}
.l-header__mainMenuContent_menu .c-navi__item a .icon,
.l-header__mainMenuContent_menu .c-navi__item .c-navi__item_haschild .icon {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  display: block;
}
.l-header__mainMenuContent_menu .c-navi__item a .icon::before, .l-header__mainMenuContent_menu .c-navi__item a .icon::after,
.l-header__mainMenuContent_menu .c-navi__item .c-navi__item_haschild .icon::before,
.l-header__mainMenuContent_menu .c-navi__item .c-navi__item_haschild .icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: #6c95c5;
  transition: 0.3s;
}
.l-header__mainMenuContent_menu .c-navi__item a .icon::before,
.l-header__mainMenuContent_menu .c-navi__item .c-navi__item_haschild .icon::before {
  width: 100%;
  height: 1px;
}
.l-header__mainMenuContent_menu .c-navi__item a .icon::after,
.l-header__mainMenuContent_menu .c-navi__item .c-navi__item_haschild .icon::after {
  width: 1px;
  height: 100%;
}

.l-header__mainMenuContent_logo {
  padding: 6.5rem 0 3rem;
}
.l-header__mainMenuContent_logo img {
  width: 29.3%;
  margin: 0 auto;
}

.l-header__mainMenuContent_tel {
  font-size: 1.9rem;
  font-weight: 600;
  margin-top: 4.5rem;
}
.l-header__mainMenuContent_tel small {
  font-size: 1.4rem;
  font-weight: 500;
}

.l-header__mainMenuContent_text {
  margin-top: 1rem;
  text-align: center;
}

.l-header__mainMenuContent_deco {
  position: absolute;
}
.l-header__mainMenuContent_deco.__01 {
  top: -2rem;
  right: 0;
  width: 5.15rem;
  z-index: 5;
}
.l-header__mainMenuContent_deco.__02 {
  bottom: 0;
  left: 0;
  width: 11.5rem;
  z-index: 5;
}

#popup_headerTEL {
  position: absolute;
  top: 9rem;
  right: 5rem;
  border-radius: 2rem;
  background: #f0f3f7;
  padding: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 0.3rem 0 0 rgba(20, 11, 5, 0.15);
}

.l-page {
  overflow: clip;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .l-page {
    font-size: 1.6rem;
  }
}

.l-page__mainv {
  display: block;
  padding: 15rem 0 7rem;
  background: no-repeat top 0 center/auto 15rem;
}
@media screen and (min-width: 769px) {
  .l-page__mainv {
    padding: 27rem 0 11rem;
    background: no-repeat top -8rem center/contain;
  }
}
@media screen and (min-width: 1701px) {
  .l-page__mainv {
    padding: 40rem 0 11rem;
  }
}

.l-page__mainv_none {
  display: block;
  padding: 2.5rem 0 7rem;
}
@media screen and (min-width: 769px) {
  .l-page__mainv_none {
    padding: 3.5rem 0 11rem;
  }
}

.l-page__single {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-page__single {
    padding: 0 0 0 10rem;
  }
}
.l-page__single::after {
  content: "";
  display: block;
  width: calc(100vw + 10rem);
  height: calc(100% + 7rem);
  background: #fff;
  position: absolute;
  top: 0;
  left: -2rem;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .l-page__single::after {
    height: calc(100% + 11rem);
    left: 0;
    border-radius: 1.6rem 0 0 0;
  }
}

.l-page__colmun {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-page__colmun {
    flex-wrap: nowrap;
  }
}

.l-page__colmun_main {
  position: relative;
  width: 100%;
  order: 1;
}
@media screen and (min-width: 769px) {
  .l-page__colmun_main {
    width: 68.8%;
    order: 2;
  }
}

.l-page__colmun_sidebar {
  position: relative;
  width: 100%;
  order: 2;
  margin: 5rem 0 0;
}
@media screen and (min-width: 769px) {
  .l-page__colmun_sidebar {
    width: 23.7%;
    order: 1;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-page__colmun_sidebar .__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
  }
}

.l-pageheader {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-pageheader__img img {
    object-fit: cover;
    height: 24rem;
  }
}
.l-pageheader__img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(108, 149, 197, 0.3);
  z-index: 1;
}

.l-pageheader__inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #2c5584;
}

.l-pageheader__breadcrumb {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: #f0f3f7 url("../img/common/bg_white.svg") no-repeat center left 25rem/auto 100%;
  padding: 0.5rem 0 0.5rem 1.7rem;
}
@media screen and (min-width: 769px) {
  .l-pageheader__breadcrumb {
    margin-top: 0;
    background-position: center left 30rem;
    padding: 1rem 0 1rem 5rem;
  }
}

.l-pageheader__title {
  font-size: 2.4rem;
  line-height: 1.74;
  margin-top: 1em;
  letter-spacing: 0.1em;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .l-pageheader__title {
    margin-top: 2em;
    font-size: 5rem;
  }
}

.l-pageheader__text {
  line-height: 3;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .l-pageheader__text {
    font-size: 1.8rem;
  }
}

.l-pager {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
}
@media screen and (min-width: 769px) {
  .l-pager {
    margin: 4rem auto 0;
  }
}
.l-pager .page_numbers {
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 3rem;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers {
    height: 5.2rem;
  }
}
.l-pager .page_numbers.__list {
  position: relative;
}
.l-pager .page_numbers .link_number {
  margin: 0 0.2rem;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .link_number {
    margin: 0 0.5rem;
  }
}
.l-pager .page_numbers .link_number.disable {
  display: none;
}
.l-pager .page_numbers .link_number .page-numbers {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f3f7;
  border-radius: 100%;
  font-weight: 400;
  color: #222;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .link_number .page-numbers {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .link_number .page-numbers:hover {
    color: #fff;
    background: #2c5584;
  }
}
.l-pager .page_numbers .link_number .page-numbers.current {
  background: #2c5584;
  color: #fff;
}
.l-pager .page_numbers .link_number .page-numbers.dots {
  color: #222;
  background: none;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .link_number .page-numbers.dots:hover {
    color: #222;
    background: none;
  }
}
.l-pager .page_numbers .page-numbers {
  position: static;
  border-bottom: none;
}
.l-pager .page_numbers .page-numbers.prev, .l-pager .page_numbers .page-numbers.next {
  display: none;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 4rem;
  border-radius: 10rem;
  top: 0;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.prev, .l-pager .page_numbers .page-numbers.next {
    width: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.prev, .l-pager .page_numbers .page-numbers.next {
    top: 0.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.prev:hover, .l-pager .page_numbers .page-numbers.next:hover {
    color: #222;
    text-decoration: underline;
  }
  .l-pager .page_numbers .page-numbers.prev:hover svg path, .l-pager .page_numbers .page-numbers.next:hover svg path {
    fill: #fff;
  }
}
.l-pager .page_numbers .page-numbers.prev svg, .l-pager .page_numbers .page-numbers.next svg {
  width: 1.5rem;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.prev svg, .l-pager .page_numbers .page-numbers.next svg {
    width: 2rem;
  }
}
.l-pager .page_numbers .page-numbers.prev svg path, .l-pager .page_numbers .page-numbers.next svg path {
  stroke: none;
  transition: 0.3s;
}
.l-pager .page_numbers .page-numbers.prev {
  left: -4.5rem;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.prev {
    left: -5.5rem;
  }
}
.l-pager .page_numbers .page-numbers.next {
  right: -4.5rem;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.next {
    right: -5.5rem;
  }
}

.l-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11000;
  opacity: 0;
  transition: 0.3s;
  display: none;
  opacity: 0;
}
.l-popup.is_active {
  opacity: 1;
  display: block;
}
.l-popup .l-container {
  position: relative;
  height: 100%;
}

.l-popup__inner {
  height: 100%;
}

.l-popup__content {
  width: 100%;
  max-width: 90%;
  max-height: 70%;
  height: 70rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 4rem;
  padding: 3rem 5rem;
}
@media screen and (min-width: 769px) {
  .l-popup__content {
    padding: 2rem 2rem;
    max-height: 80%;
  }
}

.l-popup__content-inner {
  height: 100%;
}

.l-popup__close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -5rem;
  right: 0;
  cursor: pointer;
}
.l-popup__close::before, .l-popup__close::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-popup__close::before {
  transform: rotate(-45deg);
}
.l-popup__close::after {
  transform: rotate(45deg);
}

.l-slider {
  position: relative;
}

.l-sidebar {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .l-sidebar {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .l-sidebar__widget + .l-sidebar__widget {
    margin-top: 1rem;
  }
}

.l-sidebar__widget_title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  border-bottom: 1px solid #222;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .l-sidebar__widget_title {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }
}

.l-sidebar__category_list {
  margin: 3rem 0 0;
  padding: 0 2rem;
}
.l-sidebar__category_list li {
  display: block;
}
.l-sidebar__category_list li a {
  word-break: keep-all;
  padding: 0.3rem 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-sidebar__category_list li a {
    padding: 0.3rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-sidebar__category_list li a:hover {
    border-color: #2c5584;
    color: #2c5584;
  }
}
.l-sidebar__category_list li + li {
  margin-top: 1rem;
}

.l-sidebar__navi_list {
  margin: 0;
}
.l-sidebar__navi_list li a {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_list li a {
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_list li a:hover {
    color: #2c5584;
  }
  .l-sidebar__navi_list li a:hover::before {
    opacity: 1;
  }
}
.l-sidebar__navi_list li a::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #2c5584;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 0.2rem);
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_list li a::before {
    width: 0.8rem;
    height: 0.8rem;
    top: calc(50% - 0.3rem);
  }
}
.l-sidebar__navi_list li a.current {
  color: #2c5584;
}
.l-sidebar__navi_list li a.current::before {
  opacity: 1;
}

.l-sidebar__navi_more {
  position: relative;
  display: block;
  padding: 1.4rem 0 1.4rem 2rem;
  font-size: 1.1rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_more {
    padding: 2rem 0 2rem 3rem;
    font-size: 1.4rem;
  }
}
.l-sidebar__navi_more span::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: 0.3rem;
  border-left: 0.5px solid #222;
  border-bottom: 0.5px solid #222;
  transform: rotate(-45deg);
  margin-left: 1rem;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_more span::after {
    width: 0.8rem;
    height: 0.8rem;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
  }
}

.l-sidebar__navi_morewrap.is_active .l-sidebar__navi_more span::after {
  border: none;
  border-right: 0.5px solid #222;
  border-top: 0.5px solid #222;
  vertical-align: -0.2em;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_morewrap.is_active .l-sidebar__navi_more span::after {
    border: none;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
  }
}

@media screen and (min-width: 769px) {
  .l-sidebar__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
    left: 0;
  }
}

.l-tab__menu {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}
@media screen and (min-width: 641px) {
  .l-tab__menu {
    gap: 1rem;
  }
}

.l-tab__menu_item {
  position: relative;
  background: #7cd3cc;
  border: 0.3rem solid #222;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  font-size: 1.4rem;
  transition: 0.3s ease;
  border-radius: 2rem 2rem 0 0;
  flex: 1;
}
@media screen and (min-width: 769px) {
  .l-tab__menu_item {
    height: 9rem;
    font-size: 2rem;
  }
}
.l-tab__menu_item span {
  transition: 0.3s ease;
  line-height: normal;
}
.l-tab__menu_item:first-child::before {
  right: calc(-100% - 1.2rem);
}
@media screen and (min-width: 641px) {
  .l-tab__menu_item:first-child::before {
    right: calc(-100% - 1.6rem);
  }
}
@media screen and (min-width: 769px) {
  .l-tab__menu_item:first-child::before {
    right: calc(-100% - 1.9rem);
  }
}
.l-tab__menu_item:last-child::before {
  left: calc(-100% - 1.2rem);
}
@media screen and (min-width: 641px) {
  .l-tab__menu_item:last-child::before {
    left: calc(-100% - 1.6rem);
  }
}
@media screen and (min-width: 769px) {
  .l-tab__menu_item:last-child::before {
    left: calc(-100% - 1.9rem);
  }
}
.l-tab__menu_item::before {
  content: "";
  display: block;
  background: #222;
  width: calc(100% + 1.2rem);
  height: 0.3rem;
  position: absolute;
  bottom: -0.3rem;
  transition: 0.3s ease;
  z-index: 2;
  opacity: 0;
}
@media screen and (min-width: 641px) {
  .l-tab__menu_item::before {
    width: calc(100% + 1.6rem);
  }
}
@media screen and (min-width: 769px) {
  .l-tab__menu_item::before {
    width: calc(100% + 1.9rem);
  }
}
.l-tab__menu_item::after {
  content: "";
  display: block;
  background: #7cd3cc;
  width: calc(100% + 0.8rem);
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 -0.4rem;
  transition: 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-tab__menu_item::after {
    height: 1rem;
  }
}
.l-tab__menu_item.is_active {
  background: #fff;
}
.l-tab__menu_item.is_active span {
  font-weight: bold;
}
.l-tab__menu_item.is_active::before {
  opacity: 1;
}
.l-tab__menu_item.is_active::after {
  opacity: 0;
}

.l-tab__content {
  position: relative;
  border: 0.3rem solid #222;
  border-top: none;
  background: #fff;
  border-radius: 0 0 2rem 2rem;
}

.l-tab__content_item {
  position: relative;
  padding: 2.4rem;
}
@media screen and (min-width: 769px) {
  .l-tab__content_item {
    font-size: 2rem;
    padding: 4.8rem;
  }
}

.l-wysiwyg *:first-child {
  margin-top: 0;
}
.l-wysiwyg *:last-child {
  margin-bottom: 0;
}
.l-wysiwyg h1,
.l-wysiwyg h2 {
  margin: 5rem 0 3rem;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg h1,
.l-wysiwyg h2 {
    margin: 7rem 0 3rem;
    font-size: 3rem;
  }
}
.l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-weight: 500;
  margin: 4rem 0 3rem;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
    margin: 6rem 0 3rem;
  }
}
.l-wysiwyg h3 {
  font-size: 1.8rem;
  color: #222;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg h3 {
    font-size: 2.4rem;
  }
}
.l-wysiwyg h3::before {
  top: calc(50% - 0.5em);
  border-radius: 2rem;
  background: linear-gradient(180deg, #0a58ad 0%, rgba(18, 160, 160, 0) 52.08%, #12a0a0 100%);
}
.l-wysiwyg h4 {
  color: #12a0a0;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg h4 {
    font-size: 2rem;
  }
}
.l-wysiwyg p + p {
  margin-top: 1.5rem;
}
.l-wysiwyg ul,
.l-wysiwyg ol {
  padding: 0;
  margin: 2rem 0;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg ul,
.l-wysiwyg ol {
    padding: 0;
    margin: 2rem 0;
  }
}
.l-wysiwyg ul li {
  display: block;
  position: relative;
  padding-left: 1.1em;
}
.l-wysiwyg ul li::before {
  content: "";
  display: inline-block;
  background: #2c5584;
  border-radius: 100%;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: 0.1em;
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg ul li::before {
    top: 0.9em;
  }
}
.l-wysiwyg ol {
  counter-reset: number 0;
  list-style-type: none;
}
.l-wysiwyg ol li {
  position: relative;
  padding-left: 2em;
  counter-increment: number 1;
}
.l-wysiwyg ol li + li {
  margin-top: 0.5rem;
}
.l-wysiwyg ol li::before {
  position: absolute;
  content: "(" counter(number) ")";
  left: 0;
  top: 0;
}
.l-wysiwyg ol ol li {
  padding-left: 1.5em;
}
.l-wysiwyg ol ol li::before {
  content: "";
  display: none;
}
.l-wysiwyg ol ol li .icon {
  position: absolute;
  left: 0;
  top: -0.05em;
  color: #2c5584;
  font-size: 1.3em;
}
.l-wysiwyg ol .__mt {
  margin: 3rem 0 0;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg ol .__mt {
    margin: 4rem 0 0;
  }
}
.l-wysiwyg a {
  display: inline-block;
  position: relative;
  color: #2c5584;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg a:hover {
    opacity: 0.8;
  }
}
.l-wysiwyg figure {
  display: block;
  margin: 5rem 0;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg figure {
    margin: 6rem 0;
  }
}
.l-wysiwyg img {
  overflow: hidden;
  max-width: 100%;
  width: auto;
}
.l-wysiwyg .wp-block-spacer {
  height: 8rem !important;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg .wp-block-spacer {
    height: 10rem !important;
  }
}
.l-wysiwyg strong {
  font-weight: bold;
}
.l-wysiwyg table td,
.l-wysiwyg table th {
  border-color: #e5e5e5;
}

body {
  background: #fff;
}
.__bg_main {
  background: #2c5584;
}

.__bg_blue {
  background: #f0f3f7;
}

.__bg_blue_02 {
  background: #d2deee;
}

.__bg_gray {
  background: #D9D9D9;
}

.__cloud {
  width: 6.4rem;
}

@media screen and (min-width: 769px) {
  .p-card {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-card.__col1 .p-card__item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-card.__col2 .p-card__item {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 769px) {
  .p-card.__col3 .p-card__item {
    width: calc(33.3% - 0.65rem);
  }
}
.p-card.__blue .p-card__item {
  background: #f0f3f7;
}
.p-card + .p-card {
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-card + .p-card {
    margin-top: 1rem;
  }
}

.p-card__item {
  background: #fff;
  padding: 2rem 1.7rem;
}
@media screen and (min-width: 769px) {
  .p-card__item {
    display: flex;
    flex-direction: column;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-card__item + .p-card__item {
    margin-top: 0.5rem;
  }
}
.p-card__item.__type02 {
  padding: 1rem 1.7rem;
}
@media screen and (min-width: 769px) {
  .p-card__item.__type02 {
    padding: 1.6rem 6rem;
  }
}

.p-card__item_title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  width: 130%;
  margin: 0 -15%;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .p-card__item_title {
    font-size: 2.4rem;
  }
}
.p-card__item_title.__small {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-card__item_title.__small {
    font-size: 2rem;
  }
}

.p-card__item_text {
  margin: 0 0 1.8rem;
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-card__item_text {
    flex-grow: 1;
    font-size: 1.4rem;
    margin: 0 0 3rem;
  }
}
.p-card__item_text.__mb0 {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-card__item_text.__type01 {
    flex-grow: 0.37;
  }
}

.p-card__item_icon {
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-card__item_icon {
    height: 10rem;
  }
}
.p-card__item_icon img {
  width: auto;
  height: 90%;
}
.p-card__item_icon.__large {
  height: 10rem;
}
@media screen and (min-width: 769px) {
  .p-card__item_icon.__large {
    height: 13.5rem;
  }
}
.p-card__item_icon.__large img {
  height: 70%;
}

.p-card__item_btn .c-btn + .c-btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-card__item_btn .c-btn + .c-btn {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-imgCard {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-imgCard.__col1 .p-imgCard__item {
    width: 100%;
    padding: 3.4rem 6rem 2.4rem;
  }
}
.p-imgCard.__col1 .p-imgCard__item + .p-imgCard__item {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-imgCard.__col1 .p-imgCard__item + .p-imgCard__item {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-imgCard.__col2 .p-imgCard__item {
    width: calc(50% - 0.5rem);
  }
}
.p-imgCard.__col2 .p-imgCard__item_img {
  max-width: 32.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-imgCard.__col3 .p-imgCard__item {
    width: calc(33.3% - 0.65rem);
  }
}
.p-imgCard.__blue .p-imgCard__item {
  background: #f0f3f7;
}
.p-imgCard + .p-imgCard {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-imgCard + .p-imgCard {
    margin-top: 0.5rem;
  }
}

.p-imgCard__item {
  background: #fff;
  padding: 2rem 1.7rem;
}
@media screen and (min-width: 769px) {
  .p-imgCard__item {
    padding: 2rem;
  }
}

.p-imgCard__item_img {
  display: block;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-imgCard__item_img {
    margin: 0 0 3rem;
  }
}

.p-imgCard__item_title {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 0.8rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-imgCard__item_title {
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 1.5rem;
  }
}

.p-cta {
  padding: 5.5rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .p-cta {
    padding: 8rem 0 8.5rem;
  }
}

.p-cta__title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  color: #2c5584;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-cta__title.__pc_mb0 {
    margin-bottom: 0;
  }
}
.p-cta__title.__blue {
  color: #2c5584;
}
.p-cta__title.__bold {
  font-weight: 700;
}

.p-cta__text {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .p-cta__text {
    text-align: center;
  }
}

.p-cta__contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-cta__contents {
    gap: 1rem;
  }
}
.p-cta__contents.__mft .p-cta__contents_item {
  border: 1px solid #2c5584;
}
.p-cta__contents.__footer .p-cta__contents_item {
  width: 100%;
  background: transparent;
  height: 7.7rem;
}
@media screen and (min-width: 769px) {
  .p-cta__contents.__footer .p-cta__contents_item {
    height: 11rem;
  }
}
.p-cta__contents.__footer .p-cta__contents_item a {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  justify-content: space-between;
  padding: 2.5rem 3rem;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .p-cta__contents.__footer .p-cta__contents_item a {
    gap: 3.5rem;
  }
}
.p-cta__contents.__footer .p-cta__contents_item a svg g,
.p-cta__contents.__footer .p-cta__contents_item a svg path {
  stroke: #fff;
}
@media screen and (min-width: 769px) {
  .p-cta__contents.__footer .p-cta__contents_item a:hover svg {
    right: 1rem;
  }
}
.p-cta__contents.__footer .p-cta__contents_item.__tel .p-cta__contents_img svg {
  transform: scale(1.2);
}
.p-cta__contents.__footer .p-cta__contents_item .p-cta__contents_img {
  width: 3.3rem;
}
@media screen and (min-width: 769px) {
  .p-cta__contents.__footer .p-cta__contents_item .p-cta__contents_img {
    width: 4.7rem;
  }
}
.p-cta__contents.__footer .p-cta__contents_item .p-cta__contents_title {
  flex: 1;
  margin: 0;
  text-align: left;
  color: #fff;
}
.p-cta__contents.__footer .p-cta__contents_item .p-cta__contents_title svg {
  position: absolute;
  right: 0.8rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 1.2rem;
  transition: 0.4s;
  transition-delay: 0.25s;
}
@media screen and (min-width: 769px) {
  .p-cta__contents.__footer .p-cta__contents_item .p-cta__contents_title svg {
    right: 1.5rem;
    width: 1.7rem;
  }
}

.p-cta__contents_item {
  background: #fff;
  width: 100%;
  height: 11.9rem;
}
@media screen and (min-width: 769px) {
  .p-cta__contents_item {
    width: calc(50% - 0.5rem);
    height: 17rem;
  }
}
.p-cta__contents_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-cta__contents_item.__tel a {
    pointer-events: none;
  }
}
.p-cta__contents_item.__contact a {
  color: #2c5584;
}
@media screen and (min-width: 769px) {
  .p-cta__contents_item.__contact a:hover {
    color: #fff;
    background: #2c5584;
  }
  .p-cta__contents_item.__contact a:hover .p-cta__contents_title svg {
    transform: translateX(0.6rem);
  }
  .p-cta__contents_item.__contact a:hover svg g,
.p-cta__contents_item.__contact a:hover svg path {
    stroke: #fff;
  }
}
.p-cta__contents_item.__contact svg {
  transition: 0.4s;
  transition-delay: 0.25s;
}
.p-cta__contents_item.__contact svg g,
.p-cta__contents_item.__contact svg path {
  transition: 0.3s;
}
.p-cta__contents_item.__contact .p-cta__contents_title {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-cta__contents_item.__contact .p-cta__contents_title {
    color: #3f6ea5;
    margin-top: 1rem;
  }
}

.p-cta__contents_img {
  width: 100%;
}
.p-cta__contents_img svg {
  margin: 0 auto;
}

.p-cta__contents_title {
  width: 100%;
  line-height: 1.4;
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-cta__contents_title {
    font-size: 1.8rem;
  }
}
.p-cta__contents_title b {
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .p-cta__contents_title b {
    font-size: 2.4rem;
  }
}
.p-cta__contents_title span {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  line-height: 1.4;
}
.p-cta__contents_title span svg {
  width: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-cta__contents_title span svg {
    width: 1.7rem;
  }
}

.p-news__archive_list {
  border-top: 1px solid #e5e5e5;
}

.p-news__archive_list_item {
  border-bottom: 1px solid #e5e5e5;
}
.p-news__archive_list_item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 0;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .p-news__archive_list_item a {
    padding: 1.6rem 1.5rem;
    justify-content: flex-start;
    align-items: center;
  }
}

.p-news__entry_header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-news__entry {
  padding-bottom: 6rem;
}
@media screen and (min-width: 769px) {
  .p-news__entry {
    padding-bottom: 8rem;
  }
}

.p-news__entry_header_date,
.p-news__archive_list_item_date {
  width: 7.5rem;
  color: #999;
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .p-news__entry_header_date,
.p-news__archive_list_item_date {
    width: 9rem;
    font-size: 1.3rem;
  }
}

.p-news__entry_header_category,
.p-news__archive_list_item_category {
  background: rgba(108, 149, 197, 0.15);
  color: #2c5584;
  border-radius: 3rem;
  font-size: 1rem;
  line-height: 1;
  padding: 0.4rem 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-news__entry_header_category,
.p-news__archive_list_item_category {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}
.p-news__entry_header_category.__information,
.p-news__archive_list_item_category.__information {
  background: rgba(194, 0, 0, 0.12);
  color: #c20000;
}

.p-news__archive_list_item_title {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-left: 1.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-news__archive_list_item_title {
    width: 55%;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  .p-news__archive_list_item_title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0 0 0 auto;
    font-size: 1.6rem;
    width: 70%;
  }
}

@media screen and (min-width: 769px) {
  .p-format__message.__reverse .p-format__message_img {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .p-format__message.__reverse .p-format__message_text {
    order: 1;
  }
}
.p-format__message + .p-format__message {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) {
  .p-format__message + .p-format__message {
    margin-top: 8rem;
  }
}
.p-format__message.__mb {
  margin-bottom: 6rem;
}
@media screen and (min-width: 769px) {
  .p-format__message.__mb {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-format__message_item {
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  .p-format__message_item.__img_small .p-format__message_img {
    width: 29.3%;
  }
}
@media screen and (min-width: 769px) {
  .p-format__message_item.__img_small .p-format__message_text {
    width: 64.6%;
  }
}

.p-format__message_img {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .p-format__message_img {
    width: 40.1%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-format__message_img.__mt {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-format__message_text {
    width: 50%;
  }
}
.p-format__message_text .c-btn {
  margin-top: 6rem;
}

.p-format__info {
  border: 1px solid #2d68ac;
  padding: 2rem 3.3rem;
}
@media screen and (min-width: 769px) {
  .p-format__info {
    padding: 2rem 2.5rem;
  }
}
.p-format__info.__mt {
  margin-top: 3.6rem;
}
.p-format__info p {
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .p-format__info p {
    line-height: 1.9;
  }
}

.p-format__checklist {
  margin-top: 8rem;
}
.p-format__checklist.__mt0 {
  margin-top: 0;
}

.p-format__checklist_list {
  background: #f0f3f7;
  margin-top: 0.8rem;
  padding: 2rem 1.7rem;
}
@media screen and (min-width: 769px) {
  .p-format__checklist_list {
    margin-top: 1.3rem;
    display: flex;
    justify-content: space-between;
    padding: 2.4rem 6rem;
  }
}
.p-format__checklist_list.__mt0 {
  margin-top: 0;
}
.p-format__checklist_list.__white {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-format__checklist_list.__col2 .c-text__list {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .p-format__checklist_list.__col3 .c-text__list {
    width: 32%;
  }
}

.p-format__center_text,
.p-format__checklist_text {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-format__center_text,
.p-format__checklist_text {
    font-size: 1.8rem;
    margin-top: 3.2rem;
  }
}

.p-format__bg_img {
  padding: 12rem 0 6rem;
  background: no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .p-format__bg_img {
    padding: 8rem 0;
  }
}
.p-format__bg_img.__right .p-format__bg_img_contents {
  margin: 0 0 0 auto;
}

.p-format__bg_img_contents {
  background: #f0f3f7;
  padding: 3rem 1.7rem 4.2rem;
  color: #2c5584;
}
@media screen and (min-width: 769px) {
  .p-format__bg_img_contents {
    padding: 5.9rem 3.6rem 4.7rem;
    width: 53.6%;
  }
}
@media screen and (min-width: 769px) {
  .p-format__bg_img_contents.__large {
    width: 59.6%;
  }
}
.p-format__bg_img_contents .c-btn {
  margin-top: 1rem;
}

.p-format__bg_img_title {
  margin-bottom: 1.8rem;
  font-size: 1.7rem;
  line-height: 1.9;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-format__bg_img_title {
    font-size: 2.4rem;
  }
}

.c-format__itemlist + .c-format__itemlist {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .c-format__itemlist + .c-format__itemlist {
    margin-top: 9rem;
  }
}

.c-format__itemlist_contents {
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-format__itemlist_contents {
    margin-top: 3.2rem;
    display: flex;
    justify-content: flex-start;
    gap: 3.2rem 3.3%;
  }
}
@media screen and (min-width: 769px) {
  .c-format__itemlist_contents.__col2 {
    gap: 0.8rem 0;
  }
}
.c-format__itemlist_contents.__col2 .p-format__itemlist_item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-format__itemlist_contents.__col2 .p-format__itemlist_item {
    width: 50%;
    padding: 2rem;
  }
}
.c-format__itemlist_contents.__col2.__pd0 {
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .c-format__itemlist_contents.__col2.__pd0 {
    gap: 4rem 0;
  }
}
@media screen and (min-width: 769px) {
  .c-format__itemlist_contents.__col2.__pd0 .p-format__itemlist_item {
    width: calc(50% - 1.5rem);
    padding: 0;
  }
}

.p-format__itemlist_item {
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 769px) {
  .p-format__itemlist_item {
    width: 30%;
  }
}
.p-format__itemlist_item_img {
  margin: 0 0 1.6rem;
}

.p-format__itemlist_item_title {
  margin: 1.6rem 0 0;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-format__itemlist_item_title {
    font-size: 1.8rem;
  }
}

.p-format__itemlist_item_text {
  font-size: 1.1rem;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .p-format__itemlist_item_text {
    font-size: 1.4rem;
  }
}

.p-format__pagenavi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-format__pagenavi {
    gap: 2rem 0.8rem;
  }
}
.p-format__pagenavi.__mt {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) {
  .p-format__pagenavi.__mt {
    margin-top: 8rem;
  }
}
.p-format__pagenavi .c-btn {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-format__pagenavi .c-btn {
    width: calc(33.3% - 0.5rem);
  }
}
.p-format__pagenavi .c-btn a {
  width: 100%;
  max-width: 100%;
  min-height: 5rem;
}
@media screen and (min-width: 769px) {
  .p-format__pagenavi .c-btn a {
    min-height: 7.5rem;
  }
}

.p-format__flow {
  position: relative;
}
.p-format__flow.__small {
  margin: 0 auto;
  max-width: 68rem;
}
@media screen and (min-width: 769px) {
  .p-format__flow.__small .p-format__flow_item_contents {
    width: 80%;
  }
}
.p-format__flow.__line_dash::before {
  /* content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  display: block;
  left: 3rem;
  z-index: -1;
  top: 0;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, g.$mainColor 0.5rem, transparent 0.5rem);
  background-size: 1px 1rem;
  background-repeat: repeat-y;
  background-position: left top;

  @include g.mq(s) {
    left: 5.25rem;
  } */
}
.p-format__flow.__line_dash .p-format__flow_item:last-child::before {
  background: none;
  background-image: linear-gradient(to bottom, #2d68ac 0.5rem, transparent 0.5rem);
  background-size: 1.5px 1rem;
  background-repeat: repeat-y;
  background-position: left top;
  display: block;
  transform: translateY(0) !important;
}
.p-format__flow.__line_dash .p-format__flow_item_number {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-format__flow.__line_dash .p-format__flow_item_contents {
    width: 80%;
  }
}

.p-format__flow_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-format__flow_item + .p-format__flow_item {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-format__flow_item + .p-format__flow_item {
    margin-top: 4rem;
  }
}
.p-format__flow_item::before {
  content: "";
  height: 100%;
  width: 1.5px;
  background: #2d68ac;
  position: absolute;
  display: block;
  left: 3rem;
  z-index: -1;
  top: 0;
  opacity: 0.5;
  transform: translateY(3rem);
}
@media screen and (min-width: 769px) {
  .p-format__flow_item::before {
    left: 5.25rem;
    transform: translateY(5rem);
  }
}
.p-format__flow_item:last-child::before {
  display: none;
}

.p-format__flow_item_number {
  width: 6rem;
  height: 6rem;
  background: #d2e1ee;
  color: #2c5584;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 100%;
}
@media screen and (min-width: 769px) {
  .p-format__flow_item_number {
    width: 10.5rem;
    height: 10.5rem;
  }
}
.p-format__flow_item_number .text {
  line-height: 1;
  letter-spacing: 0.3em;
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  text-indent: 0.3em;
}
@media screen and (min-width: 769px) {
  .p-format__flow_item_number .text {
    font-size: 1.2rem;
  }
}
.p-format__flow_item_number .number {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-format__flow_item_number .number {
    font-size: 3.75rem;
  }
}
.p-format__flow_item_number.__hide {
  opacity: 0;
}

.p-format__flow_item_contents {
  width: 77%;
}
@media screen and (min-width: 769px) {
  .p-format__flow_item_contents {
    width: 85%;
  }
}
.p-format__flow_item_contents dt {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 769px) {
  .p-format__beforeAfter {
    padding-left: 6rem;
  }
}

.p-format__beforeAfter_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-format__beforeAfter_item + .p-format__beforeAfter_item {
  margin-top: 5rem;
}

.p-format__beforeAfter_img {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .p-format__beforeAfter_img {
    width: 30.9%;
    margin-bottom: 0;
  }
}
.p-format__beforeAfter_img figure + figure {
  margin-top: 3rem;
  position: relative;
}
.p-format__beforeAfter_img figure + figure::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
  margin: 0 auto;
  background: url("../img/icon/arrow_bottom.svg") no-repeat center center/contain;
}

.p-format__beforeAfter_detail {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-format__beforeAfter_detail {
    width: 64.4%;
  }
}

.p-faq {
  border-top: 1px solid rgba(45, 104, 172, 0.5);
}

.p-faq__item {
  border-bottom: 1px solid rgba(45, 104, 172, 0.5);
}
.p-faq__item .icon {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #2c5584;
  line-height: 1.38;
}
@media screen and (min-width: 769px) {
  .p-faq__item .icon {
    font-size: 2.6rem;
  }
}
.p-faq__item .text {
  flex: 1;
}
.p-faq__item .plus {
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 769px) {
  .p-faq__item .plus {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-faq__item .plus::before, .p-faq__item .plus::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: #2c5584;
  transition: 0.3s;
}
.p-faq__item .plus::before {
  width: 100%;
  height: 1px;
}
.p-faq__item .plus::after {
  width: 1px;
  height: 100%;
}
.p-faq__item.is_active .plus::after {
  opacity: 0;
}

.p-faq__item_question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3.5rem 1rem 1.7rem;
  gap: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-faq__item_question {
    gap: 4.6rem;
    padding: 1.6rem 4rem 1.6rem 1.7rem;
  }
}

.p-faq__item_answer_inner {
  background: rgba(240, 243, 247, 0.5);
  padding: 1rem 1.7rem 1rem 1.7rem;
  width: 100%;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  gap: 2.1rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-faq__item_answer_inner {
    gap: 4.7rem;
    padding: 1.6rem 4rem 1.6rem 1.7rem;
    font-size: 1.4rem;
  }
}

.p-format__sidebar {
  padding: 4.6rem 8rem 5.6rem;
  min-height: 18rem;
  background: url("../img/common/bg_sidebar.svg") no-repeat top center/contain;
}
@media screen and (min-width: 769px) {
  .p-format__sidebar {
    padding: 4.6rem 3rem 5.6rem;
  }
}
.p-format__sidebar .c-text__list li {
  border-bottom: 1px dashed #CDD3E4;
  padding-bottom: 1rem;
}
.p-format__sidebar .c-text__list li + li {
  margin-top: 1.2rem;
}

.p-format__sidebar_title {
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #2c5584;
  margin-bottom: 2.5rem;
}

.p-format__credit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-format__credit_title {
  font-weight: 600;
}

.p-format__credit_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
  flex: 1;
}

.p-loan__img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .p-loan__img {
    gap: 5.4%;
    margin-bottom: 8rem;
  }
}
.p-loan__img figure {
  width: 25%;
}
@media screen and (min-width: 769px) {
  .p-loan__img figure {
    width: 17.9%;
  }
}

.p-format__point_item {
  background: #fff;
  padding: 2rem 1.7rem;
}
@media screen and (min-width: 769px) {
  .p-format__point_item {
    padding: 6rem;
    display: flex;
    justify-content: space-between;
  }
}
.p-format__point_item + .p-format__point_item {
  margin-top: 2rem;
}

.p-format__point_item_detail {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-format__point_item_detail {
    width: 30%;
  }
}

.p-format__point_item_title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-format__point_item_title {
    font-size: 2.4rem;
    text-align: left;
  }
}

.p-format__point_item_img {
  max-width: 15rem;
  margin: 2rem auto 3rem;
}
@media screen and (min-width: 769px) {
  .p-format__point_item_img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 15rem;
    margin: 0 auto;
    min-height: 1px;
    bottom: 0;
  }
}

.p-format__point_item_text_title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-format__point_item_text_title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-format__point_item_text {
    width: 64%;
  }
}
.p-format__point_item_text a {
  color: #3f6ea5;
  border-bottom: 1px dashed #2D68AC;
  padding-bottom: 0.1rem;
  display: inline-block;
  margin-top: 0.8rem;
}

.p-format__group.__white .p-format__group_title::before {
  background-image: url("../img/common/bg_title_tag_white.svg");
}
.p-format__group.__white .p-format__group_title::after {
  background: #f0f3f7;
}

.p-format__group_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  width: 25.2rem;
  background: #fff;
  font-weight: 500;
  line-height: 1.9;
  font-size: 2.2rem;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-format__group_title {
    font-size: 2.6rem;
    width: 34.2rem;
  }
}
.p-format__group_title::before, .p-format__group_title::after {
  content: "";
  display: block;
  height: 100%;
  width: 120vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: url("../img/common/bg_title_tag.svg") no-repeat center right/contain;
}
.p-format__group_title::after {
  background: #fff;
  width: 200vw;
  left: 0;
  margin: 0 auto;
  z-index: 4;
}
.p-format__group_title.__white::before, .p-format__group_title.__white::after {
  background: #f0f3f7;
  background-image: url("../img/common/bg_title_tag_white.svg");
}
.p-format__group_title.__white::after {
  background: #f0f3f7;
}
.p-format__group_title span {
  position: relative;
  z-index: 10;
  color: #2c5584;
  display: block;
  line-height: 1;
  transform: translateY(0.2em);
  padding-top: 2.8rem;
}

.p-format__profile.__reverse .p-format__profile_detail {
  order: 2 !important;
}
.p-format__profile.__reverse .p-format__profile_img {
  order: 1 !important;
}
.p-format__profile.__mt {
  margin-top: 5rem;
}

.p-format__profile_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-format__profile_detail {
  order: 2;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .p-format__profile_detail {
    width: 59.2%;
    order: 1;
    margin-top: 0;
  }
}

.p-format__profile_img {
  order: 1;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-format__profile_img {
    order: 2;
    width: 34.8%;
    margin: 0;
  }
}
.p-format__profile_img figcaption {
  display: block;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-format__profile_img figcaption {
    margin-top: 2rem;
  }
}
.p-format__profile_img figcaption small {
  display: block;
  font-weight: 500;
  line-height: 1.6;
}
.p-format__profile_img figcaption span {
  font-size: 1.7rem;
}
@media screen and (min-width: 769px) {
  .p-format__profile_img figcaption span {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
}

.p-format__profile_history {
  border: 1px dashed rgba(44, 85, 132, 0.5);
  padding: 3rem 2rem;
  margin-top: 5.4rem;
}
@media screen and (min-width: 769px) {
  .p-format__profile_history {
    padding: 3rem;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-format__profile_history.__col2 .p-format__profile_history_item:first-child {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  .p-format__profile_history.__col2 .p-format__profile_history_item:last-child {
    width: 70%;
  }
}
.p-format__profile_history.__mt0 {
  margin-top: 0;
}
.p-format__profile_history .title {
  font-weight: 600;
  color: #2c5584;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .p-format__profile_history_item {
    width: 33.3%;
    padding-right: 2rem;
    letter-spacing: 0;
  }
}

.p-format__clean {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-format__clean {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7rem;
  }
}

.p-format__clean_img {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .p-format__clean_img {
    width: 56.2%;
    transform: translateX(-2.8rem);
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-format__clean_text {
    width: 39.3%;
  }
}

.p-format__banner {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) {
  .p-format__banner {
    margin-top: 8rem;
  }
}
.p-format__banner a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-format__banner.__system a {
  width: 20rem;
}