@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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)
     ========================================================================== */
dt {
  font-weight: 400;
}

dd {
  margin-left: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-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;
  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 padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
   * 1. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
   * 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;
}

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  box-sizing: border-box;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #000000;
  font-weight: 400;
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  color: #006666;
  transition: 0.5s;
}
a:hover {
  opacity: 0.4;
}
a:hover img {
  opacity: 0.4;
}

p {
  line-height: 1.5;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width:767px) {
  a[href*="tel:"] {
    pointer-events: all;
    cursor: pointer;
    text-decoration: none;
  }
}

img {
  height: auto;
  display: block;
}

.l-header {
  margin: 14px auto;
  padding: 0 24px;
  max-width: 734px;
  position: relative;
}
.l-header h1 {
  font-weight: bold;
  text-align: center;
  font-size: 2.9rem;
}
.l-header p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:767px) {
  .l-header h1 {
    text-align: left;
    font-size: 2.4rem;
  }
  .l-header p {
    font-size: 1.4rem;
    text-align: left;
  }
}
.l-header__content {
  display: none;
}
@media screen and (max-width:1024px) {
  .l-header__content {
    display: block;
  }
}

.lower .l-header {
  margin-bottom: 24px;
}
.lower .l-header h1 {
  font-size: 1.8rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.lower .l-header h1 .title {
  text-align: right;
}
.lower .l-header h1 .name {
  text-align: left;
}
@media screen and (max-width:767px) {
  .lower .l-header h1 {
    flex-direction: column;
    font-size: 1.6rem;
  }
  .lower .l-header h1 p {
    font-size: 1.8rem;
  }
  .lower .l-header h1 .title {
    text-align: left;
  }
  .lower .l-header h1 .name {
    text-align: left;
  }
}

.l-header {
  /*---------------------------------------
  ハンバーガーメニュー
  ---------------------------------------*/
}
.l-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1280px;
}
@media screen and (max-width:1024px) {
  .l-header__wrapper {
    margin: 0;
  }
}
@media screen and (max-width:767px) {
  .l-header__wrapper {
    padding: 0;
  }
}
@media screen and (max-width:1024px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
}
@media screen and (max-width:1024px) {
  .l-header__nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 64px;
    width: 100%;
  }
  .l-header__nav-list li {
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
    padding: 8px 24px;
  }
  .l-header__nav-list li:first-child {
    border-top: 1px solid #000;
  }
  .l-header__nav-list li:last-child {
    border-right: none;
  }
  .l-header__nav-list li a {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .l-header__nav-list li a .english {
    font-size: 0.8em;
  }
}
.l-header__nav-contact a {
  color: #D11313;
  display: block;
  border-radius: 10px;
  border: 2px solid #000000;
  text-align: center;
  font-weight: 700;
  padding: 8px 9px 6px;
}
.l-header__nav-contact a .icon {
  width: 30px;
  margin: auto;
  margin-bottom: 5px;
}
.l-header__nav-contact a .icon img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .l-header__nav-contact {
    position: absolute;
    right: 74px;
  }
}
@media screen and (max-width:767px) {
  .l-header__nav-contact {
    right: 44px;
  }
  .l-header__nav-contact a {
    border: none;
  }
  .l-header__nav-contact a .icon {
    width: 24px;
    margin-bottom: 3px;
  }
  .l-header__nav-contact a p {
    font-size: 12px;
  }
}
.l-header.is-open .l-header__nav {
  opacity: 1;
  visibility: visible;
}
.l-header.is-open .l-header__nav .l-header__nav-main {
  opacity: 1;
  visibility: visible;
}
.l-header.is-open .l-header__nav .l-header__nav-inner {
  opacity: 1;
  visibility: visible;
}
.l-header.is-open .l-header__nav .l-header__nav-list-sub {
  opacity: 1;
  visibility: visible;
}
.l-header__ham {
  display: none;
}
@media screen and (max-width:1024px) {
  .l-header__ham {
    display: block;
    line-height: 0;
    position: absolute;
    position: fixed;
    right: 24px;
    top: 14px;
    transform: translate(0%, 12.5%);
    z-index: 99;
  }
}
.l-header__ham-btn {
  width: 24px;
  height: 32px;
  position: relative;
  border: none;
  z-index: 25;
}
.l-header__ham-btn:after {
  content: "Menu";
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
  font-size: 1.2rem;
  font-weight: 700;
}
.l-header__ham-btn span {
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  right: 0;
  background-color: #000000;
  border-radius: 100px;
  transition: opacity 0.3s, top 0.5s, transform 0.5s;
}
.l-header__ham-btn span:nth-of-type(1) {
  top: 0px;
}
.l-header__ham-btn span:nth-of-type(2) {
  width: 24px;
  top: 8px;
  opacity: 1;
}
.l-header__ham-btn span:nth-of-type(3) {
  top: 16px;
}
.l-header.is-open .l-header__ham-btn {
  background-color: initial;
}
.l-header.is-open .l-header__ham-btn:after {
  content: "Close";
}
.l-header.is-open .l-header__ham-btn span {
  z-index: 20;
}
.l-header.is-open .l-header__ham-btn span:nth-of-type(1) {
  transform: translateX(-50%) rotate(45deg);
  top: 8px;
  left: 50%;
}
.l-header.is-open .l-header__ham-btn span:nth-of-type(2) {
  opacity: 0;
}
.l-header.is-open .l-header__ham-btn span:nth-of-type(3) {
  transform: translateX(-50%) rotate(-45deg);
  top: 8px;
  left: 50%;
}

.l-footer {
  text-align: right;
  padding: 0 24px 60px;
  max-width: 734px;
  margin: auto;
  position: relative;
}
.l-footer P {
  line-height: 1.42;
}
.l-footer__title {
  font-size: 13px;
  font-weight: bold;
}
.l-footer__wrapeer {
  display: flex;
  gap: 10px;
}
@media screen and (max-width:767px) {
  .l-footer__wrapeer {
    flex-direction: column;
  }
}
.l-footer__inner {
  margin-bottom: 12px;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 6px;
  width: 50%;
}
@media screen and (max-width:767px) {
  .l-footer__inner {
    margin-right: 0;
  }
}
.l-footer__image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
@media screen and (max-width:767px) {
  .l-footer__time {
    width: 100%;
  }
}
.l-footer__access {
  text-align: left;
  justify-content: left;
}
@media screen and (max-width:767px) {
  .l-footer__access {
    text-align: right;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: right;
  }
}
.l-footer__button {
  display: none;
}
@media screen and (max-width:1024px) {
  .l-footer__button {
    display: flex;
    justify-content: center;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #000;
  }
}
.l-footer__button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}
.l-footer__top {
  width: 50%;
  border-right: 2px solid #000;
}
.l-footer__top a {
  color: #000000;
  line-height: 1.4;
  font-weight: 700;
}
.l-footer__tel {
  width: 50%;
}
.l-footer__tel a {
  color: #000000;
  line-height: 1.4;
  font-weight: 700;
}
.l-footer__top-button {
  margin-bottom: 22px;
}
.l-footer__top-button a {
  display: block;
  text-align: center;
  padding: 10px 0;
  line-height: 1.2;
  background-color: rgb(204, 204, 255);
  width: 138px;
  margin: auto;
  margin-top: 20px;
}

.index .p-index-main {
  max-width: 734px;
  padding: 0 24px;
  margin: auto;
  margin-bottom: 34px;
}
.index .p-index-main .p-index-about {
  margin-bottom: 30px;
}
.index .p-index-main .p-index-about h2 {
  font-size: 16px;
  margin-bottom: 12px;
  text-align: center;
}
.index .p-index-main .p-index-about p {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .index .p-index-main .p-index-about p {
    text-align: left;
  }
  .index .p-index-main .p-index-about p .br {
    display: none;
  }
}

.lower .section-body {
  padding: 0 24px;
  margin: auto;
}
.lower .p-lower__about {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .lower .p-lower__about {
    margin-bottom: 40px;
  }
}
.lower .p-lower__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  max-width: 960px;
  margin: auto;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .lower .p-lower__wrapper {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.lower .p-lower__wrapper:last-child {
  margin-bottom: 0;
}
.lower .p-lower__inner {
  width: 50%;
}
.lower .p-lower__inner p {
  text-align: right;
  margin-bottom: 0.5em;
}
@media screen and (max-width:767px) {
  .lower .p-lower__inner {
    max-width: 420px;
    width: 100%;
  }
  .lower .p-lower__inner p {
    text-align: left;
  }
  .lower .p-lower__inner .br {
    display: none;
  }
}
.lower .p-lower__image img {
  width: 200px;
  height: 133px;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (max-width:767px) {
  .lower .p-lower__image {
    max-width: 420px;
    width: 100%;
  }
}
.lower .p-lower__staff-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
@media screen and (max-width:767px) {
  .lower .p-lower__staff-wrapper {
    margin-bottom: 0;
    flex-direction: column;
  }
}
.lower .p-lower__staff-inner {
  display: flex;
  gap: 4px;
  width: 320px;
}
@media screen and (max-width:767px) {
  .lower .p-lower__staff-inner {
    margin-bottom: 10px;
  }
}
.lower .p-lower__staff-image {
  width: 70px;
}
.lower .p-lower__staff-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.lower .p-lower__staff-text {
  display: block;
  width: 250px;
}
.lower .p-lower__staff-text p {
  width: 250px;
}

.c-button {
  text-align: center;
}
.c-button a {
  padding: 14px 12px;
  border-radius: 10px;
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  font-weight: 500;
  border: 1px solid #000;
}
.c-button a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:767px) {
  .c-button a {
    padding: 10px 0;
  }
}

.c-h2-style {
  font-size: 2.4rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width:767px) {
  .c-h2-style {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.c-h2-blue {
  display: inline-block;
  position: relative;
}
.c-h2-blue:before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/decoration_blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width:767px) {
  .c-h2-blue:before {
    width: 18px;
    height: 18px;
    left: -28px;
  }
}

.c-h2-red {
  display: inline-block;
  position: relative;
}
.c-h2-red:before {
  content: "";
  display: block;
  background-image: url(../img/common/decoration_red.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width:767px) {
  .c-h2-red:before {
    width: 18px;
    height: 18px;
    left: -28px;
  }
}

.c-text {
  margin-bottom: 40px;
}
.c-text p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .c-text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .c-text {
    margin-bottom: 30px;
  }
  .c-text p {
    font-size: 1.4rem;
  }
}

.c-loading {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.c-loading__logo {
  max-width: 200px;
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: logoRotate 1.5s linear infinite;
}
@keyframes logoRotate {
  0%, 100% {
    transform: rotate(5deg) translate(-50%, -50%);
  }
  50% {
    transform: rotate(-5deg) translate(-50%, -50%);
  }
}
.c-loading__logo img {
  width: 100%;
}

.c-loaded {
  opacity: 1;
  animation: loaded 1s ease-in-out both;
}
@keyframes loaded {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.c-fade-in {
  opacity: 0;
  transition-duration: 600ms;
  transition-property: opacity, transform;
}

.c-fade-in-up {
  transform: translate(0, 50px);
}

.c-scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.c-table-style {
  width: 100%;
  border-collapse: separate;
  margin: 0.5em 0;
  border: 2px solid #000;
  border-radius: 8px;
}
.c-table-style th,
.c-table-style td {
  line-height: 1.2;
  vertical-align: middle;
}
.c-table-style th {
  text-align: center;
  padding: 12px 8px;
  width: 35%;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.c-table-style th:last-child {
  border-bottom: none;
}
.c-table-style td {
  text-align: left;
  padding: 12px 20px;
  border-bottom: 2px solid #000;
  font-weight: 700;
}
.c-table-style .nowrap {
  white-space: nowrap;
}
.c-table-style .border-b-none {
  border-bottom: none;
}
@media screen and (max-width:1024px) {
  .c-table-style th {
    padding-left: 24px;
    padding-right: 24px;
    width: 30%;
  }
  .c-table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width:1025px) {
  .c-table-style {
    width: 80%;
    margin: auto;
  }
  .c-table-style th {
    padding-left: 8px;
    padding-right: 8px;
  }
  .c-table-style td {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.c-nav-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 8px;
}
@media screen and (max-width:767px) {
  .c-nav-link {
    justify-content: space-between;
    gap: 0;
  }
}
.c-nav-link li {
  width: 130px;
}
@media screen and (max-width:767px) {
  .c-nav-link li {
    width: 49%;
  }
}
.c-nav-link li img {
  width: 100%;
  height: 97px;
  object-fit: cover;
}
@media screen and (max-width:767px) {
  .c-nav-link li img {
    height: 140px;
  }
}
.c-nav-link li a {
  display: block;
  text-align: center;
  padding: 7px 0;
  line-height: 1.3;
}

.lower .c-nav-link {
  gap: 0.4%;
}
.lower .c-nav-link li {
  width: 19.6%;
  margin-bottom: 0.4%;
}
.lower .c-nav-link a {
  background-color: #CCCCCC;
  padding: 6px 0px;
  color: #336666;
  line-height: 1.2;
}
.lower .c-nav-link .current {
  background-color: initial;
}
@media screen and (max-width:767px) {
  .lower .c-nav-link {
    gap: 1%;
  }
  .lower .c-nav-link li {
    width: 49.5%;
    margin-bottom: 1%;
  }
}

.pd {
  padding-left: 24px;
  padding-right: 24px;
}

.flex-c {
  display: flex;
  justify-content: center;
}

.text-c {
  text-align: center !important;
}

.text-c-pc {
  text-align: center !important;
}
@media screen and (max-width:1024px) {
  .text-c-pc {
    text-align: left !important;
  }
}

.text-r {
  text-align: right;
}

.width-pc-70 {
  width: 70%;
  margin: auto;
}
@media screen and (max-width:767px) {
  .width-pc-70 {
    width: 100%;
  }
}

.width-pc-80 {
  width: 80%;
  margin: auto;
}
@media screen and (max-width:767px) {
  .width-pc-80 {
    width: 100%;
  }
}

.back-ground__green {
  background-color: #6EBAF1;
}

.back-ground__pink {
  background-color: #133DD1;
}

.font-color__green {
  color: #6EBAF1;
}

.font-color__pink {
  color: #133DD1;
}

.font-color__white {
  color: #ffffff;
}

.font-color__blue {
  color: #133DD1;
}

.font-color__red {
  color: #D11313;
}

.border-color-b__red {
  border-bottom: 2px solid #D11313 !important;
}

.border-color-b__pink {
  border-bottom: 2px solid #133DD1 !important;
}

.border-color-b__blue {
  border-bottom: 2px solid #133DD1 !important;
}

.border-color-b__purple {
  border-bottom: 2px solid #B4BEEE !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.list-marker__green li::marker {
  color: #6EBAF1 !important;
}

.list-marker__pink li::marker {
  color: #133DD1 !important;
}

.list-marker__blue li::marker {
  color: #133DD1 !important;
}

.list-marker__purple li::marker {
  color: #B4BEEE !important;
}

.list-marker__red li::marker {
  color: #D11313 !important;
}

@media screen and (max-width:767px) {
  .justify-center__sp {
    justify-content: center !important;
  }
}

.link-pink a {
  color: #133DD1;
  text-decoration: revert;
}

.text-red {
  color: #D11313;
}

.text-blue {
  color: #133DD1;
}

.row-reverse {
  flex-direction: row-reverse;
}

.strong {
  font-weight: 700;
}

.big {
  font-size: 1.5em;
}

.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1.2em;
}

.border-red {
  border-bottom: 3px solid #D11313;
  padding-bottom: 3px;
}

.border-blue {
  border-bottom: 2px solid #133DD1;
}

.waku {
  border: 1px solid #000;
  padding: 12px;
  border-radius: 10px;
}

.w80 {
  width: 80%;
  margin: auto;
}
@media screen and (max-width:767px) {
  .w80 {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */