@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

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

video {
  border: 0;
  line-height: 0px;
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  background: #fcfcfc;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 2;
}
.l-header__inner {
  max-width: 1400px;
  margin: auto;
  position: relative;
  padding: 20px 30px;
}
@media only screen and (max-width: 1000px) {
  .l-header__inner {
    padding: 10px 13px;
  }
}
.l-header__inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  transition: all 0.2s ease;
}
.l-header__inner h2 img {
  width: 66px;
  margin-right: 22px;
  vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
  .l-header__inner h2 img {
    width: 40px;
    margin-right: 10px;
  }
}
.l-header__inner h2.is-hide {
  opacity: 0;
}
@media only screen and (max-width: 1000px) {
  .l-header__inner h2 {
    font-size: 10px;
  }
}
.l-header__inner__menu {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 1000px) {
  .l-header__inner__menu {
    display: none;
  }
}
.l-header__inner__menu__item {
  display: inline-block;
}
.l-header__inner__menu__item--category {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  margin-right: 24px;
  position: relative;
}
.l-header__inner__menu__item--category img {
  width: 10px;
  margin-right: 10px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.l-header__inner__menu__item--category:hover {
  cursor: pointer;
}
.l-header__inner__menu__item--category.is-active img {
  transform: rotate(-180deg);
}
.l-header__inner__menu__item--form {
  opacity: 0;
  width: 0px;
  transition: all 0.6s ease;
}
.l-header__inner__menu__item--form.is-active {
  opacity: 1;
  width: 260px;
  margin-right: 24px;
}
.l-header__inner__menu__item--form form {
  position: relative;
}
.l-header__inner__menu__item--form form input {
  width: 100%;
  padding: 0;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 100px;
  border: none;
  background: #f7f7f7;
}
.l-header__inner__menu__item--form form button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: none;
  background: none;
}
.l-header__inner__menu__item--form form button img {
  width: 20px;
}
.l-header__inner__menu__item--form.is-active form input {
  padding: 10px 45px 10px 10px;
}
.l-header__inner__menu__item--search {
  z-index: 1;
  margin-right: 60px;
}
.l-header__inner__menu__item--search:hover {
  cursor: pointer;
}
.l-header__inner__menu__item--search img {
  width: 22px;
  vertical-align: middle;
}
.l-header__inner__menu__item--search img.is-close {
  display: none;
}
.l-header__inner__menu__item--search.is-click img.is-search {
  display: none;
}
.l-header__inner__menu__item--search.is-click img.is-close {
  display: initial;
}
.l-header__inner__menu__item--button {
  margin-right: 12px;
}
.l-header__inner__menu__item--button img {
  width: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
.l-header__inner__menu__item--button:last-of-type {
  margin-right: 0px;
}
.l-header__inner__menu__item--button:last-of-type img {
  width: 18px;
}
.l-header__inner__menu__item--button a {
  background: #000;
  color: #FFF;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.l-header__category {
  display: none;
  position: fixed;
  top: 49px;
  left: 0px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 25px;
  width: 310px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 768px) {
  .l-header__category {
    padding: 25px 25px 200px;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: auto;
  }
}
.l-header__category h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.l-header__category h3::before {
  content: url(../img/common/header_sub_menu_category.svg);
  width: 24px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.l-header__category h3.is-tag {
  margin-top: 32px;
}
.l-header__category h3.is-tag::before {
  content: url(../img/common/header_sub_menu_tag.svg);
}
.l-header__category .is-category + ul {
  font-size: 0px;
}
.l-header__category .is-category + ul li {
  margin-bottom: 23px;
  padding-left: 13px;
}
.l-header__category .is-category + ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding-left: 30px;
  position: relative;
}
.l-header__category .is-category + ul li a::before {
  content: url(../img/common/header_sub_menu_arrow.svg);
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.l-header__category .is-tag + ul {
  font-size: 0px;
}
.l-header__category .is-tag + ul li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.l-header__category .is-tag + ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  padding: 5px 12px;
  background: #54B4CA;
  color: #FFFFFF;
  border-radius: 11px;
}
.l-header__toggle {
  display: none;
  position: fixed;
  top: 8px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 50%;
}
@media only screen and (max-width: 1000px) {
  .l-header__toggle {
    display: block;
  }
}
.l-header__toggle__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__toggle__inner__menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 14px;
  height: 9px;
}
.l-header__toggle__inner__menu div {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__toggle__inner__menu div span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}
.l-header__toggle__inner__menu div span:nth-of-type(1) {
  top: 0;
}
.l-header__toggle__inner__menu div span:nth-of-type(2) {
  top: 4px;
  /* top: pxtovw_sp(4); */
}
.l-header__toggle__inner__menu div span:nth-of-type(3) {
  bottom: 0;
}
.l-header__toggle.is-active .l-header__toggle__inner__menu div span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
.l-header__toggle.is-active .l-header__toggle__inner__menu div span:nth-of-type(2) {
  opacity: 0;
}
.l-header__toggle.is-active .l-header__toggle__inner__menu div span:nth-of-type(3) {
  transform: translateY(-4px) rotate(45deg);
}

/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  position: relative;
  background: #F4F4F4;
}
.l-footer__inner {
  max-width: 1440px;
  padding: 80px 90px 60px;
  margin: auto;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner {
    padding: 5.7142857143vw 6.4285714286vw 4.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 50px 30px;
  }
}
.l-footer__inner__top__left {
  float: left;
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__left {
    float: none;
  }
}
.l-footer__inner__top__left__logo {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__left__logo {
    margin-bottom: 3.5714285714vw;
  }
}
.l-footer__inner__top__left__logo a img {
  width: 80px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__left__logo a img {
    width: 5.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__left__logo a img {
    width: 80px;
    margin-bottom: 20px;
  }
}
.l-footer__inner__top__left__logo a p {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__left__logo a p {
    font-size: 1.1428571429vw;
    line-height: 2.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__left__logo a p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__left__button {
    margin-bottom: 45px;
  }
}
.l-footer__inner__top__left__button a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 12px 18px;
  background: #000;
  color: #FFF;
  text-decoration: none;
  border-radius: 25px;
  margin-right: 12px;
}
.l-footer__inner__top__left__button a img {
  width: 14px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__left__button a img {
    width: 1vw;
    margin-right: 0.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__left__button a img {
    height: 20px;
    width: auto;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__left__button a {
    font-size: 1.1428571429vw;
    padding: 0.8571428571vw 1.2857142857vw;
    border-radius: 1.7857142857vw;
    margin-right: 0.8571428571vw;
  }
}
.l-footer__inner__top__left__button a:last-of-type {
  margin-right: 0px;
}
.l-footer__inner__top__left__button a:last-of-type img {
  width: 14px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__left__button a:last-of-type img {
    width: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__left__button a:last-of-type img {
    height: 20px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__left__button a {
    font-size: 16px;
    display: table;
    width: auto;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 12px 18px;
    border-radius: 25px;
  }
  .l-footer__inner__top__left__button a:last-of-type {
    margin-bottom: 0px;
  }
}
.l-footer__inner__top__right {
  float: right;
  padding-bottom: 20px;
  border-bottom: 2px solid #ededed;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__right {
    padding-bottom: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right {
    float: none;
    padding-bottom: 0px;
    border-bottom-width: 0px;
  }
}
.l-footer__inner__top__right__menu {
  display: table;
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu {
    display: block;
  }
}
.l-footer__inner__top__right__menu__item {
  display: table-cell;
  vertical-align: top;
  padding: 0px 40px;
  border-right: 2px solid #EDEDED;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__right__menu__item {
    padding: 0px 2.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu__item {
    display: block;
    padding: 30px 0px;
    border-right-width: 0px;
    border-bottom: 2px solid #EDEDED;
  }
}
.l-footer__inner__top__right__menu__item:first-of-type {
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu__item:first-of-type {
    padding-left: 0px;
  }
}
.l-footer__inner__top__right__menu__item:last-of-type {
  border-right-width: 0px;
  padding-right: 10px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__right__menu__item:last-of-type {
    padding-right: 0.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu__item:last-of-type {
    padding-right: 0px;
    border-bottom-width: 0px;
  }
}
.l-footer__inner__top__right__menu__item h4 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 45px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__right__menu__item h4 {
    font-size: 1.2857142857vw;
    margin-bottom: 3.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu__item h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;
  }
  .l-footer__inner__top__right__menu__item h4.is-podcast {
    margin-bottom: 60px;
  }
}
.l-footer__inner__top__right__menu__item h4 span {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__right__menu__item h4 span {
    top: 2.1428571429vw;
    font-size: 1.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu__item h4 span {
    font-size: 16px;
    top: 40px;
    left: 0px;
    transform: none;
  }
}
.l-footer__inner__top__right__menu__item ul {
  font-size: 0px;
}
.l-footer__inner__top__right__menu__item ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 34px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__right__menu__item ul li {
    font-size: 1.1428571429vw;
    line-height: 2.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu__item ul li {
    font-size: 16px;
    line-height: 34px;
  }
}
.l-footer__inner__top__right__menu__item ul li.is-icon {
  padding-left: 25px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__right__menu__item ul li.is-icon {
    padding-left: 1.7857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu__item ul li.is-icon {
    padding-left: 25px;
  }
}
.l-footer__inner__top__right__menu__item ul li.is-icon::before {
  content: url(../img/common/footer_link.svg);
  width: 14px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__right__menu__item ul li.is-icon::before {
    width: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu__item ul li.is-icon::before {
    width: 14px;
  }
}
.l-footer__inner__top__right__menu__item ul li img {
  display: inline-block;
  width: 14px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__right__menu__item ul li img {
    width: 1vw;
    margin-bottom: 0.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu__item ul li img {
    width: 14px;
    margin-bottom: 10px;
  }
}
.l-footer__inner__top__right__menu__item ul.is-podcast li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__right__menu__item ul.is-podcast li {
    margin-right: 1.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu__item ul.is-podcast li {
    margin-right: 20px;
  }
}
.l-footer__inner__top__right__menu__item ul.is-podcast li img {
  height: 35px;
  width: auto;
  margin: 0px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__top__right__menu__item ul.is-podcast li img {
    height: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__top__right__menu__item ul.is-podcast li img {
    height: 45px;
  }
}
.l-footer__inner__top__right__menu__item ul.is-podcast li:last-of-type {
  margin-right: 0px;
}
.l-footer__inner__sns {
  text-align: right;
  padding: 35px 0px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__sns {
    padding: 2.5vw 0px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__sns {
    text-align: left;
    padding: 10px 0px 50px;
  }
}
.l-footer__inner__sns__item {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__sns__item {
    margin-right: 3.2142857143vw;
  }
}
.l-footer__inner__sns__item:last-of-type {
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__sns__item {
    display: block;
    margin-right: 0px;
  }
}
.l-footer__inner__sns__item ul {
  font-size: 0px;
}
.l-footer__inner__sns__item ul li {
  display: inline-block;
  margin-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__sns__item ul li {
    margin-right: 0.7142857143vw;
    font-size: 1.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__sns__item ul li {
    margin-right: 25px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
  }
}
.l-footer__inner__sns__item ul li.is-title {
  margin-right: 16px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__sns__item ul li.is-title {
    margin-right: 1.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__sns__item ul li.is-title {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.l-footer__inner__sns__item ul li:last-of-type {
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__sns__item ul li:last-of-type {
    margin-bottom: 0px;
  }
}
.l-footer__inner__sns__item ul li a img {
  width: 30px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__sns__item ul li a img {
    width: 2.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__sns__item ul li a img {
    width: 40px;
  }
}
.l-footer__inner__copy p {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #C4C4C4;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner__copy p {
    font-size: 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__inner__copy p {
    text-align: left;
    font-size: 14px;
  }
}

/*----------------------------------------
	loading
----------------------------------------*/
.c-loader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.c-loader__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-loader__inner__item {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-loader__inner__item__loading {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
}
.c-loader__inner__item__loading__circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: calc(60px / 10) solid transparent;
}
.c-loader__inner__item__loading__circle--circle1 {
  border-top-color: #54B4CA;
  animation: c-loader-animation 1s infinite;
}
.c-loader__inner__item__loading__circle--circle2 {
  border-bottom-color: #54B4CA;
  animation: c-loader-animation 1s infinite alternate;
}

@keyframes c-loader-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------
	c-gradation
----------------------------------------*/
.c-gradation {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 393px;
  height: 28.0714285714vw;
}
@media only screen and (max-width: 768px) {
  .c-gradation {
    height: 690px;
    height: 184vw;
  }
}
.c-gradation.is-index {
  height: 1061px;
  height: 75.7857142857vw;
}
@media only screen and (max-width: 768px) {
  .c-gradation.is-index {
    height: 425px;
    height: 113.3333333333vw;
  }
}
.c-gradation.is-list {
  height: 523px;
  height: 37.3571428571vw;
}
@media only screen and (max-width: 768px) {
  .c-gradation.is-list {
    height: 164px;
    height: 43.7333333333vw;
  }
}
.c-gradation.is-article {
  height: 800px;
  height: 57.1428571429vw;
}
@media only screen and (max-width: 768px) {
  .c-gradation.is-article {
    height: 652px;
    height: 173.8666666667vw;
  }
}
.c-gradation.is-podcast {
  height: 523px;
  height: 37.3571428571vw;
}
@media only screen and (max-width: 768px) {
  .c-gradation.is-podcast {
    height: 164px;
    height: 43.7333333333vw;
  }
}
.c-gradation__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #cdccea, #ffeec7, #ffddc7);
  background-size: 600% 600%;
  animation: gradation 20s ease infinite;
}
.c-gradation__inner__cover {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(252, 252, 252, 0), #fcfcfc);
  height: 30%;
}

@keyframes gradation {
  0% {
    background-position: 0% 52%;
  }
  50% {
    background-position: 100% 49%;
  }
  100% {
    background-position: 0% 52%;
  }
}
/*----------------------------------------
	c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  position: relative;
}
.c-breadcrumb__inner {
  max-width: 1400px;
  padding: 135px 100px 0px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .c-breadcrumb__inner {
    padding: 9.6428571429vw 7.1428571429vw 0px;
  }
}
@media only screen and (max-width: 768px) {
  .c-breadcrumb__inner {
    padding: 70px 30px 0px;
    padding: 18.6666666667vw 8vw 0px;
  }
}
.c-breadcrumb__inner ul {
  font-size: 0px;
}
.c-breadcrumb__inner ul li {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .c-breadcrumb__inner ul li {
    font-size: 10px;
    line-height: 22px;
  }
}

/*----------------------------------------
	c-page_title
----------------------------------------*/
.c-page_title {
  position: relative;
}
.c-page_title__inner {
  max-width: 1400px;
  padding: 7px 100px 0px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .c-page_title__inner {
    padding: 7px 7.1428571429vw 0px;
  }
}
@media only screen and (max-width: 768px) {
  .c-page_title__inner {
    padding: 0px 30px;
    padding: 0px 8vw;
  }
}
.c-page_title__inner h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 58px;
}
@media only screen and (max-width: 768px) {
  .c-page_title__inner h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

/*----------------------------------------
	c-pickup
----------------------------------------*/
.c-pickup__inner {
  padding: 56px 30px 60px;
  max-width: 750px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-pickup__inner {
    padding: 10px 30px 70px;
    padding: 2.6666666667vw 8vw 18.6666666667vw;
  }
}
.c-pickup__inner__icon {
  position: absolute;
  top: -8px;
  right: 38px;
  width: 220px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .c-pickup__inner__icon {
    top: -23px;
    right: 30px;
    width: 120px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .c-pickup__inner__icon {
    top: -6.1333333333vw;
    right: 8vw;
    width: 32vw;
  }
}
.c-pickup__inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c-pickup__inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.c-pickup__inner__image {
  position: relative;
}
.c-pickup__inner__image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

/*----------------------------------------
	c-ranking
----------------------------------------*/
.c-ranking {
  background: linear-gradient(90deg, #cdccea, #ffeec7, #ffddc7);
  background-size: 600% 600%;
  animation: gradation 20s ease infinite;
}
.c-ranking__inner {
  padding: 65px 158px 70px;
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .c-ranking__inner {
    padding: 4.6428571429vw 11.4285714286vw 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-ranking__inner {
    padding: 40px 15px;
    padding: 10.6666666667vw 4vw;
  }
}
.c-ranking__inner h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 76px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .c-ranking__inner h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 40px;
  }
}
.c-ranking__inner ul {
  font-size: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .c-ranking__inner ul {
    display: initial;
    flex-wrap: initial;
  }
}
.c-ranking__inner ul li {
  display: inline-block;
  margin-right: 2%;
  width: 32%;
  padding: 15px 15px 20px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  /* a {
    margin-bottom: 20px;
    img {
      border-radius: 8px;
      margin-bottom: 15px;
    }//.c-ranking__inner ul li a img
    span {
      font-family: $font-family;
      font-weight: 600;
      font-size: 18px;
      line-height: 28px;
    }//.c-ranking__inner ul li a span
  }//.c-ranking__inner ul li a */
  /* h4 {
    margin-bottom: 12px;
    a {
      font-family: $font-family;
      font-weight: 400;
      font-size: 12px;
      line-height: 1;
      padding: 10px 15px;
      background: #EDEDED;
      margin-right: 10px;
      border-radius: 15px;
      display: inline-block;
      margin-bottom: 10px;
    }//.c-ranking__inner ul li h4 a
  }//.c-ranking__inner ul li h4
  h5 {
    font-family: $font-family;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }//.c-ranking__inner ul li h5 */
}
@media only screen and (max-width: 768px) {
  .c-ranking__inner ul li {
    display: block;
    margin-right: 0%;
    width: 100%;
  }
}
.c-ranking__inner ul li:last-of-type {
  margin-right: 0px;
}
.c-ranking__inner ul li span {
  text-align: center;
  display: inline-block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: -10px;
  top: -20px;
}
.c-ranking__inner ul li a h3 {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .c-ranking__inner ul li a h3 {
    font-size: 18px;
  }
}
.c-ranking__inner ul li h5 {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .c-ranking__inner ul li h5 {
    font-size: 10px;
  }
}
.c-ranking__inner .slick-list {
  overflow: visible;
}
.c-ranking__inner .slick-slide {
  opacity: 0;
  transition: all 0.6s ease;
}
.c-ranking__inner .slick-slide.slick-active {
  opacity: 1;
}

/*----------------------------------------
	c-newsletter
----------------------------------------*/
.c-newsletter {
  background: #F7F7F7;
}
.c-newsletter__inner {
  padding: 130px 100px 80px;
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner {
    padding: 9.2857142857vw 7.1428571429vw 5.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner {
    padding: 40px 0px 0px;
  }
}
.c-newsletter__inner__left {
  float: left;
  width: 60%;
  padding-right: 75px;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__left {
    padding-right: 5.3571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__left {
    float: none;
    width: 100%;
    padding: 0px 30px 180px;
  }
}
.c-newsletter__inner__left img {
  width: 80px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__left img {
    width: 5.7142857143vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__left img {
    width: 50px;
    margin-bottom: 20px;
  }
}
.c-newsletter__inner__left h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__left h2 {
    font-size: 2.1428571429vw;
    line-height: 2.8571428571vw;
    margin-bottom: 3.9285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__left h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 45px;
  }
}
.c-newsletter__inner__left p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__left p {
    font-size: 1.4285714286vw;
    line-height: 2.8571428571vw;
    margin-bottom: 4.6428571429vw;
  }
}
.c-newsletter__inner__left p:last-of-type {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__left p:last-of-type {
    font-size: 1.2857142857vw;
    line-height: 2.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__left p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 70px;
  }
  .c-newsletter__inner__left p:last-of-type {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 60px;
  }
}
.c-newsletter__inner__left a {
  padding: 10px 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  background: #FFFFFF;
  border-radius: 21.5px;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__left a {
    padding: 0.7142857143vw 5.7142857143vw;
    font-size: 1.2857142857vw;
    line-height: 1.7142857143vw;
    border-radius: 1.5357142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__left a {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    border-radius: 28px;
    text-align: center;
  }
}
.c-newsletter__inner__right {
  float: right;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right {
    float: none;
    width: 100%;
  }
}
.c-newsletter__inner__right__form {
  position: relative;
}
.c-newsletter__inner__right__form__icon {
  position: absolute;
  width: 236px;
  right: -30px;
  top: -70px;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__icon {
    width: 16.8571428571vw;
    right: -2.1428571429vw;
    top: -5vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__icon {
    width: 236px;
    right: 13px;
    top: -70px;
  }
}
.c-newsletter__inner__right__form__area {
  margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__area {
    margin-top: 2.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__area {
    margin-top: 0px;
  }
}
.c-newsletter__inner__right__form__area div[class^=formbox-editor_] {
  border-radius: 8px !important;
  background: #fff !important;
}
.c-newsletter__inner__right__form__area div[class^=formbox-editor_] fieldset {
  padding: 0 40px !important;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__area div[class^=formbox-editor_] fieldset {
    padding: 0 2.8571428571vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__area div[class^=formbox-editor_] fieldset {
    padding: 0 30px !important;
  }
}
.c-newsletter__inner__right__form__area div[class^=formbox-editor_] input,
.c-newsletter__inner__right__form__area div[class^=formbox-editor_] textarea {
  margin: 5px 0px !important;
}
.c-newsletter__inner__right__form__area div[id^=formbox_screen_subscribe_] {
  padding: 40px 0 !important;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__area div[id^=formbox_screen_subscribe_] {
    padding: 0 2.8571428571vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__area div[id^=formbox_screen_subscribe_] {
    padding: 40px 0 !important;
  }
}
.c-newsletter__inner__right__form__area label[class^=formbox-field-label_] {
  font-family: "Noto Sans JP", sans-serif !important;
  margin: 15px 0 0 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__area label[class^=formbox-field-label_] {
    margin: 1.0714285714vw 0 0 !important;
    font-size: 1.2857142857vw !important;
    line-height: 1.8571428571vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__area label[class^=formbox-field-label_] {
    margin: 15px 0 0 !important;
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
.c-newsletter__inner__right__form__area input[class^=formbox-field_].text-placeholder {
  color: #000 !important;
  font-weight: 400 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 12px !important;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__area input[class^=formbox-field_].text-placeholder {
    font-size: 1.0714285714vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__area input[class^=formbox-field_].text-placeholder {
    font-size: 12px !important;
  }
}
.c-newsletter__inner__right__form__area input[class^=formbox-field_] {
  border: 1px solid #cadbde !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 12px !important;
  padding: 10px !important;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__area input[class^=formbox-field_] {
    font-size: 0.8571428571vw !important;
    padding: 0.7142857143vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__area input[class^=formbox-field_] {
    font-size: 12px !important;
    padding: 10px !important;
  }
}
.c-newsletter__inner__right__form__area select {
  color: #000 !important;
  font-weight: 400 !important;
  border: 1px solid #cadbde !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 12px !important;
  padding: 10px !important;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__area select {
    font-size: 0.8571428571vw !important;
    padding: 0.7142857143vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__area select {
    font-size: 12px !important;
    padding: 10px !important;
  }
}
.c-newsletter__inner__right__form__area div[class^=formbox-button_] {
  width: 100% !important;
  border-radius: 28px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 20px !important;
  line-height: 27px !important;
  font-weight: 600 !important;
  margin: 0px !important;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__area div[class^=formbox-button_] {
    border-radius: 2vw !important;
    font-size: 1.4285714286vw !important;
    line-height: 1.9285714286vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__area div[class^=formbox-button_] {
    border-radius: 28px !important;
    font-size: 20px !important;
    line-height: 27px !important;
  }
}
.c-newsletter__inner__right__form__area div[class^=formbox-title] p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 0.06em;
  line-height: 20px !important;
  font-weight: 400 !important;
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__area div[class^=formbox-title] p {
    font-size: 1vw !important;
    line-height: 1.4285714286vw !important;
    margin-bottom: 2.1428571429vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__area div[class^=formbox-title] p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 30px !important;
  }
}
.c-newsletter__inner__right__form__area label[class^=formbox-label-wrap_] {
  font-family: "Noto Sans JP", sans-serif !important;
  /*margin: 0px !important;
  margin-top: 52px !important;*/
  margin-bottom: 15px !important;
  line-height: 20px !important;
  padding-left: 32px !important;
  text-indent: -32px !important;
  font-style: normal !important;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__area label[class^=formbox-label-wrap_] {
    /* margin-top: pxtovw_tb(52) !important;
    margin-bottom: pxtovw_tb(15) !important; */
    line-height: 1.4285714286vw !important;
    padding-left: 2.2857142857vw !important;
    text-indent: -2.2857142857vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__area label[class^=formbox-label-wrap_] {
    margin-top: 52px !important;
    margin-bottom: 15px !important;
    line-height: 20px !important;
    padding-left: 32px !important;
    text-indent: -32px !important;
  }
}
.c-newsletter__inner__right__form__area label[class^=formbox-label-wrap_] input[type=checkbox] {
  width: 16px !important;
  height: 16px !important;
  top: 3px !important;
}
@media only screen and (max-width: 1400px) {
  .c-newsletter__inner__right__form__area label[class^=formbox-label-wrap_] input[type=checkbox] {
    width: 1.1428571429vw !important;
    height: 1.1428571429vw !important;
    top: 0.2142857143vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsletter__inner__right__form__area label[class^=formbox-label-wrap_] input[type=checkbox] {
    width: 16px !important;
    height: 16px !important;
    top: 3px !important;
  }
}
.c-newsletter__inner__right__form__area a {
  color: #54B4CA;
  text-decoration: underline !important;
}

/*----------------------------------------
	c-mailmagazine
----------------------------------------*/
.c-mailmagazine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(69, 69, 69, 0.19);
  z-index: 1;
  display: none;
}
.c-mailmagazine__window {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}
.c-mailmagazine__window__inner {
  width: 100%;
  max-width: 790px;
  height: 100%;
  max-height: 640px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .c-mailmagazine__window__inner {
    top: 47%;
    max-height: 70%;
    padding: 15px;
  }
}
.c-mailmagazine__window__inner__body {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.c-mailmagazine__window__inner__body__text {
  padding: 40px 55px 100px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 460px;
}
@media only screen and (max-width: 768px) {
  .c-mailmagazine__window__inner__body__text {
    padding: 30px 30px 130px;
    height: 100%;
  }
}
.c-mailmagazine__window__inner__body__text p {
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
}
@media only screen and (max-width: 768px) {
  .c-mailmagazine__window__inner__body__text p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-mailmagazine__window__inner__body__close {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  text-align: center;
  border-radius: 8px;
}
.c-mailmagazine__window__inner__body__close span {
  display: inline-block;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  padding: 10px 70px;
  border: 1px solid #CDD6DD;
  border-radius: 21px;
  margin: 26px 20px 36px;
}
@media only screen and (max-width: 768px) {
  .c-mailmagazine__window__inner__body__close span {
    font-size: 18px;
    line-height: 24px;
    margin: 30px 20px 23px;
  }
}

/*----------------------------------------
	c-banner
----------------------------------------*/
.c-banner {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 1;
  max-width: 334px;
}
@media only screen and (max-width: 768px) {
  .c-banner {
    right: 15px;
    bottom: 15px;
    width: 200px;
  }
}
.c-banner__inner {
  position: relative;
}
.c-banner__inner a {
  display: inline-block;
}
.c-banner__inner__close {
  position: absolute;
  top: -32px;
  right: -32px;
}
@media only screen and (max-width: 768px) {
  .c-banner__inner__close {
    top: -40px;
    right: -40px;
  }
}
.c-banner__inner__close:hover {
  cursor: pointer;
}

/*----------------------------------------
	c-slider
----------------------------------------*/
.c-slider__inner {
  position: relative;
  padding: 150px 100px 180px;
  max-width: 1400px;
  margin: auto;
  /* ul {
    li {
      h4,
      h5 {
        display: inline-block;
      }
    }
  } */
}
@media only screen and (max-width: 1400px) {
  .c-slider__inner {
    padding: 10.7142857143vw 7.1428571429vw 12.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-slider__inner {
    padding: 75px 30px 35px;
  }
}
.c-slider__inner h2 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .c-slider__inner h2 {
    font-size: 20px;
    line-height: 27px;
  }
}
.c-slider__inner h2 a {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .c-slider__inner h2 a {
    font-size: 12px;
  }
}

/*----------------------------------------
	c-slide_items
----------------------------------------*/
.c-slide_items {
  font-size: 0px;
  position: relative;
}
.c-slide_items li {
  display: inline-block;
  width: 344px;
  margin-right: 16px;
  padding: 15px 15px 20px;
  background: #FFF;
  border-radius: 8px;
  vertical-align: top;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 768px) {
  .c-slide_items li {
    width: 240px;
    width: 64vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
    padding: 15px 15px 20px;
  }
}
.c-slide_items li:hover {
  opacity: 0.7;
}
.c-slide_items li a {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c-slide_items li a {
    margin-bottom: 15px;
  }
}
.c-slide_items li a img {
  border-radius: 8px;
  margin-bottom: 15px;
  width: 100% !important;
  height: auto !important;
}
@media only screen and (max-width: 768px) {
  .c-slide_items li a img {
    margin-bottom: 10px;
  }
}
.c-slide_items li a h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .c-slide_items li a h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
}
.c-slide_items li h4 {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .c-slide_items li h4 {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.c-slide_items li h4 a {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 20px;
  background: #54B4CA;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.c-slide_items li h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (max-width: 768px) {
  .c-slide_items li h5 {
    font-size: 9px;
    line-height: 14px;
  }
}
.c-slide_items .slick-list {
  overflow: visible !important;
}
.c-slide_items button {
  position: absolute;
  top: 77px;
  z-index: 1;
  font-size: 0;
  border-width: 0;
  background: transparent;
  padding: 0px;
  width: 44px;
  height: 44px;
  transition: all 0.6s ease;
}
.c-slide_items button::before {
  content: url(../img/common/list_button_prev.png);
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .c-slide_items button::before {
    content: "";
  }
}
.c-slide_items button.slick-prev {
  left: -40px;
}
@media only screen and (max-width: 1400px) {
  .c-slide_items button.slick-prev {
    left: -2.8571428571vw;
  }
}
.c-slide_items button.slick-next {
  right: -40px;
}
@media only screen and (max-width: 1400px) {
  .c-slide_items button.slick-next {
    right: -2.8571428571vw;
  }
}
.c-slide_items button.slick-next::before {
  content: url(../img/common/list_button_next.png);
}
@media only screen and (max-width: 768px) {
  .c-slide_items button.slick-next::before {
    content: "";
  }
}
.c-slide_items button.slick-disabled {
  opacity: 0;
}

/*----------------------------------------
	c-panel_items
----------------------------------------*/
.c-panel_items {
  font-size: 0px;
}
.c-panel_items li {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
  padding: 15px 15px 20px;
  background: #FFF;
  border-radius: 8px;
  vertical-align: top;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1400px) {
  .c-panel_items li {
    padding: 1.0714285714vw 1.0714285714vw 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-panel_items li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 45px;
    padding: 15px 15px 20px;
  }
}
.c-panel_items li:hover {
  opacity: 0.7;
}
.c-panel_items li a {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c-panel_items li a {
    margin-bottom: 20px;
  }
}
.c-panel_items li a img {
  border-radius: 8px;
  margin-bottom: 15px;
  width: 100% !important;
  height: auto !important;
}
.c-panel_items li a h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .c-panel_items li a h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.c-panel_items li h4 {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .c-panel_items li h4 {
    margin-bottom: 12px;
  }
}
.c-panel_items li h4 a {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  margin: 0px;
  padding: 5px 10px;
  background: #54B4CA;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .c-panel_items li h4 a {
    font-size: 9px;
  }
}
.c-panel_items li h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.c-panel_items li:nth-of-type(3n) {
  margin-right: 0px;
}

/*----------------------------------------
	c-tags
----------------------------------------*/
.c-tags {
  position: relative;
}
.c-tags__inner {
  padding: 0px 30px 55px;
  max-width: 870px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .c-tags__inner {
    padding: 0px 30px 45px;
  }
}
.c-tags__inner h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-tags__inner h2 {
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px;
  }
}
.c-tags__inner ul {
  font-size: 0px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-tags__inner ul {
    text-align: left;
  }
}
.c-tags__inner ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .c-tags__inner ul li {
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
.c-tags__inner ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  padding: 10px 20px;
  background: #54B4CA;
  border-radius: 17.5px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .c-tags__inner ul li a {
    padding: 7px 8px;
    border-radius: 12.5px;
    font-size: 10px;
  }
}

/*----------------------------------------
	c-share
----------------------------------------*/
.c-share {
  position: fixed;
  top: 526px;
  left: 13vw;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .c-share {
    top: auto;
    bottom: 80px;
    left: 0;
    width: 100%;
  }
}
.c-share__inner {
  border-radius: 25px;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 20px 10px;
}
@media only screen and (max-width: 768px) {
  .c-share__inner {
    border-radius: 22px;
    padding: 8px 48px;
    display: inline-block;
    width: auto;
  }
}
.c-share__inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  line-height: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c-share__inner h2 {
    writing-mode: initial;
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
    margin-right: 20px;
    line-height: 27px;
  }
}
.c-share__inner a {
  display: block;
  margin-bottom: 10px;
}
.c-share__inner a:last-of-type {
  margin-bottom: 0px;
}
.c-share__inner a:hover {
  cursor: pointer;
}
.c-share__inner a img {
  width: 29px;
}
@media only screen and (max-width: 768px) {
  .c-share__inner a {
    display: inline;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .c-share__inner a:last-of-type {
    margin-right: 0px;
  }
}

/*----------------------------------------
	c-document
----------------------------------------*/
.c-document {
  background: #F7F7F7;
}
.c-document__inner {
  max-width: 1400px;
  margin: auto;
  padding: 95px 150px 85px;
}
.c-document__inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 85px;
}
.c-document__inner h2 span {
  position: relative;
}
.c-document__inner h2 span::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 58px;
  background-image: url(../img/common/article_ducument_download.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-document__inner__left {
  width: 60%;
  padding-right: 95px;
  float: left;
}
.c-document__inner__left img {
  margin-bottom: 25px;
}
.c-document__inner__left p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
}
.c-document__inner__right {
  width: 40%;
  float: right;
  padding-top: 25px;
  position: relative;
}
.c-document__inner__right__icon {
  position: absolute;
  right: -36px;
  top: -60px;
  width: 318px;
}

/*----------------------------------------
	c-article_recommend
----------------------------------------*/
.c-article_recommend__inner {
  padding: 125px 150px 125px;
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .c-article_recommend__inner {
    padding: 8.9285714286vw 10.7142857143vw 8.9285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-article_recommend__inner {
    padding: 50px 30px;
  }
}
.c-article_recommend__inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1400px) {
  .c-article_recommend__inner h2 {
    margin-bottom: 3.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-article_recommend__inner h2 {
    font-size: 24px;
    line-height: 33px;
  }
}
.c-article_recommend__inner ul {
  font-size: 0;
}
.c-article_recommend__inner ul li {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
  padding: 15px 15px 20px;
  border-radius: 8px;
  background: #FFFFFF;
}
.c-article_recommend__inner ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1400px) {
  .c-article_recommend__inner ul li {
    margin-bottom: 1.7857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-article_recommend__inner ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 45px;
  }
}

/*----------------------------------------
	.c-author(著者)
----------------------------------------*/
.c-author {
  margin-top: 60px !important;
}
.c-author.is-page {
  margin-top: 0px !important;
  margin-bottom: 60px;
}

.c-author * {
  line-height: 1;
}

.c-author .c-author__inner .c-author__inner__title h2 {
  padding: 25px 0;
  border-radius: 10px;
  background-color: #f2fafe;
  margin-bottom: 30px;
}

.c-author .c-author__inner .c-author__inner__title h2 span {
  display: block;
  position: relative;
  font-size: 20px;
  padding: 5px 25px;
}

.c-author .c-author__inner .c-author__inner__title h2 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #54B4CA;
  width: 6px;
  border-radius: 3px;
}

.c-author .c-author__inner .c-author__inner__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__img {
  width: 25%;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__img .inner {
  position: relative;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__img .inner::before {
  content: "";
  display: block;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #d5e2e7;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__img .inner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text {
  width: 75%;
  padding-left: 25px;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__name {
  margin-bottom: 20px;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__name span {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__name h3 {
  margin-bottom: 0 !important;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share {
  display: flex;
  background: transparent;
  padding: 0;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li {
  margin-left: 15px;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li:first-of-type {
  margin-left: 0;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li a {
  width: 42px;
  height: 42px;
  position: relative;
  display: inline-block;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
  background-color: #2b62c7;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li.facebook a::before {
  background-color: #2b62c7;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li.twitter a::before {
  background-color: #3dadd6;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li.link a::before {
  background-color: #19292d;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li a:hover::before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li a svg {
  width: 9px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  fill: #fff;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li.facebook a svg {
  width: 9px;
  height: 17px;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li.twitter a svg {
  width: 15.5px;
  height: 12.5px;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li.link a svg {
  width: 16px;
  height: 16px;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__name h3 {
  font-size: 19px;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__name span {
  font-size: 13px;
  margin-bottom: 10px;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__info p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__link a {
  color: #54B4CA;
  font-size: 14px;
}

@media only screen and (max-width: 769px) {
  .c-author {
    margin: 30px 0 100px;
  }

  .c-author .c-author__inner .c-author__inner__title h2 {
    padding: 15px 0;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .c-author .c-author__inner .c-author__inner__title h2 span {
    font-size: 15px;
    padding: 5px 15px;
  }

  .c-author .c-author__inner .c-author__inner__title h2 span::before {
    width: 4px;
    border-radius: 2px;
  }

  .c-author .c-author__inner .c-author__inner__detail {
    align-items: initial;
  }

  /*.c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__img {
  	width: 25%;
  }*/
  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text {
    /*width: 75%;*/
    padding-left: 20px;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info {
    display: block;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__name {
    margin-bottom: 0;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__name span {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__name h3 {
    font-size: 14px;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share {
    display: block;
    font-size: 0;
    margin-top: 10px;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li {
    display: inline-block;
    margin-left: 13px;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li:first-of-type {
    margin-left: 0;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li a {
    width: 32px;
    height: 32px;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li.facebook a svg {
    width: 7px;
    height: 13px;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li.twitter a svg {
    width: 12px;
    height: 9.5px;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__staff_info .c-author__inner__detail__text__staff_info__share li.link a svg {
    width: 12px;
    height: 12px;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__info p {
    font-size: 13px;
    line-height: 1.7;
    margin: 20px 0;
  }

  .c-author .c-author__inner .c-author__inner__detail .c-author__inner__detail__text .c-author__inner__detail__text__link a {
    color: #54B4CA;
    font-size: 13px;
  }
}
/*----------------------------------------
	c-form
----------------------------------------*/
.c-form {
  background: #f7f7f7;
  text-align: center;
}
.c-form h3 {
  margin: 100px 0;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #000;
  display: inline-block;
  width: auto;
  position: relative;
  padding-left: 80px;
}
.c-form h3 img {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 58px;
}
.c-form__inner {
  max-width: 1400px;
  padding: 0 0 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 120px;
}
@media only screen and (max-width: 768px) {
  .c-form__inner {
    display: block;
    padding: 20px;
    gap: 0;
  }
}
.c-form__inner__left {
  flex: 1;
  max-width: 550px;
}
.c-form__inner__left img {
  max-width: 550px;
  margin: 0 0 25px;
}
.c-form__inner__left p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 24px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .c-form__inner__left {
    padding: 0 0 40px;
  }
}
.c-form__inner__right {
  flex: 1;
  max-width: 440px;
}
.c-form__inner__right .form {
  border-radius: 8px;
  background: #fff;
  padding: 40px;
  text-align: left;
}
.c-form__inner__right .form dl {
  margin: 0 0 15px;
}
.c-form__inner__right .form dl dt {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 26px;
  margin: 0 0 5px;
}
.c-form__inner__right .form dl dd input {
  width: 100%;
  border: 1px solid #cadbde;
  padding: 5px 7px;
  font-size: 14px;
}
.c-form__inner__right .form dl dd input[type=radio] {
  width: auto;
}
.c-form__inner__right .form dl dd select {
  color: #000;
  font-weight: 400;
  border: 1px solid #cadbde;
  font-size: 12px;
  padding: 10px;
}
.c-form__inner__right .form p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 20px;
  margin: 20px 0px 50px;
}
.c-form__inner__right input[type=submit] {
  width: 100%;
  border-radius: 21.5px;
  background: #000;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 8px;
  box-shadow: none;
  border: none;
}

/*----------------------------------------
	p-index
----------------------------------------*/
.p-index {
  overflow: hidden;
}
.p-index__fv {
  padding: 130px 0px 180px;
  padding: 9.2857142857vw 0px 12.8571428571vw;
}
@media only screen and (max-width: 768px) {
  .p-index__fv {
    padding: 70px 0px 0px;
    padding: 18.6666666667vw 0px 0px;
  }
}
.p-index__fv ul {
  font-size: 0;
}
.p-index__fv ul li {
  border-radius: 8px;
  background: #FFFFFF;
  padding: 25px 25px 45px;
  box-shadow: 0px 3px 30px rgba(46, 87, 134, 0.1);
  transition: 0.6s ease;
  transform: scale(0.9);
  opacity: 0.6;
  padding: 1.7857142857vw 1.7857142857vw 3.2142857143vw;
  box-shadow: 0px 0.2142857143vw 2.1428571429vw rgba(46, 87, 134, 0.1);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 768px) {
  .p-index__fv ul li {
    padding: 12px;
    padding: 3.2vw;
    margin: 0px 30px;
    margin: 0px 8vw;
    transform: scale(1);
    opacity: 0;
  }
}
.p-index__fv ul li.slick-current {
  transform: scale(1);
  opacity: 1;
}
.p-index__fv ul li:hover {
  opacity: 0.7;
}
.p-index__fv ul li a {
  width: 100%;
  text-decoration: none;
}
.p-index__fv ul li a img {
  margin-bottom: 30px;
  border-radius: 8px;
  margin-bottom: 2.1428571429vw;
  width: 100% !important;
  height: auto !important;
}
@media only screen and (max-width: 768px) {
  .p-index__fv ul li a img {
    margin-bottom: 14px;
    margin-bottom: 3.7333333333vw;
  }
}
.p-index__fv ul li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 768px) {
  .p-index__fv ul li a span {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 24px;
    line-height: 6.4vw;
  }
}
.p-index__fv ul.slick-dots {
  text-align: center;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .p-index__fv ul.slick-dots {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
}
.p-index__fv ul.slick-dots li {
  transform: scale(1);
  opacity: 1;
  display: inline-block;
  border-radius: 0px;
  background: transparent;
  padding: 0px;
  box-shadow: none;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .p-index__fv ul.slick-dots li {
    margin: 0 6px;
  }
}
.p-index__fv ul.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  border-width: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .p-index__fv ul.slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.p-index__fv ul.slick-dots li.slick-active button {
  background: #C9C9C9;
}
.p-index__fv .c-slide_items .slick-list {
  overflow-y: visible !important;
}
.p-index__articles {
  margin: -145px auto 0px;
  padding: 0px 100px;
  margin: -10.3571428571vw auto 0px;
  padding: 0px 7.1428571429vw;
}
@media only screen and (max-width: 768px) {
  .p-index__articles {
    margin: 60px auto 70px;
    margin: 16vw auto 18.6666666667vw;
  }
}
.p-index__articles h2 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .p-index__articles h2 {
    font-size: 20px;
    line-height: 27px;
  }
}
.p-index__articles h2 a {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .p-index__articles h2 a {
    font-size: 12px;
  }
}
.p-index__articles h2 span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 15px;
  background: #F6AC19;
}
@media only screen and (max-width: 768px) {
  .p-index__articles h2 span {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}
.p-index__articles h2 span.is-new {
  background: #FF5858;
}
.p-index__articles h2 span.is-recommend {
  background: #009DE1;
}
.p-index__articles ul {
  margin-bottom: 115px;
  margin-bottom: 8.2142857143vw;
}
.p-index__articles ul:last-of-type {
  margin-bottom: 80px;
  margin-bottom: 5.7142857143vw;
}
.p-index__articles ul li {
  width: 376px;
  margin-right: 16px;
  width: 26.8571428571vw;
  margin-right: 1.1428571429vw;
  padding: 15px 15px 20px;
  padding: 1.0714285714vw 1.0714285714vw 1.4285714286vw;
}
@media only screen and (max-width: 768px) {
  .p-index__articles ul li {
    width: 240px;
    width: 64vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
    padding: 10px;
    padding: 2.6666666667vw;
  }
}

/*----------------------------------------
	p-article_panel(パネルベースの記事一覧ページ)
----------------------------------------*/
.p-article_panel {
  overflow: hidden;
}
.p-article_panel__inner {
  position: relative;
  padding: 100px 150px 110px;
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .p-article_panel__inner {
    padding: 7.1428571429vw 10.7142857143vw 7.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner {
    padding: 30px 30px 85px;
    padding: 8vw 30px 22.6666666667vw;
  }
}
.p-article_panel__inner__image {
  position: absolute;
  width: 267px;
  right: 185px;
  top: 110px;
}
@media only screen and (max-width: 1400px) {
  .p-article_panel__inner__image {
    width: 19.0714285714vw;
    right: 13.2142857143vw;
    top: 7.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__image {
    display: none;
  }
}
.p-article_panel__inner__recommend {
  position: relative;
  padding: 0px 50px;
  margin-bottom: 175px;
}
@media only screen and (max-width: 1400px) {
  .p-article_panel__inner__recommend {
    padding: 0px 3.5714285714vw;
    margin-bottom: 12.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__recommend {
    padding: 0px;
    padding-left: 30px;
    margin-bottom: 50px;
  }
}
.p-article_panel__inner__recommend h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  padding: 0px 12px;
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__recommend h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
    padding: 0px 0px;
  }
}
.p-article_panel__inner__recommend ul {
  font-size: 0px;
}
.p-article_panel__inner__recommend ul li {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 50px;
  padding: 20px 20px 40px;
  background: #FFF;
  border-radius: 8px;
  vertical-align: top;
  transition: all 0.6s ease;
}
.p-article_panel__inner__recommend ul li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1400px) {
  .p-article_panel__inner__recommend ul li {
    padding: 1.4285714286vw 1.4285714286vw 2.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__recommend ul li {
    width: 240px;
    width: 64vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
    padding: 10px;
    padding: 2.6666666667vw;
  }
}
.p-article_panel__inner__recommend ul li a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__recommend ul li a {
    margin-bottom: 10px;
  }
}
.p-article_panel__inner__recommend ul li a img {
  border-radius: 8px;
  margin-bottom: 20px;
  width: 100% !important;
  height: auto !important;
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__recommend ul li a img {
    margin-bottom: 10px;
  }
}
.p-article_panel__inner__recommend ul li a h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__recommend ul li a h3 {
    font-size: 16px;
  }
}
.p-article_panel__inner__recommend ul li h4 {
  display: none;
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__recommend ul li h4 {
    display: inline-block;
    margin-bottom: 12px;
  }
}
.p-article_panel__inner__recommend ul li h4 a {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  margin: 0px;
  padding: 5px 10px;
  background: #54B4CA;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__recommend ul li h4 a {
    font-size: 9px;
  }
}
.p-article_panel__inner__recommend ul li h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__recommend ul li h5 {
    display: block;
  }
}
.p-article_panel__inner__recommend ul li:nth-of-type(2n) {
  margin-right: 0px;
}
.p-article_panel__inner__recommend .slick-list {
  overflow: visible !important;
}
.p-article_panel__inner__item {
  position: relative;
  padding: 0px 50px;
  margin-bottom: 215px;
}
@media only screen and (max-width: 1400px) {
  .p-article_panel__inner__item {
    padding: 0px 3.5714285714vw;
    margin-bottom: 15.3571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__item {
    padding: 0px;
    margin-bottom: 0px;
  }
  .p-article_panel__inner__item.is-taglist {
    padding: 0px;
  }
}
.p-article_panel__inner__item h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  padding: 0px 12px;
}
@media only screen and (max-width: 768px) {
  .p-article_panel__inner__item h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
    padding: 0px;
  }
}

/*----------------------------------------
	p-article_slider
----------------------------------------*/
.p-article_slider__inner {
  position: relative;
  padding: 150px 100px 180px;
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .p-article_slider__inner {
    padding: 10.7142857143vw 7.1428571429vw 12.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-article_slider__inner {
    padding: 75px 30px 35px;
  }
}
.p-article_slider__inner__item {
  position: relative;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1400px) {
  .p-article_slider__inner__item {
    margin-bottom: 8.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-article_slider__inner__item {
    margin-bottom: 45px;
  }
}
.p-article_slider__inner__item:last-of-type {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1400px) {
  .p-article_slider__inner__item:last-of-type {
    margin-bottom: 14.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-article_slider__inner__item:last-of-type {
    margin-bottom: 70px;
  }
}
.p-article_slider__inner__item h2 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .p-article_slider__inner__item h2 {
    font-size: 20px;
    line-height: 27px;
  }
}
.p-article_slider__inner__item h2 a {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .p-article_slider__inner__item h2 a {
    font-size: 12px;
  }
}

/*----------------------------------------
	p-article
----------------------------------------*/
.p-article__inner {
  position: relative;
  padding: 60px 100px 180px;
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .p-article__inner {
    padding: 4.2857142857vw 7.1428571429vw 12.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-article__inner {
    padding: 30px 30px 85px;
    padding: 8vw 8vw 22.6666666667vw;
  }
}
.p-article__inner .en {
  font-family: "Open Sans", sans-serif !important;
}
.p-article__inner .noto-sans,
.p-article__inner .wp-editor,
.p-article__inner .single {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.p-article__inner .wp-editor *,
.p-article__inner .single * {
  margin: 0;
  padding: 0;
}
.p-article__inner .wp-editor li,
.p-article__inner .single li {
  list-style: none;
}
.p-article__inner .wp-editor .box1-1,
.p-article__inner .single .box1-1 {
  border-radius: 4px;
  border: 1px solid #707070;
  padding: 30px 22px 40px;
  margin-bottom: 16px;
}
.p-article__inner .wp-editor .box1-2,
.p-article__inner .single .box1-2 {
  border-radius: 4px;
  padding: 30px 22px 40px;
  background: #f2fafe;
  margin-bottom: 16px;
}
.p-article__inner .wp-editor .box2-1,
.p-article__inner .single .box2-1 {
  font-family: YakuHanJP, "Noto Sans", sans-serif;
  border: 1px solid #707070;
  border-radius: 4px;
  position: relative;
  padding: 35px 30px 0;
  margin: 30px 0 16px;
}
.p-article__inner .wp-editor .box2-1 h6,
.p-article__inner .single .box2-1 h6 {
  letter-spacing: -0.01rem !important;
  margin: 0 !important;
  color: #000;
  font-family: YakuHanJP, "Noto Sans", sans-serif;
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  padding: 0 25px 0 10px !important;
  background: white !important;
  position: relative;
  top: -55px;
}
.p-article__inner .wp-editor .box2-1 p,
.p-article__inner .single .box2-1 p {
  font-family: YakuHanJP, "Noto Sans", sans-serif;
  position: relative;
  top: -40px;
}
.p-article__inner .wp-editor .box2-2,
.p-article__inner .single .box2-2 {
  font-family: YakuHanJP, "Noto Sans", sans-serif;
  border: 1px solid #000000;
  border-radius: 4px;
  position: relative;
  padding: 35px 30px 0;
  margin: 30px 0 16px;
}
.p-article__inner .wp-editor .box2-2 h6,
.p-article__inner .single .box2-2 h6 {
  letter-spacing: -0.01rem !important;
  margin: 0 !important;
  color: #009FE8;
  font-family: YakuHanJP, "Noto Sans", sans-serif;
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  padding: 0 25px 0 10px !important;
  background: #fff !important;
  position: relative;
  top: -55px;
}
.p-article__inner .wp-editor .box2-2 h6 strong,
.p-article__inner .single .box2-2 h6 strong {
  color: #009FE8;
}
.p-article__inner .wp-editor .box2-2 p, .p-article__inner .single .box2-2 p {
  font-family: YakuHanJP, "Noto Sans", sans-serif;
  position: relative;
  top: -40px;
}
.p-article__inner .wp-editor .box-tit-1, .p-article__inner .single .box-tit-1 {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 1.5;
}
.p-article__inner .wp-editor .box-tit-1 span, .p-article__inner .single .box-tit-1 span {
  line-height: 1.5;
}
.p-article__inner .wp-editor .box-tit-2, .p-article__inner .single .box-tit-2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 32px;
  padding-left: 13px;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-article__inner .wp-editor .box-tit-2, .p-article__inner .single .box-tit-2 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
}
.p-article__inner .wp-editor .box-tit-2::before, .p-article__inner .single .box-tit-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  border-radius: 100px;
  background: #54B4CA;
  width: 4px;
  height: 95%;
}
.p-article__inner .wp-editor .box-tit-2 span, .p-article__inner .single .box-tit-2 span {
  line-height: 1.5;
}
.p-article__inner .wp-editor .box-tit-3, .p-article__inner .single .box-tit-3 {
  margin-bottom: 16px;
  background: #F2FAFE;
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-article__inner .wp-editor .box-tit-3, .p-article__inner .single .box-tit-3 {
    padding: 3px 0 3px 16px;
  }
}
@media (min-width: 768px) {
  .p-article__inner .wp-editor .box-tit-3, .p-article__inner .single .box-tit-3 {
    padding: 5px 0 5px 16px;
  }
}
.p-article__inner .wp-editor .box-tit-3 span, .p-article__inner .single .box-tit-3 span {
  line-height: 1.5;
}
.p-article__inner .wp-editor .box-tit-4, .p-article__inner .single .box-tit-4 {
  margin-bottom: 16px;
  border-bottom: 2px solid #54B4CA;
  padding-bottom: 5px;
  font-size: 18px;
}
.p-article__inner .wp-editor mark, .p-article__inner .wp-editor .box-marker, .p-article__inner .single mark, .p-article__inner .single .box-marker {
  background: #ffff00;
}
.p-article__inner .wp-editor .box-under-bar, .p-article__inner .single .box-under-bar {
  position: relative;
  border-bottom: 1px solid #ff0000;
}
.p-article__inner .wp-editor .toc_title, .p-article__inner .single .toc_title {
  position: relative;
  font-weight: bold;
  font-size: 3.2rem;
  padding-left: 13px;
  margin-bottom: 30px;
  background: url(../img/common/icon_toc.png) no-repeat left center/57px;
}
@media (max-width: 767px) {
  .p-article__inner .wp-editor .toc_title, .p-article__inner .single .toc_title {
    background-size: 28px;
    padding-left: 33px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .p-article__inner .wp-editor .toc_title, .p-article__inner .single .toc_title {
    margin-bottom: 54px;
    padding-left: 70px;
  }
}
.p-article__inner .wp-editor .toc_list, .p-article__inner .single .toc_list {
  color: #606060;
}
.p-article__inner .wp-editor .toc_list a, .p-article__inner .single .toc_list a {
  color: #606060;
  display: initial;
}
@media (max-width: 767px) {
  .p-article__inner .wp-editor .toc_list a, .p-article__inner .single .toc_list a {
    font-size: 16px;
  }
}
.p-article__inner .wp-editor .toc_list > li > a, .p-article__inner .single .toc_list > li > a {
  font-weight: bold;
  font-size: 18px;
}
.p-article__inner .wp-editor ul, .p-article__inner .single ul {
  background: #F2FAFE;
  padding: 10px 5px;
}
.p-article__inner .wp-editor blockquote, .p-article__inner .single blockquote {
  border-radius: 4px;
  background: #EDEDED;
  position: relative;
  padding: 45px 65px;
}
@media (max-width: 767px) {
  .p-article__inner .wp-editor blockquote, .p-article__inner .single blockquote {
    padding: 30px 25px;
  }
}
.p-article__inner .wp-editor blockquote::before, .p-article__inner .wp-editor blockquote::after, .p-article__inner .single blockquote::before, .p-article__inner .single blockquote::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c4c4c4;
}
.p-article__inner .wp-editor blockquote::before, .p-article__inner .single blockquote::before {
  top: 2px;
  left: 5px;
  content: "";
}
.p-article__inner .wp-editor blockquote::after, .p-article__inner .single blockquote::after {
  bottom: 2px;
  right: 5px;
  content: "";
}
.p-article__inner .wp-editor .bold, .p-article__inner .single .bold {
  font-weight: bold;
}
.p-article__inner .wp-editor .caution-box, .p-article__inner .single .caution-box {
  border-radius: 4px;
  padding: 12px 23px 40px;
  background: #FFEDED;
}
.p-article__inner .wp-editor .caution-box h6, .p-article__inner .single .caution-box h6 {
  background: url(../img/common/icon_exclamation.svg) no-repeat left center/26px;
  padding-left: 32px;
  font-size: 18px;
  color: #FF5858;
  margin-bottom: 10px;
}
.p-article__inner .wp-editor .memo-box, .p-article__inner .single .memo-box {
  border-radius: 4px;
  margin-bottom: 10px;
  background: #FFF7E6;
  padding: 10px 13px 45px;
}
.p-article__inner .wp-editor .memo-box h6, .p-article__inner .single .memo-box h6 {
  font-weight: bold;
  color: #F6AC19;
  padding-left: 30px;
  background: url(../img/common/icon_memo.svg) no-repeat left top 7px/22px;
  margin-bottom: 15px;
  font-size: 18px;
}
.p-article__inner .wp-editor .memo-box p, .p-article__inner .single .memo-box p {
  padding: 0 10px;
}
.p-article__inner .wp-editor .point-box, .p-article__inner .single .point-box {
  border: 1px solid #F6AC19;
  border-radius: 4px;
  margin-bottom: 10px;
}
.p-article__inner .wp-editor .point-box h6, .p-article__inner .single .point-box h6 {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  background: #F6AC19 url(../img/common/icon_point.svg) no-repeat left 9px top 7px/14px;
  color: #fff;
  padding: 0 35px 0 30px;
  margin: -1px 0 16px -1px;
  font-size: 18px;
}
.p-article__inner .wp-editor .point-box p, .p-article__inner .single .point-box p {
  padding: 0 30px 50px;
}
.p-article__inner .wp-editor .box-tit-q, .p-article__inner .wp-editor .box-tit-a, .p-article__inner .single .box-tit-q, .p-article__inner .single .box-tit-a {
  display: inline-block;
  width: auto;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-article__inner .wp-editor .box-tit-q::before, .p-article__inner .wp-editor .box-tit-a::before, .p-article__inner .single .box-tit-q::before, .p-article__inner .single .box-tit-a::before {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 10px 10px 0;
  position: relative;
  left: 0;
  top: 3px;
  color: #fff;
}
.p-article__inner .wp-editor .box-tit-q::before, .p-article__inner .single .box-tit-q::before {
  content: "Q";
  background: #009FE8;
}
.p-article__inner .wp-editor .box-tit-a::before, .p-article__inner .single .box-tit-a::before {
  content: "A";
  background: #F6AC19;
}
.p-article__inner .toc_toggle {
  display: none;
}
.p-article__inner #toc_container--wrap {
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .p-article__inner #toc_container--wrap {
    padding: 40px 30px 100px;
    margin-bottom: 50px;
    border-bottom: 1px solid #C4C4C4;
  }
}
@media (min-width: 768px) {
  .p-article__inner #toc_container--wrap {
    width: 1040px;
    padding: 50px 0 80px;
    margin: 0 auto 280px;
  }
}
.p-article__inner #toc_container {
  line-height: 2;
}
@media (min-width: 768px) {
  .p-article__inner #toc_container {
    width: 100%;
    margin: 0 auto;
  }
}
.p-article__inner .toc_list {
  background: transparent !important;
  padding: 0 !important;
}
.p-article__inner .toc_list > li {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .p-article__inner .toc_list > li:first-child {
    margin-top: 0;
  }
}
.p-article__inner .toc_list > li ul {
  background: transparent !important;
  padding: 0 !important;
}
.p-article__inner .toc_list > li ul > li::before {
  content: "・";
}
.p-article__inner .toc_list > li ul > li ul > li {
  padding-left: 1.6rem !important;
}
.p-article__inner__detail {
  width: 100%;
  max-width: 750px;
  margin: 0px auto;
  background: #FFF;
  border-radius: 8px;
  padding: 45px 60px 65px;
}
@media only screen and (max-width: 768px) {
  .p-article__inner__detail {
    padding: 15px;
  }
}
.p-article__inner__detail .is-thumbnail img {
  width: 100% !important;
  border-radius: 8px;
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .p-article__inner__detail .is-thumbnail img {
    margin-bottom: 40px;
  }
}
.p-article__inner__detail .is-date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-article__inner__detail .is-date {
    font-size: 5px;
    line-height: 6px;
    margin-bottom: 15px;
  }
}
.p-article__inner__detail h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 150px !important;
}
@media only screen and (max-width: 768px) {
  .p-article__inner__detail h1 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 60px !important;
  }
}
.p-article__inner__detail p,
.p-article__inner__detail p span {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.8px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300 !important;
}
@media only screen and (max-width: 768px) {
  .p-article__inner__detail p,
.p-article__inner__detail p span {
    letter-spacing: 0.6px;
  }
}
.p-article__inner__detail p a,
.p-article__inner__detail p a span {
  color: inherit;
}
.p-article__inner__detail #toc_container--wrap {
  width: 100%;
  padding: 30px;
}
.p-article__inner__detail img {
  width: auto;
  max-width: 100%;
  display: block !important;
}

/*----------------------------------------
	p-introduction
----------------------------------------*/
.p-introduction {
  position: relative;
  overflow: hidden;
}
.p-introduction__title {
  text-align: center;
  padding-top: 180px;
}
@media only screen and (max-width: 768px) {
  .p-introduction__title {
    padding-top: 135px;
  }
}
.p-introduction__title img {
  margin: auto;
}
.p-introduction__title img.is-pc {
  width: 660px;
  width: 47.1428571429vw;
  max-width: 660px;
}
@media only screen and (max-width: 768px) {
  .p-introduction__title img.is-pc {
    display: none;
  }
}
.p-introduction__title img.is-sp {
  width: 280px;
  width: 74.6666666667vw;
  max-width: 280px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-introduction__title img.is-sp {
    display: block;
  }
}
.p-introduction__text {
  width: 70%;
  margin: auto;
  margin-top: 180px;
  border-radius: 20px;
  background: #fff;
  padding: 80px 200px 95px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__text {
    margin-top: 12.8571428571vw;
    padding: 5.7142857143vw 14.2857142857vw 6.7857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-introduction__text {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    width: 92%;
    padding: 45px 20px;
    padding: 12vw 5.3333333333vw;
  }
}
.p-introduction__text h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 72px;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__text h1 {
    font-size: 2.8571428571vw;
    line-height: 5.1428571429vw;
    margin-bottom: 5.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-introduction__text h1 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 36px;
    line-height: 9.6vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.p-introduction__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__text p {
    font-size: 1.1428571429vw;
    line-height: 3.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-introduction__text p {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 32px;
    line-height: 8.5333333333vw;
  }
}
.p-introduction__images__inner_pc {
  max-width: 1400px;
  margin: auto;
  margin-top: -50px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc {
    margin-top: -3.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-introduction__images__inner_pc {
    display: none;
  }
}
.p-introduction__images__inner_pc__item {
  position: absolute;
  z-index: 0;
  scale: 0.5;
}
.p-introduction__images__inner_pc__item--item01 {
  width: 428px;
  top: 0;
  left: 88px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item01 {
    width: 30.5714285714vw;
    left: 6.2857142857vw;
  }
}
.p-introduction__images__inner_pc__item--item02 {
  width: 198px;
  top: 150px;
  left: 569px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item02 {
    width: 14.1428571429vw;
    top: 10.7142857143vw;
    left: 40.6428571429vw;
  }
}
.p-introduction__images__inner_pc__item--item03 {
  width: 149px;
  top: 53px;
  left: 781px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item03 {
    width: 10.6428571429vw;
    top: 3.7857142857vw;
    left: 55.7857142857vw;
  }
}
.p-introduction__images__inner_pc__item--item04 {
  width: 104px;
  top: 181px;
  left: 900px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item04 {
    width: 7.4285714286vw;
    top: 12.9285714286vw;
    left: 64.2857142857vw;
  }
}
.p-introduction__images__inner_pc__item--item05 {
  width: 73px;
  top: 116px;
  left: 1021px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item05 {
    width: 5.2142857143vw;
    top: 8.2857142857vw;
    left: 72.9285714286vw;
  }
}
.p-introduction__images__inner_pc__item--item06 {
  width: 387px;
  top: 44px;
  left: 1126px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item06 {
    width: 27.6428571429vw;
    top: 3.1428571429vw;
    left: 80.4285714286vw;
  }
}
.p-introduction__images__inner_pc__item--item07 {
  width: 255px;
  top: 413px;
  left: 71px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item07 {
    width: 18.2142857143vw;
    top: 29.5vw;
    left: 5.0714285714vw;
  }
}
.p-introduction__images__inner_pc__item--item08 {
  width: 95px;
  top: 311px;
  left: 218px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item08 {
    width: 6.7857142857vw;
    top: 22.2142857143vw;
    left: 15.5714285714vw;
  }
}
.p-introduction__images__inner_pc__item--item09 {
  width: 104px;
  top: 394px;
  left: 303px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item09 {
    width: 7.4285714286vw;
    top: 28.1428571429vw;
    left: 21.6428571429vw;
  }
}
.p-introduction__images__inner_pc__item--item10 {
  width: 95px;
  top: 509px;
  left: 363px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item10 {
    width: 6.7857142857vw;
    top: 36.3571428571vw;
    left: 25.9285714286vw;
  }
}
.p-introduction__images__inner_pc__item--item11 {
  width: 363px;
  top: 290px;
  left: 455px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item11 {
    width: 25.9285714286vw;
    top: 20.7142857143vw;
    left: 32.5vw;
  }
}
.p-introduction__images__inner_pc__item--item12 {
  width: 256px;
  top: 301px;
  left: 916px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item12 {
    width: 18.2857142857vw;
    top: 21.5vw;
    left: 65.4285714286vw;
  }
}
.p-introduction__images__inner_pc__item--item13 {
  width: 95px;
  top: 301px;
  left: 1203px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item13 {
    width: 6.7857142857vw;
    top: 21.5vw;
    left: 85.9285714286vw;
  }
}
.p-introduction__images__inner_pc__item--item14 {
  width: 67px;
  top: 426px;
  left: 1283px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item14 {
    width: 4.7857142857vw;
    top: 30.4285714286vw;
    left: 91.6428571429vw;
  }
}
.p-introduction__images__inner_pc__item--item15 {
  width: 110px;
  top: 343px;
  left: 1333px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item15 {
    width: 7.8571428571vw;
    top: 24.5vw;
    left: 95.2142857143vw;
  }
}
.p-introduction__images__inner_pc__item--item16 {
  width: 95px;
  top: 602px;
  left: 157px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item16 {
    width: 6.7857142857vw;
    top: 43vw;
    left: 11.2142857143vw;
  }
}
.p-introduction__images__inner_pc__item--item17 {
  width: 198px;
  top: 557px;
  left: 485px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item17 {
    width: 14.1428571429vw;
    top: 39.7857142857vw;
    left: 34.6428571429vw;
  }
}
.p-introduction__images__inner_pc__item--item18 {
  width: 199px;
  top: 484px;
  left: 723px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item18 {
    width: 14.2142857143vw;
    top: 34.5714285714vw;
    left: 51.6428571429vw;
  }
}
.p-introduction__images__inner_pc__item--item19 {
  width: 95px;
  top: 567px;
  left: 965px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item19 {
    width: 6.7857142857vw;
    top: 40.5vw;
    left: 68.9285714286vw;
  }
}
.p-introduction__images__inner_pc__item--item20 {
  width: 256px;
  top: 541px;
  left: 1155px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item20 {
    width: 18.2857142857vw;
    top: 38.6428571429vw;
    left: 82.5vw;
  }
}
.p-introduction__images__inner_pc__item--item21 {
  width: 340px;
  top: 745px;
  left: -14px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item21 {
    width: 24.2857142857vw;
    top: 53.2142857143vw;
    left: -1vw;
  }
}
.p-introduction__images__inner_pc__item--item22 {
  width: 185px;
  top: 686px;
  left: 311px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item22 {
    width: 13.2142857143vw;
    top: 49vw;
    left: 22.2142857143vw;
  }
}
.p-introduction__images__inner_pc__item--item23 {
  width: 61px;
  top: 818px;
  left: 466px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item23 {
    width: 4.3571428571vw;
    top: 58.4285714286vw;
    left: 33.2857142857vw;
  }
}
.p-introduction__images__inner_pc__item--item24 {
  width: 95px;
  top: 721px;
  left: 648px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item24 {
    width: 6.7857142857vw;
    top: 51.5vw;
    left: 46.2857142857vw;
  }
}
.p-introduction__images__inner_pc__item--item25 {
  width: 256px;
  top: 659px;
  left: 818px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item25 {
    width: 18.2857142857vw;
    top: 47.0714285714vw;
    left: 58.4285714286vw;
  }
}
.p-introduction__images__inner_pc__item--item26 {
  width: 104px;
  top: 738px;
  left: 1284px;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item26 {
    width: 7.4285714286vw;
    top: 52.7142857143vw;
    left: 91.7142857143vw;
  }
}
.p-introduction__images__inner_pc__item--item27 {
  width: 59px;
  top: 1058px;
  left: 128px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item27 {
    width: 4.2142857143vw;
    top: 75.5714285714vw;
    left: 9.1428571429vw;
  }
}
.p-introduction__images__inner_pc__item--item28 {
  width: 198px;
  top: 933px;
  left: 243px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item28 {
    width: 14.1428571429vw;
    top: 66.6428571429vw;
    left: 17.3571428571vw;
  }
}
.p-introduction__images__inner_pc__item--item29 {
  width: 255px;
  top: 845px;
  left: 567px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item29 {
    width: 18.2142857143vw;
    top: 60.3571428571vw;
    left: 40.5vw;
  }
}
.p-introduction__images__inner_pc__item--item30 {
  width: 103px;
  top: 950px;
  left: 879px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item30 {
    width: 7.3571428571vw;
    top: 67.8571428571vw;
    left: 62.7857142857vw;
  }
}
.p-introduction__images__inner_pc__item--item31 {
  width: 74px;
  top: 838px;
  left: 961px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item31 {
    width: 5.2857142857vw;
    top: 59.8571428571vw;
    left: 68.6428571429vw;
  }
}
.p-introduction__images__inner_pc__item--item32 {
  width: 82px;
  top: 1045px;
  left: 1058px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item32 {
    width: 5.8571428571vw;
    top: 74.6428571429vw;
    left: 75.5714285714vw;
  }
}
.p-introduction__images__inner_pc__item--item33 {
  width: 327px;
  top: 785px;
  left: 1084px;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__images__inner_pc__item--item33 {
    width: 23.3571428571vw;
    top: 56.0714285714vw;
    left: 77.4285714286vw;
  }
}
.p-introduction__images__inner_sp {
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-introduction__images__inner_sp {
    display: block;
  }
}
.p-introduction__images__inner_sp__item {
  position: absolute;
  z-index: 0;
  scale: 0.5;
  /* &--item14 {
  	width: 36px;
  	top: 139px;
  	left: 363px;
  }//.p-introduction__images__inner_sp__item--item14 */
}
.p-introduction__images__inner_sp__item--item01 {
  width: 140px;
  top: 0;
  left: -30px;
  width: 37.3333333333vw;
  left: -8vw;
}
.p-introduction__images__inner_sp__item--item02 {
  width: 65px;
  top: 48px;
  left: 128px;
  width: 17.3333333333vw;
  top: 12.8vw;
  left: 34.1333333333vw;
}
.p-introduction__images__inner_sp__item--item03 {
  width: 49px;
  top: 17px;
  left: 198px;
  width: 13.0666666667vw;
  top: 4.5333333333vw;
  left: 52.8vw;
}
.p-introduction__images__inner_sp__item--item04 {
  width: 34px;
  top: 59px;
  left: 237px;
  width: 9.0666666667vw;
  top: 15.7333333333vw;
  left: 63.2vw;
}
.p-introduction__images__inner_sp__item--item05 {
  width: 126px;
  top: 13px;
  left: 311px;
  width: 33.6vw;
  top: 3.4666666667vw;
  left: 82.9333333333vw;
}
.p-introduction__images__inner_sp__item--item06 {
  width: 84px;
  top: 135px;
  left: -35px;
  width: 22.4vw;
  top: 36vw;
  left: -9.3333333333vw;
}
.p-introduction__images__inner_sp__item--item07 {
  width: 31px;
  top: 102px;
  left: 14px;
  width: 8.2666666667vw;
  top: 27.2vw;
  left: 3.7333333333vw;
}
.p-introduction__images__inner_sp__item--item08 {
  width: 34px;
  top: 128px;
  left: 42px;
  width: 9.0666666667vw;
  top: 34.1333333333vw;
  left: 11.2vw;
}
.p-introduction__images__inner_sp__item--item09 {
  width: 31px;
  top: 167px;
  left: 61px;
  width: 8.2666666667vw;
  top: 44.5333333333vw;
  left: 16.2666666667vw;
}
.p-introduction__images__inner_sp__item--item10 {
  width: 119px;
  top: 95px;
  left: 91px;
  width: 31.7333333333vw;
  top: 25.3333333333vw;
  left: 24.2666666667vw;
}
.p-introduction__images__inner_sp__item--item11 {
  width: 84px;
  top: 98px;
  left: 242px;
  width: 22.4vw;
  top: 26.1333333333vw;
  left: 64.5333333333vw;
}
.p-introduction__images__inner_sp__item--item12 {
  width: 31px;
  top: 98px;
  left: 336px;
  width: 8.2666666667vw;
  top: 26.1333333333vw;
  left: 89.6vw;
}
.p-introduction__images__inner_sp__item--item13 {
  width: 22px;
  top: 139px;
  left: 363px;
  width: 5.8666666667vw;
  top: 37.0666666667vw;
  left: 96.8vw;
}
.p-introduction__images__inner_sp__item--item15 {
  width: 31px;
  top: 197px;
  left: -5px;
  width: 8.2666666667vw;
  top: 52.5333333333vw;
  left: -1.3333333333vw;
}
.p-introduction__images__inner_sp__item--item16 {
  width: 65px;
  top: 182px;
  left: 101px;
  width: 17.3333333333vw;
  top: 48.5333333333vw;
  left: 26.9333333333vw;
}
.p-introduction__images__inner_sp__item--item17 {
  width: 65px;
  top: 158px;
  left: 180px;
  width: 17.3333333333vw;
  top: 42.1333333333vw;
  left: 48vw;
}
.p-introduction__images__inner_sp__item--item18 {
  width: 31px;
  top: 186px;
  left: 258px;
  width: 8.2666666667vw;
  top: 49.6vw;
  left: 68.8vw;
}
.p-introduction__images__inner_sp__item--item19 {
  width: 84px;
  top: 178px;
  left: 320px;
  width: 22.4vw;
  top: 47.4666666667vw;
  left: 85.3333333333vw;
}
.p-introduction__images__inner_sp__item--item20 {
  width: 111px;
  top: 244px;
  left: -62px;
  width: 29.6vw;
  top: 65.0666666667vw;
  left: -16.5333333333vw;
}
.p-introduction__images__inner_sp__item--item21 {
  width: 61px;
  top: 224px;
  left: 44px;
  width: 16.2666666667vw;
  top: 59.7333333333vw;
  left: 11.7333333333vw;
}
.p-introduction__images__inner_sp__item--item22 {
  width: 20px;
  top: 268px;
  left: 95px;
  width: 5.3333333333vw;
  top: 71.4666666667vw;
  left: 25.3333333333vw;
}
.p-introduction__images__inner_sp__item--item23 {
  width: 31px;
  top: 236px;
  left: 154px;
  width: 8.2666666667vw;
  top: 62.9333333333vw;
  left: 41.0666666667vw;
}
.p-introduction__images__inner_sp__item--item24 {
  width: 84px;
  top: 216px;
  left: 210px;
  width: 22.4vw;
  top: 57.6vw;
  left: 56vw;
}
.p-introduction__images__inner_sp__item--item25 {
  width: 35px;
  top: 241px;
  left: 361px;
  width: 9.3333333333vw;
  top: 64.2666666667vw;
  left: 96.2666666667vw;
}
.p-introduction__images__inner_sp__item--item26 {
  width: 19px;
  top: 346px;
  left: -15px;
  width: 5.0666666667vw;
  top: 92.2666666667vw;
  left: -4vw;
}
.p-introduction__images__inner_sp__item--item27 {
  width: 65px;
  top: 305px;
  left: 22px;
  width: 17.3333333333vw;
  top: 81.3333333333vw;
  left: 5.8666666667vw;
}
.p-introduction__images__inner_sp__item--item28 {
  width: 83px;
  top: 277px;
  left: 128px;
  width: 22.1333333333vw;
  top: 73.8666666667vw;
  left: 34.1333333333vw;
}
.p-introduction__images__inner_sp__item--item29 {
  width: 34px;
  top: 311px;
  left: 230px;
  width: 9.0666666667vw;
  top: 82.9333333333vw;
  left: 61.3333333333vw;
}
.p-introduction__images__inner_sp__item--item30 {
  width: 24px;
  top: 274px;
  left: 257px;
  width: 6.4vw;
  top: 73.0666666667vw;
  left: 68.5333333333vw;
}
.p-introduction__images__inner_sp__item--item31 {
  width: 24px;
  top: 38px;
  left: 276px;
  width: 6.4vw;
  top: 10.1333333333vw;
  left: 73.6vw;
}
.p-introduction__images__inner_sp__item--item32 {
  width: 27px;
  top: 342px;
  left: 288px;
  width: 7.2vw;
  top: 91.2vw;
  left: 76.8vw;
}
.p-introduction__images__inner_sp__item--item33 {
  width: 107px;
  top: 258px;
  left: 297px;
  width: 28.5333333333vw;
  top: 68.8vw;
  left: 79.2vw;
}
.p-introduction__lb__inner {
  padding: 150px 115px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .p-introduction__lb__inner {
    padding: 10.7142857143vw 8.2142857143vw;
  }
}
.p-introduction__lb__inner a {
  width: 57%;
  max-width: 625px;
}

/*----------------------------------------
	p-contact
----------------------------------------*/
.p-contact__inner {
  position: relative;
  padding: 100px 150px 110px;
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .p-contact__inner {
    padding: 7.1428571429vw 10.7142857143vw 7.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-contact__inner {
    padding: 30px 30px 85px;
    padding: 8vw 8vw 22.6666666667vw;
  }
}
.p-contact__inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .p-contact__inner p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.p-contact__inner__detail {
  background: #FFF;
  padding: 60px 60px 80px;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .p-contact__inner__detail {
    padding: 30px;
  }
}
.p-contact__inner__detail h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.06rem;
}
@media only screen and (max-width: 768px) {
  .p-contact__inner__detail h2 {
    font-size: 16px;
  }
}
.p-contact__inner__detail .form input[type=text], .p-contact__inner__detail .form input[type=email],
.p-contact__inner__detail textarea {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding: 15px;
  border: 1px solid #cadbde !important;
  outline: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-contact__inner__detail .form input[type=text], .p-contact__inner__detail .form input[type=email],
.p-contact__inner__detail textarea {
    font-size: 16px;
    padding: 10px;
  }
}
.p-contact__inner__detail p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-contact__inner__detail p {
    margin-bottom: 10px;
  }
}
.p-contact__inner__detail .hope-checked {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .p-contact__inner__detail .hope-checked {
    font-size: 12px;
  }
}
.p-contact__inner__detail .personal-information {
  padding: 15px;
  font-size: 1.4rem;
  margin-bottom: 70px;
  height: 150px;
  overflow-y: scroll;
  margin-top: 40px;
  background: #fcfcfc;
}
.p-contact__inner__detail .personal-information p {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .p-contact__inner__detail .personal-information p {
    font-size: 12px;
  }
}
.p-contact__inner__detail .center {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-contact__inner__detail .center {
    font-size: 12px;
  }
}
.p-contact__inner__detail .form-btn {
  margin-top: 80px;
}
.p-contact__inner__detail .form-btn .btn,
.p-contact__inner__detail .form-btn .confirm,
.p-contact__inner__detail .form-btn .back,
.p-contact__inner__detail .form-btn .send {
  font-size: 20px;
  padding: 13px 0 14px;
  width: 280px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  background: #54B4CA;
  color: #fff;
  margin: 0 10px;
  border-radius: 100px;
  border: 2px solid #54B4CA;
}
@media only screen and (max-width: 768px) {
  .p-contact__inner__detail .form-btn .btn,
.p-contact__inner__detail .form-btn .confirm,
.p-contact__inner__detail .form-btn .back,
.p-contact__inner__detail .form-btn .send {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.p-contact__inner__detail .form-btn .btn {
  background: #fff;
  color: #54B4CA;
}

/*----------------------------------------
	p-page
----------------------------------------*/
.p-page__inner {
  position: relative;
  padding: 100px 150px 110px;
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .p-page__inner {
    padding: 7.1428571429vw 10.7142857143vw 7.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-page__inner {
    padding: 30px 30px 85px;
    padding: 8vw 8vw 22.6666666667vw;
  }
}
.p-page__inner * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-page__inner * {
    font-size: 16px;
  }
}
.p-page__inner h2 {
  font-weight: 600;
  font-size: 20px;
}
.p-page__inner ul li:last-of-type {
  margin-bottom: 40px;
}
.p-page__inner__box {
  background: #FFF;
  border-radius: 8px;
  padding: 45px 60px 65px;
}
@media only screen and (max-width: 768px) {
  .p-page__inner__box {
    padding: 15px;
  }
}
.p-page__inner__box.is-center {
  text-align: center;
}
.p-page__inner__box h3 {
  margin: 15px 0px;
}

/*----------------------------------------
	p-mailmagazine
----------------------------------------*/
.p-mailmagazine {
  position: relative;
  padding-top: 150px;
  padding-top: 10.7142857143vw;
  margin-bottom: 55px;
  margin-bottom: 3.9285714286vw;
}
@media only screen and (max-width: 768px) {
  .p-mailmagazine {
    padding-top: 15px;
    margin-bottom: 0px;
  }
  .p-mailmagazine .c-newsletter {
    background: transparent;
  }
  .p-mailmagazine .c-newsletter__inner {
    padding-top: 0;
  }
  .p-mailmagazine .c-newsletter__inner__left {
    background: #fff;
    width: 87%;
    margin: auto;
    border-radius: 8px;
    padding-top: 35px;
  }
  .p-mailmagazine .c-newsletter__inner__left h2 {
    font-size: 20px;
  }
  .p-mailmagazine .c-newsletter__inner__left a {
    border: 1px solid #CDD6DD;
  }
  .p-mailmagazine .c-newsletter__inner__right {
    margin-top: -20px;
  }
}

/*----------------------------------------
	p-podcast
----------------------------------------*/
.p-podcast {
  position: relative;
}
.p-podcast__inner {
  padding: 100px 100px 125px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner {
    padding: 7.1428571429vw 7.1428571429vw 8.9285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner {
    padding: 30px 30px 55px;
    padding: 8vw 8vw 14.6666666667vw;
  }
}
.p-podcast__inner ul.is-large {
  padding: 0px 100px;
  font-size: 0;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner ul.is-large {
    padding: 0px 7.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner ul.is-large {
    padding: 0px;
  }
}
.p-podcast__inner ul.is-large li {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner ul.is-large li {
    display: block;
  }
}
.p-podcast__inner ul.is-large li figure,
.p-podcast__inner ul.is-large li div {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner ul.is-large li figure,
.p-podcast__inner ul.is-large li div {
    display: block;
  }
}
.p-podcast__inner ul.is-large li figure {
  width: 40%;
  padding-right: 60px;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner ul.is-large li figure {
    padding-right: 4.2857142857vw;
  }
}
.p-podcast__inner ul.is-large li figure a {
  width: 100%;
}
.p-podcast__inner ul.is-large li figure img {
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner ul.is-large li figure {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 25px;
    margin-bottom: 6.6666666667vw;
  }
  .p-podcast__inner ul.is-large li figure img {
    width: 100%;
  }
}
.p-podcast__inner ul.is-large li div {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner ul.is-large li div {
    width: 100%;
  }
}
.p-podcast__inner ul.is-large li div p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner ul.is-large li div p {
    font-size: 1.2857142857vw;
    line-height: 2.2857142857vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner ul.is-large li div p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-podcast__inner ul.is-large li div ul {
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner ul.is-large li div ul {
    text-align: center;
  }
}
.p-podcast__inner ul.is-large li div ul li {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  vertical-align: top;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner ul.is-large li div ul li {
    margin-right: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner ul.is-large li div ul li {
    margin-right: 20px;
    margin-right: 5.3333333333vw;
  }
}
.p-podcast__inner ul.is-large li div ul li a {
  display: inline-block;
}
.p-podcast__inner ul.is-large li div ul li a img {
  width: 43px;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner ul.is-large li div ul li a img {
    width: 3.0714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner ul.is-large li div ul li a img {
    width: 43px;
    width: 11.4666666667vw;
  }
}
.p-podcast__inner ul.is-large li div ul li:nth-of-type(1) a img {
  width: 40px;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner ul.is-large li div ul li:nth-of-type(1) a img {
    width: 2.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner ul.is-large li div ul li:nth-of-type(1) a img {
    width: 40px;
    width: 10.6666666667vw;
  }
}
.p-podcast__inner ul.is-large li div ul li:nth-of-type(4) {
  margin-right: 0px;
}
.p-podcast__inner ul.is-large li div ul li:nth-of-type(4) a img {
  width: 46px;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner ul.is-large li div ul li:nth-of-type(4) a img {
    width: 3.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner ul.is-large li div ul li:nth-of-type(4) a img {
    width: 46px;
    width: 12.2666666667vw;
  }
}
.p-podcast__inner .is-list {
  padding: 170px 135px 0px;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner .is-list {
    padding: 12.1428571429vw 9.6428571429vw 0px;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner .is-list {
    padding: 60px 0px 0px;
    padding: 16vw 0px 0px;
  }
}
.p-podcast__inner .is-list li {
  padding: 35px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner .is-list li {
    padding: 2.5vw;
    border-radius: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner .is-list li {
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 8vw;
    border-radius: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.p-podcast__inner .is-list li a {
  transition: all 0.6s ease;
}
.p-podcast__inner .is-list li a:hover {
  opacity: 0.7;
}
.p-podcast__inner .is-list li figure,
.p-podcast__inner .is-list li div {
  display: table-cell;
  vertical-align: top;
}
.p-podcast__inner .is-list li figure {
  width: 34%;
  padding-right: 30px;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner .is-list li figure {
    padding-right: 2.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner .is-list li figure {
    width: 43%;
    padding-right: 15px;
    padding-right: 4vw;
  }
}
.p-podcast__inner .is-list li figure img {
  border-radius: 8px;
}
.p-podcast__inner .is-list li div p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
.p-podcast__inner .is-list li div p.date {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner .is-list li div p.date {
    font-size: 1vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner .is-list li div p.date {
    font-size: 14px;
    margin-bottom: 30px;
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
.p-podcast__inner .is-list li div p.title {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 1400px) {
  .p-podcast__inner .is-list li div p.title {
    font-size: 1.2857142857vw;
    line-height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-podcast__inner .is-list li div p.title {
    font-size: 18px;
    line-height: 28px;
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
  }
}
.p-podcast__inner .is-list li:last-of-type {
  margin-bottom: 0px;
}

/*----------------------------------------
	p-about
----------------------------------------*/
/*----------------------------------------
	p-document
----------------------------------------*/
.p-document {
  position: relative;
}
.p-document__inner {
  padding: 60px 100px 175px;
  max-width: 1400px;
  margin: auto;
}
.p-document__inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.p-document__inner__form_wrap {
  padding: 146px 100px 0px;
}
.p-document__inner__form_wrap ul {
  max-width: 530px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-document__inner__form_wrap ul li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.p-document__inner__form_wrap ul li::before {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px auto 7px auto;
  content: "";
  text-align: center;
  border-radius: 50%;
  background-color: #C4C4C4;
}
.p-document__inner__form_wrap ul li::after {
  position: absolute;
  z-index: -1;
  top: 4px;
  left: -50%;
  width: 80%;
  height: 2px;
  content: "";
  background-color: #C4C4C4;
  margin-left: 10%;
}
.p-document__inner__form_wrap ul li:first-of-type::after {
  content: none;
}
.p-document__inner__form_wrap ul li.is-active, .p-document__inner__form_wrap ul li.is-complete {
  color: #54B4CA;
}
.p-document__inner__form_wrap ul li.is-active::before, .p-document__inner__form_wrap ul li.is-complete::before {
  background-color: #54B4CA;
  outline: solid 1px #54B4CA;
  outline-offset: 3px;
}
.p-document__inner__form_wrap ul li.is-active::after, .p-document__inner__form_wrap ul li.is-complete::after {
  background-color: #54B4CA;
}
.p-document__inner__form_wrap__form {
  padding-top: 50px;
  font-size: 0px;
}
.p-document__inner__form_wrap__form label {
  display: inline-block;
  width: 33.33%;
  margin-bottom: 30px;
}
.p-document__inner__form_wrap__form label p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.p-document__inner__form_wrap__form__button {
  text-align: center;
}
