@charset "UTF-8";
/* ================================================ */
/*               全体設定                */
/* ================================================ */
body {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Noto Sans JP','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
}

body.noscroll {
  overflow-y: hidden;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 62.5%;
}

h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #1A1A1A;
}

a:hover {
  transition: .3s;
  cursor: pointer;
  color: #1A1A1A;
}

img {
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
}

button:hover {
  transition: .3s;
  cursor: pointer;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wave-top-bg {
  background-image: url("../img/svg/bg-path_top_bg.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 8.1vw;
}

.wave-under-bg {
  background-image: url("../img/svg/bg-path_under_bg.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 7.32vw;
}

.wave-top-bg_by {
  background-image: url("../img/svg/bg-path_top_by.svg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 4.43vw;
}

.icon {
  margin-right: 8px;
}

.btn {
  display: inline-block;
  border-radius: 38px;
  font-size: 2rem;
  color: #ffffff;
  padding: 24px 32px;
}

.s-btn {
  display: inline-block;
  border-radius: 24px;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 12px 24px;
}

@media screen and (max-width: 767px) {
  .s-btn {
    font-size: 1.4rem;
    padding: 12px 16px;
  }
}

.btn_white {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #1A1A1A;
  font-size: 2rem;
  font-weight: bold;
}

.btn_white .icon {
  color: #E5D94E;
}

.btn_white:hover {
  background-color: #E5D94E;
  border: solid 1px #1A1A1A;
}

.btn_white:hover .icon {
  color: #1A1A1A;
}

.btn_blue {
  background-color: #65CBE6;
  border: solid 1px #65CBE6;
}

.btn_blue:hover {
  background-color: #fff;
  border: solid 1px #65CBE6;
  color: #65CBE6;
}

.btn_black {
  color: #1A1A1A;
  background-color: #fff;
  border: solid 1px #1A1A1A;
}

.btn_black:hover {
  background-color: #1A1A1A;
  color: #ffffff;
}

.btn_black:hover svg {
  fill: #ffffff;
}

.btn_black .icon {
  margin-right: 8px;
}

.flex {
  display: flex;
}

.content-wrapper {
  width: 92vw;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .content-wrapper {
    max-width: 92vw;
  }
}

.content-wrapper-860 {
  width: 92vw;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .content-wrapper-860 {
    max-width: 92vw;
  }
}

.content-wrapper-900 {
  width: 92vw;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .content-wrapper-900 {
    max-width: 92vw;
  }
}

.pc-none {
  display: none;
}

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

@media screen and (max-width: 1024px) {
  .tab-block {
    display: block;
  }
}

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

@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.textmining .small {
  font-size: 1.2rem;
}

.textmining .small-middle {
  font-size: 1.6rem;
}

.textmining .middle {
  font-size: 2rem;
}

.textmining .middle-large {
  font-size: 2.6rem;
}

.textmining .middle-large {
  font-size: 3.2rem;
}

.textmining .large {
  font-size: 4rem;
}

.textmining a {
  display: inline-block;
  margin: 16px 30px;
}

#scroll-up-btn {
  position: fixed;
  bottom: 100px;
  left: 30px;
}

.header {
  color: #1A1A1A;
  position: sticky;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  overflow: hidden;
}

.header .header-bg {
  background: #E5D94E;
  border-radius: 0 0 50% 50%;
  margin-left: -100px;
  margin-right: -100px;
  padding: 8px 100px 24px;
}

@media screen and (max-width: 767px) {
  .header .header-bg {
    padding: 0px 100px 16px;
  }
}

.header .head-inner.flex {
  max-width: 1100px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  justify-content: space-between;
}

.header .head-inner.flex .site_title {
  font-size: 2rem;
}

.header .head-inner.flex .site_title:hover {
  color: #1A1A1A;
}

.header .head-inner.flex .menu.flex {
  justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header .head-inner.flex .menu.flex {
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 100px;
  }
}

.header .head-inner.flex .menu.flex li + li {
  margin-left: 40px;
}

.header .head-inner.flex .menu.flex a:hover {
  color: #ffffff;
}

.header .head-inner.flex .menu.flex .menu-c {
  font-size: 1.6rem;
}

.header .head-inner.flex .menu.flex .menu-c.contact a {
  color: #1A1A1A;
  padding: 1.2rem 2.4rem;
  background-color: #fff;
  border-radius: 2.4rem;
  border: solid 1px #1A1A1A;
}

.header .head-inner.flex .menu.flex .menu-c.contact a:hover {
  background-color: #1A1A1A;
  color: #ffffff;
}

.header .head-inner.flex .menu.flex .menu-c.contact a .contact-icon {
  margin-right: 8px;
}

.content-wrapper {
  margin-top: 95px;
}

.s-title {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 auto 48px;
  display: inline-block;
  position: relative;
}

.s-title:before {
  content: "";
  background-image: url("../img/svg/s-title.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 132px;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

.mobile-menu-icon {
  position: fixed;
  top: 18px;
  right: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  cursor: pointer;
  margin-right: 18px;
}

.mobile-menu-icon > span {
  background-color: #1A1A1A;
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 9px;
  transition: transform 0.7s;
}

.mobile-menu-icon > span:last-child {
  margin-bottom: 0;
}

.mobile-menu-icon.open > span:nth-child(1) {
  transform: translateY(11px) rotate(145deg);
}

.mobile-menu-icon.open > span:nth-child(2) {
  transition: transform 0.1s;
  transform: translateX(-18px) scaleX(0);
}

.mobile-menu-icon.open > span:nth-child(3) {
  transform: translateY(-11px) rotate(-145deg);
}

.mobile-menu {
  width: 400%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: #E5D94E;
  border-radius: 0 0 50% 50%;
  margin-left: -150%;
  margin-right: -150%;
  transform: translateY(-100vh);
  transition: .7s;
}

.mobile-menu.open {
  transform: translateY(40px);
}

.mobile-menu_wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-menu-wrap-inner.flex {
  max-width: 780px;
  justify-content: space-between;
  margin: 40px auto 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .mobile-menu-wrap-inner.flex {
    max-width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu-wrap-inner.flex {
    max-width: 92vw;
  }
}

.mobile-menu-wrap-inner.flex .menu .li {
  font-size: 1.4rem;
  line-height: 2;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .mobile-menu-wrap-inner.flex .menu .li {
    justify-content: center;
  }
}

.mobile-menu-wrap-inner.flex .menu .li img {
  margin-right: 8px;
}

.mobile-menu-wrap-inner.flex .menu .li a:hover {
  color: #65CBE6;
}

@media screen and (max-width: 1024px) {
  .mobile-menu-wrap-inner.flex .menu {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu-wrap-inner.flex .menu {
    width: 100%;
  }
}

.footer .footer1 .footer1-container {
  background-color: #E5D94E;
}

.footer .footer1 .footer1-container .footer1-title {
  font-size: 3.2rem;
  margin-bottom: 24px;
  line-height: 1.5;
}

.footer .footer1 .footer1-container p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 60px;
}

.footer .footer2 {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.footer .footer2 .foot2-1 {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.footer .footer2 .foot2-1_after {
  position: relative;
  margin-bottom: 6px;
}

.footer .footer2 .foot2-1_after:after {
  content: "";
  background-image: url("../img/svg/foot2-1_after.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 48px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
}

.footer .footer2 .foot2-2.flex {
  max-width: 780px;
  justify-content: space-between;
  margin: 40px auto 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .footer .footer2 .foot2-2.flex {
    max-width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer2 .foot2-2.flex {
    max-width: 92vw;
  }
}

.footer .footer2 .foot2-2.flex .menu .li {
  font-size: 1.4rem;
  line-height: 2;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer .footer2 .foot2-2.flex .menu .li {
    justify-content: center;
  }
}

.footer .footer2 .foot2-2.flex .menu .li img {
  margin-right: 8px;
}

.footer .footer2 .foot2-2.flex .menu .li a:hover {
  color: #65CBE6;
}

@media screen and (max-width: 1024px) {
  .footer .footer2 .foot2-2.flex .menu {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer2 .foot2-2.flex .menu {
    width: 100%;
  }
}

.footer .footer3 {
  background-color: #1A1A1A;
  color: #ffff;
  font-size: 1.2rem;
  text-align: center;
  padding: 12px 0;
}

.modal-wrap {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}

.modal-wrap.open {
  display: block;
}

.modal-wrap .modal-bg {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 21;
}

.modal-wrap .modal-inner {
  width: 68vw;
  max-width: 900px;
  padding: 60px 100px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
}

@media screen and (max-width: 767px) {
  .modal-wrap .modal-inner {
    width: 92vw;
    padding: 40px 24px;
  }
}

.modal-wrap .modal-inner .modal-cancel {
  background-color: rgba(0, 0, 0, 0.7);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 23;
}

.modal-wrap .modal-inner .modal-cancel img {
  display: block;
  margin: 0 auto;
}

.modal-wrap .modal-inner .modal-text {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 40px;
}

.modal-wrap .modal-inner textarea {
  width: 100%;
  border: none;
  margin: 0 auto 40px;
  display: block;
  font-size: 1.3rem;
  padding: 4px;
  color: #5F5F5F;
  line-height: 1.2;
}

.modal-wrap .modal-inner .voice-checkbox {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 40px;
}

.modal-wrap .modal-inner #checkbox {
  margin-right: 8px;
}

.modal-wrap .modal-inner .wpcf7-submit {
  display: block;
  margin: 0 auto;
  padding-left: 60px;
}

.modal-wrap .modal-inner #submit-btn {
  position: relative;
  display: inline-block;
}

.modal-wrap .modal-inner #submit-btn:hover::before {
  color: #1A1A1A;
}

.modal-wrap .modal-inner #submit-btn::before {
  font-family: "Font Awesome 5 Free";
  content: '\f1d8';
  font-weight: 900;
  color: #E5D94E;
  font-size: 20px;
  position: absolute;
  left: 32px;
  top: 40%;
  transform: translateY(-50%);
}

.container {
  padding-left: 0;
  padding-right: 0;
}

#top .fv {
  background-image: url(../img/pcfv.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55vw;
  max-height: 98vh;
  width: 100vw;
  margin: 0 auto;
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  #top .fv {
    background-image: url(../img/spfv@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }
}

#top .fv .title-wrap {
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#top .fv .title-wrap .title {
  font-size: 3.2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #top .fv .title-wrap .title {
    font-size: 2.4rem;
    width: 92vw;
  }
}

#top .fv .title-wrap .title .accent {
  color: #65CBE6;
}

#top .s1 {
  font-size: 1.6rem;
  padding: 80px 0 160px;
}

#top .s1 .s1-tex {
  line-height: 1.5;
  margin-bottom: 40px;
}

#top .s1 .s2-box {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 40px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#top .s1 .s2-box .s2-box_number {
  color: #E5D94E;
  margin-bottom: 24px;
  font-size: 4rem;
}

#top .s1 .s2-box .s2-box_tex {
  margin-bottom: 40px;
}

#top .s3 {
  display: none;
}

#top .s3 .bg-color {
  background-color: #f5f5f5;
  padding: 60px 0;
}

#top .s3 .s-title {
  margin-bottom: 66px;
}

#top .s3 .voice-top-wrap {
  background-image: url("../img/svg/voice-top-wrap.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 360px;
}

#top .s4 {
  padding: 80px 0 160px;
}

#colm-list {
  padding-bottom: 60px;
}

#colm-list a:hover {
  color: #1A1A1A;
}

#colm-list .new-col {
  text-align: left;
}

#colm-list .new-col .thumbnail-img {
  background: #d5d5d5;
  border-radius: 8px;
  margin-bottom: 8px;
}

#colm-list .new-col .thumbnail-img img {
  border-radius: 8px;
}

#colm-list .new-col .categ {
  font-size: 1.2rem;
  padding: 2px 4px;
  background-color: #E5D94E;
  border-radius: 2px;
  margin-bottom: 4px;
  display: inline-block;
}

#colm-list .new-col .categ + .categ {
  margin-left: 4px;
}

#colm-list .new-col .categ:hover {
  color: #1A1A1A;
}

#colm-list .new-col .date {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-bottom: 12px;
}

#colm-list .new-col .date:hover {
  color: #1A1A1A;
}

#colm-list .new-col .title {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}

#colm-list .new-col .title:hover {
  color: #1A1A1A;
}

#select-btn {
  font-size: 1.6rem;
  margin-top: 16px;
  margin-bottom: 24px;
}

#select-btn .row {
  justify-content: right;
}

#select-btn .row .cont {
  display: inline-block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: solid 1px grey;
  text-align: center;
  border-radius: 25px;
}

#bleadcrumbs {
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #bleadcrumbs .content-wrapper {
    margin-top: 45px;
  }
}

.tab-btns {
  text-align: right;
  margin-bottom: 32px;
}

.tab-btns .tab-btn img {
  vertical-align: middle;
}

.tab-btns .tab-btn + .tab-btn {
  margin-left: 2.4rem;
}

#tab-wrap.tab-wrap {
  margin-bottom: 120px;
}

#tab-wrap.tab-wrap .tab-group.flex {
  align-items: flex-end;
  border-bottom: solid 4px #65CBE6;
  margin-bottom: 15px;
}

#tab-wrap.tab-wrap .tab-group.flex .tab {
  font-size: 2rem;
  max-width: 200px;
  width: 100%;
  height: 61px;
  line-height: 53px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #65CBE6;
  border: solid 1px #65CBE6;
  background-color: rgba(82, 194, 214, 0.12);
  text-align: center;
  flex-grow: 1;
  vertical-align: bottom;
}

#tab-wrap.tab-wrap .tab-group.flex .tab svg {
  fill: #fff;
  width: 32px;
  height: 28px;
  margin-left: -10px;
}

#tab-wrap.tab-wrap .tab-group.flex .tab.advi-tab {
  margin-right: 16px;
}

#tab-wrap.tab-wrap .tab-group.flex .tab.is-active {
  color: #fff;
  transition: 0.8s;
  font-weight: bold;
  background-color: #65CBE6;
}

#tab-wrap.tab-wrap .panel-group .panel {
  display: none;
}

#tab-wrap.tab-wrap .panel-group .panel.is-show {
  display: block;
}

#tab-wrap.tab-wrap .panel-group .panel .cont {
  border: solid 1px #65CBE6;
  margin-bottom: 35px;
  border-radius: 8px;
}

#tab-wrap.tab-wrap .panel-group .panel .cont:last-of-type {
  margin-bottom: 60px;
}

#tab-wrap.tab-wrap .panel-group .panel .cont .cont-t {
  font-size: 1.6rem;
  height: 56px;
  line-height: 56px;
  padding-left: 28px;
  background-color: rgba(82, 194, 214, 0.12);
  border-bottom: solid 1px #65CBE6;
}

#tab-wrap.tab-wrap .panel-group .panel .cont .cont-t .icon {
  color: #65CBE6;
}

@media screen and (max-width: 767px) {
  #tab-wrap.tab-wrap .panel-group .panel .cont .cont-t {
    padding-left: 12px;
  }
}

#tab-wrap.tab-wrap .panel-group .panel .cont .cont-check.flex {
  flex-wrap: wrap;
  align-items: center;
  color: #5F5F5F;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 24px 28px;
}

@media screen and (max-width: 767px) {
  #tab-wrap.tab-wrap .panel-group .panel .cont .cont-check.flex {
    padding: 24px 12px;
  }
}

#tab-wrap.tab-wrap .panel-group .panel .cont .cont-check.flex > label {
  position: relative;
  padding-left: 28px;
  margin-right: 40px;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  #tab-wrap.tab-wrap .panel-group .panel .cont .cont-check.flex > label {
    margin-right: 24px;
  }
}

#tab-wrap.tab-wrap .panel-group .panel .cont .cont-check.flex > label::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: solid 1px grey;
  position: absolute;
  top: -2px;
  left: 0px;
}

#tab-wrap.tab-wrap .panel-group .panel .cont .cont-check.flex > label::after {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  color: grey;
  font-weight: 900;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 3px;
  opacity: 0;
}

#tab-wrap.tab-wrap .panel-group .panel .cont .cont-check.flex > label:hover {
  cursor: pointer;
}

#tab-wrap.tab-wrap .panel-group .panel .cont .cont-check.flex .input-checkbox {
  appearance: none;
}

#tab-wrap.tab-wrap .panel-group .panel .cont .cont-check.flex input:checked + label::after {
  opacity: 1;
}

#tab-wrap.tab-wrap .panel-group .panel .search-btn_wrap {
  text-align: center;
}

#tab-wrap.tab-wrap .panel-group .panel .search-btn_box {
  position: relative;
  display: inline-block;
  width: 140px;
  margin: 0 auto;
  text-align: center;
}

#tab-wrap.tab-wrap .panel-group .panel .search-btn_box::before {
  content: "";
  /* 疑似要素に必須 */
  width: 16px;
  /* アイコンの横幅 */
  height: 16px;
  /* アイコンの高さ */
  background: url(../img/svg/search.svg) no-repeat center center/auto 100%;
  /* 背景にアイコン画像を配置 */
  display: inline-block;
  /* 高さを持たせるためにインラインブロック要素にする */
  position: absolute;
  /* 相対位置に指定 */
  top: 17px;
  left: 24px;
  /* アイコンの位置。微調整してね */
}

#tab-wrap.tab-wrap .panel-group .panel .search-btn_box .search-btn {
  max-width: 140px;
  width: 90%;
  height: 48px;
  line-height: 47px;
  color: #fff;
  border: solid 1px #65CBE6;
  border-radius: 50px;
  background-color: #65CBE6;
  padding-left: 14px;
  transition: .4s;
}

ul.page-numbers {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
}

ul.page-numbers li {
  border: solid 1px #65CBE6;
}

ul.page-numbers li + li {
  border-left: none;
}

ul.page-numbers li span.page-numbers, ul.page-numbers li a.page-numbers {
  color: #65CBE6;
  padding: 8px 12px;
  display: block;
}

ul.page-numbers li span.current {
  color: #fff;
  background-color: #65CBE6;
}

.container {
  width: 92vw;
  max-width: 1100px;
}

#adv-list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 60px;
}

#adv-list .cont {
  min-height: 310px;
  padding: 40px 24px;
  background-color: #fff;
  border-radius: 8px;
  color: #1A1A1A;
}

#adv-list .cont .cont-t {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 16px;
}

#adv-list .cont .cont-tex {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 24px;
}

#adv-list .cont .adv-category {
  width: 100%;
}

#adv-list .cont .adv-category th {
  font-size: 1.2rem;
  font-weight: 500;
  width: 18%;
}

#adv-list .cont .item {
  display: inline-block;
  background-color: #E5D94E;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 8px;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 8px;
}

#adv-list .cont .categ {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 75px;
}

#search-list {
  margin-bottom: 60px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #5F5F5F;
  line-height: 1.5;
}

#search-list h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1A1A1A;
}

#search-list h3 .icon {
  margin-right: 8px;
  color: #65CBE6;
}

#advisement .s1 .content-wrapper {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #advisement .s1 .content-wrapper {
    margin-top: 40px;
  }
}

#advisement .tab-btns .advisement {
  display: none;
}

#advisement .footer1 {
  background-color: #f5f5f5;
}

#colm .s1 .content-wrapper {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #colm .s1 .content-wrapper {
    margin-top: 40px;
  }
}

#colm .tab-btns .colm {
  display: none;
}

#colm .s2 {
  padding: 120px 0;
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  #colm .s2 {
    padding-bottom: 0px;
  }
}

#colm .s2 .content-wrapper {
  margin-top: 0;
}

#colm .s2 .colm-list.flex .cont .img {
  height: 200px;
  border: solid 1px grey;
  margin-bottom: 11px;
}

#colm .s2 .colm-list.flex .cont .categ, #colm .s2 .colm-list.flex .cont .date {
  font-size: 1.4rem;
}

#colm .s2 .colm-list.flex .cont .cont-t {
  font-size: 2rem;
  margin: 11px 0;
}

#colm .footer {
  background-color: #f5f5f5;
}

#voice .s1 .content-wrapper, #voice-s .s1 .content-wrapper {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #voice .s1 .content-wrapper, #voice-s .s1 .content-wrapper {
    margin-top: 40px;
  }
}

#voice .tab-btns .voice, #voice-s .tab-btns .voice {
  display: none;
}

#voice .s2, #voice-s .s2 {
  padding-top: 120px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

#voice .s2 .voice-col, #voice-s .s2 .voice-col {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

#voice .s2 .voice-col .icon, #voice-s .s2 .voice-col .icon {
  width: 80px;
  margin-right: 34px;
}

#voice .s2 .voice-col .icon img, #voice-s .s2 .voice-col .icon img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #voice .s2 .voice-col .icon, #voice-s .s2 .voice-col .icon {
    display: none;
  }
}

#voice .s2 .voice-col .voice-box, #voice-s .s2 .voice-col .voice-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 40px;
  width: 85%;
  max-width: 785px;
}

@media screen and (max-width: 767px) {
  #voice .s2 .voice-col .voice-box, #voice-s .s2 .voice-col .voice-box {
    width: 100%;
  }
}

#voice .s2 .voice-col .voice-box .voice-text, #voice-s .s2 .voice-col .voice-box .voice-text {
  font-size: 1.6rem;
  font-weight: bold;
}

#voice .s2 .voice-col .voice-box .voice-category, #voice-s .s2 .voice-col .voice-box .voice-category {
  padding-top: 16px;
}

#voice .s2 .voice-col .voice-box .categ, #voice-s .s2 .voice-col .voice-box .categ {
  font-size: 1.4rem;
  font-weight: normal;
  color: #EC4079;
  text-decoration: underline;
}

#voice .s2 .voice-col .voice-box .categ + .categ, #voice-s .s2 .voice-col .voice-box .categ + .categ {
  margin-left: 16px;
}

#voice .footer, #voice-s .footer {
  background-color: #f5f5f5;
}

#voice-s .s-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 32px;
}

#voice-s .s2 {
  margin-bottom: 161px;
}

#voice-s .s4 {
  margin-top: 161px;
  margin-bottom: 162px;
}

.static-fv {
  background-color: #f5f5f5;
  height: 350px;
}

.static-fv .fv-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.static-fv .fv-wrap h1 {
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}

.static-fv .fv-wrap h1::after {
  content: "";
  background-image: url(../img/svg/s-title.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 132px;
  height: 12px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.static-fv .wave-wrap {
  background-image: url(../img/svg/bg-path_under-yg.svg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 4.4vw;
  width: 100%;
}

#supporters .s1 {
  padding-top: 52px;
  margin-bottom: 120px;
}

#supporters .s1 .title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

#supporters .s1 .text {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}

#supporters .s2 {
  text-align: center;
  padding-bottom: 120px;
}

#supporters .s2 .s2-box {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 40px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#supporters .s2 .s2-box .s2-box_number {
  color: #E5D94E;
  margin-bottom: 24px;
  font-size: 4rem;
}

#supporters .s2 .s2-box .s2-box_tex {
  margin-bottom: 40px;
}

#supporters .s3 {
  background-color: #f5f5f5;
  padding: 120px 0;
}

#supporters .s3 .title {
  font-size: 3.2rem;
  text-align: center;
  position: relative;
  margin-bottom: 92px;
}

#supporters .s3 .title::after {
  content: "";
  background-image: url(../img/svg/s-title.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 132px;
  height: 12px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#supporters .s3 table {
  max-width: 900px;
  width: 92vw;
  margin: 0 auto 60px;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

#supporters .s3 table tr th {
  width: 24%;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #supporters .s3 table tr th {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}

#supporters .s3 table tr th span {
  color: #fff;
  font-size: 1.4rem;
  padding: 0 4px;
  border-radius: 2px;
  margin-right: 8px;
}

#supporters .s3 table tr th .require {
  background-color: #EC4079;
}

#supporters .s3 table tr th .non-require {
  background-color: #d5d5d5;
}

@media screen and (max-width: 767px) {
  #supporters .s3 table tr td {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}

#supporters .s3 table tr input, #supporters .s3 table tr textarea {
  font-size: 1.6rem;
  font-weight: normal;
  border: solid 1px #d5d5d5;
  border-radius: 2px;
  background-color: #fff;
  padding: 6px 16px;
  width: 100%;
}

#supporters .s3 .check {
  color: #5F5F5F;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}

#supporters .s3 .wpcf7-submit {
  display: block;
  margin: 0 auto;
  font-family: FontAwesome;
}

#supporters .footer {
  background-color: #f5f5f5;
}

#about .s1 {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 147px 0 120px;
}

#about .s2 {
  text-align: center;
  padding-bottom: 120px;
}

#about .s2 .s2-box {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 40px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#about .s2 .s2-box .s2-box_number {
  color: #E5D94E;
  margin-bottom: 24px;
  font-size: 4rem;
}

#about .s2 .s2-box .s2-box_tex {
  margin-bottom: 40px;
}

#single-advicement .s1 .content-wrapper {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 40px;
}

#single-advicement .s1 h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 32px;
  position: relative;
}

#single-advicement .s1 h1::after {
  content: "";
  background-image: url(../img/svg/s-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 132px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -12px;
}

#single-advicement .s1 .s1-box {
  margin-bottom: 16px;
}

#single-advicement .s1 .s1-box table {
  width: 100%;
}

#single-advicement .s1 .s1-box table tr {
  width: 100%;
}

#single-advicement .s1 .s1-box table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  width: 10%;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #single-advicement .s1 .s1-box table tr th {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
}

#single-advicement .s1 .s1-box table tr td {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #single-advicement .s1 .s1-box table tr td {
    display: block;
    width: 100%;
  }
}

#single-advicement .s1 .s1-box table tr td span {
  background-color: #E5D94E;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 4px;
  margin-bottom: 2px;
  margin-right: 4px;
}

#single-advicement .s1 .s1-box table tr td img {
  width: 86px;
  vertical-align: top;
}

#single-advicement .s1 .category {
  margin-bottom: 40px;
}

#single-advicement .s1 .category .s1-box {
  margin-bottom: 12px;
}

#single-advicement .s1 .description {
  background-color: #f5f5f5;
  border-radius: 8px;
  font-weight: normal;
  padding: 40px 24px;
  margin-bottom: 40px;
}

#single-advicement .s2 {
  margin-bottom: 120px;
}

#single-advicement .s2 .content-wrapper {
  margin-top: 40px;
}

#single-advicement .s2 .content {
  margin-bottom: 40px;
}

#single-advicement .s2 .content h2 {
  font-size: 2.0rem;
  line-height: 1.2;
  margin-bottom: 16px;
}

#single-advicement .s2 .content h2 .icon {
  color: #65CBE6;
}

#single-advicement .s2 .content p {
  font-weight: normal;
}

#single-advicement .footer1 {
  background-color: #f5f5f5;
}

#single-column .s1 {
  width: 100%;
  margin-bottom: 120px;
}

#single-column .s1 .date {
  font-size: 2.0rem;
  font-weight: normal;
  color: #65CBE6;
  margin-bottom: 8px;
}

#single-column .s1 .title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
}

#single-column .s1 .title::after {
  content: "";
  background-image: url(../img/svg/s-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 132px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -12px;
}

#single-column .s1 .category {
  margin-bottom: 40px;
}

#single-column .s1 .category .item {
  font-size: 1.4rem;
  font-weight: normal;
  background-color: #E5D94E;
  border-radius: 2px;
  padding: 0px 4px;
  margin-right: 4px;
}

#single-column .s1 .img {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 40px;
}

#single-column .s1 .img img {
  border-radius: 8px;
  width: 100%;
}

#single-column .s1 .content h2 {
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  background-color: #65CBE6;
  border-radius: 4px;
  padding: 16px 24px;
  margin-bottom: 32px;
}

#single-column .s1 .content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: solid 3px #65CBE6;
  border-radius: 3px;
  padding: 16px 24px;
  margin-bottom: 32px;
}

#single-column .s1 .content p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 60px;
}

#single-column .s1 .share {
  margin-bottom: 56px;
}

#single-column .s1 .share .share-article {
  font-size: 1.8rem;
  padding-left: 24px;
  margin-bottom: 24px;
  position: relative;
}

#single-column .s1 .share .share-article::before {
  content: "";
  background-image: url(../img/single/share.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
}

#single-column .s1 .share .sns a img {
  margin-bottom: 4px;
}

#single-column .s1 .prev-next-title {
  display: flex;
  justify-content: space-between;
}

#single-column .footer1 {
  background-color: #f5f5f5;
}

.related-advisement-wrap {
  background-color: #f5f5f5;
}

.related-advisement-wrap .content-wrapper {
  margin-top: 0px;
  padding: 120px 0;
}

.related-advisement-wrap .content-wrapper h2 {
  font-size: 3.2rem;
  text-align: center;
  position: relative;
  margin-bottom: 54px;
}

.related-advisement-wrap .content-wrapper h2::after {
  content: "";
  background-image: url(../img/svg/s-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 132px;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}

.related-advisement-wrap .content-wrapper .cont {
  min-height: 310px;
  padding: 40px 24px;
  background-color: #fff;
  border-radius: 8px;
  color: #1A1A1A;
}

.related-advisement-wrap .content-wrapper .cont .cont-t {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 16px;
}

.related-advisement-wrap .content-wrapper .cont .cont-tex {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 24px;
}

.related-advisement-wrap .content-wrapper .cont .adv-category {
  width: 100%;
}

.related-advisement-wrap .content-wrapper .cont .adv-category th {
  font-size: 1.2rem;
  font-weight: 500;
  width: 18%;
}

.related-advisement-wrap .content-wrapper .cont .item {
  display: inline-block;
  background-color: #E5D94E;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 8px;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 8px;
}

.related-advisement-wrap .content-wrapper .cont .categ {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 75px;
}

.related-column-wrap {
  background-color: #f5f5f5;
}

.related-column-wrap .content-wrapper {
  margin-top: 0;
  padding: 0 0 120px 0;
}

.related-column-wrap .content-wrapper h2 {
  font-size: 3.2rem;
  text-align: center;
  position: relative;
  margin-bottom: 54px;
}

.related-column-wrap .content-wrapper h2::after {
  content: "";
  background-image: url(../img/svg/s-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 132px;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}

.related-column-wrap .content-wrapper .new-col {
  text-align: left;
}

.related-column-wrap .content-wrapper .new-col .thumbnail-img {
  background: #d5d5d5;
  border-radius: 8px;
  margin-bottom: 8px;
}

.related-column-wrap .content-wrapper .new-col .thumbnail-img img {
  border-radius: 8px;
}

.related-column-wrap .content-wrapper .new-col .categ {
  font-size: 1.2rem;
  padding: 2px 4px;
  background-color: #E5D94E;
  border-radius: 2px;
  margin-bottom: 4px;
  display: inline-block;
}

.related-column-wrap .content-wrapper .new-col .categ + .categ {
  margin-left: 4px;
}

.related-column-wrap .content-wrapper .new-col .categ:hover {
  color: #1A1A1A;
}

.related-column-wrap .content-wrapper .new-col .date {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-bottom: 12px;
}

.related-column-wrap .content-wrapper .new-col .date:hover {
  color: #1A1A1A;
}

.related-column-wrap .content-wrapper .new-col .title {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}

.related-column-wrap .content-wrapper .new-col .title:hover {
  color: #1A1A1A;
}

.bg-white {
  background-color: #fff;
}
