@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;500&family=Noto+Sans+SC:wght@400;500;700;900&family=Roboto:wght@500;900&display=swap");
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

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

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Add
 */
dl dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

table {
  table-layout: fixed;
}

menu {
  padding: 0;
}

/* ------------------------------
    base
------------------------------ */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

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

body {
  font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #000000;
  margin: 0;
  padding-top: 115px;
}
@media screen and (max-width: 1090px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
    min-width: 1%;
    overflow-x: hidden;
    position: relative;
    font-size: 1.8rem;
    line-height: 2;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
}

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

.l-main-contents {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #dddddd;
}

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

picture {
  display: block;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

/* ------------------------------
    link
------------------------------ */
a {
  color: inherit;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a,
  a * {
    outline: 1px solid transparent;
  }
}
/* ------------------------------
    common
------------------------------ */
.main {
  overflow: hidden;
}

.u-wrap__1200 {
  position: relative;
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-wrap__1200 {
    width: 67rem;
  }
}

.u-wrap__1100 {
  position: relative;
  width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-wrap__1100 {
    width: 67rem;
  }
}

@media screen and (min-width: 1091px) {
  .u-tb {
    display: none;
  }
}
@media screen and (max-width: 1090px) {
  .u-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-minsp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-hover {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .u-hover:hover {
    opacity: 0.7;
  }
}
.u-font__lexend {
  font-family: "Lexend";
}

.u-align__center {
  text-align: center !important;
}

.u-bold {
  font-weight: bold;
}

.u-underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ------------------------------
    header
------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #ffffff;
}

.l-header-wrap {
  max-width: 1260px;
  height: 115px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.l-header-wrap::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 1.2rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  -webkit-transform: opacity 0.3s;
          transform: opacity 0.3s;
}
.l-header-wrap .m-btn-area01 {
  position: absolute;
  top: 12px;
  right: 0;
}
@media screen and (min-width: 1091px) {
  .is-header_fixed {
    height: 80px;
  }
  .is-header_fixed::before {
    opacity: 0.1;
  }
  .is-header_fixed .m-btn-area01 {
    display: none;
  }
}
@media screen and (max-width: 1090px) {
  .l-header-wrap {
    max-width: inherit;
    height: 60px;
    padding: 0 20px;
  }
}

.l-header-logo {
  position: absolute;
  top: 34px;
  left: 8rem;
  max-width: 238px;
  width: 17vw;
  -webkit-transition: width 0.3s, max-width 0.3s;
  transition: width 0.3s, max-width 0.3s;
  line-height: 1;
}
@media screen and (min-width: 1091px) {
  .is-header_fixed .l-header-logo {
    max-width: 210px;
    width: 16.935483871vw;
    top: 21px;
  }
}
@media screen and (max-width: 1090px) {
  .l-header-logo {
    width: 157px;
    top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-logo {
    left: 20px;
  }
}

.l-header-gnav {
  position: absolute;
  top: 55px;
  right: 0;
  height: 60px;
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transition: top 0.3s, height 0.3s;
  transition: top 0.3s, height 0.3s;
}
.is-header_fixed .l-header-gnav {
  top: 0;
  height: 80px;
  border-top: none;
  gap: 0 30px;
  width: 810px;
}

.l-header-gnav__item {
  position: relative;
  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;
}
.l-header-gnav__item:hover .l-header-subnav {
  visibility: visible;
  opacity: 1;
}
.l-header-gnav__item:hover > a {
  color: #008482;
}
.l-header-gnav__item > a {
  font-size: 16px;
  font-weight: bold;
}

.l-header-subnav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: calc(100% - 0.5rem);
  left: -30px;
  z-index: 1;
  background: #008482;
  width: 340px;
  border-radius: 4px;
  padding: 14px 30px 17px;
}
.l-header-subnav.l-header-subnav--examinee {
  width: 390px;
}
.l-header-subnav.l-header-subnav--support {
  width: 370px;
  left: auto;
  right: -30px;
}

.l-header-subnav__item {
  position: relative;
  color: #ffffff;
  line-height: 1;
}
.l-header-subnav__item > a {
  display: block;
  padding: 11px 0;
}
.l-header-subnav__item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23dddddd" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .l-header-subnav__item > a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .l-header-subnav__item > a:hover::after {
    right: -11px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-subnav__item > a::after {
    right: 0;
    width: 12px;
    height: 10px;
  }
}
.l-header-subnav__item > a span {
  position: relative;
}
.l-header-subnav__item > a span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d0e8e8;
  visibility: hidden;
}
.l-header-subnav__item > a:hover span::after {
  visibility: visible;
}
.l-header-subnav__item.l-header-subnav__item--indent {
  padding-left: 1em;
}

.l-header-gnav__item-search {
  position: relative;
  width: 70px;
  height: 100%;
  cursor: pointer;
  margin-left: 5px;
  background: #008482 url(../img/common/icon_search01.png) no-repeat center center/22px auto;
  overflow: hidden;
  -webkit-transition: background-image 0.3s, background-position 0.3s, background-size 0.3s;
  transition: background-image 0.3s, background-position 0.3s, background-size 0.3s;
}
.l-header-gnav__item-search::before {
  content: "SEARCH";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1em;
  text-align: center;
  font-family: "Lexend";
  line-height: 1;
  font-size: 13px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-gnav__item-search > span {
  text-indent: 200%;
  white-space: nowrap;
}
.l-header-gnav__item-search.is-open {
  background-image: url(../img/common/icon_close01.png);
}
.is-header_fixed .l-header-gnav__item-search {
  margin-left: 0;
  background-position: center top 21px;
  background-size: 25px auto;
}
.is-header_fixed .l-header-gnav__item-search::before {
  opacity: 1;
}
.is-header_fixed .l-header-gnav__item-search.is-open {
  background-size: 22px auto;
}
.is-header_fixed .l-header-gnav__item-search.is-open::before {
  content: "CLOSE";
}

.l-header-search {
  display: none;
  background: #ffffff;
}
.l-header-search .m-btn-area01 {
  margin: 0 80px 0 17px;
  display: none;
}
@media screen and (min-width: 1091px) {
  .is-header_fixed + .l-header-sparea .l-header-search .m-btn-area01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header-search .m-btn-area01__item:first-child {
  border-left: none;
}

.l-header-search__wrap {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 752px;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1091px) {
  .is-header_fixed + .l-header-sparea .l-header-search__wrap {
    padding: 20px 0;
    width: 810px;
  }
}
@media screen and (max-width: 1090px) {
  .l-header-search__wrap {
    padding: 17px 20px 25px;
    background: #f6f9f9;
    width: 100%;
  }
}

.l-header-search__input {
  width: 465px;
}
@media screen and (max-width: 1090px) {
  .l-header-search__input {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
  }
}
.l-header-search__input form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-search__input .l-header-search__input {
  display: block;
  width: calc(100% - 60px);
  padding: 0;
  background: none !important;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  border-right: none;
  height: 46px;
  padding: 5px 9px 4px 9px;
  font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;
  outline: 0;
  font-size: 16px;
}
.l-header-search__input .l-header-search__btn {
  display: block;
  margin-left: 0;
  width: 60px;
  height: 46px;
  border: 1px solid #cccccc;
  border-radius: 0 4px 4px 0;
  border-left: none;
  background: #008482 url(../img/common/icon_search01.png) no-repeat center center/22px auto;
  cursor: pointer;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
.l-header-search__input .l-header-search__btn svg {
  display: none;
}
.l-header-search__input .l-header-search__btn:hover {
  background-color: #008482;
  opacity: 0.7;
}

.l-header-search-btn {
  position: absolute;
  top: 7px;
  right: 63px;
  width: 45px;
  height: 45px;
  background: url(../img/common/icon_search02.png) no-repeat center center/22px auto;
  overflow: hidden;
  -webkit-transition: background-image 0.3s, background-position 0.3s, background-size 0.3s;
  transition: background-image 0.3s, background-position 0.3s, background-size 0.3s;
  cursor: pointer;
}
.l-header-search-btn > span {
  text-indent: 200%;
  white-space: nowrap;
  display: block;
}
.l-header-search-btn::before {
  content: "CLOSE";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 1em;
  text-align: center;
  font-family: "Lexend";
  line-height: 1;
  font-size: 10px;
  color: #008482;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-search-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../img/common/bg_search01.png) no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-search-btn.is-open {
  background: url(../img/common/icon_close02.png) no-repeat center top 12px/22px auto;
}
.l-header-search-btn.is-open::before, .l-header-search-btn.is-open::after {
  opacity: 1;
}

.l-header-toggle {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 45px;
  height: 45px;
  border-radius: 7px;
  background: #008482;
  cursor: pointer;
}
.l-header-toggle::before {
  content: "CLOSE";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 1em;
  text-align: center;
  font-family: "Lexend";
  line-height: 1;
  font-size: 10px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-toggle span {
  position: absolute;
  width: 25px;
  height: 1px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 10px;
}
.l-header-toggle span:nth-child(1) {
  top: 15px;
}
.l-header-toggle span:nth-child(2) {
  top: 22px;
}
.l-header-toggle span:nth-child(3) {
  top: 29px;
}
.l-header-toggle.is-action::before {
  opacity: 1;
}
.l-header-toggle.is-action span {
  width: 23px;
  left: 11px;
}
.l-header-toggle.is-action span:nth-child(1) {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 15px;
}
.l-header-toggle.is-action span:nth-child(2) {
  opacity: 0;
}
.l-header-toggle.is-action span:nth-child(3) {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  top: 15px;
}

body.is-fixed .l-header-sparea {
  position: fixed;
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.l-header-spmenu {
  display: none;
  background: #f6f9f9;
  width: 100%;
  overflow-x: hidden;
  padding: 2.5rem 20px 1rem;
}
.l-header-spmenu .m-btn-area01 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header-spmenu .m-btn-area01__item-faq {
  border-left: none;
}
.l-header-spmenu .m-btn-area01__item-lang a {
  padding-right: 0;
}

.l-header-language {
  display: none;
}

.l-header-language__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 19px;
  padding: 18px 0 15px;
}
@media screen and (max-width: 768px) {
  .l-header-language__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    width: calc(100% + 20px);
    margin: 0 calc(50% - 50vw) 0 0;
    padding: 18px 18px 15px 0;
    gap: 0 1.8rem;
  }
}

.l-header-language__item a {
  font-size: 13px;
  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;
  height: 7rem;
  max-height: 35px;
  border: 1px solid #008482;
  padding: 0 2.6rem;
  letter-spacing: 0.01em;
  border-radius: 0.8rem;
  background: #ffffff;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .l-header-language__item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-header-language__item a:hover {
    opacity: 0.7;
  }
}

.l-header-spnav {
  margin-top: 15px;
}

.l-header-spnav__item {
  position: relative;
}
.l-header-spnav__item > a {
  padding: 18px 17px 18px 0;
  border-top: 1px solid #cccccc;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: bold;
  display: block;
}

.l-header-spnav__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
}
.l-header-spnav__btn:before, .l-header-spnav__btn:after {
  content: "";
  position: absolute;
  background: #008482;
}
.l-header-spnav__btn::before {
  top: 25px;
  right: 0;
  width: 16px;
  height: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-spnav__btn::after {
  top: 18px;
  right: 7px;
  width: 2px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header-spnav__btn.is-open::before {
  opacity: 0;
}
.l-header-spnav__btn.is-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.l-header-spsubnav {
  display: none;
  padding: 5px 0 18px 20px;
}

.l-header-spsubnav__item a {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: bold;
  display: block;
}

.l-header-spsubnav__item--indent {
  text-indent: 14px;
}

.l-header-spsubnav__item + .l-header-spsubnav__item {
  margin-top: 18px;
}

/* ------------------------------
    footer
------------------------------ */
.l-footer-top {
  position: relative;
  padding: 6.3rem 0;
  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: 768px) {
  .l-footer-top {
    padding: 6rem 0 7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 63rem;
    margin: 0 auto;
  }
}
.l-footer-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 6rem;
  border-left: 1px solid #bbbbbb;
}
@media screen and (max-width: 768px) {
  .l-footer-top::before {
    content: none;
  }
}

.l-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .l-footer-sns {
    height: auto;
  }
}

.l-footer-sns__txt {
  font-size: 2rem;
  line-height: 1;
  color: #134e3b;
  font-family: "Lexend";
  margin: 0 3rem 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer-sns__txt {
    font-size: 2.8rem;
    margin: 0 4rem 0 0;
  }
}

.l-footer-sns__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer-sns__item + .l-footer-sns__item {
  margin-left: 3.3rem;
}
@media screen and (max-width: 768px) {
  .l-footer-sns__item + .l-footer-sns__item {
    margin-left: 4rem;
  }
}

.l-footer-sns__item--tw {
  width: 2.7rem;
}
@media screen and (max-width: 768px) {
  .l-footer-sns__item--tw {
    width: 4.5rem;
  }
}

.l-footer-sns__item--fb {
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer-sns__item--fb {
    width: 4.8rem;
  }
}

.l-footer-sns__item--insta {
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer-sns__item--insta {
    width: 5rem;
  }
}

.l-footer-sns__item--yt {
  width: 3.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer-sns__item--yt {
    width: 5.6rem;
  }
}

.l-footer-sns__item--tt {
  width: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer-sns__item--tt {
    width: 5.2rem;
  }
}

.l-footer-search {
  width: 47rem;
}
@media screen and (max-width: 768px) {
  .l-footer-search {
    width: 100%;
    margin-top: 3rem;
  }
}
.l-footer-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer-search .l-footer-search__input {
  display: block;
  width: calc(100% - 40px);
  padding: 0;
  border: 1px solid #008482;
  border-right: none;
  height: 40px;
  border-radius: unset;
  font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;
  background: none !important;
  padding: 1px 9px;
  outline: none;
  font-size: 16px;
}
.l-footer-search .l-footer-search__btn {
  display: block;
  margin-left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #008482;
  border-left: none;
  background: #008482 url(../img/common/icon_search01.png) no-repeat center center/22px auto;
  cursor: pointer;
  padding: 0;
  border-radius: unset;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
.l-footer-search .l-footer-search__btn:hover {
  background-color: #008482;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-footer-search .l-footer-search__btn {
    background-size: 20px auto;
  }
}
.l-footer-search .l-footer-search__btn svg {
  display: none;
}

.l-footer-btm {
  position: relative;
  background: url(../img/common/bg_footer_pc.jpg) no-repeat left bottom/cover;
}
@media screen and (max-width: 768px) {
  .l-footer-btm {
    background: url(../img/common/bg_footer_sp.jpg) no-repeat left top/100% auto;
  }
}

.l-footer-btm__flex {
  padding: 11.5rem 0 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer-btm__flex {
    display: block;
    padding: 7rem 0;
  }
}

.l-foote-addressarea {
  width: 41rem;
}
@media screen and (max-width: 768px) {
  .l-foote-addressarea {
    width: 100%;
  }
}

.l-foote-addressarea__logo {
  width: 37rem;
}
@media screen and (max-width: 768px) {
  .l-foote-addressarea__logo {
    width: 38.7rem;
  }
}

.l-foote-addressarea__txt {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2.2666666667;
  font-weight: 500;
  margin: 1rem 0 0;
}
@media screen and (min-width: 769px) {
  .l-foote-addressarea__txt {
    white-space: nowrap;
  }
  .l-foote-addressarea__txt a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 768px) {
  .l-foote-addressarea__txt {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 1.5rem 0 0;
    font-weight: normal;
  }
}

.l-footer-menu {
  width: 79rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-footer-menu {
    width: 100%;
    margin: 7.2rem 0 0;
  }
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer-nav {
    display: block;
    padding: 0;
  }
}

.l-footer-nav__item {
  line-height: 1;
  font-size: 1.6rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item {
    font-size: 2.8rem;
  }
  .l-footer-nav__item a {
    text-decoration: underline;
    text-underline-offset: 1.4rem;
  }
}
.l-footer-nav__item:nth-child(n+2) {
  margin-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:nth-child(n+2) {
    margin: 3.5rem 0 0;
  }
}
.l-footer-nav__item:nth-child(n+2)::before {
  content: "/";
  display: inline-block;
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:nth-child(n+2)::before {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .l-footer-nav__item a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

.l-footer-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 3.6rem;
  margin-top: 5.3rem;
}
@media screen and (max-width: 768px) {
  .l-footer-btn-area {
    display: none;
  }
}

.l-footer-btn-area__item a {
  display: block;
}

.l-footer-btn-area__item-faq {
  width: 2.6rem;
}

.l-footer-btn-area__item-map {
  width: 1.6rem;
}

.l-footer-btn-area__item-lang {
  position: relative;
  width: 2.4rem;
}
.l-footer-btn-area__item-lang .m-language {
  display: none;
}
.l-footer-btn-area__item-lang:hover .m-language {
  visibility: visible;
  opacity: 1;
  display: block;
}

.l-footer-btn-area .m-language {
  top: 2rem;
}

.l-footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 4.5rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .l-footer-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4.3rem;
    gap: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-footer-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer-submenu {
    width: 100%;
    gap: 0 3.5rem;
  }
}

.l-footer-submenu__item {
  line-height: 1;
}
.l-footer-submenu__item a {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #a0a0a0;
}
@media screen and (max-width: 768px) {
  .l-footer-submenu__item a {
    font-size: 2.4rem;
    color: #d4d2d2;
  }
}
.l-footer-submenu__item a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.l-footer-copy {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  color: #a0a0a0;
}
@media screen and (max-width: 768px) {
  .l-footer-copy {
    font-size: 10px;
    margin: 3.2rem 0 0;
    font-family: "Lexend";
    font-weight: normal;
    color: #d4d2d2;
  }
}

@media screen and (min-width: 769px) {
  .l-footer-btn-area-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-btn-area-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 4rem;
    margin: 0 0 0 auto;
    padding-top: 1.5rem;
  }
}

.l-footer-btn-area-sp__item a {
  display: block;
}

.l-footer-btn-area-sp__item-faq {
  width: 4.6rem;
}

.l-footer-btn-area-sp__item-map {
  width: 3rem;
}

.l-footer-btn-area-sp__item-lang {
  width: 4.5rem;
}

.l-footer-language {
  display: none;
  width: 100%;
}

.l-footer-language__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  width: calc(100% + 20px);
  margin: 0 calc(50% - 50vw) 0 0;
  padding: 18px 18px 15px 0;
  gap: 0 1.8rem;
}

.l-footer-language__item a {
  font-size: 13px;
  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;
  height: 7rem;
  border: 1px solid #008482;
  padding: 0 2.6rem;
  letter-spacing: 0.01em;
  border-radius: 0.8rem;
  background: #ffffff;
  line-height: 1;
  font-weight: bold;
}

.l-footer-pagetop {
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  width: 5rem;
  height: 5rem;
  z-index: 9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop {
    width: 8rem;
    height: 8rem;
  }
}
.l-footer-pagetop.is-fixed {
  display: block !important;
  position: absolute;
  bottom: auto;
  top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop.is-fixed {
    top: 6rem;
  }
}
.l-footer-pagetop span {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.l-footer-pagetop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .l-footer-pagetop::before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-footer-pagetop:hover::before {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
.l-footer-pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23000000" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  width: 1.2rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop::after {
    width: 2.2rem;
    height: 2rem;
  }
}

/* ------------------------------
    btn
------------------------------ */
.c-btn-more01 a {
  position: relative;
  font-size: 1.5rem;
  padding-right: 6.8rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-btn-more01 a {
    font-size: 3rem;
    padding-right: 10rem;
  }
}
.c-btn-more01 a::before, .c-btn-more01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-more01 a::before {
  right: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 100vh;
  background: #134e3b;
}
@media screen and (min-width: 769px) {
  .c-btn-more01 a::before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-btn-more01 a:hover::before {
    -webkit-transform: translateY(-50%) scale(1.12);
            transform: translateY(-50%) scale(1.12);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-more01 a::before {
    width: 8rem;
    height: 8rem;
  }
}
.c-btn-more01 a::after {
  content: "";
  position: absolute;
  right: 1.9rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23ffffff" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  width: 1.2rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .c-btn-more01 a::after {
    right: 2.9rem;
    width: 2.2rem;
    height: 2rem;
  }
}

.c-btn-more01--white a {
  color: #ffffff;
}

.m-btn-area01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}

.m-btn-area01__item {
  border-left: 1px solid #cccccc;
}
.m-btn-area01__item > a {
  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;
  height: 100%;
  padding: 0 20px;
}

.m-btn-area01__item-faq img {
  width: 26px;
}

.m-btn-area01__item-map img {
  width: 16px;
}

.m-btn-area01__item-lang {
  position: relative;
}
.m-btn-area01__item-lang img {
  width: 25px;
}
.m-btn-area01__item-lang:hover a + .m-language {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.c-btn-slide01__prev,
.c-btn-slide01__next {
  position: absolute;
  width: 6rem;
  height: 6rem;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-btn-slide01__prev,
  .c-btn-slide01__next {
    width: 9rem;
    height: 9rem;
  }
}
.c-btn-slide01__prev::before,
.c-btn-slide01__next::before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  border-radius: 100vh;
  border: 1px solid #cfcfcf;
}
@media screen and (min-width: 769px) {
  .c-btn-slide01__prev::before,
  .c-btn-slide01__next::before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-btn-slide01__prev:hover::before, .c-btn-slide01__next:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.12);
            transform: translate(-50%, -50%) scale(1.12);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-slide01__prev::before,
  .c-btn-slide01__next::before {
    width: 8rem;
    height: 8rem;
  }
}
.c-btn-slide01__prev::after,
.c-btn-slide01__next::after {
  content: "";
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23181818" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  width: 1.2rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .c-btn-slide01__prev::after,
  .c-btn-slide01__next::after {
    width: 2.2rem;
    height: 2rem;
  }
}
.c-btn-slide01__prev.slick-disabled,
.c-btn-slide01__next.slick-disabled {
  pointer-events: none;
}
.c-btn-slide01__prev.slick-disabled::after,
.c-btn-slide01__next.slick-disabled::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23cccccc" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}

.c-btn-slide01__next::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-btn-slide01__prev::after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.c-link-external01 a {
  font-size: 1.7rem;
  font-weight: 500;
}
.c-link-external01 a::after {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23161c22" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
  -webkit-transform: translate(0.7rem, 0.1rem);
          transform: translate(0.7rem, 0.1rem);
}
@media screen and (min-width: 769px) {
  .c-link-external01 a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-link-external01 a::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-link-external01 a:hover {
    color: #008482;
  }
  .c-link-external01 a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23008482" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
    -webkit-transform: translate(1.7rem, 0.1rem);
            transform: translate(1.7rem, 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .c-link-external01 a {
    font-size: 2.8rem;
  }
  .c-link-external01 a::after {
    width: 2.6rem;
    height: 2.6rem;
    -webkit-transform: translate(1rem, 0.1rem);
            transform: translate(1rem, 0.1rem);
  }
}

.c-link-external02::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23161c22" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
  -webkit-transform: translate(0.3em, 0.05em);
          transform: translate(0.3em, 0.05em);
}
@media screen and (min-width: 769px) {
  .c-link-external02 {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-link-external02::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-link-external02:hover {
    color: #008482;
  }
  .c-link-external02:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23008482" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
    -webkit-transform: translate(0.8em, 0.05em);
            transform: translate(0.8em, 0.05em);
  }
}
@media screen and (max-width: 768px) {
  .c-link-external02::after {
    width: 0.8em;
    height: 0.8em;
    -webkit-transform: translate(0.25em, 0.05em);
            transform: translate(0.25em, 0.05em);
  }
}

.c-link-pdf01::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.2em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><path fill="%23000000" d="m13.5,0H4.5c-.8249999,0-1.5.6750001-1.5,1.5v9c0,.8250003.6750001,1.5,1.5,1.5h9c.8250003,0,1.5-.6749997,1.5-1.5V1.5c0-.8249999-.6749997-1.5-1.5-1.5Zm-6.375,5.625c0,.6224999-.5025001,1.125-1.125,1.125h-.75v1.5h-1.125V3.75h1.875c.6224999,0,1.125.5025001,1.125,1.125v.75Zm3.75,1.5c0,.6224999-.5025001,1.125-1.125,1.125h-1.875V3.75h1.875c.6224999,0,1.125.5025001,1.125,1.125v2.25Zm3-2.25h-1.125v.75h1.125v1.125h-1.125v1.5h-1.125V3.75h2.25v1.125Zm-8.625.75h.75v-.75h-.75v.75ZM1.5,3H0v10.5c0,.8250003.6750001,1.5,1.5,1.5h10.5v-1.5H1.5V3Zm7.5,4.125h.75v-2.25h-.75v2.25Z" /></svg>') no-repeat center center/contain;
  -webkit-transform: translate(0.3em, 0.2em);
          transform: translate(0.3em, 0.2em);
}
@media screen and (min-width: 769px) {
  .c-link-pdf01 {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-link-pdf01::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-link-pdf01:hover {
    color: #008482;
  }
  .c-link-pdf01:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><path fill="%23008482" d="m13.5,0H4.5c-.8249999,0-1.5.6750001-1.5,1.5v9c0,.8250003.6750001,1.5,1.5,1.5h9c.8250003,0,1.5-.6749997,1.5-1.5V1.5c0-.8249999-.6749997-1.5-1.5-1.5Zm-6.375,5.625c0,.6224999-.5025001,1.125-1.125,1.125h-.75v1.5h-1.125V3.75h1.875c.6224999,0,1.125.5025001,1.125,1.125v.75Zm3.75,1.5c0,.6224999-.5025001,1.125-1.125,1.125h-1.875V3.75h1.875c.6224999,0,1.125.5025001,1.125,1.125v2.25Zm3-2.25h-1.125v.75h1.125v1.125h-1.125v1.5h-1.125V3.75h2.25v1.125Zm-8.625.75h.75v-.75h-.75v.75ZM1.5,3H0v10.5c0,.8250003.6750001,1.5,1.5,1.5h10.5v-1.5H1.5V3Zm7.5,4.125h.75v-2.25h-.75v2.25Z" /></svg>') no-repeat center center/contain;
    -webkit-transform: translate(0.8em, 0.2em);
            transform: translate(0.8em, 0.2em);
  }
}
@media screen and (max-width: 768px) {
  .c-link-pdf01::after {
    width: 0.9em;
    height: 0.9em;
    -webkit-transform: translate(0.25em, 0.05em);
            transform: translate(0.25em, 0.05em);
  }
}

.c-link-arw01 a {
  font-size: 1.7rem;
  font-weight: 500;
}
.c-link-arw01 a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23000000" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  -webkit-transform: translate(1.7rem, 0);
          transform: translate(1.7rem, 0);
}
@media screen and (min-width: 769px) {
  .c-link-arw01 a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-link-arw01 a::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-link-arw01 a:hover {
    color: #008482;
  }
  .c-link-arw01 a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23008482" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
    -webkit-transform: translate(2.7rem, 0);
            transform: translate(2.7rem, 0);
  }
}
@media screen and (max-width: 768px) {
  .c-link-arw01 a {
    font-size: 2.8rem;
  }
  .c-link-arw01 a::after {
    width: 2.2rem;
    height: 2rem;
    -webkit-transform: translate(1.4rem, 0);
            transform: translate(1.4rem, 0);
  }
}

.c-link-arw02::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.6em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23000000" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  -webkit-transform: translate(1em, 0);
          transform: translate(1em, 0);
}
@media screen and (min-width: 769px) {
  .c-link-arw02 {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-link-arw02::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-link-arw02:hover {
    color: #008482;
  }
  .c-link-arw02:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23008482" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
    -webkit-transform: translate(1.5em, 0);
            transform: translate(1.5em, 0);
  }
}
@media screen and (max-width: 768px) {
  .c-link-arw02::after {
    width: 0.8em;
    height: 0.6em;
    -webkit-transform: translate(0.8em, -0.05em);
            transform: translate(0.8em, -0.05em);
  }
}

.c-btn-back01 a {
  position: relative;
  font-size: 1.5rem;
  padding-left: 6.8rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-btn-back01 a {
    font-size: 3rem;
    padding-left: 14rem;
  }
}
.c-btn-back01 a::before, .c-btn-back01 a::after {
  content: "";
  position: absolute;
  top: 50%;
}
.c-btn-back01 a::before {
  left: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 100vh;
  background: #134e3b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .c-btn-back01 a::before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-btn-back01 a:hover::before {
    -webkit-transform: translateY(-50%) scale(1.12);
            transform: translateY(-50%) scale(1.12);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-back01 a::before {
    width: 9rem;
    height: 9rem;
    left: 2rem;
  }
}
.c-btn-back01 a::after {
  content: "";
  position: absolute;
  left: 1.9rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23ffffff" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  width: 1.2rem;
  height: 1rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 768px) {
  .c-btn-back01 a::after {
    left: 4.9rem;
    width: 2.2rem;
    height: 2rem;
  }
}

.c-btn-border01 {
  width: 100%;
  min-height: 6rem;
}
@media screen and (max-width: 768px) {
  .c-btn-border01 {
    min-height: 9.5rem;
  }
}
.c-btn-border01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  padding: 1px;
}
.c-btn-border01 a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.6rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-btn-border01 a {
    border-radius: 1rem;
  }
  .c-btn-border01 a::before {
    border-radius: 0.8rem;
  }
}
.c-btn-border01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%230" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-btn-border01 a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .c-btn-border01 a:hover::after {
    right: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-border01 a::after {
    right: 2.8rem;
    width: 2.2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-border01 a {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .c-btn-border01 a::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-btn-border01 a::after {
    right: 2.2rem;
  }
  .c-btn-border01 a:hover {
    color: #ffffff;
    background: #008482;
  }
  .c-btn-border01 a:hover::before {
    opacity: 0;
  }
  .c-btn-border01 a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23ffffff" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-border01 a {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

.c-btn-border01__inner {
  position: relative;
  padding: 2rem 5rem 2rem 3rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-btn-border01__inner {
    padding: 2.5rem 7rem 2.5rem 3.9rem;
  }
}

.c-btn-border01--half {
  margin-top: 5rem;
  max-width: 57.3rem;
}
@media screen and (max-width: 768px) {
  .c-btn-border01--half {
    margin-top: 5rem;
    max-width: inherit;
  }
}

.c-btn-border02 {
  width: 100%;
  min-height: 5rem;
}
@media screen and (max-width: 768px) {
  .c-btn-border02 {
    min-height: 9.5rem;
  }
}
.c-btn-border02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  padding: 1px;
}
.c-btn-border02 a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.6rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-btn-border02 a {
    border-radius: 1rem;
  }
  .c-btn-border02 a::before {
    border-radius: 0.8rem;
  }
}
.c-btn-border02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.8rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23000000" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-btn-border02 a {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .c-btn-border02 a::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-btn-border02 a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .c-btn-border02 a:hover {
    color: #ffffff;
    background: #008482;
  }
  .c-btn-border02 a:hover::before {
    opacity: 0;
  }
  .c-btn-border02 a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23ffffff" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
    right: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-border02 a {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
  .c-btn-border02 a::after {
    right: 3.3rem;
    width: 2rem;
    height: 2rem;
  }
}

.c-btn-border02__inner {
  position: relative;
  padding: 1.5rem 5rem 1.5rem 2.5rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-btn-border02__inner {
    padding: 2.5rem 7rem 2.5rem 3.9rem;
  }
}

/* ------------------------------
    ttl
------------------------------ */
.c-ttl-en01__entxt {
  font-family: "Lexend";
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl-en01__entxt {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}
.c-ttl-en01__entxt .c-ttl-en01__entxt--shadow {
  text-shadow: 1rem 2rem 2rem rgba(0, 0, 0, 0.1);
}

.c-ttl-en01__ttl {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2631578947;
  color: #134e3b;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-ttl-en01__ttl {
    font-size: 5.2rem;
    line-height: 1.3076923077;
    margin: 0.2rem 0 0;
  }
}

.c-ttl-en01--white .c-ttl-en01__entxt,
.c-ttl-en01--white .c-ttl-en01__ttl {
  color: #ffffff;
}

.c-ttl-black22 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4666666667;
  margin: 0;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .c-ttl-black22 {
    font-size: 3rem;
  }
}

.c-ttl-green18 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4666666667;
  margin: 0;
  letter-spacing: 0.01em;
  color: #134e3b;
}
@media screen and (max-width: 768px) {
  .c-ttl-green18 {
    font-size: 2.8rem;
  }
}

.c-ttl-green22 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
  color: #008482;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-ttl-green22 {
    font-size: 3.2rem;
  }
}

.c-ttl-green24 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3333333333;
  margin: 0;
  color: #134e3b;
}
@media screen and (max-width: 768px) {
  .c-ttl-green24 {
    font-size: 3rem;
    line-height: 1.7333333333;
  }
}

.c-ttl-green26 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #134e3b;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl-green26 {
    font-size: 3.8rem;
  }
}

.c-ttl-green26_small {
  font-size: 1.8rem;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .c-ttl-green26_small {
    font-size: 2.8rem;
  }
}

.c-ttl-green32 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #008482;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl-green32 {
    font-size: 3.8rem;
  }
}

.c-ttl-green36 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #134e3b;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl-green36 {
    font-size: 4.2rem;
  }
}

.c-ttl-line01 {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 1.6rem;
  color: #134e3b;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl-line01 {
    font-size: 3.4rem;
    padding-bottom: 1rem;
  }
}
.c-ttl-line01::before, .c-ttl-line01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.c-ttl-line01::before {
  width: 100%;
  border-bottom: 1px solid #dee0e3;
}
.c-ttl-line01::after {
  width: 8rem;
  border-bottom: 1px solid #134e3b;
}
@media screen and (max-width: 768px) {
  .c-ttl-line01::after {
    width: 14.5rem;
  }
}

.c-ttl-line02 {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  padding-top: 2.7rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl-line02 {
    font-size: 3.4rem;
    padding-top: 0.5rem;
  }
}
.c-ttl-line02::before, .c-ttl-line02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}
.c-ttl-line02::before {
  width: 100%;
  border-top: 1px solid #dee0e3;
}
.c-ttl-line02::after {
  width: 8rem;
  border-top: 1px solid #134e3b;
}
@media screen and (max-width: 768px) {
  .c-ttl-line02::after {
    width: 14.5rem;
  }
}

.c-ttl-line02__small {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-ttl-line02__small {
    font-size: 2.4rem;
  }
}

.c-ttl-line02__small02 {
  font-size: 2.8rem;
}

.c-ttl-line03 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 0.6rem 0 2.2rem 2.4rem;
  border-bottom: 1px solid #dee0e3;
}
@media screen and (max-width: 768px) {
  .c-ttl-line03 {
    font-size: 3rem;
    padding: 0.2rem 0 1.7rem 1.8rem;
    line-height: 1.5;
  }
}
.c-ttl-line03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: calc(100% - 1.2rem);
  border-left: 3px solid #007a78;
}
@media screen and (max-width: 768px) {
  .c-ttl-line03::before {
    height: calc(100% - 1.5rem);
  }
}

.c-ttl-line04 {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
  padding-left: 2.6rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl-line04 {
    font-size: 2.8rem;
    padding-left: 3.3rem;
  }
}
.c-ttl-line04::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 1.4rem;
  height: 0.4rem;
  background: #bef2dc;
}
@media screen and (max-width: 768px) {
  .c-ttl-line04::before {
    top: 2.2rem;
    width: 2rem;
    height: 0.6rem;
  }
}

.c-ttl-border01 {
  font-size: 2.1rem;
  font-weight: 500;
  color: #134e3b;
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 2px solid #008482;
  border-radius: 1rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl-border01 {
    font-size: 2.8rem;
    padding: 0.8rem 2.8rem;
    line-height: 1.2;
    border: 1px solid #008482;
  }
}

/* ------------------------------
    c-pagettlarea
------------------------------ */
.c-pagettlarea {
  position: relative;
}

.c-pagettlarea__bg {
  position: relative;
  width: 100%;
  height: 50rem;
}
.c-pagettlarea__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__bg {
    height: 36rem;
  }
}
.c-pagettlarea__bg::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 25rem;
  background: url(../img/common/bg_pagettl01_pc.png) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__bg::before {
    height: 77rem;
    background: url(../img/common/bg_pagettl01_sp.png) no-repeat center bottom/100% auto;
  }
}

.c-pagettlarea__bg--nobg::before {
  content: none;
}

@media screen and (min-width: 769px) {
  .c-pagettlarea__bg--large01 {
    height: 58rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__bg--large01 {
    height: 37rem;
  }
}
@media screen and (min-width: 769px) {
  .c-pagettlarea__bg--large01::before {
    height: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__bg--large01::before {
    height: 28rem;
  }
}

@media screen and (min-width: 769px) {
  .c-pagettlarea__bg--shadow-short01::before {
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__bg--shadow-short01::before {
    height: 32rem;
  }
}

.c-pagettlarea__txtarea {
  position: absolute;
  top: calc(100% - 16.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 127rem;
  width: 90.7142857143vw;
  min-height: 19.5rem;
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.8rem 8.2rem 5.5rem;
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__txtarea {
    top: calc(100% - 3rem);
    width: 71rem;
    padding: 4rem 3.8rem 5rem;
  }
}

@media screen and (min-width: 769px) {
  .c-pagettlarea__txtarea--1200 {
    max-width: 120rem;
    width: 85.7142857143vw;
    height: 21rem;
    padding: 1.8rem 4.7rem 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__txtarea--1200 {
    top: calc(100% - 4rem);
    width: 71rem;
    padding: 4rem 3.8rem;
  }
}

.c-breadcrumb {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    font-size: 2.4rem;
  }
}
.c-breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb ol {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 3rem;
  }
}
.c-breadcrumb li {
  color: #008482;
  list-style: none;
}
.c-breadcrumb li:not(:last-child)::after {
  content: "/";
  padding: 0 0.6rem 0 0.4rem;
  color: #7b7c7e;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb li:not(:last-child)::after {
    padding: 0 1rem 0 0.8rem;
  }
}
.c-breadcrumb a {
  color: #7b7c7e;
}
@media screen and (min-width: 769px) {
  .c-breadcrumb a {
    -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
    transition: color 0.3s, -webkit-text-decoration 0.3s;
    transition: text-decoration 0.3s, color 0.3s;
    transition: text-decoration 0.3s, color 0.3s, -webkit-text-decoration 0.3s;
  }
  .c-breadcrumb a:hover {
    color: #008482;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

.c-pagettlarea__ttl {
  font-size: 3.4rem;
  font-weight: 500;
  margin: 1rem 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__ttl {
    font-size: 3.8rem;
    margin: 0.5rem 0 0;
  }
}

.c-pagettlarea__ttl-between {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.c-pagettlarea__ttl-small {
  font-size: 2.8rem;
  padding-right: 2rem;
}

.c-pagettlarea__entxt {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #236653;
  margin: 1.5rem 0 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__entxt {
    font-size: 2.8rem;
    margin: 1.5rem 0 0;
  }
}

.c-pagettlarea__subtxt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #134e3b;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__subtxt {
    font-size: 2.6rem;
  }
}
.c-pagettlarea__subtxt + .c-pagettlarea__ttl {
  margin: 0;
}

.c-pagettlarea__txt {
  margin: 3rem 0 0 21.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .c-pagettlarea__txt {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__txt {
    margin: 4.3rem 0 0;
  }
}
.c-pagettlarea__txt p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 768px) {
  .c-pagettlarea__txt p {
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
}

/* ------------------------------
    c-othersite
------------------------------ */
.c-othersite {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .c-othersite {
    margin-top: 27.5rem;
  }
}

.c-othersite__ttl {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  color: #134e3b;
  margin: 0;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .c-othersite__ttl {
    font-size: 3rem;
    line-height: 1.6;
  }
}
.c-othersite__ttl::before, .c-othersite__ttl::after {
  content: "";
  position: absolute;
  line-height: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-othersite__ttl::before {
  top: -0.8rem;
  left: 0;
  width: 2.1rem;
  height: 1.8rem;
  background-image: url(../img/education/faculty/txt_quotation_left01_pc.png);
}
.c-othersite__ttl::after {
  top: 2.5rem;
  right: 1.2rem;
  width: 2.1rem;
  height: 1.9rem;
  background-image: url(../img/education/faculty/txt_quotation_right01_pc.png);
}
@media screen and (max-width: 768px) {
  .c-othersite__ttl::after {
    top: 7.5rem;
    right: auto;
  }
}

.c-othersite__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-othersite__flex {
    display: block;
    margin-top: 6.5rem;
  }
}

.c-othersite__item {
  width: 35.2rem;
  border-radius: 1rem;
  border: 1px solid #cccccc;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-othersite__item {
    width: 100%;
  }
  .c-othersite__item:nth-of-type(n+2) {
    margin-top: 3.7rem;
  }
}

.c-othersite__img {
  width: 100%;
}

.c-othersite__txt {
  padding: 1.2rem 3.8rem 1.5rem;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-othersite__txt {
    padding: 1.5rem 3.7rem;
    font-size: 3rem;
  }
}

.c-othersite__list {
  margin: 0;
  padding: 0;
}
.c-othersite__list li {
  border-top: 1px solid #eeeeee;
  padding: 0.8rem 3.8rem;
  margin: 0;
  list-style: none;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-othersite__list li {
    padding: 0.9rem 3.7rem;
    font-size: 2.8rem;
  }
}
.c-othersite__list li a::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23161c22" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
  -webkit-transform: translate(1.5rem, 0.1rem);
          transform: translate(1.5rem, 0.1rem);
}
@media screen and (max-width: 768px) {
  .c-othersite__list li a::after {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-othersite__list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-othersite__list li a::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-othersite__list li a:hover {
    color: #008482;
  }
  .c-othersite__list li a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23008482" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
    -webkit-transform: translate(2.5rem, 0.1rem);
            transform: translate(2.5rem, 0.1rem);
  }
}

/* ------------------------------
    c-educationlist
------------------------------ */
.c-educationlist {
  margin-top: 8.8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .c-educationlist {
    margin-top: 6.8rem;
  }
}

.c-educationlist__item:nth-of-type(n+2) {
  margin-top: 6.3rem;
}
@media screen and (max-width: 768px) {
  .c-educationlist__item:nth-of-type(n+2) {
    margin-top: 5rem;
  }
}

.c-educationlist__ttl01 {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  padding-top: 2.7rem;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .c-educationlist__ttl01 a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-educationlist__ttl01 a:hover {
    color: #008482;
  }
}
@media screen and (max-width: 768px) {
  .c-educationlist__ttl01 {
    font-size: 3.4rem;
    padding-top: 0.5rem;
  }
}
.c-educationlist__ttl01::before, .c-educationlist__ttl01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}
.c-educationlist__ttl01::before {
  width: 100%;
  border-top: 1px solid #dee0e3;
}
.c-educationlist__ttl01::after {
  width: 8rem;
  border-top: 1px solid #134e3b;
}
@media screen and (max-width: 768px) {
  .c-educationlist__ttl01::after {
    width: 14.5rem;
  }
}

.c-educationlist__flex {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-educationlist__flex {
    display: block;
    margin-top: 2rem;
  }
}

.c-educationlist__img {
  width: 47rem;
  height: 29rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-educationlist__img a {
    display: block;
  }
  .c-educationlist__img a img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-educationlist__img a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .c-educationlist__img {
    width: 100%;
    height: 41.5rem;
  }
}

.c-educationlist__txtarea {
  width: calc(100% - 47rem);
  padding-left: 6rem;
}
@media screen and (max-width: 768px) {
  .c-educationlist__txtarea {
    width: 100%;
    padding: 3rem 0 0;
  }
}

.c-educationlist__subttl {
  font-size: 2.2rem;
  color: #134e3b;
  font-weight: bold;
  margin: 0;
}
.c-educationlist__subttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.c-educationlist__subttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .c-educationlist__subttl {
    font-size: 3.2rem;
  }
}

.c-educationlist__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 2.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-educationlist__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
@media screen and (max-width: 768px) {
  .c-educationlist__txt {
    margin: 1.5rem 0 0;
  }
}

.c-educationlist__list {
  margin: 2.5rem 0 0;
  padding: 0;
}
.c-educationlist__list.c-educationlist__list--col2 {
  gap: 0 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-educationlist__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3.2rem;
    margin: 3.2rem 0 0;
  }
}
.c-educationlist__list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-educationlist__list--col2 li {
  width: calc(50% - 1.4rem);
}

.c-educationlist__list--col1 li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-educationlist__list--col2 li {
    width: 100%;
  }
}
.c-educationlist__list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.2rem;
  padding: 1.2rem 3.3rem 1.2rem 0;
  border-bottom: 1px solid #cccccc;
  font-size: 1.5rem;
  font-weight: 500;
}
.c-educationlist__list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%230" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-educationlist__list li a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .c-educationlist__list li a:hover::after {
    right: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-educationlist__list li a::after {
    right: 1rem;
    width: 2.2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-educationlist__list li a {
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
  }
  .c-educationlist__list li a::after {
    right: 1rem;
  }
  .c-educationlist__list li a:hover {
    color: #008482;
    border-bottom: 1px solid #008482;
  }
  .c-educationlist__list li a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23008482" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  .c-educationlist__list li a {
    min-height: 6rem;
    padding: 1.4rem 5rem 1.4rem 0;
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
.c-educationlist__list li a img {
  width: 2.7rem;
}
@media screen and (max-width: 768px) {
  .c-educationlist__list li a img {
    width: 3rem;
  }
}
.c-educationlist__list li a img + img {
  margin-left: 0.5rem;
}

.c-educationlist__list-item--nolink {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  padding: 1.8rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .c-educationlist__list-item--nolink {
    font-size: 2.6rem;
    padding: 1.4rem 0 0 0;
  }
}

.c-educationlist__listin {
  margin: 0;
  padding-left: 2rem;
}
.c-educationlist__listin li {
  width: 100%;
}

.c-educationlist__list-txt {
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-educationlist__list-txt {
    margin-right: 1.4rem;
  }
}

.c-educationlist__note {
  font-size: 1.3rem;
  margin: 0.5rem 0 0 calc(50% + 1.4rem);
}
@media screen and (max-width: 768px) {
  .c-educationlist__note {
    font-size: 2.4rem;
    margin: 1.5rem 0 0;
  }
}

.c-educationlist__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.8rem;
}
@media screen and (max-width: 768px) {
  .c-educationlist__col2 {
    display: block;
  }
}
.c-educationlist__col2 > * {
  width: calc(50% - 1.4rem);
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .c-educationlist__col2 > * {
    width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .c-educationlist__col2 > * {
    width: 100%;
  }
  .c-educationlist__col2 > *:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.c-educationlist__col2 > *.c-educationlist__list--col1-large {
  width: 31.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .c-educationlist__col2 > *.c-educationlist__list--col1-large {
    width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .c-educationlist__col2 > *.c-educationlist__list--col1-large {
    width: 100%;
  }
}

/* ------------------------------
    c-educationlist
------------------------------ */
.c-facultyanchor01 {
  margin-top: 13.6rem;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01 {
    margin-top: 24.6rem;
  }
}

.c-facultyanchor01__ttl {
  color: #134e3b;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__ttl {
    font-size: 3.6rem;
    text-align: center;
  }
}

.c-facultyanchor01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 1rem;
  border: 1px solid #cccccc;
  background: #f7f7f7;
  margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.5rem;
  }
}

.c-facultyanchor01__item {
  position: relative;
  width: 20%;
  height: 13rem;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__item {
    width: 50%;
    height: 22rem;
  }
  .c-facultyanchor01__item:nth-of-type(odd) {
    border-right: 1px solid #cccccc;
  }
  .c-facultyanchor01__item:nth-of-type(n+3) {
    border-top: 1px solid #cccccc;
  }
}
.c-facultyanchor01__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__item a {
    padding-top: 3.3rem;
  }
}
@media screen and (min-width: 769px) {
  .c-facultyanchor01__item {
    position: relative;
  }
  .c-facultyanchor01__item::before {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.2rem;
    height: 0.7rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 2;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%23008482" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .c-facultyanchor01__item:hover:before {
    opacity: 1;
  }
  .c-facultyanchor01__item a {
    position: relative;
  }
  .c-facultyanchor01__item a::before, .c-facultyanchor01__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
  }
  .c-facultyanchor01__item a::before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
    background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
  .c-facultyanchor01__item a::after {
    background: #f7f7f7;
    width: 100%;
    height: 100%;
  }
  .c-facultyanchor01__item a:hover::before, .c-facultyanchor01__item a:hover::after {
    opacity: 1;
  }
  .c-facultyanchor01__item a > * {
    position: relative;
    z-index: 2;
  }
  .c-facultyanchor01__item:not(:nth-of-type(5n)) {
    border-right: 1px solid #cccccc;
  }
  .c-facultyanchor01__item:nth-of-type(n+6) {
    border-top: 1px solid #cccccc;
  }
  .c-facultyanchor01__item:first-of-type a::before {
    border-radius: 1rem 0 0 0;
  }
  .c-facultyanchor01__item:first-of-type a::after {
    border-radius: 0.6rem 0 0 0;
  }
  .c-facultyanchor01__item:nth-of-type(5) a::before {
    border-radius: 0 1rem 0 0;
  }
  .c-facultyanchor01__item:nth-of-type(5) a::after {
    border-radius: 0 0.6rem 0 0;
  }
  .c-facultyanchor01__item:nth-of-type(6) a::before {
    border-radius: 0 0 0 1rem;
  }
  .c-facultyanchor01__item:nth-of-type(6) a::after {
    border-radius: 0 0 0 0.6rem;
  }
  .c-facultyanchor01__item:last-of-type a::before {
    border-radius: 0 0 1rem 0;
  }
  .c-facultyanchor01__item:last-of-type a::after {
    border-radius: 0 0 0.6rem 0;
  }
}

.c-facultyanchor01__img {
  width: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__img {
    width: 11rem;
  }
}

.c-facultyanchor01__img--col2 {
  width: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-facultyanchor01__img--col2 img {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__img--col2 {
    width: 20rem;
    padding: 0.5rem 0 1.2rem;
  }
  .c-facultyanchor01__img--col2 img {
    width: 9rem;
  }
}

.c-facultyanchor01__txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 1.9rem 0 0;
}
@media screen and (min-width: 769px) {
  .c-facultyanchor01__txt {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-facultyanchor01__item a:hover {
    color: #008482;
  }
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__txt {
    font-size: 2.6rem;
    margin: 0.3rem 0 0;
  }
}

.c-facultyanchor01__txt--line2 {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__txt--line2 {
    position: relative;
    top: 0.5rem;
  }
}

.c-facultyanchor01__txt-small {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__txt-small {
    font-size: 2.2rem;
  }
}

/*systems*/
.c-facultyanchor01__item-systems {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__item-systems {
    width: 50%;
  }
  .c-facultyanchor01__item-systems:nth-of-type(odd) {
    border-right: 1px solid #cccccc;
  }
  .c-facultyanchor01__item-systems:nth-of-type(-n+3) {
    height: 22rem;
  }
  .c-facultyanchor01__item-systems:nth-of-type(n+3) {
    border-top: 1px solid #cccccc;
    height: 24rem;
  }
}
.c-facultyanchor01__item-systems a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__item-systems a {
    padding-top: 3.3rem;
  }
}
@media screen and (min-width: 769px) {
  .c-facultyanchor01__item-systems {
    position: relative;
  }
  .c-facultyanchor01__item-systems::before {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.2rem;
    height: 0.7rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 2;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%23008482" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .c-facultyanchor01__item-systems:hover:before {
    opacity: 1;
  }
  .c-facultyanchor01__item-systems a {
    position: relative;
  }
  .c-facultyanchor01__item-systems a::before, .c-facultyanchor01__item-systems a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
  }
  .c-facultyanchor01__item-systems a::before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
    background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
  .c-facultyanchor01__item-systems a::after {
    background: #f7f7f7;
    width: 100%;
    height: 100%;
  }
  .c-facultyanchor01__item-systems a:hover::before, .c-facultyanchor01__item-systems a:hover::after {
    opacity: 1;
  }
  .c-facultyanchor01__item-systems a > * {
    position: relative;
    z-index: 2;
  }
  .c-facultyanchor01__item-systems:not(:nth-of-type(3n)) {
    border-right: 1px solid #cccccc;
  }
  .c-facultyanchor01__item-systems:nth-of-type(-n+3) {
    height: 13rem;
  }
  .c-facultyanchor01__item-systems:nth-of-type(n+4) {
    border-top: 1px solid #cccccc;
    height: 15rem;
  }
  .c-facultyanchor01__item-systems:first-of-type a::before {
    border-radius: 1rem 0 0 0;
  }
  .c-facultyanchor01__item-systems:first-of-type a::after {
    border-radius: 0.6rem 0 0 0;
  }
  .c-facultyanchor01__item-systems:nth-of-type(3) a::before {
    border-radius: 0 1rem 0 0;
  }
  .c-facultyanchor01__item-systems:nth-of-type(3) a::after {
    border-radius: 0 0.6rem 0 0;
  }
  .c-facultyanchor01__item-systems:nth-of-type(4) a::before {
    border-radius: 0 0 0 1rem;
  }
  .c-facultyanchor01__item-systems:nth-of-type(4) a::after {
    border-radius: 0 0 0 0.6rem;
  }
  .c-facultyanchor01__item-systems:last-of-type a::before {
    border-radius: 0 0 1rem 0;
  }
  .c-facultyanchor01__item-systems:last-of-type a::after {
    border-radius: 0 0 0.6rem 0;
  }
}

@media screen and (min-width: 769px) {
  .c-facultyanchor01__item-systems a:hover {
    color: #008482;
  }
}

/*design*/
.c-facultyanchor01__item-design {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__item-design:nth-of-type(odd) {
    border-right: 1px solid #cccccc;
  }
  .c-facultyanchor01__item-design:nth-of-type(-n+3) {
    height: 24rem;
  }
}
.c-facultyanchor01__item-design a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__item-design a {
    padding-top: 3.3rem;
  }
}
@media screen and (min-width: 769px) {
  .c-facultyanchor01__item-design {
    height: 15rem;
    position: relative;
  }
  .c-facultyanchor01__item-design::before {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.2rem;
    height: 0.7rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 2;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%23008482" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .c-facultyanchor01__item-design:hover:before {
    opacity: 1;
  }
  .c-facultyanchor01__item-design a {
    position: relative;
  }
  .c-facultyanchor01__item-design a::before, .c-facultyanchor01__item-design a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
  }
  .c-facultyanchor01__item-design a::before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
    background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
  .c-facultyanchor01__item-design a::after {
    background: #f7f7f7;
    width: 100%;
    height: 100%;
  }
  .c-facultyanchor01__item-design a:hover::before, .c-facultyanchor01__item-design a:hover::after {
    opacity: 1;
  }
  .c-facultyanchor01__item-design a > * {
    position: relative;
    z-index: 2;
  }
  .c-facultyanchor01__item-design:not(:nth-of-type(2)) {
    border-right: 1px solid #cccccc;
  }
  .c-facultyanchor01__item-design:first-of-type a::before {
    border-radius: 1rem 0 0 1rem;
  }
  .c-facultyanchor01__item-design:first-of-type a::after {
    border-radius: 0.6rem 0 0 0.6rem;
  }
  .c-facultyanchor01__item-design:nth-of-type(2) a::before {
    border-radius: 0 1rem 1rem 0;
  }
  .c-facultyanchor01__item-design:nth-of-type(2) a::after {
    border-radius: 0 0.6rem 0.6rem 0;
  }
}

@media screen and (min-width: 769px) {
  .c-facultyanchor01__item-design a:hover {
    color: #008482;
  }
}

/*architecture*/
.c-facultyanchor01__item-architecture {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__item-architecture {
    width: 50%;
    height: 24rem;
  }
  .c-facultyanchor01__item-architecture:nth-of-type(-n+2) {
    border-bottom: 1px solid #cccccc;
  }
  .c-facultyanchor01__item-architecture:nth-of-type(odd) {
    border-right: 1px solid #cccccc;
  }
}
.c-facultyanchor01__item-architecture a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__item-architecture a {
    padding-top: 3.3rem;
  }
}
@media screen and (min-width: 769px) {
  .c-facultyanchor01__item-architecture {
    height: 15rem;
    position: relative;
  }
  .c-facultyanchor01__item-architecture::before {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.2rem;
    height: 0.7rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 2;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%23008482" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .c-facultyanchor01__item-architecture:hover:before {
    opacity: 1;
  }
  .c-facultyanchor01__item-architecture a {
    position: relative;
  }
  .c-facultyanchor01__item-architecture a::before, .c-facultyanchor01__item-architecture a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
  }
  .c-facultyanchor01__item-architecture a::before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
    background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
  .c-facultyanchor01__item-architecture a::after {
    background: #f7f7f7;
    width: 100%;
    height: 100%;
  }
  .c-facultyanchor01__item-architecture a:hover::before, .c-facultyanchor01__item-architecture a:hover::after {
    opacity: 1;
  }
  .c-facultyanchor01__item-architecture a > * {
    position: relative;
    z-index: 2;
  }
  .c-facultyanchor01__item-architecture:not(:nth-of-type(3)) {
    border-right: 1px solid #cccccc;
  }
  .c-facultyanchor01__item-architecture:first-of-type a::before {
    border-radius: 1rem 0 0 1rem;
  }
  .c-facultyanchor01__item-architecture:first-of-type a::after {
    border-radius: 0.6rem 0 0 0.6rem;
  }
  .c-facultyanchor01__item-architecture:nth-of-type(3) a::before {
    border-radius: 0 1rem 1rem 0;
  }
  .c-facultyanchor01__item-architecture:nth-of-type(3) a::after {
    border-radius: 0 0.6rem 0.6rem 0;
  }
}

@media screen and (min-width: 769px) {
  .c-facultyanchor01__item-architecture a:hover {
    color: #008482;
  }
}

/*masters1*/
@media screen and (min-width: 769px) {
  .c-facultyanchor01__flex--masters1 {
    background: #fff;
    border: none;
  }
}

.c-facultyanchor01__item-masters1 {
  width: 20%;
  height: 13.3rem;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__item-masters1 {
    width: 50%;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(odd) {
    border-right: 1px solid #cccccc;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(-n+3) {
    height: 18.6rem;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(n+3) {
    border-top: 1px solid #cccccc;
    height: 15rem;
  }
}
.c-facultyanchor01__item-masters1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-facultyanchor01__item-masters1 .c-facultyanchor01__txt {
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .c-facultyanchor01__item-masters1 {
    position: relative;
    border-right: 1px solid #cccccc;
    background: #f7f7f7;
  }
  .c-facultyanchor01__item-masters1::before {
    content: "";
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.2rem;
    height: 0.7rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 2;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%23008482" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .c-facultyanchor01__item-masters1:hover:before {
    opacity: 1;
  }
  .c-facultyanchor01__item-masters1 a {
    position: relative;
  }
  .c-facultyanchor01__item-masters1 a::before, .c-facultyanchor01__item-masters1 a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
  }
  .c-facultyanchor01__item-masters1 a::before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
    background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
  .c-facultyanchor01__item-masters1 a::after {
    background: #f7f7f7;
    width: 100%;
    height: 100%;
  }
  .c-facultyanchor01__item-masters1 a:hover::before, .c-facultyanchor01__item-masters1 a:hover::after {
    opacity: 1;
  }
  .c-facultyanchor01__item-masters1 a > * {
    position: relative;
    z-index: 2;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(1) {
    border-left: 1px solid #cccccc;
    border-radius: 1rem 0 0 0;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(5) {
    border-radius: 0 1rem 0 0;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(-n+5) {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(n+6) {
    border-bottom: 1px solid #cccccc;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(6) {
    border-left: 1px solid #cccccc;
    border-radius: 0 0 0 1rem;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(8) {
    border-radius: 0 0 1rem 0;
  }
  .c-facultyanchor01__item-masters1:first-of-type a::before {
    border-radius: 1rem 0 0 0;
  }
  .c-facultyanchor01__item-masters1:first-of-type a::after {
    border-radius: 0.6rem 0 0 0;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(5) a::before {
    border-radius: 0 1rem 0 0;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(5) a::after {
    border-radius: 0 0.6rem 0 0;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(6) a::before {
    border-radius: 0 0 0 1rem;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(6) a::after {
    border-radius: 0 0 0 0.6rem;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(8) a::before {
    border-radius: 0 0 1rem 0;
  }
  .c-facultyanchor01__item-masters1:nth-of-type(8) a::after {
    border-radius: 0 0 0.6rem 0;
  }
}

@media screen and (min-width: 769px) {
  .c-facultyanchor01__item-masters1 a:hover {
    color: #008482;
  }
}

/*masters2*/
.c-facultyanchor01__item-masters2 {
  width: 50%;
  height: 13.3rem;
}
@media screen and (max-width: 768px) {
  .c-facultyanchor01__item-masters2 {
    height: 18.3rem;
  }
  .c-facultyanchor01__item-masters2:nth-of-type(odd) {
    border-right: 1px solid #cccccc;
  }
}
.c-facultyanchor01__item-masters2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-facultyanchor01__item-masters2 .c-facultyanchor01__txt {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .c-facultyanchor01__item-masters2 {
    position: relative;
  }
  .c-facultyanchor01__item-masters2::before {
    content: "";
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.2rem;
    height: 0.7rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 2;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%23008482" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .c-facultyanchor01__item-masters2:hover:before {
    opacity: 1;
  }
  .c-facultyanchor01__item-masters2 a {
    position: relative;
  }
  .c-facultyanchor01__item-masters2 a::before, .c-facultyanchor01__item-masters2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
  }
  .c-facultyanchor01__item-masters2 a::before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
    background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
  .c-facultyanchor01__item-masters2 a::after {
    background: #f7f7f7;
    width: 100%;
    height: 100%;
  }
  .c-facultyanchor01__item-masters2 a:hover::before, .c-facultyanchor01__item-masters2 a:hover::after {
    opacity: 1;
  }
  .c-facultyanchor01__item-masters2 a > * {
    position: relative;
    z-index: 2;
  }
  .c-facultyanchor01__item-masters2:nth-of-type(1) {
    border-right: 1px solid #cccccc;
    border-radius: 1rem 0 0 1rem;
  }
  .c-facultyanchor01__item-masters2:nth-of-type(1) a::before {
    border-radius: 1rem 0 0 1rem;
  }
  .c-facultyanchor01__item-masters2:nth-of-type(1) a::after {
    border-radius: 0.6rem 0 0 0.6rem;
  }
  .c-facultyanchor01__item-masters2:nth-of-type(2) {
    border-radius: 0 1rem 1rem 0;
  }
  .c-facultyanchor01__item-masters2:nth-of-type(2) a::before {
    border-radius: 0 1rem 1rem 0;
  }
  .c-facultyanchor01__item-masters2:nth-of-type(2) a::after {
    border-radius: 0 0.6rem 0.6rem 0;
  }
}

@media screen and (min-width: 769px) {
  .c-facultyanchor01__item-masters2 a:hover {
    color: #008482;
  }
}

/* ------------------------------
    c-facultylead01
------------------------------ */
.c-facultylead01 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .c-facultylead01 {
    margin-top: 8rem;
  }
}

.c-facultylead01__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-facultylead01__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

/* ------------------------------
    c-facultyintro01
------------------------------ */
.c-facultyintro01 {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .c-facultyintro01 {
    margin-top: 4.5rem;
  }
}

.c-facultyintro01__list {
  margin: 2.4rem 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-facultyintro01__list {
    margin: 1.4rem 0 0;
  }
}
.c-facultyintro01__list li {
  list-style: none;
  position: relative;
  font-size: 1.8rem;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .c-facultyintro01__list li {
    font-size: 2.8rem;
    padding: 0 0 0 3rem;
  }
}
.c-facultyintro01__list li:nth-of-type(n+2) {
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .c-facultyintro01__list li:nth-of-type(n+2) {
    margin-top: 0.4rem;
  }
}
.c-facultyintro01__list li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0.2rem;
  background: #008482;
}
@media screen and (max-width: 768px) {
  .c-facultyintro01__list li::before {
    top: 2.1rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

/* ------------------------------
    c-facultylist01
------------------------------ */
.c-facultylist01 {
  margin-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .c-facultylist01 {
    margin-top: 3rem;
  }
}
.c-facultylist01 .c-ttl-line01 {
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 768px) {
  .c-facultylist01 .c-ttl-line01 {
    margin-bottom: 2.6rem;
  }
}

.c-facultylist01-box01 + .c-facultylist01-box01 {
  margin-top: 7.6rem;
  padding-top: 5.9rem;
  border-top: 1px solid #dee0e3;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-box01 + .c-facultylist01-box01 {
    margin-top: 5.8rem;
    padding-top: 5rem;
  }
}

.c-facultylist01-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01 {
    display: block;
  }
}

.c-facultylist01-flex01__txtarea {
  width: calc(100% - 44rem);
  padding-right: 7rem;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01__txtarea {
    width: 100%;
    padding-right: 0;
  }
}

.c-facultylist01-flex01__img {
  width: 44rem;
  height: 25rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01__img {
    width: 100%;
    height: 38rem;
    margin-top: 4.5rem;
  }
}

.c-facultylist01-flex01__img--large01 {
  height: 48.1rem;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01__img--large01 {
    height: 73rem;
  }
}

.c-facultylist01-flex01-ttlarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01-ttlarea {
    gap: 0 1rem;
  }
}

.c-facultylist01-flex01-ttlarea__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01-ttlarea__ttl {
    font-size: 3.4rem;
    line-height: 1.4;
  }
}

.c-facultylist01-flex01-ttlarea__icon {
  height: 3.5rem;
}
.c-facultylist01-flex01-ttlarea__icon img {
  width: 3.5rem;
}

.c-facultylist01-flex01-ttlarea__txt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01-ttlarea__txt {
    font-size: 2.4rem;
  }
}

.c-facultylist01-flex01__ttl {
  color: #134e3b;
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0 0;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01__ttl {
    font-size: 2.8rem;
    margin: 1rem 0 0;
  }
}

.c-facultylist01-flex01__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 1rem 0 0;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01__txt {
    margin: 1rem 0 0;
    padding-bottom: 0;
  }
}

.c-facultylist01-flex01__txt--mt01 {
  margin: 2.8rem 0 0;
}

.c-facultylist01-flex01__txt--mt02 {
  margin: -1.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01__txt--mt02 {
    margin: 3.5rem 0 0;
  }
}

.c-facultylist01-flex01__btn {
  margin: 2.6rem 0 4.5rem;
  width: 30.4rem;
  height: 5.2rem;
  position: relative;
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  font-size: 1.8rem;
}
.c-facultylist01-flex01__btn::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 0.3rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01__btn {
    margin: 3.1rem 0 5.3rem;
    width: 46rem;
    height: 8rem;
  }
}
.c-facultylist01-flex01__btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-weight: bold;
  padding: 0 2rem;
}
.c-facultylist01-flex01__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23000000" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-facultylist01-flex01__btn {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .c-facultylist01-flex01__btn::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-facultylist01-flex01__btn a::before {
    right: 2rem;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .c-facultylist01-flex01__btn:hover {
    color: #ffffff;
    background: #008482;
  }
  .c-facultylist01-flex01__btn:hover::before {
    opacity: 0;
  }
  .c-facultylist01-flex01__btn:hover a::before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23ffffff" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  .c-facultylist01-flex01__btn {
    font-size: 2.8rem;
  }
  .c-facultylist01-flex01__btn a::before {
    right: 4rem;
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 1000px) {
  .c-facultylist01-subject01 {
    margin-top: 3.2rem;
  }
}

.c-facultylist01-subject01__ttl {
  color: #134e3b;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-subject01__ttl {
    font-size: 2.8rem;
  }
}

.c-facultylist01-subject01__list {
  background: #f4f8f7;
  border-radius: 1rem;
  padding: 1.1rem 4.6rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-subject01__list {
    padding: 1.1rem 1.4rem 3.3rem;
    margin-top: 2.5rem;
  }
}

.c-facultylist01-subject01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-subject01__item {
    display: block;
  }
}
.c-facultylist01-subject01__item:not(:last-of-type) {
  border-bottom: 1px dotted #90aba6;
}
.c-facultylist01-subject01__item dt {
  position: relative;
  width: 20.5rem;
  font-size: 1.8rem;
  color: #134e3b;
  padding: 1.5rem 0 1.5rem 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-subject01__item dt {
    width: 100%;
    font-size: 2.6rem;
    padding: 1rem 0 0 3rem;
  }
}
.c-facultylist01-subject01__item dt::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.2rem;
  background: #134e3b;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-subject01__item dt::before {
    top: 3.1rem;
    left: 0.5rem;
    width: 1.1rem;
    height: 1.1rem;
  }
}
.c-facultylist01-subject01__item dd {
  width: calc(100% - 20.5rem);
  font-size: 1.5rem;
  padding: 1.8rem 0;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-subject01__item dd {
    width: 100%;
    font-size: 2.6rem;
    line-height: 1.6153846154;
    padding: 0 0 1rem;
  }
}

@media screen and (min-width: 769px) {
  .c-facultylist01-subject01__item--dt-large dt {
    width: 28.5rem;
  }
  .c-facultylist01-subject01__item--dt-large dd {
    width: calc(100% - 28.5rem);
  }
}

.c-facultylist01-subject01__txt {
  margin: 0.5rem 0 0;
  padding: 0;
}
.c-facultylist01-subject01__txt li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-subject01__txt li {
    font-size: 2.4rem;
  }
}
.c-facultylist01-subject01__txt li:not(:last-of-type)::after {
  content: "/";
  display: inline-block;
  padding: 0.2rem;
}

.c-facultylist01-subject01__lead {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 1.5rem 0 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-facultylist01-subject01__lead {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
@media screen and (max-width: 768px) {
  .c-facultylist01-subject01__lead {
    margin: 2.5rem 0 3.8rem;
  }
}

/* ------------------------------
    c-acceptarea
------------------------------ */
.c-acceptarea {
  margin-top: 19rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .c-acceptarea {
    margin-top: 31.8rem;
    padding-bottom: 10.5rem;
  }
}

.c-acceptarea-item--border {
  padding-top: 7.6rem;
  margin-top: 6.7rem;
  border-top: 1px solid #dee0e3;
}

.c-acceptarea-item--margin {
  margin-top: 8.7rem;
}

.c-acceptarea-txtarea {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-txtarea {
    margin-top: 2.4rem;
  }
}

.c-acceptarea-txtarea__txt {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-txtarea__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
.c-acceptarea-txtarea__txt:first-of-type {
  margin: 0;
}
.c-acceptarea-txtarea__txt:nth-of-type(n+2) {
  margin: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-txtarea__txt:nth-of-type(n+2) {
    margin: 5.2rem 0 0;
  }
}

.c-acceptarea-bg01 {
  background: #f4f8f7;
  padding: 5rem 5.2rem 5.5rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-bg01 {
    padding: 3.5rem 3rem 5.5rem;
    margin-top: 5rem;
  }
}

.c-acceptarea-bg02 {
  background: #f4f8f7;
  padding: 4.2rem 3rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 6rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-bg02 {
    padding: 3.5rem 3rem 5.5rem;
  }
}

.c-acceptarea-bg03 {
  background: #f4f8f7;
  padding: 4.2rem 5rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 3.8rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-bg03 {
    padding: 3.5rem 3rem 5.5rem;
  }
}

.c-acceptarea-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flex01 {
    display: block;
  }
}

.c-acceptarea-flex01--border {
  margin-top: 2.2rem;
  padding-top: 2.6rem;
  border-top: 1px dashed #90aba6;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flex01--border {
    margin-top: 4.5rem;
    padding-top: 2.4rem;
  }
}

.c-acceptarea-flex01-ttlarea {
  width: 21rem;
  padding: 0 2.4rem 2.4rem 0;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flex01-ttlarea {
    width: 100%;
    padding: 0;
  }
}

.c-acceptarea-flex01-cnt {
  width: calc(100% - 21rem);
  border-left: 1px solid #008482;
  padding: 0 0 2.4rem 3.2rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flex01-cnt {
    width: 100%;
    padding: 0 0 0 1.5rem;
    margin-top: 0.8rem;
  }
}

.c-acceptarea-flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-acceptarea-flex02 + .c-acceptarea-flex02 {
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flex02 + .c-acceptarea-flex02 {
    margin-top: 3.5rem;
  }
}

.c-acceptarea-flex02-ttlarea {
  width: 21rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flex02-ttlarea {
    width: 15.5rem;
  }
  .c-acceptarea-flex02-ttlarea .c-acceptarea-ttl01 {
    line-height: 1;
  }
  .c-acceptarea-flex02-ttlarea .c-acceptarea-ttl01::before {
    top: 1.3rem;
  }
}

.c-acceptarea-flex02-cnt {
  width: calc(100% - 21rem);
  border-left: 1px solid #008482;
  padding-left: 3.2rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flex02-cnt {
    width: calc(100% - 15.5rem);
    padding: 0.1rem 0 0.1rem 2.5rem;
    margin-top: 0.8rem;
  }
  .c-acceptarea-flex02-cnt .c-acceptarea-txt01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6153846154) * 0.5em);
    content: "";
  }
  .c-acceptarea-flex02-cnt .c-acceptarea-txt01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6153846154) * 0.5em);
    content: "";
  }
}

.c-acceptarea-flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flex03 {
    display: block;
  }
}

.c-acceptarea-flex03--border {
  margin-top: 2.2rem;
  padding-top: 2.6rem;
  border-top: 1px dashed #90aba6;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flex03--border {
    margin-top: 4.5rem;
    padding-top: 2.4rem;
  }
}

.c-acceptarea-flex03-ttlarea {
  width: 21rem;
  padding: 0 2.4rem 1rem 0;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flex03-ttlarea {
    width: 100%;
    padding: 0;
  }
}

.c-acceptarea-flex03-cnt {
  width: calc(100% - 21rem);
  border-left: 1px solid #008482;
  padding: 1rem 0 1rem 3.2rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flex03-cnt {
    width: 100%;
    padding: 0 0 0 1.5rem;
    margin-top: 0.8rem;
  }
}

.c-acceptarea-ttl01 {
  position: relative;
  color: #134e3b;
  font-size: 1.8rem;
  padding-left: 2rem;
  margin: 0;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-ttl01 {
    font-size: 3.2rem;
    padding-left: 3rem;
  }
}
.c-acceptarea-ttl01::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.2rem;
  background: #134e3b;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-ttl01::before {
    top: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-ttl01::before {
    top: 2.6rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

.c-acceptarea-txt01 {
  font-weight: 500;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-txt01 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.c-acceptarea-txt01 a {
  color: #008482;
  padding: 0 1.2rem 0 1.8rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-txt01 a {
    padding: 0 2rem 0 3rem;
  }
}
.c-acceptarea-txt01 a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23007a78" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
  margin-left: 0.2rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-txt01 a[target=_blank]::after {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0.4rem;
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
}
@media screen and (min-width: 769px) {
  .c-acceptarea-txt01 a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

@media screen and (min-width: 481px) {
  .c-acceptarea-txt01--margin01 {
    margin: 1.9rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-txt01--margin01 {
    margin: 3rem 0 0;
  }
}

@media screen and (min-width: 481px) {
  .c-acceptarea-txt01--margin02 {
    margin: 1.9rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-txt01--margin02 {
    margin: 4rem 0 0;
  }
}

.c-acceptarea-list01 {
  margin: 0;
  padding: 0;
}
.c-acceptarea-list01 li {
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.9;
}
.c-acceptarea-list01 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-list01 li {
    font-size: 2.6rem;
    line-height: 1.6153846154;
    padding-left: 2.5rem;
  }
}

.c-acceptarea-btn01 {
  margin-top: 1.6rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-btn01 {
    margin: 1.5rem 0 3.5rem;
  }
}
.c-acceptarea-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 9.6rem;
  border-radius: 0.5rem;
  position: relative;
  background: #008481;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
  padding: 0 4.5rem 0 2.2rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-btn01 a {
    height: 8.7rem;
    font-size: 2.8rem;
    padding: 0 6.5rem 0 3rem;
  }
  .c-acceptarea-btn01 a br {
    display: none;
  }
}
.c-acceptarea-btn01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.7rem;
  width: 2rem;
  height: 2rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23ffffff" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-btn01 a::after {
    right: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .c-acceptarea-btn01 a {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .c-acceptarea-btn01 a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .c-acceptarea-btn01 a:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
    background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
    color: #000000;
  }
  .c-acceptarea-btn01 a:hover::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 0.3rem;
    background: #ffffff;
  }
  .c-acceptarea-btn01 a:hover::after {
    right: 1rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%230" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
  }
}

.c-acceptarea-btn01__inner {
  position: relative;
}

.c-acceptarea-numlist01 .c-acceptarea-txt01 {
  margin-top: 0.9rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-numlist01 .c-acceptarea-txt01 {
    margin-top: 1.2rem;
  }
}
.c-acceptarea-numlist01 + .c-acceptarea-numlist01 {
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-numlist01 + .c-acceptarea-numlist01 {
    margin-top: 3rem;
  }
}

.c-acceptarea-numlist01__ttl {
  position: relative;
  color: #008481;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.3rem 0 0 5rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-numlist01__ttl {
    padding: 0 0 0 5rem;
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-numlist01__ttl {
    font-size: 2.8rem;
    padding: 0 0 0 7rem;
  }
}

.c-acceptarea-numlist01__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: #008481;
  border-radius: 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-numlist01__num {
    top: 0.6rem;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.5rem;
  }
}

.c-acceptarea-numlist02 {
  margin: 3.4rem 0 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-numlist02 {
    margin: 3.4rem 0 0;
  }
}
.c-acceptarea-numlist02 li {
  position: relative;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #161c22;
  padding-left: 4.2rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-numlist02 li {
    font-size: 2.6rem;
    line-height: 1.6153846154;
    padding-left: 7rem;
  }
}
.c-acceptarea-numlist02 li:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-numlist02 li:nth-of-type(n+2) {
    margin-top: 3.1rem;
  }
}

.c-acceptarea-numlist02__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid #c1c1c1;
  border-radius: 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-numlist02__num {
    top: 0;
    left: 0.8rem;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.5rem;
  }
}

.c-acceptarea-geenarea01 {
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: 500;
  background: #d3ede0;
  border-radius: 0.5rem;
  padding: 1.6rem 4rem 1.2rem 4rem;
  margin: 1.5rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-geenarea01 {
    padding: 1.6rem 2.5rem 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-geenarea01 {
    font-size: 2.6rem;
    line-height: 1.6153846154;
    padding: 3.8rem 4rem 4.2rem 4rem;
    margin: 3.8rem 0 4.5rem;
  }
}

.c-acceptarea-geenarea02 {
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: 500;
  background: #d3ede0;
  border-radius: 0.5rem;
  padding: 1.2rem 4.5rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-geenarea02 {
    padding: 1.2rem 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-geenarea02 {
    font-size: 2.6rem;
    line-height: 1.6153846154;
    padding: 3.8rem 4rem 4.2rem 4rem;
  }
}

.c-acceptarea-link01 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-link01 {
    font-size: 2.8rem;
    line-height: 1.5;
    margin: 3.5rem 0 0;
  }
}

@media screen and (min-width: 481px) {
  .c-acceptarea-link01--margin01 {
    margin: 0.3rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-link01--margin01 {
    margin: 1.5rem 0 0;
  }
}

.c-acceptarea-link02 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 3.3rem 0 0;
}
.c-acceptarea-link02 a {
  color: #008482;
  font-weight: normal;
  margin-left: 2.5rem;
}
@media screen and (min-width: 769px) {
  .c-acceptarea-link02 a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 768px) {
  .c-acceptarea-link02 a {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-link02 {
    font-size: 2.8rem;
    margin: 3.5rem 0 0;
    line-height: 1.5;
  }
}

@media screen and (min-width: 481px) {
  .c-acceptarea-link02--margin01 {
    margin: 1rem 0 0;
  }
}

.c-acceptarea-btn02 {
  width: 37rem;
  margin: 3.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-btn02 {
    width: 100%;
    margin: 4.5rem 0 0;
  }
}

.c-acceptarea-btn03 {
  width: 100%;
  margin: 0;
  min-height: 6rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-btn03 {
    min-height: 9.5rem;
  }
}
.c-acceptarea-btn03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  padding: 1px;
}
.c-acceptarea-btn03 a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.6rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-btn03 a {
    border-radius: 1rem;
  }
  .c-acceptarea-btn03 a::before {
    border-radius: 0.8rem;
  }
}
.c-acceptarea-btn03 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23000000" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-acceptarea-btn03 a {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .c-acceptarea-btn03 a::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-acceptarea-btn03 a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .c-acceptarea-btn03 a:hover {
    color: #ffffff;
    background: #008482;
  }
  .c-acceptarea-btn03 a:hover::before {
    opacity: 0;
  }
  .c-acceptarea-btn03 a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23ffffff" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
    right: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-btn03 a {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
  .c-acceptarea-btn03 a::after {
    right: 2.8rem;
    width: 2.2rem;
    height: 2rem;
  }
}

.c-acceptarea-btn03__inner {
  position: relative;
  padding: 2.2rem 5rem 2.2rem 3.1rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-btn03__inner {
    padding: 2.2rem 5rem 2.2rem 3.6rem;
  }
}

.c-acceptarea-btn04 {
  width: 37rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-btn04 {
    width: 100%;
    margin: 4.5rem 0 0;
  }
}

.c-acceptarea-btn05 {
  width: 100%;
  margin: 0;
  min-height: 6rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-btn05 {
    min-height: 9.5rem;
  }
}
.c-acceptarea-btn05 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  padding: 1px;
}
.c-acceptarea-btn05 a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.6rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-btn05 a {
    border-radius: 1rem;
  }
  .c-acceptarea-btn05 a::before {
    border-radius: 0.8rem;
  }
}
.c-acceptarea-btn05 a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.8rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23000000" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-acceptarea-btn05 a {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .c-acceptarea-btn05 a::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-acceptarea-btn05 a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .c-acceptarea-btn05 a:hover {
    color: #ffffff;
    background: #008482;
  }
  .c-acceptarea-btn05 a:hover::before {
    opacity: 0;
  }
  .c-acceptarea-btn05 a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23ffffff" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
    right: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-acceptarea-btn05 a {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
  .c-acceptarea-btn05 a::after {
    right: 3.3rem;
    width: 2rem;
    height: 2rem;
  }
}

.c-acceptarea-btn05__inner {
  position: relative;
  padding: 2.2rem 5rem 2.2rem 3.1rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-btn05__inner {
    padding: 2.2rem 5rem 2.2rem 3.6rem;
  }
}

.c-acceptarea-btn05 + .c-acceptarea-btn05 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-btn05 + .c-acceptarea-btn05 {
    margin-top: 2rem;
  }
}

.c-acceptarea-box01 .c-acceptarea-txt01 {
  margin: 1rem 0 0;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-box01 .c-acceptarea-txt01 {
    margin: 0;
  }
}
.c-acceptarea-box01 + .c-acceptarea-box01 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-box01 + .c-acceptarea-box01 {
    margin-top: 2.2rem;
  }
}

.c-acceptarea-box01__ttl {
  color: #008481;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-box01__ttl {
    font-size: 2.8rem;
  }
}

.c-acceptarea-box01__ttl02 {
  color: #008481;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-box01__ttl02 {
    font-size: 3rem;
  }
}

.c-acceptarea-box02 {
  margin-top: 2.7rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-box02 {
    margin-top: 4.2rem;
  }
}
.c-acceptarea-box02 .c-acceptarea-numlist01 {
  margin-top: 3rem;
}

.c-acceptarea-box02__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4666666667;
  margin: 0;
  letter-spacing: 0.01em;
  color: #008481;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-box02__ttl {
    font-size: 3.4rem;
  }
}

.c-acceptarea-box03 {
  margin-top: 3rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-box03 {
    margin-top: 4rem;
  }
}

.c-acceptarea-box03__ttl {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-box03__ttl {
    font-size: 2.8rem;
    padding-bottom: 1.2rem;
  }
}
.c-acceptarea-box03__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 2px;
  border-bottom: 2px solid #d3ede0;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-box03__ttl::before {
    width: 7.2rem;
  }
}

.c-acceptarea-flow01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-flow01 {
    display: block;
    margin: 2.4rem 0 5rem;
  }
}
.c-acceptarea-flow01 li {
  list-style: none;
  width: 12.9rem;
  height: 12.9rem;
  border-radius: 0.5rem;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding-top: 2.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-flow01 li {
    width: 100%;
    height: 11rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flow01 li {
    height: 12.7rem;
  }
}
.c-acceptarea-flow01 li:nth-of-type(n+2) {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-flow01 li:nth-of-type(n+2) {
    margin-top: 3.8rem;
  }
}
.c-acceptarea-flow01 li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.7rem;
  width: 0.8rem;
  height: 1.3rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #bae4cf;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-flow01 li:nth-of-type(n+2)::before {
    top: -2.5rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    width: 3rem;
    height: 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flow01 li:nth-of-type(n+2)::before {
    top: -3rem;
    width: 4rem;
    height: 2rem;
  }
}
@media screen and (min-width: 481px) {
  .c-acceptarea-flow01 li:nth-of-type(n+3) {
    padding-top: 2.2rem;
  }
  .c-acceptarea-flow01 li:nth-of-type(n+3) .c-acceptarea-flow01__txt02 {
    margin: 0.1rem 0 0;
  }
}

.c-acceptarea-flow01__txt01 {
  font-size: 1.3rem;
  line-height: 1.4384615385;
  margin: 0;
  color: #161c22;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flow01__txt01 {
    font-size: 2.8rem;
  }
  .c-acceptarea-flow01__txt01 br {
    display: none;
  }
}

.c-acceptarea-flow01__txt02 {
  font-size: 1.5rem;
  line-height: 1.4384615385;
  margin: 1.4rem 0 0;
  font-weight: 500;
  color: #008482;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flow01__txt02 {
    font-size: 2.8rem;
    margin: 0;
  }
}

.c-acceptarea-flow02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0 0;
  padding: 0;
  width: 71rem;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-flow02 {
    display: block;
    width: 100%;
    margin: 2.4rem 0 5rem;
  }
}
.c-acceptarea-flow02 li {
  list-style: none;
  width: 34rem;
  height: 12.9rem;
  border-radius: 0.5rem;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding-top: 3.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-flow02 li {
    width: 100%;
    height: 11rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flow02 li {
    height: 12.7rem;
  }
}
.c-acceptarea-flow02 li:nth-of-type(n+2) {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-flow02 li:nth-of-type(n+2) {
    margin-top: 3.8rem;
  }
}
.c-acceptarea-flow02 li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.9rem;
  width: 0.8rem;
  height: 1.3rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #bae4cf;
}
@media screen and (max-width: 768px) {
  .c-acceptarea-flow02 li:nth-of-type(n+2)::before {
    top: -2.5rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    width: 3rem;
    height: 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flow02 li:nth-of-type(n+2)::before {
    top: -3rem;
    width: 4rem;
    height: 2rem;
  }
}

.c-acceptarea-flow02__txt01 {
  font-size: 1.3rem;
  line-height: 1.4384615385;
  margin: 0;
  color: #161c22;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flow02__txt01 {
    font-size: 2.8rem;
  }
  .c-acceptarea-flow02__txt01 br {
    display: none;
  }
}

.c-acceptarea-flow02__txt02 {
  font-size: 1.5rem;
  line-height: 1.4384615385;
  margin: 1.4rem 0 0;
  font-weight: 500;
  color: #008482;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-flow02__txt02 {
    font-size: 2.8rem;
    margin: 0;
  }
}

.c-acceptarea-box02-txtarea {
  margin-top: 2.5rem;
}

.c-acceptarea-box02-txtarea__txt {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 480px) {
  .c-acceptarea-box02-txtarea__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
.c-acceptarea-box02-txtarea__txt:first-of-type {
  margin: 0;
}
.c-acceptarea-box02-txtarea__txt:nth-of-type(n+2) {
  margin: 2rem 0 0;
}

/* ------------------------------
    c-campuslife-flex01
------------------------------ */
.c-campuslife-flex01 {
  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;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01 {
    display: block;
  }
}

.c-campuslife-flex01-txtarea {
  width: 58rem;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01-txtarea {
    width: 100%;
  }
}
.c-campuslife-flex01-txtarea > *:first-child {
  margin: 0;
}
.c-campuslife-flex01-txtarea .c-list-disc {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01-txtarea .c-list-disc {
    margin-top: 3.5rem;
  }
}

.c-campuslife-flex01__img {
  width: 44rem;
  aspect-ratio: 44/25;
  border-radius: 1rem;
  overflow: hidden;
}
.c-campuslife-flex01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01__img {
    width: 100%;
    margin-top: 5rem;
  }
}

.c-campuslife-flex01__imgarea {
  width: 44rem;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01__imgarea {
    width: 100%;
    margin-top: 5rem;
  }
}

.c-campuslife-flex01__cap {
  font-size: 1.5rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01__cap {
    font-size: 2.6rem;
  }
}

.c-campuslife-flex01__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

.c-campuslife-flex01__link {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2.9rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01__link {
    font-size: 2.8rem;
    margin: 1.5rem 0 0;
  }
}
.c-campuslife-flex01__link + .c-campuslife-flex01__link {
  margin-top: 2.1rem;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01__link + .c-campuslife-flex01__link {
    margin-top: 0.8rem;
  }
}

.c-campuslife-flex01__link--margin01 {
  margin-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01__link--margin01 {
    margin-top: 1.2rem;
  }
}

.c-campuslife-flex01-item01 {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01-item01 {
    margin-top: 2.8rem;
  }
}
.c-campuslife-flex01-item01 .c-campuslife-flex01__txt {
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-campuslife-flex01-item01 .c-campuslife-flex01__txt {
    margin-top: 0.8rem;
  }
}
.c-campuslife-flex01-item01 + .c-campuslife-flex01-item01 {
  margin-top: 2.6rem;
}

/* ------------------------------
    other
------------------------------ */
/* ------------------------------
    m-language
------------------------------ */
.m-language {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 30px;
  right: 0;
  width: 180px;
  z-index: 1;
  padding-top: 20px;
}

.m-language__wrap {
  background: #008482;
  width: 100%;
  border-radius: 4px;
  padding: 14px 30px 17px;
}

.m-language__item {
  position: relative;
  color: #ffffff;
  line-height: 1;
}
.m-language__item > a {
  display: block;
  padding: 11px 0;
}
.m-language__item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23dddddd" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .m-language__item > a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .m-language__item > a:hover::after {
    right: -11px;
  }
}
@media screen and (max-width: 768px) {
  .m-language__item > a::after {
    right: 0;
    width: 12px;
    height: 10px;
  }
}
.m-language__item > a span {
  position: relative;
}
.m-language__item > a span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d0e8e8;
  visibility: hidden;
}
.m-language__item > a:hover span::after {
  visibility: visible;
}

/* ------------------------------
    c-news-flex01
------------------------------ */
.c-news-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.9rem;
}
@media screen and (max-width: 768px) {
  .c-news-flex01 {
    gap: 0 2.3rem;
  }
}

.c-news-flex01__time {
  font-size: 1.4rem;
  line-height: 1;
  color: #84807f;
}
@media screen and (max-width: 768px) {
  .c-news-flex01__time {
    font-size: 2.4rem;
  }
}

.c-news-flex01__cate {
  min-width: 8.2rem;
  height: 3rem;
  border-radius: 0.4rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  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;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .c-news-flex01__cate {
    font-size: 2.4rem;
    min-width: 11.8rem;
    height: 4.5rem;
  }
}

.c-news-flex01__cate--global {
  background: #008482;
}

.c-news-flex01__cate--notice {
  background: #45c9b1;
}

.c-news-flex01__cate--campus {
  background: #ed8172;
}

/* ------------------------------
    c-pagelist01
------------------------------ */
.c-pagelist01 {
  margin-top: 23.5rem;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 768px) {
  .c-pagelist01 {
    margin-top: 36.8rem;
    padding-bottom: 10.5rem;
  }
}

.c-pagelist01__item {
  border: 1px solid #dddddd;
  border-radius: 1rem;
  overflow: hidden;
}
.c-pagelist01__item:nth-of-type(n+2) {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .c-pagelist01__item:nth-of-type(n+2) {
    margin-top: 4.5rem;
  }
}

.c-pagelist01__ttl {
  margin: 0;
}
.c-pagelist01__ttl a {
  position: relative;
  background: #f5f5f5;
  padding: 2.5rem 11.5rem 2rem 4rem;
  color: #134e3b;
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-pagelist01__ttl a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-pagelist01__ttl a:hover {
    color: #008482;
  }
}
@media screen and (max-width: 768px) {
  .c-pagelist01__ttl a {
    padding: 2.2rem 10.5rem 2rem 2.6rem;
    font-size: 3rem;
  }
}
.c-pagelist01__ttl a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  border-radius: 100vh;
  border: 1px solid #cccccc;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-pagelist01__ttl a::before {
    right: 1.7rem;
    width: 7rem;
    height: 7rem;
  }
}
.c-pagelist01__ttl a::after {
  content: "";
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5.7rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23000000" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  width: 1.2rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .c-pagelist01__ttl a::after {
    right: 4.1rem;
    width: 2.2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-pagelist01__ttl a::before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-pagelist01__ttl a:hover::before {
    -webkit-transform: translateY(-50%) scale(1.16);
            transform: translateY(-50%) scale(1.16);
  }
}

.c-pagelist01__flex {
  padding: 4.7rem 3.6rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-pagelist01__flex {
    padding: 4.5rem 2rem 5.3rem;
    display: block;
  }
}

.c-pagelist01__img {
  width: 46.8rem;
  height: 29rem;
  border-radius: 1rem;
  overflow: hidden;
}
.c-pagelist01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .c-pagelist01__img {
    overflow: hidden;
    z-index: 1;
  }
  .c-pagelist01__img a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .c-pagelist01__img a img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-pagelist01__img a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .c-pagelist01__img {
    width: 53rem;
    height: 32rem;
    margin: 0 auto;
  }
}

.c-pagelist01__txtarea {
  width: calc(100% - 46.8rem);
  padding-left: 5.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-pagelist01__txtarea {
    width: 100%;
    padding: 5rem 0 0;
    display: block;
  }
}

.c-pagelist01__txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  margin: 0 0 3rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-pagelist01__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
    margin: 0;
    padding-top: 0;
  }
}

.c-pagelist01__list {
  margin: auto 0 0;
  padding: 0 0 0 0.4rem;
}
@media screen and (max-width: 768px) {
  .c-pagelist01__list {
    margin: 3rem 0 0;
    padding: 0;
  }
}
.c-pagelist01__list li {
  list-style: none;
  padding: 0;
}
.c-pagelist01__list li a {
  position: relative;
  padding: 1.1rem 4rem 1.1rem 0;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
}
.c-pagelist01__list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%230" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-pagelist01__list li a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .c-pagelist01__list li a:hover::after {
    right: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pagelist01__list li a::after {
    right: 2rem;
    width: 2.2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-pagelist01__list li a {
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
  }
  .c-pagelist01__list li a::after {
    right: 1.5rem;
  }
  .c-pagelist01__list li a:hover {
    color: #008482;
    border-bottom: 1px solid #008482;
  }
  .c-pagelist01__list li a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23008482" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  .c-pagelist01__list li a {
    padding: 0.7rem 6.5rem 0.7rem 0;
    font-size: 2.8rem;
  }
}

/* ------------------------------
    c-list-disc
------------------------------ */
.c-list-disc {
  margin: 0;
  padding: 0;
}
.c-list-disc li {
  position: relative;
  list-style: none;
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .c-list-disc li {
    font-size: 2.8rem;
    line-height: 1.7142857143;
    padding-left: 3.3rem;
  }
}
.c-list-disc li::before {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.2rem;
  background: #008482;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-list-disc li::before {
    top: 1.9rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */
