@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
/*======================================================
# vw
====================================================== */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

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

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

  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

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

@font-face {
  font-family: "a-otf-ud-shin-maru-go-pr6n";
  /* フォーマットごとにパスを指定 */
  src: url("../font/A-OTF-UDShinMGoPro-Bold.otf") format("opentype");
  src: url("../font/A-OTF-UDShinMGoPro-DeBold.otf") format("opentype");
  src: url("../font/A-OTF-UDShinMGoPro-Heavy.otf") format("opentype");
  src: url("../font/A-OTF-UDShinMGoPro-Light.otf") format("opentype");
  src: url("../font/A-OTF-UDShinMGoPro-Medium.otf") format("opentype");
  src: url("../font/A-OTF-UDShinMGoPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Boston Black";
  /* フォーマットごとにパスを指定 */
  src: url("../font/BostonBlack.otf") format("opentype");
}

@-webkit-keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body {
  font-family: "a-otf-ud-shin-maru-go-pr6n";
  color: #343434;
  overflow-x: hidden !important;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
  padding-top: 150px;
}

@media screen and (max-width: 750px) {
  body {
    padding-top: 115px;
    font-size: 14px;
  }
}

html {
  overflow-x: hidden;
  background: #f8f8f8;
}

html.is-active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  display: block;
  max-width: 100%;
}

.md-0 {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 750px) {
  .md-0 {
    margin-bottom: 70px !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-header {
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .l-header {
    height: 115px;
  }
}

.l-header__button {
  display: none;
}

@media screen and (max-width: 750px) {
  .l-header__button {
    display: block;
    width: 40px;
    height: 40px;
    background: #71b12c;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
  }

  .l-header__button span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 11px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .l-header__button span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .l-header__button span:nth-child(3) {
    top: 26px;
  }

  .l-header__button.is-active span {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .l-header__button.is-active span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
  }

  .l-header__button.is-active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.l-header__inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 10px;
}

@media screen and (max-width: 750px) {
  .l-header__inner {
    padding: unset;
  }
}

.l-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .l-header__top {
    background: #c6edff;
    padding: 14px 15px;
  }
}

.l-header__top-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30%;
  min-width: 323px;
}

@media (max-width: 991px) and (min-width: 751px) {
  .l-header__top-icon {
    min-width: unset;
  }
}

@media screen and (max-width: 750px) {
  .l-header__top-icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    min-width: unset;
  }
}

.l-header__top-text {
  background: #38beef;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 105px;
  font-size: 12px;
  line-height: 1;
  padding: 7px 0;
  border-radius: 4px;
}

@media (max-width: 991px) and (min-width: 751px) {
  .l-header__top-text {
    width: unset;
    padding: 7px 10px;
  }
}

@media screen and (max-width: 750px) {
  .l-header__top-text {
    width: unset;
    text-align: left;
    padding: 0 1em 0 0;
    border-radius: unset;
    color: #595959;
    background: unset;
    position: relative;
  }

  .l-header__top-text:last-child::after {
    display: none;
  }

  .l-header__top-text::after {
    position: absolute;
    content: "/";
    font-size: 12px;
    top: 50%;
    right: 0.1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.l-header__top-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 70%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .l-header__top-tel {
    width: 100%;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}

.l-header__top-add {
  text-align: right;
  font-size: 12px;
  color: #888888;
  font-family: "tbudrgothic-std", sans-serif;
}

@media (max-width: 991px) and (min-width: 751px) {
  .l-header__top-add {
    font-size: 10px;
  }
}

@media screen and (max-width: 750px) {
  .l-header__top-add {
    text-align: left;
  }
}

.l-header__top-link {
  margin-left: 13px;
}

@media screen and (max-width: 750px) {
  .l-header__top-link {
    margin-left: unset;
    margin-top: 12px;
  }
}

.l-header__top-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  .l-header__top-link a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.l-header__top-link-icon {
  width: 28px;
  display: block;
}

.l-header__top-number {
  width: 240px;
  margin-left: 7px;
}

.l-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .l-header__contents {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
}

.l-header__logo {
  width: 30%;
  min-width: 320px;
}

@media (max-width: 991px) and (min-width: 751px) {
  .l-header__logo {
    min-width: unset;
  }
}

@media screen and (max-width: 750px) {
  .l-header__logo {
    min-width: unset;
    width: 230px;
    margin: 0 auto;
  }
}

.l-header__logo a {
  display: block;
}

@media screen and (max-width: 750px) {
  .l-header__nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    top: 0;
    left: 0;
    background: #fff;
    padding: 25px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 98;
  }

  .l-header__nav.is-active {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  .l-header__nav-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
    position: absolute;
    top: 80px;
    width: calc(100% - 30px);
  }
}

.l-header__nav-item {
  margin-left: 30px;
}

@media screen and (max-width: 750px) {
  .l-header__nav-item {
    margin-left: unset;
    border: 1px solid #daf0fb;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .l-header__nav-item .child-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
  }

  .l-header__nav-item .child-menu__item {
    width: 49%;
    margin-bottom: 6px;
  }

  .l-header__nav-item .child-menu__item a {
    background: #cde9f3;
    border-radius: 6px;
    padding: 10px;
    position: relative;
  }

  .l-header__nav-item .child-menu__item a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 10px;
    border-top: 1px solid #38beef;
    border-right: 1px solid #38beef;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

.l-header__nav-item a {
  display: block;
}

.l-header__nav-item a:hover {
  opacity: 1;
}

.l-header__nav-item a:hover .l-header__nav-icon {
  -webkit-animation: rotate 0.7s ease-in-out both;
  animation: rotate 0.7s ease-in-out both;
}

.l-header__nav-item a:hover .l-header__nav-text {
  color: #38beef;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 750px) {
  .l-header__nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 3px;
  }
}

.l-header__nav-icon {
  height: 37px;
  width: auto;
  margin: 7px 0;
}

@media screen and (max-width: 750px) {
  .l-header__nav-icon {
    width: 50px;
    height: 30px;
  }
}

.l-header__nav-icon img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .l-header__nav-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.l-header__nav__text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #595959;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-header-side {
  position: fixed;
  top: 20%;
  right: 0;
}

@media screen and (max-width: 750px) {
  .l-header-side {
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 97;
  }
}

.l-header-side__item {
  margin-bottom: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 6px 0 0 6px;
}

@media screen and (max-width: 750px) {
  .l-header-side__item {
    border-radius: unset;
    margin-bottom: unset;
    border-top: unset;
    border-bottom: unset;
    width: 33.3333333333%;
    height: 60px;
  }

  .l-header-side__item:first-child {
    border-left: unset;
  }
}

.l-header-side__item:nth-child(1) a {
  background: #38beef;
}

.l-header-side__item:nth-child(2) a {
  background: #df591f;
}

.l-header-side__item:nth-child(3) a {
  background: #00b900;
}

.l-header-side__item a {
  padding: 19px 13px 25px;
  display: block;
  border-radius: 6px 0 0 6px;
}

@media screen and (max-width: 750px) {
  .l-header-side__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: unset;
    padding: unset;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-header-side__item .--icon {
  display: block;
  width: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .l-header-side__item .--icon {
    margin-bottom: unset;
  }
}

.l-header-side__item .--text {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 15px;
  font-family: "tbudrgothic-std", sans-serif;
  margin: 0 auto;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .l-header-side__item .--text {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-orientation: unset;
    margin: unset;
    margin-left: 10px;
  }
}

.l-section {
  padding: 100px 0;
}

.l-inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .l-inner {
    padding: 0 15px;
  }
}

.l-footer {
  position: relative;
}

.p-top-message::before, .l-footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 18px;
  background: url(../images/liner02.png);
  background-size: cover;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 1600px) {
  .p-top-message::before, .l-footer::after {
    background-size: contain;
    background-repeat: repeat-x;
  }
}

.p-top-message::before {
  bottom: -9px;
}

.l-footer::after {
  top: -9px;
}

.l-footer-main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 143px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/footer-bottom.png) no-repeat top center / cover;
}

.l-footer-info {
  padding: 54px 0 234px;
  background: #fff6cc;
  z-index: 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  .l-footer-info {
    padding: 40px 0 154px;
  }
}

.l-footer-info__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .l-footer-info__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-footer-info__content {
  width: 49%;
  margin-top: 28px;
}

@media screen and (max-width: 750px) {
  .l-footer-info__content {
    width: 100%;
    margin-top: 0;
  }
}

.l-footer-main {
  background: url(../images/footer-bg.png);
  background-size: cover;
  background-position: top center;
  padding: 200px 0 69px;
  margin-top: -223px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  .l-footer-main {
    padding: 73px 0 34px;
    background: url(../images/footer-bg-sp.png);
    background-size: cover;
    background-position: top center;
    margin-top: -120px;
  }
}

.l-footer-main__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .l-footer-main__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-footer-main__item {
  width: 49%;
  background: rgba(255, 255, 255, .4);
  border-radius: 10px;
  padding: 30px;
}

@media screen and (max-width: 750px) {
  .l-footer-main__item {
    width: 100%;
    padding: 26px 15px 20px;
    margin-bottom: 33px;
  }

  .l-footer-main__item.is-main {
    padding: 12px 15px 15px;
    margin-bottom: unset;
  }
}

.l-footer-main__item.is-main {
  position: relative;
}

.l-footer-main__item.is-main::after {
  position: absolute;
  content: "";
  width: 122px;
  height: 120px;
  background: url(../images/footer-icon02.png) no-repeat center center/contain;
  top: 80px;
  right: 140px;
  -webkit-animation: vertical 1.8s ease-in-out infinite alternate;
  animation: vertical 1.8s ease-in-out infinite alternate;
}

@media (max-width: 820px) {
  .l-footer-main__item.is-main::after {
    right: 30px;
    width: 108px;
    height: 80px;
    top: 60px;
  }
}

.l-footer-main__item.is-main::before {
  position: absolute;
  content: "";
  width: 112px;
  height: 82px;
  background: url(../images/footer-icon03.png) no-repeat center center/contain;
  top: 80px;
  right: 140px;
  top: -32px;
  right: -19px;
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@media (max-width: 820px) {
  .l-footer-main__item.is-main::before {
    width: 80px;
    height: 65px;
    top: -10px;
  }
}

.l-footer-main__item.is-main .l-footer-main__nav::after {
  position: absolute;
  content: "";
  width: 145px;
  height: 191px;
  background: url(../images/footer-icon03-1.png) no-repeat center center/contain;
  bottom: 0px;
  right: 20px;
}

@media (max-width: 820px) {
  .l-footer-main__item.is-main .l-footer-main__nav::after {
    width: 108px;
    height: 135px;
    right: 10px;
  }
}

.l-footer-main__logo {
  max-width: 280px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 750px) {
  .l-footer-main__logo {
    max-width: 246px;
    margin: 0 auto 15px;
  }
}

.l-footer-main__address {
  text-align: center;
  font-size: 13px;
  font-family: "tbudrgothic-std", sans-serif;
}

@media screen and (max-width: 750px) {
  .l-footer-main__address {
    font-size: 12px;
  }
}

.l-footer-main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .l-footer-main__link {
    margin-top: 12px;
  }
}

.l-footer-main__link .--item {
  width: 40px;
}

.l-footer-main__title {
  color: #38beef;
  font-weight: 700;
  font-size: 24px;
  font-family: "Boston Black";
}

.l-footer-main__list li {
  margin-top: 6px;
}

@media screen and (max-width: 750px) {
  .l-footer-main__list li {
    margin-top: 5px;
  }
}

.l-footer-main__list li a {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.l-footer-main__list li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #38beef;
  border-right: 1px solid #38beef;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.l-footer-bottom {
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  .l-footer-bottom {
    padding: 20px 0 87px;
  }
}

.l-footer-bottom__copy {
  display: block;
  text-align: center;
  color: #595959;
  font-family: "tbudrgothic-std", sans-serif;
}

.c-box-white {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.c-box-contents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 22px;
}

.c-box-contents__item.is-baby {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 40px;
}

.c-box-contents__item.is-baby .c-box-contents__unit {
  width: 50%;
}

.c-box-contents__item.is-baby .c-box-contents__image {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .c-box-contents__item.is-baby {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-box-contents__item.is-baby .c-box-contents__unit {
    width: 100%;
  }

  .c-box-contents__item.is-baby .c-box-contents__image {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .c-box-contents__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-box-contents__item:last-child {
  margin-bottom: unset;
}

.c-box-contents__image {
  width: 42%;
}

@media screen and (max-width: 750px) {
  .c-box-contents__image {
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-box-contents__unit {
  width: 54%;
}

@media screen and (max-width: 750px) {
  .c-box-contents__unit {
    width: 100%;
  }
}

.c-box-contents__head {
  background: url(../images/page-feature-title.png);
  background-size: cover;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 29px;
}

.c-box-contents__number {
  border-radius: 6px 0 0 6px;
  width: 50px;
  height: 50px;
  background: #38beef;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-box-contents__number img {
  margin: 0 auto;
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-box-contents__title {
  padding-left: 13px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.c-box-contents__text {
  font-size: 14px;
}

.c-title-main__eng {
  color: #009ce4;
  font-size: 30px;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-family: "Boston Black";
}

.c-title-main__jp {
  color: #009ce4;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.c-title-main.is-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}

@media screen and (max-width: 750px) {
  .c-title-main.is-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1px;
  }
}

.c-title-page {
  position: relative;
}

.c-title-page__main {
  text-align: center;
  position: relative;
  color: #595959;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 900;
  z-index: 2;
}

.c-title-page__main span {
  font-size: 28px;
  color: #009ce4;
}

.c-title-page__main.is-sub {
  font-size: 22px;
  line-height: 1.2;
}

.c-title-page::after {
  position: absolute;
  content: "";
  width: 106px;
  height: 22px;
  background: url(../images/title-bg.png);
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

.c-title-page.is-wht::after {
  background: url(../images/title-bg-wht.png);
  background-size: cover;
}

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

@media screen and (max-width: 750px) {
  .c-text__center.is-left {
    text-align: left;
  }
}

.c-text__read {
  font-weight: 900;
  line-height: 1.5;
  font-size: 20px;
}

.c-text__top {
  text-align: center;
  margin: 47px 0 36px;
  font-size: 14px;
}

.c-text__link span {
  display: inline-block;
  color: #71b12c;
  border-bottom: 1px solid;
}

.c-button {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .c-button {
    max-width: 350px;
  }
}

.c-button.is-left {
  margin: unset;
}

.c-button.is-blue {
  margin-top: 20px;
  max-width: unset;
}

@media screen and (max-width: 750px) {
  .c-button.is-blue {
    margin-top: 14px;
  }
}

.c-button.is-blue a {
  background: #38beef;
  border: 1px solid #38beef;
}

.c-button.is-blue a:hover {
  background: #38beef;
}

.c-button.is-blue a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 750px) {
  .c-button.is-blue a {
    padding: 0px 0;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-button.is-link {
  max-width: unset;
  width: 100%;
  margin-left: 8px;
}

@media screen and (max-width: 750px) {
  .c-button.is-link {
    width: 49%;
    margin: 0 0 10px;
  }
}

.c-button.is-link:first-child {
  margin-left: unset;
}

.c-button.is-link a {
  padding: 14px 0;
  background: #009ce4;
}

@media screen and (max-width: 750px) {
  .c-button.is-link a {
    padding: 13px 0;
    min-height: unset;
  }
}

.c-button.is-link a::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 5px;
  height: 5px;
  right: 10px;
}

.c-button.is-link a:hover {
  background: #fff;
}

.c-button.is-link a:hover .c-button__text.is-link {
  color: #38beef;
}

.c-button.is-link a:hover::after {
  border-top: 1px solid #38beef;
  border-right: 1px solid #38beef;
}

.c-button a {
  display: block;
  background: #71b12c;
  border: 2px solid #71b12c;
  border-radius: 6px;
  padding: 16px 0;
  position: relative;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.c-button a.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-button a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 750px) {
  .c-button a::after {
    width: 8px;
    height: 8px;
    right: 13px;
  }
}

.c-button a:hover {
  opacity: 1;
  background: #fff;
}

.c-button a:hover::after {
  border-top: 1px solid #71b12c;
  border-right: 1px solid #71b12c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-button a:hover .c-button__text {
  color: #71b12c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-button__icon {
  width: 24px;
  margin-right: 10px;
}

.c-button__text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.c-button__text.is-link {
  font-size: 15px;
}

.c-button__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-button__tel .--icon {
  width: 22px;
  display: block;
  margin-right: 7px;
}

.c-button__tel .--number {
  width: 200px;
}

.c-button__mini {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-top: 13px;
}

.c-contact {
  background: url(../images/contact-bg.png);
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-contact {
    background: url(../images/contact-bg-sp.jpg);
    background-size: cover;
    background-position: center;
    padding: 26px 0 223px;
  }
}

.c-contact .l-inner {
  position: relative;
}

.c-contact .l-inner::after {
  position: absolute;
  content: "";
  width: 199px;
  height: 162px;
  background: url(../images/contact-icon.png);
  background-size: cover;
  left: 60px;
  top: -100px;
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@media (max-width: 830px) {
  .c-contact .l-inner::after {
    left: 0px;
    top: -100px;
    width: 139px;
    height: 112px;
  }
}

@media screen and (max-width: 750px) {
  .c-contact .l-inner::after {
    background: url(../images/contact-icon01.png);
    background-size: cover;
    left: unset;
    right: 20px;
    width: 153px;
    height: 146px;
    top: -33px;
  }
}

@media (min-width: 751px) {
  .c-contact .l-inner::before {
    position: absolute;
    content: "";
    width: 179px;
    height: 83px;
    background: url(../images/contact-icon03.png);
    background-size: cover;
    right: 82px;
    top: -24px;
    z-index: 10;
    -webkit-animation: vertical 1.8s ease-in-out infinite alternate;
    animation: vertical 1.8s ease-in-out infinite alternate;
  }
}

@media (max-width: 1000px) and (min-width: 751px) {
  .c-contact .l-inner::before {
    right: 20px;
    width: 99px;
    height: 43px;
  }
}

@media screen and (max-width: 750px) {
  .c-contact .l-inner::before {
    position: absolute;
    content: "";
    width: 44px;
    height: 32px;
    background: url(../images/contact-icon02.png);
    background-size: cover;
    left: 53px;
    bottom: -70px;
    z-index: 10;
  }
}

.c-contact__title {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .c-contact__title {
    text-align: left;
    line-height: 1.4;
  }
}

.c-contact__contents {
  margin-top: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .c-contact__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

.c-contact__item {
  width: 48%;
  max-width: 350px;
  min-height: 100px;
  margin: 0 1%;
}

@media screen and (max-width: 750px) {
  .c-contact__item {
    width: 100%;
    max-width: unset;
    margin-bottom: 11px;
  }
}

.c-contact__item a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-contact__item a {
    min-height: 100px;
  }
}

.c-contact__item a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #38beef;
  border-right: 2px solid #38beef;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 750px) {
  .c-contact__item a::after {
    width: 10px;
    height: 10px;
  }
}

.c-contact__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
}


.c-contact__main:last-child {
  margin-bottom: 0;
}

.c-contact__icon {
  display: block;
  width: 28px;
}

.c-contact__number {
  width: 237px;
  margin-left: 7px;
}

.c-contact__text {
  color: #38beef;
  text-align: center;
  font-size: 13px;
}

.c-contact__read {
  color: #38beef;
  font-size: 26px;
  font-weight: 700;
  margin-left: 7px;
}

.c-contact__read span {
  font-size: 34px;
  font-family: "Boston Black";
}

.c-key {
  width: 100%;
  height: 213px;
  background: url(../images/page-title-bg.png);
  background-size: cover;
  background-position: center bottom;
}

@media (min-width: 1600px) {
  .c-key {
    height: 260px;
  }
}

@media screen and (max-width: 750px) {
  .c-key {
    background: url(../images/page-title-bg-sp.png);
    background-size: cover;
    background-position: center bottom;
    height: 164px;
    min-height: unset;
  }
}

@media (max-width: 750px) and (min-width: 600px) {
  .c-key {
    height: 200px;
  }
}

.c-key__title {
  padding-top: 43px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-key__title {
    padding-top: 28px;
  }
}

.c-key__title::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 71px;
  background: url(../images/key-icon.png) no-repeat center center/contain;
  top: 69px;
  left: 13%;
  -webkit-animation: vertical 1.8s ease-in-out infinite alternate;
  animation: vertical 1.8s ease-in-out infinite alternate;
}

@media (max-width: 750px) {
  .c-key__title::after {
    display: none;
  }
}

.c-key__title::before {
  position: absolute;
  content: "";
  width: 152px;
  height: 71px;
  background: url(../images/key-icon02.png) no-repeat center center/contain;
  top: 80px;
  right: 0;
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@media (max-width: 820px) {
  .c-key__title::before {
    width: 100px;
    height: 85px;
    top: 10px;
  }
}

.c-key__eng {
  text-align: center;
  color: #009ce4;
  font-weight: 900;
  font-size: 34px;
  font-family: "Boston Black";
}

.c-key__jp {
  color: #009ce4;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 820px) {
  .c-key.is-privacy .c-key__title::before {
    top: 70px;
  }
}

.c-breadcrumbs {
  padding: 35px 0 44px;
}

@media screen and (max-width: 750px) {
  .c-breadcrumbs {
    padding: 22px 0 24px;
  }
}

.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-breadcrumbs__list li {
  position: relative;
}

.c-breadcrumbs__list li a {
  padding-right: 1em;
  color: #71b12c;
  font-size: 12px;
  display: block;
}

.c-breadcrumbs__list li a::after {
  position: absolute;
  content: "/";
  font-size: 12px;
  color: #595959;
  top: 50%;
  right: 0.2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-breadcrumbs__list li:last-child a {
  color: #595959;
}

.c-breadcrumbs__list li:last-child a::after {
  display: none;
}

.c-page-read {
  padding-bottom: 73px;
}

@media screen and (max-width: 750px) {
  .c-page-read {
    padding-bottom: 33px;
  }
}

.c-page-read__box {
  border: 1px solid #b5e1f8;
  padding: 32px 127px 37px;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .c-page-read__box {
    padding: 32px 18px 37px;
  }
}

.c-page-read__text {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .c-page-read__text {
    line-height: 1.4;
  }
}

.c-page-read__icon {
  position: absolute;
}

.c-page-read__icon:first-child {
  width: 13%;
  top: -20%;
  right: -3%;
}

@media screen and (max-width: 750px) {
  .c-page-read__icon:first-child {
    width: 96px;
    top: -21%;
  }
}

.c-page-read__icon:nth-child(2) {
  width: 21%;
  left: -8%;
  bottom: -39%;
}

@media screen and (max-width: 750px) {
  .c-page-read__icon:nth-child(2) {
    width: 75px;
    left: -5%;
    bottom: -11%;
  }
}

.c-page-read__icon.is-medical:first-child {
  width: 17%;
  top: -27%;
  right: -3%;
}

@media screen and (max-width: 750px) {
  .c-page-read__icon.is-medical:first-child {
    width: 96px;
    top: -21%;
  }
}

.c-page-read__icon.is-medical:nth-child(2) {
  width: 13%;
  left: -4%;
  bottom: -29%;
}

@media screen and (max-width: 750px) {
  .c-page-read__icon.is-medical:nth-child(2) {
    width: 75px;
    left: -5%;
    bottom: -11%;
  }
}

.c-page-read__icon.is-access:first-child {
  width: 13%;
  top: -20%;
  right: -3%;
}

@media screen and (max-width: 750px) {
  .c-page-read__icon.is-access:first-child {
    width: 96px;
    top: -21%;
  }
}

.c-page-read__icon.is-access:nth-child(2) {
  width: 21%;
  left: -3%;
  bottom: -39%;
}

@media screen and (max-width: 750px) {
  .c-page-read__icon.is-access:nth-child(2) {
    width: 75px;
    left: -5%;
    bottom: -11%;
  }
}

.c-page-link {
  background: #fff;
  padding: 16px 0 38px;
}

@media screen and (max-width: 750px) {
  .c-page-link {
    background: #fff;
    padding: 31px 0 26px;
  }
}

.c-page-link__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .c-page-link__contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-page-link.is-nowht {
  background: unset;
}

.c-info {
  margin-top: 48px;
}

@media screen and (max-width: 750px) {
  .c-info {
    margin-top: 24px;
  }

  .c-info-table.is-blue {
    border-collapse: separate;
  }
}

.c-info-table {
  width: 100%;
}

.c-info-table tr {
  width: 100%;
}

.c-info-table tr:first-child th {
  border-top: unset;
}

@media screen and (max-width: 750px) {
  .c-info-table tr:first-child th {
    border-bottom: unset;
  }
}

.c-info-table tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}

.c-info-table tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
  border-right: unset;
}

.c-info-table tr:last-child th {
  border-bottom: unset;
}

.c-info-table tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}

.c-info-table tr:last-child td {
  border-bottom: unset;
}

.c-info-table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.c-info-table tr th, .c-info-table tr td {
  vertical-align: middle;
}

.c-info-table tr th {
  background: #f88577;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  font-size: 13px;
}

.c-info-table tr th:first-child {
  border-left: unset;
}

@media screen and (max-width: 750px) {
  .c-info-table tr th {
    padding: 7px 0 3px;
  }
}

.c-info-table tr th.is-week {
  width: 9.0909090909%;
}

.c-info-table tr th.is-week.is-blue {
  padding: 10px 10px;
  background: #38beef;
}

@media screen and (max-width: 750px) {
  .c-info-table tr th.is-blue {
    background: #38beef;
    padding: 7px 17px;
    border: unset;
    border-right: 1px solid #fff;
  }
}

.c-info-table tr th.is-read {
  width: 18.1818181818%;
  font-size: 12px;
  padding: 13px 10px;
}

.c-info-table tr th.is-read.is-blue {
  background: #fff;
  color: #565656;
  padding: 15px 10px;
  border: 1px solid #38beef;
}

@media screen and (max-width: 750px) {
  .c-info-table tr th.is-read {
    width: 30%;
    padding: 11px 5px;
    font-size: 11px;
    background: #e46a5b;
    border-top: unset;
  }

  .c-info-table tr th.is-read:last-child {
    border-right: 1px solid #e46a5b;
  }
}

.c-info-table tr td {
  background: #fff;
  border: 1px solid #ccc;
  min-height: 48px;
  position: relative;
}

.c-info-table tr td:last-child {
  border-right: unset;
}

@media screen and (max-width: 750px) {
  .c-info-table tr td {
    padding: 21px 0;
  }
}

.c-info-table tr td.--maru::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #f88577;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-info-table tr td.--doctor {
  border: 1px solid #38beef;
}

.c-info-table tr td.--doctor::after {
  position: absolute;
  content: "院長";
  font-size: 14px;
  color: #ec6942;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-info-table tr td.--soto {
  border: 1px solid #38beef;
}

.c-info-table tr td.--soto::after {
  position: absolute;
  content: "外山";
  font-size: 14px;
  color: #53b542;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-info-table tr td.--other {
  border: 1px solid #38beef;
  font-size: 14px;
  color: #ec6942;
  text-align: center;
}

.c-info-table tr td.--other span {
  display: block;
  font-size: 12px;
}

.c-info-table tr td.--medi {
  border: 1px solid #38beef;
}

.c-info-table tr td.--batsu::after {
  position: absolute;
  content: "×";
  font-size: 15px;
  color: #888;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-info-table tr td.--sankaku::after {
  position: absolute;
  content: "△";
  font-size: 15px;
  color: #888;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-info-text {
  margin-top: 20px;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .c-info-text {
    margin-top: 15px;
  }
}

.c-info-text .--attention {
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .c-info-text .--attention {
    margin-bottom: 3px;
  }
}

.c-info-text .--image {
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .c-info-text .--image {
    margin-top: 14px;
  }
}

.c-info-text .--image img {
  max-width: 280px;
}

@media screen and (max-width: 750px) {
  .c-info-table tr th.is-read.is-blue {
    background: #009ce4;
    color: #fff;
    border-left: unset;
    border-right: 1px solid #fff;
    border-top: unset;
    border-bottom: unset;
    padding: 7px 0;
  }

  .c-info-table tr th.is-read.is-blue:last-child {
    border-right: 1px solid #009ce4;
  }

  .c-info-table tr td.--doctor {
    border-top: unset;
    border-left: unset;
  }

  .c-info-table tr td.--soto {
    border-top: unset;
    border-left: unset;
  }

  .c-info-table tr td.--other {
    border-top: unset;
    border-left: unset;
  }

  .c-info-table tr td.--medi {
    border-top: unset;
    border-left: unset;
  }

  .c-info-table tr th.is-week.is-blue {
    border-bottom: 1px solid #fff;
  }

  .c-info-table tr:first-child th:first-child {
    border-bottom: 1px solid #fff;
  }

  .c-info-table tr th.is-week.is-blue:last-child {
    border-bottom: unset;
  }
}

.c-pager {
  margin-top: 40px;
}

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

.c-pager__list li {
  margin: 0 5px;
}

.c-pager__list li.is-active a {
  color: #fff;
  background: #71b12c;
}

.c-pager__list li a {
  display: block;
  border: 2px solid #71b12c;
  color: #71b12c;
  background: #fff;
  width: 36px;
  height: 36px;
  line-height: 33px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.c-pager__list li a:hover {
  color: #fff;
  background: #71b12c;
}

.c-pager.is-single {
  width: 100%;
  background: #009ce4;
  margin-bottom: 40px;
}

.c-pager__single {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-pager__item {
  width: 50%;
}

.c-pager__item:last-child {
  border-left: 1px solid #cde9f3;
}

.c-pager__item a {
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 23px 24px;
  position: relative;
}

.c-pager__item a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 0;
}

.c-pager__item.is-next a {
  text-align: right;
}

.c-pager__item.is-next a::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  left: unset;
  right: 0;
}

.p-top-mv {
  background: url(../images/mv-01.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  max-height: 580px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .p-top-mv {
    min-height: 180px;
    height: 18vh;
  }
}

.p-top-mv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 44%;
  left: 0;
  bottom: 0;
  background: url(../images/mv-bottom.png);
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .p-top-mv::after {
    height: 46%;
  }
}

.p-top-mv__inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  position: relative;
}

.p-top-mv__icon {
  position: absolute;
  z-index: 4;
}

.p-top-mv__icon:nth-child(1) {
  width: 16%;
  top: 11%;
  right: 2%;
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-top-mv__icon:nth-child(1) {
    width: 14%;
    right: 8%;
  }
}

.p-top-mv__icon:nth-child(2) {
  width: 21%;
  top: 15%;
  left: 2%;
  -webkit-animation: vertical 1.1s ease-in-out infinite alternate;
  animation: vertical 1.1s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-top-mv__icon:nth-child(2) {
    width: 19%;
    top: 14%;
    left: 8%;
  }
}

.p-top-mv__icon:nth-child(3) {
  width: 22.5%;
  left: 2%;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .p-top-mv__icon:nth-child(3) {
    width: 19.5%;
    left: 8%;
  }
}

.p-top-mv__icon:nth-child(4) {
  width: 7%;
  right: 24%;
  bottom: 24%;
  -webkit-animation: vertical 1.5s ease-in-out infinite alternate;
  animation: vertical 1.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-top-mv__icon:nth-child(4) {
    right: 27%;
  }
}

.p-top-mv__link {
  position: absolute;
  right: 2%;
  bottom: 18%;
  width: 150px;
  height: 185px;
  background: url(../images/mv-icon04.png);
  background-size: cover;
  z-index: 5;
}

@media screen and (max-width: 750px) {
  .p-top-mv__link {
    right: 4%;
    bottom: 7%;
    width: 81px;
    height: 100px;
  }
}

.p-top-mv__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-mv__link .--head {
  width: 57px;
  margin: 42px auto 22px;
}

@media screen and (max-width: 750px) {
  .p-top-mv__link .--head {
    width: 32px;
    margin: 23px auto 7px;
    white-space: nowrap;
  }
}

.p-top-mv__link .--read {
  color: #71b12c;
  font-family: "tbudrgothic-std", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-top-mv__link .--read {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
  }
}

.p-top-mv__link .--text {
  font-size: 12px;
  text-align: center;
  color: #888888;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .p-top-mv__link .--text {
    white-space: nowrap;
    margin-top: -5px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    font-size: 10px;
    white-space: nowrap;
  }
}

.p-top-banner {
  padding: 40px 0;
  background: #f8f8f8;
  position: relative;
}

.p-top-banner .inner {
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-top-banner {
    padding: 20px 0;
  }
}

.p-top-banner__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-banner__item {
  width: 32%;
}

.p-top-banner__item a {
  z-index: 1;
}

.p-top-banner__button {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}

.p-top-banner__button-prev, .p-top-banner__button-next {
  display: none;
}

@media screen and (max-width: 750px) {
  .p-top-banner__item a img {
    margin: auto;
  }

  .p-top-banner__button-prev, .p-top-banner__button-next {
    display: block;
    width: 30px;
    height: 30px;
    background: #71b12c;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: calc(50% - 15px);
  }

  .p-top-banner__button-prev::after, .p-top-banner__button-next::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
  }

  .p-top-banner__button-prev {
    left: 6px;
  }

  .p-top-banner__button-next {
    right: 6px;
  }

  .p-top-banner__button-next::after {
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

.p-top-about {
  background: url(../images/about-bg.jpg);
  background-size: cover;
  padding: 70px 0 200px;
}

@media screen and (max-width: 750px) {
  .p-top-about {
    padding: 37px 0 90px;
  }
}

.p-top-about__read {
  margin: 20px 0 25px;
}

@media screen and (max-width: 750px) {
  .p-top-about__read {
    margin: 14px 0 0;
  }
}

.p-top-about__unit {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .p-top-about__unit {
    width: 100%;
  }
}

.p-top-about__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-top-about__image {
  width: 46%;
  position: relative;
  padding-top: 26px;
}

@media screen and (max-width: 750px) {
  .p-top-about__image {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 42px;

  }

  .p-top-about__image .--image {
    width: 94%;
    margin: 0 auto;
  }
}

.p-top-about__icon {
  position: absolute;
}

.p-top-about__icon:nth-child(1) {
  width: 25%;
  top: 12%;
  left: -4%;
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-top-about__icon:nth-child(1) {
    width: 24%;
    top: 14%;
    left: -1%;
  }
}

.p-top-about__icon:nth-child(2) {
  width: 25%;
  bottom: -7%;
  right: 2%;
  -webkit-animation: vertical 1.8s ease-in-out infinite alternate;
  animation: vertical 1.8s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-top-about__icon:nth-child(2) {
    width: 24%;
    bottom: -11%;
    right: 5%;
  }
}

.p-top-about__button {
  margin-top: 30px !important;
}

.p-top-feature {
  background: url(../images/feature-bg.png);
  background-size: cover;
  background-position: top center;
  margin-top: -120px;
  padding-top: 176px;
  padding-bottom: 200px;
}

@media screen and (min-width: 1550px) {
  .p-top-feature {
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 750px) {
  .p-top-feature {
    background: url(../images/feature-bg-sp.png);
    background-size: cover;
    background-position: top center;
    margin-top: -50px;
    padding-top: 71px;
    padding-bottom: 100px;
  }
}

.p-top-feature__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media (max-width: 940px) and (min-width: 751px) {
  .p-top-feature__contents {
    justify-content: center;
    gap: 40px;
  }

  .p-top-feature__item {
    margin-bottom: unset;
  }
}

@media (max-width: 750px) and (min-width: 451px) {
  .p-top-feature__contents {
    gap: unset;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .p-top-feature__contents {
    margin-top: 27px;
  }
}

.p-top-feature__item {
  width: 30%;
  min-width: 300px;
  min-height: 197px;
  margin-bottom: 27px;
  padding: 43px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .p-top-feature__item {
    min-width: unset;
    width: 49%;
    min-height: 110px;
    margin-bottom: 11px;
    padding: 23px 0;
  }
}

.p-top-feature__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-feature__item .-number {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin-bottom: 19px;
  font-family: "Boston Black";
}

@media screen and (max-width: 750px) {
  .p-top-feature__item .-number {
    font-size: 20px;
    margin-bottom: 7px;
  }
}

.p-top-feature__item.is-01::after {
  background: url(../images/top-feature01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-top-feature__item.is-02::after {
  background: url(../images/top-feature02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-top-feature__item.is-03::after {
  background: url(../images/top-feature03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-top-feature__item.is-04::after {
  background: url(../images/top-feature04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-top-feature__item.is-05::after {
  background: url(../images/top-feature05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-top-feature__item.is-06::after {
  background: url(../images/top-feature06.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-top-feature__title {
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .p-top-feature__title {
    font-size: 12px;
  }
}

.p-top-feature__button {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .p-top-feature__button {
    margin-top: 30px;
  }
}

.p-top-medical {
  background: url(../images/medical-bg.png);
  background-size: cover;
  background-position: top center;
  margin-top: -148px;
  padding: 180px 0 95px;
  position: relative;
}

@media screen and (min-width: 1550px) {
  .p-top-medical {
    background-size: 100% 100%;
  }
}

.p-top-medical.is-page {
  background: #fff6cc;
  padding: 70px 0;
  margin-top: unset;
}

@media screen and (max-width: 750px) {
  .p-top-medical.is-page {
    padding: 40px 0;
  }
}

.p-top-medical.is-page .p-top-medical__contents {
  position: relative;
  z-index: 11;
}

.p-top-medical__page {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  padding: 43px 0 63px;
}

@media screen and (max-width: 750px) {
  .p-top-medical__page {
    padding: 22px 15px 24px;
  }
}

@media screen and (max-width: 750px) {
  .p-top-medical {
    background: url(../images/medical-bg-sp.png);
    background-size: cover;
    background-position: top center;
    margin-top: -59px;
    padding: 78px 0 40px;
  }
}

.p-top-medical::after, .p-top-medical::before {
  position: absolute;
  content: "";
  z-index: 3;
}

.p-top-medical::after {
  width: 228px;
  height: 118px;
  left: 0;
  top: 23%;
  background: url(../images/top-medi-icon01.png);
  background-size: cover;
  background-position: right center;
}

@media screen and (max-width: 750px) {
  .p-top-medical::after {
    width: 160px;
    height: 91px;
    left: -1px;
    top: 12%;
  }
}

.p-top-medical::before {
  width: 204px;
  height: 143px;
  right: 0;
  top: 20%;
  background: url(../images/top-medi-icon02.png);
  background-size: cover;
  background-position: left center;
}

@media screen and (max-width: 750px) {
  .p-top-medical::before {
    width: 112px;
    height: 91px;
    right: 0;
    top: 9%;
  }
}

.p-top-medical__inner {
  position: relative;
}

.p-top-medical__inner::after, .p-top-medical__inner::before {
  position: absolute;
  content: "";
}

.p-top-medical__inner::after {
  width: 124px;
  height: 147px;
  left: 2%;
  bottom: 21%;
  background: url(../images/top-medi-icon03.png);
  background-size: cover;
  animation: vertical 1.8s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-top-medical__inner::after {
    width: 82px;
    height: 95px;
    bottom: unset;
    left: 4%;
    top: 29%;
  }
}

.p-top-medical__inner::before {
  width: 83px;
  height: 130px;
  right: 2%;
  bottom: 26%;
  background: url(../images/top-medi-icon04.png);
  background-size: cover;
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-top-medical__inner::before {
    width: 50px;
    height: 80px;
    right: 6%;
    bottom: 18%;
  }
}

.p-top-medical__contents {
  margin: 30px auto 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .p-top-medical__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto 2px;
  }
}

.p-top-medical__item {
  width: 38%;
  margin: 0 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .p-top-medical__item {
    width: 100%;
    width: 100%;
    margin: 0 auto 27px;
  }

  .p-top-medical__item .c-text__center {
    line-height: 1.7;
  }
}

.p-top-medical__image {
  width: 80%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 750px) {
  .p-top-medical__image {
    width: 70%;
    margin: 0px auto 17px;
  }
}

.p-top-medical__title {
  display: inline-block;
  background: #38beef;
  color: #fff;
  text-align: center;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  border-radius: 4px;
}

@media screen and (max-width: 750px) {
  .p-top-medical__title {
    padding: 9px 20px;
  }
}

.p-top-infomation {
  background: #f8f8f8;
  padding: 80px 0 220px;
}

@media screen and (max-width: 750px) {
  .p-top-infomation {
    padding: 36px 0 50px;
  }
}

.p-top-infomation__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .p-top-infomation__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-top-infomation__block {
  background: #fff;
  border-radius: 10px;
  width: 48%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  padding: 30px 30px 35px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-top-infomation__block {
    width: 100%;
    padding: 24px 12px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
  }

  .p-top-infomation__block .c-title-main.is-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-top-infomation__block.is-news::after {
  position: absolute;
  content: "";
  width: 116px;
  height: 96px;
  background: url(../images/top-news-icon.png);
  background-size: cover;
  top: -6%;
  right: 5%;
}

@media screen and (max-width: 750px) {
  .p-top-infomation__block.is-news::after {
    width: 81px;
    height: 68px;
    top: -3%;
    right: 5%;
  }
}

.p-top-infomation__block.is-access::after {
  position: absolute;
  content: "";
  width: 134px;
  height: 76px;
  background: url(../images/top-access-icon.png);
  background-size: cover;
  top: -4%;
  right: 6%;
}

@media screen and (max-width: 750px) {
  .p-top-infomation__block.is-access::after {
    width: 92px;
    height: 55px;
    top: -4%;
    right: 14px;
  }
}

.p-top-infomation__list {
  margin-top: 19px;
  margin-bottom: 30px;
  height: 310px;
  overflow-y: scroll;
}

@media screen and (max-width: 750px) {
  .p-top-infomation__list {
    margin-top: 13px;
    margin-bottom: 16px;
    height: 313px;
  }
}

.p-top-infomation__list li {
  position: relative;
}

.p-top-infomation__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 54px 19px 0;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .p-top-infomation__list li a {
    padding: 18px 21px 19px 0;
  }
}

.p-top-infomation__list li a:hover {
  color: #38beef;
}

.p-top-infomation__list li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #38beef;
  border-right: 1px solid #38beef;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-top-infomation__list li:first-child::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../images/liner.png);
  background-size: cover;
  left: 0;
  top: 0;
}

.p-top-infomation__list li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../images/liner.png);
  background-size: cover;
  left: 0;
  bottom: 0;
}

.p-top-infomation__date {
  width: 100px;
  display: block;
}

.p-top-infomation__title {
  width: calc(100% - 100px);
}

.p-top-infomation__map {
  margin-top: 22px;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .p-top-infomation__map {
    margin-top: 17px;
    margin-bottom: 20px;
  }
}

.p-top-infomation__map iframe {
  display: block;
  width: 100%;
  height: 280px;
}

@media screen and (max-width: 750px) {
  .p-top-infomation__map iframe {
    height: 210px;
  }
}

.p-top-message {
  background: url(../images/messege-bg.png);
  background-size: cover;
  background-position: top center;
  padding: 140px 0 70px;
  margin-top: -150px;
}

@media screen and (max-width: 750px) {
  .p-top-message {
    background: url(../images/messege-bg-sp.png);
    background-size: cover;
    background-position: top center;
    padding: 71px 0 34px;
    margin-top: -47px;
  }
}

.p-top-message__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 935px;
  margin: 0 auto;
}

.p-top-message__unit {
  width: 64%;
}

@media screen and (max-width: 750px) {
  .p-top-message__unit {
    width: 100%;
  }
}

.p-top-message__image {
  width: 29%;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-top-message__image {
    width: 100%;
    margin-top: 24px;
  }

  .p-top-message__image .--main {
    width: 77%;
    margin: 0 auto;
  }
}

.p-top-message__icon {
  position: absolute;
}

.p-top-message__icon:nth-child(1) {
  width: 33%;
  left: -12%;
  top: 7%;
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-top-message__icon:nth-child(1) {
    width: 25%;
    left: 0%;
    top: 6%;
  }
}

.p-top-message__icon:nth-child(2) {
  width: 37%;
  right: -4%;
  bottom: -3%;
  -webkit-animation: vertical 1.8s ease-in-out infinite alternate;
  animation: vertical 1.8s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-top-message__icon:nth-child(2) {
    width: 29%;
    right: 10%;
  }
}

.p-top-message__text {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .p-top-message__text {
    line-height: 1.58;
    margin-top: 30px;
  }
}

.p-top-slider {
  padding: 45px 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-top-slider {
    padding: 20px 0;
  }
}

.p-medical__wrap::after, .p-medical__wrap::before {
  position: absolute;
  content: "";
  z-index: 2;
}

.p-medical__wrap::after {
  width: 100px;
  height: 120px;
  left: 6%;
  bottom: 17%;
  background: url(../images/top-medi-icon03.png);
  background-size: cover;
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@media (max-width: 900px) {
  .p-medical__wrap::after {
    width: 80px;
    height: 100px;
    left: 6%;
    bottom: 15%;
  }
}

@media screen and (max-width: 750px) {
  .p-medical__wrap::after {
    width: 82px;
    height: 95px;
    bottom: unset;
    left: 4%;
    top: 29%;
  }
}

.p-medical__wrap::before {
  width: 90px;
  height: 140px;
  right: 6%;
  bottom: 29%;
  background: url(../images/top-medi-icon04.png);
  background-size: cover;
  -webkit-animation: vertical 1.5s ease-in-out infinite alternate;
  animation: vertical 1.5s ease-in-out infinite alternate;
}

@media (max-width: 900px) {
  .p-medical__wrap::before {
    width: 80px;
    height: 125px;
    right: 6%;
    bottom: 39%;
  }
}

@media screen and (max-width: 750px) {
  .p-medical__wrap::before {
    width: 50px;
    height: 80px;
    right: 6%;
    bottom: 18%;
  }
}

.p-medical-doctor {
  background: #fff;
  padding: 61px 0 73px;
}

@media screen and (max-width: 750px) {
  .p-medical-doctor {
    padding: 30px 0 33px;
  }
}

.p-medical-doctor__box {
  border: 1px solid #b5e1f8;
  border-radius: 10px;
  padding: 23px 29px 34px;
  margin-top: 17px;
}

@media screen and (max-width: 750px) {
  .p-medical-doctor__box {
    padding: 16px 12px 22px;
  }
}

.p-medical-doctor__box-head {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .p-medical-doctor__box-head {
    padding-bottom: 17px;
    margin-bottom: 19px;
  }
}

.p-medical-doctor__box-head::after {
  width: 100%;
  height: 4px;
  background: url(../images/page-line.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.p-medical-doctor__box-title {
  padding-left: 40px;
  font-weight: 600;
  color: #009ce4;
  font-size: 18px;
  position: relative;
}

.p-medical-doctor__box-title::after {
  position: absolute;
  content: "";
  background: url(../images/star-icon.png);
  background-size: cover;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 27px;
}

.p-medical-doctor__box-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .p-medical-doctor__box-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-medical-doctor__box-item:nth-child(1) {
  margin-bottom: 20px;
}

.p-medical-doctor__box-subtitle {
  background: #d5eaf1;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24%;
}

@media screen and (max-width: 750px) {
  .p-medical-doctor__box-subtitle {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
  }
}

.p-medical-doctor__box-subtitle .--subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #595959;
}

@media (max-width: 900px) {
  .p-medical-doctor__box-subtitle .--subtitle {
    font-size: 13px;
  }
}

.p-medical-doctor__box-subtitle .--blue {
  display: block;
  text-align: center;
  color: #009ce4;
  font-weight: 600;
}

.p-medical-doctor__box-unit {
  width: 75%;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .p-medical-doctor__box-unit {
    width: 100%;
  }
}

.p-medical-yoyaku {
  padding: 73px 0;
  background: url(../images/page-medical-bg.png);
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .p-medical-yoyaku {
    padding: 35px 0;
  }
}

.p-medical-yoyaku__box {
  position: relative;
  padding: 44px 150px 52px;
}

@media screen and (max-width: 750px) {
  .p-medical-yoyaku__box {
    padding: 28px 14px 30px;
  }
}

.p-medical-yoyaku__box .c-text__center {
  font-size: 14px;
  line-height: 1.7;
  margin: 34px 0;
}

@media screen and (max-width: 750px) {
  .p-medical-yoyaku__box .c-text__center {
    line-height: 1.3;
    margin: 17px 0;
  }
}

.p-medical-yoyaku__box .c-button {
  max-width: 320px;
}

@media screen and (max-width: 750px) {
  .p-medical-yoyaku__box .c-button a {
    min-height: unset;
    padding: 17px 0;
  }
}

.p-medical-yoyaku__icon {
  position: absolute;
}

.p-medical-yoyaku__icon:nth-child(1) {
  top: -6%;
  right: -4%;
  width: 10%;
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-medical-yoyaku__icon:nth-child(1) {
    right: 3%;
    width: 80px;
  }
}

.p-medical-yoyaku__icon:nth-child(2) {
  bottom: -6%;
  left: -3%;
  width: 10%;
  -webkit-animation: vertical 1.8s ease-in-out infinite alternate;
  animation: vertical 1.8s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-medical-yoyaku__icon:nth-child(2) {
    bottom: -4%;
    left: 2%;
    width: 75px;
  }
}

.p-medical-download {
  padding: 70px;
}

@media screen and (max-width: 750px) {
  .p-medical-download {
    padding: 32px 0px;
  }
}

.p-medical-download__box {
  padding: 35px 15px 46px;
}

.p-medical-download__box-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px
}

.p-medical-download__box-button.u-flex {
  flex-wrap: wrap;

}

.p-medical-download__box-button.u-flex .c-button {
  max-width: 49%;
  margin: 0;
  width: 100%;
}

.p-medical-download__box-button.u-flex .c-button a {
  padding: 16px 24px;
}

@media screen and (max-width: 750px) {
  .p-medical-download__box-button.u-flex .c-button {
    max-width: 100%;
  }

  .p-medical-download__box-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
}

@media screen and (max-width: 750px) {
  .p-medical-download__box {
    padding: 15px 13px 24px;
  }
}

.p-medical-download__box .c-text__center {
  font-size: 14px;
  line-height: 1.7;
  margin: 34px 0 27px;
}

@media screen and (max-width: 750px) {
  .p-medical-download__box .c-text__center {
    line-height: 1.3;
    margin: 21px 0 22px;
  }
}

.p-medical-download__box .c-button {
  margin: 0 7px;
}

@media screen and (max-width: 750px) {
  .p-medical-download__box .c-button {
    margin: unset;
  }
}

.p-feature {
  background: #fff;
  padding: 70px 0 63px;
}

.p-feature__contents {
  margin-top: 44px;
}

.p-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 22px;
}

@media screen and (max-width: 750px) {
  .p-feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-feature__item:last-child {
  margin-bottom: unset;
}

.p-feature__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.p-feature__item:nth-child(2n) .p-feature__image-icon {
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-feature__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-feature__item:nth-child(2) .p-feature__image-icon {
  top: unset;
  left: unset;
  bottom: 0;
  right: 31px;
  width: 18%;
}

.p-feature__item:nth-child(2) .p-feature__number {
  background: #f3a692;
}

.p-feature__item:nth-child(3) .p-feature__image-icon {
  left: unset;
  right: 31px;
  width: 13%;
}

.p-feature__item:nth-child(3) .p-feature__number {
  background: #83c364;
}

.p-feature__item:nth-child(4) .p-feature__image-icon {
  left: 21px;
  width: 14%;
}

.p-feature__item:nth-child(4) .p-feature__number {
  background: #f9c03d;
}

.p-feature__item:nth-child(5) .p-feature__image-icon {
  top: unset;
  left: unset;
  bottom: -14px;
  right: 40px;
  width: 10%;
}

.p-feature__item:nth-child(5) .p-feature__number {
  background: #be9567;
}

.p-feature__item:nth-child(6) .p-feature__image-icon {
  left: unset;
  right: 31px;
  top: -7px;
  width: 13%;
  z-index: -1;
}

.p-feature__item:nth-child(6) .p-feature__number {
  background: #f7931e;
}

.p-feature__image {
  width: 39%;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-feature__image {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-feature__image-icon {
  position: absolute;
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
  animation: vertical 1.3s ease-in-out infinite alternate;
  top: 14px;
  left: 32px;
  width: 15%;
}

.p-feature__unit {
  width: 58%;
}

@media screen and (max-width: 750px) {
  .p-feature__unit {
    width: 100%;
  }
}

.p-feature__head {
  background: url(../images/page-feature-title.png);
  background-size: cover;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.p-feature__number {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  border-radius: 6px 0 0 6px;
  font-family: "Boston Black";
  width: 50px;
  height: 50px;
  background: #38beef;
  line-height: 50px;
}

.p-feature__title {
  padding-left: 13px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.08em;
}

@media (max-width: 820px) {
  .p-feature__title {
    font-size: 17px;
  }
}

.p-feature__text {
  font-size: 14px;
}

.p-sitemap {
  padding: 0px 0 42px;
}

.p-sitemap__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-sitemap__nav-item {
  margin-left: unset;
  border: 1px solid #daf0fb;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 14px;
  width: 100%;
}

.p-sitemap__nav-item a:hover .p-sitemap__nav-icon {
  animation: rotate 0.7s ease-in-out both;
}

.p-sitemap__nav-item a:hover {
  color: #38beef;
  transition: 0.4s;
}

.p-sitemap__nav-item.is-harf {
  width: 49%;
}

@media screen and (max-width: 750px) {
  .p-sitemap__nav-item.is-harf {
    width: 100%;
  }
}

.p-sitemap__nav-item.is-linkno a::after {
  display: none;
}

.p-sitemap__nav-item .child-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.p-sitemap__nav-item .child-menu__item {
  width: 24%;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .p-sitemap__nav-item .child-menu__item {
    width: 49%;
    margin-bottom: 6px;
  }
}

.p-sitemap__nav-item .child-menu__item a {
  background: #cde9f3;
  border-radius: 6px;
  position: relative;
  padding: 14px 23px;
}

@media screen and (max-width: 750px) {
  .p-sitemap__nav-item .child-menu__item a {
    padding: 10px;
  }
}

.p-sitemap__nav-item .child-menu__item a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  border-top: 1px solid #38beef;
  border-right: 1px solid #38beef;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-sitemap__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 3px;
  position: relative;
}

.p-sitemap__nav-item a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #38beef;
  border-right: 1px solid #38beef;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-sitemap__nav-item a:hover {
  opacity: 1;
}

.p-sitemap__nav-item a:hover .l-header__nav-icon {
  -webkit-animation: rotate 0.7s ease-in-out both;
  animation: rotate 0.7s ease-in-out both;
}

.p-sitemap__nav-item a:hover .p-sitemap__nav-text {
  color: #38beef;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-sitemap__nav-icon {
  width: 72px;
  height: 40px;
}

.p-sitemap__nav-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-sitemap__nav-text {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #595959;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-privacy {
  padding-bottom: 70px;
}

@media screen and (max-width: 750px) {
  .p-privacy {
    padding-bottom: 40px;
  }
}

.p-privacy__box {
  padding: 37px 37px;
}

@media screen and (max-width: 750px) {
  .p-privacy__box {
    padding: 30px 15px;
  }
}

.p-privacy__box p {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .p-privacy__box p {
    line-height: 1.4;
  }
}

.p-privacy__box ol {
  margin-top: 10px;
  margin-top: 18px;
}

.p-privacy__box ol li {
  list-style: auto;
  list-style-position: inside;
  padding-left: 4px;
  margin-bottom: 2px;
}

.p-privacy__box ol li::marker {
  color: #38beef;
}

.p-privacy__item {
  margin: 15px 0 -3px;
}

.p-privacy__title {
  position: relative;
  font-size: 20px;
  color: #009ce4;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .p-privacy__title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.p-privacy__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../images/page-line.png);
  background-size: cover;
  background-position: center;
  left: 0;
  bottom: 0;
}

.p-news {
  padding-bottom: 70px;
}

@media screen and (max-width: 750px) {
  .p-news {
    padding: 0 0 40px 0;
  }
}

.p-news__box {
  padding: 37px 37px;
}

@media screen and (max-width: 750px) {
  .p-news__box {
    padding: 30px 15px;
  }
}

.p-news__list li {
  position: relative;
}

.p-news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 54px 19px 0;
  font-size: 14px;
  font-size: 14px;
}

.p-news__list li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #38beef;
  border-right: 1px solid #38beef;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 750px) {
  .p-news__list li a {
    padding: 18px 21px 19px 0;
  }
}

.p-news__list li a:hover {
  color: #38beef;
}

.p-news__list li:first-child::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../images/page-line.png);
  background-size: cover;
  left: 0;
  top: 0;
}

.p-news__list li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../images/page-line.png);
  background-size: cover;
  background-position: center;
  left: 0;
  bottom: 0;
}

.p-news__date {
  width: 100px;
  display: block;
}

.p-news__title {
  width: calc(100% - 100px);
}

.p-news-single {
  padding-bottom: 64px;
}

@media screen and (max-width: 750px) {
  .p-news-single {
    padding-bottom: 40px;
  }
}

.p-news-single__head {
  background: url(../images/page-news-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
  padding: 26px 38px 24px;
  position: relative;
}

.p-news-single__head__icon {
  position: absolute;
  width: 120px;
  right: 2%;
  top: -35%;
}

@media screen and (max-width: 750px) {
  .p-news-single__head {
    padding: 25px 20px;
  }
}

.p-news-single__date {
  font-size: 16px;
  line-height: 1;
}

.p-news-single__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 5px;
}

.p-news-single__contents {
  padding: 25px 37px;
}

@media screen and (max-width: 750px) {
  .p-news-single__contents {
    padding: 25px 15px;
  }
}

.p-news-single__contents p {
  font-size: 14px;
  margin-bottom: 17px;
}

.p-news-single__contents h2 {
  padding-left: 40px;
  font-weight: 600;
  color: #009ce4;
  font-size: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

.p-news-single__contents h2::before {
  position: absolute;
  content: "";
  background: url(../images/star-icon.png);
  background-size: cover;
  top: 2px;
  left: 0;
  width: 25px;
  height: 27px;
}

.p-news-single__contents h2::after {
  width: 100%;
  height: 4px;
  background: url(../images/page-line.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.p-news-single__contents h3 {
  border: 2px solid #38beef;
  border-radius: 4px;
  padding: 9px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #38beef;
  margin-bottom: 15px;
  margin-top: 25px;
}

.p-news-single__contents h4 {
  background: #d3f0fb;
  border-radius: 4px;
  padding: 9px 16px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.p-news-single__contents ul {
  margin-bottom: 20px;
}

.p-news-single__contents ul li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 4px;
}

.p-news-single__contents ul li::marker {
  color: #38beef;
}

.p-news-single__contents ol {
  margin-bottom: 20px;
}

.p-news-single__contents ol li {
  list-style: auto;
  list-style-position: inside;
  padding-left: 4px;
}

.p-news-single__contents ol li::marker {
  color: #38beef;
}

.p-news-single__contents a {
  display: inline-block;
  color: #71b12c;
  text-decoration: underline;
}

.p-news-single__contents img {
  display: block;
  max-width: 100%;
  margin: 20px 0;
}

.p-access {
  padding: 70px 0 63px;
}

.p-access-map {
  background: url(../images/page-access-bg.jpg);
  background-size: cover;
  padding: 70px 0 60px;
}

@media screen and (max-width: 750px) {
  .p-access-map {
    padding: 40px 0;
  }
}

.p-access-map__iframe {
  margin-top: 42px;
}

@media screen and (max-width: 750px) {
  .p-access-map__iframe {
    margin-top: 30px;
  }
}

.p-access-map__iframe iframe {
  display: block;
  width: 100%;
  height: 580px;
}

@media screen and (max-width: 750px) {
  .p-access-map__iframe iframe {
    height: 300px;
  }
}

@media screen and (max-width: 750px) {
  .p-access {
    padding: 40px 0;
  }
}

.p-access__box {
  padding: 40px 42px 38px;
}

@media screen and (max-width: 750px) {
  .p-access__box {
    padding: 30px 15px;
  }
}

.p-access__box:nth-child(2) {
  margin-bottom: 25px;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .p-access__box:nth-child(2) {
    margin-top: 30px;
  }
}

.p-access__box:nth-child(2) .p-access__icon::after {
  background: url(../images/page-access-icon01.png);
  background-size: cover;
  width: 36px;
  height: 17px;
}

.p-access__box:nth-child(3) .p-access__icon::after {
  background: url(../images/page-access-icon02.png);
  background-size: cover;
  width: 34px;
  height: 16px;
}

.p-access__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .p-access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-access__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 42px;
}

.p-access__item:last-child {
  margin-bottom: unset;
}

.p-access__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.p-access__item:nth-child(2) .p-feature__number {
  background: #f3a692;
}

.p-access__item:nth-child(3) .p-feature__number {
  background: #83c364;
}

.p-access__item:nth-child(4) .p-feature__number {
  background: #f9c03d;
}

.p-access__item:nth-child(5) .p-feature__number {
  background: #be9567;
}

.p-access__item:nth-child(6) .p-feature__number {
  background: #f7931e;
}

.p-access__image {
  width: 39%;
}

@media screen and (max-width: 750px) {
  .p-access__image {
    width: 100%;
    margin-top: 20px;
  }
}

.p-access__unit {
  width: 52%;
}

@media screen and (max-width: 750px) {
  .p-access__unit {
    width: 100%;
  }
}

.p-access__head {
  background: url(../images/page-feature-title.png);
  background-size: cover;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.p-access__icon {
  border-radius: 6px 0 0 6px;
  width: 50px;
  height: 50px;
  background: #38beef;
  line-height: 50px;
  position: relative;
}

.p-access__icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-access__title {
  padding-left: 13px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 750px) {
  .p-access__title {
    letter-spacing: unset;
  }
}

.p-about {
  padding: 70px 0;
}

@media screen and (max-width: 750px) {
  .p-about {
    padding: 40px 0;
  }
}

.p-about-staff {
  background: #fff6cc;
  padding: 74px 0;
}

@media screen and (max-width: 750px) {
  .p-about-staff {
    padding: 40px 0;
  }
}

.p-about-clinic {
  background: url(../images/page-access-bg.jpg);
  background-size: cover;
  padding: 70px 0 60px;
}

@media screen and (max-width: 750px) {
  .p-about-clinic {
    padding: 40px 0;
  }
}

.p-about-clinic__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .p-about-clinic__contents {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-about-clinic__unit {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .p-about-clinic__unit {
    width: 100%;
  }
}

.p-about-clinic__unit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.p-about-clinic__unit dl dt {
  width: 106px;
  background: #38beef;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  padding: 4px 0;
}

.p-about-clinic__unit dl dd {
  width: calc(100% - 120px);
  font-size: 16px;
  padding-top: 4px;
}

.p-about-clinic__image {
  width: 48%;
  position: relative;
}

.p-about-clinic__image .--image {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .p-about-clinic__image {
    width: 80%;
    margin: 20px auto 0px;
  }
}

.p-about__slider {
  margin-top: 40px;
  position: relative;
  /* レイアウトのためのスタイル */
}

.p-about__slider .slider-thumbnail .swiper-slide {
  width: 100%;
}

.p-about__slider .swiper {
  width: 100%;
}

.p-about__slider .swiper-slide img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-about__slider .slider-thumbnail {
  position: relative;
  margin-top: 18px;
}

.p-about__slider .about-next, .p-about__slider .about-prev {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: #38beef;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: block !important;
  z-index: 9;
}

.p-about__slider .about-next::after, .p-about__slider .about-prev::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 41%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-about__slider .about-prev {
  right: unset;
  left: 0;
}

.p-about__slider .about-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  left: 58%;
}

.p-about__box {
  padding: 40px 42px 38px;
  margin-top: 43px;
}

@media screen and (max-width: 750px) {
  .p-about__box {
    padding: 30px 15px;
    margin-top: 30px;
  }
}

.p-about__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 750px) {
  .p-about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-about__contents.is-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 26px;
}

@media screen and (max-width: 750px) {
  .p-about__contents.is-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-about__item {
  width: 31%;
  border: 2px solid #daf0fb;
  border-radius: 10px;
  padding: 15px 19px 44px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-about__item {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }
}

.p-about__item-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 16px;
  position: relative;
}

.p-about__item-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../images/liner.png);
  background-size: cover;
  left: 0;
  bottom: 0;
}

.p-about__item ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 2px;
}

.p-about__item ul li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #38beef;
  border-radius: 50%;
  top: 7px;
  left: -1px;
}

.p-about__image {
  width: 26%;
}

@media screen and (max-width: 750px) {
  .p-about__image {
    width: 50%;
    margin: 0 auto 10px;
  }

  .p-about__image img {
    margin: auto;
  }
}

.p-about__unit {
  width: 71%;
  line-height: 1.6;
}

.p-about__unit p {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .p-about__unit {
    width: 100%;
  }
}

.p-about__head {
  background: url(../images/page-feature-title.png);
  background-size: cover;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}

.p-about__number {
  border-radius: 6px 0 0 6px;
  width: 110px;
  height: 50px;
  background: #38beef;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  position: relative;
}

.p-about__title {
  padding-left: 20px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.p-about__icon {
  position: absolute;
  bottom: -8%;
  width: 23%;
  right: -5%;
}

@media screen and (max-width: 750px) {
  .p-about__icon {
    right: -2%;
    max-width: 80px;
  }
}

.p-guidance-kids {
  background: #fff6cc;
  padding: 60px 0 40px;
}

@media screen and (max-width: 750px) {
  .p-guidance-kids {
    padding: 40px 0;
  }
}

.p-guidance-kids__contents {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .p-guidance-kids__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.p-guidance-kids__item {
  border: 2px solid #daf0fb;
  border-radius: 10px;
  padding: 12px 15px;
}

@media screen and (max-width: 750px) {
  .p-guidance-kids__item {
    padding: 10px;
  }
}

.p-guidance-kids__item.is-two {
  width: 49%;
}

@media screen and (max-width: 750px) {
  .p-guidance-kids__item.is-two {
    width: 100%;
  }
}

.p-guidance-kids__item p {
  font-size: 14px;
}

.p-guidance-kids__item ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 2px;
}

.p-guidance-kids__item ul li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #38beef;
  border-radius: 50%;
  top: 7px;
  left: -1px;
}

.p-guidance-kids__title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  margin-bottom: 16px;
  position: relative;
}

.p-guidance-kids__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../images/liner.png);
  background-size: cover;
  left: 0;
  bottom: 0;
}

.p-guidance-baby {
  padding: 60px 0;
  background: #fff;
}

.p-guidance-yobou {
  background: #fff6cc;
  padding: 60px 0;
}

.p-guidance__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-top: 22px;
}

.p-guidance__button .c-button {
  max-width: 100%;
}

.p-guidance__contents {
  margin-top: 31px;
}

.p-guidance__contents .p-guidance-kids__item {
  padding: 23px 29px;
}

.p-guidance-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 26px 0 37px;
}

@media screen and (max-width: 750px) {
  .p-guidance-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-guidance-link__item {
  width: 100%;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 750px) {
  .p-guidance-link__item {
    max-width: 50%;
    border: 1px solid #fff;
  }
}

.p-guidance-link__item:first-child {
  border-left: unset;
}

.p-guidance-link__item a {
  display: block;
  text-align: center;
  background: #cde9f3;
  padding: 15px 0;
  position: relative;
}

.p-guidance-link__item a::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #38beef;
  border-bottom: 1px solid #38beef;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  position: absolute;
  content: "";
  right: 20px;
}

.p-guidance__box {
  padding: 40px 42px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .p-guidance__box {
    padding: 20px 15px;
  }
}

.p-guidance__box:nth-child(2n) .c-box-contents__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-guidance__box:nth-child(2n) .p-guidance__icon {
  right: unset;
  left: -3%;
  top: 4%;
  width: 18%;
  -webkit-animation: vertical 1.8s ease-in-out infinite alternate;
  animation: vertical 1.8s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-guidance__box:nth-child(2n) .p-guidance__icon {
    width: 100px;
    top: 17%;
    left: -1%;
  }
}

.p-guidance__box-title {
  font-weight: 600;
  color: #009ce4;
  font-size: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

.p-guidance__box-title::after {
  width: 100%;
  height: 4px;
  background: url(../images/page-line.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.p-guidance__icon {
  position: absolute;
  width: 16%;
  right: -1%;
  top: -4%;
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@media screen and (max-width: 750px) {
  .p-guidance__icon {
    width: 100px;
  }
}

.p-guidance-accordion {
  border: 2px solid #38beef;
  border-radius: 6px;
  margin-top: 30px;
}

.p-guidance-accordion__head {
  background: #38beef;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 14px;
  position: relative;
  cursor: pointer;
}

.p-guidance-accordion__head.is-active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-guidance-accordion__head::after, .p-guidance-accordion__head::before {
  position: absolute;
  content: "";
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-guidance-accordion__head::after {
  width: 16px;
  height: 2px;
  right: 16px;
}

.p-guidance-accordion__head::before {
  width: 2px;
  height: 16px;
  right: 23px;
}

.p-guidance-accordion__icon {
  width: 22px;
  margin-right: 15px;
}

.p-guidance-accordion__title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.p-guidance-accordion__contents {
  display: none;
  padding: 22px 23px;
}

@media screen and (max-width: 750px) {
  .p-guidance-accordion__contents {
    padding: 10px;
  }
}

.p-guidance-accordion__contents table {
  width: 100%;
}

.p-guidance-accordion__contents table tr {
  width: 100%;
}

.p-guidance-accordion__contents table tr th {
  background: #cde9f3;
  border: 1px solid #fff;
  text-align: center;
  padding: 18px 0 15px;
  vertical-align: middle;
  width: 33.3333333333%;
}

@media screen and (max-width: 750px) {
  .p-guidance-accordion__contents table tr th {
    padding: 13px 0;
  }
}

.p-guidance-accordion__contents table tr th:first-child {
  border-radius: 6px 0 0 0;
}

.p-guidance-accordion__contents table tr th:last-child {
  border-radius: 0 6px 0 0;
}

.p-guidance-accordion__contents table tr:last-child td:first-child {
  border-radius: 0 0 6px 0;
}

.p-guidance-accordion__contents table tr:last-child td:last-child {
  border-radius: 0 0 0 6px;
}

.p-guidance-accordion__contents table tr td {
  padding: 12px 14px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .p-guidance-accordion__contents table tr td {
    padding: 8px 10px;
  }
}

.p-guidance-accordion__contents table tr td span {
  display: block;
  color: #38beef;
}

.p-guidance-other {
  padding: 77px 0;
  background: #fff;
}

.p-guidance-other__box {
  border: 2px solid #38beef;
  padding: 40px 15px 47px;
  border-radius: 10px;
}

.p-guidance-other__text {
  text-align: center;
  margin-top: 39px;
  font-size: 16px;
  line-height: 1.7;
}

.p-guidance-other .c-button {
  margin-top: 39px;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 750px) {
  .u-smt0 {
    margin-top: 0 !important;
  }

  .u-smt5 {
    margin-top: 5px !important;
  }

  .u-smt10 {
    margin-top: 10px !important;
  }

  .u-smt15 {
    margin-top: 15px !important;
  }

  .u-smt20 {
    margin-top: 20px !important;
  }

  .u-smb0 {
    margin-bottom: 0 !important;
  }

  .u-smb5 {
    margin-bottom: 5px !important;
  }

  .u-smb10 {
    margin-bottom: 10px !important;
  }

  .u-smb15 {
    margin-bottom: 15px !important;
  }

  .u-smb20 {
    margin-bottom: 20px !important;
  }

  .u-sml0 {
    margin-left: 0 !important;
  }
}

.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/

.swiper-pointer-events {
  position: relative;
}

.u-xl-only {
  display: none;
}

@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}

@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .u-md-only {
    display: block;
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}

.u-md-hidden.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .u-md-hidden.is-flex {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .u-md-hidden {
    display: none;
  }
}

.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .u-md-hidden--flex {
    display: none;
  }
}

/* flex
--------------------------------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-slider__item img {
  object-fit: cover;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 100%;
}

.is-top {
  margin-top: -35px;
}

@media screen and (max-width: 750px) {
  .is-top {
    margin-top: -25px;
  }
}

/*==============================
20230414 conty add
===============================*/
.l-footer-info__calender {
  width: 49%;
}

@media screen and (max-width: 750px) {
  .l-footer-info__calender {
    width: 100%;
  }
}

.xo-event-calendar table {
  color: #666 !important;
  border-radius: 10px !important;
  overflow: hidden;
  background-color: #aaa !important;
}

.xo-event-calendar table table {
  border-radius: 0 !important;
}

.xo-event-calendar table.xo-month {
  font-family: "a-otf-ud-shin-maru-go-pr6n";
  font-size: 13px !important;
  border: none !important;
  border-left: #dfdfdf 1px solid !important;
  border-top: #dfdfdf 1px solid !important;
}

/* 
.xo-event-calendar table.xo-month caption {
  display: none !important;
} */

.xo-event-calendar table.xo-month td, .xo-event-calendar table.xo-month th {
  border: none !important;
  border-bottom: #dfdfdf 1px solid !important;
}

.xo-event-calendar table.xo-month button {
  text-align: center !important;
  display: none !important;
}

.xo-event-calendar table.xo-month button span {
  height: 10px !important;
  width: 10px !important;

}

.xo-event-calendar table.xo-month>thead th {
  padding: 10px 0 !important;
  border-right: #dfdfdf 1px solid !important;
}

.xo-event-calendar table.xo-month>thead th.sunday {
  border-radius: 8px 0 0 0 !important;
}

.xo-event-calendar table.xo-month>thead th.saturday {
  color: #009ce4 !important;
  border-radius: 0 8px 0 0 !important;
}

.xo-event-calendar table.xo-month .month-dayname td {
  border-right: 1px solid #dfdfdf !important;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  border: none !important;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #71b12c !important;
}

.xo-event-calendar table.xo-month .month-event-space td:last-child {
  border-radius: 0 0 10px 0 !important
}


/*==============================
20230516 conty add
===============================*/
.vaccine_bnr {
  margin-top: 20px;
}

.l-footer-banner {
  background: #fff;
  padding: 40px 0;
  text-align: center;
}


@media screen and (max-width: 750px) {
  .l-footer-banner {
    padding: 20px 0;
  }
}

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

@media screen and (max-width: 750px) {
  .l-footer-banner .l-inner {
    display: block;
  }
}


.l-footer-banner .l-inner .item {
  width: 49%;
  height: auto;

}

@media screen and (max-width: 750px) {
  .l-footer-banner .l-inner .item {
    max-width: 468px;
    width: 100%;
    margin: auto;
  }

  .l-footer-banner .l-inner .item:first-child {
    margin-bottom: 10px;
  }
}