@charset "UTF-8";
/* ------------ reset -------------- */
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

/* --------------------------- arrow links --------------------------- */
/* --------------------------- base --------------------------- */
html {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #111;
  -webkit-text-size-adjust: 100%;
}

* {
  outline: none;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  z-index: 0;
  font-size: 15px;
  overflow-x: hidden;
}

.body.-fixed {
  position: fixed;
  width: 100%;
}

main {
  display: block;
}

button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  transition: 0.3s;
}

img, svg {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  transition: 0.3s;
}

input, select, textarea {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: inherit;
  cursor: pointer;
}

table {
  width: 100%;
}

.-sp1, .-sp2 {
  display: none !important;
}

.wrapper {
  width: 78.125%;
  max-width: 1400px;
  margin: 0 auto;
}

/* ---------- responsive ---------- */
@media screen and (max-width: 1200px) {
  .-pc1 {
    display: none !important;
  }

  .-sp1 {
    display: block !important;
  }

  .body {
    padding: 80px 0 60px 0;
  }

  .wrapper {
    width: 87.5%;
  }
}
@media screen and (max-width: 700px) {
  .-pc2 {
    display: none !important;
  }

  .-sp2 {
    display: block !important;
  }

  .body {
    padding: 60px 0 55px 0;
  }
}
/* --------------------------- txt --------------------------- */
.txt {
  line-height: 2;
  margin: -0.5em 0;
}
.txt.-has-margin {
  padding-top: 40px;
}

.txt + .txt {
  padding-top: 30px;
}

.-en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.-right {
  text-align: right;
}

.-green {
  color: #00A491;
}

.-bold {
  font-weight: bold;
}

.large-intro {
  padding-bottom: 80px;
  font-size: 2.1rem;
  font-weight: bold;
}

.txt-link {
  color: #00A491;
  text-decoration: underline;
  transition: none;
}
.txt-link:hover {
  color: #e00;
}

.figure-img {
  max-width: 1000px;
}
.figure-img.-has-margin {
  padding-top: 50px;
}

/* --------------------------- _txt responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .large-intro {
    font-size: 2rem;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .txt.-has-margin {
    padding-top: 30px;
  }

  .large-intro {
    padding-bottom: 40px;
    font-size: 1.7rem;
  }

  .figure-img {
    max-width: 400px;
  }
  .figure-img.-has-margin {
    padding-top: 40px;
  }
}
/* --------------------------- large header --------------------------- */
.large-header {
  position: relative;
  z-index: 5000;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid transparent;
  background: #fff;
}
.large-header.-common-open {
  border-color: #ddd;
}

.large-header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #00A491, #fae943 86%, #faacc8);
}

.large-header__inner {
  width: 91%;
  max-width: 1400px;
  margin: 0 auto;
}

.large-header__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 100px;
  padding-top: 25px;
}

.large-header__logo {
  display: block;
  width: 287px;
}

.large-header__upper-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 66%;
  max-width: 750px;
}

.large-header__small-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -10px 0;
  width: 560px;
}

.large-header__small-link {
  display: flex;
  align-items: center;
  margin: 0 20px 10px 0;
}
.large-header__small-link.-blank {
  padding-right: 13px;
  background: url(/img/common/blank.png) no-repeat right 1px center;
  background-size: 10px 9px;
}
.large-header__small-link:hover {
  opacity: 0.5;
}

.large-header__small-link-arrow {
  width: 10px;
  height: 5px;
  padding: 0 7px 1px 0;
}

.large-header__small-link-txt {
  font-size: 1.2rem;
  color: #666;
}

.large-header__lang-wrap {
  font-size: 1.2rem;
  color: #444;
}

.large-header__lang-link {
  color: #00A491;
}
.large-header__lang-link:hover {
  opacity: 0.5;
}

.large-header__search-btn {
  position: relative;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border: 1px solid #dcdcdc;
}
.large-header__search-btn:hover {
  background: #00A491;
  border: none;
}
.large-header__search-btn:hover .large-header__search-svg {
  fill: #fff;
}
.large-header__search-btn.-open {
  background: #00A491;
  border: none;
}
.large-header__search-btn.-open .large-header__search-svg {
  fill: #fff;
}

.large-header__search-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
}

.large-header__search-svg {
  transition: 0.3s;
}

.large-header__lower {
  height: 90px;
}

/* --------------------------- common pcnav --------------------------- */
.common-pcnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: auto;
}

.common-pcnav__list {
  display: flex;
  width: 80%;
}

.common-pcnav__list-item {
  padding-right: 5%;
}
.common-pcnav__list-item:first-child {
  padding-left: 3%;
}
.common-pcnav__list-item:not(:first-child) {
  padding-left: 5%;
  border-left: 1px solid #d4d4d4;
}

.common-pcnav__main-parent {
  display: block;
  position: relative;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  white-space: nowrap;
  cursor: pointer;
}
.common-pcnav__main-parent:hover {
  opacity: 0.5;
}
.common-pcnav__main-parent.-current {
  color: #00A491;
}
.common-pcnav__main-parent.-open {
  color: #00A491;
}
.common-pcnav__main-parent.-open::before {
  bottom: -10px;
  opacity: 1;
}
.common-pcnav__main-parent.-open::after {
  bottom: -6px;
  opacity: 1;
}

.common-pcnav__main-parent::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #00A491;
  opacity: 0;
  transition: 0.2s;
}

.common-pcnav__main-parent::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid #00A491;
  border-bottom: 1px solid #00A491;
  background: #fff;
  opacity: 0;
  transition: 0.2s;
}

.common-pcnav__icon-links {
  display: flex;
  justify-content: space-between;
  width: 18%;
  max-width: 235px;
}

.common-pcnav__icon-link {
  display: flex;
  align-items: center;
}
.common-pcnav__icon-link:hover {
  opacity: 0.5;
}

.common-pcnav__icon-link-img {
  width: 18px;
  padding-right: 5px;
}

.common-pcnav__icon-link-txt {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #00A491;
}

/* --------------------------- small header --------------------------- */
.small-header {
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 6000;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding-top: 5px;
  border-bottom: 1px solid transparent;
  background: #fff;
  transition: 0.3s;
}
.small-header.-scroll {
  top: 0;
}
.small-header.-scroll::after {
  opacity: 1;
}
.small-header.-common-open {
  border-color: #ddd;
}
.small-header.-menu-open {
  top: 0;
}

.small-header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #00A491, #fae943 86%, #faacc8);
}

.small-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.small-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 91%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.small-header__logo {
  width: 210px;
  padding-bottom: 4px;
}

.small-header__common-pcnav {
  width: 80%;
}
.small-header__common-pcnav .common-pcnav__list-item {
  padding: 0 4%;
}
.small-header__common-pcnav .common-pcnav__main-parent {
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
.small-header__common-pcnav .common-pcnav__icon-links {
  min-width: 190px;
}
.small-header__common-pcnav .common-pcnav__icon-link-txt {
  font-size: 1.4rem;
}

/* --------------------------- hamburger btn --------------------------- */
.hamburger-btn {
  position: relative;
  width: 32px;
  height: 12px;
  margin-right: 5px;
  overflow: visible;
}

.hamburger-btn__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
  transition: 0.3s;
}

.hamburger-btn__line.-line1 {
  top: 0;
}

.hamburger-btn__line.-line2 {
  bottom: 0;
}

@keyframes open_top {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
    transform: translateY(-50%);
  }
  100% {
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
  }
}
@keyframes open_bottom {
  0% {
    bottom: 0;
  }
  60% {
    bottom: 50%;
    transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    transform: translateY(50%) rotate(-30deg);
  }
}
@keyframes close_top {
  0% {
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
  }
  40% {
    top: 50%;
    transform: translateY(-50%);
  }
  100% {
    top: 0;
  }
}
@keyframes close_bottom {
  0% {
    bottom: 50%;
    transform: translateY(50%) rotate(-30deg);
  }
  40% {
    bottom: 50%;
    transform: translateY(50%);
  }
  100% {
    bottom: 0;
  }
}
/* --------------------------- _header responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .small-header {
    top: 0;
  }

  .small-header__inner {
    width: 95%;
  }

  .small-header__logo {
    width: 240px;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .small-header {
    height: 60px;
    padding-top: 3px;
  }

  .small-header::before {
    height: 3px;
  }

  .small-header__inner {
    width: 93.75%;
  }

  .small-header__logo {
    width: 180px;
  }

  .hamburger-btn {
    width: 18px;
    height: 7px;
    margin-right: 10px;
  }
}
/* --------------------------- header search --------------------------- */
.header-search {
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 4000;
  box-sizing: border-box;
  width: 100%;
  padding-top: 190px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header-search.-open {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.header-search__bg {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(54, 204, 146, 0.6), rgba(250, 233, 67, 0.6) 86%, rgba(250, 172, 200, 0.6));
  cursor: pointer;
}

.header-search__inner {
  position: relative;
  z-index: 4500;
  padding: 90px 0 70px 0;
  background: #fff;
}

.header-search__form {
  position: relative;
  width: 45%;
  margin: 0 auto;
}

.header-search__input {
  box-sizing: border-box;
  width: 100%;
  padding: 18px 18px 18px 55px;
  border: 1px solid #d4d4d4;
  font-size: 1.5rem;
  font-weight: bold;
  background: #f5f5f5;
  cursor: text;
}
.header-search__input::placeholder {
  color: #888;
}

.header-search__submit {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/img/common/search.svg) no-repeat;
  background-size: cover;
}

.header-search__close {
  padding-top: 70px;
}

/* --------------------------- header menu --------------------------- */
.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  box-sizing: border-box;
  width: 100%;
  max-height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header-menu.-open {
  opacity: 1;
  visibility: visible;
}

.header-menu__inner {
  position: relative;
  padding-top: 190px;
}
.header-menu__inner.-small-header {
  padding-top: 80px;
}
.header-menu__inner.-small-header .header-menu__menu-area {
  height: calc(100vh - 80px - 50px);
}

.header-menu__news-area {
  width: 100%;
  padding: 13px 0 14px 0;
  border-bottom: 1px solid #ddd;
}

.header-menu__news-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 91%;
  max-width: 1380px;
  margin: 0 auto;
}

.header-menu__news-article {
  display: flex;
  align-items: center;
  width: calc(100% - 315px);
}
.header-menu__news-article:hover {
  opacity: 0.5;
}

.header-menu__news-date {
  font-size: 1.4rem;
  color: #00A491;
}

.header-menu__news-category {
  display: block;
  box-sizing: border-box;
  padding: 4px 15px;
  border: 1px solid #dcdcdc;
  margin: 0 25px 0 15px;
  font-size: 1.2rem;
  white-space: nowrap;
}

.header-menu__news-title {
  padding-right: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header-menu__news-links {
  display: flex;
  justify-content: space-between;
  width: 315px;
}

.header-menu__news-link {
  display: block;
  padding-right: 17px;
  font-size: 1.4rem;
  font-weight: bold;
  background: url(/img/common/triangle.svg) no-repeat right center;
  background-size: 6px 8px;
}
.header-menu__news-link:hover {
  opacity: 0.5;
}

.header-menu__menu-area {
  position: relative;
  box-sizing: border-box;
  height: calc(100vh - 190px - 50px);
  overflow-y: auto;
}

.header-menu__menu-base {
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
  padding: 65px 0 90px 0;
}

.header-menu__menu-bg1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 145px;
  pointer-events: none;
}

.header-menu__menu-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 395px;
  pointer-events: none;
}

.header-menu__menu-wrapper {
  width: 81.25%;
  max-width: 1200px;
  margin: 0 auto;
}

.header-menu__menu-item {
  display: none;
}
.header-menu__menu-item.-visible {
  display: block;
}

.header-menu__lv2nd-link {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  background: url(/img/common/header-menu-arrow.svg) no-repeat right 10px top 6px;
  background-size: 20px 20px;
}
.header-menu__lv2nd-link:hover {
  opacity: 0.6;
  background-position: right 5px top 6px;
}

.header-menu__lv2nd-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #00A491, #fae943 86%, #faacc8);
  top: auto;
  bottom: 0;
}

.header-menu__lower-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 45px;
}

.header-menu__level-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 67%;
}

.header-menu__level-list {
  width: 48.5%;
}

.header-menu__level-item + .header-menu__level-item {
  padding-top: 20px;
}

.header-menu__lv3rd-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px 8px 33px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  background: #f6f6f6;
}
.header-menu__lv3rd-link:hover {
  opacity: 0.5;
}
.header-menu__lv3rd-link.-current {
  color: #00A491;
}
.header-menu__lv3rd-link.-current::before {
  border-color: transparent transparent transparent #00A491;
}

.header-menu__lv3rd-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #111;
}

.header-menu__arrow-links-4th {
  padding: 25px 0 0 15px;
}

.header-menu__arrow-links-4th.-bottom-padding {
  padding-bottom: 25px;
}

.header-menu__arrow-links-5th {
  padding: 10px 0 5px 20px;
}

.header-menu__links-wrap {
  width: 28%;
}

.header-menu__banner-list {
  margin-bottom: -25px;
}

.header-menu__banner-item {
  padding-bottom: 25px;
}

.header-menu__banner-link:hover {
  opacity: 0.5;
}

.header-menu__sns-links {
  padding-top: 40px;
}

.header-menu__close {
  padding-top: 60px;
}

/* --------------------------- hamburger menu --------------------------- */
.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.hamburger-menu.-open {
  opacity: 1;
  visibility: visible;
}

.hamburger-menu__inner {
  height: 100%;
  padding-top: 80px;
}

.hamburger-menu__base {
  box-sizing: border-box;
  height: calc(100% - 80px);
  padding: 50px 0;
  overflow-y: auto;
}

.hamburger-menu__form {
  position: relative;
  width: 75%;
  margin: 0 auto;
}

.hamburger-menu__input {
  box-sizing: border-box;
  width: 100%;
  padding: 14px 15px 14px 40px;
  border: 1px solid #d4d4d4;
  font-size: 1.4rem;
  background: #f5f5f5;
  cursor: text;
}
.hamburger-menu__input::placeholder {
  color: #888;
}

.hamburger-menu__submit {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/img/common/search.svg) no-repeat;
  background-size: cover;
}

.hamburger-menu__flex {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.hamburger-menu__lv2nd-list {
  width: 62%;
  margin-top: -17px;
}

.hamburger-menu__lv2nd-item {
  border-bottom: 1px solid #ebebeb;
}

.hamburger-menu__lv2nd-link,
.hamburger-menu__lv2nd-parent {
  display: block;
  position: relative;
  padding: 17px 30px 17px 0;
  line-height: 1.4;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.hamburger-menu__lv2nd-link:hover,
.hamburger-menu__lv2nd-parent:hover {
  opacity: 0.5;
}
.hamburger-menu__lv2nd-link.-current,
.hamburger-menu__lv2nd-parent.-current {
  color: #00A491;
}

.hamburger-menu__lv2nd-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  right: 10px;
  transform: translateY(-50%);
  width: 11px;
  height: 5px;
  background: url(/img/common/arrow.svg) no-repeat;
  background-size: cover;
}

.hamburger-menu__lv2nd-parent.-open::before {
  transform: translateY(-50%) rotate(-180deg);
  border-color: #00A491;
  background: url(/img/common/ham-arrow-green.svg) no-repeat;
  background-size: cover;
}

.hamburger-menu__lv2nd-parent::before {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: url(/img/common/ham-arrow.svg) no-repeat;
  background-size: cover;
  transition: 0.3s;
}

.hamburger-menu__lv3rd-list {
  display: none;
  padding-left: 20px;
  border-top: 1px solid #ebebeb;
  opacity: 0;
  transition: opacity 0.3s;
}
.hamburger-menu__lv3rd-list.-open {
  opacity: 1;
}

.hamburger-menu__lv3rd-item + .hamburger-menu__lv3rd-item {
  border-top: 1px solid #ebebeb;
}

.hamburger-menu__lv3rd-link,
.hamburger-menu__lv3rd-parent {
  display: block;
  position: relative;
  padding: 17px 30px 17px 0;
  line-height: 1.4;
  transition: 0.3s;
  cursor: pointer;
}
.hamburger-menu__lv3rd-link:hover,
.hamburger-menu__lv3rd-parent:hover {
  opacity: 0.5;
}
.hamburger-menu__lv3rd-link.-current,
.hamburger-menu__lv3rd-parent.-current {
  font-weight: bold;
  color: #00A491;
}

.hamburger-menu__lv3rd-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  right: 10px;
  transform: translateY(-50%);
  width: 11px;
  height: 5px;
  background: url(/img/common/arrow.svg) no-repeat;
  background-size: cover;
}

.hamburger-menu__lv3rd-parent.-open::before {
  background: url(/img/common/ham-close.svg) no-repeat;
  background-size: cover;
}

.hamburger-menu__lv3rd-parent::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(/img/common/ham-open.svg) no-repeat;
  background-size: cover;
  transition: 0.3s;
}

.hamburger-menu__arrow-links {
  display: none;
  padding: 20px 0 20px 20px;
  border-top: 1px solid #ebebeb;
  opacity: 0;
  transition: opacity 0.3s;
}
.hamburger-menu__arrow-links.-open {
  opacity: 1;
}

.hamburger-menu__other {
  width: 32%;
}

.hamburger-menu__small-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.hamburger-menu__small-item {
  width: 100%;
  padding-bottom: 10px;
}

.hamburger-menu__small-link {
  font-size: 1.25rem;
  line-height: 1.5;
}
.hamburger-menu__small-link:hover {
  opacity: 0.5;
}
.hamburger-menu__small-link.-blank {
  padding-right: 13px;
  background: url(/img/common/blank.png) no-repeat right 1px center;
  background-size: 10px 9px;
}

.hamburger-menu__banner-list {
  padding: 40px 0 30px 0;
  margin-bottom: -15px;
}

.hamburger-menu__banner-item {
  padding-bottom: 15px;
}

.hamburger-menu__banner-link:hover {
  opacity: 0.5;
}

.hamburger-menu__lang-wrap {
  font-size: 1.3rem;
  color: #444;
}

.hamburger-menu__lang-link {
  color: #00A491;
}
.hamburger-menu__lang-link:hover {
  opacity: 0.5;
}

.hamburger-menu__sns-links {
  padding-top: 30px;
}

/* --------------------------- _hamburger-menu responsive --------------------------- */
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .hamburger-menu__inner {
    padding-top: 60px;
  }

  .hamburger-menu__base {
    height: calc(100% - 60px);
    padding: 30px 0;
  }

  .hamburger-menu__form {
    width: 100%;
  }

  .hamburger-menu__flex {
    display: block;
    padding-top: 20px;
  }

  .hamburger-menu__lv2nd-list {
    width: 100%;
    margin-top: 0;
  }

  .hamburger-menu__other {
    width: 100%;
    padding-top: 30px;
  }

  .hamburger-menu__small-list {
    max-width: 380px;
    margin-bottom: -10px;
  }

  .hamburger-menu__small-item:nth-child(2n+1) {
    box-sizing: border-box;
    width: 52%;
    padding-right: 10px;
  }

  .hamburger-menu__small-item:nth-child(2n) {
    width: 48%;
  }
}
/* --------------------------- close btn --------------------------- */
.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 180px;
  padding: 12px 0;
  border-radius: 25px;
  border: 2px solid #00A491;
  margin: 0 auto;
}
.close-btn:hover {
  background: #00A491;
}
.close-btn:hover .close-btn__svg {
  fill: #fff;
}
.close-btn:hover .close-btn__txt {
  color: #fff;
}

.close-btn__img {
  width: 16px;
  height: 16px;
  padding-right: 12px;
}

.close-btn__svg {
  transition: 0.3s;
}

.close-btn__txt {
  font-weight: bold;
  color: #00A491;
  transition: 0.3s;
}

/* --------------------------- arrow links --------------------------- */
.arrow-links {
  margin-bottom: -10px;
}

.arrow-links__item {
  padding-bottom: 10px;
}

.arrow-links__link {
  display: inline-block;
  padding-left: 22px;
  line-height: 1.6;
  background: url(/img/common/arrow.svg) no-repeat left top 8px;
  background-size: 11px 5px;
}
.arrow-links__link:hover {
  opacity: 0.5;
}
.arrow-links__link.-current {
  color: #00A491;
  background: url(/img/common/arrow-green.svg) no-repeat left top 8px;
  background-size: 11px 5px;
}

/* --------------------------- sns links --------------------------- */
.sns-links {
  display: flex;
  align-items: center;
}

.sns-links__link {
  display: block;
  width: 25px;
}
.sns-links__link:hover {
  opacity: 0.5;
}

.sns-links__link + .sns-links__link {
  margin-left: 12px;
}

/* --------------------------- pc fixed link --------------------------- */
.pc-fixed-link {
  display: block;
  position: fixed;
  right: 0;
  bottom: 55px;
  z-index: 7000;
}
.pc-fixed-link:hover .pc-fixed-link__cnt {
  opacity: 0.9;
}

.pc-fixed-link__img {
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: 10;
  transform: translateX(-50%);
  width: 33px;
  animation: updown_animation 4.5s linear infinite;
}

@keyframes updown_animation {
  0% {
    transform: translate(-50%, 0);
  }
  3% {
    transform: translate(-50%, -8px);
  }
  6% {
    transform: translate(-50%, 0);
  }
  9% {
    transform: translate(-50%, -8px);
  }
  12% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.pc-fixed-link__cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 60px;
  padding: 38px 0 17px 0;
  border-radius: 5px 0 0 5px;
  background: #00A491;
  transition: 0.2s;
}

.pc-fixed-link__cnt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.pc-fixed-link__cnt::after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 52%;
  transform: translateX(-50%);
  z-index: 5;
  width: 28px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.pc-fixed-link__txt {
  font-size: 1.6rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
}

.pc-fixed-link__arrow {
  width: 11px;
  padding-top: 20px;
}

/* --------------------------- pc fixed link2 --------------------------- */
.pc-fixed-link2 {
  display: block;
  position: fixed;
  right: 0;
  bottom: 90px;
  z-index: 7500;
}

/* --------------------------- sp fixed link --------------------------- */
.sp-fixed-links {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 7000;
  width: 100%;
  background: #00A491;
}

.sp-fixed-links__item {
  width: 25%;
}

.sp-fixed-links__item:not(:last-child) {
  border-right: 1px solid #009886;
}

.sp-fixed-links__link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 60px;
  padding: 0 12px;
}
.sp-fixed-links__link:hover {
  opacity: 0.5;
}

.sp-fixed-links__img {
  width: 22px;
  padding-right: 8px;
}

.sp-fixed-links__txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

/* --------------------------- _hamburger-menu responsive --------------------------- */
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .sp-fixed-links__link {
    height: 55px;
    padding: 0 10px 0 6px;
  }

  .sp-fixed-links__img {
    width: 22px;
    padding-right: 6px;
  }

  .sp-fixed-links__txt {
    font-size: 1.4rem;
  }
}
/* --------------------------- common-banner --------------------------- */
.common-banner {
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  background: url(/img/common/banner-bg.png);
  background-size: 1280px 440px;
}

.common-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(238, 244, 241, 0.35), rgba(238, 244, 241, 0));
  pointer-events: none;
}

.common-banner__fixed {
  position: relative;
  z-index: 5;
  padding: 55px 32px;
  border-radius: 5px;
  margin-left: 20px;
  background: #ecf4ee;
}

.common-banner__link {
  display: block;
  position: relative;
  width: 28vw;
  max-width: 360px;
}
.common-banner__link:hover {
  opacity: 0.5;
}

.common-banner__banner {
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.common-banner__txt {
  display: block;
  padding-right: 15px;
  font-weight: bold;
  line-height: 1.5;
  background: url(/img/common/triangle.svg) no-repeat right 2px center;
  background-size: 6px 8px;
}

.common-banner__pickup {
  position: absolute;
  top: -8px;
  left: -11px;
  z-index: 10;
  width: 60px;
  height: 60px;
}

.common-banner__slick {
  position: relative;
  padding: 55px 0;
  margin-left: 32px;
  overflow: hidden;
}

.common-banner__slick-child {
  float: left;
  position: relative;
  box-sizing: border-box;
  width: 28vw;
  max-width: 360px;
  margin-right: 20px;
}

.common-banner__arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  opacity: 0;
  visibility: hidden;
}

.common-banner__arrow.-prev {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
  filter: FlipH;
}

.common-banner__arrow.-next {
  right: 0;
}

.common-banner__slick .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.common-banner__slick .slick-dots li {
  width: 7px;
  height: 7px;
  padding-right: 10px;
  overflow: hidden;
}

.common-banner__slick .slick-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cbcbcb;
  text-indent: -9999px;
}

.common-banner__slick .slick-dots .slick-active button {
  background: #00A491;
}

.common-banner__slick .slick-list {
  padding: 0 !important;
  overflow: visible;
}

.common-banner__slick slick-track {
  zoom: 1;
  overflow: hidden;
}

/* --------------------------- _common-banner responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .common-banner__fixed {
    padding: 35px 21px;
  }

  .common-banner__link {
    width: 35vw;
  }

  .common-banner__txt {
    font-size: 1.4rem;
  }

  .common-banner__slick {
    padding: 35px 0;
    margin-left: 21px;
  }

  .common-banner__slick-child {
    width: 35vw;
  }

  .common-banner__slick .slick-dots li {
    width: 5px;
    height: 5px;
    padding-right: 6px;
  }

  .common-banner__slick .slick-dots button {
    width: 5px;
    height: 5px;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .common-banner {
    display: block;
    padding: 25px 0 30px 0;
  }

  .common-banner__fixed {
    padding: 20px 0 22px 0;
    margin: 0 21px;
  }

  .common-banner__link {
    width: 75vw;
    max-width: 999px;
    margin: 0 auto;
  }

  .common-banner__banner {
    margin-bottom: 10px;
  }

  .common-banner__pickup {
    top: -4px;
    left: -7px;
    width: 40px;
    height: 40px;
  }

  .common-banner__slick {
    width: 100%;
    padding: 25px 0 30px 0;
    margin-left: 0;
  }

  .common-banner__slick-child {
    width: 75vw;
    max-width: 999px;
    margin-right: 20px;
  }

  .common-banner__arrow {
    opacity: 1;
    visibility: visible;
  }

  .common-banner__slick .slick-dots {
    bottom: 0;
  }
}
/* --------------------------- footer --------------------------- */
.footer__footer {
  position: relative;
  padding: 120px 0 125px 0;
  background: #f6f6f6;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 86%;
  max-width: 1500px;
  margin: 0 auto;
}

.footer__logo {
  width: 200px;
  margin-left: -30px;
}

.footer__cnt {
  width: calc(100% - 250px);
}

.footer__upper-cnt {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.footer__large-links {
  width: 31%;
}

.footer__large-item:not(:first-child) {
  padding-top: 10px;
}

.footer__large-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px 9px 32px;
  line-height: 1.4;
  font-weight: bold;
  background: url(/img/common/triangle.svg) no-repeat left 15px center;
  background-size: 6px 8px;
  background-color: #fff;
}
.footer__large-link:hover {
  opacity: 0.5;
}

.footer__small-links {
  padding: 20px 0 0 30px;
}

.footer__small-links.-bottom-padding {
  padding-bottom: 25px;
}

.footer__small-item:not(:first-child) {
  padding-top: 12px;
}

.footer__small-link {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #555;
}
.footer__small-link:hover {
  opacity: 0.5;
}

.footer__small-link.-blank {
  padding-right: 15px;
  background: url(/img/common/blank.png) no-repeat right 1px center;
  background-size: 10px 9px;
}

.footer__sns-links {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.footer__lower-links {
  padding-top: 40px;
}

.footer__lower-links-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -14px;
}

.footer__lower-links-group + .footer__lower-links-group {
  padding-top: 25px;
}

.footer__lower-link {
  display: block;
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 14px;
}
.footer__lower-link:hover {
  opacity: 0.5;
}

.footer__lower-link:not(:last-child) {
  margin-right: 30px;
}

.footer__lower-link.-blank {
  padding-right: 15px;
  background: url(/img/common/blank.png) no-repeat right 1px center;
  background-size: 10px 9px;
}

.footer__pagetop {
  position: absolute;
  right: 30px;
  bottom: 30px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.footer__pagetop:hover {
  opacity: 0.8;
}
.footer__pagetop:hover .footer__pagetop-arrow {
  top: 45%;
}

.footer__pagetop-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 11px;
  transition: 0.3s;
}

.footer__copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 70px;
  text-align: center;
  color: #989898;
  background: #fff;
}

/* --------------------------- _footer responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .footer__footer {
    padding: 60px 0 100px 0;
  }

  .footer__wrapper {
    display: block;
    width: 87.5%;
  }

  .footer__logo {
    width: 180px;
    padding-bottom: 50px;
    margin-left: 0;
  }

  .footer__cnt {
    width: 100%;
  }

  .footer__small-links {
    padding: 20px 0 0 20px;
  }

  .footer__copyright {
    font-size: 1.1rem;
    line-height: 50px;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .footer__footer {
    padding: 50px 0 70px 0;
  }

  .footer__logo {
    width: 130px;
    padding-bottom: 20px;
  }

  .footer__upper-cnt {
    display: block;
    padding-bottom: 40px;
  }

  .footer__large-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer__large-item:not(:first-child) {
    padding-top: 0;
  }

  .footer__large-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .footer__large-item.-half {
    width: 47%;
  }

  .footer__large-link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 18px 0 16px 15px;
    border-bottom: 1px solid #e6e6e6;
    background-position: left top 51%;
    background-color: transparent;
  }

  .footer__large-txt {
    display: block;
    margin: auto 0;
  }

  .footer__small-links {
    padding: 30px 0 0 0;
  }

  .footer__lower-link:not(:last-child) {
    margin-right: 15px;
  }

  .footer__pagetop {
    right: 12px;
    bottom: 20px;
    width: 36px;
    height: 36px;
  }
}
/* --------------------------- topic path --------------------------- */
.topic-path {
  padding: 14px 4.5% 15px 4.5%;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0;
  background: #f6f6f6;
}

.topic-path__inner {
  max-width: 1380px;
  margin: 0 auto;
}

.topic-path__home {
  display: inline-block;
  padding-left: 25px;
  text-decoration: underline;
  background: url(/img/common/home.svg) no-repeat left center;
  background-size: 15px 15px;
}
.topic-path__home:hover {
  opacity: 0.5;
}

.topic-path__link {
  text-decoration: underline;
}
.topic-path__link:hover {
  opacity: 0.5;
}

.topic-path__current {
  font-weight: bold;
}

/* --------------------------- _topics-path responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .topic-path {
    padding: 15px 2.5% 17px 2.5%;
    font-size: 1.1rem;
  }

  .topic-path__home {
    padding-left: 20px;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .topic-path {
    padding: 9px 4% 10px 4%;
  }
}
/* --------------------------- page padding --------------------------- */
.page-padding1 {
  padding-bottom: 165px;
}

.page-padding2 {
  padding-bottom: 130px;
}

/* --------------------------- _page-padding responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .page-padding1 {
    padding-bottom: 120px;
  }

  .page-padding2 {
    padding-bottom: 100px;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .page-padding1 {
    padding-bottom: 70px;
  }

  .page-padding2 {
    padding-bottom: 65px;
  }
}
/* --------------------------- heading --------------------------- */
/* -------------- h1 -------------- */
.txt-heading1st {
  padding: 60px 0 120px 0;
}

.img-heading1st {
  padding: 60px 0 65px 0;
}

.heading1st {
  display: inline;
  padding: 0 0 1px 2px;
  font-size: 3.5rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.15em;
  background: linear-gradient(to right, rgba(54, 204, 146, 0.6), rgba(250, 233, 67, 0.6) 86%, rgba(250, 172, 200, 0.6));
}

.img-heading1st__img {
  padding-top: 45px;
}

/* -------------- h2 -------------- */
.heading2nd {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 45px;
  font-size: 3.1rem;
  line-height: 1.7;
  font-weight: bold;
}

.heading2nd__small {
  padding-left: 20px;
  font-size: 2rem;
}

.heading2nd__green {
  color: #00A491;
}

.heading2nd::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #00A491, #fae943 86%, #faacc8);
  top: auto;
  bottom: 0;
  width: 80px;
  height: 2px;
}

.heading2nd__hr {
  padding: 100px 0 90px 0;
}

.heading2nd__hr-line {
  width: 100%;
  height: 2px;
  background: #eee;
}

/* -------------- h3 -------------- */
.heading3rd {
  padding-bottom: 40px;
}
.heading3rd.-has-margin {
  padding-top: 60px;
}

.heading3rd__txt {
  display: block;
  position: relative;
  padding-left: 20px;
  margin: -0.35em 0;
  font-size: 2.3rem;
  line-height: 1.7;
  font-weight: bold;
}

.heading3rd__txt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 5px;
  height: calc(100% - 0.68em);
  background: #00A491;
}

/* -------------- h4 -------------- */
.heading4th {
  padding-bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
}
.heading4th.-has-margin {
  padding-top: 45px;
}

/* -------------- relation heading -------------- */
.related-heading {
  display: flex;
  align-items: center;
  padding-bottom: 55px;
}

.related-heading__img {
  width: 36px;
  padding-right: 15px;
}

.related-heading__txt {
  display: block;
  font-size: 2.7rem;
  font-weight: bold;
  color: #00A491;
}

/* --------------------------- _heading responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  /* -------------- h1 -------------- */
  .txt-heading1st {
    padding: 55px 0 90px 0;
  }

  .img-heading1st {
    padding: 55px 0 55px 0;
  }

  .heading1st {
    font-size: 3.2rem;
  }

  .img-heading1st__img {
    height: 32vw;
    padding-top: 50px;
  }

  /* -------------- h2 -------------- */
  .heading2nd {
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-size: 2.6rem;
  }

  .heading2nd__small {
    font-size: 1.6rem;
  }

  .heading2nd::before {
    width: 60px;
  }

  .heading2nd__hr {
    padding: 80px 0 55px 0;
  }

  /* -------------- h3 -------------- */
  .heading3rd {
    padding-bottom: 35px;
  }
  .heading3rd.-has-margin {
    padding-top: 55px;
  }

  .heading3rd__txt {
    font-size: 2rem;
  }

  /* -------------- h4 -------------- */
  .heading4th {
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
  .heading4th.-has-margin {
    padding-top: 40px;
  }

  /* -------------- relation heading -------------- */
  .related-heading {
    padding-bottom: 45px;
  }

  .related-heading__txt {
    font-size: 2.4rem;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  /* -------------- h1 -------------- */
  .txt-heading1st {
    padding: 38px 0 48px 0;
  }

  .img-heading1st {
    padding: 38px 0 35px 0;
  }

  .heading1st {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }

  .img-heading1st__img {
    height: auto;
    padding-top: 40px;
  }

  /* -------------- h2 -------------- */
  .heading2nd {
    padding-bottom: 22px;
    margin-bottom: 32px;
    font-size: 2.1rem;
  }

  .heading2nd::before {
    width: 40px;
  }

  .heading2nd__hr {
    padding: 50px 0 36px 0;
  }

  /* -------------- h3 -------------- */
  .heading3rd {
    padding-bottom: 25px;
  }
  .heading3rd.-has-margin {
    padding-top: 45px;
  }

  .heading3rd__txt {
    padding-left: 14px;
    font-size: 1.8rem;
  }

  .heading3rd__txt::before {
    top: 0.32em;
    height: calc(100% - 0.6em);
    width: 4px;
  }

  /* -------------- h4 -------------- */
  .heading4th {
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
  .heading4th.-has-margin {
    padding-top: 32px;
  }

  /* -------------- relation heading -------------- */
  .related-heading {
    padding-bottom: 30px;
  }

  .related-heading__img {
    width: 30px;
    padding-right: 10px;
  }

  .related-heading__txt {
    font-size: 1.9rem;
  }
}
/* --------------------------- cat select --------------------------- */
.cat-select {
  padding-bottom: 75px;
}

.cat-select__unit {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.cat-select__unit:not(:last-child) {
  padding-bottom: 20px;
}

.cat-select__unit-name {
  width: 120px;
}

.cat-select__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  width: calc(100% - 120px);
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .selector {
    property: value;
  }

  .cat-select__item {
    padding-right: 15px;
  }
}
.cat-select__link {
  display: block;
  position: relative;
  color: #aaa;
  cursor: pointer;
}
.cat-select__link:hover {
  opacity: 0.5;
}
.cat-select__link.-current {
  color: #00A491;
}
.cat-select__link.-current::before {
  opacity: 1;
}

.cat-select__link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00A491;
  opacity: 0;
}

/* --------------------------- _cat select responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .cat-select {
    padding-bottom: 60px;
  }

  .cat-select__unit {
    display: block;
  }

  .cat-select__unit:not(:last-child) {
    padding-bottom: 25px;
  }

  .cat-select__unit-name {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }

  .cat-select__list {
    width: 100%;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .cat-select {
    padding-bottom: 45px;
  }

  .cat-select__list {
    gap: 10px 15px;
  }
}
/* --------------------------- pagination --------------------------- */
.pagination {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  padding-top: 80px;
}

.pagination .page-numbers {
  display: block;
  box-sizing: border-box;
  width: 48px;
  border-radius: 3px;
  margin-right: 15px;
  line-height: 50px;
  font-size: 1.8rem;
  text-align: center;
  background: #f6f6f6;
}
.pagination .page-numbers:hover {
  opacity: 0.5;
}
.pagination .page-numbers.current {
  color: #fff;
  background: #00A491;
  pointer-events: none;
}
.pagination .page-numbers.dots {
  background: transparent;
  pointer-events: none;
}

/* --------------------------- _pagination responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .pagination {
    margin-right: -10px;
    padding-top: 60px;
  }

  .pagination .page-numbers {
    width: 40px;
    margin-right: 10px;
    line-height: 42px;
    font-size: 1.6rem;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .pagination {
    padding-top: 50px;
  }
}
/* --------------------------- grd link --------------------------- */
.grd-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 320px;
  padding: 24px 40px;
  border-radius: 3px;
  margin: 80px auto 0 auto;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #00b892, #50c4e9);
}
.grd-link:hover {
  opacity: 0.8;
}
.grd-link:hover .grd-link__triangle {
  right: 12px;
}

.grd-link__triangle {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 6px;
  height: 8px;
  transition: 0.3s;
}

/* --------------------------- _grd-link responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .grd-link {
    padding: 19px 40px;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .grd-link {
    width: 100%;
    margin: 50px auto 0 auto;
    font-size: 1.7rem;
  }
}
/* --------------------------- thumb links --------------------------- */
.thumb-links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 50px;
}
.thumb-links.-has-margin {
  padding-top: 80px;
}

.thumb-links__item {
  width: calc((100% - 100px) / 3);
}
.thumb-links__item.-large {
  width: calc((100% - 50px) / 2);
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .selector {
    property: value;
  }

  .thumb-links__item {
    padding: 0 30px 60px 0;
  }
}
.thumb-links__link {
  display: block;
}
.thumb-links__link:hover .thumb-links__img-frame {
  opacity: 0.8;
}
.thumb-links__link:hover .thumb-links__img {
  transform: scale(1.03);
}

.thumb-links__img-frame {
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 0.3s;
}

.thumb-links__img {
  transform-origin: center center;
  transition: 0.3s;
}

.thumb-links__heading {
  position: relative;
  padding-left: 35px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: bold;
}

.thumb-links__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 24px;
  height: 2px;
  background: #00A491;
}

.thumb-links__txt {
  padding-top: 18px;
  font-size: 1.4rem;
  color: #777;
}

/* --------------------------- _thumb-links responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .thumb-links {
    gap: 60px 40px;
  }
  .thumb-links.-has-margin {
    padding-top: 65px;
  }

  .thumb-links__item {
    width: calc((100% - 40px) / 2);
  }
  .thumb-links__item.-large {
    width: calc((100% - 40px) / 2);
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .thumb-links {
    gap: 32px 40px;
  }
  .thumb-links.-has-margin {
    padding-top: 50px;
  }

  .thumb-links__item {
    width: 100%;
  }
  .thumb-links__item.-large {
    width: 100%;
  }

  .thumb-links__img-frame {
    margin-bottom: 15px;
  }

  .thumb-links__txt {
    padding-top: 12px;
  }
}
/* --------------------------- illust links --------------------------- */
.illust-links {
  display: flex;
  flex-wrap: wrap;
}
.illust-links.-has-margin {
  padding-top: 60px;
}

.illust-links__item {
  box-sizing: border-box;
  width: calc(25% + 1px);
  border: 1px solid #ccc;
  margin: 0 -1px -1px 0;
}

.illust-links__link {
  display: block;
  box-sizing: border-box;
  padding: 35px 18px;
}
.illust-links__link:hover {
  opacity: 0.7;
}
.illust-links__link:hover .illust-links__illust {
  transform: scale(1.02);
}

.illust-links__illust {
  width: 85%;
  padding-bottom: 20px;
  margin: 0 auto;
  transition: 0.3s;
}

.illust-links__txt {
  display: block;
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
}

/* --------------------------- _illust-links responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .illust-links__item {
    width: calc(33.3333333333% + 1px);
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .illust-links.-has-margin {
    padding-top: 45px;
  }

  .illust-links__item {
    width: 100%;
    margin: 0 0 -1px 0;
  }

  .illust-links__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 15px 25px 5px;
  }

  .illust-links__illust {
    width: 42%;
    margin: 0;
    padding-bottom: 0;
  }

  .illust-links__txt {
    width: 54%;
    font-size: 1.6rem;
    text-align: left;
  }
}
/* --------------------------- related links --------------------------- */
.related-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.related-links.-has-margin {
  padding-top: 60px;
}

.related-links__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
  padding-bottom: 40px;
}

.related-links__link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 28px 70px 30px 40px;
  border-radius: 3px;
  border: 2px solid #00A491;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
  vertical-align: middle;
  color: #00A491;
  background: url(/img/common/line-triangle.svg) no-repeat right 35px center;
  background-size: 8px 16px;
}
.related-links__link:hover {
  opacity: 0.7;
  background-position: right 32px center;
}

.related-links__txt {
  display: block;
  margin: auto 0;
}

/* --------------------------- _related-links responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .related-links {
    margin-bottom: -12px;
  }

  .related-links__item {
    width: 100%;
    padding-bottom: 12px;
  }

  .related-links__link {
    padding: 28px 55px 30px 40px;
    font-size: 1.6rem;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .related-links.-has-margin {
    padding-top: 45px;
  }

  .related-links__link {
    padding: 20px 40px 21px 20px;
    font-size: 1.6rem;
    background-position: right 15px center;
  }
  .related-links__link:hover {
    background-position: right 12px center;
  }
}
/* --------------------------- list links --------------------------- */
.list-links {
  border-radius: 3px;
  border: 2px solid #00A491;
}
.list-links.-has-margin {
  margin-top: 40px;
}

.list-links__item {
  margin-bottom: -2px;
}

.list-links__item:not(:last-child) {
  border-bottom: 2px solid #00A491;
}

.list-links__link {
  display: block;
  padding: 22px 50px 22px 20px;
  color: #00A491;
  background: url(/img/common/line-triangle.svg) no-repeat right 16px center;
  background-size: 8px 16px;
}
.list-links__link:hover {
  opacity: 0.7;
  background-position: right 13px center;
}

.list-links__flex {
  display: flex;
  justify-content: space-between;
}

.list-links__date {
  display: block;
  width: 110px;
  padding-top: 1px;
  font-size: 1.4rem;
}

.list-links__title {
  width: calc(100% - 110px);
}

.list-links__txt {
  font-weight: bold;
  vertical-align: middle;
}

.list-links__pdf {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 2px 0 0 10px;
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: text-top;
  color: #fff;
  background: #00A491;
}

.list-links__blank {
  display: inline-block;
  width: 12px;
  height: 10.8px;
  padding: 5px 0 0 10px;
  vertical-align: text-top;
}

/* --------------------------- _list-links responsive --------------------------- */
/* ---------- sp1 ---------- */
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .list-links__link {
    padding: 23px 32px 23px 15px;
    background-position: right 12px center;
  }
  .list-links__link:hover {
    background-position: right 10px center;
  }

  .list-links__flex {
    display: block;
  }

  .list-links__date {
    display: block;
    width: 100%;
    padding: 0 0 14px 0;
  }

  .list-links__title {
    width: 100%;
  }
}
/* --------------------------- pagejump-links --------------------------- */
.pagejump-links {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  margin-bottom: -30px;
}
.pagejump-links.-has-margin {
  padding-top: 60px;
}

.pagejump-links__item {
  padding-bottom: 30px;
}

.pagejump-links__item:not(:last-child) {
  padding-right: 35px;
}

.pagejump-links__link {
  display: block;
  position: relative;
  padding-right: 22px;
  font-size: 1.6rem;
  font-weight: bold;
}
.pagejump-links__link:hover {
  opacity: 0.5;
}

.pagejump-links__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  width: 5px;
  height: 10px;
  background: url(/img/common/line-triangle.svg) no-repeat;
  background-size: cover;
}

/* --------------------------- _pagejump-links responsive --------------------------- */
/* ---------- sp1 ---------- */
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .pagejump-links {
    display: block;
    padding-bottom: 45px;
    margin-bottom: 0;
  }
  .pagejump-links.-has-margin {
    padding-top: 35px;
  }

  .pagejump-links__item {
    border: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: -1px;
  }

  .pagejump-links__item:not(:last-child) {
    padding-right: 0;
  }

  .pagejump-links__link {
    padding: 15px 40px 15px 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .pagejump-links__link::before {
    right: 17px;
  }
}
/* --------------------------- tab links --------------------------- */
.tab-links {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}

.tab-links__item {
  width: calc((100% - 35px) / 2);
}

.tab-links__link {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 10px;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  background: #f6f6f6;
}
.tab-links__link.-current {
  background: linear-gradient(to right, #00b892, #50c4e9);
  font-weight: bold;
  color: #fff;
  pointer-events: none;
}
.tab-links__link.-current::before {
  opacity: 1;
}
.tab-links__link:hover {
  opacity: 0.7;
}

.tab-links__link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  width: 10px;
  height: 10px;
  background: linear-gradient(to right, #00b892, #50c4e9);
  opacity: 0;
}

/* --------------------------- _tab links responsive --------------------------- */
/* ---------- sp1 ---------- */
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .tab-links {
    display: block;
    padding-bottom: 50px;
  }

  .tab-links__item {
    width: 100%;
  }

  .tab-links__item + .tab-links__item {
    padding-top: 10px;
  }

  .tab-links__link {
    padding: 12px 30px 12px 15px;
    font-size: 1.5rem;
    text-align: left;
  }
  .tab-links__link.-current::before {
    border-color: #fff transparent transparent transparent;
  }

  .tab-links__link::before {
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto;
    transform: translate(0, -50%);
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #999 transparent transparent transparent;
    opacity: 1;
  }
}
/* --------------------------- outline area --------------------------- */
.outline-area {
  position: relative;
  padding: 80px 0 140px 0;
}

.outline-area__link {
  display: block;
  width: 53%;
}
.outline-area__link:hover .outline-area__arrow {
  opacity: 0.6;
}
.outline-area__link:hover .outline-area__arrow-img {
  padding-left: 12px;
}

.outline-area__heading {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
}

.outline-area__heading-txt {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px;
  font-size: 3.1rem;
  font-weight: bold;
  background: linear-gradient(to right, rgba(54, 204, 146, 0.6), rgba(250, 233, 67, 0.6) 86%, rgba(250, 172, 200, 0.6));
}

.outline-area__heading-txt + .outline-area__heading-txt {
  margin-top: 12px;
}

.outline-area__arrow {
  display: flex;
  align-items: center;
  margin-top: 35px;
  transition: 0.3s;
}

.outline-area__arrow-txt {
  font-weight: bold;
}

.outline-area__arrow-img {
  width: 58px;
  height: 8px;
  padding-left: 8px;
  transition: 0.3s;
}

.outline-area__illust {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
  transition: 0.4s;
  transform-origin: 100% 100%;
}
.outline-area__illust.-hover {
  transform: scale(1.015);
}

.outline-area__illust-img {
  object-position: 0 0 !important;
}

/* --------------------------- _outline area responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .outline-area {
    padding: 0;
  }

  .outline-area__link {
    width: 100%;
  }

  .outline-area__heading {
    padding-bottom: 30px;
  }

  .outline-area__heading-txt {
    font-size: 2.5rem;
  }

  .outline-area__heading-txt + .outline-area__heading-txt {
    margin-top: 8px;
  }

  .outline-area__illust {
    position: relative;
    width: 80%;
    height: 100%;
    margin-left: auto;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .outline-area__heading-txt {
    padding: 4px 2px;
    font-size: 2.1rem;
  }

  .outline-area__arrow {
    margin-top: 28px;
  }

  .outline-area__illust {
    width: 95%;
    padding-top: 30px;
  }
}
/* --------------------------- img flex --------------------------- */
.img-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.img-flex.-reverse {
  flex-direction: row-reverse;
}
.img-flex.-has-margin {
  padding-top: 60px;
}

.img-flex__cnt {
  width: 64%;
}

.img-flex__img {
  width: 30%;
}

.img-flex__img-comment {
  padding-top: 25px;
  font-size: 1.4rem;
}

/* --------------------------- illust flex --------------------------- */
.illust-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.illust-flex.-reverse {
  flex-direction: row-reverse;
}
.illust-flex.-has-margin {
  padding-top: 60px;
}

.illust-flex__cnt {
  width: 66%;
}

.illust-flex__illust {
  width: 28%;
}

/* --------------------------- portrait flex --------------------------- */
.portrait-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.portrait-flex.-has-margin {
  padding-top: 60px;
}

.portrait-flex__portrait {
  width: 25%;
}

.portrait-flex__name {
  padding-top: 30px;
}

.portrait-flex__cnt {
  width: 70%;
}

/* --------------------------- _img-flex responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .img-flex {
    display: block;
  }
  .img-flex.-has-margin {
    padding-top: 55px;
  }

  .img-flex__cnt {
    width: 100%;
  }

  .img-flex__img {
    width: 65%;
    padding: 5px 0 45px 0;
    margin: 0 auto;
  }

  .illust-flex {
    display: block;
  }
  .illust-flex.-has-margin {
    padding-top: 55px;
  }

  .illust-flex__cnt {
    width: 100%;
  }

  .illust-flex__illust {
    width: 35%;
    padding-bottom: 35px;
    margin: 0 auto;
  }

  .portrait-flex {
    display: block;
  }

  .portrait-flex__portrait {
    width: 100%;
    padding-bottom: 40px;
  }

  .portrait-flex__img {
    width: 50%;
    margin: 0 auto;
  }

  .portrait-flex__name {
    padding-top: 20px;
    text-align: center;
  }

  .portrait-flex__cnt {
    width: 100%;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .img-flex.-has-margin {
    padding-top: 45px;
  }

  .img-flex__img {
    width: 100%;
    padding: 5px 0 30px 0;
    margin: 0 auto;
  }

  .illust-flex.-has-margin {
    padding-top: 45px;
  }

  .illust-flex__illust {
    width: 85%;
    padding-bottom: 30px;
  }

  .portrait-flex {
    display: block;
  }
  .portrait-flex.-has-margin {
    padding-top: 45px;
  }

  .portrait-flex__portrait {
    padding-bottom: 30px;
  }

  .portrait-flex__img {
    width: 58%;
  }
}
/* --------------------------- img-expand --------------------------- */
.img-expand {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.img-expand.-show {
  opacity: 1;
  visibility: visible;
}

.img-expand__inner {
  position: relative;
  padding: 60px 0 70px 0;
}

.img-expnad__close-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.img-expand__img-wrap {
  position: relative;
  z-index: 10;
  width: 40%;
  margin: 0 auto;
}

.img-expand__img + .img-expand__img {
  padding-top: 20px;
}

.img-expand__open {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 10px 0 0 auto;
}

.img-expand__open-img {
  width: 28px;
  padding-right: 10px;
}

.img-expand__open-txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00A491;
}

.img-expand__close {
  display: flex;
  align-items: center;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 0;
}

.img-expand__close-img {
  width: 38px;
  padding-right: 12px;
}

.img-expand__close-txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

/* --------------------------- _img-expand responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .img-expand__inner {
    padding: 60px 0 70px 0;
  }

  .img-expand__img-wrap {
    width: 60%;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .img-expand__inner {
    padding: 80px 0 70px 0;
  }

  .img-expand__img-wrap {
    width: 80%;
  }

  .img-expand__img + .img-expand__img {
    padding-top: 20px;
  }

  .img-expand__close {
    top: 20px;
    right: 10px;
  }

  .img-expand__close-img {
    padding-right: 0;
  }

  .img-expand__close-txt {
    display: none;
  }
}
/* --------------------------- border wrap --------------------------- */
.border-wrap {
  box-sizing: border-box;
  padding: 55px 6% 70px 6%;
  border-radius: 5px;
  border: 2px solid #00A491;
}
.border-wrap.-has-margin {
  margin-top: 70px;
}

.border-wrap__heading {
  padding-bottom: 25px;
  font-size: 2.3rem;
  line-height: 1.7;
  font-weight: bold;
  color: #00A491;
}
.border-wrap__heading.-has-margin {
  padding-top: 60px;
}

.border-wrap__num-heading {
  padding-bottom: 18px;
  font-size: 1.9rem;
  line-height: 1.7;
  font-weight: bold;
  color: #00A491;
}
.border-wrap__num-heading.-has-margin {
  padding-top: 35px;
}

.border-wrap__num {
  font-size: 2.2rem;
  padding-right: 5px;
}

/* --------------------------- _border wrap responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .border-wrap {
    padding: 45px 6% 55px 6%;
  }

  .border-wrap__heading {
    font-size: 2rem;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .border-wrap {
    padding: 30px 7% 50px 7%;
  }
  .border-wrap.-has-margin {
    margin-top: 50px;
  }

  .border-wrap__heading {
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
  .border-wrap__heading.-has-margin {
    padding-top: 45px;
  }
}
/* --------------------------- tag-gruop wrap --------------------------- */
.tag-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 10px;
  padding-bottom: 20px;
}
.tag-group.-has-margin {
  padding-top: 32px;
}

.tag-group__tag {
  display: block;
  box-sizing: border-box;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #e66f6a;
}
.tag-group__tag.-yellow {
  background: #b8c66e;
}
.tag-group__tag.-blue {
  background: #4ea2c1;
}
.tag-group__tag.-gray {
  background: #aaa;
}

.tag-group__txt {
  display: block;
  font-size: 1.2rem;
}

/* --------------------------- _tag-group responsive --------------------------- */
/* ---------- sp1 ---------- */
/* ---------- sp2 ---------- */
/* --------------------------- list --------------------------- */
.list-bg {
  padding: 32px 40px 35px 40px;
  background: #f6f6f6;
}
.list-bg.-has-margin {
  margin-top: 40px;
}

.circle-list,
.num-list {
  line-height: 2;
}

.circle-list__item,
.num-list__item {
  position: relative;
  padding-left: 20px;
}

.circle-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #00A491;
}

.num-list {
  counter-reset: item;
}
.num-list.-alphabet .num-list__item::before {
  content: counter(item, upper-alpha) ". ";
}

.num-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  counter-increment: item;
  content: counter(item) ". ";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0;
  color: #00A491;
}

/* --------------------------- _list responsive --------------------------- */
/* ---------- sp1 ---------- */
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .list-bg {
    padding: 24px 20px 27px 20px;
  }
}
/* --------------------------- border list --------------------------- */
.border-list {
  display: flex;
  flex-wrap: wrap;
}
.border-list.-has-margin {
  padding-top: 60px;
}

.border-list__item {
  box-sizing: border-box;
  width: calc(33.3333333333% + 1px);
  padding: 35px 3% 50px 3%;
  border: 1px solid #e5e5e5;
  margin: 0 -1px -1px 0;
}

/* --------------------------- _border list responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .border-list__item {
    width: calc(50% + 1px);
    padding: 35px 4% 50px 4%;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .border-list.-has-margin {
    padding-top: 45px;
  }

  .border-list__item {
    width: 100%;
    padding: 30px 7% 40px 7%;
    margin: 0 0 -1px 0;
  }
}
/* --------------------------- img list --------------------------- */
.img-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -60px;
}
.img-list.-has-margin {
  padding-top: 60px;
}

.img-list__item {
  width: calc((100% - 100px) / 3);
  padding-bottom: 60px;
}

.img-list__item:not(:nth-child(3n)) {
  padding-right: 50px;
}

.img-list__heading {
  padding: 20px 0 19px 0;
  font-size: 1.9rem;
  line-height: 1.7;
  font-weight: bold;
}

.img-list__heading-small {
  font-size: 1.5rem;
}

.img-list__txt {
  font-size: 1.4rem;
}

/* --------------------------- _img-list responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .img-list__item {
    width: calc((100% - 50px) / 2);
  }

  .img-list__item:not(:nth-child(3n)) {
    padding-right: 0;
  }

  .img-list__item:nth-child(2n+1) {
    padding-right: 50px;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .img-list {
    margin-bottom: -40px;
  }
  .img-list.-has-margin {
    padding-top: 45px;
  }

  .img-list__item {
    width: 100%;
    padding-bottom: 40px;
  }

  .img-list__item:nth-child(2n+1) {
    padding-right: 0;
  }

  .img-list__heading {
    padding: 18px 0 17px 0;
    font-size: 1.6rem;
  }
}
/* --------------------------- subject-list --------------------------- */
.subject-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -70px;
}
.subject-list.-has-margin {
  padding-top: 90px;
}

.subject-list__item {
  display: flex;
  flex-direction: column;
  width: 47%;
  padding-bottom: 70px;
}

.subject-list__cnt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 40px;
}

.subject-list__heading3rd {
  padding-bottom: 27px;
}

.subject-list__table {
  border-collapse: collapse;
  width: 100%;
}

.subject-list__table-heading,
.subject-list__table-data {
  padding: 22px 12px;
  text-align: center;
}

.subject-list__table-heading {
  border: 1px solid #e5e5e5;
  font-weight: bold;
  background: #f6f6f6;
}

.subject-list__table-data {
  border: 1px solid #e5e5e5;
}

.subject-list__table-link {
  padding-right: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #00A491;
  background: url(/img/common/blank-green.png) no-repeat right center;
  background-size: 10px 9px;
}

/* --------------------------- _subject-list responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .subject-list {
    margin-bottom: -60px;
  }

  .subject-list__item {
    width: 100%;
    padding-bottom: 60px;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .subject-list {
    margin-bottom: -45px;
  }
  .subject-list.-has-margin {
    padding-top: 45px;
  }

  .subject-list__item {
    padding-bottom: 45px;
  }

  .subject-list__cnt {
    padding-bottom: 35px;
  }

  .subject-list__table-heading,
.subject-list__table-data {
    padding: 20px 12px;
    font-size: 1.4rem;
  }

  .subject-list__heading3rd {
    padding-bottom: 22px;
  }

  .subject-list__table-link {
    font-size: 1.3rem;
  }
}
/* --------------------------- remarks-list --------------------------- */
.remarks-list {
  padding-top: 35px;
}
.remarks-list.-has-num {
  counter-reset: item;
}
.remarks-list.-has-num .remarks-list__item {
  padding-left: 32px;
}
.remarks-list.-has-num .remarks-list__item::before {
  counter-increment: item;
  content: "※" counter(item);
}

.remarks-list__item {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 2;
  color: #00A491;
}

.remarks-list__item::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------- _remarks-list responsive --------------------------- */
/* ---------- sp1 ---------- */
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .remarks-list {
    padding-top: 30px;
  }
}
/* --------------------------- qa-list --------------------------- */
.qa-list {
  border-radius: 5px;
  border: 2px solid #00A491;
}
.qa-list.-has-margin {
  margin-top: 60px;
}

.qa-list__item {
  padding: 40px 40px 50px 40px;
}

.qa-list__item:not(:last-child) {
  border-bottom: 2px solid #00A491;
}

.qa-list__q-wrap,
.qa-list__a-wrap {
  display: flex;
  align-items: flex-start;
}

.qa-list__q-wrap {
  padding-bottom: 12px;
}

.qa-list__q-square,
.qa-list__a-square {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin-right: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.qa-list__q-square {
  border: 2px solid #00A491;
  color: #00A491;
}

.qa-list__a-square {
  color: #fff;
  background: #00A491;
}

.qa-list__q,
.qa-list__a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
}

.qa-list__q-txt,
.qa-list__a-cnt {
  width: calc(100% - 55px);
  padding-top: 12px;
}

.qa-list__q-txt {
  font-size: 1.7rem;
  font-weight: bold;
  color: #00A491;
}

/* --------------------------- _qa-list responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .qa-list__item {
    padding: 30px 30px 45px 30px;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .qa-list.-has-margin {
    margin-top: 45px;
  }

  .qa-list__item {
    padding: 25px 4.5% 40px 4.5%;
  }

  .qa-list__q-wrap {
    padding-bottom: 20px;
  }

  .qa-list__q-square,
.qa-list__a-square {
    margin-right: 12px;
    width: 35px;
    height: 35px;
  }

  .qa-list__q,
.qa-list__a {
    font-size: 1.9rem;
  }

  .qa-list__q-txt,
.qa-list__a-cnt {
    width: calc(100% - 47px);
    padding-top: 3px;
  }

  .qa-list__q-txt {
    font-size: 1.5rem;
  }
}
/* --------------------------- common table --------------------------- */
.common-table {
  overflow: hidden;
  overflow-x: auto;
}
.common-table.-has-margin {
  padding-top: 50px;
}

.common-table::before {
  content: "※ この表は横にスクロールできます";
  display: none;
  padding-bottom: 20px;
  font-size: 1.3rem;
  text-align: left;
  color: #777;
}

.common-table__table {
  border-collapse: collapse;
  width: 100%;
}

.common-table__heading,
.common-table__sub-heading,
.common-table__data {
  padding: 15px;
  line-height: 2;
  letter-spacing: 0;
  vertical-align: middle;
}
.common-table__heading.-center,
.common-table__sub-heading.-center,
.common-table__data.-center {
  text-align: center;
}

.common-table__heading {
  border: 1px solid #1e907f;
  font-weight: bold;
  color: #fff;
  background: #00A491;
}

.common-table__sub-heading {
  border: 1px solid #e5e5e5;
  font-weight: bold;
  background: #f6f6f6;
}

.common-table__data {
  border: 1px solid #e5e5e5;
}

/* --------------------------- _common-table responsive --------------------------- */
/* ---------- sp1 ---------- */
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .common-table.-has-margin {
    padding-top: 30px;
  }
  .common-table.-has-scroll {
    width: calc(100% + 6.25vw);
  }
  .common-table.-has-scroll::before {
    display: block;
  }
  .common-table.-has-scroll .common-table__table {
    width: 800px;
    margin-bottom: 20px;
  }

  .common-table__heading,
.common-table__sub-heading,
.common-table__data {
    padding: 10px;
  }
}
/* --------------------------- contact form --------------------------- */
.contact-form.-has-margin {
  margin-top: 70px;
}

@media screen and (max-width: 1200px) {
  .contact-form {
    max-width: 800px;
  }
}
.contact-form__row {
  display: flex;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #eee;
}

.contact-form__row:first-child {
  border-top: 1px solid #eee;
}

.contact-form__heading {
  box-sizing: border-box;
  width: 300px;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.contact-form__heading-small {
  display: block;
  padding-top: 10px;
  font-weight: normal;
  font-size: 1.3rem;
}

.contact-form__data {
  width: calc(100% - 300px);
}

.contact-form__flex {
  display: flex;
  align-items: center;
}

.contact-form__input,
.contact-form__textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px;
  line-height: 1.5;
  background: #f6f6f6;
  cursor: text;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #999;
}

.contact-form__input.-half {
  width: calc((100% - 20px) / 2);
}
.contact-form__input.-code3 {
  width: 90px;
}
.contact-form__input.-code4 {
  width: 110px;
}

.contact-form__input.-half + .contact-form__input.-half {
  margin-left: 20px;
}

.contact-form__hyph {
  display: block;
  padding: 0 15px;
}

.contact-form__select {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 40px 16px 20px;
  line-height: 1.5;
  background: url(/img/common/select-triangle.svg) no-repeat right 18px center;
  background-size: 9px 5px;
  background-color: #f6f6f6;
}
.contact-form__select.-short {
  width: 240px;
}

.contact-form__textarea {
  height: 360px;
}

.contact-form__radio-wrap {
  margin-bottom: -15px;
}

.contact-form__radio {
  display: none;
}
.contact-form__radio:checked + .contact-form__radio-label {
  font-weight: bold;
  color: #00A491;
}
.contact-form__radio:checked + .contact-form__radio-label::after {
  opacity: 1;
}

.contact-form__radio-label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin: 0 40px 15px 0;
  line-height: 1.5;
  cursor: pointer;
}

.contact-form__radio-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #aaa;
}

.contact-form__radio-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00A491;
  opacity: 0;
}

.contact-form__txt {
  padding-bottom: 35px;
  font-size: 1.4rem;
}

.contact-form__check {
  padding-top: 80px;
  text-align: center;
}

.contact-form__link-wrap {
  display: inline-flex;
  justify-content: center;
  gap: 0 40px;
  width: 100%;
  margin: 0 auto;
}

.contact-form__confirm-grd-link {
  margin: 80px 0 0 0;
}

.contact-form__confirm-grd-link.-gray {
  background: #ccc;
}

/* --------------------------- _contact-form responsive --------------------------- */
/* ---------- sp1 ---------- */
@media screen and (max-width: 1200px) {
  .contact-form__row {
    flex-direction: column;
    padding: 26px 0 30px 0;
  }

  .contact-form__heading {
    width: 100%;
    padding-bottom: 16px;
    padding-right: 0;
    font-size: 1.5rem;
  }

  .contact-form__data {
    width: 100%;
  }

  .contact-form__radio-wrap {
    padding: 5px 0;
  }

  .contact-form__txt {
    padding-top: 5px;
  }

  .contact-form__link-wrap {
    flex-direction: column;
    gap: 15px 0;
    padding-top: 50px;
  }

  .contact-form__confirm-grd-link {
    margin: 0 auto;
  }
}
/* ---------- sp2 ---------- */
@media screen and (max-width: 700px) {
  .contact-form.-has-margin {
    margin-top: 45px;
  }

  .contact-form__input,
.contact-form__textarea {
    padding: 15px;
  }

  .contact-form__input.-half {
    width: calc((100% - 10px) / 2);
  }

  .contact-form__input.-half + .contact-form__input.-half {
    margin-left: 10px;
  }

  .contact-form__select {
    padding: 15px 40px 15px 15px;
  }
  .contact-form__select.-short {
    width: 100%;
  }

  .contact-form__radio-label {
    display: block;
    margin: 0 0 12px 0;
  }

  .contact-form__textarea {
    height: 300px;
  }

  .contact-form__check {
    padding-top: 50px;
    text-align: left;
  }
}

  .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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