html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

main {
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top
}

address {
  font-style: normal
}

caption,
th,
td {
  font-weight: normal;
  text-align: left
}

a:focus {
  outline: thin dotted
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none
}

del {
  color: #333
}

ins {
  background: #fff9c0;
  text-decoration: none
}

hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #ccc
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

button {
  border: none;
  background: none;
  display: block;
  cursor: pointer
}

textarea,
input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

small {
  font-size: smaller
}

button,
a {
  text-decoration: none;
  opacity: 1;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-weight: 400;
  color: #000
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

img {
  border: 0px none;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto
}

br {
  font-size: 0px
}

form {
  display: inline
}

a:focus,
*:focus {
  outline: none
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px
}

@media screen and (min-width: 768px)and (max-width: 1439px) {
  html {
    font-size: .625vw
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%
}

body {
  font-family: "Quicksand", "BIZ UDPGothic", "Noto Serif JP", sans-serif;
  word-break: break-all;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  color: #333
}

a {
  color: #333
}

.pc-inline,
.pc-block {
  display: none
}

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

  .sp-inline {
    display: none
  }

  .pc-block {
    display: block
  }

  .pc-inline {
    display: inline
  }
}

.c-text__line3 {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(var(--blue)));
  background-image: linear-gradient(var(--blue), var(--blue));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  position: relative
}

@media(hover: hover)and (pointer: fine) {
  .c-text__line3:hover {
    -webkit-animation: c-text__line3 .5s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
    animation: c-text__line3 .5s cubic-bezier(0.43, 0.05, 0.17, 1) forwards
  }
}

[data-san].fade {
  -webkit-transition: opacity .5s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .5s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: opacity .5s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .5s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: opacity .5s cubic-bezier(0.55, 0, 0.52, 0.99), transform .5s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: opacity .5s cubic-bezier(0.55, 0, 0.52, 0.99), transform .5s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .5s cubic-bezier(0.55, 0, 0.52, 0.99);
  -webkit-transform: translateY(8px) translate3d(0, 0, 0);
  transform: translateY(8px) translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  opacity: 0
}

[data-san].is-active.fade {
  opacity: 1;
  -webkit-transform: translateY(0) translate3d(0, 0, 0);
  transform: translateY(0) translate3d(0, 0, 0)
}

[data-san].is-active .fade-nest,
[data-san].is-active .fade-nest02 {
  opacity: 1;
  -webkit-transform: translateY(0) translate3d(0, 0, 0);
  transform: translateY(0) translate3d(0, 0, 0)
}

[data-san].is-active .bgslide-x__right,
[data-san].is-active .bgslide-x__left {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

[data-san] .fade-nest {
  -webkit-transform: translateY(8px) translate3d(0, 0, 0);
  transform: translateY(8px) translate3d(0, 0, 0);
  -webkit-transition: opacity .5s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .5s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: opacity .5s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .5s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: opacity .5s cubic-bezier(0.55, 0, 0.52, 0.99), transform .5s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: opacity .5s cubic-bezier(0.55, 0, 0.52, 0.99), transform .5s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .5s cubic-bezier(0.55, 0, 0.52, 0.99);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  opacity: 0
}

[data-san] .fade-nest02 {
  -webkit-transition: opacity .4s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: opacity .4s cubic-bezier(0.55, 0, 0.52, 0.99);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  opacity: 0
}

[data-san] .bgslide-x__right {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: -webkit-transform .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: transform .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: transform .2s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  -webkit-transform-origin: right top;
  transform-origin: right top
}

[data-san] .bgslide-x__left {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: -webkit-transform .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: transform .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: transform .2s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

@-webkit-keyframes c-text__line3 {
  0% {
    background-position: right bottom;
    background-size: 100% 1px
  }

  50% {
    background-position: right bottom;
    background-size: 0 1px
  }

  51% {
    background-position: left bottom;
    background-size: 0 1px
  }

  100% {
    background-position: left bottom;
    background-size: 100% 1px
  }
}

@keyframes c-text__line3 {
  0% {
    background-position: right bottom;
    background-size: 100% 1px
  }

  50% {
    background-position: right bottom;
    background-size: 0 1px
  }

  51% {
    background-position: left bottom;
    background-size: 0 1px
  }

  100% {
    background-position: left bottom;
    background-size: 100% 1px
  }
}

@-webkit-keyframes c-text__line2 {
  0% {
    background-position: right bottom;
    background-size: 100% 1px
  }

  50% {
    background-position: right bottom;
    background-size: 0 1px
  }

  51% {
    background-position: left bottom;
    background-size: 0 1px
  }

  100% {
    background-position: left bottom;
    background-size: 0 1px
  }
}

@keyframes c-text__line2 {
  0% {
    background-position: right bottom;
    background-size: 100% 1px
  }

  50% {
    background-position: right bottom;
    background-size: 0 1px
  }

  51% {
    background-position: left bottom;
    background-size: 0 1px
  }

  100% {
    background-position: left bottom;
    background-size: 0 1px
  }
}

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

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

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

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

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

.c-hover-text {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  -webkit-transition: background-size .4s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: background-size .4s cubic-bezier(0.55, 0, 0.52, 0.99)
}

.c-hover-text--primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e4382), to(#1e4382));
  background-image: linear-gradient(#1e4382, #1e4382)
}

body.is-scrolldown .js-l-header {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

body.is-scrolldown #js-buttonHamburger {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform .25s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform .25s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.l-header .l-header-wrap {
  height: 7rem;
  padding: 0 2rem
}

@media print {
.l-header {
	display: none
}
.l-header .l-header-wrap {
	display: none
}
}

@media only screen and (min-width: 768px) {
  .l-header .l-header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 4rem;
    height: auto
  }
}

.l-header .l-header__logo-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4px;
  height: 100%
}

@media only screen and (min-width: 768px) {
  .l-header .l-header__logo-wrap {
    width: auto;
    gap: 0 1rem
  }
}

.l-header .l-header__logo-img {
  max-width: 35px;
  width: 100%
}

@media only screen and (min-width: 768px) {
  .l-header .l-header__logo-img {
    max-width: 5.2rem
  }
}

.l-header .l-header__logo-title01 {
  color: #1e4382;
  font-family: "Noto Serif JP", serif;
  font-size: 7px;
  letter-spacing: .14em;
  font-weight: 400;
  display: block
}

@media only screen and (min-width: 768px) {
  .l-header .l-header__logo-title01 {
    font-size: 1.2rem
  }
}

.l-header .l-header__logo-title02 {
  display: block;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #1e4382;
  letter-spacing: .14em;
  font-weight: 400
}

@media only screen and (min-width: 768px) {
  .l-header .l-header__logo-title02 {
    font-size: 2.6rem
  }
}

.l-header .l-header__logo-title03 {
  display: block;
  font-size: 10px;
  color: #2557aa;
  letter-spacing: .14em;
  font-weight: 400
}

@media only screen and (min-width: 768px) {
  .l-header .l-header__logo-title03 {
    font-size: 1.2rem
  }
}

.l-header .l-header__nav-pc {
  display: none
}

@media only screen and (min-width: 768px) {
  .l-header .l-header__nav-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 3rem
  }
}

.l-header .l-header__nav-pc-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2.4rem;
  height: 100%
}

@media(hover: hover)and (pointer: fine) {
  .l-header .l-header__nav-pc-item:hover .l-header__nav-pc-link {
    color: #2557aa
  }
}

.l-header .l-header__nav-pc-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  letter-spacing: .08em;
  height: 100%;
  -webkit-transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99)
}

.l-header .l-header__nav-pc-tel-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.2rem
}

.l-header .l-header__nav-pc-tel {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #1e4382;
  position: relative
}

@media(min-width: 768px)and (max-width: 1439px) {
  .l-header .l-header__nav-pc-tel {
    width: 35px;
    height: 35px
  }
}

.l-header .l-header__nav-pc-tel .c-svg--tel-white {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease
}

@media(hover: hover)and (pointer: fine) {
  .l-header .l-header__nav-pc-tel:hover .c-svg--tel-white {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
  }
}

.l-header .l-header__nav-pc-map {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #4f7ac1;
  position: relative
}

@media(min-width: 768px)and (max-width: 1439px) {
  .l-header .l-header__nav-pc-map {
    width: 35px;
    height: 35px
  }
}

.l-header .l-header__nav-pc-map .c-svg--map-white {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease
}

@media(hover: hover)and (pointer: fine) {
  .l-header .l-header__nav-pc-map:hover .c-svg--map-white {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
  }
}

.l-hamburger {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0
}

.l-hamburger {
  display: block;
  position: fixed;
  z-index: 11;
  right: 0px;
  top: 0px;
  width: 90px;
  height: 70px;
  -webkit-box-shadow: 0 0 2rem transparent;
  box-shadow: 0 0 2rem transparent;
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform .25s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform .25s cubic-bezier(0.65, 0.05, 0.36, 1)
}

@media print {
  .l-hamburger {
    display: none
  }
}

@media only screen and (min-width: 768px) {
  .l-hamburger {
    display: none
  }
}

.l-hamburger__line {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 33px;
  height: 2px;
  background-color: #fff;
  background-color: #1e4382;
  -webkit-transition: .3s;
  transition: .3s
}

.l-hamburger__line-top,
.l-hamburger__line-bottom {
  position: absolute;
  display: block;
  background-color: #1e4382;
  width: 33px;
  height: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s
}

.l-hamburger__line-top {
  top: calc(40% - 8px)
}

.l-hamburger__line-bottom {
  top: calc(40% + 8px)
}

.l-hamburger[aria-expanded=true] .l-hamburger__line {
  background-color: transparent
}

.l-hamburger[aria-expanded=true] .l-hamburger__line-top,
.l-hamburger[aria-expanded=true] .l-hamburger__line-bottom {
  top: 40%;
  left: 31%
}

.l-hamburger[aria-expanded=true] .l-hamburger__line-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.l-hamburger[aria-expanded=true] .l-hamburger__line-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px
}

.l-hamburger__text {
  position: absolute;
  display: inline-block;
  top: 42px;
  right: 0px;
  z-index: 11;
  font-size: 10px;
  letter-spacing: .08em;
  width: 100%
}

.l-header-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  will-change: opacity, visibility;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  overflow-y: scroll;
  overscroll-behavior-y: contain
}

.l-header-nav.is-open {
  opacity: 1;
  visibility: visible
}

@media only screen and (min-width: 768px) {
  .l-header-nav {
    display: none
  }
}

.l-header-nav .l-header-nav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.l-header-nav .l-header-nav__wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 80px
}

.l-header-nav .l-header-nav__logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 7px;
  height: 100%
}

.l-header-nav .l-header-nav__logo-img {
  max-width: 45px;
  width: 100%
}

.l-header-nav .l-header-nav__logo-title01 {
  color: #1e4382;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  letter-spacing: .14em;
  font-weight: 400;
  display: block
}

.l-header-nav .l-header-nav__logo-title02 {
  display: block;
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  color: #1e4382;
  letter-spacing: .14em;
  font-weight: 400;
  margin-top: 1px
}

.l-header-nav .l-header-nav__logo-title03 {
  display: block;
  font-size: 10px;
  color: #2557aa;
  letter-spacing: .14em;
  font-weight: 400;
  margin-top: 2px
}

.l-header-nav .l-header-nav__tel-map-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 17px;
  margin-top: 18px
}

.l-header-nav .l-header-nav__tel {
  width: 50px;
  height: 50px;
  background-color: #1e4382;
  border-radius: 100%;
  position: relative
}

.l-header-nav .l-header-nav__tel .c-svg--tel-white {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.l-header-nav .l-header-nav__map {
  width: 50px;
  height: 50px;
  background-color: #4f7ac1;
  border-radius: 100%;
  position: relative
}

.l-header-nav .l-header-nav__map .c-svg--map-white {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.l-header-nav .l-header-nav__lists {
  margin-top: 20px
}

.l-header-nav .l-header-nav__item {
  border-top: 1px solid #2659ac;
  position: relative
}

.l-header-nav .l-header-nav__item--black {
  border-color: #c3c9d3
}

.l-header-nav .l-header-nav__item--black:last-of-type {
  border-bottom: 1px solid #c3c9d3
}

.l-header-nav .l-header-nav__item .arrow-svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px
}

.l-header-nav .l-header-nav__link {
  padding: 28px 20px;
  display: block;
  color: #2557aa;
  font-size: 17px;
  letter-spacing: .08em
}

.l-header-nav .l-header-nav__link--black {
  color: #333
}

.siteWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden
}

.l-main {
  margin-top: 70px
}

@media only screen and (min-width: 768px) {
  .l-main {
    margin-top: 10rem
  }
}

@media only screen and (min-width: 768px) {
  .l-main__2column {
    overflow: initial
  }
}

.l-main__2column--sidebarnull {
  overflow: hidden
}

@media only screen and (min-width: 768px) {
  .l-main__2column--sidebarnull .l-main__right-block {
    max-width: calc(100% - 26rem)
  }
}

.l-main__2column--sidebarnull .l-main__right-block-wrap {
  width: min(100%, 133.2rem)
}

.l-main__2column-wrap {
  background-color: #f8f7f1;
  padding-top: 20px
}

@media only screen and (min-width: 768px) {
  .l-main__2column-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 20px
  }
}

.l-main__right-block {
  background-color: #fff;
  padding-top: 4rem;
  margin-left: 2rem;
  border-top-left-radius: 6px;
  margin-top: 20px
}

@media only screen and (min-width: 768px) {
  .l-main__right-block {
    max-width: calc(100% - 34rem);
    width: 100%;
    border-top-left-radius: 16px;
    padding-top: 8.4rem;
    padding-bottom: 26rem;
    margin-left: 0;
    margin-top: 0
  }
}

@media only screen and (min-width: 1520px) {
  .l-main__right-block {
    max-width: calc(100% - 44rem)
  }
}

.l-main__right-block-wrap {
  width: min(100%, 118.2rem);
  margin-left: 0;
  margin-right: auto;
  padding: 0 2rem
}

@media only screen and (min-width: 768px) {
  .l-main__right-block-wrap {
    margin-left: 0;
    margin-right: auto;
    padding-left: 10rem;
    padding-right: 3.2rem
  }
}

.l-main__right-block-maxwrap {
  border-top: 1px solid #edf1f6
}

.c-wrap {
  width: min(100%, 126.4rem);
  padding: 0 2rem;
  margin-inline: auto
}

@media only screen and (min-width: 768px) {
  .c-wrap {
    padding: 0 3.2rem
  }
}

.c-mt {
  margin-top: 4px
}

@media only screen and (min-width: 768px) {
  .c-mt {
    margin-top: .5rem
  }
}

.c-mt01 {
  margin-top: 6px
}

@media only screen and (min-width: 768px) {
  .c-mt01 {
    margin-top: 1rem
  }
}

.c-mt02 {
  margin-top: 8px
}

@media only screen and (min-width: 768px) {
  .c-mt02 {
    margin-top: 2rem
  }
}

.c-mt03 {
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .c-mt03 {
    margin-top: 3rem
  }
}

.c-mt04 {
  margin-top: 18px
}

@media only screen and (min-width: 768px) {
  .c-mt04 {
    margin-top: 4rem
  }
}

.c-mt05 {
  margin-top: 22px
}

@media only screen and (min-width: 768px) {
  .c-mt05 {
    margin-top: 5rem
  }
}

.l-side {
  display: none
}

@media only screen and (min-width: 768px) {
  .l-side {
    display: block;
    width: 34rem;
    padding-left: 3.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media only screen and (min-width: 1520px) {
  .l-side {
    width: 44rem
  }
}

@media only screen and (min-width: 768px) {
  .l-side--null {
    width: 26rem
  }
}

@media only screen and (min-width: 768px) {
  .l-side .l-side__wrap {
    max-width: 28rem;
    width: 100%;
    padding-right: 2rem;
    padding-top: 10rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    left: auto !important
  }
}

@media only screen and (min-width: 768px) {
  .l-side .js-sidebar-inner {
    padding-bottom: 20rem
  }
}

@media only screen and (min-width: 768px) {
  .l-side .l-side__inner+.l-side__inner {
    margin-top: 9rem
  }
}

.l-side .l-side__title {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 400
}

@media only screen and (min-width: 768px) {
  .l-side .l-side__title {
    font-size: 1.7rem;
    letter-spacing: .18em
  }
}

.l-side .l-side__title.is-current>a:first-child {
  color: #2557aa;
  font-weight: 600
}

@media(hover: hover)and (pointer: fine) {
  .l-side .l-side__title>a:first-child:hover {
    color: #2557aa
  }
}

.l-side .l-side__title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  left: -1rem
}

@media only screen and (min-width: 768px) {
  .l-side .l-side__title::before {
    width: 4.4rem;
    height: 4.4rem;
    background-color: #fff;
    border-radius: 50%;
    left: -2rem
  }
}

.l-side .l-side__title-link {
  font-family: "Noto Serif JP", serif;
  font-weight: 400
}

@media only screen and (min-width: 768px) {
  .l-side .l-side__title-link {
    font-size: 1.7rem;
    letter-spacing: .18em
  }
}

@media only screen and (min-width: 768px) {
  .l-side .l-side__lists {
    margin-top: 3.6rem
  }
}

.l-side .l-side__item.is-current .l-side__link {
  color: #2557aa;
  font-weight: 600
}

@media only screen and (min-width: 768px) {
  .l-side .l-side__item.is-current .l-side__sublists {
    display: block
  }
}

@media only screen and (min-width: 768px) {
  .l-side .l-side__item+.l-side__item {
    margin-top: 2rem
  }
}

.l-side .l-side__link {
  letter-spacing: .06em;
  position: relative;
  -webkit-transition: color .2s ease, font-weight .2s ease;
  transition: color .2s ease, font-weight .2s ease;
  will-change: color;
  display: block;
  font-family: "Quicksand", "BIZ UDPGothic", sans-serif
}

@media only screen and (min-width: 768px) {
  .l-side .l-side__link {
    font-size: 1.5rem;
    padding-left: 12px;
    line-height: 1.3333333333
  }
}

.l-side .l-side__link::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/svg/arrow_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 5px;
  position: absolute;
  top: .4em;
  left: 0
}

.l-side .l-side__link--accordion {
  cursor: pointer
}

.l-side .l-side__link--accordion::before {
  content: "";
  background: none;
  width: 8px;
  height: 1px;
  background-color: #2557aa;
  top: 50%;
  left: -4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-side .l-side__link--accordion::after {
  content: "";
  height: 8px;
  width: 1px;
  background-color: #2557aa;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  -webkit-transition: left .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  transition: left .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, left .2s ease, opacity .2s ease;
  transition: transform .2s ease, left .2s ease, opacity .2s ease, -webkit-transform .2s ease
}

.l-side .l-side__link--accordion.is-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0
}

@media(hover: hover)and (pointer: fine) {
  .l-side .l-side__link--accordion:hover {
    color: #2557aa
  }
}

@media(hover: hover)and (pointer: fine) {
  .l-side .l-side__link:hover {
    color: #2557aa
  }
}

@media only screen and (min-width: 768px) {
  .l-side__link--accordion+.l-side__sublists {
    margin-top: 1.4rem
  }
}

@media only screen and (min-width: 768px) {
  .l-side__sublists {
    margin-left: 12px;
    display: none
  }
}

@media only screen and (min-width: 768px) {
  .l-side__sublists .l-side__subitem+.l-side__subitem {
    margin-top: 1.2rem
  }
}

.l-side__sublists .l-side__subitem.is-current .l-side__sublink {
  color: #2557aa;
  font-weight: 600
}

.l-side__sublists .l-side__sublink {
  letter-spacing: .06em;
  position: relative;
  -webkit-transition: color .2s ease, font-weight .2s ease;
  transition: color .2s ease, font-weight .2s ease;
  will-change: color;
  display: block;
  font-family: "Quicksand", "BIZ UDPGothic", sans-serif
}

@media only screen and (min-width: 768px) {
  .l-side__sublists .l-side__sublink {
    font-size: 1.5rem;
    padding-left: 12px;
    line-height: 1.3333333333
  }
}

.l-side__sublists .l-side__sublink::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/svg/arrow_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

@media only screen and (min-width: 768px) {
  .l-side__sublists .l-side__sublink .smaller {
    font-size: 1.2rem
  }
}

.l-side__sublists .l-side__sublink .smaller.red {
  color: red
}

@media(hover: hover)and (pointer: fine) {
  .l-side__sublists a.l-side__sublink:hover {
    color: #2557aa
  }
}

.l-side-sp {
  position: relative
}

@media only screen and (min-width: 768px) {
  .l-side-sp {
    display: none
  }
}

.l-side-sp .l-side-sp__wrap {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-side-sp .l-side-sp__title {
  font-family: "Noto Serif JP", serif;
  letter-spacing: .1em;
  position: relative;
  font-weight: 400;
  z-index: 1;
  font-size: 16px;
  padding-left: 10px;
  z-index: 1
}

.l-side-sp .l-side-sp__title::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -4px
}

.l-side-sp .l-side-sp__title.is-current>a:first-child {
  color: #2557aa;
  font-weight: 600
}

@media(hover: hover)and (pointer: fine) {
  .l-side-sp .l-side-sp__title>a:first-child:hover {
    color: #2557aa
  }
}

.l-side-sp .l-side-sp__title-link {
  font-family: "Noto Serif JP", serif;
  letter-spacing: .1em;
  font-weight: 400;
  z-index: 1;
  font-size: 16px
}

.l-side-sp .l-side-sp__btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 6px
}

.l-side-sp .l-side-sp__btn {
  font-size: 10px;
  letter-spacing: .06em;
  color: #333;
  padding: 0
}

.l-side-sp .l-side-sp__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d8e4f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.l-side-sp .l-side-sp__icon--open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.l-side-sp .l-side-sp__icon .c-svg--arrow_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.l-side-sp .l-side-sp-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 8;
  background-color: #f8f7f1;
  will-change: opacity, visibility;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  -webkit-perspective: 1000;
  perspective: 1000;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  opacity: 0;
  visibility: hidden
}

.l-side-sp .l-side-sp-nav.is-open {
  opacity: 1;
  visibility: visible
}

.l-side-sp .l-side-sp-nav__inner {
  height: 100%;
  background-color: #f8f7f1
}

.l-side-sp .l-side-sp-nav__wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 80px
}

.l-side-sp .l-side-sp__inner {
  margin-top: 3.6rem;
  padding: 0 20px
}

.l-side-sp .l-side-sp__inner+.l-side-sp__inner {
  margin-top: 3.6rem
}

.l-side-sp .l-side-sp__title+.l-side-sp__lists {
  margin-top: 3.6rem
}

.l-side-sp .l-side-sp__item.is-current .l-side-sp__link {
  color: #2557aa;
  font-weight: 600
}

.l-side-sp .l-side-sp__item.is-current .l-side-sp__sublists {
  display: block
}

.l-side-sp .l-side-sp__item+.l-side-sp__item {
  margin-top: 2.2rem
}

.l-side-sp .l-side-sp__link {
  letter-spacing: .06em;
  position: relative;
  -webkit-transition: color .2s ease, font-weight .2s ease;
  transition: color .2s ease, font-weight .2s ease;
  will-change: color;
  font-size: 12px;
  padding-left: 12px;
  line-height: 1.3333333333;
  font-family: "Quicksand", "BIZ UDPGothic", sans-serif
}

.l-side-sp .l-side-sp__link::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/svg/arrow_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

.l-side-sp .l-side-sp__link--accordion {
  cursor: pointer
}

.l-side-sp .l-side-sp__link--accordion::before {
  content: "";
  background: none;
  width: 9px;
  height: 1px;
  background-color: #2557aa
}

.l-side-sp .l-side-sp__link--accordion::after {
  content: "";
  height: 9px;
  width: 1px;
  background-color: #2557aa;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3.5px;
  -webkit-transition: left .2s ease, -webkit-transform .2s ease;
  transition: left .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, left .2s ease;
  transition: transform .2s ease, left .2s ease, -webkit-transform .2s ease
}

.l-side-sp .l-side-sp__link--accordion.is-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg)
}

@media(hover: hover)and (pointer: fine) {
  .l-side-sp .l-side-sp__link--accordion:hover {
    color: #2557aa
  }
}

@media(hover: hover)and (pointer: fine) {
  .l-side-sp .l-side-sp__link:hover {
    color: #2557aa
  }
}

.l-side-sp .l-side-sp__link--accordion+.l-side-sp__sublists {
  margin-top: 1.4rem
}

.l-side-sp .l-side-sp__sublists {
  margin-left: 12px;
  display: none
}

.l-side-sp .l-side-sp__sublists .l-side-sp__subitem+.l-side-sp__subitem {
  margin-top: 1.2rem
}

.l-side-sp .l-side-sp__sublists .l-side-sp__subitem.is-current .l-side-sp__sublink {
  color: #2557aa;
  font-weight: 600
}

.l-side-sp .l-side-sp__sublists .l-side-sp__sublink {
  letter-spacing: .06em;
  position: relative;
  -webkit-transition: color .2s ease, font-weight .2s ease;
  transition: color .2s ease, font-weight .2s ease;
  will-change: color;
  font-size: 12px;
  padding-left: 12px;
  display: block;
  font-family: "Quicksand", "BIZ UDPGothic", sans-serif
}

.l-side-sp .l-side-sp__sublists .l-side-sp__sublink::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/svg/arrow_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

.l-side-sp .l-side-sp__sublists .l-side-sp__sublink .smaller {
  font-size: 10px
}

.l-side-sp .l-side-sp__sublists .l-side-sp__sublink .smaller.red {
  color: red
}

@media(hover: hover)and (pointer: fine) {
  .l-side-sp .l-side-sp__sublists .l-side-sp__sublink:hover {
    color: #2557aa
  }
}

.l-nav-footer {
  margin-top: 60px
}

@media print {
	.l-nav-footer {
		display: none
	}
}
@media only screen and (min-width: 768px) {
  .l-nav-footer {
    position: relative;
    margin-top: 18rem
  }
}

.l-nav-footer .l-nav-footer__page-top {
  display: none
}

@media only screen and (min-width: 768px) {
  .l-nav-footer .l-nav-footer__page-top {
    width: 7.5rem;
    height: 7.5rem;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    position: absolute;
    top: -2rem;
    right: 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
    transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99)
  }
}

@media(hover: hover)and (pointer: fine) {
  .l-nav-footer .l-nav-footer__page-top:hover {
    background-color: #d8e4f6
  }
}

.l-nav-footer .l-nav-footer__page-top-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.7rem
}

.l-nav-footer .l-nav-footer__pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 4;
  width: 54px;
  height: 54px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease, visibility .2s ease;
  transition: opacity .2s ease, visibility .2s ease
}

@media only screen and (min-width: 768px) {
  .l-nav-footer .l-nav-footer__pagetop {
    display: none
  }
}

.l-nav-footer .l-nav-footer__pagetop.is-show {
  opacity: 1;
  visibility: visible
}

@media only screen and (min-width: 768px) {
  .l-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
  }
}

@media only screen and (min-width: 768px) {
  .l-nav .c-wrap--l-nav {
    width: min(100%, 166.4rem);
    position: relative
  }
}

.l-nav .l-nav__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px 14px
}

@media only screen and (min-width: 768px) {
  .l-nav .l-nav__lists {
    width: min(100%, 126rem);
    margin: 0 auto;
    gap: 0;
    -webkit-box-shadow: 0 2px 26px rgba(18, 44, 64, .12);
    box-shadow: 0 2px 26px rgba(18, 44, 64, .12);
    border-radius: 6px
  }
}

.l-nav .l-nav__item {
  -webkit-box-shadow: 0 2px 26px rgba(18, 44, 64, .12);
  box-shadow: 0 2px 26px rgba(18, 44, 64, .12);
  max-width: calc((100% - 14px)/2);
  width: 100%;
  border-radius: 7px;
  background-color: #fff
}

@media only screen and (min-width: 768px) {
  .l-nav .l-nav__item:nth-of-type(n + 2)::before {
    display: inline-block
  }
}

@media only screen and (min-width: 768px) {
  .l-nav .l-nav__item::before {
    content: "";
    display: none;
    width: 1px;
    background-color: #c3c9d3;
    height: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
  }
}

@media only screen and (min-width: 768px) {
  .l-nav .l-nav__item {
    max-width: 25%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    position: relative;
    -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
    transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
    background-color: #fff
  }
}

@media(hover: hover)and (pointer: fine) {
  .l-nav .l-nav__item:hover {
    background-color: #d8e4f6
  }

  .l-nav .l-nav__item:hover .l-nav__title {
    color: #2557aa
  }

  .l-nav .l-nav__item:hover .c-icon-block--l-nav {
    background-color: #fff
  }

  .l-nav .l-nav__item:hover .c-svg {
    fill: #2557aa
  }

  .l-nav .l-nav__item:hover .c-svg--icon_syorui {
    stroke: #2557aa;
    fill: none
  }

  .l-nav .l-nav__item:hover .c-svg--icon_online {
    stroke: #2557aa;
    fill: none
  }
}

.l-nav .l-nav__link {
  display: block;
  padding: 14px
}

@media only screen and (min-width: 768px) {
  .l-nav .l-nav__link {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    min-height: 14rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.l-nav .l-nav__title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 0
}

@media only screen and (min-width: 768px) {
  .l-nav .l-nav__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 1.8rem;
    width: 100%
  }
}

.l-nav .c-icon-block--l-nav {
  -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99)
}

.l-nav .c-icon-block--l-nav .c-svg {
  width: 100%;
  height: 100%
}

.l-nav .c-icon-block--l-nav .c-svg--icon_online {
  stroke: #000
}

.l-nav .l-nav__title {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width: 768px) {
  .l-nav .l-nav__title {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.75;
    -webkit-transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
    transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99)
  }
}

.l-footer {
  background-image: url("/assets/img/common/footer-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 65px;
  padding-bottom: 50px;
  margin-top: 80px
}

@media only screen and (min-width: 768px) {
  .l-footer {
    padding-top: 15rem;
    padding-bottom: 4.5rem;
    margin-top: 9rem
  }
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__logo-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.l-footer .l-footer__logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__logo-wrap {
    gap: 0 1rem
  }
}

.l-footer .l-footer__logo-img {
  max-width: 45px;
  width: 100%
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__logo-img {
    max-width: 5.5rem
  }
}

.l-footer .l-footer__logo-img img {
  width: 100%
}

.l-footer .l-footer__logo-text-sub01 {
  color: #1e4382;
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  letter-spacing: .14em
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__logo-text-sub01 {
    font-size: 1.2rem
  }
}

.l-footer .l-footer__logo-text-title {
  color: #1e4382;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .14em
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__logo-text-title {
    font-size: 2.7rem
  }
}

.l-footer .l-footer__logo-text-sub02 {
  color: #2557aa;
  opacity: .6;
  font-size: 10px;
  letter-spacing: .14em
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__logo-text-sub02 {
    font-size: 1.2rem;
    margin-top: .4rem
  }
}

.l-footer .l-footer__address {
  margin-top: 24px
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__address {
    margin-top: 0;
    padding-left: 4.8rem;
    margin-left: 4.8rem;
    border-left: 1px solid rgba(117, 131, 151, .6);
    padding-top: 1rem;
    padding-bottom: 1rem
  }
}

.l-footer .l-footer__address-text01 {
  font-size: 12px;
  letter-spacing: .08em;
  text-align: center
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__address-text01 {
    text-align: left;
    font-size: 1.4rem
  }
}

.l-footer .l-footer__address-tel-fax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 8px
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__address-tel-fax {
    gap: 0 1.8rem;
    margin-top: .6rem
  }
}

.l-footer .l-footer__address-text02 {
  font-size: 18px;
  color: #2557aa
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__address-text02 {
    font-size: 2rem
  }
}

.l-footer .l-footer__address-tel-link {
  color: #2557aa
}

.l-footer .l-footer__address-text-small {
  font-size: 12px
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__address-text-small {
    font-size: 1.4rem
  }
}

.l-footer .l-footer-sp-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 2rem;
  margin-top: 40px
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer-sp-block {
    display: none
  }
}

.l-footer .l-footer-sp__link {
  border-top: 1px solid rgba(117, 131, 151, .6);
  width: calc((100% - 2rem)/2);
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.l-footer .l-footer-sp__link:nth-last-of-type(-n + 2) {
  border-bottom: 1px solid rgba(117, 131, 151, .6)
}

.l-footer .l-footer-sp__link-txt {
  font-size: 13px;
  letter-spacing: .06em;
  font-family: "Noto Serif JP", serif;
  color: #1e4382;
  font-weight: 400;
  line-height: 1.3846153846
}

.l-footer .l-footer-pc-block {
  display: none
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer-pc-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 4rem;
    margin-top: 7.2rem
  }
}

.l-footer .l-footer-pc__item {
  max-width: calc((100% - 12rem)/4);
  width: 100%
}

.l-footer .l-footer-pc__item-content:nth-of-type(n + 2) {
  margin-top: 4rem
}

.l-footer .l-footer-pc__item-title {
  position: relative
}

@media(hover: hover)and (pointer: fine) {
  .l-footer .l-footer-pc__item-title:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }
}

.l-footer .l-footer-pc__item-title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #1e4382;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: -webkit-transform .4s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: transform .4s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: transform .4s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .4s cubic-bezier(0.55, 0, 0.52, 0.99)
}

.l-footer .l-footer-pc__item-title-link {
  color: #1e4382;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: .05em;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  display: block;
  border-bottom: 1px solid rgba(117, 131, 151, .6)
}

.l-footer .l-footer-pc__item-sub-list {
  margin-top: 2.8rem
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer-pc__item-sub-item {
    padding-left: 2rem
  }
}

.l-footer .l-footer-pc__item-sub-item:nth-of-type(n + 2) {
  margin-top: 1.6rem
}

.l-footer .l-footer-pc__item-sub-link {
  font-size: 1.3rem;
  letter-spacing: .08em;
  display: block
}

@media(hover: hover)and (pointer: fine) {
  .l-footer .l-footer-pc__item-sub-link:hover .c-hover-text {
    background-position: left bottom;
    background-size: 100% 1px
  }
}

.l-footer .l-footer-pc__item-nochilled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(117, 131, 151, .6);
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .6rem 1rem
}

@media(hover: hover)and (pointer: fine) {
  .l-footer .l-footer-pc__item-nochilled:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }
}

.l-footer .l-footer-pc__item-nochilled::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #1e4382;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: -webkit-transform .4s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: transform .4s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: transform .4s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .4s cubic-bezier(0.55, 0, 0.52, 0.99)
}

.l-footer .l-footer-pc__item-nochilled__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.l-footer .l-footer-pc__item-nochilled-title {
  color: #1e4382;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: .05em;
  font-weight: 400
}

.l-footer .l-footer-pc__item-nochilled-title-sub {
  font-size: 1.1rem;
  letter-spacing: .05em;
  color: #1e4382;
  position: relative;
  padding-right: 16px;
  z-index: 2
}

.l-footer .l-footer-pc__item-nochilled-title-sub::after {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/common/blank_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: .8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0
}

.l-footer .l-footer-pc__item-nochilled-title-sub a {
  color: #1e4382
}

.l-footer .copy {
  text-align: center;
  color: #2557aa;
  margin-top: 50px
}

@media only screen and (min-width: 768px) {
  .l-footer .copy {
    margin-top: 12rem
  }
}

html.webp .l-footer {
  background-image: url("/assets/img/common/footer-bg.webp")
}

@media only screen and (min-width: 768px) {
  body.lower--2column .l-nav-footer {
    margin-top: 0
  }
}

@media only screen and (min-width: 768px) {
  body.lower--2column .l-nav {
    top: -9rem
  }
}

body.lower--2column .l-nav-footer__page-top {
  background-color: #fff
}

@media only screen and (min-width: 768px) {
  body.lower--2column .l-footer {
    margin-top: 0
  }
}

.c-svg {
  display: inline-block;
  vertical-align: top
}

.c-svg--tel {
  fill: #333;
  fill-rule: evenodd;
  width: 19.78px;
  height: 19.844px
}

.c-svg--tel-white {
  fill: #fff;
  fill-rule: evenodd;
  width: 19.78px;
  height: 19.844px
}

.c-svg--map {
  fill: #333;
  fill-rule: evenodd;
  width: 16.06px;
  height: 20.312px
}

.c-svg--map-white {
  fill: #fff;
  fill-rule: evenodd;
  width: 16.06px;
  height: 20.312px
}

.c-svg--icon_raiin {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_sairai {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_omimai {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_kensin {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_kinkyu {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_kyusin {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_jikan {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--pagetop {
  fill: none;
  stroke: #4f7ac1;
  stroke-width: 1px;
  fill-rule: evenodd;
  width: 17px;
  height: 22px
}

.c-svg--icon_iryou {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_saiyou {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_qa {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_tuki {
  fill: none;
  stroke: #333;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3px;
  width: 100%;
  height: 100%
}

.c-svg--icon_tiiki {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_hart {
  width: 100%;
  height: 100%;
  fill: #333;
  fill-rule: evenodd
}

.c-svg--icon_kouhou {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_riabiri {
  fill: #333;
  fill-rule: evenodd;
  width: 100%;
  height: 100%
}

.c-svg--icon_syorui {
  fill: none;
  stroke: #333;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2px
}

.c-svg--hatunetu {
  width: 30px;
  height: 34.8px;
  stroke-linecap: round;
  fill: none;
  stroke: #000;
  stroke-linejoin: round;
  stroke-width: 1.2px
}

.c-svg--arrow {
  fill: none;
  stroke: #2557aa;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  fill-rule: evenodd;
  width: 5.22px;
  height: 6.876px
}

.c-svg--kaikeiqa {
  fill: none;
  stroke: #333;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 7px;
  width: 19px;
  height: 27px
}

.c-svg--icon_online {
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 1.2px
}

.c-svg--icon_online-red {
  stroke: red
}

.c-svg--arrow_2 {
  fill: #2557aa;
  width: 4px;
  height: 5px
}

.arrow-svg {
  fill: none;
  stroke-width: 2px;
  fill-rule: evenodd;
  width: 14.141px;
  height: 6.7655px
}

.arrow-svg--blue {
  stroke: #2557aa
}

.arrow-svg--black {
  stroke: #333
}

.arrow-svg--red {
  stroke: red
}

@media only screen and (min-width: 768px) {
  .arrow-svg {
    width: 1.4141rem;
    height: .67655rem
  }
}

.c-santen {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.c-santen--01 {
  -webkit-line-clamp: 1
}

.c-title {
  border-bottom: 1px solid #5c7aa8;
  padding-top: 2rem;
  padding-bottom: 2rem
}

@media only screen and (min-width: 768px) {
  .c-title {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}

.c-title--2column {
  position: relative
}

@media only screen and (min-width: 768px) {
  .c-title--2column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.c-title .c-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (min-width: 768px) {
  .c-title .c-title-wrap {
    gap: 0 1rem
  }
}

.c-title .c-title__ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: .06em;
  position: relative
}

.c-title .c-title__ja::before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #f8f7f1;
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
  -webkit-transition: -webkit-transform .4s .01s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: -webkit-transform .4s .01s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: transform .4s .01s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: transform .4s .01s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .4s .01s cubic-bezier(0.55, 0, 0.52, 0.99)
}

@media only screen and (min-width: 768px) {
  .c-title .c-title__ja::before {
    width: 5.6rem;
    height: 5.6rem
  }
}

@media only screen and (min-width: 768px) {
  .c-title .c-title__ja {
    font-size: 3rem;
    letter-spacing: .1em
  }
}

.c-title .span-parent {
  overflow: hidden;
  display: block
}

.c-title .span-parent .is-text {
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform .4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform .4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform .4s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform .4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateY(40px) translate3d(0, 0, 0);
  transform: translateY(40px) translate3d(0, 0, 0);
  display: inline-block
}

.c-title .c-title__en {
  font-size: 11px;
  letter-spacing: .12em;
  color: #2557aa;
  opacity: 0;
  -webkit-transition: opacity .8s .01s ease;
  transition: opacity .8s .01s ease
}

@media only screen and (min-width: 768px) {
  .c-title .c-title__en {
    font-size: 1.8rem
  }
}

.c-title .c-title__en.is-on {
  opacity: 1
}

.is-active .span-parent .is-text {
  -webkit-transform: translateY(0px) translate3d(0, 0, 0);
  transform: translateY(0px) translate3d(0, 0, 0)
}

main.is-load .c-title02 .is-text {
  opacity: 1
}

.c-title02 {
  color: #2557aa;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .1em;
  position: relative;
  font-weight: 400;
  z-index: 1;
  font-size: 26px
}

@media only screen and (min-width: 768px) {
  .c-title02 {
    font-size: 3.8rem
  }
}

.c-title02::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f8f7f1;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  left: -14px
}

@media only screen and (min-width: 768px) {
  .c-title02::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7.3rem;
    height: 7.3rem;
    left: -4rem
  }
}

.c-title02 .is-text {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in
}

.c-block-blueline>div.c-title03-wrap:first-child {
  padding-top: 14px
}

@media only screen and (min-width: 768px) {
  .c-block-blueline>div.c-title03-wrap:first-child {
    padding-top: 3.4rem
  }
}

.c-title03-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 1.2rem
}

@media only screen and (min-width: 768px) {
  .c-title03-wrap {
    gap: 0 2.8rem
  }
}

.c-title03-wrap .c-title03 {
  letter-spacing: .1em;
  color: #2557aa;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 22px
}

@media only screen and (min-width: 768px) {
  .c-title03-wrap .c-title03 {
    font-size: 3.2rem
  }
}

.c-title03-wrap .c-title03-sub {
  letter-spacing: .01em;
  color: #2557aa;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px
}

@media only screen and (min-width: 768px) {
  .c-title03-wrap .c-title03-sub {
    font-size: 2.5rem
  }
}

.c-title03-wrap .c-title03-sub02 {
  letter-spacing: .06em;
  font-size: 12px
}

@media only screen and (min-width: 768px) {
  .c-title03-wrap .c-title03-sub02 {
    font-size: 1.4rem;
    line-height: 2
  }
}

.c-lead+.c-title04-wrap {
  margin-top: 42px
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-title04-wrap {
    margin-top: 8.8rem
  }
}

.c-img-wrap+.c-title04-wrap {
  margin-top: 50px
}

@media only screen and (min-width: 768px) {
  .c-img-wrap+.c-title04-wrap {
    margin-top: 11rem
  }
}

.c-list-block+.c-title04-wrap {
  margin-top: 36px
}

@media only screen and (min-width: 768px) {
  .c-list-block+.c-title04-wrap {
    margin-top: 8rem
  }
}

.c-link-block02+.c-title04-wrap {
  margin-top: 42px
}

@media only screen and (min-width: 768px) {
  .c-link-block02+.c-title04-wrap {
    margin-top: 8.8rem
  }
}

.c-title03-wrap+.c-title04-wrap {
  margin-top: 30px
}

@media only screen and (min-width: 768px) {
  .c-title03-wrap+.c-title04-wrap {
    margin-top: 6.2rem
  }
}

.c-link-item+.c-title04-wrap {
  margin-top: 40px
}

@media only screen and (min-width: 768px) {
  .c-link-item+.c-title04-wrap {
    margin-top: 9rem
  }
}

.c-tab-block+.c-title04-wrap {
  margin-top: 30px
}

@media only screen and (min-width: 768px) {
  .c-tab-block+.c-title04-wrap {
    margin-top: 6.4rem
  }
}

.c-title04-wrap {
  background-color: #f7f7f7;
  border-radius: 3px;
  padding: 1rem .8rem
}

@media only screen and (min-width: 768px) {
  .c-title04-wrap {
    border-radius: 6px;
    padding: 2.2rem 2rem
  }
}

.c-title04-wrap--trans {
  background-color: transparent;
  padding: 0
}

.c-title04-wrap .c-title04 {
  letter-spacing: .08em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  padding-left: 18px
}

@media only screen and (min-width: 768px) {
  .c-title04-wrap .c-title04 {
    font-size: 2.4rem;
    padding-left: 3.3rem
  }
}

.c-title04-wrap .c-title04::before {
  content: "";
  display: inline-block;
  border: 3px solid #2557aa;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (min-width: 768px) {
  .c-title04-wrap .c-title04::before {
    border: .8rem solid #2557aa;
    width: 1rem;
    height: 1rem
  }
}

.c-title04-wrap .c-title04--s {
  font-size: 16px
}

@media only screen and (min-width: 768px) {
  .c-title04-wrap .c-title04--s {
    font-size: 2.2rem
  }
}

.c-title04-wrap .c-title04--schedule::before {
  content: "";
  display: inline-block;
  border: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/assets/img/staffvoice/schedule_icon.png");
  background-repeat: no-repeat;
  background-size: cover
}

@media only screen and (min-width: 768px) {
  .c-title04-wrap .c-title04--schedule::before {
    width: 3.1rem;
    height: 3.1rem
  }
}

.c-lead+.c-title05 {
  margin-top: 18px
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-title05 {
    margin-top: 4rem
  }
}

.c-title05+.c-list-block03 {
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .c-title05+.c-list-block03 {
    margin-top: 3rem
  }
}

.c-title05 {
  border-bottom: 1px solid #2557aa;
  padding-bottom: 5px
}

@media only screen and (min-width: 768px) {
  .c-title05 {
    border-width: 2px;
    padding-bottom: 10px
  }
}

.c-title05+.c-lead.c-lead--bold {
  margin-top: 6px
}

@media only screen and (min-width: 768px) {
  .c-title05+.c-lead.c-lead--bold {
    margin-top: 10px
  }
}

.c-title05+.c-lead {
  margin-top: 6px
}

@media only screen and (min-width: 768px) {
  .c-title05+.c-lead {
    margin-top: 10px
  }
}

.c-lead--right+.c-title05 {
  margin-top: 18px
}

@media only screen and (min-width: 768px) {
  .c-lead--right+.c-title05 {
    margin-top: 4rem
  }
}

.c-lead02+.c-lead {
  margin-top: .8rem
}

@media only screen and (min-width: 768px) {
  .c-lead02+.c-lead {
    margin-top: 1.8rem
  }
}

.c-lead02-hatena-wrap+.c-lead {
  margin-top: .8rem
}

@media only screen and (min-width: 768px) {
  .c-lead02-hatena-wrap+.c-lead {
    margin-top: 1.8rem
  }
}

.c-list-block+.c-lead {
  margin-top: 3.6rem
}

@media only screen and (min-width: 768px) {
  .c-list-block+.c-lead {
    margin-top: 8.4rem
  }
}

.c-block-blueline:last-of-type>p.c-lead:last-child {
  padding-bottom: 0
}

@media only screen and (min-width: 768px) {
  .c-block-blueline:last-of-type>p.c-lead:last-child {
    padding-bottom: 0
  }
}

.c-block-blueline>ol.c-list-block02:last-child {
  padding-bottom: 40px
}

@media only screen and (min-width: 768px) {
  .c-block-blueline>ol.c-list-block02:last-child {
    padding-bottom: 10rem
  }
}

.c-block-blueline:last-of-type>ol.c-list-block02:last-child {
  padding-bottom: 0px
}

@media only screen and (min-width: 768px) {
  .c-block-blueline:last-of-type>ol.c-list-block02:last-child {
    padding-bottom: 0px
  }
}

.c-title03-wrap+.c-lead {
  margin-top: 1.2rem
}

@media only screen and (min-width: 768px) {
  .c-title03-wrap+.c-lead {
    margin-top: 3.4rem
  }
}

.c-title04-wrap+.c-lead {
  margin-top: 1.2rem
}

@media only screen and (min-width: 768px) {
  .c-title04-wrap+.c-lead {
    margin-top: 3rem
  }
}

.c-block-blueline>p.c-lead:last-child {
  padding-bottom: 3rem
}

@media only screen and (min-width: 768px) {
  .c-block-blueline>p.c-lead:last-child {
    padding-bottom: 10rem
  }
}

.c-block-blueline>p.c-lead02:last-child {
  padding-bottom: 3rem
}

@media only screen and (min-width: 768px) {
  .c-block-blueline>p.c-lead02:last-child {
    padding-bottom: 10rem
  }
}

@media only screen and (min-width: 768px) {
  .c-list-block__item>.c-lead02+.c-lead {
    margin-top: 1.5rem
  }
}

.c-lead {
  line-height: 1.8666666667;
  letter-spacing: .06em;
  font-size: 12px
}

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

.c-lead--right {
  text-align: right
}

.c-lead--ls003 {
  letter-spacing: .03em
}

.c-lead--lh2415 {
  line-height: 1.6
}

.c-lead+.c-link-block02 {
  margin-top: 16px
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-link-block02 {
    margin-top: 3.8rem
  }
}

.c-lead--bold {
  font-weight: 600
}

.c-lead--normal {
  font-weight: 400
}

.c-lead--center {
  text-align: center
}

@media only screen and (min-width: 768px) {
  .c-lead--bold.c-lead--xl {
    line-height: 1.5555555556
  }
}

.c-lead--blue {
  color: #2557aa;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2557aa), to(#2557aa));
  background-image: linear-gradient(#2557aa, #2557aa);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  position: relative;
  -webkit-transition: background-size .3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: background-size .3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  padding-right: 2px
}

@media(hover: hover)and (pointer: fine) {
  .c-lead--blue:hover {
    background-position: left bottom;
    background-size: 100% 1px
  }
}

.c-lead--blue02 {
  color: #2557aa
}

.c-lead--blue02[target=_blank]::after {
  content: "";
  background-image: url("/assets/img/common/blank_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 12px;
  height: 11.969px;
  margin-left: 4px
}

.c-lead--blank::after {
  content: "";
  background-image: url("/assets/img/common/blank_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 12px;
  height: 11.969px;
  margin-left: 4px
}

.c-lead--s {
  font-size: 11px
}

@media only screen and (min-width: 768px) {
  .c-lead--s {
    font-size: 1.4rem;
    line-height: 1.4285714286
  }
}

.c-lead--m {
  font-size: 12px
}

@media only screen and (min-width: 768px) {
  .c-lead--m {
    font-size: 1.5rem
  }
}

.c-lead--large {
  font-size: 13px
}

@media only screen and (min-width: 768px) {
  .c-lead--large {
    font-size: 1.6rem
  }
}

.c-lead--xl {
  font-size: 14px
}

@media only screen and (min-width: 768px) {
  .c-lead--xl {
    font-size: 1.8rem
  }
}

@media only screen and (min-width: 768px) {
  .c-lead--xl.c-lead--y-cycle.c-lead--noto_serif_jp {
    line-height: 2
  }
}

.c-lead--blue[target=_blank]::after {
  content: "";
  background-image: url("/assets/img/common/blank_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 12px;
  height: 11.969px;
  margin-left: 4px
}

.c-lead--blue-pdf[target=_blank]::after {
  content: "";
  background-image: url("/assets/img/svg/icon_pdf.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 4px
}

.c-lead--white-pdf::after {
  content: "";
  background-image: url("/assets/img/svg/icon_pdf-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 4px
}

.c-lead--blue-pdf::after {
  content: "";
  background-image: url("/assets/img/svg/icon_pdf.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 4px
}

.c-lead--red {
  color: red
}

.c-lead--white {
  color: #fff
}

.c-lead--yline {
  position: relative;
  padding-left: 8px
}

@media only screen and (min-width: 768px) {
  .c-lead--yline {
    padding-left: 1.2rem
  }
}

.c-lead--yline::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #2557aa;
  position: absolute;
  top: .25em;
  left: 0
}

@media only screen and (min-width: 768px) {
  .c-lead--yline::before {
    height: 80%;
    width: .3rem;
    top: 10%
  }
}

.c-lead--small {
  font-size: 10px
}

@media only screen and (min-width: 768px) {
  .c-lead--small {
    font-size: 1.4rem
  }
}

.c-lead--y-cycle {
  position: relative;
  padding-left: 10px
}

@media only screen and (min-width: 768px) {
  .c-lead--y-cycle {
    padding-left: 2rem
  }
}

.c-lead--y-cycle::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #789dd6;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0
}

@media only screen and (min-width: 768px) {
  .c-lead--y-cycle::before {
    top: .6em;
    width: 8px;
    height: 8px
  }
}

.c-lead--y-kome {
  position: relative;
  padding-left: 18px
}

@media only screen and (min-width: 768px) {
  .c-lead--y-kome {
    padding-left: 2rem
  }
}

.c-lead--y-kome::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0
}

.c-lead--rigth {
  text-align: right
}

.c-lead--y-kome+.c-lead--y-kome-inner {
  padding-left: 18px
}

@media only screen and (min-width: 768px) {
  .c-lead--y-kome+.c-lead--y-kome-inner {
    padding-left: 2rem
  }
}

.c-lead--y-cycle+.c-lead--y-cycle-inner {
  padding-left: 10px
}

@media only screen and (min-width: 768px) {
  .c-lead--y-cycle+.c-lead--y-cycle-inner {
    padding-left: 2rem
  }
}

.c-lead--y-cycle+.c-lead {
  padding-left: 10px
}

@media only screen and (min-width: 768px) {
  .c-lead--y-cycle+.c-lead {
    padding-left: 2rem
  }
}

.c-lead--y-cycle.c-lead--xl::before {
  top: 11px
}

@media only screen and (min-width: 768px) {
  .c-lead--y-cycle.c-lead--xl::before {
    top: .9em
  }
}

.c-lead--y-cycle.c-lead--ruby::before {
  top: 16px
}

@media only screen and (min-width: 768px) {
  .c-lead--y-cycle.c-lead--ruby::before {
    top: 1em
  }
}

.c-lead--download::after {
  content: "";
  background-image: url("/assets/img/svg/icon_download.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-left: 4px
}

.c-lead--noto_serif_jp {
  font-family: "Noto Serif JP", serif
}

.c-lead--mt {
  margin-top: 8px
}

@media only screen and (min-width: 768px) {
  .c-lead--mt {
    margin-top: 1.8rem
  }
}

.c-lead--mt30 {
  margin-top: 14px
}

@media only screen and (min-width: 768px) {
  .c-lead--mt30 {
    margin-top: 3rem
  }
}

.c-title03-wrap+.c-lead02 {
  margin-top: 1.4rem
}

@media only screen and (min-width: 768px) {
  .c-title03-wrap+.c-lead02 {
    margin-top: 3.8rem
  }
}

.c-title04-wrap+.c-lead02 {
  margin-top: 1rem
}

@media only screen and (min-width: 768px) {
  .c-title04-wrap+.c-lead02 {
    margin-top: 2.6rem
  }
}

.c-list-block03+.c-lead02 {
  margin-top: 1.8rem
}

@media only screen and (min-width: 768px) {
  .c-list-block03+.c-lead02 {
    margin-top: 4rem
  }
}

.c-list-block02+.c-lead02 {
  margin-top: 14px
}

@media only screen and (min-width: 768px) {
  .c-list-block02+.c-lead02 {
    margin-top: 3.2rem
  }
}

.c-lead+.c-lead02 {
  margin-top: 28px
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-lead02 {
    margin-top: 6.2rem
  }
}

.c-list-block+.c-lead02 {
  margin-top: 28px
}

@media only screen and (min-width: 768px) {
  .c-list-block+.c-lead02 {
    margin-top: 6.2rem
  }
}

.c-lead02 {
  color: #2557aa;
  letter-spacing: .06em;
  font-weight: 600;
  font-size: 13px
}

.c-lead03 {
  color: #2557aa;
  letter-spacing: .06em;
  font-weight: 600;
  font-size: 18px
}

@media only screen and (min-width: 768px) {
  .c-lead02 {
    font-size: 1.8rem
  }
  .c-lead03 {
    font-size: 2.6rem
  }
}

.c-lead02--black {
  color: #333
}

.c-lead02--red {
  color: red
}

.c-lead02-hatena-wrap {
  position: relative;
  padding-left: 22px
}

@media only screen and (min-width: 768px) {
  .c-lead02-hatena-wrap {
    padding-left: 4.6rem
  }
}

.c-lead02-hatena-wrap .c-hatena__icon {
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

@media only screen and (min-width: 768px) {
  .c-lead02-hatena-wrap .c-hatena__icon {
    width: 3.7rem;
    height: 3.7rem
  }
}

.c-lead02-hatena-wrap .c-hatena__icon img {
  width: 6px
}

@media only screen and (min-width: 768px) {
  .c-lead02-hatena-wrap .c-hatena__icon img {
    width: 1.1rem
  }
}

.c-icon-block {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #f8f7f1;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (min-width: 768px) {
  .c-icon-block {
    width: 4rem;
    height: 4rem
  }
}

html.webp .c-catekv--summary {
  background-image: url("/assets/img/summary/summary-kv-sp.webp")
}

@media only screen and (min-width: 768px) {
  html.webp .c-catekv--summary {
    background-image: url("/assets/img/summary/summary-kv.webp")
  }
}

html.webp .c-catekv--recruit {
  background-image: url("/assets/img/recruit/recruit-kv-sp.webp")
}

@media only screen and (min-width: 768px) {
  html.webp .c-catekv--recruit {
    background-image: url("/assets/img/recruit/recruit-kv.webp")
  }
}

html.webp .c-catekv--visit {
  background-image: url("/assets/img/visit/visit-kv.webp")
}

@media only screen and (min-width: 768px) {
  html.webp .c-catekv--visit {
    background-image: url("/assets/img/visit/visit-kv.webp")
  }
}

html.webp .c-catekv--department {
  background-image: url("/assets/img/department/department-kv-sp.webp")
}

@media only screen and (min-width: 768px) {
  html.webp .c-catekv--department {
    background-image: url("/assets/img/department/department-kv.webp")
  }
}

main.is-load .c-catekv__title .is-text {
  opacity: 1
}

.c-catekv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  height: 200px
}

@media only screen and (min-width: 768px) {
  .c-catekv {
    width: 100%;
    height: 39.4rem
  }
}

.c-catekv--summary {
  background-image: url("/assets/img/summary/summary-kv-sp.jpg")
}

@media only screen and (min-width: 768px) {
  .c-catekv--summary {
    background-image: url("/assets/img/summary/summary-kv.jpg")
  }
}

.c-catekv--recruit {
  background-image: url("/assets/img/recruit/recruit-kv-sp.jpg")
}

@media only screen and (min-width: 768px) {
  .c-catekv--recruit {
    background-image: url("/assets/img/recruit/recruit-kv.jpg")
  }
}

.c-catekv--visit {
  background-image: url("/assets/img/visit/visit-kv.jpg")
}

@media only screen and (min-width: 768px) {
  .c-catekv--visit {
    background-image: url("/assets/img/visit/visit-kv.jpg")
  }
}

.c-catekv--department {
  background-image: url("/assets/img/department/department-kv-sp.jpg")
}

@media only screen and (min-width: 768px) {
  .c-catekv--department {
    background-image: url("/assets/img/department/department-kv.jpg")
  }
}

.c-catekv .c-catekv__wrap {
  width: min(100%, 166.4rem);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media only screen and (min-width: 768px) {
  .c-catekv .c-catekv__wrap {
    padding: 0 3.2rem
  }
}

.c-catekv .c-catekv__title-wrap {
  position: relative
}

@media only screen and (min-width: 768px) {
  .c-catekv .c-catekv__title-wrap {
    top: -3.6rem
  }
}

.c-catekv .c-catekv__title {
  position: relative;
  font-size: 24px;
  letter-spacing: .26em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  z-index: 1
}

@media only screen and (min-width: 768px) {
  .c-catekv .c-catekv__title {
    font-size: 4.2rem
  }
}

.c-catekv .c-catekv__title::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px
}

@media only screen and (min-width: 768px) {
  .c-catekv .c-catekv__title::before {
    width: 7.3rem;
    height: 7.3rem;
    left: -2.6rem
  }
}

@media only screen and (min-width: 1750px) {
  .c-catekv .c-catekv__title::before {
    left: -4.6rem
  }
}

.c-catekv .c-catekv__title .is-text {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in
}

.c-catekv .c-catekv__pankuzu {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top-left-radius: 7px
}

@media only screen and (min-width: 768px) {
  .c-catekv .c-catekv__pankuzu {
    width: 110%;
    border-top-left-radius: 16px;
    bottom: -1px
  }
}

.c-catekv .c-catekv__pankuzu::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/svg/nami.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -12px;
  bottom: 0;
  z-index: 2
}

.c-catekv .c-catekv__pankuzu::after {
  content: "";
  display: inline-block;
  height: 25px;
  width: 4rem;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(90%, white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 90%);
  position: absolute;
  right: 2rem;
  top: 2px;
  pointer-events: none
}

@media only screen and (min-width: 768px) {
  .c-catekv .c-catekv__pankuzu::after {
    display: none
  }
}

.c-catekv .c-catekv__pankuzu-wrap {
  overflow-x: scroll;
  width: 89%;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.c-catekv .c-catekv__pankuzu-wrap::-webkit-scrollbar {
  display: none
}

.c-catekv .c-catekv__pankuzu-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem 2.6rem;
  white-space: nowrap
}

@media only screen and (min-width: 768px) {
  .c-catekv .c-catekv__pankuzu-lists {
    padding: 2.6rem 5rem
  }
}

.c-catekv .c-catekv__pankuzu-item {
  font-size: 10px;
  letter-spacing: .06em;
  position: relative
}

@media only screen and (min-width: 768px) {
  .c-catekv .c-catekv__pankuzu-item {
    font-size: 1.3rem
  }
}

.c-catekv .c-catekv__pankuzu-item:nth-of-type(n + 2) {
  padding-left: 1rem
}

@media only screen and (min-width: 768px) {
  .c-catekv .c-catekv__pankuzu-item:nth-of-type(n + 2) {
    padding-left: 24px
  }
}

.c-catekv .c-catekv__pankuzu-item:nth-of-type(n + 2)::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("/assets/img/svg/pankuzu-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: .05px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (min-width: 768px) {
  .c-catekv .c-catekv__pankuzu-item:nth-of-type(n + 2)::before {
    left: 9px
  }
}

.c-catekv .c-catekv__pankuzu-link {
  color: #a0a0a0
}

@media(hover: hover)and (pointer: fine) {
  .c-catekv .c-catekv__pankuzu-link:hover {
    color: #2557aa
  }
}

.c-cate-content .c-cate-content__tab-block {
  margin-top: 55px
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__tab-block {
    margin-top: 3rem
  }
}

.c-cate-content .c-cate-content__tab {
  background-color: #f8f7f1;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 1rem;
  padding: 1rem 1rem
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__tab {
    gap: 0 1.2rem;
    border-radius: 8px;
    padding: 2rem 2.5rem
  }
}

.c-cate-content .c-cate-content__tab-item {
  max-width: calc((100% - 1rem)/2);
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(119, 108, 80, .08);
  box-shadow: 0 1px 2px rgba(119, 108, 80, .08);
  -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  padding: 1rem 1rem
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__tab-item {
    max-width: calc((100% - 3.6rem)/4);
    border-radius: 5px;
    padding: 1.5rem 1.8rem
  }
}

@media(hover: hover)and (pointer: fine) {
  .c-cate-content .c-cate-content__tab-item:hover {
    background-color: #2557aa
  }

  .c-cate-content .c-cate-content__tab-item:hover .c-cate-content__tab-title {
    color: #fff
  }

  .c-cate-content .c-cate-content__tab-item:hover .c-cate-content__tab-icon {
    visibility: hidden;
    opacity: 0
  }
}

.c-cate-content .c-cate-content__tab-item.is-click {
  background-color: #2557aa
}

.c-cate-content .c-cate-content__tab-item.is-click .c-cate-content__tab-title {
  color: #fff
}

.c-cate-content .c-cate-content__tab-item.is-click .c-cate-content__tab-icon {
  visibility: hidden;
  opacity: 0
}

.c-cate-content .c-cate-content__tab-title {
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: 600;
  -webkit-transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99)
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__tab-title {
    font-size: 1.5rem
  }
}

.c-cate-content .c-cate-content__tab-icon {
  -webkit-transition: visibility .2s cubic-bezier(0.55, 0, 0.52, 0.99), opacity .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: visibility .2s cubic-bezier(0.55, 0, 0.52, 0.99), opacity .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #d8e4f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  z-index: 1;
  pointer-events: none
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__tab-icon {
    right: 2rem
  }
}

.c-cate-content .c-cate-content__tab-icon::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/svg/arrow_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.c-cate-content .c-cate-content__tab-icon .c-svg--arrow {
  -webkit-transform: translateX(1px);
  transform: translateX(1px)
}

.c-cate-content .c-cate-content__lists {
  padding-top: 25px
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 5rem;
    padding-top: 8.2rem
  }
}

.c-cate-content .c-cate-content__item {
  border-bottom: 1px solid #c3c9d3;
  position: relative
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item {
    width: calc((100% - 5rem)/2)
  }
}

@media(hover: hover)and (pointer: fine) {
  .c-cate-content .c-cate-content__item:hover a.c-cate-content__link {
    background-color: #d8e4f6
  }
}

.c-cate-content .c-cate-content__link {
  display: block;
  padding: 30px 20px;
  padding-right: 40px;
  -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  height: 100%
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__link {
    padding: 4.3rem 2rem 3.7rem;
    padding-right: 7rem
  }
}

.c-cate-content .c-cate-content__item-title {
  font-size: 16px;
  color: #1e4382;
  letter-spacing: .05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item-title {
    font-size: 2.4rem
  }
}

.c-cate-content .c-cate-content__item-lead {
  letter-spacing: .08em;
  font-size: 12px;
  margin-top: 6px
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item-lead {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: .8rem
  }
}

.c-cate-content .c-cate-content__item-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e7e6e1;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item-btn {
    width: 4.4rem;
    height: 4.4rem;
    right: 2rem
  }
}

.c-cate-content .c-cate-content__inner {
  margin-top: 55px
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__inner {
    margin-top: 11rem
  }
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__lists02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem
  }
}

.c-cate-content .c-cate-content__item02 {
  background-color: #f8f7f1;
  border-radius: 4px;
  padding: 1.4rem
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item02 {
    border-radius: 8px;
    padding: 2rem;
    width: calc((100% - 5rem)/2)
  }
}

.c-cate-content .c-cate-content__item02:nth-of-type(n + 2) {
  margin-top: 16px
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item02:nth-of-type(n + 2) {
    margin-top: 0
  }
}

.c-cate-content .c-cate-content__item02-title {
  font-size: 16px;
  color: #1e4382;
  letter-spacing: .05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item02-title {
    font-size: 2.4rem
  }
}

.c-cate-content .c-cate-content__item02-link-wrap {
  margin-top: 8px
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item02-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem
  }
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item02-link-wrap--2column .c-cate-content__item02-link {
    width: calc((100% - 1rem)/2)
  }
}

.c-cate-content .c-cate-content__item02-link {
  display: block;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(119, 108, 80, .08);
  box-shadow: 0 1px 2px rgba(119, 108, 80, .08);
  position: relative;
  border-radius: 2px;
  -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  padding: 1.5rem 2rem
}

.c-cate-content .c-cate-content__item02-link:nth-of-type(n + 2) {
  margin-top: 6px
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item02-link:nth-of-type(n + 2) {
    margin-top: 0
  }
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item02-link {
    padding: 1.5rem 2rem;
    border-radius: 5px;
    padding-right: 4.5rem
  }
}

@media(hover: hover)and (pointer: fine) {
  .c-cate-content .c-cate-content__item02-link:hover {
    background-color: #2557aa
  }

  .c-cate-content .c-cate-content__item02-link:hover .c-cate-content__item02-link-title {
    color: #fff
  }

  .c-cate-content .c-cate-content__item02-link:hover .c-cate-content__item02-link-title .smaller {
    color: #fff !important
  }
}

.c-cate-content .c-cate-content__item02-link-title {
  font-weight: 600;
  letter-spacing: .06em;
  font-size: 12px;
  -webkit-transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99)
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item02-link-title {
    font-size: 1.5rem
  }
}

.c-cate-content .c-cate-content__item02-link-title .smaller {
  font-size: 10px;
  -webkit-transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99)
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item02-link-title .smaller {
    font-size: 1.2rem
  }
}

.c-cate-content .c-cate-content__item02-link-title .smaller.red {
  color: red
}

.c-cate-content .c-cate-content__item02-link-icon {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #d8e4f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  z-index: 1;
  pointer-events: none
}

@media only screen and (min-width: 768px) {
  .c-cate-content .c-cate-content__item02-link-icon {
    width: 20px;
    height: 20px;
    right: 10px
  }
}

.c-cate-content .c-cate-content__item02-link-icon::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/svg/arrow_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.c-cate-imgblock {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  margin-top: 60px
}

@media only screen and (min-width: 768px) {
  .c-cate-imgblock {
    padding-bottom: 18.2rem;
    margin-top: 18rem
  }
}

.c-cate-imgblock .c-cate-imgblock__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1rem
}

@media only screen and (min-width: 768px) {
  .c-cate-imgblock .c-cate-imgblock__wrap {
    gap: 0 2rem;
    max-width: 168rem;
    width: 100%;
    margin-left: auto;
    margin-right: 0
  }
}

@media only screen and (min-width: 768px) {
  .c-cate-imgblock .c-cate-imgblock__item {
    max-width: calc((100% - 4rem)/3);
    width: 100%
  }
}

.c-cate-imgblock .c-cate-imgblock__item img {
  width: 100%
}

@media only screen and (min-width: 768px) {
  .c-cate-imgblock .c-cate-imgblock__item img {
    border-radius: 6px
  }
}

.c-cate-imgblock .c-cate-imgblock__bg {
  display: inline-block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1
}

@media only screen and (min-width: 768px) {
  .c-cate-imgblock .c-cate-imgblock__bg {
    height: 35.6rem;
    background-color: #f8f7f1
  }
}

.c-cate .l-nav-footer {
  margin-top: 0
}

@media only screen and (min-width: 768px) {
  .c-cate .l-nav-footer {
    background-color: #f8f7f1
  }
}

@media only screen and (min-width: 768px) {
  .c-cate .l-nav-footer__page-top {
    background-color: #fff
  }
}

.c-cate-content__item02-file {
  margin-top: 8px
}

@media only screen and (min-width: 768px) {
  .c-cate-content__item02-file {
    margin-top: 1.6rem
  }
}

.c-title02+.c-pankuzu-wrap {
  margin-top: 10px
}

@media only screen and (min-width: 768px) {
  .c-title02+.c-pankuzu-wrap {
    margin-top: 5rem
  }
}

.c-pankuzu-wrap {
  overflow-x: scroll;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.c-pankuzu-wrap::-webkit-scrollbar {
  display: none
}

.c-pankuzu-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem 0;
  white-space: nowrap
}

@media only screen and (min-width: 768px) {
  .c-pankuzu-lists {
    padding: 2.2rem 0
  }
}

.c-pankuzu-item {
  font-size: 10px;
  letter-spacing: .06em;
  position: relative;
  font-family: "Quicksand", "BIZ UDPGothic", sans-serif
}

@media only screen and (min-width: 768px) {
  .c-pankuzu-item {
    font-size: 1.3rem
  }
}

.c-pankuzu-item:nth-of-type(n + 2) {
  padding-left: 1rem
}

@media only screen and (min-width: 768px) {
  .c-pankuzu-item:nth-of-type(n + 2) {
    padding-left: 24px
  }
}

.c-pankuzu-item:nth-of-type(n + 2)::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("/assets/img/svg/pankuzu-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: .05px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (min-width: 768px) {
  .c-pankuzu-item:nth-of-type(n + 2)::before {
    left: 9px
  }
}

.c-pankuzu-link {
  color: #a0a0a0;
  font-family: "Quicksand", "BIZ UDPGothic", sans-serif
}

@media(hover: hover)and (pointer: fine) {
  .c-pankuzu-link:hover {
    color: #2557aa
  }
}

.c-block-blueline {
  border-top: 1px solid #2557aa
}

@media only screen and (min-width: 768px) {
  .c-block-blueline {
    border-width: 2px
  }
}

.c-title04-wrap+.c-img-wrap {
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .c-title04-wrap+.c-img-wrap {
    margin-top: 3rem
  }
}

.c-lead+.c-img-wrap {
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-img-wrap {
    margin-top: 3rem
  }
}

.c-img-wrap--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-img__wrap--center {
  text-align: center
}

.c-img__wrap .c-img {
  border-radius: 6px
}

.c-title03-wrap+.c-list-block {
  margin-top: 2.2rem
}

@media only screen and (min-width: 768px) {
  .c-title03-wrap+.c-list-block {
    margin-top: 4.6rem
  }
}

.c-list-block+.c-list-block {
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .c-list-block+.c-list-block {
    margin-top: 3rem
  }
}

.c-lead+.c-list-block {
  margin-top: 10px
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-list-block {
    margin-top: 2rem
  }
}

.c-lead02+.c-list-block {
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .c-lead02+.c-list-block {
    margin-top: 2.8rem
  }
}

.c-link-block02+.c-list-block {
  margin-top: 36px
}

@media only screen and (min-width: 768px) {
  .c-link-block02+.c-list-block {
    margin-top: 8rem
  }
}

.c-list-block .c-list-block__item {
  background-color: #faf9f5;
  border: 1px solid #d7d2bd;
  padding: 1.4rem 1.8rem;
  border-radius: 6px
}

@media only screen and (min-width: 768px) {
  .c-list-block .c-list-block__item {
    padding: 3.7rem 4rem;
    border-radius: 6px
  }
}

.c-list-block .c-list-block__item+.c-list-block__item {
  margin-top: 1.6rem
}

@media only screen and (min-width: 768px) {
  .c-list-block .c-list-block__item+.c-list-block__item {
    margin-top: 3.8rem
  }
}

.c-list-block .c-list-block__item-lead {
  margin-top: .8rem
}

@media only screen and (min-width: 768px) {
  .c-list-block .c-list-block__item-lead {
    margin-top: 2rem
  }
}

.c-list-block--blue .c-list-block__item {
  background-color: #f1f5fc;
  border-color: #c3c9d3
}

.c-lead+.c-list-block--2column {
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-list-block--2column {
    margin-top: 3rem
  }
}

@media only screen and (min-width: 768px) {
  .c-list-block--2column .c-list-block__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 2.2rem
  }
}

@media only screen and (min-width: 768px) {
  .c-list-block--2column .c-list-block__item-leadwrap {
    max-width: calc(100% - 30rem - 2.2rem);
    width: 100%
  }
}

@media only screen and (min-width: 768px) {
  .c-list-block--2column .c-list-block__item-left {
    max-width: calc(100% - 30rem - 2.2rem);
    width: 100%
  }
}

.c-list-block--2column .c-list-block__item-img {
  margin-top: 10px
}

@media only screen and (min-width: 768px) {
  .c-list-block--2column .c-list-block__item-img {
    max-width: 30rem;
    width: 100%;
    margin-top: 0
  }
}

.c-list-block--2column .c-list-block__item-img img {
  width: 100%;
  border-radius: 3px
}

@media only screen and (min-width: 768px) {
  .c-list-block--2column .c-list-block__item-img img {
    border-radius: 6px
  }
}

@media only screen and (min-width: 768px) {
  .c-list-block--2column .c-list-block__item-right {
    max-width: 30rem;
    width: 100%;
    margin-top: 0
  }
}

.c-title04-wrap+.c-list-block02 {
  margin-top: 16px
}

@media only screen and (min-width: 768px) {
  .c-title04-wrap+.c-list-block02 {
    margin-top: 4rem
  }
}

.c-lead+.c-list-block02 {
  margin-top: 28px
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-list-block02 {
    margin-top: 6rem
  }
}

.c-lead02+.c-list-block02 {
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .c-lead02+.c-list-block02 {
    margin-top: 3rem
  }
}

.c-list-block02 {
  counter-reset: item
}

.c-list-block02 .c-list-block02__item+.c-list-block02__item {
  margin-top: 15px
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item+.c-list-block02__item {
    margin-top: 3.2rem
  }
}

.c-list-block02 .c-list-block02__item-lead {
  letter-spacing: .06em;
  font-weight: 600;
  font-size: 13px;
  padding-left: 20px;
  position: relative
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item-lead {
    font-size: 1.8rem;
    padding-left: 4.6rem
  }
}

.c-list-block02 .c-list-block02__item-lead--normal {
  font-weight: 400
}

.c-list-block02 .c-list-block02__item-lead--m {
  font-size: 12px
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item-lead--m {
    font-size: 1.5rem;
    padding-left: 4.6rem;
    padding-top: .2rem
  }
}

.c-list-block02 .c-list-block02__item-lead::before {
  counter-increment: item;
  content: counter(item);
  background-color: #2557aa;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: 300
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item-lead::before {
    width: 3.4rem;
    height: 3.4rem;
    top: -0.4rem;
    font-size: 1.8rem
  }
}

.c-list-block02 .c-lead+.c-list-block02__item-inner {
  margin-top: 10px
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-lead+.c-list-block02__item-inner {
    margin-top: 2.6rem
  }
}

.c-list-block02 .c-list-block02__item-inner>.c-lead {
  padding-left: 0
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item-inner>.c-lead {
    padding-left: 0
  }
}

.c-list-block02 .c-list-block02__item-inner>.c-lead.c-lead--y-cycle {
  padding-left: 10px
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item-inner>.c-lead.c-lead--y-cycle {
    padding-left: 2rem
  }
}

.c-list-block02 .c-list-block02__item-inner>.c-title04-wrap:first-child {
  margin-top: 14px
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item-inner>.c-title04-wrap:first-child {
    margin-top: 3rem
  }
}

.c-list-block02 .c-list-block02__item-inner .c-title04-wrap+.c-lead02 {
  margin-top: 18px
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item-inner .c-title04-wrap+.c-lead02 {
    margin-top: 4rem
  }
}

.c-list-block02 .c-list-block02__item-inner .c-title04-wrap+.c-lead {
  padding-left: 0;
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item-inner .c-title04-wrap+.c-lead {
    margin-top: 3rem
  }
}

.c-list-block02 .c-list-block02__item-lead+.c-lead {
  padding-left: 20px;
  margin-top: 4px
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item-lead+.c-lead {
    padding-left: 4.6rem;
    margin-top: 1rem
  }
}

.c-list-block02 .c-list-block02__item-inner {
  padding-left: 20px
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item-inner {
    padding-left: 4.6rem
  }
}

.c-list-block02 .c-list-block02__item-lead+.c-list-block02__item-inner {
  margin-top: 4px
}

@media only screen and (min-width: 768px) {
  .c-list-block02 .c-list-block02__item-lead+.c-list-block02__item-inner {
    margin-top: 1rem
  }
}

.c-lead02+.c-list-block03 {
  margin-top: 8px
}

@media only screen and (min-width: 768px) {
  .c-lead02+.c-list-block03 {
    margin-top: 1.6rem
  }
}

.c-list-block03 .c-list-block03__item+.c-list-block03__item {
  margin-top: 6px
}

@media only screen and (min-width: 768px) {
  .c-list-block03 .c-list-block03__item+.c-list-block03__item {
    margin-top: 1.6rem
  }
}

.c-list-block03 .c-list-block03__item-lead-wrap {
  padding-left: .8rem
}

@media only screen and (min-width: 768px) {
  .c-list-block03 .c-list-block03__item-lead-wrap {
    padding-left: 1.2rem
  }
}

.c-td-lists .c-td-item-lead {
  position: relative;
  letter-spacing: .06em;
  font-size: 12px;
  padding-left: 8px
}

@media only screen and (min-width: 768px) {
  .c-td-lists .c-td-item-lead {
    font-size: 1.5rem;
    padding-left: 12px
  }
}

.c-td-lists .c-td-item-lead::before {
  content: "";
  display: inline-block;
  background-color: #789dd6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px
}

@media only screen and (min-width: 768px) {
  .c-td-lists .c-td-item-lead::before {
    width: 8px;
    height: 8px;
    top: .6rem
  }
}

.c-td-lists .c-td-item-lead+.c-td-item-lead {
  margin-top: 6px
}

@media only screen and (min-width: 768px) {
  .c-td-lists .c-td-item-lead+.c-td-item-lead {
    margin-top: 1rem
  }
}

.c-lead+.c-list-block04 {
  margin-top: 5
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-list-block04 {
    margin-top: 1rem
  }
}

.c-lead02+.c-list-block04 {
  margin-top: 8px
}

@media only screen and (min-width: 768px) {
  .c-lead02+.c-list-block04 {
    margin-top: 2rem
  }
}

.c-list-block04+.c-list-block04 {
  margin-top: 8px
}

@media only screen and (min-width: 768px) {
  .c-list-block04+.c-list-block04 {
    margin-top: 2rem
  }
}

.c-lead+.c-list-block05 {
  margin-top: 10px
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-list-block05 {
    margin-top: 2rem
  }
}

.c-list-block05 .c-list-block05__item {
  background-color: #f8f7f1;
  border: 1px solid #d7d2bd;
  padding: 1.4rem 1.8rem;
  border-radius: 6px;
  position: relative
}

@media only screen and (min-width: 768px) {
  .c-list-block05 .c-list-block05__item {
    padding: 3.7rem 4rem;
    border-radius: 6px
  }
}

.c-list-block05 .c-list-block05__item+.c-list-block05__item {
  margin-top: 1.6rem
}

@media only screen and (min-width: 768px) {
  .c-list-block05 .c-list-block05__item+.c-list-block05__item {
    margin-top: 3.8rem
  }
}

.c-list-block05 .c-list-block05__item::after {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/common/arrow_btm.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media only screen and (min-width: 768px) {
  .c-list-block05 .c-list-block05__item::after {
    width: 1.5rem;
    height: 1.5rem;
    bottom: -2.6rem
  }
}

.c-list-block05 .c-list-block05__item:last-of-type::after {
  content: none
}

.c-list-block05--blue .c-list-block05__item {
  background-color: #e4ecf9;
  border-color: #c3c9d3
}

.c-list-block05--after-none .c-list-block05__item::after {
  content: none
}

.c-list-block05 .c-lead02+.c-list-block05__item-2column {
  margin-top: 8px
}

@media only screen and (min-width: 768px) {
  .c-list-block05 .c-lead02+.c-list-block05__item-2column {
    margin-top: 1.8rem
  }
}

@media only screen and (min-width: 768px) {
  .c-list-block05 .c-list-block05__item-2column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 2.2rem
  }
}

.c-list-block05 .c-list-block05__item-2column+.c-list-block05__item-2column {
  margin-top: 6px
}

@media only screen and (min-width: 768px) {
  .c-list-block05 .c-list-block05__item-2column+.c-list-block05__item-2column {
    margin-top: 1.2rem
  }
}

@media only screen and (min-width: 768px) {
  .c-list-block05 .c-list-block05__item-left {
    max-width: calc(100% - 30rem - 2.2rem);
    width: 100%
  }
}

@media only screen and (min-width: 768px) {
  .c-list-block05 .c-list-block05__item-right {
    max-width: 30rem;
    width: 100%;
    margin-top: 0
  }
}

.c-list-block05 .c-list-block05__item-right .c-list-block05__item-right-img {
  text-align: center
}

.c-list-block05 .c-list-block05__item-right .c-list-block05__item-right-img img {
  border-radius: 3px
}

@media only screen and (min-width: 768px) {
  .c-list-block05 .c-list-block05__item-right .c-list-block05__item-right-img img {
    border-radius: 6px
  }
}

@media only screen and (min-width: 768px) {
  .c-list-block05 .c-list-block05__item-right-2column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 1.6rem
  }
}

@media only screen and (min-width: 768px) {
  .c-list-block05 .c-list-block05__item-right-2column .c-list-block05__item-right-img {
    max-width: calc((100% - 1.6rem)/2);
    width: 100%
  }
}

.c-ol-block__upper-latin {
  list-style-type: upper-latin;
  line-height: 1.8666666667;
  letter-spacing: .06em;
  font-size: 12px;
  padding-left: 20px
}

@media only screen and (min-width: 768px) {
  .c-ol-block__upper-latin {
    font-size: 1.5rem;
    padding-left: 20px
  }
}

.c-title03-wrap+.c-tab-block {
  margin-top: 18px
}

@media only screen and (min-width: 768px) {
  .c-title03-wrap+.c-tab-block {
    margin-top: 4rem
  }
}

.c-tab-block .c-tab {
  background-color: #f8f7f1;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 1rem;
  padding: 1rem 1rem;
  -webkit-box-shadow: 0 2px 2px rgba(119, 108, 80, .08) inset;
  box-shadow: 0 2px 2px rgba(119, 108, 80, .08) inset
}

@media only screen and (min-width: 768px) {
  .c-tab-block .c-tab {
    gap: .8rem 1rem;
    border-radius: 8px;
    padding: 2rem 2.5rem
  }
}

.c-tab-block .c-tab--3tab .c-tab-item {
  max-width: 100%
}

@media print {
  .c-tab-block .c-tab--3tab .c-tab-item {
    max-width: calc((100% - 2rem)/3)
  }
}

@media only screen and (min-width: 768px) {
  .c-tab-block .c-tab--3tab .c-tab-item {
    max-width: calc((100% - 2rem)/3)
  }
}

.c-tab-block .c-tab--2tab .c-tab-item {
  max-width: 100%
}

@media print {
  .c-tab-block .c-tab--2tab .c-tab-item {
    max-width: calc((100% - 2rem)/2)
  }
}

@media only screen and (min-width: 768px) {
  .c-tab-block .c-tab--2tab .c-tab-item {
    max-width: calc((100% - 2rem)/2)
  }
}

.c-tab-block .c-tab--4tab .c-tab-item {
  max-width: 100%
}

@media only screen and (min-width: 768px) {
  .c-tab-block .c-tab--4tab .c-tab-item {
    max-width: calc((100% - 3rem)/4)
  }
}

.c-tab-block .c-tab--white {
  background-color: #f7f7f7
}

.c-tab-block .c-tab-item {
  max-width: calc((100% - 1rem)/2);
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(119, 108, 80, .08);
  box-shadow: 0 1px 2px rgba(119, 108, 80, .08);
  -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99)
}

@media only screen and (min-width: 768px) {
  .c-tab-block .c-tab-item {
    max-width: calc((100% - 3.6rem)/4);
    border-radius: 5px
  }
}

@media(hover: hover)and (pointer: fine) {
  .c-tab-block .c-tab-item:hover {
    background-color: #2557aa
  }

  .c-tab-block .c-tab-item:hover .c-tab-title {
    color: #fff
  }
}

.c-tab-block .c-tab-item.is-click {
  background-color: #2557aa
}

.c-tab-block .c-tab-item.is-click .c-tab-title {
  color: #fff
}

.c-tab-block .c-tab-item.is-click .c-tab-icon {
  display: none
}

.c-tab-block .c-tab-item__link {
  display: block;
  padding: 1rem 1rem;
  padding-right: 28px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

@media only screen and (min-width: 768px) {
  .c-tab-block .c-tab-item__link {
    padding: 2.2rem 1.8rem;
    padding-right: 44px
  }
}

.c-tab-block .c-tab-title {
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: 600;
  -webkit-transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  font-family: "Quicksand", "BIZ UDPGothic", sans-serif
}

@media only screen and (min-width: 768px) {
  .c-tab-block .c-tab-title {
    font-size: 1.5rem
  }
}

.c-tab-block .c-tab-icon {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #d8e4f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  z-index: 1;
  pointer-events: none
}

@media only screen and (min-width: 768px) {
  .c-tab-block .c-tab-icon {
    width: 20px;
    height: 20px;
    right: 2rem
  }
}

.c-tab-block .c-tab-icon::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/svg/arrow_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.c-tab-block .c-tab-icon--pageinner {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg)
}

.c-tab__list+.c-tab__list {
  display: none
}

.c-lead+.c-accordion-block {
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-accordion-block {
    margin-top: 3rem
  }
}

.c-accordion-block .c-accordion-block__item {
  border-top: 1px solid #c3c9d3;
  padding: 1.4rem 0;
  padding-bottom: 4px
}

@media only screen and (min-width: 768px) {
  .c-accordion-block .c-accordion-block__item {
    padding: 2.6rem 0;
    padding-bottom: .2rem
  }
}

.c-accordion-block .c-accordion-block__item:last-of-type {
  border-bottom: 1px solid #c3c9d3
}

.c-accordion-block .c-accordion-block__item-q {
  margin-bottom: 10px;
  -webkit-transition: margin-bottom .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: margin-bottom .2s cubic-bezier(0.55, 0, 0.52, 0.99)
}

@media only screen and (min-width: 768px) {
  .c-accordion-block .c-accordion-block__item-q {
    margin-bottom: 2.4rem
  }
}

.c-accordion-block .c-accordion-block__item-q.is-open .c-accordion-block__item-q-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.c-accordion-block .c-accordion-block__item-a.is-open .c-accordion-block__item-a-icon {
  opacity: 1
}

.c-accordion-block .c-accordion-block__item-a.open {
  display: block
}

.c-accordion-block .c-accordion-block__item-a.open .c-accordion-block__item-a-icon {
  opacity: 1
}

.c-accordion-block .c-accordion-block__item-q-wrap,
.c-accordion-block .c-accordion-block__item-a-wrap {
  position: relative;
  padding-left: 26px;
  padding-right: 32px
}

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

  .c-accordion-block .c-accordion-block__item-q-wrap,
  .c-accordion-block .c-accordion-block__item-a-wrap {
    padding-left: 5rem;
    padding-right: 7.5rem;
    padding-top: .6em
  }
}

.c-accordion-block .c-accordion-block__item-q-wrap--no,
.c-accordion-block .c-accordion-block__item-a-wrap--no {
  padding-left: 0
}

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

  .c-accordion-block .c-accordion-block__item-q-wrap--no,
  .c-accordion-block .c-accordion-block__item-a-wrap--no {
    padding-left: 0
  }
}

.c-accordion-block .c-accordion-block__item-a-wrap {
  padding-bottom: 1.4rem
}

@media only screen and (min-width: 768px) {
  .c-accordion-block .c-accordion-block__item-a-wrap {
    padding-bottom: 2.6rem
  }
}

.c-accordion-block .c-accordion-block__item-q-icon,
.c-accordion-block .c-accordion-block__item-a-icon {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  z-index: 1
}

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

  .c-accordion-block .c-accordion-block__item-q-icon,
  .c-accordion-block .c-accordion-block__item-a-icon {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.6rem
  }
}

.c-accordion-block .c-accordion-block__item-a-icon {
  opacity: 0;
  -webkit-transition: opacity 1s 1s ease;
  transition: opacity 1s 1s ease
}

.c-accordion-block .c-accordion-block__item-q {
  cursor: pointer
}

.c-accordion-block .c-accordion-block__item-a {
  display: none
}

.c-accordion-block .c-accordion-block__item-q-icon {
  background-color: #2557aa;
  border: 1px solid transparent;
  color: #fff
}

.c-accordion-block .c-accordion-block__item-a-icon {
  background-color: #fff;
  border: 1px solid #2557aa;
  color: #2557aa
}

.c-accordion-block .c-accordion-block__item-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .06em
}

@media only screen and (min-width: 768px) {
  .c-accordion-block .c-accordion-block__item-title {
    font-size: 1.6rem
  }
}

.c-accordion-block .c-accordion-block__item-q-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d8e4f6;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease
}

@media only screen and (min-width: 768px) {
  .c-accordion-block .c-accordion-block__item-q-arrow {
    width: 20px;
    height: 20px;
    right: 4.5rem
  }
}

.c-accordion-block .c-accordion-block__item-q-arrow::after {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/common/accordion_arow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.c-accordion-block--no .c-accordion-block__item-q-wrap,
.c-accordion-block--no .c-accordion-block__item-a-wrap {
  padding-right: 0
}

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

  .c-accordion-block--no .c-accordion-block__item-q-wrap,
  .c-accordion-block--no .c-accordion-block__item-a-wrap {
    padding-right: 0
  }
}

@media only screen and (min-width: 768px) {
  .c-accordion-block--no .c-accordion-block__item-q {
    cursor: initial
  }
}

.c-accordion-block--no .c-accordion-block__item-q-arrow::after {
  content: none
}

.c-tab-block+.c-link-block {
  margin-top: 10px
}

@media only screen and (min-width: 768px) {
  .c-tab-block+.c-link-block {
    margin-top: 2.6rem
  }
}

.c-block-blueline>.c-link-block:last-child {
  margin-bottom: 32px
}

@media only screen and (min-width: 768px) {
  .c-block-blueline>.c-link-block:last-child {
    margin-bottom: 7.4rem
  }
}

.c-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 6px
}

.c-link-block__btn {
  font-size: 10px;
  letter-spacing: .06em;
  color: #333;
  padding: 0;
  font-weight: 600
}

@media only screen and (min-width: 768px) {
  .c-link-block__btn {
    font-size: 1.5rem
  }
}

.c-link-block__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d8e4f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.c-link-block__icon::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/svg/arrow_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 5px
}

@media only screen and (min-width: 768px) {
  .c-link-block__icon {
    width: 20px;
    height: 20px
  }
}

.c-link-pdf-block {
  margin-top: 30px
}

@media only screen and (min-width: 768px) {
  .c-link-pdf-block {
    margin-top: 6rem
  }
}

@media only screen and (min-width: 768px) {
  .c-link-pdf-block .c-link-pdf-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 5rem
  }
}

.c-link-pdf-block .c-link-pdf-item {
  width: 100%;
  border-bottom: 1px solid #c3c9d3;
  -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99)
}

@media only screen and (min-width: 768px) {
  .c-link-pdf-block .c-link-pdf-item {
    max-width: calc((100% - 10rem)/3)
  }
}

@media(hover: hover)and (pointer: fine) {
  .c-link-pdf-block .c-link-pdf-item:hover {
    background-color: #d8e4f6
  }
}

.c-link-pdf-block .c-link-pdf-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 10px 5px
}

@media only screen and (min-width: 768px) {
  .c-link-pdf-block .c-link-pdf-link {
    padding: 2rem 1rem;
    gap: 0 1rem
  }
}

.c-link-pdf-block .c-link-pdf-item-title {
  letter-spacing: .06em;
  width: 70%;
  font-size: 14px
}

@media only screen and (min-width: 768px) {
  .c-link-pdf-block .c-link-pdf-item-title {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    width: 70%
  }
}

.c-link-pdf-block .c-link-pdf-item-lead {
  text-align: right;
  width: 30%
}

@media only screen and (min-width: 768px) {
  .c-link-pdf-block .c-link-pdf-item-lead {
    width: 30%
  }
}

.c-list-block+.c-link-block02 {
  margin-top: 28px
}

@media only screen and (min-width: 768px) {
  .c-list-block+.c-link-block02 {
    margin-top: 6.4rem
  }
}

.c-title03-wrap+.c-link-block02 {
  margin-top: 16px
}

@media only screen and (min-width: 768px) {
  .c-title03-wrap+.c-link-block02 {
    margin-top: 4rem
  }
}

.c-link-block02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0
}

@media only screen and (min-width: 768px) {
  .c-link-block02 {
    gap: 1.6rem 0
  }
}

.c-link-block02>.c-link-block02__item:last-child {
  border-right: 3px dotted #edf1f6
}

@media only screen and (min-width: 768px) {
  .c-link-block02>.c-link-block02__item:last-child {
    border-width: 4px;
    gap: 2rem 0
  }
}

.c-link-block02>.c-link-block02__item--ylineno:last-child {
  border-right: none
}

.c-link-block02 .c-link-block02__item {
  border-left: 3px dotted #edf1f6
}

@media only screen and (min-width: 768px) {
  .c-link-block02 .c-link-block02__item {
    border-width: 4px
  }
}

.c-link-block02 .c-link-block02__item--ylineno {
  border-left: none
}

.c-link-block02 .c-link-block02__link {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 15px;
  padding-right: 36px
}

@media only screen and (min-width: 768px) {
  .c-link-block02 .c-link-block02__link {
    padding: 0 2.5rem;
    padding-right: 55px
  }
}

@media(hover: hover)and (pointer: fine) {
  .c-link-block02 .c-link-block02__link:hover .c-link-block02__item-icon {
    background-color: #fff;
    border-color: #d8e4f6
  }
}

.c-link-block02 .c-link-block02__item-icon {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #d8e4f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  border: 1px solid transparent;
  -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99), border-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99), border-color .2s cubic-bezier(0.55, 0, 0.52, 0.99)
}

@media only screen and (min-width: 768px) {
  .c-link-block02 .c-link-block02__item-icon {
    width: 19px;
    height: 19px;
    right: 20px
  }
}

.c-link-block02 .c-link-block02__item-icon .c-svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-link-block02 .c-link-block02__item-icon::after {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/svg/arrow_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.c-link-block02 .c-link-block02__item-icon--gaibu::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.c-lead--y-cycle-inner+.c-link-item {
  margin-top: 10px
}

@media only screen and (min-width: 768px) {
  .c-lead--y-cycle-inner+.c-link-item {
    margin-top: 2.6rem
  }
}

.c-lead+.c-link-item {
  margin-top: 10px
}

@media only screen and (min-width: 768px) {
  .c-lead+.c-link-item {
    margin-top: 2.6rem
  }
}

.c-link-item {
  display: inline-block;
  height: 100%;
  position: relative;
  padding-right: 30px
}

@media only screen and (min-width: 768px) {
  .c-link-item {
    padding-right: 55px
  }
}

@media(hover: hover)and (pointer: fine) {
  .c-link-item:hover .c-link-item__icon {
    background-color: #fff;
    border-color: #d8e4f6
  }
}

.c-link-item .c-link-item__icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d8e4f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99), border-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99), border-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  border: 1px solid transparent
}

@media only screen and (min-width: 768px) {
  .c-link-item .c-link-item__icon {
    width: 19px;
    height: 19px;
    right: 20px
  }
}

.c-link-item .c-link-item__icon .c-svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-link-item .c-link-item__icon::after {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/svg/arrow_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 5px
}

.c-link-item--pageinner .c-link-item__icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-link-lien-btm__lead {
  line-height: 1.8666666667;
  letter-spacing: .06em;
  font-size: 12px;
  color: #2557aa;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2557aa), to(#2557aa));
  background-image: linear-gradient(#2557aa, #2557aa);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  position: relative;
  -webkit-transition: background-size .3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: background-size .3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s
}

@media only screen and (min-width: 768px) {
  .c-link-lien-btm__lead {
    font-size: 1.5rem
  }
}

@media(hover: hover)and (pointer: fine) {
  .c-link-lien-btm__lead:hover {
    background-size: 0% 1px;
    background-position: right bottom
  }
}

@media only screen and (min-width: 768px) {
  .c-link-lien-btm__lead+.c-link-lien-btm__lead {
    margin-left: .8rem
  }
}

.c-title04-wrap+.c-table-content {
  margin-top: 16px
}

@media only screen and (min-width: 768px) {
  .c-title04-wrap+.c-table-content {
    margin-top: 3rem
  }
}

.c-table-content {
  position: relative
}

@media(min-width: 768px) {
  .c-table-content {
    margin-right: 0
  }
}

.c-table-content.is-on::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 80%);
  position: absolute;
  top: 0;
  right: 0px;
  pointer-events: none
}

.c-table-content.is-on.is-off::after {
  opacity: 0
}

.c-table-content.is-on .c-table-wrap {
  overflow-x: scroll
}

.c-table {
  width: 600px;
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
  counter-reset: count
}

@media(min-width: 768px) {
  .c-table {
    width: 100%;
    max-width: 100%
  }
}

.c-table--100 {
  width: 100%
}

.c-table td,
.c-table th {
  padding: 1rem 1.4rem;
  border: 1px solid #d2d2d2;
  border-collapse: collapse
}

@media(min-width: 768px) {

  .c-table td,
  .c-table th {
    padding: 2rem 2.4rem
  }
}

.c-table th {
  background-color: #e4ecf9;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap
}

@media(min-width: 768px) {
  .c-table th {
    font-size: 1.5rem;
    line-height: 1.8666666667
  }
}

.c-table td {
  font-size: 12px
}

@media(min-width: 768px) {
  .c-table td {
    font-size: 1.5rem;
    line-height: 1.8666666667
  }
}

.c-table .c-td--50 {
  width: 50%
}

.c-table .c-center {
  text-align: center
}

.c-table .c-middle {
  vertical-align: middle
}

.p-health-check-tab-block {
  margin-top: 30px
}

@media only screen and (min-width: 768px) {
  .p-health-check-tab-block {
    margin-top: 4.5rem
  }
}

.p-checkup-block-blueline {
  margin-top: 30px
}

@media only screen and (min-width: 768px) {
  .p-checkup-block-blueline {
    margin-top: 6.4rem
  }
}

.p-checkup-block-blueline>.p-checkup-lead:last-child {
  padding-bottom: 0 !important
}

.p-checkup-title03-wrap+.p-checkup-title04-wrap {
  margin-top: 30px
}

@media only screen and (min-width: 768px) {
  .p-checkup-title03-wrap+.p-checkup-title04-wrap {
    margin-top: 4.5rem
  }
}

.p-checkup-list__item-right-btn-wrap+.p-checkup-lead,
.p-checkup-num-list+.p-checkup-lead,
.p-checkup-lead+.p-checkup-lead02,
.p-checkup-table-content+.p-checkup-lead,
.p-checkup-list-block+.p-checkup-lead,
.p-checkup-list-block03+.p-checkup-lead,
.p-checkup-list-block04+.p-checkup-lead,
.p-checkup-lead+.p-checkup-lead {
  margin-top: 12px
}

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

  .p-checkup-list__item-right-btn-wrap+.p-checkup-lead,
  .p-checkup-num-list+.p-checkup-lead,
  .p-checkup-lead+.p-checkup-lead02,
  .p-checkup-table-content+.p-checkup-lead,
  .p-checkup-list-block+.p-checkup-lead,
  .p-checkup-list-block03+.p-checkup-lead,
  .p-checkup-list-block04+.p-checkup-lead,
  .p-checkup-lead+.p-checkup-lead {
    margin-top: 2rem
  }
}

.p-checkup-list-block02+.p-checkup-lead,
.p-checkup-title03-wrap+.p-checkup-list-block02,
.p-checkup-lead+.p-checkup-list-block02,
.p-checkup-list-block {
  margin-top: 30px
}

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

  .p-checkup-list-block02+.p-checkup-lead,
  .p-checkup-title03-wrap+.p-checkup-list-block02,
  .p-checkup-lead+.p-checkup-list-block02,
  .p-checkup-list-block {
    margin-top: 6rem
  }
}

.p-checkup-lead+.p-checkup-lead--yline,
.p-checkup-lead+.p-checkup-lead--y-cycle,
.p-checkup-list-block03 {
  margin-top: 12px
}

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

  .p-checkup-lead+.p-checkup-lead--yline,
  .p-checkup-lead+.p-checkup-lead--y-cycle,
  .p-checkup-list-block03 {
    margin-top: 2rem
  }
}

.p-checkup-list-block02+.p-checkup-title04-wrap {
  margin-top: 36px
}

@media only screen and (min-width: 768px) {
  .p-checkup-list-block02+.p-checkup-title04-wrap {
    margin-top: 8rem
  }
}

.p-checkup-lead--yline {
  margin-bottom: 12px
}

@media only screen and (min-width: 768px) {
  .p-checkup-lead--yline {
    margin-bottom: 2rem
  }
}

.p-checkup-list-block02 .p-checkup-lead--y-cycle {
  padding-left: 10px
}

@media only screen and (min-width: 768px) {
  .p-checkup-list-block02 .p-checkup-lead--y-cycle {
    padding-left: 15px
  }
}

.p-checkup-lead--y-cycle+.p-checkup-lead--y-cycle {
  margin-top: 5px
}

@media only screen and (min-width: 768px) {
  .p-checkup-lead--y-cycle+.p-checkup-lead--y-cycle {
    margin-top: .5rem
  }
}

.p-checkup-list-block04+.p-checkup-list__item {
  margin-top: 42px
}

@media only screen and (min-width: 768px) {
  .p-checkup-list-block04+.p-checkup-list__item {
    margin-top: 8.8rem
  }
}

.p-checkup-table-content+.p-checkup-title04-wrap,
.p-checkup-list-block03+.p-checkup-title04-wrap,
.p-checkup-lead+.p-checkup-title04-wrap,
.p-checkup-imgs+.p-checkup-title04-wrap {
  margin-top: 30px
}

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

  .p-checkup-table-content+.p-checkup-title04-wrap,
  .p-checkup-list-block03+.p-checkup-title04-wrap,
  .p-checkup-lead+.p-checkup-title04-wrap,
  .p-checkup-imgs+.p-checkup-title04-wrap {
    margin-top: 6rem
  }
}

.p-checkup-title04-wrap+.p-checkup-list-block04 {
  margin-top: 1.2rem
}

@media only screen and (min-width: 768px) {
  .p-checkup-title04-wrap+.p-checkup-list-block04 {
    margin-top: 3rem
  }
}

.p-checkup-lead02+.p-checkup-lead {
  margin-top: .8rem
}

@media only screen and (min-width: 768px) {
  .p-checkup-lead02+.p-checkup-lead {
    margin-top: .8rem
  }
}

.p-checkup-list-block02__item-lead {
  margin-bottom: 8px
}

@media only screen and (min-width: 768px) {
  .p-checkup-list-block02__item-lead {
    margin-bottom: 1rem
  }
}

.p-checkup-lead--y-cycle+.p-checkup-lead {
  margin-top: 12px;
  padding-left: 0
}

@media only screen and (min-width: 768px) {
  .p-checkup-lead--y-cycle+.p-checkup-lead {
    margin-top: 2rem
  }
}

.p-checkup-list__item-right-btn-wrap {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 26px;
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .p-checkup-list__item-right-btn-wrap {
    gap: 0 6.2rem;
    margin-top: 3.2rem
  }
}

.p-checkup-list__item-right-btn {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 16px rgba(18, 44, 64, .08);
  box-shadow: 0 5px 16px rgba(18, 44, 64, .08);
  border-radius: 6px;
  -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  transition: background-color .2s cubic-bezier(0.55, 0, 0.52, 0.99);
  max-width: 240px;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (min-width: 768px) {
  .p-checkup-list__item-right-btn {
    max-width: 36rem;
    min-height: 9rem
  }
}

@media(hover: hover)and (pointer: fine) {
  .p-checkup-list__item-right-btn:hover {
    background-color: #d8e4f6
  }
}

.p-checkup-list__item-right-btn-inner {
  text-align: center
}

.p-checkup-imgs {
  margin-top: 42px
}

@media print {
  .p-checkup-imgs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
    margin-top: 8.8rem
  }
}

@media only screen and (min-width: 768px) {
  .p-checkup-imgs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
    margin-top: 8.8rem
  }
}

.p-checkup-imgs figure+figure {
  margin-top: 20px
}

@media print {
  .p-checkup-imgs figure+figure {
    margin-top: 0
  }
}

@media only screen and (min-width: 768px) {
  .p-checkup-imgs figure+figure {
    margin-top: 0
  }
}

.p-checkup-imgs img {
  width: 100%
}

.p-checkup-imgs figcaption {
  margin-top: 15px;
  font-size: 12px;
  text-align: center
}

@media print {
  .p-checkup-imgs figcaption {
    font-size: 1.5rem
  }
}

@media only screen and (min-width: 768px) {
  .p-checkup-imgs figcaption {
    font-size: 1.5rem
  }
}

.p-checkup-flow-btmblock {
  margin-top: 30px
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-btmblock {
    margin-top: 7.4rem
  }
}

.p-checkup-flow-btmblock__item {
  width: 100%;
  position: relative
}

.p-checkup-flow-btmblock__item+.p-checkup-flow-btmblock__item {
  margin-top: 30px
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-btmblock__item+.p-checkup-flow-btmblock__item {
    margin-top: 0
  }
}

.p-checkup-flow-btmblock__list-item {
  background-color: #f7f7f7;
  border-radius: 6px;
  position: relative;
  margin-top: 32px;
  padding: 10px 14px;
  text-align: center
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-btmblock__list-item {
    padding: 2.6rem 3rem;
    margin-top: 6rem
  }
}

.p-checkup-flow-btmblock__list-item:first-child::before {
  content: none
}

.p-checkup-flow-btmblock__list-item::before {
  content: "";
  display: inline-block;
  background-color: #c3c9d3;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 13px;
  top: -28px
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-btmblock__list-item::before {
    height: 2.6rem;
    top: -5rem
  }
}

.p-checkup-flow-btmblock__list-item+.p-checkup-flow-btmblock__list-item {
  margin-top: 26px
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-btmblock__list-item+.p-checkup-flow-btmblock__list-item {
    margin-top: 5rem
  }
}

.p-checkup-flow-btmblock__list-item+.p-checkup-flow-btmblock__list-item::before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 10px;
  top: -22px
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-btmblock__list-item+.p-checkup-flow-btmblock__list-item::before {
    height: 1.6rem;
    top: -4rem
  }
}

.p-checkup-flow-btmblock__list-item .p-checkup-lead {
  margin-top: 5px
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-btmblock__list-item .p-checkup-lead {
    margin-top: 1rem
  }
}

.p-checkup-flow-btmblock__list-item .p-checkup-lead02 {
  margin-top: 5px
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-btmblock__list-item .p-checkup-lead02 {
    margin-top: .2rem
  }
}

.p-checkup-flow-btmblock__list-item-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  background-color: #2557aa;
  width: 20px;
  height: 20px;
  font-size: 12px;
  top: -10px
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-btmblock__list-item-number {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.8rem;
    top: -17px
  }
}

.p-checkup-table-content {
  position: relative;
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .p-checkup-table-content {
    margin-right: 0;
    margin-top: 2rem
  }
}

.p-checkup-table-content.is-on::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 80%);
  position: absolute;
  top: 0;
  right: 0px;
  pointer-events: none;
  z-index: 1
}

.p-checkup-table-content.is-on.is-off::after {
  opacity: 0
}

.p-checkup-table-content.is-on .p-checkup-table-wrap {
  overflow-x: scroll
}

.p-checkup-table-content .p-checkup-table {
  max-width: 767px;
  width: 767px
}

@media print {
  .p-checkup-table-content .p-checkup-table {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .p-checkup-table-content .p-checkup-table {
    width: 100%;
    max-width: 100%
  }
}

.p-checkup-table-content table,
.p-checkup-table-content td,
.p-checkup-table-content th {
  border: 1px solid #d2d2d2;
  border-collapse: collapse
}

.p-checkup-table-content th {
  background-color: #2557aa;
  color: #fff
}

.p-checkup-table-content .p-checkup-table__th-day {
  background-color: #e4ecf9;
  color: #333
}

.p-checkup-table-content .p-checkup-table__td-gray {
  background-color: #f7f7f7
}

.p-checkup-table-content td,
.p-checkup-table-content th {
  padding: 10px;
  text-align: center;
  vertical-align: middle
}

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

  .p-checkup-table-content td,
  .p-checkup-table-content th {
    padding: 2.4rem
  }
}

.p-checkup-table-content td:nth-child(1) {
  width: 12%;
  width: 12rem
}

@media only screen and (min-width: 768px) {
  .p-checkup-table-content td:nth-child(1) {
    width: 17%;
    width: 17rem
  }
}

.p-checkup-list-block02 .p-checkup-list-block02__item-lead:before {
  content: "!"
}

.p-checkup-list-block02 .p-checkup-lead--y-cycle {
  display: inline-block
}

.p-checkup-list-block02 .p-checkup-lead--y-cycle+.p-checkup-lead--y-cycle {
  margin-left: 26px
}

@media only screen and (min-width: 768px) {
  .p-checkup-list-block02 .p-checkup-lead--y-cycle+.p-checkup-lead--y-cycle {
    margin-left: 8rem
  }
}

.p-checkup-flow-table {
  margin-top: 5px
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-table {
    margin-top: 1rem
  }
}

.p-checkup-flow-table th {
  overflow: hidden;
  position: relative;
  padding-left: 15px;
  border-right-color: #2557aa;
  background-color: #2557aa;
  color: #fff;
  font-size: 14px
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-table th {
    height: 50px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    font-size: 1.8rem
  }
}

@media only screen and (min-width: 1024px) {
  .p-checkup-flow-table th {
    padding-right: 10px;
    padding-left: 3rem
  }
}

.p-checkup-flow-table th:first-child:before,
.p-checkup-flow-table th:first-child:after {
  content: none
}

.p-checkup-flow-table th:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 10px solid #d8e4f6
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-table th:before {
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 15px
  }
}

.p-checkup-flow-table th:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 10px solid #2557aa
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-table th:after {
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 15px
  }
}

.p-checkup-flow-table td {
  width: 20%;
  padding: 10px;
  background-color: #e4ecf9;
  font-size: 12px;
  text-align: left;
  vertical-align: top
}

@media only screen and (min-width: 768px) {
  .p-checkup-flow-table td {
    padding: 2.4rem;
    font-size: 1.5rem
  }
}

.c-title04-wrap+.c-title05 {
  margin-top: 12px
}

@media only screen and (min-width: 768px) {
  .c-title04-wrap+.c-title05 {
    margin-top: 3rem
  }
}

.c-table-content+.c-title05 {
  margin-top: 18px
}

@media only screen and (min-width: 768px) {
  .c-table-content+.c-title05 {
    margin-top: 4rem
  }
}

.c-table-content+.c-title04-wrap {
  margin-top: 40px
}

@media only screen and (min-width: 768px) {
  .c-table-content+.c-title04-wrap {
    margin-top: 8.5rem
  }
}

.c-table+.c-title05 {
  margin-top: 18px
}

@media only screen and (min-width: 768px) {
  .c-table+.c-title05 {
    margin-top: 4rem
  }
}