/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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) */
/* ============================================ */
dt {
  font-weight: bold;
}

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-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 */
  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;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

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

[type=radio] {
  -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 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;
  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 {
  overflow-y: scroll;
}

body {
  font-size: 0.875rem;
  color: #4b4746;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

#wrapper {
  position: relative;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  #wrapper {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper {
    padding-top: 130px;
    padding-top: clamp(6.25rem, 7.5vw + 0.625rem, 8.125rem);
  }
}

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

a {
  outline: none !important;
}

@media (hover: hover) {
  :where(a) {
    transition: opacity 0.5s ease;
  }
  :where(a)[href^=tel] {
    pointer-events: none;
  }
}

@media (hover: hover) {
  :where(a:hover) {
    opacity: 0.8;
  }
}

@media (hover: hover) {
  .h_opacity {
    transition: opacity 0.5s ease;
  }
  .h_opacity:hover {
    opacity: 0.7;
  }
}

.h_zoom_target {
  overflow: hidden;
}
.h_zoom_target img {
  transition: transform 0.5s ease;
}
@media (hover: hover) {
  .h_zoom:hover .h_zoom_target img {
    transform: scale(1.1);
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f2f2f2 !important;
  -webkit-overflow-scrolling: auto;
  -webkit-appearance: none;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #80cee2 !important;
}

a,
a *,
div,
div * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.f_en {
  font-family: "Inter", sans-serif;
}

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

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

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

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

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

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

.u_color333 {
  color: #333;
}

.c_header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .c_header {
    display: block;
  }
  .c_header.fixed .c_header_wrap {
    height: 100px;
  }
  .c_header.fixed .c_header_menu01 {
    padding-top: 15px;
  }
  .c_header.fixed .c_header_menu02_ttl {
    padding-bottom: 10px;
  }
  .c_header.fixed .c_header_book::before,
  .c_header.fixed .c_header_email::before {
    margin-bottom: 16px;
  }
}
.c_header_wrap {
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 60px 0 10px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .c_header_wrap {
    height: 70px;
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c_header_wrap {
    transition: all 0.5s ease;
    padding: 0 0 0 40px;
    padding-left: clamp(1.25rem, 11vw + -7rem, 4rem);
    height: 130px;
    height: clamp(6.25rem, 7.5vw + 0.625rem, 8.125rem);
  }
}
.c_header_bg {
  display: none;
  pointer-events: none;
  background-color: rgba(75, 71, 70, 0.6);
  position: fixed;
  height: 100vh;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .c_header_logo {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.c_header_logo_link {
  position: relative;
}
.c_header_logo img {
  height: 110%;
  width: auto;
  left: 0;
  top: 0;
  max-width: unset;
  width: clamp(13.75rem, 20.4081632653vw + 8.9668367347rem, 18.75rem);
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .c_header_logo img {
    width: 100%;
    height: 50px;
  }
}
.c_header_nav {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 100px 30px 60px;
  height: 100vh;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .c_header_nav {
    overflow: unset;
    padding: 0;
    position: static;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    padding-right: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .c_header_nav {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .c_header_menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
    padding: 120px 30px 60px;
    background-color: white;
    width: 380px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 1200px) {
  .c_header_menu {
    position: static;
    display: flex;
    z-index: unset;
    overflow: unset;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    width: unset;
    height: 100%;
  }
}
.c_header_menu01 {
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (min-width: 1200px) {
  .c_header_menu01 {
    font-size: 0.75rem;
    gap: 0;
    flex-wrap: nowrap;
    padding: 25px 20px 0 0;
    align-items: center;
    justify-content: flex-end;
    padding: clamp(0.9375rem, 2.5vw + -0.9375rem, 1.5625rem) clamp(0.625rem, 2.5vw + -1.25rem, 1.25rem) 0 0;
    transition: all 0.5s ease;
  }
}
.c_header_menu01_btn {
  border-radius: 100px;
  background-color: #80cee2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  height: 40px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1200px) {
  .c_header_menu01_btn {
    width: unset;
    min-width: 124px;
    height: 29px;
    margin-right: 10px;
  }
}
@media (hover: hover) {
  .c_header_menu01_btn:hover {
    opacity: 1;
    background-color: #56bed9;
  }
}
.c_header_menu01_search {
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .c_header_menu01_search {
    width: 136px;
  }
}
.c_header_menu01_search::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/icon_search.svg);
  pointer-events: none;
  position: absolute;
  background-color: #f1f5f5;
  right: 15px;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1200px) {
  .c_header_menu01_search::after {
    right: 10px;
    width: 12px;
    height: 12px;
  }
}
.c_header_menu01_search form {
  width: 100%;
}
.c_header_menu01_search input {
  width: 100%;
  border-radius: inherit;
  padding: 5px 10px 7px 14px;
  background-color: #f1f5f5;
  font-weight: 500;
  color: #4b4746;
  height: 40px;
  padding: 5px 15px 7px 20px;
}
@media screen and (min-width: 1200px) {
  .c_header_menu01_search input {
    padding: 5px 10px 7px 14px;
    height: 29px;
  }
}
.c_header_menu01_search input:focus {
  outline: none !important;
  border: none !important;
}
.c_header_menu01_search input::placeholder {
  opacity: 0.4;
  font-weight: 500;
}
.c_header_menu02 {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .c_header_menu02 {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .c_header_menu02_item:last-child .c_header_menu02_ttl::before {
    content: none;
  }
}
.c_header_menu02_item.active {
  z-index: 2;
}
.c_header_menu02_item.active .c_header_menu02_ttl::after {
  transform: rotate(-180deg);
}
.c_header_menu02_item.has_child {
  border-bottom: 1px solid #80cee2;
}
@media screen and (min-width: 1200px) {
  .c_header_menu02_item.has_child {
    position: relative;
    border-bottom-width: 0;
  }
}
.c_header_menu02_item.has_child .c_header_menu02_ttl::after {
  content: "";
}
.c_header_menu02_ttl {
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0.8em 0;
}
@media screen and (min-width: 1200px) {
  .c_header_menu02_ttl {
    pointer-events: all;
    justify-content: center;
    padding: 5px 15px 19px;
    width: 200px;
    padding-bottom: clamp(0.625rem, 2.25vw + -1.0625rem, 1.1875rem);
  }
}
.c_header_menu02_ttl::after {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/icon_arrow_down.svg);
  height: 0.4375em;
  width: 0.6875em;
  margin-left: 10px;
  transition: transform 0.5s ease;
  transform: translateY(10%) rotate(-90deg);
}
@media screen and (min-width: 1200px) {
  .c_header_menu02_ttl::after {
    margin-left: 0.5em;
    transform: translateY(0%) rotate(0deg);
  }
}
.c_header_menu02_ttl.active::after {
  transform: rotate(-180deg);
}
.c_header_menu02_ttl::before {
  right: 0;
  bottom: 0;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #80cee2;
}
@media screen and (min-width: 1200px) {
  .c_header_menu02_ttl::before {
    content: "";
    bottom: unset;
    width: 1px;
    height: 20px;
  }
}
.c_header_menu02_sub {
  background-color: #f1f5f5;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1200px) {
  .c_header_menu02_sub {
    display: none;
    overflow: hidden;
    min-width: max-content;
    display: block;
    background-color: #f1f5f5;
    position: absolute;
    height: 0;
    z-index: -1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
  }
}
.c_header_menu02_sub__wrap {
  margin: 0 auto;
  padding: 0;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .c_header_menu02_sub__wrap {
    padding: 20px 20px 22px 20px;
  }
}
.c_header_menu02_sub__item a {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.75em;
  position: relative;
  letter-spacing: 0.06em;
}
.c_header_menu02_sub__item a::before {
  content: "";
  height: 2px;
  width: 5px;
  background-color: #80cee2;
  flex-shrink: 0;
  margin-right: 10px;
}
.c_header_menu02_sub__item:not(:first-child) > a {
  margin-top: 19px;
}
@media screen and (min-width: 1200px) {
  .c_header_menu02_sub__item:not(:first-child) > a {
    margin-top: 10px;
  }
}
.c_header_menu02_sub02 {
  padding-left: 20px;
  margin-top: 10px;
}
.c_header_menu02_sub02 a {
  color: #7d7d7d;
}
.c_header_menu02_sub02 a:not(:last-child) {
  margin-bottom: 10px;
}
.c_header_guid, .c_header_access {
  display: flex;
  align-items: center;
  color: #80cee2;
}
@media screen and (min-width: 1200px) {
  .c_header_guid, .c_header_access {
    margin-right: 30px;
    margin-right: clamp(0.9375rem, 3.75vw + -1.875rem, 1.875rem);
  }
}
.c_header_guid::after, .c_header_guid::before, .c_header_access::after, .c_header_access::before {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c_header_guid::before, .c_header_access::before {
  margin-right: 5px;
}
@media screen and (min-width: 1200px) {
  .c_header_guid::before, .c_header_access::before {
    margin-right: 4px;
  }
}
.c_header_guid::after, .c_header_access::after {
  margin-left: 5px;
}
@media screen and (min-width: 1200px) {
  .c_header_guid::after, .c_header_access::after {
    margin-left: 3px;
  }
}
.c_header_guid::before {
  content: "";
  height: 17px;
  width: 14px;
  background-image: url(../images/common/icon_guid.svg);
}
.c_header_guid::after {
  content: "";
  height: 8px;
  width: 8px;
  background-image: url(../images/common/icon_blank.svg);
}
.c_header_access::before {
  content: "";
  width: 10px;
  height: 12px;
  background-image: url(../images/common/icon_location.svg);
}
.c_header_book, .c_header_email, .c_header_donation {
  color: white;
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .c_header_book, .c_header_email, .c_header_donation {
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .c_header_book, .c_header_email, .c_header_donation {
    font-size: 1rem;
    font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
    width: 160px;
    width: clamp(6.875rem, 12.5vw + -2.5rem, 10rem);
  }
}
.c_header_book::before, .c_header_email::before, .c_header_donation::before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .c_header_book::before, .c_header_email::before, .c_header_donation::before {
    height: 20px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .c_header_book::before, .c_header_email::before, .c_header_donation::before {
    height: 38px;
    margin-bottom: 27px;
    position: relative;
    top: 14px;
    height: clamp(1.75rem, 2.5vw + -0.125rem, 2.375rem);
    margin-bottom: clamp(1.25rem, 1.75vw + -0.0625rem, 1.6875rem);
    transition: all 0.5s ease;
  }
}
.c_header_book {
  background-color: #dd6b66;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c_header_book {
    margin-top: 0;
  }
}
.c_header_book::before {
  background-image: url(../images/common/icon_book.svg);
}
@media screen and (min-width: 768px) {
  .c_header_book::before {
    width: 52px;
  }
}
@media (hover: hover) {
  .c_header_book {
    transition: background-color 0.5s ease;
  }
  .c_header_book:hover {
    opacity: 1;
    background-color: #d4433c;
  }
}
.c_header_email {
  background-color: #80cee2;
}
.c_header_email::before {
  background-image: url(../images/common/icon_email.svg);
}
@media screen and (min-width: 768px) {
  .c_header_email::before {
    width: 48px;
  }
}
@media (hover: hover) {
  .c_header_email {
    transition: background-color 0.5s ease;
  }
  .c_header_email:hover {
    opacity: 1;
    background-color: #56bed9;
  }
}
.c_header_donation {
  background-color: #707070;
}
.c_header_donation::before {
  background-image: url(../images/common/icon_donation.svg);
}
@media screen and (min-width: 768px) {
  .c_header_donation::before {
    width: 35px;
  }
}
@media (hover: hover) {
  .c_header_donation {
    transition: background-color 0.5s ease;
  }
  .c_header_donation:hover {
    opacity: 1;
    background-color: #4b4746;
  }
}
.c_header_cross {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .c_header_cross {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .c_header_cross {
    display: none;
  }
}
.c_header_cross > * {
  height: 2px;
  width: 40%;
  background-color: #4b4746;
  position: absolute;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c_header_cross > * {
    width: 60%;
    height: 3px;
  }
}
.c_header_cross > *:first-child {
  transform: translateY(-8px);
}
@media screen and (min-width: 768px) {
  .c_header_cross > *:first-child {
    transform: translateY(-14px);
  }
}
.c_header_cross > *:last-child {
  transform: translateY(8px);
}
@media screen and (min-width: 768px) {
  .c_header_cross > *:last-child {
    transform: translateY(14px);
  }
}
.c_header_cross.active > * {
  transform: translateY(0) rotate(45deg);
}
.c_header_cross.active > *:last-child {
  transform: translateY(0) rotate(135deg);
}

.c_footer {
  background-color: white;
  overflow: hidden;
  width: 100%;
}
.c_footer a {
  font-weight: 500;
}
.c_footer_head {
  background-color: #f1f5f5;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .c_footer_head {
    padding: 70px 0 82px;
  }
}
.body_sub .c_footer_head {
  background-color: #fff;
}
.c_footer_nav {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  font-size: 0.75rem;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .c_footer_nav {
    display: flex;
    justify-content: space-between;
    gap: 0;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav {
    font-size: 0.875rem;
    max-width: 1112px;
    margin: 0 auto;
  }
}
.c_footer_nav a {
  line-height: 2.5714285714;
}
.c_footer_nav_item {
  position: relative;
}
.c_footer_nav_item02 {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (min-width: 1025px) {
  .c_footer_nav_item02 {
    left: 48px;
    left: clamp(0rem, 27.2727272727vw + -17.4545454545rem, 3rem);
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav_item02 .c_footer_nav_index {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .c_footer_nav_item03 {
    left: 16px;
    left: clamp(0rem, 9.0909090909vw + -5.8181818182rem, 1rem);
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav_item04 .c_footer_nav_ttl {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_nav_mult {
    gap: 40px;
    gap: clamp(1.5625rem, 8.5714285714vw + -3.9285714286rem, 2.5rem);
  }
}
@media screen and (min-width: 1025px) {
  .c_footer_nav_mult {
    display: flex;
  }
}
.c_footer_nav_ttl {
  font-size: 0.875rem;
  display: table;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_ttl {
    font-size: 1rem;
    margin-bottom: 14px;
  }
}
.c_footer_nav_ttl::after {
  content: "";
  height: 0.8125em;
  width: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/common/icon_arrow_next.svg);
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_ttl::after {
    right: -24px;
  }
}
.c_footer_nav_index {
  display: table;
}
.c_footer_nav_col {
  display: flex;
  flex-direction: column;
}
.c_footer_nav_child {
  display: inline-flex;
  align-items: center;
  color: #7d7d7d;
}
.c_footer_nav_child::before {
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  background-color: #80cee2;
  margin-right: 8px;
}
.c_footer_nav_btn {
  color: white;
  background-color: #80cee2;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  margin-top: 8px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c_footer_nav_btn {
    min-width: 140px;
    height: 32px;
    margin-top: 10px;
  }
}
@media (hover: hover) {
  .c_footer_nav_btn:hover {
    opacity: 1;
    background-color: #56bed9;
  }
}
.c_footer_mid {
  position: relative;
  z-index: 0;
}
.c_footer_mid::before {
  content: "";
  inset: -0.5px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  position: absolute;
  z-index: -1;
}
.c_footer_mid_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .c_footer_mid_list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1160px;
    margin: 0 auto;
  }
}
.c_footer_mid_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c_footer_mid_item {
    padding: 37px 20px;
  }
}
.c_footer_mid_item::before {
  content: "";
  inset: -0.5px;
  border: 1px solid #c4c4c4;
  position: absolute;
}
.c_footer_logo {
  text-align: center;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .c_footer_logo {
    padding: 80px 0 47px;
  }
}
.c_footer_logo_img {
  width: 160px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .c_footer_logo_img {
    width: 200px;
    margin: 0 auto 10px;
  }
}
.c_footer_logo_focus {
  font-weight: 500;
  margin: 5px 0 10px;
}
@media screen and (min-width: 768px) {
  .c_footer_logo_focus {
    margin: 7px 0 18px;
  }
}
@media screen and (min-width: 1025px) {
  .c_footer_logo_txt {
    padding-top: 18px;
  }
}
.c_footer_logo a {
  font-weight: inherit;
}
.c_footer_copyright {
  border-top: 1px solid #c4c4c4;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .c_footer_copyright {
    padding: 21px 0;
  }
}
@media screen and (min-width: 768px) {
  .c_footer_copyright_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
.c_footer_copyright_links {
  display: flex;
  font-size: 0.75rem;
  white-space: nowrap;
  gap: 20px;
  color: #7d7d7d;
}
@media screen and (min-width: 768px) {
  .c_footer_copyright_links {
    gap: 40px;
    gap: clamp(1.875rem, 2.3148148148vw + 0.7638888889rem, 2.5rem);
    font-size: 0.875rem;
  }
}
.c_footer_copyright_owner {
  font-size: 0.6875rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_footer_copyright_owner {
    margin-top: 0;
  }
}

.u_lh175 {
  line-height: 1.75;
}

.c_headding {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c_headding {
    font-size: 2.25rem;
    font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
  }
}
.c_headding > * {
  display: block;
}
.c_headding::before {
  content: "";
  display: block;
  line-height: 1;
  font-size: 4.375rem;
  height: 0.7142857143em;
}
@media screen and (min-width: 768px) {
  .c_headding::before {
    font-size: 4.4444444444em;
    height: 0.7375em;
  }
}
.c_headding .txt_en {
  font-family: "Libre Baskerville", serif;
  color: white;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  font-size: 4.375rem;
}
@media screen and (min-width: 768px) {
  .c_headding .txt_en {
    font-size: 4.4444444444em;
  }
}
.c_headding .txt_jp {
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
}
.c_headding .txt_jp::first-letter {
  color: #80cee2;
}

.c_txt18 {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c_txt18 {
    font-size: 1.125rem;
  }
}

.c_txt20 {
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c_txt20 {
    font-size: 1.25rem;
  }
}

.c_txt24 {
  font-size: 1.125rem;
  line-height: 1.4583333333;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c_txt24 {
    font-size: 1.5rem;
  }
}

.c_txt28 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c_txt28 {
    font-size: 1.75rem;
  }
}

.c_ttl_sect .txt_en {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-size: 1.875rem;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .c_ttl_sect .txt_en {
    font-size: 2.5rem;
    margin-right: 24px;
  }
}
.c_ttl_sect .txt_jp {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c_ttl_sect .txt_jp {
    font-size: 1.25rem;
  }
}

.c_ttlh2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c_ttlh2 {
    margin-bottom: 60px;
    padding-bottom: 20px;
    font-size: 1.75rem;
  }
}
.c_ttlh2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(270deg, rgb(128, 206, 226) 0%, rgb(135, 217, 153) 100%);
}
@media screen and (min-width: 768px) {
  .c_ttlh2::before {
    width: 80px;
    height: 3px;
  }
}

.c_ttlh3 {
  margin-bottom: 30px;
  padding: 8px 10px;
  background-color: #f1f5f5;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c_ttlh3 {
    padding: 9px 16px;
    font-size: 1.25rem;
  }
}

.c_totop {
  position: absolute;
  top: 0;
  right: 20px;
  height: calc(100% - 82px);
  z-index: 50;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c_totop {
    right: 40px;
    height: calc(100% - 66px);
  }
}
.c_totop_wrap {
  width: 0px;
  height: calc(100vh - 40px);
  height: calc(100dvh - 40px);
  position: sticky;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.c_totop_btn {
  background: #80cee2;
  border-radius: 40px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_totop_btn.show {
  opacity: 1;
  pointer-events: all;
}
@media (hover: hover) {
  .c_totop_btn:hover {
    opacity: 0.7 !important;
  }
}
@media screen and (min-width: 768px) {
  .c_totop_btn {
    min-width: 70px;
    height: 70px;
    border: 50%;
    border: 2px solid #fff;
  }
}
.c_totop_btn::after {
  content: "";
  height: 40%;
  width: 40%;
  pointer-events: none;
  mask-image: url(../images/common/icon_arrow_next.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/icon_arrow_next.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: white;
  -webkit-mask-size: contain;
  transform: rotate(-90deg);
}

.c_btn01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1rem;
  position: relative;
  height: 60px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c_btn01 {
    height: 80px;
    padding: 0 20px 0 30px;
    font-size: 1.25rem;
  }
}
.c_btn01::after {
  content: "";
  height: 0.9em;
  width: 0.567em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/common/icon_arrow_next.svg);
  transition: transform 0.5s ease;
}
.c_btn01::before {
  background-image: linear-gradient(to right, #258aa4 0 50%, #80cee2 50% 100%);
  background-size: 200% 100%;
  background-position: 100% 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 2;
  transition: all 0.5s ease;
}

.c_btn02 {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c_btn02::after {
  content: "";
  margin-left: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/common/icon_arrow_next.svg);
  height: 0.79375em;
  width: 0.5em;
  transition: transform 0.5s ease;
}
@media (hover: hover) {
  .c_btn02:hover::after {
    transform: translateX(5px);
  }
}

.c_btn03 {
  background-color: #80cee2;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  max-width: 280px;
  height: 60px;
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c_btn03 {
    height: 80px;
    max-width: 360px;
  }
}
@media (hover: hover) {
  .c_btn03:hover {
    opacity: 1;
    background-color: #56bed9;
  }
}
.c_btn03_center {
  margin-right: auto;
  margin-left: auto;
}
.c_btn03_full {
  max-width: 100%;
}
.c_btn03[target=_blank] .c_btn03_txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_btn03[target=_blank] .c_btn03_txt::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/common/icon_blank_wh.svg);
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .c_btn03[target=_blank] .c_btn03_txt::after {
    margin-left: 23px;
  }
}
.c_btn03::after {
  content: none !important;
}

.c_btn04 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  width: 100%;
  max-width: 280px;
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c_btn04 {
    font-size: 1.25rem;
    max-width: 360px;
    height: 80px;
    border-radius: 100px;
    background-color: #80cee2;
  }
}
@media (hover: hover) {
  .c_btn04:hover {
    opacity: 1;
    background-color: #56bed9;
  }
}

.c_btn_link {
  display: inline-flex;
  font-weight: 500;
  align-items: center;
}
.c_btn_link::after {
  content: "";
  width: 0.5em;
  height: 0.8125em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/icon_arrow_next.svg);
  margin-left: 1em;
  transition: transform 0.5s ease;
}
@media (hover: hover) {
  .c_btn_link:hover::after {
    transform: translateX(5px);
  }
}

.full {
  width: 100%;
}

.c_cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #4b4746;
  color: white;
  z-index: 8888;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c_cookiewrap {
    padding: 20px 40px;
  }
}
.c_cookiewrap_inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_cookiewrap_inner {
    max-width: 1240px;
    padding: 0;
    align-items: center;
    display: flex;
  }
}
.c_cookiewrap_desc {
  font-size: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_cookiewrap_desc {
    font-size: 0.875rem;
  }
}
.c_cookiewrap_close {
  width: 200px;
  margin: 20px auto 0;
  border: 1px solid white;
}
@media screen and (min-width: 768px) {
  .c_cookiewrap_close {
    margin-top: 0;
    flex-shrink: 0;
    width: 140px;
    margin-left: 20px;
  }
}
.c_cookiewrap_close a {
  height: 40px;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_cookiewrap_close a {
    font-size: 1.125rem;
  }
}

html.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loadding body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c_loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #80cee2;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_loading_body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.c_loading_body_dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.c_loading_body_dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: white;
  border-radius: 50%;
}
.c_loading_body_dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.c_loading_body_dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.c_loading_body_dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.c_loading_body_dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.c_loading_body_dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.c_loading_body_dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.c_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  transition-property: visibility, opacity;
}
.c_modal.is_open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.c_modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.c_modal_main {
  background-color: white;
  width: 100%;
  padding: 25px;
  width: 90%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_modal_main {
    padding: 40px;
    max-width: 1000px;
  }
}
.c_modal_btn {
  position: absolute;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2px;
  right: 2px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c_modal_btn {
    top: 4px;
    right: 4px;
    width: 35px;
    height: 35px;
  }
}
.c_modal_btn::before, .c_modal_btn::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  border-radius: 4px;
  background-color: #80cee2;
}
.c_modal_btn::after {
  transform: rotate(90deg);
}
.c_modal_content {
  max-height: 70vh;
  position: relative;
  display: none;
}
.c_modal_content::after {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.c_modal_content.is_active {
  display: block;
}
.c_modal iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.js_modal {
  cursor: pointer;
}

.c_grid_col4 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
}
@media screen and (min-width: 768px) {
  .c_grid_col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.inview {
  visibility: hidden;
}

.fadeUp {
  animation-name: ani_move01;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeIn {
  animation-name: ani_move02;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes ani_move01 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_move02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes school_life {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.c_mv {
  padding: 60px 0;
}
@media screen and (min-width: 1025px) {
  .c_mv {
    padding: 92px 0 97px;
  }
}
.c_mv_ttl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3888888889;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c_mv_ttl {
    font-size: 2.25rem;
  }
}
.c_mv_txt {
  margin-top: 30px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c_mv_txt {
    margin-top: 79px;
  }
}
.c_mv_img {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c_mv_img {
    margin-top: 100px;
  }
}

.c_breadcrumb {
  background-color: rgba(128, 206, 226, 0.1);
  border-bottom: 1px solid #c4c4c4;
  clear: both;
}
.c_breadcrumb_main {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb_main {
    padding: 16px 0;
  }
}
.c_breadcrumb_main > * {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #7d7d7d;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb_main > * {
    margin-right: 18px;
    padding-right: 25px;
  }
}
.c_breadcrumb_main > *:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #80cee2;
}
.c_breadcrumb_main > *:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}

.c_col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .c_col {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.c_col.c_col2 {
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .c_col.c_col2 {
    gap: 40px;
  }
}
.c_col_item_caption {
  color: #80CEE2;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_col_item_caption {
    margin-bottom: 16px;
  }
}
.c_col_item_desc {
  font-weight: 500;
  color: #333333;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_col_item_desc {
    margin-top: 16px;
  }
}
.c_col_item_info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 0;
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 768px) {
  .c_col_item_info {
    padding: 22px 0 27px;
  }
}
.c_col_item_ttl {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c_col_item_ttl {
    font-size: 1.25rem;
  }
}
.c_col_item_txt {
  width: 100%;
  margin-top: 8px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c_col_item_txt {
    margin-top: 16px;
  }
}
.c_col_item_link {
  position: relative;
  display: inline-flex;
  margin-top: 15px;
  padding-right: 20px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c_col_item_link {
    margin-top: 27px;
    padding-right: 25px;
  }
}
.c_col_item_link::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 2px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 16px;
  border-top: 2px solid #80cee2;
  border-right: 2px solid #80cee2;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 1025px) {
  .c_col_item_link::after {
    top: calc(50% + 1px);
    width: 8px;
    height: 8px;
  }
}
@media (hover: hover) {
  .c_col_item_link:hover::after {
    transform: translate(5px, -50%) rotate(45deg);
  }
}

.container {
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 40px;
    max-width: 1240px;
    margin: 0 auto;
  }
}

.inner {
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 40px;
    max-width: 880px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
